/*!
 * Real Homes Styles
 *
 * This file includes
 *
 * 1. Bootstrap styles
 * 2. Bootstrap responsive styles
 * 3. Core theme styles
 * 4. Theme's responsive styles
 */
/*
 * 1. Bootstrap Styles
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a:hover,
a:active {
  outline: 0;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */
  width: auto\9;
  /* IE7-8 need help adjusting responsive images */
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
.google-maps img {
  max-width: none;
}

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

button,
input {
  *overflow: visible;
  line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

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

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

body {
  margin: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #8b9293;
  background-color: #fff;
}

a {
  color: #8b9293;
  text-decoration: none;
}

a:hover {
  color: #656c6c;
}

.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}

.row {
  margin-left: -20px;
  *zoom: 1;
}

.row:before, .row:after {
  display: table;
  content: "";
  line-height: 0;
}

.row:after {
  clear: both;
}

[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}

.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

.span12 {
  width: 940px;
}

.span11 {
  width: 860px;
}

.span10 {
  width: 780px;
}

.span9 {
  width: 700px;
}

.span8 {
  width: 620px;
}

.span7 {
  width: 540px;
}

.span6 {
  width: 460px;
}

.span5 {
  width: 380px;
}

.span4 {
  width: 300px;
}

.span3 {
  width: 220px;
}

.span2 {
  width: 140px;
}

.span1 {
  width: 60px;
}

.offset12 {
  margin-left: 980px;
}

.offset11 {
  margin-left: 900px;
}

.offset10 {
  margin-left: 820px;
}

.offset9 {
  margin-left: 740px;
}

.offset8 {
  margin-left: 660px;
}

.offset7 {
  margin-left: 580px;
}

.offset6 {
  margin-left: 500px;
}

.offset5 {
  margin-left: 420px;
}

.offset4 {
  margin-left: 340px;
}

.offset3 {
  margin-left: 260px;
}

.offset2 {
  margin-left: 180px;
}

.offset1 {
  margin-left: 100px;
}

.row-fluid {
  width: 100%;
  *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.12766%;
  *margin-left: 2.07447%;
}

.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.12766%;
}

.row-fluid .span12 {
  width: 100%;
  *width: 99.94681%;
}

.row-fluid .span11 {
  width: 91.48936%;
  *width: 91.43617%;
}

.row-fluid .span10 {
  width: 82.97872%;
  *width: 82.92553%;
}

.row-fluid .span9 {
  width: 74.46809%;
  *width: 74.41489%;
}

.row-fluid .span8 {
  width: 65.95745%;
  *width: 65.90426%;
}

.row-fluid .span7 {
  width: 57.44681%;
  *width: 57.39362%;
}

.row-fluid .span6 {
  width: 48.93617%;
  *width: 48.88298%;
}

.row-fluid .span5 {
  width: 40.42553%;
  *width: 40.37234%;
}

.row-fluid .span4 {
  width: 31.91489%;
  *width: 31.8617%;
}

.row-fluid .span3 {
  width: 23.40426%;
  *width: 23.35106%;
}

.row-fluid .span2 {
  width: 14.89362%;
  *width: 14.84043%;
}

.row-fluid .span1 {
  width: 6.38298%;
  *width: 6.32979%;
}

.row-fluid .offset12 {
  margin-left: 104.25532%;
  *margin-left: 104.14894%;
}

.row-fluid .offset12:first-child {
  margin-left: 102.12766%;
  *margin-left: 102.02128%;
}

.row-fluid .offset11 {
  margin-left: 95.74468%;
  *margin-left: 95.6383%;
}

.row-fluid .offset11:first-child {
  margin-left: 93.61702%;
  *margin-left: 93.51064%;
}

.row-fluid .offset10 {
  margin-left: 87.23404%;
  *margin-left: 87.12766%;
}

.row-fluid .offset10:first-child {
  margin-left: 85.10638%;
  *margin-left: 85%;
}

.row-fluid .offset9 {
  margin-left: 78.7234%;
  *margin-left: 78.61702%;
}

.row-fluid .offset9:first-child {
  margin-left: 76.59574%;
  *margin-left: 76.48936%;
}

.row-fluid .offset8 {
  margin-left: 70.21277%;
  *margin-left: 70.10638%;
}

.row-fluid .offset8:first-child {
  margin-left: 68.08511%;
  *margin-left: 67.97872%;
}

.row-fluid .offset7 {
  margin-left: 61.70213%;
  *margin-left: 61.59574%;
}

.row-fluid .offset7:first-child {
  margin-left: 59.57447%;
  *margin-left: 59.46809%;
}

.row-fluid .offset6 {
  margin-left: 53.19149%;
  *margin-left: 53.08511%;
}

.row-fluid .offset6:first-child {
  margin-left: 51.06383%;
  *margin-left: 50.95745%;
}

.row-fluid .offset5 {
  margin-left: 44.68085%;
  *margin-left: 44.57447%;
}

.row-fluid .offset5:first-child {
  margin-left: 42.55319%;
  *margin-left: 42.44681%;
}

.row-fluid .offset4 {
  margin-left: 36.17021%;
  *margin-left: 36.06383%;
}

.row-fluid .offset4:first-child {
  margin-left: 34.04255%;
  *margin-left: 33.93617%;
}

.row-fluid .offset3 {
  margin-left: 27.65957%;
  *margin-left: 27.55319%;
}

.row-fluid .offset3:first-child {
  margin-left: 25.53191%;
  *margin-left: 25.42553%;
}

.row-fluid .offset2 {
  margin-left: 19.14894%;
  *margin-left: 19.04255%;
}

.row-fluid .offset2:first-child {
  margin-left: 17.02128%;
  *margin-left: 16.91489%;
}

.row-fluid .offset1 {
  margin-left: 10.6383%;
  *margin-left: 10.53191%;
}

.row-fluid .offset1:first-child {
  margin-left: 8.51064%;
  *margin-left: 8.40426%;
}

[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}

[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}

.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}

.container:before, .container:after {
  display: table;
  content: "";
  line-height: 0;
}

.container:after {
  clear: both;
}

.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}

.container-fluid:after {
  clear: both;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

cite {
  font-style: normal;
}

.muted {
  color: #999;
}

a.muted:hover {
  color: gray;
}

.text-warning {
  color: #c09853;
}

a.text-warning:hover {
  color: #a47e3c;
}

.text-error {
  color: #b94a48;
}

a.text-error:hover {
  color: #953b39;
}

.text-info {
  color: #3a87ad;
}

a.text-info:hover {
  color: #2d6987;
}

.text-success {
  color: #468847;
}

a.text-success:hover {
  color: #356635;
}

h1, h2, h3, h4, .property-item h4 a, h5, h6 {
  margin: 10px 0;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: 20px;
  color: #394041;
  text-rendering: optimizelegibility;
}

h1 small, h2 small, h3 small, h4 small, .property-item h4 a small, h5 small, h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999;
}

h1,
h2,
h3 {
  line-height: 40px;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 24px;
}

h4, .property-item h4 a {
  font-size: 20px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

h1 small {
  font-size: 24.5px;
}

h2 small {
  font-size: 17.5px;
}

h3 small {
  font-size: 14px;
}

h4 small, .property-item h4 a small {
  font-size: 14px;
}

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

ul, ol {
  padding: 0;
  margin: 0 0 10px 25px;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

li {
  line-height: 20px;
}

ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}

ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}

ul.inline > li,
ol.inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 20px;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 10px;
}

.dl-horizontal {
  *zoom: 1;
}

.dl-horizontal:before, .dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}

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

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

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

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eee;
}

blockquote p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

blockquote small {
  display: block;
  line-height: 20px;
  color: #999;
}

blockquote small:before {
  content: '\2014 \00A0';
}

blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
}

blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}

blockquote.pull-right small:before {
  content: '';
}

blockquote.pull-right small:after {
  content: '\00A0 \2014';
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}

code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

pre.prettyprint {
  margin-bottom: 20px;
}

pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

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

form {
  margin: 0 0 20px;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

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

legend small {
  font-size: 15px;
  color: #999;
}

label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}

input,
button,
select,
textarea {
  font-family: Helvetica, Arial, sans-serif;
}

label {
  display: block;
  margin-bottom: 5px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #394041;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}

select:-moz-placeholder,
textarea:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="datetime-local"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="month"]:-moz-placeholder,
input[type="time"]:-moz-placeholder,
input[type="week"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="color"]:-moz-placeholder,
.uneditable-input:-moz-placeholder {
  color: #394041;
}

select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.uneditable-input:-ms-input-placeholder {
  color: #394041;
}

select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.uneditable-input::-webkit-input-placeholder {
  color: #394041;
}

input,
textarea,
.uneditable-input {
  width: 206px;
}

textarea {
  height: auto;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-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 linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: 0 \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}

select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 30px;
}

select {
  border: 1px solid #ccc;
  background-color: #fff;
}

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

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

.uneditable-input,
.uneditable-textarea {
  color: #999;
  background-color: #fcfcfc;
  border-color: #ccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}

.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}

.uneditable-textarea {
  width: auto;
  height: auto;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}

.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}

.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

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

.input-mini {
  width: 60px;
}

.input-small {
  width: 90px;
}

.input-medium {
  width: 150px;
}

.input-large {
  width: 210px;
}

.input-xlarge {
  width: 270px;
}

.input-xxlarge {
  width: 530px;
}

input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}

.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}

input,
textarea,
.uneditable-input {
  margin-left: 0;
}

.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}

input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px;
}

input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px;
}

input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px;
}

input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px;
}

input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px;
}

input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px;
}

input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px;
}

input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px;
}

input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px;
}

input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px;
}

input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px;
}

input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px;
}

.controls-row {
  *zoom: 1;
}

.controls-row:before, .controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}

.controls-row:after {
  clear: both;
}

.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}

.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #f7f7f7;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}

.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}

.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}

.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}

.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}

.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}

.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}

.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}

.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}

.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}

.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}

.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}

.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}

input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}

input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}

.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}

.form-actions:before, .form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}

.form-actions:after {
  clear: both;
}

.help-block,
.help-inline {
  color: #b3b7b8;
}

.help-block {
  display: block;
  margin-bottom: 10px;
}

.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}

.input-append,
.input-prepend {
  margin-bottom: 5px;
  font-size: 0;
  white-space: nowrap;
}

.input-append input,
.input-append select,
.input-append .uneditable-input,
.input-append .dropdown-menu,
.input-prepend input,
.input-prepend select,
.input-prepend .uneditable-input,
.input-prepend .dropdown-menu {
  font-size: 14px;
}

.input-append input,
.input-append select,
.input-append .uneditable-input,
.input-prepend input,
.input-prepend select,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.input-append input:focus,
.input-append select:focus,
.input-append .uneditable-input:focus,
.input-prepend input:focus,
.input-prepend select:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}

.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  background-color: #eee;
  border: 1px solid #ccc;
}

.input-append .add-on,
.input-append .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .add-on,
.input-prepend .btn,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}

.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}

.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}

.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}

input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

/* Allow for input prepend/append in search forms */
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}

.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}

.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}

.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}

.form-search input,
.form-search textarea,
.form-search select,
.form-search .help-inline,
.form-search .uneditable-input,
.form-search .input-prepend,
.form-search .input-append,
.form-inline input,
.form-inline textarea,
.form-inline select,
.form-inline .help-inline,
.form-inline .uneditable-input,
.form-inline .input-prepend,
.form-inline .input-append,
.form-horizontal input,
.form-horizontal textarea,
.form-horizontal select,
.form-horizontal .help-inline,
.form-horizontal .uneditable-input,
.form-horizontal .input-prepend,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}

.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}

.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}

.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}

.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}

.control-group {
  margin-bottom: 10px;
}

legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}

.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}

.form-horizontal .control-group:before, .form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}

.form-horizontal .control-group:after {
  clear: both;
}

.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}

.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}

.form-horizontal .controls:first-child {
  *padding-left: 180px;
}

.form-horizontal .help-block {
  margin-bottom: 0;
}

.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 10px;
}

.form-horizontal .form-actions {
  padding-left: 180px;
}

table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}

.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table th {
  font-weight: bold;
}

.table thead th {
  vertical-align: bottom;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

.table tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}

.table-bordered {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.table-bordered th,
.table-bordered td {
  border-left: 1px solid #ddd;
}

.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}

.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}

.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}

.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}

.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}

.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}

.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}

.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 td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}

.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}

.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}

.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}

.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}

.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}

.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}

.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}

.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}

.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}

.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}

.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}

.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}

.table tbody tr.success td {
  background-color: #dff0d8;
}

.table tbody tr.error td {
  background-color: #f2dede;
}

.table tbody tr.warning td {
  background-color: #fcf8e3;
}

.table tbody tr.info td {
  background-color: #d9edf7;
}

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

.table-hover tbody tr.error:hover td {
  background-color: #ebcccc;
}

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

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

[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../images/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
  margin-top: 1px;
}

/* White icons with optional class, or on hover/active states of certain elements */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: url("../images/glyphicons-halflings-white.png");
}

.icon-glass {
  background-position: 0      0;
}

.icon-music {
  background-position: -24px  0;
}

.icon-search {
  background-position: -48px  0;
}

.icon-envelope {
  background-position: -72px  0;
}

.icon-heart {
  background-position: -96px  0;
}

.icon-star {
  background-position: -120px 0;
}

.icon-star-empty {
  background-position: -144px 0;
}

.icon-user {
  background-position: -168px 0;
}

.icon-film {
  background-position: -192px 0;
}

.icon-th-large {
  background-position: -216px 0;
}

.icon-th {
  background-position: -240px 0;
}

.icon-th-list {
  background-position: -264px 0;
}

.icon-ok {
  background-position: -288px 0;
}

.icon-remove {
  background-position: -312px 0;
}

.icon-zoom-in {
  background-position: -336px 0;
}

.icon-zoom-out {
  background-position: -360px 0;
}

.icon-off {
  background-position: -384px 0;
}

.icon-signal {
  background-position: -408px 0;
}

.icon-cog {
  background-position: -432px 0;
}

.icon-trash {
  background-position: -456px 0;
}

.icon-home {
  background-position: 0      -24px;
}

.icon-file {
  background-position: -24px  -24px;
}

.icon-time {
  background-position: -48px  -24px;
}

.icon-road {
  background-position: -72px  -24px;
}

.icon-download-alt {
  background-position: -96px  -24px;
}

.icon-download {
  background-position: -120px -24px;
}

.icon-upload {
  background-position: -144px -24px;
}

.icon-inbox {
  background-position: -168px -24px;
}

.icon-play-circle {
  background-position: -192px -24px;
}

.icon-repeat {
  background-position: -216px -24px;
}

.icon-refresh {
  background-position: -240px -24px;
}

.icon-list-alt {
  background-position: -264px -24px;
}

.icon-lock {
  background-position: -287px -24px;
}

.icon-flag {
  background-position: -312px -24px;
}

.icon-headphones {
  background-position: -336px -24px;
}

.icon-volume-off {
  background-position: -360px -24px;
}

.icon-volume-down {
  background-position: -384px -24px;
}

.icon-volume-up {
  background-position: -408px -24px;
}

.icon-qrcode {
  background-position: -432px -24px;
}

.icon-barcode {
  background-position: -456px -24px;
}

.icon-tag {
  background-position: 0      -48px;
}

.icon-tags {
  background-position: -25px  -48px;
}

.icon-book {
  background-position: -48px  -48px;
}

.icon-bookmark {
  background-position: -72px  -48px;
}

.icon-print {
  background-position: -96px  -48px;
}

.icon-camera {
  background-position: -120px -48px;
}

.icon-font {
  background-position: -144px -48px;
}

.icon-bold {
  background-position: -167px -48px;
}

.icon-italic {
  background-position: -192px -48px;
}

.icon-text-height {
  background-position: -216px -48px;
}

.icon-text-width {
  background-position: -240px -48px;
}

.icon-align-left {
  background-position: -264px -48px;
}

.icon-align-center {
  background-position: -288px -48px;
}

.icon-align-right {
  background-position: -312px -48px;
}

.icon-align-justify {
  background-position: -336px -48px;
}

.icon-list {
  background-position: -360px -48px;
}

.icon-indent-left {
  background-position: -384px -48px;
}

.icon-indent-right {
  background-position: -408px -48px;
}

.icon-facetime-video {
  background-position: -432px -48px;
}

.icon-picture {
  background-position: -456px -48px;
}

.icon-pencil {
  background-position: 0      -72px;
}

.icon-map-marker {
  background-position: -24px  -72px;
}

.icon-adjust {
  background-position: -48px  -72px;
}

.icon-tint {
  background-position: -72px  -72px;
}

.icon-edit {
  background-position: -96px  -72px;
}

.icon-share {
  background-position: -120px -72px;
}

.icon-check {
  background-position: -144px -72px;
}

.icon-move {
  background-position: -168px -72px;
}

.icon-step-backward {
  background-position: -192px -72px;
}

.icon-fast-backward {
  background-position: -216px -72px;
}

.icon-backward {
  background-position: -240px -72px;
}

.icon-play {
  background-position: -264px -72px;
}

.icon-pause {
  background-position: -288px -72px;
}

.icon-stop {
  background-position: -312px -72px;
}

.icon-forward {
  background-position: -336px -72px;
}

.icon-fast-forward {
  background-position: -360px -72px;
}

.icon-step-forward {
  background-position: -384px -72px;
}

.icon-eject {
  background-position: -408px -72px;
}

.icon-chevron-left {
  background-position: -432px -72px;
}

.icon-chevron-right {
  background-position: -456px -72px;
}

.icon-plus-sign {
  background-position: 0      -96px;
}

.icon-minus-sign {
  background-position: -24px  -96px;
}

.icon-remove-sign {
  background-position: -48px  -96px;
}

.icon-ok-sign {
  background-position: -72px  -96px;
}

.icon-question-sign {
  background-position: -96px  -96px;
}

.icon-info-sign {
  background-position: -120px -96px;
}

.icon-screenshot {
  background-position: -144px -96px;
}

.icon-remove-circle {
  background-position: -168px -96px;
}

.icon-ok-circle {
  background-position: -192px -96px;
}

.icon-ban-circle {
  background-position: -216px -96px;
}

.icon-arrow-left {
  background-position: -240px -96px;
}

.icon-arrow-right {
  background-position: -264px -96px;
}

.icon-arrow-up {
  background-position: -289px -96px;
}

.icon-arrow-down {
  background-position: -312px -96px;
}

.icon-share-alt {
  background-position: -336px -96px;
}

.icon-resize-full {
  background-position: -360px -96px;
}

.icon-resize-small {
  background-position: -384px -96px;
}

.icon-plus {
  background-position: -408px -96px;
}

.icon-minus {
  background-position: -433px -96px;
}

.icon-asterisk {
  background-position: -456px -96px;
}

.icon-exclamation-sign {
  background-position: 0      -120px;
}

.icon-gift {
  background-position: -24px  -120px;
}

.icon-leaf {
  background-position: -48px  -120px;
}

.icon-fire {
  background-position: -72px  -120px;
}

.icon-eye-open {
  background-position: -96px  -120px;
}

.icon-eye-close {
  background-position: -120px -120px;
}

.icon-warning-sign {
  background-position: -144px -120px;
}

.icon-plane {
  background-position: -168px -120px;
}

.icon-calendar {
  background-position: -192px -120px;
}

.icon-random {
  background-position: -216px -120px;
  width: 16px;
}

.icon-comment {
  background-position: -240px -120px;
}

.icon-magnet {
  background-position: -264px -120px;
}

.icon-chevron-up {
  background-position: -288px -120px;
}

.icon-chevron-down {
  background-position: -313px -119px;
}

.icon-retweet {
  background-position: -336px -120px;
}

.icon-shopping-cart {
  background-position: -360px -120px;
}

.icon-folder-close {
  background-position: -384px -120px;
}

.icon-folder-open {
  background-position: -408px -120px;
  width: 16px;
}

.icon-resize-vertical {
  background-position: -432px -119px;
}

.icon-resize-horizontal {
  background-position: -456px -118px;
}

.icon-hdd {
  background-position: 0      -144px;
}

.icon-bullhorn {
  background-position: -24px  -144px;
}

.icon-bell {
  background-position: -48px  -144px;
}

.icon-certificate {
  background-position: -72px  -144px;
}

.icon-thumbs-up {
  background-position: -96px  -144px;
}

.icon-thumbs-down {
  background-position: -120px -144px;
}

.icon-hand-right {
  background-position: -144px -144px;
}

.icon-hand-left {
  background-position: -168px -144px;
}

.icon-hand-up {
  background-position: -192px -144px;
}

.icon-hand-down {
  background-position: -216px -144px;
}

.icon-circle-arrow-right {
  background-position: -240px -144px;
}

.icon-circle-arrow-left {
  background-position: -264px -144px;
}

.icon-circle-arrow-up {
  background-position: -288px -144px;
}

.icon-circle-arrow-down {
  background-position: -312px -144px;
}

.icon-globe {
  background-position: -336px -144px;
}

.icon-wrench {
  background-position: -360px -144px;
}

.icon-tasks {
  background-position: -384px -144px;
}

.icon-filter {
  background-position: -408px -144px;
}

.icon-briefcase {
  background-position: -432px -144px;
}

.icon-fullscreen {
  background-position: -456px -144px;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle {
  *margin-bottom: -3px;
}

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

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}

.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;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

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

.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}

.dropdown-menu li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  text-decoration: none;
  color: #fff;
  background-color: #868d8e;
  background-image: -moz-linear-gradient(top, #8b9293, #7e8687);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#8b9293), to(#7e8687));
  background-image: -webkit-linear-gradient(top, #8b9293, #7e8687);
  background-image: -o-linear-gradient(top, #8b9293, #7e8687);
  background-image: linear-gradient(to bottom, #8b9293, #7e8687);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF8B9293', endColorstr='#FF7E8687', GradientType=0);
}

.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #333;
  text-decoration: none;
  outline: 0;
  background-color: #868d8e;
  background-image: -moz-linear-gradient(top, #8b9293, #7e8687);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#8b9293), to(#7e8687));
  background-image: -webkit-linear-gradient(top, #8b9293, #7e8687);
  background-image: -o-linear-gradient(top, #8b9293, #7e8687);
  background-image: linear-gradient(to bottom, #8b9293, #7e8687);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF8B9293', endColorstr='#FF7E8687', GradientType=0);
}

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

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

.open {
  *z-index: 1000;
}

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

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

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

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

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
}

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

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

.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}

.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-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-large {
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.collapse.in {
  height: auto;
}

.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000;
  text-shadow: 0 1px 0 white;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

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

.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: whitesmoke;
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE6E6E6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border: 1px solid #bbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
  color: #333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn:active, .btn.active {
  background-color: #cccccc \9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover {
  color: #333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active, .btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled, .btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}

.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}

.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}

.btn-mini {
  padding: 0px 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

.btn {
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}

.btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #8b9193;
  background-image: -moz-linear-gradient(top, #8b9293, #8b8f93);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#8b9293), to(#8b8f93));
  background-image: -webkit-linear-gradient(top, #8b9293, #8b8f93);
  background-image: -o-linear-gradient(top, #8b9293, #8b8f93);
  background-image: linear-gradient(to bottom, #8b9293, #8b8f93);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF8B9293', endColorstr='#FF8B8F93', GradientType=0);
  border-color: #8b8f93 #8b8f93 #65696c;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #8b8f93;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  color: #fff;
  background-color: #8b8f93;
  *background-color: #7e8387;
}

.btn-primary:active, .btn-primary.active {
  background-color: #71767a \9;
}

.btn-warning {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFBB450', endColorstr='#FFF89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
  color: #fff;
  background-color: #f89406;
  *background-color: #df8505;
}

.btn-warning:active, .btn-warning.active {
  background-color: #c67605 \9;
}

.btn-danger {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEE5F5B', endColorstr='#FFBD362F', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
  color: #fff;
  background-color: #bd362f;
  *background-color: #a9302a;
}

.btn-danger:active, .btn-danger.active {
  background-color: #942a25 \9;
}

.btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF62C462', endColorstr='#FF51A351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
  color: #fff;
  background-color: #51a351;
  *background-color: #499249;
}

.btn-success:active, .btn-success.active {
  background-color: #408140 \9;
}

.btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5BC0DE', endColorstr='#FF2F96B4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  color: #fff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}

.btn-info:active, .btn-info.active {
  background-color: #24748c \9;
}

.btn-inverse {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444, #222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444), to(#222));
  background-image: -webkit-linear-gradient(top, #444, #222);
  background-image: -o-linear-gradient(top, #444, #222);
  background-image: linear-gradient(to bottom, #444, #222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF444444', endColorstr='#FF222222', GradientType=0);
  border-color: #222 #222 black;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
  color: #fff;
  background-color: #222;
  *background-color: #151515;
}

.btn-inverse:active, .btn-inverse.active {
  background-color: #090909 \9;
}

button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #8b9293;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.btn-link:hover {
  color: #656c6c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover {
  color: #333;
  text-decoration: none;
}

.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .3em;
}

.btn-group:first-child {
  *margin-left: 0;
}

.btn-group + .btn-group {
  margin-left: 5px;
}

.btn-toolbar {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}

.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}

.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.btn-group > .btn + .btn {
  margin-left: -1px;
}

.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14px;
}

.btn-group > .btn-mini {
  font-size: 10.5px;
}

.btn-group > .btn-small {
  font-size: 11.9px;
}

.btn-group > .btn-large {
  font-size: 17.5px;
}

.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}

.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}

.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}

.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}

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

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}

.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}

.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}

.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}

.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}

.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #8b8f93;
}

.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}

.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}

.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}

.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}

.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222;
}

.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}

.btn-mini .caret,
.btn-small .caret,
.btn-large .caret {
  margin-top: 6px;
}

.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}

.dropup .btn-large .caret {
  border-bottom-width: 5px;
}

.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}

.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

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

.btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

.btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}

.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.alert,
.alert h4,
.alert .property-item h4 a, .property-item h4
.alert a {
  color: #c09853;
}

.alert h4, .alert .property-item h4 a, .property-item h4 .alert a {
  margin: 0;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}

.alert-success h4, .alert-success .property-item h4 a, .property-item h4 .alert-success a {
  color: #468847;
}

.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}

.alert-danger h4, .alert-danger .property-item h4 a, .property-item h4 .alert-danger a,
.alert-error h4,
.alert-error .property-item h4 a, .property-item h4
.alert-error a {
  color: #b94a48;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}

.alert-info h4, .alert-info .property-item h4 a, .property-item h4 .alert-info a {
  color: #3a87ad;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

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

.nav {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none;
}

.nav > li > a {
  display: block;
}

.nav > li > a:hover {
  text-decoration: none;
  background-color: #eee;
}

.nav > li > a > img {
  max-width: none;
}

.nav > .pull-right {
  float: right;
}

.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

.nav li + .nav-header {
  margin-top: 9px;
}

.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}

.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.nav-list > li > a {
  padding: 3px 15px;
}

.nav-list > .active > a,
.nav-list > .active > a:hover {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #8b9293;
}

.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}

.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}

.nav-tabs,
.nav-pills {
  *zoom: 1;
}

.nav-tabs:before, .nav-tabs:after,
.nav-pills:before,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}

.nav-tabs:after,
.nav-pills:after {
  clear: both;
}

.nav-tabs > li,
.nav-pills > li {
  float: left;
}

.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.nav-pills > .active > a,
.nav-pills > .active > a:hover {
  color: #fff;
  background-color: #8b9293;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li > a {
  margin-right: 0;
}

.nav-tabs.nav-stacked {
  border-bottom: 0;
}

.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}

.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}

.nav-tabs.nav-stacked > li > a:hover {
  border-color: #ddd;
  z-index: 2;
}

.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}

.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}

.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}

.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.nav .dropdown-toggle .caret {
  border-top-color: #8b9293;
  border-bottom-color: #8b9293;
  margin-top: 6px;
}

.nav .dropdown-toggle:hover .caret {
  border-top-color: #656c6c;
  border-bottom-color: #656c6c;
}

/* move down carets for tabs */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}

.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}

.nav > .dropdown.active > a:hover {
  cursor: pointer;
}

.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover {
  color: #fff;
  background-color: #999;
  border-color: #999;
}

.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}

.tabs-stacked .open > a:hover {
  border-color: #999;
}

.tabbable {
  *zoom: 1;
}

.tabbable:before, .tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}

.tabbable:after {
  clear: both;
}

.tab-content {
  overflow: auto;
}

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

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

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover {
  border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover {
  border-color: #eee #ddd #eee #eee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #fff;
}

.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover {
  border-color: #eee #eee #eee #ddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #fff;
}

.nav > .disabled > a {
  color: #999;
}

.nav > .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}

.navbar {
  overflow: visible;
  margin-bottom: 20px;
  *position: relative;
  *z-index: 2;
}

.navbar-inner {
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF2F2F2', GradientType=0);
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  *zoom: 1;
}

.navbar-inner:before, .navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}

.navbar-inner:after {
  clear: both;
}

.navbar .container {
  width: auto;
}

.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}

.navbar .brand {
  float: left;
  display: block;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777;
  text-shadow: 0 1px 0 #ffffff;
}

.navbar .brand:hover {
  text-decoration: none;
}

.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #777;
}

.navbar-link {
  color: #777;
}

.navbar-link:hover {
  color: #333;
}

.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #ffffff;
}

.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}

.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn {
  margin-top: 0;
}

.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}

.navbar-form:before, .navbar-form:after {
  display: table;
  content: "";
  line-height: 0;
}

.navbar-form:after {
  clear: both;
}

.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}

.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}

.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}

.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap;
}

.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}

.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}

.navbar-search .search-query {
  margin-bottom: 0;
  padding: 4px 14px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.navbar-static-top {
  position: static;
  margin-bottom: 0;
}

.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}

.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

.navbar-fixed-top {
  top: 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

.navbar-fixed-bottom {
  bottom: 0;
}

.navbar-fixed-bottom .navbar-inner {
  -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
}

.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}

.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}

.navbar .nav > li {
  float: left;
}

.navbar .nav > li > a {
  float: none;
  padding: 10px 15px 10px;
  color: #777;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
}

.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #333;
  text-decoration: none;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #555;
  text-decoration: none;
  background-color: #e6e6e6;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}

.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ededed;
  background-image: -moz-linear-gradient(top, #f2f2f2, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e6e6e6);
  background-image: -o-linear-gradient(top, #f2f2f2, #e6e6e6);
  background-image: linear-gradient(to bottom, #f2f2f2, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF2F2F2', endColorstr='#FFE6E6E6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}

.navbar .btn-navbar:hover, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
  color: #fff;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.navbar .btn-navbar:active, .navbar .btn-navbar.active {
  background-color: #cccccc \9;
}

.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}

.navbar .nav > li > .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}

.navbar .nav > li > .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  left: 10px;
}

.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  bottom: -7px;
  top: auto;
}

.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  border-top: 6px solid #fff;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}

.navbar .nav li.dropdown > a:hover .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #e6e6e6;
  color: #555;
}

.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777;
  border-bottom-color: #777;
}

.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}

.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}

.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}

.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}

.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -1px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

.navbar-inverse .navbar-inner {
  background-color: #1b1b1b;
  background-image: -moz-linear-gradient(top, #222222, #111111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
  background-image: -webkit-linear-gradient(top, #222222, #111111);
  background-image: -o-linear-gradient(top, #222222, #111111);
  background-image: linear-gradient(to bottom, #222222, #111111);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF222222', endColorstr='#FF111111', GradientType=0);
  border-color: #252525;
}

.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover {
  color: #fff;
}

.navbar-inverse .brand {
  color: #999;
}

.navbar-inverse .navbar-text {
  color: #999;
}

.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: #fff;
}

.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #fff;
  background-color: #111111;
}

.navbar-inverse .navbar-link {
  color: #999;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .divider-vertical {
  border-left-color: #111111;
  border-right-color: #222222;
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #111111;
  color: #fff;
}

.navbar-inverse .nav li.dropdown > a:hover .caret {
  border-top-color: #fff;
  color: #fff;
}

.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999;
  border-bottom-color: #999;
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.navbar-inverse .navbar-search .search-query {
  color: #fff;
  background-color: #515151;
  border-color: #111111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #ccc;
}

.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #ccc;
}

.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #ccc;
}

.navbar-inverse .navbar-search .search-query:focus, .navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333;
  text-shadow: 0 1px 0 #fff;
  background-color: #fff;
  border: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  outline: 0;
}

.navbar-inverse .btn-navbar {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  background-image: -moz-linear-gradient(top, #151515, #040404);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
  background-image: -webkit-linear-gradient(top, #151515, #040404);
  background-image: -o-linear-gradient(top, #151515, #040404);
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF151515', endColorstr='#FF040404', GradientType=0);
  border-color: #040404 #040404 black;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #040404;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.navbar-inverse .btn-navbar:hover, .navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active, .navbar-inverse .btn-navbar.disabled, .navbar-inverse .btn-navbar[disabled] {
  color: #fff;
  background-color: #040404;
  *background-color: black;
}

.navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active {
  background-color: black \9;
}

.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 20px;
  list-style: none;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  text-shadow: 0 1px 0 #fff;
}

.breadcrumb > li > .divider {
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb .active {
  color: #999;
}

.pagination {
  margin: 20px 0;
}

.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination ul > li {
  display: inline;
}

.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-left-width: 0;
}

.pagination ul > li > a:hover,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999;
  cursor: default;
}

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover {
  color: #999;
  background-color: transparent;
  cursor: default;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}

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

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

.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px;
}

.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-mini ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > a,
.pagination-small ul > li:first-child > span {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-mini ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > a,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}

.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}

.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0px 6px;
  font-size: 10.5px;
}

.pager {
  margin: 20px 0;
  list-style: none;
  text-align: center;
  *zoom: 1;
}

.pager:before, .pager:after {
  display: table;
  content: "";
  line-height: 0;
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.pager li > a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}

.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 > span {
  color: #999;
  background-color: #fff;
  cursor: default;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin: -250px 0 0 -280px;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}

.modal.fade {
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
  -o-transition: opacity 0.3s linear, top 0.3s ease-out;
  transition: opacity 0.3s linear, top 0.3s ease-out;
  top: -25%;
}

.modal.fade.in {
  top: 40%;
}

.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}

.modal-header .close {
  margin-top: 2px;
}

.modal-header h3 {
  margin: 0;
  line-height: 30px;
}

.modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}

.modal-form {
  margin-bottom: 0;
}

.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #fff;
  -moz-box-shadow: inset 0 1px 0 #fff;
  box-shadow: inset 0 1px 0 #fff;
  *zoom: 1;
}

.modal-footer:before, .modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.tooltip.top {
  margin-top: -3px;
}

.tooltip.right {
  margin-left: 3px;
}

.tooltip.bottom {
  margin-top: 3px;
}

.tooltip.left {
  margin-left: -3px;
}

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  width: 236px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

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

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow {
  border-width: 11px;
}

.popover .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right .arrow:after {
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}

.thumbnails:before, .thumbnails:after {
  display: table;
  content: "";
  line-height: 0;
}

.thumbnails:after {
  clear: both;
}

.row-fluid .thumbnails {
  margin-left: 0;
}

.thumbnails > li {
  float: left;
  margin-bottom: 20px;
  margin-left: 20px;
}

.thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a.thumbnail:hover {
  border-color: #8b9293;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #555;
}

.media,
.media-body {
  overflow: hidden;
  *overflow: visible;
  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 {
  margin-left: 0;
  list-style: none;
}

.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #fff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999;
}

.label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}

.label:empty,
.badge:empty {
  display: none;
}

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

.label-important {
  background-color: #b94a48;
}

.label-important[href] {
  background-color: #953b39;
}

.label-warning {
  background-color: #f89406;
}

.label-warning[href] {
  background-color: #c67605;
}

.label-success {
  background-color: #468847;
}

.label-success[href] {
  background-color: #356635;
}

.label-info {
  background-color: #3a87ad;
}

.label-info[href] {
  background-color: #2d6987;
}

.label-inverse {
  background-color: #333;
}

.label-inverse[href] {
  background-color: #1a1a1a;
}

.badge-important {
  background-color: #b94a48;
}

.badge-important[href] {
  background-color: #953b39;
}

.badge-warning {
  background-color: #f89406;
}

.badge-warning[href] {
  background-color: #c67605;
}

.badge-success {
  background-color: #468847;
}

.badge-success[href] {
  background-color: #356635;
}

.badge-info {
  background-color: #3a87ad;
}

.badge-info[href] {
  background-color: #2d6987;
}

.badge-inverse {
  background-color: #333;
}

.badge-inverse[href] {
  background-color: #1a1a1a;
}

.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}

.btn-mini .label,
.btn-mini .badge {
  top: 0;
}

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

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

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

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

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

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #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;
  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);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.progress .bar {
  width: 0%;
  height: 100%;
  color: #fff;
  float: left;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  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;
}

.progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}

.progress-striped .bar {
  background-color: #149bdf;
  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: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}

.progress.active .bar {
  -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;
}

.progress-danger .bar, .progress .bar-danger {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEE5F5B', endColorstr='#FFC43C35', GradientType=0);
}

.progress-danger.progress-striped .bar, .progress-striped .bar-danger {
  background-color: #ee5f5b;
  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: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-success .bar, .progress .bar-success {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF62C462', endColorstr='#FF57A957', GradientType=0);
}

.progress-success.progress-striped .bar, .progress-striped .bar-success {
  background-color: #62c462;
  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: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-info .bar, .progress .bar-info {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5BC0DE', endColorstr='#FF339BB9', GradientType=0);
}

.progress-info.progress-striped .bar, .progress-striped .bar-info {
  background-color: #5bc0de;
  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: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-warning .bar, .progress .bar-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFBB450', endColorstr='#FFF89406', GradientType=0);
}

.progress-warning.progress-striped .bar, .progress-striped .bar-warning {
  background-color: #fbb450;
  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: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.accordion {
  margin-bottom: 20px;
}

.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.accordion-heading {
  border-bottom: 0;
}

.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}

.accordion-toggle {
  cursor: pointer;
}

.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}

.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}

.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img {
  display: block;
  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: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #fff;
  text-align: center;
  background: #222;
  border: 3px solid #fff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.carousel-control.right {
  left: auto;
  right: 15px;
}

.carousel-control:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #333;
  background: rgba(0, 0, 0, 0.75);
}

.carousel-caption h4, .carousel-caption .property-item h4 a, .property-item h4 .carousel-caption a,
.carousel-caption p {
  color: #fff;
  line-height: 20px;
}

.carousel-caption h4, .carousel-caption .property-item h4 a, .property-item h4 .carousel-caption a {
  margin: 0 0 5px;
}

.carousel-caption p {
  margin-bottom: 0;
}

.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
  background-color: #eee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  color: inherit;
  letter-spacing: -1px;
}

