@charset "UTF-8";
/*
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";
@import "../icomoon.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;
}
/**
 * Responsive text aligning
 * http://ohryan.ca/2014/08/14/set-responsive-text-alignment-bootstrap-3/
 **/
.text-xs-left {
  text-align: left;
}
.text-xs-right {
  text-align: right;
}
.text-xs-center {
  text-align: center;
}
.text-xs-justify {
  text-align: justify;
}
@media (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-justify {
    text-align: justify;
  }
}
@media (min-width: 992px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-justify {
    text-align: justify;
  }
}
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-justify {
    text-align: justify;
  }
}
/* 
	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 > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -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: 'Lora', sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #4698c6;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2d6e92;
  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 > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > 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: 22px;
  margin-bottom: 22px;
  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: 22px;
  margin-bottom: 11px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 41px;
}
h2,
.h2 {
  font-size: 34px;
}
h3,
.h3 {
  font-size: 28px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}
p {
  margin: 0 0 11px;
}
.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
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: #4698c6;
}
a.text-primary:hover {
  color: #337da6;
}
.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: #4698c6;
}
a.bg-primary:hover {
  background-color: #337da6;
}
.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: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}
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 > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 22px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    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: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  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: 22px;
  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: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  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: 22px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > 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 > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #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: 16px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  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: 36px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 22px;
  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: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-sm {
  height: 33px;
  line-height: 33px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 0;
}
select.input-lg {
  height: 49px;
  line-height: 49px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 45px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 27px;
  right: 0;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  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 > .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: 29px;
}
.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: 16px;
  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: #4698c6;
  border-color: #398bb9;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #eeeeee;
  background-color: #3682ae;
  border-color: #2b688b;
}
.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: #4698c6;
  border-color: #398bb9;
}
.btn-default .badge {
  color: #4698c6;
  background-color: #eeeeee;
}
.btn-primary {
  color: #111111;
  background-color: #4698c6;
  border-color: #398bb9;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #111111;
  background-color: #3682ae;
  border-color: #2b688b;
}
.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: #4698c6;
  border-color: #398bb9;
}
.btn-primary .badge {
  color: #4698c6;
  background-color: #111111;
}
.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: #4698c6;
  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: #2d6e92;
  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 > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 0;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  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: 16px;
  background-color: #000000;
  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: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #eeeeee;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #e1e1e1;
  background-color: #000000;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #4698c6;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #999999;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .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 > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -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 > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[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 > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 0;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  line-height: 49px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  line-height: 33px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  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: 14px;
  border-radius: 0;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 20px;
  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 > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #4698c6;
}
.nav .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  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 > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #4698c6;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 22px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .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: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 14px 15px;
  font-size: 20px;
  line-height: 22px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  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: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 22px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .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: 7px;
  margin-bottom: 7px;
}
@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 > .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: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .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 > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 7px;
  margin-bottom: 7px;
}
.navbar-btn.btn-sm {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 14px;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: black;
  border-color: #000000;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #000000;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #000000;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #000000;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #000000;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-inverse {
  background-color: #000000;
  border-color: #000000;
}
.navbar-inverse .navbar-brand {
  color: #eeeeee;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #eeeeee;
}
.navbar-inverse .navbar-nav > li > a {
  color: #eeeeee;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #d5d5d5;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #d5d5d5;
  background-color: #000000;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #000000;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #000000;
  color: #d5d5d5;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #000000;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #000000;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #eeeeee;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #d5d5d5;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #d5d5d5;
    background-color: #000000;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #eeeeee;
}
.navbar-inverse .navbar-link:hover {
  color: #d5d5d5;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 22px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 0;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #4698c6;
  background-color: #ddd;
  border: 1px solid #4698c6;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2d6e92;
  background-color: #c4c4c4;
  border-color: #4698c6;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #111111;
  background-color: #4698c6;
  border-color: #4698c6;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pager {
  padding-left: 0;
  margin: 22px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ddd;
  border: 1px solid #4698c6;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #c4c4c4;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #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: #4698c6;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #337da6;
}
.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: 14px;
  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 > .badge,
.nav-pills > .active > a > .badge {
  color: #4698c6;
  background-color: #fff;
}
.nav-pills > li > a > .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: 24px;
  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: 72px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 22px;
  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 > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #4698c6;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 0;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  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: 22px;
  margin-bottom: 22px;
  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: 14px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  background-color: #4698c6;
  -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 > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: 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 > .badge {
  float: right;
}
.list-group-item > .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: #e6e6e6;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #4698c6;
  border-color: #4698c6;
}
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: #e2eff6;
}
.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: 22px;
  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 > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}
.panel-title > 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 > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .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 > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 22px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 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 > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #4698c6;
}
.panel-primary > .panel-heading {
  color: #111111;
  background-color: #4698c6;
  border-color: #4698c6;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #4698c6;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #4698c6;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-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: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: 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: 14px;
  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: 16px;
  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 > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  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 > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after,
div.row-of-5:before,
div.row-of-5: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 > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after,
div.row-of-5: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&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 > 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 li {
  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 .contact_captcha > div,
#lead-form #inputs .captcha > div {
  float: right;
}
#lead-form #inputs #captcha_img,
#lead-form #inputs #contact_captcha_img {
  text-align: center;
}
#lead-form #inputs .g-recaptcha {
  float: right;
  display: inline-block;
}
#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: 16px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #111111;
  background-color: #4698c6;
  border-color: #398bb9;
}
#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: #111111;
  background-color: #3682ae;
  border-color: #2b688b;
}
#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: #4698c6;
  border-color: #398bb9;
}
#lead-form #inputs .button input .badge {
  color: #4698c6;
  background-color: #111111;
}
#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;
  background: transparent;
}
#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 .quick_contact_captcha > div {
  transform-origin: 0 0;
}
@media (min-width: 768px) {
  #quick_contact #inputs .quick_contact_captcha > div {
    transform: scale(0.62);
  }
}
@media (min-width: 992px) {
  #quick_contact #inputs .quick_contact_captcha > div {
    transform: scale(0.86);
  }
}
@media (min-width: 1200px) {
  #quick_contact #inputs .quick_contact_captcha > div {
    transform: scale(1.09);
  }
}
#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: 100%;
  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: 16px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #111111;
  background-color: #4698c6;
  border-color: #398bb9;
}
#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: #111111;
  background-color: #3682ae;
  border-color: #2b688b;
}
#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: #4698c6;
  border-color: #398bb9;
}
#quick_contact #inputs .button input .badge {
  color: #4698c6;
  background-color: #111111;
}
#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 #ffffff solid;
}
.listing:hover .listing_quick_info {
  background-color: #e6e6e6;
}
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 > 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
 **********************************************************************/
.listings_item .social-share-bar {
  margin-top: 10px;
}
.listing_img_rotator {
  float: left;
  margin: 4px 0 34px;
  padding-left: 1px;
  width: 100% !important;
}
#listing_preview_img > a {
  display: inline-block;
  height: 255px;
  overflow: hidden;
  text-align: center;
  width: 358px;
}
#listing_preview_img > a img.listing_image {
  border: 1px solid #333 !important;
  max-width: 321px;
  max-height: 241px;
}
@media (max-width: 767px) {
  #listing_preview_img > a {
    height: 239px;
    width: 320px;
  }
  #listing_preview_img > a img.listing_image {
    max-width: 300px;
    max-height: 225px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #listing_preview_img > a {
    height: 164px;
    width: 218px;
  }
  #listing_preview_img > a img.listing_image {
    max-width: 200px;
    max-height: 150px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #listing_preview_img > a {
    height: 216px;
    width: 291px;
  }
  #listing_preview_img > a img.listing_image {
    max-width: 270px;
    max-height: 202px;
  }
}
.listing_like {
  /*
        text-align: right;
    */
  margin-bottom: 5px;
  float: left;
}
.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 {
  clear: both;
  margin: 15px auto;
  width: 100%;
}
.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: 100%;
  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 > div {
  display: inline-block;
  font-size: 10px;
  vertical-align: middle;
}
.listing_office > 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 > div > * {
  display: inline-block;
  margin-right: 6px;
}
#listing_req > div .listing_office {
  margin-right: 0;
}
/* if you want to hide listing office images */
/*
#listing_req > div > * {
	display: inline-block;
	margin-right: 6px;
	vertical-align: middle;
}
*/
.listing_quick_info {
  background: #ffffff;
  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%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 5px;
  display: block;
}
.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;
}
.listing_feeds {
  position: absolute;
  right: 15px;
  top: -30px;
}
.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 #ffffff solid;
}
.listing:hover .listing_quick_info {
  background-color: #e6e6e6;
}
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 > 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 > a {
  display: inline-block;
  height: 255px;
  overflow: hidden;
  text-align: center;
  width: 358px;
}
#listing_preview_img > a img.listing_image {
  border: 1px solid #333 !important;
  max-width: 321px;
  max-height: 241px;
}
@media (max-width: 767px) {
  #listing_preview_img > a {
    height: 239px;
    width: 320px;
  }
  #listing_preview_img > a img.listing_image {
    max-width: 300px;
    max-height: 225px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #listing_preview_img > a {
    height: 164px;
    width: 218px;
  }
  #listing_preview_img > a img.listing_image {
    max-width: 200px;
    max-height: 150px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #listing_preview_img > a {
    height: 216px;
    width: 291px;
  }
  #listing_preview_img > a img.listing_image {
    max-width: 270px;
    max-height: 202px;
  }
}
.listing_like {
  /*
	text-align: right;
*/
  margin-bottom: 5px;
  float: left;
}
.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 {
  clear: both;
  margin: 15px auto;
  width: 100%;
}
.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: 100%;
  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 > div {
  display: inline-block;
  font-size: 10px;
  vertical-align: middle;
}
.listing_office > 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 > div > * {
  display: inline-block;
  margin-right: 6px;
}
#listing_req > div .listing_office {
  margin-right: 0;
}
/* if you want to hide listing office images */
/*
#listing_req > div > * {
	display: inline-block;
	margin-right: 6px;
	vertical-align: middle;
}
*/
.listing_quick_info {
  background: #ffffff;
  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%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 5px;
  display: block;
}
.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;
}
.listings_item {
  /* Item Page tabs */
  /* Item Page slick slider image gallery */
}
.listings_item .slick-slider {
  visibility: hidden;
  height: 0;
}
.listings_item .slick-slider img {
  max-width: 100%;
  max-height: 150px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.listings_item .slick-slide {
  height: 150px;
}
@media (min-width: 992px) {
  .listings_item .slick-slider img {
    max-height: 200px;
  }
  .listings_item .slick-slide {
    height: 200px;
  }
}
@media (min-width: 1200px) {
  .listings_item .slick-slider img {
    max-height: 240px;
  }
  .listings_item .slick-slide {
    height: 240px;
  }
}
.listings_item .slick-slide {
  text-align: center;
  background: #ffffff;
}
.listings_item .slick-slide img {
  display: inline-block;
}
.listings_item .slick-prev {
  left: 25px;
  z-index: 3;
}
.listings_item .slick-next {
  right: 25px;
}
.listings_item .slick-prev:before,
.listings_item .slick-next:before {
  color: #4698c6;
  width: 20px;
  height: 20px;
  background: #000;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.listings_item .col-content .slick-slide {
  height: 528px;
}
.listings_item .col-content .slick-slide > img {
  width: 100%;
}
.listings_item .col-content .tab-content {
  padding-left: 10px;
}
.listings_item #sidebar {
  padding: 15px 0;
  background-color: transparent;
}
.listings_item #sidebar .btn-primary {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
.listings_item #sidebar .btn-primary:hover,
.listings_item #sidebar .btn-primary:focus,
.listings_item #sidebar .btn-primary:active,
.listings_item #sidebar .btn-primary.active,
.open .dropdown-toggle.listings_item #sidebar .btn-primary {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
.listings_item #sidebar .btn-primary:active,
.listings_item #sidebar .btn-primary.active,
.open .dropdown-toggle.listings_item #sidebar .btn-primary {
  background-image: none;
}
.listings_item #sidebar .btn-primary.disabled,
.listings_item #sidebar .btn-primary[disabled],
fieldset[disabled] .listings_item #sidebar .btn-primary,
.listings_item #sidebar .btn-primary.disabled:hover,
.listings_item #sidebar .btn-primary[disabled]:hover,
fieldset[disabled] .listings_item #sidebar .btn-primary:hover,
.listings_item #sidebar .btn-primary.disabled:focus,
.listings_item #sidebar .btn-primary[disabled]:focus,
fieldset[disabled] .listings_item #sidebar .btn-primary:focus,
.listings_item #sidebar .btn-primary.disabled:active,
.listings_item #sidebar .btn-primary[disabled]:active,
fieldset[disabled] .listings_item #sidebar .btn-primary:active,
.listings_item #sidebar .btn-primary.disabled.active,
.listings_item #sidebar .btn-primary[disabled].active,
fieldset[disabled] .listings_item #sidebar .btn-primary.active {
  background-color: #000000;
  border-color: #000000;
}
.listings_item #sidebar .btn-primary .badge {
  color: #000000;
  background-color: #fff;
}
.listings_item #sidebar span.btn,
.listings_item #sidebar span.button > a {
  white-space: normal;
  line-height: 1;
}
@media (min-width: 1200px) {
  .listings_item #sidebar span.btn,
  .listings_item #sidebar span.button > a {
    font-size: 14px;
  }
}
.listings_item .property-slick-main-img {
  margin-bottom: 0;
}
.listings_item .property-slick-main-img > div {
  width: 100%;
}
.listings_item .property-slick-main-img .slick-slide {
  width: 100%;
  height: 563px;
}
@media (max-width: 1199px) {
  .listings_item .property-slick-main-img .slick-slide {
    height: 462px;
  }
}
@media (max-width: 991px) {
  .listings_item .property-slick-main-img .slick-slide {
    height: 354px;
  }
}
@media (max-width: 500px) {
  .listings_item .property-slick-main-img .slick-slide {
    height: 210px;
  }
}
.listings_item .property-slick .slick-slide {
  margin: 6px 6px 0 0;
  height: 150px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .listings_item .property-slick .slick-slide {
    height: 120px;
  }
}
@media (max-width: 991px) {
  .listings_item .property-slick .slick-slide {
    height: 90px;
  }
}
.listings_item .property-slick-main-img .boxlight {
  top: 281px !important;
}
@media (max-width: 1199px) {
  .listings_item .property-slick-main-img .boxlight {
    top: 232px !important;
  }
}
@media (max-width: 991px) {
  .listings_item .property-slick-main-img .boxlight {
    top: 177px !important;
  }
}
@media (max-width: 500px) {
  .listings_item .property-slick-main-img .boxlight {
    top: 116px !important;
  }
}
.listings_item .property-slick .boxlight {
  top: 73px !important;
}
@media (max-width: 1199px) {
  .listings_item .property-slick .boxlight {
    top: 60px !important;
  }
}
@media (max-width: 355px) {
  .listings_item .property-slick .boxlight {
    top: 51px !important;
  }
}
.listings_item .listing_specs,
.listings_item .listing_ext_features,
.listings_item .listing_desc {
  line-height: 30px;
  font-family: 'Pontano Sans', sans-serif;
  font-size: 18px;
}
.listings_item .listings_item .slick-slide {
  text-align: center;
  background: black;
}
.listings_item .tabs {
  width: 100% !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.listings_item .nav-tabs.nav-justified {
  background-color: #f1f1f1 !important;
}
.listings_item .nav-tabs.nav-justified li {
  border-left: 0.1px solid #cecece;
  border-right: 0.1px solid #cecece;
}
.listings_item .nav-tabs.nav-justified li:hover {
  color: white !important;
  background-color: #8e8e8e !important;
}
@media (min-width: 768px) {
  .listings_item .search-sm {
    display: none;
  }
}
.listings_item .social-share-bar a {
  vertical-align: top;
}
.listings_item .agent-info [class*='col-md'] {
  margin-top: 2%;
}
@media (min-width: 992px) {
  .listings_item .agent-info .agent-contact {
    margin-top: 25px;
  }
}
@media (min-width: 768px) {
  .listings_item .agent-info .name-title {
    margin: 50px 0 1%;
  }
}
.listings_item .invest_blog {
  padding: 2% 0;
}
.listings .col-sm-512 {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .listings .col-sm-512 {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .listings .col-sm-512 {
    float: left;
    width: 20%;
  }
}
@media (min-width: 1200px) {
  .listings .col-sm-512 {
    float: left;
    width: 20%;
  }
}
.listings .col-content {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  border: none;
}
.listings #sidebar-content-top .btn-primary {
  width: 100%;
}
@media (min-width: 768px) {
  .listings #sidebar-content-top .col-sm-4 {
    margin-top: 1%;
  }
}
div.row-of-5 {
  margin-bottom: 15px;
  margin-left: -15px;
  margin-right: -15px;
}
div.row-of-5 > div {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  div.row-of-5 > div {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  div.row-of-5 > div {
    float: left;
    width: 20%;
  }
}
@media (min-width: 1200px) {
  div.row-of-5 > div {
    float: left;
    width: 20%;
  }
}
#filter_price {
  z-index: 0 !important;
}
/******************************************************** 
	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: 50%;
  }
}
@media (min-width: 1200px) {
  .articles_index .item {
    float: left;
    width: 50%;
  }
}
.articles_index .article_button {
  text-align: right;
}
.articles_index .article_title {
  font-size: 140%;
}
.articles_index .article_blurb p {
  height: 180px;
  overflow: hidden;
}
.articles_index .article_img {
  overflow: hidden;
  border: 1px solid #999999;
  padding: 2px;
  display: none;
}
.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: 400px;
  }
}
@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: 16px;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #eeeeee;
  background-color: #4698c6;
  border-color: #398bb9;
  padding: 10px 16px;
  font-size: 20px;
  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: #3682ae;
  border-color: #2b688b;
}
.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: #4698c6;
  border-color: #398bb9;
}
.article_item .article_back_button a .badge {
  color: #4698c6;
  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;
  /***********************************************************************
 * Map
 **********************************************************************/
  /***********************************************************************
 * Table
 **********************************************************************/
  /***********************************************************************
 * Details Column
 **********************************************************************/
  /***********************************************************************
 * Power By Real Estate Solution
 **********************************************************************/
  /***********************************************************************
 * Navigation
 **********************************************************************/
}
.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;
  padding: 8px 3px;
}
.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/turnkey/logos/email-logo.png) no-repeat scroll 0 0;
  background-size: contain;
  bottom: 14px;
  height: 91px;
  position: absolute;
  right: 68px;
  width: 120px;
  transition: opacity 0.25s ease;
  opacity: 0.75;
}
.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: 5%;
  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 > 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;
}
.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;
}
.full_search .fs-form-elements {
  text-align: center;
  overflow: hidden;
}
.full_search .fs-form-elements form {
  width: 375px;
}
.full_search .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;
}
@media (max-width: 1000px) {
  .full_search .fs_custom_logo {
    display: none;
  }
}
.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 .full_search form label {
  font-size: 1em;
  padding-right: 16px;
  text-align: right;
  width: 82px;
}
.full_search .fs_map {
  width: 100%;
  height: 100%;
  float: right;
  overflow: hidden;
}
.full_search .fs_map .gm-style-mtc div {
  font-size: 15px !important;
}
.full_search .listing_table {
  display: none;
  width: 100%;
  overflow-x: auto;
}
.full_search .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;
  font-size: 17px !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 > tbody > 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 > tbody > tr > 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;
}
.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;
}
.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;
}
.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;
  opacity: 0.75;
}
.full_search .navigation:hover {
  opacity: 1;
}
.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 > a {
  display: block;
  text-align: center;
  position: relative;
}
#vid-gallery .vid > a img {
  width: 100%;
  max-height: 150px;
}
#vid-gallery .vid > 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 > a span.play_overlay {
  background-color: rgba(0, 0, 0, 0.3);
}
#vid-gallery .vid > a span.play_icon {
  background: url(../img/elements/video_play.png) no-repeat center center scroll transparent;
}
#vid-gallery .vid:hover > a span.play_icon {
  animation: flash 1.5s ease-out infinite;
}
#vid-gallery .vid:hover > 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 > 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 > 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 > 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 > 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 > 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 > a {
  color: #F45558;
}
/*

#slider_price_range {
  float: left;
  margin-top: 6px;
  width: 391px;
}
*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  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-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -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;
}
.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;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url('../../img/loading.gif') center center no-repeat;
}
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  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');
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus: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[dir="rtl"] {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
.slick-prev:before[dir="rtl"] {
  content: "→";
}
.slick-next {
  right: -25px;
}
.slick-next[dir="rtl"] {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
.slick-next:before[dir="rtl"] {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 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: 0px;
  font-size: 0px;
  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: "•";
  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;
}
/*
 * JQUI STUFF
 */
