@charset "UTF-8";
/*
$min-tab-port:			~"(min-width: 768px)";
$min-tab-land:			~"(min-width: 1024px)";
$max-tab-port:			~"(max-width: 768px)";	
$max-tab-land:			~"(max-width: 1024px)";
*/
.boxed-heading:after, legend:after, .dropdown.open-up .dropdown-content:after, .dropdown.open-up .dropdown-content:before, .dropdown .dropdown-content:after, .dropdown .dropdown-content:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

[data-sr] {
  visibility: hidden;
}

.no-js [data-sr] {
  visibility: visible;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

img {
  border: 0;
  width: auto;
  height: auto;
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

html {
  overflow-x: hidden;
  overflow-y: auto;
}

body {
  margin: 0;
  padding: 0;
  background: white;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

iframe {
  display: block;
  margin-bottom: 2rem;
}

/* =============================================================================
   FIXES
   ========================================================================== */
.ios .bg-cover, .ie11 .bg-cover {
  background-attachment: scroll !important;
}

.map img {
  max-width: none;
}
.map .map-pop img {
  max-width: 100%;
}
.map label {
  width: auto;
  display: inline;
}

/* =============================================================================
   COLORS
   ========================================================================== */
.error, .red {
  color: #B94A48;
}

.prim {
  color: #eb622f;
}

.sec {
  color: #4b2d13;
}

.success, .green {
  color: #468847;
}

.muted {
  color: #a7998d !important;
}

/* =============================================================================
   COMMON
   ========================================================================== */
.cf::after,
main::after,
header::after,
footer::after {
  clear: both;
  content: "";
  display: table;
}

hr {
  margin: 4rem auto;
  border-top: 1px solid #ccc;
  border-bottom: none;
}

hr.hr-tight {
  margin: 2rem auto;
}

hr.hr-spaced {
  margin: 8rem auto;
}

hr.hr-short {
  width: 50%;
}

.border-top {
  border-top: 1px solid #ccc;
}

.border-btm {
  border-bottom: 1px solid #ccc;
}

.borders {
  border: 1px solid #ccc;
}

.no-marg {
  margin: 0 !important;
}

.no-pad {
  padding: 0 !important;
}

.img-circle {
  border-radius: 50%;
  background-clip: padding-box;
}

.img-border {
  padding: 3px;
  background: white;
  border: 1px solid #ccc;
}

.img-rounded {
  border-radius: 6px;
  background-clip: padding-box;
}

@media (min-width: 480px) {
  .left {
    float: left;
  }

  .right {
    float: right;
  }

  img.left {
    margin: 0 3rem 1rem 0;
  }

  img.right {
    margin: 0 0 1rem 3rem;
  }

  img.left, img.right {
    max-width: 50%;
  }
}
.center {
  display: block;
  margin: 0 auto 2rem;
}

.clear {
  clear: both;
}

.first {
  margin-left: 0 !important;
}

.last {
  margin-right: 0 !important;
}

.close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  font-size: 20px;
  line-height: 1;
  color: inherit;
  opacity: 0.35;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  cursor: pointer;
  text-decoration: none;
}

.close:hover {
  opacity: 0.75;
  text-decoration: none;
}

.media-group {
  margin-bottom: 2rem;
}
.media-group::after {
  clear: both;
  content: "";
  display: table;
}
.media-group > .left, .media-group > .right {
  max-width: 35%;
}
.media-group > .left {
  margin: 0 3rem 0 0;
}
.media-group > .right {
  margin: 0 0 0 3rem;
}
.media-group .media-content {
  overflow: hidden;
}
.media-group .media-content *:last-child {
  margin-bottom: 0;
}

.center-outer {
  display: table;
  height: 100%;
  width: 100%;
}

.center-inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

/* =============================================================================
   > MOBILE
   ========================================================================== */
@media (min-width: 801px) {
  .narrow, #s-featured-listing-parallax .content {
    padding-left: 10%;
    padding-right: 10%;
  }

  .narrower {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media (min-width: 801px) and (min-width: 1024px) {
  .narrower {
    padding-left: 20%;
    padding-right: 20%;
  }
}
@media (min-width: 801px) {
  .section-heading {
    margin-bottom: 4rem;
  }
  .section-heading::after {
    clear: both;
    content: "";
    display: table;
  }
  .section-heading h1, .section-heading h2, .section-heading h3 {
    float: left;
  }
  .section-heading .section-heading-helpers {
    float: right;
  }
  .section-heading .section-heading-helpers::after {
    clear: both;
    content: "";
    display: table;
  }
  .section-heading .section-heading-helpers > ul, .section-heading .section-heading-helpers .dropdown, .section-heading .section-heading-helpers .btn {
    display: inline-block;
    margin: 0 0 0 2rem;
    vertical-align: middle;
  }
  .section-heading * {
    margin-bottom: 0;
  }
}
img.alignright, img.alignleft {
  display: block;
  margin: 0 auto 2rem;
  max-width: 100%;
}

@media (min-width: 801px) {
  img.alignleft, a img.alignleft {
    float: left;
    margin: 0 3rem 1rem 0;
  }

  img.alignright, a img.alignright {
    float: right;
    margin: 0 0 1rem 3rem;
  }

  .sidebar-widget {
    margin-bottom: 3rem;
  }
}
img.aligncenter, a img.aligncenter {
  display: block;
  margin: 0 auto 2rem;
}

body.single h1 {
  margin-bottom: 5px;
}
body.single .attachment-large {
  display: block;
  margin-bottom: 2rem;
}

article div {
  max-width: 100%;
}
article header::after {
  clear: both;
  content: "";
  display: table;
}

.post {
  margin-bottom: 4rem;
}
.post::after {
  clear: both;
  content: "";
  display: table;
}
.post h3.post-title, .post h2.post-title {
  margin-bottom: 8px;
}
@media (min-width: 801px) {
  .post img.attachment-thumbnail {
    float: left;
    margin-right: 20px;
  }
  .post .attachment-thumbnail + .post-snip {
    overflow: hidden;
  }
}

.byline {
  font-size: 12px;
  color: #a7998d;
}

/* =============================================================================
   LINKS
   ========================================================================== */
a {
  color: #eb622f;
  text-decoration: none;
}

a:hover {
  color: #bb4012;
  text-decoration: none;
}

html {
  font-size: 62.5%;
}

body {
  font-weight: 100;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Roboto Condensed", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  color: #555;
}

p {
  margin: 0 0 1.6rem 0;
}

ul, ol, dl, h1, h2, h3, h4, h5, h6, table, form {
  margin: 0 0 2rem 0;
}

h1 {
  font: 100 4rem / 1.2 "Roboto Condensed", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  margin-bottom: 4rem;
}
h1 small {
  font-size: 50%;
}

h2 {
  font: 100 3rem / 1.35 "Roboto Condensed", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  margin-bottom: 2rem;
}
h2 small {
  font-size: 70%;
}

h3 {
  font: 100 2.2rem / 1.5 "Roboto Condensed", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  margin-bottom: 2rem;
}

h4 {
  font: bold 18px / normal "Roboto Condensed", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  margin-bottom: 2rem;
}

.lead {
  font-size: 135%;
  line-height: 150%;
}
.lead:last-child {
  margin-bottom: 4rem;
}

.xs {
  font-size: 60%;
}

.xs hr {
  margin: 1rem 0;
}

small, .sm {
  font-size: 75%;
}

.lg {
  font-size: 120%;
}

.xl {
  font-size: 140%;
}

.xxl {
  font-size: 200%;
}

.caps {
  text-transform: uppercase;
}

.title-case {
  text-transform: capitalize;
}

.strike {
  text-decoration: line-through;
}

.no-deco {
  text-decoration: none;
}

.no-wrap {
  white-space: nowrap;
}

.sans {
  font-family: "Roboto Condensed", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
}

.serif {
  font-family: "Georgia", "Cambria", "Times New Roman", "Times", serif;
}

.script {
  font-family: cursive;
}

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

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

.text-left {
  text-align: left;
}

.text-justify {
  text-align: justify;
}

.truncate {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

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

ol ol {
  margin: 0;
  list-style-type: lower-alpha;
}

.list-unstyled, .agents-nav, .page-listing-featured #s-featured-property-info .specs, .row {
  list-style: none;
  padding-left: 0;
}

.list-icons {
  list-style: none;
  padding-left: 0;
}
.list-icons > li {
  position: relative;
  padding-left: 30px;
}
.list-icons > li i:first-child {
  position: absolute;
  top: 4px;
  left: 0px;
  font-size: 110%;
}

.list-inline, #home-top .caption ul, #featured-listing-top .caption ul, #page-header .caption ul {
  padding: 0;
  list-style: none;
}
.list-inline:not(.text-center), #home-top .caption ul:not(.text-center), #featured-listing-top .caption ul:not(.text-center), #page-header .caption ul:not(.text-center) {
  margin-left: -10px;
}
.list-inline > li, #home-top .caption ul > li, #featured-listing-top .caption ul > li, #page-header .caption ul > li {
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
}
.list-inline.list-seps li, #home-top .caption ul.list-seps li, #featured-listing-top .caption ul.list-seps li, #page-header .caption ul.list-seps li {
  border-left: 1px solid #ccc;
}
.list-inline.list-seps li:first-child, #home-top .caption ul.list-seps li:first-child, #featured-listing-top .caption ul.list-seps li:first-child, #page-header .caption ul.list-seps li:first-child {
  border-left: none;
}

.list-spaced li {
  margin-bottom: 1rem;
}
.list-spaced ul {
  margin-top: 1rem;
}

.list-numbers {
  counter-reset: li;
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-numbers > li {
  position: relative;
  margin: 0 0 1.5rem 35px;
  padding: 0;
}
.list-numbers > li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  top: 2px;
  left: -35px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 50%;
  background-clip: padding-box;
  background: #eb622f;
  color: white;
  font-size: 85%;
  text-align: center;
}

dl {
  margin-bottom: 2rem;
}
dl::after {
  clear: both;
  content: "";
  display: table;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 10px;
}

.dl-spaced dt {
  margin-top: 1rem;
}
.dl-spaced dt:first-child {
  margin-top: 0;
}

@media (min-width: 801px) {
  .dl-horizontal dt {
    float: left;
    width: 150px;
    clear: left;
    text-align: right;
  }
  .dl-horizontal dd {
    margin-left: 170px;
  }
  .dl-horizontal.dl-sm dt {
    width: 75px;
    text-align: left;
  }
  .dl-horizontal.dl-sm dd {
    margin-left: 90px;
  }
}

ul[class*=cols-] {
  list-style-position: inside;
}
ul[class*=cols-] > li {
  padding-left: 1em;
  text-indent: -1em;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}

blockquote {
  margin: 0 0 2rem;
}
blockquote::after {
  clear: both;
  content: "";
  display: table;
}
blockquote *:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  margin-top: 0.5rem;
}
blockquote small:before {
  content: "—";
  margin-right: 5px;
}
@media (min-width: 801px) {
  blockquote.left, blockquote.right {
    max-width: 40%;
  }
  blockquote.left {
    margin-right: 4rem;
  }
  blockquote.right {
    margin-left: 4rem;
  }
}

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

.thead {
  background: #f2f2f2;
}
.thead.thead-prim {
  background: #eb622f;
  color: white;
}
.thead.thead-prim th {
  border-color: #d34814;
}
.thead.thead-sec {
  background: #4b2d13;
  color: white;
}
.thead.thead-sec th {
  border-color: #221509;
}

.table {
  width: 100%;
  margin-bottom: 2rem;
  font-size: 14.4px;
}
.table td, .table th {
  text-align: left;
  vertical-align: top;
  padding: 1rem;
}
.table th {
  font-weight: bold;
}
.table td {
  border-top: 1px solid #ccc;
}
.table thead th {
  font-size: 17.6px;
  vertical-align: bottom;
  border-bottom: 2px solid #ccc;
}
.table tbody tr:first-child td {
  border-top: none;
}

.table-equal-col {
  table-layout: fixed;
}

.table-sm td, .table-sm th {
  padding: 0.4rem 0.8rem;
}

.table-lg td, .table-lg th {
  padding: 2rem 1.5rem;
}

.table-borders {
  border: 2px solid #ccc;
  border-collapse: collapse;
}

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}

.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  background-color: aqua !important;
}

.table-center-rows td {
  vertical-align: middle;
}

tr.center-row td {
  vertical-align: middle;
}

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

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.ib {
  display: inline-block;
}

.hide {
  display: none;
}

.show {
  display: block;
  display: initial;
}

.rel {
  position: relative;
}

.caps {
  text-transform: uppercase;
}