.hero-unit li {
  line-height: 30px;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.affix {
  position: fixed;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

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

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*
 * 2. Bootstrap responsive styles
 */
@-ms-viewport {
  width: device-width;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

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

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.hidden {
  display: none;
  visibility: hidden;
}

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

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

.hidden-desktop {
  display: none !important;
}

.visible-desktop {
  display: inherit !important;
}

@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .row {
    margin-left: -30px;
    *zoom: 1;
  }
  .row:before, .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 30px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1170px;
  }
  .span12 {
    width: 1170px;
  }
  .span11 {
    width: 1070px;
  }
  .span10 {
    width: 970px;
  }
  .span9 {
    width: 870px;
  }
  .span8 {
    width: 770px;
  }
  .span7 {
    width: 670px;
  }
  .span6 {
    width: 570px;
  }
  .span5 {
    width: 470px;
  }
  .span4 {
    width: 370px;
  }
  .span3 {
    width: 270px;
  }
  .span2 {
    width: 170px;
  }
  .span1 {
    width: 70px;
  }
  .offset12 {
    margin-left: 1230px;
  }
  .offset11 {
    margin-left: 1130px;
  }
  .offset10 {
    margin-left: 1030px;
  }
  .offset9 {
    margin-left: 930px;
  }
  .offset8 {
    margin-left: 830px;
  }
  .offset7 {
    margin-left: 730px;
  }
  .offset6 {
    margin-left: 630px;
  }
  .offset5 {
    margin-left: 530px;
  }
  .offset4 {
    margin-left: 430px;
  }
  .offset3 {
    margin-left: 330px;
  }
  .offset2 {
    margin-left: 230px;
  }
  .offset1 {
    margin-left: 130px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.5641%;
    *margin-left: 2.51091%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.5641%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94681%;
  }
  .row-fluid .span11 {
    width: 91.45299%;
    *width: 91.3998%;
  }
  .row-fluid .span10 {
    width: 82.90598%;
    *width: 82.85279%;
  }
  .row-fluid .span9 {
    width: 74.35897%;
    *width: 74.30578%;
  }
  .row-fluid .span8 {
    width: 65.81197%;
    *width: 65.75877%;
  }
  .row-fluid .span7 {
    width: 57.26496%;
    *width: 57.21177%;
  }
  .row-fluid .span6 {
    width: 48.71795%;
    *width: 48.66476%;
  }
  .row-fluid .span5 {
    width: 40.17094%;
    *width: 40.11775%;
  }
  .row-fluid .span4 {
    width: 31.62393%;
    *width: 31.57074%;
  }
  .row-fluid .span3 {
    width: 23.07692%;
    *width: 23.02373%;
  }
  .row-fluid .span2 {
    width: 14.52991%;
    *width: 14.47672%;
  }
  .row-fluid .span1 {
    width: 5.98291%;
    *width: 5.92971%;
  }
  .row-fluid .offset12 {
    margin-left: 105.12821%;
    *margin-left: 105.02182%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.5641%;
    *margin-left: 102.45772%;
  }
  .row-fluid .offset11 {
    margin-left: 96.5812%;
    *margin-left: 96.47481%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.01709%;
    *margin-left: 93.91071%;
  }
  .row-fluid .offset10 {
    margin-left: 88.03419%;
    *margin-left: 87.92781%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.47009%;
    *margin-left: 85.3637%;
  }
  .row-fluid .offset9 {
    margin-left: 79.48718%;
    *margin-left: 79.3808%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 76.92308%;
    *margin-left: 76.81669%;
  }
  .row-fluid .offset8 {
    margin-left: 70.94017%;
    *margin-left: 70.83379%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.37607%;
    *margin-left: 68.26969%;
  }
  .row-fluid .offset7 {
    margin-left: 62.39316%;
    *margin-left: 62.28678%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.82906%;
    *margin-left: 59.72268%;
  }
  .row-fluid .offset6 {
    margin-left: 53.84615%;
    *margin-left: 53.73977%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.28205%;
    *margin-left: 51.17567%;
  }
  .row-fluid .offset5 {
    margin-left: 45.29915%;
    *margin-left: 45.19276%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.73504%;
    *margin-left: 42.62866%;
  }
  .row-fluid .offset4 {
    margin-left: 36.75214%;
    *margin-left: 36.64575%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.18803%;
    *margin-left: 34.08165%;
  }
  .row-fluid .offset3 {
    margin-left: 28.20513%;
    *margin-left: 28.09875%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.64103%;
    *margin-left: 25.53464%;
  }
  .row-fluid .offset2 {
    margin-left: 19.65812%;
    *margin-left: 19.55174%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.09402%;
    *margin-left: 16.98763%;
  }
  .row-fluid .offset1 {
    margin-left: 11.11111%;
    *margin-left: 11.00473%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.54701%;
    *margin-left: 8.44063%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 30px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 1156px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 1056px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 956px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 856px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 756px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 656px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 556px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 456px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 356px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 256px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 156px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 56px;
  }
  .thumbnails {
    margin-left: -30px;
  }
  .thumbnails > li {
    margin-left: 30px;
  }
  .row-fluid .thumbnails {
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  .row:before, .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 724px;
  }
  .span12 {
    width: 724px;
  }
  .span11 {
    width: 662px;
  }
  .span10 {
    width: 600px;
  }
  .span9 {
    width: 538px;
  }
  .span8 {
    width: 476px;
  }
  .span7 {
    width: 414px;
  }
  .span6 {
    width: 352px;
  }
  .span5 {
    width: 290px;
  }
  .span4 {
    width: 228px;
  }
  .span3 {
    width: 166px;
  }
  .span2 {
    width: 104px;
  }
  .span1 {
    width: 42px;
  }
  .offset12 {
    margin-left: 764px;
  }
  .offset11 {
    margin-left: 702px;
  }
  .offset10 {
    margin-left: 640px;
  }
  .offset9 {
    margin-left: 578px;
  }
  .offset8 {
    margin-left: 516px;
  }
  .offset7 {
    margin-left: 454px;
  }
  .offset6 {
    margin-left: 392px;
  }
  .offset5 {
    margin-left: 330px;
  }
  .offset4 {
    margin-left: 268px;
  }
  .offset3 {
    margin-left: 206px;
  }
  .offset2 {
    margin-left: 144px;
  }
  .offset1 {
    margin-left: 82px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.76243%;
    *margin-left: 2.70924%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.76243%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94681%;
  }
  .row-fluid .span11 {
    width: 91.43646%;
    *width: 91.38327%;
  }
  .row-fluid .span10 {
    width: 82.87293%;
    *width: 82.81974%;
  }
  .row-fluid .span9 {
    width: 74.30939%;
    *width: 74.2562%;
  }
  .row-fluid .span8 {
    width: 65.74586%;
    *width: 65.69266%;
  }
  .row-fluid .span7 {
    width: 57.18232%;
    *width: 57.12913%;
  }
  .row-fluid .span6 {
    width: 48.61878%;
    *width: 48.56559%;
  }
  .row-fluid .span5 {
    width: 40.05525%;
    *width: 40.00206%;
  }
  .row-fluid .span4 {
    width: 31.49171%;
    *width: 31.43852%;
  }
  .row-fluid .span3 {
    width: 22.92818%;
    *width: 22.87499%;
  }
  .row-fluid .span2 {
    width: 14.36464%;
    *width: 14.31145%;
  }
  .row-fluid .span1 {
    width: 5.8011%;
    *width: 5.74791%;
  }
  .row-fluid .offset12 {
    margin-left: 105.52486%;
    *margin-left: 105.41848%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.76243%;
    *margin-left: 102.65605%;
  }
  .row-fluid .offset11 {
    margin-left: 96.96133%;
    *margin-left: 96.85494%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.1989%;
    *margin-left: 94.09251%;
  }
  .row-fluid .offset10 {
    margin-left: 88.39779%;
    *margin-left: 88.29141%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.63536%;
    *margin-left: 85.52898%;
  }
  .row-fluid .offset9 {
    margin-left: 79.83425%;
    *margin-left: 79.72787%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 77.07182%;
    *margin-left: 76.96544%;
  }
  .row-fluid .offset8 {
    margin-left: 71.27072%;
    *margin-left: 71.16434%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.50829%;
    *margin-left: 68.4019%;
  }
  .row-fluid .offset7 {
    margin-left: 62.70718%;
    *margin-left: 62.6008%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.94475%;
    *margin-left: 59.83837%;
  }
  .row-fluid .offset6 {
    margin-left: 54.14365%;
    *margin-left: 54.03726%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.38122%;
    *margin-left: 51.27483%;
  }
  .row-fluid .offset5 {
    margin-left: 45.58011%;
    *margin-left: 45.47373%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.81768%;
    *margin-left: 42.7113%;
  }
  .row-fluid .offset4 {
    margin-left: 37.01657%;
    *margin-left: 36.91019%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.25414%;
    *margin-left: 34.14776%;
  }
  .row-fluid .offset3 {
    margin-left: 28.45304%;
    *margin-left: 28.34666%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.69061%;
    *margin-left: 25.58422%;
  }
  .row-fluid .offset2 {
    margin-left: 19.8895%;
    *margin-left: 19.78312%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.12707%;
    *margin-left: 17.02069%;
  }
  .row-fluid .offset1 {
    margin-left: 11.32597%;
    *margin-left: 11.21958%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.56354%;
    *margin-left: 8.45715%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 710px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 648px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 586px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 524px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 462px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 400px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 338px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 276px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 214px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 152px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 90px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 28px;
  }
}

@media (max-width: 767px) {
  body {
    padding-left: 20px;
    padding-right: 20px;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-left: -20px;
    margin-right: -20px;
  }
  .container-fluid {
    padding: 0;
  }
  .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-left: 0;
  }
  .container {
    width: auto;
  }
  .row-fluid {
    width: 100%;
  }
  .row,
  .thumbnails {
    margin-left: 0;
  }
  .thumbnails > li {
    float: none;
    margin-left: 0;
  }
  [class*="span"],
  .uneditable-input[class*="span"],
  .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .span12,
  .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*="offset"]:first-child {
    margin-left: 0;
  }
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }
  .modal {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
  }
  .modal.fade {
    top: -100px;
  }
  .modal.fade.in {
    top: 20px;
  }
}

@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .page-header h1 small {
    display: block;
    line-height: 20px;
  }
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
  }
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }
  .media .pull-left,
  .media .pull-right {
    float: none;
    display: block;
    margin-bottom: 10px;
  }
  .media-object {
    margin-right: 0;
    margin-left: 0;
  }
  .modal {
    top: 10px;
    left: 10px;
    right: 10px;
  }
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  .carousel-caption {
    position: static;
  }
}

@media (max-width: 979px) {
  body {
    padding-top: 0;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static;
  }
  .navbar-fixed-top {
    margin-bottom: 20px;
  }
  .navbar-fixed-bottom {
    margin-top: 20px;
  }
  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    padding: 5px;
  }
  .navbar .container {
    width: auto;
    padding: 0;
  }
  .navbar .brand {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 0 -5px;
  }
  .nav-collapse {
    clear: both;
  }
  .nav-collapse .nav {
    float: none;
    margin: 0 0 10px;
  }
  .nav-collapse .nav > li {
    float: none;
  }
  .nav-collapse .nav > li > a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > .divider-vertical {
    display: none;
  }
  .nav-collapse .nav .nav-header {
    color: #777;
    text-shadow: none;
  }
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 9px 15px;
    font-weight: bold;
    color: #777;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .dropdown-menu a:hover {
    background-color: #f2f2f2;
  }
  .navbar-inverse .nav-collapse .nav > li > a,
  .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #999;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover,
  .navbar-inverse .nav-collapse .dropdown-menu a:hover {
    background-color: #111111;
  }
  .nav-collapse.in .btn-group {
    margin-top: 5px;
    padding: 0;
  }
  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    float: none;
    display: none;
    max-width: none;
    margin: 0 15px;
    padding: 0;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .nav-collapse .open > .dropdown-menu {
    display: block;
  }
  .nav-collapse .dropdown-menu:before,
  .nav-collapse .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .dropdown-menu .divider {
    display: none;
  }
  .nav-collapse .nav > li > .dropdown-menu:before, .nav-collapse .nav > li > .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
    float: none;
    padding: 10px 15px;
    margin: 10px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-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);
  }
  .navbar-inverse .nav-collapse .navbar-form,
  .navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #111111;
    border-bottom-color: #111111;
  }
  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
  }
  .nav-collapse,
  .nav-collapse.collapse {
    overflow: hidden;
    height: 0;
  }
  .navbar .btn-navbar {
    display: block;
  }
  .navbar-static .navbar-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 980px) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}

/*
 * 3. Core theme styles
 */
/* WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 0;
  text-align: center;
}

.gallery-caption {
  font-size: 11px;
  line-height: 18px;
  padding: 5px 0;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.alert-wrapper {
  margin-bottom: 80px;
}

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

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

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

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

a:hover {
  color: #df5400;
}

::-moz-selection {
  background: #ec894d;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #ec894d;
  color: #fff;
  text-shadow: none;
}

.only-for-print {
  display: none;
}

/*  Real Btn
--------------------------------------------------------*/
.real-btn, .btn-blue, .btn-grey, .sidebar .widget .dsidx-widget .submit {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  padding: 8px 16px;
  -webkit-padding-before: 7px;
  -webkit-padding-after: 7px;
  border-radius: 0;
  border: none;
  box-shadow: none;
  text-shadow: none;
  background-image: none;
  background-color: #ec894d;
  outline: none;
}

.real-btn:hover, .btn-blue:hover, .btn-grey:hover, .sidebar .widget .dsidx-widget .submit:hover, .real-btn.current, .current.btn-blue, .current.btn-grey, .sidebar .widget .dsidx-widget .current.submit, .real-btn:focus, .btn-blue:focus, .btn-grey:focus, .sidebar .widget .dsidx-widget .submit:focus, .real-btn:active, .btn-blue:active, .btn-grey:active, .sidebar .widget .dsidx-widget .submit:active {
  background-color: #e3712c;
  color: #fff;
  box-shadow: none;
  outline: none;
}

.btn-mini {
  padding: 8px 29px;
  font-size: 14px;
}

.btn-small {
  padding: 11px 36px;
  font-size: 18px;
}

.btn-large {
  padding: 12px 48px;
  font-size: 20px;
}

.btn-blue {
  font-weight: bold;
  background-color: #58caec;
}

.btn-blue:hover, .btn-blue.current {
  background-color: #18aad5;
}

.btn-grey {
  font-weight: bold;
  background-color: #aeadad;
}

.btn-grey:hover, .btn-grey.current {
  background-color: #838181;
}

body a,
.container a {
  text-decoration: none;
}

/* Body
--------------------------------------------------------*/
body {
  background-color: #f5f5f5;
  overflow-x: hidden;
}

html.swipebox-html {
  overflow: hidden !important;
}

html.swipebox-html body {
  direction: ltr;
}

/* Layouts
--------------------------------------------------------*/
.contents {
  margin-bottom: 45px;
}

.main {

  margin-bottom: 30px;
}

.page-template-template-home-php .main {
  border-bottom: 1px solid #dedede;
}

.page-template-template-home-php .main.top-border {
  border-top: 1px solid #dedede;
}

.sidebar {
  margin-bottom: 30px;
}

/* Input Styles
--------------------------------------------------------*/
input[type="number"],
input[type="date"],
input[type="number"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="text"],
input[type="password"],
textarea {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  box-shadow: inset 0 0 2px #e9e9e9;
  border: 1px solid #cdcdcd;
  height: 24px;
  color: #394041;
  border-radius: 0;
}

input[type="number"]:focus,
input[type="date"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
  border-color: #dedede;
  box-shadow: none;
}

textarea {
  height: auto;
}

/* Contact Form 7
--------------------------------------------------------*/
.wpcf7 input[type="number"],
.wpcf7 input[type="date"],
.wpcf7 input[type="number"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="text"] {
  width: 60%;
}

.wpcf7 textarea {
  width: 90%;
}

.wpcf7 .wpcf7-select {
  border-radius: 0;
  border: 1px solid #cdcdcd;
  box-shadow: inset 0 0 2px #e9e9e9;
}

/* Select Box
--------------------------------------------------------*/
.selectwrap {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  position: relative;
  display: block;
}

.selectwrap input {
  width: auto;
  height: 24px;
  padding-right: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  color: #7b8283;
  background: url(../images/dropdown-arrow.png) no-repeat right top;
}

.selectwrap input[disabled] {
  background-color: #eeeeee;
  cursor: not-allowed;
}

.selectbox-wrapper {
  width: 100%;
  position: absolute;
  top: 33px;
  left: 0px;
  z-index: 1800;
}

.selectbox-wrapper ul {
  list-style: none;
  background-color: #fff;
  border: 1px solid #dedede;
  margin: 0;
}

.selectbox-wrapper ul li {
  cursor: pointer;
  color: #7b8283;
  font-size: 14px;
  padding: 6px 8px;
  border-bottom: 1px solid #dedede;
}

.selectbox-wrapper ul li:hover {
  background-color: #f7f7f7;
}

.disabled .selectbox {
  background-color: #fafafa;
  pointer-events: none;
}

/* More Details
--------------------------------------------------------*/
.more-details {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  color: #394041;
  display: inline-block;
  margin-bottom: 10px;
    background-color: #EC5C63 !important;
    color: #fff !important;
padding: 15px !important;
    text-transform: uppercase !important;
}

.more-details .fa-caret-right {
  font-size: 10px;
  margin-left: 6px;
  vertical-align: 1px;
}

.more-details:hover {
  color: #df5400;
}

/* Pagination
--------------------------------------------------------*/
.pagination {
  margin: 12px 0;
  text-align: center;
}

.pagination a {
  padding: 7px 13px;
  margin: 0 1px 5px;
  background-color: #dedede;
  color: #8b9293;
}

.pagination a.next {
  padding-left: 33px;
  padding-right: 33px;
}

.pagination a.previous {
  padding-left: 22px;
  padding-right: 22px;
}

.pages-nav a {
  margin-right: 10px;
}

.svg-loader {
  display: none;
  text-align: center;
}

/* Columns Style
--------------------------------------------------------*/
.columns {
  line-height: 24px;
}

.columns h1.title, .columns h2.title, .columns h3.title, .columns h4.title, .columns .property-item h4 a.title, .property-item h4 .columns a.title, .columns h5.title, .columns h6.title {
  color: #ec894d;
}

.columns {
  margin: 0px 0px 0px -2%;
  overflow: hidden;
}

.columns .one-third {
  width: 31.33%;
  margin: 0px 0px 0px 2%;
  float: left;
}

.columns .two-third {
  width: 64.66%;
  margin: 0px 0px 0px 2%;
  float: left;
}

.columns .one-fourth {
  width: 23%;
  margin: 0px 0px 0px 2%;
  float: left;
}

.columns .three-fourth {
  width: 73%;
  margin: 0px 0px 0px 2%;
  float: left;
}

.columns .one-half {
  width: 48%;
  margin: 0px 0px 0px 2%;
  float: left;
}

.columns .single-col {
  width: 98%;
  margin: 0px 0px 0px 2%;
}

.lt-ie8 .columns {
  margin: 0px 0px 0px 0;
}

.lt-ie8 .columns .one-fourth {
  width: 22%;
  margin: 0px 0px 0px 2%;
  float: left;
}

/* Features page
--------------------------------------------------------*/
p .icon-remove {
  float: right;
  font-size: 20px;
  cursor: pointer;
  position: absolute;
  top: 11px;
  right: 15px;
}

.inner-wrapper .hentry p.info {
  border: 1px solid #bbe7f2;
  background-color: #d9f5fc;
  color: #38b6d7;
  padding: 12px 35px 12px 22px;
  margin-bottom: 18px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 300;
  position: relative;
}

.inner-wrapper .hentry p.tip {
  border: 1px solid #d5cb61;
  background-color: #f1e884;
  color: #6b6631;
  padding: 12px 35px 12px 22px;
  margin-bottom: 18px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 300;
  position: relative;
}

.inner-wrapper .hentry p.success {
  border: 1px solid #6bb53e;
  background-color: #87d05b;
  color: #284b13;
  padding: 12px 35px 12px 22px;
  margin-bottom: 18px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 300;
  position: relative;
}

.inner-wrapper .hentry p.error {
  border: 1px solid #c22b26;
  background-color: #d74c47;
  color: #7e1613;
  padding: 12px 35px 12px 22px;
  margin-bottom: 18px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 300;
  position: relative;
}

/*  re-captcha styles
--------------------------------------------------------*/
.recaptcha_widget {
  -webkit-box-sizing: "border-box";
  -moz-box-sizing: "border-box";
  box-sizing: "border-box";
  max-width: 293px;
  border: 1px solid #dedede;
  padding: 10px;
  background: #fff;
  margin: 0 0 10px;
  box-shadow: inset 0 0 2px #e9e9e9;
}

#recaptcha_image {
  width: 100% !important;
  height: auto !important;
}

#recaptcha_image img {
  -webkit-box-sizing: "border-box";
  -moz-box-sizing: "border-box";
  box-sizing: "border-box";
  width: 100%;
  height: auto;
  border: 3px solid #FFF;
}

.recaptcha_is_showing_audio embed {
  height: 0;
  width: 0;
  overflow: hidden;
}

.recaptcha_is_showing_audio #recaptcha_image {
  -webkit-box-sizing: "border-box";
  -moz-box-sizing: "border-box";
  box-sizing: "border-box";
  width: 100%;
  height: 60px;
  background: #FFF;
  border: 3px solid #FFF;
}

.recaptcha_is_showing_audio #recaptcha_image br {
  display: none;
}

.recaptcha_is_showing_audio #recaptcha_image #recaptcha_audio_download {
  display: block;
}

.recaptcha_input {
  background: transparent;
  font: 13px/1.5 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
  margin: 4px 0 0;
  padding: 0;
}

.recaptcha_input label {
  margin: 0 0 6px;
  -webkit-box-sizing: "border-box";
  -moz-box-sizing: "border-box";
  box-sizing: "border-box";
}

.recaptcha_input input {
  width: 92%;
}

.recaptcha_options {
  list-style: none;
  margin: 4px 0 0;
  height: 18px;
}

.recaptcha_options li {
  float: left;
  margin: 0 4px 0 0;
}

.recaptcha_options li a {
  text-decoration: none;
  font-size: 16px;
  color: white;
  display: block;
  width: 20px;
  height: 18px;
}

.recaptcha_options li a:active {
  position: relative;
  top: 1px;
}

.captcha_hide {
  display: none;
}

.widget .recaptcha_widget {
  border-color: #cdcdcd;
}

.contact-page .recaptcha_input #recaptcha_response_field,
.widget .recaptcha_input #recaptcha_response_field,
#overview .recaptcha_input #recaptcha_response_field {
  width: 92%;
  margin-bottom: 5px;
}

.widget ul.recaptcha_options {
  padding: 0px;
}

.widget ul.recaptcha_options li:first-child {
  border: none;
}

.widget ul.recaptcha_options li {
  list-style: none;
  border: none;
  background: none;
  padding: 2px;
  text-align: center;
}

/*  Multi Site Registration Fix
--------------------------------------------------------*/
.widecolumn {
  padding: 60px 40px;
  text-align: center;
}

/*  Properties sort controls
--------------------------------------------------------*/
.sort-controls {
  margin: 0 0 25px 0;
  text-align: right;
}

.sort-controls strong {
  color: #394041;
}

.sort-controls select {
  margin: 0;
  border-radius: 0;
  outline: none;
  width: auto;
}

.search-header {
  padding: 42px 20px;
}

.search-header .properties-count {
  float: left;
  margin: 5px 0;
  color: #394041;
}

.search-header .sort-controls {
  margin: 0;
}

/* For search template with sidebar */
.property-grid .list-container .search-header {
  margin: 10px 0 30px 30px;
  padding: 0;
}

/*  Login & Register Modal
--------------------------------------------------------*/
.forms-modal {
  width: 340px;
  margin: -170px 0 0 -150px;
  border-radius: 0;
}

.forms-modal .modal-header {
  padding: 15px 20px 10px;
}

.forms-modal .modal-header .close {
  margin-left: 10px;
}

.forms-modal .modal-body {
  padding: 10px 20px;
}

.forms-modal .form-option {
  margin-bottom: 10px;
}

.forms-modal input[type="text"],
.forms-modal input[type="password"] {
  width: 94%;
}

.forms-modal label.error {
  font-size: 12px;
  color: red;
  display: block;
}

.forms-modal .forgot-section {
  display: none;
}

.forms-modal .register-section {
  display: none;
}

.forms-modal span.divider {
  border: none;
  margin: 0 7px;
}

.forms-modal .modal-error,
.forms-modal .modal-loader,
.forms-simple .modal-error,
.forms-simple .modal-loader {
  display: none;
}

.forms-modal .modal-message,
.forms-modal .modal-error,
.forms-simple .modal-message,
.forms-simple .modal-error {
  margin: 10px 0;
}

.forms-modal .modal-error,
.forms-simple .modal-error {
  color: red;
}

.modal-section a.activate-section {
  color: #394041;
}

.modal-section a.activate-section:focus, .modal-section a.activate-section:hover {
  color: #df5400;
}

/*  Inspiry Message
--------------------------------------------------------*/
.inspiry-message {
  padding: 7px 12px;
  background: #fff;
  color: #394041;
  margin-bottom: 20px;
  border: 1px solid #dedede;
}

.ie9-message {
  padding: 10px 15px;
  background: #f0ff45;
  color: #394041;
  border: 1px solid #dedede;
  margin-bottom: 20px;
}

/* Header
--------------------------------------------------------*/
.header-wrapper {
  background-color: #1F65A0 !important
}

.header-wrapper.stick {
  position: fixed;
  z-index: 9999;
  width: 100%;
  top: 0;
}

.disable-responsive .header-wrapper {
  min-width: 940px;
}

/*  Header
--------------------------------------------------------*/
#header {
  position: relative;
}

/*  Header Top
--------------------------------------------------------*/
#header-top {
  border-bottom: 1px solid #343a3b;
  margin-bottom: 30px;
}

#header-top #lang_sel {
  float: left;
  height: auto;
  margin-top: 10px;
  margin-right: 10px;
}

#header-top #lang_sel a {
  background-color: #252A2B;
  border-color: #343A3B;
  color: #929A9B;
}

#header-top #lang_sel a:hover {
  color: #788182;
}

#header-top #lang_sel ul ul {
  border-top-color: #343A3B;
}

#header-top #lang_sel img.iclflag {
  top: 0;
}

#header-top #lang_sel_click {
  float: right;
  height: auto;
  margin-top: 10px;
  margin-right: 10px;
}

#header-top #lang_sel_click a {
  background-color: #252A2B;
  border-color: #343A3B;
  color: #929A9B;
}

#header-top #lang_sel_click a:hover {
  color: #788182;
}

#header-top #lang_sel_click ul ul {
  border-top-color: #343A3B;
}

#header-top #lang_sel_click img.iclflag {
  top: 0;
}

#header-top #lang_sel_list {
  float: left;
}

#header-top #lang_sel_list.lang_sel_list_vertical {
  width: auto;
  margin-top: 11px;
}

#header-top #lang_sel_list.lang_sel_list_vertical ul {
  border: none;
  border-top-color: #343A3B;
}

#header-top #lang_sel_list.lang_sel_list_vertical ul li {
  width: auto;
}

#header-top #lang_sel_list.lang_sel_list_vertical a:visited,
#header-top #lang_sel_list.lang_sel_list_vertical a {
  border: none;
  background-color: #252A2B;
  border-color: #343A3B;
}

#header-top #lang_sel_list.lang_sel_list_horizontal {
  height: auto;
  margin-top: 14px;
}

#header-top #lang_sel_list ul li a {
  background: transparent;
}

#header-top #lang_sel_list ul li a.lang_sel_sel {
  color: #b5b5b5;
}

#header-top #lang_sel_list ul li a.lang_sel_other {
  color: #858585;
}

#header-top #lang_sel_list img.iclflag {
  top: -1px;
}

/* Header currency switcher */
#currency-switcher-form {
  display: inline-block;
  float: left;
  margin: 10px 10px 0 0;
}

#currency-switcher {
  margin: 0;
  position: relative;
}

#currency-switcher #selected-currency {
  border: 1px solid #343A3B;
  width: 30px;
  height: 24px;
  font-size: 11px;
  line-height: 24px;
  padding: 0 10px;
  background-color: #252A2B;
  color: #929A9B;
  cursor: pointer;
  position: relative;
}

#currency-switcher #selected-currency:after {
  position: absolute;
  top: 0;
  right: 5px;
  content: "\f0d7";
  font-family: FontAwesome;
}

#currency-switcher #selected-currency:hover {
  background-color: #2d3334;
  color: #b0babb;
}

#currency-switcher-list {
  margin: 0;
  list-style: none;
  position: absolute;
  top: 24px;
  left: 0;
  z-index: 9999;
  display: none;
}

#currency-switcher-list li {
  background-color: #252A2B;
  color: #929A9B;
  border: 1px solid #343A3B;
  border-top: none;
  width: 30px;
  height: 24px;
  font-size: 11px;
  line-height: 26px;
  padding: 0 10px;
  cursor: pointer;
}

#currency-switcher-list li:first-child {
  border-top-width: 1px;
  border-top-style: solid;
}

#currency-switcher-list li:hover {
  background-color: #2d3334;
  color: #b0babb;
}

/*  Contact Email
--------------------------------------------------------*/
#contact-email {
      font-size: 20px;
    BACKGROUND-COLOR: #F32837 !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    line-height: 20px;
    color: #fff;
    float: left;
    font-weight: normal;
    padding: 13px 0;
    margin: 0 0 0 6px;
}

#contact-email .email {
  background: url(../images/icon-mail.png) no-repeat left 0;
  display: inline-block;
  height: 16px;
  width: 16px;
  margin-right: 8px;
  vertical-align: top;
}

#contact-email svg {
  display: none;
  margin-right: 5px;
  vertical-align: top;
}

#contact-email svg .path {
  fill: #929a9b;
}

#contact-email a {
  color: #929a9b;
}

#contact-email a:hover {
  color: #b0b8b9;
}

/*  Social Networks
--------------------------------------------------------*/
.single article .social_networks {
  margin: 0;
}

.social_networks {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
}

.social_networks li {
  display: inline-block;
  border: none;
  margin: 0 0 0 -4px;
}

.social_networks li a {
  color: #929a9b;
  font-size: 15px;
  display: block;
  text-align: center;
  line-height: 44px;
  width: 44px;
  height: 46px;
  margin: 0px;
  padding: 0;
  outline: none;
  border-left: 1px solid #343a3b;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.social_networks li a:hover {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
}

.social_networks li i.fa-lg {
  font-size: 1em;
}

.facebook a:hover {
  background-color: #395b89;
}

.twitter a:hover {
  background-color: #2bbfec;
}

.rss a:hover {
  background-color: #ec894d;
}

.gplus a:hover {
  background-color: #d63b3b;
}

.linkedin a:hover {
  background-color: #1184cd;
}

.youtube a:hover {
  background-color: #d02525;
}

.skype a:hover {
  background-color: #0099e5;
}

.instagram a:hover {
  background-color: #457299;
}

.pinterest a:hover {
  background-color: #be2225;
}

/* User Nav
--------------------------------------------------------*/
.user-nav {
  float: right;
  padding: 0;
  margin: 14px 10px 10px;
}

.user-nav a {
  display: inline-block;
  color: #929a9b;
  font-size: 12px;
  line-height: 18px;
  margin: 0;
  font-weight: bold;
}

.user-nav a:after {
  content: "\f068";
  margin: 0 8px;
  font-family: FontAwesome;
  font-size: 7px;
  color: #929A9B;
  opacity: 0.8;
  position: relative;
  top: -2px;
}

.user-nav a:last-child:after {
  content: '';
  margin: 0 8px 0 0;
}

.user-nav a:hover {
  color: #b0b8b9;
}

.user-nav a i {
  margin-right: 7px;
  font-size: 14px;
}

/*  Logo
--------------------------------------------------------*/
#logo {
  float: left;
  max-width: 100%;
  margin: 0 auto;
}

#logo a, #logo img {
  display: inline-block;
  max-width: 100%;
}

#logo img {
  margin-bottom: 20px;
}

#logo h2 {
  margin: 25px 0 15px;
  font-size: 30px;
  line-height: 36px;
}

#logo h2 a {
  color: #fff;
}

#logo h2 a:hover {
  color: #4dc7ec;
}

#logo h2.logo-heading {
  position: relative;
}

/*  Tag Line
--------------------------------------------------------*/
.tag-line {
  margin-top: -10px;
  font-size: 11px;
  margin-left: 0px;
  text-align: left;
display:none;
}

.tag-line span {
  display: inline-block;
  background-color: #343a3b;
  padding: 0 10px 1px;
}

/*  Menu and Contact Wrap
--------------------------------------------------------*/
.menu-and-contact-wrap {
  position: absolute;
  bottom: 0;
  right: 0;
}

/*  Main Nav
--------------------------------------------------------*/
.main-menu {
  margin-top: 42px;
  float: right;
}

.main-menu ul {
  list-style: none;
  margin: 0;
}

.main-menu ul li {
  float: left;
  position: relative;
}

.main-menu ul li.current-menu-ancestor > a, .main-menu ul li.current-menu-parent > a, .main-menu ul li.current-menu-item > a, .main-menu ul li.current_page_item > a, .main-menu ul li:hover > a {
  color: #fff;
  background-color: #F32837 !important
}

.main-menu ul li a {
  font-family: "Lato", Helvetica, Arial, sans-serif;
    color: white !important;
    font-weight: bold !important;
    font-size: 14px;
    display: block;
    text-decoration: none;
    padding: 14px 12px;
}

.main-menu ul li ul {
  display: none;
  background-color: #ec894d;
  width: 220px;
  padding: 0;
  position: absolute;
  top: 48px;
  left: 0;
  z-index: 888;
}

.main-menu ul li ul li {
  float: none;
  margin: 0;
}

.main-menu ul li ul li:hover > a {
  background-color: #dc7d44;
}

.main-menu ul li ul li a {
  font-size: 13px;
  padding: 10px 10px 12px;
  color: #fff;
}

.main-menu ul li ul li ul {
  background-color: #dc7d44;
  top: 0px;
  left: 220px;
}

.main-menu ul li ul li ul li:hover > a {
  background-color: #d0743d;
}

.main-menu .responsive-nav {
  display: none;
  margin: 0px auto;
  width: 100%;
  padding: 5px;
}

/*  Contact Number
--------------------------------------------------------*/
.contact-number {
      float: right;
    position: absolute;
    LEFT: 150PX;
    top: -80px;
    margin: 42px 0 0;
    font-size: 20px;
    color: #e7eff7;
    min-height: 48px;
    line-height: 42px;
    background-color: #4dc7ec;
}

.contact-number span,
.contact-number a {
  color: inherit;
}

.contact-number .fa-phone {
  background-color: #37b3d9;
  margin-right: 10px;
  padding: 12px 15px 12px 15px;
  font-size: 24px;
  position: relative;
}

.contact-number .outer-strip {
  display: block;
  width: 88%;
  height: 100%;
  position: absolute;
  right: -88%;
  bottom: 0;
  background-color: #4dc7ec;
}

/*  Double Phone Number fix for IE8 */
.lt-ie9 .mobile-version {
  display: none;
}

@media (min-width: 768px) {
  .mobile-version {
    display: none;
  }
}

@media (max-width: 767px) {
  .mobile-version {
    display: inline-block;
  }
  .desktop-version {
    display: none;
  }
}

/* Home FlexSlider
--------------------------------------------------------*/
#home-flexslider {
  height: auto;
  /*
    width: 100%;
    height: auto;
    margin: auto;
    overflow: hidden;
    position: relative;
    .slides{
      list-style: none;
      margin: 0;
      .container{
        position: relative;
      }
    }
    img{
      width: 100%;
      display: block;
    }
  */
}

#home-flexslider .flexslider {
  border: none;
  margin: auto;
  border-radius: 0;
}

/* Slide Description
--------------------------------------------------------*/
.desc-wrap {
  width: 940px;
  margin: auto;
  position: relative;
}

.slide-description {
  position: absolute;
  left: 62px;
  top: 78px;
  background-color: rgba(255, 255, 255, 0.9);
  background-color: #fff\9;
  padding: 2px 23px 16px;
  width: 440px;
}

.slide-description h3 {
  font-size: 24px;
  margin-bottom: 4px;
}

.slide-description h3 a {
  color: #394041;
  text-decoration: none;
}

.slide-description h3 a:hover {
  color: #df5400;
}

.slide-description p {
  margin-bottom: 14px;
}

.slide-description span {
  font-size: 18px;
  color: #df5400;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}

.slide-description .know-more {
  text-decoration: none;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  position: absolute;
  bottom: -34px;
  left: 0;
  display: inline-block;
  background-color: #37b3d9;
  padding: 6px  13px 8px;
  font-size: 13px;
  color: #fff;
}

.slide-description .know-more:hover {
  background-color: #2aa6cc;
}

/* Slider Nav
--------------------------------------------------------*/
.disable-responsive #home-flexslider {
  min-width: 940px;
}

#home-flexslider .flexslider.loading {
  min-height: 320px;
  background: transparent url("../images/slider-loader.gif") no-repeat center center;
}

#home-flexslider .flex-direction-nav li a {
  display: block;
  text-indent: -999em;
  text-align: left;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  margin-top: -22px;
  z-index: 150;
  cursor: pointer;
  transition: none;
  text-shadow: none;
  outline: none;
}

#home-flexslider .flex-direction-nav li a:focus {
  outline: none;
}

#home-flexslider .flex-direction-nav li a::before {
  display: none;
}

#home-flexslider .flex-direction-nav li a.flex-next {
  background: url(../images/slider-nav-right.png) no-repeat 0 0;
  right: 30px;
}

#home-flexslider .flex-direction-nav li a.flex-next:hover {
  background-position: bottom;
}

#home-flexslider .flex-direction-nav li a.flex-prev {
  background: url(../images/slider-nav-left.png) no-repeat 0 0;
  left: 30px;
}

#home-flexslider .flex-direction-nav li a.flex-prev:hover {
  background-position: bottom;
}

/* Advance Search
--------------------------------------------------------*/
.advance-search {
      font-family: "Roboto", Helvetica, Arial, sans-serif;
    position: relative;
    background-color: #4E5054;
    border: 3px solid #F32837 !important;
}

.advance-search .as-form-wrap {
  padding: 25px 30px 0;
}

.advance-search .search-heading {
  border-left: 3px solid red;
    border-right: 3px solid red;
    border-top: 3px solid red;
    background-color: #394041;
    color: #dedee0;
    font-size: 21px;
    line-height: 48px;
    min-height: 53px;
    margin: 0;
    padding-right: 50px;
    position: absolute;
    top: -56px;
    left: -3px;
    text-transform: capitalize;
    z-index: 999;
}

.advance-search .search-heading .fa-search {
  padding: 13px 20px 15px;
  padding-bottom: 16px\9;
  margin-right: 20px;
  background-color: #252a2b;
  font-size: 24px;
}

.advance-search .advance-search-form {
  margin-left: -20px;
}

.advance-search .option-bar {
  float: left;
  margin-left: 20px;
}

.advance-search .option-bar.large {
  width: 204px;
}

.advance-search .option-bar.small {
  width: 148px;
}

.advance-search .option-bar input[type="text"] {
  box-sizing: border-box;
  width: 100%;
  height: 34px;
}

.advance-search .option-bar input[type="text"]:-moz-placeholder {
  color: #8b9293;
}

.advance-search .option-bar input[type="text"]:-ms-input-placeholder {
  color: #8b9293;
}

.advance-search .option-bar input[type="text"]::-webkit-input-placeholder {
  color: #8b9293;
}

.advance-search .option-bar input[type="text"]:focus {
  -webkit-box-shadow: inset 0 0 3px 0 #dedede;
  -moz-box-shadow: inset 0 0 3px 0 #dedede;
  box-shadow: inset 0 0 3px 0 #dedede;
}

.advance-search .more-option-trigger {
  margin: 10px 0 0 20px;
}

.advance-search .more-option-trigger i.fa {
  margin: 0 8px 0 0;
}

.advance-search .more-options-wrapper.collapsed {
  display: none;
}

.advance-search .more-options-wrapper .option-bar {
  height: auto;
  margin: 15px 0 0 20px;
}