/*	Overlay	 */
.ui-widget-overlay {
  background-image: none;
  background: #AAA;
  height: 100%;
  z-index: 949 !important;
  position: fixed;
  top: 0px;
  left: 0px;
}
/* Slider */
.slider {
  margin-top: 0px;
  margin-bottom: 30px;
}
.slider.slider-vertical {
  margin-bottom: 0px;
  margin-right: 5px;
}
/* menu */
.ui-menu {
  width: 155px;
  padding: 2px;
  -webkit-box-shadow: 0 2px 4px rgba(30, 30, 100, 0.25);
  -moz-box-shadow: 0 2px 4px rgba(30, 30, 100, 0.25);
  box-shadow: 0 2px 4px rgba(30, 30, 100, 0.25);
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.ui-menu .ui-state-disabled {
  margin: 0.4em 0 0.2em !important;
  background: none !important;
  color: #999 !important;
  font-weight: normal !important;
  cursor: default;
}
.ui-icon-carat-1-e:before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 16px + 1px;
  display: inline;
}
.ui-menu .ui-menu-item a .ui-menu-icon {
  width: auto;
  height: auto;
  top: 0px;
  left: auto;
  right: auto;
  bottom: auto;
  text-indent: 0px;
}
/* tabs */
.ui-tabs .ui-tabs-nav li a {
  border-radius: 0px;
  -moz-border-radius: 0px;
  background-color: #F5F5F5;
  border: 1px solid #F5F5F5;
  border-bottom: 1px solid #ddd;
  color: #838383;
}
.ui-tabs .ui-tabs-nav li {
  margin-right: 3px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
  font-weight: bold;
  border-top-width: 0px !important;
  margin-top: 1px !important;
  -webkit-box-shadow: 0 -2px 0 #57889C;
  -moz-box-shadow: 0 -2px 0 #57889C;
  box-shadow: 0 -2px 0 #57889C;
}
.ui-tabs .ui-tabs-panel {
  border: 1px solid #ddd;
  margin: 0;
  padding: 10px 13px;
  border-top: none;
}
.ui-tabs .ui-tabs-nav {
  margin-bottom: 0;
}
/* accordions */
.ui-accordion .ui-accordion-content {
  padding: 0;
}
.ui-accordion .ui-accordion-header {
  background-color: #fbfbfb;
  font-size: 16px + 2px;
  padding: 10px 15px 10px 36px !important;
}
.ui-accordion .ui-accordion-header,
.ui-accordion .ui-accordion-content {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
.ui-accordion .ui-accordion-content {
  padding: 15px;
}
.ui-accordion-header-active + .ui-accordion-content {
  border-top: 1px solid #ddd;
}
.ui-accordion .ui-accordion-header {
  margin-top: -2px;
}
.ui-accordion .ui-accordion-header,
.ui-accordion-content {
  border-color: #dddddd !important;
}
.ui-accordion-header-icon {
  text-indent: 0px !important;
  background-image: none !important;
  text-align: center;
  line-height: normal;
  left: 12px !important;
  margin-top: -6px !important;
  font-size: 14px !important;
}
/*
	 * Calendar
	 */
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  text-align: center;
  margin-top: 2px;
}
.ui-datepicker-next > :first-child,
.ui-datepicker-prev > :first-child {
  text-indent: 0px !important;
}
.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
  background: none !important;
}
/*
 * JQUI SPINNERS
 */
.ui-spinner-input {
  margin: 0 !important;
  height: 30px;
  padding: 6px 24px 6px 12px;
}
.ui-spinner-input.spinner-left {
  padding: 6px 12px 6px 24px;
}
.ui-spinner {
  width: 100%;
}
.ui-spinner-input.spinner-left + .ui-spinner-button,
.ui-spinner-input.spinner-left + .ui-spinner-button + .ui-spinner-button {
  right: auto;
  left: 0px;
}
.ui-spinner-up,
.ui-spinner-down {
  background: #5cb85c;
  border-radius: 0px;
}
.ui-spinner-up:hover,
.ui-spinner-up:active,
.ui-spinner-up:focus {
  background: #449d44;
}
.ui-spinner-down:hover,
.ui-spinner-down:active,
.ui-spinner-down:focus {
  background: #c9302c;
}
.ui-spinner-down {
  background: #de6764;
}
.ui-spinner-up:before,
.ui-spinner-down:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f067";
  color: #ffffff;
  font-size: 16px + 1px;
  margin-top: 1px;
}
.ui-spinner-down:before {
  content: "\f068";
}
.ui-spinner-up > :first-child,
.ui-spinner-down > :first-child {
  display: none;
}
.ui-spinner-button {
  width: 19px;
}
/* spinner both */
.ui-spinner-input.spinner-both {
  padding: 6px 30px;
}
.ui-spinner-input.spinner-both + .ui-spinner-button + .ui-spinner-button {
  left: 0px;
  right: auto;
}
.ui-spinner-input.spinner-both + .ui-spinner-button,
.ui-spinner-input.spinner-both + .ui-spinner-button + .ui-spinner-button {
  height: 30px;
  width: 25px;
}
.ui-spinner-input.spinner-both + .ui-spinner-up:before,
.ui-spinner-input.spinner-both + .ui-spinner-up + .ui-spinner-down:before {
  margin-top: 8px;
}
/*
 * JQUI ADJUSTMENT
 */
.ui-dialog {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.widget-header > :first-child {
  margin: 13px 0;
}
.ui-widget-overlay {
  z-index: 999;
}
.ui-dialog .ui-dialog-titlebar {
  padding: 0 10px;
  background: #ffffff;
  border-bottom-color: #eeeeee;
}
.ui-dialog .ui-dialog-title {
  margin: 0;
}
.ui-dialog .ui-dialog-titlebar-close {
  margin-top: -16px;
  margin-right: 4px;
}
.ui-dialog-titlebar-close:before {
  content: "\f00d";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: 0 0.4em 0 0;
}
.ui-dialog .ui-dialog-buttonpane {
  margin-top: 13px;
  padding: 19px 15px 20px;
  text-align: right;
  border-top: 1px solid #eeeeee;
}
.ui-autocomplete {
  z-index: 905 !important;
}
/*!
 * jQuery UI Bootstrap (1.0 alpha)
 * http://addyosmani.github.io/jquery-ui-bootstrap/
 *
 * Copyright 2012 - 2013, Addy Osmani
 * Dual licensed under the MIT or GPL Version 2 licenses.
 *
 * Portions copyright jQuery UI & Twitter Bootstrap
 */
/********** VJ - Move to Less - Start *************/
/* Layout helpers
 ----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ui-helper-clearfix {
  /*display: inline-block; */
  display: block;
  min-height: 0;
  /* support: IE7 */
}
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix {
  height: 1%;
}
/* end clearfix */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ui-front {
  z-index: 100;
}
/* 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
 ----------------------------------*/
/*
 * jQuery UI Resizable 1.10.3
 *
 * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/resizable/
 */
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  z-index: 99999;
  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.10.3
 *
 * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://jqueryui.com/selectable/
 */
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}
/*
 * jQuery UI CSS Framework 1.10.3
 *
 * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 *
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */
/* Component containers
 ----------------------------------*/
.ui-widget {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
}
.ui-widget .ui-widget {
  font-size: 13px;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: inherit;
}
.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: #ffffff;
  color: #404040;
}
.ui-widget-header {
  font-weight: bold;
  background-color: #F5F5F5;
  border-color: #DDDDDD;
  color: #333333;
}
.ui-widget-header a {
  color: #222222;
}
/* Interaction states
 ----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  color: #333333;
  background-color: #ffffff;
  font-weight: normal;
  border: 1px solid #cccccc;
}
.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 {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
  text-decoration: none;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
  color: #333333;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #adadad;
  font-weight: normal;
  color: #333333;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #333333;
  text-decoration: none;
}
.ui-widget :active {
  outline: none;
}
/* Interaction Cues
 ----------------------------------*/
.ui-state-highlight,
.ui-state-error,
.ui-state-default {
  position: relative;
  border-width: 1px;
  border-style: solid;
}
.ui-state-highlight p,
.ui-state-error p,
.ui-state-default p {
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  margin: 7px 15px;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #2d6987;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #953b39;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #953b39;
}
.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: 0.7;
  filter: alpha(opacity=70);
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: alpha(opacity=35);
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
  /* For IE8 - See #6059 */
}
/* Icons
 ----------------------------------*/
/* states and images*/
.ui-icon {
  width: 16px;
  height: 16px;
  background-image: url("../ui/images/ui-icons_222222_256x240.png");
}
.ui-widget-content .ui-icon {
  background-image: url("../ui/images/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
  background-image: url("../ui/images/ui-icons_222222_256x240.png");
}
.ui-state-default .ui-icon {
  background-image: url("../ui/images/ui-icons_888888_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("../ui/images/ui-icons_454545_256x240.png");
}
.ui-state-active .ui-icon {
  background-image: url("../ui/images/ui-icons_454545_256x240.png");
}
.ui-state-highlight .ui-icon {
  background-image: url("../ui/images/ui-icons_2e83ff_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("../ui/images/ui-icons_f6cf3b_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-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-seek-start {
  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 {
  -webkit-border-radius: 0px;
  /* Safari 4 */
  -moz-border-radius: 0px;
  /* Firefox 3.6 */
  border-radius: 0px;
}
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  -webkit-border-top-left-radius: 4px;
  /* Safari 4 */
  -moz-border-radius-topleft: 4px;
  /* Firefox 3.6 */
  border-top-left-radius: 4px;
}
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  -webkit-border-top-right-radius: 4px;
  /* Safari 4 */
  -moz-border-radius-topright: 4px;
  /* Firefox 3.6 */
  border-top-right-radius: 4px;
}
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  -webkit-border-bottom-left-radius: 4px;
  /* Safari 4 */
  -moz-border-radius-bottomleft: 4px;
  /* Firefox 3.6 */
  border-bottom-left-radius: 4px;
}
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  -webkit-border-bottom-right-radius: 4px;
  /* Safari 4 */
  -moz-border-radius-bottomright: 4px;
  /* Firefox 3.6 */
  border-bottom-right-radius: 4px;
}
/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: 0.3;
  filter: alpha(opacity=30);
  position: absolute;
  z-index: 949 !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -webkit-border-radius: 8px;
  /* Safari 4 */
  -moz-border-radius: 8px;
  /* Firefox 3.6 */
  border-radius: 8px;
}
/*
 * jQuery UI Accordion 1.10.3
 *
 * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://jqueryui.com/accordion/
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion {
  width: 100%;
}
.ui-accordion .ui-accordion-li-fix {
  display: inline;
}
.ui-accordion .ui-accordion-header-active {
  border-bottom: 0 !important;
}
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  padding: 0.5em 0.5em 0.5em 0.7em;
  min-height: 0;
  /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
  padding-left: 0.7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: 0.5em;
  top: 50%;
  margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0 none;
  margin-top: -3px;
  position: relative;
  top: 1px;
  margin-bottom: 2px;
  overflow: auto;
  display: none;
}
.ui-accordion .ui-accordion-content-active {
  display: block;
}
/*
 * jQuery UI Autocomplete 1.10.3
 *
 * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://jqueryui.com/autocomplete/
 */
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
/*
 * jQuery UI Button 1.10.3
 *
 * Copyright 2013, 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;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #ccc;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.ui-button:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.ui-button:focus,
.ui-button:hover {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
  text-decoration: none;
}
ui-button.disabled,
ui-button[disabled],
fieldset[disabled] ui-button,
ui-button.disabled:hover,
ui-button[disabled]:hover,
fieldset[disabled] ui-button:hover,
ui-button.disabled:focus,
ui-button[disabled]:focus,
fieldset[disabled] ui-button:focus,
ui-button.disabled:active,
ui-button[disabled]:active,
fieldset[disabled] ui-button:active,
ui-button.disabled.active,
ui-button[disabled].active,
fieldset[disabled] ui-button.ui-state-active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.ui-btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.ui-btn-sm,
.ui-btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.ui-btn-xs {
  padding: 1px 5px;
}
.ui-btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.ui-btn-block + .ui-btn-block {
  margin-top: 5px;
}
input[type="submit"].ui-btn-block,
input[type="reset"].ui-btn-block,
input[type="button"].ui-btn-block {
  width: 100%;
}
.ui-button-text-icon-primary .ui-button-icon-primary {
  float: left;
}
.ui-button-text-icon-primary {
  padding: 2px 7px 3px;
}
.ui-button-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}
.ui-button-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.ui-button-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.ui-button-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.ui-button-inverse {
  color: #ffffff;
  background-color: #222222;
  border-color: #080808;
}
.ui-button-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.ui-button-error {
  color: #ffffff;
  background-color: #c43c35;
  border-color: #882a25;
}
.ui-button-primary:hover,
.ui-button-success:hover,
.ui-button-info:hover,
.ui-button-danger:hover,
.ui-button-warning:hover,
.ui-button-inverse:hover {
  color: #ffffff;
  text-decoration: none;
}
.ui-button-primary:hover,
.ui-button-primary:focus {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.ui-button-success:hover {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}
.ui-button-info:hover {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.ui-button-danger:hover {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.ui-button-warning:hover {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.ui-button-inverse:hover {
  color: #ffffff;
  background-color: #363636;
  border-color: #000000;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2.2em;
}
/* button elements seem to need a little more width */
.ui-button-icons-only {
  width: 3.4em;
}
button.ui-button-icons-only {
  width: 3.7em;
}
.ui-button-text-icon-primary .ui-button-icon-primary.ui-icon {
  margin-top: 5px;
}
/*button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: 0.4em;
  text-indent: -9999px;
  display: none;
  /*tempfix*/
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 1em 0.4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 2.1em 0.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: 0.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 {
  margin-bottom: 0;
  margin-top: 0;
  top: 50%;
}
.ui-button-icon-only .ui-icon {
  left: 50%;
  /* chrome margin*/
  margin-left: -8px;
  /* firefox margin*/
  margin-right: -6px;
}
.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: 0.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: 0.5em;
}
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: 0.5em;
}
/*button sets*/
.ui-buttonset {
  margin-right: 7px;
}
.ui-buttonset .ui-state-active {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}
.ui-buttonset .ui-state-active.ui-state-hover {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.4em;
}
/* reset extra padding in Firefox */
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * jQuery UI Menu 1.10.3
 *
 * Copyright 2013, 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;
  outline: none;
}
.ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute;
  list-style: none;
}
.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  /* support: IE10, see #8844 */
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
  margin: 5px -2px 5px -2px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px 0.4em;
  line-height: 1.5;
  min-height: 0;
  /* support: IE7 */
  font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-corner-all {
  -webkit-border-radius: 0px;
  /* Safari 4 */
  -moz-border-radius: 0px;
  /* Firefox 3.6 */
  border-radius: 0px;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active,
.ui-menu .ui-menu-item a.ui-widget-content {
  font-weight: bold;
  margin: 0;
  background-color: #428BCA;
  border-color: #357EBD;
  color: #FFFFFF;
  display: block;
  white-space: nowrap;
}
/* Fix problem with border in ui-state-active */
.ui-menu .ui-menu-item a.ui-state-active {
  padding: 1px 0.4em;
}
.ui-menu .ui-state-disabled {
  font-weight: normal;
  margin: 0.4em 0 0.2em;
  line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
  cursor: default;
}
/* icon support */
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em;
}
/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0.2em;
  left: 0.2em;
}
/* right-aligned */
.ui-menu .ui-menu-icon {
  position: static;
  float: right;
}
.ui-menu {
  width: 200px;
  margin-bottom: 2em;
}
/*
 * jQuery UI spinner 1.10.3
 *
 * Copyright 2013, 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-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}
.ui-spinner-input {
  border: none;
  background: none;
  padding: 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 22px;
}
.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}
/* more specificity required here to overide default borders */
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}
/* vertical centre icon */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}
.ui-spinner-up {
  top: 0;
}
.ui-spinner-down {
  bottom: 0;
}
/* need to fix icons sprite */
.ui-spinner .ui-icon-triangle-1-s {
  background-position: -65px -16px;
}
/********** VJ - Move to Less - End *************/
/*
 * jQuery UI Dialog 1.10.3
 *
 * Copyright 2013, 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;
  top: 0;
  left: 0;
  padding: 0;
  width: 300px;
  overflow: hidden;
  outline: 0;
  background-clip: padding-box;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 6px 6px 6px 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  /* Safari 4 */
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  /* Firefox 3.6 */
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  /*left: 50%;
	 margin-left: -280px;*/
  outline: medium none;
  /*top: 10%;
	 width: 560px;*/
  z-index: 1050;
}
.ui-dialog .ui-dialog-titlebar {
  /*padding: .4em 1em;*/
  position: relative;
  border: 0 0 0 1px solid;
  border-color: white;
  padding: 5px 15px;
  font-size: 18px;
  text-decoration: none;
  -webkit-border-bottom-right-radius: 0;
  /* Safari 4 */
  -moz-border-radius-bottomright: 0;
  /* Firefox 3.6 */
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  /* Safari 4 */
  -moz-border-radius-bottomleft: 0;
  /* Firefox 3.6 */
  border-bottom-left-radius: 0;
  border-bottom: 1px solid #ccc;
}
.ui-dialog .ui-dialog-title {
  float: left;
  color: #404040;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 19px;
  margin: -20px 0 0 0;
  padding: 1px;
  height: 18px;
  font-size: 20px;
  font-weight: bold;
  line-height: 13.5px;
  text-shadow: 0 1px 0 #ffffff;
  filter: alpha(opacity=25);
  -khtml-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
  background: none;
  border-width: 0;
  border: none;
  -webkit-box-shadow: none;
  /* Safari 4 */
  -moz-box-shadow: none;
  /* Firefox 3.6 */
  box-shadow: none;
}
.ui-dialog .ui-dialog-titlebar-close span {
  display: block;
  margin: 1px;
  text-indent: 9999px;
}
.ui-dialog .ui-dialog-titlebar-close:hover,
.ui-dialog .ui-dialog-titlebar-close:focus {
  padding: 1px;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin: 0.5em 0 0 0;
  background-color: #ffffff;
  padding: 5px 15px 5px;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  /* Safari 4 */
  -moz-border-radius: 0 0 6px 6px;
  /* Firefox 3.6 */
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  /* Safari 4 */
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  /* Firefox 3.6 */
  box-shadow: inset 0 1px 0 #ffffff;
  margin-bottom: 0;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}