.container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  max-width: 1170px;
  padding: 0 4rem;
}
.container::after {
  clear: both;
  content: "";
  display: table;
}
@media (max-width: 800px) {
  .container {
    padding: 0 30px;
  }
}
.container.stretch {
  max-width: none;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  box-lines: multiple;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.row [class*=col-] {
  min-height: 1px;
  width: 100%;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}

.no-flexbox .row {
  display: block;
}
.no-flexbox .row::after {
  clear: both;
  content: "";
  display: table;
}
.no-flexbox .row [class*=col-][class*=sm-] {
  display: inline-block;
  vertical-align: top;
  margin-left: -3px;
}
@media (min-width: 801px) {
  .no-flexbox .row [class*=col-][class*=md-] {
    display: inline-block;
    vertical-align: top;
    margin-left: -3px;
  }
}
@media (min-width: 1024px) {
  .no-flexbox .row [class*=col-][class*=lg-] {
    display: inline-block;
    vertical-align: top;
    margin-left: -3px;
  }
}
@media (min-width: 1201px) {
  .no-flexbox .row [class*=col-] {
    display: inline-block;
    vertical-align: top;
    margin-left: -3px;
  }
}

.row.no-gutters {
  margin-left: 0;
  margin-right: 0;
}
.row.no-gutters [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}

.center-items {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.row .col-1 {
  width: 8.3333333333%;
}
.row .offset-1 {
  margin-left: 8.3333333333%;
}
.row .col-2 {
  width: 16.6666666667%;
}
.row .offset-2 {
  margin-left: 16.6666666667%;
}
.row .col-3 {
  width: 25%;
}
.row .offset-3 {
  margin-left: 25%;
}
.row .col-4 {
  width: 33.3333333333%;
}
.row .offset-4 {
  margin-left: 33.3333333333%;
}
.row .col-5 {
  width: 41.6666666667%;
}
.row .offset-5 {
  margin-left: 41.6666666667%;
}
.row .col-6 {
  width: 50%;
}
.row .offset-6 {
  margin-left: 50%;
}
.row .col-7 {
  width: 58.3333333333%;
}
.row .offset-7 {
  margin-left: 58.3333333333%;
}
.row .col-8 {
  width: 66.6666666667%;
}
.row .offset-8 {
  margin-left: 66.6666666667%;
}
.row .col-9 {
  width: 75%;
}
.row .offset-9 {
  margin-left: 75%;
}
.row .col-10 {
  width: 83.3333333333%;
}
.row .offset-10 {
  margin-left: 83.3333333333%;
}
.row .col-11 {
  width: 91.6666666667%;
}
.row .offset-11 {
  margin-left: 91.6666666667%;
}
.row .col-12 {
  width: 100%;
}
.row .offset-12 {
  margin-left: 100%;
}
.row .col-fifth {
  width: 20%;
}

@media (min-width: 480px) {
  .row .col-sm-1 {
    width: 8.3333333333%;
  }
  .row .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .row .col-sm-2 {
    width: 16.6666666667%;
  }
  .row .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .row .col-sm-3 {
    width: 25%;
  }
  .row .offset-sm-3 {
    margin-left: 25%;
  }
  .row .col-sm-4 {
    width: 33.3333333333%;
  }
  .row .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .row .col-sm-5 {
    width: 41.6666666667%;
  }
  .row .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .row .col-sm-6 {
    width: 50%;
  }
  .row .offset-sm-6 {
    margin-left: 50%;
  }
  .row .col-sm-7 {
    width: 58.3333333333%;
  }
  .row .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .row .col-sm-8 {
    width: 66.6666666667%;
  }
  .row .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .row .col-sm-9 {
    width: 75%;
  }
  .row .offset-sm-9 {
    margin-left: 75%;
  }
  .row .col-sm-10 {
    width: 83.3333333333%;
  }
  .row .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .row .col-sm-11 {
    width: 91.6666666667%;
  }
  .row .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .row .col-sm-12 {
    width: 100%;
  }
  .row .offset-sm-12 {
    margin-left: 100%;
  }
  .row .col-sm-fifth {
    width: 20%;
  }

  .row.tight-gutters {
    margin-left: -5px;
    margin-right: -5px;
  }
  .row.tight-gutters > [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 801px) {
  .row .col-md-1 {
    width: 8.3333333333%;
  }
  .row .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .row .col-md-2 {
    width: 16.6666666667%;
  }
  .row .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .row .col-md-3 {
    width: 25%;
  }
  .row .offset-md-3 {
    margin-left: 25%;
  }
  .row .col-md-4 {
    width: 33.3333333333%;
  }
  .row .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .row .col-md-5 {
    width: 41.6666666667%;
  }
  .row .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .row .col-md-6 {
    width: 50%;
  }
  .row .offset-md-6 {
    margin-left: 50%;
  }
  .row .col-md-7 {
    width: 58.3333333333%;
  }
  .row .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .row .col-md-8 {
    width: 66.6666666667%;
  }
  .row .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .row .col-md-9 {
    width: 75%;
  }
  .row .offset-md-9 {
    margin-left: 75%;
  }
  .row .col-md-10 {
    width: 83.3333333333%;
  }
  .row .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .row .col-md-11 {
    width: 91.6666666667%;
  }
  .row .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .row .col-md-12 {
    width: 100%;
  }
  .row .offset-md-12 {
    margin-left: 100%;
  }
  .row .col-md-fifth {
    width: 20%;
  }

  .row.wide-gutters {
    margin-left: -25px;
    margin-right: -25px;
  }
  .row.wide-gutters > [class*=col-] {
    padding-left: 25px;
    padding-right: 25px;
  }

  .row.normal-gutters {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row.normal-gutters > [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1024px) {
  .row .col-lg-1 {
    width: 8.3333333333%;
  }
  .row .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .row .col-lg-2 {
    width: 16.6666666667%;
  }
  .row .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .row .col-lg-3 {
    width: 25%;
  }
  .row .offset-lg-3 {
    margin-left: 25%;
  }
  .row .col-lg-4 {
    width: 33.3333333333%;
  }
  .row .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .row .col-lg-5 {
    width: 41.6666666667%;
  }
  .row .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .row .col-lg-6 {
    width: 50%;
  }
  .row .offset-lg-6 {
    margin-left: 50%;
  }
  .row .col-lg-7 {
    width: 58.3333333333%;
  }
  .row .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .row .col-lg-8 {
    width: 66.6666666667%;
  }
  .row .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .row .col-lg-9 {
    width: 75%;
  }
  .row .offset-lg-9 {
    margin-left: 75%;
  }
  .row .col-lg-10 {
    width: 83.3333333333%;
  }
  .row .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .row .col-lg-11 {
    width: 91.6666666667%;
  }
  .row .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .row .col-lg-12 {
    width: 100%;
  }
  .row .offset-lg-12 {
    margin-left: 100%;
  }
  .row .col-lg-fifth {
    width: 20%;
  }
}
@media (min-width: 1201px) {
  .row .col-xl-1 {
    width: 8.3333333333%;
  }
  .row .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .row .col-xl-2 {
    width: 16.6666666667%;
  }
  .row .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .row .col-xl-3 {
    width: 25%;
  }
  .row .offset-xl-3 {
    margin-left: 25%;
  }
  .row .col-xl-4 {
    width: 33.3333333333%;
  }
  .row .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .row .col-xl-5 {
    width: 41.6666666667%;
  }
  .row .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .row .col-xl-6 {
    width: 50%;
  }
  .row .offset-xl-6 {
    margin-left: 50%;
  }
  .row .col-xl-7 {
    width: 58.3333333333%;
  }
  .row .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .row .col-xl-8 {
    width: 66.6666666667%;
  }
  .row .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .row .col-xl-9 {
    width: 75%;
  }
  .row .offset-xl-9 {
    margin-left: 75%;
  }
  .row .col-xl-10 {
    width: 83.3333333333%;
  }
  .row .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .row .col-xl-11 {
    width: 91.6666666667%;
  }
  .row .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  .row .col-xl-12 {
    width: 100%;
  }
  .row .offset-xl-12 {
    margin-left: 100%;
  }
  .row .col-xl-fifth {
    width: 20%;
  }
}
footer#site-footer {
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.55);
  font-size: 14.4px;
}
footer#site-footer hr {
  border-color: #ccc;
}
footer#site-footer a {
  color: rgba(255, 255, 255, 0.55);
}
footer#site-footer a:hover {
  color: rgba(255, 255, 255, 0.55);
}
footer#site-footer .gy {
  text-decoration: none;
}

.NFI-wrapper {
  display: table;
  width: 100%;
  border-collapse: separate;
  border: 1px solid #ccc;
}
.NFI-wrapper .NFI-button {
  display: table-cell;
  width: 1%;
  height: 45px;
  padding: 0 2.5rem;
  line-height: 45px;
  border: none;
  border-left: 1px solid #ccc;
}
.NFI-wrapper .NFI-filename {
  width: 100%;
  border: none;
  float: left;
  display: table-cell;
  background: #fff !important;
  margin: 0;
}

.c-checkbox, .c-radio {
  position: relative;
  padding-left: 30px;
}
.c-checkbox input[type=checkbox], .c-checkbox input[type=radio], .c-radio input[type=checkbox], .c-radio input[type=radio] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.c-checkbox .indicator, .c-radio .indicator {
  position: absolute;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-transition-duration: 0.1s;
       -o-transition-duration: 0.1s;
          transition-duration: 0.1s;
  background: #e2e2e2;
  left: 0;
  top: 2px;
  height: 20px;
  width: 20px;
}
.c-checkbox.inline, .c-radio.inline {
  display: inline-block;
  margin-right: 25px;
}

.c-checkbox .indicator {
  border-radius: 3px;
  background-clip: padding-box;
}
.c-checkbox > input:checked ~ .indicator {
  background: #eb622f;
}
.c-checkbox > input:checked ~ .indicator:before {
  font-family: Ionicons;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  speak: none;
  text-transform: none;
  text-rendering: auto;
  line-height: 0;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 100%;
  content: "";
  color: white;
  font-size: 12px;
}

.c-radio .indicator {
  border: 5px solid #e2e2e2;
  border-radius: 50%;
  background-clip: padding-box;
}
.c-radio > input:checked ~ .indicator {
  background: transparent;
  border-color: #eb622f;
}

label.checkbox.selected {
  color: #eb622f;
}