.advance-search .more-options-wrapper label {
  margin: 0;
  display: inline-block;
  cursor: pointer;
}

.advance-search .more-options-wrapper label small {
  color: #8b9293;
}

.advance-search .more-options-wrapper input[type="checkbox"] {
  margin: 0 5px 2px 0;
}

.advance-search label {
  color: #fff;
    cursor: text;
    margin-bottom: 10px;
}

.advance-search label span {
  color: #758385;
  font-size: 11px;
  line-height: 17px;
}

.advance-search .real-btn, .advance-search .btn-blue, .advance-search .btn-grey, .advance-search .sidebar .widget .dsidx-widget .submit, .sidebar .widget .dsidx-widget .advance-search .submit {
  font-size: 13px;
  margin: 30px 0 0;
  padding: 8px 28px;
  padding-top: 7px\9;
  padding-bottom: 7px\9;
  -webkit-padding-before: 7px;
  -webkit-padding-after: 7px;
}

.advance-search .hide-fields {
  display: none;
}

.page-template-template-search-php .advance-search {
  border-top: 1px solid #dedede;
}

@-moz-document url-prefix() {
  .advance-search .search-heading .fa-search {
    padding-bottom: 16px;
  }
}

/* Select2 Styles
--------------------------------------------------------*/
.selectwrap {
  margin-bottom: 10px;
}

.select2-container {
  width: 100%;
}

.select2-container .select2-selection {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  box-shadow: inset 0 0 2px #e9e9e9;
  border: 1px solid #cdcdcd;
  padding: 2px 0;
  height: 34px;
  line-height: 24px;
  color: #394041;
  border-radius: 0;
}

.select2-container--default .select2-selection--single {
  outline: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-right: 30px;
  padding-left: 6px;
  color: #394041;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 32px;
    width: 30px;
    background-color: #3276B5;
    border-style: solid;
    border-color: #dedede;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 1px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-top-color: #cdcdcd;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #f7f7f7;
}

.select2-container--default.select2-container--open .select2-selection__arrow b {
  border-bottom-color: #cdcdcd;
}

.select2-container--default.select2-container--focus .select2-selection {
  -webkit-box-shadow: inset 0 0 4px 0 #dedede;
  -moz-box-shadow: inset 0 0 4px 0 #dedede;
  box-shadow: inset 0 0 4px 0 #dedede;
}

.select2-container .select2-dropdown {
  border-radius: 0;
  border-color: #dedede;
}

.select2-search--dropdown .select2-search__field {
  border-radius: 0;
  height: 30px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #dedede;
  margin-bottom: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  box-shadow: none;
}

.select2-results__option {
  color: #394041;
}

.select2-results__option.select2-results__message {
  color: #515b5c;
  font-size: 12px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #f7f7f7;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #58caec;
}

.SFOI {
  width: 100%;
  padding: 50px 0;
  min-height: 475px;
}

.SFOI__content {
  width: 820px;
  margin: 50px auto 0;
  color: #394041;
}

.SFOI__title {
  font-size: 48px;
  line-height: 58px;
  text-transform: capitalize;
  color: white;
  text-align: center;
  margin-bottom: 20px;
  text-shadow: 0 0 3px #252a2b;
}

.SFOI__description {
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
  color: #394041;
  text-align: center;
  margin-bottom: 25px;
  text-transform: capitalize;
}

.SFOI__form-wrapper {
  margin-top: 30px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  position: relative;
}

.SFOI__form {
  margin: 0;
}

.SFOI__top-fields-wrapper {
  background: #ffffff;
  padding: 23px 25px 20px;
}

.SFOI__top-fields-container {
  margin: 0 0 0 -20px;
  overflow: hidden;
}

.SFOI__top-fields-container .option-bar {
  width: 200px;
}

.SFOI__top-fields-container .option-bar:last-child {
  width: auto;
}

.SFOI__advanced-fields-wrapper {
  background: #f6f6f6;
  padding: 23px 25px 20px;
  display: none;
}

.SFOI__advanced-fields-container {
  margin: 0 0 0 -20px;
  overflow: hidden;
}

.SFOI__advanced-fields-container .option-bar {
  width: 175px;
}

.SFOI .option-bar {
  float: left;
  margin-left: 20px;
}

.SFOI input[type="text"] {
  box-sizing: border-box;
  width: 100%;
  height: 34px;
}

.SFOI input[type="text"],
.SFOI input[type="number"],
.SFOI input[type="search"] {
  -webkit-appearance: inherit;
}

.SFOI input[type="submit"] {
  margin-top: 25px;
  padding: 7px 33px;
}

.SFOI .hide-fields {
  display: none;
}

.SFOI__advanced-expander {
  padding: 4px 5px 4px 10px;
  position: absolute;
  background: #252a2b;
  right: 0;
  bottom: -28px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
  cursor: pointer;
}

.SFOI__advanced-expander i {
  margin: 0 5px 0 6px;
}

.SFOI__advanced-expander:hover {
  background: #383f41;
}

.SFOI .more-option-trigger {
  margin: 10px 0 0 20px;
}

.SFOI .more-option-trigger i {
  margin-right: 3px;
}

.SFOI .more-options-wrapper .option-bar {
  width: auto;
  margin: 10px 0 0 20px;
}

.SFOI .more-options-wrapper input[type="checkbox"] {
  margin: 0 3px 1px 0;
}

.SFOI .more-options-wrapper label {
  font-size: 13px;
  display: inline-block;
  margin: 0;
}

.SFOI .more-options-wrapper.collapsed {
  display: none;
}

@media (min-width: 1200px) {
  .SFOI {
    min-height: 500px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .SFOI {
    min-height: 400px;
  }
  .SFOI__content {
    width: 700px;
    margin-top: 0;
    margin-top: 0 !important;
  }
  .SFOI__title {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 15px;
  }
  .SFOI__description {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .SFOI__top-fields-container .option-bar {
    width: 170px;
  }
  .SFOI__top-fields-container .option-bar:last-child {
    width: auto;
  }
  .SFOI__advanced-fields-container .option-bar {
    width: 147px;
  }
  .SFOI input[type="submit"] {
    padding: 7px 20px;
  }
}

@media (max-width: 767px) {
  .SFOI {
    min-height: auto;
    padding: 50px 0 100px;
  }
  .SFOI__title {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 15px;
  }
  .SFOI__description {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .SFOI__content {
    width: 100%;
    margin-top: 0;
    margin-top: 0 !important;
  }
  .SFOI__top-fields-container .option-bar {
    width: 25%;
  }
  .SFOI__advanced-fields-container .option-bar {
    width: 22%;
  }
  .SFOI input[type="submit"] {
    padding: 7px 20px;
  }
}

@media (max-width: 700px) {
  .SFOI__top-fields-container .option-bar {
    width: 24%;
  }
  .SFOI__advanced-fields-container .option-bar {
    width: 21%;
  }
}

@media (max-width: 610px) {
  .SFOI__top-fields-container .option-bar {
    width: 45%;
  }
  .SFOI__top-fields-container .option-bar:last-child {
    width: 45%;
  }
  .SFOI__advanced-fields-container .option-bar {
    width: 29%;
  }
  .SFOI input[type="submit"] {
    padding: 7px 50px;
    width: 100%;
  }
}

@media (max-width: 499px) {
  .SFOI__advanced-fields-container .option-bar {
    width: 45%;
  }
}

@media (max-width: 439px) {
  .SFOI__top-fields-container .option-bar {
    width: 93%;
  }
  .SFOI__top-fields-container .option-bar:last-child {
    width: 93%;
  }
  .SFOI__advanced-fields-container .option-bar {
    width: 93%;
  }
  .SFOI input[type="submit"] {
    margin-top: 10px;
  }
}

/* Property Item
--------------------------------------------------------*/
.zoom_img_box {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.narrative {
  padding: 0 30px;
}

.property-items {
  background: url(../images/container-gradient.png) #fff repeat-x 0 0;
  text-align: center;
  overflow: hidden;
  padding-bottom: 20px;
}

.property-items .span6 {
  width: 95%;
  margin-left: 19.3px;
}

.property-items .narrative {
  padding: 42px 40px;
  margin-bottom: 16px;
}

.property-items .narrative h2 {
  font-size: 30px;
  margin-bottom: 16px;
}

.property-items .narrative p {
  line-height: 24px;
}

.page-template-template-search-php .property-items {
  border-bottom: 1px solid #dedede;
}

.property-item {
  text-align: left;
  border: 1px solid #dedede;
  background-color: #fff;
  padding: 10px 10px 0;
  margin-bottom: 30px;
}

.property-item h4, .property-item h4 a {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #394041;
  text-transform: capitalize;
  margin: 0 0 17px;
  font-size: 18px;
}

.property-item h4 a:hover {
  color: #df5400;
}

.property-item figure {
  position: relative;
  float: left;
  margin: 0 0 20px 0;
      width: 40%;
}

.property-item figure img {
  display: block;
width: 100% !important;
}

.property-item figure figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  font-size: 13px;
  padding: 2px 9px;
  background-color: #ec894d;
}

.property-item .detail {
  float: right;
  width: 55%;
  padding-left: 10px;
  min-height: 175px;
}

.property-item .price {
  padding: 8px 8px 10px 11px;
  margin: 0 0 15px -11px;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  background-color: #4dc7ec;
}

.property-item .price small {
  font-size: 14px;
  color: #fff;
  text-transform: capitalize;
}

.property-item p {
  font-size: 12px;
  overflow: hidden;
}

.property-item .property-meta {
  overflow: hidden;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  border-top: 1px solid #dedede;
  background-color: #f5f5f5;
  margin: 0 -10px;
  padding: 0 10px;
  clear: both;
  width: 100%;
}

.property-item .property-meta span {
  float: left;
  font-size: 12px;
  color: #394041;
  display: inline-block;
  border-right: 1px solid #dedede;
  padding: 10px 12px 10px 0;
  margin-right: 12px;
}

.property-item .property-meta span a {
  color: #394041;
}

.property-item .property-meta span a:hover {
  color: #df5400;
}

.property-item .property-meta span:last-child {
  border: none;
  margin-right: 0;
}

.property-item .property-meta span [class^="icon-"], .property-item .property-meta span [class*=" icon-"] {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  vertical-align: -5px;
}

.property-item .property-meta span svg {
  margin-right: 5px;
  vertical-align: top;
}

.property-item .property-meta span .circle,
.property-item .property-meta span .rect,
.property-item .property-meta span .path {
  fill: #454d4f;
}

.property-item .property-meta span .icon-area {
  background: url(../images/icon-size.png) no-repeat left center;
}

.property-item .property-meta span .icon-bed {
  background: url(../images/icon-bed.png) no-repeat left center;
}

.property-item .property-meta span .icon-bath {
  background: url(../images/icon-bath.png) no-repeat left center;
}

.property-item .property-meta span .icon-garage {
  background: url(../images/icon-garage.png) no-repeat left center;
}

/* Carousel For Featured Properties
--------------------------------------------------------*/
.featured-properties-carousel {
  background: #fff;
  overflow: hidden;
  padding: 10px 0 30px;
}

.featured-properties-carousel .narrative {
  padding: 0 54px 20px;
}

.featured-properties-carousel .narrative h3 {
  font-size: 24px;
  margin-bottom: 3px;
}

.es-carousel-wrapper {
  position: relative;
  padding: 0 50px;
}

.es-carousel-wrapper .es-carousel {
  height: 100%;
  overflow: hidden;
}

.es-carousel-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.es-carousel-wrapper ul li {
  float: left;
  width: 187px !important;
  margin-right: 30px !important;
}

.es-carousel-wrapper ul li figure {
  margin: 0 0 17px 0;
}

.es-carousel-wrapper ul li h4, .es-carousel-wrapper ul li .property-item h4 a, .property-item h4 .es-carousel-wrapper ul li a {
  font-size: 14px;
  margin-bottom: 6px;
}

.es-carousel-wrapper ul li h4, .es-carousel-wrapper ul li .property-item h4 a, .property-item h4 .es-carousel-wrapper ul li a, .es-carousel-wrapper ul li h4 a, .property-item h4 .es-carousel-wrapper ul li a a {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #394041;
}

.es-carousel-wrapper ul li h4:hover, .es-carousel-wrapper ul li .property-item h4 a:hover, .property-item h4 .es-carousel-wrapper ul li a:hover, .es-carousel-wrapper ul li h4 a:hover, .property-item h4 .es-carousel-wrapper ul li a a:hover {
  color: #df5400;
}

.es-carousel-wrapper ul li p {
  font-size: 13px;
  line-height: 23px;
  margin-bottom: 11px;
}

.es-carousel-wrapper ul li p a {
  color: #394041;
}

.es-carousel-wrapper ul li p a:hover {
  color: #df5400;
}

.es-carousel-wrapper ul li .price {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  display: inline-block;
  padding: 3px 10px;
  margin-bottom: 10px;
  color: #f6f6f6;
  font-size: 13px;
  background-color: #4dc7ec;
}

/* Home Recent Blog Posts
--------------------------------------------------------*/
.home-recent-posts {
  background: #fff;
  padding: 0 45px 30px;
}

.home-recent-posts .section-title {
  margin-bottom: 20px;
}

.home-recent-posts .section-title h3 {
  margin-bottom: 3px;
}

.home-recent-posts .recent-posts-container {
  padding: 10px 0 10px;
}

.home-recent-posts h4.post-title, .home-recent-posts .property-item h4 a.post-title, .property-item h4 .home-recent-posts a.post-title, .home-recent-posts .property-item h4 .post-title a, .property-item h4 .post-title .home-recent-posts a, .home-recent-posts .post-title .property-item h4 a, .post-title .property-item h4 .home-recent-posts a,
.home-recent-posts h4.post-title a,
.home-recent-posts .property-item h4 a.post-title a, .property-item h4
.home-recent-posts a.post-title a,
.home-recent-posts .property-item h4 .post-title a a, .property-item h4 .post-title
.home-recent-posts a a,
.home-recent-posts .post-title .property-item h4 a a, .post-title .property-item h4
.home-recent-posts a a {
  font-size: 16px;
  line-height: 24px;
  margin: 15px 0 0;
}

.home-recent-posts .post-meta {
  font-size: 12px;
  line-height: 18px;
  border-top: none;
  padding: 10px 0;
  border-bottom: none;
}

.home-recent-posts .format-icon {
  display: none;
}

.home-recent-posts figure {
  margin: 0;
}

.home-recent-posts .listing-slider {
  margin: 0;
}

.home-recent-posts .listing-slider .flex-direction-nav a.flex-next {
  background: url(../images/carousel-nav-right.png) #dedede no-repeat center 15px;
}

.home-recent-posts .listing-slider .flex-direction-nav a.flex-prev {
  background: url(../images/carousel-nav-left.png) #dedede no-repeat center 15px;
}

.home-recent-posts .listing-slider .flex-direction-nav a {
  width: 25px;
  height: 37px;
  margin: -18px 0 0;
}

.home-recent-posts .listing-slider .flex-direction-nav a:hover {
  background-color: #394041;
  background-position: center -14px;
}

.home-recent-posts .listing-slider .flex-control-paging {
  display: none;
}

.home-recent-posts article p {
  margin: 0 0 15px;
  font-size: 13px;
  line-height: 23px;
}

.home-recent-posts .post-video .video-wrapper.on-home-page {
  padding-top: 50.2%;
}

/* Brand Partners carousel
--------------------------------------------------------*/
.brands-carousel {
  border-bottom: 1px solid #dedede;
  background-color: #fff;
  text-align: center;
}

.brands-carousel h3 {
  margin-top: 0;
  font-size: 15px;
  text-transform: capitalize;
}

.brands-carousel h3 span {
  background-color: #394041;
  color: #fff;
  display: inline-block;
  padding: 0px 27px;
  vertical-align: top;
}

.brands-carousel .jcarousel-container-horizontal {
  padding: 0 44px 25px;
  padding-top: 10px;
}

.brands-carousel .jcarousel-clip-horizontal {
  overflow: hidden;
  height: 55px;
}

.brands-carousel .jcarousel-next,
.brands-carousel .jcarousel-prev {
  width: 25px;
  height: 37px;
  display: block;
  cursor: pointer;
  text-indent: -999em;
  position: absolute;
  top: 19%;
}

.brands-carousel .jcarousel-next:hover,
.brands-carousel .jcarousel-prev:hover {
  background-color: #394041;
  background-position: center -14px;
}

.brands-carousel .jcarousel-prev {
  left: 0;
  background: url("../images/carousel-nav-left.png") #dedede no-repeat center 15px;
}

.brands-carousel .jcarousel-next {
  right: 0;
  background: url("../images/carousel-nav-right.png") #dedede no-repeat center 15px;
}

.brands-carousel ul.brands-carousel-list {
  list-style: none;
}

.brands-carousel ul.brands-carousel-list li {
  width: 170px;
}

/* Carousel  Nav
--------------------------------------------------------*/
.es-nav span {
  width: 25px;
  height: 37px;
  display: block;
  cursor: pointer;
  text-indent: -999em;
  position: absolute;
  top: 19%;
}

.es-nav span:hover {
  background-color: #394041;
  background-position: center -14px;
}

.es-nav .es-nav-prev {
  left: 0;
  background: url(../images/carousel-nav-left.png) #dedede no-repeat center 15px;
}

.es-nav .es-nav-next {
  right: 0;
  background: url(../images/carousel-nav-right.png) #dedede no-repeat center 15px;
}

/* Footer
--------------------------------------------------------*/
#footer-wrapper {
  background: url("../images/background-outer-wrapper.png") repeat-x scroll bottom center transparent;
  padding-bottom: 245px;
}

.disable-responsive #footer-wrapper {
  min-width: 940px;
}

#footer .widget {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 22px;
  background: none;
  margin-bottom: 30px;
  border: none;
}

#footer .widget .title {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  margin-bottom: 26px;
  font-weight: normal;
  font-size: 20px;
  padding: 0;
  border: none;
  background: none;
}

#footer .widget select {
  margin: auto;
}

#footer .widget #wp-calendar caption {
  font-size: 1.2em;
}

#footer .widget .tagcloud a {
  color: #fff;
}

#footer .widget .tagcloud a:hover {
  color: #fff;
}

#footer .widget ul {
  font-size: 13px;
  padding: 0;
  margin-left: 2px;
}

#footer .widget ul li {
  padding: 0 0 0 10px;
  margin-bottom: 10px;
  background: url(../images/widget-list-bullet.png) no-repeat left 7px;
  border: none;
}

#footer .widget ul .children {
  margin-top: 10px;
}

#footer .widget ul.menu ul.sub-menu {
  margin-top: 10px;
}

#footer .widget ul.menu ul.sub-menu .sub-menu .sub-menu .sub-menu .sub-menu li {
  margin-left: -12px;
}

#footer .widget .textwidget {
  padding: 0;
}

#footer .widget.quick-links ul li {
  margin-bottom: 10px;
}

#footer .widget.advance-search {
  background: white;
}

#footer .widget.advance-search .title {
  background-color: #394041;
  color: #fff;
  font-size: 18px;
  position: static;
  padding: 0 0 0 15px;
  margin-bottom: 0;
}

#footer .widget.advance-search .title .fa-search {
  float: right;
  margin: 0 0 0 10px;
  color: #c7d2d3;
  padding-left: 15px;
  padding-right: 15px;
}

#footer .widget.advance-search .as-form-wrap {
  padding-bottom: 1px;
}

#footer .widget.advance-search .selectwrap ul li {
  background: none;
  margin-bottom: 0;
  padding: 6px 8px;
  border-bottom: 1px solid #dedede;
}

#footer .widget.advance-search .selectwrap ul li:hover {
  background-color: #f7f7f7;
}

#footer-bottom {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  border-top: 1px solid #dedede;
  padding: 25px 0;
  margin-top: 38px;
}

#footer-bottom p {
  font-size: 13px;
  margin-bottom: 0;
}

#footer-bottom .designed-by {
  text-align: right;
}

/* Scroll Top
--------------------------------------------------------*/
#scroll-top {
  display: none;
  position: fixed;
  right: 30px;
  bottom: 40px;
  height: 42px;
  width: 42px;
  line-height: 42px;
  text-align: center;
  color: #fff;
  background-color: #4dc7ec;
  z-index: 9999;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

#scroll-top:hover {
  background-color: #37b3d9;
}

/* widgets
--------------------------------------------------------*/
.widget {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 22px;
  background-color: #f2f2f2;
  margin-bottom: 28px;
  border: 1px solid #dedede;
}

.widget h3 {
  line-height: 20px;
}

.widget .title {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 21px;
  line-height: 24px;
  font-weight: normal;
  margin: 0 0 16px;
  padding: 15px 11px 16px 15px;
  border-bottom: 1px solid #dedede;
  background-color: #fff;
}

.widget select {
  margin-bottom: 10px;
  width: auto;
  max-width: 100%;
}

.widget ul {
  list-style: none;
  margin: 0;
  padding: 5px 18px 49px 22px;
}

.widget ul li {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  color: #75797A;
  background: url(../images/feature-list-bullet.png) no-repeat 2px 15px;
  border-bottom: 1px solid #dedede;
  padding: 8px 0 8px 14px;
}

.widget ul li a {
  color: #75797A;
}

.widget ul li a:hover {
  color: #dc7d44;
}

.widget ul li:first-child {
  border-top: 1px solid #dedede;
}

.widget ul ul.children {
  padding: 8px 0 0 0;
}

.widget ul ul.children li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.widget ul.menu ul.sub-menu {
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 0;
}

.widget ul.menu ul.sub-menu li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.widget ul.menu ul.sub-menu .sub-menu .sub-menu .sub-menu .sub-menu li {
  margin-left: -14px;
}

.widget .textwidget {
  padding: 5px 18px 49px 22px;
}

.widget .textwidget select {
  margin: auto;
}

.widget p {
  margin-bottom: 23px;
}

.widget.icl_languages_selector {
  border: none;
  background: transparent;
}

.widget.icl_languages_selector #lang_sel {
  display: block;
}

.widget.icl_languages_selector #lang_sel ul,
.widget.icl_languages_selector #lang_sel ul ul {
  width: auto;
}

.widget.icl_languages_selector #lang_sel li {
  float: none;
}

.widget.icl_languages_selector #lang_sel_click ul li {
  background: none;
  border: none;
  padding: 0;
}

.widget.icl_languages_selector #lang_sel_list ul li {
  background: transparent;
  border: none;
}

.widget.icl_languages_selector #lang_sel_list ul li a {
  background: transparent;
  margin-right: 5px;
}

.widget.icl_languages_selector #lang_sel_list ul li img.iclflag {
  top: 0;
}

.widget.icl_languages_selector #lang_sel_list.lang_sel_list_vertical ul li a {
  margin-right: 0;
}

.widget .agent-info {
  padding: 8px 25px 5px;
  color: #394041;
}

.widget .agent-info img {
  border: 1px solid #dedede;
}

.widget .agent-info .contacts-list {
  color: #394041;
  margin-bottom: 15px;
  margin-top: 10px;
  padding: 0;
  list-style: none;
}

.widget .agent-info .contacts-list li {
  background: none;
  padding: 10px 0 10px 5px;
}

.widget .agent-info .contacts-list li:first-child {
  border-top: none;
}

.widget .agent-info p {
  margin: 0 0 15px;
}

.widget .agent-info .real-btn, .widget .agent-info .btn-blue, .widget .agent-info .btn-grey, .sidebar .widget .agent-info .dsidx-widget .submit, .sidebar .widget .dsidx-widget .agent-info .submit {
  margin-top: 15px;
}

.widget .enquiry-form {
  padding: 0 25px 10px;
}

.widget .enquiry-form .agent-form-title {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 18px;
  margin: 10px 0 15px;
}

.widget .enquiry-form #agent-contact-form {
  margin: 0 0 10px;
}

.widget .enquiry-form #ajax-loader {
  display: none;
  margin: 0 0 0 10px;
}

.widget .enquiry-form input[type=text], .widget .enquiry-form textarea {
  width: 94%;
  margin-bottom: 15px;
}

.widget .enquiry-form textarea {
  min-height: 100px;
}

.widget .enquiry-form input[type="text"].error,
.widget .enquiry-form textarea.error {
  border: 1px solid #ff1a3a;
  box-shadow: inset 0 0 1px #ff1a3a;
}

.widget .enquiry-form label.error {
  color: #ff1a3a;
  font-size: 13px;
}

.widget .enquiry-form #error-container {
  padding: 0;
}

.widget .enquiry-form .recaptcha_widget {
  margin-bottom: 15px;
}

.widget .enquiry-form .ajax-loader {
  margin: 0 10px 0;
  display: none;
}

.widget .enquiry-form .form-separator {
  margin: 0 0 15px;
}

.widget .enquiry-form .error-container {
  color: red;
}

.widget .enquiry-form .message-container {
  color: #394041;
}

/* Search Widget
--------------------------------------------------------*/
.widget #searchform {
  position: relative;
  width: 190px;
  margin: 0 auto 20px;
}

.widget #searchform label {
  display: none;
}

.widget #s {
  padding-right: 30px;
  width: 152px;
  margin-top: 20px;
  margin-bottom: 0;
}

.widget #searchsubmit {
  position: absolute;
  background: url(../images/icon-lense.png) #fff no-repeat center 7px;
  width: 30px;
  height: 30px;
  right: 2px;
  top: 22px;
  border: none;
  font-size: 0px;
  padding: 0;
}

.widget #searchsubmit:hover {
  background-position: center -25px;
}

/* Tagcloud Widget
--------------------------------------------------------*/
.sidebar .widget .tagcloud {
  padding: 5px 18px 49px 22px;
}

.tagcloud a {
  display: block;
  float: left;
  padding: 6px 10px 7px 18px;
  position: relative;
  color: #fff;
  background-color: #4dc7ec;
  font-size: 0.78em;
  line-height: 1.2em;
  margin: 0 1px 1px 0;
  text-decoration: none;
}

.tagcloud a:hover {
  background: #df5400;
}

.tagcloud a:after {
  background: #fff;
  content: "";
  height: 4px;
  position: absolute;
  left: 7px;
  top: 11px;
  width: 4px;
  z-index: 999;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

/* Calendar Widget
--------------------------------------------------------*/
.widget #wp-calendar {
  width: 100%;
}

.widget #wp-calendar caption {
  color: #394041;
  margin: 0 0 11px 0;
  text-align: left;
  font-size: 1.43em;
}

.widget #wp-calendar thead th {
  padding: 4px 8px;
  text-align: center;
  background-color: #4dc7ec;
  color: white;
  border: 1px solid white;
}

.widget #wp-calendar tbody {
  color: #656c6c;
}

.widget #wp-calendar tbody td {
  background: #ebebeb;
  border: 1px solid white;
  text-align: center;
  padding: 4px 8px;
}

.widget #wp-calendar tbody td:hover {
  background: #fff;
}

.widget #wp-calendar tbody td#today {
  background-color: #4dc7ec;
  color: white;
}

.widget #wp-calendar tbody td#today a {
  color: white;
}

.widget #wp-calendar tbody .pad {
  background: none;
}

.widget #wp-calendar tfoot td {
  text-transform: uppercase;
  background: transparent;
  border: 1px solid white;
  padding: 5px 10px;
}

.widget #wp-calendar tfoot #next {
  text-align: right;
}

/* Social Network Widget
--------------------------------------------------------*/
.widget.social_network .title {
  margin-bottom: 0;
}

.widget.social_network .social_networks {
  margin: 0 0 0 4px;
  padding: 0;
  float: none;
}

.widget.social_network .social_networks li {
  border: none;
  background: none;
  padding: 0;
}

.widget.social_network .social_networks li:first-child a {
  border-left: none;
}

.widget.social_network .social_networks li a {
  width: 42.7px;
  border: none;
  border-left: 1px solid #dedede;
}

.widget.social_network .social_networks li a:hover {
  color: #fff;
}

.widget.social_network .social_networks li a i {
  width: auto;
}

.widget.social_network .social_networks li a i.icon-twitter:before {
  left: 1px;
  position: relative;
  top: 0px;
}

.widget.social_network .social_networks li a i.icon-google-plus:before {
  left: 1px;
  position: relative;
  top: 0px;
}

/*  Advance Search  Widget
--------------------------------------------------------*/
.widget.advance-search {
  background: #fff;
}

.widget.advance-search .title {
  background-color: #394041;
  color: #fff;
  font-size: 18px;
  line-height: 48px;
  position: static;
  padding: 0 0 0 15px;
  margin-bottom: 0;
}

.widget.advance-search .title .fa-search {
  float: right;
  margin: 0 0 0 10px;
  color: #c7d2d3;
  padding-left: 15px;
  padding-right: 15px;
}

.widget.advance-search .as-form-wrap {
  padding: 18px 14px 18px;
}

.widget.advance-search .advance-search-form {
  margin: 0 0 0 -15px;
}

.widget.advance-search .option-bar {
  float: left;
  margin-left: 15px;
  height: auto;
}

.widget.advance-search .option-bar.large {
  width: 93.9%;
}

.widget.advance-search .option-bar.small {
  width: 93.9%;
}

.widget.advance-search label {
  margin-bottom: 5px;
}

.widget.advance-search .selectwrap input {
  color: #7b8283;
  margin-bottom: 10px;
}

.widget.advance-search ul li {
  background: none;
  margin-bottom: 0;
  padding-left: 10px;
}

.widget.advance-search ul li:hover {
  background-color: #f7f7f7;
}

.widget.advance-search .real-btn, .widget.advance-search .btn-blue, .widget.advance-search .btn-grey, .sidebar .widget.advance-search .dsidx-widget .submit {
  margin: 6px 0 0;
  padding: 8px 30px;
}

.widget.advance-search .more-option-trigger {
  margin-left: 15px;
}

.widget.advance-search .more-options-wrapper .option-bar {
  margin: 10px 0 0 15px;
  float: none;
}

.widget.advance-search .more-options-wrapper label {
  margin-bottom: 0;
}

.widget.advance-search .more-options-wrapper input[type="checkbox"] {
  margin: 0 5px 4px 0;
}

/* Mortgage Calculator Widget - Using https://wordpress.org/plugins/responsive-mortgage-calculator/ plugin
--------------------------------------------------------*/
.widget.widget_lidd_mc_widget {
  padding-bottom: 20px;
}

.lidd_mc_input_responsive input[type="text"] {
  box-sizing: inherit;
  height: inherit;
}

.lidd_mc_form {
  padding: 0 6% 10px 7%;
  margin-bottom: 0;
}

.lidd_mc_form .lidd_mc_input {
  margin-bottom: 0;
}

.lidd_mc_form label {
  color: #394041;
  margin-bottom: 5px;
}

.lidd_mc_form input[type="number"],
.lidd_mc_form input[type="text"] {
  display: inline-block;
  width: 90%;
  border: 1px solid #cdcdcd;
  color: #394041;
  background-color: #fff;
  padding: 4px 6px;
  margin-bottom: 15px;
}

.lidd_mc_form .lidd_mc_select_fancy_dark,
.lidd_mc_form .lidd_mc_select_fancy_light {
  width: 96%;
}

.lidd_mc_form .lidd_mc_select_fancy_dark {
  border: 1px solid #cdcdcd;
  color: #394041;
  background-color: #fff;
}

.lidd_mc_form select {
  margin: 0 0 15px 0;
}

.lidd_mc_form .lidd_mc_select_fancy_dark select {
  color: #394041;
}

.lidd_mc_form .lidd_mc_select_fancy_dark select,
.lidd_mc_form .lidd_mc_select_fancy_light select {
  width: 100%;
  max-width: 110%;
  margin: -6px 0 0;
  padding: 0;
  display: block;
}

.lidd_mc_form .lidd_mc_select:after {
  top: 1em;
}

.lidd_mc_form .lidd_mc_error {
  color: red;
}

.lidd_mc_form .lidd_mc_select_fancy_dark:after {
  border-top: .4em solid #394041;
}

#lidd_mc_details {
  padding: 0 6% 0 7%;
  margin-top: 0;
}

#lidd_mc_details #lidd_mc_results {
  margin-bottom: 10px;
}

#lidd_mc_details #lidd_mc_results p {
  margin-bottom: 10px;
}

#lidd_mc_details #lidd_mc_inspector {
  right: 7%;
  top: 2px;
  cursor: pointer;
}

#lidd_mc_details #lidd_mc_summary {
  color: #7b8283;
}

#lidd_mc_details #lidd_mc_summary p {
  margin-bottom: 15px;
}

/* Calculator Widget
--------------------------------------------------------*/
.widget.calculator .title {
  background: url(../images/icon-calculator.png) #fff no-repeat 180px 9px;
  margin-bottom: 0;
  padding-left: 15px;
}

.widget.calculator input[type="text"] {
  width: 176px;
  height: 24px;
  margin-bottom: 14px;
  color: #7b8283;
}

.widget.calculator .as-form-wrap {
  padding: 17px 14px 0;
}

.widget.calculator .selectwrap input {
  background-color: #fff;
  color: #7b8283;
  margin-bottom: 14px;
}

.widget.calculator ul li {
  background: none;
  margin-bottom: 0;
  padding-left: 10px;
}

.widget.calculator ul li:hover {
  background-color: #f7f7f7;
}

.widget.calculator .option-bar {
  float: left;
}

.widget.calculator #interest {
  background: url(../images/dropdown-interest.png) #fff no-repeat right top;
}

.widget.calculator #insurance,
.widget.calculator #texes {
  background: url(../images/dropdown-year.png) #fff no-repeat right top;
}

.widget.calculator #extra,
.widget.calculator #pmi {
  background: url(../images/dropdown-month.png) #fff no-repeat right top;
}

.widget.calculator .mini input {
  width: 150px;
  padding-right: 32px;
}

.widget.calculator #payment {
  width: 172px;
  padding-right: 10px;
}

.widget.calculator #extra {
  width: 150px;
  padding-right: 32px;
}

.widget.calculator .real-btn, .widget.calculator .btn-blue, .widget.calculator .btn-grey, .sidebar .widget.calculator .dsidx-widget .submit {
  float: left;
  padding: 8px 21px;
}

.widget.advance-search .selectbox-wrapper ul,
.widget.calculator .selectbox-wrapper ul {
  padding: 0;
}

.widget.advance-search .selectbox-wrapper ul li,
.widget.calculator .selectbox-wrapper ul li {
  padding: 6px 8px;
}

/* Featured Properties Widget
--------------------------------------------------------*/
#footer .widget ul.featured-properties,
ul.featured-properties {
  padding: 0 15px;
}

#footer .widget ul.featured-properties li,
ul.featured-properties li {
  background: none;
  border: none;
  margin-bottom: 0;
  padding: 0 0 40px 0;
}

#footer .widget ul.featured-properties li:last-child,
ul.featured-properties li:last-child {
  padding-bottom: 25px;
}

#footer .widget ul.featured-properties li:first-child,
ul.featured-properties li:first-child {
  border-top: none;
}

#footer .widget ul.featured-properties li figure,
ul.featured-properties li figure {
  margin: 0 0 16px;
}

#footer .widget ul.featured-properties li h4, #footer .widget ul.featured-properties li .property-item h4 a, .property-item h4 #footer .widget ul.featured-properties li a,
ul.featured-properties li h4,
ul.featured-properties li .property-item h4 a, .property-item h4
ul.featured-properties li a {
  margin: 0 0 7px;
}

#footer .widget ul.featured-properties li h4, #footer .widget ul.featured-properties li .property-item h4 a, .property-item h4 #footer .widget ul.featured-properties li a, #footer .widget ul.featured-properties li h4 a, .property-item h4 #footer .widget ul.featured-properties li a a,
ul.featured-properties li h4,
ul.featured-properties li .property-item h4 a, .property-item h4
ul.featured-properties li a,
ul.featured-properties li h4 a,
ul.featured-properties li .property-item h4 a a, .property-item h4
ul.featured-properties li a a {
  font-size: 14px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #394041;
}

#footer .widget ul.featured-properties li h4:hover, #footer .widget ul.featured-properties li .property-item h4 a:hover, .property-item h4 #footer .widget ul.featured-properties li a:hover, #footer .widget ul.featured-properties li h4 a:hover, .property-item h4 #footer .widget ul.featured-properties li a a:hover,
ul.featured-properties li h4:hover,
ul.featured-properties li .property-item h4 a:hover, .property-item h4
ul.featured-properties li a:hover,
ul.featured-properties li h4 a:hover, .property-item h4
ul.featured-properties li a a:hover {
  color: #df5400;
}

#footer .widget ul.featured-properties li p,
ul.featured-properties li p {
  margin-bottom: 15px;
}

#footer .widget ul.featured-properties li .price,
ul.featured-properties li .price {
  font-size: 14px;
  font-weight: bold;
  color: #4dc7ec;
}

#footer .widget ul.featured-properties {
  padding: 0;
}

/* Mortgage Calculator Widget Styles - https://wordpress.org/plugins/mortgage-calculator/
--------------------------------------------------------*/
.widget .mc-wrapper {
  padding: 0 25px 10px;
  color: #394041;
}

.widget .mc-wrapper input[type="number"],
.widget .mc-wrapper input[type="tel"],
.widget .mc-wrapper input[type="url"],
.widget .mc-wrapper input[type="email"],
.widget .mc-wrapper input[type="text"],
.widget .mc-wrapper input[type="password"] {
  height: 34px;
  margin-bottom: 10px;
}

.widget .mc-wrapper p {
  margin-bottom: 10px;
}

.widget .mc-wrapper label.error {
  margin-top: 0;
}

.widget .mc-wrapper input[type="submit"] {
  padding: 8px 16px;
}

#footer .widget .mc-wrapper {
  padding: 0 10px 10px;
}

/* Quick and Easy Tweets Widget Styles - https://wordpress.org/plugins/quick-and-easy-tweets/
--------------------------------------------------------*/
.widget .qaet-tweets {
  padding: 15px 25px 30px;
}

.widget .qaet-tweets .qaet-tweet {
  position: relative;
  padding-left: 50px;
}

.widget .qaet-tweets .qaet-tweet:before {
  position: absolute;
  top: 6px;
  left: 0;
  content: "\f099";
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 38px;
  text-align: center;
  font-family: 'FontAwesome';
  font-size: 1.4rem;
  background-color: #85cdff;
  color: #fff;
}

.widget .qaet-tweets .qaet-tweet:not(:last-child) {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #dedede;
}

.widget .qaet-tweets p {
  margin-bottom: 0;
}

.widget .qaet-tweets small {
  display: block;
}

#footer .widget .qaet-tweets {
  padding: 0;
}

#footer .widget .qaet-tweets .qaet-tweet {
  padding-left: 0;
}

#footer .widget .qaet-tweets .qaet-tweet:before {
  display: none;
}

#footer .widget .qaet-tweets .qaet-tweet:not(:last-child) {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: none;
}

#footer .widget .qaet-tweets small:before {
  content: "-";
  display: inline-block;
}

/* Page Banner
--------------------------------------------------------*/
.page-head {
  margin-bottom: 35px;
  padding-top: 42px;
  min-height: 147px;
}

.page-head .container {
  position: relative;
}

.page-head .wrap {
  float: left;
}

.page-head span, .page-head p {
  margin: 0;
}

.page-head h1.page-title {
  font-size: 24px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: blod;
  text-transform: capitalize;
  margin: 0;
}

.page-head h1.page-title span {
  display: inline-block;
  background-color: #f5f4f3;
  opacity: 0.9;
  padding: 7px 38px 7px 18px;
}

.page-head p {
  background-color: #37B3D9;
  opacity: 0.9;
  padding: 17px 20px 17px 18px;
  color: #fff;
}