.ui-dialog .ui-resizable-se {
  width: 14px;
  height: 14px;
  right: 3px;
  bottom: 3px;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
.ui-dialog-buttonpane .ui-dialog-buttonset .ui-button {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}
.ui-dialog-buttonpane .ui-dialog-buttonset .ui-button.ui-state-hover {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
/***Dialog fixes**/
.ui-dialog-buttonset .ui-button:not(:first-child) {
  cursor: pointer;
  display: inline-block;
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-transition: 0.1s linear all;
  -moz-transition: 0.1s linear all;
  -o-transition: 0.1s linear all;
  transition: 0.1s linear all;
  overflow: visible;
}
.ui-dialog-buttonset .ui-button:not(:first-child) .ui-state-hover {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
  text-decoration: none;
}
/* ui-dialog-buttonset UI info */
.ui-dialog-buttonset .ui-button.ui-button-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.ui-dialog-buttonset .ui-button.ui-button-info.ui-state-hover {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}
/* ui-dialog-buttonset UI success */
.ui-dialog-buttonset .ui-button.ui-button-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.ui-dialog-buttonset .ui-button.ui-button-success.ui-state-hover {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}
/* ui-dialog-buttonset UI warning */
.ui-dialog-buttonset .ui-button.ui-button-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.ui-dialog-buttonset .ui-button.ui-button-warning.ui-state-hover {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}
/* ui-dialog-buttonset UI Danger */
.ui-dialog-buttonset .ui-button.ui-button-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.ui-dialog-buttonset .ui-button.ui-button-danger.ui-state-hover {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}
/* ui-dialog-buttonset UI Inverse */
.ui-dialog-buttonset .ui-button.ui-button-inverse {
  color: #ffffff;
  background-color: #222222;
  border-color: #080808;
}
.ui-dialog-buttonset .ui-button.ui-button-inverse.ui-state-hover {
  color: #ffffff;
  background-color: #363636;
  border-color: #000000;
}
/*
 * jQuery UI Slider 1.10.3
 *
 * Copyright 2013, 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;
}
/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 16px;
  height: 18px;
  cursor: default;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
  color: #ffffff;
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-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-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.ui-slider-horizontal {
  height: 10px;
  background: #D5D5D5;
  border: none;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
  background-color: #fff;
  border-color: #CCC;
}
.ui-slider-horizontal .ui-slider-handle:focus {
  background-color: #fff;
  border-color: #357EBD;
}
.ui-slider-horizontal .ui-slider-handle:hover {
  background-color: #fff;
  border-color: #285E8E;
  outline: 0;
}
.ui-slider-horizontal .ui-slider-handle:active {
  background-color: #428BCA;
  border-color: #3276B1;
}
.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: 0.8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.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.10.3
 *
 * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://jqueryui.com/tabs/
 */
.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  border: 0;
  -webkit-border-radius: 0;
  /* Safari 4 */
  -moz-border-radius: 0;
  /* Firefox 3.6 */
  border-radius: 0;
}
.ui-tabs .ui-tabs-nav {
  margin-bottom: 5px;
  border: solid #ddd;
  border-width: 0 0 1px 0;
  -webkit-border-radius: 0;
  /* Safari 4 */
  -moz-border-radius: 0;
  /* Firefox 3.6 */
  border-radius: 0;
  background: none;
}
.ui-tabs .ui-tabs-nav li {
  position: relative;
  top: 0;
  float: left;
  margin-right: 2px;
  margin-bottom: -1px;
  border: 0;
  list-style: none;
  white-space: nowrap;
  background: none;
}
.ui-tabs-nav .ui-state-default {
  border: 0;
  -webkit-box-shadow: none;
  /* Safari 4 */
  -moz-box-shadow: none;
  /* Firefox 3.6 */
  box-shadow: none;
}
.ui-tabs .ui-tabs-nav li a {
  float: left;
  border: 1px solid #fff;
  border-bottom: 1px solid #ddd;
  -webkit-border-radius: 4px 4px 0 0;
  /* Safari 4 */
  -moz-border-radius: 4px 4px 0 0;
  /* Firefox 3.6 */
  border-radius: 4px 4px 0 0;
  padding: 8px 12px;
  font-weight: normal;
  text-decoration: none;
  outline: none;
  color: #0069D6;
  background: none;
}
.ui-tabs .ui-tabs-nav li a:hover {
  border: 1px solid whiteSmoke;
  border-bottom: 1px solid #ddd;
  background-color: whiteSmoke;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
  border: 1px solid #ddd;
  border-bottom: 1px solid #fff;
  background-color: #fff;
  color: #555;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active:hover {
  background: #fff;
  cursor: text;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
  cursor: text;
}
/* 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;
  margin: 1em 0;
  border: 0;
  -webkit-border-radius: 0;
  /* Safari 4 */
  -moz-border-radius: 0;
  /* Firefox 3.6 */
  border-radius: 0;
  padding: 1px 0;
  background: none;
}
.ui-tabs .ui-tabs-hide {
  display: none !important;
}
/* IE fix for background inheritance from ui-widget */
.ui-tabs .ui-tabs-nav li {
  filter: none;
}
/*
 * jQuery UI Tooltip 1.10.3
 *
 * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://jqueryui.com/tooltip/
 */
.ui-tooltip {
  display: block;
  font-size: 11px;
  opacity: 0.8;
  position: absolute;
  visibility: visible;
  z-index: 1024;
  max-width: 200px;
}
.ui-tooltip {
  background: #000000;
  border: 1px solid #000000;
}
.ui-tooltip {
  color: #FFFFFF;
  padding: 3px 8px;
  text-align: center;
  text-decoration: none;
  -webkit-box-shadow: inset 0 1px 0 #000000;
  /* Safari 4 */
  -moz-box-shadow: inset 0 1px 0 #000000;
  /* Firefox 3.6 */
  box-shadow: inset 0 1px 0 #000000;
  border-radius: 4px 4px 4px 4px;
}
body .ui-tooltip {
  border-width: 1px;
}
/*
 .arrow {
 overflow: hidden;
 position: absolute;
 margin-left: 0;
 height: 20px;
 width: 20px;
 }

 .arrow.bottom {
 top: 100%;
 left: 38%;
 }

 .arrow.top {
 top: -50%;
 bottom: 22px;
 left: 42%;
 }

 .arrow.left {
 top : 25%;
 left: -15%;
 right: 0;
 bottom:-16px;
 }

 .arrow.right {
 top: 26%;
 left: 100%;
 right: 0;
 bottom:-16px;
 margin-left: 1px;
 }

 .arrow:after {
 content : " " ;
 position : absolute ;
 height : 0 ;
 left:0;
 top: 0;
 width: 0;
 margin-left : 0 ;
 bottom : 12px ;
 box-shadow: 6px 5px 9px -9px black;
 }

 .arrow.bottom:after {
 border-top:8px solid #000000;
 border-right:8px solid transparent;
 border-bottom:8px solid transparent;
 border-left:8px solid transparent;
 }

 .arrow.top:after {
 border-top:6px solid transparent;
 border-right:6px solid transparent;
 border-bottom:6px solid #000000;
 border-left:6px solid transparent;
 }

 .arrow.left:after{
 width:0;
 border-top: 6px solid transparent;
 border-right: 6px solid #000000;
 border-bottom: 6px solid transparent;
 border-left: 6px solid transparent;
 }

 .arrow.right:after{
 width:0;
 border-top: 6px solid transparent;
 border-right: 6px solid transparent;
 border-bottom: 6px solid transparent;
 border-left: 6px solid #000000;
 }*/
/*
 * jQuery UI Datepicker 1.10.3
 *
 * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://jqueryui.com/datepicker/
 */
.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
  border: 0;
  font-weight: bold;
  width: 100%;
  padding: 4px 0;
  background-color: #f5f5f5;
  color: #808080;
}
.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: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
.ui-datepicker th {
  padding: 0.7em 0.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: 0.2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.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 0.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 {
  display: none;
  display: block;
  position: absolute;
  z-index: -1;
  filter: mask();
  top: -4px;
  left: -4px;
  width: 200px;
  height: 200px;
}
.ui-datepicker th {
  font-weight: bold;
  color: gray;
}
.ui-datepicker-today a:hover {
  background-color: #808080;
  color: #ffffff;
}
.ui-datepicker-today a {
  background-color: #BFBFBF;
  cursor: pointer;
  padding: 0 4px;
  margin-bottom: 0;
}
.ui-datepicker td a {
  margin-bottom: 0;
  border: 0;
}
.ui-datepicker td:hover {
  color: #ffffff;
}
.ui-datepicker td .ui-state-default {
  border: 0;
  background: none;
  margin-bottom: 0;
  padding: 5px;
  color: gray;
  text-align: center;
  filter: none;
}
.ui-datepicker td .ui-state-highlight {
  color: #ffffff;
  background-color: #A90329;
  border-color: #46b8da;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 0px;
  /* Safari 4 */
  -moz-border-radius: 0px;
  /* Firefox 3.6 */
  border-radius: 0px;
}
.ui-datepicker td .ui-state-active {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
  margin-bottom: 0;
  font-size: normal;
  text-shadow: 0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 0px;
  /* Safari 4 */
  -moz-border-radius: 0px;
  /* Firefox 3.6 */
  border-radius: 0px;
}
.ui-datepicker td .ui-state-hover {
  color: #ffffff;
  background: #428bca;
  background-color: #428bca;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #357ebd;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 0px;
  /* Safari 4 */
  -moz-border-radius: 0px;
  /* Firefox 3.6 */
  border-radius: 0px;
}
/*
 * jQuery UI Progressbar 1.10.3
 *
 * Copyright 2013, 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;
  margin-bottom: 20px;
  border: 0px;
  overflow: hidden;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.ui-progressbar .ui-progressbar-value {
  margin: 0px;
  height: 100%;
  color: #ffffff;
  /*this can be removed if ui-widget-header is blue*/
  background-color: #428BCA;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.ui-progressbar .ui-progressbar-overlay {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-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;
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}
/**Toolbar**/
.ui-toolbar {
  padding: 7px 14px;
  margin: 0 0 18px;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  /* Safari 4 */
  -moz-border-radius: 3px;
  /* Firefox 3.6 */
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  /* Safari 4 */
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  /* Firefox 3.6 */
  box-shadow: inset 0 1px 0 #ffffff;
}
/** File Input **/
.customfile-button {
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #ccc;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
/***Wijmo Theming**/
div.wijmo-wijmenu {
  padding: 0 20px;
  background-color: #222222;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(top, #333333, #222222);
  /* Safari 5.1+, Chrome 10+ */
  background-image: -moz-linear-gradient(top, #333333, #222222);
  /* Firefox 3.6 */
  background-image: -o-linear-gradient(top, #333333, #222222);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #333333, #222222);
  /* CSS3 Compliant */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
  /* IE8 */
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  /* Safari 4 */
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  /* Firefox 3.6 */
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}
.wijmo-wijmenu .ui-state-default {
  -webkit-box-shadow: none;
  /* Safari 4 */
  -moz-box-shadow: none;
  /* Firefox 3.6 */
  box-shadow: none;
  color: #bfbfbf;
}
.wijmo-wijmenu .ui-state-default .wijmo-wijmenu-text {
  color: #bfbfbf;
}
.wijmo-wijmenu .ui-state-hover {
  background: #444;
  background: rgba(255, 255, 255, 0.05);
}
.wijmo-wijmenu .ui-state-hover .wijmo-wijmenu-text {
  color: #ffffff;
}
div.wijmo-wijmenu .ui-widget-header h3 {
  position: relative;
  margin-top: 1px;
  padding: 0;
}
.wijmo-wijmenu h3 a {
  color: #ffffff;
  display: block;
  float: left;
  font-size: 20px;
  font-weight: 200;
  line-height: 1;
  margin-left: -20px;
  margin-top: 1px;
  padding: 8px 20px 12px;
}
.wijmo-wijmenu h3 a:hover {
  background-color: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  text-decoration: none;
}
.wijmo-wijmenu .ui-widget-header {
  border: 0;
}
.wijmo-wijmenu .wijmo-wijmenu-parent .wijmo-wijmenu-child {
  padding: 0.3em 0;
}
div.wijmo-wijmenu .wijmo-wijmenu-item .wijmo-wijmenu-child {
  background: #333;
  border: 0;
  margin: 0;
  padding: 6px 0;
  width: 160px;
  -webkit-border-radius: 0 0 6px 6px;
  /* Safari 4 */
  -moz-border-radius: 0 0 6px 6px;
  /* Firefox 3.6 */
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  /* Safari 4 */
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  /* Firefox 3.6 */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
div.wijmo-wijmenu .wijmo-wijmenu-item {
  margin: 0;
  border: 0;
}
.wijmo-wijmenu a.wijmo-wijmenu-link {
  margin: 0;
  line-height: 19px;
  padding: 10px 10px 11px;
  border: 0;
  -webkit-border-radius: 0;
  /* Safari 4 */
  -moz-border-radius: 0;
  /* Firefox 3.6 */
  border-radius: 0;
}
div.wijmo-wijmenu .wijmo-wijmenu-child .wijmo-wijmenu-link {
  display: block;
  float: none;
  padding: 4px 15px;
  width: auto;
}
div.wijmo-wijmenu .wijmo-wijmenu-child .wijmo-wijmenu-text {
  float: none;
}
.wijmo-wijmenu .wijmo-wijmenu-item .wijmo-wijmenu-child .ui-state-hover {
  background: #191919;
}
.wijmo-wijmenu .wijmo-wijmenu-item .wijmo-wijmenu-separator {
  padding: 5px 0;
  background-image: none;
  background-color: #222;
  border-top: 1px solid #444;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
}
.wijmo-wijmenu .wijmo-wijmenu-item input {
  -moz-transition: none 0s ease 0s;
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid #111111;
  border-radius: 4px 4px 4px 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.25);
  /* Safari 4 */
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.25);
  /* Firefox 3.6 */
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.75);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1;
  margin: 5px 10px 0 10px;
  padding: 4px 9px;
  width: 100px;
}
.wijmo-wijmenu .wijmo-wijmenu-item input:hover {
  background-color: rgba(255, 255, 255, 0.5);
  color: #ffffff;
}
.wijmo-wijmenu .wijmo-wijmenu-item input:focus {
  background-color: #ffffff;
  border: 0 none;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  /* Safari 4 */
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  /* Firefox 3.6 */
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  color: #404040;
  outline: 0 none;
  padding: 5px 10px;
  text-shadow: 0 1px 0 #ffffff;
}
.wijmo-wijmenu .ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  text-shadow: none;
}
.wijmo-wijmenu .ui-state-default {
  -webkit-box-shadow: none;
  /* Safari 4 */
  -moz-box-shadow: none;
  /* Firefox 3.6 */
  box-shadow: none;
  color: #bfbfbf;
  filter: none;
}
/**
 * Font Awesome in jQuery UI
 * @author Gerits Aurelien
 *
 **/
.ui-button-icon-primary.ui-icon[class^="icon-"]:before,
.ui-button-icon-primary.ui-icon[class*=" icon-"]:before,
.ui-button-icon-secondary.ui-icon[class^="icon-"]:before,
.ui-button-icon-secondary.ui-icon[class*=" icon-"]:before {
  font-size: inherit;
  margin-left: 7px !important;
  margin-left: 5px;
  display: inline;
  text-decoration: inherit;
  color: inherit;
}
/* **
 * If you use "Font awesome" is disable UI icons in element
 ** */
.ui-state-default .ui-icon[class*=" icon-"] {
  /* Reset background with font Awesome */
  background: none;
  margin-left: -12px;
  /*fix for margin issue with font awesome buttons*/
}
/* If you do not use ui-icon uncomment the lines */
/*
 .ui-button .ui-button-text{
 display: inline-block;
 padding: 0px;
 }

 .ui-button-text-icon-primary .ui-button-icon-primary{
 float:none;
 }*/
#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;
}