.form-fields .fa {
  line-height: 45px;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
fieldset.box {
  padding: 2rem;
  padding-top: 0;
}
fieldset.box legend {
  width: auto;
  font: bold 18px / normal "Roboto Condensed", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  color: #4b2d13;
}
@media (max-width: 480px) {
  fieldset.box {
    margin-left: -15px;
    margin-right: -15px;
  }
}

input::-webkit-input-placeholder {
  color: #aaa;
  text-transform: none;
}

input:-moz-placeholder {
  color: #aaa;
  text-transform: none;
}

input::-moz-placeholder {
  color: #aaa;
  text-transform: none;
}

input:-ms-placeholder {
  color: #aaa;
  text-transform: none;
}

textarea::-webkit-input-placeholder {
  color: #aaa;
  text-transform: none;
}

textarea:-moz-placeholder {
  color: #aaa;
  text-transform: none;
}

textarea::-moz-input-placeholder {
  color: #aaa;
  text-transform: none;
}

textarea:-ms-placeholder {
  color: #aaa;
  text-transform: none;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  font: bold 18px / normal "Roboto Condensed", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  margin-bottom: 2rem;
  color: #eb622f;
}

legend small {
  font-size: 75%;
  font-weight: normal;
  color: #a7998d;
}

input,
select,
textarea {
  font-size: 16px;
  font-weight: 100;
  font-family: "Roboto Condensed", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
}

label {
  display: inline-block;
}

.form-group {
  margin-bottom: 2rem;
}
.form-group label {
  display: block;
  margin-bottom: 5px;
  font-family: "Roboto Condensed", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-weight: bold;
  font-size: 16px;
}
.form-group.row label {
  margin-top: 10px;
}

label small {
  font-weight: normal;
}

label.radio, label.checkbox, label.c-checkbox, label.c-radio {
  font-weight: 100;
  margin-bottom: 8px;
}

label.error {
  font-weight: normal;
  font-size: 12px;
}

textarea {
  height: auto;
}

input[type=search] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

select,
textarea,
input:not([type=button]) {
  display: block;
  height: 45px;
  width: 100%;
  padding: 5px 15px;
  vertical-align: middle;
  font-size: 16px;
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
select:focus,
textarea:focus,
input:not([type=button]):focus {
  border-color: #b3b3b3;
  background-color: #fff;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
select.error,
textarea.error,
input:not([type=button]).error {
  border-color: #B94A48 !important;
}

input[type=checkbox], input[type=radio] {
  display: inline;
  height: auto;
  width: auto;
  padding: 0;
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 6px 0 0;
  line-height: normal;
  cursor: pointer;
  border-radius: 0;
  background-clip: padding-box;
}

input[type=file] {
  height: auto;
  background: none;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

select[multiple],
select[size],
input[type=file],
textarea {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: thin dotted #b3b3b3;
}

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

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

.radio.inline,
.checkbox.inline {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  margin-right: 20px;
}

.row .radio.inline, .row .checkbox.inline {
  padding-top: 7px;
}

.radio:not(.inline) + .radio:not(.inline), .checkbox:not(.inline) + .checkbox:not(.inline) {
  padding-top: 5px;
}

.input-auto {
  width: auto !important;
  display: inline-block;
}

.input-tiny {
  width: 30px !important;
}

.input-mini {
  width: 60px !important;
}

.input-small {
  width: 90px !important;
}

@media (min-width: 481px) {
  .input-medium {
    width: 150px !important;
  }

  .input-large {
    width: 250px !important;
  }

  .input-xlarge {
    width: 300px !important;
  }
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  background-color: #eee !important;
}

*[disabled] {
  cursor: not-allowed !important;
}

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

.form-actions {
  padding: 0;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.form-actions:not(.form-group)::after {
  clear: both;
  content: "";
  display: table;
}

.help-block,
.help-inline {
  color: #a7998d;
  font-size: 12.8px;
  font-weight: normal;
}

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

.help-inline {
  display: inline-block;
  padding-left: 5px;
  vertical-align: middle;
}

.form-inline input,
.form-inline textarea,
.form-inline select,
.form-inline .help-inline,
.form-inline .input-prepend,
.form-inline .input-append,
.form-inline button {
  vertical-align: middle;
}

.form-text {
  padding: 10px 0;
  display: inline-block;
}

@media (min-width: 481px) {
  .form-inline .form-group, .form-inline input, .form-inline select {
    width: auto;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .form-inline .input-group input, .form-inline .input-group select {
    margin: 0;
  }
  .form-inline .checkbox input, .form-inline .radio input {
    min-width: inherit;
  }
  .form-inline label, .form-inline .form-inline .btn-group {
    display: inline-block;
  }
  .form-inline * {
    margin-right: 1rem;
  }
  .form-inline *:last-child {
    margin-right: 0;
  }
  .form-inline .radio,
.form-inline .checkbox {
    padding-left: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type=radio],
.form-inline .checkbox input[type=checkbox] {
    float: left;
    margin-right: 5px;
    margin-left: 0;
  }
}

.form-placeholders label {
  display: none;
}
.form-placeholders .form-group {
  margin-bottom: 10px;
}

.hide-error-labels label.error {
  display: none !important;
}

.input-group {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  width: 100%;
}
.input-group input, .input-group select, .input-group .input-group-add-on {
  margin: 0;
}
.input-group input, .input-group select {
  margin-bottom: 0 !important;
}
.input-group input + .btn {
  position: relative;
  z-index: 1;
}

.input-group-add-on {
  line-height: 45px;
  height: 45px;
  padding: 0 1rem;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
}
.input-group-add-on:not(.btn) {
  background-color: #f2f2f2;
  border: 1px solid #ccc;
}
.input-group-add-on:first-child {
  border-right: none;
}
.input-group-add-on:last-child {
  border-left: none;
}

.customSelect {
  display: inline-block;
  height: 45px;
  line-height: 45px;
  width: 100%;
  padding: 5px 15px;
  padding-top: 0;
  padding-bottom: 0;
  vertical-align: middle;
  font-size: 16px;
  color: #555;
  border-radius: 0;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.customSelect:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  speak: none;
  text-transform: none;
  text-rendering: auto;
  line-height: 0;
  -webkit-font-smoothing: antialiased;
  content: "";
  float: right;
  position: relative;
  top: 50%;
}
.customSelect.customSelectOpen {
  border-color: #b3b3b3;
  background-color: #fff;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.customSelect.customSelectFocus {
  border-color: #b3b3b3;
  background-color: #fff;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.nav {
  margin-bottom: 2rem;
  list-style: none;
  padding: 0;
}
.nav::after {
  clear: both;
  content: "";
  display: table;
}
.nav li {
  position: relative;
}
.nav a {
  text-decoration: none;
  display: block;
}
.nav a:hover {
  text-decoration: none;
}
.nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav.nav-seps:not(.nav-inline) > li {
  border-top: 1px solid #d9d9d9;
}
.nav.nav-seps:not(.nav-inline) > li:first-child {
  border-top: none;
}
.nav.nav-seps:not(.nav-inline) > li > a {
  padding: 0.5rem 0.5rem;
}

.nav-inline {
  margin-left: -12px;
  margin-right: -12px;
}
.nav-inline > li {
  float: left;
}
.nav-inline > li > a {
  padding: 4px 12px;
}
.nav-inline > li > a.btn {
  position: relative;
  top: -1px;
}
.nav-inline.nav-center {
  text-align: center;
}
.nav-inline.nav-center > li {
  display: inline-block;
  float: none;
}
.nav-inline.nav-seps > li {
  border-left: 1px solid #d9d9d9;
}
.nav-inline.nav-seps > li:first-child {
  border-left: none;
}

.nav-tabs {
  border-bottom: 1px solid #ccc;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs a {
  font-size: 16px;
  text-decoration: none;
  color: #eb622f;
  padding: 0.8rem 1.2rem;
  margin-right: 2px;
  border: 1px solid transparent;
  background: transparent;
  border-radius: 4px 0 0 4px;
}
.nav-tabs a:hover {
  text-decoration: none;
  border-color: #d9d9d9;
  border-bottom-color: #ccc;
  background: #f9f9f9;
}
.nav-tabs li.active a {
  color: #555;
  cursor: default;
  background-color: white;
  border: 1px solid #ccc;
  border-bottom-color: white;
}

.nav-pills {
  margin-right: 0;
  margin-left: 0;
}
.nav-pills.nav-inline > li {
  margin-top: 0;
}
.nav-pills.nav-inline > li + li {
  margin-left: 1rem;
}
.nav-pills > li + li {
  margin-top: 0.75rem;
}
.nav-pills > li > a {
  color: #333;
  background: #eee;
  padding: 0.75rem 1.5rem;
  border-radius: 4px;
  background-clip: padding-box;
}
.nav-pills > li > a:hover {
  color: white;
  background: #eb622f;
}
.nav-pills > li.active > a {
  color: white;
  background: #eb622f;
}

.navbar {
  background: #444;
  width: 100%;
  padding: 1rem;
  color: #777;
  border-radius: 0px;
  background-clip: padding-box;
  margin-bottom: 2rem;
  border: none;
}
.navbar::after {
  clear: both;
  content: "";
  display: table;
}
.navbar a:not(.btn) {
  display: block;
  color: #bbb;
}
.navbar a:not(.btn):hover {
  color: #fff;
}
.navbar a.btn {
  padding: 0.5rem 1.5rem;
}
.navbar * {
  line-height: 1.5 !important;
}
.navbar form {
  margin: 0;
}
.navbar input {
  margin: 0 !important;
  height: auto !important;
  padding: 0.5rem 1.5rem !important;
  border: 1px solid #666 !important;
  background: #666 !important;
  border-radius: 0px;
  background-clip: padding-box;
  color: #aaa !important;
}
.navbar input:focus {
  background: #eee !important;
  border-color: #eee !important;
  color: #333 !important;
}
.navbar .navbar-text {
  display: block;
  float: left;
  color: white;
  padding: 0.5rem 1.5rem;
}
.navbar .nav {
  float: left;
  margin: 0;
}
.navbar .nav.right {
  float: right;
}
.navbar .nav > li {
  display: block;
  float: left;
}
.navbar .nav > li.active > a {
  color: #fff;
}
.navbar .nav > li > a {
  padding: 0.5rem 1.5rem;
  color: #bbb;
}
.navbar .nav > li > a:hover {
  color: #fff;
  background: #444;
}
.navbar.fixed-top, .navbar.fixed-bottom {
  position: fixed;
  margin: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 500;
}
.navbar.fixed-bottom {
  bottom: 0;
  top: auto;
}

.alert {
  padding: 2rem 2.5rem;
  margin-bottom: 2rem;
  border: 2px solid #f3e4c6;
  position: relative;
  color: #8a6d3b;
  background-color: #fcf8e3;
}
.alert .close {
  top: 5px;
  right: 10px;
}

.alert.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #cde0bd;
}

.alert.alert-error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #e7c7cc;
}

.alert h1, .alert h2, .alert h3 {
  margin-bottom: 1rem;
}
.alert a {
  color: inherit;
  font-weight: bold;
}
.alert *:last-child {
  margin-bottom: 0;
}

.box {
  border-radius: 2px;
  background-clip: padding-box;
  margin-bottom: 2rem;
  background-color: #fff;
  border: 1px solid #d9d9d9;
}
.box hr {
  border-top-color: #d9d9d9;
  margin: 2rem 0;
}
@media (min-width: 801px) {
  .box.left:not(.sidebar) {
    margin: 0 3rem 1rem 0;
  }
  .box.right:not(.sidebar) {
    margin: 0 0 1rem 3rem;
  }
}
.box *:last-child {
  margin-bottom: 0;
}
.box .box-sep {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

.box-content {
  padding: 2.5rem;
}
.box-content *:last-child {
  margin-bottom: 0;
}
.box-content.small {
  padding: 1.875rem;
}
.box-content.small hr {
  margin: 1rem 0;
}
.box-content.small hr.box-sep {
  margin: -0.875rem;
}

.box-prim {
  color: white;
  background: #eb622f;
  border-color: #eb622f;
}
.box-prim hr {
  border-color: rgba(0, 0, 0, 0.25);
}

.box-sec {
  color: white;
  background: #4b2d13;
  border-color: #4b2d13;
}
.box-sec hr {
  border-color: rgba(255, 255, 255, 0.35);
}

.box-header {
  background: #f5f5f5;
  border-bottom: 1px solid #d9d9d9;
}
.box-header::after {
  clear: both;
  content: "";
  display: table;
}
.box-header * {
  margin-bottom: 0;
}
.box-header.sec {
  color: white;
  margin: -1px -1px 0 -1px;
  background: #221509;
  border: 1px solid #221509;
}
.box-header.prim {
  color: white;
  margin: -1px -1px 0 -1px;
  background: #e95018;
  border: 1px solid #eb622f;
}

.box-footer {
  background: #f5f5f5;
  border-top: 1px solid #d9d9d9;
}
.box-footer::after {
  clear: both;
  content: "";
  display: table;
}
.box-footer * {
  margin-bottom: 0;
}

.box-prim .box-header {
  margin: -1px -1px 0 -1px;
  background: #e95018;
  border: 1px solid #eb622f;
}
.box-prim .box-footer {
  margin: 0 -1px -1px -1px;
  background: #e95018;
  border: 1px solid #eb622f;
  border-bottom: none;
}

.box-sec .box-header {
  margin: -1px -1px 0 -1px;
  background: #221509;
  border: 1px solid #221509;
}
.box-sec .box-footer {
  margin: 0 -1px -1px -1px;
  background: #221509;
  border: 1px solid #221509;
}

.box-sm .box-content {
  padding: 1.875rem;
}
.box-sm .box-header {
  padding: 1.25rem 1.875rem;
}
.box-sm .box-sep {
  margin-left: -1.875rem;
  margin-right: -1.875rem;
}

.box-header {
  padding: 1.625rem 2.5rem;
}

.box-footer {
  padding: 1.125rem 2.5rem;
}

.box-content-white {
  background: white;
  color: #555;
}

.box > *:last-child {
  margin-bottom: 0;
}

.box.toggle {
  border-bottom-width: 0;
}
.box.toggle .box-header {
  padding-right: 30px;
  position: relative;
}
.box.toggle .box-header:before {
  font-family: Ionicons;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  speak: none;
  text-transform: none;
  text-rendering: auto;
  line-height: 0;
  -webkit-font-smoothing: antialiased;
  line-height: 0;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.5rem;
  font-size: 1.8rem;
  opacity: 0.5;
}
.box.toggle.open {
  border-bottom-width: 1px;
}
.box.toggle.open .box-header:before {
  -webkit-transform: rotate(45deg) translateY(-47%);
      -ms-transform: rotate(45deg) translateY(-47%);
          transform: rotate(45deg) translateY(-47%);
}
.box.toggle[data-effect=slide] .box-header:before {
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.btn-group .btn {
  margin: 5px 0;
  margin-right: 10px;
}
.btn-group .btn:last-child {
  margin-right: 0;
}

.btn {
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.btn {
  display: inline-block;
  border-radius: 0px;
  background-clip: padding-box;
  padding: 0.75rem 2.5rem;
  margin-bottom: 0;
  background: #d3cdc7;
  line-height: 1.5;
  border: 2px solid #d3cdc7;
  font-family: "Roboto Condensed", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 16px;
  color: #333;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  text-decoration: none;
}
.btn:hover, .btn:focus, .btn.active, .btn:active {
  color: #333;
  text-decoration: none;
  background: #c6bdb5;
  border-color: #c6bdb5;
}
.btn:focus {
  outline: 1;
}

.form-inline .btn {
  padding-top: 0;
  padding-bottom: 0;
  height: 45px;
  line-height: 45px;
}

.btn-outline {
  background: transparent;
  border: 2px solid #d3cdc7;
}
.btn-outline:hover {
  background: #d3cdc7;
  color: #333;
  border-color: #d3cdc7;
}
.btn-outline.btn-prim {
  border-color: #eb622f;
  color: #bb4012;
  background: transparent;
}
.btn-outline.btn-prim:hover {
  background: #eb622f;
  color: white;
  border-color: #eb622f;
}
.btn-outline.btn-sec {
  border-color: #4b2d13;
  color: #0e0804;
  background: transparent;
}
.btn-outline.btn-sec:hover {
  background: #4b2d13;
  color: white;
  border-color: #4b2d13;
}
.btn-outline.btn-rev {
  border-color: white;
  color: white;
}

.btn-sm {
  padding: 0.525rem 2rem;
  font-size: 13px;
  border-radius: 0px;
  background-clip: padding-box;
}

.btn-lg {
  padding: 1.05rem 3.75rem;
  font-size: 18px;
  border-radius: 0px;
  background-clip: padding-box;
}

.btn-xl {
  padding: 1.5rem 5rem;
  font-size: 20px;
  border-radius: 0px;
  background-clip: padding-box;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}

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

.btn-icon {
  padding: 0.75rem 1.5rem;
}
.btn-icon i {
  position: relative;
  top: -2px;
}

.btn-text {
  background: none;
  color: #eb622f;
  border-color: transparent;
  text-decoration: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-text:hover {
  border-color: transparent;
  color: #bb4012;
  text-decoration: none;
  background: none;
}

/* BUTTON COLORS */
.btn-prim {
  background: #eb622f;
  border-color: #eb622f;
  color: white;
}
.btn-prim:hover, .btn-prim:focus, .btn-prim.active, .btn-prim:active {
  background: #e95018;
  border-color: #e95018;
  color: white;
}

.btn-sec {
  background: #4b2d13;
  border-color: #4b2d13;
  color: white;
}
.btn-sec:hover, .btn-sec:focus, .btn-sec.active, .btn-sec:active {
  background: #37210e;
  border-color: #37210e;
  color: white;
}

/* BUTTON ICONS */
.btn i {
  line-height: 0;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.btn-xl i {
  top: -3px;
}

.btn-icon-left {
  margin-right: 5px;
}

.btn-icon-right {
  margin-left: 5px;
}

/* ROUNDED BUTTONS */
.collapsible {
  margin-top: -2rem;
}
.collapsible .collapsible-group {
  border-top: 1px solid #ccc;
}
.collapsible .collapsible-group:first-child {
  border: none;
}
.collapsible .collapsible-group.open > .collapsible-heading {
  color: #555;
}
.collapsible .collapsible-group.open > .collapsible-heading:before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #555;
}
.collapsible .collapsible-group.open .collapsible-content {
  display: block;
}
.collapsible .collapsible-heading {
  margin: 0;
  position: relative;
  color: #ccc;
  padding: 2rem 0 2rem 25px;
}
.collapsible .collapsible-heading:before {
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  speak: none;
  text-transform: none;
  text-rendering: auto;
  line-height: 0;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  position: absolute;
  left: 0;
  content: "";
  color: #ccc;
}
.collapsible .collapsible-heading:hover {
  color: #eb622f;
}
.collapsible .collapsible-content {
  padding-left: 25px;
}
.collapsible.panels {
  margin-top: 0;
}
.collapsible.panels > .collapsible-group {
  border: none;
  margin-bottom: 3px;
}
.collapsible.panels > .collapsible-group > .collapsible-heading {
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  background: #f5f5f5;
  color: #666;
  padding: 1.25rem 2rem;
}
.collapsible.panels > .collapsible-group > .collapsible-heading:hover {
  background: #f0f0f0;
  color: #333;
}
.collapsible.panels > .collapsible-group > .collapsible-heading:before {
  display: none;
}
.collapsible.panels > .collapsible-group > .collapsible-content {
  border: 1px solid #ccc;
  border-top: none;
  padding: 1.5rem 2rem;
}
.collapsible.panels > .collapsible-group > .collapsible-content > *:last-child {
  margin-bottom: 0;
}
.collapsible.panels > .collapsible-group.open > .collapsible-heading {
  background: #eb622f;
  color: white;
}

.breadcrumbs {
  list-style: none;
  padding: 0;
}
.breadcrumbs::after {
  clear: both;
  content: "";
  display: table;
}
.breadcrumbs a {
  text-decoration: none;
}
.breadcrumbs > * {
  margin: 0;
  float: left;
}
.breadcrumbs > *:not(:first-child):before {
  content: "/";
  color: #a7998d;
  margin: 0 1rem;
  position: relative;
}
.breadcrumbs > *.active a, .breadcrumbs > *.current-item, .breadcrumbs > *.current a {
  cursor: default;
  color: #555;
}

.dropdown {
  position: relative;
  display: inline-block;
  margin-bottom: 2rem;
}
.dropdown .dropdown-toggle:not(.btn) {
  display: block;
}
.dropdown .dropdown-content {
  margin: 5px 0 0 0;
  border: 1px solid #ccc;
  padding: 5px 10px;
  color: #555;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  display: none;
  z-index: 100;
  position: absolute;
  background: white;
  text-align: left;
  left: 0;
  top: 100%;
  min-width: 170px;
  max-width: 350px;
}
.dropdown .dropdown-content a {
  color: #eb622f;
}
.dropdown .dropdown-content a:hover {
  color: #bb4012;
  text-decoration: none;
}
.dropdown .dropdown-content.nav > li {
  border-bottom: 1px dotted #ccc;
}
.dropdown .dropdown-content.nav > li > a {
  padding: 5px 0;
  color: #555;
  font-size: 14px;
}
.dropdown .dropdown-content.nav > li > a:hover {
  color: #eb622f;
}
.dropdown .dropdown-content.nav > li:last-child {
  border: none;
}
.dropdown .dropdown-content.nav > li.active {
  font-weight: bold;
}
.dropdown .dropdown-content.nav > li.active a {
  color: #555;
}
.dropdown .dropdown-content.dropdown-box {
  padding: 2rem 3rem;
  min-width: 300px;
}
.dropdown .dropdown-content.dropdown-box *:last-child {
  margin: 0;
}
.dropdown .dropdown-content:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid white;
  position: absolute;
  bottom: 100%;
  left: 10px;
  z-index: 1;
}
.dropdown .dropdown-content:after {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ccc;
  position: absolute;
  bottom: 100%;
  left: 9px;
  z-index: 0;
}
.dropdown.open-up .dropdown-content {
  top: auto;
  bottom: 120%;
}
.dropdown.open-up .dropdown-content:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid white;
  border-bottom: none;
  top: 100%;
}
.dropdown.open-up .dropdown-content:after {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #ccc;
  border-bottom: none;
  top: 100%;
}
.dropdown.open-left .dropdown-content {
  left: auto;
  right: 0;
}
.dropdown.open-left .dropdown-content:before {
  left: auto;
  right: 10px;
}
.dropdown.open-left .dropdown-content:after {
  left: auto;
  right: 9px;
}

.nav .dropdown {
  margin-bottom: 0;
}

.list-inline .dropdown .dropdown-content, #home-top .caption ul .dropdown .dropdown-content, #featured-listing-top .caption ul .dropdown .dropdown-content, #page-header .caption ul .dropdown .dropdown-content {
  left: 10px;
}
.list-inline .dropdown.open-left .dropdown-content, #home-top .caption ul .dropdown.open-left .dropdown-content, #featured-listing-top .caption ul .dropdown.open-left .dropdown-content, #page-header .caption ul .dropdown.open-left .dropdown-content {
  right: 10px;
  left: auto;
}

.label {
  display: inline-block;
  padding: 0.15em 0.5em;
  font-size: 75%;
  font-weight: normal;
  line-height: inherit;
  color: white;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background: #a7998d;
  border-radius: 5px;
  background-clip: padding-box;
}
.label[href] {
  text-decoration: none !important;
}
.label[href]:hover {
  color: white;
  background: #9c8c7f;
}

.label-important {
  background-color: #B94A48;
}
.label-important[href]:hover {
  background: #a74240;
}

.label-success {
  background-color: #468847;
}
.label-success[href]:hover {
  background: #3d773e;
}

.label-prim {
  background-color: #eb622f;
}
.label-prim[href]:hover {
  background: #e95018;
}

.label-round {
  border-radius: 50%;
  background-clip: padding-box;
  padding: 0.15em 0.55em;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mfp-figure {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.modal {
  background: white;
  padding: 2rem 3rem;
  text-align: left;
  max-width: 40rem;
  margin: auto;
  position: relative;
}

.modal-big {
  padding: 3rem 4rem;
  max-width: 1100px;
}

.mfp-bg {
  background: #2d1908;
}
.mfp-bg.mfp-ready {
  opacity: 0.85 !important;
}

.mfp-figure:after {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

figcaption {
  color: rgba(255, 255, 255, 0.7) !important;
}
figcaption .mfp-title, figcaption .mfp-counter {
  color: rgba(255, 255, 255, 0.7) !important;
}

.mfp-arrow:after {
  display: none;
}
.mfp-arrow:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  speak: none;
  text-transform: none;
  text-rendering: auto;
  line-height: 0;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  color: white;
  border: none;
  font-size: 4rem;
}
.mfp-arrow.mfp-arrow-right:before {
  content: "";
}
.mfp-arrow.mfp-arrow-left:before {
  content: "";
}

.mfp-close {
  color: white;
}

.modal-footer {
  margin: 0 -3rem -2rem;
  padding: 2rem 3rem;
  border-top: 1px solid #ccc;
}
.modal-footer::after {
  clear: both;
  content: "";
  display: table;
}

.modal form {
  margin-bottom: 0;
}

.mfp-figure figure {
  margin: 0;
}

.pop-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.pop-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.pop-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.pop-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.pop-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.pop-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.pop-zoom .modal {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}
.pop-zoom.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.pop-zoom.mfp-ready .modal {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.pop-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.pop-zoom.mfp-removing .modal {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  opacity: 0;
}
.pop-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.pop-slide-top .mfp-content {
  vertical-align: top;
}
.pop-slide-top .modal {
  opacity: 0;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-transform: translate(0, -100px);
      -ms-transform: translate(0, -100px);
          transform: translate(0, -100px);
}
.pop-slide-top.mfp-bg {
  opacity: 0;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.pop-slide-top.mfp-ready .modal {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.pop-slide-top.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.pop-slide-top.mfp-removing .modal {
  -webkit-transform: translate(0, -50px);
      -ms-transform: translate(0, -50px);
          transform: translate(0, -50px);
  opacity: 0;
}
.pop-slide-top.mfp-removing.mfp-bg {
  opacity: 0;
}

.pop-fade-down .modal {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-transform: translate(0, -20px);
      -ms-transform: translate(0, -20px);
          transform: translate(0, -20px);
}
.pop-fade-down.mfp-bg {
  opacity: 0;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.pop-fade-down.mfp-ready .modal {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.pop-fade-down.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.pop-fade-down.mfp-removing .modal {
  -webkit-transform: translate(0, -10px);
      -ms-transform: translate(0, -10px);
          transform: translate(0, -10px);
  opacity: 0;
}
.pop-fade-down.mfp-removing.mfp-bg {
  opacity: 0;
}

.pagination {
  padding: 0;
  list-style: none;
}

.pagination li {
  display: inline;
}

.pagination a {
  float: left;
  padding: 3px 9px 4px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid white;
  border-left-width: 0;
  color: #eb622f;
  font-size: 14.4px;
  cursor: pointer;
}

.pagination .active a,
.pagination .active a:hover,
.paginate_active, .paginate_active:hover,
.pagination .current {
  background-color: #d3cdc7 !important;
}

.pagination a:hover {
  background: white;
}

.pagination .active a, .paginate_active, .pagination .current {
  color: #4b2d13 !important;
  border-color: #d3cdc7 !important;
  cursor: default !important;
}

.pagination .disabled a,
.pagination .disabled a:hover,
.paginate_button_disabled,
.paginate_button_disabled:hover {
  color: #555 !important;
  background: #fff !important;
  cursor: default !important;
  opacity: 0.4;
}

.pagination li:first-child a,
.dataTables_wrapper .pagination > a:first-child {
  border-left-width: 1px;
}

.thumbs.clickable > li {
  cursor: pointer;
}
.thumbs p {
  margin-bottom: 1rem;
}
.thumbs .caption {
  padding: 0.5rem;
}
.thumbs .caption .caption-heading {
  margin-bottom: 5px;
}
.thumbs .caption .caption-extras {
  display: none;
}
.thumbs > li {
  margin-bottom: 20px;
}
.thumbs > li::after {
  clear: both;
  content: "";
  display: table;
}
.thumbs .thumb {
  width: 100%;
  margin-bottom: 1rem;
  height: auto;
  overflow: hidden;
  position: relative;
  display: block;
}
.thumbs.thumbs-eq-ht .img-wrap {
  width: 100%;
  padding-bottom: 75%;
  background-position: center center;
  background-size: cover;
}
.thumbs.thumbs-square .img-wrap {
  padding-bottom: 100%;
}
.thumbs.no-gutters > li, .thumbs.no-gutters .thumb {
  margin-bottom: 0;
}
.thumbs[data-icon] .thumb:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.thumbs[data-icon] .thumb:after {
  font-family: Ionicons;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  speak: none;
  text-transform: none;
  text-rendering: auto;
  line-height: 0;
  -webkit-font-smoothing: antialiased;
  content: "";
  color: white;
  font-size: 4rem;
  z-index: 2;
  margin-top: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.thumbs[data-icon] .thumb:hover:before {
  opacity: 0.5;
}
.thumbs[data-icon] .thumb:hover:after {
  opacity: 1;
  margin-top: 0;
}
.thumbs[data-icon=zoom] .thumb:after {
  content: "";
  font-size: 4rem;
}
.thumbs[data-icon=plus] .thumb:after {
  content: "";
  font-size: 4rem;
}
.thumbs[data-hover-effect=img-zoom] .thumb .img-wrap {
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.thumbs[data-hover-effect=img-zoom] .thumb:hover .img-wrap {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
@media (min-width: 1201px) {
  .thumbs[data-hover-effect=caption-overlay] .thumb-wrap {
    cursor: pointer;
    position: relative;
  }
  .thumbs[data-hover-effect=caption-overlay] .thumb-wrap .thumb {
    margin-bottom: 0;
  }
  .thumbs[data-hover-effect=caption-overlay] .thumb-wrap .thumb:before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background: tomato;
    opacity: 0;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .thumbs[data-hover-effect=caption-overlay] .thumb-wrap .caption {
    width: 100%;
    text-align: center;
    padding: 0 1rem;
    z-index: 1000;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: white;
    opacity: 0;
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .thumbs[data-hover-effect=caption-overlay] .thumb-wrap .caption * {
    color: white;
    text-decoration: none;
  }
  .thumbs[data-hover-effect=caption-overlay] .thumb-wrap .caption *:last-child {
    margin-bottom: 0;
  }
  .thumbs[data-hover-effect=caption-overlay] .thumb-wrap:hover .thumb:before {
    opacity: 0.9;
  }
  .thumbs[data-hover-effect=caption-overlay] .thumb-wrap:hover .caption {
    opacity: 1;
    -webkit-transition-delay: 0.2s;
         -o-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
}
@media (min-width: 480px) {
  .thumbs.thumbs-left .thumb {
    float: left;
    width: 40%;
    max-width: 300px;
    margin-right: 2rem;
  }
  .thumbs.thumbs-left .caption {
    overflow: hidden;
  }
}
.thumbs.tight-gutters > li {
  margin-bottom: 10px;
}

.dataTable thead th {
  cursor: pointer;
}
.dataTable thead th.sorting:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  speak: none;
  text-transform: none;
  text-rendering: auto;
  line-height: 0;
  -webkit-font-smoothing: antialiased;
  content: "";
  font-size: 14px;
  float: right;
  color: rgba(0, 0, 0, 0.25);
}
.dataTable thead th.sorting_desc:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  speak: none;
  text-transform: none;
  text-rendering: auto;
  line-height: 0;
  -webkit-font-smoothing: antialiased;
  content: "";
  font-size: 14px;
  float: right;
  color: rgba(0, 0, 0, 0.5);
}
.dataTable thead th.sorting_asc:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  speak: none;
  text-transform: none;
  text-rendering: auto;
  line-height: 0;
  -webkit-font-smoothing: antialiased;
  content: "";
  font-size: 14px;
  float: right;
  color: rgba(0, 0, 0, 0.5);
}

.thead-prim th.sorting:after, .thead-sec th.sorting:after {
  color: rgba(255, 255, 255, 0.4) !important;
}
.thead-prim th.sorting_desc:after, .thead-sec th.sorting_desc:after {
  color: rgba(255, 255, 255, 0.8) !important;
}
.thead-prim th.sorting_asc:after, .thead-sec th.sorting_asc:after {
  color: rgba(255, 255, 255, 0.8) !important;
}

.dataTables_wrapper {
  margin-bottom: 2rem;
}
.dataTables_wrapper::after {
  clear: both;
  content: "";
  display: table;
}
.dataTables_wrapper select {
  width: auto;
  display: inline-block;
  margin-right: 1rem;
}

.dataTables_length {
  float: left;
  width: 40%;
  margin-bottom: 10px;
  font-size: 12.8px;
}
.dataTables_length label {
  font-weight: normal;
  font-size: 12.8px;
}

.dataTables_filter {
  float: right;
  margin-bottom: 10px;
  font-size: 12.8px;
}

.dataTables_info {
  float: left;
  width: 30%;
  font-size: 12.8px;
}

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

@media (max-width: 480px) {
  .dataTables_length,
.dataTables_filter,
.dataTables_info,
.dataTables_paginate {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }

  .dataTables_info,
.dataTables_paginate {
    text-align: center;
  }
}
@media (min-width: 481px) {
  .owl-controls {
    position: relative;
  }
  .owl-controls .owl-buttons .owl-prev, .owl-controls .owl-buttons .owl-next {
    position: absolute;
    top: 0;
    font-size: 26px;
    padding: 2px 15px 4px;
    line-height: 1;
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    opacity: 0.3;
  }
  .owl-controls .owl-buttons .owl-prev:hover, .owl-controls .owl-buttons .owl-next:hover {
    opacity: 1;
  }
  .owl-controls .owl-buttons .owl-prev {
    left: 1rem;
  }
  .owl-controls .owl-buttons .owl-next {
    right: 1rem;
  }
  .owl-controls .owl-pagination {
    text-align: center;
  }
  .owl-controls .owl-pagination .owl-page {
    margin: 0;
    padding: 11px 6px;
    display: inline-block;
    cursor: pointer;
    opacity: 0.7;
  }
  .owl-controls .owl-pagination .owl-page span {
    width: 12px;
    height: 12px;
    display: block;
    background: #aaa;
    border-radius: 50%;
    background-clip: padding-box;
  }
  .owl-controls .owl-pagination .owl-page:hover {
    opacity: 1;
  }
  .owl-controls .owl-pagination .owl-page:hover span {
    background: #aaa;
  }
  .owl-controls .owl-pagination .owl-page.active {
    opacity: 1;
    cursor: default;
  }
  .owl-controls .owl-pagination .owl-page.active span {
    background: #111;
  }
}
s .flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.slider {
  margin: 0;
  padding: 0;
}

.slider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.slider .slides img {
  width: 100%;
  display: block;
}

.slider .slides:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slider .slides {
  display: block;
}

* html .slider .slides {
  height: 1%;
}

.no-js .slider .slides > li:first-child {
  display: block;
}

.slider {
  zoom: 1;
  position: relative;
  margin-bottom: 4rem;
}
.slider .slides > li {
  position: relative;
}
.slider .slides > li img {
  display: block;
  z-index: 0;
  max-width: 100%;
  margin: auto;
  height: auto;
  line-height: 1px;
}
.slider .slide-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 15px;
  color: white;
  font-size: 90%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.slider .slide-caption .caption-heading {
  margin-bottom: 3px;
  line-height: 1.3;
}
.slider.hide-captions .slide-caption {
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  opacity: 0;
}
.slider.hide-captions:hover .slide-caption {
  opacity: 1;
}

.flex-control-nav {
  width: 100%;
  margin: 11px 0 5px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
}

.flex-control-paging li a {
  width: 12px;
  height: 12px;
  display: block;
  background: #aaa;
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 50%;
  background-clip: padding-box;
  opacity: 0.5;
}

.flex-control-paging li a:hover {
  background: #aaa;
  opacity: 1;
}

.flex-control-paging li a.flex-active {
  background: #111;
  cursor: default;
  opacity: 1;
}

.flex-direction-nav li a {
  font-family: Ionicons;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  speak: none;
  text-transform: none;
  text-rendering: auto;
  line-height: 0;
  -webkit-font-smoothing: antialiased;
  width: 8.1rem;
  height: 9rem;
  text-align: center;
  text-decoration: none;
  background: transparent;
  color: white;
  display: block;
  font-size: 6.75rem;
  line-height: 9rem;
  position: absolute;
  top: 50%;
  margin-top: -4.5rem;
  cursor: pointer;
  opacity: 0.6;
  z-index: 100;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.flex-direction-nav li a:hover {
  opacity: 0.9;
  text-decoration: none;
}
.flex-direction-nav li a.flex-prev {
  left: 0;
  text-indent: -4px;
}
.flex-direction-nav li a.flex-next {
  right: 0;
  text-indent: 4px;
}

.slider.hide-arrows .flex-direction-nav li a {
  opacity: 0;
}
.slider.hide-arrows:hover .flex-direction-nav li a {
  opacity: 0.8;
}

#powerTip, #popover {
  cursor: default;
  background-color: #333;
  border-radius: 2px;
  color: #f2f2f2;
  display: none;
  padding: 0.8rem 1.5rem;
  position: absolute;
  z-index: 2147483647;
  font-size: 14.4px;
  max-width: 30rem;
}

#powerTip:before {
  content: "";
  position: absolute;
}

#powerTip.n:before, #powerTip.s:before {
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  left: 50%;
  margin-left: -6px;
}

#powerTip.e:before, #powerTip.w:before {
  border-bottom: 6px solid transparent;
  border-top: 6px solid transparent;
  margin-top: -6px;
  top: 50%;
}

#powerTip.n:before {
  border-top: 9px solid #333;
  bottom: -9px;
}

#powerTip.e:before {
  border-right: 9px solid #333;
  left: -9px;
}

#powerTip.s:before {
  border-bottom: 9px solid #333;
  top: -9px;
}

#powerTip.w:before {
  border-left: 9px solid #333;
  right: -9px;
}

#powerTip.ne:before, #powerTip.se:before {
  border-right: 9px solid transparent;
  border-left: 0;
  left: 9px;
}

#powerTip.nw:before, #powerTip.sw:before {
  border-left: 9px solid transparent;
  border-right: 0;
  right: 9px;
}

#powerTip.ne:before, #powerTip.nw:before {
  border-top: 9px solid #333;
  bottom: -9px;
}

#powerTip.se:before, #powerTip.sw:before {
  border-bottom: 9px solid #333;
  top: -9px;
}

#powerTip.nw-alt:before, #powerTip.ne-alt:before,
#powerTip.sw-alt:before, #powerTip.se-alt:before {
  border-top: 9px solid #333;
  bottom: -9px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  left: 9px;
}

#powerTip.ne-alt:before {
  left: auto;
  right: 9px;
}