.page-head div.page-breadcrumbs {
  background-color: #37B3D9;
  opacity: 0.9;
  padding: 17px 20px 17px 18px;
  color: #fff;
}

.page-head div.page-breadcrumbs a {
  color: #fff;
}

.page-head div.page-breadcrumbs a:focus, .page-head div.page-breadcrumbs a:hover {
  border-bottom: 1px solid #fff;
}

.page-head .breadcrumbs-separator {
  margin: 0 8px;
}

.page-head .property-breadcrumbs ul {
  list-style: none;
  margin: 0;
}

.page-head .property-breadcrumbs ul li {
  display: inline;
}

.page-template-template-search-php .page-head,
.page-template-template-home-php .page-head {
  margin-bottom: 95px;
}

.disable-responsive .page-head {
  min-width: 940px;
}

/* Map Based Template
--------------------------------------------------------*/
#map-head {
  width: 100%;
  margin-bottom: 35px;
}

.disable-responsive #map-head {
  min-width: 940px;
}

body.home #map-head {
  margin-bottom: 0;
}

body.page-template-template-search-php #map-head {
  margin-bottom: 0;
}

#listing-map {
  height: 550px;
  position: relative;
}

#listing-map img {
  max-width: none;
}

#listing-map .gm-style-iw {
  left: 22px !important;
}

/* Blog Page
--------------------------------------------------------*/
.page-template-template-home-php .inner-wrapper {
  border-top: none;
  margin-bottom: 0;
}

.page-template-template-home-php .inner-wrapper .hentry {
  margin-bottom: 0;
}

.inner-wrapper {
  padding: 16px 20px 25px;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  background-color: #fff;
  margin-bottom: 52px;
}

.inner-wrapper figure,
.inner-wrapper .post-video {
  position: relative;
  margin: 0 0 32px;
}

.inner-wrapper .hentry {
  margin-bottom: 15px;
  overflow: hidden;
  color: #75797a;
}

.inner-wrapper .hentry p {
  line-height: 27px;
  margin-bottom: 20px;
}

.inner-wrapper .hentry p.wp-caption-text {
  margin-bottom: 0;
  padding-bottom: 0;
}

.inner-wrapper .hentry strong {
  color: #252626;
}

.inner-wrapper .hentry li {
  line-height: 27px;
}

.inner-wrapper .hentry a.real-btn, .inner-wrapper .hentry a.btn-blue, .inner-wrapper .hentry a.btn-grey, .inner-wrapper .hentry .sidebar .widget .dsidx-widget a.submit, .sidebar .widget .dsidx-widget .inner-wrapper .hentry a.submit {
  margin: 0px 0 30px;
}

.inner-wrapper .hentry.sticky {
  background: url(../images/sticky-pin.png) no-repeat right 62px;
}

.inner-wrapper .pagination {
  margin: -21px -20px 15px;
  padding: 22px 20px 0;
  border-top: 1px solid #dedede;
}

.inner-wrapper .pagination a {
  margin-left: 2px;
}

p.wp-caption-text {
  margin-bottom: 0;
  padding-bottom: 0;
}

.post-title, .post-title a {
  font-size: 27px;
  line-height: 36px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #394041;
  word-spacing: -1px;
}

.post-title a:hover {
  color: #df5400;
}

.post-title, .post-title a {
  margin: 0 0 17px;
}

.post-meta {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  border-top: 1px solid #dedede;
  border-bottom: 5px solid #4dc7ec;
  color: #394041;
  padding: 16px 0 23px;
  line-height: 18px;
}

.post-meta span {
  color: #394041;
}

.post-meta a {
  color: #ec894d;
}

.post-meta a:hover {
  color: #394041;
}

.post-meta span.author-link a {
  color: #394041;
}

.post-meta span.author-link a:hover {
  color: #ec894d;
}

.inner-wrapper .hentry .post-meta {
  display: block;
}

.post-meta.format-video {
  border-bottom: 5px solid #4dc7ec;
}

.format-icon {
  display: block;
  width: 50px;
  height: 44px;
  position: absolute;
  top: -49px;
  right: 0;
}

.format-image .format-icon.image {
  background: url(../images/icon-image.png) #4dc7ec no-repeat center center;
}

.format-video .format-icon.video {
  background: url(../images/icon-video.png) #4dc7ec no-repeat center center;
}

.format-gallery .format-icon.gallery {
  background: url(../images/icon-gallery.png) #4dc7ec no-repeat center center;
}

.format-video a {
  position: relative;
}

.format-video a:hover .play-btn {
  display: block;
}

.format-video .play-btn {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -51px;
  margin-left: -51px;
  height: 102px;
  width: 102px;
  background: url(../images/play-btn.png) no-repeat center center;
}

.post-video .video-wrapper {
  width: 100%;
  position: relative;
  padding: 0;
  padding-top: 40%;
}

.post-video .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.listing-slider {
  position: relative;
  margin: 0 0 32px;
}

.listing-slider .slides, .listing-slider .flex-control-nav, .listing-slider .flex-direction-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

.listing-slider .flex-control-paging {
  bottom: 5px;
  left: 0;
}

.listing-slider .flex-control-paging li a {
  background: #4dc7ec;
  box-shadow: none;
  height: 11px;
  width: 11px;
  z-index: 1600;
  cursor: default;
}

.listing-slider .flex-control-paging li a:hover, .listing-slider .flex-control-paging li a.flex-active {
  background: #fff;
}

.listing-slider .flex-direction-nav a {
  height: 50px;
  top: 50%;
  width: 32px;
  opacity: 1;
  text-indent: -999em;
  text-align: left;
  transition: none;
  text-shadow: none;
  outline: none;
}

.listing-slider .flex-direction-nav a::before {
  display: none;
}

.listing-slider .flex-direction-nav a.flex-next {
  background: url(../images/flex-arrow-right.png) no-repeat center center;
  background-color: rgba(77, 199, 236, 0.9);
  background-color: #4dc7ec \9;
  right: 0;
}

.listing-slider .flex-direction-nav a.flex-prev {
  background: url(../images/flex-arrow-left.png) no-repeat center center;
  background-color: rgba(77, 199, 236, 0.9);
  background-color: #4dc7ec \9;
  left: 0;
}

.listing-slider .flex-direction-nav a:hover {
  background-color: #4dc7ec;
}

.listing-slider .flex-direction-nav a:focus {
  outline: 0;
}

/* Blog Single
--------------------------------------------------------*/
.single article p {
  margin-bottom: 15px;
  color: #8b9293;
}

.single article blockquote p {
  line-height: 24px;
}

.single article ul, .single article ol {
  margin: 10px 0 20px 40px;
}

.single article ul ul, .single article ul ol, .single article ol ul, .single article ol ol {
  margin-bottom: 0;
}

article h1 span, article h2 span, article h3 span, article h4 span, article .property-item h4 a span, .property-item h4 article a span, article h5 span, article h6 span {
  color: #ec894d;
}

.common-list, .disc-list ul, .arrow-list ul, .small-arrow-list ul, .tick-list ul {
  padding: 12px 0 0;
  list-style: none;
  margin-bottom: 30px;
  font-family: Helvetica, Arial, sans-serif;
}

.common-list li, .disc-list ul li, .arrow-list ul li, .small-arrow-list ul li, .tick-list ul li {
  background: url(../images/feature-list-bullet.png) no-repeat left 7px;
  margin-bottom: 5px;
  padding: 0 0 0 26px;
}

.disc-list ul li {
  background: url(../images/icon-disc-small.png) no-repeat 4px 9px;
}

.arrow-list ul li {
  background: url(../images/icon-arrow.png) no-repeat 0px 7px;
}

.small-arrow-list ul li {
  background: url(../images/icon-arrow-small.png) no-repeat 4px 8px;
}

.tick-list ul li {
  background: url(../images/icon-tick.png) no-repeat left 4px;
}

blockquote {
  color: #383838;
  border-left: 7px solid #dedede;
  background-color: #ededed;
  padding: 24px 20px 13px 30px;
  margin: 0  32px 30px 38px;
  font-size: 14px;
}

blockquote p {
  font-size: 14px;
  line-height: 24px;
}

address {
  color: #383838;
  border-left: 7px solid #dedede;
  background-color: #ededed;
  padding: 20px 20px 15px 25px;
  margin: 0  20px 30px 0;
  font-size: 14px;
  line-height: 24px;
}

/* Comments
--------------------------------------------------------*/
#comments-title, #contact-form #reply-title,
#respond #reply-title, .form-heading {
  border-top: 2px solid #4dc7ec;
  background-color: #ededed;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 21px;
  font-weight: normal;
  margin: 0;
  padding: 14px 14px 15px;
}

#comments {
  padding-top: 15px;
  margin-bottom: 0px;
}

#comments a {
  color: #394041;
}

#comments a:hover {
  color: #ec894d;
}

#comments .commentlist {
  margin: 0;
  padding: 2px 0px 5px 0px;
  overflow: hidden;
}

#comments .commentlist .children {
  margin: 0;
  padding: 0;
}

#comments .commentlist .children .comment-detail-wrap {
  width: 83%;
}

#comments .commentlist .children .comment-detail-wrap .comment-meta p {
  margin-bottom: 2px;
}

#comments .comment {
  list-style: none;
  margin: 20px 0 0;
  padding: 8px 0 2px;
}

#comments .comment > article {
  margin: 0;
  overflow: hidden;
}

#comments .comment .avatar {
  border: 1px solid #dedede;
  padding: 5px;
  background-color: #ededed;
  float: left;
  margin: 0 0 10px 0;
}

#comments .comment .author {
  font-size: 14px;
  color: #394041;
  margin: 0 0 5px;
}

#comments .comment .author a {
  margin: 0;
}

#comments .comment .author cite {
  color: #4c595c;
  font-style: normal;
}

#comments .comment .author .comment-reply-link {
  font-size: 11px;
}

#comments .comment time {
  margin: 1px 0 5px;
  color: #a4a4a4;
}

.commentlist li.pingback {
  margin-left: 0;
  list-style: none;
  border-bottom: 1px solid #dedede;
  padding: 10px;
}

.commentlist li.pingback p {
  margin: 0;
}

.comment-detail-wrap {
  border: 1px solid #dedede;
  float: right;
  padding: 10px 25px 15px 25px;
  position: relative;
  width: 71%;
}

.comment-detail-wrap .comment-body p,
.comment-detail-wrap .comment-meta p {
  line-height: 24px;
}

.comment-detail-wrap .comment-meta p {
  margin-bottom: 9px;
  color: #394041;
}

.comment-detail-wrap .comment-body p {
  margin-bottom: 12px;
}

.comment-detail-wrap .comment-detail-wrap-arrow {
  display: block;
  position: absolute;
  left: -14px;
  top: 8px;
  width: 14px;
  height: 29px;
  background: url(../images/comment-detail-wrap-arrow.png) no-repeat 0 0;
}

#comments .commentlist .children .depth-2 .comment-detail-wrap {
  width: 71%;
}

#comments .commentlist .children .depth-3 .comment-detail-wrap {
  width: 71%;
}

#comments .commentlist .children .depth-4 .comment-detail-wrap {
  width: 71%;
}

#comments .commentlist .children .depth-5 .comment-detail-wrap {
  width: 71%;
}

.bypostauthor .comment-detail-wrap {
  border-top-width: 3px;
  border-bottom-width: 3px;
}

#contact-form,
#respond {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  margin-top: 25px;
}

#contact-form #commentform,
#respond #commentform {
  padding: 30px 15px 0;
  margin: 0 0 0;
}

#contact-form p,
#respond p {
  margin-bottom: 25px;
}

#contact-form label,
#respond label {
  color: #394041;
  margin-bottom: 4px;
}

#contact-form input[type="text"],
#contact-form #comment,
#respond input[type="text"],
#respond #comment {
  width: 40.4%;
  height: 24px;
  margin-bottom: 0px;
}

#contact-form #comment,
#respond #comment {
  width: 64%;
  height: 143px;
  margin-bottom: 0px;
  resize: none;
}

#contact-form p.form-allowed-tags,
#respond p.form-allowed-tags {
  font-size: 12px;
}

#contact-form p.form-allowed-tags code,
#respond p.form-allowed-tags code {
  font-size: 12px;
  display: block;
}

/* Contact Page
--------------------------------------------------------*/
.contact-page {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}

.contact-page .inner-wrapper {
  padding: 30px 25px;
}

.contact-page .contact-form {
  padding: 0 7px;
}

.contact-page #contact-form #comment,
.contact-page #contact-form input[type="text"] {
  font-size: 13px;
}

.contact-form #ajax-loader {
  display: none;
}

.contact-form input.error,
.contact-form textarea.error,
#overview .contact-form input[type="text"].error,
#overview .contact-form textarea.error {
  border: 1px solid #ff1a3a;
  box-shadow: inset 0 0 1px #ff1a3a;
}

#error-container {
  color: red;
}

#error-container label {
  color: red;
}

#message-container {
  color: #394041;
}

#contact-form #error-container {
  margin-bottom: 15px;
}

.agent-detail #message-container,
.agent-detail #error-container {
  padding-left: 0;
}

.agent-detail label.error {
  color: #ff1a3a;
}

.map-container {
  margin-bottom: 25px;
}

#map_canvas {
  border: 1px solid #dedede;
  height: 418px;
  width: 100%;
}

#map_canvas iframe {
  height: 100%;
  width: 100%;
  display: block;
}

.contact-details {
  font-size: 13px;
  margin-bottom: 20px;
  padding: 0 23px;
}

.contact-details h3 {
  font-size: 21px;
  margin: 0 0 12px;
}

.contact-details address {
  float: left;
  line-height: 23px;
  padding-left: 25px;
  width: 195px;
  border-left: none;
  padding-top: 0;
  background: transparent;
}

.contact-details address .fa {
  font-size: 16px;
  margin-right: 10px;
}

.contact-details .contacts-list {
  margin-bottom: 20px;
  float: none;
}

.contact-details .contacts-list li {
  border: none;
  line-height: 20px;
  padding: 8px 0;
}

.contact-details .contacts-list li svg {
  margin-right: 10px;
  margin-top: 1px;
}

.contact-details .contacts-list li a {
  color: inherit;
}

.contact-details .contacts-list li a:hover {
  color: #df5400;
}

.form-heading {
  padding: 14px 22px 15px;
  margin: 0 0 26px;
}

.contact-form #recaptcha_widget .recaptchatable * {
  font-size: 6pt;
}

.contact-form #recaptcha_widget #recaptcha_response_field {
  font-size: 10pt;
}

/* Detail Page
--------------------------------------------------------*/
#property-featured-image img {
  width: 100%;
  height: auto;
}

#property-detail-flexslider {
  background-color: #292d2d;
  overflow: hidden;
  height: 304px;
  position: relative;
}

#property-detail-flexslider .flexslider {
  border: none;
  margin: auto;
  border-radius: 0;
}

#property-detail-flexslider .flex-direction-nav {
  position: absolute;
  top: 0;
  left: 0;
}

#property-detail-flexslider .flex-viewport {
  float: left;
  overflow: hidden;
}

#property-detail-flexslider .flex-viewport,
#property-detail-flexslider .flex-direction-nav {
  width: 607px;
  height: 304px;
}

#property-detail-flexslider .flexslider .slides img {
  width: auto;
}

#property-detail-flexslider .flex-direction-nav {
  pointer-events: none;
}

#property-detail-flexslider .flex-direction-nav a::before {
  color: #fff;
  text-shadow: none;
}

#property-detail-flexslider .flex-direction-nav .flex-next,
#property-detail-flexslider .flex-direction-nav .flex-prev {
  pointer-events: auto;
  font-size: 0;
  text-indent: 0;
  color: #fff;
  z-index: 999;
  margin-top: -25px;
  text-align: center;
  background-color: #292d2d;
  width: 35px;
  height: 50px;
  line-height: 50px;
}

#property-detail-flexslider .flex-direction-nav .flex-next {
  right: 0px;
}

#property-detail-flexslider .flex-direction-nav .flex-prev {
  left: 0px;
}

#property-detail-flexslider .flex-direction-nav .flex-next:before,
#property-detail-flexslider .flex-direction-nav .flex-prev:before {
  font-family: FontAwesome;
  font-size: 20px;
}

#property-detail-flexslider .flex-direction-nav .flex-next:before {
  content: "\f105";
}

#property-detail-flexslider .flex-direction-nav .flex-prev:before {
  content: "\f104";
}

#property-detail-flexslider .flex-control-thumbs li {
  float: none;
  margin-bottom: 5px;
  width: 100%;
  height: 48px;
}

#property-detail-flexslider .flex-control-thumbs li img {
  height: 100%;
}

#property-detail-flexslider .jcarousel-container-vertical {
  float: right;
  width: 77px;
  padding: 7px;
  background-color: #292d2d;
  margin: 0;
}

#property-detail-flexslider .jcarousel-clip-vertical {
  overflow: hidden;
  height: 260px;
}

#property-detail-flexslider .jcarousel-next,
#property-detail-flexslider .jcarousel-prev {
  margin: 6px 0 2px;
  text-indent: -999em;
  display: block;
  width: 38px;
  height: 28px;
  cursor: pointer;
}

#property-detail-flexslider .jcarousel-next:hover,
#property-detail-flexslider .jcarousel-prev:hover {
  background-position: center -28px;
}

#property-detail-flexslider .jcarousel-next {
  background: url(../images/slideshow-nav-right.png) #141616 no-repeat center 6px;
  float: left;
}

#property-detail-flexslider .jcarousel-prev {
  background: url(../images/slideshow-nav-left.png) #141616 no-repeat center 6px;
  float: right;
}

#overview {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  background-color: #fff;
}

#overview .property-item {
  padding: 0;
  border: none;
  margin-bottom: 0;
  background: transparent;
}

#overview .property-item .wrap {
  background-color: #dedede;
  margin-bottom: 16px;
}

#overview .property-item .title {
  float: left;
  margin-bottom: 0;
  padding: 0 0 0 16px;
  font-size: 14px;
  line-height: 40px;
  color: #394041;
}

#overview .property-item .price {
  background: url(../images/arrow-black.png) no-repeat left 0;
  float: right;
  margin: 0;
  padding: 0 0 0 15px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}

#overview .property-item .price span {
  display: inline-block;
  background-color: #4DC7EC;
  padding: 11px 10px 11px 14px;
  margin-right: -1px;
  color: #fff;
}

#overview .property-item .price .status-label {
  margin-right: -5px;
  padding-right: 28px;
  padding-left: 7px;
  background: url(../images/arrow-left.png) #292d2d no-repeat right 0;
}

#overview .property-item .price small {
  vertical-align: 1px;
  color: #fff;
}

#overview .property-item .property-meta {
  border: 1px solid #dedede;
  margin: 0 17px 18px;
  padding: 0;
  background-color: #f5f5f5;
  border-color: #dedede;
  width: auto;
}

#overview .property-item .property-meta span {
  margin: 0 0 0 10px;
  padding-right: 10px;
  padding-top: 11px;
  border-color: #dedede;
  color: #394041;
  min-height: 22px;
  height: auto !important;
  height: 22px;
}

#overview .property-item .property-meta .add-to-fav {
  padding-top: 12px;
  padding-bottom: 10px;
}

#overview .property-item .property-meta .add-to-fav .fa {
  margin-right: 5px;
}

#overview .property-item .printer-icon {
  display: inline-block;
  float: right;
  padding-left: 15px;
  padding-bottom: 11px;
  border-left: 1px solid #dedede;
  margin-left: 0;
}

#overview .property-item .printer-icon a {
  color: #394041;
}

#overview .property-item .printer-icon a .fa {
  color: #586162;
  margin-right: 6px;
  font-size: 15px;
}

#overview .property-item .printer-icon a:hover {
  color: #ec894d;
}

#overview .property-item .printer-icon a:hover .fa {
  color: #ec894d;
}

#overview .property-item .content {
  padding: 0 20px 26px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 22px;
  border-bottom: 1px solid #dedede;
}

#overview .property-item h4.additional-title, #overview .property-item h4 a.additional-title {
  font-weight: 500;
}

#overview .property-item ul.additional-details {
  list-style: none;
  margin: 0;
  border-top: 1px solid #f1f1f1;
}

#overview .property-item ul.additional-details li {
  padding: 6px 5px 6px 10px;
  border-bottom: 1px solid #eee;
  margin: 0;
}

#overview .property-item ul.additional-details li:hover {
  background-color: #f1f1f1;
}

#overview .property-item ul.additional-details li strong {
  display: inline-block;
  font-weight: 500;
  color: #394041;
  margin-right: 10px;
}

#overview .property-item .features {
  background-color: #fbfbfb;
  border-bottom: 1px solid #dedede;
  padding-bottom: 0;
}

#overview .property-item .features h4, #overview .property-item .features h4 a, #overview .property-item h4 .features a {
  border-bottom: 1px solid #dedede;
  background-color: #f8f8f8;
  float: none;
  padding: 9px 20px 10px;
  line-height: 20px;
}

#overview .property-item .features .arrow-bullet-list {
  margin: 10px 10px 10px;
}

#overview .property-item .features .arrow-bullet-list li {
  background: url(../images/feature-list-bullet.png) no-repeat 10px 14px;
  float: left;
  width: 25%;
  margin: 0 27px 2px 0;
  padding-left: 25px;
  list-style: none;
}

#overview .property-item .features .arrow-bullet-list li a {
  display: block;
  color: #636464;
  padding: 7px 2px 7px 0px;
}

#overview .property-item .features .arrow-bullet-list li.selected, #overview .property-item .features .arrow-bullet-list li:hover {
  background-color: #f1f1f1;
}

#overview .common-note {
  margin-top: 20px;
  background: #fafafa;
  padding: 20px 15px 20px 20px;
  border: 1px solid #eee;
}

#overview .common-note .common-note-heading {
  margin-bottom: 10px;
  font-weight: 500;
}

#overview .common-note p {
  color: #71797a;
  margin-bottom: 0;
}

#overview .property-video {
  border-bottom: 1px solid #dedede;
  padding: 24px 25px;
  position: relative;
}

#overview .property-video img {
  margin-bottom: 0;
}

#overview .property-video .play-btn {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -37px;
  margin-left: -37px;
  height: 74px;
  width: 74px;
  background: url(../images/play-btn2.png) no-repeat center center;
}

#overview .share-label,
#overview .common-label, #overview .video-label, #overview .attachments-label,
#overview .map-label,
#overview .floor-plans .floor-plans-label, .floor-plans
#overview .floor-plans-label {
  background-color: #586162;
  display: inline-block;
  padding: 6px 17px 8px 14px;
  color: #fff;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.5px;
}

#overview .map-wrap {
  padding: 24px 25px 10px;
  position: relative;
  border-bottom: 1px solid #dedede;
}

#overview .attachments-label,
#overview .map-label {
  padding-left: 20px;
  padding-right: 25px;
  z-index: 1000;
}

#overview .attachments-wrap {
  padding: 25px 25px 25px 25px;
  position: relative;
  border-bottom: 1px solid #dedede;
}

#overview .attachments-inner {
  border: 1px solid #dedede;
  background-color: #f5f5f5;
  padding: 15px 10px 15px 15px;
}

#overview .attachments-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

#overview .attachments-list li {
  float: left;
  width: 31%;
  padding: 10px 0 10px 10px;
}

#overview .attachments-list li i {
  font-size: 24px;
  margin-right: 10px;
  vertical-align: middle;
}

#overview .share-networks {
  margin: 0 0 14px;
  border: 1px solid #dedede;
  background-color: #f5f5f5;
}

#overview .share-networks a {
  font-size: 13px;
  color: #394041;
}

#overview .share-networks a:hover {
  color: #dc7d44;
}

#overview .share-networks a [class^="fa-"], #overview .share-networks a [class*=" fa-"] {
  margin: 0 9px 0 12px;
  color: #929a9b;
}

#overview .share-networks span {
  display: block;
  float: left;
  padding: 11px 23px 11px 0;
  border-right: 1px solid #dedede;
}

#overview .share-networks span:last-of-type {
  border-right: none;
}

#overview .share-networks .share-label {
  position: static;
  margin: -1px 6px -1px -1px;
  padding: 12px 21px 13px 17px;
  border-right: none;
}

#overview .child-properties {
  border-bottom: 1px solid #dedede;
  background-color: #fff;
  padding: 10px 24px 0;
}

#overview .child-properties h3 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: normal;
  margin: 0 0 5px;
  text-transform: capitalize;
}

#overview .child-properties .property-item {
  margin-bottom: 30px;
}

#overview .child-properties .property-item figure {
  margin: 0 20px 20px 0;
}

#overview .child-properties .property-item h4, #overview .child-properties .property-item h4 a {
  font-size: 16px;
  margin-bottom: 10px;
}

#overview .child-properties .property-item .price {
  color: #4dc7ec;
  font-weight: bold;
  font-size: 14px;
  background: none;
  float: none;
  padding: 0;
  margin: 0 0 10px;
}

#overview .child-properties .property-item .price small {
  color: #4dc7ec;
  display: inline-block;
  font-weight: bold;
  margin-left: 5px;
}

#overview .child-properties .property-item p {
  margin-bottom: 10px;
}

#overview .child-properties .property-item .property-meta {
  margin: 0;
}

#overview .agent-detail {
  border-bottom: 1px solid #dedede;
  background-color: #fff;
  padding: 16px 24px;
}

#overview .agent-detail h3 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: normal;
  margin: 0 0 10px;
  text-transform: capitalize;
}

#overview .agent-detail p {
  font-size: 13px;
  line-height: 22px;
  margin: 0 0 20px;
}

#overview .left-box {
  float: left;
  width: 100%;
}

#overview .left-box figure {
  float: left;
  margin: 4px 25px 20px 0;
  width: 212px;
  height: auto;
}

#overview .left-box figure img {
  border: 1px solid #dedede;
  width: 210px;
  height: auto;
}

#overview .left-box p a.real-btn, #overview .left-box p a.btn-blue, #overview .left-box p a.btn-grey, #overview .left-box p .sidebar .widget .dsidx-widget a.submit, .sidebar .widget .dsidx-widget #overview .left-box p a.submit {
  margin-top: 10px;
}

#overview .contact-form {
  float: right;
  width: 100%;
}

#overview .contact-form h3 {
  margin-bottom: 6px;
}

#overview .contact-form form {
  margin: 0 0 10px;
}

#overview .contact-form textarea,
#overview .contact-form input[type="text"] {
  color: #7b8283;
  border: 1px solid #dedede;
  margin-bottom: 16px;
  background-color: #fff;
  width: 96.6%;
  padding: 3px 10px 5px;
}

#overview .contact-form textarea {
  height: 96px;
  resize: none;
  margin-bottom: 15px;
}

#overview .contact-form #recaptcha_widget {
  margin-bottom: 15px;
}

#overview .contact-form #recaptcha_widget .recaptchatable * {
  font-size: 6pt;
}

#overview .contact-form #recaptcha_widget #recaptcha_response_field {
  font-size: 10pt;
}

#overview .contact-form .ajax-loader {
  display: none;
}

#overview .contact-form .form-separator {
  margin: 0 0 15px;
}

#overview .contact-form .error-container {
  color: red;
}

#overview .contacts-list {
  float: left;
  width: 61.5%;
  margin-bottom: 8px;
}

#property_map {
  border: none;
  width: 100%;
  height: 350px;
  margin-bottom: 15px;
}

#property_map img {
  max-width: none;
}

.infoBox > img {
  z-index: 999;
  background: #f0f0f0;
  background: rgba(255, 255, 255, 0.6);
}

.infoBox > img:hover {
  background: white;
  background: rgba(255, 255, 255, 0.9);
}

.infoBox .map-info-window {
  position: relative;
  background: #fff;
  width: 244px;
  border-bottom: 3px #4dc7ec solid;
  margin-bottom: 17px;
}

.infoBox .arrow-down {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #4dc7ec transparent transparent transparent;
  position: absolute;
  bottom: -13px;
  left: 112px;
}

.infoBox .prop-title {
  margin: 10px 10px;
}

.infoBox .prop-title a {
  font-size: 14px;
  line-height: 18px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #394041;
}

.infoBox .prop-title a:hover {
  color: #df5400;
}

.infoBox p {
  margin: 10px;
}

.infoBox span.price {
  font-size: 11px;
  line-height: 18px;
  color: #df5400;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}

/*
 *  Floor Plans
 */
.floor-plans {
  padding: 25px;
  position: relative;
  border-bottom: 1px solid #dedede;
}

.floor-plans img {
  margin-bottom: 0;
}

.floor-plans .floor-plans-label {
  line-height: 20px;
  margin: 0 0 10px;
}

.floor-plans .floor-plan {
  margin-bottom: 10px;
}

.floor-plans .floor-plan:last-child {
  margin-bottom: 0;
}

.floor-plans .floor-plan-title {
  padding: 10px 15px;
  border: 1px solid #dedede;
  cursor: pointer;
  background-color: #f5f5f5;
  color: #394041;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.floor-plans .floor-plan-title .fa {
  font-size: 14px;
  line-height: 22px;
  float: left;
  margin-right: 10px;
}

.floor-plans .floor-plan-title h3 {
  float: left;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.floor-plans .floor-plan-title:hover {
  background-color: #f0f0f0;
}

.floor-plans .floor-plan.current .floor-plan-title {
  background-color: #f0f0f0;
}

.floor-plans .floor-plan-meta {
  float: right;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: hidden;
  font-size: 12px;
}

.floor-plans .floor-plan-meta div {
  display: inline-block;
  margin: 0 8px;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.floor-plans .floor-plan-meta div span {
  margin-right: 4px;
}

.floor-plans .floor-plan-meta div:first-child {
  margin-left: 0;
}

.floor-plans .floor-plan-meta div:last-child {
  margin-right: 0;
}

.floor-plans .floor-plan-meta div .floor-price-value {
  color: #ec894d;
}

.floor-plans .floor-plan-content {
  padding: 15px 20px 20px;
  border: 1px solid #dedede;
  border-top: none;
  background-color: #fff;
  display: none;
}

.floor-plans .floor-plan-desc {
  margin: 0 0 20px;
}

.floor-plans .floor-plan-map {
  margin: 0;
}

/* Properties list layout shortcode in floor plans */
.detail #overview .floor-plan-desc .inspiry-shortcode .property-item figure {
  width: 234px;
}

.detail #overview .floor-plan-desc .inspiry-shortcode .property-item .detail {
  width: 340px;
}

/* Property grid layout shortcode in floor plans */
.detail #overview .floor-plan-desc .inspiry-shortcode.property-grid .list-container {
  margin-left: -12px;
}

.detail #overview .floor-plan-desc .inspiry-shortcode.property-grid .property-item {
  margin-left: 10px;
}

/* Agent contact details */
.contacts-list {
  list-style: none;
  margin: 0;
  color: #394041;
}

.contacts-list li {
  border-bottom: 1px solid #dedede;
  line-height: 16px;
  padding: 10px 0;
}

.contacts-list li svg {
  margin-right: 5px;
  vertical-align: top;
}

.contacts-list li svg .path,
.contacts-list li svg .circle {
  fill: #394041;
}

.page-carousel .featured-properties-carousel {
  border: 1px solid #dedede;
  background: #fff;
  padding: 16px 0 15px;
  margin-bottom: 80px;
}

.page-carousel .featured-properties-carousel .narrative {
  padding-bottom: 13px;
}

.page-carousel .featured-properties-carousel .carousel {
  margin-bottom: 4px;
}

.page-carousel .featured-properties-carousel .es-carousel-wrapper ul li .price {
  background: none;
  color: #37b3d9;
  font-size: 14px;
}

/*	Password Protected Form on Property Detail Page
--------------------------------------------------------*/
.single-property form.post-password-form {
  padding: 50px;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}

.single-property form.post-password-form input[type=submit] {
  background-color: #ec894d;
  border: none;
  color: #fff;
  padding: 5px 10px;
}

.single-property form.post-password-form input[type=submit]:hover {
  background-color: #e3712c;
}

/*	Similar Properties on Property Detail Page
--------------------------------------------------------*/
.detail .listing-layout {
  border: 1px solid #dedede;
}

.detail #overview .inspiry-shortcode .list-container {
  padding: 0;
}

.detail #overview .inspiry-shortcode .property-item {
  border: 1px solid #dedede;
  padding: 10px 10px 0;
}

.detail #overview .inspiry-shortcode .property-item figure {
  width: 224px;
}

.detail #overview .inspiry-shortcode .property-item .detail {
  width: 394px;
}

.detail #overview .inspiry-shortcode .property-item .price {
  background: #4dc7ec;
  float: none;
  margin: 0 -11px 10px -18px;
  padding: 8px 20px 10px 13px;
}

.detail #overview .inspiry-shortcode .property-item .property-meta {
  border: none;
  border-top: 1px solid #dedede;
  margin: 0 -10px;
}

.detail #overview .inspiry-shortcode.property-grid .property-item {
  border: none;
  padding: 0;
  margin: 0 0 0 30px;
  min-height: 310px;
}

.detail #overview .inspiry-shortcode.property-grid .property-item figure {
  width: auto;
}

.detail .list-container {
  padding: 10px 24px 24px;
}

.detail .list-container h3 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: normal;
  margin: 0 0 7px 30px;
  text-transform: capitalize;
}

/*  property detail slider variation 2
--------------------------------------------------------*/
#property-slider-two-wrapper {
  padding: 19px 19px 3px;
  background-color: #f5f5f5;
  border-top: 1px solid #dedede;
}

#property-slider-two-wrapper .flexslider {
  border: none;
  margin: auto;
  border-radius: 0;
}

#property-slider-two {
  min-height: 320px;
}

#property-slider-two .flex-direction-nav a {
  display: block;
  text-indent: -999em;
  text-align: left;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  z-index: 150;
  cursor: pointer;
  transition: none;
  text-shadow: none;
  outline: none;
}

#property-slider-two .flex-direction-nav a:focus {
  outline: none;
}

#property-slider-two .flex-direction-nav a::before {
  display: none;
}

#property-slider-two .flex-direction-nav a.flex-prev {
  background: url(../images/prop-slider-nav-left.png) no-repeat 0px 0px;
  left: 20px;
}

#property-slider-two .flex-direction-nav a.flex-prev:hover {
  background-position: bottom;
}

#property-slider-two .flex-direction-nav a.flex-next {
  background: url(../images/prop-slider-nav-right.png) no-repeat 0px 0px;
  right: 20px;
}

#property-slider-two .flex-direction-nav a.flex-next:hover {
  background-position: bottom;
}

#property-slider-two .flex-direction-nav .flex-disabled {
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: default;
}

#property-slider-two .flexslider.loading {
  background: transparent url("../images/slider-loader.gif") no-repeat center center;
}

#property-carousel-two {
  padding: 0 28px;
}

#property-carousel-two .slides li {
  margin: 10px 10px 10px 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#property-carousel-two .slides li img {
  cursor: pointer;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#property-carousel-two .slides li:hover img, #property-carousel-two .slides li.flex-active-slide img {
  opacity: 1;
  filter: alpha(opacity=100);
}

#property-carousel-two .flex-direction-nav a {
  opacity: 1;
  background-color: #4dc7ec;
  background-image: url("../images/arrow-right-white.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 8px 11px;
  height: 40px;
  width: 40px;
  text-indent: -999em;
  text-align: left;
  transition: none;
  text-shadow: none;
  outline: none;
}

#property-carousel-two .flex-direction-nav a:hover {
  background-color: #1fb9e7;
}

#property-carousel-two .flex-direction-nav a:focus {
  outline: none;
}

#property-carousel-two .flex-direction-nav a::before {
  display: none;
}

#property-carousel-two .flex-direction-nav a.flex-prev {
  background-image: url("../images/arrow-left-white.png");
  left: 0;
}

#property-carousel-two .flex-direction-nav a.flex-next {
  background-image: url("../images/arrow-right-white.png");
  right: 0;
}

#property-carousel-two .flex-direction-nav .flex-disabled {
  opacity: 1 !important;
  filter: alpha(opacity=100);
  cursor: default;
  z-index: 100;
  pointer-events: none;
}

/*	Property Comments
--------------------------------------------------------*/
.property-comments {
  padding: 25px 20px;
  background: #ffffff;
  border: 1px solid #dedede;
  margin-top: 30px;
}

.property-comments #comments {
  padding-top: 0;
}

.property-comments #respond #commentform {
  padding: 20px 0 0;
}

@media (max-width: 979px) {
  .property-comments {
    margin-bottom: 35px;
  }
}

/* Agents Listing
--------------------------------------------------------*/
.about-agent {
  padding: 16px 20px 0;
  border: 1px solid #dedede;
  margin-bottom: 30px;
}

.about-agent h4 a, .property-item h4 .about-agent a a {
  color: #394041;
}

.about-agent h4 a:hover, .property-item h4 .about-agent a a:hover {
  color: #df5400;
}

.about-agent .agent-pic {
  margin: 0;
  float: none;
  margin-bottom: 15px;
}

.about-agent .contact-types {
  color: #394041;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}

.about-agent .contacts-list {
  margin: 0 0 20px;
}

.about-agent .contacts-list li {
  border: none;
  display: inline-block;
  margin-right: 20px;
  line-height: 20px;
}

.about-agent .contacts-list li:last-child {
  margin-right: 0;
}

.about-agent .agent-recaptcha {
  min-height: inherit;
}

.about-agent .follow-agent {
  border-top: 1px solid #dedede;
  margin: 40px -20px 0;
  clear: both;
}

.about-agent .real-btn.btn, .about-agent .btn.btn-blue, .about-agent .btn.btn-grey, .about-agent .sidebar .widget .dsidx-widget .btn.submit, .sidebar .widget .dsidx-widget .about-agent .btn.submit {
  float: right;
  padding: 12px 25px;
}

.about-agent .social_networks li a {
  border-color: #dedede;
  height: 44px;
}

.about-agent .social_networks li a i {
  width: auto;
}

.about-agent .social_networks li a i.icon-twitter:before {
  left: 1px;
  position: relative;
  top: 1px;
}

.about-agent .social_networks li a i.icon-google-plus:before {
  left: 2px;
  position: relative;
  top: 1px;
}

.about-agent .social_networks li a i.icon-linkedin:before {
  left: 1px;
  position: relative;
  top: 0px;
}

/* Agent Single
--------------------------------------------------------*/
.about-agent.agent-single figure {
  width: auto;
  margin: 0;
  float: none;
}

.about-agent.agent-single figure img {
  border: 1px solid #dedede;
}

.about-agent.agent-single .detail {
  float: none;
  width: auto;
  margin-bottom: 0;
}

.about-agent.agent-single .detail ul, .about-agent.agent-single .detail ol {
  list-style-position: inside;
}

.agent-single .contacts-list {
  margin: 0 0 20px;
}

.agent-single .contacts-list li {
  border: none;
  display: inline-block;
  margin-right: 20px;
}

.agent-single .contacts-list li:last-child {
  margin-right: 0;
}

.agent-single .follow-agent {
  margin-top: 0;
}

/* Agent Single Form
--------------------------------------------------------*/
#agent-single-form {
  margin-top: 15px;
  margin-bottom: 0;
}

#agent-single-form input[type="text"],
#agent-single-form input[type="email"],
#agent-single-form textarea {
  width: 100%;
  box-sizing: border-box;
}

#agent-single-form input[type="text"].error,
#agent-single-form input[type="email"].error,
#agent-single-form textarea.error {
  border: 1px solid #ff1a3a;
  box-shadow: inset 0 0 1px #ff1a3a;
}

#agent-single-form input[type="text"],
#agent-single-form input[type="email"] {
  height: 34px;
}

#agent-single-form textarea {
  height: 100px;
}