/* 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 > 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;
}
#tos-modal .modal-dialog {
  width: 80%;
}
.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: 22px;
}
#map_amenities_list table > thead > tr > th,
#map_amenities_list table > tbody > tr > th,
#map_amenities_list table > tfoot > tr > th,
#map_amenities_list table > thead > tr > td,
#map_amenities_list table > tbody > tr > td,
#map_amenities_list table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
#map_amenities_list table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
#map_amenities_list table > caption + thead > tr:first-child > th,
#map_amenities_list table > colgroup + thead > tr:first-child > th,
#map_amenities_list table > thead:first-child > tr:first-child > th,
#map_amenities_list table > caption + thead > tr:first-child > td,
#map_amenities_list table > colgroup + thead > tr:first-child > td,
#map_amenities_list table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
#map_amenities_list table > 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;
}
.listings_item .slick-slider {
  visibility: hidden;
  height: 0;
}
.listings_item .slick-slider img {
  max-width: 100%;
  max-height: 150px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.listings_item .slick-slide {
  height: 150px;
}
@media (min-width: 992px) {
  .listings_item .slick-slider img {
    max-height: 200px;
  }
  .listings_item .slick-slide {
    height: 200px;
  }
}
@media (min-width: 1200px) {
  .listings_item .slick-slider img {
    max-height: 240px;
  }
  .listings_item .slick-slide {
    height: 240px;
  }
}
.listings_item .slick-slide {
  text-align: center;
  background: #ffffff;
}
.listings_item .slick-slide img {
  display: inline-block;
}
.listings_item .slick-prev {
  left: 25px;
  z-index: 3;
}
.listings_item .slick-next {
  right: 25px;
}
.listings_item .slick-prev:before,
.listings_item .slick-next:before {
  color: #4698c6;
  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: 16px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #111111;
  background-color: #4698c6;
  border-color: #398bb9;
  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: #111111;
  background-color: #3682ae;
  border-color: #2b688b;
}
.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: #4698c6;
  border-color: #398bb9;
}
.listing_menu .btn .badge,
.listing_menu .back_btn .badge {
  color: #4698c6;
  background-color: #111111;
}
.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: 16px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #111111;
  background-color: #4698c6;
  border-color: #398bb9;
  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: #111111;
  background-color: #3682ae;
  border-color: #2b688b;
}
.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: #4698c6;
  border-color: #398bb9;
}
.xs-listing-menu .btn .badge,
.xs-listing-menu .back_btn .badge {
  color: #4698c6;
  background-color: #111111;
}
@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: #4698c6;
  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: 16px;
  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: #4698c6;
  border-color: #398bb9;
  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: #3682ae;
  border-color: #2b688b;
}
.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: #4698c6;
  border-color: #398bb9;
}
.to_top .badge {
  color: #4698c6;
  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: 16px;
  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: #4698c6;
  border-color: #398bb9;
  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: #3682ae;
  border-color: #2b688b;
}
.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: #4698c6;
  border-color: #398bb9;
}
.prev-next-hld a .badge {
  color: #4698c6;
  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: 16px;
  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: #4698c6;
  border-color: #398bb9;
}
#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: #3682ae;
  border-color: #2b688b;
}
#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: #4698c6;
  border-color: #398bb9;
}
#get_directions .badge {
  color: #4698c6;
  background-color: #eeeeee;
}
.cform {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  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: 36px;
  padding: 6px 12px;
  font-size: 16px;
  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: 16px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #111111;
  background-color: #4698c6;
  border-color: #398bb9;
}
.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: #111111;
  background-color: #3682ae;
  border-color: #2b688b;
}
.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: #4698c6;
  border-color: #398bb9;
}
.fs_show_tabs_btn .badge {
  color: #4698c6;
  background-color: #111111;
}
.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;
}
#similar_properties .listing_quick_info {
  background: #4698c6;
}
#similar_properties .info-value {
  color: white;
}
#foot_quick_contact {
  margin-top: 2%;
  margin-bottom: 2%;
}
#foot_quick_contact .btn-primary {
  width: 100%;
  font-weight: 900;
}
#foot_quick_contact .agent-contact a {
  display: inline-block;
}
#foot_quick_contact .agent-contact .name {
  font-size: 16px;
}
#foot_quick_contact .agent-contact .email {
  word-wrap: break-word;
}
#foot_quick_contact .agent-contact .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#foot_quick_contact .agent-contact .row > [class*='col-'] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#sidebar-content-top-single-row a {
  width: 100%;
}
#sidebar .listing_filter .custom-form-select {
  width: 88%;
}
.listing_menu .bigger {
  width: 25%;
}
.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: 16px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #111111;
  background-color: #4698c6;
  border-color: #398bb9;
  margin: 5px 0 0 4px;
  border: 0;
  font-size: 110%;
  padding: 0;
  width: 30px;
  height: 30px;
}
.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:hover,
.social-links .btn-social:focus,
.social-links .btn-social:active,
.social-links .btn-social.active,
.open .dropdown-toggle.social-links .btn-social {
  color: #111111;
  background-color: #3682ae;
  border-color: #2b688b;
}
.social-links .btn-social:active,
.social-links .btn-social.active,
.open .dropdown-toggle.social-links .btn-social {
  background-image: none;
}
.social-links .btn-social.disabled,
.social-links .btn-social[disabled],
fieldset[disabled] .social-links .btn-social,
.social-links .btn-social.disabled:hover,
.social-links .btn-social[disabled]:hover,
fieldset[disabled] .social-links .btn-social:hover,
.social-links .btn-social.disabled:focus,
.social-links .btn-social[disabled]:focus,
fieldset[disabled] .social-links .btn-social:focus,
.social-links .btn-social.disabled:active,
.social-links .btn-social[disabled]:active,
fieldset[disabled] .social-links .btn-social:active,
.social-links .btn-social.disabled.active,
.social-links .btn-social[disabled].active,
fieldset[disabled] .social-links .btn-social.active {
  background-color: #4698c6;
  border-color: #398bb9;
}
.social-links .btn-social .badge {
  color: #4698c6;
  background-color: #111111;
}
.social-links .btn-social i {
  line-height: 30px;
}
.header-type-turnkey-0 .logo {
  margin-top: 20px;
  margin-bottom: 10px;
  max-height: 170px;
  max-width: 100%;
  display: inline-block;
}
.header-type-turnkey-0 .branding {
  background: #000000;
}
.header-type-turnkey-0 .branding .head-content {
  height: 200px;
  position: realtive;
}
.header-type-turnkey-0 .branding .head-content .agent-contact {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  text-align: right;
  vertical-align: bottom;
  color: #eeeeee;
  font-size: 120%;
  padding-bottom: 5px;
}
.header-type-turnkey-0 .branding .head-content .agent-contact a {
  color: #eeeeee;
}
@media (max-width: 767px) {
  .header-type-turnkey-0 .branding {
    text-align: center;
  }
  .header-type-turnkey-0 .branding .head-content {
    height: auto;
  }
  .header-type-turnkey-0 .branding .head-content .agent-contact {
    text-align: center;
    position: static;
  }
}
.header-type-turnkey-0 .nav {
  text-transform: uppercase;
}
.header-type-turnkey-1 .name-bar {
  background: #000000;
  color: #eeeeee;
}
.header-type-turnkey-1 .name-bar a {
  color: #eeeeee;
}
.header-type-turnkey-1 .name-bar .agent-title {
  display: inline-block;
  font-size: 125%;
}
@media (min-width: 992px) {
  .header-type-turnkey-1 .name-bar .agent-title {
    line-height: 40px;
    height: 40px;
    width: 35%;
  }
}
@media (max-width: 991px) {
  .header-type-turnkey-1 .name-bar .agent-title {
    text-align: center;
    display: block;
  }
}
.header-type-turnkey-1 .name-bar .agent-title .name {
  font-size: 135%;
}
.header-type-turnkey-1 .name-bar .agent-title .title {
  font-size: 90%;
}
.header-type-turnkey-1 .name-bar .agent-contact {
  display: inline-block;
  text-align: right;
  font-size: 125%;
}
@media (min-width: 992px) {
  .header-type-turnkey-1 .name-bar .agent-contact {
    line-height: 40px;
    height: 40px;
    width: 65%;
  }
}
@media (max-width: 991px) {
  .header-type-turnkey-1 .name-bar .agent-contact {
    text-align: center;
    display: block;
  }
}
.header-type-turnkey-1 .name-bar .agent-contact span {
  display: inline-block;
  margin-left: 15px;
}
@media (max-width: 767px) {
  .header-type-turnkey-1 .name-bar {
    text-align: center;
    padding-bottom: 5px;
  }
  .header-type-turnkey-1 .name-bar .social-links {
    float: none;
  }
}
.header-type-turnkey-1 .logo {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
}
.header-type-turnkey-1 .branding {
  background: url(../../img/turnkey/backgroundphoto.png) center no-repeat #000000;
  background-size: cover;
}
.header-type-turnkey-1 .branding .head-content img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
}
@media (min-width: 480px) and (max-width: 767px) {
  .header-type-turnkey-1 .branding .head-content {
    height: auto;
  }
  .header-type-turnkey-1 .branding .head-content img {
    max-height: 210px;
  }
}
@media (min-width: 768px) {
  .header-type-turnkey-1 .branding .head-content {
    height: 210px;
  }
}
@media (min-width: 992px) {
  .header-type-turnkey-1 .branding .head-content {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .header-type-turnkey-1 .branding {
    text-align: center;
  }
}
.header-type-turnkey-1 .nav {
  text-transform: uppercase;
}
.header-type-turnkey-2 .logo {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  margin-top: 65px;
}
@media (max-width: 991px) {
  .header-type-turnkey-2 .logo {
    margin-top: 25px;
  }
}
.header-type-turnkey-2 .name-bar {
  background: #000000;
  color: #eeeeee;
}
.header-type-turnkey-2 .name-bar a {
  color: #eeeeee;
}
.header-type-turnkey-2 .name-bar .agent-title {
  display: inline-block;
  font-size: 125%;
}
@media (min-width: 992px) {
  .header-type-turnkey-2 .name-bar .agent-title {
    line-height: 40px;
    height: 40px;
    width: 35%;
  }
}
@media (max-width: 991px) {
  .header-type-turnkey-2 .name-bar .agent-title {
    text-align: center;
    display: block;
  }
}
.header-type-turnkey-2 .name-bar .agent-title .name {
  font-size: 135%;
}
.header-type-turnkey-2 .name-bar .agent-title .title {
  font-size: 90%;
}
.header-type-turnkey-2 .name-bar .agent-contact {
  display: inline-block;
  text-align: right;
  font-size: 125%;
}
@media (min-width: 992px) {
  .header-type-turnkey-2 .name-bar .agent-contact {
    line-height: 40px;
    height: 40px;
    width: 65%;
  }
}
@media (max-width: 991px) {
  .header-type-turnkey-2 .name-bar .agent-contact {
    text-align: center;
    display: block;
  }
}
.header-type-turnkey-2 .name-bar .agent-contact span {
  display: inline-block;
  margin-left: 15px;
}
@media (max-width: 767px) {
  .header-type-turnkey-2 .name-bar {
    text-align: center;
    padding-bottom: 5px;
  }
  .header-type-turnkey-2 .name-bar .social-links {
    float: none;
  }
}
.header-type-turnkey-2 .branding {
  background: url(../../img/elements/blackwhite.jpg) no-repeat center #000000;
  background-size: cover;
}
.header-type-turnkey-2 .branding .container {
  background: url(../../img/elements/blackwhite.jpg) no-repeat center #000000;
  background-size: cover;
}
.header-type-turnkey-2 .branding .head-content {
  text-align: right;
  vertical-align: bottom;
}
.header-type-turnkey-2 .branding .head-content img {
  max-width: 60%;
  max-height: 100%;
  display: inline-block;
}
.header-type-turnkey-2 .branding .head-content .agent-title {
  display: inline-block;
  max-width: 40%;
  text-align: right;
  vertical-align: bottom;
  padding-right: 10px;
  padding-bottom: 10px;
  color: #eeeeee;
}
.header-type-turnkey-2 .branding .head-content .agent-title strong {
  text-transform: uppercase;
}
.header-type-turnkey-2 .branding .head-content .agent-title a {
  color: #eeeeee;
}
.header-type-turnkey-2 .branding .head-content .agent-title .name {
  display: inline-block;
  padding-bottom: 10px;
  font-size: 110%;
}
@media (max-width: 767px) {
  .header-type-turnkey-2 .branding {
    /*
				.container, .head-content{
					background: #181816;
				}
*/
    text-align: center;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .header-type-turnkey-2 .branding {
    height: 240px;
  }
}
.header-type-turnkey-2 .nav {
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .header-type-turnkey-3 nav .navbar-collapse {
    padding: 0;
  }
}
.header-type-turnkey-3 .nav {
  text-transform: uppercase;
}
.header-type-turnkey-3 .nav li a {
  color: #4698c6;
}
.header-type-turnkey-3 .nav li a:hover {
  color: #4698c6;
}
.header-type-turnkey-3 .navbar {
  border-top: 2px solid #2F2F2F;
  font-weight: bold;
  min-height: 70px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .header-type-turnkey-3 .navbar {
    font-size: 12px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .header-type-turnkey-3 .navbar {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .header-type-turnkey-3 .navbar-nav > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.header-type-turnkey-3 .navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}
.header-type-turnkey-3 .navbar-brand .logo {
  padding-top: 5px;
  height: 70px;
}
.header-type-turnkey-3 .navbar-toggle {
  margin-top: 18px;
  margin-bottom: 18px;
}
.header-type-turnkey-3 .top-bar {
  text-align: right;
  padding: 5px 0;
  background: #0B0B0B;
  color: #767676;
}
.header-type-turnkey-3 .top-bar .broker-contact .phone-num {
  font-weight: bold;
  padding: 0 10px;
}
.header-type-turnkey-3 .top-bar .broker-contact .social-links {
  display: inline-block;
}
.header-type-turnkey-3 .top-bar .container {
  position: relative;
}
.header-type-turnkey-3 .top-bar .main-logo {
  position: absolute;
  top: -5px;
  left: 15px;
  width: 38%;
  padding: 40px 20px 20px;
  background: #000000;
  z-index: 1000;
}
.header-type-turnkey-3 .top-bar .main-logo img {
  max-width: 100%;
}
.header-type-turnkey-3 .bottom-bar {
  background: url(../../img/elements/resultsmainphoto.jpg) no-repeat center #fff;
  background-size: cover;
  margin-top: -20px;
  border-bottom: 10px solid #000000;
  margin-bottom: 20px;
  border-top: 4px solid #4698c6;
}
.header-type-turnkey-3 .bottom-bar h1 {
  font-family: "Times New Roman", Times, serif;
  font-size: 400%;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  padding: 10px 30px 2px;
  border-bottom: 1px solid #4698c6;
  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 */
  margin-top: 60px;
}
@media (min-width: 1200px) {
  .header-type-turnkey-3 .bottom-bar h1 {
    font-size: 520%;
  }
}
.header-type-turnkey-3 .bottom-bar h1 span {
  color: #4698c6;
  display: block;
  font-size: 50%;
}
.header-type-turnkey-3 .bottom-bar .head-content {
  text-align: right;
}
.header-type-turnkey-3 .bottom-bar .head-content .agent-title {
  display: inline-block;
  vertical-align: bottom;
  padding-bottom: 20px;
  color: #4698c6;
  font-size: 130%;
}
.header-type-turnkey-3 .bottom-bar .head-content .agent-title .name {
  color: #333333;
  text-transform: uppercase;
}
.header-type-turnkey-3 .bottom-bar .head-content .agent-title .title {
  color: #333333;
  font-size: 90%;
}
.header-type-turnkey-3 .bottom-bar .head-content img {
  display: inline-block;
  vertical-align: bottom;
  padding-top: 20px;
  width: 350px;
}
@media (max-width: 767px) {
  .header-type-turnkey-3 .bottom-bar .head-content {
    text-align: center;
    padding-top: 20px;
  }
}
.header-type-turnkey-3 .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: 16px;
  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;
}
.header-type-turnkey-3 .social-links .btn-social:focus,
.header-type-turnkey-3 .social-links .btn-social:active:focus,
.header-type-turnkey-3 .social-links .btn-social.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.header-type-turnkey-3 .social-links .btn-social:hover,
.header-type-turnkey-3 .social-links .btn-social:focus {
  color: #eeeeee;
  text-decoration: none;
}
.header-type-turnkey-3 .social-links .btn-social:active,
.header-type-turnkey-3 .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);
}
.header-type-turnkey-3 .social-links .btn-social.disabled,
.header-type-turnkey-3 .social-links .btn-social[disabled],
fieldset[disabled] .header-type-turnkey-3 .social-links .btn-social {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.header-type-turnkey-3 .social-links .btn-social i {
  line-height: 20px;
}
.header-type-turnkey-3 .social-links .btn-social:hover {
  background: #4698c6;
  color: #0B0B0B;
}
@media (min-width: 768px) {
  .header-type-turnkey-4 .navbar .navbar-nav {
    display: inline-block;
    float: none;
    margin-bottom: -5px;
  }
  .header-type-turnkey-4 .navbar .navbar-collapse {
    text-align: center;
  }
}
.header-type-turnkey-4 .top-bar {
  background: #111;
}
.header-type-turnkey-4 .top-bar .agent-contact {
  text-align: center;
}
.header-type-turnkey-4 .top-bar .agent-contact span {
  display: inline-block;
  padding: 6px 12px;
  color: #fff;
  font-size: 120%;
}
.header-type-turnkey-4 .top-bar .agent-contact span a {
  color: #fff;
}
@media (max-width: 767px) {
  .header-type-turnkey-4 .top-bar .agent-contact .visible-xs {
    display: inline-block !important;
  }
}
.header-type-turnkey-4 .name-bar {
  background: #000000;
  color: #eeeeee;
  text-transform: uppercase;
}
.header-type-turnkey-4 .name-bar .agent-title {
  display: inline-block;
  font-size: 150%;
  padding-top: 5px;
}
.header-type-turnkey-4 .name-bar .agent-title .name {
  font-size: 150%;
}
.header-type-turnkey-4 .name-bar .agent-title .title {
  font-size: 90%;
}
.header-type-turnkey-4 .name-bar .social-links {
  float: right;
  display: inline-block;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 180%;
}
.header-type-turnkey-4 .name-bar .social-links .btn-social {
  background: #eeeeee;
  color: #000000;
  border-radius: 3px;
  width: 36px;
  height: 36px;
}
.header-type-turnkey-4 .name-bar .social-links .btn-social .icon-buckinghamicon {
  font-size: 125%;
}
@media (max-width: 767px) {
  .header-type-turnkey-4 .name-bar {
    text-align: center;
    padding-bottom: 5px;
  }
  .header-type-turnkey-4 .name-bar .social-links {
    float: none;
  }
}
.header-type-turnkey-4 .branding {
  background: url(../../img/elements/citybanner.jpg) center no-repeat #000000;
  background: url(../../img/turnkey/backgroundphoto.png) center no-repeat #000000;
  background-size: cover;
  text-align: center;
}
.header-type-turnkey-4 .branding .container {
  position: relative;
}
.header-type-turnkey-4 .branding .logo-link {
  display: inline-block;
  padding-top: 50px;
  padding-bottom: 0;
  margin-bottom: -6px;
  max-width: 100%;
}
.header-type-turnkey-4 .branding .logo-link img {
  max-width: 100%;
}
.header-type-turnkey-4 .branding img.agent-img {
  display: inline-block;
  vertical-align: bottom;
  position: absolute;
  right: 0;
  bottom: 0;
  max-height: 100%;
  padding-top: 40px;
}
.header-type-turnkey-4 .branding .agent-logo {
  display: inline-block;
  vertical-align: bottom;
  position: absolute;
  left: 0;
  bottom: 0;
  max-height: 100%;
  max-width: 25%;
  padding-bottom: 30px;
}
@media (max-width: 1199px) {
  .header-type-turnkey-4 .branding img.agent-img {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .header-type-turnkey-4 .branding img.agent-img {
    display: none;
  }
  .header-type-turnkey-4 .branding .agent-logo {
    top: 0;
    padding-top: 30px;
    max-width: 35%;
  }
}
.header-type-turnkey-5 {
  /*
	@media(max-width:@screen-xs-max){
		.branding{
			background:@brand-secondary;
			text-align:center;
			height:auto;
			.slanted-edge{
				display:inline-block;
				max-width:100%;
			}
			.right-background{
				display:none;
			}
		}
	}
	@media(min-width:@screen-sm-min){
*/
  /*
	}
*/
}
.header-type-turnkey-5 .logo {
  max-width: 100%;
}
.header-type-turnkey-5 .logo-link {
  position: relative;
  z-index: 1;
}
.header-type-turnkey-5 .name-bar {
  background: #000000;
  color: #eeeeee;
}
.header-type-turnkey-5 .name-bar a {
  color: #eeeeee;
}
.header-type-turnkey-5 .name-bar .agent-title {
  display: inline-block;
  font-size: 125%;
}
@media (min-width: 992px) {
  .header-type-turnkey-5 .name-bar .agent-title {
    line-height: 40px;
    height: 40px;
    width: 35%;
  }
}
@media (max-width: 991px) {
  .header-type-turnkey-5 .name-bar .agent-title {
    text-align: center;
    display: block;
  }
}
.header-type-turnkey-5 .name-bar .agent-title .name {
  font-size: 135%;
}
.header-type-turnkey-5 .name-bar .agent-title .title {
  font-size: 90%;
}
.header-type-turnkey-5 .name-bar .agent-contact {
  display: inline-block;
  text-align: right;
  font-size: 125%;
}
@media (min-width: 992px) {
  .header-type-turnkey-5 .name-bar .agent-contact {
    line-height: 40px;
    height: 40px;
    width: 65%;
  }
}
@media (max-width: 991px) {
  .header-type-turnkey-5 .name-bar .agent-contact {
    text-align: center;
    display: block;
  }
}
.header-type-turnkey-5 .name-bar .agent-contact span {
  display: inline-block;
  margin-left: 15px;
}
@media (max-width: 767px) {
  .header-type-turnkey-5 .name-bar {
    text-align: center;
    padding-bottom: 5px;
  }
  .header-type-turnkey-5 .name-bar .social-links {
    float: none;
  }
}
.header-type-turnkey-5 .branding {
  background: #000000;
  height: 250px;
  position: relative;
}
.header-type-turnkey-5 .branding .right-background {
  left: 45%;
  background: url(../../img/turnkey/backgroundphoto.png) left center no-repeat #000000;
  background-size: cover;
  width: 55%;
  position: absolute;
  top: 0;
  height: 100%;
  display: inline-block;
}
.header-type-turnkey-5 .branding .left-background {
  background: #000000;
  position: absolute;
  right: 55%;
  width: 50%;
  top: 0;
  height: 100%;
  display: inline-block;
}
.header-type-turnkey-5 .branding .head-content {
  height: 250px;
  text-align: right;
  vertical-align: bottom;
}
.header-type-turnkey-5 .branding .head-content img {
  max-width: 60%;
  max-height: 100%;
  display: inline-block;
}
.header-type-turnkey-5 .branding .head-content .agent-title {
  display: inline-block;
  max-width: 40%;
  text-align: right;
  vertical-align: bottom;
  padding-right: 10px;
  padding-bottom: 10px;
  color: #eeeeee;
}
.header-type-turnkey-5 .branding .head-content .agent-title strong {
  text-transform: uppercase;
}
.header-type-turnkey-5 .branding .head-content .agent-title a {
  color: #eeeeee;
}
.header-type-turnkey-5 .branding .head-content .agent-title .name {
  display: inline-block;
  padding-bottom: 10px;
  font-size: 110%;
}
.header-type-turnkey-5 .nav {
  text-transform: uppercase;
}
.header-type-turnkey-5 .slanted-edge:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 115%;
  height: 250px;
  background: #000000;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  transform: skew(-30deg);
}
.header-type-turnkey-5 .slanted-edge a {
  position: absolute;
  max-width: 100%;
}
@media (max-width: 767px) {
  .header-type-turnkey-5 .slanted-edge:after {
    width: 130%;
  }
  .header-type-turnkey-5 .slanted-edge {
    height: auto;
  }
  .header-type-turnkey-5 .branding {
    height: auto;
    overflow: hidden;
  }
  .header-type-turnkey-5 .branding .head-content {
    height: auto;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .header-type-turnkey-5 .slanted-edge:after {
    width: 120%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .header-type-turnkey-5 .branding {
    height: 180px;
  }
  .header-type-turnkey-5 .branding .head-content {
    height: 180px;
  }
  .header-type-turnkey-5 .slanted-edge:after {
    height: 180px;
  }
}
.header-type-turnkey-6 {
  /*
	@media(min-width:@screen-sm-min){
		.navbar .navbar-nav {
			display: inline-block;
			float: none;
			margin-bottom:-5px;
		}

		.navbar .navbar-collapse {
			text-align: center;
		}
	}
	*/
}
.header-type-turnkey-6 .top-bar {
  background: #000000;
}
.header-type-turnkey-6 .top-bar .agent-contact {
  text-align: center;
}
.header-type-turnkey-6 .top-bar .agent-contact span {
  display: inline-block;
  padding: 6px 12px;
  color: #fff;
  font-size: 120%;
}
.header-type-turnkey-6 .top-bar .agent-contact span a {
  color: #fff;
}
@media (max-width: 767px) {
  .header-type-turnkey-6 .top-bar .agent-contact .visible-xs {
    display: inline-block !important;
  }
}
.header-type-turnkey-6 .name-bar {
  background: #000000;
  color: #eeeeee;
  text-transform: uppercase;
}
.header-type-turnkey-6 .name-bar .agent-title {
  display: inline-block;
  font-size: 150%;
  padding-top: 3px;
}
.header-type-turnkey-6 .name-bar .agent-title .name {
  font-size: 150%;
}
.header-type-turnkey-6 .name-bar .agent-title .title {
  font-size: 90%;
}
.header-type-turnkey-6 .name-bar .social-links {
  float: right;
  display: inline-block;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 180%;
}
.header-type-turnkey-6 .name-bar .social-links .btn-social {
  background: #eeeeee;
  color: #000000;
  border-radius: 3px;
  width: 36px;
  height: 36px;
  margin-top: 0;
}
.header-type-turnkey-6 .name-bar .social-links .btn-social .icon-buckinghamicon {
  font-size: 125%;
}
@media (max-width: 767px) {
  .header-type-turnkey-6 .name-bar {
    text-align: center;
    padding-bottom: 5px;
  }
  .header-type-turnkey-6 .name-bar .social-links {
    float: none;
  }
}
.header-type-turnkey-6 .logo {
  display: inline-block;
  max-height: 250px;
  max-width: 100%;
}
@media (max-width: 991px) {
  .header-type-turnkey-6 .logo {
    max-height: 200px;
  }
}
.header-type-turnkey-6 .branding {
  background: url(../../img/turnkey/backgroundphoto.png) center no-repeat #000000;
  background-size: cover;
}
.header-type-turnkey-6 .branding .head-content img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
}
@media (min-width: 480px) and (max-width: 767px) {
  .header-type-turnkey-6 .branding .head-content {
    height: auto;
  }
  .header-type-turnkey-6 .branding .head-content img {
    max-height: 210px;
  }
}
@media (min-width: 768px) {
  .header-type-turnkey-6 .branding .head-content {
    height: 200px;
  }
}
@media (min-width: 992px) {
  .header-type-turnkey-6 .branding .head-content {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .header-type-turnkey-6 .branding {
    text-align: center;
  }
}
.header-type-turnkey-6 .nav {
  text-transform: uppercase;
}
.header-type-turnkey-7 .top-bar {
  background: #000000;
  border-bottom: #fff 3px solid;
}
.header-type-turnkey-7 .top-bar .agent-contact {
  text-align: center;
}
.header-type-turnkey-7 .top-bar .agent-contact span {
  display: inline-block;
  padding: 6px 12px;
  color: #fff;
  font-size: 120%;
}
.header-type-turnkey-7 .top-bar .agent-contact span a {
  color: #fff;
}
@media (max-width: 767px) {
  .header-type-turnkey-7 .top-bar .agent-contact .visible-xs {
    display: inline-block !important;
  }
}
.header-type-turnkey-7 .logo {
  display: inline-block;
  max-width: 100%;
}
@media (min-width: 991px) {
  .header-type-turnkey-7 .logo {
    padding-bottom: 50px;
  }
}
.header-type-turnkey-7 .branding {
  background: url(../../img/turnkey/backgroundphoto.png) center no-repeat #000000;
  background-size: cover;
  border-bottom: 10px solid #000000;
  margin-bottom: 20px;
  margin-top: -20px;
  /*
		.head-content {
			img{
				max-width:100%;
				max-height:100%;
				display:inline-block;
			}
			@media(min-width:@screen-xs-min) and (max-width:@screen-xs-max){
				height:auto;
				img{
					max-height:210px;
				}
			}
			@media(min-width:@screen-sm-min){
				height:200px;
				
			}
			@media(min-width:@screen-md-min){
				height:250px;
			}
		}
*/
}
.header-type-turnkey-7 .branding .container {
  position: relative;
}
.header-type-turnkey-7 .branding .agent-title {
  font-size: 250%;
  color: #eeeeee;
}
.header-type-turnkey-7 .branding .agent-title .title {
  font-size: 40%;
}
.header-type-turnkey-7 .branding .xs-bottom-bar {
  text-align: center;
  background: #000000;
  border-top: 10px solid #000000;
}
.header-type-turnkey-7 .branding .absolute-title {
  position: absolute;
  bottom: 0;
  left: 33.3333%;
}
@media (max-width: 1199px) {
  .header-type-turnkey-7 .branding .absolute-title {
    left: 41.6667%;
  }
}
@media (max-width: 767px) {
  .header-type-turnkey-7 .branding {
    text-align: center;
  }
}
.header-type-turnkey-7 .nav {
  text-transform: uppercase;
}
.header-type-turnkey-8 {
  /* justified navbar on all but smallest screen */
}
.header-type-turnkey-8 .top-bar {
  background: #000000;
}
.header-type-turnkey-8 .top-bar .agent-contact {
  text-align: center;
}
.header-type-turnkey-8 .top-bar .agent-contact span {
  display: inline-block;
  padding: 6px 12px;
  color: #fff;
  font-size: 120%;
}
.header-type-turnkey-8 .top-bar .agent-contact span a {
  color: #fff;
}
@media (max-width: 767px) {
  .header-type-turnkey-8 .top-bar .agent-contact .visible-xs {
    display: inline-block !important;
  }
}
.header-type-turnkey-8 .name-bar {
  background: #000000;
  color: #eeeeee;
  text-transform: uppercase;
}
.header-type-turnkey-8 .name-bar .agent-title {
  display: inline-block;
  font-size: 150%;
  padding-top: 3px;
}
.header-type-turnkey-8 .name-bar .agent-title .name {
  font-size: 150%;
}
.header-type-turnkey-8 .name-bar .agent-title .title {
  font-size: 90%;
}
.header-type-turnkey-8 .name-bar .social-links {
  float: right;
  display: inline-block;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 180%;
}
.header-type-turnkey-8 .name-bar .social-links .btn-social {
  background: #eeeeee;
  color: #000000;
  border-radius: 3px;
  width: 36px;
  height: 36px;
  margin-top: 0;
}
.header-type-turnkey-8 .name-bar .social-links .btn-social .icon-buckinghamicon {
  font-size: 125%;
}
@media (max-width: 767px) {
  .header-type-turnkey-8 .name-bar {
    text-align: center;
    padding-bottom: 5px;
  }
  .header-type-turnkey-8 .name-bar .social-links {
    float: none;
  }
}
.header-type-turnkey-8 .logo {
  display: inline-block;
  max-height: 250px;
  max-width: 100%;
}
@media (max-width: 991px) {
  .header-type-turnkey-8 .logo {
    max-height: 200px;
  }
}
.header-type-turnkey-8 .branding {
  background: url(../../img/turnkey/backgroundphoto.png) center no-repeat #000000;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 70px;
}
.header-type-turnkey-8 .branding .broker-intro {
  border-left: 1px solid #ccc;
  padding: 15px 0;
  padding-left: 40px;
  font-size: 110%;
  font-weight: 300;
  margin: 10px 0;
}
.header-type-turnkey-8 .branding .broker-intro .title {
  color: #eeeeee;
  font-size: 150%;
  padding-bottom: 10px;
}
.header-type-turnkey-8 .branding .broker-intro .blurb {
  color: #4698c6;
}
@media (max-width: 991px) {
  .header-type-turnkey-8 .branding {
    text-align: center;
  }
}
.header-type-turnkey-8 .nav {
  text-transform: uppercase;
  font-weight: 700;
  color: #4698c6;
}
@media (min-width: 768px) {
  .header-type-turnkey-8 .navbar-nav {
    margin: 0 auto;
    display: table;
    table-layout: auto;
    float: none;
    width: 100%;
  }
  .header-type-turnkey-8 .navbar-nav > li {
    display: table-cell;
    float: none;
    text-align: center;
  }
}
/***************************************
 * Turnkey index styles ***************
 **************************************/
#home-turnkey-0 .agent-img {
  height: 274px;
  display: block;
  background: #ffffff;
  border: 2px solid #ffffff;
  margin-bottom: 20px;
}
#home-turnkey-0 .idx-agent-img {
  height: 248px;
}
#home-turnkey-0 .search-box {
  margin-bottom: 20px;
}
#home-turnkey-0 .col-homepage-listing {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #home-turnkey-0 .col-homepage-listing {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  #home-turnkey-0 .col-homepage-listing {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  #home-turnkey-0 .col-homepage-listing {
    float: left;
    width: 25%;
  }
}
@media (max-width: 420px) {
  #home-turnkey-0 .col-homepage-listing {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
#home-turnkey-0 .contact-info {
  font-size: 120%;
}
#home-turnkey-0 .contact-info span {
  display: inline-block;
}
#home-turnkey-0 .search-container {
  position: relative;
}
#home-turnkey-0 .search-container .search-box {
  background: #ffffff;
  color: #111111;
  padding: 20px 20px 30px;
  text-align: center;
  margin: 0px 0 20px;
}
@media (max-width: 991px) {
  #home-turnkey-0 .search-container .search-box {
    margin: 0 0 15px;
  }
}
@media (min-width: 992px) {
  #home-turnkey-0 .search-container .search-box {
    height: 274px;
  }
}
#home-turnkey-0 .search-container .search-box h1 {
  text-align: center;
  margin-top: 0;
  font-size: 180%;
}
#home-turnkey-0 .search-container .search-box .slider_price_range {
  width: 90%;
  margin: 20px 5% 20px;
  background: #333333;
  border-radius: 10px;
  border-color: #555555;
}
#home-turnkey-0 .search-container .search-box .slider_price_range .ui-slider-range {
  background: #4698c6;
}
#home-turnkey-0 .search-container .search-box .slider_price_range_text {
  display: inline-block;
  padding-bottom: 20px;
  font-weight: bold;
}
#home-turnkey-0 .search-container .search-box .hps_field {
  text-align: left;
  width: 32%;
  margin-bottom: 15px;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  margin-right: 1%;
}
@media (max-width: 991px) {
  #home-turnkey-0 .search-container .search-box .hps_field {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #home-turnkey-0 .search-container .search-box .hps_field {
    width: 99%;
  }
}
#home-turnkey-0 .search-container .search-box .hps_field label {
  font-weight: 400;
  color: #111111;
}
#home-turnkey-0 .search-container .search-box .hps_field .custom-form-select,
#home-turnkey-0 .search-container .search-box .hps_field select {
  width: 100%;
  color: #333333;
  height: 34px;
  background: url(../../img/elements/dropdown-box.jpg) no-repeat top right #fff;
  background-size: auto 100%;
}
#home-turnkey-0 .search-container .search-box .search {
  width: 100%;
  display: inline-block;
}
@media (max-width: 767px) {
  #home-turnkey-0 .search-container .search-box .search {
    width: 100%;
  }
}
#home-turnkey-0 .search-container .search-box .search a {
  width: 100%;
}
#home-turnkey-0 .featured_listings {
  padding-bottom: 30px;
}
#home-turnkey-0 #featured-listings {
  display: none;
}
#home-turnkey-1 .col-homepage-listing {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #home-turnkey-1 .col-homepage-listing {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  #home-turnkey-1 .col-homepage-listing {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  #home-turnkey-1 .col-homepage-listing {
    float: left;
    width: 33.33333333%;
  }
}
@media (max-width: 420px) {
  #home-turnkey-1 .col-homepage-listing {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
#home-turnkey-1 .contact-info {
  font-size: 120%;
}
#home-turnkey-1 .contact-info span {
  display: inline-block;
}
#home-turnkey-1 .search-container {
  position: relative;
}
#home-turnkey-1 .search-container .search-box {
  background: #ffffff;
  color: #111111;
  padding: 20px 20px 30px;
  text-align: center;
  margin: 5px 0 20px;
}
@media (max-width: 991px) {
  #home-turnkey-1 .search-container .search-box {
    margin: 0 0 15px;
  }
}
#home-turnkey-1 .search-container .search-box h1 {
  text-align: center;
  margin-top: 0;
  font-size: 180%;
}
#home-turnkey-1 .search-container .search-box .slider_price_range {
  width: 90%;
  margin: 20px 5% 20px;
  background: #333333;
  border-radius: 10px;
  border-color: #555555;
}
#home-turnkey-1 .search-container .search-box .slider_price_range .ui-slider-range {
  background: #4698c6;
}
#home-turnkey-1 .search-container .search-box .slider_price_range_text {
  display: inline-block;
  padding-bottom: 20px;
  font-weight: bold;
}
#home-turnkey-1 .search-container .search-box .hps_field {
  text-align: left;
  width: 100%;
  margin-bottom: 15px;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  margin-right: 1%;
}
@media (max-width: 767px) {
  #home-turnkey-1 .search-container .search-box .hps_field {
    width: 99%;
  }
}
#home-turnkey-1 .search-container .search-box .hps_field label {
  font-weight: 400;
  color: #111111;
}
#home-turnkey-1 .search-container .search-box .hps_field .custom-form-select,
#home-turnkey-1 .search-container .search-box .hps_field select {
  width: 100%;
  color: #333333;
  height: 34px;
  background: url(../../img/elements/dropdown-box.jpg) no-repeat top right #fff;
  background-size: auto 100%;
}
#home-turnkey-1 .search-container .search-box .search {
  width: 100%;
  display: inline-block;
}
@media (max-width: 767px) {
  #home-turnkey-1 .search-container .search-box .search {
    width: 100%;
  }
}
#home-turnkey-1 .search-container .search-box .search a {
  width: 100%;
}
#home-turnkey-1 .featured_listings {
  padding-bottom: 30px;
}
#home-turnkey-2 {
  background: url(../../img/elements/lc_bg.jpg) center no-repeat fixed #fff;
  background-size: contain;
}
#home-turnkey-2 .col-homepage-listing {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #home-turnkey-2 .col-homepage-listing {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  #home-turnkey-2 .col-homepage-listing {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  #home-turnkey-2 .col-homepage-listing {
    float: left;
    width: 33.33333333%;
  }
}
@media (max-width: 420px) {
  #home-turnkey-2 .col-homepage-listing {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
#home-turnkey-2 .contact-info {
  font-size: 120%;
}
#home-turnkey-2 .contact-info span {
  display: inline-block;
}
#home-turnkey-2 .search-container {
  position: relative;
}
#home-turnkey-2 .search-container .search-box {
  background: #ffffff;
  color: #333333;
  padding: 20px 20px 30px;
  text-align: center;
  margin: 5px 0 20px;
  border: 1px solid #999999;
}
@media (max-width: 991px) {
  #home-turnkey-2 .search-container .search-box {
    margin: 0 0 15px;
  }
}
#home-turnkey-2 .search-container .search-box h1 {
  text-align: center;
  margin-top: 0;
  font-size: 180%;
}
#home-turnkey-2 .search-container .search-box .slider_price_range {
  width: 90%;
  margin: 20px 5% 20px;
  background: #333333;
  border-radius: 10px;
  border-color: #555555;
}
#home-turnkey-2 .search-container .search-box .slider_price_range .ui-slider-range {
  background: #4698c6;
}
#home-turnkey-2 .search-container .search-box .slider_price_range_text {
  display: inline-block;
  padding-bottom: 20px;
  font-weight: bold;
}
#home-turnkey-2 .search-container .search-box .hps_field {
  text-align: left;
  width: 100%;
  margin-bottom: 15px;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  margin-right: 1%;
}
@media (max-width: 767px) {
  #home-turnkey-2 .search-container .search-box .hps_field {
    width: 99%;
  }
}
#home-turnkey-2 .search-container .search-box .hps_field label {
  font-weight: 400;
  color: #333333;
}
#home-turnkey-2 .search-container .search-box .hps_field .custom-form-select,
#home-turnkey-2 .search-container .search-box .hps_field select {
  width: 100%;
  color: #333333;
  height: 34px;
  background: url(../../img/elements/dropdown-box.jpg) no-repeat top right #fff;
  background-size: auto 100%;
}
#home-turnkey-2 .search-container .search-box .search {
  width: 100%;
  display: inline-block;
}
@media (max-width: 767px) {
  #home-turnkey-2 .search-container .search-box .search {
    width: 100%;
  }
}
#home-turnkey-2 .search-container .search-box .search a {
  width: 100%;
}
#home-turnkey-2 .featured_listings {
  padding-bottom: 30px;
}
#home-turnkey-3 .col-homepage-listing {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #home-turnkey-3 .col-homepage-listing {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  #home-turnkey-3 .col-homepage-listing {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  #home-turnkey-3 .col-homepage-listing {
    float: left;
    width: 33.33333333%;
  }
}
@media (max-width: 420px) {
  #home-turnkey-3 .col-homepage-listing {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
#home-turnkey-3 .contact-info {
  font-size: 120%;
}
#home-turnkey-3 .contact-info span {
  display: inline-block;
}
#home-turnkey-3 .let-us-help {
  text-align: center;
}
#home-turnkey-3 .let-us-help h2 {
  font-family: "Times New Roman", Times, serif;
  font-size: 300%;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