#powerTip.sw-alt:before, #powerTip.se-alt:before {
  border-top: none;
  border-bottom: 9px solid #333;
  bottom: auto;
  top: -9px;
}

#powerTip.se-alt:before {
  left: auto;
  right: 9px;
}

.select2-container {
  width: 100%;
}
.select2-container .select2-selection--multiple {
  border-radius: 0;
  background-clip: padding-box;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0 10px;
  font-size: 16px;
  background: #fff;
  color: #555;
  border: 1px solid #ccc;
  min-height: 45px;
}
.select2-container .select2-selection--multiple input:focus, .select2-container .select2-selection--multiple select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  padding: 0;
}
.select2-container .select2-selection--multiple .select2-search__field {
  height: auto;
  margin: 0;
}
.select2-container .select2-selection--multiple .select2-selection__choice {
  background-color: #eee;
  border: none;
  border-radius: 4px;
  background-clip: padding-box;
  cursor: default;
  float: left;
  font-size: 14.4px;
  margin-right: 7px;
  margin-top: 7px;
  padding: 1px 8px;
}
.select2-container .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  margin-right: 4px;
  font-size: 100%;
}
.select2-container .select2-results__option--highlighted {
  background: #eb622f !important;
}
.select2-container.select2-container-active .select2-choices, .select2-container.select2-container-open .select2-choices {
  border-color: #b3b3b3;
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0 0 0 0;
  background-clip: padding-box;
}
.select2-container:focus .select2-selection--multiple, .select2-container.select2-container--open .select2-selection--multiple, .select2-container.select2-container--focus .select2-selection--multiple {
  border-color: #b3b3b3;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.flat-slider .value {
  position: absolute;
  top: 110%;
  width: 100px;
  margin-left: -50px;
  left: 50%;
  text-align: center;
  display: block;
  font-size: 17px;
  font-family: "Roboto Condensed", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  color: white;
  font-weight: 100;
}
.flat-slider .price-range-max.value {
  top: auto;
  bottom: 110%;
}