#agent-single-form .recaptcha_widget {
  width: 100%;
  box-sizing: border-box;
  max-width: none;
}

#agent-single-form #ajax-loader {
  display: none;
}

#agent-single-form #error-container,
#agent-single-form #message-container {
  margin: 10px 0;
  padding: 0;
}

#agent-single-form ul.recaptcha_options {
  margin: 5px;
}

/* Listing Layout
--------------------------------------------------------*/
.listing-layout {
  position: relative;
  background-color: #fff;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}

.listing-layout h4, .listing-layout .property-item h4 a, .property-item h4 .listing-layout a {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: normal;
  margin: 0 0 15px;
}

.listing-layout figure {
  float: left;
  margin: 4px 23px 15px 0;
}

.listing-layout p {
  line-height: 24px;
  font-size: 13px;
}

.listing-layout em {
  margin-right: 13px;
  font-style: normal;
}

.listing-layout .property-item-wrapper {
  width: auto;
  float: none;
  margin: 0 0 30px;
}

.listing-layout .property-item {
  padding-bottom: 0;
}

.listing-layout .property-item .price {
  margin: 0 -11px 10px -18px;
  padding: 8px 20px 10px 13px;
}

.listing-layout .property-item figure {
  margin: 0 0 20px;
}

.listing-layout .property-item img {
  border: none;
}

.listing-layout .property-item .detail {
  width: 414px;
}

.listing-layout .property-item .detail p {
  margin-bottom: 10px;
}

.listing-layout .property-by .title-heading {
  float: left;
  position: static;
}

.span12 .listing-layout .property-item figure {
  width: 244px;
}

.span12 .listing-layout .property-item .detail {
  width: 605px;
}

/* View Type
--------------------------------------------------------*/
.view-type {
  position: absolute;
  right: -1px;
  top: -42px;
  border: 1px solid #dedede;
  background-color: #fff;
}

.view-type a {
  display: block;
  float: left;
  height: 24px;
  width: 24px;
  padding: 8px;
  margin: 0;
  cursor: pointer;
}

.view-type a.grid .boxes, .view-type a.list .boxes {
  fill: #394041;
}

.view-type a.grid.active .boxes, .view-type a.grid:hover .boxes, .view-type a.list.active .boxes, .view-type a.list:hover .boxes {
  fill: #df5400;
}

.view-type a.list {
  border-right: 1px solid #dedede;
}

/* Listing
--------------------------------------------------------*/
.listing-grid-layout .main {
  margin: 52.5px 0 64px;
}

.listing-grid-layout .main.fix-margins {
  margin-top: 0;
}

.listing-grid-layout .title-heading {
  text-transform: capitalize;
  background-color: #394041;
  position: absolute;
  font-size: 21px;
  line-height: 48px;
  min-height: 53px;
  margin: 0;
  padding: 0 30px 0 20px;
  top: -53px;
  left: 0;
  color: #fff;
  left: -1px;
}

.listing-grid-layout .pagination {
  clear: both;
  border-top: 1px solid #dedede;
  margin: 20px 0;
  padding: 20px 0 0;
}

.tax-property-feature .listing-grid-layout .main,
.tax-property-city .listing-grid-layout .main,
.tax-property-type .listing-grid-layout .main,
.tax-property-status .listing-grid-layout .main {
  margin-top: 35px;
}

.list-container {
  padding: 25px 22px;
}

.listing-layout.inspiry-shortcode {
  border: none;
}

.inspiry-shortcode .list-container {
  padding: 0 5px;
}

.page-carousel .brands-carousel {
  border: 1px solid #dedede;
  margin-bottom: 60px;
}

/* Property Grid Layout
--------------------------------------------------------*/
.property-grid .list-container {
  margin-left: -30px;
}

.property-grid .list-container .alert-wrapper {
  margin: 10px 0 10px 50px;
}

.property-grid .property-item {
  margin: 0 0 30px 30px;
  padding: 0;
  float: left;
  border: 0;
  width: 196px;
  min-height: 330px;
  height: auto !important;
  height: 330px;
  background: transparent;
}

.property-grid .property-item figure {
  margin: 0 0 18px;
  width: auto;
  float: none;
}

.property-grid .property-item h4, .property-grid .property-item h4 a, .property-grid .property-item h4 a {
  font-size: 14px;
}

.property-grid .property-item h4, .property-grid .property-item h4 a {
  margin-bottom: 4px;
}

.property-grid .property-item p {
  line-height: 23px;
  margin-bottom: 10px;
}

.property-grid .property-item p .more-details {
  margin-bottom: 0;
}

.property-grid .property-item span {
  color: #4dc7ec;
  font-weight: bold;
}

.property-grid .property-item .more-details .fa-caret-right {
  margin-left: 5px;
  vertical-align: middle;
}

.property-grid.inspiry-shortcode .list-container {
  padding: 0;
}

.property-grid.inspiry-shortcode .property-item {
  margin-bottom: 20px;
}

.span12 .property-grid.inspiry-shortcode .list-container {
  padding-left: 10px;
}

.span12 .property-grid.inspiry-shortcode figure {
  width: auto;
}

/* Property Compare
--------------------------------------------------------*/
#add-to-compare-form {
  margin: 0 auto;
}

.compare_output {
  display: none;
}

.compare_output.show {
  display: block;
}

.list-container .property-item .property-meta .compare_target {
  display: inline-block;
  width: initial;
  padding: 0;
  margin: 0;
  float: none;
  border: none;
}

.list-container .property-item .property-meta .compare_target.dim {
  color: #828f91;
}

.list-container .property-item .property-meta .add-to-compare-span {
  float: right;
  border-left: 1px solid #dedede;
  padding: 10px 12px 10px 31px;
}

.list-container .property-item .property-meta .add-to-compare-span .fa {
  margin-right: 5px;
  float: none;
}

.property-grid .list-container .property-item .add-to-compare-span {
  display: block;
  float: none;
  margin: 0 auto;
  margin-top: 10px;
}

.property-grid .list-container .property-item .add-to-compare-span .fa {
  margin-right: 5px;
  float: none;
}

.property-grid .list-container .property-item .add-to-compare-span .compare_target {
  display: inline-block;
  padding: 0;
  margin: 0;
  float: none;
  border: none;
  font-weight: 400;
}

.property-grid .list-container .property-item .add-to-compare-span .compare_target.dim {
  color: #828f91;
}

.property-grid .list-container .property-item .add-to-compare-span .add-to-compare {
  color: #394041;
  font-weight: 400;
}

.property-grid .list-container .property-item .add-to-compare-span .add-to-compare:hover {
  color: #df5400;
}

.compare-properties {
  display: none;
  padding: 15px 25px;
  background: #f5f5f5;
  margin: 0 -22px 15px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #dedede;
}

.compare-properties .compare-carousel {
  margin: 0 auto 15px auto;
}

.compare-properties .compare-carousel .owl-item {
  display: inline-block;
}

.compare-properties .compare-carousel .compare-carousel-slide {
  width: 150px;
  margin-right: 15px;
  float: left;
  position: relative;
}

.compare-properties .compare-carousel .compare-carousel-slide:nth-last-child(1) {
  margin-right: 0;
}

.compare-properties .compare-carousel .compare-slide-img {
  display: inline-block;
  vertical-align: top;
}

.compare-properties .compare-carousel .compare-remove {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: top;
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.compare-properties .compare-carousel .compare-remove:hover {
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.compare-properties .compare-carousel .compare-remove i {
  color: #fff;
  line-height: 1;
  width: 15px;
  height: 15px;
  text-align: center;
}

.compare-properties .compare-nav {
  display: inline-block;
  float: right;
}

.compare-properties .compare-nav .compare-nav-pre {
  background: url(../images/carousel-nav-left.png) #dedede no-repeat center 15px;
}

.compare-properties .compare-nav .compare-nav-next {
  background: url(../images/carousel-nav-right.png) #dedede no-repeat center 15px;
}

.compare-properties .compare-nav .compare-nav-pre,
.compare-properties .compare-nav .compare-nav-next {
  width: 25px;
  height: 37px;
  display: inline-block;
  cursor: pointer;
  text-indent: -999em;
}

.compare-properties .compare-nav .compare-nav-pre:hover,
.compare-properties .compare-nav .compare-nav-next:hover {
  background-color: #394041;
  background-position: center -14px;
}

.property-grid .compare-properties {
  margin: 0 -22px 15px 8px;
}

.page-template-template-search .compare-properties {
  background: none;
  border-top: none;
  border-bottom: none;
  padding: 20px 25px 0;
  margin-bottom: 0;
}

.page-template-template-search .compare-properties h4, .page-template-template-search .compare-properties .property-item h4 a, .property-item h4 .page-template-template-search .compare-properties a {
  text-align: left;
  margin-bottom: 25px;
}

.page-template-template-search .compare-properties .compare-carousel {
  margin: 0 auto 25px auto;
}

.page-template-template-search .compare-properties .compare-carousel .compare-carousel-slide {
  width: 204px;
  margin-right: 25px;
}

.page-template-template-search .compare-properties .compare-carousel .compare-carousel-slide:nth-last-child(1) {
  margin-right: 0;
}

.page-template-template-search .compare-properties .compare-carousel .compare-carousel-slide .compare-slide-img {
  display: block;
}

.page-template-template-search .compare-properties .compare-carousel .compare-carousel-slide img {
  width: 100%;
}

.page-template-template-search .compare-properties .compare-submit {
  float: left;
}

.page-template-template-search-right-sidebar .compare-properties {
  margin: 25px -22px 0;
}

.page-template-template-search-sidebar .compare-properties {
  margin: 25px -22px 0;
}

.property-item .compare-meta {
  overflow: visible;
}

.property-item .compare-meta span {
  border-right: none;
  margin-right: 0;
}

.property-item .compare-meta .add-to-compare-search {
  margin-left: 0;
  padding: 10px 17px;
  padding: 10px 24px 10px 15px;
  float: right;
  margin-right: -20px;
}

.property-item .compare-meta .add-to-compare-search .add-to-compare:hover .compare-label {
  color: #df5400;
}

.property-item .compare-meta .add-to-compare-search svg {
  margin-right: 0;
  margin-top: 2px;
}

.property-item .compare-meta .add-to-compare-search .compare-label {
  display: none;
}

.property-item .compare-meta .add-to-compare-search .compare-tooltip {
  cursor: pointer;
  position: relative;
  padding: 0;
  margin: 0;
  outline: 0;
}

.property-item .compare-meta .add-to-compare-search .compare-tooltip svg {
  height: 18px;
  width: 18px;
}

.property-item .compare-meta .add-to-compare-search .compare-tooltip::before {
  position: absolute;
  top: -34px;
  left: -96px;
  background-color: #c1c0c1;
  border-radius: 2px;
  color: #fff;
  content: attr(aria-label);
  padding: 6px 5px;
  text-transform: none;
  transition: all 0.5s ease;
  width: 110px;
  line-height: 1;
}

.property-item .compare-meta .add-to-compare-search .compare-tooltip::after {
  position: absolute;
  top: -11px;
  left: 3px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #c1c0c1;
  content: " ";
  font-size: 0;
  line-height: 0;
  margin-left: -5px;
  width: 0;
  transition: all 0.5s ease;
}

.property-item .compare-meta .add-to-compare-search .compare-tooltip::before, .property-item .compare-meta .add-to-compare-search .compare-tooltip::after {
  color: #fff;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 11px;
  opacity: 0;
  pointer-events: none;
  text-align: center;
}

.property-item .compare-meta .add-to-compare-search .compare-tooltip:focus::before, .property-item .compare-meta .add-to-compare-search .compare-tooltip:focus::after, .property-item .compare-meta .add-to-compare-search .compare-tooltip:hover::before, .property-item .compare-meta .add-to-compare-search .compare-tooltip:hover::after {
  outline: 0;
  opacity: 1;
  transition: all 0.75s ease;
}

/* .property-items-container {
  .property-item {
    .property-meta {
      div.add-to-compare-span {
        margin-left: 0;
        float: right;
        margin-right: -20px;
        border-left: 1px solid #e1e1e1;
        padding: 8px 12px;
        line-height: 1;
      }
    }
  }
} */
/* clear */
.clear:before,
.clear:after {
  content: ' ';
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  *zoom: 1;
}

/* Gallery Template
--------------------------------------------------------*/
#filter-by {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  margin: 30px 0 0;
  text-align: center;
}

#filter-by a {
  display: inline-block;
  color: #586162;
  font-size: 13px;
  margin: 0 0 3px;
  padding: 7px 17px 8px;
  border: 1px solid #dedede;
  background-color: #eaeaea;
  cursor: pointer;
}

#filter-by a:focus, #filter-by a.active, #filter-by a:hover {
  outline: 0;
  color: #fff;
  border-color: #ec894d;
  background-color: #ec894d;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#gallery-container {
  padding: 30px;
}

.gallery-item {
  float: left;
  margin-bottom: 18px;
  overflow: hidden;
}

.gallery-item figure {
  margin: 0 0 18px;
  position: relative;
  float: none;
}

.gallery-item img {
  margin-bottom: 0;
  border: none;
}

.gallery-item .media_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  background: rgba(84, 200, 236, 0.9);
  background: #54c8ec \9;
  display: none;
}

.gallery-item .media_container a {
  opacity: 1.0;
  z-index: 250;
  display: block;
  position: absolute;
  top: 50%;
  width: 32px;
  height: 32px;
  background-color: #ffffff;
}

.gallery-item .media_container a:hover {
  background-color: #f5f5f5;
  -webkit-transition: ease-in-out 0.2s;
  -moz-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}

.gallery-item .media_container a.link {
  right: 0;
  background-image: url(../images/icon-link.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.gallery-item .media_container a.zoom {
  left: 0;
  background-image: url(../images/icon-zoom.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.gallery-item .item-title {
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: normal;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}

.gallery-item .item-title a {
  color: #394041;
}

.gallery-item .item-title a:hover {
  color: #ec894d;
}

.gallery-2-columns,
.gallery-3-columns,
.gallery-4-columns {
  margin-left: -30px;
}

.gallery-2-columns .gallery-item,
.gallery-3-columns .gallery-item,
.gallery-4-columns .gallery-item {
  margin-left: 30px;
}

.gallery-2-columns .gallery-item {
  width: 424px;
}

.gallery-3-columns .gallery-item {
  width: 272px;
}

.gallery-4-columns .gallery-item {
  width: 197px;
}

/* Isotope Styles
--------------------------------------------------------*/
table {
  border-width: 1px;
  border-spacing: 1px;
  border-style: solid;
  border-color: #cecece;
  border-collapse: collapse;
  background-color: transparent;
}

table th {
  border-width: 1px;
  padding: 5px;
  border-style: solid;
  border-color: #cecece;
  background-color: white;
}

table td {
  border-width: 1px;
  padding: 5px;
  border-style: solid;
  border-color: #cecece;
  background-color: white;
}

/* Isotope Styles
--------------------------------------------------------*/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/*	dsIDX Styles
--------------------------------------------------------*/
#dsidx.dsidx-results a {
  text-decoration: none;
}

#dsidx.dsidx-results a:hover {
  text-decoration: none;
}

#dsidx.dsidx-results .dsidx-paging-control {
  float: left;
  text-align: left;
  font-size: 12px;
}

#dsidx.dsidx-results .dsidx-sorting-control {
  font-size: 12px;
  text-align: left;
}

#dsidx.dsidx-results .dsidx-sorting-control form select {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-color: #dedede;
  margin-bottom: 2px;
  margin-left: 5px;
}

#dsidx.dsidx-results #dsidx-map-control {
  clear: both;
  margin-top: 10px;
}

#dsidx.dsidx-results #dsidx-map {
  border: none;
}

#dsidx-disclaimer {
  clear: both;
  font-size: 12px;
  line-height: 20px;
  margin-top: 10px;
}

/* dsIDXpress Listing Styles
--------------------------------------------------------*/
#dsidx-listings {
  margin: 0;
}

#dsidx-listings li {
  display: none;
}

#dsidx-listings li.dsidx-listing {
  display: block;
  margin: 0 0 30px;
  border: 1px solid #dedede;
  padding: 20px;
  width: auto;
}

#dsidx-listings .dsidx-media .dsidx-photo {
  border: none;
}

#dsidx-listings .dsidx-primary-data {
  background-color: #4dc7ec;
  color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 62%;
}

#dsidx-listings .dsidx-address {
  display: inline;
  margin-left: 10px;
}

#dsidx-listings .dsidx-address a {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
}

#dsidx-listings .dsidx-address a:hover {
  color: #fff;
}

#dsidx-listings .dsidx-price {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  padding-left: 6px;
  display: inline;
  float: left;
}

#dsidx-listings .dsidx-secondary-data {
  width: auto;
}

#dsidx-listings .dsidx-secondary-data div {
  background: url(../images/icon-arrow-small.png) no-repeat 4px 6px;
  padding-left: 20px;
  float: left;
  margin: 5px 3px;
  width: 40%;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 23px;
}

.dsidx-results li.dsidx-prop-summary {
  padding: 15px 0 15px 15px;
  margin-bottom: 30px;
  border: 1px solid #dedede;
}

.dsidx-results li.dsidx-prop-summary .dsidx-prop-title {
  background-color: #4dc7ec;
  color: #fff;
  padding: 8px 10px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: capitalize;
  margin: 0;
  font-size: 18px;
}

.dsidx-results li.dsidx-prop-summary .dsidx-prop-title b {
  font-weight: normal;
}

.dsidx-results li.dsidx-prop-summary .dsidx-prop-title a {
  color: #fff;
}

.dsidx-results li.dsidx-prop-summary .dsidx-prop-title a:hover {
  text-decoration: underline;
}

.dsidx-results li.dsidx-prop-summary .dsidx-prop-features div {
  background: url(../images/icon-arrow-small.png) no-repeat 4px 6px;
  padding-left: 20px;
  float: left;
  margin: 5px 3px;
  width: 19%;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 23px;
}

/* dsIDXpress Details Page Styles
--------------------------------------------------------*/
#dsidx.dsidx-details #dsidx-actions {
  margin: 0 0 15px;
  font-family: "Roboto",Helvetica,Arial,sans-serif;
  font-weight: normal;
}

#dsidx.dsidx-details #dsidx-description {
  background: #fff;
  border: 1px solid #dedede;
  padding: 15px;
  color: #8b9293;
  font-size: 13px;
  line-height: 23px;
}

#dsidx.dsidx-details #dsidx-secondary-data,
#dsidx.dsidx-details .dsidx-supplemental-data {
  border: none;
}

#dsidx.dsidx-details #dsidx-secondary-data th,
#dsidx.dsidx-details #dsidx-secondary-data td,
#dsidx.dsidx-details .dsidx-supplemental-data th,
#dsidx.dsidx-details .dsidx-supplemental-data td {
  background: #fbfbfb;
  color: #636464;
  font-size: 13px;
  line-height: 23px;
  border: 1px solid #dedede;
}

#dsidx.dsidx-details #dsidx-secondary-data tr:hover th, #dsidx.dsidx-details #dsidx-secondary-data tr:hover td,
#dsidx.dsidx-details .dsidx-supplemental-data tr:hover th,
#dsidx.dsidx-details .dsidx-supplemental-data tr:hover td {
  background: #f1f1f1;
}

#dsidx.dsidx-details h3 {
  margin-top: 20px;
}

#dsidx.dsidx-details #dsidx-map {
  border: none;
}

#dsidx.dsidx-details #dsidx-contact-form {
  background: #fbfbfb;
  border: 1px solid #dedede;
  padding: 15px;
}

#dsidx.dsidx-details .dsidx-contact-form table {
  border: none;
}

#dsidx.dsidx-details .dsidx-contact-form table th,
#dsidx.dsidx-details .dsidx-contact-form table td {
  background: transparent;
  color: #636464;
  font-size: 13px;
  line-height: 23px;
  border: none;
}

#dsidx.dsidx-details .dsidx-contact-form table td.column-one {
  width: 25%;
}

#dsidx.dsidx-details .dsidx-contact-form table tr {
  background: transparent;
}

#dsidx.dsidx-details .dsidx-contact-form table tr:hover th, #dsidx.dsidx-details .dsidx-contact-form table tr:hover td {
  background: transparent;
}

#dsidx.dsidx-details .dsidx-contact-form table input.dsidx-text {
  width: 90%;
  padding: 5px 10px;
}

#dsidx.dsidx-details .dsidx-contact-form table label {
  font-family: "Roboto",Helvetica,Arial,sans-serif;
  margin-top: 5px;
}

#dsidx.dsidx-details .dsidx-contact-form table input[type=button] {
  padding: 10px 18px;
  font-family: "Roboto",Helvetica,Arial,sans-serif;
  font-size: 14px;
  height: auto;
  line-height: 18px;
}

#dsidx.dsidx-details .dsidx-contact-form table textarea.dsidx-contact-form-comments {
  padding: 5px 10px;
  width: 93%;
}

#dsidx.dsidx-details .dsidx-contact-form table select {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

#dsidx-header {
  background: #fbfbfb;
  border: 1px solid #dedede;
  padding: 15px;
  margin-bottom: 20px;
}

#dsidx-header table {
  border: none;
}

#dsidx-header table td {
  border: none;
  background: transparent;
}

#dsidx-header table#dsidx-primary-data th {
  border: none;
  background: transparent;
  color: #636464;
  font-family: "Roboto",Helvetica,Arial,sans-serif;
  font-weight: normal;
}

#dsidx-header table#dsidx-primary-data td {
  border: none;
  color: #636464;
  font-family: "Roboto",Helvetica,Arial,sans-serif;
  font-weight: normal;
}

#dsidx-header .dsidx-secondary-row {
  background: transparent;
}

.sidebar .widget.dsidx-widget-listings h3.title {
  margin-bottom: 0;
}

.sidebar .widget .dsidx-map {
  height: auto;
  padding: 5px 18px 49px 22px;
}

.sidebar .widget .dsidx-map .dsidx-details {
  height: auto;
  margin-bottom: 5px;
}

.sidebar .widget .dsidx-slideshow {
  height: auto;
}

.sidebar .widget .dsidx-slideshow ul {
  height: 106px;
  margin: 5px 0;
}

.sidebar .widget .dsidx-slideshow .featured-listing {
  height: auto;
}

.sidebar .widget .dsidx-slideshow .featured-listing h4, .sidebar .widget .dsidx-slideshow .featured-listing .property-item h4 a, .property-item h4 .sidebar .widget .dsidx-slideshow .featured-listing a {
  background-color: #4dc7ec;
  color: #fff;
  padding: 5px 5px 6px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: capitalize;
  margin: 0;
  font-size: 14px;
}

.sidebar .widget .dsidx-slideshow .featured-listing h4 a, .property-item h4 .sidebar .widget .dsidx-slideshow .featured-listing a a {
  color: #fff;
}

.sidebar .widget .dsidx-slideshow .featured-listing h4 a:hover, .property-item h4 .sidebar .widget .dsidx-slideshow .featured-listing a a:hover {
  text-decoration: underline;
}

.sidebar .widget .dsidx-slideshow .featured-listing img {
  margin: 0 5px 0 0;
  border: none;
}

.sidebar .widget .dsidx-expanded {
  background: white;
  padding: 15px;
}

.sidebar .widget .dsidx-expanded .featured-listing {
  height: auto;
  margin: 0 0 15px;
  border-top: none;
}

.sidebar .widget .dsidx-expanded .featured-listing h4, .sidebar .widget .dsidx-expanded .featured-listing .property-item h4 a, .property-item h4 .sidebar .widget .dsidx-expanded .featured-listing a {
  background-color: #4dc7ec;
  color: #fff;
  padding: 5px 5px 6px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: capitalize;
  margin: 0;
  font-size: 14px;
  border: none;
  margin-left: 0 !important;
}

.sidebar .widget .dsidx-expanded .featured-listing h4 a, .property-item h4 .sidebar .widget .dsidx-expanded .featured-listing a a {
  color: #394041;
}

.sidebar .widget .dsidx-expanded .featured-listing h4 a:hover, .property-item h4 .sidebar .widget .dsidx-expanded .featured-listing a a:hover {
  color: #dc7d44;
}

.sidebar .widget .dsidx-expanded .featured-listing .dsidx-photo {
  position: relative;
  left: auto;
  top: auto;
  float: none;
}

.sidebar .widget .dsidx-expanded .featured-listing img {
  margin: 0 5px 10px 0;
  border: none;
}

.sidebar .widget .dsidx-expanded .featured-listing ul {
  padding: 0 0;
  clear: both;
  margin: 0;
  margin-left: 0 !important;
}

.sidebar .widget .dsidx-expanded .featured-listing ul > li {
  background: url(../images/icon-arrow-small.png) no-repeat 4px 8px;
  padding: 5px 5px 5px 20px;
  float: none;
  display: block;
  margin: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 20px;
}

.sidebar .widget .dsidx-expanded .featured-listing ul > li:first-child {
  border-top: none;
}

.sidebar .widget .dsidx-search-widget form {
  padding: 0 20px;
}

.sidebar .widget .dsidx-search-widget table {
  border: none;
  background: transparent;
}

.sidebar .widget .dsidx-search-widget table tr th {
  padding: 8px 6px 8px 8px;
}

.sidebar .widget .dsidx-search-widget table tr th,
.sidebar .widget .dsidx-search-widget table tr td {
  background: transparent;
  border: none;
  position: relative;
}

.sidebar .widget .dsidx-search-widget label {
  color: #394041;
  font-size: 13px;
  display: block;
  float: none;
  width: 98%;
  padding: 0;
}

.sidebar .widget .dsidx-search-widget span.select-wrapper {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  position: relative;
  display: block;
}

.sidebar .widget .dsidx-search-widget span.select-wrapper input {
  width: 136px;
  height: 24px;
  padding-right: 30px;
  margin-bottom: 22px;
  cursor: pointer;
  color: #7b8283;
  background: url(../images/dropdown-arrow.png) no-repeat right top;
}

.sidebar .widget .dsidx-search-widget select {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #cdcdcd;
  padding: 5px 6px;
  font-size: 12px;
  margin: 0 auto 10px;
  display: block;
  width: 98% !important;
}

.sidebar .widget .dsidx-search-widget select.dsidx-search-widget-propertyTypes {
  display: block;
  margin: 0 auto 10px;
  width: 98% !important;
}

.sidebar .widget .dsidx-search-widget input[type="text"], .sidebar .widget .dsidx-search-widget textarea {
  border: 1px solid #cdcdcd;
  padding: 2px 6px;
  font-size: 12px;
  width: 98% !important;
  float: none !important;
  margin-bottom: 10px;
  height: 28px;
}

.sidebar .widget .dsidx-search-widget input[type=text].dsidx-price {
  width: 48% !important;
}

.sidebar .widget .dsidx-search-widget .dsidx-search-button {
  text-align: center;
}

.sidebar .widget .dsidx-search-widget .dsidx-search-button .submit {
  padding: 8px 16px;
  font-family: "Roboto",Helvetica,Arial,sans-serif;
  font-size: 14px;
  text-transform: capitalize;
  color: #fff;
}

.sidebar .widget .dsidx-search-widget .dsidx-search-button br {
  display: none;
}

.sidebar .widget .dsidx-widget-single-listing {
  border: none;
}

.sidebar .widget .dsidx-widget-single-listing h3.widget-title {
  font-family: "Roboto",Helvetica,Arial,sans-serif;
}

.sidebar .widget .dsidx-controls {
  display: none;
}

.disable-responsive .sidebar .widget .dsidx-search-widget input[type=text].dsidx-price {
  width: 34%;
}

.disable-responsive .sidebar .widget .dsidx-widget-single-listing {
  width: 220px;
}

/* dsIDXpress Pro Fixes
--------------------------------------------------------*/
#dsidx-top-search #dsidx-search-bar {
  background: url("../images/dsidxpress/28b0b3.png") no-repeat 11px center;
  background: url("../images/dsidxpress/28b0b3.png") no-repeat 11px center, -moz-linear-gradient(top, #4dc7ec 0, #4dc7ec 100%);
  background: url("../images/dsidxpress/28b0b3.png") no-repeat 11px center, -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(77, 199, 236, 0.3)), color-stop(1, #4dc7ec));
  background: url("../images/dsidxpress/28b0b3.png") no-repeat 11px center, -webkit-linear-gradient(top, #4dc7ec 0, #4dc7ec 100%);
  background: url("../images/dsidxpress/28b0b3.png") no-repeat 11px center, -ms-linear-gradient(top, #4dc7ec 0, #4dc7ec 100%);
  background: url("../images/dsidxpress/28b0b3.png") no-repeat 11px center, -o-linear-gradient(top, #4dc7ec 0, #4dc7ec 100%);
  background: url("../images/dsidxpress/28b0b3.png") no-repeat 11px center, linear-gradient(top, #4dc7ec 0, #4dc7ec 100%);
}

#dsidx-top-search {
  background-color: #4dc7ec;
}

#dsidx-top-search #dsidx-search-form-wrap {
  background: #4dc7ec;
}

#dsidx-top-search #dsidx-search-form table {
  border-width: 0px;
}

#dsidx-top-search #dsidx-search-form table tr {
  border-width: 0px;
}

#dsidx-top-search #dsidx-search-form table td {
  border-width: 0px;
}

#dsidx-top-search #dsidx-search-form table th {
  border-width: 0px;
}

#dsidx select, .dsidx-content-header select {
  width: 150px;
}

#dsidx select, .dsidx-content-header select#dsidx-search-type {
  width: 245px;
}

.dsidx-profile-button {
  line-height: 16px;
  padding: 6px 8px;
}

#dsidx-top-search #dsidx-search-form .dsidx-search-tag-list .dsidx-search-tag-checkbox label {
  display: inline-block;
}

#dsidx-profile-header .dsidx-profile-button .dsidx-profile-dropicon {
  margin-left: 6px;
}

#dsidx.dsidx-results .dsidx-paging-control {
  float: right;
  text-align: right;
}

#dsidx ul.dsidx-tabs.dsidx-result-tabs li.dsidx-tab span {
  padding-left: 24px;
}

#dsidx ul.dsidx-tabs.dsidx-result-tabs li.dsidx-tab span {
  line-height: 16px;
}

#dsidx-listings li.dsidx-listing-container {
  display: block;
  margin: 0 0 30px;
  border: 1px solid #dedede;
  padding: 10px;
  width: auto;
}

#dsidx-listings li.dsidx-listing-container .dsidx-listing {
  border: none;
  padding: 0;
  box-shadow: none;
  background: transparent;
  border-radius: 0;
  margin-bottom: 0;
}

ol#dsidx-listings {
  padding: 20px 0;
}

#dsidx-listings .dsidx-listing-container .dsidx-listing:hover .dsidx-media,
#dsidx-listings .dsidx-listing-container .dsidx-listing .dsidx-media {
  padding: 0;
  margin: 0;
  background: transparent;
}

#dsidx-listings .dsidx-listing-container .dsidx-listing:hover .dsidx-data,
#dsidx-listings .dsidx-listing-container .dsidx-listing .dsidx-data {
  margin: 0;
}

#dsidx-listings .dsidx-listing-container .dsidx-listing .dsidx-media .dsidx-photo {
  border: none;
}

#dsidx-listings .dsidx-listing-container .dsidx-listing .dsidx-media .dsidx-photo .dsidx-photo-count {
  background: #999 url(../../../../api/images/dsidxpress/icons/photo-count.png) 5px 8px no-repeat;
}

#dsidx-listings .dsidx-listing-container .dsidx-primary-data {
  width: 100%;
}

#dsidx-listings .dsidx-listing-container .dsidx-listing .dsidx-primary-data {
  border: none;
  padding: 6px 0 20px 0;
}

#dsidx-listings .dsidx-listing-container .dsidx-listing .dsidx-primary-data .dsidx-address a {
  color: #fff;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
}

#dsidx-listings .dsidx-listing-container .dsidx-listing .dsidx-primary-data .dsidx-address a span {
  color: #fff;
}

#dsidx-listings .dsidx-listing-container .dsidx-listing .dsidx-primary-data .dsidx-price,
#dsidx-listings .dsidx-listing-container .dsidx-listing .dsidx-primary-data .dsidx-price-sold {
  background: transparent;
}

#dsidx-listings .dsidx-listing-container .dsidx-listing .dsidx-secondary-data {
  padding: 0;
  margin: 0;
  overflow: hidden;
}

#dsidx-listings .dsidx-listing-container .dsidx-secondary-data div {
  display: block;
  width: 42%;
  padding-left: 24px;
  margin: 5px 3px;
  background: url(../images/icon-arrow-small.png) no-repeat 8px 6px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 23px;
}

#dsidx-listings .dsidx-listing .dsidx-listing-tag.dsidx-tag-open-house {
  float: none;
  text-align: left;
  width: auto;
  margin: 0;
  padding: 3px 10px;
}

#dsidx-listings .dsidx-listing-container .dsidx-listing .dsidx-listing-tag.dsidx-tag-pre-foreclosure {
  float: none;
  text-align: left;
  width: auto;
  margin: 0;
  padding: 3px 10px;
  background: #e3712c;
}

.dsidx-results-grid #dsidx-listings li.dsidx-listing-container {
  padding: 0;
  border: none;
}

.dsidx-results-grid #dsidx-listings .dsidx-listing:hover .dsidx-data,
.dsidx-results-grid #dsidx-listings .dsidx-listing .dsidx-data {
  padding: 0;
}

.dsidx-results-grid #dsidx-listings .dsidx-listing-container .dsidx-listing .dsidx-primary-data {
  padding: 6px 0 12px 0;
  width: 250px;
}

.dsidx-results-grid #dsidx-listings .dsidx-listing-container .dsidx-secondary-data div {
  background: none;
  width: auto;
}

.dsidx-results-grid #dsidx-listings .dsidx-listing .dsidx-media .dsidx-photo {
  background: transparent;
  box-shadow: none;
}

.dsidx-results-grid #dsidx-listings .dsidx-listing .dsidx-media .dsidx-photo img {
  max-height: none;
}

#dsidx-listings .dsidx-listing-container .dsidx-listing .dsidx-media .dsidx-photo .dsidx-photo-count {
  background: #999 url(../../../../api/images/dsidxpress/icons/photo-count.png) 5px 3px no-repeat;
  line-height: 16px;
}

.dsidx-results-grid #dsidx-listings .dsidx-listing .dsidx-data .dsidx-primary-data .dsidx-price {
  background: #4dc7ec;
  border: none;
  position: static;
  top: auto;
  left: auto;
  float: right;
  width: auto;
  line-height: 20px;
}

.dsidx-results-grid #dsidx-listings .dsidx-listing:hover .dsidx-data .dsidx-primary-data .dsidx-price {
  padding: 5px 10px;
}

.dsidx-results-grid #dsidx-listings .dsidx-listing .dsidx-primary-data .dsidx-address {
  float: left;
  padding: 5px 5px 5px 0;
}

#dsidx.dsidx-share-dropicon {
  margin-left: 6px;
}

#dsidx.dsidx-details {
  margin: 0;
}

.mapsearch_data_table {
  padding: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.mapsearch_data_label_alt,
.mapsearch_data_value {
  color: #8b9293;
}

#mapsearch_header,
#mapsearch_footer {
  display: none;
}

.sidebar .dsidx-results-widget .dsidx-panel {
  padding: 10px 20px 20px;
}

.sidebar .dsidx-results-widget .dsidx-panel.dsidx-slideshow {
  padding: 15px 0 25px;
  background-color: #fff;
}

.sidebar .dsidx-results-widget .dsidx-panel.dsidx-slideshow a.dsidx-photo {
  margin: 5px 0 0 5px;
}

.sidebar .dsidx-results-widget .dsidx-slideshow .featured-listing h4 a, .property-item h4 .sidebar .dsidx-results-widget .dsidx-slideshow .featured-listing a a,
.sidebar .dsidx-results-widget .dsidx-slideshow .featured-listing a a {
  color: #929a9b;
}

.sidebar .dsidx-results-widget .dsidx-slideshow .featured-listing h4 a:hover, .property-item h4 .sidebar .dsidx-results-widget .dsidx-slideshow .featured-listing a a:hover,
.sidebar .dsidx-results-widget .dsidx-slideshow .featured-listing a a:hover {
  color: #b0b8b9;
}

/*  dsIDX search widget for homepage
--------------------------------------------------------*/
#home-idx-search {
  position: relative;
  background-color: #fff;
  border-bottom: 1px solid #dedede;
}

#home-idx-search h3.home-widget-label {
  background-color: #394041;
  color: #dedee0;
  font-size: 21px;
  line-height: 33px;
  margin: 0;
  padding: 10px 25px;
  position: absolute;
  top: -53px;
  left: 0;
  text-transform: capitalize;
  z-index: 999;
}

#home-idx-search .dsidx-search-widget {
  max-width: none;
  padding: 25px;
  background: #fff;
  border-bottom: 1px solid #dedede;
}

#home-idx-search .dsidx-search-widget form {
  margin: 0;
}

#home-idx-search .dsidx-search-widget select {
  width: auto !important;
  float: none;
  margin: 0 20px 15px 0;
  border-radius: 0;
  padding: 5px 10px;
}

#home-idx-search .dsidx-search-widget label {
  width: auto !important;
  margin: 5px 5px 0 0;
  float: none;
  padding: 0;
  vertical-align: top;
  color: #394041;
}

#home-idx-search .dsidx-search-widget input[type=text] {
  width: 125px !important;
  margin: 0 20px 15px 0;
  float: none;
  padding: 2px 4px 2px 8px;
  box-sizing: inherit;
}

#home-idx-search .dsidx-search-widget input[type=text].dsidx-price {
  width: 80px !important;
  margin-right: 5px;
}

#home-idx-search .dsidx-search-widget input[type=text].dsidx-improvedsqft, #home-idx-search .dsidx-search-widget input[type=text].dsidx-beds, #home-idx-search .dsidx-search-widget input[type=text].dsidx-baths {
  width: 120px !important;
}

#home-idx-search .dsidx-search-widget input[type=text]#idx-q-PriceMax {
  margin-right: 20px;
}

#home-idx-search .dsidx-search-widget .dsidx-search-button {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: top;
}

#home-idx-search .dsidx-search-widget .dsidx-search-button .submit {
  margin: 0;
  padding: 5px 15px;
  font-size: 14px;
  text-transform: capitalize;
  vertical-align: bottom;
}

#dsidx-search-form-main .dsidx-search-grid {
  float: none;
  width: auto;
}

#home-idx-search .dsidx-resp-search-box {
  padding: 20px 0 20px 30px;
}

#home-idx-search .dsidx-resp-search-form {
  margin-left: -15px;
}

#home-idx-search .dsidx-resp-area {
  width: 172px !important;
  float: left !important;
  margin-left: 15px;
}

.dsidx-resp-area input[type="text"],
.dsidx-resp-area select {
  height: 35px;
}

.dsidx-resp-area-submit input[type="submit"] {
  height: 35px;
  background: #ec894d;
  border: none;
  color: #fff;
}

.dsidx-resp-area-submit input[type="submit"]:hover {
  background: #df5400;
}

.sidebar form {
  margin: 0;
}

.sidebar .dsidx-widget {
  padding: 10px 20px;
}

.sidebar .dsidx-resp-area select {
  margin: 0;
}

.sidebar .dsidx-resp-area {
  margin-bottom: 10px;
}

.sidebar .dsidx-resp-search-box > label {
  display: none;
}

.dsidx-widget-quick-search .dsidx-resp-search-box {
  padding: 10px 20px;
}

.dsidx-resp-area input[type="text"],
.dsidx-resp-area select {
  margin-bottom: 0;
}

@media (min-width: 500px) and (max-width: 1199px) {
  #home-idx-search .dsidx-resp-area {
    width: 208px !important;
  }
}