#home-turnkey-3 .let-us-help h2 span {
  font-size: 40%;
  display: block;
  text-align: center;
}
#home-turnkey-3 .let-us-help .btn {
  text-transform: uppercase;
  width: 200px;
  max-width: 100%;
}
#home-turnkey-3 .let-us-help img.trailer {
  max-width: 100%;
  display: inline-block;
  padding-top: 15px;
}
#home-turnkey-3 .search-container {
  position: relative;
}
#home-turnkey-3 .search-container .search-box {
  background: #ffffff;
  border: 1px solid #d9d9d9;
  color: #111111;
  padding: 20px 20px 30px;
  text-align: center;
  margin: 5px 0 20px;
}
#home-turnkey-3 .search-container .search-box h2 {
  text-align: center;
  margin-top: 0;
  font-family: "Times New Roman", Times, serif;
  font-size: 180%;
  font-weight: bold;
}
#home-turnkey-3 .search-container .search-box .slider_price_range_text {
  display: inline-block;
  padding-bottom: 20px;
  font-weight: bold;
}
#home-turnkey-3 .search-container .search-box .price-range-text {
  text-transform: uppercase;
  font-size: 110%;
}
#home-turnkey-3 .search-container .search-box .hps_field {
  text-align: left;
  width: 100%;
  margin-bottom: 15px;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  margin-right: 1%;
}
@media (max-width: 767px) {
  #home-turnkey-3 .search-container .search-box .hps_field {
    width: 99%;
  }
}
#home-turnkey-3 .search-container .search-box .hps_field label {
  font-weight: 400;
  color: #333333;
}
#home-turnkey-3 .search-container .search-box .hps_field .custom-form-select,
#home-turnkey-3 .search-container .search-box .hps_field select {
  width: 100%;
  color: #eeeeee;
  height: 34px;
  background: url(../../img/elements/results-dropdown-box.jpg) no-repeat top right #000000;
  background-size: auto 100%;
}
#home-turnkey-3 .search-container .search-box .search {
  width: 100%;
  display: inline-block;
}
@media (max-width: 767px) {
  #home-turnkey-3 .search-container .search-box .search {
    width: 100%;
  }
}
#home-turnkey-3 .search-container .search-box .search a {
  width: 100%;
}
#home-turnkey-3 .featured_listings {
  padding-bottom: 30px;
}
#home-turnkey-3 .price-range {
  padding: 0 10%;
}
#home-turnkey-3 .price-range .price-range-text {
  color: #333333;
  text-align: center;
  font-size: 120%;
  padding: 5px;
  margin-bottom: 15px;
}
#home-turnkey-3 .price-range #price-slider {
  margin: 20px 0 15px;
}
#home-turnkey-3 .price-range .noUi-background {
  background: #93928E;
}
#home-turnkey-3 .price-range .noUi-connect {
  background: #000000;
}
#home-turnkey-3 .price-range .noUi-horizontal {
  height: 10px;
  padding-right: 6px;
  border-radius: 8px;
}
#home-turnkey-3 .price-range .noUi-horizontal .noUi-handle {
  left: -16px;
  height: 30px;
  margin-top: -4px;
}
#home-turnkey-3 .price-range .noUi-horizontal .noUi-origin {
  right: -6px;
}
#home-turnkey-3 .price-range .noUi-handle {
  box-shadow: none;
}
#home-turnkey-3 .price-range .noUi-target {
  box-shadow: none;
  border-radius: 8px;
  border-color: #111111;
}
#home-turnkey-3 .price-range .noUi-handle:before,
#home-turnkey-3 .price-range .noUi-handle:after {
  height: 10px;
  background: #555;
}
#home-turnkey-3 .price-range .noUi-handle {
  background: url("../../img/elements/slidericon.png") no-repeat center;
  background-size: contain;
  border: none;
  left: 16px;
}
#home-turnkey-3 .price-range .noUi-handle:before,
#home-turnkey-3 .price-range .noUi-handle:after {
  content: none;
}
#home-turnkey-4 .col-homepage-listing {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #home-turnkey-4 .col-homepage-listing {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  #home-turnkey-4 .col-homepage-listing {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  #home-turnkey-4 .col-homepage-listing {
    float: left;
    width: 33.33333333%;
  }
}
@media (max-width: 420px) {
  #home-turnkey-4 .col-homepage-listing {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
#home-turnkey-4 .contact-info {
  font-size: 120%;
}
#home-turnkey-4 .contact-info span {
  display: inline-block;
}
#home-turnkey-4 .link-box {
  border: 1px solid #ccc;
  padding: 8px;
  margin-bottom: 20px;
}
#home-turnkey-4 .link-box .wrapper {
  background: #272727;
  padding: 15px 15px 50px;
}
#home-turnkey-4 .link-box .wrapper .headline {
  color: #fff;
  font-size: 250%;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 0.95em;
  padding-bottom: 15px;
}
#home-turnkey-4 .link-box .wrapper .subheadline {
  color: #ccc;
  font-size: 90%;
  padding-bottom: 10px;
}
#home-turnkey-4 .link-box .wrapper .btn {
  float: right;
  text-transform: uppercase;
  font-weight: bold;
}
#home-turnkey-4 .link-box-inverted .wrapper {
  background: #4698c6;
}
#home-turnkey-4 .news-panel {
  padding-bottom: 50px;
}
#home-turnkey-4 .news-panel .title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 110%;
  padding-bottom: 8px;
}
#home-turnkey-4 .news-panel .btn {
  width: 200px;
  max-width: 100%;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
