@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857; }

.container, #slider .carousel-caption, .cookie-policy-inner, .cover-search {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, #slider .carousel-caption:before, .cookie-policy-inner:before, .cover-search:before, .container:after, #slider .carousel-caption:after, .cookie-policy-inner:after, .cover-search:after {
    content: " ";
    display: table; }
  .container:after, #slider .carousel-caption:after, .cookie-policy-inner:after, .cover-search:after {
    clear: both; }
  @media (min-width: 768px) {
    .container, #slider .carousel-caption, .cookie-policy-inner, .cover-search {
      width: 750px; } }
  @media (min-width: 992px) {
    .container, #slider .carousel-caption, .cookie-policy-inner, .cover-search {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container, #slider .carousel-caption, .cookie-policy-inner, .cover-search {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row, .property-amenities ul {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .property-amenities ul:before, .row:after, .property-amenities ul:after {
    content: " ";
    display: table; }
  .row:after, .property-amenities ul:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .property-amenities li, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .review-form-email, .review-form-author, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .cover-search-inner, #reviews .form-submit, .review-form-rating, .review-form-review, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .property-amenities li, .col-sm-4, .col-sm-5, .col-sm-6, .review-form-email, .review-form-author, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .cover-search-inner, #reviews .form-submit, .review-form-rating, .review-form-review {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3, .property-amenities li {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6, .review-form-email, .review-form-author {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12, .cover-search-inner, #reviews .form-submit, .review-form-rating, .review-form-review {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table, .type-post table, .post-box table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th, .type-post table > thead > tr > th, .post-box table > thead > tr > th,
  .table > thead > tr > td, .type-post table > thead > tr > td, .post-box table > thead > tr > td,
  .table > tbody > tr > th, .type-post table > tbody > tr > th, .post-box table > tbody > tr > th,
  .table > tbody > tr > td, .type-post table > tbody > tr > td, .post-box table > tbody > tr > td,
  .table > tfoot > tr > th, .type-post table > tfoot > tr > th, .post-box table > tfoot > tr > th,
  .table > tfoot > tr > td, .type-post table > tfoot > tr > td, .post-box table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th, .type-post table > thead > tr > th, .post-box table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th, .type-post table > caption + thead > tr:first-child > th, .post-box table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td, .type-post table > caption + thead > tr:first-child > td, .post-box table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th, .type-post table > colgroup + thead > tr:first-child > th, .post-box table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td, .type-post table > colgroup + thead > tr:first-child > td, .post-box table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th, .type-post table > thead:first-child > tr:first-child > th, .post-box table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td, .type-post table > thead:first-child > tr:first-child > td, .post-box table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody, .type-post table > tbody + tbody, .post-box table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table, .type-post table .table, .post-box table .table, .table .type-post table, .type-post .table table, .type-post table table, .table .post-box table, .post-box .table table, .post-box table table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active, .type-post table > thead > tr > td.active, .post-box table > thead > tr > td.active,
.table > thead > tr > th.active, .type-post table > thead > tr > th.active, .post-box table > thead > tr > th.active,
.table > thead > tr.active > td, .type-post table > thead > tr.active > td, .post-box table > thead > tr.active > td,
.table > thead > tr.active > th, .type-post table > thead > tr.active > th, .post-box table > thead > tr.active > th,
.table > tbody > tr > td.active, .type-post table > tbody > tr > td.active, .post-box table > tbody > tr > td.active,
.table > tbody > tr > th.active, .type-post table > tbody > tr > th.active, .post-box table > tbody > tr > th.active,
.table > tbody > tr.active > td, .type-post table > tbody > tr.active > td, .post-box table > tbody > tr.active > td,
.table > tbody > tr.active > th, .type-post table > tbody > tr.active > th, .post-box table > tbody > tr.active > th,
.table > tfoot > tr > td.active, .type-post table > tfoot > tr > td.active, .post-box table > tfoot > tr > td.active,
.table > tfoot > tr > th.active, .type-post table > tfoot > tr > th.active, .post-box table > tfoot > tr > th.active,
.table > tfoot > tr.active > td, .type-post table > tfoot > tr.active > td, .post-box table > tfoot > tr.active > td,
.table > tfoot > tr.active > th, .type-post table > tfoot > tr.active > th, .post-box table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success, .type-post table > thead > tr > td.success, .post-box table > thead > tr > td.success,
.table > thead > tr > th.success, .type-post table > thead > tr > th.success, .post-box table > thead > tr > th.success,
.table > thead > tr.success > td, .type-post table > thead > tr.success > td, .post-box table > thead > tr.success > td,
.table > thead > tr.success > th, .type-post table > thead > tr.success > th, .post-box table > thead > tr.success > th,
.table > tbody > tr > td.success, .type-post table > tbody > tr > td.success, .post-box table > tbody > tr > td.success,
.table > tbody > tr > th.success, .type-post table > tbody > tr > th.success, .post-box table > tbody > tr > th.success,
.table > tbody > tr.success > td, .type-post table > tbody > tr.success > td, .post-box table > tbody > tr.success > td,
.table > tbody > tr.success > th, .type-post table > tbody > tr.success > th, .post-box table > tbody > tr.success > th,
.table > tfoot > tr > td.success, .type-post table > tfoot > tr > td.success, .post-box table > tfoot > tr > td.success,
.table > tfoot > tr > th.success, .type-post table > tfoot > tr > th.success, .post-box table > tfoot > tr > th.success,
.table > tfoot > tr.success > td, .type-post table > tfoot > tr.success > td, .post-box table > tfoot > tr.success > td,
.table > tfoot > tr.success > th, .type-post table > tfoot > tr.success > th, .post-box table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info, .type-post table > thead > tr > td.info, .post-box table > thead > tr > td.info,
.table > thead > tr > th.info, .type-post table > thead > tr > th.info, .post-box table > thead > tr > th.info,
.table > thead > tr.info > td, .type-post table > thead > tr.info > td, .post-box table > thead > tr.info > td,
.table > thead > tr.info > th, .type-post table > thead > tr.info > th, .post-box table > thead > tr.info > th,
.table > tbody > tr > td.info, .type-post table > tbody > tr > td.info, .post-box table > tbody > tr > td.info,
.table > tbody > tr > th.info, .type-post table > tbody > tr > th.info, .post-box table > tbody > tr > th.info,
.table > tbody > tr.info > td, .type-post table > tbody > tr.info > td, .post-box table > tbody > tr.info > td,
.table > tbody > tr.info > th, .type-post table > tbody > tr.info > th, .post-box table > tbody > tr.info > th,
.table > tfoot > tr > td.info, .type-post table > tfoot > tr > td.info, .post-box table > tfoot > tr > td.info,
.table > tfoot > tr > th.info, .type-post table > tfoot > tr > th.info, .post-box table > tfoot > tr > th.info,
.table > tfoot > tr.info > td, .type-post table > tfoot > tr.info > td, .post-box table > tfoot > tr.info > td,
.table > tfoot > tr.info > th, .type-post table > tfoot > tr.info > th, .post-box table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning, .type-post table > thead > tr > td.warning, .post-box table > thead > tr > td.warning,
.table > thead > tr > th.warning, .type-post table > thead > tr > th.warning, .post-box table > thead > tr > th.warning,
.table > thead > tr.warning > td, .type-post table > thead > tr.warning > td, .post-box table > thead > tr.warning > td,
.table > thead > tr.warning > th, .type-post table > thead > tr.warning > th, .post-box table > thead > tr.warning > th,
.table > tbody > tr > td.warning, .type-post table > tbody > tr > td.warning, .post-box table > tbody > tr > td.warning,
.table > tbody > tr > th.warning, .type-post table > tbody > tr > th.warning, .post-box table > tbody > tr > th.warning,
.table > tbody > tr.warning > td, .type-post table > tbody > tr.warning > td, .post-box table > tbody > tr.warning > td,
.table > tbody > tr.warning > th, .type-post table > tbody > tr.warning > th, .post-box table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning, .type-post table > tfoot > tr > td.warning, .post-box table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning, .type-post table > tfoot > tr > th.warning, .post-box table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td, .type-post table > tfoot > tr.warning > td, .post-box table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th, .type-post table > tfoot > tr.warning > th, .post-box table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger, .type-post table > thead > tr > td.danger, .post-box table > thead > tr > td.danger,
.table > thead > tr > th.danger, .type-post table > thead > tr > th.danger, .post-box table > thead > tr > th.danger,
.table > thead > tr.danger > td, .type-post table > thead > tr.danger > td, .post-box table > thead > tr.danger > td,
.table > thead > tr.danger > th, .type-post table > thead > tr.danger > th, .post-box table > thead > tr.danger > th,
.table > tbody > tr > td.danger, .type-post table > tbody > tr > td.danger, .post-box table > tbody > tr > td.danger,
.table > tbody > tr > th.danger, .type-post table > tbody > tr > th.danger, .post-box table > tbody > tr > th.danger,
.table > tbody > tr.danger > td, .type-post table > tbody > tr.danger > td, .post-box table > tbody > tr.danger > td,
.table > tbody > tr.danger > th, .type-post table > tbody > tr.danger > th, .post-box table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger, .type-post table > tfoot > tr > td.danger, .post-box table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger, .type-post table > tfoot > tr > th.danger, .post-box table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td, .type-post table > tfoot > tr.danger > td, .post-box table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th, .type-post table > tfoot > tr.danger > th, .post-box table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table, .type-post .table-responsive > table, .post-box .table-responsive > table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th, .type-post .table-responsive > table > thead > tr > th, .post-box .table-responsive > table > thead > tr > th,
        .table-responsive > .table > thead > tr > td, .type-post
        .table-responsive > table > thead > tr > td, .post-box
        .table-responsive > table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th, .type-post
        .table-responsive > table > tbody > tr > th, .post-box
        .table-responsive > table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td, .type-post
        .table-responsive > table > tbody > tr > td, .post-box
        .table-responsive > table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th, .type-post
        .table-responsive > table > tfoot > tr > th, .post-box
        .table-responsive > table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td, .type-post
        .table-responsive > table > tfoot > tr > td, .post-box
        .table-responsive > table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555; }