@media (min-width: 440px) and (max-width: 499px) {
  #home-idx-search .dsidx-resp-area {
    width: 90% !important;
  }
}

@media (max-width: 439px) {
  #home-idx-search .dsidx-resp-area {
    width: 80% !important;
  }
}

/*	Submit Property Template
--------------------------------------------------------*/
.submit-form {
  /* Additional details
  --------------------------------------------------------*/
}

.submit-form .form-option {
  margin-bottom: 15px;
}

.submit-form .form-option.checkbox-option input[type="checkbox"] {
  display: block;
  width: 6%;
  float: left;
  margin-top: 3px;
}

.submit-form .form-option.checkbox-option label {
  display: block;
  width: 94%;
  float: left;
  font-weight: normal;
}

.submit-form label {
  color: #394041;
  font-size: 14px;
  font-weight: bold;
}

.submit-form label.error {
  color: red;
  font-size: 12px;
  font-weight: normal;
}

.submit-form label small {
  font-weight: normal;
}

.submit-form input[type="file"] {
  line-height: 15px;
}

.submit-form input[type="text"],
.submit-form input[type="email"],
.submit-form input[type="password"],
.submit-form textarea {
  width: 424px;
}

.submit-form input[type="text"].error,
.submit-form input[type="email"].error,
.submit-form input[type="password"].error,
.submit-form textarea.error {
  border: 1px solid red;
}

.submit-form .selectwrap input[type="text"] {
  width: 400px;
}

.submit-form textarea {
  height: auto;
}

.submit-form .map-wrapper img {
  max-width: none;
}

.submit-form .ui-helper-hidden-accessible {
  display: none;
}

.submit-form .features-checkboxes {
  list-style: none;
  margin: 8px 0 15px;
}

.submit-form .features-checkboxes li {
  margin: 0 0 8px 0;
  float: left;
  width: 33%;
}

.submit-form .features-checkboxes input[type="checkbox"] {
  margin: 2px 0 0px 0;
  display: block;
  float: left;
  width: 10%;
}

.submit-form .features-checkboxes label {
  display: block;
  margin: 0 0 0 5px;
  color: #8b9293;
  font-size: 12px;
  font-weight: normal;
  width: 85%;
  float: left;
}

.submit-form .field-description {
  font-size: 12px;
}

.submit-form .map-wrapper {
  padding-bottom: 10px;
}

.submit-form .map-wrapper .real-btn, .submit-form .map-wrapper .btn-blue, .submit-form .map-wrapper .btn-grey, .submit-form .map-wrapper .sidebar .widget .dsidx-widget .submit, .sidebar .widget .dsidx-widget .submit-form .map-wrapper .submit {
  margin: 5px 0 15px;
}

.submit-form .map-wrapper .map-canvas {
  width: 100%;
  height: 352px;
  margin-bottom: 10px;
}

.submit-form .image {
  margin-bottom: 6px;
}

.submit-form #add-more {
  margin-bottom: 10px;
}

.submit-form #featured-file-container.hidden {
  display: none;
}

.submit-form #featured-thumb-container,
.submit-form #gallery-thumbs-container {
  margin: 0 0 10px -8px;
}

.submit-form .gallery-thumb,
.submit-form .sortable-placeholder {
  width: 141px;
  height: 141px;
  float: left;
  margin: 0 0 8px 8px;
  background-color: #efefef;
}

.submit-form .gallery-thumb {
  position: relative;
  display: table;
  text-align: center;
  background-color: #efefef;
  -webkit-box-shadow: inset 0px 0px 0px 2px #dfdfdf;
  -moz-box-shadow: inset 0px 0px 0px 2px #dfdfdf;
  box-shadow: inset 0px 0px 0px 2px #dfdfdf;
}

.submit-form .gallery-thumb span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
}

.submit-form .gallery-thumb img {
  width: 141px;
  height: 141px;
  position: absolute;
  top: 0;
  left: 0;
}

.submit-form .gallery-thumb .mark-featured,
.submit-form .gallery-thumb .loader,
.submit-form .gallery-thumb a {
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  color: #f0f0f0;
  padding: 5px 8px;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 16px;
}

.submit-form .gallery-thumb .mark-featured:hover,
.submit-form .gallery-thumb .loader:hover,
.submit-form .gallery-thumb a:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
}

.submit-form .gallery-thumb .loader {
  right: auto;
  bottom: auto;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: none;
}

.submit-form .gallery-thumb .mark-featured {
  right: auto;
  top: auto;
  bottom: 0;
  left: 0;
}

.submit-form .inspiry-detail {
  margin: 5px 0;
}

.submit-form .inspiry-detail .inspiry-detail-control {
  width: 5%;
  float: left;
  color: #aaa;
}

.submit-form .inspiry-detail .inspiry-detail-title {
  width: 33%;
  float: left;
}

.submit-form .inspiry-detail .inspiry-detail-value {
  width: 57%;
  float: left;
}

.submit-form .inspiry-detail label {
  display: block;
  font-weight: normal;
}

.submit-form .inspiry-detail input[type="text"] {
  width: 96%;
  height: 34px;
  margin: 0;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

.submit-form .detail-placeholder {
  margin: 5px 0;
  background: #f9f9f9;
  height: 34px;
}

.submit-form .sort-detail {
  cursor: move;
}

.submit-form .sort-detail:hover {
  color: #666;
}

.submit-form .inspiry-details-wrapper a {
  color: #aaa;
}

.submit-form .inspiry-details-wrapper a:hover,
.submit-form .inspiry-details-wrapper a:focus {
  color: #666;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.submit-form .inspiry-details-wrapper .fa {
  text-decoration: none;
  position: relative;
  top: 7px;
  font-size: 16px;
}

.form-options-container {
  margin-left: -18px;
}

.form-options-container .form-option {
  float: left;
  width: 210px;
  margin-left: 18px;
}

.form-options-container input[type="text"] {
  width: 196px;
  margin-bottom: 12px;
}

.form-options-container .selectwrap input[type="text"] {
  width: 172px;
}

.form-options-container .full {
  float: none;
  width: 439px;
}

.form-options-container .full input[type="text"] {
  width: 423px;
}

.form-options-container .full .selectwrap input[type="text"] {
  width: 199px;
}

input[type="text"].ui-autocomplete-loading {
  background: transparent url("../images/loading.gif") no-repeat right center;
  visibility: visible;
}

.ui-autocomplete-input.open {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.ui-autocomplete {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  z-index: 10000;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-width: 1px;
  border-style: solid;
  background: #fff;
}

.ui-autocomplete li {
  margin-bottom: 0;
  white-space: nowrap;
  text-align: left;
}

.ui-autocomplete li a {
  display: block;
  height: 100%;
  padding: 4px 10px;
}

.ui-autocomplete li a.ui-state-focus {
  cursor: pointer;
}

.form-option .agent-options label {
  display: inline-block;
  font-weight: normal;
  font-size: 13px;
}

.form-option .agent-options input[type="radio"] {
  margin-top: -1px;
}

.form-option .agent-options select {
  width: auto;
  margin: 0 0 0 5px;
  border-radius: 0;
}

#drag-and-drop {
  margin-bottom: 10px;
  background-color: #efefef;
  border: 3px dashed #dfdfdf;
}

.drag-drop-msg {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 18px;
}

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

.drag-btn {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 15px;
}

#errors-log {
  color: red;
}

#submit-property-form #wp-description-editor-tools .wp-editor-tabs .wp-switch-editor {
  margin: 0 0 0 5px;
}

#submit-property-form #wp-description-wrap .wp-editor-container {
  border: 1px solid #e5e5e5;
}

/*	Login & Register
--------------------------------------------------------*/
.login-register .main-wrap h3 {
  margin-top: 0;
  font-size: 18px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  text-align: left;
  font-weight: normal;
  margin-bottom: 0;
}

.login-register .main-wrap h3 span {
  background-color: #394041;
  color: white;
  display: inline-block;
  padding: 5px 25px;
  vertical-align: top;
}

.login-register .inner-wrapper {
  padding: 50px 95px 25px;
}

.login-register .info-text {
  color: #171717;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
}

.login-register .form-option {
  margin-bottom: 15px;
}

.login-register input[type="text"],
.login-register input[type="password"] {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  box-shadow: inset 0 0 2px #e9e9e9;
  border: 1px solid #cdcdcd;
  height: 28px;
  padding: 3px 8px 4px;
  color: #394041;
  border-radius: 0;
  width: 75%;
  margin-bottom: 0;
}

.login-register input[type="text"]:focus,
.login-register input[type="password"]:focus {
  border-color: #dedede;
  box-shadow: none;
}

.login-register input[type="text"].error,
.login-register input[type="password"].error {
  border-color: red;
}

.login-register label {
  display: block;
  color: #394041;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 5px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}

.login-register label span {
  color: red;
  display: inline-block;
  margin: 0 5px;
}

.login-register label.error {
  margin: 5px 0;
  font-size: 12px;
  color: red;
  line-height: 20px;
}

.login-register .desc-text {
  margin-bottom: 20px;
}

.login-register .register-btn,
.login-register .real-btn,
.login-register .btn-blue,
.login-register .btn-grey,
.login-register .sidebar .widget .dsidx-widget .submit, .sidebar .widget .dsidx-widget
.login-register .submit {
  padding: 10px 40px;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.login-register .register-btn {
  background: #62caea;
}

.login-register .register-btn:hover {
  background: #35bbe4;
}

.login-register .forgot-password {
  margin: 0 0 20px;
  padding: 0;
}

.login-register .forgot-password a {
  color: #EC894D;
  outline: 0;
}

.login-register .forgot-password a:hover {
  color: red;
}

.login-register #forgot-form {
  display: none;
}

/*	Social Login
--------------------------------------------------------*/
.inspiry-social-login .wp-social-login-widget {
  margin-bottom: 20px;
}

.inspiry-social-login .wp-social-login-connect-with {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  color: #394041;
}

.inspiry-social-login .wp-social-login-provider-list {
  padding: 0;
  margin: 0 0 0 -3px;
}

.inspiry-social-login .wp-social-login-provider {
  display: inline-block;
  padding: 8px 13px;
  margin: 5px 3px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  background-color: #e3712c;
}

.inspiry-social-login i.fa {
  display: inline-block;
}

.inspiry-social-login .wp-social-login-provider-facebook {
  background-color: #3b5998;
}

.inspiry-social-login .wp-social-login-provider-facebook:focus, .inspiry-social-login .wp-social-login-provider-facebook:hover {
  background-color: #344e86;
}

.inspiry-social-login .wp-social-login-provider-google {
  background-color: #dd4b39;
}

.inspiry-social-login .wp-social-login-provider-google:focus, .inspiry-social-login .wp-social-login-provider-google:hover {
  background-color: #4285f4;
}

.inspiry-social-login .wp-social-login-provider-twitter {
  background-color: #1da1f2;
}

.inspiry-social-login .wp-social-login-provider-twitter:focus, .inspiry-social-login .wp-social-login-provider-twitter:hover {
  background-color: #14171a;
}

.inspiry-social-login .wp-social-login-provider-yahoo {
  background-color: #410093;
}

.inspiry-social-login .wp-social-login-provider-yahoo:focus, .inspiry-social-login .wp-social-login-provider-yahoo:hover {
  background-color: #36007a;
}

.inspiry-social-login .wp-social-login-provider-linkedin {
  background-color: #0077b5;
}

.inspiry-social-login .wp-social-login-provider-linkedin:focus, .inspiry-social-login .wp-social-login-provider-linkedin:hover {
  background-color: #8d6cab;
}

.inspiry-social-login .wp-social-login-provider-instagram {
  background-color: #f77737;
}

.inspiry-social-login .wp-social-login-provider-instagram:focus, .inspiry-social-login .wp-social-login-provider-instagram:hover {
  background-color: #fcaf45;
}

.inspiry-social-login .wp-social-login-provider-wordpress {
  background-color: #21759b;
}

.inspiry-social-login .wp-social-login-provider-wordpress:focus, .inspiry-social-login .wp-social-login-provider-wordpress:hover {
  background-color: #464646;
}

.inspiry-social-login .wp-social-login-provider-disqus {
  background-color: #2e9fff;
}

.inspiry-social-login .wp-social-login-provider-disqus:focus, .inspiry-social-login .wp-social-login-provider-disqus:hover {
  background-color: #1593ff;
}

.inspiry-social-login .wp-social-login-provider-reddit {
  background-color: #ff4500;
}

.inspiry-social-login .wp-social-login-provider-reddit:focus, .inspiry-social-login .wp-social-login-provider-reddit:hover {
  background-color: #5f99cf;
}

.inspiry-social-login .wp-social-login-provider-foursquare {
  background-color: #f94877;
}

.inspiry-social-login .wp-social-login-provider-foursquare:focus, .inspiry-social-login .wp-social-login-provider-foursquare:hover {
  background-color: #0732a2;
}

.inspiry-social-login .wp-social-login-provider-lastfm {
  background-color: #d51007;
}

.inspiry-social-login .wp-social-login-provider-lastfm:focus, .inspiry-social-login .wp-social-login-provider-lastfm:hover {
  background-color: #bc0e06;
}

.inspiry-social-login .wp-social-login-provider-tumblr {
  background-color: #35465c;
}

.inspiry-social-login .wp-social-login-provider-tumblr:focus, .inspiry-social-login .wp-social-login-provider-tumblr:hover {
  background-color: #2c3a4c;
}

.inspiry-social-login .wp-social-login-provider-goodreads {
  background-color: #553b08;
}

.inspiry-social-login .wp-social-login-provider-goodreads:focus, .inspiry-social-login .wp-social-login-provider-goodreads:hover {
  background-color: #3e2b06;
}

.inspiry-social-login .wp-social-login-provider-stackoverflow {
  background-color: #fe7a15;
}

.inspiry-social-login .wp-social-login-provider-stackoverflow:focus, .inspiry-social-login .wp-social-login-provider-stackoverflow:hover {
  background-color: #f86c01;
}

.inspiry-social-login .wp-social-login-provider-github {
  background-color: #4183c4;
}

.inspiry-social-login .wp-social-login-provider-github:focus, .inspiry-social-login .wp-social-login-provider-github:hover {
  background-color: #3876b4;
}

.inspiry-social-login .wp-social-login-provider-dribbble {
  background-color: #ea4c89;
}

.inspiry-social-login .wp-social-login-provider-dribbble:focus, .inspiry-social-login .wp-social-login-provider-dribbble:hover {
  background-color: #444444;
}

.inspiry-social-login .wp-social-login-provider-500px {
  background-color: #0099e5;
}

.inspiry-social-login .wp-social-login-provider-500px:focus, .inspiry-social-login .wp-social-login-provider-500px:hover {
  background-color: #ff4c4c;
}

.inspiry-social-login .wp-social-login-provider-skyrock {
  background-color: #009aff;
}

.inspiry-social-login .wp-social-login-provider-skyrock:focus, .inspiry-social-login .wp-social-login-provider-skyrock:hover {
  background-color: #008be6;
}

.inspiry-social-login .wp-social-login-provider-mixi {
  background-color: #E67E22;
}

.inspiry-social-login .wp-social-login-provider-mixi:focus, .inspiry-social-login .wp-social-login-provider-mixi:hover {
  background-color: #d67118;
}

.inspiry-social-login .wp-social-login-provider-steam {
  background-color: #000000;
}

.inspiry-social-login .wp-social-login-provider-steam:focus, .inspiry-social-login .wp-social-login-provider-steam:hover {
  background-color: #00adee;
}

.inspiry-social-login .wp-social-login-provider-twitchtv {
  background-color: #6441a5;
}

.inspiry-social-login .wp-social-login-provider-twitchtv:focus, .inspiry-social-login .wp-social-login-provider-twitchtv:hover {
  background-color: #b9a3e3;
}

.inspiry-social-login .wp-social-login-provider-vkontakte {
  background-color: #45668e;
}

.inspiry-social-login .wp-social-login-provider-vkontakte:focus, .inspiry-social-login .wp-social-login-provider-vkontakte:hover {
  background-color: #3d5a7d;
}

.inspiry-social-login .wp-social-login-provider-mailru {
  background-color: #07c;
}

.inspiry-social-login .wp-social-login-provider-mailru:focus, .inspiry-social-login .wp-social-login-provider-mailru:hover {
  background-color: #0068b3;
}

.inspiry-social-login .wp-social-login-provider-yandex {
  background-color: #ffcc00;
}

.inspiry-social-login .wp-social-login-provider-yandex:focus, .inspiry-social-login .wp-social-login-provider-yandex:hover {
  background-color: #e6b800;
}

.inspiry-social-login .wp-social-login-provider-odnoklassniki {
  background-color: #ed812b;
}

.inspiry-social-login .wp-social-login-provider-odnoklassniki:focus, .inspiry-social-login .wp-social-login-provider-odnoklassniki:hover {
  background-color: #eb7314;
}

.inspiry-social-login .wp-social-login-provider-aol {
  background-color: #ff0b00;
}

.inspiry-social-login .wp-social-login-provider-aol:focus, .inspiry-social-login .wp-social-login-provider-aol:hover {
  background-color: #00c4ff;
}

.inspiry-social-login .wp-social-login-provider-live {
  background-color: #00bcf2;
}

.inspiry-social-login .wp-social-login-provider-live:focus, .inspiry-social-login .wp-social-login-provider-live:hover {
  background-color: #00a8d9;
}

.inspiry-social-login .wp-social-login-provider-pixelpin {
  background-color: #1d8bd5;
}

.inspiry-social-login .wp-social-login-provider-pixelpin:focus, .inspiry-social-login .wp-social-login-provider-pixelpin:hover {
  background-color: #1a7cbf;
}

/*	My Properties
--------------------------------------------------------*/
.my-properties .main-wrap h3 {
  margin-top: 0;
  font-size: 18px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  text-align: left;
  font-weight: normal;
  margin-bottom: 0;
}

.my-properties .main-wrap h3 span {
  background-color: #394041;
  color: white;
  display: inline-block;
  padding: 5px 25px;
  vertical-align: top;
}

.my-properties .main {
  border: none;
}

.my-properties .alert-wrapper {
  background: #fff;
  padding: 25px;
}

.my-properties .alert-wrapper h5 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

.my-property {
  border: 1px solid #dedede;
  background: #fff;
  margin-bottom: 20px;
}

.my-property .cell {
  padding: 22px 15px;
  float: left;
  height: 80px;
}

.my-property .cell h5 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 32px;
  margin: 24px 0;
  overflow: hidden;
  height: 32px;
  text-align: center;
}

.my-property .property-thumb {
  width: 120px;
}

.my-property .property-title {
  width: 200px;
  border-right: 1px solid #dedede;
}

.my-property .property-title h5 {
  text-align: left;
}

.my-property .property-date {
  width: 220px;
}

.my-property .property-date i {
  margin-right: 5px;
  position: relative;
  top: -1px;
}

.my-property .property-publish-status {
  width: 60px;
  background: #ebebeb;
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
}

.my-property .property-payment {
  width: 140px;
  float: right;
  border-right: 1px solid #dedede;
}

.my-property .property-payment img {
  vertical-align: top;
}

.my-property .property-payment .paypal-button {
  margin: 25px 0;
  text-align: center;
}

.my-property .property-payment .paypal-button button {
  margin: 0;
}

.my-property .property-controls {
  width: 40px;
  float: right;
}

.my-property .property-controls a {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-bottom: 1px solid #dedede;
  text-align: center;
}

.my-property .property-controls a:last-child {
  border-bottom: none;
}

.my-property .property-controls i {
  line-height: 40px;
}

/*  Add to favorites
--------------------------------------------------------*/
#add-to-favorite-form {
  margin: 0;
}

#fav_output {
  display: none;
}

#fav_output #fav_target {
  display: inline-block;
  padding: 0;
  margin: 0;
  float: none;
  border: none;
}

#fav_output #fav_target.dim {
  color: #828f91;
}

#fav_output.show {
  display: block;
}

.dim {
  color: #828f91;
}

.property-grid .property-item figure {
  position: relative;
}

.property-grid .property-item figure .loader,
.property-grid .property-item figure .remove-from-favorite {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  text-align: center;
  color: #fff;
  background-color: #000;
  opacity: 0.7;
}

.property-grid .property-item figure .loader:hover,
.property-grid .property-item figure .remove-from-favorite:hover {
  opacity: 1;
}

.property-grid .property-item figure .loader {
  opacity: 1;
  display: none;
}

.property-grid .property-item .ajax-response {
  color: red;
}

/*  User Profile Related Styles
--------------------------------------------------------*/
.user-profile-img-wrapper {
  margin-bottom: 20px;
}

.user-profile-img-wrapper #user-profile-img {
  float: left;
  margin: 0 30px 11px 0;
}

.user-profile-img-wrapper .real-btn, .user-profile-img-wrapper .btn-blue, .user-profile-img-wrapper .btn-grey, .user-profile-img-wrapper .sidebar .widget .dsidx-widget .submit, .sidebar .widget .dsidx-widget .user-profile-img-wrapper .submit {
  margin-bottom: 15px;
}

.user-profile-img-wrapper .real-btn i, .user-profile-img-wrapper .btn-blue i, .user-profile-img-wrapper .btn-grey i, .user-profile-img-wrapper .sidebar .widget .dsidx-widget .submit i, .sidebar .widget .dsidx-widget .user-profile-img-wrapper .submit i {
  margin-left: 10px;
  font-size: 14px;
}

.profile-thumb {
  position: relative;
  width: 210px;
  height: 210px;
  display: table;
  text-align: center;
  background: transparent url("../images/profile-img-placeholder.png") no-repeat center center;
  border: 4px solid #dedede;
}

.profile-thumb span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
}

.profile-img-controls {
  overflow: hidden;
}

.field-description {
  list-style-type: asterisks;
  margin-left: 15px;
}

.field-description li {
  padding-left: 5px;
}

#form-loader {
  display: none;
}

#form-message {
  margin-bottom: 0;
  font-weight: bold;
  display: none;
}

#form-errors {
  margin-bottom: 0;
  color: red;
  list-style-type: asterisks;
  margin-left: 15px;
}

#form-errors li {
  padding-left: 5px;
}

/*	Print Styles
--------------------------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  [class*="span"] {
    width: auto;
  }
  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  #property_map img {
    max-width: none !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  /*
  * Theme specific css
  */
  body .container,
  .page .container,
  .single .container {
    width: auto;
    margin-bottom: 0;
  }
  .page .inner-wrapper,
  .single .inner-wrapper {
    padding: 0;
    border: none;
    margin-bottom: 0;
  }
  .only-for-print {
    display: block;
  }
  .only-for-print.inline {
    display: inline;
  }
  .only-for-print.inline-block {
    display: inline-block;
  }
  /* Header Top */
  #header-top {
    margin-bottom: 0;
    border: none;
    text-align: left;
  }
  #header-top #contact-email {
    display: inline;
  }
  #header-top #contact-email i {
    display: none;
  }
  body.sticky-header {
    padding-top: 0 !important;
  }
  .header-wrapper.stick {
    position: relative !important;
    padding-top: 0 !important;
  }
  .sticky-header #property-featured-image {
    margin-top: 20px;
  }
  /* Logo */
  #logo img {
    display: none;
  }
  #logo h2.logo-heading {
    margin: 0;
  }
  /* Header */
  #header .contact-number {
    margin-top: 0;
  }
  #header .contact-number .fa-phone {
    margin: 0;
    position: relative;
    top: 3px;
    padding: 10px;
  }
  #header .tag-line {
    text-align: left;
    margin: 0;
  }
  #header .tag-line span {
    margin: 0;
    padding: 0;
  }
  span9.main-wrap {
    width: 100%;
  }
  .main {
    padding-top: 10px;
    border: none;
  }
  /* Post Detail Page */
  .page .hentry .post-title, .page .hentry .post-title a, .post-title .page .hentry a, .page .hentry .post-title a, .post-title .page .hentry a a,
  .single-post .hentry .post-title,
  .single-post .hentry .post-title a, .post-title
  .single-post .hentry a,
  .single-post .hentry .post-title a, .post-title
  .single-post .hentry a a {
    margin: 0 0 5px;
  }
  .page .hentry .post-meta,
  .single-post .hentry .post-meta {
    border: none;
    padding: 0 0 10px;
  }
  .page .hentry img, .page .hentry pre, .page .hentry blockquote,
  .single-post .hentry img,
  .single-post .hentry pre,
  .single-post .hentry blockquote {
    page-break-inside: avoid;
  }
  /* Property Detail Page */
  #property-slider-two-wrapper,
  #property-detail-flexslider {
    display: none;
  }
  .detail #overview .property-item .wrap {
    margin-bottom: 5px;
    page-break-inside: avoid;
  }
  .detail #overview .property-item .title {
    padding: 0;
    float: none;
    margin: 0;
    font-weight: bold;
  }
  .detail #overview .property-item .price {
    float: none;
    padding: 0;
    margin: 0 0 5px 0;
    font-size: 14px;
  }
  .detail #overview .property-item .price span {
    padding: 0;
    margin: 0;
    display: inline-block;
  }
  .detail #overview .property-item .price .status-label {
    padding: 0 10px 0 0;
  }
  .detail #overview .property-item .property-meta {
    border: none;
    margin: 0 0 10px 0;
  }
  .detail #overview .property-item .property-meta span {
    border: none;
    margin-left: 0;
    padding: 0 15px 0 0;
    float: left;
  }
  .detail #overview .property-item .property-meta span i {
    display: none;
  }
  .detail #overview .property-item .property-meta .add-to-fav {
    display: none;
  }
  .detail #overview .property-item .content {
    padding: 0;
    margin-bottom: 0;
  }
  .detail #overview .property-item .features {
    border: none;
    margin-top: 25px;
    page-break-inside: avoid;
  }
  .detail #overview .property-item .features ul.arrow-bullet-list {
    margin: 0px;
  }
  .detail #overview .property-item .features ul.arrow-bullet-list li {
    width: 200px;
    margin: 0 0 0 20px;
    padding: 0;
    float: left;
    list-style-type: circle;
    background-image: none !important;
  }
  .detail #overview .property-item .features h4, .detail #overview .property-item .features h4 a, .detail #overview .property-item h4 .features a {
    border: none;
    padding: 0px;
    margin-bottom: 15px;
  }
  .detail #overview .property-item .features .arrow-bullet-list li {
    background: url(../images/feature-list-bullet.png) no-repeat 10px 14px !important;
  }
  .detail #overview .map-wrap {
    padding: 0px;
    border: none;
  }
  .detail #overview .map-wrap .map-label {
    display: none;
  }
  .detail #overview .map-wrap #property_map {
    width: auto;
    page-break-inside: avoid;
  }
  .detail #overview .agent-detail {
    padding: 0;
    margin: 20px 0 0;
    page-break-inside: avoid;
  }
  .detail #overview .agent-detail .left-box {
    width: auto;
    float: none;
  }
  .detail #overview .agent-detail .left-box figure img {
    border: none;
  }
  .detail #overview .agent-detail .left-box .contacts-list {
    float: none;
    width: auto;
    border: none;
  }
  .detail #overview .agent-detail .left-box .contacts-list li {
    border: none;
    margin: 0 0 10px 0;
    padding: 0;
  }
  .detail #overview .agent-detail .left-box .real-btn, .detail #overview .agent-detail .left-box .btn-blue, .detail #overview .agent-detail .left-box .btn-grey, .detail #overview .agent-detail .left-box .sidebar .widget .dsidx-widget .submit, .sidebar .widget .dsidx-widget .detail #overview .agent-detail .left-box .submit {
    display: none;
  }
  .detail #overview .agent-detail .contact-form {
    display: none;
  }
  /* Single Agent */
  .single-agent .listing-layout {
    border: none;
  }
  .single-agent .listing-layout .about-agent {
    border: none;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #dedede;
    margin-bottom: 20px;
  }
  .listing-grid-layout .title-heading {
    padding: 0;
    position: static;
    top: auto;
    left: auto;
    border-top: 1px solid #dedede;
  }
  .listing-grid-layout .main {
    margin: 20px 0 0;
    padding: 0;
  }
  .listing-layout {
    border: none;
  }
  .listing-layout .list-container {
    border-top: 1px solid #dedede;
    padding: 10px 0 0;
  }
  .listing-layout .list-container .property-item {
    padding: 0;
    border: none;
    page-break-inside: avoid;
  }
  .listing-layout .list-container .property-item figure {
    margin: 0 10px 10px 0;
  }
  .listing-layout .list-container .property-item figure figcaption {
    background: #fff !important;
    color: #000 !important;
  }
  .listing-layout .list-container .property-item .detail {
    width: auto;
    float: none;
  }
  .listing-layout .list-container .property-item .property-meta {
    margin: 0;
    padding: 0;
    border: 1px solid #dedede;
  }
  .listing-layout .list-container .property-item .property-meta span {
    padding: 5px 10px;
  }
  .listing-layout .list-container .property-item .property-meta span i {
    display: none;
  }
  .listing-layout .list-container .property-item .more-details {
    display: none;
  }
  .home .narrative {
    padding: 10px;
  }
  .home .property-items .span6 {
    width: auto;
  }
  .home .property-items .property-item {
    page-break-inside: avoid;
  }
  .home .property-items .property-item h4, .home .property-items .property-item h4 a, .home .property-items .property-item h4 a {
    margin-bottom: 10px;
  }
  .home .property-items .property-item figure {
    margin: 0 10px 10px 0;
  }
  .home .property-items .property-item figure figcaption {
    background: #fff !important;
    color: #000 !important;
  }
  .home .property-items .property-item .detail {
    width: auto;
    float: none;
  }
  .home .property-items .property-item .property-meta span {
    padding: 5px 10px;
  }
  .home .property-items .property-item .property-meta span i {
    display: none;
  }
  .common-note {
    page-break-inside: avoid;
  }
  #overview .attachments-wrap {
    padding: 25px 0px;
  }
  #currency-switcher,
  #header-top #lang_sel,
  .user-nav,
  .advance-search,
  .pagination,
  .view-type,
  .follow-agent,
  .detail .listing-layout.property-grid,
  .page-head,
  .social_networks,
  .main-menu,
  .property-item .printer-icon,
  .property-item .printer-icon a,
  .property-video,
  .share-networks,
  .sidebar,
  #comments,
  .featured-properties-carousel,
  #footer-wrapper,
  .brands-carousel {
    display: none;
  }
  #scroll-top {
    display: none !important;
  }
}

/*
  FAQs Styles
*/
.inner-wrapper .hentry .qe-faq-content {
  margin: 10px 0;
}

.inner-wrapper .hentry .qe-faq-content h4, .inner-wrapper .hentry .qe-faq-content .property-item h4 a, .property-item h4 .inner-wrapper .hentry .qe-faq-content a {
  line-height: 26px;
}

.inner-wrapper .hentry .qe-faq-content p {
  margin-bottom: 15px;
}

.inner-wrapper .hentry .qe-faqs-filters-container {
  margin: 20px 0 10px;
}

/*.qe-faq-content {
  h4 {
    padding: 12px 10px 13px 15px;
    background-color: #4dc7ec;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
  }
}

.qe-faq-top{
  display: inline-block;
  background-color: #eaeaea;
  padding: 8px 12px;
  &:hover{
    background-color: #ec894d;
    color: #fff;
  }
}*/
.qe-faq-toggle .qe-toggle-title {
  background-color: #4dc7ec;
  border: none;
}

.qe-faq-toggle .qe-toggle-title:hover {
  background-color: #36c0ea;
}

.qe-faq-toggle .qe-toggle-title strong {
  color: #fff;
}

.qe-faq-toggle.active .qe-toggle-title {
  background-color: #4dc7ec;
}

.qe-faq-toggle .qe-toggle-content {
  border-color: #4dc7ec;
}

.qe-faqs-toggles-group {
  margin: 15px 0;
}

.qe-faqs-filters-container .qe-faqs-filter {
  background-color: #eaeaea;
  border: none;
  padding: 5px 15px;
  margin: 0 10px 10px 0;
}

.qe-faqs-filters-container .qe-faqs-filter:hover,
.qe-faqs-filters-container .active .qe-faqs-filter {
  background-color: #ec894d;
  color: #fff;
  font-weight: normal;
  border-bottom: none;
}

/*
  Testimonials Styles
*/
.qe-testimonial-wrapper .qe-testimonial-img {
  margin: 10px 0;
}

.qe-testimonial-wrapper .qe-testimonial-img img {
  border: 5px solid #eee;
}

.qe-testimonial-wrapper .qe-testimonial-img img:hover {
  border-color: #dedede;
}

.qe-testimonial-wrapper .qe-testimonial-name {
  margin: 10px 0;
  color: #394041;
}

.qe-testimonial-wrapper .qe-testimonial-byline {
  margin: 8px 0;
}

.qe-testimonial-wrapper .qe-testimonial-text {
  position: relative;
  margin: 10px 15px 15px;
  padding-top: 15px;
}

.qe-testimonial-wrapper .qe-testimonial-text:before {
  content: "";
  position: absolute;
  left: 40%;
  top: 0;
  width: 20%;
  height: 1px;
  background-color: #394041;
}

/*  Single Post Navigation
--------------------------------------------------------*/
.inspiry-post-nav {
  position: fixed;
  /*height:110px;*/
  top: 50%;
  background: #586162;
  color: #fff;
  margin-top: -55px;
  padding: 15px;
  text-decoration: none;
  z-index: 501;
  -webkit-transform: translate3d(0, 0, 0);
  transition: all 0.3s ease-out 0s;
  display: none;
}

.inspiry-post-nav:hover {
  color: #fff;
  background: #252A2B;
  background: rgba(37, 42, 43, 0.9);
}

.inspiry-post-nav .label {
  position: absolute;
  top: 50%;
  background: none;
  height: 22px;
  line-height: 22px;
  margin-top: -15px;
  font-size: 24px;
  text-shadow: none;
}

.inspiry-post-nav .entry-image {
  height: 80px;
  width: 80px;
  display: block;
}

.inspiry-post-nav .entry-image img {
  border-radius: 100px;
  display: block;
  max-width: 80px;
}

.inspiry-post-prev img {
  margin-left: 5px;
}

.inspiry-post-next img {
  margin-right: 5px;
}

.inspiry-post-prev {
  left: 0;
}

.inspiry-post-prev .label {
  left: 6px;
}

.inspiry-post-next {
  right: 0;
}

.inspiry-post-next .label {
  right: 6px;
}

.inspiry-post-next.with-image {
  text-align: right;
}

.inspiry-post-nav .entry-info {
  display: block;
  height: 80px;
  width: 220px;
  display: table;
}

.inspiry-post-next .entry-info {
  margin: 0 20px 0 1px;
}

.inspiry-post-prev .entry-info {
  margin: 0 1px 0 20px;
}

.inspiry-post-nav .entry-info span {
  display: table-cell;
  vertical-align: middle;
  font-size: 13px;
  line-height: 20px;
}

.inspiry-post-nav .entry-info-wrap {
  width: 1px;
  overflow: hidden;
  display: block;
  transition: all 0.3s ease-out 0s;
}

.inspiry-post-nav:hover .entry-info-wrap {
  width: 240px;
}

/* Compare Listings
--------------------------------------------------------*/
.compare-template {
  padding: 1rem 0 0 2rem;
}

.compare-template .compare-feature-column {
  opacity: 0;
}

.compare-template .compare-feature-column .property-thumbnail {
  margin-left: -52px;
  background: #fff;
  z-index: 9999;
}

.compare-template .compare-feature-column p {
  margin-left: -52px;
  margin-bottom: 0;
  padding: 10px 10px 10px 30px;
  background: #eee;
  font-weight: 700;
  color: #394041;
}

.compare-template .compare-feature-column p:nth-child(2n+1) {
  background: #fff;
}

.compare-template .compare-properties-column {
  opacity: 0;
  width: 160px;
  position: relative;
}

.compare-template .compare-properties-column p {
  margin-left: -20px;
  margin-bottom: 0;
  padding: 10px 10px 10px 20px;
  background: #eee;
}

.compare-template .compare-properties-column p .fa-close {
  color: #9d261d;
}

.compare-template .compare-properties-column p .fa-check {
  color: #46a546;
}

.compare-template .compare-properties-column p:nth-child(odd) {
  background: #fff;
}

.compare-template .compare-properties-column:nth-last-child(1) .property-thumbnail {
  margin-right: -26px;
  padding-right: 26px;
}

.compare-template .compare-properties-column:nth-last-child(1) p {
  margin-right: -26px;
}

.compare-template .compare-properties-column .feature-label {
  display: none;
}

.compare-template .compare-properties-column .stuck {
  position: fixed;
  top: 0;
  width: 160px;
}

.compare-template .compare-properties-column .property-thumbnail {
  display: block;
  width: 100%;
  background: #ffffff;
  margin-left: -20px;
  padding-left: 20px;
  z-index: 9999;
}

.compare-template .compare-properties-column .property-thumbnail a {
  display: block;
  width: 100%;
  color: #394041;
}

.compare-template .compare-properties-column .property-thumbnail a:hover {
  color: #df5400;
}

.compare-template .compare-properties-column .property-thumbnail img {
  margin-bottom: 10px;
  max-height: 200px;
}

.compare-template .compare-properties-column .property-thumbnail h5 {
  margin: 0 auto;
  padding: 10px 0;
}

.compare-template .compare-properties-column .property-thumbnail p {
  display: block;
  margin-left: 0;
  margin-bottom: 0;
  padding: 0 0 5px;
  background: #fff;
  font-weight: 700;
}

.compare-template .compare-properties-column .property-thumbnail .property-price {
  color: #4dc7ec;
}

.inner-wrapper .remove-overflow {
  overflow: visible;
}

/*
 * 4. Theme's responsive styles
 */