#home-turnkey-4 .news-panel .home-article {
  position: relative;
  margin-bottom: 15px;
}
#home-turnkey-4 .news-panel .home-article p {
  display: inline-block;
  vertical-align: top;
  height: 100px;
  overflow: hidden;
}
#home-turnkey-4 .news-panel .home-article p strong {
  display: block;
}
#home-turnkey-4 .search-container {
  position: relative;
}
#home-turnkey-4 .search-container .search-box {
  background: #ffffff;
  color: #111111;
  padding: 20px 20px 30px;
  text-align: center;
  margin: 5px 0 20px;
}
@media (max-width: 991px) {
  #home-turnkey-4 .search-container .search-box {
    margin: 0 0 15px;
  }
}
#home-turnkey-4 .search-container .search-box h1 {
  text-align: center;
  margin-top: 0;
  font-size: 180%;
}
#home-turnkey-4 .search-container .search-box .slider_price_range {
  width: 90%;
  margin: 20px 5% 20px;
  background: #333333;
  border-radius: 10px;
  border-color: #555555;
}
#home-turnkey-4 .search-container .search-box .slider_price_range .ui-slider-range {
  background: #4698c6;
}
#home-turnkey-4 .search-container .search-box .slider_price_range_text {
  display: inline-block;
  padding-bottom: 20px;
  font-weight: bold;
}
#home-turnkey-4 .search-container .search-box .hps_field {
  text-align: left;
  width: 100%;
  margin-bottom: 15px;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  margin-right: 1%;
}
@media (max-width: 767px) {
  #home-turnkey-4 .search-container .search-box .hps_field {
    width: 99%;
  }
}
#home-turnkey-4 .search-container .search-box .hps_field label {
  font-weight: 400;
  color: #111111;
}
#home-turnkey-4 .search-container .search-box .hps_field .custom-form-select,
#home-turnkey-4 .search-container .search-box .hps_field select {
  width: 100%;
  color: #333333;
  height: 34px;
  background: url(../../img/elements/dropdown-box.jpg) no-repeat top right #fff;
  background-size: auto 100%;
}
#home-turnkey-4 .search-container .search-box .search {
  width: 100%;
  display: inline-block;
}
@media (max-width: 767px) {
  #home-turnkey-4 .search-container .search-box .search {
    width: 100%;
  }
}
#home-turnkey-4 .search-container .search-box .search a {
  width: 100%;
}
#home-turnkey-4 .featured_listings {
  padding-bottom: 30px;
}
#home-turnkey-8 .wallet-border {
  border: 8px solid #fff;
  box-shadow: 0 0 1px 1px #999999;
}
#home-turnkey-8 .col-homepage-listing {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #home-turnkey-8 .col-homepage-listing {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  #home-turnkey-8 .col-homepage-listing {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  #home-turnkey-8 .col-homepage-listing {
    float: left;
    width: 33.33333333%;
  }
}
@media (max-width: 420px) {
  #home-turnkey-8 .col-homepage-listing {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
#home-turnkey-8 .agent-ribbon .agent-img-wrapper {
  height: 279px;
  max-width: 100%;
  width: 60%;
  display: inline-block;
  overflow: hidden;
  border: 8px solid #fff;
  box-shadow: 0 0 1px 1px #999999;
}
@media (min-width: 1200px) {
  #home-turnkey-8 .agent-ribbon .agent-img-wrapper {
    width: 50%;
  }
}
#home-turnkey-8 .agent-ribbon .ribbon {
  background-color: #F8DF2B;
  width: 40%;
  display: inline-block;
  color: #493049;
  vertical-align: top;
  font-weight: bold;
  font-size: 145%;
  margin-top: 25px;
  margin-bottom: 30px;
  padding: 15px 35px 35px 15px;
  position: relative;
}
@media (min-width: 1200px) {
  #home-turnkey-8 .agent-ribbon .ribbon {
    width: 50%;
  }
}
#home-turnkey-8 .agent-ribbon .ribbon .ribbon-triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 26px;
  border-color: transparent transparent transparent #e9c526;
  position: absolute;
  right: 20px;
  top: 32%;
}
#home-turnkey-8 .agent-ribbon .ribbon:before {
  content: " ";
  position: absolute;
  bottom: -27px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 60px 27px 0;
  border-color: transparent #4698c6 transparent transparent;
}
#home-turnkey-8 .agent-ribbon p {
  margin-right: 53%;
  font-size: 85%;
  font-weight: bold;
}
#home-turnkey-8 .contact-info {
  font-size: 120%;
}
#home-turnkey-8 .contact-info span {
  display: inline-block;
}
#home-turnkey-8 .search-container {
  position: relative;
}
#home-turnkey-8 .search-container .search-box {
  background: #ffffff;
  color: #111111;
  padding: 20px 20px 30px;
  text-align: center;
  margin: 5px 0 20px;
}
@media (max-width: 991px) {
  #home-turnkey-8 .search-container .search-box {
    margin: 0 0 15px;
  }
}
#home-turnkey-8 .search-container .search-box h1 {
  text-align: center;
  margin-top: 0;
  font-size: 180%;
}
#home-turnkey-8 .search-container .search-box .slider_price_range {
  width: 90%;
  margin: 20px 5% 20px;
  background: #333333;
  border-radius: 10px;
  border-color: #555555;
}
#home-turnkey-8 .search-container .search-box .slider_price_range .ui-slider-range {
  background: #4698c6;
}
#home-turnkey-8 .search-container .search-box .slider_price_range_text {
  display: inline-block;
  padding-bottom: 20px;
  font-weight: bold;
}
#home-turnkey-8 .search-container .search-box .hps_field {
  text-align: left;
  width: 24%;
  margin-bottom: 15px;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  margin-right: 1%;
}
@media (max-width: 767px) {
  #home-turnkey-8 .search-container .search-box .hps_field {
    width: 99%;
  }
}
#home-turnkey-8 .search-container .search-box .hps_field label {
  font-weight: 400;
  color: #111111;
}
#home-turnkey-8 .search-container .search-box .hps_field .custom-form-select,
#home-turnkey-8 .search-container .search-box .hps_field select {
  width: 100%;
  color: #333333;
  height: 34px;
  background: url(../../img/elements/dropdown-box.jpg) no-repeat top right #fff;
  background-size: auto 100%;
}
#home-turnkey-8 .search-container .search-box .search {
  width: 50%;
  display: inline-block;
}
@media (max-width: 767px) {
  #home-turnkey-8 .search-container .search-box .search {
    width: 100%;
  }
}
#home-turnkey-8 .search-container .search-box .search a {
  width: 100%;
}
#home-turnkey-8 .featured_listings {
  padding-bottom: 30px;
}
#home-turnkey-8 .browse-more-buttons {
  margin-bottom: 15px;
}
#home-turnkey-8 .browse-more-buttons .btn {
  text-transform: uppercase;
  font-weight: bold;
}
#footer-turnkey-0 {
  background: #040404;
  text-align: left;
  color: #eeeeee;
}
#footer-turnkey-0 .logo-wrapper {
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-right: 40px;
  vertical-align: top;
}
#footer-turnkey-0 .logo-wrapper .logo {
  max-height: 130px;
  max-width: 100%;
  display: inline-block;
}
#footer-turnkey-0 .contact-info {
  padding: 20px 0 15px;
  font-size: 120%;
  display: inline-block;
  vertical-align: top;
}
#footer-turnkey-0 .contact-info .name {
  display: inline-block;
  padding-bottom: 8px;
}
#footer-turnkey-0 .contact-info a {
  color: #eeeeee;
}
@media (max-width: 767px) {
  #footer-turnkey-0 {
    text-align: center;
  }
  #footer-turnkey-0 .logo-wrapper {
    padding: 0 10px;
  }
  #footer-turnkey-0 .contact-info {
    padding-right: 10px;
    padding-left: 10px;
  }
}
#footer-turnkey-1 {
  background: #040404;
  color: #eeeeee;
}
#footer-turnkey-1 .logo {
  display: inline-block;
  padding: 15px 0;
  max-height: 160px;
  max-width: 100%;
}
#footer-turnkey-1 .contact-info {
  text-align: left;
  padding: 15px 0;
  font-size: 120%;
}
@media (max-width: 767px) {
  #footer-turnkey-1 .contact-info {
    text-align: center;
  }
}
#footer-turnkey-1 .contact-info .name {
  display: inline-block;
  padding-bottom: 8px;
}
#footer-turnkey-1 .contact-info a {
  color: #eeeeee;
}
#footer-turnkey-1 .footer-social {
  text-align: right;
  padding: 15px 0;
}
@media (max-width: 767px) {
  #footer-turnkey-1 {
    text-align: center;
  }
  #footer-turnkey-1 .logo {
    padding-bottom: 0;
  }
  #footer-turnkey-1 .footer-social {
    text-align: center;
    padding-top: 0;
  }
}
#footer-turnkey-3 {
  background: #040404;
  color: #fff;
  padding-top: 30px;
  border-top: 3px solid #4698c6;
}
#footer-turnkey-3 .contact-info {
  text-align: right;
  padding-bottom: 40px;
}
#footer-turnkey-3 .contact-info .phone-num {
  font-size: 200%;
  font-weight: bold;
}
#footer-turnkey-3 .contact-info .email a {
  font-size: 130%;
  color: #fff;
}
#footer-turnkey-3 .contact-info img {
  max-width: 100%;
}
#footer-turnkey-3 .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-turnkey-3 {
    text-align: center;
  }
  #footer-turnkey-3 .logo {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  #footer-turnkey-3 .contact-info,
  #footer-turnkey-3 .copyright-bar {
    text-align: center;
  }
}
#footer-turnkey-3 .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: 16px;
  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;
}
#footer-turnkey-3 .social-links .btn-social:focus,
#footer-turnkey-3 .social-links .btn-social:active:focus,
#footer-turnkey-3 .social-links .btn-social.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#footer-turnkey-3 .social-links .btn-social:hover,
#footer-turnkey-3 .social-links .btn-social:focus {
  color: #eeeeee;
  text-decoration: none;
}
#footer-turnkey-3 .social-links .btn-social:active,
#footer-turnkey-3 .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);
}
#footer-turnkey-3 .social-links .btn-social.disabled,
#footer-turnkey-3 .social-links .btn-social[disabled],
fieldset[disabled] #footer-turnkey-3 .social-links .btn-social {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
#footer-turnkey-3 .social-links .btn-social i {
  line-height: 20px;
}
#footer-turnkey-3 .social-links .btn-social:hover {
  background: #4698c6;
  color: #0B0B0B;
}
#footer-turnkey-4 {
  background: #040404;
  color: #eeeeee;
  text-align: left;
}
#footer-turnkey-4 .contact-info {
  padding: 20px 0 15px;
  font-size: 120%;
  display: inline-block;
  vertical-align: top;
}
#footer-turnkey-4 .contact-info .name {
  display: inline-block;
  padding-bottom: 8px;
}
#footer-turnkey-4 .contact-info a {
  color: #eeeeee;
}
@media (max-width: 767px) {
  #footer-turnkey-4 {
    text-align: center;
  }
  #footer-turnkey-4 .logo-wrapper {
    padding: 0 10px;
  }
  #footer-turnkey-4 .contact-info {
    padding-right: 10px;
    padding-left: 10px;
  }
}
#footer-turnkey-4 .contact-info {
  padding: 15px 0px 15px 60px;
  font-size: 110%;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
}
#footer-turnkey-4 .logo {
  display: inline-block;
  vertical-align: top;
  max-height: 140px;
  max-width: 100%;
  width: 250px;
}
#footer-turnkey-4 .footer-realtor-logo {
  float: right;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 991px) {
  #footer-turnkey-4 {
    text-align: center;
  }
  #footer-turnkey-4 .contact-info {
    padding: 15px 25px;
    width: 50%;
    font-size: 100%;
  }
  #footer-turnkey-4 .footer-realtor-logo {
    float: none;
  }
}
@media (max-width: 767px) {
  #footer-turnkey-4 .contact-info {
    width: 100%;
  }
}
#footer-turnkey-7 {
  background: #040404;
  color: #eeeeee;
}
#footer-turnkey-7 .logo {
  display: inline-block;
  padding: 15px 0;
  max-height: 160px;
  max-width: 100%;
}
#footer-turnkey-7 .contact-info {
  text-align: left;
  padding: 15px 0;
  font-size: 120%;
}
#footer-turnkey-7 .contact-info .name {
  display: inline-block;
  padding-bottom: 8px;
}
#footer-turnkey-7 .contact-info a {
  color: #eeeeee;
}
#footer-turnkey-7 .footer-social {
  text-align: right;
  padding: 15px 0;
}
@media (max-width: 767px) {
  #footer-turnkey-7 {
    text-align: center;
  }
  #footer-turnkey-7 .logo {
    padding-bottom: 0;
  }
  #footer-turnkey-7 .footer-social {
    text-align: center;
    padding-top: 0;
  }
}
#news_preview {
  padding-bottom: 20px;
}
#news_preview .title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 110%;
  padding-bottom: 8px;
}
#news_preview .btn {
  width: 200px;
  max-width: 100%;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