.flat-slider.ui-corner-all,
.flat-slider .ui-corner-all {
  border-radius: 0;
}

.flat-slider.ui-slider {
  border: 0;
  background: rgba(255, 255, 255, 0.15);
}

.flat-slider.ui-slider-horizontal {
  height: 7px;
}

.flat-slider .ui-slider-handle {
  width: 13px;
  height: 30px;
  background: #eb622f;
  border: none;
  cursor: pointer;
  outline: none;
  outline: 0;
}

.flat-slider.ui-slider-horizontal .ui-slider-handle {
  top: 50%;
  margin-top: -15px;
}

.flat-slider.ui-slider-vertical .ui-slider-handle {
  left: 50%;
  margin-left: -15px;
}

.flat-slider .ui-slider-handle:hover, .ui-slider-handle.ui-state-active {
  background: #ef855e;
}

.flat-slider .ui-slider-range {
  border: 0;
  background: rgba(255, 255, 255, 0.8);
}

.flat-slider.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 7px;
}

.flat-slider.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 7px;
}

.ui-datepicker.ui-widget {
  background: white;
  overflow: hidden;
  padding: 0;
  border-radius: 0;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  border: none;
}
.ui-datepicker.ui-widget * {
  border-radius: 0;
  background-clip: padding-box;
  font-family: "Roboto Condensed", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
}
.ui-datepicker.ui-widget .ui-datepicker-header {
  color: white;
  background: #eb622f;
  border: none;
  padding: 1rem;
}
.ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-title {
  font-weight: bold;
}
.ui-datepicker.ui-widget .ui-datepicker-calendar {
  width: 100%;
  text-align: center;
  margin: 0;
}
.ui-datepicker.ui-widget .ui-datepicker-calendar thead, .ui-datepicker.ui-widget .ui-datepicker-calendar th {
  font-weight: normal;
}
.ui-datepicker.ui-widget .ui-datepicker-calendar td, .ui-datepicker.ui-widget .ui-datepicker-calendar a {
  text-align: center;
}
.ui-datepicker.ui-widget td {
  padding: 0;
}
.ui-datepicker.ui-widget th {
  color: #4b2d13;
}
.ui-datepicker.ui-widget th, .ui-datepicker.ui-widget td {
  width: 100%/7;
  font-size: 90%;
  text-align: center;
}
.ui-datepicker.ui-widget td span, .ui-datepicker.ui-widget td a {
  padding: 8px 0;
}
.ui-datepicker.ui-widget .ui-datepicker-prev, .ui-datepicker.ui-widget .ui-datepicker-next {
  width: 35px;
  height: 45px;
  cursor: pointer;
  text-align: center;
  opacity: 0.5;
}
.ui-datepicker.ui-widget .ui-datepicker-prev span, .ui-datepicker.ui-widget .ui-datepicker-next span {
  display: none;
}
.ui-datepicker.ui-widget .ui-datepicker-prev:before, .ui-datepicker.ui-widget .ui-datepicker-next:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  speak: none;
  text-transform: none;
  text-rendering: auto;
  line-height: 0;
  -webkit-font-smoothing: antialiased;
  line-height: 45px;
  text-align: center;
  color: white;
}
.ui-datepicker.ui-widget .ui-datepicker-prev:hover, .ui-datepicker.ui-widget .ui-datepicker-next:hover {
  opacity: 1;
}
.ui-datepicker.ui-widget .ui-datepicker-prev:before {
  content: "";
}
.ui-datepicker.ui-widget .ui-datepicker-next:before {
  content: "";
}
.ui-datepicker.ui-widget .ui-state-hover, .ui-datepicker.ui-widget .ui-widget-content .ui-state-hover, .ui-datepicker.ui-widget .ui-widget-header .ui-state-hover, .ui-datepicker.ui-widget .ui-state-focus, .ui-datepicker.ui-widget .ui-widget-content .ui-state-focus, .ui-datepicker.ui-widget .ui-widget-header .ui-state-focus {
  border: none;
  background: none;
}
.ui-datepicker.ui-widget .ui-state-default {
  background: white;
  border: none !important;
  text-align: center;
  color: #a7998d;
}
.ui-datepicker.ui-widget .ui-state-highlight {
  color: #eb622f;
  background: #f8f8f8;
}
.ui-datepicker.ui-widget .ui-state-active {
  background: #4b2d13;
  color: white;
}
.ui-datepicker.ui-widget .ui-state-default:not(.ui-state-active):hover {
  background: #eee !important;
  color: #a7998d;
}

.ui-datepicker-unselectable .ui-state-default {
  color: #eee;
}

html.ios select {
  color: #111 !important;
}

/*
.nav-toggle, .submenu-toggle, #select-subnav, #mobile-nav {
	display: none;
}
*/
.is-stacked.pad-when-stacked {
  margin: 2rem 0;
}
.is-stacked.pad-big-when-stacked {
  margin: 4rem 0;
}

@media (min-width: 481px) {
  .ph-show {
    display: none;
  }
}