/* Custom Responsive: Large desktop and up
--------------------------------------------------------------------------*/
@media (min-width: 1200px) {
  /*  Social Nav */
  #header .social_networks li a {
    width: 49px;
  }
  /*  User Nav */
  .user-nav a:after {
    margin: 0 10px;
  }
  .user-nav a:last-child:after {
    margin: 0 10px 0 0;
  }
  /*  Logo */
  #logo {
    max-width: 100%;
  }
  /*  Main Nav */
  .main-menu ul li a {
    padding: 14px 12px;
    font-size: 14px;
  }
  .main-menu ul li ul {
    width: 234px;
    top: 48px;
  }
  .main-menu ul li ul li a {
    padding: 10px 17px 12px;
    font-size: 14px;
  }
  .main-menu ul li ul li ul {
    left: 234px;
  }
  /* Contact Number */
  .contact-number {
    font-size: 21px;
    line-height: 46px;
  }
  /* Slide Description */
  .desc-wrap {
    width: 1170px;
  }
  .slide-description {
    top: 179px;
    left: 0;
  }
  /* Advance Search */
  .advance-search .as-form-wrap {
    padding: 25px 31px 0;
  }
  .advance-search .option-bar.large {
    width: 205px;
  }
  /* Slider Loader */
  #home-flexslider .flexslider.loading {
    min-height: 400px;
  }
  /* Property Item */
  .narrative {
    padding: 0 45px;
  }
  .property-items .span6 {
    width: 95%;
    margin-left: 29.3px;
  }
  .property-items .narrative {
    padding: 42px 72px;
  }
  .property-item {
    padding: 15px 19px 0;
  }
  .property-item figure {
        width: 40%;
  }
  .property-item .detail {
        width: 55%;
    padding-left: 16px;
  }
  .property-item .price {
    font-size: 18px;
    padding: 8px 10px 10px 13px;
    margin-left: -16px;
  }
  .property-item p {
    font-size: 13px;
    line-height: 23px;
  }
  .property-item .conten {
    font-size: 13px;
    line-height: 23px;
  }
  .property-item .property-meta {
    margin: 0 -19px 0;
    padding: 0 19px;
  }
  /* Carousel For Featured Properties */
  .es-carousel-wrapper {
    padding: 0 49px;
  }
  .es-carousel-wrapper ul li {
    width: 245px !important;
    margin-right: 30px !important;
  }
  /* Brand Partners carousel */
  .brands-carousel .jcarousel-container-horizontal {
    padding-left: 50px;
    padding-right: 50px;
  }
  .brands-carousel ul.brands-carousel-list li {
    width: 178px;
  }
  /* Widgets
  -------------------------------------------------------------- */
  #footer > .row > .span3 {
    width: 270px;
  }
  .widget.quick-links ul li {
    float: left;
    width: 46%;
  }
  .sidebar .widget .title {
    padding-left: 19px;
  }
  /* Search Widget */
  .widget #searchform {
    width: 240px;
  }
  .widget #s {
    width: 202px;
  }
  /* Social Network Widget */
  .widget.social_network .social_networks li a {
    width: 49px;
  }
  /* Advance Search Widget */
  .widget.advance-search .title {
    padding: 0 0 0 20px;
  }
  .widget.advance-search .title .icon-search {
    padding-left: 20px;
    padding-right: 20px;
  }
  .widget.advance-search .option-bar.large {
    width: 93.9%;
  }
  .widget.advance-search .option-bar.small {
    width: 44%;
  }
  .widget.advance-search .real-btn, .widget.advance-search .btn-blue, .widget.advance-search .btn-grey, .sidebar .widget.advance-search .dsidx-widget .submit {
    padding: 8px 36px;
  }
  /* Calculator Widget */
  .widget.calculator .title {
    background-position: 231px 9px;
    padding-left: 19px;
  }
  .widget.calculator input[type="text"] {
    width: 221px;
    padding-left: 10px;
    margin-bottom: 18px;
  }
  .widget.calculator .mini input {
    width: 66px;
  }
  .widget.calculator #payment {
    width: 88px;
  }
  .widget.calculator #extra {
    width: 196px;
  }
  .widget.calculator .first {
    margin-right: 19px;
  }
  .widget.advance-search .selectbox-wrapper ul li,
  .widget.calculator .selectbox-wrapper ul li {
    padding: 6px 11px;
  }
  /* Featured Properties Widget */
  ul.featured-properties {
    padding: 0 15px;
  }
  ul.featured-properties li {
    background: none;
    border: none;
    padding: 0 0 40px 0;
  }
  ul.featured-properties li:last-child {
    padding-bottom: 25px;
  }
  /* Page Head */
  .page-head h2 span {
    padding: 7px 58px 7px 28px;
  }
  .page-head p {
    padding: 17px 30px 17px 28px;
  }
  /* Agent Listing Page */
  .list-container {
    padding: 28px 25px;
  }
  /* Listing */
  .listing-layout .property-item .price {
    margin-right: -20px;
  }
  .listing-layout .property-item .detail {
    width: 414px;
  }
  .span12 .listing-layout .property-item .detail {
    width: 816px;
  }
  /* Property Grid View Page */
  .property-grid .list-container {
    margin-left: -40px;
  }
  .property-grid .property-item {
    margin-left: 40px;
    width: 246px;
  }
  /* Comments */
  #comments .commentlist {
    padding: 5px;
  }
  .comment-detail-wrap {
    width: 76.8%;
  }
  #comments .commentlist .children {
    padding: 0 0 0 60px;
  }
  #comments .commentlist .children .comment-detail-wrap {
    width: 85%;
  }
  #comments .commentlist .children .depth-2 .comment-detail-wrap {
    width: 75%;
  }
  #comments .commentlist .children .depth-3 .comment-detail-wrap {
    width: 72.8%;
  }
  #comments .commentlist .children .depth-4 .comment-detail-wrap {
    width: 70.3%;
  }
  #comments .commentlist .children .depth-5 .comment-detail-wrap {
    width: 67.2%;
  }
  /* About Us Page */
  .services-list {
    margin: 0 0 0 -70px;
  }
  .services-list li {
    width: 374px;
    margin: 0 0 50px 70px;
  }
  .how-we-work ol li {
    width: 350px;
  }
  /* Detail Page */
  #property-detail-flexslider {
    height: 385px;
  }
  #property-detail-flexslider .flex-direction-nav,
  #property-detail-flexslider .flex-viewport {
    width: 768px;
    height: 385px;
  }
  #property-detail-flexslider .flex-control-thumbs li {
    margin-bottom: 7px;
    height: 60px;
  }
  #property-detail-flexslider .jcarousel-container-vertical {
    width: 82px;
    padding: 9px;
  }
  #property-detail-flexslider .jcarousel-clip-vertical {
    height: 335px;
  }
  #property-detail-flexslider .jcarousel-next,
  #property-detail-flexslider .jcarousel-prev {
    margin: 5.2px 0 0;
    width: 40px;
  }
  #overview .left-box {
    width: 480px;
  }
  #overview .contacts-list {
    width: 240px;
  }
  #overview .contact-form {
    width: 320px;
  }
  #overview .contact-form textarea,
  #overview .contact-form input[type="text"] {
    width: 293px;
  }
  /* Gallery Template */
  #filter-by {
    margin: 0;
    position: absolute;
    right: -1px;
    top: -36px;
  }
  #filter-by a {
    float: left;
    border: none;
    border-right: 1px solid #dedede;
    margin: 0;
  }
  #filter-by a:last-child {
    border-right: none;
  }
  /* Compare Listings */
  .compare-template {
    padding: 20px 0 0 30px;
  }
  .compare-template .compare-feature-column p {
    margin-left: -50px;
  }
  .compare-template .compare-feature-column .property-thumbnail {
    margin-left: -50px;
  }
  .compare-template .compare-properties-column {
    width: 200px;
  }
  .compare-template .compare-properties-column:nth-last-child(1) .property-thumbnail {
    margin-right: -28px;
    padding-right: 28px;
  }
  .compare-template .compare-properties-column:nth-last-child(1) p {
    margin-right: -28px;
  }
  .compare-template .compare-properties-column .property-thumbnail {
    margin-left: -30px;
    padding-left: 30px;
  }
  .compare-template .compare-properties-column p {
    margin-left: -30px;
    padding: 10px 10px 10px 30px;
  }
  .compare-template .compare-properties-column .stuck {
    width: 200px;
  }
  /* Compare Listings */
  .compare-properties {
    margin: 0 -25px 15px;
  }
  .compare-properties .compare-carousel .compare-carousel-slide {
    width: 193px;
  }
  .property-grid .compare-properties {
    margin: 0 -25px 15px 15px;
  }
  .page-template-template-search .compare-properties .compare-carousel .compare-carousel-slide {
    width: 250px;
    margin-right: 35px;
  }
  .page-template-template-search-right-sidebar .compare-properties {
    margin: 25px -25px 0;
  }
  .page-template-template-search-sidebar .compare-properties {
    margin: 25px -25px 0;
  }
  .property-item .compare-meta span {
    border-right: 1px solid #dedede;
    margin-right: 12px;
  }
  .property-item .compare-meta .add-to-compare-search {
    padding: 10px 17px;
  }
  .property-item .compare-meta .add-to-compare-search .compare-tooltip::before {
    left: -94px;
  }
}

@media screen and (min-width: 1200px) and (-webkit-min-device-pixel-ratio: 0) {
  #filter-by a {
    float: none;
    margin-left: 0px;
  }
}

@media (min-width: 1200px) {
  .gallery-2-columns,
  .gallery-3-columns,
  .gallery-4-columns {
    margin-left: -40px;
  }
  .gallery-2-columns .gallery-item,
  .gallery-3-columns .gallery-item,
  .gallery-4-columns .gallery-item {
    margin-left: 40px;
  }
  .gallery-2-columns .gallery-item {
    width: 534px;
  }
  .gallery-3-columns .gallery-item {
    width: 342.33px;
  }
  .gallery-4-columns .gallery-item {
    width: 247px;
  }
  /* dsIDX Styles */
  #dsidx-listings .dsidx-primary-data {
    width: 70%;
  }
  #dsidx-listings .dsidx-secondary-data div {
    width: 28%;
  }
  /* Similar Properties on Property Detail Page */
  .detail .list-container {
    padding: 10px 24px 24px;
  }
  .detail .list-container h3 {
    margin: 0 0 7px 40px;
  }
  .detail .property-grid .property-item {
    margin-left: 40px;
    min-height: 330px;
  }
  /* Submit Property Template */
  .submit-form input[type="email"],
  .submit-form input[type="password"],
  .submit-form input[type="text"],
  .submit-form textarea {
    width: 534px;
  }
  .submit-form .selectwrap input[type="text"] {
    width: 510px;
  }
  .submit-form .form-options-container {
    margin-left: -28px;
  }
  .submit-form .form-options-container .form-option {
    width: 260px;
    margin-left: 28px;
  }
  .submit-form .form-options-container input[type="text"] {
    width: 246px;
  }
  .submit-form .form-options-container .selectwrap input[type="text"] {
    width: 222px;
  }
  .submit-form .form-options-container .full {
    float: none;
    width: 550px;
  }
  .submit-form .form-options-container .full input[type="text"] {
    width: 434px;
  }
  .submit-form .form-options-container .full .selectwrap input[type="text"] {
    width: 410px;
  }
  .submit-form #gallery-thumbs-container {
    margin-left: -5px;
  }
  .submit-form .sortable-placeholder,
  .submit-form .gallery-thumb {
    width: 133px;
    height: 133px;
    margin: 0 0 5px 5px;
  }
  .submit-form .sortable-placeholder img,
  .submit-form .gallery-thumb img {
    width: 133px;
    height: 133px;
  }
  .submit-form .inspiry-detail .inspiry-detail-control {
    width: 4%;
  }
  .submit-form .inspiry-detail .inspiry-detail-title {
    width: 34%;
  }
  .submit-form .inspiry-detail .inspiry-detail-value {
    width: 58%;
  }
  /* My Properties */
  .my-property .cell {
    padding: 22px;
  }
  .my-property .cell h5 {
    font-size: 16px;
  }
  .my-property .property-thumb {
    width: 120px;
  }
  .my-property .property-title {
    width: 270px;
  }
  .my-property .property-date {
    width: 250px;
  }
  .my-property .property-publish-status {
    width: 80px;
  }
  .my-property .property-payment {
    width: 170px;
  }
  /* Property detail slider variation 2 */
  #property-carousel-two {
    padding: 0 51px;
  }
  /* Properties sort controls */
  .search-header {
    padding: 42px 30px;
  }
  .property-grid .list-container .search-header {
    margin-left: 40px;
  }
  #overview .property-item .property-meta span {
    margin-left: 15px;
    padding-right: 15px;
  }
  /* Property Attachments */
  #overview .attachments-list li {
    width: 32%;
  }
  /* dsIDXpress Search Widget on Homepage */
  #home-idx-search .dsidx-search-widget input[type=text] {
    width: 150px !important;
  }
  #home-idx-search .dsidx-search-widget input[type=text].dsidx-improvedsqft, #home-idx-search .dsidx-search-widget input[type=text].dsidx-beds, #home-idx-search .dsidx-search-widget input[type=text].dsidx-baths {
    width: 125px !important;
  }
  /* Properties list layout shortcode in property detail page */
  .detail #overview .inspiry-shortcode .property-item figure {
    width: 244px;
  }
  .detail #overview .inspiry-shortcode .property-item .detail {
    width: 544px;
  }
  /* Properties list layout shortcode in floor plans */
  .detail #overview .floor-plan-desc .inspiry-shortcode .property-item figure {
    width: 244px;
  }
  .detail #overview .floor-plan-desc .inspiry-shortcode .property-item .detail {
    width: 494px;
  }
  /* Properties grid layout shortcode in property detail page */
  .detail #overview .inspiry-shortcode.property-grid .property-item {
    margin-left: 40px;
  }
  /* Properties grid layout shortcode in floor plans */
  .detail #overview .floor-plan-desc .property-grid.inspiry-shortcode .list-container {
    margin-left: -18px;
  }
  .detail #overview .floor-plan-desc .property-grid.inspiry-shortcode .property-item {
    margin-left: 18px;
  }
}

/* Common Styles = Tablet to Small Devices
-------------------------------------------------------------- */
@media (max-width: 1185px) {
  body {
    margin: 0;
    padding: 0;
  }
  #header-top {
    margin-bottom: 15px;
    text-align: center;
  }
  #header-top #lang_sel {
    display: inline-block;
    float: none;
    clear: both;
    width: 150px;
    margin: 10px 5px;
  }
  #header-top #lang_sel li {
    float: none;
  }
  #currency-switcher-form {
    float: none;
    margin: 10px 5px;
    vertical-align: middle;
  }
  /* Contact Email */
  #contact-email {
    display: inline-block;
    padding: 0;
    margin: 10px 5px;
    float: none;
    vertical-align: middle;
  }
  #logo {
    float: none;
    margin-bottom: 10px;
    text-align: center;
  }
  #logo img {
    margin-bottom: 5px;
  }
  #logo h2 {
    margin-bottom: 5px;
  }
  #logo .tag-line {
    margin-top: 0;
  }
  #header .tag-line {
    text-align: center;
  }
  /* Menu and Contact Wrap */
  .menu-and-contact-wrap {
    position: static;
  }
  /* Contact Number */
  .contact-number {
        float: right;
    position: absolute;
    LEFT: 150PX;
    top: -80px;
    margin: 42px 0 0;
    font-size: 20px;
    color: #e7eff7;
    min-height: 48px;
    line-height: 42px;
    background-color: #4dc7ec;
  }
  .contact-number:hover .fa-phone {
    background: none;
  }
  .contact-number .fa-phone {
    background: none;
    margin-right: 10px;
    padding: 0;
  }
  .contact-number .outer-strip {
    display: none;
  }
  /* Main Nav */
  .main-menu {
    float: none;
    margin: 0 0 15px;
    padding: 10px;
    background-color: #343a3b;
  }
  .main-menu ul {
    display: none;
  }
  .main-menu .responsive-nav {
    display: block;
    border: 1px solid #343a3b;
    border-radius: 0;
  }
  .main-menu .responsive-nav:focus {
    outline: none;
  }
  /* Slide Description */
  .desc-wrap {
    width: 724px;
  }
  .slide-description {
    padding: 20px 16px;
    top: 165px;
    width: auto;
  }
  .slide-description h3 {
    margin: 0;
    line-height: 34px;
  }
  .slide-description .know-more,
  .slide-description p {
    display: none;
  }
  /* Advance Search */
  .advance-search .search-heading {
    position: static;
  }
  .advance-search .option-bar.large {
    width: 148px;
  }
  /* Footer */
  #footer-bottom p {
    text-align: center;
    margin-bottom: 10px;
  }
  #footer-bottom .designed-by {
    text-align: center;
  }
  /* Sidebar */
  .sidebar .widget {
    background: #fff;
    margin-bottom: 35px;
  }
  .sidebar .widget.icl_languages_selector {
    background: transparent;
  }
  /* Listing Grid Layout */
  .listing-grid-layout .main {
    margin: 0 0 35px;
  }
  .listing-grid-layout .title-heading {
    position: static;
  }
  .listing-layout .property-by .title-heading {
    float: none;
  }
  .property-item .property-meta span {
    font-size: 12px;
  }
  /* listing view types */
  .view-type {
    position: relative;
    top: auto;
    right: auto;
    border: none;
    border-bottom: 1px solid #dedede;
  }
  .view-type a {
    display: block;
    float: right;
  }
  .view-type a.grid, .view-type a.list {
    border-right: none;
    border-left: 1px solid #dedede;
  }
  /* Comments */
  .comment-detail-wrap {
    width: 72%;
  }
  #comments .commentlist .children .depth-2 .comment-detail-wrap,
  #comments .commentlist .children .depth-3 .comment-detail-wrap,
  #comments .commentlist .children .depth-4 .comment-detail-wrap,
  #comments .commentlist .children .depth-5 .comment-detail-wrap {
    width: 72%;
  }
  /* Compare Listings */
  .compare-template {
    padding: 20px 0 0 0;
  }
  .compare-template .compare-feature-column {
    display: inline-block;
  }
  .compare-template .compare-feature-column .property-thumbnail {
    margin-left: -20px;
  }
  .compare-template .compare-feature-column p {
    margin-left: -20px;
    padding: 10px 10px 10px 15px;
  }
  .compare-template .compare-properties-column {
    width: 124px;
    padding: 0;
  }
  .compare-template .compare-properties-column .stuck {
    width: 124px;
  }
  .compare-template .compare-properties-column p {
    margin-left: -20px;
    margin-right: 0;
    padding: 10px 10px 10px 20px;
  }
  .compare-template .compare-properties-column:nth-last-child(1) .property-thumbnail {
    margin-right: -22px;
    padding-right: 22px;
  }
  .compare-template .compare-properties-column:nth-last-child(1) p {
    margin-right: -22px;
  }
  .compare-template .compare-properties-column .feature-label {
    display: none;
  }
  .compare-properties .compare-carousel .compare-carousel-slide {
    width: 156px;
  }
  .property-grid .compare-properties {
    margin: 0px -22px 15px -2px;
  }
  .page-template-template-search .compare-properties .compare-carousel .compare-carousel-slide {
    width: 143px;
    margin-right: 15px;
  }
  .page-template-template-search-right-sidebar .compare-properties {
    margin: 25px -22px 0;
  }
  .page-template-template-search-sidebar .compare-properties {
    margin: 25px -22px 0;
  }
  .property-item .compare-meta span {
    border-right: 1px solid #dedede;
    margin-right: 12px;
  }
  .property-item .compare-meta .add-to-compare-search {
    padding: 10px 17px;
  }
  .property-item .compare-meta .add-to-compare-search .compare-tooltip::before {
    left: -94px;
  }
}

/* Responsive: Tablet to desktop
------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 979px) {
  #header-top #lang_sel_click {
    display: block;
    float: none;
    clear: both;
    width: 150px;
    margin: 10px auto;
  }
  #header-top #lang_sel_list {
    float: none;
    clear: both;
  }
  #header-top #lang_sel_list.lang_sel_list_vertical ul, #header-top #lang_sel_list.lang_sel_list_horizontal ul {
    text-align: center;
    clear: both;
    height: auto;
  }
  #header-top #lang_sel_list.lang_sel_list_vertical li, #header-top #lang_sel_list.lang_sel_list_horizontal li {
    float: none;
    display: inline-block;
  }
  #header-top #lang_sel_list.lang_sel_list_vertical {
    height: auto;
  }
  /* Social Networks */
  .header-wrapper .social_networks {
    border-top: 1px solid #343a3b;
    float: none;
    text-align: center;
    clear: both;
  }
  .header-wrapper .social_networks li {
    float: none;
    display: inline-block;
  }
  .header-wrapper .social_networks li a {
    border: none;
  }
  .tag-line {
    text-align: center;
  }
  /* Google Listing Map */
  #listing-map {
    height: 450px;
  }
  /* User Nav */
  .user-nav {
    float: none;
    text-align: center;
  }
  /* Select Box & Advance Search Controls */
  .selectbox-wrapper {
    width: 100%;
  }
  /* Slider Loader */
  #home-flexslider .flexslider.loading {
    min-height: 250px;
  }
  /* Property Item */
  .narrative {
    padding: 0 50px;
  }
  .property-items .span6 {
    width: 95%;
    margin-left: 49px;
  }
  .property-items .narrative {
    padding-left: 80px;
    padding-right: 80px;
  }
  .property-item {
    padding: 15px 20px 0;
  }
  .property-item figure {
        width: 40%;
  }
  .property-item .detail {
    width: 55%;
  }
  .property-item .price {
    padding: 10px 10px 10px 15px;
    margin: 0 0 10px -15px;
  }
  .property-item p {
    font-size: 13px;
    overflow: visible;
  }
  .property-item .property-meta {
    margin: 0 -20px 0;
    padding: 0 20px;
  }
  /* Carousel For Featured Properties */
  .es-carousel-wrapper ul li {
    width: 187px !important;
    margin-right: 30px !important;
  }
  /* Brand Partners carousel */
  .brands-carousel .jcarousel-container-horizontal {
    padding-left: 41px;
    padding-right: 41px;
  }
  .brands-carousel ul.brands-carousel-list li {
    width: 160px;
  }
  /* Footer */
  #footer > .row > .span3 {
    width: 342px;
  }
  /* Layout */
  .contents .main-wrap,
  .contents .sidebar-wrap {
    width: 724px;
  }
  /* widgets */
  .widget.quick-links ul li {
    float: left;
    width: 46%;
  }
  .sidebar .widget {
    background: #fff;
  }
  .sidebar .widget.icl_languages_selector {
    background: transparent;
  }
  .widget.advance-search .option-bar.large, .widget.advance-search .option-bar.small {
    width: 31%;
  }
  .widget.advance-search .real-btn, .widget.advance-search .btn-blue, .widget.advance-search .btn-grey, .sidebar .widget.advance-search .dsidx-widget .submit {
    margin: 25px 0 0;
    padding: 7px 28px;
  }
  .widget.advance-search .more-option-trigger {
    margin-left: 20px;
  }
  .widget.advance-search .more-options-wrapper .option-bar {
    margin: 15px 0 0 20px;
    float: left;
    height: auto;
  }
  .widget.advance-search .more-options-wrapper label {
    margin-bottom: 0;
  }
  .widget.advance-search .more-options-wrapper input[type="checkbox"] {
    margin: 0 5px 4px 0;
  }
  /* Search Widget */
  .widget #searchform {
    width: 682px;
  }
  .widget #s {
    width: 644px;
  }
  /* Calculator Widget */
  .widget.calculator .option-bar {
    margin: 0 20px;
  }
  .widget.calculator .title {
    background: #fff;
  }
  .widget.calculator .real-btn, .widget.calculator .btn-blue, .widget.calculator .btn-grey, .sidebar .widget.calculator .dsidx-widget .submit {
    float: right;
    margin: 0 24px 0 0;
  }
  /* Featured Properties Widget */
  ul.featured-properties {
    overflow: hidden;
    padding: 0 83px;
    margin-left: -82px;
  }
  ul.featured-properties li {
    float: left;
    width: 237px;
    margin-left: 82px;
  }
  ul.featured-properties li img {
    width: 100%;
    height: auto;
  }
  #footer .widget ul.featured-properties li {
    margin-left: 0;
  }
  /* Agent Listing Detail Page
  ------------------------------------------------------*/
  #property-detail-flexslider .flex-direction-nav,
  #property-detail-flexslider .flex-viewport {
    width: 631px;
  }
  .listing-layout .property-item .price {
    margin-right: -21px;
  }
  .listing-layout .property-item .detail {
    width: 374px;
  }
  .span12 .listing-layout .property-item .detail {
    width: 370px;
  }
  /* Property Grid View Page */
  .property-grid .list-container {
    margin-left: -20px;
  }
  .property-grid .property-item {
    margin-left: 20px;
    width: 212px;
  }
  .property-grid .property-item figure {
    width: 212px;
  }
  .span12 .property-grid.inspiry-shortcode .list-container {
    padding-left: 0;
  }
  /* Contact Page */
  #map_canvas {
    height: 370px;
  }
  /* About Us Page */
  .services-list li {
    width: 316px;
  }
  .how-we-work ol li {
    width: 280px;
  }
  /* Detail Page */
  #overview .contacts-list {
    width: 61.5%;
  }
  #overview .contact-form textarea,
  #overview .contact-form input[type="text"] {
    width: 96.8%;
  }
  /* Gallery Template */
  .gallery-2-columns,
  .gallery-3-columns,
  .gallery-4-columns {
    margin-left: -30px;
  }
  .gallery-2-columns .gallery-item,
  .gallery-3-columns .gallery-item,
  .gallery-4-columns .gallery-item {
    margin-left: 30px;
  }
  .gallery-2-columns .gallery-item {
    width: 316px;
  }
  .gallery-3-columns .gallery-item {
    width: 316px;
  }
  .gallery-4-columns .gallery-item {
    width: 316px;
  }
  /* dsIDX Styles */
  #dsidx-listings .dsidx-primary-data {
    width: 63%;
  }
  #dsidx-listings .dsidx-secondary-data div {
    width: 42%;
  }
  /* Similar Properties on Property Detail Page */
  .detail .listing-layout {
    margin-bottom: 35px;
  }
  .detail .list-container {
    padding: 10px 20px 22px;
  }
  .detail .list-container h3 {
    margin: 0 0 5px 20px;
  }
  .detail .property-grid .property-item {
    margin-left: 20px;
    width: 214px;
  }
  /* Submit Property Template
  -------------------------------------------------------------------------*/
  .submit-form input[type="email"],
  .submit-form input[type="password"],
  .submit-form input[type="text"],
  .submit-form textarea {
    width: 316px;
  }
  .submit-form .selectwrap input[type="text"] {
    width: 292px;
  }
  .submit-form .form-option {
    margin-bottom: 10px;
  }
  .submit-form .features-checkboxes li {
    margin: 0 0 8px 0;
    float: left;
    width: 50%;
  }
  .submit-form .form-options-container .form-option {
    float: none;
    width: 332px;
    margin-right: 0;
  }
  .submit-form .form-options-container input[type="text"] {
    width: 316px;
  }
  .submit-form .form-options-container .selectwrap input[type="text"] {
    width: 292px;
  }
  .submit-form .form-options-container .right {
    margin-right: 0;
  }
  .submit-form .form-options-container .full {
    float: none;
    width: 332px;
  }
  .submit-form .form-options-container .full input[type="text"] {
    width: 316px;
  }
  .submit-form .form-options-container .full .selectwrap input[type="text"] {
    width: 292px;
  }
  .submit-form #gallery-thumbs-container {
    margin-left: -5px;
  }
  .submit-form .sortable-placeholder,
  .submit-form .gallery-thumb {
    width: 107px;
    height: 107px;
    margin: 0 0 5px 5px;
  }
  .submit-form .sortable-placeholder img,
  .submit-form .gallery-thumb img {
    width: 107px;
    height: 107px;
  }
  .submit-form .sortable-placeholder a,
  .submit-form .gallery-thumb a {
    font-size: 20px;
  }
  /*	Login & Register
  -------------------------------------------------------------------------*/
  .login-register .inner-wrapper {
    padding: 40px 50px 25px;
  }
  .login-register input[type="text"],
  .login-register input[type="password"] {
    width: 85%;
  }
  /*	My Properties
  -------------------------------------------------------------------------*/
  .my-property .cell {
    padding: 20px 10px;
  }
  .my-property .cell h5 {
    height: auto;
    line-height: 20px;
    overflow: auto;
  }
  .my-property .property-thumb {
    width: 120px;
  }
  .my-property .property-title {
    width: 150px;
  }
  .my-property .property-date {
    width: 150px;
  }
  .my-property .property-publish-status {
    width: 60px;
  }
  .my-property .property-payment {
    width: 96px;
  }
  .my-property .property-controls {
    width: 39px;
  }
  .my-property .property-controls a {
    width: 39px;
    height: 39px;
  }
  .my-property .property-controls i {
    line-height: 39px;
  }
  /* Property detail slider variation 2
  -------------------------------------------------------------------------*/
  #property-carousel-two {
    padding: 0 39px;
  }
  /* Properties sort controls
  -------------------------------------------------------------------------*/
  .search-header {
    padding: 42px 49px;
  }
  .property-grid .list-container .search-header {
    margin-left: 20px;
  }
  /* dsIDXpress Search Widget on Homepage
  -------------------------------------------------------------------------*/
  #home-idx-search h3.home-widget-label {
    position: relative;
    top: 0;
  }
  #home-idx-search .dsidx-search-widget input[type=text] {
    width: 150px !important;
  }
  #home-idx-search .dsidx-search-widget input[type=text].dsidx-price {
    width: 100px !important;
  }
  /*  User Profile Related Styles
  -------------------------------------------------------------------------*/
  .user-profile-img-wrapper #user-profile-img {
    float: none;
    margin: 0 15px 15px 0;
  }
  .user-profile-img-wrapper br {
    display: none;
  }
  .user-profile-img-wrapper .real-btn, .user-profile-img-wrapper .btn-blue, .user-profile-img-wrapper .btn-grey, .user-profile-img-wrapper .sidebar .widget .dsidx-widget .submit, .sidebar .widget .dsidx-widget .user-profile-img-wrapper .submit {
    margin-right: 8px;
  }
  #inspiry-edit-user #description {
    min-height: 228px;
  }
  /* Mortgage Calculator Widget
  -------------------------------------------------------------------------*/
  .lidd_mc_form {
    padding: 0 4% 10px 4%;
  }
  .lidd_mc_form input[type="number"],
  .lidd_mc_form input[type="text"] {
    width: 98%;
  }
  #lidd_mc_details {
    padding: 0 4% 0 4%;
  }
  #lidd_mc_details #lidd_mc_inspector {
    right: 4%;
  }
  /* Properties list layout shortcode in property detail page */
  .detail #overview .inspiry-shortcode .property-item figure {
    width: 234px;
  }
  .detail #overview .inspiry-shortcode .property-item .detail {
    width: 408px;
  }
  /* Properties list layout shortcode in floor plans */
  .detail #overview .floor-plan-desc .inspiry-shortcode .property-item figure {
    width: 244px;
  }
  .detail #overview .floor-plan-desc .inspiry-shortcode .property-item .detail {
    width: 346px;
  }
  /* Properties grid layout shortcode in property detail page */
  .detail #overview .inspiry-shortcode.property-grid .property-item {
    margin-left: 20px;
  }
  /* Properties grid layout shortcode in floor plans */
  .detail #overview .floor-plan-desc .inspiry-shortcode.property-grid .list-container {
    margin-left: -15px;
  }
  .detail #overview .floor-plan-desc .inspiry-shortcode.property-grid .property-item {
    margin-left: 15px;
    width: 200px;
  }
  .detail #overview .floor-plan-desc .inspiry-shortcode.property-grid .property-item figure {
    width: 200px;
  }
}