#news_preview .home-article {
  position: relative;
  margin-bottom: 15px;
}
#news_preview .home-article p {
  display: inline-block;
  vertical-align: top;
  height: 100px;
  overflow: hidden;
}
#news_preview .home-article p strong {
  display: block;
}
#call_to_action .link-box {
  border: 1px solid #ccc;
  padding: 8px;
  margin-bottom: 20px;
}
#call_to_action .link-box .wrapper {
  background: #272727;
  padding: 15px 15px 50px;
}
#call_to_action .link-box .wrapper .headline {
  color: #fff;
  font-size: 250%;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 0.95em;
  padding-bottom: 15px;
}
#call_to_action .link-box .wrapper .subheadline {
  color: #ccc;
  font-size: 90%;
  padding-bottom: 10px;
}
#call_to_action .link-box .wrapper .btn {
  float: right;
  text-transform: uppercase;
  font-weight: bold;
}
.listing_quick_info {
  position: relative;
}
#property_listing.listing-format-2 .bottom-info {
  width: 100%;
  font-size: 120%;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 4px 5px;
  text-align: left;
}
#property_listing.listing-format-2 .bottom-info .price {
  float: right;
  display: inline-block;
}
#property_listing.listing-format-2 .address {
  color: #4698c6;
  font-weight: bold;
  font-size: 150%;
}
#property_listing.listing-format-2 p.details {
  height: 60px;
  text-align: justify;
  overflow: hidden;
}
#property_listing.listing-format-2 .listing_quick_info {
  padding-bottom: 0;
  position: relative;
}
#property_listing.listing-format-2 .property-labels {
  font-size: 80%;
}
#property_listing.listing-format-2 .property-labels .label {
  display: inline !important;
  margin-bottom: 2px;
}
#property_listing.listing-format-3 .bottom-info {
  width: 100%;
  font-size: 120%;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 4px 5px;
  text-align: left;
  margin-top: 5px;
}
#property_listing.listing-format-3 .bottom-info .price {
  float: right;
  display: inline-block;
  position: relative;
  top: -20px;
}
#property_listing.listing-format-3 .address {
  color: #4698c6;
  font-weight: bold;
  font-size: 125%;
}
#property_listing.listing-format-3 p.details {
  height: 60px;
  text-align: justify;
  overflow: hidden;
}
#property_listing.listing-format-3 .listing_quick_info {
  padding-bottom: 0;
  position: relative;
}
#property_listing.listing-format-4 .info-value {
  padding: 2px 5px;
  display: block;
}
#property_listing.listing-format-4 .price {
  font-size: 150%;
  font-weight: bold;
  padding: 6px 5px;
  border-bottom: 2px solid #ccc;
  display: block;
  margin-bottom: 4px;
}
#property_listing.listing-format-4 .btn {
  border-radius: 5px;
  padding: 5px 15px;
  text-transform: uppercase;
  margin-top: 10px;
}
#property_listing.listing-format-4 .listing:hover .listing_quick_info {
  background: none;
}
#property_listing.listing-format-4 .listed-with {
  height: 54px;
  overflow: hidden;
}
#property_listing.listing-format-5 .price-div {
  background: #252324;
  font-size: 135%;
  color: #fff;
  display: inline-block;
  padding: 3px 10px;
  padding-right: 15px;
  position: absolute;
  left: 3px;
  margin-top: -39px;
}
#property_listing.listing-format-5 .price-div .info-value {
  padding-left: 0px;
}
#property_listing.listing-format-5 .info-value {
  padding-left: 10px;
}
#property_listing.listing-format-5 .listing_quick_info {
  position: relative;
}
#static-footer {
  background: #222;
  color: #eee;
  padding: 10px 0;
  border: 1px solid #111;
  text-align: center;
}
#static-footer .design {
  padding-bottom: 5px;
}
#static-footer .nyn {
  color: #eee;
}
#static-footer .nyn:hover {
  color: #C87533;
}
#static-footer .res {
  color: #eee;
}
#static-footer .res:hover {
  color: #59A80F;
}
.label-property-sold {
  background-color: black;
}
.label-property-sold[href]:hover,
.label-property-sold[href]:focus {
  background-color: #000000;
}
.label-property-new {
  background-color: #00D2F1;
}
.label-property-new[href]:hover,
.label-property-new[href]:focus {
  background-color: #00a6be;
}
.label-property-open-house {
  background-color: #F5002E;
}
.label-property-open-house[href]:hover,
.label-property-open-house[href]:focus {
  background-color: #c20024;
}
.label-property-waterfront {
  background-color: #006FF8;
}
.label-property-waterfront[href]:hover,
.label-property-waterfront[href]:focus {
  background-color: #0058c5;
}
.label-property-luxury {
  background-color: #BB1CD6;
}
.label-property-luxury[href]:hover,
.label-property-luxury[href]:focus {
  background-color: #9416a9;
}
.property-labels-legend {
  display: block;
  font-size: 88%;
  text-align: right;
  margin-bottom: 5px;
}
.property-labels-legend .label {
  margin: 2px;
}
.property-labels {
  font-size: 80%;
  position: absolute;
  right: 0;
}
.property-labels .label {
  display: block;
  margin-bottom: 2px;
}
@media (max-width: 767px) {
  .modal-open .modal-dialog {
    overflow-y: initial !important;
  }
  .modal-open .modal-body {
    height: 250px;
    overflow-y: auto;
    font-size: 15px;
  }
  .modal-open #tos-modal .modal-dialog {
    width: 90%;
  }
}
.modal-open .model-header {
  height: 9vh;
}
.modal-open .model-body {
  height: 79vh;
}
.modal-open .model-footer {
  height: 12vh;
  margin: 0;
}
.modal-open .modal-backdrop.in {
  opacity: 0.7 !important;
}
#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: #000000;
}
#site-editor .sample-img-footer {
  background: #040404;
}
#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: auto;
  width: 400px;
}
/******************************************************** 
	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: 16px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #111111;
  background-color: #4698c6;
  border-color: #398bb9;
}
#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: #111111;
  background-color: #3682ae;
  border-color: #2b688b;
}
#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: #4698c6;
  border-color: #398bb9;
}
#site-editor #inputs .button input .badge {
  color: #4698c6;
  background-color: #111111;
}
#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;
}
#header {
  background: black;
}
#header .navbar {
  margin-bottom: 0;
  padding-top: 5px;
}
#header .navbar-right {
  margin-right: 8vw;
}
@media (min-width: 1200px) {
  #header .google-search-bar {
    position: relative;
    left: 15px;
  }
}
@media (max-width: 767px) {
  #header .google-search-bar {
    padding: 0 15px;
  }
}
#header .dropdown-menu {
  min-width: 200px !important;
}
#header .nav {
  text-transform: capitalize;
}
#header .nav a {
  color: white;
  z-index: 5;
  font-size: 14px;
  font-weight: bold;
}
@media (min-width: 992px) {
  #header .nav {
    height: 55px;
    width: 70%;
  }
}
@media (min-width: 992px) {
  #header .branding {
    position: absolute;
    z-index: 3;
  }
  #header .branding img {
    margin-top: 11px;
  }
}
#header nav > div > div.navbar-header > a {
  position: absolute;
  left: 15px;
  top: 9px;
}
#header .container {
  position: relative;
}
#header .container .phone {
  color: white;
  position: absolute;
  top: 12px;
  right: 0;
}
@media (max-width: 991px) {
  #header .container .phone {
    top: -28px;
  }
}
/***************************************
 * Normal footer styles ****************
 **************************************/