@media (max-width: 480px) {
  .ph-block {
    display: block;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .ph-hide {
    display: none;
  }
}

@media (max-width: 480px), (min-width: 1024px) {
  .sm-show {
    display: none;
  }
}

@media (min-width: 481px) and (max-width: 1024px) {
  .sm-hide {
    display: none;
  }
}

@media (max-width: 1201px) {
  .lg-show {
    display: none;
  }
}

@media (max-width: 480px) {
  .ph-text-left {
    text-align: left !important;
  }
}

@media (max-width: 480px) {
  .ph-text-right {
    text-align: right !important;
  }
}

@media (max-width: 480px) {
  .ph-text-center {
    text-align: center !important;
  }
}

@media (max-width: 480px) {
  .ph-text-justify {
    text-align: justify !important;
  }
}

@media (max-width: 801px) {
  .sm-text-left {
    text-align: left !important;
  }
}

@media (max-width: 801px) {
  .sm-text-right {
    text-align: right !important;
  }
}

@media (max-width: 801px) {
  .sm-text-center {
    text-align: center !important;
  }
}

@media (max-width: 801px) {
  .sm-text-justify {
    text-align: justify !important;
  }
}

@media (max-width: 800px) {
  img.right, img.left {
    max-width: 50%;
  }

  .table-resp {
    display: block;
    overflow-x: auto;
    margin-bottom: 2rem;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    border: 1px solid #ccc;
  }
  .table-resp .table {
    margin-bottom: 0;
  }

  #select-subnav {
    display: block;
  }

  .subnav, .has-subnav {
    display: none;
  }

  #logo {
    display: block;
    max-width: 75%;
  }
  #logo img {
    max-height: 125px;
  }
}
.ph-left {
  float: left;
}

.ph-right {
  float: right;
}

img.ph-left {
  margin: 0 15px 15px 0;
  max-width: 50%;
}

img.ph-right {
  margin: 0 0 15px 15px;
  max-width: 50%;
}

@media (max-width: 480px) {
  img.right, img.left {
    display: block;
    margin: 0 auto 2rem;
    float: none;
    max-width: 100%;
  }

  body {
    font-size: 16px;
  }

  table, td {
    font-size: 14px;
  }

  select,
input[type=color], input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], input:not([type]), textarea {
    font-size: 16px;
    /* prevent form zooming in ios */
  }

  .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    box-lines: multiple;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pagination span {
    display: none;
  }
  .pagination a {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
  }

  form .btn {
    display: block !important;
    width: 100% !important;
  }

  .form-group.form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav:not(.nav-tabs) > li {
    display: block !important;
    float: none !important;
  }

  .navbar, .navbar ul.nav > li > a {
    height: auto !important;
    line-height: 2.25 !important;
  }

  .navbar ul.nav {
    float: none !important;
  }
  .navbar ul.nav > li {
    border-top: 1px solid rgba(0, 0, 0, 0.15) !important;
  }
  .navbar ul.nav > li:first-child {
    border: none !important;
  }
  .navbar form.right {
    border-top: 1px solid rgba(0, 0, 0, 0.15) !important;
    float: none !important;
  }
  .navbar form.right input {
    width: 90% !important;
    max-width: none !important;
    height: 35px !important;
    margin: 6px auto 7px !important;
    display: block !important;
  }

  .nav-stacks > li {
    margin: 0 0 10px 0 !important;
  }

  .slider .slides > li .caption {
    position: relative !important;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    color: #555 !important;
    background: none !important;
    text-align: center;
    font-size: 14px;
  }
  .slider .flex-direction-nav li a {
    width: 28px !important;
    height: 30px !important;
    font-size: 20px !important;
    line-height: 30px !important;
    top: 0px !important;
    margin-top: 0 !important;
  }

  .pagination {
    float: none !important;
  }
  .pagination:before {
    content: " ";
    display: table;
    clear: both !important;
  }

  .form-fields .row input, .form-fields .row textarea {
    margin-bottom: 10px;
  }
}
#modal-covid {
  border: 6px solid #2d1908;
}

.page-listing-featured #featured-listing-top {
  height: auto;
}
.page-listing-featured #featured-listing-top #vid, .page-listing-featured #featured-listing-top .slider {
  height: 75vh;
}
@media (min-width: 801px) {
  .page-listing-featured #featured-listing-top #vid, .page-listing-featured #featured-listing-top .slider {
    height: calc(100vh - 12rem);
  }
}
@media (min-width: 801px) {
  .page-listing-featured #featured-listing-top {
    height: 100vh;
  }
}
@media (max-width: 801px) {
  .page-listing-featured #featured-listing-top #listing-info .container {
    position: static !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
  .page-listing-featured #featured-listing-top #listing-info .container .list-inline, .page-listing-featured #featured-listing-top #listing-info .container .caption ul, #home-top .caption .page-listing-featured #featured-listing-top #listing-info .container ul, #featured-listing-top .caption .page-listing-featured #featured-listing-top #listing-info .container ul, #page-header .caption .page-listing-featured #featured-listing-top #listing-info .container ul, .page-listing-featured #featured-listing-top #listing-info .container h1 {
    float: none;
  }
}
.page-listing-featured #s-featured-property-info {
  padding: 10rem 0;
}
.page-listing-featured #s-featured-property-info .descr {
  margin-bottom: 3rem;
}
@media (min-width: 801px) {
  .page-listing-featured #s-featured-property-info .descr {
    float: left;
    width: 50%;
  }
}
.page-listing-featured #s-featured-property-info .descr br + br {
  height: 2rem;
  display: block;
  content: "";
}
.page-listing-featured #s-featured-property-info .specs {
  border-top: 5px solid #eb622f;
  background: #4b2d13;
  margin-top: -2rem;
  padding: 2rem;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
}
@media (min-width: 801px) {
  .page-listing-featured #s-featured-property-info .specs {
    float: right;
    width: 40%;
  }
}
.page-listing-featured #s-featured-property-info .specs li {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding: 2.5rem 1rem;
  width: calc(100% / 2);
}
@media (min-width: 480px) {
  .page-listing-featured #s-featured-property-info .specs li:nth-child(-n+3) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .page-listing-featured #s-featured-property-info .specs li:nth-child(3n) {
    border-right: none;
  }
}
@media (max-width: 480px) {
  .page-listing-featured #s-featured-property-info .specs li:nth-child(even) {
    border-right: none;
  }
}
@media (min-width: 480px) {
  .page-listing-featured #s-featured-property-info .specs li {
    width: calc(100% / 3);
  }
}
.page-listing-featured #s-featured-property-info .specs strong {
  font-weight: normal;
  color: #eb622f;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
}
.page-listing-featured #s-featured-property-info .specs span {
  color: white;
  font-size: 2.6rem;
  font-weight: 300;
}
@media (min-width: 480px) {
  .page-listing-featured #s-feature-listing-contact input {
    border-right: none;
    height: 6rem;
    margin-bottom: 0;
  }
  .page-listing-featured #s-feature-listing-contact input:not(:first-child) {
    border-top: none;
  }
  .page-listing-featured #s-feature-listing-contact textarea {
    height: 18rem;
    padding-top: 1.7rem;
  }
  .page-listing-featured #s-feature-listing-contact input:focus, .page-listing-featured #s-feature-listing-contact textarea:focus {
    border-left-color: #eb622f;
    background: #f8f8f8;
  }
  .page-listing-featured #s-feature-listing-contact input.error, .page-listing-featured #s-feature-listing-contact textarea.error {
    border-color: #ccc !important;
    border-left-color: #B94A48 !important;
    border-left-width: 2px;
  }
}
.page-listing-featured .pop-gallery .property:before {
  display: none !important;
}
.page-listing-featured .pop-gallery a:not(.btn-more) {
  background: #2d1908;
  display: block;
  height: 100%;
}
.page-listing-featured .pop-gallery a:not(.btn-more):before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: #4b2d13;
  opacity: 0;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.page-listing-featured .pop-gallery a:not(.btn-more):after {
  font-family: Ionicons;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  speak: none;
  text-transform: none;
  text-rendering: auto;
  line-height: 0;
  -webkit-font-smoothing: antialiased;
  content: "";
  color: white;
  font-size: 4rem;
  z-index: 2;
  margin-top: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.page-listing-featured .pop-gallery a:not(.btn-more):hover:before {
  opacity: 0.5;
}
.page-listing-featured .pop-gallery a:not(.btn-more):hover:after {
  margin-top: 0;
  opacity: 1;
}

.listings {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#page-header.map {
  padding-top: 4rem;
}

.s-light {
  background: #f5f3f2;
  border-top: 1px solid #ccc;
}

.agents-nav {
  text-align: center;
  margin: -6rem auto 8rem;
  padding-bottom: 4rem;
  border-bottom: 1px dashed #ccc;
}
.agents-nav::after {
  clear: both;
  content: "";
  display: table;
}
.agents-nav > li {
  width: 10%;
  padding: 0 2rem;
  display: inline-block;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-filter: grayscale(0.8);
          filter: grayscale(0.8);
  opacity: 0.7;
}
.agents-nav > li:hover {
  opacity: 1;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.agents-nav > li.active {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  opacity: 1;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.agents-nav > li a {
  display: block;
  width: 100%;
  overflow: hidden;
  padding-bottom: 100%;
  position: relative;
  border-radius: 50%;
  background-clip: padding-box;
}
.agents-nav > li a img {
  position: absolute;
  top: 0;
  left: 0;
}

.section-heading {
  margin-bottom: 4rem;
  padding: 2rem 0;
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
}
@media (max-width: 801px) {
  .section-heading {
    text-align: center;
  }
  .section-heading .section-heading-helpers > ul, .section-heading .section-heading-helpers > a, .section-heading .section-heading-helpers > div {
    display: inline-block;
    margin: 0 10px !important;
    vertical-align: middle;
  }
}

#search-full .form-group {
  padding: 0 1.5rem;
}

fieldset {
  margin-bottom: 5rem;
}

legend {
  margin-bottom: 4rem;
  background: #4b2d13;
  color: #eb622f;
  padding: 1.5rem 2rem;
  width: 100%;
  font-weight: 100;
  text-transform: uppercase;
  font-size: 20px;
  position: relative;
}
@media (min-width: 480px) {
  legend {
    letter-spacing: 1px;
  }
}
legend:after {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #2d1908;
  position: absolute;
  top: 100%;
  left: 2.5rem;
}

.listing-detail .agents.list-unstyled, .listing-detail .agents.row, .listing-detail .page-listing-featured #s-featured-property-info .agents.specs, .page-listing-featured #s-featured-property-info .listing-detail .agents.specs, .listing-detail .agents.agents-nav, #s-feature-listing-contact .agents.list-unstyled, #s-feature-listing-contact .agents.row, #s-feature-listing-contact .page-listing-featured #s-featured-property-info .agents.specs, .page-listing-featured #s-featured-property-info #s-feature-listing-contact .agents.specs, #s-feature-listing-contact .agents.agents-nav {
  margin-left: -5%;
}
.listing-detail .agents.list-unstyled > li, .listing-detail .agents.row > li, .listing-detail .page-listing-featured #s-featured-property-info .agents.specs > li, .page-listing-featured #s-featured-property-info .listing-detail .agents.specs > li, .listing-detail .agents.agents-nav > li, #s-feature-listing-contact .agents.list-unstyled > li, #s-feature-listing-contact .agents.row > li, #s-feature-listing-contact .page-listing-featured #s-featured-property-info .agents.specs > li, .page-listing-featured #s-featured-property-info #s-feature-listing-contact .agents.specs > li, #s-feature-listing-contact .agents.agents-nav > li {
  display: inline-block;
  width: 50%;
  padding-left: 5%;
  margin-left: -2px;
}

.btn-lg i {
  font-size: 26px;
  opacity: 0.5;
}

.btn {
  text-transform: uppercase;
  letter-spacing: 1px;
}

#listing-specs {
  padding-top: 3rem;
  margin-top: 3rem;
  border-top: 1px dashed #ccc;
  margin-bottom: 2rem;
}
#listing-specs dl {
  margin: 0;
}

#listing-map {
  height: 50rem;
}

#listing-gallery {
  margin-bottom: 8rem;
}
@media (min-width: 801px) {
  #listing-gallery {
    margin: 0;
    float: right;
    width: 64rem;
    margin-left: 4rem;
    text-align: right;
  }
  #listing-gallery #main-photo a {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
  }
}
#listing-gallery #main-photo {
  position: relative;
}
#listing-gallery #main-photo img {
  display: block;
  margin: 0 auto;
}
#listing-gallery #main-photo a {
  display: block;
  width: 35rem;
  margin: 4rem auto 0;
}
#listing-gallery .discl {
  margin-top: 4rem;
}
#listing-gallery .discl img {
  margin: 2px 0 3rem 1rem;
}

#listing-info {
  overflow: hidden;
}

.listing-header h1 small {
  display: block;
  margin-top: 1rem;
  line-height: 1.5;
}

.listings > li {
  margin-bottom: 4rem;
}
.listings .caption .caption-heading {
  text-transform: uppercase;
}
@media (min-width: 1300px) {
  .listings .caption ul::after {
    clear: both;
    content: "";
    display: table;
  }
  .listings .caption .listing-address-price {
    float: left;
    width: 50%;
    padding-right: 1rem;
  }
  .listings .caption .listing-specs {
    float: right;
    width: 50%;
    padding-left: 1rem;
    text-align: left;
  }
}

.container.stretch h1 {
  text-align: center;
}

.agent-bio .content {
  overflow: hidden;
  float: none;
  width: auto;
}
.agent-bio aside {
  text-align: center;
}
.agent-bio aside img {
  display: block;
  margin-bottom: 3rem;
}
@media (min-width: 601px) {
  .agent-bio aside {
    float: right;
    margin-left: 8rem;
    max-width: 35%;
  }
}
.agent-bio h1 small {
  display: block;
}