/* Responsive: Landscape phone to desktop/tablet
------------------------------------------------------*/
@media (max-width: 767px) {
  #header-top #lang_sel_click {
    display: block;
    float: none;
    clear: both;
    width: 150px;
    margin: 10px auto;
  }
  #header-top #lang_sel_list {
    float: none;
    clear: both;
  }
  #header-top #lang_sel_list.lang_sel_list_vertical ul, #header-top #lang_sel_list.lang_sel_list_horizontal ul {
    text-align: center;
    clear: both;
    height: auto;
  }
  #header-top #lang_sel_list.lang_sel_list_vertical li, #header-top #lang_sel_list.lang_sel_list_horizontal li {
    float: none;
    display: inline-block;
  }
  #header-top #lang_sel_list.lang_sel_list_vertical {
    height: auto;
  }
  /* Social Networks */
  .social_networks {
    border-top: 1px solid #343a3b;
    float: none;
    text-align: center;
  }
  .social_networks li {
    float: none;
    display: inline-block;
  }
  .social_networks li a {
    border: none;
  }
  .tag-line {
    text-align: center;
  }
  /* User Nav */
  .user-nav {
    float: none;
    text-align: center;
  }
  /* Page Head */
  .page-head {
    padding-top: 20px;
  }
  /* Google Listing Map */
  #listing-map {
    height: 400px;
  }
  /* Slide Description */
  .slide-description {
    display: none;
  }
  #home-flexslider .flexslider.loading {
    min-height: 150px;
  }
  /* Columns Style */
  .columns {
    margin: 0;
  }
  .columns .one-third,
  .columns .two-third,
  .columns .one-fourth,
  .columns .three-fourth,
  .columns .one-half,
  .columns .single-col {
    width: auto;
  }
  .lt-ie8 .columns {
    margin: 0;
  }
  .lt-ie8 .columns .one-fourth {
    width: auto;
  }
  /* Blog Page */
  .format-video .play-btn {
    background-size: 50% auto;
  }
  .container {
    width: 500px;
  }
  /* Advance Search */
  .advance-search .as-form-wrap {
    margin: auto;
    padding-left: 0;
    padding-right: 0;
    width: 438px;
  }
  .advance-search .option-bar.small, .advance-search .option-bar.large {
    width: 208px;
  }
  .advance-search .more-option-trigger {
    margin-top: 15px;
  }
  .advance-search .more-options-wrapper .option-bar {
    float: left;
  }
  /* Property Items */
  .narrative {
    padding: 0 30px;
  }
  .property-items .span6 {
    width: 95%;
    margin: 0 auto;
  }
  .property-items .narrative {
    padding-left: 40px;
    padding-right: 40px;
  }
  .property-items p {
    font-size: 13px;
  }
  .property-items .detail {
    width: 51.8%;
  }
  .property-item p {
    font-size: 13px;
    overflow: visible;
  }
  /* Carousel */
  .es-carousel-wrapper ul li {
    width: 184px !important;
    margin-right: 30px !important;
  }
  .brands-carousel .jcarousel-container-horizontal {
    padding-left: 69px;
    padding-right: 69px;
  }
  .brands-carousel ul.brands-carousel-list li {
    width: 180px;
  }
  /* Widgets */
  .widget.quick-links ul li {
    float: left;
    width: 46%;
  }
  /* Search Widget */
  .widget #searchform {
    width: 458px;
  }
  .widget #s {
    width: 420px;
  }
  /* Social Network Widget */
  .widget.social_network .social_networks {
    border-top: none;
    text-align: left;
  }
  /* Advance Search  Widget */
  .widget.calculator .as-form-wrap,
  .widget.advance-search .as-form-wrap {
    width: auto;
  }
  .widget.calculator .option-bar.large, .widget.calculator .option-bar.small,
  .widget.advance-search .option-bar.large,
  .widget.advance-search .option-bar.small {
    width: 46.5%;
  }
  .widget.calculator .real-btn, .widget.calculator .btn-blue, .widget.calculator .btn-grey, .sidebar .widget.calculator .dsidx-widget .submit,
  .widget.advance-search .real-btn,
  .widget.advance-search .btn-blue,
  .widget.advance-search .btn-grey, .sidebar
  .widget.advance-search .dsidx-widget .submit {
    margin: 25px 0 0;
    padding: 7px 28px;
  }
  .widget.calculator .more-option-trigger,
  .widget.advance-search .more-option-trigger {
    margin-left: 20px;
  }
  .widget.calculator .more-options-wrapper .option-bar,
  .widget.advance-search .more-options-wrapper .option-bar {
    margin: 10px 0 0 20px;
    float: left;
    height: auto;
  }
  .widget.calculator .more-options-wrapper label,
  .widget.advance-search .more-options-wrapper label {
    margin-bottom: 0;
  }
  .widget.calculator .more-options-wrapper input[type="checkbox"],
  .widget.advance-search .more-options-wrapper input[type="checkbox"] {
    margin: 0 5px 4px 0;
  }
  /* Calculator Widget */
  .widget.calculator .title {
    background: #fff;
  }
  .widget.calculator input[type="text"] {
    width: 424px;
  }
  .widget.calculator .mini .selectwrap input,
  .widget.calculator .mini input,
  .widget.calculator #extra {
    width: 398px;
  }
  .widget.calculator #payment {
    width: 420px;
  }
  .widget.calculator .real-btn, .widget.calculator .btn-blue, .widget.calculator .btn-grey, .sidebar .widget.calculator .dsidx-widget .submit {
    margin-top: 0;
  }
  /* Featured Properties Widget */
  ul.featured-properties {
    overflow: hidden;
    padding: 0;
  }
  ul.featured-properties li {
    float: left;
    width: 208.5px;
    margin-left: 27px;
    min-height: 300px;
  }
  ul.featured-properties li img {
    width: 100%;
    height: auto;
  }
  /* Agent Single Page */
  .listing-layout .about-agent.agent-single .agent-pic {
    display: block;
    margin: 0 auto 10px;
  }
  .about-agent .social_networks {
    border-top: none;
    float: right;
  }
  /*  Listing Page */
  .listing-layout .property-item .detail {
    width: 215px;
  }
  .listing-layout .contact-types em {
    display: block;
  }
  .span12 .listing-layout .property-item figure {
    width: 200px;
  }
  .span12 .listing-layout .property-item .detail {
    width: 215px;
  }
  /* Property Grid View Page */
  .property-grid .list-container {
    margin-left: -20px;
  }
  .property-grid .list-container .search-header {
    margin-left: 20px;
  }
  .property-grid .property-item {
    margin-left: 20px;
    width: 217px;
  }
  .span12 .property-grid.inspiry-shortcode .list-container {
    padding-left: 0;
  }
  .span12 .property-grid.inspiry-shortcode .property-item figure {
    width: auto;
  }
  /* Comments */
  #comments .comment .avatar {
    margin: 0 15px 15px 0;
    width: 60px;
    height: 60px;
  }
  /* Comments */
  .comment-detail-wrap {
    width: 69%;
  }
  #comments .commentlist .children .depth-2 .comment-detail-wrap,
  #comments .commentlist .children .depth-3 .comment-detail-wrap,
  #comments .commentlist .children .depth-4 .comment-detail-wrap,
  #comments .commentlist .children .depth-5 .comment-detail-wrap {
    width: 69%;
  }
  #contact-form #commentform, #respond #commentform {
    padding: 30px 0;
  }
  #contact-form input[type="text"],
  #contact-form input[type="email"],
  #contact-form input[type="number"],
  #contact-form #comment,
  #respond input[type="text"],
  #respond input[type="email"],
  #respond input[type="number"],
  #respond #comment {
    width: 95%;
  }
  #respond input[type="text"] {
    width: 60%;
  }
  #respond #comment {
    width: 80%;
  }
  /* Contact Page */
  #map_canvas {
    height: 300px;
  }
  /* About Us Page */
  .services-list {
    margin: 0;
  }
  .services-list li {
    width: auto;
    margin-left: 0;
  }
  .how-we-work ol {
    margin-left: 0;
  }
  .how-we-work ol li {
    width: auto;
    margin-left: 25px;
  }
  /* Detail Page */
  #property-detail-flexslider {
    height: 250px;
  }
  #property-detail-flexslider .flex-direction-nav,
  #property-detail-flexslider .flex-viewport {
    width: 498px;
    height: 250px;
  }
  #property-detail-flexslider .flex-control-thumbs li {
    margin-bottom: 5px;
    height: 37px;
  }
  #property-detail-flexslider .jcarousel-container-vertical {
    display: none !important;
    width: 60px;
  }
  #property-detail-flexslider .jcarousel-clip-vertical {
    height: 210px;
  }
  #property-detail-flexslider .jcarousel-next,
  #property-detail-flexslider .jcarousel-prev {
    margin: 3px 0 0;
    width: 49%;
  }
  #overview .property-item .wrap {
    background-color: #fff;
  }
  #overview .property-item .title {
    float: none;
    padding: 0;
    margin: 0 18px;
  }
  #overview .property-item .price {
    background: #4DC7EC;
    float: none;
    margin: 0 17px;
    padding: 0;
  }
  #overview .property-item .price span {
    margin: 0;
  }
  #overview .property-item .price .status-label {
    background: #292D2D;
    padding-left: 18px;
    padding-right: 18px;
    display: inline-block;
    margin: 0;
  }
  #overview .property-item .property-meta span {
    float: none;
    display: block;
    margin: 0;
    border: none;
    border-bottom: 1px solid #dedede;
    padding-left: 16px;
  }
  #overview .property-item .property-meta .printer-icon {
    float: none;
    border: none;
  }
  #overview .property-item .features .title {
    margin: 0;
  }
  #overview .property-item .features .arrow-bullet-list li {
    float: none;
    width: auto;
  }
  #overview .map-wrap,
  #overview .property-video {
    padding: 16px 17px;
  }
  #overview .map-wrap .play-btn,
  #overview .property-video .play-btn {
    background-size: 70% auto;
  }
  #overview .video-label {
    left: 17px;
    top: 16px;
  }
  #overview .map-label {
    right: 17px;
    top: 16px;
  }
  #overview .share-networks {
    border-bottom: none;
    margin: 0;
  }
  #overview .share-networks span {
    display: block;
    float: none;
    padding: 11px 23px 11px 0;
    border: none;
    border-bottom: 1px solid #DEDEDE;
  }
  #overview .share-networks .share-label {
    margin: -1px -1px 0;
  }
  #overview .share-networks .agent-detail {
    padding: 16px 17px;
  }
  #overview .left-box figure {
    margin-right: 27px;
  }
  #overview .contacts-list {
    width: 48.2%;
    margin-right: 22px;
  }
  #overview .contact-form textarea,
  #overview .contact-form input[type="text"] {
    width: 95.6%;
  }
  /* Contact Page */
  .contact-details address {
    margin-bottom: 0;
  }
  /* Gallery Template */
  .gallery-2-columns,
  .gallery-3-columns,
  .gallery-4-columns {
    margin-left: -30px;
  }
  .gallery-2-columns .gallery-item,
  .gallery-3-columns .gallery-item,
  .gallery-4-columns .gallery-item {
    margin-left: 30px;
  }
  .gallery-2-columns .gallery-item {
    width: 204px;
  }
  .gallery-3-columns .gallery-item {
    width: 204px;
  }
  .gallery-4-columns .gallery-item {
    width: 204px;
  }
  /* dsIDX Styles */
  #dsidx.dsidx-results .dsidx-paging-control {
    float: none;
    margin-bottom: 10px;
  }
  #dsidx.dsidx-results .dsidx-sorting-control {
    text-align: left;
  }
  #dsidx-listings .dsidx-media .dsidx-photo {
    position: static;
    left: auto;
    top: auto;
  }
  #dsidx-listings .dsidx-primary-data,
  #dsidx-listings .dsidx-secondary-data {
    float: none;
    clear: both;
    padding-left: 0;
  }
  #dsidx-listings .dsidx-primary-data {
    width: auto;
  }
  #dsidx-listings .dsidx-secondary-data div {
    width: 42%;
  }
  /* Similar Properties on Property Detail Page */
  .detail .listing-layout {
    margin-bottom: 35px;
  }
  .detail .list-container {
    padding: 10px 20px 22px;
  }
  .detail .list-container h3 {
    margin: 0 0 5px 20px;
  }
  .detail .property-grid .property-item {
    margin-left: 20px;
    width: 218px;
    min-height: 330px;
  }
  /* Submit Property Template */
  .submit-form input[type="email"],
  .submit-form input[type="password"],
  .submit-form input[type="text"],
  .submit-form textarea {
    width: 96%;
  }
  .submit-form .selectwrap input[type="text"] {
    width: 91%;
  }
  .submit-form .form-option {
    margin-bottom: 10px;
  }
  .submit-form .features-checkboxes li {
    margin: 0 0 8px 0;
    float: left;
    width: 50%;
  }
  .submit-form .form-options-container {
    margin-left: 0px;
  }
  .submit-form .form-options-container .form-option {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .submit-form .form-options-container input[type="text"] {
    width: 96%;
  }
  .submit-form .form-options-container .selectwrap input[type="text"] {
    width: 91%;
  }
  .submit-form .form-options-container .full {
    float: none;
    width: 100%;
  }
  .submit-form .form-options-container .full input[type="text"] {
    width: 96%;
  }
  .submit-form .form-options-container .full .selectwrap input[type="text"] {
    width: 91%;
  }
  .submit-form .sortable-placeholder,
  .submit-form .gallery-thumb {
    width: 145px;
    height: 145px;
  }
  .submit-form .sortable-placeholder img,
  .submit-form .gallery-thumb img {
    width: 145px;
    height: 145px;
  }
  .submit-form .sortable-placeholder a,
  .submit-form .gallery-thumb a {
    font-size: 22px;
  }
  /* Login & Register */
  .login-register .inner-wrapper {
    padding: 40px 50px 25px;
  }
  .login-register .real-btn, .login-register .btn-blue, .login-register .btn-grey, .login-register .sidebar .widget .dsidx-widget .submit, .sidebar .widget .dsidx-widget .login-register .submit {
    margin-bottom: 15px;
  }
  .login-register input[type="text"],
  .login-register input[type="password"] {
    width: 85%;
  }
  /* My Properties */
  .my-property {
    padding: 20px 0;
  }
  .my-property .cell {
    float: none;
    height: auto;
    padding: 10px;
    text-align: center;
  }
  .my-property .cell h5 {
    height: auto;
    line-height: 20px;
    overflow: auto;
    margin: 0;
  }
  .my-property .property-thumb {
    width: auto;
  }
  .my-property .property-title {
    width: auto;
    border-right: none;
  }
  .my-property .property-title h5 {
    text-align: center;
  }
  .my-property .property-date {
    width: auto;
  }
  .my-property .property-publish-status {
    border-right: none;
    border-left: none;
    width: auto;
  }
  .my-property .property-payment {
    border-right: none;
    width: auto;
  }
  .my-property .property-payment img {
    vertical-align: middle;
  }
  .my-property .property-controls {
    width: auto;
    float: none;
    text-align: center;
  }
  .my-property .property-controls a {
    border-bottom: none;
  }
  /* property detail slider variation 2 */
  #property-slider-two-wrapper {
    background-color: transparent;
  }
  #property-slider-two {
    min-height: 220px;
  }
  #property-carousel-two {
    padding: 0 50px;
  }
  /* Home Recent Blog Posts */
  .home-recent-posts article {
    padding-bottom: 20px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 30px;
  }
  .home-recent-posts article:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  /* Login Modal Fixes */
  .forms-modal {
    width: auto;
    margin: auto;
  }
  /* Property Attachments */
  #overview .attachments-wrap {
    padding: 16px 17px;
  }
  #overview .attachments-list li {
    float: none;
    width: auto;
    padding-right: 10px;
  }
  /* dsIDXpress Search Widget on Homepage */
  #home-idx-search h3.home-widget-label {
    position: relative;
    top: 0;
  }
  #home-idx-search .dsidx-search-widget select {
    width: 100% !important;
    display: block;
  }
  #home-idx-search .dsidx-search-widget label {
    display: block;
    margin: 5px 0;
  }
  #home-idx-search .dsidx-search-widget input[type=text] {
    display: block;
    width: 100% !important;
    box-sizing: border-box;
    height: 28px;
  }
  #home-idx-search .dsidx-search-widget input[type=text].dsidx-price {
    width: 48% !important;
    margin-right: 5px;
    display: inline-block;
  }
  #home-idx-search .dsidx-search-widget input[type=text].dsidx-improvedsqft, #home-idx-search .dsidx-search-widget input[type=text].dsidx-beds, #home-idx-search .dsidx-search-widget input[type=text].dsidx-baths {
    width: 100% !important;
  }
  #home-idx-search .dsidx-search-widget input[type=text]#idx-q-PriceMax {
    margin-right: 0;
  }
  #home-idx-search .dsidx-search-widget .dsidx-search-button .submit {
    padding: 10px 15px;
  }
  /*  User Profile Related Styles */
  .user-profile-img-wrapper #user-profile-img {
    float: none;
    margin: 0 15px 15px 0;
  }
  .user-profile-img-wrapper br {
    display: none;
  }
  .user-profile-img-wrapper .real-btn, .user-profile-img-wrapper .btn-blue, .user-profile-img-wrapper .btn-grey, .user-profile-img-wrapper .sidebar .widget .dsidx-widget .submit, .sidebar .widget .dsidx-widget .user-profile-img-wrapper .submit {
    margin-right: 8px;
  }
  /* Mortgage Calculator Widget */
  .lidd_mc_form input[type="number"],
  .lidd_mc_form input[type="text"] {
    width: 95%;
  }
  /* News or Blog page */
  .format-icon {
    display: none;
  }
  /*
   *  Floor Plans
   */
  .floor-plans .floor-plan-title {
    border: none;
    position: relative;
  }
  .floor-plans .floor-plan-title .fa {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    text-align: center;
    background-color: #586162;
    color: #fff;
    margin: 0;
    padding: 4px 10px;
  }
  .floor-plans .floor-plan-title h3 {
    float: none;
    text-align: center;
    font-weight: bold;
    margin: 5px 0;
  }
  .floor-plans .floor-plan-meta {
    float: none;
    text-align: center;
  }
  .floor-plans .floor-plan-meta div {
    float: none;
    display: inline-block;
    margin: 0 10px;
  }
  .floor-plans .floor-plan-content {
    border: none;
    background-color: #fafafa;
  }
  .floor-plans .floor-plan-content .floor-plan-desc {
    color: #71797a;
  }
  /* Shortcode fix for a standard page */
  .inspiry-shortcode .property-item .property-meta span {
    padding-right: 11px;
  }
  /* Properties list layout shortcode in property detail page */
  .detail #overview .inspiry-shortcode .property-item figure {
    width: 190px;
  }
  .detail #overview .inspiry-shortcode .property-item .detail {
    width: 236px;
  }
  /* Properties list layout shortcode in floor plans */
  .detail #overview .floor-plan-desc .inspiry-shortcode .property-item figure {
    width: 100%;
    margin-bottom: 0;
  }
  .detail #overview .floor-plan-desc .inspiry-shortcode .property-item figure img {
    width: 100%;
  }
  .detail #overview .floor-plan-desc .inspiry-shortcode .property-item .detail {
    width: auto;
    padding: 0;
  }
  .detail #overview .floor-plan-desc .inspiry-shortcode .property-item .price {
    margin: 0 0 10px 0;
  }
  /* Properties grid layout shortcode in property detail page */
  .detail #overview .inspiry-shortcode.property-grid .property-item {
    margin-left: 20px;
  }
  /* Properties grid layout shortcode in floor plans */
  .detail #overview .floor-plan-desc .listing-layout {
    background: transparent;
  }
  .detail #overview .floor-plan-desc .property-grid.inspiry-shortcode .list-container {
    margin-left: -15px;
  }
  .detail #overview .floor-plan-desc .property-grid.inspiry-shortcode .property-item {
    margin-left: 15px;
    width: 195px;
    min-height: 300px;
  }
  .detail #overview .floor-plan-desc .property-grid.inspiry-shortcode .property-item figure {
    width: 195px;
  }
  /* Compare Listings */
  .compare-template {
    padding: 0;
    overflow-x: scroll;
    white-space: nowrap;
  }
  .compare-template > div {
    white-space: normal;
  }
  .compare-template .compare-feature-column {
    display: inline-block;
    vertical-align: top;
    width: 170px;
    padding: 20px 0 0 0;
  }
  .compare-template .compare-feature-column .property-thumbnail {
    margin-left: 0;
  }
  .compare-template .compare-feature-column p {
    margin-left: 0;
  }
  .compare-template .compare-properties-column {
    display: inline-block;
    vertical-align: top;
    width: 170px;
    padding: 20px 0 0 0;
    margin-left: 15px;
  }
  .compare-template .compare-properties-column .stuck {
    width: 170px;
  }
  .compare-template .compare-properties-column p {
    margin-left: -20px;
    margin-right: -20px;
    padding: 10px 10px 10px 20px;
  }
  .compare-template .compare-properties-column:nth-last-child(1) p {
    margin-right: -22px;
  }
  .compare-template .compare-properties-column .feature-label {
    display: none;
  }
  .compare-properties .compare-carousel {
    margin: 0 auto;
  }
  .compare-properties .compare-carousel .compare-carousel-slide {
    width: 215px;
    margin-bottom: 17px;
    margin-right: 17px;
  }
  .compare-properties .compare-carousel .compare-carousel-slide:nth-child(2n) {
    margin-right: 0;
  }
  .list-container .property-item .property-meta .add-to-compare-span {
    float: none;
    width: initial;
    border-left: none;
    padding: 10px 0;
  }
  .page-template-template-search .compare-properties .compare-carousel {
    margin-bottom: 0;
  }
  .page-template-template-search .compare-properties .compare-carousel .compare-carousel-slide {
    width: 218px;
    margin-right: 15px;
  }
  .page-template-template-search .compare-properties .compare-carousel .compare-carousel-slide:nth-child(2n) {
    margin-right: 0;
  }
  .page-template-template-search-right-sidebar .compare-properties {
    margin: 25px -22px 0;
  }
  .page-template-template-search-sidebar .compare-properties {
    margin: 25px -22px 0;
  }
  .property-item .compare-meta span {
    border-right: none;
    margin-right: 0;
  }
  .property-item .compare-meta .add-to-compare-search {
    width: initial;
    padding: 10px 26px 10px 17px;
  }
  .scroll-fix {
    padding: 0;
  }
}

@media (max-width: 499px) {
  /* Remove Slider Navigation for Smaller Screen. */
  .flex-direction-nav {
    display: none;
  }
  /* Page Head */
  .page-head {
    padding-top: 15px;
  }
  .container {
    width: 440px;
  }
  /* Google Listing Map */
  #listing-map {
    height: 350px;
  }
  /* Advance Search */
  .advance-search .as-form-wrap {
    width: 378px;
  }
  .advance-search .option-bar.small, .advance-search .option-bar.large {
    width: 178px;
  }
  /* Property Items */
  .property-items .span6 {
    width: 95%;
  }
  .property-items .property-meta {
    margin: 0 -10px 0;
    padding: 0 10px;
  }
  .property-items .property-meta span {
    border-right: none;
    border-bottom: 1px solid #DEDEDE;
    margin-right: 0;
    padding-right: 0;
    width: 100%;
  }
  .property-item figure {
    float: none;
    width: auto;
    margin-bottom: 0;
  }
  .property-item figure img {
    width: 100%;
  }
  .property-item .detail {
    float: none;
    width: auto;
    padding: 0;
    min-height: inherit;
  }
  .property-item .price {
    padding: 10px;
    margin: 0 0 10px;
  }
  /* Featured Properties Carousel */
  .es-carousel-wrapper {
    margin-bottom: 0;
  }
  .es-carousel-wrapper ul li {
    width: 154px !important;
    margin-right: 30px !important;
  }
  /* Partners carousel */
  .brands-carousel .jcarousel-container-horizontal {
    padding-left: 41px;
    padding-right: 41px;
  }
  .brands-carousel ul.brands-carousel-list li {
    width: 180px;
  }
  .sidebar .widget {
    margin-left: auto;
    margin-right: auto;
    width: 440px;
  }
  /* Search Widget */
  .widget #searchform {
    width: 398px;
  }
  .widget #s {
    width: 360px;
  }
  /* Calculator Widget */
  .widget.calculator input[type="text"] {
    width: 386px;
  }
  .widget.calculator #payment {
    width: 382px;
  }
  /* Advance Search Widget */
  .widget.advance-search .option-bar.large, .widget.advance-search .option-bar.small {
    width: 46%;
  }
  /* Featured Properties Widget */
  ul.featured-properties li {
    width: 180px;
    margin-left: 27px;
  }
  /* Agent Listing Detail Page */
  .listing-layout .about-agent.agent-single .agent-pic {
    margin-bottom: 10px;
  }
  .listing-layout .follow-agent {
    margin-top: 10px;
  }
  .listing-layout .property-item figure {
    margin: 0;
  }
  .listing-layout .property-item .detail {
    width: auto;
  }
  .listing-layout .property-item .price {
    margin: 0 0 10px;
  }
  .listing-layout .property-item .property-meta {
    margin: 0 -10px 0;
    padding: 0 10px;
    width: auto;
  }
  .listing-layout .property-item .property-meta span {
    border-right: none;
    border-bottom: 1px solid #DEDEDE;
    margin-right: 0;
    padding-right: 0;
    width: 100%;
  }
  .listing-layout .property-item .property-meta span:last-of-type {
    border-bottom: none;
  }
  .listing-layout .property-item .property-meta .add-to-compare-span {
    padding: 10px 0;
    border-left: none;
  }
  .listing-layout .property-item .property-meta .compare_target {
    border-left: none;
  }
  .listing-layout .property-item .property-meta .add-to-compare {
    padding: 5px 0;
  }
  .span12 .listing-layout .property-item figure {
    width: auto;
  }
  .span12 .listing-layout .property-item .detail {
    width: auto;
  }
  .more-details {
        background-color: #EC5C63 !important;
    padding: 15px !important;
    color: #fff !important;
    text-transform: uppercase !important;
  }
  /* Property Grid View Page */
  .property-grid .property-item {
    width: 187px;
  }
  .property-grid .property-item figure {
    width: 187px;
  }
  /* Blog Page */
  .format-icon {
    display: none;
  }
  .listing-slider .flex-direction-nav a {
    height: 42px;
    width: 25px;
  }
  /* Comments */
  #comments .comment .avatar {
    margin: 10px 10px 10px 0;
    width: 80px;
    height: 80px;
    float: none;
  }
  .comment-detail-wrap,
  #comments .commentlist .children .comment-detail-wrap,
  #comments .commentlist .children .depth-2 .comment-detail-wrap,
  #comments .commentlist .children .depth-3 .comment-detail-wrap,
  #comments .commentlist .children .depth-4 .comment-detail-wrap,
  #comments .commentlist .children .depth-5 .comment-detail-wrap {
    border: none;
    padding: 0;
    width: 100%;
  }
  .comment-detail-wrap .comment-detail-wrap-arrow,
  #comments .commentlist .children .comment-detail-wrap .comment-detail-wrap-arrow,
  #comments .commentlist .children .depth-2 .comment-detail-wrap .comment-detail-wrap-arrow,
  #comments .commentlist .children .depth-3 .comment-detail-wrap .comment-detail-wrap-arrow,
  #comments .commentlist .children .depth-4 .comment-detail-wrap .comment-detail-wrap-arrow,
  #comments .commentlist .children .depth-5 .comment-detail-wrap .comment-detail-wrap-arrow {
    display: none;
  }
  /* Contact Page */
  #contact-form input[type="text"], #contact-form #comment {
    width: 97%;
  }
  #map_canvas {
    height: 250px;
  }
  .gallery-2-columns,
  .gallery-3-columns,
  .gallery-4-columns {
    margin-left: 0px;
  }
  .gallery-2-columns .gallery-item,
  .gallery-3-columns .gallery-item,
  .gallery-4-columns .gallery-item {
    margin-left: 0px;
  }
  .gallery-2-columns .gallery-item {
    width: 378px;
  }
  .gallery-3-columns .gallery-item {
    width: 378px;
  }
  .gallery-4-columns .gallery-item {
    width: 378px;
  }
  /* Detail Page */
  #property-detail-flexslider {
    width: 438px;
    height: 220px;
  }
  #property-detail-flexslider .flex-direction-nav {
    display: block;
  }
  #property-detail-flexslider .flex-direction-nav,
  #property-detail-flexslider .flex-viewport {
    width: 438px;
    height: 220px;
  }
  #property-detail-flexslider .flex-control-thumbs li {
    margin-bottom: 5px;
    height: 31px;
  }
  #property-detail-flexslider .jcarousel-container-vertical {
    width: 50px;
    display: none !important;
  }
  #property-detail-flexslider .jcarousel-clip-vertical {
    height: 180px;
  }
  #property-detail-flexslider .jcarousel-next,
  #property-detail-flexslider .jcarousel-prev {
    margin: 2px 0 1px;
  }
  #overview .contacts-list {
    width: 99.5%;
  }
  #overview .contact-form textarea,
  #overview .contact-form input[type="text"] {
    width: 94.4%;
  }
  /* dsIDX Styles */
  #dsidx-listings .dsidx-secondary-data div {
    width: auto;
    float: none;
  }
  #dsidx-listings .dsidx-address {
    display: block;
  }
  #dsidx-listings .dsidx-price {
    float: none;
    padding-left: 10px;
  }
  #dsidx ul.dsidx-tabs,
  body.dsidx ul.dsidx-tabs {
    height: auto;
    padding: 0;
    margin: 0;
  }
  #dsidx ul.dsidx-tabs li.dsidx-tab,
  body.dsidx ul.dsidx-tabs li.dsidx-tab {
    float: none;
    margin: 0;
    padding: 0;
    border-radius: 0;
  }
  #dsidx-listings .dsidx-listing-container .dsidx-secondary-data div {
    width: auto;
  }
  /* Making reCAPTCHA Responsive */
  #recaptcha_area .recaptchatable #recaptcha_image {
    margin: 0 !important;
    width: 230px !important;
  }
  #recaptcha_area .recaptchatable a {
    color: #8b9293;
  }
  #recaptcha_area .recaptchatable a:hover {
    color: #df5400;
  }
  #recaptcha_area .recaptchatable .recaptcha_r1_c1,
  #recaptcha_area .recaptchatable .recaptcha_r2_c2,
  #recaptcha_area .recaptchatable .recaptcha_r3_c1,
  #recaptcha_area .recaptchatable .recaptcha_r3_c2,
  #recaptcha_area .recaptchatable .recaptcha_r7_c1,
  #recaptcha_area .recaptchatable .recaptcha_r8_c1,
  #recaptcha_area .recaptchatable .recaptcha_r3_c3,
  #recaptcha_area .recaptchatable .recaptcha_r2_c1,
  #recaptcha_area .recaptchatable .recaptcha_r4_c1,
  #recaptcha_area .recaptchatable .recaptcha_r4_c2,
  #recaptcha_area .recaptchatable .recaptcha_r4_c4,
  #recaptcha_area .recaptchatable .recaptcha_image_cell {
    background: none !important;
  }
  /* Similar Properties on Property Detail Page */
  .detail .list-container {
    padding: 10px 20px;
  }
  .detail .list-container h3 {
    margin: 0 0 5px 20px;
  }
  .detail .property-grid .property-item {
    margin-left: 20px;
    width: 187px;
    min-height: 300px;
  }
  /* Submit Property Template */
  .submit-form .selectwrap input[type="text"] {
    width: 90%;
  }
  .submit-form .form-options-container .selectwrap input[type="text"] {
    width: 90%;
  }
  .submit-form .form-options-container .full .selectwrap input[type="text"] {
    width: 90%;
  }
  .submit-form #gallery-thumbs-container {
    margin-left: -5px;
  }
  .submit-form .sortable-placeholder,
  .submit-form .gallery-thumb {
    width: 128px;
    height: 128px;
    margin: 0 0 5px 5px;
  }
  .submit-form .sortable-placeholder img,
  .submit-form .gallery-thumb img {
    width: 128px;
    height: 128px;
  }
  /* Login & Register */
  .login-register input[type="text"],
  .login-register input[type="password"] {
    width: 95%;
  }
  /* property detail slider variation 2 */
  #property-slider-two {
    min-height: 200px;
  }
  #property-carousel-two {
    padding: 0 20px;
  }
  #property-carousel-two .flex-direction-nav {
    display: block;
  }
  /* Mortgage Calculator Widget */
  .lidd_mc_form input[type="number"],
  .lidd_mc_form input[type="text"] {
    width: 95%;
  }
  /* Properties list layout shortcode in property detail */
  .detail #overview .inspiry-shortcode .property-item figure {
    width: auto;
  }
  .detail #overview .inspiry-shortcode .property-item .detail {
    width: auto;
  }
  .detail #overview .inspiry-shortcode .property-item .price {
    margin: 0 0 10px 0;
  }
  /* Properties grid layout shortcode in floor plans */
  .detail #overview .floor-plan-desc .inspiry-shortcode.property-grid .list-container {
    margin-left: -15px;
  }
  .detail #overview .floor-plan-desc .inspiry-shortcode.property-grid .property-item {
    margin-left: 15px;
    width: 166px;
    min-height: 280px;
  }
  .detail #overview .floor-plan-desc .inspiry-shortcode.property-grid .property-item figure {
    width: 168px;
  }
  /* Compare Properties */
  .compare-properties .compare-carousel {
    margin: 0 auto;
  }
  .compare-properties .compare-carousel .compare-carousel-slide {
    width: 185px;
    margin-bottom: 17px;
  }
  /* Compare Listings Template */
  .compare-template .compare-feature-column {
    width: 150px;
  }
  .compare-template .compare-feature-column p {
    padding: 10px;
  }
  .compare-template .compare-properties-column {
    width: 150px;
    margin-left: 10px;
  }
  .compare-template .compare-properties-column .stuck {
    width: 150px;
  }
  .page-template-template-search .compare-properties .compare-carousel {
    margin-bottom: 0;
  }
  .page-template-template-search .compare-properties .compare-carousel .compare-carousel-slide {
    width: 188px;
    margin-right: 15px;
  }
  .page-template-template-search .compare-properties .compare-carousel .compare-carousel-slide:nth-child(2n) {
    margin-right: 0;
  }
  .page-template-template-search-right-sidebar .compare-properties {
    margin: 25px -22px 0;
  }
  .property-item .compare-meta .add-to-compare-search {
    padding: 10px 0;
    float: none;
  }
  .property-item .compare-meta .add-to-compare-search .compare-label {
    display: inline-block;
    width: initial;
    float: none;
    padding: 0;
    margin-left: 5px;
  }
  .property-item .compare-meta .add-to-compare-search .dim {
    color: #828f91;
  }
  .property-item .compare-meta .add-to-compare-search .compare-tooltip {
    width: initial;
    border-bottom: 0;
    cursor: text;
  }
  .property-item .compare-meta .add-to-compare-search .compare-tooltip:focus::before, .property-item .compare-meta .add-to-compare-search .compare-tooltip:focus::after, .property-item .compare-meta .add-to-compare-search .compare-tooltip:hover::before, .property-item .compare-meta .add-to-compare-search .compare-tooltip:hover::after {
    opacity: 0;
  }
}

@media (max-width: 439px) {
  /* Page Head */
  .page-head {
    padding-top: 5px;
  }
  .container {
    width: 280px;
  }
  .sidebar .widget {
    width: 280px;
  }
  /* Advance Search */
  .advance-search .search-heading {
    padding-right: 15px;
  }
  .advance-search .as-form-wrap {
    width: 240px;
  }
  .advance-search .option-bar.small, .advance-search .option-bar.large {
    width: 240px;
  }
  .advance-search .real-btn, .advance-search .btn-blue, .advance-search .btn-grey, .advance-search .sidebar .widget .dsidx-widget .submit, .sidebar .widget .dsidx-widget .advance-search .submit {
    margin-top: 10px;
  }
  .advance-search .more-options-wrapper .option-bar {
    float: none;
  }
  /* Property Items */
  .property-items {
    border-bottom: 1px solid #dedede;
  }
  .property-items .span6 {
    width: auto;
  }
  .property-items .narrative {
    padding-left: 10px;
    padding-right: 10px;
  }
  .property-items .property-meta {
    border-bottom: 1px solid #dedede;
  }
  .property-item {
    margin-bottom: 30px;
    border: none;
  }
  .property-items-container .property-item:first-child {
    border-top: 1px solid #dedede;
  }
  /* Featured Properties Carousel */
  /* Partners Carousel */
  .brands-carousel .jcarousel-container-horizontal {
    padding-left: 50px;
    padding-right: 50px;
  }
  /* Widgets */
  .widget.quick-links ul li {
    width: 100%;
  }
  /* Search Widget */
  .widget #searchform {
    width: 238px;
  }
  .widget #s {
    width: 200px;
  }
  /* Advance Search Widget */
  .widget.calculator .option-bar.large, .widget.calculator .option-bar.small,
  .widget.advance-search .option-bar.large,
  .widget.advance-search .option-bar.small {
    width: 94%;
  }
  .widget.calculator .real-btn, .widget.calculator .btn-blue, .widget.calculator .btn-grey, .sidebar .widget.calculator .dsidx-widget .submit,
  .widget.advance-search .real-btn,
  .widget.advance-search .btn-blue,
  .widget.advance-search .btn-grey, .sidebar
  .widget.advance-search .dsidx-widget .submit {
    margin-top: 10px;
  }
  .widget.calculator .more-options-wrapper .option-bar,
  .widget.advance-search .more-options-wrapper .option-bar {
    float: none;
    margin-top: 15px;
  }
  /* Calculator Widget */
  .widget.calculator input[type="text"] {
    width: 226px;
  }
  .widget.calculator #payment {
    width: 222px;
  }
  /* Featured Properties Widget */
  ul.featured-properties {
    width: 237px;
    margin: auto;
  }
  ul.featured-properties li {
    float: none;
    width: 237px;
    margin-left: 0px;
  }
  /* Agent Listing Detail Page */
  .listing-layout .about-agent {
    border: none;
    padding: 0;
    margin-bottom: 40px;
    border-bottom: 1px solid #DEDEDE;
  }
  .listing-layout .about-agent .social_networks {
    float: none;
    margin-left: 4px;
    text-align: center;
  }
  .listing-layout .about-agent .social_networks li a {
    width: 46.8px;
  }
  .listing-layout .about-agent .real-btn, .listing-layout .about-agent .btn-blue, .listing-layout .about-agent .btn-grey, .listing-layout .about-agent .sidebar .widget .dsidx-widget .submit, .sidebar .widget .dsidx-widget .listing-layout .about-agent .submit {
    display: block;
    float: none;
  }
  .listing-layout .follow-agent {
    border-top: none;
    margin: 10px 0 0;
  }
  .listing-layout .property-by .title-heading {
    line-height: 40px;
  }
  .listing-layout .property-item {
    padding: 20px 0 0;
  }
  .listing-layout .property-item .property-meta {
    border: 1px solid #dedede;
    margin: 0;
  }
  .listing-layout .property-item .detail {
    width: auto;
  }
  .listing-layout .property-item figure {
    margin: 0;
    width: 100%;
  }
  .listing-layout .property-item .price {
    margin: 0 0 10px 0;
    padding: 8px 10px;
  }
  /* Property Grid View Page */
  .property-grid .list-container {
    width: 236px;
    margin: 0 auto;
  }
  .property-grid .property-item {
    padding-top: 0;
    border: none;
    width: auto;
    margin-left: 0;
    min-height: 100%;
  }
  .property-grid .property-item figure {
    width: auto;
    margin: 0 auto 18px;
  }
  /* Blog */
  blockquote {
    margin: 0 0 30px;
  }
  .post-meta span {
    display: block;
  }
  .post-meta span.author-link {
    display: inline-block;
  }
  .post-meta .date {
    display: inline-block;
    border-right: 0;
  }
  /* Comments */
  .comment-detail-wrap {
    width: 100%;
  }
  #respond #comment,
  #respond input[type="text"] {
    width: 94%;
  }
  /* Contact Page */
  .contact-page .inner-wrapper {
    padding: 20px;
  }
  .contact-page .contact-form {
    padding: 0;
  }
  #contact-form input[type="text"], #contact-form #comment {
    width: 94%;
  }
  #map_canvas {
    height: 180px;
  }
  .contact-details {
    padding: 0 5px;
  }
  /* Gallery Template */
  #gallery-container {
    padding: 15px;
  }
  .gallery-2-columns,
  .gallery-3-columns,
  .gallery-4-columns,
  .gallery-2-columns .gallery-item,
  .gallery-3-columns .gallery-item,
  .gallery-4-columns .gallery-item {
    margin-left: 0;
  }
  .gallery-2-columns .gallery-item,
  .gallery-3-columns .gallery-item,
  .gallery-4-columns .gallery-item {
    width: auto;
  }
  #gallery-container .gallery-item img {
    width: 100%;
  }
  /* Detail Page */
  #property-detail-flexslider {
    width: 278px;
    height: 139px;
  }
  #property-detail-flexslider .flex-direction-nav,
  #property-detail-flexslider .flex-viewport {
    width: 278px;
    height: 139px;
  }
  #property-detail-flexslider .jcarousel-container-vertical {
    width: 40px;
    padding-bottom: 0;
    display: none !important;
  }
  #property-detail-flexslider .jcarousel-clip-vertical {
    height: 108px;
  }
  #property-detail-flexslider .jcarousel-next,
  #property-detail-flexslider .jcarousel-prev {
    height: 23px;
    margin-top: -3px;
  }
  #overview #map_canvas {
    height: 200px;
  }
  #overview .property-item {
    width: auto;
  }
  #overview .property-item .title {
    margin: 10px 18px;
    line-height: 26px;
  }
  #overview .property-item .price .status-label,
  #overview .property-item .price span {
    display: block;
    margin: 0;
  }
  #overview .left-box figure {
    float: none;
    margin: 0 0 20px;
  }
  #overview .left-box figure img {
    width: 99%;
  }
  #overview .contacts-list {
    width: 99%;
    margin-bottom: 20px;
  }
  #overview .contact-form textarea,
  #overview .contact-form input[type="text"] {
    width: 91.9%;
  }
  /* Similar Properties on Property Detail Page */
  .detail .list-container h3 {
    margin: 0 0 2px 0px;
  }
  .detail .property-grid .property-item {
    margin-left: 0;
    margin-bottom: 20px !important;
    width: auto;
    min-height: auto;
  }
  /* Submit Property Template
  -----------------------------------------------------------------------------------*/
  .submit-form input[type="email"],
  .submit-form input[type="password"],
  .submit-form input[type="text"],
  .submit-form textarea {
    width: 93%;
  }
  .submit-form .selectwrap input[type="text"] {
    width: 83%;
  }
  .submit-form .features-checkboxes li {
    float: none;
    width: 100%;
  }
  .submit-form .form-options-container input[type="text"] {
    width: 93%;
  }
  .submit-form .form-options-container .selectwrap input[type="text"] {
    width: 83%;
  }
  .submit-form .form-options-container .full {
    float: none;
    width: 100%;
  }
  .submit-form .form-options-container .full input[type="text"] {
    width: 93%;
  }
  .submit-form .form-options-container .full .selectwrap input[type="text"] {
    width: 83%;
  }
  .submit-form .form-option.checkbox-option label {
    width: 92%;
    margin-left: 4px;
  }
  .submit-form .sortable-placeholder,
  .submit-form .gallery-thumb {
    width: 114px;
    height: 114px;
  }
  .submit-form .sortable-placeholder img,
  .submit-form .gallery-thumb img {
    width: 114px;
    height: 114px;
  }
  .submit-form .inspiry-detail {
    border-top: 1px solid #e0e0e0;
  }
  .submit-form .inspiry-detail.labels {
    display: none;
  }
  .submit-form .inspiry-detail .inspiry-detail-control {
    width: 100%;
    float: none;
    margin: 10px 0;
    text-align: center;
  }
  .submit-form .inspiry-detail .inspiry-detail-title {
    width: 100%;
    float: none;
    margin: 5px 0;
  }
  .submit-form .inspiry-detail .inspiry-detail-value {
    width: 100%;
    float: none;
    margin: 5px 0;
  }
  .submit-form .detail-placeholder {
    height: 166px;
  }
  .submit-form .inspiry-details-wrapper .fa {
    font-size: 18px;
    position: static;
    top: auto;
  }
  /* Login & Register */
  .login-register .inner-wrapper {
    padding: 20px 25px 20px;
  }
  /* Property detail slider variation 2 */
  #property-slider-two {
    min-height: 0;
  }
  #property-carousel-two {
    display: none;
  }
  #property-carousel-two .flex-direction-nav {
    display: none;
  }
  /* Found properties */
  .search-header .properties-count {
    float: none;
    margin: 5px auto 15px;
    text-align: center;
  }
  .property-grid .list-container .search-header {
    margin-left: 0;
  }
  /* Properties sort controls */
  .sort-controls {
    text-align: center;
  }
  /* Properties grid layout shortcode in property detail page */
  .detail #overview .inspiry-shortcode.property-grid .property-item {
    margin-left: 0;
  }
  /* Properties grid layout shortcode in floor plans */
  .detail #overview .floor-plan-desc .inspiry-shortcode.property-grid .list-container {
    margin-left: 0;
    width: auto;
  }
  .detail #overview .floor-plan-desc .inspiry-shortcode.property-grid .property-item {
    margin-left: 0;
    margin-bottom: 20px !important;
    width: auto;
    min-height: auto;
  }
  .detail #overview .floor-plan-desc .inspiry-shortcode.property-grid .property-item figure {
    width: auto;
  }
  /* Compare Properties Carousel */
  .compare-properties .compare-carousel {
    margin: 0 auto;
  }
  .compare-properties .compare-carousel .compare-carousel-slide {
    width: 100%;
    margin-bottom: 20px;
  }
  .property-grid .compare-properties {
    margin: 0px -20px 15px -22px;
  }
  .page-template-template-search .compare-properties .compare-carousel {
    margin-bottom: 0;
  }
  .page-template-template-search .compare-properties .compare-carousel .compare-carousel-slide {
    width: 100%;
    margin-right: 0;
  }
  .page-template-template-search-right-sidebar .compare-properties {
    margin: 20px -20px 0 -22px;
  }
  .page-template-template-search-sidebar .compare-properties {
    margin: 20px -20px 0 -22px;
  }
}

@media (max-width: 279px) {
  #overview .property-video,
  .advance-search .search-heading .icon-search,
  .advance-search .search-heading:hover .icon-search,
  .flexslider {
    display: none;
  }
  .advance-search .search-heading {
    padding: 0 11px;
    font-size: 15px;
  }
  #footer {
    padding: 0 10px;
  }
  .container {
    width: auto;
  }
  .main {
    border: none;
  }
  .sidebar .widget {
    width: auto;
  }
  /* Advance Search */
  .advance-search .as-form-wrap {
    width: 200px;
  }
  /* Search Widget */
  .widget {
    border-left: none;
    border-right: none;
  }
  .widget #searchform {
    width: 200px;
  }
  .widget #s {
    width: 162px;
  }
  /* Advance Search Widget */
  .widget.calculator .as-form-wrap,
  .widget.advance-search .as-form-wrap {
    padding: 17px 12px;
    width: auto;
  }
  /* Calculator Widget */
  .widget.calculator input[type="text"] {
    width: 185px;
  }
  .widget.calculator #payment {
    width: 181px;
  }
  /* Featured Properties Widget */
  .featured-properties ul {
    width: 180px;
    margin: auto;
  }
  .featured-properties ul li {
    width: 180px;
    margin: 0 0 20px;
  }
  /* Property Grid View Page */
  .list-container {
    padding: 25px 11px;
  }
  .property-grid .list-container {
    width: 200px;
    padding: 25px 11px;
  }
  /* Contact Page Styles */
  .contact-page .contact-form {
    width: 180px;
    margin: auto;
  }
  .contact-page .inner-wrapper {
    padding: 0;
  }
  /* Similar Properties on Property Detail Page */
  .detail .list-container h3 {
    margin: 0 0 2px 0px;
  }
  .detail .property-grid .property-item {
    min-height: 310px;
  }
  /* Detail Page */
  #property-detail-flexslider {
    width: 240px;
    height: 120px;
  }
  #property-detail-flexslider .flex-direction-nav {
    display: block;
  }
  #property-detail-flexslider .flex-direction-nav,
  #property-detail-flexslider .flex-viewport {
    width: 240px;
    height: 120px;
  }
  #property-detail-flexslider .jcarousel-container-vertical {
    display: none !important;
  }
}

#contact-email svg{
display:none;
}


#footer a{
color:white !important;
}
#footer p{
color:white !important;
}
#footer span{
color:white !important;
}
#footer div{
color:white !important;
}
#footer h3{
color:white !important;
font-weight: bold;
}
#footer-bottom a{
color:white !important;
}
#footer-bottom p{
color:white !important;
}
#footer-bottom span{
color:white !important;
}
#footer-bottom div{
color:white !important;
}
#footer-bottom h3{
color:white !important;
}
.social_networks li a{
color: #fff !important;