.form-control, .comment-respond input[type=text], .comment-respond input[type=email], .dsidx-search-widget input, #dsidx.dsidx-details .dsidx-contact-form table input[type=text] {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus, .comment-respond input[type=text]:focus, .comment-respond input[type=email]:focus, .dsidx-search-widget input:focus, #dsidx.dsidx-details .dsidx-contact-form table input[type=text]:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder, .comment-respond input[type=text]::-moz-placeholder, .comment-respond input[type=email]::-moz-placeholder, .dsidx-search-widget input::-moz-placeholder, #dsidx.dsidx-details .dsidx-contact-form table input[type=text]::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder, .comment-respond input[type=text]:-ms-input-placeholder, .comment-respond input[type=email]:-ms-input-placeholder, .dsidx-search-widget input:-ms-input-placeholder, #dsidx.dsidx-details .dsidx-contact-form table input[type=text]:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder, .comment-respond input[type=text]::-webkit-input-placeholder, .comment-respond input[type=email]::-webkit-input-placeholder, .dsidx-search-widget input::-webkit-input-placeholder, #dsidx.dsidx-details .dsidx-contact-form table input[type=text]::-webkit-input-placeholder {
    color: #999; }
  .form-control[disabled], .comment-respond input[disabled][type=text], .comment-respond input[disabled][type=email], .dsidx-search-widget input[disabled], #dsidx.dsidx-details .dsidx-contact-form table input[disabled][type=text], .form-control[readonly], .comment-respond input[readonly][type=text], .comment-respond input[readonly][type=email], .dsidx-search-widget input[readonly], #dsidx.dsidx-details .dsidx-contact-form table input[readonly][type=text],
  fieldset[disabled] .form-control,
  fieldset[disabled] .comment-respond input[type=text], .comment-respond
  fieldset[disabled] input[type=text],
  fieldset[disabled] .comment-respond input[type=email], .comment-respond
  fieldset[disabled] input[type=email],
  fieldset[disabled] .dsidx-search-widget input, .dsidx-search-widget
  fieldset[disabled] input,
  fieldset[disabled] #dsidx.dsidx-details .dsidx-contact-form table input[type=text], #dsidx.dsidx-details .dsidx-contact-form table
  fieldset[disabled] input[type=text] {
    cursor: not-allowed;
    background-color: #eeeeee;
    opacity: 1; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px; }
    input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control, .comment-respond .input-group-sm > input[type="date"][type=text], .comment-respond .input-group-sm > input[type="date"][type=email], .dsidx-search-widget .input-group-sm > input[type="date"], #dsidx.dsidx-details .dsidx-contact-form table .input-group-sm > input[type="date"][type=text],
    .input-group-sm > input[type="date"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="date"].btn,
    .input-group-sm > .input-group-btn > input[type="date"].submission-payment-process, #reviews .form-submit
    .input-group-sm > .input-group-btn > input[type="date"][type=submit], .dsidx-search-button
    .input-group-sm > .input-group-btn > input[type="date"], #dsidx.dsidx-details .dsidx-contact-form table
    .input-group-sm > .input-group-btn > input[type="date"][type=button],
    .input-group-sm input[type="date"],
    input[type="time"].input-sm,
    .input-group-sm > input[type="time"].form-control,
    .comment-respond .input-group-sm > input[type="time"][type=text],
    .comment-respond .input-group-sm > input[type="time"][type=email],
    .dsidx-search-widget .input-group-sm > input[type="time"],
    #dsidx.dsidx-details .dsidx-contact-form table .input-group-sm > input[type="time"][type=text],
    .input-group-sm > input[type="time"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="time"].btn,
    .input-group-sm > .input-group-btn > input[type="time"].submission-payment-process,
    #reviews .form-submit
    .input-group-sm > .input-group-btn > input[type="time"][type=submit],
    .dsidx-search-button
    .input-group-sm > .input-group-btn > input[type="time"],
    #dsidx.dsidx-details .dsidx-contact-form table
    .input-group-sm > .input-group-btn > input[type="time"][type=button],
    .input-group-sm
    input[type="time"],
    input[type="datetime-local"].input-sm,
    .input-group-sm > input[type="datetime-local"].form-control,
    .comment-respond .input-group-sm > input[type="datetime-local"][type=text],
    .comment-respond .input-group-sm > input[type="datetime-local"][type=email],
    .dsidx-search-widget .input-group-sm > input[type="datetime-local"],
    #dsidx.dsidx-details .dsidx-contact-form table .input-group-sm > input[type="datetime-local"][type=text],
    .input-group-sm > input[type="datetime-local"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
    .input-group-sm > .input-group-btn > input[type="datetime-local"].submission-payment-process,
    #reviews .form-submit
    .input-group-sm > .input-group-btn > input[type="datetime-local"][type=submit],
    .dsidx-search-button
    .input-group-sm > .input-group-btn > input[type="datetime-local"],
    #dsidx.dsidx-details .dsidx-contact-form table
    .input-group-sm > .input-group-btn > input[type="datetime-local"][type=button],
    .input-group-sm
    input[type="datetime-local"],
    input[type="month"].input-sm,
    .input-group-sm > input[type="month"].form-control,
    .comment-respond .input-group-sm > input[type="month"][type=text],
    .comment-respond .input-group-sm > input[type="month"][type=email],
    .dsidx-search-widget .input-group-sm > input[type="month"],
    #dsidx.dsidx-details .dsidx-contact-form table .input-group-sm > input[type="month"][type=text],
    .input-group-sm > input[type="month"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="month"].btn,
    .input-group-sm > .input-group-btn > input[type="month"].submission-payment-process,
    #reviews .form-submit
    .input-group-sm > .input-group-btn > input[type="month"][type=submit],
    .dsidx-search-button
    .input-group-sm > .input-group-btn > input[type="month"],
    #dsidx.dsidx-details .dsidx-contact-form table
    .input-group-sm > .input-group-btn > input[type="month"][type=button],
    .input-group-sm
    input[type="month"] {
      line-height: 30px; }
    input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control, .comment-respond .input-group-lg > input[type="date"][type=text], .comment-respond .input-group-lg > input[type="date"][type=email], .dsidx-search-widget .input-group-lg > input[type="date"], #dsidx.dsidx-details .dsidx-contact-form table .input-group-lg > input[type="date"][type=text],
    .input-group-lg > input[type="date"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="date"].btn,
    .input-group-lg > .input-group-btn > input[type="date"].submission-payment-process, #reviews .form-submit
    .input-group-lg > .input-group-btn > input[type="date"][type=submit], .dsidx-search-button
    .input-group-lg > .input-group-btn > input[type="date"], #dsidx.dsidx-details .dsidx-contact-form table
    .input-group-lg > .input-group-btn > input[type="date"][type=button],
    .input-group-lg input[type="date"],
    input[type="time"].input-lg,
    .input-group-lg > input[type="time"].form-control,
    .comment-respond .input-group-lg > input[type="time"][type=text],
    .comment-respond .input-group-lg > input[type="time"][type=email],
    .dsidx-search-widget .input-group-lg > input[type="time"],
    #dsidx.dsidx-details .dsidx-contact-form table .input-group-lg > input[type="time"][type=text],
    .input-group-lg > input[type="time"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="time"].btn,
    .input-group-lg > .input-group-btn > input[type="time"].submission-payment-process,
    #reviews .form-submit
    .input-group-lg > .input-group-btn > input[type="time"][type=submit],
    .dsidx-search-button
    .input-group-lg > .input-group-btn > input[type="time"],
    #dsidx.dsidx-details .dsidx-contact-form table
    .input-group-lg > .input-group-btn > input[type="time"][type=button],
    .input-group-lg
    input[type="time"],
    input[type="datetime-local"].input-lg,
    .input-group-lg > input[type="datetime-local"].form-control,
    .comment-respond .input-group-lg > input[type="datetime-local"][type=text],
    .comment-respond .input-group-lg > input[type="datetime-local"][type=email],
    .dsidx-search-widget .input-group-lg > input[type="datetime-local"],
    #dsidx.dsidx-details .dsidx-contact-form table .input-group-lg > input[type="datetime-local"][type=text],
    .input-group-lg > input[type="datetime-local"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
    .input-group-lg > .input-group-btn > input[type="datetime-local"].submission-payment-process,
    #reviews .form-submit
    .input-group-lg > .input-group-btn > input[type="datetime-local"][type=submit],
    .dsidx-search-button
    .input-group-lg > .input-group-btn > input[type="datetime-local"],
    #dsidx.dsidx-details .dsidx-contact-form table
    .input-group-lg > .input-group-btn > input[type="datetime-local"][type=button],
    .input-group-lg
    input[type="datetime-local"],
    input[type="month"].input-lg,
    .input-group-lg > input[type="month"].form-control,
    .comment-respond .input-group-lg > input[type="month"][type=text],
    .comment-respond .input-group-lg > input[type="month"][type=email],
    .dsidx-search-widget .input-group-lg > input[type="month"],
    #dsidx.dsidx-details .dsidx-contact-form table .input-group-lg > input[type="month"][type=text],
    .input-group-lg > input[type="month"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="month"].btn,
    .input-group-lg > .input-group-btn > input[type="month"].submission-payment-process,
    #reviews .form-submit
    .input-group-lg > .input-group-btn > input[type="month"][type=submit],
    .dsidx-search-button
    .input-group-lg > .input-group-btn > input[type="month"],
    #dsidx.dsidx-details .dsidx-contact-form table
    .input-group-lg > .input-group-btn > input[type="month"][type=button],
    .input-group-lg
    input[type="month"] {
      line-height: 46px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control, .comment-respond .input-group-lg > input.form-control-static[type=text], .comment-respond .input-group-lg > input.form-control-static[type=email], .dsidx-search-widget .input-group-lg > input.form-control-static, #dsidx.dsidx-details .dsidx-contact-form table .input-group-lg > input.form-control-static[type=text],
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn,
  .input-group-lg > .input-group-btn > .form-control-static.submission-payment-process, #reviews .form-submit
  .input-group-lg > .input-group-btn > input.form-control-static[type=submit], .dsidx-search-button
  .input-group-lg > .input-group-btn > input.form-control-static, #dsidx.dsidx-details .dsidx-contact-form table
  .input-group-lg > .input-group-btn > input.form-control-static[type=button], .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control, .comment-respond .input-group-sm > input.form-control-static[type=text], .comment-respond .input-group-sm > input.form-control-static[type=email], .dsidx-search-widget .input-group-sm > input.form-control-static, #dsidx.dsidx-details .dsidx-contact-form table .input-group-sm > input.form-control-static[type=text],
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn,
  .input-group-sm > .input-group-btn > .form-control-static.submission-payment-process, #reviews .form-submit
  .input-group-sm > .input-group-btn > input.form-control-static[type=submit], .dsidx-search-button
  .input-group-sm > .input-group-btn > input.form-control-static, #dsidx.dsidx-details .dsidx-contact-form table
  .input-group-sm > .input-group-btn > input.form-control-static[type=button] {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control, .comment-respond .input-group-sm > input[type=text], .comment-respond .input-group-sm > input[type=email], .dsidx-search-widget .input-group-sm > input, #dsidx.dsidx-details .dsidx-contact-form table .input-group-sm > input[type=text],
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-group-sm > .input-group-btn > .submission-payment-process, #reviews .form-submit
.input-group-sm > .input-group-btn > input[type=submit], .dsidx-search-button
.input-group-sm > .input-group-btn > input, #dsidx.dsidx-details .dsidx-contact-form table
.input-group-sm > .input-group-btn > input[type=button] {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn,
.input-group-sm > .input-group-btn > select.submission-payment-process {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
.input-group-sm > .input-group-btn > textarea.submission-payment-process,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn,
.input-group-sm > .input-group-btn > select[multiple].submission-payment-process {
  height: auto; }

.form-group-sm .form-control, .form-group-sm .comment-respond input[type=text], .comment-respond .form-group-sm input[type=text], .form-group-sm .comment-respond input[type=email], .comment-respond .form-group-sm input[type=email], .form-group-sm .dsidx-search-widget input, .dsidx-search-widget .form-group-sm input, .form-group-sm #dsidx.dsidx-details .dsidx-contact-form table input[type=text], #dsidx.dsidx-details .dsidx-contact-form table .form-group-sm input[type=text] {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control, .comment-respond .input-group-lg > input[type=text], .comment-respond .input-group-lg > input[type=email], .dsidx-search-widget .input-group-lg > input, #dsidx.dsidx-details .dsidx-contact-form table .input-group-lg > input[type=text],
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-group-lg > .input-group-btn > .submission-payment-process, #reviews .form-submit
.input-group-lg > .input-group-btn > input[type=submit], .dsidx-search-button
.input-group-lg > .input-group-btn > input, #dsidx.dsidx-details .dsidx-contact-form table
.input-group-lg > .input-group-btn > input[type=button] {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn,
.input-group-lg > .input-group-btn > select.submission-payment-process {
  height: 46px;
  line-height: 46px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
.input-group-lg > .input-group-btn > textarea.submission-payment-process,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn,
.input-group-lg > .input-group-btn > select[multiple].submission-payment-process {
  height: auto; }

.form-group-lg .form-control, .form-group-lg .comment-respond input[type=text], .comment-respond .form-group-lg input[type=text], .form-group-lg .comment-respond input[type=email], .comment-respond .form-group-lg input[type=email], .form-group-lg .dsidx-search-widget input, .dsidx-search-widget .form-group-lg input, .form-group-lg #dsidx.dsidx-details .dsidx-contact-form table input[type=text], #dsidx.dsidx-details .dsidx-contact-form table .form-group-lg input[type=text] {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control, .has-feedback .comment-respond input[type=text], .comment-respond .has-feedback input[type=text], .has-feedback .comment-respond input[type=email], .comment-respond .has-feedback input[type=email], .has-feedback .dsidx-search-widget input, .dsidx-search-widget .has-feedback input, .has-feedback #dsidx.dsidx-details .dsidx-contact-form table input[type=text], #dsidx.dsidx-details .dsidx-contact-form table .has-feedback input[type=text] {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .comment-respond .input-group-lg > input[type=text] + .form-control-feedback, .comment-respond .input-group-lg > input[type=email] + .form-control-feedback, .dsidx-search-widget .input-group-lg > input + .form-control-feedback, #dsidx.dsidx-details .dsidx-contact-form table .input-group-lg > input[type=text] + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg > .input-group-btn > .submission-payment-process + .form-control-feedback, #reviews .form-submit
.input-group-lg > .input-group-btn > input[type=submit] + .form-control-feedback, .dsidx-search-button
.input-group-lg > .input-group-btn > input + .form-control-feedback, #dsidx.dsidx-details .dsidx-contact-form table
.input-group-lg > .input-group-btn > input[type=button] + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .comment-respond .input-group-sm > input[type=text] + .form-control-feedback, .comment-respond .input-group-sm > input[type=email] + .form-control-feedback, .dsidx-search-widget .input-group-sm > input + .form-control-feedback, #dsidx.dsidx-details .dsidx-contact-form table .input-group-sm > input[type=text] + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm > .input-group-btn > .submission-payment-process + .form-control-feedback, #reviews .form-submit
.input-group-sm > .input-group-btn > input[type=submit] + .form-control-feedback, .dsidx-search-button
.input-group-sm > .input-group-btn > input + .form-control-feedback, #dsidx.dsidx-details .dsidx-contact-form table
.input-group-sm > .input-group-btn > input[type=button] + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control, .has-success .comment-respond input[type=text], .comment-respond .has-success input[type=text], .has-success .comment-respond input[type=email], .comment-respond .has-success input[type=email], .has-success .dsidx-search-widget input, .dsidx-search-widget .has-success input, .has-success #dsidx.dsidx-details .dsidx-contact-form table input[type=text], #dsidx.dsidx-details .dsidx-contact-form table .has-success input[type=text] {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus, .has-success .comment-respond input[type=text]:focus, .comment-respond .has-success input[type=text]:focus, .has-success .comment-respond input[type=email]:focus, .comment-respond .has-success input[type=email]:focus, .has-success .dsidx-search-widget input:focus, .dsidx-search-widget .has-success input:focus, .has-success #dsidx.dsidx-details .dsidx-contact-form table input[type=text]:focus, #dsidx.dsidx-details .dsidx-contact-form table .has-success input[type=text]:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control, .has-warning .comment-respond input[type=text], .comment-respond .has-warning input[type=text], .has-warning .comment-respond input[type=email], .comment-respond .has-warning input[type=email], .has-warning .dsidx-search-widget input, .dsidx-search-widget .has-warning input, .has-warning #dsidx.dsidx-details .dsidx-contact-form table input[type=text], #dsidx.dsidx-details .dsidx-contact-form table .has-warning input[type=text] {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus, .has-warning .comment-respond input[type=text]:focus, .comment-respond .has-warning input[type=text]:focus, .has-warning .comment-respond input[type=email]:focus, .comment-respond .has-warning input[type=email]:focus, .has-warning .dsidx-search-widget input:focus, .dsidx-search-widget .has-warning input:focus, .has-warning #dsidx.dsidx-details .dsidx-contact-form table input[type=text]:focus, #dsidx.dsidx-details .dsidx-contact-form table .has-warning input[type=text]:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control, .has-error .comment-respond input[type=text], .comment-respond .has-error input[type=text], .has-error .comment-respond input[type=email], .comment-respond .has-error input[type=email], .has-error .dsidx-search-widget input, .dsidx-search-widget .has-error input, .has-error #dsidx.dsidx-details .dsidx-contact-form table input[type=text], #dsidx.dsidx-details .dsidx-contact-form table .has-error input[type=text] {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus, .has-error .comment-respond input[type=text]:focus, .comment-respond .has-error input[type=text]:focus, .has-error .comment-respond input[type=email]:focus, .comment-respond .has-error input[type=email]:focus, .has-error .dsidx-search-widget input:focus, .dsidx-search-widget .has-error input:focus, .has-error #dsidx.dsidx-details .dsidx-contact-form table input[type=text]:focus, #dsidx.dsidx-details .dsidx-contact-form table .has-error input[type=text]:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control, .form-inline .comment-respond input[type=text], .comment-respond .form-inline input[type=text], .form-inline .comment-respond input[type=email], .comment-respond .form-inline input[type=email], .form-inline .dsidx-search-widget input, .dsidx-search-widget .form-inline input, .form-inline #dsidx.dsidx-details .dsidx-contact-form table input[type=text], #dsidx.dsidx-details .dsidx-contact-form table .form-inline input[type=text] {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control,
    .form-inline .input-group .comment-respond input[type=text], .comment-respond
    .form-inline .input-group input[type=text],
    .form-inline .input-group .comment-respond input[type=email], .comment-respond
    .form-inline .input-group input[type=email],
    .form-inline .input-group .dsidx-search-widget input, .dsidx-search-widget
    .form-inline .input-group input,
    .form-inline .input-group #dsidx.dsidx-details .dsidx-contact-form table input[type=text], #dsidx.dsidx-details .dsidx-contact-form table
    .form-inline .input-group input[type=text] {
      width: auto; }
  .form-inline .input-group > .form-control, .form-inline .comment-respond .input-group > input[type=text], .comment-respond .form-inline .input-group > input[type=text], .form-inline .comment-respond .input-group > input[type=email], .comment-respond .form-inline .input-group > input[type=email], .form-inline .dsidx-search-widget .input-group > input, .dsidx-search-widget .form-inline .input-group > input, .form-inline #dsidx.dsidx-details .dsidx-contact-form table .input-group > input[type=text], #dsidx.dsidx-details .dsidx-contact-form table .form-inline .input-group > input[type=text] {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.33333px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px; } }

.btn, .submission-payment-process, #reviews .form-submit input[type=submit], .dsidx-search-button input, #dsidx.dsidx-details .dsidx-contact-form table input[type=button] {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .submission-payment-process:focus, #reviews .form-submit input[type=submit]:focus, .dsidx-search-button input:focus, #dsidx.dsidx-details .dsidx-contact-form table input[type=button]:focus, .btn.focus, .focus.submission-payment-process, #reviews .form-submit input.focus[type=submit], .dsidx-search-button input.focus, #dsidx.dsidx-details .dsidx-contact-form table input.focus[type=button], .btn:active:focus, .submission-payment-process:active:focus, #reviews .form-submit input[type=submit]:active:focus, .dsidx-search-button input:active:focus, #dsidx.dsidx-details .dsidx-contact-form table input[type=button]:active:focus, .btn:active.focus, .submission-payment-process:active.focus, #reviews .form-submit input[type=submit]:active.focus, .dsidx-search-button input:active.focus, #dsidx.dsidx-details .dsidx-contact-form table input[type=button]:active.focus, .btn.active:focus, .active.submission-payment-process:focus, #reviews .form-submit input.active[type=submit]:focus, .dsidx-search-button input.active:focus, #dsidx.dsidx-details .dsidx-contact-form table input.active[type=button]:focus, .btn.active.focus, .active.focus.submission-payment-process, #reviews .form-submit input.active.focus[type=submit], .dsidx-search-button input.active.focus, #dsidx.dsidx-details .dsidx-contact-form table input.active.focus[type=button] {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .submission-payment-process:hover, #reviews .form-submit input[type=submit]:hover, .dsidx-search-button input:hover, #dsidx.dsidx-details .dsidx-contact-form table input[type=button]:hover, .btn:focus, .submission-payment-process:focus, #reviews .form-submit input[type=submit]:focus, .dsidx-search-button input:focus, #dsidx.dsidx-details .dsidx-contact-form table input[type=button]:focus, .btn.focus, .focus.submission-payment-process, #reviews .form-submit input.focus[type=submit], .dsidx-search-button input.focus, #dsidx.dsidx-details .dsidx-contact-form table input.focus[type=button] {
    color: #333;
    text-decoration: none; }
  .btn:active, .submission-payment-process:active, #reviews .form-submit input[type=submit]:active, .dsidx-search-button input:active, #dsidx.dsidx-details .dsidx-contact-form table input[type=button]:active, .btn.active, .active.submission-payment-process, #reviews .form-submit input.active[type=submit], .dsidx-search-button input.active, #dsidx.dsidx-details .dsidx-contact-form table input.active[type=button] {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .disabled.submission-payment-process, #reviews .form-submit input.disabled[type=submit], .dsidx-search-button input.disabled, #dsidx.dsidx-details .dsidx-contact-form table input.disabled[type=button], .btn[disabled], [disabled].submission-payment-process, #reviews .form-submit input[disabled][type=submit], .dsidx-search-button input[disabled], #dsidx.dsidx-details .dsidx-contact-form table input[disabled][type=button],
  fieldset[disabled] .btn,
  fieldset[disabled] .submission-payment-process,
  fieldset[disabled] #reviews .form-submit input[type=submit], #reviews .form-submit
  fieldset[disabled] input[type=submit],
  fieldset[disabled] .dsidx-search-button input, .dsidx-search-button
  fieldset[disabled] input,
  fieldset[disabled] #dsidx.dsidx-details .dsidx-contact-form table input[type=button], #dsidx.dsidx-details .dsidx-contact-form table
  fieldset[disabled] input[type=button] {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active,
  fieldset[disabled] .btn-default,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus,
  fieldset[disabled] .btn-default:active,
  fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary, #cboxPrevious, #cboxNext {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:hover, #cboxPrevious:hover, #cboxNext:hover, .btn-primary:focus, #cboxPrevious:focus, #cboxNext:focus, .btn-primary.focus, .focus#cboxPrevious, .focus#cboxNext, .btn-primary:active, #cboxPrevious:active, #cboxNext:active, .btn-primary.active, .active#cboxPrevious, .active#cboxNext,
  .open > .btn-primary.dropdown-toggle,
  .open > .dropdown-toggle#cboxPrevious,
  .open > .dropdown-toggle#cboxNext {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, #cboxPrevious:active, #cboxNext:active, .btn-primary.active, .active#cboxPrevious, .active#cboxNext,
  .open > .btn-primary.dropdown-toggle,
  .open > .dropdown-toggle#cboxPrevious,
  .open > .dropdown-toggle#cboxNext {
    background-image: none; }
  .btn-primary.disabled, .disabled#cboxPrevious, .disabled#cboxNext, .btn-primary.disabled:hover, .disabled#cboxPrevious:hover, .disabled#cboxNext:hover, .btn-primary.disabled:focus, .disabled#cboxPrevious:focus, .disabled#cboxNext:focus, .btn-primary.disabled.focus, .disabled.focus#cboxPrevious, .disabled.focus#cboxNext, .btn-primary.disabled:active, .disabled#cboxPrevious:active, .disabled#cboxNext:active, .btn-primary.disabled.active, .disabled.active#cboxPrevious, .disabled.active#cboxNext, .btn-primary[disabled], [disabled]#cboxPrevious, [disabled]#cboxNext, .btn-primary[disabled]:hover, [disabled]#cboxPrevious:hover, [disabled]#cboxNext:hover, .btn-primary[disabled]:focus, [disabled]#cboxPrevious:focus, [disabled]#cboxNext:focus, .btn-primary[disabled].focus, [disabled].focus#cboxPrevious, [disabled].focus#cboxNext, .btn-primary[disabled]:active, [disabled]#cboxPrevious:active, [disabled]#cboxNext:active, .btn-primary[disabled].active, [disabled].active#cboxPrevious, [disabled].active#cboxNext,
  fieldset[disabled] .btn-primary,
  fieldset[disabled] #cboxPrevious,
  fieldset[disabled] #cboxNext,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] #cboxPrevious:hover,
  fieldset[disabled] #cboxNext:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] #cboxPrevious:focus,
  fieldset[disabled] #cboxNext:focus,
  fieldset[disabled] .btn-primary.focus,
  fieldset[disabled] .focus#cboxPrevious,
  fieldset[disabled] .focus#cboxNext,
  fieldset[disabled] .btn-primary:active,
  fieldset[disabled] #cboxPrevious:active,
  fieldset[disabled] #cboxNext:active,
  fieldset[disabled] .btn-primary.active,
  fieldset[disabled] .active#cboxPrevious,
  fieldset[disabled] .active#cboxNext {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge, #cboxPrevious .badge, #cboxNext .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active,
  fieldset[disabled] .btn-success,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus,
  fieldset[disabled] .btn-success:active,
  fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active,
  fieldset[disabled] .btn-info,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus,
  fieldset[disabled] .btn-info:active,
  fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active,
  fieldset[disabled] .btn-warning,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus,
  fieldset[disabled] .btn-warning:active,
  fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active,
  fieldset[disabled] .btn-danger,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus,
  fieldset[disabled] .btn-danger:active,
  fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn, .btn-group-lg > .submission-payment-process, #reviews .form-submit .btn-group-lg > input[type=submit], .dsidx-search-button .btn-group-lg > input, #dsidx.dsidx-details .dsidx-contact-form table .btn-group-lg > input[type=button] {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn, .btn-group-sm > .submission-payment-process, #reviews .form-submit .btn-group-sm > input[type=submit], .dsidx-search-button .btn-group-sm > input, #dsidx.dsidx-details .dsidx-contact-form table .btn-group-sm > input[type=button] {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn, .btn-group-xs > .submission-payment-process, #reviews .form-submit .btn-group-xs > input[type=submit], .dsidx-search-button .btn-group-xs > input, #dsidx.dsidx-details .dsidx-contact-form table .btn-group-xs > input[type=button] {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn, .btn-group > .submission-payment-process, #reviews .form-submit .btn-group > input[type=submit], .dsidx-search-button .btn-group > input, #dsidx.dsidx-details .dsidx-contact-form table .btn-group > input[type=button],
  .btn-group-vertical > .btn,
  .btn-group-vertical > .submission-payment-process, #reviews .form-submit
  .btn-group-vertical > input[type=submit], .dsidx-search-button
  .btn-group-vertical > input, #dsidx.dsidx-details .dsidx-contact-form table
  .btn-group-vertical > input[type=button] {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .submission-payment-process:hover, #reviews .form-submit .btn-group > input[type=submit]:hover, .dsidx-search-button .btn-group > input:hover, #dsidx.dsidx-details .dsidx-contact-form table .btn-group > input[type=button]:hover, .btn-group > .btn:focus, .btn-group > .submission-payment-process:focus, #reviews .form-submit .btn-group > input[type=submit]:focus, .dsidx-search-button .btn-group > input:focus, #dsidx.dsidx-details .dsidx-contact-form table .btn-group > input[type=button]:focus, .btn-group > .btn:active, .btn-group > .submission-payment-process:active, #reviews .form-submit .btn-group > input[type=submit]:active, .dsidx-search-button .btn-group > input:active, #dsidx.dsidx-details .dsidx-contact-form table .btn-group > input[type=button]:active, .btn-group > .btn.active, .btn-group > .active.submission-payment-process, #reviews .form-submit .btn-group > input.active[type=submit], .dsidx-search-button .btn-group > input.active, #dsidx.dsidx-details .dsidx-contact-form table .btn-group > input.active[type=button],
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .submission-payment-process:hover, #reviews .form-submit
    .btn-group-vertical > input[type=submit]:hover, .dsidx-search-button
    .btn-group-vertical > input:hover, #dsidx.dsidx-details .dsidx-contact-form table
    .btn-group-vertical > input[type=button]:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .submission-payment-process:focus, #reviews .form-submit
    .btn-group-vertical > input[type=submit]:focus, .dsidx-search-button
    .btn-group-vertical > input:focus, #dsidx.dsidx-details .dsidx-contact-form table
    .btn-group-vertical > input[type=button]:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .submission-payment-process:active, #reviews .form-submit
    .btn-group-vertical > input[type=submit]:active, .dsidx-search-button
    .btn-group-vertical > input:active, #dsidx.dsidx-details .dsidx-contact-form table
    .btn-group-vertical > input[type=button]:active,
    .btn-group-vertical > .btn.active,
    .btn-group-vertical > .active.submission-payment-process, #reviews .form-submit
    .btn-group-vertical > input.active[type=submit], .dsidx-search-button
    .btn-group-vertical > input.active, #dsidx.dsidx-details .dsidx-contact-form table
    .btn-group-vertical > input.active[type=button] {
      z-index: 2; }

.btn-group .btn + .btn, .btn-group .submission-payment-process + .btn, .btn-group #reviews .form-submit input[type=submit] + .btn, #reviews .form-submit .btn-group input[type=submit] + .btn, .btn-group .dsidx-search-button input + .btn, .dsidx-search-button .btn-group input + .btn, .btn-group #dsidx.dsidx-details .dsidx-contact-form table input[type=button] + .btn, #dsidx.dsidx-details .dsidx-contact-form table .btn-group input[type=button] + .btn, .btn-group .btn + .submission-payment-process, .btn-group .submission-payment-process + .submission-payment-process, .btn-group #reviews .form-submit input[type=submit] + .submission-payment-process, #reviews .form-submit .btn-group input[type=submit] + .submission-payment-process, .btn-group .dsidx-search-button input + .submission-payment-process, .dsidx-search-button .btn-group input + .submission-payment-process, .btn-group #dsidx.dsidx-details .dsidx-contact-form table input[type=button] + .submission-payment-process, #dsidx.dsidx-details .dsidx-contact-form table .btn-group input[type=button] + .submission-payment-process, .btn-group #reviews .form-submit .btn + input[type=submit], #reviews .form-submit .btn-group .btn + input[type=submit], .btn-group #reviews .form-submit .submission-payment-process + input[type=submit], #reviews .form-submit .btn-group .submission-payment-process + input[type=submit], .btn-group #reviews .form-submit input[type=submit] + input[type=submit], #reviews .form-submit .btn-group input[type=submit] + input[type=submit], .btn-group .dsidx-search-button #reviews .form-submit input + input[type=submit], #reviews .form-submit .btn-group .dsidx-search-button input + input[type=submit], .dsidx-search-button .btn-group #reviews .form-submit input + input[type=submit], #reviews .form-submit .dsidx-search-button .btn-group input + input[type=submit], .btn-group #dsidx.dsidx-details .dsidx-contact-form table #reviews .form-submit input[type=button] + input[type=submit], #reviews .form-submit .btn-group #dsidx.dsidx-details .dsidx-contact-form table input[type=button] + input[type=submit], #dsidx.dsidx-details .dsidx-contact-form table .btn-group #reviews .form-submit input[type=button] + input[type=submit], #reviews .form-submit #dsidx.dsidx-details .dsidx-contact-form table .btn-group input[type=button] + input[type=submit], .btn-group .dsidx-search-button .btn + input, .dsidx-search-button .btn-group .btn + input, .btn-group .dsidx-search-button .submission-payment-process + input, .dsidx-search-button .btn-group .submission-payment-process + input, .btn-group #reviews .form-submit .dsidx-search-button input[type=submit] + input, .dsidx-search-button .btn-group #reviews .form-submit input[type=submit] + input, #reviews .form-submit .btn-group .dsidx-search-button input[type=submit] + input, .dsidx-search-button #reviews .form-submit .btn-group input[type=submit] + input, .btn-group .dsidx-search-button input + input, .dsidx-search-button .btn-group input + input, .btn-group #dsidx.dsidx-details .dsidx-contact-form table .dsidx-search-button input[type=button] + input, .dsidx-search-button .btn-group #dsidx.dsidx-details .dsidx-contact-form table input[type=button] + input, #dsidx.dsidx-details .dsidx-contact-form table .btn-group .dsidx-search-button input[type=button] + input, .dsidx-search-button #dsidx.dsidx-details .dsidx-contact-form table .btn-group input[type=button] + input, .btn-group #dsidx.dsidx-details .dsidx-contact-form table .btn + input[type=button], #dsidx.dsidx-details .dsidx-contact-form table .btn-group .btn + input[type=button], .btn-group #dsidx.dsidx-details .dsidx-contact-form table .submission-payment-process + input[type=button], #dsidx.dsidx-details .dsidx-contact-form table .btn-group .submission-payment-process + input[type=button], .btn-group #reviews .form-submit #dsidx.dsidx-details .dsidx-contact-form table input[type=submit] + input[type=button], #dsidx.dsidx-details .dsidx-contact-form table .btn-group #reviews .form-submit input[type=submit] + input[type=button], #reviews .form-submit .btn-group #dsidx.dsidx-details .dsidx-contact-form table input[type=submit] + input[type=button], #dsidx.dsidx-details .dsidx-contact-form table #reviews .form-submit .btn-group input[type=submit] + input[type=button], .btn-group .dsidx-search-button #dsidx.dsidx-details .dsidx-contact-form table input + input[type=button], #dsidx.dsidx-details .dsidx-contact-form table .btn-group .dsidx-search-button input + input[type=button], .dsidx-search-button .btn-group #dsidx.dsidx-details .dsidx-contact-form table input + input[type=button], #dsidx.dsidx-details .dsidx-contact-form table .dsidx-search-button .btn-group input + input[type=button], .btn-group #dsidx.dsidx-details .dsidx-contact-form table input[type=button] + input[type=button], #dsidx.dsidx-details .dsidx-contact-form table .btn-group input[type=button] + input[type=button],
.btn-group .btn + .btn-group,
.btn-group .submission-payment-process + .btn-group,
.btn-group #reviews .form-submit input[type=submit] + .btn-group, #reviews .form-submit
.btn-group input[type=submit] + .btn-group,
.btn-group .dsidx-search-button input + .btn-group, .dsidx-search-button
.btn-group input + .btn-group,
.btn-group #dsidx.dsidx-details .dsidx-contact-form table input[type=button] + .btn-group, #dsidx.dsidx-details .dsidx-contact-form table
.btn-group input[type=button] + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .submission-payment-process,
.btn-group #reviews .form-submit .btn-group + input[type=submit], #reviews .form-submit
.btn-group .btn-group + input[type=submit],
.btn-group .dsidx-search-button .btn-group + input, .dsidx-search-button
.btn-group .btn-group + input,
.btn-group #dsidx.dsidx-details .dsidx-contact-form table .btn-group + input[type=button], #dsidx.dsidx-details .dsidx-contact-form table
.btn-group .btn-group + input[type=button],
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn, .btn-toolbar > .submission-payment-process, #reviews .form-submit .btn-toolbar > input[type=submit], .dsidx-search-button .btn-toolbar > input, #dsidx.dsidx-details .dsidx-contact-form table .btn-toolbar > input[type=button],
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > .submission-payment-process:not(:first-child):not(:last-child):not(.dropdown-toggle), #reviews .form-submit .btn-group > input[type=submit]:not(:first-child):not(:last-child):not(.dropdown-toggle), .dsidx-search-button .btn-group > input:not(:first-child):not(:last-child):not(.dropdown-toggle), #dsidx.dsidx-details .dsidx-contact-form table .btn-group > input[type=button]:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child, .btn-group > .submission-payment-process:first-child, #reviews .form-submit .btn-group > input[type=submit]:first-child, .dsidx-search-button .btn-group > input:first-child, #dsidx.dsidx-details .dsidx-contact-form table .btn-group > input[type=button]:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .submission-payment-process:first-child:not(:last-child):not(.dropdown-toggle), #reviews .form-submit .btn-group > input[type=submit]:first-child:not(:last-child):not(.dropdown-toggle), .dsidx-search-button .btn-group > input:first-child:not(:last-child):not(.dropdown-toggle), #dsidx.dsidx-details .dsidx-contact-form table .btn-group > input[type=button]:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child), .btn-group > .submission-payment-process:last-child:not(:first-child), #reviews .form-submit .btn-group > input[type=submit]:last-child:not(:first-child), .dsidx-search-button .btn-group > input:last-child:not(:first-child), #dsidx.dsidx-details .dsidx-contact-form table .btn-group > input[type=button]:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group > .btn-group:not(:first-child):not(:last-child) > .submission-payment-process, #reviews .form-submit .btn-group > .btn-group:not(:first-child):not(:last-child) > input[type=submit], .dsidx-search-button .btn-group > .btn-group:not(:first-child):not(:last-child) > input, #dsidx.dsidx-details .dsidx-contact-form table .btn-group > .btn-group:not(:first-child):not(:last-child) > input[type=button] {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .submission-payment-process:last-child, #reviews .form-submit .btn-group > .btn-group:first-child:not(:last-child) > input[type=submit]:last-child, .dsidx-search-button .btn-group > .btn-group:first-child:not(:last-child) > input:last-child, #dsidx.dsidx-details .dsidx-contact-form table .btn-group > .btn-group:first-child:not(:last-child) > input[type=button]:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, .btn-group > .btn-group:last-child:not(:first-child) > .submission-payment-process:first-child, #reviews .form-submit .btn-group > .btn-group:last-child:not(:first-child) > input[type=submit]:first-child, .dsidx-search-button .btn-group > .btn-group:last-child:not(:first-child) > input:first-child, #dsidx.dsidx-details .dsidx-contact-form table .btn-group > .btn-group:last-child:not(:first-child) > input[type=button]:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle, .btn-group > .submission-payment-process + .dropdown-toggle, #reviews .form-submit .btn-group > input[type=submit] + .dropdown-toggle, .dsidx-search-button .btn-group > input + .dropdown-toggle, #dsidx.dsidx-details .dsidx-contact-form table .btn-group > input[type=button] + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle, .btn-group-lg.btn-group > .submission-payment-process + .dropdown-toggle, #reviews .form-submit .btn-group-lg.btn-group > input[type=submit] + .dropdown-toggle, .dsidx-search-button .btn-group-lg.btn-group > input + .dropdown-toggle, #dsidx.dsidx-details .dsidx-contact-form table .btn-group-lg.btn-group > input[type=button] + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret, .submission-payment-process .caret, #reviews .form-submit input[type=submit] .caret, .dsidx-search-button input .caret, #dsidx.dsidx-details .dsidx-contact-form table input[type=button] .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret, .btn-group-lg > .submission-payment-process .caret, #reviews .form-submit .btn-group-lg > input[type=submit] .caret, .dsidx-search-button .btn-group-lg > input .caret, #dsidx.dsidx-details .dsidx-contact-form table .btn-group-lg > input[type=button] .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup .btn-group-lg > .submission-payment-process .caret, .dropup #reviews .form-submit .btn-group-lg > input[type=submit] .caret, #reviews .form-submit .dropup .btn-group-lg > input[type=submit] .caret, .dropup .dsidx-search-button .btn-group-lg > input .caret, .dsidx-search-button .dropup .btn-group-lg > input .caret, .dropup #dsidx.dsidx-details .dsidx-contact-form table .btn-group-lg > input[type=button] .caret, #dsidx.dsidx-details .dsidx-contact-form table .dropup .btn-group-lg > input[type=button] .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn, .btn-group-vertical > .submission-payment-process, #reviews .form-submit .btn-group-vertical > input[type=submit], .dsidx-search-button .btn-group-vertical > input, #dsidx.dsidx-details .dsidx-contact-form table .btn-group-vertical > input[type=button],
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn,
.btn-group-vertical > .btn-group > .submission-payment-process, #reviews .form-submit
.btn-group-vertical > .btn-group > input[type=submit], .dsidx-search-button
.btn-group-vertical > .btn-group > input, #dsidx.dsidx-details .dsidx-contact-form table
.btn-group-vertical > .btn-group > input[type=button] {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.btn-group-vertical > .btn-group > .btn, .btn-group-vertical > .btn-group > .submission-payment-process, #reviews .form-submit .btn-group-vertical > .btn-group > input[type=submit], .dsidx-search-button .btn-group-vertical > .btn-group > input, #dsidx.dsidx-details .dsidx-contact-form table .btn-group-vertical > .btn-group > input[type=button] {
  float: none; }

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .submission-payment-process + .btn, #reviews .form-submit .btn-group-vertical > input[type=submit] + .btn, .dsidx-search-button .btn-group-vertical > input + .btn, #dsidx.dsidx-details .dsidx-contact-form table .btn-group-vertical > input[type=button] + .btn, .btn-group-vertical > .btn + .submission-payment-process, .btn-group-vertical > .submission-payment-process + .submission-payment-process, #reviews .form-submit .btn-group-vertical > input[type=submit] + .submission-payment-process, .dsidx-search-button .btn-group-vertical > input + .submission-payment-process, #dsidx.dsidx-details .dsidx-contact-form table .btn-group-vertical > input[type=button] + .submission-payment-process, #reviews .form-submit .btn-group-vertical > .btn + input[type=submit], #reviews .form-submit .btn-group-vertical > .submission-payment-process + input[type=submit], #reviews .form-submit .btn-group-vertical > input[type=submit] + input[type=submit], .dsidx-search-button #reviews .form-submit .btn-group-vertical > input + input[type=submit], #reviews .form-submit .dsidx-search-button .btn-group-vertical > input + input[type=submit], #dsidx.dsidx-details .dsidx-contact-form table #reviews .form-submit .btn-group-vertical > input[type=button] + input[type=submit], #reviews .form-submit #dsidx.dsidx-details .dsidx-contact-form table .btn-group-vertical > input[type=button] + input[type=submit], .dsidx-search-button .btn-group-vertical > .btn + input, .dsidx-search-button .btn-group-vertical > .submission-payment-process + input, #reviews .form-submit .dsidx-search-button .btn-group-vertical > input[type=submit] + input, .dsidx-search-button #reviews .form-submit .btn-group-vertical > input[type=submit] + input, .dsidx-search-button .btn-group-vertical > input + input, #dsidx.dsidx-details .dsidx-contact-form table .dsidx-search-button .btn-group-vertical > input[type=button] + input, .dsidx-search-button #dsidx.dsidx-details .dsidx-contact-form table .btn-group-vertical > input[type=button] + input, #dsidx.dsidx-details .dsidx-contact-form table .btn-group-vertical > .btn + input[type=button], #dsidx.dsidx-details .dsidx-contact-form table .btn-group-vertical > .submission-payment-process + input[type=button], #reviews .form-submit #dsidx.dsidx-details .dsidx-contact-form table .btn-group-vertical > input[type=submit] + input[type=button], #dsidx.dsidx-details .dsidx-contact-form table #reviews .form-submit .btn-group-vertical > input[type=submit] + input[type=button], .dsidx-search-button #dsidx.dsidx-details .dsidx-contact-form table .btn-group-vertical > input + input[type=button], #dsidx.dsidx-details .dsidx-contact-form table .dsidx-search-button .btn-group-vertical > input + input[type=button], #dsidx.dsidx-details .dsidx-contact-form table .btn-group-vertical > input[type=button] + input[type=button],
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .submission-payment-process + .btn-group, #reviews .form-submit
.btn-group-vertical > input[type=submit] + .btn-group, .dsidx-search-button
.btn-group-vertical > input + .btn-group, #dsidx.dsidx-details .dsidx-contact-form table
.btn-group-vertical > input[type=button] + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .submission-payment-process, #reviews .form-submit
.btn-group-vertical > .btn-group + input[type=submit], .dsidx-search-button
.btn-group-vertical > .btn-group + input, #dsidx.dsidx-details .dsidx-contact-form table
.btn-group-vertical > .btn-group + input[type=button],
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child), .btn-group-vertical > .submission-payment-process:not(:first-child):not(:last-child), #reviews .form-submit .btn-group-vertical > input[type=submit]:not(:first-child):not(:last-child), .dsidx-search-button .btn-group-vertical > input:not(:first-child):not(:last-child), #dsidx.dsidx-details .dsidx-contact-form table .btn-group-vertical > input[type=button]:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child), .btn-group-vertical > .submission-payment-process:first-child:not(:last-child), #reviews .form-submit .btn-group-vertical > input[type=submit]:first-child:not(:last-child), .dsidx-search-button .btn-group-vertical > input:first-child:not(:last-child), #dsidx.dsidx-details .dsidx-contact-form table .btn-group-vertical > input[type=button]:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child), .btn-group-vertical > .submission-payment-process:last-child:not(:first-child), #reviews .form-submit .btn-group-vertical > input[type=submit]:last-child:not(:first-child), .dsidx-search-button .btn-group-vertical > input:last-child:not(:first-child), #dsidx.dsidx-details .dsidx-contact-form table .btn-group-vertical > input[type=button]:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .submission-payment-process, #reviews .form-submit .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > input[type=submit], .dsidx-search-button .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > input, #dsidx.dsidx-details .dsidx-contact-form table .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > input[type=button] {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .submission-payment-process:last-child, #reviews .form-submit .btn-group-vertical > .btn-group:first-child:not(:last-child) > input[type=submit]:last-child, .dsidx-search-button .btn-group-vertical > .btn-group:first-child:not(:last-child) > input:last-child, #dsidx.dsidx-details .dsidx-contact-form table .btn-group-vertical > .btn-group:first-child:not(:last-child) > input[type=button]:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > .submission-payment-process:first-child, #reviews .form-submit .btn-group-vertical > .btn-group:last-child:not(:first-child) > input[type=submit]:first-child, .dsidx-search-button .btn-group-vertical > .btn-group:last-child:not(:first-child) > input:first-child, #dsidx.dsidx-details .dsidx-contact-form table .btn-group-vertical > .btn-group:last-child:not(:first-child) > input[type=button]:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn, .btn-group-justified > .submission-payment-process, #reviews .form-submit .btn-group-justified > input[type=submit], .dsidx-search-button .btn-group-justified > input, #dsidx.dsidx-details .dsidx-contact-form table .btn-group-justified > input[type=button],
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn, .btn-group-justified > .btn-group .submission-payment-process, .btn-group-justified > .btn-group #reviews .form-submit input[type=submit], #reviews .form-submit .btn-group-justified > .btn-group input[type=submit], .btn-group-justified > .btn-group .dsidx-search-button input, .dsidx-search-button .btn-group-justified > .btn-group input, .btn-group-justified > .btn-group #dsidx.dsidx-details .dsidx-contact-form table input[type=button], #dsidx.dsidx-details .dsidx-contact-form table .btn-group-justified > .btn-group input[type=button] {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .submission-payment-process input[type="radio"], #reviews .form-submit [data-toggle="buttons"] > input[type=submit] input[type="radio"], .dsidx-search-button [data-toggle="buttons"] > input input[type="radio"], #dsidx.dsidx-details .dsidx-contact-form table [data-toggle="buttons"] > input[type=button] input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .submission-payment-process input[type="checkbox"], #reviews .form-submit
[data-toggle="buttons"] > input[type=submit] input[type="checkbox"], .dsidx-search-button
[data-toggle="buttons"] > input input[type="checkbox"], #dsidx.dsidx-details .dsidx-contact-form table
[data-toggle="buttons"] > input[type=button] input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .submission-payment-process input[type="radio"], #reviews .form-submit
[data-toggle="buttons"] > .btn-group > input[type=submit] input[type="radio"], .dsidx-search-button
[data-toggle="buttons"] > .btn-group > input input[type="radio"], #dsidx.dsidx-details .dsidx-contact-form table
[data-toggle="buttons"] > .btn-group > input[type=button] input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .submission-payment-process input[type="checkbox"], #reviews .form-submit
[data-toggle="buttons"] > .btn-group > input[type=submit] input[type="checkbox"], .dsidx-search-button
[data-toggle="buttons"] > .btn-group > input input[type="checkbox"], #dsidx.dsidx-details .dsidx-contact-form table
[data-toggle="buttons"] > .btn-group > input[type=button] input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control, .input-group .comment-respond input[type=text], .comment-respond .input-group input[type=text], .input-group .comment-respond input[type=email], .comment-respond .input-group input[type=email], .input-group .dsidx-search-widget input, .dsidx-search-widget .input-group input, .input-group #dsidx.dsidx-details .dsidx-contact-form table input[type=text], #dsidx.dsidx-details .dsidx-contact-form table .input-group input[type=text] {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }

.input-group-addon,
.input-group-btn,
.input-group .form-control,
.input-group .comment-respond input[type=text], .comment-respond
.input-group input[type=text],
.input-group .comment-respond input[type=email], .comment-respond
.input-group input[type=email],
.input-group .dsidx-search-widget input, .dsidx-search-widget
.input-group input,
.input-group #dsidx.dsidx-details .dsidx-contact-form table input[type=text], #dsidx.dsidx-details .dsidx-contact-form table
.input-group input[type=text] {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child),
  .input-group .comment-respond input[type=text]:not(:first-child):not(:last-child), .comment-respond
  .input-group input[type=text]:not(:first-child):not(:last-child),
  .input-group .comment-respond input[type=email]:not(:first-child):not(:last-child), .comment-respond
  .input-group input[type=email]:not(:first-child):not(:last-child),
  .input-group .dsidx-search-widget input:not(:first-child):not(:last-child), .dsidx-search-widget
  .input-group input:not(:first-child):not(:last-child),
  .input-group #dsidx.dsidx-details .dsidx-contact-form table input[type=text]:not(:first-child):not(:last-child), #dsidx.dsidx-details .dsidx-contact-form table
  .input-group input[type=text]:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm, .comment-respond .input-group-sm > input.input-group-addon[type=text], .comment-respond .input-group-sm > input.input-group-addon[type=email], .dsidx-search-widget .input-group-sm > input.input-group-addon, #dsidx.dsidx-details .dsidx-contact-form table .input-group-sm > input.input-group-addon[type=text],
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn,
  .input-group-sm > .input-group-btn > .input-group-addon.submission-payment-process, #reviews .form-submit
  .input-group-sm > .input-group-btn > input.input-group-addon[type=submit], .dsidx-search-button
  .input-group-sm > .input-group-btn > input.input-group-addon, #dsidx.dsidx-details .dsidx-contact-form table
  .input-group-sm > .input-group-btn > input.input-group-addon[type=button] {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg, .comment-respond .input-group-lg > input.input-group-addon[type=text], .comment-respond .input-group-lg > input.input-group-addon[type=email], .dsidx-search-widget .input-group-lg > input.input-group-addon, #dsidx.dsidx-details .dsidx-contact-form table .input-group-lg > input.input-group-addon[type=text],
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn,
  .input-group-lg > .input-group-btn > .input-group-addon.submission-payment-process, #reviews .form-submit
  .input-group-lg > .input-group-btn > input.input-group-addon[type=submit], .dsidx-search-button
  .input-group-lg > .input-group-btn > input.input-group-addon, #dsidx.dsidx-details .dsidx-contact-form table
  .input-group-lg > .input-group-btn > input.input-group-addon[type=button] {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child, .input-group .comment-respond input[type=text]:first-child, .comment-respond .input-group input[type=text]:first-child, .input-group .comment-respond input[type=email]:first-child, .comment-respond .input-group input[type=email]:first-child, .input-group .dsidx-search-widget input:first-child, .dsidx-search-widget .input-group input:first-child, .input-group #dsidx.dsidx-details .dsidx-contact-form table input[type=text]:first-child, #dsidx.dsidx-details .dsidx-contact-form table .input-group input[type=text]:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .submission-payment-process, #reviews .form-submit
.input-group-btn:first-child > input[type=submit], .dsidx-search-button
.input-group-btn:first-child > input, #dsidx.dsidx-details .dsidx-contact-form table
.input-group-btn:first-child > input[type=button],
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .btn-group > .submission-payment-process, #reviews .form-submit
.input-group-btn:first-child > .btn-group > input[type=submit], .dsidx-search-button
.input-group-btn:first-child > .btn-group > input, #dsidx.dsidx-details .dsidx-contact-form table
.input-group-btn:first-child > .btn-group > input[type=button],
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .submission-payment-process:not(:last-child):not(.dropdown-toggle), #reviews .form-submit
.input-group-btn:last-child > input[type=submit]:not(:last-child):not(.dropdown-toggle), .dsidx-search-button
.input-group-btn:last-child > input:not(:last-child):not(.dropdown-toggle), #dsidx.dsidx-details .dsidx-contact-form table
.input-group-btn:last-child > input[type=button]:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn-group:not(:last-child) > .submission-payment-process, #reviews .form-submit
.input-group-btn:last-child > .btn-group:not(:last-child) > input[type=submit], .dsidx-search-button
.input-group-btn:last-child > .btn-group:not(:last-child) > input, #dsidx.dsidx-details .dsidx-contact-form table
.input-group-btn:last-child > .btn-group:not(:last-child) > input[type=button] {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child, .input-group .comment-respond input[type=text]:last-child, .comment-respond .input-group input[type=text]:last-child, .input-group .comment-respond input[type=email]:last-child, .comment-respond .input-group input[type=email]:last-child, .input-group .dsidx-search-widget input:last-child, .dsidx-search-widget .input-group input:last-child, .input-group #dsidx.dsidx-details .dsidx-contact-form table input[type=text]:last-child, #dsidx.dsidx-details .dsidx-contact-form table .input-group input[type=text]:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .submission-payment-process, #reviews .form-submit
.input-group-btn:last-child > input[type=submit], .dsidx-search-button
.input-group-btn:last-child > input, #dsidx.dsidx-details .dsidx-contact-form table
.input-group-btn:last-child > input[type=button],
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .btn-group > .submission-payment-process, #reviews .form-submit
.input-group-btn:last-child > .btn-group > input[type=submit], .dsidx-search-button
.input-group-btn:last-child > .btn-group > input, #dsidx.dsidx-details .dsidx-contact-form table
.input-group-btn:last-child > .btn-group > input[type=button],
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .submission-payment-process:not(:first-child), #reviews .form-submit
.input-group-btn:first-child > input[type=submit]:not(:first-child), .dsidx-search-button
.input-group-btn:first-child > input:not(:first-child), #dsidx.dsidx-details .dsidx-contact-form table
.input-group-btn:first-child > input[type=button]:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn-group:not(:first-child) > .submission-payment-process, #reviews .form-submit
.input-group-btn:first-child > .btn-group:not(:first-child) > input[type=submit], .dsidx-search-button
.input-group-btn:first-child > .btn-group:not(:first-child) > input, #dsidx.dsidx-details .dsidx-contact-form table
.input-group-btn:first-child > .btn-group:not(:first-child) > input[type=button] {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn, .input-group-btn > .submission-payment-process, #reviews .form-submit .input-group-btn > input[type=submit], .dsidx-search-button .input-group-btn > input, #dsidx.dsidx-details .dsidx-contact-form table .input-group-btn > input[type=button] {
    position: relative; }
    .input-group-btn > .btn + .btn, .input-group-btn > .submission-payment-process + .btn, #reviews .form-submit .input-group-btn > input[type=submit] + .btn, .dsidx-search-button .input-group-btn > input + .btn, #dsidx.dsidx-details .dsidx-contact-form table .input-group-btn > input[type=button] + .btn, .input-group-btn > .btn + .submission-payment-process, .input-group-btn > .submission-payment-process + .submission-payment-process, #reviews .form-submit .input-group-btn > input[type=submit] + .submission-payment-process, .dsidx-search-button .input-group-btn > input + .submission-payment-process, #dsidx.dsidx-details .dsidx-contact-form table .input-group-btn > input[type=button] + .submission-payment-process, #reviews .form-submit .input-group-btn > .btn + input[type=submit], #reviews .form-submit .input-group-btn > .submission-payment-process + input[type=submit], #reviews .form-submit .input-group-btn > input[type=submit] + input[type=submit], .dsidx-search-button #reviews .form-submit .input-group-btn > input + input[type=submit], #reviews .form-submit .dsidx-search-button .input-group-btn > input + input[type=submit], #dsidx.dsidx-details .dsidx-contact-form table #reviews .form-submit .input-group-btn > input[type=button] + input[type=submit], #reviews .form-submit #dsidx.dsidx-details .dsidx-contact-form table .input-group-btn > input[type=button] + input[type=submit], .dsidx-search-button .input-group-btn > .btn + input, .dsidx-search-button .input-group-btn > .submission-payment-process + input, #reviews .form-submit .dsidx-search-button .input-group-btn > input[type=submit] + input, .dsidx-search-button #reviews .form-submit .input-group-btn > input[type=submit] + input, .dsidx-search-button .input-group-btn > input + input, #dsidx.dsidx-details .dsidx-contact-form table .dsidx-search-button .input-group-btn > input[type=button] + input, .dsidx-search-button #dsidx.dsidx-details .dsidx-contact-form table .input-group-btn > input[type=button] + input, #dsidx.dsidx-details .dsidx-contact-form table .input-group-btn > .btn + input[type=button], #dsidx.dsidx-details .dsidx-contact-form table .input-group-btn > .submission-payment-process + input[type=button], #reviews .form-submit #dsidx.dsidx-details .dsidx-contact-form table .input-group-btn > input[type=submit] + input[type=button], #dsidx.dsidx-details .dsidx-contact-form table #reviews .form-submit .input-group-btn > input[type=submit] + input[type=button], .dsidx-search-button #dsidx.dsidx-details .dsidx-contact-form table .input-group-btn > input + input[type=button], #dsidx.dsidx-details .dsidx-contact-form table .dsidx-search-button .input-group-btn > input + input[type=button], #dsidx.dsidx-details .dsidx-contact-form table .input-group-btn > input[type=button] + input[type=button] {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .submission-payment-process:hover, #reviews .form-submit .input-group-btn > input[type=submit]:hover, .dsidx-search-button .input-group-btn > input:hover, #dsidx.dsidx-details .dsidx-contact-form table .input-group-btn > input[type=button]:hover, .input-group-btn > .btn:focus, .input-group-btn > .submission-payment-process:focus, #reviews .form-submit .input-group-btn > input[type=submit]:focus, .dsidx-search-button .input-group-btn > input:focus, #dsidx.dsidx-details .dsidx-contact-form table .input-group-btn > input[type=button]:focus, .input-group-btn > .btn:active, .input-group-btn > .submission-payment-process:active, #reviews .form-submit .input-group-btn > input[type=submit]:active, .dsidx-search-button .input-group-btn > input:active, #dsidx.dsidx-details .dsidx-contact-form table .input-group-btn > input[type=button]:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn, .input-group-btn:first-child > .submission-payment-process, #reviews .form-submit .input-group-btn:first-child > input[type=submit], .dsidx-search-button .input-group-btn:first-child > input, #dsidx.dsidx-details .dsidx-contact-form table .input-group-btn:first-child > input[type=button],
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn, .input-group-btn:last-child > .submission-payment-process, #reviews .form-submit .input-group-btn:last-child > input[type=submit], .dsidx-search-button .input-group-btn:last-child > input, #dsidx.dsidx-details .dsidx-contact-form table .input-group-btn:last-child > input[type=button],
  .input-group-btn:last-child > .btn-group {
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #337ab7; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none;
  visibility: hidden; }

.tab-content > .active {
  display: block;
  visibility: visible; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #777777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.42857;
      text-decoration: none;
      color: #337ab7;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label, .submission-payment-process .label, #reviews .form-submit input[type=submit] .label, .dsidx-search-button input .label, #dsidx.dsidx-details .dsidx-contact-form table input[type=button] .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #337ab7; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #286090; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge, .submission-payment-process .badge, #reviews .form-submit input[type=submit] .badge, .dsidx-search-button input .badge, #dsidx.dsidx-details .dsidx-contact-form table input[type=button] .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .submission-payment-process .badge, #reviews .form-submit .btn-group-xs > input[type=submit] .badge, .dsidx-search-button .btn-group-xs > input .badge, #dsidx.dsidx-details .dsidx-contact-form table .btn-group-xs > input[type=button] .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        -moz-perspective: 1000;
        perspective: 1000; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    line-height: 1;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent; }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn, .carousel-caption .submission-payment-process, .carousel-caption #reviews .form-submit input[type=submit], #reviews .form-submit .carousel-caption input[type=submit], .carousel-caption .dsidx-search-button input, .dsidx-search-button .carousel-caption input, .carousel-caption #dsidx.dsidx-details .dsidx-contact-form table input[type=button], #dsidx.dsidx-details .dsidx-contact-form table .carousel-caption input[type=button] {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px; }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.clearfix:before, .sidebar .widget:before, .contact-box:before, article:before, .type-post:before, .post-box:before, .post-meta:before, .header-main:before, .header-info:before, .header-top:before, .header-topbar:before, .infobox:before, .infobox-content-body-item:before, .agent-small:before, .agent-medium:before, .property-box-meta:before, .property-box-bottom:before, .property-small:before, .property-row-meta:before, .property-valuation-values li:before, .property-micro:before, .clearfix:after, .sidebar .widget:after, .contact-box:after, article:after, .type-post:after, .post-box:after, .post-meta:after, .header-main:after, .header-info:after, .header-top:after, .header-topbar:after, .infobox:after, .infobox-content-body-item:after, .agent-small:after, .agent-medium:after, .property-box-meta:after, .property-box-bottom:after, .property-small:after, .property-row-meta:after, .property-valuation-values li:after, .property-micro:after {
  content: " ";
  display: table; }

.clearfix:after, .sidebar .widget:after, .contact-box:after, article:after, .type-post:after, .post-box:after, .post-meta:after, .header-main:after, .header-info:after, .header-top:after, .header-topbar:after, .infobox:after, .infobox-content-body-item:after, .agent-small:after, .agent-medium:after, .property-box-meta:after, .property-box-bottom:after, .property-small:after, .property-row-meta:after, .property-valuation-values li:after, .property-micro:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/*------------------------------------------------------------------
[ 4. Custom Mixins ]
*/
/*------------------------------------------------------------------
[ 5. Common Classes ]
*/
.screen-reader-text {
  display: none; }

.mb20 {
  margin-bottom: 20px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.ml30 {
  margin-left: 30px !important; }

.mt0 {
  margin-top: 0px !important; }

.mt16 {
  margin-top: 16px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt-30 {
  margin-top: -30px !important; }

.mt-60 {
  margin-top: -60px !important; }

.mb0 {
  margin-bottom: 0px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb-30 {
  margin-bottom: -30px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.mb-60 {
  margin-bottom: -60px !important; }

.no-margin {
  margin: 0px !important; }

.strike {
  text-decoration: line-through; }

.min-width {
  min-width: 1px; }

.medium {
  font-weight: 500; }

.semi-bold {
  font-weight: 600; }

.nowrap {
  white-space: nowrap; }

.table-cell {
  display: table-cell; }

.blur {
  -webkit-filter: blur(3px);
  bottom: 0px;
  left: 0px;
  position: absolute;
  right: 0px;
  top: 0px; }

.relative {
  position: relative; }

.overflow-hidden {
  overflow: hidden; }

h1.page-header, h1.widgettitle {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.7);
  font-size: 28px;
  line-height: 60px;
  margin: 0px 0px 30px 0px;
  padding: 0px; }

h2.page-header, h2.widgettitle {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.7);
  font-size: 24px;
  line-height: 48px;
  margin: 0px 0px 30px 0px;
  padding: 0px; }

h3.page-header, h3.widgettitle {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  line-height: 40px;
  margin: 0px 0px 15px 0px;
  padding: 0px; }

.small-title {
  color: #9E9E9E;
  display: block;
  font-size: 12px;
  font-weight: 600;
  margin: 0px 0px 5px 0px;
  text-transform: uppercase; }

.large-title {
  text-align: center; }
  .large-title h1 {
    color: #8D6E63;
    font-size: 200px; }
  .large-title h2 {
    color: #9E9E9E;
    font-size: 36px; }

p.text, .text-grey {
  color: #616161; }

p.text-description {
  color: #9E9E9E;
  font-size: 14px;
  font-style: italic;
  margin-bottom: 20px; }

.block {
  margin: 0px 0px 30px 0px;
  padding: 60px 0px; }
  .block h1 {
    color: #616161;
    font-size: 30px;
    margin: 0px 0px 50px 0px;
    padding: 0px; }
  .block p {
    color: #616161;
    font-size: 14px;
    margin: 0px; }
    .block p a {
      border-bottom: 1px solid #8D6E63;
      color: #8D6E63; }
      .block p a:hover {
        text-decoration: none; }

.block-no-result {
  background-color: #fff;
  border: 1px solid #EEEEEE;
  padding: 16px; }
  .block-no-result h1 {
    color: #424242;
    margin: 0px 0px 30px 0px; }
  .block-no-result p {
    color: #757575;
    margin: 0px 0px 20px 0px; }

.box {
  background-color: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  margin: 0px 0px 30px 0px;
  padding: 16px; }
  .box h1 {
    margin: 10px 0px 26px 0px;
    font-size: 22px; }

.overview-box {
  background-color: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  float: left;
  margin: 0px 30px 0px 0px;
  padding: 16px;
  width: 240px; }
  @media (max-width: 991px) {
    .overview-box {
      float: none;
      margin: 0px 0px 30px 0px;
      width: 100%; } }
  .overview-box h2 {
    margin: 10px 0px 26px 0px;
    font-size: 16px; }
  .overview-box ul {
    list-style: none;
    margin: 20px 0px 0px 0px;
    padding: 0px; }
    .overview-box ul li {
      margin: 0px 0px 5px 0px; }
      .overview-box ul li:last-child {
        margin-bottom: 0px; }

.fullwidth {
  margin-left: -750px;
  margin-right: -750px;
  padding-left: 750px;
  padding-right: 750px; }

.background-grey {
  background-color: #EEEEEE; }

.background-map {
  background-image: url("../../img/map.png");
  background-position: center center;
  background-repeat: repeat; }

.background-white {
  background-color: #fff; }

.center {
  text-align: center; }

.vertical-align {
  vertical-align: middle; }

.min-width {
  width: 1px; }

.alerts {
  margin-top: 65px; }

.alert {
  border-radius: 0px;
  border: 0px;
  border-left: 3px solid transparent;
  margin-bottom: 5px !important; }

.alert-info {
  background-color: #E1F5FE;
  border-left-color: #81D4FA;
  color: #0277BD; }

.alert-success {
  background-color: #E8F5E9;
  border-left-color: #A5D6A7;
  color: #2E7D32; }

.alert-danger {
  background-color: #FFEBEE;
  border-left-color: #EF9A9A;
  color: #C62828; }

.alert-warning {
  background-color: #FFF8E1;
  border-left-color: #FFE082;
  color: #FF6F00; }

.circle-color {
  border-radius: 50%;
  display: inline-block;
  height: 36px;
  margin: 0px 15px 15px 0px;
  width: 36px; }

.circle-color-red {
  background-color: #EF5350; }

.circle-color-pink {
  background-color: #EC407A; }

.circle-color-deep-purple {
  background-color: #7E57C2; }

.circle-color-indigo {
  background-color: #5C6BC0; }

.circle-color-blue {
  background-color: #42A5F5; }

.circle-color-light-blue {
  background-color: #29B6F6; }

.circle-color-cyan {
  background-color: #26C6DA; }

.circle-color-teal {
  background-color: #26A69A; }

.circle-color-green {
  background-color: #66BB6A; }

.circle-color-light-green {
  background-color: #9CCC65; }

.circle-color-lime {
  background-color: #D4E157; }

.circle-color-yellow {
  background-color: #FFEE58; }

.circle-color-amber {
  background-color: #FFCA28; }

.circle-color-orange {
  background-color: #FFA726; }

.circle-color-deep-orange {
  background-color: #FF7043; }

.circle-color-brown {
  background-color: #8D6E63; }

.circle-color-blue-grey {
  background-color: #78909C; }

.sharing-buttons {
  margin-top: 20px;
  padding-left: 0px; }
  .sharing-buttons li {
    display: block;
    float: left;
    margin-bottom: 16px;
    margin-right: 10px; }
    .sharing-buttons li a {
      background-color: #8D6E63;
      color: #fff;
      display: block;
      font-size: 13px;
      padding: 8px 15px;
      position: relative;
      text-decoration: none; }
      .sharing-buttons li a:before {
        content: "\f1e0";
        font-family: 'FontAwesome';
        font-size: 17px;
        -webkit-font-smoothing: antialiased;
        left: 50%;
        margin-left: -8px;
        opacity: 0;
        position: absolute;
        transition: all linear .2s; }
      .sharing-buttons li a .fa-left {
        transition: all linear .2s;
        margin-right: 6px; }
      .sharing-buttons li a.facebook {
        background-color: #466ab3; }
      .sharing-buttons li a.twitter {
        background-color: #3bbceb; }
      .sharing-buttons li a.google-plus {
        background-color: #db6558; }
      .sharing-buttons li a .social-name {
        transition: all linear .2s; }
      .sharing-buttons li a:hover:before {
        opacity: 1; }
      .sharing-buttons li a:hover .fa, .sharing-buttons li a:hover .social-name {
        opacity: 0; }

.hero {
  margin: 0px 0px 60px 0px; }
  .hero h1, .hero p {
    margin: 0px;
    text-align: center; }
  .hero h1 {
    color: #424242;
    font-size: 36px;
    font-weight: 500;
    margin: 0px 0px 20px 0px;
    text-transform: uppercase; }
  .hero p {
    font-size: 18px;
    line-height: 30px; }

.map-position {
  background-color: #fff;
  border: 1px solid #F5F5F5;
  margin-bottom: 30px;
  padding: 16px; }

#map-position {
  height: 300px; }

.social {
  list-style: none;
  margin-top: 20px; }
  .social li {
    background-color: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    display: block;
    height: 38px;
    float: left;
    font-size: 16px;
    line-height: 38px;
    margin-right: 10px;
    text-align: center;
    transition: background-color .15s linear;
    width: 38px; }
    .social li a {
      color: #fff;
      display: block;
      height: 38px;
      width: 38px; }
    .social li:hover {
      background-color: rgba(255, 255, 255, 0.25); }

.terms-conditions-input {
  display: inline-block;
  margin: 0px 0px 0px 25px;
  vertical-align: -2px; }

.label-primary {
  background-color: #C62828;
  font-size: 10px;
  font-weight: normal;
  vertical-align: 2px; }

.nothing-found {
  border: 2px dashed #E0E0E0;
  color: #757575;
  padding: 16px;
  text-align: center; }

.favorites-added {
  color: #8D6E63 !important; }

.widget_cover_widget {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  position: relative; }

.realsite-gallery .row > div, .realsite-gallery .property-amenities ul > div, .property-amenities .realsite-gallery ul > div {
  overflow: hidden;
  height: 210px;
  margin-bottom: 40px; }

.realsite-gallery img, .realsite-gallery .wp-caption {
  height: auto;
  max-width: 100%; }

#cboxWrapper {
  margin: 60px 0px; }

/*------------------------------------------------------------------
[ 6. Basic Elements ]
*/
html {
  height: 100%; }

body {
  background-color: #FAFAFA;
  color: #212121;
  font-size: 13px;
  font-family: 'Roboto', 'Arial', sans-serif;
  height: 100%;
  line-height: 24px;
  min-height: 100%;
  transition: margin-right .2s linear; }
  body.admin-bar {
    padding-top: 32px; }
    @media screen and (max-width: 782px) {
      body.admin-bar {
        padding-top: 46px; } }
  body.has-sidenav {
    margin-right: 240px; }

iframe.map {
  background-color: #fff;
  border: 1px solid #F5F5F5;
  height: 340px;
  margin: 0px 0px 30px 0px;
  padding: 10px;
  width: 100%; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }
  h1 .action, h2 .action, h3 .action, h4 .action, h5 .action, h6 .action {
    color: #795548;
    font-size: 12px;
    font-weight: 500;
    float: right;
    margin-top: 6px;
    text-transform: uppercase; }
    h1 .action:hover, h2 .action:hover, h3 .action:hover, h4 .action:hover, h5 .action:hover, h6 .action:hover {
      text-decoration: none; }

article {
  color: #616161; }

h1 {
  font-size: 24px;
  margin-bottom: 20px; }

h2 {
  font-size: 20px;
  margin-bottom: 20px; }

h3 {
  font-size: 18px;
  margin-bottom: 15px; }

h4 {
  font-size: 16px;
  margin-bottom: 15px; }

h5 {
  font-size: 14px;
  margin-bottom: 10px; }

h6 {
  font-size: 12px;
  margin-bottom: 10px; }

h1.page-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.7);
  font-size: 28px;
  line-height: 60px;
  margin: 0px 0px 30px 0px;
  padding: 0px; }
  h1.page-header .btn-lg, h1.page-header .btn-group-lg > .btn, h1.page-header .btn-group-lg > .submission-payment-process, h1.page-header #reviews .form-submit .btn-group-lg > input[type=submit], #reviews .form-submit h1.page-header .btn-group-lg > input[type=submit], h1.page-header .dsidx-search-button .btn-group-lg > input, .dsidx-search-button h1.page-header .btn-group-lg > input, h1.page-header #dsidx.dsidx-details .dsidx-contact-form table .btn-group-lg > input[type=button], #dsidx.dsidx-details .dsidx-contact-form table h1.page-header .btn-group-lg > input[type=button] {
    margin: 10px 0px 0px 0px !important; }
  h1.page-header .page-header-actions {
    font-size: 18px;
    float: right; }
    h1.page-header .page-header-actions .action-link {
      color: #BDBDBD;
      cursor: pointer;
      display: inline-block;
      padding-left: 15px;
      position: relative; }
      h1.page-header .page-header-actions .action-link:hover {
        color: #8D6E63; }
      h1.page-header .page-header-actions .action-link ul {
        background-color: #fff;
        bottom: 42px;
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
        display: block;
        font-size: 12px;
        height: 0px;
        list-style: none;
        overflow: hidden;
        position: absolute;
        right: 0px;
        width: 0px;
        z-index: 999; }
        h1.page-header .page-header-actions .action-link ul li {
          display: block;
          margin: 0px; }
        h1.page-header .page-header-actions .action-link ul a {
          color: #616161;
          display: block;
          line-height: 28px;
          padding: 8px 22px;
          transition: background-color .15s linear;
          white-space: nowrap; }
          h1.page-header .page-header-actions .action-link ul a i {
            font-size: 16px;
            margin: 0px 8px 0px 0px;
            vertical-align: middle; }
          h1.page-header .page-header-actions .action-link ul a span {
            vertical-align: middle; }
          h1.page-header .page-header-actions .action-link ul a:hover {
            background-color: rgba(0, 0, 0, 0.05); }

a {
  color: #8D6E63; }
  a:hover {
    color: #6D4C41;
    text-decoration: none; }

hr {
  border-top: 1px solid rgba(0, 0, 0, 0.06); }

blockquote {
  background-color: #fff;
  border: 1px solid #F5F5F5;
  color: #424242;
  font-style: italic;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
  padding: 16px 16px 16px 80px;
  position: relative; }
  blockquote:before {
    color: #8D6E63;
    content: '\f10e';
    display: block;
    font-family: 'FontAwesome';
    font-size: 45px;
    left: 16px;
    position: absolute;
    top: 25px; }

ol {
  color: #616161;
  list-style-position: inside;
  padding: 0px; }
  ol li {
    margin-bottom: 10px; }

ul {
  color: #616161;
  list-style-position: inside;
  padding: 0px; }
  ul li {
    margin-bottom: 10px; }

#map-contact {
  height: 300px; }

.page-wrapper {
  background-color: #FAFAFA;
  display: table;
  height: 100%;
  overflow: hidden;
  table-layout: fixed;
  width: 100%; }

.main {
  display: table-row; }
  .main a {
    transition: color .15s linear; }

.custom-space {
  background-color: #795548;
  color: #fff;
  margin-bottom: 30px; }

.custom-space-caption {
  background-color: #6D4C41;
  font-size: 12px;
  padding: 2px 16px; }

.custom-space-inner {
  margin: 0px 0px 30px 0px;
  padding: 16px; }
  .custom-space-inner h1 {
    margin: 0px 0px 10px 0px;
    font-size: 34px; }
  .custom-space-inner p {
    font-size: 13px;
    font-weight: 500;
    margin: 0px; }

.recaptcha {
  margin-bottom: 30px;
  max-width: 100%; }

.contact th {
  padding: 0px 12px 8px 0px;
  vertical-align: top;
  white-space: nowrap; }

.contact td {
  padding: 0px 0px 8px 12px;
  vertical-align: top; }

.contact .fa {
  font-size: 16px;
  margin: 0px 15px 0px 0px;
  opacity: .8;
  vertical-align: 0px; }

.header-image {
  background-position: center center;
  background-size: cover;
  height: 250px;
  margin-left: -750px;
  margin-right: -750px;
  padding-left: 750px;
  padding-right: 750px; }
  .header-image h1 {
    background-color: #6D4C41;
    clear: both;
    color: #fff;
    float: left;
    font-size: 26px;
    margin: 55px 0px 0px 0px;
    padding: 18px; }
  .header-image h2, .header-image h3 {
    background-color: rgba(255, 255, 255, 0.87);
    clear: both;
    color: #8D6E63;
    float: left;
    font-size: 20px;
    margin: 0px;
    padding: 12px 18px; }
  .header-image h2 {
    color: #9E9E9E; }

.module {
  background-color: #fff;
  border: 1px solid #EEEEEE;
  margin-bottom: 30px;
  display: table;
  width: 100%; }

.module-info {
  background-color: #FAFAFA;
  display: table-cell;
  font-size: 12px;
  padding: 16px;
  text-transform: uppercase; }
  .module-info .fa {
    color: #616161;
    font-size: 18px;
    vertical-align: middle; }

.module-content {
  display: table-cell;
  padding: 16px; }
  .module-content strong {
    color: #8D6E63;
    font-weight: 600;
    text-transform: uppercase; }
  .module-content span {
    font-weight: 600; }

.not-found-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  margin: 60px 0px 40px 0px;
  padding: 0px 0px 40px 0px; }
  .not-found-title strong {
    color: #BDBDBD;
    font-size: 150px;
    margin-right: 20px; }
  .not-found-title span {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase; }

.not-found-content h4 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 16px;
  font-weight: 500;
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 15px 0px; }

.not-found-subtitle {
  margin: 0px 0px 40px 0px;
  padding: 0px; }

.not-found-list {
  font-size: 16px; }
  .not-found-list a {
    border-bottom: 1px solid #8D6E63; }
    .not-found-list a:hover {
      border-bottom: 1px solid #6D4C41; }
  .not-found-list li {
    line-height: 36px; }

.not-found-links {
  margin: 0px; }
  .not-found-links li {
    list-style: none; }
  .not-found-links a {
    color: #424242; }
    .not-found-links a:hover {
      text-decoration: underline; }

/*------------------------------------------------------------------
[ 7. Page Layout ]
*/
.main {
  margin-bottom: 60px; }

.content, .sidebar {
  margin-bottom: 60px;
  margin-top: 60px; }

@media (min-width: 768px) {
  .layout-boxed {
    margin: 0 auto;
    width: 1200px !important; }
    .layout-boxed.has-sidenav {
      margin-right: auto; } }

@media (max-width: 1199px) and (min-width: 992px) {
  .layout-boxed {
    width: 992px !important; } }

@media (max-width: 991px) and (min-width: 768px) {
  .layout-boxed {
    width: 768px !important; } }

@media (max-width: 767px) {
  .layout-boxed {
    width: 100%; } }

.layout-boxed .page-wrapper {
  box-shadow: 0px 0px 14px rgba(66, 66, 66, 0.15); }

/*------------------------------------------------------------------
[ 8. Forms ]
*/
input, textarea, button {
  -webkit-appearance: none;
  resize: none; }

label {
  color: #757575;
  cursor: pointer;
  display: block;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase; }

.input-group {
  margin-bottom: 15px; }
  .input-group .btn, .input-group .submission-payment-process, .input-group #reviews .form-submit input[type=submit], #reviews .form-submit .input-group input[type=submit], .input-group .dsidx-search-button input, .dsidx-search-button .input-group input, .input-group #dsidx.dsidx-details .dsidx-contact-form table input[type=button], #dsidx.dsidx-details .dsidx-contact-form table .input-group input[type=button] {
    box-shadow: none !important;
    height: 48px;
    min-width: 48px;
    text-align: center; }
    .input-group .btn .fa, .input-group .submission-payment-process .fa, .input-group #reviews .form-submit input[type=submit] .fa, #reviews .form-submit .input-group input[type=submit] .fa, .input-group .dsidx-search-button input .fa, .dsidx-search-button .input-group input .fa, .input-group #dsidx.dsidx-details .dsidx-contact-form table input[type=button] .fa, #dsidx.dsidx-details .dsidx-contact-form table .input-group input[type=button] .fa {
      font-size: 16px !important; }

.input-group-addon {
  background-color: #FAFAFA;
  border: 0;
  border-radius: 0;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.12);
  color: #6D4C41;
  min-width: 48px;
  text-align: center;
  transition: box-shadow .12s linear; }
  .input-group-addon.active {
    box-shadow: 0 2px 0 0 #E53935; }

input[type=text], input[type=email], textarea, .form-control, .comment-respond input[type=text], .comment-respond input[type=email], .dsidx-search-widget input, #dsidx.dsidx-details .dsidx-contact-form table input[type=text] {
  background-color: transparent;
  border-radius: 0;
  border: 0;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  height: 48px;
  line-height: 48px;
  padding: 0 5px;
  position: relative;
  transition: box-shadow .12s linear; }
  input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, .form-control::-webkit-input-placeholder, .comment-respond input[type=text]::-webkit-input-placeholder, .comment-respond input[type=email]::-webkit-input-placeholder, .dsidx-search-widget input::-webkit-input-placeholder, #dsidx.dsidx-details .dsidx-contact-form table input[type=text]::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.4); }
  input[type=text]:-moz-placeholder, input[type=email]:-moz-placeholder, textarea:-moz-placeholder, .form-control:-moz-placeholder, .comment-respond input[type=text]:-moz-placeholder, .comment-respond input[type=email]:-moz-placeholder, .dsidx-search-widget input:-moz-placeholder, #dsidx.dsidx-details .dsidx-contact-form table input[type=text]:-moz-placeholder {
    color: rgba(0, 0, 0, 0.4); }
  input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, textarea::-moz-placeholder, .form-control::-moz-placeholder, .comment-respond input[type=text]::-moz-placeholder, .comment-respond input[type=email]::-moz-placeholder, .dsidx-search-widget input::-moz-placeholder, #dsidx.dsidx-details .dsidx-contact-form table input[type=text]::-moz-placeholder {
    color: rgba(0, 0, 0, 0.4); }
  input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, textarea:-ms-input-placeholder, .form-control:-ms-input-placeholder, .comment-respond input[type=text]:-ms-input-placeholder, .comment-respond input[type=email]:-ms-input-placeholder, .dsidx-search-widget input:-ms-input-placeholder, #dsidx.dsidx-details .dsidx-contact-form table input[type=text]:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.4); }
  input[type=text]:focus, input[type=email]:focus, textarea:focus, .form-control:focus, .comment-respond input[type=text]:focus, .comment-respond input[type=email]:focus, .dsidx-search-widget input:focus, #dsidx.dsidx-details .dsidx-contact-form table input[type=text]:focus {
    box-shadow: 0 2px 0 0 #E53935;
    outline: 0; }

textarea.form-control {
  background-color: transparent;
  border-radius: 0;
  border: 0;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  height: 48px;
  line-height: 24px;
  padding: 10px 0;
  position: relative;
  transition: box-shadow .15s linear; }
  textarea.form-control:focus {
    box-shadow: 0 2px 0 0 #E53935; }

input[type=checkbox] {
  border: 0;
  cursor: pointer;
  height: 20px;
  margin: 0 10px 0 0;
  position: relative;
  overflow: hidden;
  vertical-align: -5px;
  width: 20px; }
  input[type=checkbox]:before {
    background-color: transparent;
    border: 2px solid #E0E0E0;
    content: '';
    display: block;
    height: 20px;
    left: 0;
    opacity: 1;
    position: absolute;
    transition: opacity .15s linear;
    top: 0;
    width: 20px; }
  input[type=checkbox]:after {
    border: 2px solid #8D6E63;
    content: '';
    display: block;
    height: 23px;
    left: -5px;
    opacity: 0;
    position: absolute;
    top: -9px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transition: opacity .15s linear;
    width: 27px; }
  input[type=checkbox]:checked:before {
    opacity: 0; }
  input[type=checkbox]:checked:after {
    opacity: 1; }
  input[type=checkbox]:focus {
    box-shadow: none;
    outline: 0; }

.radio-wrapper {
  position: relative; }

input[type='radio'] {
  position: absolute;
  opacity: 0; }
  input[type='radio'] + label {
    user-select: none;
    cursor: pointer;
    padding-left: 30px; }
    input[type='radio'] + label:before, input[type='radio'] + label:after {
      background: #fff;
      background-clip: padding-box;
      border: 2px solid #8D6E63;
      border-radius: 50%;
      bottom: 3px;
      content: '';
      display: block;
      height: 16px;
      left: 3px;
      margin-top: -8px;
      position: absolute;
      top: 50%;
      transition: all 0.3s ease;
      width: 16px; }
    input[type='radio'] + label:after {
      background: #8D6E63;
      border: 2px solid #fff;
      transform: scale(0);
      -wekbit-transform: scale(0);
      transition: all 0.3s ease; }
  input[type='radio']:focus + label:before {
    box-shadow: 0 0 5px #8D6E63; }
  input[type='radio']:checked + label:before {
    border-color: #8D6E63; }
  input[type='radio']:checked + label:after {
    transform: scale(0.75, 0.75);
    -webkit-transform: scale(0.75, 0.75); }

.bootstrap-select {
  display: block;
  width: 100% !important; }
  .bootstrap-select button.btn, .bootstrap-select button.submission-payment-process {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.12);
    color: rgba(0, 0, 0, 0.4);
    font-size: 16px;
    height: 48px;
    padding: 0;
    text-transform: none; }
    .bootstrap-select button.btn:hover, .bootstrap-select button.submission-payment-process:hover {
      background-color: transparent;
      color: rgba(0, 0, 0, 0.4); }
    .bootstrap-select button.btn:focus, .bootstrap-select button.submission-payment-process:focus {
      background-color: transparent;
      box-shadow: 0 2px 0 0 #E53935;
      color: rgba(0, 0, 0, 0.7);
      outline: 0 !important; }
  .bootstrap-select div.dropdown-menu {
    background-color: #fff;
    border: 0;
    border-radius: 1px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
    display: block;
    height: 0;
    margin: 2px 0 0 0;
    min-width: inherit !important;
    overflow: hidden;
    padding: 0;
    right: 0;
    visibility: hidden;
    width: 0; }
    .bootstrap-select div.dropdown-menu li {
      margin: 0; }
      .bootstrap-select div.dropdown-menu li.selected a {
        background-color: #E57373 !important;
        color: #fff; }
        .bootstrap-select div.dropdown-menu li.selected a:before {
          display: none; }
      .bootstrap-select div.dropdown-menu li a {
        color: #000;
        outline: 0 !important;
        padding-bottom: 10px;
        padding-top: 10px; }
        .bootstrap-select div.dropdown-menu li a:before {
          background-color: #F5F5F5;
          content: '';
          display: block;
          height: 100%;
          left: 0;
          position: absolute;
          top: 0;
          transition: width .15s linear;
          width: 0;
          z-index: 0; }
        .bootstrap-select div.dropdown-menu li a span {
          position: relative;
          z-index: 1; }
        .bootstrap-select div.dropdown-menu li a:hover {
          background-color: transparent; }
          .bootstrap-select div.dropdown-menu li a:hover:before {
            width: 100%; }

.bootstrap-select.open button.btn, .bootstrap-select.open button.submission-payment-process {
  background-color: transparent !important;
  box-shadow: 0 2px 0 0 #E53935 !important;
  color: rgba(0, 0, 0, 0.7) !important; }

.bootstrap-select.open div.dropdown-menu {
  visibility: visible; }

.file-input .form-control, .file-input .comment-respond input[type=text], .comment-respond .file-input input[type=text], .file-input .comment-respond input[type=email], .comment-respond .file-input input[type=email], .file-input .dsidx-search-widget input, .dsidx-search-widget .file-input input, .file-input #dsidx.dsidx-details .dsidx-contact-form table input[type=text], #dsidx.dsidx-details .dsidx-contact-form table .file-input input[type=text] {
  height: 37px;
  line-height: 37px; }

.file-input .file-caption-name {
  font-size: 13px;
  line-height: 14px; }
  .file-input .file-caption-name .kv-caption-icon {
    color: #EF5350;
    margin-top: -2px; }

@media (max-width: 767px) {
  .file-input .btn, .file-input .submission-payment-process, .file-input #reviews .form-submit input[type=submit], #reviews .form-submit .file-input input[type=submit], .file-input .dsidx-search-button input, .dsidx-search-button .file-input input, .file-input #dsidx.dsidx-details .dsidx-contact-form table input[type=button], #dsidx.dsidx-details .dsidx-contact-form table .file-input input[type=button] {
    font-size: 12px; }
  .file-input .form-control, .file-input .comment-respond input[type=text], .comment-respond .file-input input[type=text], .file-input .comment-respond input[type=email], .comment-respond .file-input input[type=email], .file-input .dsidx-search-widget input, .dsidx-search-widget .file-input input, .file-input #dsidx.dsidx-details .dsidx-contact-form table input[type=text], #dsidx.dsidx-details .dsidx-contact-form table .file-input input[type=text] {
    float: none;
    margin: 0 0 10px 0 !important; }
  .file-input .input-group {
    display: block; }
  .file-input .input-group-btn {
    display: block; } }

.file-preview {
  border-color: #FAFAFA;
  border-radius: 0; }

@media (max-width: 767px) {
  .file-preview-image {
    height: auto;
    width: 100%; } }

.file-preview-frame {
  border-color: #EEEEEE;
  box-shadow: none;
  transition: background-color .15s linear; }
  .file-preview-frame:hover {
    background-color: #FAFAFA;
    box-shadow: none !important; }

.submission-form {
  padding: 0 0 20px 0; }
  .submission-form .cmb2-metabox {
    display: table;
    width: 100%; }
  .submission-form .cmb-row {
    display: table-row; }
    .submission-form .cmb-row:nth-child(even) {
      background-color: rgba(0, 0, 0, 0.01); }
  .submission-form .cmb-th, .submission-form .cmb-td {
    float: none !important;
    padding: 20px !important; }
  .submission-form .cmb-th {
    display: table-cell;
    padding: 0;
    vertical-align: middle !important; }
  .submission-form .cmb-td {
    display: table-cell; }
  .submission-form input[type=text], .submission-form input[type=email], .submission-form textarea {
    width: 100%; }
    .submission-form input[type=text]:focus, .submission-form input[type=email]:focus, .submission-form textarea:focus {
      background-color: transparent !important; }
    .submission-form input[type=text].cmb2-text-medium, .submission-form input[type=text].cmb2_textarea, .submission-form input[type=email].cmb2-text-medium, .submission-form input[type=email].cmb2_textarea, .submission-form textarea.cmb2-text-medium, .submission-form textarea.cmb2_textarea {
      width: 100% !important; }
  .submission-form .cmb2-metabox-title {
    color: #8D6E63;
    font-size: 15px;
    font-weight: 500; }
  .submission-form .cmb2-wrap input.cmb2-upload-file {
    float: left !important;
    font-size: 12px;
    width: 70% !important; }
  .submission-form .cmb2-upload-button {
    margin: 0 !important;
    padding: 14px 12px !important;
    width: 30%; }
  .submission-form .cmb2-checkbox-list {
    list-style: none;
    margin: 0;
    padding: 0; }
    .submission-form .cmb2-checkbox-list li {
      float: left;
      margin-bottom: 15px;
      width: 33.33%; }
      .submission-form .cmb2-checkbox-list li label {
        display: inline;
        font-size: 13px;
        font-weight: normal;
        text-transform: inherit; }
  .submission-form .cmb-multicheck-toggle {
    background-color: #EEEEEE;
    color: #616161;
    cursor: pointer;
    display: inline-block;
    margin: 0 0 10px 0;
    padding: 6px 12px; }
  .submission-form .cmb-type-pw-map .map {
    border: 0;
    height: 250px;
    width: 100%; }
  .submission-form .button-primary {
    display: block;
    margin: 0 auto;
    width: auto; }
  .submission-form input[type=submit]:focus, .submission-form input[type=button]:focus {
    background-color: #795548; }
  .submission-form .pw-map-latitude {
    width: 47% !important;
    float: left; }
  .submission-form .pw-map-longitude {
    width: 47% !important;
    float: right; }

.contact-form-7 {
  margin-bottom: 30px; }
  .contact-form-7 input[type=text], .contact-form-7 input[type=email] {
    padding-left: 0;
    padding-right: 0; }
  .contact-form-7 textarea {
    margin-top: 20px; }
  .contact-form-7 input[type=submit] {
    border: none;
    float: right;
    margin-top: 30px;
    padding: 10px 28px; }
    .contact-form-7 input[type=submit]:hover, .contact-form-7 input[type=submit]:focus {
      border: none; }
  .contact-form-7 .row, .contact-form-7 .property-amenities ul, .property-amenities .contact-form-7 ul {
    padding: 0; }

/*------------------------------------------------------------------
[ 9. Buttons ]
*/
input[type=button], input[type=submit], button, .btn:not(.dropdown-toggle), .submission-payment-process:not(.dropdown-toggle), #reviews .form-submit input[type=submit]:not(.dropdown-toggle), .dsidx-search-button input:not(.dropdown-toggle), #dsidx.dsidx-details .dsidx-contact-form table input[type=button]:not(.dropdown-toggle), .btn-secondary {
  background-color: #795548;
  border: 0px;
  border-radius: 0px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  padding: 6px 12px;
  overflow: hidden;
  position: relative;
  text-transform: uppercase; }
  input[type=button]:hover, input[type=submit]:hover, button:hover, .btn:not(.dropdown-toggle):hover, .submission-payment-process:not(.dropdown-toggle):hover, #reviews .form-submit input[type=submit]:not(.dropdown-toggle):hover, .dsidx-search-button input:not(.dropdown-toggle):hover, #dsidx.dsidx-details .dsidx-contact-form table input[type=button]:not(.dropdown-toggle):hover, .btn-secondary:hover {
    color: #fff; }
  input[type=button]:focus, input[type=submit]:focus, button:focus, .btn:not(.dropdown-toggle):focus, .submission-payment-process:not(.dropdown-toggle):focus, #reviews .form-submit input[type=submit]:not(.dropdown-toggle):focus, .dsidx-search-button input:not(.dropdown-toggle):focus, #dsidx.dsidx-details .dsidx-contact-form table input[type=button]:not(.dropdown-toggle):focus, .btn-secondary:focus {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    color: #fff;
    outline: 0px !important; }
  input[type=button] .fa, input[type=submit] .fa, button .fa, .btn:not(.dropdown-toggle) .fa, .submission-payment-process:not(.dropdown-toggle) .fa, #reviews .form-submit input[type=submit]:not(.dropdown-toggle) .fa, .dsidx-search-button input:not(.dropdown-toggle) .fa, #dsidx.dsidx-details .dsidx-contact-form table input[type=button]:not(.dropdown-toggle) .fa, .btn-secondary .fa {
    font-size: 14px;
    margin-right: 10px;
    opacity: .7;
    transition: opacity .15s linear; }

.btn-secondary {
  background-color: #E53935 !important; }

.btn-simple {
  color: #8D6E63;
  cursor: pointer;
  font-size: 14px;
  padding: 6px 12px;
  text-transform: uppercase; }
  .btn-simple:hover {
    color: #8D6E63;
    text-decoration: none; }

.btn-xl {
  font-size: 15px;
  font-weight: 600;
  padding: 12px 28px; }

.btn-file, .fileinput-remove, .fileinput-upload-button {
  border-color: transparent;
  box-shadow: none !important;
  padding: 9px 12px; }
  .btn-file:focus, .btn-file:hover, .fileinput-remove:focus, .fileinput-remove:hover, .fileinput-upload-button:focus, .fileinput-upload-button:hover {
    border-color: transparent; }

.ink {
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0); }

.animate {
  -webkit-animation: ripple 0.65s linear;
  -moz-animation: ripple 0.65s linear;
  -ms-animation: ripple 0.65s linear;
  -o-animation: ripple 0.65s linear;
  animation: ripple 0.65s linear; }

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5); } }

@-moz-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5); } }

@-o-keyframes ripple {
  100% {
    opacity: 0;
    -o-transform: scale(2.5); } }

@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5); } }

/*------------------------------------------------------------------
[ 10. Widgets ]
*/
.widget_search .input-group {
  margin: 0px; }

.widget .children, .widget .sub-menu {
  background-color: rgba(0, 0, 0, 0.03);
  margin: 8px -16px -8px -16px !important;
  padding: 0px 33px !important; }
  .widget .children .children, .widget .children .sub-menu, .widget .sub-menu .children, .widget .sub-menu .sub-menu {
    margin: 8px -33px -8px -33px !important;
    padding: 0px 40px !important; }

.widget.widget_nav_menu {
  padding-bottom: 0px !important; }

.sidebar .widget {
  background-color: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  margin-bottom: 15px;
  padding: 16px; }
  .sidebar .widget .btn, .sidebar .widget .submission-payment-process, .sidebar .widget #reviews .form-submit input[type=submit], #reviews .form-submit .sidebar .widget input[type=submit], .sidebar .widget .dsidx-search-button input, .dsidx-search-button .sidebar .widget input, .sidebar .widget #dsidx.dsidx-details .dsidx-contact-form table input[type=button], #dsidx.dsidx-details .dsidx-contact-form table .sidebar .widget input[type=button] {
    float: right; }
  .sidebar .widget img {
    height: auto;
    max-width: 100%; }
  .sidebar .widget p {
    color: #616161; }
  .widget-simple .sidebar .widget {
    background-color: transparent;
    box-shadow: none;
    padding: 0px; }
  .sidebar .widget .wp-caption-text {
    font-size: 12px;
    font-style: italic;
    font-weight: normal;
    text-align: center; }
  .sidebar .widget:last-child {
    margin-bottom: 0px; }
  .sidebar .widget .rsswidget {
    line-height: 22px; }
  .sidebar .widget.widget_rss li {
    margin-bottom: 30px !important;
    padding-bottom: 20px !important; }
    .sidebar .widget.widget_rss li:before {
      display: none; }
    .sidebar .widget.widget_rss li .rssSummary {
      font-size: 13px; }
    .sidebar .widget.widget_rss li .rsswidget {
      display: block;
      font-size: 12px;
      font-weight: 600;
      text-transform: uppercase; }
    .sidebar .widget.widget_rss li .rss-date {
      display: block;
      font-size: 11px;
      text-align: right; }
  .sidebar .widget .rssSummary, .sidebar .widget .rss-date {
    line-height: 28px; }
  .sidebar .widget .widgettitle {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    color: rgba(0, 0, 0, 0.5);
    font-size: 22px;
    font-weight: normal;
    line-height: 60px;
    margin: -16px 0px 15px 0px; }
  .sidebar .widget ul:not(.dropdown-menu) {
    list-style: none;
    margin: 0px;
    padding: 0px; }
    .sidebar .widget ul:not(.dropdown-menu) li {
      border-bottom: 1px solid #F5F5F5;
      color: #757575;
      display: block;
      font-size: 15px;
      line-height: 24px;
      padding-bottom: 8px;
      padding-top: 8px; }
      .sidebar .widget ul:not(.dropdown-menu) li a {
        color: #757575; }
      .sidebar .widget ul:not(.dropdown-menu) li:hover {
        color: #616161;
        text-decoration: none; }
        .sidebar .widget ul:not(.dropdown-menu) li:hover:before {
          content: '\f111'; }
      .sidebar .widget ul:not(.dropdown-menu) li:before {
        color: #8D6E63;
        content: '\f10c';
        font-family: 'FontAwesome';
        font-size: 9px;
        margin: 0px 8px 0px 0px;
        vertical-align: 2px; }
    .sidebar .widget ul:not(.dropdown-menu) li {
      margin: 0px; }
      .sidebar .widget ul:not(.dropdown-menu) li:last-child {
        border-bottom: 0px; }

.widget_carousel_widget {
  margin: 0px; }

.widget_horizontal_filter_widget {
  background-color: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  margin: 0px 0px 0px 0px;
  padding: 30px 0px; }
  .widget_horizontal_filter_widget h2 {
    margin-top: 0px; }
  .widget_horizontal_filter_widget .row-submit .form-group {
    float: right;
    margin: 0px; }
  .widget_horizontal_filter_widget .form-group, .widget_horizontal_filter_widget .input-group {
    margin-bottom: 25px; }
  .widget_horizontal_filter_widget .no-title {
    padding-top: 30px; }

#wp-calendar {
  margin: 0px 0px 10px 0px;
  width: 100%; }
  #wp-calendar caption {
    font-style: italic;
    margin: 0px 0px 5px 0px;
    text-align: center; }
  #wp-calendar th, #wp-calendar td {
    color: #616161;
    padding: 4px;
    text-align: center; }
  #wp-calendar th {
    color: #757575;
    background-color: #EEEEEE; }
  #wp-calendar #prev {
    padding-top: 10px;
    text-align: left; }
  #wp-calendar #next {
    padding-top: 10px;
    text-align: right; }

.contact-box {
  background-color: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px; }
  .contact-box h2 {
    margin-bottom: 20px; }
  .contact-box table {
    margin-top: 20px;
    margin-bottom: 15px; }
    .contact-box table th {
      padding-right: 6px; }
    .contact-box table td {
      color: #757575; }
  .contact-box p {
    color: #9E9E9E; }
  .contact-box .social-links {
    list-style: none; }
    .contact-box .social-links li {
      display: inline-block;
      margin: 0px 10px 0px 0px; }
  .contact-box .btn-social {
    border-radius: 50%;
    box-shadow: none;
    text-align: center;
    margin-bottom: 10px;
    margin-right: 6px;
    margin-top: 15px;
    background-color: #757575;
    height: 32px;
    width: 32px;
    transition: all linear .15s; }
    .contact-box .btn-social .fa {
      margin-top: 2px;
      margin-left: -2px;
      opacity: 1;
      font-size: 14px; }
      .contact-box .btn-social .fa:hover {
        opacity: 1; }
    .contact-box .btn-social:hover, .contact-box .btn-social:focus {
      box-shadow: none; }
  .contact-box .btn-facebook {
    background-color: #0091EA; }
    .contact-box .btn-facebook .fa {
      margin-left: -1px; }
  .contact-box .btn-twitter {
    background-color: #40c8ff; }
  .contact-box .btn-google-plus {
    background-color: #d71d2f; }
  .contact-box .btn-linkedin {
    background-color: #0a62c7; }
  .contact-box .btn-youtube {
    background-color: #d7264f; }
    .contact-box .btn-youtube .fa {
      margin-left: -2px; }
  .contact-box .contact td {
    padding-bottom: 4px; }
  .contact-box > .row, .property-amenities .contact-box > ul {
    padding: 25px; }
  @media (max-width: 1199px) {
    .contact-box .contact-label {
      display: none; }
    .contact-box .contact i {
      margin-right: 0px; } }
  @media (max-width: 991px) {
    .contact-box input[type=email] {
      margin-top: 18px; } }

#simple-map .simple-marker {
  background-color: #fff;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  margin-top: 25px;
  background-color: #6D4C41; }
  #simple-map .simple-marker:before {
    color: #fff;
    -webkit-font-smoothing: antialiased;
    content: "\f015";
    font-family: fontawesome;
    font-size: 24px;
    margin-left: 14px;
    margin-top: 12px;
    display: inline-block;
    position: relative; }

/*------------------------------------------------------------------
[ 11. Pagination ]
*/
.pagination {
  margin: 0px 0px 30px 0px; }
  .pagination li:first-child a, .pagination li:last-child a {
    border-radius: 0px; }
  .pagination li.active a {
    background-color: transparent;
    border-color: #8D6E63;
    color: #424242;
    font-weight: 600; }
    .pagination li.active a:hover {
      background-color: transparent;
      border-color: #8D6E63;
      color: #424242; }
  .pagination li.disabled a {
    background-color: transparent; }
  .pagination li a {
    background-color: transparent;
    border: 0px;
    border-top: 3px solid #E0E0E0;
    color: #616161;
    font-size: 15px;
    padding: 14px 18px;
    transition: all .15s linear; }
    .pagination li a:hover {
      color: #616161; }

.nav-previous, .nav-next {
  color: #424242;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase; }
  .nav-previous a, .nav-next a {
    color: #424242;
    display: block; }
    .nav-previous a:after, .nav-previous a:before, .nav-next a:after, .nav-next a:before {
      display: inline-block;
      font-size: 10px;
      font-family: 'FontAwesome';
      vertical-align: 1px; }

.nav-next a:after {
  content: '\f054';
  margin-left: 15px; }

.nav-previous a:before {
  content: '\f053';
  margin-right: 15px; }

/*------------------------------------------------------------------
[ 12. Pricing ]
*/
.pricing-col {
  background-color: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  border: 1px solid #F5F5F5;
  margin-bottom: 30px; }
  .pricing-col.popular {
    outline: 5px solid #8D6E63; }

.pricing-header {
  background-color: #fff;
  color: #fff;
  padding: 16px 16px 38px 16px;
  text-align: center; }

.pricing-title {
  color: #9E9E9E;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase; }

.pricing-value {
  color: #424242;
  font-size: 48px;
  margin: 30px 0px; }

.pricing-duration {
  color: #9E9E9E;
  font-size: 12px;
  margin-bottom: 30px; }

.pricing-content {
  background-color: #EEEEEE;
  padding: 16px; }
  .pricing-content .btn, .pricing-content .submission-payment-process, .pricing-content #reviews .form-submit input[type=submit], #reviews .form-submit .pricing-content input[type=submit], .pricing-content .dsidx-search-button input, .dsidx-search-button .pricing-content input, .pricing-content #dsidx.dsidx-details .dsidx-contact-form table input[type=button], #dsidx.dsidx-details .dsidx-contact-form table .pricing-content input[type=button] {
    display: block;
    font-weight: 600;
    margin: 0px 0px 16px 0px;
    padding: 10px 12px;
    text-align: center; }
  .pricing-content ul {
    list-style-position: inside;
    margin: 0px -16px;
    padding: 0px 30px; }
    .pricing-content ul li {
      color: #616161;
      font-size: 14px;
      padding: 7px 0px; }
      .pricing-content ul li:last-child {
        border-bottom: 0px;
        padding-bottom: 0px; }

/*------------------------------------------------------------------
[ 13. Partners ]
*/
.partners:hover .partner-item {
  opacity: .7; }

.partner-item {
  display: block;
  line-height: 150px;
  text-align: center;
  transition: all .15s linear !important; }
  .partner-item:hover {
    opacity: 1 !important; }
  .partner-item img {
    height: auto;
    max-width: 100%;
    padding: 0px 23px; }
  @media (max-width: 767px) {
    .partner-item {
      line-height: 1;
      margin-bottom: 20px; }
      .partner-item:last-child {
        margin-bottom: 0px; }
      .partner-item img {
        max-width: 130px; } }

/*------------------------------------------------------------------
[ 14. Breadcrumbs ]
*/
.breadcrumb {
  background-color: transparent;
  border-radius: 0px;
  margin: 0px;
  padding: 0px; }
  .breadcrumb > li {
    color: #FFEBEE;
    font-size: 12px;
    margin: 0px; }
    .breadcrumb > li a {
      color: #FFEBEE; }
      .breadcrumb > li a:hover {
        color: #FFCDD2;
        text-decoration: none; }
    .breadcrumb > li.active {
      color: #FFEBEE; }
    .breadcrumb > li:before {
      color: #E53935 !important; }

/*------------------------------------------------------------------
[ 15. Charts ]
*/
/*------------------------------------------------------------------
[ 16. Navigation ]
*/
@media (min-width: 768px) {
  .header-variant-standard .header-navigation {
    float: right; }
  .header-navigation .nav li {
    margin: 0px; }
    .header-navigation .nav li a {
      color: #EF9A9A;
      display: block;
      font-weight: 500;
      padding: 16px 20px;
      position: relative;
      text-transform: uppercase;
      transition: color .15s linear; }
      .header-minimal .header-navigation .nav li a {
        color: #424242; }
      .header-minimal.primary .header-navigation .nav li a {
        color: #EF9A9A; }
      .header-background .header-navigation .nav li a {
        color: #FFCDD2; }
      .header-call-to-action-wrapper .header-navigation .nav li a {
        color: rgba(255, 255, 255, 0.68); } }
    @media (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
      .header-navigation .nav li a {
        padding: 16px 16px; } }

@media (min-width: 768px) {
      .header-navigation .nav li a:hover {
        background-color: transparent;
        color: #fff; }
        .header-minimal .header-navigation .nav li a:hover {
          color: #424242; }
      .header-navigation .nav li a:focus {
        background-color: transparent;
        border-radius: 0px;
        outline: 0px !important; }
    .header-navigation .nav li.important > a {
      color: #fff;
      font-weight: 600; }
      .header-navigation .nav li.important > a:hover {
        color: #fff; }
      .header-minimal .header-navigation .nav li.important > a {
        color: #8D6E63; }
        .header-minimal .header-navigation .nav li.important > a:hover {
          color: #8D6E63; }
      .header-minimal.primary .header-navigation .nav li.important > a {
        color: #fff; }
        .header-minimal.primary .header-navigation .nav li.important > a:hover {
          color: #fff; }
    .header-navigation .nav li.active > a {
      background-color: transparent !important;
      color: #fff; }
      .header-minimal .header-navigation .nav li.active > a {
        color: #424242; }
    .header-navigation .nav li:focus {
      outline: 0px !important; }
    .header-navigation .nav li.has-children {
      position: relative; }
      .header-navigation .nav li.has-children:after {
        background-color: transparent;
        content: '';
        display: block;
        height: 100%;
        position: absolute;
        top: 0px;
        right: -10px;
        width: 10px; }
      .header-navigation .nav li.has-children a {
        text-decoration: none !important; }
      .header-navigation .nav li.has-children > a:after {
        content: '\f0d7';
        font-family: 'FontAwesome';
        margin: 0px 0px 0px 15px; }
      .header-navigation .nav li.has-children div {
        background-color: #fff;
        border-radius: 1px;
        box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
        height: 0px;
        left: 0px;
        overflow: hidden;
        position: absolute;
        top: 0px;
        width: 0px;
        z-index: 9999; }
        .header-navigation .nav li.has-children div > a {
          color: #EF9A9A;
          transition: color .2s linear;
          white-space: nowrap; }
          .header-navigation .nav li.has-children div > a:hover {
            text-decoration: none; }
          .header-minimal .header-navigation .nav li.has-children div > a {
            color: #424242; }
          .header-navigation .nav li.has-children div > a:after {
            content: '\f0d7';
            font-family: 'FontAwesome';
            margin: 0px 0px 0px 15px; }
      .header-navigation .nav li.has-children .sub-menu {
        list-style: none;
        padding: 0px; }
        .header-navigation .nav li.has-children .sub-menu li {
          position: relative; }
          .header-navigation .nav li.has-children .sub-menu li a.subtitle {
            color: #9E9E9E;
            cursor: default;
            font-size: 12px;
            font-weight: 600;
            text-transform: uppercase; }
            .header-navigation .nav li.has-children .sub-menu li a.subtitle:after, .header-navigation .nav li.has-children .sub-menu li a.subtitle:before {
              display: none; }
          .header-navigation .nav li.has-children .sub-menu li a {
            color: #212121;
            display: block;
            font-weight: normal;
            padding: 10px 20px;
            position: relative;
            text-transform: none;
            transition: background-color .15s linear;
            white-space: nowrap; }
            .header-navigation .nav li.has-children .sub-menu li a:hover {
              text-decoration: none; }
              .header-navigation .nav li.has-children .sub-menu li a:hover:before {
                width: 100%; }
            .header-navigation .nav li.has-children .sub-menu li a:before {
              background-color: #F5F5F5;
              content: '';
              display: block;
              height: 100%;
              left: 0px;
              position: absolute;
              top: 0px;
              transition: width .15s linear;
              width: 0px;
              z-index: -1; }
          .header-navigation .nav li.has-children .sub-menu li.has-children > a:after {
            color: #BDBDBD;
            content: '\f0da';
            font-family: 'FontAwesome';
            left: auto;
            position: absolute;
            right: 10px; }
      .header-navigation .nav li.has-children .has-children div {
        left: 102% !important; }
    .header-navigation .nav li.has-children:hover > div {
      visibility: visible; }
      .header-navigation .nav li.has-children:hover > div > a {
        color: #212121; }
  .header-navigation-wrapper .header-navigation .nav > li.current-menu-ancestor, .header-navigation-wrapper .header-navigation .nav > li.current-menu-item {
    box-shadow: inset 0px -2px 0px 0px #8D6E63; }
  .header-navigation .nav > li.current-menu-ancestor > a, .header-navigation .nav > li.current-menu-item > a {
    color: #fff !important; }
  .header-variant-search .header-navigation-wrapper, .header-variant-information .header-navigation-wrapper, .header-variant-ad-space .header-navigation-wrapper {
    background-color: rgba(0, 0, 0, 0.03);
    margin: 27px -700px -27px -700px;
    padding-left: 700px;
    padding-right: 700px; }
  .header-variant-standard .nav > li.current-menu-ancestor, .header-variant-standard .nav > li.current-menu-item {
    box-shadow: none !important; }
  .header-navigation {
    float: left; } }

.navbar-toggle {
  margin-right: 0px; }
  .navbar-toggle .icon-bar {
    background-color: #fff; }
    .header-minimal .navbar-toggle .icon-bar {
      background-color: #212121; }
    .header-minimal.primary .navbar-toggle .icon-bar {
      background-color: #fff; }
  .header-large .navbar-toggle {
    position: absolute;
    right: 15px;
    top: 0px; }

.header-main-title {
  display: none; }

@media (max-width: 767px) {
  .header-main-title {
    color: #424242;
    display: block;
    font-family: 'Montserrat';
    font-size: 24px;
    height: 70px;
    line-height: 70px;
    padding: 0px 24px; }
    .header-main-title a {
      color: #424242; }
      .header-main-title a:hover {
        text-decoration: none; }
    .header-main-title img {
      height: 34px;
      margin-right: 15px;
      vertical-align: -5px; }
  .header-navigation-wrapper {
    background-color: #fff;
    border-right: 1px solid #EEEEEE;
    bottom: 0px;
    left: -240px;
    position: fixed;
    top: 0px;
    transition: left 0.3s linear 0s;
    width: 240px;
    z-index: 9999; }
    .admin-bar .header-navigation-wrapper {
      padding-top: 32px; } }
    @media screen and (max-width: 767px) and (max-width: 782px) {
      .admin-bar .header-navigation-wrapper {
        padding-top: 46px; } }

@media (max-width: 767px) {
    .header-navigation-wrapper.open {
      left: 0px;
      transition: left 0.3s linear 0.3s; }
      .header-navigation-wrapper.open:before {
        left: 240px;
        opacity: 1;
        transition: visibility 0s, opacity 0.3s linear 0s, left 0.3s linear 0.3s;
        visibility: visible; }
      .header-navigation-wrapper.open:before {
        background-color: rgba(0, 0, 0, 0.5); }
    .header-navigation-wrapper:before {
      background-color: transparent;
      bottom: 0px;
      content: '';
      display: block;
      left: 0px;
      opacity: 0;
      position: fixed;
      top: 0px;
      transition: visibility 0.6s, opacity 0.3s linear 0.3s, left 0.3s linear 0s;
      visibility: hidden;
      width: 100%; }
  .header-navigation {
    height: 100%;
    overflow: auto; }
  .primary-menu-container .nav {
    overflow: auto; }
    .primary-menu-container .nav ul {
      list-style: none;
      margin: 0px;
      padding: 0px; }
    .primary-menu-container .nav div {
      height: 0px;
      overflow: hidden;
      width: 100%; }
    .primary-menu-container .nav > li.active a {
      background-color: transparent;
      border-radius: 0px;
      color: #6D4C41; }
    .primary-menu-container .nav > li > a {
      font-weight: 700; }
      .primary-menu-container .nav > li > a .fa {
        display: none; }
    .primary-menu-container .nav > li > div > a {
      display: none; }
    .primary-menu-container .nav li {
      float: none;
      display: block;
      margin: 0px; }
    .primary-menu-container .nav a {
      display: block;
      color: #424242;
      padding: 15px 0 15px 22px;
      transition: all .15s linear; }
      .primary-menu-container .nav a:hover {
        background-color: #F5F5F5;
        text-decoration: none; } }

.nav-tabs {
  background-color: #fff;
  border: 0px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  display: table;
  margin: 0px 0px 30px 0px;
  padding: 0px;
  table-layout: fixed;
  white-space: nowrap;
  width: 100%; }
  @media (max-width: 991px) {
    .nav-tabs {
      display: block; } }
  .nav-tabs .ink {
    background: rgba(0, 0, 0, 0.05); }
  .nav-tabs li {
    border: 0px;
    display: table-cell;
    float: none;
    text-transform: uppercase;
    width: 100%; }
    .nav-tabs li a {
      border: 0px !important;
      border-radius: 0px;
      color: #BDBDBD;
      font-weight: 500;
      margin: 0px;
      overflow: hidden;
      padding: 20px !important;
      position: relative;
      text-align: center; }
      .nav-tabs li a:hover {
        background-color: transparent;
        color: #9E9E9E; }
      .nav-tabs li a:focus {
        background-color: transparent; }
    .nav-tabs li.active a, .nav-tabs li.active a:hover {
      border: 0px;
      box-shadow: inset 0px -2px 0px 0px #8D6E63;
      cursor: pointer;
      color: #8D6E63 !important; }
    @media (max-width: 991px) {
      .nav-tabs li {
        display: block;
        float: none; } }

/*------------------------------------------------------------------
[ 17. Tables ]
*/
.table:not(.table-simple) thead th, .type-post table:not(.table-simple) thead th, .post-box table:not(.table-simple) thead th {
  background-color: #EF5350;
  border-color: transparent !important;
  color: #fff; }

.table-striped > tbody > tr:nth-child(odd) {
  background-color: #F5F5F5; }

.table-simple {
  background-color: #fff;
  border: 1px solid #EEEEEE;
  padding: 16px; }
  .table-simple thead th {
    border-bottom: 2px solid #EEEEEE !important; }
  .table-simple tbody {
    color: #616161; }
    .table-simple tbody td {
      border-top: 1px solid #EEEEEE !important;
      padding: 9px 12px;
      vertical-align: middle !important; }

@media (max-width: 767px) {
  .table th, .type-post table th, .post-box table th, .table td, .type-post table td, .post-box table td {
    display: block;
    width: 100% !important; }
    .table th:empty, .type-post table th:empty, .post-box table th:empty, .table td:empty, .type-post table td:empty, .post-box table td:empty {
      display: none; } }

/*------------------------------------------------------------------
[ 18. Promo Box ]
*/
/*------------------------------------------------------------------
[ 19. Invoice Template ]
*/
/*------------------------------------------------------------------
[ 20. Isotope ]
*/
/*------------------------------------------------------------------
[ 21. FAQ ]
*/
.faq-item {
  background-color: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  margin: 0px 0px 30px 60px;
  padding: 16px;
  position: relative; }
  .faq-item:before {
    background-color: #8D6E63;
    color: #fff;
    content: 'Q';
    display: block;
    font-size: 20px;
    font-weight: 600;
    height: 44px;
    left: -60px;
    line-height: 42px;
    position: absolute;
    text-align: center;
    top: 0px;
    width: 44px; }
  .faq-item:after {
    border: 5px solid transparent;
    border-bottom-color: #8D6E63;
    content: '';
    display: block;
    height: 0px;
    left: -21px;
    position: absolute;
    top: -5px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 0px; }

.faq-item-question {
  margin: 0px 0px 20px 0px; }
  .faq-item-question h2 {
    color: #424242;
    margin: 0px;
    padding: 0px; }

.faq-item-answer {
  color: #616161; }

.faq-item-meta {
  border-top: 1px solid #F5F5F5;
  color: #757575;
  margin-top: 6px;
  padding-top: 16px;
  text-align: right; }
  .faq-item-meta a {
    color: #8D6E63; }
  .faq-item-meta .rate {
    margin-left: 20px; }
  .faq-item-meta .separator {
    margin: 0px 10px; }

/*------------------------------------------------------------------
[ 22. Posts ]
*/
article {
  padding: 0px; }

.type-post, .post-box {
  background-color: #fff;
  border-bottom: 1px solid #F5F5F5;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  margin: 0px 0px 30px 0px;
  padding-bottom: 30px; }
  .type-post.sticky, .sticky.post-box {
    background-color: #FFEBEE;
    border-bottom: none; }
  .type-post.post-row + .page-links, .post-row.post-box + .page-links, .type-post.post-box + .page-links, .post-box + .page-links {
    display: none; }

.post-single h1 {
  font-size: 28px; }

.post-single ul, .post-single ol {
  padding-left: 30px; }

.post-single img {
  height: auto;
  max-width: 100% !important; }

.post-single .wp-caption {
  max-width: 100% !important; }

.post-single .wp-caption-text {
  margin-top: 6px;
  font-style: italic;
  text-align: center; }

.post-row {
  background-color: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  margin: 0px 0px 20px 0px;
  padding: 0px; }
  .post-row .post-image, .post-row .post-image-left {
    margin-bottom: 0px;
    overflow: hidden; }
    .post-row .post-image a, .post-row .post-image-left a {
      display: block;
      position: relative; }
      .post-row .post-image a:after, .post-row .post-image-left a:after {
        background-color: black;
        background-image: url("../../img/magnifier.png");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 32px 32px;
        content: '';
        display: table-cell;
        height: 100%;
        left: 0px;
        opacity: 0;
        position: absolute;
        text-align: center;
        top: 0px;
        transition: opacity .15s linear;
        vertical-align: middle;
        width: 100%;
        z-index: 3; }
      .post-row .post-image a:hover:after, .post-row .post-image-left a:hover:after {
        opacity: .5; }
  .post-row .post-body {
    color: #757575;
    padding: 16px; }
    .post-row .post-body .post-excerpt {
      color: #757575; }
  .post-row .post-meta {
    margin: 16px -16px -16px;
    padding: 12px 16px 12px;
    text-align: center; }
    .post-row .post-meta .post-date {
      float: left; }
    .post-row .post-meta .post-comments {
      float: left; }
    .post-row .post-meta .post-meta-author a {
      color: #616161; }

.post-box {
  padding: 0px; }
  .post-box .post-image, .post-box .post-image-left {
    border: none;
    margin-bottom: -10px;
    overflow: hidden; }
    .post-box .post-image a, .post-box .post-image-left a {
      display: block;
      position: relative; }
      .post-box .post-image a:after, .post-box .post-image-left a:after {
        background-color: black;
        background-image: url("../../img/magnifier.png");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 32px 32px;
        content: '';
        display: table-cell;
        height: 100%;
        left: 0px;
        opacity: 0;
        position: absolute;
        text-align: center;
        top: 0px;
        transition: opacity .15s linear;
        vertical-align: middle;
        width: 100%;
        z-index: 3; }
      .post-box .post-image a:hover:after, .post-box .post-image-left a:hover:after {
        opacity: .5; }
  .post-box .post-body {
    padding: 20px; }
  .post-box .post-meta {
    margin-bottom: -20px;
    margin-top: 20px;
    padding: 12px 20px 12px;
    text-align: center; }
    .post-box .post-meta .post-date {
      float: left;
      margin-left: 0; }
    .post-box .post-meta .post-comments {
      float: right; }

.post-image, .post-image-left {
  display: inline-block;
  width: 100%;
  margin-bottom: -7px; }
  .post-image a, .post-image-left a {
    display: block;
    width: 100%; }
  .post-image img, .post-image-left img {
    display: block;
    height: auto;
    width: 100%; }

.post-body {
  display: block;
  padding: 20px; }
  .post-body.has-image-left {
    display: table-cell; }

.post-image-left {
  float: left;
  max-width: 300px; }

.post-title {
  font-size: 21px;
  line-height: 1.5;
  margin: 0px 0px 16px 0px;
  padding: 0px;
  transition: color linear .12s; }
  .post-title a {
    color: #424242; }
    .post-title a:hover, .post-title a:focus {
      text-decoration: none;
      color: #6D4C41; }

.post-excerpt {
  color: #9E9E9E;
  margin-bottom: 16px; }
  .post-excerpt p {
    margin: 0px; }

.post-meta {
  color: #9E9E9E;
  font-size: 12px;
  padding: 14px 20px 12px;
  margin: -20px -20px 20px;
  background-color: #F5F5F5;
  transition: all linear 0.15s; }
  .sticky .post-meta {
    background-color: #FFCDD2; }

.post-date {
  float: left;
  margin-left: 25px; }
  .post-date:before {
    content: "\f073";
    font-family: fontawesome;
    margin-right: 4px; }

.post-comments {
  float: left;
  margin-left: 25px; }
  .post-comments:before {
    content: "\f075";
    font-family: fontawesome;
    margin-right: 4px; }

.post-meta-author {
  float: left; }
  .post-meta-author a {
    font-weight: 600; }
    .post-meta-author a:hover {
      color: #6D4C41 !important;
      text-decoration: none; }
  .post-meta-author:before {
    content: "\f007";
    font-family: fontawesome;
    margin-right: 4px; }

.post-meta-tags, .tagcloud {
  float: right;
  text-align: left;
  margin-top: -2px; }
  .post-meta-tags a, .tagcloud a {
    background-color: #EEEEEE;
    border-bottom: 2px solid #E0E0E0;
    color: #616161;
    display: inline-block;
    font-size: 12px;
    margin: 0px 3px 0px 0px;
    padding: 0px 8px;
    transition: all .15s linear; }
    .post-meta-tags a:last-child, .tagcloud a:last-child {
      margin-right: 0px; }
    .post-meta-tags a:hover, .tagcloud a:hover {
      background-color: #E0E0E0;
      border-bottom: 2px solid #BDBDBD;
      text-decoration: none; }
    .sticky .post-meta-tags a, .sticky .tagcloud a {
      background-color: #EF5350;
      border-bottom-color: #E53935;
      color: #fff; }
      .sticky .post-meta-tags a:hover, .sticky .tagcloud a:hover {
        background-color: #F44336; }
  .has-image-left .post-meta-tags, .has-image-left .tagcloud {
    clear: both;
    float: none;
    margin: 40px 0px 0px 0px; }

.post-categories {
  color: #9E9E9E;
  font-weight: 500;
  margin-bottom: 10px; }
  .post-categories a {
    color: #9E9E9E;
    font-size: 12px;
    letter-spacing: 0.3px;
    transition: color linear .12s; }
    .post-categories a:hover, .post-categories a:focus {
      font-weight: 500;
      color: #6D4C41;
      text-decoration: none; }

.post-content {
  margin-bottom: 60px; }
  .post-content:last-child {
    margin-bottom: 0px; }

.read-more .btn .fa, .read-more .submission-payment-process .fa, .read-more #reviews .form-submit input[type=submit] .fa, #reviews .form-submit .read-more input[type=submit] .fa, .read-more .dsidx-search-button input .fa, .dsidx-search-button .read-more input .fa, .read-more #dsidx.dsidx-details .dsidx-contact-form table input[type=button] .fa, #dsidx.dsidx-details .dsidx-contact-form table .read-more input[type=button] .fa {
  font-size: 13px;
  margin-left: 10px;
  margin-right: 0;
  opacity: 1; }

.form-allowed-tags {
  background-color: #F5F5F5;
  margin: 15px 0px;
  padding: 16px; }

.read-more {
  font-size: 14px;
  text-transform: uppercase; }

.comment {
  width: 100%; }
  .comment > .comment-author {
    border-radius: 50%;
    float: left;
    height: 50px;
    margin: 0px 20px 0px 0px;
    overflow: hidden;
    width: 50px; }
  .comment .comment-content {
    padding-left: 85px;
    padding-right: 30px;
    width: 100%; }
  .comment .comment-meta {
    margin: 0px 0px 10px 0px; }
    .comment .comment-meta .comment-reply-link, .comment .comment-meta .comment-date {
      float: right; }
    .comment .comment-meta .comment-reply-link:before {
      color: rgba(0, 0, 0, 0.3);
      content: "|";
      padding: 0px 15px; }
  .comment .comment-body {
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 25px;
    padding-bottom: 15px; }
  .comment .children {
    padding-left: 50px; }

.comments-title {
  margin-bottom: 40px; }

.comment-respond input[type=text], .comment-respond input[type=email] {
  width: 100% !important; }
  .comment-respond input[type=text]:focus, .comment-respond input[type=email]:focus {
    background-color: transparent !important; }

/*------------------------------------------------------------------
[ 23. Features ]
*/
/*------------------------------------------------------------------
[ 24. Footer ]
*/
.footer {
  background-color: #E53935;
  display: table-row;
  height: 1px; }
  .footer.footer-simple {
    background-color: #fff; }
  .footer .widget {
    margin-bottom: 0px; }
    .footer .widget h2 {
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      color: #fff;
      font-size: 13px;
      font-weight: 600;
      line-height: 1;
      margin: 0px -30px 15px 0px;
      padding-bottom: 20px;
      text-transform: uppercase; }
      @media (max-width: 767px) {
        .footer .widget h2 {
          margin-top: 20px; } }
    .footer .widget:last-child h2 {
      margin-right: 0px; }
    .footer .widget .sharing-buttons li {
      margin-right: 10px; }
  .footer #wp-calendar caption {
    color: #FFEBEE; }
  .footer #wp-calendar td {
    color: #FFEBEE; }
  .footer #wp-calendar th {
    background-color: #C62828;
    color: #FFEBEE; }
  .footer hr {
    border: 0px;
    margin: 20px 0px;
    width: 100%; }

.footer-bottom .tagcloud a {
  background-color: #fff;
  color: #616161; }

.tagcloud a {
  margin: 0px 3px 3px 0px; }

.footer-simple .widget h2 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  color: #424242; }

.footer .nav-pills li {
  margin: 0px; }
  .footer .nav-pills li:first-child a {
    padding-left: 0px; }
  .footer .nav-pills li a {
    color: #EF9A9A;
    font-weight: 500;
    text-transform: uppercase;
    transition: color .15s linear; }
    .footer .nav-pills li a:hover {
      background-color: transparent;
      color: #fff; }
    .footer .nav-pills li a:active, .footer .nav-pills li a:focus {
      background-color: transparent; }
  @media (max-width: 767px) {
    .footer .nav-pills li {
      float: none; }
      .footer .nav-pills li a {
        padding-left: 0px;
        padding-right: 0px; } }

.footer .menu {
  list-style: none; }
  .footer .menu li {
    margin: 0px; }
    .footer .menu li a {
      border-bottom: 1px solid transparent;
      display: inline-block;
      color: #fff;
      padding: 6px 0px;
      transition: all .15s linear; }
      .footer-simple .footer .menu li a {
        color: #616161; }
      .footer .menu li a:hover {
        background-color: transparent;
        border-bottom: 1px solid #fff;
        color: #fff; }
        .footer-simple .footer .menu li a:hover {
          border-bottom: 1px solid #EEEEEE;
          color: #424242; }

.footer-top-inner {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 25px 0px; }
  .footer-simple .footer-top-inner {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.footer-bottom {
  color: #fff;
  padding: 25px 0px; }
  .footer-simple .footer-bottom {
    color: #424242; }
  .footer-bottom a {
    color: #fff; }
    .footer-simple .footer-bottom a {
      color: #8D6E63; }

.footer-bottom-left {
  float: left; }
  @media (max-width: 767px) {
    .footer-bottom-left {
      float: none; } }

.footer-bottom-right {
  float: right; }
  @media (max-width: 767px) {
    .footer-bottom-right {
      border-top: 1px solid rgba(255, 255, 255, 0.2);
      float: none;
      margin-top: 30px;
      padding-top: 30px; }
      .footer-simple .footer-bottom-right {
        border-top-color: #F5F5F5; } }

.footer-bar {
  background-color: #D32F2F;
  color: #fff;
  padding-bottom: 7px;
  padding-top: 7px; }
  .footer-bar .scroll-top {
    color: #fff;
    cursor: pointer;
    font-size: 40px; }

/*------------------------------------------------------------------
[ 25. Headers ]
*/
.search-main {
  background-color: #fff;
  padding-bottom: 40px;
  padding-top: 40px; }

.header {
  background-color: #E53935;
  color: #fff;
  display: table-row;
  height: 1px;
  z-index: 100; }
  .header.header-minimal {
    background-color: #fff; }
    .header.header-minimal.primary {
      background-color: #E53935; }

.header-inner {
  position: relative; }
  .header-standard .header-inner {
    padding: 27px 0px; }
  .header-minimal .header-inner {
    padding: 10px 0px; }

.header-large .header-main {
  margin: 37px 0px; }

.header-call-to-action-wrapper .header-main {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 20px 700px 20px 700px;
  margin: -27px -700px 0px -700px; }

.header-title {
  float: left;
  font-family: 'Montserrat', 'Arial', sans-serif;
  font-size: 30px;
  margin-top: 3px; }
  .header-minimal .header-title {
    font-size: 24px;
    margin-top: 8px; }
  .header-title img {
    margin-right: 15px;
    max-height: 60px;
    vertical-align: -8px; }
    .header-minimal .header-title img {
      height: 34px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .header-title img {
        margin-right: 0px; } }
  .header-title a {
    color: #fff; }
    .header-minimal .header-title a {
      color: #424242; }
    .header-minimal.primary .header-title a {
      color: #fff; }
    .header-title a:hover {
      color: #fff;
      text-decoration: none; }
      .header-minimal .header-title a:hover {
        color: #424242; }
      .header-minimal.primary .header-title a:hover {
        color: #fff; }
    .header-title a:active, .header-title a:focus {
      text-decoration: none; }
  .header-title span {
    line-height: 40px; }
    @media (max-width: 767px) {
      .header-title span {
        font-size: 22px; } }
  .header-title:hover img {
    opacity: 1; }

.header-title-image {
  fill: #EF9A9A;
  height: 36px;
  margin-right: 10px;
  vertical-align: -6px;
  width: 36px; }

.header-search {
  float: right;
  margin-left: 100px;
  width: 550px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .header-search {
      margin-left: 0px;
      width: 400px; } }
  @media (max-width: 767px) {
    .header-search {
      clear: both;
      float: none;
      margin: 0px;
      padding: 20px 0px 0px 0px;
      width: 100%; } }
  .header-search .input-group {
    margin: 0px; }
  .header-search .form-control, .header-search .comment-respond input[type=text], .comment-respond .header-search input[type=text], .header-search .comment-respond input[type=email], .comment-respond .header-search input[type=email], .header-search .dsidx-search-widget input, .dsidx-search-widget .header-search input, .header-search #dsidx.dsidx-details .dsidx-contact-form table input[type=text], #dsidx.dsidx-details .dsidx-contact-form table .header-search input[type=text] {
    background-color: transparent;
    box-shadow: none;
    border: 0px;
    border-bottom: 2px solid #EF9A9A;
    border-radius: 0px;
    color: #fff;
    font-size: 30px;
    height: 60px;
    padding: 0px;
    transition: all .15s linear; }
    .header-search .form-control::-webkit-input-placeholder, .header-search .comment-respond input[type=text]::-webkit-input-placeholder, .comment-respond .header-search input[type=text]::-webkit-input-placeholder, .header-search .comment-respond input[type=email]::-webkit-input-placeholder, .comment-respond .header-search input[type=email]::-webkit-input-placeholder, .header-search .dsidx-search-widget input::-webkit-input-placeholder, .dsidx-search-widget .header-search input::-webkit-input-placeholder, .header-search #dsidx.dsidx-details .dsidx-contact-form table input[type=text]::-webkit-input-placeholder, #dsidx.dsidx-details .dsidx-contact-form table .header-search input[type=text]::-webkit-input-placeholder {
      color: #FFCDD2; }
    .header-search .form-control:-moz-placeholder, .header-search .comment-respond input[type=text]:-moz-placeholder, .comment-respond .header-search input[type=text]:-moz-placeholder, .header-search .comment-respond input[type=email]:-moz-placeholder, .comment-respond .header-search input[type=email]:-moz-placeholder, .header-search .dsidx-search-widget input:-moz-placeholder, .dsidx-search-widget .header-search input:-moz-placeholder, .header-search #dsidx.dsidx-details .dsidx-contact-form table input[type=text]:-moz-placeholder, #dsidx.dsidx-details .dsidx-contact-form table .header-search input[type=text]:-moz-placeholder {
      color: #FFCDD2; }
    .header-search .form-control::-moz-placeholder, .header-search .comment-respond input[type=text]::-moz-placeholder, .comment-respond .header-search input[type=text]::-moz-placeholder, .header-search .comment-respond input[type=email]::-moz-placeholder, .comment-respond .header-search input[type=email]::-moz-placeholder, .header-search .dsidx-search-widget input::-moz-placeholder, .dsidx-search-widget .header-search input::-moz-placeholder, .header-search #dsidx.dsidx-details .dsidx-contact-form table input[type=text]::-moz-placeholder, #dsidx.dsidx-details .dsidx-contact-form table .header-search input[type=text]::-moz-placeholder {
      color: #FFCDD2; }
    .header-search .form-control:-ms-input-placeholder, .header-search .comment-respond input[type=text]:-ms-input-placeholder, .comment-respond .header-search input[type=text]:-ms-input-placeholder, .header-search .comment-respond input[type=email]:-ms-input-placeholder, .comment-respond .header-search input[type=email]:-ms-input-placeholder, .header-search .dsidx-search-widget input:-ms-input-placeholder, .dsidx-search-widget .header-search input:-ms-input-placeholder, .header-search #dsidx.dsidx-details .dsidx-contact-form table input[type=text]:-ms-input-placeholder, #dsidx.dsidx-details .dsidx-contact-form table .header-search input[type=text]:-ms-input-placeholder {
      color: #FFCDD2; }
    .header-search .form-control:focus, .header-search .comment-respond input[type=text]:focus, .comment-respond .header-search input[type=text]:focus, .header-search .comment-respond input[type=email]:focus, .comment-respond .header-search input[type=email]:focus, .header-search .dsidx-search-widget input:focus, .dsidx-search-widget .header-search input:focus, .header-search #dsidx.dsidx-details .dsidx-contact-form table input[type=text]:focus, #dsidx.dsidx-details .dsidx-contact-form table .header-search input[type=text]:focus {
      border-bottom-color: #fff; }
      .header-search .form-control:focus::-webkit-input-placeholder, .header-search .comment-respond input[type=text]:focus::-webkit-input-placeholder, .comment-respond .header-search input[type=text]:focus::-webkit-input-placeholder, .header-search .comment-respond input[type=email]:focus::-webkit-input-placeholder, .comment-respond .header-search input[type=email]:focus::-webkit-input-placeholder, .header-search .dsidx-search-widget input:focus::-webkit-input-placeholder, .dsidx-search-widget .header-search input:focus::-webkit-input-placeholder, .header-search #dsidx.dsidx-details .dsidx-contact-form table input[type=text]:focus::-webkit-input-placeholder, #dsidx.dsidx-details .dsidx-contact-form table .header-search input[type=text]:focus::-webkit-input-placeholder {
        color: #fff; }
      .header-search .form-control:focus:-moz-placeholder, .header-search .comment-respond input[type=text]:focus:-moz-placeholder, .comment-respond .header-search input[type=text]:focus:-moz-placeholder, .header-search .comment-respond input[type=email]:focus:-moz-placeholder, .comment-respond .header-search input[type=email]:focus:-moz-placeholder, .header-search .dsidx-search-widget input:focus:-moz-placeholder, .dsidx-search-widget .header-search input:focus:-moz-placeholder, .header-search #dsidx.dsidx-details .dsidx-contact-form table input[type=text]:focus:-moz-placeholder, #dsidx.dsidx-details .dsidx-contact-form table .header-search input[type=text]:focus:-moz-placeholder {
        color: #fff; }
      .header-search .form-control:focus::-moz-placeholder, .header-search .comment-respond input[type=text]:focus::-moz-placeholder, .comment-respond .header-search input[type=text]:focus::-moz-placeholder, .header-search .comment-respond input[type=email]:focus::-moz-placeholder, .comment-respond .header-search input[type=email]:focus::-moz-placeholder, .header-search .dsidx-search-widget input:focus::-moz-placeholder, .dsidx-search-widget .header-search input:focus::-moz-placeholder, .header-search #dsidx.dsidx-details .dsidx-contact-form table input[type=text]:focus::-moz-placeholder, #dsidx.dsidx-details .dsidx-contact-form table .header-search input[type=text]:focus::-moz-placeholder {
        color: #fff; }
      .header-search .form-control:focus:-ms-input-placeholder, .header-search .comment-respond input[type=text]:focus:-ms-input-placeholder, .comment-respond .header-search input[type=text]:focus:-ms-input-placeholder, .header-search .comment-respond input[type=email]:focus:-ms-input-placeholder, .comment-respond .header-search input[type=email]:focus:-ms-input-placeholder, .header-search .dsidx-search-widget input:focus:-ms-input-placeholder, .dsidx-search-widget .header-search input:focus:-ms-input-placeholder, .header-search #dsidx.dsidx-details .dsidx-contact-form table input[type=text]:focus:-ms-input-placeholder, #dsidx.dsidx-details .dsidx-contact-form table .header-search input[type=text]:focus:-ms-input-placeholder {
        color: #fff; }
    .header-search .form-control:focus ~ .input-group-btn .btn, .header-search .comment-respond input[type=text]:focus ~ .input-group-btn .btn, .comment-respond .header-search input[type=text]:focus ~ .input-group-btn .btn, .header-search .comment-respond input[type=email]:focus ~ .input-group-btn .btn, .comment-respond .header-search input[type=email]:focus ~ .input-group-btn .btn, .header-search .dsidx-search-widget input:focus ~ .input-group-btn .btn, .dsidx-search-widget .header-search input:focus ~ .input-group-btn .btn, .header-search #dsidx.dsidx-details .dsidx-contact-form table input[type=text]:focus ~ .input-group-btn .btn, #dsidx.dsidx-details .dsidx-contact-form table .header-search input[type=text]:focus ~ .input-group-btn .btn, .header-search .form-control:focus ~ .input-group-btn .submission-payment-process, .header-search .comment-respond input[type=text]:focus ~ .input-group-btn .submission-payment-process, .comment-respond .header-search input[type=text]:focus ~ .input-group-btn .submission-payment-process, .header-search .comment-respond input[type=email]:focus ~ .input-group-btn .submission-payment-process, .comment-respond .header-search input[type=email]:focus ~ .input-group-btn .submission-payment-process, .header-search .dsidx-search-widget input:focus ~ .input-group-btn .submission-payment-process, .dsidx-search-widget .header-search input:focus ~ .input-group-btn .submission-payment-process, .header-search #dsidx.dsidx-details .dsidx-contact-form table input[type=text]:focus ~ .input-group-btn .submission-payment-process, #dsidx.dsidx-details .dsidx-contact-form table .header-search input[type=text]:focus ~ .input-group-btn .submission-payment-process, .header-search .form-control:focus ~ .input-group-btn #reviews .form-submit input[type=submit], #reviews .form-submit .header-search .form-control:focus ~ .input-group-btn input[type=submit], .header-search .comment-respond input[type=text]:focus ~ .input-group-btn #reviews .form-submit input[type=submit], #reviews .form-submit .header-search .comment-respond input[type=text]:focus ~ .input-group-btn input[type=submit], .comment-respond .header-search input[type=text]:focus ~ .input-group-btn #reviews .form-submit input[type=submit], #reviews .form-submit .comment-respond .header-search input[type=text]:focus ~ .input-group-btn input[type=submit], .header-search .comment-respond input[type=email]:focus ~ .input-group-btn #reviews .form-submit input[type=submit], #reviews .form-submit .header-search .comment-respond input[type=email]:focus ~ .input-group-btn input[type=submit], .comment-respond .header-search input[type=email]:focus ~ .input-group-btn #reviews .form-submit input[type=submit], #reviews .form-submit .comment-respond .header-search input[type=email]:focus ~ .input-group-btn input[type=submit], .header-search .dsidx-search-widget input:focus ~ .input-group-btn #reviews .form-submit input[type=submit], #reviews .form-submit .header-search .dsidx-search-widget input:focus ~ .input-group-btn input[type=submit], .dsidx-search-widget .header-search input:focus ~ .input-group-btn #reviews .form-submit input[type=submit], #reviews .form-submit .dsidx-search-widget .header-search input:focus ~ .input-group-btn input[type=submit], .header-search #dsidx.dsidx-details .dsidx-contact-form table input[type=text]:focus ~ .input-group-btn #reviews .form-submit input[type=submit], #reviews .form-submit .header-search #dsidx.dsidx-details .dsidx-contact-form table input[type=text]:focus ~ .input-group-btn input[type=submit], #dsidx.dsidx-details .dsidx-contact-form table .header-search input[type=text]:focus ~ .input-group-btn #reviews .form-submit input[type=submit], #reviews .form-submit #dsidx.dsidx-details .dsidx-contact-form table .header-search input[type=text]:focus ~ .input-group-btn input[type=submit], .header-search .form-control:focus ~ .input-group-btn .dsidx-search-button input, .dsidx-search-button .header-search .form-control:focus ~ .input-group-btn input, .header-search .comment-respond input[type=text]:focus ~ .input-group-btn .dsidx-search-button input, .dsidx-search-button .header-search .comment-respond input[type=text]:focus ~ .input-group-btn input, .comment-respond .header-search input[type=text]:focus ~ .input-group-btn .dsidx-search-button input, .dsidx-search-button .comment-respond .header-search input[type=text]:focus ~ .input-group-btn input, .header-search .comment-respond input[type=email]:focus ~ .input-group-btn .dsidx-search-button input, .dsidx-search-button .header-search .comment-respond input[type=email]:focus ~ .input-group-btn input, .comment-respond .header-search input[type=email]:focus ~ .input-group-btn .dsidx-search-button input, .dsidx-search-button .comment-respond .header-search input[type=email]:focus ~ .input-group-btn input, .header-search .dsidx-search-widget input:focus ~ .input-group-btn .dsidx-search-button input, .dsidx-search-button .header-search .dsidx-search-widget input:focus ~ .input-group-btn input, .dsidx-search-widget .header-search input:focus ~ .input-group-btn .dsidx-search-button input, .dsidx-search-button .dsidx-search-widget .header-search input:focus ~ .input-group-btn input, .header-search #dsidx.dsidx-details .dsidx-contact-form table input[type=text]:focus ~ .input-group-btn .dsidx-search-button input, .dsidx-search-button .header-search #dsidx.dsidx-details .dsidx-contact-form table input[type=text]:focus ~ .input-group-btn input, #dsidx.dsidx-details .dsidx-contact-form table .header-search input[type=text]:focus ~ .input-group-btn .dsidx-search-button input, .dsidx-search-button #dsidx.dsidx-details .dsidx-contact-form table .header-search input[type=text]:focus ~ .input-group-btn input, .header-search .form-control:focus ~ .input-group-btn #dsidx.dsidx-details .dsidx-contact-form table input[type=button], #dsidx.dsidx-details .dsidx-contact-form table .header-search .form-control:focus ~ .input-group-btn input[type=button], .header-search .comment-respond input[type=text]:focus ~ .input-group-btn #dsidx.dsidx-details .dsidx-contact-form table input[type=button], #dsidx.dsidx-details .dsidx-contact-form table .header-search .comment-respond input[type=text]:focus ~ .input-group-btn input[type=button], .comment-respond .header-search input[type=text]:focus ~ .input-group-btn #dsidx.dsidx-details .dsidx-contact-form table input[type=button], .header-search .comment-respond input[type=email]:focus ~ .input-group-btn #dsidx.dsidx-details .dsidx-contact-form table input[type=button], #dsidx.dsidx-details .dsidx-contact-form table .header-search .comment-respond input[type=email]:focus ~ .input-group-btn input[type=button], .comment-respond .header-search input[type=email]:focus ~ .input-group-btn #dsidx.dsidx-details .dsidx-contact-form table input[type=button], #dsidx.dsidx-details .dsidx-contact-form table .comment-respond .header-search input[type=email]:focus ~ .input-group-btn input[type=button], .header-search .dsidx-search-widget input:focus ~ .input-group-btn #dsidx.dsidx-details .dsidx-contact-form table input[type=button], #dsidx.dsidx-details .dsidx-contact-form table .header-search .dsidx-search-widget input:focus ~ .input-group-btn input[type=button], .dsidx-search-widget .header-search input:focus ~ .input-group-btn #dsidx.dsidx-details .dsidx-contact-form table input[type=button], #dsidx.dsidx-details .dsidx-contact-form table .dsidx-search-widget .header-search input:focus ~ .input-group-btn input[type=button], .header-search #dsidx.dsidx-details .dsidx-contact-form table input[type=text]:focus ~ .input-group-btn input[type=button], #dsidx.dsidx-details .dsidx-contact-form table .header-search input[type=text]:focus ~ .input-group-btn input[type=button] {
      border-bottom-color: #fff; }
  .header-search .input-group-btn .btn, .header-search .input-group-btn .submission-payment-process, .header-search .input-group-btn #reviews .form-submit input[type=submit], #reviews .form-submit .header-search .input-group-btn input[type=submit], .header-search .input-group-btn .dsidx-search-button input, .dsidx-search-button .header-search .input-group-btn input, .header-search .input-group-btn #dsidx.dsidx-details .dsidx-contact-form table input[type=button], #dsidx.dsidx-details .dsidx-contact-form table .header-search .input-group-btn input[type=button] {
    background-color: transparent;
    border: 0px;
    border-bottom: 2px solid #EF9A9A;
    border-radius: 0px;
    box-shadow: none;
    height: 60px;
    transition: border-color .15s linear; }
    .header-search .input-group-btn .btn i, .header-search .input-group-btn .submission-payment-process i, .header-search .input-group-btn #reviews .form-submit input[type=submit] i, #reviews .form-submit .header-search .input-group-btn input[type=submit] i, .header-search .input-group-btn .dsidx-search-button input i, .dsidx-search-button .header-search .input-group-btn input i, .header-search .input-group-btn #dsidx.dsidx-details .dsidx-contact-form table input[type=button] i, #dsidx.dsidx-details .dsidx-contact-form table .header-search .input-group-btn input[type=button] i {
      font-size: 28px !important;
      vertical-align: middle; }
    .header-search .input-group-btn .btn:hover, .header-search .input-group-btn .submission-payment-process:hover, .header-search .input-group-btn #reviews .form-submit input[type=submit]:hover, #reviews .form-submit .header-search .input-group-btn input[type=submit]:hover, .header-search .input-group-btn .dsidx-search-button input:hover, .dsidx-search-button .header-search .input-group-btn input:hover, .header-search .input-group-btn #dsidx.dsidx-details .dsidx-contact-form table input[type=button]:hover, #dsidx.dsidx-details .dsidx-contact-form table .header-search .input-group-btn input[type=button]:hover, .header-search .input-group-btn .btn:focus, .header-search .input-group-btn .submission-payment-process:focus, .header-search .input-group-btn #reviews .form-submit input[type=submit]:focus, #reviews .form-submit .header-search .input-group-btn input[type=submit]:focus, .header-search .input-group-btn .dsidx-search-button input:focus, .dsidx-search-button .header-search .input-group-btn input:focus, .header-search .input-group-btn #dsidx.dsidx-details .dsidx-contact-form table input[type=button]:focus, #dsidx.dsidx-details .dsidx-contact-form table .header-search .input-group-btn input[type=button]:focus {
      color: #fff;
      outline: 0px !important; }
    .header-search .input-group-btn .btn:after, .header-search .input-group-btn .submission-payment-process:after, .header-search .input-group-btn #reviews .form-submit input[type=submit]:after, #reviews .form-submit .header-search .input-group-btn input[type=submit]:after, .header-search .input-group-btn .dsidx-search-button input:after, .dsidx-search-button .header-search .input-group-btn input:after, .header-search .input-group-btn #dsidx.dsidx-details .dsidx-contact-form table input[type=button]:after, #dsidx.dsidx-details .dsidx-contact-form table .header-search .input-group-btn input[type=button]:after, .header-search .input-group-btn .btn:before, .header-search .input-group-btn .submission-payment-process:before, .header-search .input-group-btn #reviews .form-submit input[type=submit]:before, #reviews .form-submit .header-search .input-group-btn input[type=submit]:before, .header-search .input-group-btn .dsidx-search-button input:before, .dsidx-search-button .header-search .input-group-btn input:before, .header-search .input-group-btn #dsidx.dsidx-details .dsidx-contact-form table input[type=button]:before, #dsidx.dsidx-details .dsidx-contact-form table .header-search .input-group-btn input[type=button]:before {
      display: none; }

.header-action {
  background-color: #795548;
  border-radius: 50%;
  bottom: -28px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  cursor: pointer;
  display: block;
  height: 56px;
  line-height: 54px;
  overflow: hidden;
  position: absolute;
  right: 0px;
  text-align: center;
  transition: box-shadow .15s linear;
  -webkit-user-select: none;
  user-select: none;
  width: 56px;
  z-index: 100; }
  .header-action .fa {
    font-size: 18px;
    line-height: 58px; }
  .header-action:hover {
    color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.4); }
  .header-action:active, .header-action:focus {
    color: #fff;
    outline: 0px; }
  .header-large .header-action {
    bottom: -64px;
    right: 5px; }

.header-call-to-action {
  margin: 84px 0px;
  text-align: center; }
  .header-call-to-action h1 {
    font-size: 40px;
    margin: 0px 0px 30px 0px;
    padding: 0px; }
  .header-call-to-action h2 {
    font-size: 14px;
    line-height: 24px;
    margin: 0px auto;
    overflow: hidden;
    padding: 0px;
    width: 50%; }
  .header-call-to-action .buttons {
    margin-top: 60px; }
    .header-call-to-action .buttons a {
      margin: 0px 15px; }
    @media (max-width: 767px) {
      .header-call-to-action .buttons .btn, .header-call-to-action .buttons .submission-payment-process, .header-call-to-action .buttons #reviews .form-submit input[type=submit], #reviews .form-submit .header-call-to-action .buttons input[type=submit], .header-call-to-action .buttons .dsidx-search-button input, .dsidx-search-button .header-call-to-action .buttons input, .header-call-to-action .buttons #dsidx.dsidx-details .dsidx-contact-form table input[type=button], #dsidx.dsidx-details .dsidx-contact-form table .header-call-to-action .buttons input[type=button] {
        display: block;
        float: none;
        margin: 0px 0px 10px 0px; }
        .header-call-to-action .buttons .btn:last-child, .header-call-to-action .buttons .submission-payment-process:last-child, .header-call-to-action .buttons #reviews .form-submit input[type=submit]:last-child, #reviews .form-submit .header-call-to-action .buttons input[type=submit]:last-child, .header-call-to-action .buttons .dsidx-search-button input:last-child, .dsidx-search-button .header-call-to-action .buttons input:last-child, .header-call-to-action .buttons #dsidx.dsidx-details .dsidx-contact-form table input[type=button]:last-child, #dsidx.dsidx-details .dsidx-contact-form table .header-call-to-action .buttons input[type=button]:last-child {
          margin-bottom: 0px; } }

.header-background {
  background-image: url("../img/tmp/mix-bw.png");
  background-size: 1083px 536px; }

.header-background-inner {
  background-color: rgba(244, 67, 54, 0.85);
  position: relative; }

.header-info {
  float: right; }
  @media (max-width: 767px) {
    .header-info {
      float: left;
      margin: 0px;
      padding-top: 30px;
      width: 100%; } }

.header-info-icon {
  font-size: 25px;
  float: left;
  margin: 0px 15px 0px 0px;
  opacity: .7; }

.header-info-col {
  float: right;
  margin: 0px 0px 0px 40px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .header-info-col {
      margin: 0px 0px 0px 20px; } }
  @media (max-width: 767px) {
    .header-info-col {
      clear: both;
      float: left;
      margin: 0px 0px 15px 0px; }
      .header-info-col:last-child {
        margin-bottom: 0px; } }

.header-info-item {
  display: table-cell;
  float: right; }
  .header-info-item strong, .header-info-item span {
    display: block;
    white-space: nowrap; }
  .header-info-item strong {
    line-height: 28px;
    font-size: 15px;
    font-weight: 500; }
  .header-info-item a {
    color: #fff;
    text-decoration: none; }
  .header-info-item span, .header-info-item span a {
    color: #FFCDD2; }

.header-ad {
  float: right; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .header-ad {
      clear: both;
      float: none;
      margin: 90px 0px 15px 0px; } }

.header-ad-placeholder {
  border: 2px dashed #EF9A9A;
  color: #EF9A9A;
  height: 90px;
  line-height: 86px;
  margin: -15px 0px;
  text-align: center;
  width: 728px; }

@media (min-width: 768px) and (max-width: 991px) {
  .header-variant-standard .header-navigation {
    clear: both;
    float: none;
    margin-bottom: -27px;
    padding-top: 24px;
    width: 100%; }
    .header-variant-standard .header-navigation > div {
      background-color: #D32F2F;
      margin: 0px -750px;
      padding: 0px 750px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .header-variant-standard .header-navigation .nav li a {
    padding-left: 15px !important;
    padding-right: 15px !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .header-variant-information .header-title span {
    display: none; } }

.header-inner, .header-navigation-wrapper, .header-navigation .nav li a, .header-navigation .nav, .header-title img, .header-title span, .fa-search:before, .header-search .input-group-btn .btn, .header-search .input-group-btn .submission-payment-process, .header-search .input-group-btn #reviews .form-submit input[type=submit], #reviews .form-submit .header-search .input-group-btn input[type=submit], .header-search .input-group-btn .dsidx-search-button input, .dsidx-search-button .header-search .input-group-btn input, .header-search .input-group-btn #dsidx.dsidx-details .dsidx-contact-form table input[type=button], #dsidx.dsidx-details .dsidx-contact-form table .header-search .input-group-btn input[type=button], .header-search .form-control, .header-search .comment-respond input[type=text], .comment-respond .header-search input[type=text], .header-search .comment-respond input[type=email], .comment-respond .header-search input[type=email], .header-search .dsidx-search-widget input, .dsidx-search-widget .header-search input, .header-search #dsidx.dsidx-details .dsidx-contact-form table input[type=text], #dsidx.dsidx-details .dsidx-contact-form table .header-search input[type=text] {
  transition: all ease .2s; }

@media (min-width: 768px) {
  .header-sticky.layout-boxed .header {
    display: inline-block;
    margin-left: auto;
    margin-right: auto; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .header-sticky.layout-boxed .header {
      width: 1200px !important; }
      .header-sticky.layout-boxed .header .header-navigation-wrapper {
        margin-left: -30px;
        margin-right: -30px; } }
  @media (min-width: 768px) and (max-width: 1199px) and (min-width: 992px) {
    .header-sticky.layout-boxed .header {
      width: 992px !important; }
      .header-sticky.layout-boxed .header .header-navigation-wrapper {
        margin-left: -26px;
        margin-right: -26px; } }
  @media (min-width: 768px) and (max-width: 991px) and (min-width: 768px) {
    .header-sticky.layout-boxed .header {
      width: 768px !important; }
      .header-sticky.layout-boxed .header .header-navigation-wrapper {
        margin-left: -24px;
        margin-right: -24px; } }

@media (min-width: 768px) {
  .header-sticky.layout-boxed .header-navigation-wrapper {
    padding-left: 30px;
    padding-right: 30px; }
  .header-sticky .header {
    height: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999; }
  .header-sticky .out-of-top .header-inner {
    padding-top: 18px; }
  .header-sticky .out-of-top .header-title span {
    font-size: 26px; }
  .header-sticky .out-of-top .header-title img {
    max-height: 36px; }
  .header-sticky .out-of-top .header-navigation-wrapper {
    margin-top: 18px; }
    .header-sticky .out-of-top .header-navigation-wrapper .header-navigation .nav li a {
      padding-bottom: 12px;
      padding-top: 12px; }
  .header-sticky .out-of-top .header-variant-standard .nav {
    margin-top: -16px;
    margin-bottom: -6px; }
  .header-sticky .out-of-top .header-search .form-control, .header-sticky .out-of-top .header-search .comment-respond input[type=text], .comment-respond .header-sticky .out-of-top .header-search input[type=text], .header-sticky .out-of-top .header-search .comment-respond input[type=email], .comment-respond .header-sticky .out-of-top .header-search input[type=email], .header-sticky .out-of-top .header-search .dsidx-search-widget input, .dsidx-search-widget .header-sticky .out-of-top .header-search input, .header-sticky .out-of-top .header-search #dsidx.dsidx-details .dsidx-contact-form table input[type=text], #dsidx.dsidx-details .dsidx-contact-form table .header-sticky .out-of-top .header-search input[type=text], .header-sticky .out-of-top .header-search .input-group-btn .btn, .header-sticky .out-of-top .header-search .input-group-btn .submission-payment-process, .header-sticky .out-of-top .header-search .input-group-btn #reviews .form-submit input[type=submit], #reviews .form-submit .header-sticky .out-of-top .header-search .input-group-btn input[type=submit], .header-sticky .out-of-top .header-search .input-group-btn .dsidx-search-button input, .dsidx-search-button .header-sticky .out-of-top .header-search .input-group-btn input, .header-sticky .out-of-top .header-search .input-group-btn #dsidx.dsidx-details .dsidx-contact-form table input[type=button], #dsidx.dsidx-details .dsidx-contact-form table .header-sticky .out-of-top .header-search .input-group-btn input[type=button], .header-sticky .out-of-top .header-search .fa-search:before {
    font-size: 22px;
    height: 50px; } }

.admin-bar.header-sticky .header {
  padding-top: 32px; }

@media screen and (max-width: 991px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .header-standard .header-inner {
    padding-bottom: 0; } }

.header-top {
  margin: 20px 0px 30px 0px; }
  .header-top ul {
    float: right;
    margin: 0px;
    padding: 0px; }
    .header-top ul li {
      margin: 0px 0px 0px 30px; }
      .header-top ul li a {
        color: #E57373;
        font-weight: 500;
        padding: 0px;
        transition: color .15s linear; }
        .header-top ul li a:hover {
          background-color: transparent;
          color: #FFCDD2; }
        .header-top ul li a:active, .header-top ul li a:focus {
          background-color: transparent; }
  .header-top .social {
    margin-left: 30px;
    margin-top: 2px; }
    .header-top .social li {
      margin: 0px 8px; }
      .header-top .social li i {
        font-size: 16px;
        margin: 0px 2px; }
      .header-top .social li:last-child {
        margin-right: 0px; }

.header-topbar {
  background-color: #C62828;
  color: #FFEBEE;
  padding: 3px 0px; }

.header-topbar-left {
  float: left; }
  @media (max-width: 767px) {
    .header-topbar-left {
      float: none; } }

.header-topbar-right {
  float: right; }
  @media (max-width: 767px) {
    .header-topbar-right {
      border-top: 1px solid rgba(255, 255, 255, 0.2);
      float: none;
      margin-top: 8px;
      padding-top: 8px; } }
  .header-topbar-right .widget {
    float: right; }
    @media (max-width: 767px) {
      .header-topbar-right .widget {
        float: left !important; } }
  .header-topbar-right .menu-container {
    float: right;
    margin: 0px 15px 0px 0px; }
    .header-topbar-right .menu-container ul {
      list-style: none; }
      .header-topbar-right .menu-container ul li {
        float: left;
        margin: 0px 10px; }
        .header-topbar-right .menu-container ul li a {
          color: #FFCDD2;
          transition: color .15s linear; }
          .header-topbar-right .menu-container ul li a:hover {
            color: #fff; }

.header-topbar-social {
  display: inline;
  margin: 0px;
  padding: 0px; }
  .header-topbar-social li {
    display: inline;
    list-style: none;
    margin: 0px 0px 0px 10px;
    padding: 0px; }
    .header-topbar-social li a {
      color: #FFCDD2;
      font-size: 15px;
      vertical-align: middle; }
      .header-topbar-social li a:hover {
        color: #FFEBEE; }

.header-topbar-links {
  display: inline; }
  .header-topbar-links li {
    display: inline;
    padding-left: 10px;
    vertical-align: middle; }
    .header-topbar-links li:first-child {
      padding-left: 0px; }
    .header-topbar-links li img {
      margin: -2px 5px 0px 0px;
      vertical-align: middle; }
    .header-topbar-links li a {
      color: #FFEBEE; }
      .header-topbar-links li a:hover {
        text-decoration: none; }
        .header-topbar-links li a:hover .circelized {
          background-color: #8D6E63;
          transition: background-color .15s linear; }
    .header-topbar-links li.active {
      font-weight: bold; }
  .header-topbar-links .circelized {
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    display: inline-block;
    height: 20px;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0px;
    line-height: 21px;
    margin-right: 5px;
    text-align: center;
    vertical-align: 2px;
    width: 20px; }

/*------------------------------------------------------------------
[ 26. Promotions ]
*/
/*------------------------------------------------------------------
[ 27. Map ]
*/
.map-wrapper {
  position: relative; }

.map {
  background-color: #fff;
  height: 500px;
  position: relative; }

.marker {
  background-color: #fff;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  height: 56px;
  position: relative;
  text-align: center;
  transition: all .15s ease-out;
  -webkit-user-select: none;
  user-select: none;
  width: 56px; }
  .marker img {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    border-radius: 50%;
    display: block;
    height: 50px;
    width: 50px; }
  .marker:hover {
    transform: scale(1.4);
    transition: all .15s ease-in; }
  .marker:after {
    border-radius: 50%;
    bottom: 0px;
    content: '';
    display: block;
    left: 0px;
    position: absolute;
    right: 0px;
    top: 0px; }
  .marker span {
    background-color: #fff;
    border: 2px solid #795548;
    border-radius: 50%;
    display: block;
    font-size: 13px;
    font-weight: 600;
    height: 50px;
    line-height: 46px;
    text-align: center;
    width: 50px; }
  .marker.multiple:hover {
    transform: scale(1); }

.pink {
  background-color: #E91E63; }

.cyan {
  background-color: #00BCD4; }

.blue-grey {
  background-color: #607D8B; }

.light-blue {
  background-color: #03A9F4; }

.blue {
  background-color: #2196F3; }

.purple {
  background-color: #9C27B0; }

.deep-purple {
  background-color: #673AB7; }

.indigo {
  background-color: #3F51B5; }

.teal {
  background-color: #009688; }

.green {
  background-color: #4CAF50; }

.light-green {
  background-color: #8BC34A; }

.lime {
  background-color: #CDDC39; }

.yellow {
  background-color: #FBC02D; }

.amber {
  background-color: #FFC107; }

.orange {
  background-color: #FF9800; }

.deep-orange {
  background-color: #FF5722; }

.brown {
  background-color: #795548; }

.red {
  background-color: #F44336; }

.clusterer {
  background-color: #F44336;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.12), 0px 0px 0px 6px rgba(0, 0, 0, 0.12), 0px 0px 0px 9px rgba(0, 0, 0, 0.12);
  color: #fff;
  font-weight: 700;
  height: 40px;
  line-height: 42px;
  text-align: center;
  width: 40px; }

.map-filter-horizontal {
  background-color: rgba(255, 255, 255, 0.92);
  border-bottom: 2px solid #EEEEEE;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  bottom: 0px;
  left: 0px;
  padding: 41px 0px;
  position: absolute;
  right: 0px; }
  .map-filter-horizontal .form-group {
    margin-bottom: 0px; }
  .map-filter-horizontal .form-control, .map-filter-horizontal .comment-respond input[type=text], .comment-respond .map-filter-horizontal input[type=text], .map-filter-horizontal .comment-respond input[type=email], .comment-respond .map-filter-horizontal input[type=email], .map-filter-horizontal .dsidx-search-widget input, .dsidx-search-widget .map-filter-horizontal input, .map-filter-horizontal #dsidx.dsidx-details .dsidx-contact-form table input[type=text], #dsidx.dsidx-details .dsidx-contact-form table .map-filter-horizontal input[type=text], .map-filter-horizontal .bootstrap-select button.btn, .map-filter-horizontal .bootstrap-select button.submission-payment-process {
    box-shadow: 0px 1px 0px #BDBDBD;
    color: #757575; }
    .map-filter-horizontal .form-control::-webkit-input-placeholder, .map-filter-horizontal .comment-respond input[type=text]::-webkit-input-placeholder, .comment-respond .map-filter-horizontal input[type=text]::-webkit-input-placeholder, .map-filter-horizontal .comment-respond input[type=email]::-webkit-input-placeholder, .comment-respond .map-filter-horizontal input[type=email]::-webkit-input-placeholder, .map-filter-horizontal .dsidx-search-widget input::-webkit-input-placeholder, .dsidx-search-widget .map-filter-horizontal input::-webkit-input-placeholder, .map-filter-horizontal #dsidx.dsidx-details .dsidx-contact-form table input[type=text]::-webkit-input-placeholder, #dsidx.dsidx-details .dsidx-contact-form table .map-filter-horizontal input[type=text]::-webkit-input-placeholder, .map-filter-horizontal .bootstrap-select button.btn::-webkit-input-placeholder, .map-filter-horizontal .bootstrap-select button.submission-payment-process::-webkit-input-placeholder {
      color: #757575; }
    .map-filter-horizontal .form-control:-moz-placeholder, .map-filter-horizontal .comment-respond input[type=text]:-moz-placeholder, .comment-respond .map-filter-horizontal input[type=text]:-moz-placeholder, .map-filter-horizontal .comment-respond input[type=email]:-moz-placeholder, .comment-respond .map-filter-horizontal input[type=email]:-moz-placeholder, .map-filter-horizontal .dsidx-search-widget input:-moz-placeholder, .dsidx-search-widget .map-filter-horizontal input:-moz-placeholder, .map-filter-horizontal #dsidx.dsidx-details .dsidx-contact-form table input[type=text]:-moz-placeholder, #dsidx.dsidx-details .dsidx-contact-form table .map-filter-horizontal input[type=text]:-moz-placeholder, .map-filter-horizontal .bootstrap-select button.btn:-moz-placeholder, .map-filter-horizontal .bootstrap-select button.submission-payment-process:-moz-placeholder {
      color: #757575; }
    .map-filter-horizontal .form-control::-moz-placeholder, .map-filter-horizontal .comment-respond input[type=text]::-moz-placeholder, .comment-respond .map-filter-horizontal input[type=text]::-moz-placeholder, .map-filter-horizontal .comment-respond input[type=email]::-moz-placeholder, .comment-respond .map-filter-horizontal input[type=email]::-moz-placeholder, .map-filter-horizontal .dsidx-search-widget input::-moz-placeholder, .dsidx-search-widget .map-filter-horizontal input::-moz-placeholder, .map-filter-horizontal #dsidx.dsidx-details .dsidx-contact-form table input[type=text]::-moz-placeholder, #dsidx.dsidx-details .dsidx-contact-form table .map-filter-horizontal input[type=text]::-moz-placeholder, .map-filter-horizontal .bootstrap-select button.btn::-moz-placeholder, .map-filter-horizontal .bootstrap-select button.submission-payment-process::-moz-placeholder {
      color: #757575; }
    .map-filter-horizontal .form-control:-ms-input-placeholder, .map-filter-horizontal .comment-respond input[type=text]:-ms-input-placeholder, .comment-respond .map-filter-horizontal input[type=text]:-ms-input-placeholder, .map-filter-horizontal .comment-respond input[type=email]:-ms-input-placeholder, .comment-respond .map-filter-horizontal input[type=email]:-ms-input-placeholder, .map-filter-horizontal .dsidx-search-widget input:-ms-input-placeholder, .dsidx-search-widget .map-filter-horizontal input:-ms-input-placeholder, .map-filter-horizontal #dsidx.dsidx-details .dsidx-contact-form table input[type=text]:-ms-input-placeholder, #dsidx.dsidx-details .dsidx-contact-form table .map-filter-horizontal input[type=text]:-ms-input-placeholder, .map-filter-horizontal .bootstrap-select button.btn:-ms-input-placeholder, .map-filter-horizontal .bootstrap-select button.submission-payment-process:-ms-input-placeholder {
      color: #757575; }
    .map-filter-horizontal .form-control:focus, .map-filter-horizontal .comment-respond input[type=text]:focus, .comment-respond .map-filter-horizontal input[type=text]:focus, .map-filter-horizontal .comment-respond input[type=email]:focus, .comment-respond .map-filter-horizontal input[type=email]:focus, .map-filter-horizontal .dsidx-search-widget input:focus, .dsidx-search-widget .map-filter-horizontal input:focus, .map-filter-horizontal #dsidx.dsidx-details .dsidx-contact-form table input[type=text]:focus, #dsidx.dsidx-details .dsidx-contact-form table .map-filter-horizontal input[type=text]:focus, .map-filter-horizontal .bootstrap-select button.btn:focus, .map-filter-horizontal .bootstrap-select button.submission-payment-process:focus {
      box-shadow: 0px 2px 0px #EF5350; }
  .map-filter-horizontal .bootstrap-select div.dropdown-menu li.selected a {
    background-color: #E53935 !important; }
  .map-filter-horizontal .bootstrap-select.open button.btn, .map-filter-horizontal .bootstrap-select.open button.submission-payment-process {
    box-shadow: 0px 2px 0px #EF5350 !important;
    color: #757575 !important; }

.infobox {
  background-color: transparent;
  height: 120px;
  position: relative;
  width: 420px; }
  .infobox .close {
    color: #424242;
    cursor: pointer;
    height: 17px;
    display: block;
    font-size: 10px;
    line-height: 17px;
    opacity: 1;
    position: absolute;
    right: 10px;
    text-align: center;
    text-indent: 0px;
    top: 10px;
    transition: background-color .15s linear, color .15s linear;
    width: 17px; }
  .infobox:before {
    border: 6px solid transparent;
    border-right-color: #F44336;
    content: '';
    display: block;
    height: 0px;
    left: -12px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0px;
    z-index: 999; }
  .infobox.multiple:before {
    border-right-color: #795548; }
  .infobox:hover .infobox-contact {
    margin-left: 0px; }

.infobox-scroll {
  bottom: 4px;
  color: #6D4C41;
  font-size: 16px;
  position: absolute;
  right: 8px;
  text-align: center; }

.infobox-image {
  display: block;
  position: relative;
  background-color: rgba(0, 0, 0, 0.12);
  border-radius: 2px 0px 0px 2px;
  border-left: 4px solid #F44336;
  display: block;
  float: left;
  height: 120px;
  margin: 0px;
  overflow: hidden;
  position: relative;
  width: 120px; }
  .infobox-image:after {
    background-color: black;
    background-image: url("../../img/magnifier.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 32px 32px;
    content: '';
    display: table-cell;
    height: 100%;
    left: 0px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0px;
    transition: opacity .15s linear;
    vertical-align: middle;
    width: 100%;
    z-index: 3; }
  .infobox-image:hover:after {
    opacity: .5; }
  .infobox-image:before {
    color: rgba(0, 0, 0, 0.2);
    content: "";
    display: block;
    font-family: 'FontAwesome';
    font-size: 24px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    z-index: 0; }
    .footer .infobox-image:before {
      color: #EF5350; }
  .infobox-image img {
    display: block;
    max-width: 120px;
    position: relative;
    z-index: 2; }

.infobox-content {
  background-color: #fff;
  height: 120px;
  float: left;
  padding: 8px;
  position: relative;
  width: 160px;
  z-index: 2; }
  .multiple .infobox-content {
    border-radius: 2px 0px 0px 2px;
    border-left: 4px solid #795548;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    width: 280px; }

.infobox-content-title {
  color: #424242;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase; }
  .infobox-content-title a {
    color: #424242; }
    .infobox-content-title a:hover {
      text-decoration: none; }

.infobox-content-body {
  background-color: #fff;
  color: #616161;
  font-size: 11px;
  line-height: 16px;
  height: 80px;
  margin: 0px;
  position: relative;
  overflow: hidden; }
  .multiple .infobox-content-body {
    height: 102px;
    overflow: auto; }

.infobox-content-body-location {
  color: #9E9E9E;
  display: block;
  font-size: 9px;
  font-weight: 500;
  list-style: none;
  margin: 0px 0px 2px 0px;
  overflow: hidden;
  padding: 0px;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  width: 144px; }

.infobox-content-body-area, .infobox-content-body-baths, .infobox-content-body-beds {
  line-height: 19px; }

.infobox-content-body-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  margin-bottom: 9px;
  padding-bottom: 9px; }
  .infobox-content-body-item:last-child {
    border-bottom: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px; }
  .infobox-content-body-item img {
    display: block;
    float: left;
    margin: 0px 10px 0px 0px;
    height: 42px;
    width: 42px; }
  .infobox-content-body-item h3 {
    color: #424242;
    font-size: 11px;
    font-weight: 600;
    line-height: 0px;
    margin: 14px 0px 10px 0px;
    padding: 0px;
    text-transform: uppercase; }
    .infobox-content-body-item h3 a {
      color: #424242; }
  .infobox-content-body-item h4 {
    font-size: 12px;
    margin: 0px;
    padding: 0px; }

.infobox-content-body-value strong {
  color: #757575;
  font-size: 10px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase; }

.infobox-content-price {
  background-color: #fff;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.12);
  color: #8D6E63;
  font-size: 11px;
  font-weight: 600;
  left: 7px;
  line-height: 1;
  margin: 0px;
  padding: 6px 7px;
  position: absolute;
  top: 7px;
  z-index: 3; }

.infobox-contact {
  background-color: #EEEEEE;
  height: 120px;
  float: left;
  padding: 8px;
  position: relative;
  margin-left: -140px;
  transition: margin .2s linear;
  width: 140px;
  z-index: 1; }

.infobox-contact-title {
  color: #424242;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase; }
  .infobox-contact-title a {
    color: #424242; }
    .infobox-contact-title a:hover {
      text-decoration: none; }

.infobox-contact-body {
  color: #616161; }
  .infobox-contact-body .fa {
    color: #212121;
    margin: 0px 5px 0px 0px;
    vertical-align: middle; }

@media (max-width: 767px) {
  #map-admin {
    height: 400px !important; } }

.property-map-widget-area-inner {
  background-color: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  float: right;
  margin-top: -440px;
  padding: 16px 16px 5px 16px; }
  @media (max-width: 767px) {
    .property-map-widget-area-inner {
      float: none;
      margin: 30px 0px 0px 0px;
      width: 100%; } }

/*------------------------------------------------------------------
[ 28. Bootstrap Carousel ]
*/
#slider {
  height: 500px; }
  #slider .item {
    background-size: cover;
    height: 500px;
    position: relative;
    width: 100%; }
  #slider .item-inner {
    background-color: rgba(179, 229, 252, 0.15);
    height: 100%;
    left: 0px;
    position: relative;
    top: 0px;
    width: 100%; }
  #slider .carousel-caption {
    left: 50%;
    text-align: left;
    transform: translateX(-50%); }
    #slider .carousel-caption h1 {
      font-weight: bold; }
    #slider .carousel-caption h2 {
      margin: 0px 0px 20px 0px;
      font-weight: bold; }
  #slider .carousel-control {
    background-image: none;
    width: 10%; }
    #slider .carousel-control i {
      font-size: 40px;
      position: absolute;
      text-shadow: none;
      top: 50%;
      transform: translateY(-50%);
      transition: color .15s linear; }
    #slider .carousel-control.left i {
      left: 40px; }
    #slider .carousel-control.right i {
      right: 40px; }

/*------------------------------------------------------------------
[ 29. Agents ]
*/
.agent-card {
  margin-bottom: -30px; }
  .agent-card h2 {
    margin-top: 0px; }

.agent-card-info {
  color: #616161; }
  @media (min-width: 768px) and (max-width: 991px) {
    .agent-card-info {
      margin-bottom: 30px; } }
  .agent-card-info ul {
    list-style: none;
    margin: 0px;
    padding: 0px; }
    .agent-card-info ul li {
      margin: 0px; }
    .agent-card-info ul a {
      color: #8D6E63; }
    .agent-card-info ul .fa {
      margin-right: 5px; }

.agent-card-image {
  background-color: rgba(0, 0, 0, 0.15);
  display: block;
  height: 0px;
  padding-bottom: 100%;
  position: relative; }
  .agent-card-image:before {
    color: rgba(0, 0, 0, 0.2);
    content: "";
    display: block;
    font-family: 'FontAwesome';
    font-size: 50px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    z-index: 0;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%), translateY(-50%); }
    .footer .agent-card-image:before {
      color: #EF5350; }
  .agent-card-image img {
    display: block;
    height: auto;
    position: relative;
    width: 100%;
    z-index: 2; }

.agent-card-form .form-group:last-child {
  margin-bottom: 0px; }

.agent-small {
  margin: 0px 0px 15px 0px; }
  .agent-small:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px; }
    .agent-small:last-child .agent-small-content {
      border-bottom: 0px;
      margin-bottom: 0px;
      padding-bottom: 0px; }

.agent-small-inner {
  display: table;
  width: 100%; }

.agent-small-image {
  display: table-cell;
  width: 76px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .agent-small-image {
      width: 60px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .agent-small-image {
      width: 60px; } }
  .agent-small-image img {
    border-radius: 50%;
    height: auto;
    position: relative;
    width: 100%;
    z-index: 2; }

.agent-small-image-inner {
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  height: 50px;
  float: left;
  margin: 0px 16px 0px 0px;
  position: relative;
  width: 50px; }
  .agent-small-image-inner:before {
    color: rgba(0, 0, 0, 0.2);
    content: "";
    display: block;
    font-family: 'FontAwesome';
    font-size: 18px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    z-index: 0; }
    .footer .agent-small-image-inner:before {
      color: #EF5350; }

.agent-small-content {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  display: table-cell;
  padding-bottom: 12px;
  vertical-align: top; }
  .footer .agent-small-content {
    border-bottom-color: rgba(255, 255, 255, 0.12); }

.agent-small-title {
  margin: 0px 0px 5px 0px; }
  .agent-small-title a {
    color: rgba(0, 0, 0, 0.7);
    font-size: 15px;
    font-weight: 500; }
    .footer .agent-small-title a {
      color: #fff; }

.agent-small-email, .agent-small-phone {
  font-size: 12px;
  line-height: 22px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .agent-small-email, .agent-small-phone {
      font-size: 11px;
      white-space: nowrap; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .agent-small-email, .agent-small-phone {
      font-size: 11px;
      white-space: nowrap; } }
  .agent-small-email .fa, .agent-small-phone .fa {
    color: rgba(0, 0, 0, 0.6);
    font-size: 13px;
    margin: 0px 6px 0px 0px;
    vertical-align: middle; }
    .footer .agent-small-email .fa, .footer .agent-small-phone .fa {
      color: rgba(255, 255, 255, 0.7); }
  .agent-small-email a:hover, .agent-small-phone a:hover {
    text-decoration: none; }
  .footer .agent-small-email a, .footer .agent-small-phone a {
    color: #fff; }

.agent-simple {
  margin-bottom: 30px; }

.agent-simple-title {
  color: #616161;
  font-size: 20px; }
  .agent-simple-title a {
    color: #616161; }
    .agent-simple-title a:hover {
      text-decoration: none; }

.agent-simple-image {
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  display: block;
  height: 0px;
  margin: 0px 0px 30px 0px;
  padding-bottom: 100%;
  position: relative; }
  .agent-simple-image:before {
    color: rgba(0, 0, 0, 0.2);
    content: "";
    display: block;
    font-family: 'FontAwesome';
    font-size: 55px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    z-index: 0;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%), translateY(-50%); }
    .footer .agent-simple-image:before {
      color: #EF5350; }
  .agent-simple-image img {
    border-radius: 50%;
    height: auto;
    position: relative;
    width: 100%;
    z-index: 2; }

.agent-simple-content {
  bottom: 45px;
  left: 0px;
  position: absolute;
  z-index: 3; }
  .agent-simple-content span {
    background-color: rgba(255, 255, 255, 0.8);
    display: inline-block;
    line-height: 2;
    padding: 0px 8px; }
    .agent-simple-content span .fa {
      margin-right: 5px; }
  .agent-simple-content .agent-simple-email {
    margin: -3px 0px; }
    .agent-simple-content .agent-simple-email a {
      color: #8D6E63; }

.agent-row {
  background-color: #F5F5F5;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .agent-row {
      background-color: #fff; } }
  .agent-row .row, .agent-row .property-amenities ul, .property-amenities .agent-row ul {
    display: table;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%; }
    .agent-row .row > div, .agent-row .property-amenities ul > div, .property-amenities .agent-row ul > div {
      display: table-cell;
      float: none;
      vertical-align: top; }
      @media (max-width: 767px) {
        .agent-row .row > div, .agent-row .property-amenities ul > div, .property-amenities .agent-row ul > div {
          display: block; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .agent-row .row, .agent-row .property-amenities ul, .property-amenities .agent-row ul {
        background-color: #fff; }
        .agent-row .row > div, .agent-row .property-amenities ul > div, .property-amenities .agent-row ul > div {
          display: block;
          float: left; }
        .agent-row .row .agent-row-info, .agent-row .property-amenities ul .agent-row-info, .property-amenities .agent-row ul .agent-row-info {
          background-color: #EEEEEE;
          clear: both; } }

.agent-row-image {
  background-color: #fff;
  padding: 16px; }
  .agent-row-image img {
    border-radius: 50%;
    height: auto;
    position: relative;
    width: 100%;
    z-index: 2; }

.agent-row-image-inner a {
  display: block;
  position: relative;
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  display: block;
  height: 0px;
  padding-bottom: 100%;
  position: relative; }
  .agent-row-image-inner a:after {
    background-color: black;
    background-image: url("../../img/magnifier.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 32px 32px;
    content: '';
    display: table-cell;
    height: 100%;
    left: 0px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0px;
    transition: opacity .15s linear;
    vertical-align: middle;
    width: 100%;
    z-index: 3; }
  .agent-row-image-inner a:hover:after {
    opacity: .5; }
  .agent-row-image-inner a:before {
    color: rgba(0, 0, 0, 0.2);
    content: "";
    display: block;
    font-family: 'FontAwesome';
    font-size: 50px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    z-index: 0;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%), translateY(-50%); }
    .footer .agent-row-image-inner a:before {
      color: #EF5350; }
  .agent-row-image-inner a:after {
    border-radius: 50%;
    overflow: hidden; }

.agent-row-content {
  background-color: #fff; }
  .agent-row-content p {
    color: #616161; }

.agent-row-title a {
  color: #424242; }
  .agent-row-title a:hover {
    text-decoration: none; }

.agent-row-subtitle {
  color: #616161;
  font-size: 15px; }

.agent-row-info {
  padding: 16px; }
  .agent-row-info ul {
    color: #424242;
    list-style: none;
    margin: 0px;
    padding: 0px; }
    .agent-row-info ul .fa {
      color: #616161;
      margin: 0px 5px 0px 0px; }
    .agent-row-info ul li {
      margin: 0px; }
    .agent-row-info ul a {
      color: #8D6E63; }

.agent-medium {
  background-color: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  padding: 16px; }

.agent-medium-image {
  display: block;
  position: relative;
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  display: block;
  float: left;
  height: 104px;
  position: relative;
  width: 104px; }
  .agent-medium-image:after {
    background-color: black;
    background-image: url("../../img/magnifier.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 32px 32px;
    content: '';
    display: table-cell;
    height: 100%;
    left: 0px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0px;
    transition: opacity .15s linear;
    vertical-align: middle;
    width: 100%;
    z-index: 3; }
  .agent-medium-image:hover:after {
    opacity: .5; }
  .agent-medium-image:before {
    color: rgba(0, 0, 0, 0.2);
    content: "";
    display: block;
    font-family: 'FontAwesome';
    font-size: 40px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    z-index: 0; }
    .footer .agent-medium-image:before {
      color: #EF5350; }
  .agent-medium-image:after {
    border-radius: 50%; }
  .agent-medium-image img {
    border-radius: 50%;
    height: auto;
    position: relative;
    width: 100%;
    z-index: 2; }

.agent-medium-content {
  color: #616161;
  margin: 0px 0px 0px 120px; }
  .agent-medium-content ul {
    font-size: 12px;
    list-style: none;
    margin: 0px;
    padding: 0px; }
    .agent-medium-content ul .fa {
      color: #BDBDBD;
      margin: 0px 5px 0px 0px; }
    .agent-medium-content ul li {
      margin: 0px; }
  .agent-medium-content a {
    color: #8D6E63; }
  .agent-medium-content hr {
    margin: 10px 0px; }

.agent-medium-title {
  margin: 0px; }
  .agent-medium-title a {
    color: #424242; }
    .agent-medium-title a:hover {
      text-decoration: none; }

.agent-medium-subtitle {
  color: #616161;
  font-size: 13px; }

/*------------------------------------------------------------------
[ 30. Agencies ]
*/
.agency-row {
  background-color: #F5F5F5;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .agency-row {
      background-color: #fff; } }
  .agency-row .row, .agency-row .property-amenities ul, .property-amenities .agency-row ul {
    display: table;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%; }
    .agency-row .row > div, .agency-row .property-amenities ul > div, .property-amenities .agency-row ul > div {
      display: table-cell;
      float: none;
      vertical-align: middle; }
      @media (max-width: 767px) {
        .agency-row .row > div, .agency-row .property-amenities ul > div, .property-amenities .agency-row ul > div {
          display: block; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .agency-row .row, .agency-row .property-amenities ul, .property-amenities .agency-row ul {
        background-color: #fff; }
        .agency-row .row > div, .agency-row .property-amenities ul > div, .property-amenities .agency-row ul > div {
          display: block;
          float: left; }
        .agency-row .row .agency-row-info, .agency-row .property-amenities ul .agency-row-info, .property-amenities .agency-row ul .agency-row-info {
          background-color: #EEEEEE;
          clear: both; } }

.agency-row-image {
  background-color: #fff;
  padding: 16px;
  text-align: center; }
  .agency-row-image .fa {
    color: #E0E0E0;
    font-size: 46px; }

.agency-row-image-inner a {
  background-color: rgba(0, 0, 0, 0.15);
  display: block;
  height: 0px;
  padding-bottom: 100%;
  position: relative; }
  .agency-row-image-inner a:before {
    color: rgba(0, 0, 0, 0.2);
    content: "";
    display: block;
    font-family: 'FontAwesome';
    font-size: 50px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    z-index: 0;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%), translateY(-50%); }
    .footer .agency-row-image-inner a:before {
      color: #EF5350; }

.agency-row-content {
  background-color: #fff; }
  .agency-row-content p {
    color: #616161; }

.agency-row-title a {
  color: #424242; }
  .agency-row-title a:hover {
    text-decoration: none; }

.agency-row-subtitle {
  color: #616161;
  font-size: 15px; }

.agency-row-info {
  padding: 16px;
  vertical-align: top !important; }
  .agency-row-info ul {
    color: #424242;
    list-style: none;
    margin: 0px;
    padding: 0px; }
    .agency-row-info ul .fa {
      color: #616161;
      margin: 0px 5px 0px 0px; }
    .agency-row-info ul a {
      color: #8D6E63; }
    .agency-row-info ul li {
      margin: 0px; }

/*------------------------------------------------------------------
[ 31. Properties ]
*/
.property-detail-description {
  color: #757575;
  line-height: 30px;
  margin-bottom: 30px; }

.property-floor-plans a {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  display: inline-block;
  margin: 0px 15px 0px 0px; }

.property-sticky {
  outline: 2px solid #E0E0E0; }
  .widget_properties_widget .property-sticky {
    outline: 0px; }

.property-valuation .module-info {
  min-width: 80px;
  white-space: nowrap; }

.property-amenities {
  margin: 0px 0px 30px 0px; }
  .property-amenities ul {
    list-style: none;
    margin-bottom: 0px;
    padding: 0px; }
  .property-amenities li {
    color: #424242;
    line-height: 40px;
    margin: 0px; }
    .property-amenities li.yes:before, .property-amenities li.no:before {
      color: #BDBDBD;
      content: '\f00d';
      font-family: 'FontAwesome';
      font-size: 12px;
      margin: 0px 10px 0px 0px;
      vertical-align: top; }
    .property-amenities li.yes:before {
      color: #8D6E63;
      content: '\f00c'; }

.property-badge {
  background-color: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  color: #757575;
  display: block;
  font-size: 11px;
  font-weight: 600;
  left: 12px;
  line-height: 1;
  padding: 7px 12px;
  position: absolute;
  text-transform: uppercase;
  top: 12px;
  z-index: 3; }

.property-badge-sticky {
  background-color: #6D4C41;
  color: #fff;
  left: auto;
  right: 12px; }

.property-box {
  background-color: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  margin: 0px 0px 30px 0px; }

.property-box-content {
  padding: 16px; }

.property-box-image {
  background-color: rgba(0, 0, 0, 0.12);
  overflow: hidden;
  position: relative;
  width: auto; }
  .property-box-image:before {
    color: rgba(0, 0, 0, 0.2);
    content: "";
    display: block;
    font-family: 'FontAwesome';
    font-size: 40px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    z-index: 0; }
    .footer .property-box-image:before {
      color: #EF5350; }
  .property-box-image.without-image {
    min-height: 196px; }
  .property-box-image > a {
    display: block;
    height: 100%; }
  .property-box-image img {
    height: auto;
    width: 100%; }
  .property-box-image:hover .property-box-image-inner.has-agent {
    -webkit-transform: translateY(-50px) scale(0.6);
    transform: translateY(-30px) scale(0.6); }

.property-box-image-inner {
  display: block;
  position: relative;
  transition: all .2s linear !important;
  z-index: 2; }

.property-box-meta-item {
  float: left;
  text-align: center;
  width: 33.33%; }
  .property-box-meta-item span, .property-box-meta-item strong {
    display: block; }
  .property-box-meta-item span {
    color: #9E9E9E;
    font-size: 11px;
    font-weight: 600;
    line-height: 27px;
    text-transform: uppercase;
    opacity: .85; }
  .property-box-meta-item strong {
    color: #424242;
    font-size: 22px;
    font-weight: normal;
    margin: 0px;
    opacity: .85; }

.property-box-bottom {
  background-color: transparent;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  padding: 16px 16px; }

.property-box-price {
  color: #795548;
  font-size: 14px;
  font-weight: 600;
  float: left; }

.property-box-view {
  color: #212121;
  float: right;
  font-size: 14px;
  text-transform: uppercase; }
  .property-box-view:hover {
    color: #212121;
    text-decoration: none; }

.property-box-caption {
  background-color: #F44336;
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%; }

.property-box-caption-actions {
  float: right;
  line-height: 34px; }
  .property-box-caption-actions .fa {
    color: #FFEBEE;
    display: inline-block;
    font-size: 16px;
    margin: 0px 0px 0px 10px;
    transition: color .15s linear; }
    .property-box-caption-actions .fa:hover {
      color: #fff; }

.property-box-caption-thumbnail {
  border: 3px solid #8D6E63;
  border-radius: 50%;
  display: inline-block;
  height: 32px;
  margin: 0px 10px 0px 0px;
  overflow: hidden;
  width: 32px; }
  .property-box-caption-thumbnail img {
    width: 100%; }

.property-box-caption-inner {
  bottom: 5px;
  left: 10px;
  position: absolute;
  right: 10px; }

.property-box-caption-content {
  display: inline-block;
  vertical-align: top; }

.property-box-caption-title {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.1; }
  .property-box-caption-title a {
    color: #fff; }

.property-box-caption-contact {
  color: #fff;
  font-size: 11px;
  opacity: .8;
  line-height: 18px; }

.property-box-simple {
  background-color: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px; }
  .property-box-simple:hover .property-box-simple-actions {
    top: 0px; }
  .property-box-simple:hover .property-box-simple-header {
    background-color: #EF5350; }
    .property-box-simple:hover .property-box-simple-header h2 a {
      color: #fff; }
    .property-box-simple:hover .property-box-simple-header h3 {
      color: #FFEBEE; }

.property-box-simple-meta {
  padding: 16px 30px; }
  .property-box-simple-meta ul {
    list-style: none;
    margin: 0px;
    padding: 0px; }
  .property-box-simple-meta li {
    display: block;
    font-size: 12px;
    line-height: 28px;
    margin: 0px;
    overflow: hidden; }
  .property-box-simple-meta span {
    color: #757575; }
  .property-box-simple-meta strong {
    color: #424242;
    float: right; }

.property-box-simple-header {
  background-color: #EEEEEE;
  padding: 16px 30px;
  position: relative;
  transition: color .15s linear; }
  .property-box-simple-header h2, .property-box-simple-header h3 {
    line-height: 1.4;
    margin: 0px;
    padding: 0px; }
  .property-box-simple-header h2 {
    color: #616161;
    display: block;
    font-size: 18px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color .15s linear;
    white-space: nowrap; }
    .property-box-simple-header h2 a {
      color: #616161;
      transition: color .15s linear; }
  .property-box-simple-header h3 {
    color: #9E9E9E;
    font-size: 15px;
    font-weight: 500;
    margin-top: 10px;
    transition: color .15s linear; }

.property-box-simple-header-thumbnail {
  border: 3px solid #fff;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  right: 30px;
  top: -18px;
  transition: border-color .15s linear;
  z-index: 3; }
  .property-box-simple-header-thumbnail img {
    height: 36px;
    width: 36px; }
  .property-box-simple-header-thumbnail:hover {
    border-color: #8D6E63; }

.property-box-simple-image-inner img {
  position: relative;
  z-index: 2; }

.property-box-simple-actions {
  background-color: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  line-height: 18px;
  left: 0px;
  padding: 10px 16px;
  position: absolute;
  right: 0px;
  top: -43px;
  transition: top .15s linear;
  z-index: 100; }
  .property-box-simple-actions span {
    color: #757575;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase; }
  .property-box-simple-actions a {
    color: #9E9E9E;
    cursor: pointer; }
    .property-box-simple-actions a:hover {
      color: #795548; }
  .property-box-simple-actions .fa {
    font-size: 14px;
    float: right;
    margin-left: 20px;
    margin-top: 3px; }

.property-small {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  margin: 0px 0px 16px 0px;
  padding: 0px 0px 16px 0px; }
  .footer .property-small {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12); }
  .property-small:last-child {
    border-bottom: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px; }

.property-small-image {
  float: left;
  margin: 0px 20px 0px 0px;
  position: relative; }
  .property-small-image img {
    border-radius: 4px;
    height: auto;
    position: relative;
    width: 61px;
    z-index: 2; }
  .property-small-image:before {
    color: rgba(0, 0, 0, 0.2);
    content: "";
    display: block;
    font-family: 'FontAwesome';
    font-size: 20px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    z-index: 0; }
    .footer .property-small-image:before {
      color: #EF5350; }
  .property-small-image.without-image {
    background-color: rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    min-height: 61px;
    width: 61px; }

.property-small-title {
  font-size: 15px;
  font-weight: 500;
  margin: 0px 0px 7px 0px; }
  .property-small-title a {
    color: #424242; }
    .footer .property-small-title a {
      color: #fff; }

.property-small-type {
  color: #9E9E9E;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  margin: 0px 0px 7px 0px;
  text-transform: uppercase; }
  .footer .property-small-type {
    color: #fff;
    opacity: .7; }

.property-small-price {
  color: #8D6E63;
  display: inline-block;
  font-size: 12px;
  font-weight: 600; }
  .footer .property-small-price {
    color: #fff; }

.sidebar .widget_properties_widget {
  background-color: transparent;
  box-shadow: none;
  padding: 16px 0px; }

.property-simple-wrapper {
  margin-bottom: -30px; }

.property-simple {
  margin-bottom: 30px; }

.property-carousel-item > div {
  overflow: hidden; }

.property-simple-image {
  display: block;
  position: relative;
  background-color: rgba(0, 0, 0, 0.15);
  display: block;
  height: 175px;
  position: relative; }
  .property-simple-image:after {
    background-color: black;
    background-image: url("../../img/magnifier.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 32px 32px;
    content: '';
    display: table-cell;
    height: 100%;
    left: 0px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0px;
    transition: opacity .15s linear;
    vertical-align: middle;
    width: 100%;
    z-index: 3; }
  .property-simple-image:hover:after {
    opacity: .5; }
  .property-simple-image:before {
    color: rgba(0, 0, 0, 0.2);
    content: "";
    display: block;
    font-family: 'FontAwesome';
    font-size: 40px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    z-index: 0; }
    .footer .property-simple-image:before {
      color: #EF5350; }
  .property-simple-image img {
    display: block;
    position: relative;
    height: 100%;
    width: auto !important;
    z-index: 2; }

.property-simple-title {
  font-size: 15px;
  margin: 15px 0px 0px 0px; }
  .property-simple-title a {
    color: #232323; }

.property-simple-price {
  color: #8D6E63;
  font-weight: 600; }

.property-simple-location {
  color: #9E9E9E;
  display: block;
  font-size: 11px;
  font-weight: 500;
  list-style: none;
  margin: 0px;
  overflow: hidden;
  padding: 0px;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%; }

.property-simple-status {
  color: rgba(0, 0, 0, 0.7);
  font-size: 11px;
  margin: 3px 0px 0px 0px; }
  .property-simple-status strong.red {
    color: #EF5350; }
  .property-simple-status strong.green {
    color: #66BB6A; }

.property-row {
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  display: table;
  margin-bottom: 30px;
  width: 100%; }

.property-row-image {
  display: block;
  position: relative;
  background-color: rgba(0, 0, 0, 0.15);
  display: table-cell;
  height: auto;
  width: 262px; }
  .property-row-image:after {
    background-color: black;
    background-image: url("../../img/magnifier.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 32px 32px;
    content: '';
    display: table-cell;
    height: 100%;
    left: 0px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0px;
    transition: opacity .15s linear;
    vertical-align: middle;
    width: 100%;
    z-index: 3; }
  .property-row-image:hover:after {
    opacity: .5; }
  .property-row-image:before {
    color: rgba(0, 0, 0, 0.2);
    content: "";
    display: block;
    font-family: 'FontAwesome';
    font-size: 40px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    z-index: 0; }
    .footer .property-row-image:before {
      color: #EF5350; }
  .property-row-image img {
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 2; }
  @media (max-width: 991px) {
    .property-row-image {
      display: block !important;
      float: none;
      width: 100%; }
      .property-row-image img {
        height: auto;
        position: relative; } }

.property-row-content {
  display: table-cell;
  padding: 0 30px 50px 30px;
  position: relative;
  vertical-align: top; }
  @media (max-width: 991px) {
    .property-row-content {
      display: block; } }

.property-row-body {
  color: #616161; }

.property-row-title {
  color: #424242;
  margin-bottom: 0; }
  .property-row-title a {
    color: #424242; }

.property-row-title-actions {
  float: right;
  font-size: 15px; }
  .property-row-title-actions > span {
    display: inline-block;
    margin-left: 10px; }
  .property-row-title-actions a {
    color: #BDBDBD;
    cursor: pointer; }
    .property-row-title-actions a:hover {
      color: #8D6E63; }

.property-row-location {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  color: #9E9E9E;
  display: block;
  font-size: 11px;
  font-weight: 500;
  list-style: none;
  margin: 10px 0 10px 0;
  padding: 0 0 10px 0;
  text-transform: uppercase; }
  .property-row-location li {
    display: inline; }

.property-row-meta {
  background-color: #F5F5F5;
  border-top: 1px solid #E0E0E0;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0; }
  @media (min-width: 768px) and (max-width: 991px) {
    .property-row-meta {
      bottom: -50px;
      left: -45px;
      margin-left: 15px;
      margin-right: -75px;
      position: relative;
      right: auto;
      top: auto; } }
  @media (max-width: 767px) {
    .property-row-meta {
      bottom: -50px;
      left: -45px;
      margin-left: 15px;
      margin-right: -75px;
      position: relative;
      right: auto;
      top: auto; } }

.property-row-meta-item {
  border-right: 1px solid #E0E0E0;
  float: left;
  font-size: 12px;
  padding: 6px 20px; }
  @media (max-width: 767px) {
    .property-row-meta-item {
      font-size: 10px; } }
  .property-row-meta-item span {
    margin: 0 5px 0 0; }
  .property-row-meta-item strong {
    font-weight: 500; }
  .property-row-meta-item:last-child {
    border-right: 0; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .property-row-image img {
    height: 230px;
    position: static; } }

.property-table {
  margin: 0px 0px 30px 0px;
  width: 100%; }
  .property-table thead th {
    background-color: #EF5350;
    color: #fff;
    padding: 6px 12px; }
    @media (max-width: 767px) {
      .property-table thead th {
        padding: 6px; } }
  .property-table tbody td {
    vertical-align: middle;
    padding: 12px; }
    @media (max-width: 991px) {
      .property-table tbody td {
        display: block;
        padding: 6px;
        width: 100%; } }
  .property-table tbody tr:nth-child(odd) td {
    background-color: #fff; }
  .property-table tbody tr:nth-child(even) td {
    background-color: #FAFAFA; }

.property-table-info {
  overflow: hidden;
  position: relative; }
  .property-table-info .ribbon {
    background-color: #66BB6A;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
    color: #fff;
    height: 80px;
    left: -64px;
    line-height: 134px;
    position: absolute;
    text-align: center;
    top: -44px;
    transform: rotate(-45deg);
    width: 120px;
    z-index: 100; }
    .property-table-info .ribbon .fa {
      transform: rotate(45deg); }
    .property-table-info .ribbon.warning {
      background-color: #FBC02D; }
    .property-table-info .ribbon.danger {
      background-color: #D32F2F; }

.property-table-info-image {
  display: block;
  position: relative;
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  display: block;
  float: left;
  height: auto;
  margin: 0px 16px 0px 0px;
  overflow: hidden;
  position: relative;
  width: 120px; }
  .property-table-info-image:after {
    background-color: black;
    background-image: url("../../img/magnifier.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 32px 32px;
    content: '';
    display: table-cell;
    height: 100%;
    left: 0px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0px;
    transition: opacity .15s linear;
    vertical-align: middle;
    width: 100%;
    z-index: 3; }
  .property-table-info-image:hover:after {
    opacity: .5; }
  @media (max-width: 767px) {
    .property-table-info-image {
      height: auto;
      width: 90px; } }
  .property-table-info-image img {
    display: block;
    height: auto;
    position: relative;
    width: 100%;
    z-index: 2; }

.property-table-info-image-none {
  border: 2px dashed #E0E0E0;
  color: #9E9E9E;
  display: block;
  float: left;
  font-size: 12px;
  height: 90px;
  line-height: 52px;
  margin: 0px 16px 0px 0px;
  padding: 16px;
  text-align: center;
  width: 120px; }

@media (min-width: 768px) and (max-width: 991px) {
  .property-table-info-content {
    clear: both;
    padding-top: 20px; } }

@media (max-width: 767px) {
  .property-table-info-content {
    clear: both;
    padding-top: 20px; } }

.property-table-info-content-title {
  color: #424242;
  font-size: 18px;
  margin: 0px; }
  .property-table-info-content-title a {
    color: #424242; }
  @media (max-width: 767px) {
    .property-table-info-content-title {
      font-size: 13px; } }

.property-table-info-content-price {
  color: #795548;
  font-size: 15px;
  font-weight: 600; }
  @media (max-width: 767px) {
    .property-table-info-content-price {
      font-size: 13px; } }

.property-table-info-content-location {
  color: #9E9E9E;
  font-size: 11px;
  font-weight: 500;
  list-style: none;
  margin: 0px 0px 5px 0px;
  padding: 0px;
  text-transform: uppercase; }

.property-table-beds, .property-table-baths {
  color: #757575;
  font-size: 16px;
  text-align: center; }
  @media (max-width: 767px) {
    .property-table-beds, .property-table-baths {
      font-size: 13px; } }

.property-table-contract, .property-table-type, .important {
  color: #757575;
  font-size: 16px; }
  @media (max-width: 767px) {
    .property-table-contract, .property-table-type, .important {
      font-size: 13px; } }

.property-table-actions {
  color: #616161; }
  .property-table-actions button {
    border: 0px;
    background-color: transparent;
    box-shadow: none;
    color: #616161;
    display: block;
    font-size: 10px;
    margin: 0px;
    padding: 0px;
    text-align: left;
    transition: padding .15s linear;
    width: 100%;
    white-space: normal; }
    .property-table-actions button:active, .property-table-actions button:focus {
      outline: 0px; }
    .property-table-actions button.disabled {
      cursor: auto;
      opacity: .8; }
      .property-table-actions button.disabled:hover {
        padding: 0px; }
    .property-table-actions button:hover {
      padding-left: 3px; }
  .property-table-actions .fa {
    float: right;
    margin: 5px 0px 0px 0px; }
    .property-table-actions .fa.success {
      color: #66BB6A; }
    .property-table-actions .fa.buy {
      color: #9E9E9E;
      font-size: 13px; }
  .property-table-actions .label-primary {
    background-color: #E53935;
    border-radius: 0px;
    color: #fff;
    display: inline-block;
    float: none;
    font-size: 9px;
    margin: 0px 0px 0px 5px;
    padding: 2px 4px;
    vertical-align: 1px; }

.property-table-action {
  background-color: #fff;
  border: 2px solid #EEEEEE;
  border-radius: 50%;
  color: #BDBDBD;
  display: inline-block;
  font-size: 10px;
  height: 30px;
  line-height: 26px;
  margin: 0px 10px;
  text-align: center;
  transition: border .15s linear, color .15s linear;
  width: 30px; }
  .property-table-action:hover {
    border-color: #E0E0E0;
    color: #8D6E63; }

.property-table-actions-inner {
  border-right: 1px solid #EEEEEE;
  font-size: 12px;
  padding: 0px 40px 0px 0px;
  width: 200px; }
  @media (max-width: 991px) {
    .property-table-actions-inner {
      border: 0px;
      padding: 0px;
      width: auto; } }

.property-valuation {
  margin: 0px 0px 30px 0px; }

.property-valuation-keys, .property-valuation-values {
  list-style: none;
  margin: 0px;
  padding: 0px; }

.property-valuation-keys li {
  color: #9E9E9E;
  display: block;
  font-size: 12px;
  font-weight: 600;
  line-height: 28px;
  text-transform: uppercase; }

.property-valuation-values li {
  display: block;
  padding: 5px 0px;
  position: relative; }
  .property-valuation-values li span {
    background-color: #8D6E63;
    display: block;
    float: left;
    height: 18px;
    position: relative; }
  .property-valuation-values li strong {
    color: #9E9E9E;
    display: block;
    float: left;
    font-size: 11px;
    font-weight: normal;
    position: absolute;
    right: -40px;
    top: -1px; }

#property-detail-section-gallery {
  background-color: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px; }
  #property-detail-section-gallery .page-header {
    display: none; }

.property-detail-gallery a {
  visibility: hidden; }

.property-detail-gallery .owl-item a {
  width: 10px;
  visibility: visible; }

.property-detail-gallery .owl-stage-outer {
  margin-bottom: 1px; }

.property-detail-gallery .item-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  display: block;
  height: 300px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .property-detail-gallery .item-image {
      height: 380px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .property-detail-gallery .item-image {
      height: 300px; } }
  @media (max-width: 767px) {
    .property-detail-gallery .item-image {
      height: 250px; } }

.property-detail-gallery-preview {
  background-color: #fff;
  padding: 0 60px; }
  .property-detail-gallery-preview .owl-item {
    cursor: pointer;
    transition: all linear .15s; }
    .property-detail-gallery-preview .owl-item img {
      opacity: .8;
      transition: all linear .15s;
      width: 100%;
      border: 2px solid transparent;
      padding: 2px; }
    .property-detail-gallery-preview .owl-item.highlighted img, .property-detail-gallery-preview .owl-item:hover img {
      opacity: 1;
      border: 2px solid #EEEEEE; }
    .property-detail-gallery-preview .owl-item div {
      display: block;
      margin: 30px 5px; }
  .property-detail-gallery-preview .owl-stage {
    margin-left: auto;
    margin-right: auto; }
  .property-detail-gallery-preview .owl-next, .property-detail-gallery-preview .owl-prev {
    display: block !important;
    line-height: 1;
    position: absolute;
    transition: all linear .15s;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    top: 50%; }
    .property-detail-gallery-preview .owl-next i, .property-detail-gallery-preview .owl-prev i {
      font-size: 18px;
      height: auto;
      margin: 0px;
      padding: 3px 0px;
      transition: all linear .15s; }
    .property-detail-gallery-preview .owl-next:hover, .property-detail-gallery-preview .owl-prev:hover {
      background-color: transparent; }
      .property-detail-gallery-preview .owl-next:hover i, .property-detail-gallery-preview .owl-prev:hover i {
        color: #8D6E63 !important; }
  .property-detail-gallery-preview .owl-prev, .property-detail-gallery-preview .owl-next {
    color: #8D6E63;
    font-size: 18px;
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    top: 50%; }
  .property-detail-gallery-preview .owl-prev {
    left: -35px; }
  .property-detail-gallery-preview .owl-next {
    right: -35px; }

#cboxPrevious, #cboxNext {
  padding: 0px;
  margin-right: 0;
  background-color: #333 !important;
  color: white !important;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
  height: 40px !important;
  width: 40px !important; }
  #cboxPrevious:hover, #cboxNext:hover {
    background-color: #8D6E63 !important;
    color: #fff !important; }

#cboxNext {
  right: -10px !important;
  padding: 0 !important; }

#cboxPrevious {
  left: -10px !important;
  padding: 0 !important; }

.property-list {
  background-color: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  margin: 0px 0px 30px 0px;
  padding: 30px; }
  .property-list h2 {
    color: #616161;
    line-height: 1;
    margin: 0px 0px 20px 0px;
    padding: 0px; }
  .property-list dl {
    font-size: 13px;
    margin: 0px;
    padding: 0px; }
  .property-list dt {
    color: #757575;
    float: left;
    font-weight: normal;
    line-height: 32px; }
  .property-list dd {
    color: #424242;
    font-weight: 600;
    line-height: 32px;
    text-align: right; }
    .property-list dd:last-child {
      border-bottom: 0px; }

.property-carousel-wrapper {
  background-color: #fff;
  border: 1px solid #F5F5F5;
  margin: 0px 0px 30px 0px;
  padding: 16px 50px; }

.property-carousel-wrapper-no-title.property-carousel-wrapper {
  padding-bottom: 60px;
  padding-top: 60px; }

.property-carousel-wrapper-fullwidth {
  margin-bottom: 0px !important;
  margin-left: -750px !important;
  margin-right: -750px !important;
  padding-left: 750px !important;
  padding-right: 750px !important; }

.property-carousel {
  padding: 0 20px; }
  @media (max-width: 767px) {
    .property-carousel {
      margin: 0px auto;
      width: 300px; }
      .property-carousel .property-simple-image {
        min-height: 60px; } }
  .property-carousel .owl-item {
    overflow: hidden;
    width: 0px; }
  .property-carousel .owl-prev, .property-carousel .owl-next {
    color: #8D6E63;
    font-size: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%); }
  .property-carousel .owl-prev {
    left: 0px; }
  .property-carousel .owl-next {
    right: 0px; }

.property-carousel-item {
  padding: 0px 20px; }
  .property-carousel-item > div {
    overflow: hidden;
    margin-bottom: 0px; }

.properties-sort {
  background-color: #fff;
  border: 1px solid #F5F5F5;
  margin: 0px 0px 30px 0px;
  padding: 16px; }
  .properties-sort h3.page-header {
    border: 0px;
    margin: 4px 0px 0px 0px; }

.property-micro {
  clear: both;
  margin: 0px 0px 8px 0px;
  padding: 0px 0px 8px 0px;
  position: relative; }
  .property-micro img {
    border-radius: 4px;
    display: block;
    float: left;
    height: 34px !important;
    margin: 0px 15px 0px 0px;
    overflow: hidden;
    width: 34px; }
  .property-micro h3 {
    font-size: 13px;
    line-height: 34px;
    margin: 0px; }
    .property-micro h3 a {
      color: #616161; }

.property-micro-actions {
  position: absolute;
  right: 0px;
  top: 5px; }

.property-micro-actions-remove {
  color: #EF5350;
  cursor: pointer; }
  .property-micro-actions-remove:hover {
    color: #D32F2F; }

@media (min-width: 768px) {
  .type-only-image .row:last-child .property-only-image, .type-only-image .property-amenities ul:last-child .property-only-image, .property-amenities .type-only-image ul:last-child .property-only-image {
    margin-bottom: 0px; } }

@media (max-width: 767px) {
  .type-only-image .row:last-child > div:last-child > div, .type-only-image .property-amenities ul:last-child > div:last-child > div, .property-amenities .type-only-image ul:last-child > div:last-child > div {
    margin-bottom: 0px; } }

.property-only-image {
  margin-bottom: 30px; }
  .property-only-image img {
    border-radius: 4px;
    height: auto;
    width: 100%; }

/*------------------------------------------------------------------
[ 32. Misc ]
*/
.carousel-inner {
  height: auto; }
  .carousel-inner .item {
    height: auto; }
    .carousel-inner .item img {
      width: 100%; }

.carousel-control {
  background-color: rgba(97, 97, 97, 0.7);
  background-image: none !important;
  bottom: auto;
  height: 52px;
  left: auto;
  line-height: 52px;
  opacity: 1;
  right: auto;
  text-align: left;
  text-shadow: none;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition: background-color .15s linear;
  width: 52px; }
  .carousel-control:hover {
    background-color: rgba(66, 66, 66, 0.7); }
  .carousel-control.left {
    left: 0px; }
    .carousel-control.left .fa {
      margin: 0px 0px 0px 15px; }
  .carousel-control.right {
    right: 0px; }
    .carousel-control.right .fa {
      margin: 0px 0px 0px 21px; }

.carousel-caption {
  background-color: rgba(255, 255, 255, 0.95);
  bottom: auto;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  left: auto;
  padding: 25px;
  right: auto;
  text-align: left;
  text-shadow: none;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 320px; }
  .carousel-caption h2, .carousel-caption h3 {
    margin: 0px; }
  .carousel-caption h2 {
    color: #424242;
    font-size: 22px; }
    .carousel-caption h2 a {
      color: #424242; }
  .carousel-caption h3 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    color: #9E9E9E;
    display: block;
    font-size: 11px;
    font-weight: 500;
    list-style: none;
    margin: 10px 0px 30px 0px;
    padding: 0px 0px 10px 0px;
    text-transform: uppercase; }
  .carousel-caption .price {
    color: #8D6E63;
    font-size: 24px; }
  @media (max-width: 767px) {
    .carousel-caption {
      display: none; } }

@media (min-width: 768px) {
  .property-carousel-widget-area {
    left: 50%;
    position: absolute;
    top: 60px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%); } }

@media (max-width: 767px) {
  .property-carousel-widget-area {
    display: none; } }

.property-carousel-widget-area-inner {
  background-color: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  float: right;
  padding: 16px 16px 5px 16px; }

.cookie-policy {
  background-color: #fff;
  bottom: 0px;
  box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.08);
  color: #616161;
  font-size: 16px;
  left: 0px;
  padding: 20px 0px;
  position: fixed;
  right: 0px;
  z-index: 999; }

.cookie-policy-confirm {
  float: right; }

.under-construction {
  display: table;
  height: 100%;
  width: 100%; }

.under-construction-top {
  background-color: #fff;
  display: table-row;
  text-align: center; }
  .under-construction-top h1 {
    color: #F44336;
    font-size: 74px;
    font-weight: 300;
    line-height: 100px;
    margin: 60px 0px;
    text-transform: uppercase; }

.under-construction-top-inner {
  border-bottom: 1px solid #EEEEEE;
  display: table-cell;
  vertical-align: bottom; }

.under-construction-bottom {
  background-color: #FAFAFA;
  color: #9E9E9E;
  display: table-row;
  font-size: 30px; }

.under-construction-bottom-inner {
  background-image: url("../img/map.png");
  display: table-cell;
  line-height: 1.35;
  padding: 60px 0px;
  text-align: center;
  vertical-align: top; }

.customizer {
  bottom: 15px;
  position: fixed;
  right: 15px;
  transition: right .2s linear;
  z-index: 9999; }
  body.has-sidenav .customizer {
    right: 270px; }

.customizer-header {
  background-color: #424242;
  border-radius: 50%;
  bottom: 0px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 20px;
  height: 56px;
  line-height: 56px;
  overflow: hidden;
  position: relative;
  right: 0px;
  text-align: center;
  transition: box-shadow .15s linear;
  -webkit-user-select: none;
  user-select: none;
  width: 56px;
  z-index: 100; }
  .customizer-header:hover {
    color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.4); }
  .customizer-header:focus {
    color: #fff;
    outline: 0px; }

.customizer-content {
  background-color: #fff;
  bottom: 71px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  height: 0px;
  overflow: hidden;
  position: absolute;
  right: 0px;
  width: 0px; }
  .customizer-content h2 {
    color: #757575;
    font-size: 15px;
    line-height: 1;
    margin: 0px 0px 15px 0px;
    padding: 0px; }
  .customizer-content ul.list li {
    line-height: 16px; }
    .customizer-content ul.list li a {
      color: #757575; }
  .customizer-content ul.squares {
    list-style: none;
    margin: 0px;
    padding: 0px; }
    .customizer-content ul.squares li {
      background-repeat: repeat;
      background-position: center center;
      border: 2px solid #EEEEEE;
      cursor: pointer;
      float: left;
      height: 30px;
      margin: 0px 8px 8px 0px;
      overflow: hidden;
      position: relative;
      width: 30px; }
      .customizer-content ul.squares li .color-1 {
        display: block;
        height: 30px;
        width: 30px; }
      .customizer-content ul.squares li .color-2 {
        display: block;
        height: 24px;
        position: relative;
        right: -14px;
        top: -14px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        width: 24px; }
      .customizer-content ul.squares li:nth-child(4n) {
        margin-right: 0px; }
      .customizer-content ul.squares li.cloth-alike {
        background-image: url("../img/patterns/cloth-alike.png"); }
      .customizer-content ul.squares li.corrugation {
        background-image: url("../img/patterns/corrugation.png"); }
      .customizer-content ul.squares li.diagonal-noise {
        background-image: url("../img/patterns/diagonal-noise.png"); }
      .customizer-content ul.squares li.dust {
        background-image: url("../img/patterns/dust.png"); }
      .customizer-content ul.squares li.fabric-plaid {
        background-image: url("../img/patterns/fabric-plaid.png"); }
      .customizer-content ul.squares li.farmer {
        background-image: url("../img/patterns/farmer.png"); }
      .customizer-content ul.squares li.grid-noise {
        background-image: url("../img/patterns/grid-noise.png"); }
      .customizer-content ul.squares li.lghtmesh {
        background-image: url("../img/patterns/lghtmesh.png"); }
      .customizer-content ul.squares li.pw-maze-white {
        background-image: url("../img/patterns/pw-maze-white.png"); }
      .customizer-content ul.squares li.none {
        background-image: url("../img/patterns/no-pattern.png"); }

.customizer-content-inner {
  padding: 16px;
  width: 184px; }

.progressbar {
  display: table;
  margin: 0px 0px 50px 0px;
  width: 100%; }

.progressbar-inner {
  display: table-row; }

.progressbar-item {
  display: table-cell;
  position: relative;
  width: 33.33%; }

.progressbar-item-value p {
  color: #616161; }

.progressbar-item-description {
  padding: 0px 15px;
  text-align: center; }

.progressbar-item-circle {
  background-color: #EEEEEE;
  border: 2px solid #E0E0E0;
  border-radius: 50%;
  height: 88px;
  line-height: 84px;
  margin: 0px auto 30px auto;
  text-align: center;
  width: 88px;
  z-index: 9999; }
  .progressbar-item-circle span {
    color: #F44336;
    font-size: 20px; }

.progressbar-line {
  background-color: #E0E0E0;
  height: 2px;
  position: absolute;
  right: 0px;
  top: 42px;
  transform: translateX(50%);
  -webkit-transform: translateX(50%);
  width: 33.33%; }

.sidenav {
  background-color: #fff;
  bottom: 0px;
  height: 100%;
  position: fixed;
  right: -240px;
  top: 0px;
  transition: right .2s linear;
  overflow: auto;
  width: 240px;
  z-index: 9999; }
  .admin-bar .sidenav {
    top: 32px; }
    @media screen and (max-width: 782px) {
      .admin-bar .sidenav {
        padding-top: 46px; } }
  body.has-sidenav .sidenav {
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16), 0px 2px 10px 0px rgba(0, 0, 0, 0.12);
    right: 0px; }
  .sidenav h2 {
    border-bottom: 1px solid #E0E0E0;
    color: #616161;
    font-size: 15px;
    line-height: 1;
    margin: 0px -30px 16px -30px;
    padding: 16px 30px; }
  .sidenav .menu {
    list-style: none; }
    .sidenav .menu li {
      margin: 0px;
      padding: 0px; }
    .sidenav .menu a {
      color: #424242;
      font-size: 13px;
      font-weight: bold;
      line-height: 44px;
      margin: 0px;
      padding: 0px; }
      .sidenav .menu a:hover {
        background-color: transparent; }
  .sidenav .widget {
    margin-bottom: 20px; }
    .sidenav .widget .btn, .sidenav .widget .submission-payment-process, .sidenav .widget #reviews .form-submit input[type=submit], #reviews .form-submit .sidenav .widget input[type=submit], .sidenav .widget .dsidx-search-button input, .dsidx-search-button .sidenav .widget input, .sidenav .widget #dsidx.dsidx-details .dsidx-contact-form table input[type=button], #dsidx.dsidx-details .dsidx-contact-form table .sidenav .widget input[type=button] {
      display: block; }

.sidenav-inner {
  padding: 0px 30px 16px 30px; }

.navbar-toggle, .sidenav-toggle {
  cursor: pointer;
  float: right;
  margin: 18px 0px 0px 40px;
  text-align: center;
  width: 56px; }
  .navbar-toggle .fa, .sidenav-toggle .fa {
    color: #FFCDD2;
    font-size: 20px;
    transition: color .15s linear; }
  .navbar-toggle:hover .fa, .sidenav-toggle:hover .fa {
    color: #fff; }

@media (min-width: 992px) and (max-width: 1199px) {
  .sidenav-toggle {
    margin-left: 20px; } }

.navbar-toggle {
  display: none;
  float: left;
  margin: 18px 15px 0px 0px;
  width: auto; }
  @media (max-width: 767px) {
    .navbar-toggle {
      display: block; } }

.sidenav-close {
  color: #616161;
  cursor: pointer;
  font-size: 18px;
  position: absolute;
  right: 16px;
  top: 11px; }

.compare-table {
  table-layout: fixed;
  width: 100%; }
  .compare-table th {
    vertical-align: bottom; }
  .compare-table td {
    border-bottom: 1px solid #EEEEEE;
    padding: 16px 30px; }
  .compare-table tr td:last-child {
    border-right: 0px; }
  .compare-table tr:last-child td {
    border-bottom: 0px !important; }
  .compare-table tr th:last-child .compare-table-title {
    border-right: 0px; }

.compare-table-col {
  background-color: #fff;
  border-right: 1px solid #EEEEEE;
  color: #616161;
  text-align: center; }
  .compare-table-col.first {
    border-left: 1px solid red; }
  .compare-table-col .yes {
    color: #66BB6A; }
  .compare-table-col .no {
    color: #EF5350; }

.compare-table-image a {
  display: block;
  position: relative; }

.compare-table-image img {
  height: auto;
  width: 100%; }

.compare-table-title {
  background-color: #EF5350;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding: 16px 30px;
  position: relative; }
  .compare-table-title h2, .compare-table-title h3 {
    line-height: 1;
    margin: 0px;
    padding: 0px; }
  .compare-table-title h2 {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    transition: color .15s linear; }
    .compare-table-title h2 a {
      color: #fff;
      display: block;
      overflow: hidden;
      text-overflow: ellipsis;
      transition: color .15s linear;
      white-space: nowrap; }
  .compare-table-title h3 {
    color: #FFEBEE;
    font-size: 15px;
    font-weight: normal;
    overflow: hidden;
    margin-top: 10px;
    transition: color .15s linear;
    text-overflow: ellipsis;
    white-space: nowrap; }

.compare-table-label {
  background-color: #F5F5F5;
  color: #616161;
  font-weight: 600;
  min-width: 231px;
  padding-left: 0px; }

#cboxOverlay {
  background-color: rgba(0, 0, 0, 0.85);
  background-image: none; }

#cboxTopLeft, #cboxTopCenter, #cboxTopRight, #cboxMiddleLeft, #cboxMiddleRight, #cboxBottomLeft, #cboxBottomCenter, #cboxBottomRight {
  display: none; }

#cboxCurrent {
  display: none !important; }

#cboxPrevious, #cboxNext {
  background-color: rgba(0, 0, 0, 0.3);
  background-image: none;
  font-size: 0px;
  left: 0px;
  height: 52px;
  position: absolute;
  text-indent: 0px;
  top: 50%;
  transition: background-color .15s linear;
  width: 52px; }
  #cboxPrevious:after, #cboxNext:after {
    color: rgba(255, 255, 255, 0.8);
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 16px;
    text-indent: 0px;
    transition: color .15s linear; }
  #cboxPrevious:hover, #cboxNext:hover {
    background-color: rgba(0, 0, 0, 0.5); }
    #cboxPrevious:hover:after, #cboxNext:hover:after {
      color: #fff; }
  #cboxPrevious:focus, #cboxNext:focus {
    outline: 0px !important; }

#cboxPrevious {
  margin-top: -26px;
  position: absolute; }
  #cboxPrevious:after {
    content: '\f053';
    margin: 7px 0px 0px -5px; }

#cboxNext {
  left: auto !important;
  margin-top: -26px;
  right: 0px; }
  #cboxNext:after {
    content: '\f054';
    margin: 7px 0px 0px 4px; }

#colorbox, #cboxOverlay, #cboxWrapper, #cboxContent {
  overflow: visible !important; }

#cboxLoadedContent {
  margin: 0px; }

#cboxClose {
  background-color: #212121;
  background-image: none;
  border-radius: 50%;
  font-size: 0px;
  height: 40px;
  position: absolute;
  right: -20px;
  text-indent: 0px;
  top: -20px;
  transition: background-color .15s linear;
  width: 40px; }
  #cboxClose:after {
    color: #fff;
    content: '\f00d';
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 16px;
    margin: 4px 0px 0px 0px;
    text-indent: 0px;
    transition: color .15s linear; }

.payment-info {
  background-color: #4CAF50;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  margin: 15px 0px 30px 0px;
  padding: 30px;
  text-align: center; }
  .payment-info strong {
    font-weight: 400; }

.payment-form button {
  margin-left: 20px; }

.gateway-header {
  background-color: #fff;
  border: 1px solid #EEEEEE;
  margin: 0px 0px 15px 0px;
  padding: 0px 22px; }
  .gateway-header label {
    margin: 0px;
    padding: 22px 0px; }
    .gateway-header label span {
      color: #616161;
      font-size: 14px;
      font-weight: normal;
      line-height: 24px;
      text-transform: none; }
    .gateway-header label .fa {
      padding-left: 20px; }

.gateway-content {
  background-color: #fff;
  border: 1px solid #EEEEEE;
  margin: 0px 0px 15px 0px;
  opacity: .5;
  padding: 22px;
  transition: opacity .15s linear; }
  .gateway-content:hover {
    opacity: 1; }
  .gateway-content label {
    display: block; }
  .gateway-content:after {
    clear: both;
    content: '';
    display: block; }

.submission-payment-back {
  float: left;
  display: block;
  padding-top: 7px; }
  .submission-payment-back a {
    border-bottom: 1px solid #F44336;
    text-decoration: none; }
    .submission-payment-back a:hover {
      color: #F44336;
      text-decoration: none !important; }

.submission-payment-process {
  float: right; }

.gateway-paypal-credit-card-first-name {
  clear: left;
  float: left;
  width: 48%; }

.gateway-paypal-credit-card-last-name {
  clear: right;
  float: right;
  width: 48%; }

.gateway-paypal-credit-card-number {
  float: left;
  width: 48%; }

.gateway-paypal-credit-card-cvv {
  float: left;
  margin-left: 4%;
  width: 15%; }

.gateway-paypal-credit-card-expires {
  float: left;
  margin-left: 4%;
  width: 29%; }

.gateway-paypal-credit-card-expires-month {
  float: left !important;
  width: 48% !important; }

.gateway-paypal-credit-card-expires-year {
  float: right !important;
  width: 48% !important; }

.wire-transfer-info {
  margin-bottom: 20px; }
  .wire-transfer-info dt {
    color: #757575; }

.wire-transfer-section-one {
  float: left;
  width: 45%; }

.wire-transfer-section-two {
  float: right;
  width: 45%; }

.transactions-table {
  color: #616161;
  margin: 0px 0px 30px 0px;
  width: 100%; }
  .transactions-table thead th {
    background-color: #EF5350;
    color: #fff;
    padding: 6px 12px; }
    @media (max-width: 767px) {
      .transactions-table thead th {
        padding: 6px; } }
  .transactions-table tbody td {
    vertical-align: middle;
    padding: 12px; }
    @media (max-width: 767px) {
      .transactions-table tbody td {
        padding: 6px; } }
    .transactions-table tbody td strong {
      color: #BDBDBD;
      display: block;
      font-size: 11px;
      font-weight: 600;
      margin: 0px 0px 15px 0px;
      text-transform: uppercase; }
  .transactions-table tbody tr:nth-child(odd) td {
    background-color: #fff; }
  .transactions-table tbody tr:nth-child(even) td {
    background-color: #FAFAFA; }

.realestate-package-info {
  background-color: #4CAF50;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  color: #fff;
  margin: 0px 0px 30px 0px;
  padding: 30px; }
  .realestate-package-info .form-group {
    margin: 0px; }
  .realestate-package-info form {
    margin-top: 30px; }
    .realestate-package-info form button[type=submit] {
      height: 48px; }
  .realestate-package-info .bootstrap-select button.btn, .realestate-package-info .bootstrap-select button.submission-payment-process {
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.9);
    color: rgba(255, 255, 255, 0.9); }
  .realestate-package-info .bootstrap-select.open button.btn, .realestate-package-info .bootstrap-select.open button.submission-payment-process {
    box-shadow: 0px 2px 0px 0px white !important;
    color: white !important; }
  .realestate-package-info .bootstrap-select div.dropdown-menu li.selected a {
    background-color: #2E7D32 !important; }
    .realestate-package-info .bootstrap-select div.dropdown-menu li.selected a:hover {
      background-color: #2E7D32 !important; }

.package-info {
  font-size: 20px;
  font-weight: 300;
  line-height: 38px;
  text-align: center; }

body.layout-boxed #video-wrap, body.layout-boxed #cover-video {
  width: auto !important; }

.cover {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 550px;
  position: relative;
  overflow: hidden; }
  .cover:after {
    background-color: rgba(239, 154, 154, 0.15);
    bottom: 0px;
    content: '';
    display: block;
    left: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 10; }
  .cover video {
    position: absolute;
    width: 100%; }

.cover-search-wrapper {
  background-color: rgba(255, 255, 255, 0.9);
  bottom: 0px;
  left: 0px;
  padding: 30px;
  position: absolute;
  right: 0px;
  z-index: 99; }
  body.layout-boxed .cover-search-wrapper {
    padding: 30px 0px; }
  @media (max-width: 767px) {
    .cover-search-wrapper {
      position: relative; } }
  .cover-search-wrapper .form-group {
    margin-bottom: 20px; }

@media (max-width: 767px) {
  .cover-search {
    margin: 0px 0px 20px 0px;
    padding: 0px; } }

.cover-search .form-group {
  margin: 0px; }
  @media (max-width: 767px) {
    .cover-search .form-group {
      margin-bottom: 20px; } }

.cover-search button[type="submit"].btn, .cover-search button[type="submit"].submission-payment-process {
  height: 48px;
  margin-top: 16px; }

.cover-search .form-control, .cover-search .comment-respond input[type=text], .comment-respond .cover-search input[type=text], .cover-search .comment-respond input[type=email], .comment-respond .cover-search input[type=email], .cover-search .dsidx-search-widget input, .dsidx-search-widget .cover-search input, .cover-search #dsidx.dsidx-details .dsidx-contact-form table input[type=text], #dsidx.dsidx-details .dsidx-contact-form table .cover-search input[type=text] {
  background-color: #fff; }

.cover-search-inner {
  padding: 0px; }

.cover-title {
  color: #fff;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 130px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 91; }
  .cover-title h1, .cover-title h2 {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.45); }
  .cover-title h1 {
    font-weight: 600;
    font-size: 72px; }
  .cover-title h2 {
    font-size: 34px; }

.review-list {
  list-style: none;
  margin-bottom: -16px; }
  .review-list .comment {
    border-top: 1px solid rgba(0, 0, 0, 0.04);
    margin: 0px -16px 0px -16px;
    padding: 24px 16px 0px 16px;
    position: relative;
    width: auto; }

#reviews .fa {
  margin: 0px 2px; }

#reviews .fa-star {
  color: #8D6E63; }

#reviews .fa-star-half-o {
  color: #8D6E63; }

#reviews .fa-star-o {
  color: #BDBDBD; }

#reviews .form-submit input[type=submit] {
  float: right; }

#reviews .logged-in-as {
  margin: 0px 15px; }

#reviews form {
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  margin: -30px -15px 30px -15px;
  padding: 30px 0px;
  overflow: hidden; }

.review-rating-total {
  font-size: 22px; }
  .review-rating-total .fa {
    margin: 0px 2px; }
  .review-rating-total .fa-star {
    color: #8D6E63; }
  .review-rating-total .fa-star-half-o {
    color: #8D6E63; }
  .review-rating-total .fa-star-o {
    color: #BDBDBD; }

.review-rating-total-description {
  color: #757575;
  display: block;
  margin-top: 10px; }

.review-rating-total-empty {
  color: #757575;
  display: block; }

.review-form-rating {
  padding-bottom: 10px;
  padding-top: 10px; }

.review-form-review textarea {
  width: 100%; }

#reviews #reply-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  font-size: 24px;
  font-weight: 300;
  margin: -16px -16px 30px -16px;
  padding: 30px 0px;
  text-align: center; }

.review-title {
  font-size: 24px;
  font-weight: 300;
  margin: 0px 0px 30px 0px;
  text-align: center; }

.review-body {
  color: #9E9E9E;
  padding-right: 160px; }
  .review-body p {
    margin-top: 10px;
    margin-bottom: 24px; }

.review-author {
  font-size: 15px;
  font-weight: normal; }

.review-date {
  color: #BDBDBD;
  float: right;
  font-size: 12px;
  font-style: italic;
  margin: 0px 160px 0px 10px; }

.review-rating-wrapper {
  border-left: 1px solid rgba(0, 0, 0, 0.04);
  bottom: 0px;
  position: absolute;
  right: 0px;
  text-align: center;
  top: 0px;
  width: 140px; }

.review-rating {
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  white-space: nowrap; }

.page-template-page-fullscreen-map .header > .container, .page-template-page-fullscreen-map #slider .header > .carousel-caption, #slider .page-template-page-fullscreen-map .header > .carousel-caption, .page-template-page-fullscreen-map .header > .cookie-policy-inner, .page-template-page-fullscreen-map .header > .cover-search {
  padding-left: 30px;
  padding-right: 30px;
  width: 100%; }

.page-template-page-fullscreen-map .main {
  margin: 0; }
  .page-template-page-fullscreen-map .main > .container, .page-template-page-fullscreen-map #slider .main > .carousel-caption, #slider .page-template-page-fullscreen-map .main > .carousel-caption, .page-template-page-fullscreen-map .main > .cookie-policy-inner, .page-template-page-fullscreen-map .main > .cover-search {
    display: table;
    height: 100%;
    padding: 0;
    width: 100%; }
  .page-template-page-fullscreen-map .main .fullscreen-map-wrapper {
    display: table-row;
    height: 100%; }
  .page-template-page-fullscreen-map .main .fullscreen-map-sidebar, .page-template-page-fullscreen-map .main .fullscreen-map-content {
    display: table-cell;
    position: relative;
    vertical-align: top; }
  .page-template-page-fullscreen-map .main .fullscreen-map-sidebar {
    background-color: #FAFAFA;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    overflow: scroll;
    padding: 30px;
    width: 800px;
    z-index: 2; }
    @media (min-width: 768px) and (max-width: 991px) {
      .page-template-page-fullscreen-map .main .fullscreen-map-sidebar {
        width: 450px; }
        .page-template-page-fullscreen-map .main .fullscreen-map-sidebar .form-group {
          width: 100%; } }
  .page-template-page-fullscreen-map .main .fullscreen-map-sidebar-inner {
    bottom: 30px;
    left: 30px;
    position: absolute;
    right: 30px;
    top: 30px; }
    .page-template-page-fullscreen-map .main .fullscreen-map-sidebar-inner .widget_horizontal_filter_widget {
      background-color: #fff;
      box-shadow: none;
      margin: -30px -30px 40px -30px;
      padding: 30px; }
  .page-template-page-fullscreen-map .main .fullscreen-map-content {
    z-index: 1; }

#fullscreen-map {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

@media all and (min-width: 768px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .page-template-page-fullscreen-map .gm-style {
    width: 48vw !important;
    height: 100vh !important;
    position: static !important; }
  #fullscreen-map {
    position: static !important; } }

@media all and (max-width: 1460px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .page-template-page-fullscreen-map .gm-style {
    width: 30vw !important; } }

#dsidx-listings .dsidx-listing {
  background-color: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  margin: 0px 0px 30px 0px !important; }

#dsidx-listings .dsidx-primary-data {
  background-color: #EEEEEE;
  padding-left: 280px; }
  #dsidx-listings .dsidx-primary-data .dsidx-address {
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    margin: 10px 0px 0px 0px; }
    #dsidx-listings .dsidx-primary-data .dsidx-address a {
      color: #616161; }
      #dsidx-listings .dsidx-primary-data .dsidx-address a:hover {
        text-decoration: none; }
  #dsidx-listings .dsidx-primary-data .dsidx-price {
    color: #9E9E9E;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    margin: 8px 0px 10px 0px; }
  @media (max-width: 767px) {
    #dsidx-listings .dsidx-primary-data {
      padding: 0px 20px; } }

#dsidx-listings li hr {
  display: none; }

#dsidx-listings .dsidx-secondary-data > div {
  box-sizing: border-box;
  display: block;
  float: left;
  padding: 6px 20px;
  width: 33.33%; }
  @media (max-width: 767px) {
    #dsidx-listings .dsidx-secondary-data > div {
      width: 100%; } }

@media (max-width: 767px) {
  #dsidx-listings .dsidx-secondary-data {
    padding: 0px; } }

@media (max-width: 767px) {
  #dsidx-listings .dsidx-media .dsidx-photo {
    max-height: inherit !important;
    position: relative; } }

@media (max-width: 767px) {
  #dsidx-listings .dsidx-media .dsidx-photo img {
    height: auto !important;
    width: 100% !important; } }

.dsidx-sorting-control {
  float: left;
  font-size: 13px !important;
  text-align: left !important;
  width: 200px; }

.dsidx-paging-control {
  float: right;
  font-size: 13px !important;
  margin: 0px; }

#dsidx-map-control {
  clear: both;
  font-weight: 500;
  width: 100%; }
  #dsidx-map-control a {
    color: #8D6E63; }
    #dsidx-map-control a:hover {
      text-decoration: none; }

#dsidx-map {
  border: 5px solid #EEEEEE !important; }

.dsidx-widget ul.dsidx-list.dsidx-panel li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.02) !important;
  border-top: 0px !important;
  font-size: 13px !important;
  padding: 12px 0px !important; }
  .dsidx-widget ul.dsidx-list.dsidx-panel li a {
    display: inline !important;
    opacity: 1 !important; }

.dsidx-search-widget label {
  margin-top: 17px; }

.dsidx-widget-single-listing {
  width: 100%; }

#dsidx-actions {
  background-color: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  margin: 0px 0px 15px 0px;
  padding: 16px; }

.dsidx-contact-form table,
#dsidx .dsidx-fields,
#dsidx #dsidx-primary-data,
#dsidx #dsidx-secondary-data {
  margin: 0px 0px 30px 0px; }
  .dsidx-contact-form table td, .dsidx-contact-form table th,
  #dsidx .dsidx-fields td,
  #dsidx .dsidx-fields th,
  #dsidx #dsidx-primary-data td,
  #dsidx #dsidx-primary-data th,
  #dsidx #dsidx-secondary-data td,
  #dsidx #dsidx-secondary-data th {
    padding: 7px 12px !important; }
    @media (max-width: 767px) {
      .dsidx-contact-form table td, .dsidx-contact-form table th,
      #dsidx .dsidx-fields td,
      #dsidx .dsidx-fields th,
      #dsidx #dsidx-primary-data td,
      #dsidx #dsidx-primary-data th,
      #dsidx #dsidx-secondary-data td,
      #dsidx #dsidx-secondary-data th {
        display: block; } }
  .dsidx-contact-form table th,
  #dsidx .dsidx-fields th,
  #dsidx #dsidx-primary-data th,
  #dsidx #dsidx-secondary-data th {
    white-space: nowrap; }
  .dsidx-contact-form table label,
  #dsidx .dsidx-fields label,
  #dsidx #dsidx-primary-data label,
  #dsidx #dsidx-secondary-data label {
    margin-top: 18px; }

.dsidx-details #dsidx-description {
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  margin: 0px 0px 30px 0px;
  padding: 16px; }
  .dsidx-details #dsidx-description:before {
    display: none; }

.widget_icl_lang_sel_widget ul li {
  list-style: none; }
  .widget_icl_lang_sel_widget ul li:before {
    content: none !important; }

.widget_icl_lang_sel_widget .lang_sel_list_horizontal ul {
  margin-bottom: 0; }
  .widget_icl_lang_sel_widget .lang_sel_list_horizontal ul li {
    display: inline-block;
    margin-bottom: 0px; }

.widget_icl_lang_sel_widget .iclflag {
  margin-right: 8px;
  margin-top: -2px; }

.widget_icl_lang_sel_widget #lang_sel ul li ul {
  height: 0px;
  overflow: hidden; }
  .widget_icl_lang_sel_widget #lang_sel ul li ul li:first-child {
    border-top: 1px solid #F5F5F5;
    margin-top: 10px; }
  .widget_icl_lang_sel_widget #lang_sel ul li ul li:last-child {
    padding-bottom: 0px; }

.widget_icl_lang_sel_widget #lang_sel:hover ul li ul {
  height: auto; }

.header-topbar-right .widget_icl_lang_sel_widget, .header-topbar-right .widget_text, .header-topbar-left .widget_icl_lang_sel_widget, .header-topbar-left .widget_text {
  display: inline-block; }

.header-topbar-right .widget_icl_lang_sel_widget a, .header-topbar-left .widget_icl_lang_sel_widget a {
  color: #FFCDD2; }

.header-topbar-right #lang_sel > ul, .header-topbar-right #lang_sel > ul > li, .header-topbar-left #lang_sel > ul, .header-topbar-left #lang_sel > ul > li {
  margin-bottom: 0px; }

.header-topbar-right #lang_sel ul li ul, .header-topbar-left #lang_sel ul li ul {
  background-color: #C62828;
  margin-left: -14px;
  padding-left: 14px;
  padding-right: 14px;
  position: absolute;
  z-index: 10; }
  .header-topbar-right #lang_sel ul li ul li:first-child, .header-topbar-left #lang_sel ul li ul li:first-child {
    border-top: none; }

.header-topbar-right .iclflag, .header-topbar-left .iclflag {
  margin-right: 2px; }

.header-topbar-right .lang_sel_list_horizontal ul li {
  margin-left: 5px; }

.header-topbar-right .widget {
  margin-right: 20px; }
  .header-topbar-right .widget:first-child {
    margin-right: 0px; }

.header-topbar-left .lang_sel_list_horizontal ul li {
  margin-right: 5px; }
  .header-topbar-left .lang_sel_list_horizontal ul li:last-child {
    margin-right: 0px; }

.header-topbar-left .widget {
  margin-right: 20px; }
  .header-topbar-left .widget:last-child {
    margin-right: 0px; }