.thumbs.agents > li {
  margin-bottom: 4rem;
}
.thumbs.agents .caption {
  padding: 0 4rem 0 1.5rem;
  border-left: 2px solid #eb622f;
  position: relative;
}
.thumbs.agents .caption i {
  font-size: 22px;
  line-height: 1;
}
.thumbs.agents .caption a {
  position: absolute;
  top: 0;
  right: 0;
  color: #a7998d;
}
.thumbs.agents .caption a:hover {
  color: #eb622f;
}
.thumbs.agents .caption a:nth-child(2) {
  top: 25px;
}
.thumbs.agents .caption a:nth-child(3) {
  top: 50px;
}
.thumbs.agents .thumb {
  overflow: hidden;
}
.thumbs.agents .thumb .img-wrap {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  display: block;
}
.thumbs.agents .thumb .img-wrap img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

h1 {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #4b2d13;
}

#home-top .caption, #featured-listing-top .caption, #page-header .caption {
  background: white;
  position: absolute;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  bottom: 15px;
  right: 15px;
  padding: 0;
}
#home-top .caption::after, #featured-listing-top .caption::after, #page-header .caption::after {
  clear: both;
  content: "";
  display: table;
}
#home-top .caption ul, #featured-listing-top .caption ul, #page-header .caption ul {
  margin: 0;
  padding: 0 2rem;
  float: left;
  line-height: 5rem;
}
#home-top .caption a, #featured-listing-top .caption a, #page-header .caption a {
  float: right;
  background: #eb622f;
  color: white;
  height: 5rem;
  width: 6rem;
  line-height: 5rem;
  text-align: center;
  font-size: 3rem;
}
#home-top .caption a:hover, #featured-listing-top .caption a:hover, #page-header .caption a:hover {
  background: #4b2d13;
}

#page-header {
  background-position: center center;
  background-size: cover;
  height: 65vh;
  position: relative;
}
@media (min-width: 1024px) {
  #page-header {
    height: 65vh;
  }
}
#page-header .caption ul li {
  float: left;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
@media (max-width: 480px) {
  #page-header .caption ul li:first-child {
    display: none;
  }
}
@media (min-width: 1201px) {
  #page-header .caption ul li {
    display: none;
  }
  #page-header .caption ul li:first-child {
    display: block;
  }
}
#page-header .caption:hover ul li {
  display: block;
}

.boxed-heading {
  background: #2d1908;
  position: absolute;
  padding: 2rem 4rem;
  position: relative;
  top: -13rem;
  margin: -2.8rem 0 0;
  display: inline-block;
  left: 0;
  color: #eb622f !important;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#s-search .boxed-heading, .less-pad .boxed-heading {
  top: -8.6666666667rem;
}
.boxed-heading:after {
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #2d1908;
  position: absolute;
  top: 100%;
  left: 4rem;
}

h1.boxed-heading {
  font-size: 3.6rem;
}

.rev input, .rev select, .rev textarea {
  background: rgba(255, 255, 255, 0.15);
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  font-weight: 100;
  color: rgba(255, 255, 255, 0.9);
}
.rev input:active, .rev input:focus, .rev select:active, .rev select:focus, .rev textarea:active, .rev textarea:focus {
  color: #4b2d13;
}
.rev form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  text-transform: none;
}
.rev form input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  text-transform: none;
}
.rev form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  text-transform: none;
}
.rev form input:-ms-placeholder {
  color: rgba(255, 255, 255, 0.5);
  text-transform: none;
}
.rev form textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  text-transform: none;
}
.rev form textarea:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  text-transform: none;
}
.rev form textarea::-moz-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  text-transform: none;
}
.rev form textarea:-ms-placeholder {
  color: rgba(255, 255, 255, 0.5);
  text-transform: none;
}

#form-search input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  text-transform: none;
}
#form-search input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  text-transform: none;
}
#form-search input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  text-transform: none;
}
#form-search input:-ms-placeholder {
  color: rgba(255, 255, 255, 0.5);
  text-transform: none;
}
#form-search textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  text-transform: none;
}
#form-search textarea:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  text-transform: none;
}
#form-search textarea::-moz-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  text-transform: none;
}
#form-search textarea:-ms-placeholder {
  color: rgba(255, 255, 255, 0.5);
  text-transform: none;
}
#form-search .form-group > label {
  font-size: 2rem;
  margin-bottom: 2rem;
}
#form-search .help-block {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 100;
}
#form-search .row + .row {
  margin-top: 3rem;
}
#form-search #slider-range {
  margin-top: 0rem;
}
#form-search input, #form-search .c-select.customSelect, #form-search .dropdown-toggle {
  background: rgba(255, 255, 255, 0.15);
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  height: 5.5rem;
  line-height: 5.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 100;
  font-size: 18px;
}
#form-search #field-areas .dropdown-box {
  width: 90rem;
  max-width: none;
}
#form-search #field-areas .dropdown-box label {
  font-weight: 100;
  font-size: 15px;
}
#form-search .dropdown {
  display: block;
  width: 100%;
}
#form-search .dropdown .dropdown-toggle:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  speak: none;
  text-transform: none;
  text-rendering: auto;
  line-height: 0;
  -webkit-font-smoothing: antialiased;
  content: "";
  float: right;
  position: relative;
  top: 50%;
}
#form-search .btn {
  display: block;
  width: 100%;
  text-align: left;
  padding-left: 3rem;
  padding-right: 3rem;
  position: relative;
  color: #2d1908;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1px;
}
#form-search .btn:before {
  float: right;
  margin-top: 1.3rem;
  font-size: 2.6rem;
  color: white;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  speak: none;
  text-transform: none;
  text-rendering: auto;
  line-height: 0;
  -webkit-font-smoothing: antialiased;
  content: "";
}
@media (max-width: 1023px) {
  #form-search .btn {
    margin-top: 10rem;
  }
}

.rev {
  background: #4b2d13;
  color: rgba(255, 255, 255, 0.75);
}
.rev h1, .rev h2, .rev h3, .rev h4 {
  color: white;
}

a {
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

#loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ebe9e6;
  z-index: 100;
}
#loading i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #eb622f;
  font-size: 5rem;
  margin-left: -3rem;
}

#loading {
  display: none !important;
}

#home-top, #featured-listing-top {
  height: 100vh;
  position: relative;
  padding: 0;
}
@media (min-width: 480px) and (max-width: 801px) {
  #home-top, #featured-listing-top {
    height: 65vh;
  }
}
#home-top .help-down, #featured-listing-top .help-down {
  position: absolute;
  z-index: 100;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  bottom: 15px;
  left: 15px;
  background: white;
  height: 5rem;
  width: 6rem;
  line-height: 5rem;
  text-align: center;
  font-size: 2.8rem;
}
#home-top .help-down:hover, #featured-listing-top .help-down:hover {
  background: #4b2d13;
  color: white;
}
#home-top .slider, #featured-listing-top .slider {
  margin: 0;
  height: 100%;
}
#home-top .slider .slides, #home-top .slider .slides > li, #featured-listing-top .slider .slides, #featured-listing-top .slider .slides > li {
  height: 100%;
}
#home-top .slider .slides > li, #featured-listing-top .slider .slides > li {
  position: relative;
  background-position: center center;
  background-size: cover;
}
#home-top .slider .slide-coronavirus, #featured-listing-top .slider .slide-coronavirus {
  background: #c9c0b8;
}
#home-top .slider .slide-coronavirus .inner, #featured-listing-top .slider .slide-coronavirus .inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#home-top .slider .slide-coronavirus p, #featured-listing-top .slider .slide-coronavirus p {
  text-align: left;
}
#home-top .slider .slide-coronavirus p:last-child, #featured-listing-top .slider .slide-coronavirus p:last-child {
  margin: 3rem 0 -1rem;
}
#home-top .slider .slide-coronavirus img, #featured-listing-top .slider .slide-coronavirus img {
  margin: unset;
}
#home-top .slider .slide-coronavirus .container, #featured-listing-top .slider .slide-coronavirus .container {
  max-width: 940px;
  background: white;
  padding: 4vh;
  border: 5px solid #4b2d13;
}
#home-top .slider .slide-coronavirus .border, #featured-listing-top .slider .slide-coronavirus .border {
  border: 1px solid #eb622f;
  padding: 6vh 7vh;
}
@media (max-width: 480px) {
  #home-top .caption ul, #featured-listing-top .caption ul {
    display: block !important;
    margin: 0 !important;
    float: none !important;
    padding: 5px !important;
  }
  #home-top .caption ul > li, #featured-listing-top .caption ul > li {
    display: block !important;
    text-align: right;
    line-height: 1.5;
    padding: 0 5px !important;
  }
  #home-top .caption a, #featured-listing-top .caption a {
    text-align: center;
    float: none !important;
    display: block !important;
    width: 100%;
  }
}
#home-top #vid, #featured-listing-top #vid {
  height: 100%;
  width: 100%;
}
#home-top video#vid, #featured-listing-top video#vid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#s-featured-listing-parallax {
  height: 75vh;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
#s-featured-listing-parallax:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: black;
  opacity: 0.5;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 0;
}
#s-featured-listing-parallax .content {
  float: none;
  width: 100%;
  color: white;
  font-size: 125%;
  text-align: center;
}
#s-featured-listing-parallax .content h1 {
  color: white;
}
#s-featured-listing-parallax .content hr {
  border-color: #eb622f;
  border-width-top: 4px;
  width: 100px;
}
#s-featured-listing-parallax .container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

#s-featured-property-img-row-3 {
  padding: 20px;
}
#s-featured-property-img-row-3 .wrap {
  width: 100%;
  position: relative;
}
#s-featured-property-img-row-3 .wrap img {
  width: 100%;
}

#s-featured-property-info {
  background: #d3cdc7;
}

#featured-listing-top #listing-info-sticky-wrapper.is-sticky #listing-info {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  min-height: 9rem;
  padding-top: 1rem;
}
#featured-listing-top #listing-info-sticky-wrapper.is-sticky #listing-info h1 {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}
#featured-listing-top #vid, #featured-listing-top .slider {
  height: calc(100vh - 12rem);
}
#featured-listing-top #listing-info {
  min-height: 12rem;
  background: white;
  padding-top: 2rem;
  position: relative;
  z-index: 100;
}
#featured-listing-top #listing-info .container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#featured-listing-top #listing-info h1 {
  float: left;
  margin: 0;
  font-size: 3rem;
  letter-spacing: 3px;
}
#featured-listing-top #listing-info h1 small {
  display: block;
  font-size: 16px;
  color: #a7998d;
  padding-top: 5px;
}
@media (min-width: 480px) {
  #featured-listing-top #listing-info h1 small {
    letter-spacing: 2px;
  }
}
#featured-listing-top #listing-info .list-inline, #page-header .caption #featured-listing-top #listing-info ul, #home-top .caption #featured-listing-top #listing-info ul, #featured-listing-top #listing-info .caption ul, #featured-listing-top .caption #listing-info ul {
  float: right;
}
#featured-listing-top #listing-info .list-inline li, #page-header .caption #featured-listing-top #listing-info ul li, #home-top .caption #featured-listing-top #listing-info ul li, #featured-listing-top #listing-info .caption ul li, #featured-listing-top .caption #listing-info ul li {
  padding: 0;
}

body {
  background: white;
}

p + h2,
ul + h2,
table + h2,
ol + h2,
div + h2 {
  padding-top: 3rem;
}

p + h3,
ul + h3,
table + h3,
ol + h3,
div + h3 {
  padding-top: 2rem;
}

section {
  padding: 13rem 0;
}
section.no-pad {
  padding: 0;
}
section.less-pad {
  padding: 8.6666666667rem 0;
}
section.more-pad {
  padding: 19.5rem 0;
}

@media (max-width: 1201px) {
  html {
    font-size: 60%;
  }
}
@media (max-width: 1024px) {
  html {
    font-size: 54%;
  }
}
@media (max-width: 801px) {
  html {
    font-size: 50%;
  }
}
@media (max-width: 480px) {
  html {
    font-size: 47%;
  }
}
@media (min-width: 801px) {
  .content {
    width: 75%;
    float: left;
  }

  .sidebar {
    width: 20%;
    float: right;
  }
}
main {
  padding: 10rem 0;
}
main.no-pad {
  padding: 0;
}

html.nav-open {
  overflow-y: hidden;
}
html.nav-open #home-top {
  -webkit-filter: blur(5px);
          filter: blur(5px);
}

#site-header {
  padding: 20px 0;
  background: #4b2d13;
  z-index: 105;
  margin: 15px 15px 0 15px;
}
#site-header #logo {
  float: left;
  width: 20rem;
}
#site-header #logo img {
  width: 100%;
}
#site-header .nav-toggle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 4rem;
  color: rgba(255, 255, 255, 0.5);
  display: block;
}
#site-header .nav-toggle span {
  display: inline-block;
  position: relative;
  height: 1px;
  width: 3rem;
  background: #eb622f;
  margin-right: 1rem;
  vertical-align: middle;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
#site-header .nav-toggle span:before, #site-header .nav-toggle span:after {
  content: "";
  height: 1px;
  width: 3rem;
  background: #eb622f;
  position: absolute;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
#site-header .nav-toggle span:before {
  top: -7px;
}
#site-header .nav-toggle span:after {
  bottom: -7px;
}
#site-header .nav-toggle:hover {
  color: white;
}
#site-header .nav-toggle:hover span, #site-header .nav-toggle:hover span:before, #site-header .nav-toggle:hover span:after {
  background: white;
}
.header-over #site-header {
  position: absolute;
  margin: 0;
  top: 15px;
  left: 15px;
  right: 15px;
}

#main-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  z-index: -1;
  opacity: 0;
}
#main-nav:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: #2d1908;
  opacity: 0.92;
  top: 0;
  left: 0;
  position: absolute;
}
.nav-open #main-nav {
  z-index: 100000;
  opacity: 1;
}
#main-nav .nav-close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 100001;
  font-size: 5rem;
  padding: 0rem 3rem;
  display: block;
  color: white;
}
#main-nav .nav-close:hover {
  color: #eb622f;
}
#main-nav .nav {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 80%;
  text-align: center;
  margin: 0 !important;
  font-size: 3rem;
}
@media (min-width: 801px) {
  #main-nav .nav {
    font-size: 4rem;
  }
}
#main-nav .nav li:nth-child(1) {
  -webkit-animation-delay: 0;
          animation-delay: 0;
}
#main-nav .nav li:nth-child(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
#main-nav .nav li:nth-child(3) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
#main-nav .nav li:nth-child(4) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
#main-nav .nav a {
  color: white;
  text-transform: uppercase;
  letter-spacing: 3px;
  white-space: nowrap;
  padding: 1rem 3rem;
}
#main-nav .nav a:hover {
  color: #eb622f;
}