#footer {
  background: #040404;
  color: white;
  font-size: 19px;
}
@media (max-width: 767px) {
  #footer {
    text-align: center;
  }
}
#footer a {
  color: white;
}
#footer li {
  list-style: none;
}
#footer img {
  max-width: 100%;
}
#footer .copyright {
  background: #373737;
  line-height: 1;
}
#footer .copyright small {
  font-size: 75%;
}
#footer .copyright a {
  color: #4698c6;
}
@media (max-width: 767px) {
  #home {
    text-align: center;
  }
}
#home blue {
  color: #4698c6;
  font-weight: bold;
}
#home .large-blue-font {
  color: #4698c6;
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 991px) {
  #home .large-blue-font {
    font-size: 30px;
  }
}
#home .banner {
  height: 494px;
  background: #fff url("../../img/turnkey/RobGruich-Banner.jpg") no-repeat scroll center 0 / cover;
  position: relative;
}
@media (max-width: 991px) {
  #home .banner {
    overflow: hidden;
  }
}
@media (max-width: 1777px) {
  #home .banner {
    height: 700px;
  }
}
@media (max-width: 991px) {
  #home .banner {
    height: 550px;
  }
}
#home .banner .rob {
  position: absolute;
  bottom: 0;
}
@media (min-width: 768px) {
  #home .banner .rob {
    left: 26%;
  }
}
#home .banner .text-image {
  position: absolute;
  right: 24%;
  top: 71px;
}
@media (max-width: 767px) {
  #home .banner .text-image {
    left: 0;
    right: 0;
  }
  #home .banner .text-image img {
    max-width: 100%;
  }
}
#home .banner .box {
  position: absolute;
  bottom: 10px;
  text-align: center;
  left: 0;
  right: 0;
}
#home .banner .box .title {
  color: #4698c6;
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
  text-shadow: 1px 1px grey;
}
@media (max-width: 991px) {
  #home .banner .box .title {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  #home .banner .box .title {
    white-space: nowrap;
  }
}
#home .banner .box .text {
  background: rgba(0, 0, 0, 0.5);
  font-size: 30px;
  font-style: italic;
  width: 80%;
  color: white;
  text-align: center;
}
@media (max-width: 767px) {
  #home .banner .box .text {
    margin-bottom: 110px;
  }
}
#home .banner .box .searchbar-lg {
  padding: 10px 0;
}
#home .banner .box .searchbar-lg .input-group {
  border: 1px solid #eee;
}
#home .banner .box .searchbar-lg .form-control {
  font-size: 27px;
}
@media (min-width: 1200px) {
  #home .banner .box .searchbar-lg .form-control {
    font-size: 47px;
  }
}
#home .banner .box .searchbar-lg .navbar-form {
  border: none;
  box-shadow: none;
}
@media (min-width: 768px) {
  #home .banner .box .searchbar-lg {
    margin-bottom: 0;
  }
  #home .banner .box .searchbar-lg .navbar-form {
    padding-left: 0;
    padding-right: 0;
  }
}
#home .banner .box .searchbar-lg #q {
  height: 84px;
}
@media (max-width: 1199px) and (min-width: 768px) {
  #home .banner .box .searchbar-lg #q {
    height: 60px;
  }
}
#home .banner .box .searchbar-lg .btn {
  height: 84px;
  width: 7.1em;
}
@media (max-width: 1199px) and (min-width: 768px) {
  #home .banner .box .searchbar-lg .btn {
    height: 60px;
  }
}
#home .banner .box .searchbar-lg .btn i {
  font-size: 50px;
}
#home .banner .box .searchbar-lg input::-webkit-input-placeholder {
  color: #ddd;
}
#home .banner .box .searchbar-lg input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ddd;
  opacity: 1;
}
#home .banner .box .row {
  position: relative;
}
#home .banner .box .row .royal {
  position: absolute;
  bottom: 0px;
  right: 0;
}
#home .history {
  padding: 30px 0 20px;
  background: #fff url("../../img/turnkey/RobGruich_Letterpattern.jpg") repeat;
  color: white;
  position: relative;
}
#home .history .my-history img {
  max-width: 100%;
}
#home .history .subtitle {
  color: #4698c6;
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
  font-size: 39px;
  border-top: 2px solid #4698c6;
}
@media (max-width: 991px) {
  #home .history .subtitle {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  #home .history .subtitle {
    text-align: justify;
  }
}
#home .history .btn-style {
  border: 1px solid white;
  background: #363636;
  font-size: 20px;
  color: white;
  margin: 20px 0;
  padding: 5px 50px;
}
#home .history .text {
  line-height: 1.8;
  padding-bottom: 5px;
}
#home .history .awards img {
  max-width: 100%;
}
@media (min-width: 1200px) {
  #home .history .awards img {
    margin-top: 10px;
  }
}
#home .history:after {
  content: '';
  width: 100%;
  left: 0;
  bottom: 0;
  height: 8px;
  position: absolute;
  background: transparent url(../../img/turnkey/RobGruich-Zipper-pattern.png) repeat-x scroll 0 0;
}
#home .section {
  background: #fff url("../../img/turnkey/RobGruich-listing-picture.jpg") no-repeat scroll center 0 / cover;
  padding-top: 110px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  #home .section {
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  #home .section {
    height: 729px;
  }
}
#home .section .subtitle {
  color: #4698c6;
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
  font-size: 27px;
  text-align: center;
  margin: 15px 15px 0;
}
@media (max-width: 991px) {
  #home .section .subtitle {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  #home .section .subtitle {
    font-size: 20px;
  }
}
#home .section .title {
  color: #4698c6;
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
@media (max-width: 991px) {
  #home .section .title {
    font-size: 30px;
  }
}
#home .section .text {
  padding: 20px 0;
}
#home .section .image img {
  max-width: 100%;
}
@media (max-width: 767px) {
  #home .section .image {
    padding: 15px;
  }
}
#home .section .btn-style {
  background: black;
  color: white;
  border: none;
  margin-top: 10px;
}
#home .section .btn-style2 {
  background: black;
  color: white;
  border: none;
  margin-top: 10px;
  margin: 3px 6px;
  width: 98%;
  background: #383838;
}
#home .section .dropdown-submenu {
  position: relative;
  cursor: pointer;
  margin: 5px;
  list-style: none;
  display: inline-block;
}
#home .section .dropdown-submenu > a {
  border: 1px solid white;
  display: inline-block;
  background: #383838;
  color: white;
  font-size: 20px;
  text-transform: capitalize;
  text-decoration: none;
  width: 170px;
  padding: 0 4px;
  margin: 4px 0px;
  text-align: left;
}
#home .section .dropdown-submenu > a:active,
#home .section .dropdown-submenu > a:hover,
#home .section .dropdown-submenu > a:focus {
  background: #cacdca;
}
@media (max-width: 1199px) {
  #home .section .dropdown-submenu > a {
    width: 130px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #home .section .dropdown-submenu > a {
    width: 130px;
    font-size: 16px;
  }
}
#home .section .dropdown-submenu > a:after {
  display: block;
  content: "";
  float: right;
  width: 17px;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 10px 10px 0px 10px;
  border-top-color: white;
  margin-top: 5px;
  position: relative;
  left: 0px;
}
@media (max-width: 991px) {
  #home .section .dropdown-submenu > a:after {
    border-width: 4px 4px 0px 4px;
    width: 4px;
  }
}
#home .section .dropdown-submenu .dropdown-menu > li > a {
  background: #4698c6;
  line-height: 0.8;
  font-size: 22px;
}
#home .section .dropdown-submenu .dropdown-menu > li > a:hover {
  background: #333;
}
#home .section .dropdown-submenu .dropdown-menu {
  padding: 0;
  margin: 0;
  border: 1px solid #ccc;
}
#home .listings {
  padding-bottom: 10px;
  padding-top: 30px;
  width: 100%;
  background: #DCDCDC;
  overflow: hidden;
}
#home .listings .title {
  color: #4698c6;
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 991px) {
  #home .listings .title {
    font-size: 30px;
  }
}
#home .listings .subtitle {
  padding: 10px 0 20px;
}
#home .listings .featured_listings {
  visibility: hidden;
}
#home .listings .loading-bar {
  background: #fff url("../../img/loading_full_search.gif") no-repeat scroll center center;
  height: 50px;
}
#home .listings .text {
  text-align: center;
  margin-bottom: 13px;
}
#home .listings .btn-listings {
  color: #eeeeee;
  background-color: #4698c6;
  border-color: #398bb9;
  font-size: 18px;
  margin-top: 15px;
  width: 100%;
  font-weight: bold;
}
#home .listings .btn-listings:hover,
#home .listings .btn-listings:focus,
#home .listings .btn-listings:active,
#home .listings .btn-listings.active,
.open .dropdown-toggle#home .listings .btn-listings {
  color: #eeeeee;
  background-color: #3682ae;
  border-color: #2b688b;
}
#home .listings .btn-listings:active,
#home .listings .btn-listings.active,
.open .dropdown-toggle#home .listings .btn-listings {
  background-image: none;
}
#home .listings .btn-listings.disabled,
#home .listings .btn-listings[disabled],
fieldset[disabled] #home .listings .btn-listings,
#home .listings .btn-listings.disabled:hover,
#home .listings .btn-listings[disabled]:hover,
fieldset[disabled] #home .listings .btn-listings:hover,
#home .listings .btn-listings.disabled:focus,
#home .listings .btn-listings[disabled]:focus,
fieldset[disabled] #home .listings .btn-listings:focus,
#home .listings .btn-listings.disabled:active,
#home .listings .btn-listings[disabled]:active,
fieldset[disabled] #home .listings .btn-listings:active,
#home .listings .btn-listings.disabled.active,
#home .listings .btn-listings[disabled].active,
fieldset[disabled] #home .listings .btn-listings.active {
  background-color: #4698c6;
  border-color: #398bb9;
}
#home .listings .btn-listings .badge {
  color: #4698c6;
  background-color: #eeeeee;
}
#home .listings .btn-browse {
  color: #111111;
  background-color: #4698c6;
  border-color: #398bb9;
  background-color: transparent;
  color: #4698c6;
  border-color: #4698c6;
  border-width: 3px;
  font-size: 18px;
  margin: 10px 0;
  width: 100%;
}
#home .listings .btn-browse:hover,
#home .listings .btn-browse:focus,
#home .listings .btn-browse:active,
#home .listings .btn-browse.active,
.open .dropdown-toggle#home .listings .btn-browse {
  color: #111111;
  background-color: #3682ae;
  border-color: #2b688b;
}
#home .listings .btn-browse:active,
#home .listings .btn-browse.active,
.open .dropdown-toggle#home .listings .btn-browse {
  background-image: none;
}
#home .listings .btn-browse.disabled,
#home .listings .btn-browse[disabled],
fieldset[disabled] #home .listings .btn-browse,
#home .listings .btn-browse.disabled:hover,
#home .listings .btn-browse[disabled]:hover,
fieldset[disabled] #home .listings .btn-browse:hover,
#home .listings .btn-browse.disabled:focus,
#home .listings .btn-browse[disabled]:focus,
fieldset[disabled] #home .listings .btn-browse:focus,
#home .listings .btn-browse.disabled:active,
#home .listings .btn-browse[disabled]:active,
fieldset[disabled] #home .listings .btn-browse:active,
#home .listings .btn-browse.disabled.active,
#home .listings .btn-browse[disabled].active,
fieldset[disabled] #home .listings .btn-browse.active {
  background-color: #4698c6;
  border-color: #398bb9;
}
#home .listings .btn-browse .badge {
  color: #4698c6;
  background-color: #111111;
}
@media (max-width: 1199px) and (min-width: 992px) {
  #home .listings .btn-browse {
    font-size: 16px;
    width: 120%;
  }
}
@media (max-width: 991px) {
  #home .listings .btn-browse {
    font-size: 16px;
  }
}
#home .listings .featured_listings {
  overflow: hidden;
  padding-bottom: 0px;
}
#home .listings .featured_listings .listing-format-5 {
  padding: 0 55px 0 55px;
}
#home .listings .featured_listings .listing-format-5 .slick-next::before,
#home .listings .featured_listings .listing-format-5 .slick-prev::before {
  color: #bbb;
  font: normal normal normal 25px/1 FontAwesome !important;
}
#home .listings .featured_listings .listing-format-5 .slick-prev::before {
  content: "\f053";
}
#home .listings .featured_listings .listing-format-5 .slick-next::before {
  content: "\f054";
}
#home .listings .featured_listings .listing-format-5 .listing_img a {
  height: 300px !important;
}
#home .listings .featured_listings .listing-format-5 .text-left {
  font-size: 14px;
}
#home .listings .featured_listings .listing-format-5 .price-div {
  bottom: 76px;
  font-size: 180%;
  left: 0px;
}
#home .listings .featured_listings .listing-format-5 .listing_quick_info {
  border: 1px solid #E7E7E7;
}
#home .listings .featured_listings .listing-format-5 .listing_img {
  padding: 0px;
}
#home div.quote {
  background: #fff url("../../img/turnkey/RobGruich-Bluebanner-quote.png") no-repeat scroll center 0 / cover;
  height: 316px;
  color: white;
}
@media (max-width: 767px) {
  #home div.quote {
    height: 480px;
  }
}
#home div.quote .text {
  font-size: 35px;
  font-style: italic;
  padding-top: 25px;
  line-height: 1.2;
}
@media (max-width: 991px) {
  #home div.quote .text {
    font-size: 25px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  #home div.quote .text {
    font-size: 25px;
  }
}
#home div.quote .person {
  font-size: 45px;
  padding-top: 20px;
}
@media (max-width: 1199px) {
  #home div.quote .person {
    font-size: 40px;
  }
}
#home div.testimonial {
  text-align: center;
  padding: 0px 50px;
}
#home div.testimonial a {
  color: black;
}
#home div.testimonial .margin-top {
  margin: 50px 0;
}
#home div.testimonial .photo {
  height: 341px;
  background-size: cover;
}
#home div.testimonial .left-mark {
  position: relative;
  bottom: 35px;
  right: 0;
  font-size: 7vw;
}
#home div.testimonial .right-mark {
  font-size: 7vw;
  position: relative;
  top: 122px;
  left: -15px;
}
#home div.testimonial .hidden-overflow {
  overflow: hidden;
}
#home div.testimonial .title {
  font-weight: 500;
}
@media (min-width: 768px) {
  #home div.testimonial .title {
    font-size: 23px;
  }
}
#home div.testimonial .slick-prev,
#home div.testimonial .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: #4698c6;
  top: 50%;
  padding: 0;
  border: none;
  outline: none;
}
#home div.testimonial .slick-prev:before,
#home div.testimonial .slick-next:before {
  color: #4698c6;
  font-size: 25px;
  opacity: 0.85;
}
#home div.testimonial .slick-slider {
  margin-bottom: 0px !important;
}
#home div.blog {
  padding-bottom: 40px;
}
#home div.blog .title {
  color: #4698c6;
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 991px) {
  #home div.blog .title {
    font-size: 30px;
  }
}
#home div.blog .subtitle {
  padding: 10px 0 20px;
}
#home div.blog a {
  color: black;
}
#sidebar-content-top .btn-primary {
  background: #F4F4F4;
  border: 1px solid #e3e3e3;
}
#sidebar-content-bottom {
  font-size: 14px;
}
#sidebar-content-bottom .btn-lg {
  color: white;
  width: 100%;
}
#sidebar-content-bottom .btn-style {
  color: white;
  background: #1d1d1d;
  padding: 0 10px;
  border: none;
  text-transform: uppercase;
  font-size: 12px;
}
#sidebar-content-listing-search #listing_filters .btn-primary {
  color: white;
}
.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-sidebar {
  float: right !important;
  float: right;
  margin-left: -1px;
  border: 0;
  border-left: 1px solid #eeeeee;
}
.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;
}
.col-content {
  float: left !important;
  float: left;
  margin-left: 1px;
  border: 0;
  border-right: 1px solid #eeeeee;
}
#article_sidebar {
  background: #ffffff;
  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: #ffffff;
  padding: 15px 15px 20px;
}
#sidebar .buyer_seller_side_bar h4 {
  color: #111111;
}
#sidebar .submit_search {
  width: 100%;
}
#sidebar ul {
  color: #4698c6;
  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: 100%;
}
#sidebar #listing_filters .listing_filter {
  position: relative;
}
#sidebar #listing_filters .custom-form-select {
  width: 100%;
}
#sidebar #listing_filters label {
  width: 100%;
  color: #111111;
}
/* Google Search */
.page_search .form-group input {
  vertical-align: top;
  width: 70%;
  display: inline-block;
}
.page_search .form-group button {
  width: 30%;
  vertical-align: top;
}
.google_search_results .cse .gsc-control-cse,
.google_search_results .gsc-control-cse {
  padding: 0;
}
.google_search_results .gs-no-results-result .gs-snippet,
.google_search_results .gs-error-result .gs-snippet {
  margin: 0;
}
.google_search_results .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  background-color: inherit;
  color: inherit;
  font-weight: bold;
  padding: 0;
  text-shadow: none;
}
.google_search_results .gsc-table-cell-thumbnail {
  width: 50%;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .google_search_results .gsc-table-cell-thumbnail {
    width: 20%;
  }
}
.google_search_results .gsc-table-cell-thumbnail .gs-web-image-box,
.google_search_results .gsc-table-cell-thumbnail .gs-promotion-image-box {
  width: 100%;
}
.google_search_results .gsc-table-cell-thumbnail .gs-web-image-box img.gs-image,
.google_search_results .gsc-table-cell-thumbnail .gs-promotion-image-box img.gs-image,
.google_search_results .gsc-table-cell-thumbnail .gs-web-image-box img.gs-promotion-image,
.google_search_results .gsc-table-cell-thumbnail .gs-promotion-image-box img.gs-promotion-image {
  max-width: none;
  max-height: none;
  height: auto;
  width: 100%;
}
.google-search-bar .form-control {
  height: auto;
}
.google_search_results * {
  box-sizing: content-box;
}
/******************************************************** 
	SPECIAL FORMATTING 
********************************************************/
.blog_listing .blog {
  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_listing .blog {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .blog_listing .blog {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .blog_listing .blog {
    float: left;
    width: 33.33333333%;
  }
}
.blog_listing .blog:hover {
  text-decoration: none;
}
.blog_listing .blog:hover strong {
  text-decoration: underline;
}
.blog_listing .blog_button {
  text-align: right;
}
.blog_listing .blog_title {
  font-size: 118%;
  display: block;
}
.blog_listing .blog_blurb {
  height: 180px;
  padding-top: 5px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .blog_listing .blog_blurb {
    height: 170px;
  }
}
@media (min-width: 992px) {
  .blog_listing .blog_blurb {
    height: 200px;
  }
}
@media (min-width: 1200px) {
  .blog_listing .blog_blurb {
    height: 180px;
  }
}
.blog_listing .blog_img {
  overflow: hidden;
  border: 1px solid #999999;
  height: 200px;
}
@media (min-width: 400px) and (max-width: 768px) {
  .blog_listing .blog_img {
    max-width: 400px;
  }
}
@media (min-width: 1200px) {
  .blog_listing .blog_img {
    height: 160px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog_listing .blog_img {
    height: 160px;
  }
}
.blog_item .blog_date {
  margin-bottom: 20px;
  font-weight: 500;
}
.blog_item .blog_back_button {
  display: block;
  width: 100%;
  text-align: right;
}
.blog_item .blog_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: 16px;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #eeeeee;
  background-color: #4698c6;
  border-color: #398bb9;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 0;
}
.blog_item .blog_back_button a:focus,
.blog_item .blog_back_button a:active:focus,
.blog_item .blog_back_button a.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.blog_item .blog_back_button a:hover,
.blog_item .blog_back_button a:focus {
  color: #eeeeee;
  text-decoration: none;
}
.blog_item .blog_back_button a:active,
.blog_item .blog_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);
}
.blog_item .blog_back_button a.disabled,
.blog_item .blog_back_button a[disabled],
fieldset[disabled] .blog_item .blog_back_button a {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.blog_item .blog_back_button a:hover,
.blog_item .blog_back_button a:focus,
.blog_item .blog_back_button a:active,
.blog_item .blog_back_button a.active,
.open .dropdown-toggle.blog_item .blog_back_button a {
  color: #eeeeee;
  background-color: #3682ae;
  border-color: #2b688b;
}
.blog_item .blog_back_button a:active,
.blog_item .blog_back_button a.active,
.open .dropdown-toggle.blog_item .blog_back_button a {
  background-image: none;
}
.blog_item .blog_back_button a.disabled,
.blog_item .blog_back_button a[disabled],
fieldset[disabled] .blog_item .blog_back_button a,
.blog_item .blog_back_button a.disabled:hover,
.blog_item .blog_back_button a[disabled]:hover,
fieldset[disabled] .blog_item .blog_back_button a:hover,
.blog_item .blog_back_button a.disabled:focus,
.blog_item .blog_back_button a[disabled]:focus,
fieldset[disabled] .blog_item .blog_back_button a:focus,
.blog_item .blog_back_button a.disabled:active,
.blog_item .blog_back_button a[disabled]:active,
fieldset[disabled] .blog_item .blog_back_button a:active,
.blog_item .blog_back_button a.disabled.active,
.blog_item .blog_back_button a[disabled].active,
fieldset[disabled] .blog_item .blog_back_button a.active {
  background-color: #4698c6;
  border-color: #398bb9;
}
.blog_item .blog_back_button a .badge {
  color: #4698c6;
  background-color: #eeeeee;
}
.blog_item .thumbnail > div {
  display: block !important;
  position: static !important;
}
.blog_item .social-share-bar {
  margin-bottom: 15px;
}
.blog_item .social-share-bar > * {
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
  vertical-align: top;
}
.blog_item .social-share-bar > *:first-child {
  margin-left: 0;
}
.blog_item .social-share-bar > *:last-child {
  margin-right: 0;
}
.blog_item .blog_back_button {
  margin-bottom: 2%;
}
.blog_item .blog-contact {
  margin-top: 2%;
  padding-top: 2%;
}
.blog_item .blog-contact .page-header,
.blog_item .blog-contact #general-text,
.blog_item .blog-contact .contact_desc,
.blog_item .blog-contact #please-complete {
  display: none;
}
.blog_item .blog-contact .col-content {
  border: none;
}
.blog_item .blog-contact .left {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .blog_item .blog-contact .left {
    float: left;
    width: 50%;
  }
}
.blog_item .blog-contact .right {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .blog_item .blog-contact .right {
    float: left;
    width: 50%;
  }
}
#header .navbar-default .dropdown-submenu {
  position: initial;
}
#header .navbar-default .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  margin-left: -1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  min-height: 101%;
}
#header .navbar-default .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
#header .navbar-default .dropdown-submenu:hover > a:after {
  border-left-color: #4698c6;
}
#header .navbar-default .dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 17px;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: white;
  margin-top: 5px;
  margin-right: -10px;
}
#header .navbar-default .dropdown-submenu.active > .dropdown-menu {
  display: block;
}
#header .navbar-default .dropdown-submenu.active > a:after {
  border-left-color: #4698c6;
}
#header .navbar-default .dropdown-submenu.pull-left {
  float: none;
}
#header .navbar-default .dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
@media (max-width: 767px) {
  #header .navbar-default .dropdown-submenu ul.dropdown-menu {
    background-color: rgba(0, 0, 0, 0.05);
    padding-left: 30px;
    margin-left: -15px;
  }
}
/*overrides*/
#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 #337da6;
  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: 16px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #111111;
  background-color: #4698c6;
  border-color: #398bb9;
}
#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: #111111;
  background-color: #3682ae;
  border-color: #2b688b;
}
#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: #4698c6;
  border-color: #398bb9;
}
#IDX-main .IDX-backToMain .badge {
  color: #4698c6;
  background-color: #111111;
}
#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: #4698c6;
  color: #333333;
  margin-top: 0;
}
#IDX-main #IDX-mapControlContainer {
  border: 1px solid #4698c6;
}
#IDX-main .IDX-btn-primary {
  color: #111111 !important;
  background-color: #4698c6 !important;
  border-color: #398bb9 !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: #111111 !important;
  background-color: #3682ae !important;
  border-color: #2b688b !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: #4698c6 !important;
  border-color: #398bb9 !important;
}
#IDX-main .IDX-btn-primary .badge {
  color: #4698c6 !important;
  background-color: #111111 !important;
}
#IDX-main .IDX-btn-default {
  color: #eeeeee !important;
  background-color: #4698c6 !important;
  border-color: #398bb9 !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: #3682ae !important;
  border-color: #2b688b !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: #4698c6 !important;
  border-color: #398bb9 !important;
}
#IDX-main .IDX-btn-default .badge {
  color: #4698c6 !important;
  background-color: #eeeeee !important;
}
#IDX-main .IDX-panel-primary {
  border-color: #4698c6 !important;
}
#IDX-main .IDX-panel-primary > .panel-heading {
  color: #111111 !important;
  background-color: #4698c6 !important;
  border-color: #4698c6 !important;
}
#IDX-main .IDX-panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #4698c6 !important;
}
#IDX-main .IDX-panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #4698c6 !important;
}
#IDX-main .IDX-panel-primary .IDX-panel-heading {
  color: #111111;
  background-color: #4698c6;
  border-color: #4698c6;
}
#IDX-main .IDX-panel-primary .IDX-panel-heading + .panel-collapse .panel-body {
  border-top-color: #4698c6;
}
#IDX-main .IDX-panel-primary .IDX-label {
  color: inherit;
}
#IDX-main .IDX-panel-default {
  border-color: #ddd !important;
}
#IDX-main .IDX-panel-default > .panel-heading {
  color: #333333 !important;
  background-color: #f5f5f5 !important;
  border-color: #ddd !important;
}
#IDX-main .IDX-panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd !important;
}
#IDX-main .IDX-panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd !important;
}
#IDX-main .IDX-label {
  color: #333333;
}
#IDX-main a {
  color: #4698c6;
}
#IDX-main a:hover {
  color: #337da6;
  text-decoration: none;
}
#IDX-main .IDX-pageHeader {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  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: #4698c6;
  background: #ffffff;
  border: 1px solid #bbd9ea;
}
#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: 16px;
  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: 10px;
  margin: 44px 0 22px;
  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: 22px;
  margin-bottom: 11px;
  font-size: 34px;
  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-resultsVirtualTour {
  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: 87px;
  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 > div {
  position: relative;
}
.IDX-quicksearchForm .idxbroker-custom-form-select {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  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: #ffffff;
  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: 16px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #111111;
  background-color: #4698c6;
  border-color: #398bb9;
  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: #111111;
  background-color: #3682ae;
  border-color: #2b688b;
}
#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: #4698c6;
  border-color: #398bb9;
}
#home div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput .badge,
.home-turnkey div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput .badge {
  color: #4698c6;
  background-color: #111111;
}
#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: #4698c6;
}
#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: #ffffff;
  border: 2px solid #ffffff;
  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: #ffffff;
}
#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: 16px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #111111;
  background-color: #4698c6;
  border-color: #398bb9;
  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: #111111;
  background-color: #3682ae;
  border-color: #2b688b;
}
#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: #4698c6;
  border-color: #398bb9;
}
#sidebar div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput .badge {
  color: #4698c6;
  background-color: #111111;
}
/*********************************
 ** 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: #4698c6;
  border-color: #398bb9;
}
#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: #3682ae;
  border-color: #2b688b;
}
#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: #4698c6;
  border-color: #398bb9;
}
#IDX-main.IDX-page-advanced #IDX-searchForm #IDX-formReset .badge {
  color: #4698c6;
  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 > li > 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 > li:not(.active) > a:hover {
  background-color: #EFEFEF;
  color: inherit;
}
#IDX-main .multiselect-container.dropdown-menu > li > a > 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 > .active > a,
#IDX-main .dropdown-menu > .active > a:hover,
#IDX-main .dropdown-menu > .active > a:focus {
  background: #000000;
}
#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: #111111 !important;
  background-color: #4698c6 !important;
  border-color: #398bb9 !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: #111111 !important;
  background-color: #3682ae !important;
  border-color: #2b688b !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: #4698c6 !important;
  border-color: #398bb9 !important;
}
#moved-IDX-content .IDX-topActions .IDX-topAction a .badge {
  color: #4698c6 !important;
  background-color: #111111 !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: 16px !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: #111111 !important;
  background-color: #4698c6 !important;
  border-color: #398bb9 !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: #111111 !important;
  background-color: #3682ae !important;
  border-color: #2b688b !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: #4698c6 !important;
  border-color: #398bb9 !important;
}
#moved-IDX-content .IDX-detailsHotAction a .badge {
  color: #4698c6 !important;
  background-color: #111111 !important;
}
#moved-IDX-content .IDX-control-group {
  margin: 0;
  width: 100%;
}
/***********************************************************************
 * Facebook Tab
 **********************************************************************/
body[data-socialize-fb] #sidebar-content-middle {
  display: none;
}
/*# sourceMappingURL=site-specific.css.map */