#site-footer {
  padding: 3rem 0 1rem;
  background: #241406;
  color: #4b2d13;
  text-align: center;
}
#site-footer .logo {
  margin: 1rem;
  max-width: 25rem;
}
#site-footer .nav {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media (min-width: 801px) {
  #site-footer .nav {
    min-width: 700px;
  }
}
#site-footer .nav a:hover {
  color: white;
}

#properties-wrap {
  /*

  	display: grid;
  	grid-template-columns: repeat(9,1fr);
  	gap: 2rem;
  	.property,a {
  		.thumb {
  			position: relative;
  			padding-bottom: 85%;
  			display: block;
  			.img-wrap {
  				@include fill;
  				@include bg-cover;
  			}			
  		}
  		grid-row: span 3;
  		grid-column: span 3;
  		&:nth-child(even) {
  			grid-row: span 4;
  			grid-column: span 4;
  		}
  		&:nth-child(5n) {
  			grid-row: span 2;
  			grid-column: span 2;
  		}

  	}
  	.caption {
  		display: none;
  	}

  */
  min-height: 2000px;
}
@media (max-width: 1200px) {
  #properties-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    box-lines: multiple;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  #properties-wrap .btn-more > span {
    display: block;
    width: 100%;
    padding-bottom: 75%;
    background: #eb622f;
    position: relative;
  }
  #properties-wrap .btn-more > span > span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: white;
    z-index: 10;
  }
  #properties-wrap .property, #properties-wrap .btn-more {
    min-height: 1px;
    width: 100%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1200px) and (min-width: 480px) {
  #properties-wrap .property, #properties-wrap .btn-more {
    width: 50%;
  }
}
@media (max-width: 1200px) and (min-width: 801px) {
  #properties-wrap .property, #properties-wrap .btn-more {
    width: 33.33333333%;
  }
}
@media (max-width: 1200px) {
  #properties-wrap .property::after, #properties-wrap .btn-more::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media (max-width: 1200px) {
  #properties-wrap .property .img-wrap, #properties-wrap .btn-more .img-wrap {
    width: 100%;
    padding-bottom: 75%;
    background-position: center center;
    background-size: cover;
  }
}
@media (max-width: 1200px) {
  #properties-wrap .property .caption, #properties-wrap .btn-more .caption {
    padding: 0.5rem;
  }
  #properties-wrap .property .caption .caption-heading, #properties-wrap .btn-more .caption .caption-heading {
    margin-bottom: 5px;
  }
  #properties-wrap .property .caption .caption-extras, #properties-wrap .btn-more .caption .caption-extras {
    display: none;
  }
}
@media (max-width: 1200px) {
  #properties-wrap .property .thumb, #properties-wrap .btn-more .thumb {
    width: 100%;
    margin-bottom: 1rem;
    height: auto;
    overflow: hidden;
    position: relative;
    display: block;
  }
}
@media (min-width: 1201px) {
  #properties-wrap {
    position: relative;
  }
  #properties-wrap .property,
#properties-wrap .btn-more {
    background: teal;
    position: absolute;
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    cursor: pointer;
    overflow: hidden;
  }
  #properties-wrap .property .caption, #properties-wrap .property .img-wrap, #properties-wrap .property:before, #properties-wrap .property:after,
#properties-wrap .btn-more .caption,
#properties-wrap .btn-more .img-wrap,
#properties-wrap .btn-more:before,
#properties-wrap .btn-more:after {
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    -webkit-transition-delay: 100ms;
         -o-transition-delay: 100ms;
            transition-delay: 100ms;
  }
  #properties-wrap .property:hover:before,
#properties-wrap .btn-more:hover:before {
    opacity: 0.85;
  }
  #properties-wrap .property:hover:after,
#properties-wrap .btn-more:hover:after {
    margin: 0;
    opacity: 1;
  }
  #properties-wrap .property:hover .caption,
#properties-wrap .btn-more:hover .caption {
    opacity: 1;
    margin-top: 0;
  }
  #properties-wrap .property:hover .img-wrap,
#properties-wrap .btn-more:hover .img-wrap {
    -webkit-filter: blur(2px);
            filter: blur(2px);
  }
  #properties-wrap .property:before,
#properties-wrap .btn-more:before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background: #4b2d13;
    opacity: 0;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
  }
  #properties-wrap .property:after,
#properties-wrap .btn-more:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 50%;
    opacity: 0;
    height: 5px;
    z-index: 3;
    background: #eb622f;
  }
  #properties-wrap .property .caption,
#properties-wrap .btn-more .caption {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin-top: 10px;
    text-align: center;
    z-index: 2;
    width: 80%;
    opacity: 0;
  }
  #properties-wrap .property .caption *,
#properties-wrap .btn-more .caption * {
    margin: 0;
    font-size: 16px;
    font-weight: 100;
    line-height: 1.5;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: white;
  }
  #properties-wrap .property .img-wrap,
#properties-wrap .btn-more .img-wrap {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-position: center center;
    background-size: cover;
    z-index: 0;
  }
  #properties-wrap .property:nth-child(1),
#properties-wrap .btn-more:nth-child(1) {
    width: 477px;
    height: 337px;
    left: 87px;
    top: 0;
  }
  #properties-wrap .property:nth-child(2),
#properties-wrap .btn-more:nth-child(2) {
    width: 257px;
    height: 257px;
    left: 584px;
    top: 80px;
  }
  #properties-wrap .property:nth-child(3),
#properties-wrap .btn-more:nth-child(3) {
    width: 340px;
    height: 340px;
    left: 0px;
    top: 357px;
  }
  #properties-wrap .property:nth-child(4),
#properties-wrap .btn-more:nth-child(4) {
    width: 395px;
    height: 279px;
    left: 360px;
    top: 357px;
  }
  #properties-wrap .property:nth-child(5),
#properties-wrap .btn-more:nth-child(5) {
    width: 279px;
    height: 279px;
    left: 775px;
    top: 357px;
  }
  #properties-wrap .property:nth-child(6),
#properties-wrap .btn-more:nth-child(6) {
    width: 278px;
    height: 196px;
    left: 62px;
    top: 717px;
  }
  #properties-wrap .property:nth-child(7),
#properties-wrap .btn-more:nth-child(7) {
    width: 257px;
    height: 257px;
    left: 360px;
    top: 656px;
  }
  #properties-wrap .property:nth-child(8),
#properties-wrap .btn-more:nth-child(8) {
    width: 477px;
    height: 337px;
    left: 637px;
    top: 656px;
  }
  #properties-wrap .property:nth-child(9),
#properties-wrap .btn-more:nth-child(9) {
    width: 573px;
    height: 405px;
    left: 44px;
    top: 933px;
  }
  #properties-wrap .property:nth-child(10),
#properties-wrap .btn-more:nth-child(10) {
    width: 274px;
    height: 194px;
    left: 637px;
    top: 1013px;
  }
  #properties-wrap .property:nth-child(11),
#properties-wrap .btn-more:nth-child(11) {
    width: 263px;
    height: 189px;
    left: 0;
    top: 1358px;
  }
  #properties-wrap .property:nth-child(12),
#properties-wrap .btn-more:nth-child(12) {
    width: 334px;
    height: 334px;
    left: 283px;
    top: 1358px;
  }
  #properties-wrap .property:nth-child(13),
#properties-wrap .btn-more:nth-child(13) {
    width: 411px;
    height: 291px;
    left: 637px;
    top: 1227px;
  }
  #properties-wrap .property:nth-child(14),
#properties-wrap .btn-more:nth-child(14) {
    width: 206px;
    height: 206px;
    left: 57px;
    top: 1567px;
  }
  #properties-wrap .property:nth-child(15),
#properties-wrap .btn-more:nth-child(15) {
    width: 334px;
    height: 237px;
    left: 283px;
    top: 1711px;
  }
  #properties-wrap .property:nth-child(16),
#properties-wrap .btn-more:nth-child(16) {
    width: 358px;
    height: 254px;
    left: 637px;
    top: 1538px;
  }
  #properties-wrap .property:nth-child(17),
#properties-wrap .btn-more:nth-child(17) {
    width: 260px;
    height: 260px;
    left: 3px;
    top: 1793px;
  }
  #properties-wrap .property:nth-child(18),
#properties-wrap .btn-more:nth-child(18) {
    width: 439px;
    height: 310px;
    left: 283px;
    top: 1967px;
  }
  #properties-wrap .property:nth-child(19),
#properties-wrap .btn-more:nth-child(19) {
    width: 193px;
    height: 136px;
    left: 637px;
    top: 1812px;
  }
  #properties-wrap .property:nth-child(20),
#properties-wrap .btn-more:nth-child(20) {
    width: 206px;
    height: 206px;
    left: 742px;
    top: 1967px;
  }
  #properties-wrap .property:nth-child(21),
#properties-wrap .btn-more:nth-child(21) {
    width: 334px;
    height: 334px;
    left: 41px;
    top: 2296px;
  }
  #properties-wrap .property:nth-child(22),
#properties-wrap .btn-more:nth-child(22) {
    width: 326px;
    height: 231px;
    left: 396px;
    top: 2296px;
  }
  #properties-wrap .property:nth-child(23),
#properties-wrap .btn-more:nth-child(23) {
    width: 334px;
    height: 334px;
    left: 742px;
    top: 2193px;
  }
  #properties-wrap .property:nth-child(24),
#properties-wrap .btn-more:nth-child(24) {
    width: 193px;
    height: 136px;
    left: 182px;
    top: 2650px;
  }
  #properties-wrap .property:nth-child(25),
#properties-wrap .btn-more:nth-child(25) {
    width: 439px;
    height: 310px;
    left: 396px;
    top: 2547px;
  }
  #properties-wrap .property:nth-child(26),
#properties-wrap .btn-more:nth-child(26) {
    width: 326px;
    height: 231px;
    left: 48px;
    top: 2806px;
  }
  #properties-wrap .property:nth-child(27),
#properties-wrap .btn-more:nth-child(27) {
    width: 334px;
    height: 334px;
    left: 396px;
    top: 2877px;
  }
  #properties-wrap .property:nth-child(28),
#properties-wrap .btn-more:nth-child(28) {
    width: 326px;
    height: 231px;
    left: 750px;
    top: 2877px;
  }
  #properties-wrap .property:nth-child(29),
#properties-wrap .btn-more:nth-child(29) {
    width: 207px;
    height: 206px;
    left: 167px;
    top: 3057px;
  }
  #properties-wrap .property:nth-child(30),
#properties-wrap .btn-more:nth-child(30) {
    width: 334px;
    height: 231px;
    left: 396px;
    top: 3231px;
  }
  #properties-wrap .property:nth-child(31),
#properties-wrap .btn-more:nth-child(31) {
    width: 206px;
    height: 136px;
    left: 750px;
    top: 3128px;
  }
  #properties-wrap .property:nth-child(n+32),
#properties-wrap .btn-more:nth-child(n+32) {
    display: none;
  }
  #properties-wrap .btn-more {
    position: absolute;
    display: block;
    width: 206px;
    height: 206px;
    background: #eb622f;
    color: white;
    text-align: center;
  }
  #properties-wrap .btn-more span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  #properties-wrap .btn-more:hover {
    background: #4b2d13 !important;
    color: #eb622f !important;
  }
  #properties-wrap .btn-more:before, #properties-wrap .btn-more:after {
    display: none !important;
  }
  #properties-wrap.show-31 {
    min-height: 3500px;
  }
  #properties-wrap.show-31 .property:nth-child(n+32) {
    display: none;
  }
  #properties-wrap.show-31 .btn-more {
    left: 750px;
    top: 3284px;
  }
  #properties-wrap.show-25 {
    min-height: 2850px;
  }
  #properties-wrap.show-25 .property:nth-child(n+26) {
    display: none;
  }
  #properties-wrap.show-25 .btn-more {
    left: 853px;
    top: 2547px;
  }
  #properties-wrap.show-19 .btn-more {
    left: 742px;
    top: 1967px;
  }
  #properties-wrap.show-19 .property:nth-child(n+20) {
    display: none;
  }
  #properties-wrap.show-15 {
    min-height: 2000px;
  }
  #properties-wrap.show-15 .property:nth-child(n+16) {
    display: none;
  }
  #properties-wrap.show-15 .btn-more {
    left: 637px;
    top: 1538px;
  }
  #properties-wrap.show-9 {
    min-height: 1400px;
  }
  #properties-wrap.show-9 .property:nth-child(n+10) {
    display: none;
  }
  #properties-wrap.show-9 .btn-more {
    left: 637px;
    top: 1013px;
  }
  #properties-wrap.show-9 {
    min-height: 1400px;
  }
  #properties-wrap.show-9 .property:nth-child(n+10) {
    display: none;
  }
  #properties-wrap.show-9 .btn-more {
    left: 637px;
    top: 1013px;
  }
  #properties-wrap.show-6 {
    min-height: 1000px;
  }
  #properties-wrap.show-6 .property:nth-child(n+7) {
    display: none;
  }
  #properties-wrap.show-6 .btn-more {
    left: 360px;
    top: 655px;
  }
}

.spinner {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.cube1, .cube2 {
  background-color: #eb622f;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-cubemove 2s infinite ease-in-out;
  animation: sk-cubemove 2s infinite ease-in-out;
}

.cube2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-cubemove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes sk-cubemove {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  }
  50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}