@import "bootstrap/css/bootstrap.css";
@import "bootstrap/css/bootstrap-formhelpers.css";
@font-face {
  font-family: 'Crimson';
  src: url(../fonts/CrimsonText-Roman.ttf);
}
.box-shadow {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  z-index: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  display: inline;
  zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
-moz-selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: rgba(244, 123, 55, 0.5);
  color: #fff;
  text-shadow: none;
}
ul,
ol {
  margin: 1em 0;
  padding: 0;
  margin-bottom: 20px;
  list-style: none;
}
ul.square,
ol.square,
ul.circle,
ol.circle,
ul.disc,
ol.disc {
  margin-left: 1em;
}
ul.square,
ol.square {
  list-style: square outside;
}
ul.circle,
ol.circle {
  list-style: circle outside;
}
ul.disc,
ol.disc {
  list-style: disc outside;
}
ul.info li,
ol.info li {
  margin-bottom: 0.4em;
  border-bottom: 1px solid rgba(244, 125, 57, 0.5);
  padding-left: 0.8em;
}
ul {
  list-style: none outside;
}
ul.large li {
  line-height: 21px;
}
ul ul,
ul ol {
  margin: 4px 0 5px 30px;
  font-size: 90%;
}
ul ul li,
ul ol li {
  margin-bottom: 6px;
}
ol {
  list-style: decimal;
}
ol ol {
  margin: 4px 0 5px 30px;
  font-size: 90%;
}
li {
  line-height: 1.8em;
}
li p {
  line-height: 21px;
}
dd {
  margin: 0 0 0 40px;
}
details {
  margin-bottom: 1em;
}
img,
embed,
object,
iframe {
  border: 0;
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
img.scale-with-grid,
embed.scale-with-grid,
object.scale-with-grid,
iframe.scale-with-grid {
  height: auto;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  display: block;
  text-align: center;
  overflow: hidden;
}
figure.circle {
  border-radius: 200px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}
figure img {
  margin: auto;
  max-width: 100%;
  display: inline-block;
}
/* =============================================================================
   Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
thead {
  background: rgba(215, 215, 215, 0.53);
}
tbody tr:nth-child(even) {
  background: rgba(215, 215, 215, 0.25);
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}
html {
  font: 100%/1.8 "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body,
input,
button {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color: #4d4d4d;
  font-size: 14px;
}
input {
  -webkit-border-radius: 0;
  border-radius: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: black;
  font-weight: normal;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-overflow: ellipsis;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
  color: #f47d39;
  border: none;
}
h1 {
  font-size: 2em;
  line-height: 2.3em;
  margin: 0;
  font-weight: 300;
}
h1.site-title {
  font-size: 4em;
  margin-top: 1em;
  padding: 0;
  font-weight: 300;
  line-height: 1em;
}
@media (max-width: 768px) {
  h1.site-title {
    font-size: 2.5em;
  }
}
h1.section-title {
  font-size: 3.5vw;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 10vh;
}
h2 {
  font-size: 1.5em;
  line-height: 2em;
}
h2.site-title {
  font-size: 3em;
  margin: 0px;
  padding: 0;
  font-weight: 300;
  line-height: 1em;
}
@media (max-width: 768px) {
  h2.site-title {
    font-size: 1.5em;
  }
}
h2.site-subtitle {
  font-size: 2em;
  margin: 0px;
  padding: 0;
  font-weight: 300;
}
@media (max-width: 768px) {
  h2.site-subtitle {
    font-size: 1.3em;
  }
}
h3 {
  font-size: 1.17em;
  margin-bottom: 0.5em;
}
h4 {
  font-size: 1em;
  margin-top: 0.5em;
}
h5 {
  font-size: 0.83em;
}
h6 {
  font-size: 0.75em;
}
p {
  line-height: 1.8;
  margin: 0 auto 1em auto;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hypens: auto;
  hyphens: auto;
}
.indent p {
  margin: 0;
}
.indent p + p {
  text-indent: 2em;
  margin-top: -1em;
}
a {
  text-decoration: none;
  color: #f47d39;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  transition: all 150ms;
  -moz-transition: all 150ms;
  -webkit-transition: all 150ms;
  -o-transition: all 150ms;
  border-radius: 0;
}
a:hover {
  color: #bd4b0a;
}
a:active {
  color: #f47d39;
}
a[href$=".zip"] {
  color: #f47d39;
}
strong,
b {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
code,
pre {
  font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
  font-size: 1em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: normal;
}
blockquote {
  font-style: italic;
}
blockquote:before {
  content: "\201C";
  display: inline-block;
  padding-right: 0.4em;
}
hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 1em 0 1em;
  height: 0;
}
sup {
  font-size: 0.6em;
  vertical-align: top;
}
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
[role=button],
.button {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-shadow: none;
  line-height: 2.5em;
  border: none;
  -webkit-appearance: none;
  cursor: pointer !important;
  color: #060606 !important;
  display: inline-block;
  text-align: center;
  margin: 0;
  padding: 0 0.5em;
  min-width: 2em;
  background: #ffffff;
  background: #ffffff -moz-linear-gradient(top, #ffffff 0%, #EBEBEB 100%);
  background: #ffffff -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #EBEBEB));
  background: #ffffff -webkit-linear-gradient(top, #ffffff 0%, #EBEBEB 100%);
  background: #ffffff -o-linear-gradient(top, #ffffff 0%, #EBEBEB 100%);
  background: #ffffff -ms-linear-gradient(top, #ffffff 0%, #EBEBEB 100%);
  background: #ffffff linear-gradient(top, #ffffff 0%, #EBEBEB 100%);
  transition: all 150ms;
  -moz-transition: all 150ms;
  -webkit-transition: all 150ms;
  -o-transition: all 150ms;
  white-space: nowrap;
  outline: none;
  font-size: 1em;
}
[role=button]:hover,
.button:hover {
  box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 0), inset 0 0 0 4px rgba(222, 222, 222, 0.2) !important;
}
[role=button].medium,
.button.medium {
  font-size: 1.5em;
  padding: 0 1em;
}
[role=button].large,
.button.large {
  width: 100%;
  font-size: 2em !important;
}
[role=button].wide,
.button.wide {
  width: 100%;
}
[role=button].blue,
.button.blue {
  color: #fff !important;
  text-shadow: 0 0px 1px rgba(0, 0, 0, 0.5);
  background: #aaa8a7;
  background: #aaa8a7 -moz-linear-gradient(top, #aaa8a7 0%, #848280 100%);
  background: #aaa8a7 -webkit-gradient(linear, left top, left bottom, color-stop(0%, #aaa8a7), color-stop(100%, #848280));
  background: #aaa8a7 -webkit-linear-gradient(top, #aaa8a7 0%, #848280 100%);
  background: #aaa8a7 -o-linear-gradient(top, #aaa8a7 0%, #848280 100%);
  background: #aaa8a7 -ms-linear-gradient(top, #aaa8a7 0%, #848280 100%);
  background: #aaa8a7 linear-gradient(top, #aaa8a7 0%, #848280 100%);
}
[role=button].highlight,
.button.highlight {
  color: #fff !important;
  background: #f47d39;
}
[role=button][disabled],
.button[disabled],
[role=button][data-disabled="true"],
.button[data-disabled="true"] {
  opacity: 0.5;
  background: #ffffff;
  background: #ffffff -moz-linear-gradient(top, #ffffff 0%, #EBEBEB 100%);
  background: #ffffff -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #EBEBEB));
  background: #ffffff -webkit-linear-gradient(top, #ffffff 0%, #EBEBEB 100%);
  background: #ffffff -o-linear-gradient(top, #ffffff 0%, #EBEBEB 100%);
  background: #ffffff -ms-linear-gradient(top, #ffffff 0%, #EBEBEB 100%);
  background: #ffffff linear-gradient(top, #ffffff 0%, #EBEBEB 100%);
  cursor: wait;
}
nav [role=button] {
  color: #fff !important;
  text-shadow: 0 0px 1px rgba(0, 0, 0, 0.5);
  background: #f8ad81;
  background: #f8ad81 -moz-linear-gradient(top, #f8ad81 0%, #f47d39 100%);
  background: #f8ad81 -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8ad81), color-stop(100%, #f47d39));
  background: #f8ad81 -webkit-linear-gradient(top, #f8ad81 0%, #f47d39 100%);
  background: #f8ad81 -o-linear-gradient(top, #f8ad81 0%, #f47d39 100%);
  background: #f8ad81 -ms-linear-gradient(top, #f8ad81 0%, #f47d39 100%);
  background: #f8ad81 linear-gradient(top, #f8ad81 0%, #f47d39 100%);
}
.svg-icon {
  width: 2.1em;
  line-height: 4em;
  vertical-align: middle;
  height: 1.4em;
  transition: all 0.2s;
  position: relative;
  display: inline-block;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  display: -ms-inline-flex;
  display: -moz-inline-block;
  display: -webkit-inline-block;
}
.svg-icon svg {
  width: 100%;
  height: 100%;
  margin: auto;
}
.svg-icon .icon-text {
  position: absolute;
  height: 1em;
  font-size: 0.7em;
  text-align: center;
  width: 3.8em;
  left: -0.4em;
}
.svg-icon.white svg {
  fill: white;
  overflow: visible;
}
.svg-icon.highlight svg {
  fill: #f47d39;
  overflow: visible;
}
.svg-icon.highlight svg g {
  filter: none !important;
}
.svg-icon.grey svg {
  fill: #e0e0e0;
  stroke: #818181;
}
.svg-icon.yellow svg {
  fill: #ff7575;
  stroke: #818181;
}
.svg-icon.large {
  width: 100%;
  height: 100%;
  max-width: 50%;
  max-height: 50%;
  display: inline-block;
}
.svg-icon.large:after {
  content: '';
  clear: both;
}
.yellow [data-role=count] {
  position: absolute;
  bottom: -0.5em;
  right: -0.5em;
  width: 1.1em;
  height: 1.1em;
  background: #f47d39;
  line-height: 1.2em;
  text-align: center;
  color: white;
  border-radius: 1em;
}
.ecomicon {
  background: url(../images/icon-sheet-100px.svg) no-repeat;
  background-size: 5.6em 15.4em;
  width: 1.4em;
  height: 1.4em;
  overflow: hidden;
  display: inline-block;
  text-indent: -9999px;
  color: transparent;
  vertical-align: middle;
  margin: 0.4em;
}
@media screen and (min-width: 0) {
  .ecomicon {
    background: url(../images/icon-sheet-100px.svg) no-repeat;
    background-size: 5.6em 15.4em;
  }
}
.ecomicon.medium {
  background-size: 120px 330px;
  width: 30px;
  height: 30px;
}
.no-svg .ecomicon,
.ie10 .ecomicon,
.ie9 .ecomicon,
.ie8 .ecomicon,
.ie7 .ecomicon,
.ie6 .ecomicon {
  background: url(../images/icon-sheet-100px.png) no-repeat;
  background-size: 5.6em 15.4em;
}
.no-backgroundsize .ecomicon {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/icon-sheet-100px.png', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/icon-sheet-100px.png', sizingMethod='scale')";
}
.ecomicon.big,
.ie10 .ecomicon.big {
  background-size: 160px 440px;
  width: 40px;
  height: 40px;
}
[role=navigation] .ecomicon {
  width: 1.4em;
  height: 1.4em;
}
.ecomicon.smoking {
  background-position: 0px 0px;
}
.ecomicon.no-smoking {
  background-position: 33.33333333% 0px;
}
.ecomicon.us-smoking {
  background-position: 100% 60%;
}
.ecomicon.disability {
  background-position: 66.66666667% 0px;
}
.ecomicon.no-disability {
  background-position: 100% 0px;
}
.ecomicon.no-pets {
  background-position: 0px 10%;
}
.ecomicon.pets {
  background-position: 33.33333333% 10%;
}
.ecomicon.no-pets2 {
  background-position: 66.66666667% 10%;
}
.ecomicon.pets2 {
  background-position: 100% 10%;
}
.ecomicon.cats {
  background-position: 0px 20%;
}
.ecomicon.dogs {
  background-position: 33.33333333% 20%;
}
.ecomicon.favorite-off {
  background-position: 66.6% 20%;
}
.ecomicon.favorite-on {
  background-position: 100% 20%;
}
.ecomicon.user {
  background-position: 0px 30%;
}
.ecomicon.help {
  background-position: 33% 30%;
}
.ecomicon.share {
  background-position: 66% 30%;
}
.ecomicon.search {
  background-position: 100% 30%;
}
.ecomicon.phone {
  background-position: 0px 40%;
}
.ecomicon.up-arrow {
  background-position: 33% 40%;
}
.ecomicon.down-arrow {
  background-position: 66% 40%;
}
.ecomicon.marker {
  background-position: 100% 40%;
}
.ecomicon.next {
  background-position: 0px 50%;
}
.ecomicon.prev {
  background-position: 33.33333333% 50%;
}
.ecomicon.mail {
  background-position: 66.66666667% 50%;
}
.ecomicon.house {
  background-position: 100% 50%;
}
.ecomicon.refine {
  background-position: 0px 60%;
}
.ecomicon.facebook {
  background-position: 33% 60%;
}
.ecomicon.twitter {
  background-position: 66.6% 60%;
}
.ecomicon.grey-smoking {
  background-position: 100% 60%;
}
.ecomicon.grey-pets {
  background-position: 0px 70%;
}
.ecomicon.alert {
  background-position: 33% 70%;
}
.ecomicon.print {
  background-position: 66% 71%;
}
.ecomicon.embed {
  background-position: 100% 70%;
}
.ecomicon.link {
  background-position: 0px 80%x;
}
.ecomicon.sqft {
  background-position: 33% 80%;
}
.ecomicon.bed {
  background-position: 66% 80%;
}
.ecomicon.bath {
  background-position: 100% 80%;
}
.ecomicon.mapview {
  background-position: 0px 90%;
}
.ecomicon.facebook-white {
  background-position: 33% 90%;
}
.ecomicon.twitter-white {
  background-position: 66.6% 90%;
}
.ecomicon.close {
  background-position: 100% 90%;
}
.ecomicon.male {
  background-position: 0px 100%;
}
.ecomicon.female {
  background-position: 33% 100%;
}
.ecomicon.menu {
  background-position: 66% 100%;
}
.ecomicon.search-black {
  background-position: 100% 100%;
}
.ecomicon .white {
  background: url(images/socialicons50x50-white.png) no-repeat;
}
.ecomicon:hover {
  opacity: 1;
}
.propicon {
  background: url(../images/property-icons.svg) no-repeat;
  background-size: 80px 80px;
  width: 20px;
  height: 20px;
  overflow: hidden;
  display: inline-block;
  text-indent: -9999px;
  color: transparent;
  vertical-align: middle;
}
.propicon.medium {
  background-size: 120px 120px;
  width: 30px;
  height: 30px;
}
.propicon.big {
  background-size: 160px 160px;
  width: 40px;
  height: 40px;
}
.no-svg .propicon {
  background: url(../images/property-icons.png) no-repeat;
}
.propicon.map-20 {
  background-position: 0px 0px;
}
.propicon.map-21 {
  background-position: 33.33333333% 0px;
}
.propicon.map-23 {
  background-position: 66.66666667% 0px;
}
.propicon.map-24 {
  background-position: 100% 0px;
}
.propicon.map-25 {
  background-position: 0px 33.33333333%;
}
.propicon.map-26 {
  background-position: 33.33333333% 33.33333333%;
}
.propicon.map-27 {
  background-position: 66.66666667% 33.33333333%;
}
.propicon.map-28 {
  background-position: 100% 33.33333333%;
}
.propicon.map-29 {
  background-position: 0px 66.66666667%;
}
.propicon.map-30 {
  background-position: 33.33333333% 66.66666667%;
}
.propicon.map-31 {
  background-position: 66.6% 66.66666667%;
}
.propicon.map-32 {
  background-position: 100% 66.66666667%;
}
.propicon.map-35 {
  background-position: 0px 100%;
}
.propicon.map-37 {
  background-position: 33% 100%;
}
.propicon.map-1193 {
  background-position: 0px 0px;
}
.propicon.map-7523 {
  background-position: 66% 100%;
}
.socialicon {
  background: url(images/socialicons100x100.png) no-repeat;
  -webkit-background-size: 160px 160px !important;
  -moz-background-size: 160px 160px !important;
  -ms-background-size: 160px 160px !important;
  -o-background-size: 160px 160px !important;
  background-size: 160px 160px !important;
  text-decoration: none !important;
  border: none !important;
  height: 40px;
  width: 40px;
  line-height: inherit;
  overflow: hidden;
  display: inline-block;
  opacity: 0.5;
  text-indent: -9999px;
  color: transparent;
  vertical-align: middle;
}
.socialicon.googleplus {
  background-position: 0px 0px;
}
.socialicon.pintrest {
  background-position: -40px 0px;
}
.socialicon.rss {
  background-position: -80px 0px;
}
.socialicon.linkedin {
  background-position: 0px -40px;
}
.socialicon.twitter {
  background-position: -40px -40px;
}
.socialicon.facebook {
  background-position: -80px -40px;
}
.socialicon.instagram {
  background-position: 0px -80px;
}
.socialicon.digg {
  background-position: -40px -80px;
}
.socialicon.behance {
  background-position: -80px -80px;
}
.socialicon.prev {
  background-position: -120px -40px;
}
.socialicon.next {
  background-position: -120px 0px;
}
.socialicon.close {
  background-position: -120px -120px;
}
.socialicon.white {
  background: url(images/socialicons100x100-white.png) no-repeat;
}
.socialicon:hover {
  opacity: 1;
}
button[disabled=disabled],
button:disabled {
  background: #ccc !important;
}
.row aside.col-3 ul .button {
  display: block;
}
[role=listitem] .button,
[role=listitem] [role=button] {
  font-size: 1em;
  line-height: 2em;
}
.button,
[role=button] {
  font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-shadow: none;
  line-height: 2.5em;
  border: none;
  -webkit-appearance: none;
  cursor: pointer!important;
  color: #060606 !important;
  display: inline-block;
  text-align: center;
  margin: 0;
  padding: 0 0.5em;
  min-width: 2em;
  background: #E7E7E7;
  background: -webkit-linear-gradient(#F7F7F7, #E2E2E2);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#F7F7F7, #E2E2E2);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#F7F7F7, #E2E2E2);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#F7F7F7, #E2E2E2);
  /* Standard syntax */
  transition: all 150ms;
  -moz-transition: all 150ms;
  -webkit-transition: all 150ms;
  -o-transition: all 150ms;
  white-space: nowrap;
  outline: 0;
  font-size: 1em;
}
/* CSS Document */
fieldset {
  margin-bottom: 20px;
}
input[type="text"],
input[type="number"],
input[type=search],
input[type="password"],
input[type="email"],
input[type="tel"],
select,
textarea {
  border: 1px solid #ccc;
  padding: 0.5em;
  line-height: 2.5em;
  height: 2.5em;
  outline: none;
  font: 1em "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0);
  margin: 0px;
  max-width: 100%;
  display: inline-block;
  -webkit-appearance: none;
}
input[type="text"]:focus,
input[type="number"]:focus,
input[type=search]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
select:focus,
textarea:focus {
  border: 1px solid #f47d39;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
select {
  padding: 0.5em;
  width: 220px;
}
@media (max-width: 768px) {
  select {
    width: 30%;
  }
}
textarea {
  min-height: 8em;
}
label,
legend {
  display: inline-block;
  font-weight: normal;
  font-size: 1em;
  line-height: 2em;
  min-width: 10em;
}
input[type="checkbox"] {
  display: inline-block;
}
[data-role=fieldcontain] {
  display: flex;
}
[data-role=fieldcontain] form {
  display: block;
  width: 100%;
}
form.open[data-role=fieldcontain] {
  display: flex;
}
[data-role=fieldcontain] input + [type=submit] {
  margin-left: -0.3em;
}
[data-role=fieldcontain] > input:first-of-type {
  flex: 1;
}
@viewport {
  zoom: 1;
  width: device-width;
}
@-ms-viewport {
  width: device-width;
  zoom: 1;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
[class*='col-'] {
  float: left;
  z-index: 1;
  position: relative;
}
[class*='col-'].center {
  float: none;
  margin: auto !important;
}
[role=grid]:not('.table') {
  display: flex;
  flex-flow: row wrap;
  font-size: 0.9em;
  letter-spacing: 0.1px;
  margin: 1rem auto;
}
.no-pad {
  padding: 0 !important;
}
.row {
  margin: auto;
  margin-bottom: 2em;
}
@media (max-width: 1200px) {
  .row {
    padding: 0 1em;
  }
}
.row:after {
  clear: both;
  content: '\0020';
  display: table;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.row > p,
.row > h1 {
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.col-1 {
  width: 8.33%;
}
.col-2 {
  width: 16.66%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33%;
}
.col-5 {
  width: 43.33%;
}
.col-6 {
  width: 49.8%;
}
.col-7 {
  width: 58.33%;
}
.col-8 {
  width: 66.66%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.3%;
}
.col-11 {
  width: 91.66%;
}
.col-12 {
  width: 100%;
}
@media (max-width: 1024px) {
  .col-1,
  .col-2 {
    width: 25%;
  }
  .col-4,
  .col-5 {
    width: 50%;
  }
  .col-7,
  .col-8 {
    width: 50%;
  }
  .col-10,
  .col-11 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5 {
    width: 50%;
  }
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11 {
    width: 100%;
  }
}
@media (max-width: 580px) {
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5 {
    width: 100%;
  }
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11 {
    width: 100%;
  }
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.flex.open {
  display: flex !important;
}
.blur {
  filter: blur(2px);
}
.break {
  word-break: break-all;
}
.remove-bottom {
  margin-bottom: 0 !important;
}
.half-bottom {
  margin-bottom: 10px !important;
}
.add-bottom {
  margin-bottom: 20px !important;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
.fl {
  float: left !important;
}
.fr {
  float: right !important;
}
.hidden {
  display: none !important;
  height: 0px;
  line-height: 0px;
  visibility: hidden;
  overflow: hidden;
}
#___plus_0,
.twitter-share-button,
.xl .btn {
  opacity: 0;
  height: 40px !important;
  width: 40px !important;
}
#___plus_0 iframe,
.twitter-share-button iframe,
.xl .btn iframe {
  height: 40px !important;
  width: 40px !important;
}
.invert,
.invert * {
  color: white !important;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.9);
}
.feat {
  background: #f47d39;
}
#breadcrumbs {
  list-style: none;
  margin: 0;
  overflow: hidden;
  opacity: 0.5;
  transition: opacity 1s;
  -moz-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
}
#breadcrumbs:hover {
  opacity: 1;
}
#breadcrumbs li {
  float: left;
  margin-right: 0.5em;
}
#breadcrumbs .separator {
  font-weight: 700;
  font-size: 1.5em;
  color: #999;
}
.capcha_img {
  display: inline-block;
}
.capcha_pic {
  width: 33px;
  height: 33px;
  cursor: pointer;
  margin: 0px;
  display: inline-block !important;
  background-position: 0% 100%;
  background-repeat: no-repeat no-repeat;
}
#capcha_lock {
  background-image: url(https://www.ecommediagroup.com/shared/js/s3Capcha/s3icons/general/lock.jpg);
}
#capcha_pear {
  background-image: url(https://www.ecommediagroup.com/shared/js/s3Capcha/s3icons/general/pear.jpg);
}
#capcha_lemon {
  background-image: url(https://www.ecommediagroup.com/shared/js/s3Capcha/s3icons/general/lemon.jpg);
}
#capcha_strawberry {
  background-image: url(https://www.ecommediagroup.com/shared/js/s3Capcha/s3icons/general/strawberry.jpg);
}
#capcha_cherry {
  background-image: url(https://www.ecommediagroup.com/shared/js/s3Capcha/s3icons/general/cherry.jpg);
}
#capcha_folder {
  background-image: url(https://www.ecommediagroup.com/shared/js/s3Capcha/s3icons/general/folder.jpg);
}
#capcha_apple {
  background-image: url(https://www.ecommediagroup.com/shared/js/s3Capcha/s3icons/general/apple.jpg);
}
#capcha_woman {
  background-image: url(https://www.ecommediagroup.com/shared/js/s3Capcha/s3icons/general/woman.jpg);
}
#capcha_rss {
  background-image: url(https://www.ecommediagroup.com/shared/js/s3Capcha/s3icons/general/rss.jpg);
}
#capcha_monitor {
  background-image: url(https://www.ecommediagroup.com/shared/js/s3Capcha/s3icons/general/monitor.jpg);
}
#capcha_house {
  background-image: url(https://www.ecommediagroup.com/shared/js/s3Capcha/s3icons/general/house.jpg);
}
#capcha_man {
  background-image: url(https://www.ecommediagroup.com/shared/js/s3Capcha/s3icons/general/man.jpg);
}
#map_container > div {
  height: auto !important;
  width: auto !important;
  border: none !important;
  background: none !important;
}
#map {
  font: normal 14px Arial, Tahoma, sans-serif;
}
#map_wrapper {
  position: relative;
  float: right;
  margin: 0;
  width: 96%;
}
#map_input {
  position: relative;
  float: left;
  right: 10px;
  top: 0px;
  left: 0px;
  width: 210px;
  background: green;
}
#map_input_table {
  padding-left: 8px;
  width: 220px;
  background: #eee;
}
.map {
  margin: 0;
  width: 100%;
  min-height: 400px;
  border: 1px solid gray;
}
.hide {
  display: none;
}
.not_val {
  border: 2px solid #ff0000 !important;
}
#info_missing {
  border: 2px solid #ff0000;
  padding: 10px;
  margin-bottom: 20px;
  color: #ff0000;
}
#info_missing h4 {
  color: #ff0000;
}
#info_missing p {
  font-weight: bold;
}
#upload {
  text-align: center;
}
#image-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
#image-list li {
  background: #fff;
  text-align: center;
  margin: 0 5px 19px 5px;
  display: inline;
}
#image-list li img {
  width: 100px;
  vertical-align: middle;
  border: 2px solid #474747;
}
#img_large {
  width: 680px;
  min-height: 510px;
  margin: 0 auto;
}
#img_large img {
  width: 100%;
  height: 510px;
}
.hide {
  display: none;
}
.progress {
  width: 500px;
  height: 20px;
  border: 1px solid #000;
  margin: 0 auto;
}
.bar {
  width: 0;
  height: 100%;
  background: #ccc;
}
.selected {
  border: 2px solid #FF8E4C !important;
}
.extend th span,
.taken th span {
  color: #FF0000 !important;
}
.extend td {
  font-weight: bold;
  vertical-align: middle;
}
.taken td {
  color: #B6B6B6 !important;
  vertical-align: middle;
}
.taken input {
  visibility: hidden;
}
#overlay {
  visibility: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.8);
}
#overlay div {
  width: 900px;
  margin: 100px auto;
  padding: 20px;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.22), 0 3px 0 rgba(0, 0, 0, 0.22);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.22), 0 3px 0 rgba(0, 0, 0, 0.22);
}
#overlay div .button {
  width: 270px;
  margin-bottom: 10px;
  font-size: 1.3em;
}
.verified {
  margin-right: 10px;
}
/*.verified:hover:after {
    content: 'Verified Landlord - Click to learn more';
    position: absolute;
    padding: 3px 5px 1px 5px;
    border: 1px solid #008000;
    border-radius: 5px;
    color: #008000;
    font-size: 14px;
    background:#fff;
    z-index:99;
}*/
button::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin-bottom: -1px;
}
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ui-front {
  z-index: 100;
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
/* Misc visuals
----------------------------------*/
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
.ui-slider-horizontal {
  height: 0.8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
  border-width: 2px;
}
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
}
.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: #ffffff;
  color: #222222;
}
.ui-widget-content a {
  color: #222222;
}
.ui-widget-header {
  border: 1px solid #aaaaaa;
  background: #cccccc;
  color: #222222;
  font-weight: bold;
}
.ui-widget-header a {
  color: #222222;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6;
  font-weight: normal;
  color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555555;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #999999;
  background: #dadada;
  font-weight: normal;
  color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #212121;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #aaaaaa;
  background: #ffffff;
  font-weight: normal;
  color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee;
  color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec;
  color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: alpha(opacity=70);
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: alpha(opacity=35);
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
  /* For IE8 - See #6059 */
}
/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px;
}
/*
// PAGE: top level
*/
body {
  background: #fff;
}
img[data-original][src=""] {
  background: rgba(131, 131, 131, 0.3);
}
[data-role=page] {
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  padding: 4em 0;
}
[data-role=page] [data-role=content] {
  position: relative;
  margin: auto;
  z-index: 1;
}
[data-role=page] [data-role=content] .readable {
  max-width: 42em;
  margin: auto;
}
[data-role=page] [data-role=content] .readable:after {
  content: '';
  clear: both;
  display: block;
  width: 100%;
}
[data-role=page] [data-role=content]:after {
  content: '';
  clear: both;
  display: block;
  width: 100%;
}
[data-role=page] [data-role=dialog] {
  margin: 2em auto;
  min-width: 50%;
  background: rgba(255, 255, 255, 0.8);
  padding: 1em 2em;
}
[data-role=page] .background-image {
  position: fixed;
  background-size: 50%;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 100%;
  height: 100%;
  overflow: hidden;
  margin: auto;
  text-align: center;
}
[data-role=page] .background-image img {
  box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.2);
  margin: auto;
  min-width: 100%;
  min-height: 100%;
  filter: blur(0px) brightness(1);
  animation: blurimage 4s ease-in 1s forwards;
}
@media (max-width: 1024px) {
  [data-role=page] .background-image {
    width: auto;
    min-width: auto;
    height: 100%;
    padding: 0;
  }
  [data-role=page] .background-image img {
    max-width: none;
    height: 100%;
  }
}
[data-role=page] #geolistingsloaded {
  position: relative;
  margin: 3em auto;
  display: block;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 40px;
  box-shadow: 0 0 0 6px white;
  overflow: visible;
  cursor: pointer;
  opacity: 1;
  animation: arrowreveal 1s ease-out;
}
[data-role=page] #geolistingsloaded:after {
  position: absolute;
  content: '';
  width: 0;
  left: 0px;
  top: 50px;
  height: 0;
  opacity: 0.8;
  border: 20px solid #ffffff;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: arrowblink 1s ease-out infinite;
}
@keyframes blurimage {
  from {
    filter: blur(0px);
  }
  to {
    filter: blur(4px);
  }
}
.no-svg #logolink {
  background: url(http://och101.com/images/och101-logo.png) !important;
}
#landlord td,
#landlord th {
  padding: 1em;
}
#landlord th {
  font-size: 1.2em;
  color: #f47d39;
}
/*
// MAIN Header
*/
[data-role=header] {
  max-height: 4em;
  width: 100%;
  height: 4em;
  line-height: 4em;
  position: fixed;
  background: white;
  z-index: 20;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0 1em;
  top: 0;
  left: 0;
}
[data-role=header] img {
  max-height: 4em;
}
[data-role=header] li {
  line-height: 4em;
}
[data-role=header] a {
  color: #404040;
  padding: 0 0.5em;
  display: inline-block;
}
[data-role=header] .svg-icon svg {
  max-width: 20px;
}
[data-role=header] [data-role=logo] #wordlink {
  line-height: 1em;
}
[data-role=header] [data-role=logo] img {
  float: left;
  max-height: 50px;
}
[data-role=header] [data-role=logo] h1 {
  display: inline-block;
  font-size: 1.7em;
}
@media (max-width: 768px) {
  [data-role=header] [data-role=logo] h1 {
    display: none;
  }
}
[data-role=header] [data-role=logo] h1[data-wordmark*=word] {
  color: transparent;
  overflow: hidden;
  height: 2.3em;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 4em;
}
[data-role=header] [data-role=fieldcontain] {
  display: inline-block;
}
[data-role=header] [data-popup] {
  display: none;
  max-width: 400px;
}
[data-role=header] .open[data-popup] {
  top: 4em;
  display: block;
  z-index: 999;
}
[data-role=header] nav ul {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
[data-role=header] nav ul li {
  display: inline-block;
  position: relative;
  height: 4em;
  padding: 0 0.5em;
  font-size: 1em;
}
[data-role=header] nav ul li a {
  width: 100%;
}
[data-role=header] nav ul li ul {
  display: none;
}
[data-role=header] nav ul li [role=button] {
  border-radius: 0px;
}
[data-role=header] nav ul li:hover ul {
  height: auto;
  z-index: 500;
}
[data-rel=popup][data-media="2"] {
  display: none;
}
@media (max-width: 1024px) {
  [data-rel=popup][data-media="2"] {
    display: inline-block;
  }
}
[data-role=fieldcontain][data-media="2"] {
  display: inline-block;
}
@media (max-width: 1024px) {
  [data-role=fieldcontain][data-media="2"] {
    display: none;
  }
}
[data-pos=left] {
  float: left;
  height: 4em;
}
/*[role=tooltip]{
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
	background:white;
}*/
[data-pos=center] {
  margin: auto;
  text-align: center;
}
[data-pos=right] {
  float: right;
}
.open[data-popup] {
  position: fixed;
  padding: 0.5em;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.95);
  display: block;
  left: 5%;
  width: 90%;
}
.open[data-popup] .arrow {
  position: fixed;
  border-top: 1px solid rgba(128, 128, 128, 0.2);
  border-left: 1px solid rgba(128, 128, 128, 0.2);
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 0;
  background: white;
  transform: rotate(45deg);
  border-radius: 0 0 10px 0;
}
/*
MAIN NAV BAR
*/
[data-role=navbar] {
  z-index: 100;
  line-height: 4em;
}
[data-role=navbar] a {
  line-height: 4em;
  padding: 0em 0.4em;
  cursor: pointer;
  text-align: center;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 1024px) {
  [data-role=navbar] a {
    line-height: 4em;
  }
}
[data-role=navbar] .active {
  border-bottom: 4px solid #f47d39;
}
[data-role=navbar] .open[data-popup] {
  width: auto;
}
[data-role=navbar] .open[data-popup] li {
  display: block;
}
[data-role=navbar] .open[data-popup] a {
  color: black;
  text-decoration: none;
  border: none;
  line-height: 3em;
  padding: 0.5em;
}
[data-role=navbar] .open[data-popup] a.active {
  background: rgba(193, 193, 193, 0.5);
}
/*
MAIN FOOTER
*/
[data-role=footer] {
  position: fixed;
  width: 100%;
  z-index: 50;
  bottom: 0;
  left: 0;
  height: 4em;
  line-height: 4em;
  padding: 0em 1em;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  background: #f47d39;
}
[data-role=footer] a {
  color: white;
  text-decoration: none;
}
[data-role=footer] a:hover {
  border-bottom: 1px dotted white;
}
[data-role=footer] .open[data-popup] {
  bottom: 4em;
}
[data-role=footer] [data-pos=center] {
  float: left;
  margin-left: 7%;
  font-size: 0.8em;
  opacity: 0.8;
}
[data-role=footer] nav ul {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
[data-role=footer] nav ul li {
  display: inline-block;
  position: relative;
  height: 4em;
  padding: 0 0.5em;
  font-size: 1em;
}
[data-role=footer] nav ul li a {
  width: 100%;
}
[data-role=footer] nav ul li ul {
  display: none;
}
[data-role=footer] nav ul li [role=button] {
  border-radius: 0px;
}
[data-role=footer] nav ul li:hover ul {
  height: auto;
  z-index: 500;
}
/*
MAIN SEARCH BAR
*/
[data-role=search] {
  position: relative;
  left: 0px;
  width: 100%;
  z-index: 12;
  top: 0em;
  height: 4em;
  line-height: 3em;
}
[data-role=search] h2 {
  white-space: nowrap;
  width: 50%;
  margin: auto;
}
[data-role=search] select {
  transition: all 0.5s;
  width: 32%;
  position: relative;
  background: url(../images/down-arrow.svg) white no-repeat center right;
  background-size: 19% 19%;
  box-shadow: none;
  cursor: context-menu;
}
[data-role=search] #locationsearch {
  display: block;
}
[data-role=search] #change_location {
  display: none;
}
@media (max-width: 768px) {
  [data-role=search] #change_location {
    display: inline-block;
  }
}
[data-role=search] #change_location_text {
  display: inline_block;
}
@media (max-width: 768px) {
  [data-role=search] #change_location_text {
    display: none;
  }
}
[data-role=search] .button {
  background: white;
  color: #737373;
  cursor: context-menu;
}
@media (min-width: 768px) {
  [data-role=search] #locationsearch {
    display: block;
  }
}
@media (max-width: 768px) {
  [data-role=search] #locationsearch {
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 4em;
  }
  [data-role=search] #locationsearch .locationselectors {
    background: white;
    padding: 0.5em;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    margin: auto;
    display: inline-block;
  }
}
@media (max-width: 768px) {
  [data-role=search] {
    position: fixed;
    left: 9em;
    background: none;
    border-bottom: none;
    z-index: 21;
    width: auto;
  }
  [data-role=search] .text {
    display: none;
  }
  [data-role=search] #searchbar {
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
    width: 3em;
    height: 3em;
    text-align: right;
    transition: all 0.2s;
  }
  [data-role=search] #searchbar:before {
    content: 'Search';
    background: url(../images/icon-sheet-100px.svg) no-repeat;
    background-size: 5.6em 15.4em;
    width: 1.4em;
    height: 1.4em;
    overflow: hidden;
    text-indent: -9999px;
    color: transparent;
    vertical-align: middle;
    margin: 0.4em;
    width: 3em;
    height: 3em;
    background-position: 100% 100%;
    display: inline-block;
    margin-bottom: 0.5em;
  }
  [data-role=search] #searchbar:hover {
    width: 20em;
    height: 8em;
    background: white;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    padding: 0.5em 1em 1em 1em;
  }
  [data-role=search] #searchbar:hover:before {
    margin-left: 10em;
  }
}
[data-role=search] [type=search] {
  display: inline-block;
  border-radius: 0;
}
@media (max-width: 768px) {
  [data-role=search] [type=search] {
    width: 75%;
  }
}
[data-role=search] [type=submit] {
  display: inline-block;
  font-size: inherit;
}
@media (max-width: 768px) {
  [data-role=search] [type=submit] {
    width: 25%;
  }
}
/*
REFINEBOX
*/
@media (max-width: 768px) {
  [href="#refinebox"] .text {
    display: none;
  }
}
[data-role=refinebox] {
  max-height: 75%;
  max-width: 28em;
  top: 4em;
  z-index: 9999;
  overflow: auto;
  width: 25em;
  position: fixed;
  display: none;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  border: 1px solid lightgray;
  background: white;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
[data-role=refinebox] .refineoption .ui-slider-horizontal {
  max-width: 50%;
  margin-top: 0.8em;
  margin-left: 0;
}
[data-role=refinebox] .refineoption .slidermin {
  float: left;
  width: 20%;
}
[data-role=refinebox] .refineoption .slidermax {
  float: right;
  width: 20%;
}
[data-role=refinebox] [data-filter=true] {
  background: white;
}
[data-role=refinebox] [data-filter=true] > ul {
  margin: 0;
  padding: 1em;
  left: 0;
  top: 1em;
  position: relative;
  background: white;
  overflow: hidden;
  transition: all 0.5s;
}
[data-role=refinebox] [data-filter=true] > ul [role=group] {
  clear: both;
  margin: 0;
  padding: 0;
}
[data-role=refinebox] [data-filter=true] > ul [role=group] .slider_text {
  width: 25%;
  display: inline-block;
  vertical-align: middle;
}
[data-role=refinebox] [data-filter=true] > ul [role=group] .ui-slider {
  width: 60%;
  display: inline-block;
}
[data-role=refinebox] [data-filter=true] label.title {
  text-align: center;
  width: 100%;
  display: block;
}
[data-role=refinebox] [data-filter=true] label.title a[data-checkall],
[data-role=refinebox] [data-filter=true] label.title a[data-uncheckall] {
  color: #f47d39;
  border-bottom: 1px dotted #f47d39;
}
[data-role=refinebox] [data-filter=true] #prop_type .refineoption,
[data-role=refinebox] [data-filter=true] #city_list .refineoption,
[data-role=refinebox] [data-filter=true] #partner_list .refineoption {
  float: left;
  width: 50%;
  white-space: nowrap;
  vertical-align: top;
}
[data-role=refinebox] [data-filter=true] #prop_type .refineoption label,
[data-role=refinebox] [data-filter=true] #city_list .refineoption label,
[data-role=refinebox] [data-filter=true] #partner_list .refineoption label {
  white-space: nowrap;
  line-height: 2.5em;
  max-width: 13em;
  overflow: hidden;
  text-overflow: ellipsis;
}
[data-role=refinebox] [data-filter=true] #prop_type .refineoption label img,
[data-role=refinebox] [data-filter=true] #city_list .refineoption label img,
[data-role=refinebox] [data-filter=true] #partner_list .refineoption label img {
  float: left;
  margin-right: 0.5em;
}
[data-role=refinebox] [data-filter=true] #prop_type .refineoption input,
[data-role=refinebox] [data-filter=true] #city_list .refineoption input,
[data-role=refinebox] [data-filter=true] #partner_list .refineoption input {
  vertical-align: top;
}
[data-role=refinebox] [data-filter=true] #pet-dis-smo .refineoption {
  float: left;
  width: 33%;
}
[data-role=refinebox] [data-filter=true] input[type="checkbox"] {
  display: none;
}
[data-role=refinebox] [data-filter=true] input[type="checkbox"] + label {
  opacity: 0.3;
  padding: 0.4em;
  min-height: 2em;
  display: inline-block;
  width: 92%;
}
[data-role=refinebox] [data-filter=true] input[type="checkbox"] + label:hover {
  background: rgba(0, 0, 0, 0.1);
}
[data-role=refinebox] [data-filter=true] input[type="checkbox"]:checked + label {
  opacity: 1;
}
/*
REFINEBAR
*/
[data-role=refinebar] ul {
  margin-bottom: 0;
  display: flex;
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
[data-role=refinebar] ul li {
  flex: auto 1;
}
/*
ALL LISTINGS
*/
[role=listitem] {
  /*--------------------------//
//		SMALL LISTING		//
//--------------------------*/
  /*--------------------------//
//		BRIEF LISTING		//
//--------------------------*/
  /*--------------------------//
//		FULL LISTING		//
//--------------------------*/
}
[role=listitem] article {
  padding: 0.5em 1em;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.22);
  position: relative;
  background: rgba(255, 255, 255, 0.95);
  overflow: hidden;
}
[role=listitem] article.rented:after {
  content: 'Rented';
  position: absolute;
  display: block;
  background: red;
  color: white;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  top: 0.5em;
  right: -2em;
  width: 90px;
  text-align: center;
  z-index: 2;
  line-height: 2em;
  height: 2em;
}
[role=listitem] article .top-info a {
  color: inherit;
  padding: 0;
}
[role=listitem] article .top-info a:hover {
  text-decoration: none;
  background-color: inherit;
  box-shadow: none;
}
[role=listitem] article h2 {
  font-weight: 100;
}
[role=listitem] article .listing-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: normal;
}
[role=listitem] article .listing-title br {
  display: none;
}
[role=listitem] article .listing-thumbnail {
  margin: 0 1em 1em -1em;
  max-width: 300px;
  max-height: 220px;
  float: left;
}
[role=listitem] article .listing-availability {
  display: none;
}
[role=listitem] article .listing-price {
  color: #f47d39;
  font-family: "Franklin Gothic FS", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  line-height: 1em;
  margin-top: 5px;
  margin-bottom: 0.4em;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
[role=listitem] article .listing-price strong {
  position: relative;
}
[role=listitem] article .listing-price strong sup {
  position: absolute;
  font-weight: lighter;
  font-size: 10px;
  margin-top: 2px;
}
[role=listitem] article .listing-address,
[role=listitem] article .listing-data {
  font-size: 0.9em;
  line-height: 1.5em;
  max-height: 3em;
}
[role=listitem] article .listing-allowsinfo {
  float: right;
}
[role=listitem] article .listing-footer {
  float: right;
}
[role=listitem] article .listing-footer .listing-addtofavorites {
  float: right;
  line-height: 1em;
}
[role=listitem] article .ecomicon {
  margin-right: 0;
}
[role=listitem] .button,
[role=listitem] [role=button] {
  font-size: 1em;
  line-height: 2em;
}
[role=listitem][data-role=small-listing] article {
  padding-bottom: 0;
}
[role=listitem][data-role=small-listing] article .top-info a {
  display: inline;
}
[role=listitem][data-role=small-listing] .listing-title {
  font-size: 1em;
  margin-left: 6em;
}
[role=listitem][data-role=small-listing] .listing-thumbnail {
  max-width: 6em;
  max-height: 7em;
  margin-top: -3em;
  margin-bottom: 0;
}
[role=listitem][data-role=small-listing] .listing-thumbnail img {
  max-height: none;
}
[role=listitem][data-role=small-listing] .listing-price {
  font-size: 1em;
  line-height: 1.8em;
  float: right;
}
[role=listitem][data-role=small-listing] .listing-address {
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  padding-right: 0.5em;
}
[role=listitem][data-role=small-listing] .listing-address br {
  display: none;
}
[role=listitem][data-role=small-listing] .listing-address [role=seeonmap] {
  display: none;
}
[role=listitem][data-role=small-listing] .listing-roominfo {
  margin: 0;
}
[role=listitem][data-role=small-listing] .listing-allowsinfo,
[role=listitem][data-role=small-listing] .listing-footer,
[role=listitem][data-role=small-listing] .listing-data {
  display: none;
}
[role=listitem][data-role=small-listing] .listing-removefavorite {
  float: right;
  width: 2em;
  border-left: 1px rgba(128, 128, 128, 0.5) solid;
  margin-right: -1em;
  margin-left: 1em;
  text-align: center;
  margin-top: -0.5em;
  height: 6.8em;
  line-height: 6.8em;
  transition: all 0.25s;
}
[role=listitem][data-role=small-listing] .listing-removefavorite:hover {
  background: red;
  color: white;
}
[role=listitem][data-role=brief-listing] {
  animation: slidefrombottom 0.25s ease-out;
  padding: 0.5em;
}
[role=listitem][data-role=brief-listing] article {
  height: 18.5em;
}
[role=listitem][data-role=brief-listing] article:hover {
  box-shadow: 0 0 0 3px rgba(244, 125, 57, 0.5);
}
[role=listitem][data-role=brief-listing] article.feature h1 {
  color: #f47d39 !important;
  font-weight: bold;
}
[role=listitem][data-role=brief-listing] article.feature h1:before {
  content: '';
  background: url(../images/icon-sheet-100px.svg) no-repeat;
  background-size: 5.6em 15.4em;
  width: 1.4em;
  height: 1.4em;
  overflow: hidden;
  display: inline-block;
  text-indent: -9999px;
  color: transparent;
  vertical-align: middle;
  margin: 0.4em;
  background-position: 100% 20%;
  margin: 0;
  vertical-align: text-bottom;
}
[role=listitem][data-role=brief-listing] article.feature:before {
  position: absolute;
  top: 0;
  width: 80%;
  left: 10%;
  background: #f47d39;
  color: white;
  content: '';
  text-align: center;
  display: block;
  height: 2px;
}
[role=listitem][data-role=brief-listing] .listing-title {
  font-size: 1.5em;
  line-height: 2em;
}
[role=listitem][data-role=brief-listing] .listing-thumbnail {
  max-width: 11em;
  max-height: 8em;
}
[role=listitem][data-role=brief-listing] .listing-address [role=seeonmap] {
  display: none;
}
[role=listitem][data-role=brief-listing] .listing-roominfo {
  float: left;
  clear: left;
}
[role=listitem][data-role=brief-listing] .listing-footer {
  clear: both;
}
@media (max-width: 768px) {
  [role=listitem][data-role=brief-listing] {
    width: 100%;
  }
}
@media (max-width: 768px) {
  [role=listitem][data-role=full-listing] .listing-thumbnail {
    display: none;
  }
}
[role=listitem][data-role=full-listing] .listing-availability {
  display: block;
  float: right;
}
[role=listitem][data-role=full-listing] .listing-availability p:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  [role=listitem][data-role=full-listing] .listing-availability h2 {
    margin-top: -0.6em;
  }
  [role=listitem][data-role=full-listing] .listing-availability p {
    margin-bottom: 0.5em;
  }
}
@media (max-width: 768px) {
  [role=listitem][data-role=full-listing] .listing-price {
    float: left;
    clear: left;
  }
}
@media (max-width: 768px) {
  [role=listitem][data-role=full-listing] .listing-data {
    float: left;
    clear: left;
  }
}
[role=listitem][data-role=full-listing] .listing-address [role=seeonmap] {
  display: none;
}
@media (max-width: 768px) {
  [role=listitem][data-role=full-listing] .listing-address {
    float: left;
    clear: left;
  }
}
[role=listitem][data-role=full-listing] .listing-roominfo {
  float: left;
  clear: left;
}
[role=listitem][data-role=full-listing] .listing-allowsinfo {
  float: left;
  margin-left: 1em;
}
[role=listitem][data-role=full-listing] .listing-footer .listing-partner {
  float: right;
}
[role=listitem][data-role=full-listing] .listing-footer .listing-addtofavorites {
  position: absolute;
  top: 1em;
  right: 1em;
}
[role=listitem][data-role=full-listing] aside {
  background: rgba(231, 231, 231, 0.83);
  padding-right: 1em;
}
[role=listitem][data-role=full-listing] .col-8,
[role=listitem][data-role=full-listing] [itemprop=description] {
  white-space: pre-line;
}
[role=listitem][data-role=full-listing] .listing-gallery {
  clear: both;
  width: calc(100% + 2em);
  margin-left: -1em;
  overflow: hidden;
  height: 14em;
  position: relative;
}
[role=listitem][data-role=full-listing] .listing-gallery ul {
  padding: 0;
  margin: 0;
  width: 1000%;
}
[role=listitem][data-role=full-listing] .listing-gallery ul li {
  float: left;
  min-width: 292px;
  margin-right: 0.5em;
}
[role=listitem][data-role=full-listing] .listing-gallery ul li figure {
  height: 14em;
  max-height: 100%;
}
[role=listitem][data-role=full-listing] .listing-gallery ul li figure img {
  max-height: 100%;
  max-width: none;
}
[role=listitem][data-role=full-listing] .listing-gallery .left-arrow,
[role=listitem][data-role=full-listing] .listing-gallery .right-arrow {
  position: absolute;
  z-index: 99;
  top: 0;
  width: 4em;
  height: 100%;
  transition: all 0.5s;
}
[role=listitem][data-role=full-listing] .listing-gallery .left-arrow {
  left: 0;
  background: url(../images/larrow-icon.svg) no-repeat center center rgba(0, 0, 0, 0.2);
  background-size: 1em 1em;
  opacity: 0.5;
}
[role=listitem][data-role=full-listing] .listing-gallery .right-arrow {
  right: 0;
  background: url(../images/rarrow-icon.svg) no-repeat center center rgba(0, 0, 0, 0.2);
  background-size: 1em 1em;
  opacity: 0.5;
}
[role=listitem][data-role=full-listing] .listing-gallery:hover .left-arrow {
  background: url(../images/larrow-icon.svg) no-repeat center center rgba(0, 0, 0, 0.3);
  background-size: 2em 2em;
  opacity: 1;
}
[role=listitem][data-role=full-listing] .listing-gallery:hover .right-arrow {
  background: url(../images/rarrow-icon.svg) no-repeat center center rgba(0, 0, 0, 0.3);
  background-size: 2em 2em;
  opacity: 1;
}
[role=listitem][data-role=full-listing] .listing-gallery li {
  position: relative;
}
[role=listitem][data-role=full-listing] .listing-gallery li figure:before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: url(../images/zoom-icon.svg) no-repeat center center rgba(0, 0, 0, 0);
  background-size: 1em 1em;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 250ms;
  opacity: 0;
}
[role=listitem][data-role=full-listing] .listing-gallery li:hover figure:before {
  background: url(../images/zoom-icon.svg) no-repeat center center rgba(0, 0, 0, 0.3);
  background-size: 2em 2em;
  opacity: 1;
}
[role=listitem][data-role=full-listing] .ui-widget.container {
  padding: 1em;
}
[role=listitem][data-role=full-listing] .ui-widget.container .button {
  white-space: inherit;
}
/*
BRIEF LISTING
*/
[data-role=brief-listings] {
  position: relative;
  margin: 0 auto 7em auto;
  max-width: 80rem;
}
[data-role=brief-listings] #map {
  position: relative;
  z-index: 2;
}
[data-role=brief-listings] #map > article {
  padding: 0;
}
[data-role=brief-listings] #featured [role=listitem]:nth-of-type(1) article {
  z-index: 5;
  box-shadow: 0 0 0 1px #9a7d31;
}
[data-role=brief-listings] #featured [role=listitem]:nth-of-type(1) article:before {
  background: #9a7d31;
  color: white;
  content: 'Gold Feature';
}
[data-role=brief-listings] #featured [role=listitem]:nth-of-type(1) article.feature:hover {
  box-shadow: 0 1em 0em 1em #ffffff, 0 1em 0 1.1em #9a7d31 !important;
  z-index: 200;
}
[data-role=brief-listings] #featured [role=listitem]:nth-of-type(1) article.feature:hover:before {
  background: #9a7d31;
  color: white;
  content: 'Gold Feature';
  top: -1.2em;
}
[data-role=brief-listings] #featured [role=listitem]:nth-of-type(2) article {
  z-index: 5;
  box-shadow: 0 0 0 1px #869eb3;
}
[data-role=brief-listings] #featured [role=listitem]:nth-of-type(2) article:before {
  background: #869eb3;
  color: white;
  content: 'Silver Feature';
}
[data-role=brief-listings] #featured [role=listitem]:nth-of-type(2) article.feature:hover {
  box-shadow: 0 1.5em 0em 1em #ffffff, 0 1.5em 0 1.1em #869eb3 !important;
  z-index: 200;
}
[data-role=brief-listings] #featured [role=listitem]:nth-of-type(2) article.feature:hover:before {
  background: #869eb3;
  color: white;
  content: 'Silver Feature';
  top: -1.2em;
}
[data-role=brief-listings] #featured [role=listitem]:nth-of-type(3) article {
  z-index: 5 !important;
  box-shadow: 0 0 0 1px #896738;
}
[data-role=brief-listings] #featured [role=listitem]:nth-of-type(3) article:before {
  background: #896738;
  color: white;
  content: 'Bronze Feature';
}
[data-role=brief-listings] #featured [role=listitem]:nth-of-type(3) article.feature:hover {
  box-shadow: 0 1.5em 0em 1em #ffffff, 0 1.5em 0 1.1em #896738 !important;
  z-index: 200;
}
[data-role=brief-listings] #featured [role=listitem]:nth-of-type(3) article.feature:hover:before {
  background: #896738;
  color: white;
  content: 'Bronze Feature';
  top: -1.2em;
}
/*
FULL LISTING
*/
[data-role=full-listing] {
  position: relative;
  margin: 0 auto 7em auto;
  max-width: 992px;
}
[data-role=full-listing] [data-rel=back] {
  float: left;
}
[data-role=full-listing] [data-role=info] {
  width: 33.33%;
}
@media (max-width: 768px) {
  [data-role=full-listing] [data-role=info] {
    width: 100%;
  }
}
[data-role=full-listing] input,
[data-role=full-listing] textarea {
  margin-bottom: 1em;
}
#map_input select {
  width: 100%;
  padding: 0 1em;
}
/*
GOOGLE MAP
*/
#map_info_popup {
  position: absolute;
  z-index: 9999;
}
#map_info_popup [role=listitem] {
  width: 350px;
}
#map_info_popup [data-role=brief-listing] {
  animation: zoomup 0.2s ease-out;
  z-index: 9999;
}
.city_list_toggle_XXX__li {
  display: block;
  border: 1px solid #f47d39;
  line-height: 2em;
  text-align: center;
  margin: 2px;
}
.city_list_toggle_XXX__li.city_list_inactive {
  opacity: 0.5;
}
#gallery {
  width: 100%;
  position: relative;
}
#gallery ul {
  width: 100%;
}
#gallery ul li {
  width: 80px;
  display: block;
  float: left;
  margin: 5px;
}
.ui-autocomplete {
  max-height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0px;
  display: inline-block;
}
.ui-autocomplete li.ui-menu-item,
.ui-autocomplete li.ui-menu-item a {
  font-size: 1em;
  line-height: 3em;
  height: 3em;
  display: block;
  border: none;
  padding: 0;
  margin: 0;
  background-image: none;
}
.ui-autocomplete li.ui-menu-item a {
  padding: 0 1em;
}
* html .ui-autocomplete {
  height: 250px;
}
[role=dialog] {
  position: fixed;
  bottom: 0;
  left: 0;
  overflow: auto;
  width: 100%;
  height: 50%;
  background: #f47d39;
  z-index: 1000;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}
[role=dialog] article {
  color: white;
  position: relative;
  padding: 4em;
  margin: auto !important;
  float: none !important;
}
[role=dialog] a,
[role=dialog] h1,
[role=dialog] h2,
[role=dialog] h3 {
  color: white;
}
[role=dialog] a {
  border-bottom: 1px solid white;
}
#backtotop {
  position: fixed;
  bottom: -1px;
  right: 10%;
  display: block;
  background: #ffffff;
  border: #f47d39 solid 1px;
  padding: 0.5em;
}
.ad {
  display: block;
  margin: 1em auto;
  padding-top: 1em;
  clear: both;
}
.ad.medium-rectangle {
  width: 300px;
  height: 250px;
}
.ad.large-rectangle {
  width: 336px;
  height: 280px;
}
.ad.leaderboard {
  width: 728px;
  height: 90px;
}
.ad.wide-skyscraper {
  width: 160px;
  height: 600px;
}
.ad.small-square {
  width: 200px;
  height: 200px;
}
#textcontainer {
  padding: 0 1em 1em 0;
}
[role=list] {
  height: 100%;
  padding-top: 4px;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}
#mapcontainer,
#map_container {
  box-sizing: content-box;
  z-index: 400;
  position: relative;
  height: 50vh;
}
#mapcontainer img,
#map_container img {
  width: auto;
  max-width: none;
}
#infowindow {
  max-width: 100%;
  overflow: auto;
  height: 3em;
  max-height: 100%;
}
#map_info_popup {
  z-index: 600;
}
#map_info_popup article {
  box-shadow: 0 0 8px rgba(179, 179, 179, 0.5) !important;
}
/*[role=tooltip], .ui-tooltip {
	box-shadow:0 2px 6px rgba(0,0,0,.40);
	border-radius:3px !important;
	border:1px grey solid !important;
	font-size:13px;
	font-family:@font1;
	&:after {
		width:1px;
		height:1px;
		position:absolute;
		top:-10px;
		left:11px;
		border-bottom:10px solid white;
		border-left:transparent 10px solid;
		border-right:transparent 10px solid;
		content:'';
		display:block;

	}
	&:before {
		width:1px;
		height:1px;
		position:absolute;
		top:-11px;
		left:10px;
		border-bottom:11px solid grey;
		border-left:transparent 11px solid;
		border-right:transparent 11px solid;
		content:'';
		display:block;

	}
}*/
.ui-widget-header {
  background: #f47d39 !important;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-radius: 0;
}
#signup_form .trigger {
  float: right;
  width: 20px;
  padding-top: 8px;
}
#conference-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(../images/logo-final-combomark-01.svg) #ffffff no-repeat center center;
}
#faq aside.col-3 {
  overflow: auto;
}
@media (max-width: 768px) {
  #faq aside.col-3 {
    position: fixed;
    margin-top: 0em !important;
    top: 5em;
    left: 0;
    width: 100%;
    z-index: 2;
    height: 5em;
  }
  #faq aside.col-3 details {
    float: left;
    width: 50%;
    margin: 0;
  }
}
#faq details summary {
  display: block;
}
#faq details summary::-webkit-details-marker {
  display: none;
}
.loading {
  position: fixed;
  z-index: 9999;
  text-align: center;
  width: 200px;
  height: 3em;
  line-height: 3em;
  background: white;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  left: 40%;
  top: 40%;
}
/*
Partner Logos
*/
#availablecities ul {
  column-count: 3;
}
.adspace {
  text-align: center;
}
[data-tab=companyinfo] form input,
[data-tab=companyinfo] form textarea {
  width: 100%;
}
/*
Home Page only
*/
[data-role=content] + [data-zoom],
[data-role="footer"] + [data-zoom],
[data-role="page"] > [data-zoom] {
  display: flex;
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  transition: all 250ms;
  animation: zoomup 250ms ease-in-out;
}
[data-role=content] + [data-zoom] img,
[data-role="footer"] + [data-zoom] img,
[data-role="page"] > [data-zoom] img {
  height: auto;
  width: auto;
  min-width: inherit;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.8);
}
[data-role=content] + [data-zoom]:before,
[data-role="footer"] + [data-zoom]:before,
[data-role="page"] > [data-zoom]:before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 250ms;
  background: url(icons/icon-close-white.svg) no-repeat rgba(0, 0, 0, 0.3);
  background-size: 2em 2em;
  background-position: calc(100% - 10px) 10px;
  opacity: 1;
}
@keyframes growfont {
  0% {
    font-size: 1em;
  }
  100% {
    font-size: 2em;
  }
}
@keyframes slidefrombottom {
  0% {
    transform: translate(0px, 50px) rotate(-5deg);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0) rotate(0);
    opacity: 1;
  }
}
@keyframes zoomup {
  0% {
    transform: translate(-170px, -120px) rotate(-5deg) scale(0.1, 0.1);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0) rotate(0) scale(1, 1);
    opacity: 1;
  }
}
.browserupgrade {
  text-align: center;
  padding-top: 150px;
  z-index: 9999;
  height: 100%;
  width: 100%;
  position: fixed;
  background: #eeeeee;
}
.browserupgrade span {
  padding: 50px 20px;
  background: #ffffff;
  border: 1px solid #cccccc;
}
.browserupgrade span img {
  width: 100px;
  margin: 0 auto;
}
[data-panel] {
  position: fixed;
  height: 90%;
  top: 5%;
  left: 20%;
  width: 60%;
  background: white;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
  z-index: 300;
}
@media (max-width: 768px) {
  [data-panel] {
    width: 90%;
    left: 5%;
  }
}
[data-panel] header:first-child {
  background: rgba(244, 125, 57, 0.95);
  color: white;
  width: 100%;
  max-height: 8em;
  text-align: center;
  position: absolute;
  z-index: 10;
}
[data-panel] header:first-child h1,
[data-panel] header:first-child h2,
[data-panel] header:first-child h3,
[data-panel] header:first-child h4,
[data-panel] header:first-child h5,
[data-panel] header:first-child h6,
[data-panel] header:first-child p {
  color: white;
  line-height: 1.2;
}
[data-panel] header:first-child a {
  color: white;
  opacity: 0.6;
  font-weight: bold;
  display: block;
}
[data-panel] header:first-child a.active,
[data-panel] header:first-child a:active {
  opacity: 1;
}
[data-panel] header:first-child a.active:before,
[data-panel] header:first-child a:active:before {
  opacity: 1;
  background: white;
  /*box-shadow: inset 0 0 0 3px @kulerOne;*/
}
[data-panel] header:first-child a:before {
  content: '';
  width: 2em;
  height: 2em;
  border: 2px solid white;
  border-radius: 2em;
  display: block;
  margin: auto;
  opacity: 0.6;
}
[data-panel] header:first-child nav {
  overflow: hidden;
  width: 100%;
}
[data-panel] header:first-child nav li {
  height: 4em;
  font-size: 0.8em;
  width: 10em;
  float: left;
  display: block;
}
[data-panel] section footer {
  float: right;
}
[data-panel] section footer a {
  font-weight: bold;
  color: black;
}
[data-panel] section footer a:before {
  content: '';
  width: 2em;
  height: 2em;
  border: 2px solid black;
  border-radius: 2em;
  display: block;
  margin: auto;
  opacity: 1;
  background: black;
  box-shadow: inset 0 0 0 3px white;
}
[data-panel] section {
  overflow: scroll;
  padding: 10em 2em;
  background: white;
  height: 100%;
}
[data-panel] [data-rel=close] {
  position: absolute;
  z-index: 100;
  left: 1em;
  top: 1em;
}
/************************************************
HEADER/FOOTER
************************************************/
#wordlink {
  margin: 0 10px 0 0;
  max-width: 200px;
  min-width: 50px;
  max-height: 4em !important;
  vertical-align: middle;
}
#headline {
  float: left;
  margin-right: 10px;
}
#headline h1 {
  font-size: 1.3em;
  line-height: 1.3em;
  margin-top: 5px;
}
#headline h2 {
  font-size: 1.17em;
}
header [data-pos=right] {
  text-align: right;
}
header [data-role=fieldcontain] {
  text-align: left;
}
[data-role=header] .open a {
  color: #000000;
}
header [data-role=navbar] [data-rel=popup][data-media="2"] {
  display: none !important;
}
header #refine svg {
  max-width: 35px;
}
#footer_logo {
  width: 30px;
  height: 30px;
}
#headline {
  min-width: 50px;
  width: 25%;
}
header [data-role=navbar] {
  min-width: 50px;
  width: 20%;
}
header [data-pos=right] {
  max-width: 500px;
  min-width: 50px;
  width: 40%;
}
.back_btn,
#search {
  position: relative;
  left: 0;
}
@media (max-width: 1492px) {
  #headline {
    width: initial;
  }
  #headline h1 {
    font-size: 1em;
  }
  #headline h2 {
    font-size: 0.8em;
  }
  header [data-role=navbar] {
    width: initial;
  }
  header [data-pos=right] {
    width: initial;
  }
}
@media (max-width: 1195px) {
  header [data-role=logo] {
    max-width: 15%;
  }
}
@media (max-width: 1152px) {
  header [data-pos=right] [data-role=fieldcontain][data-media="2"] {
    display: none;
  }
  #search_icon {
    display: inline-block;
  }
  [data-role=header] {
    padding: 0;
  }
}
@media (max-width: 1124px) {
  header [data-role=navbar] [data-rel=popup][data-media="2"] {
    display: inline-block !important;
  }
  header [data-role=fieldcontain][data-media="2"] {
    display: none;
  }
}
@media (max-width: 980px) {
  #wordlink {
    max-width: 130px;
  }
}
@media (max-width: 585px) {
  [data-role=header] a {
    padding: 0;
  }
  #headline {
    margin-right: 0;
    max-height: 4em;
    overflow: hidden;
    min-width: 0;
    display: none;
  }
  #headline h1,
  #headline h2 {
    visibility: hidden;
    width: 0;
  }
  #wordlink {
    margin: 0;
  }
  header [data-pos=right] {
    width: initial;
  }
  .icon-text {
    display: none;
  }
  header [data-role=logo] {
    max-width: 26%;
  }
}
/************************************************
LINKS and BUTTONS
************************************************/
a:hover {
  color: #999999;
}
/************************************************
MAP
************************************************/
#map_small {
  max-width: 100%;
  width: 100%;
  height: 267px;
  overflow: hidden;
}
#map_small h3 {
  position: absolute;
  top: 45%;
  left: 5%;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  width: 90%;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
}
#map_small #map #mapcontainer {
  height: 267px;
  padding: 0;
}
@media (max-width: 1535px) {
  #map_small {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 450px) {
  #map_small h3 {
    display: none !important;
  }
}
#map_info_popup [role=listitem] {
  width: 400px;
}
#map_info_popup [role=listitem][data-role=small-listing] {
  height: 100px;
  overflow: hidden;
}
#map_info_popup [role=listitem][data-role=small-listing] article {
  padding: 0 10px 0 0;
}
#map_info_popup [role=listitem][data-role=small-listing] .listing-thumbnail {
  max-width: 10em;
}
#map_info_popup [role=listitem][data-role=small-listing] .listing-roominfo {
  clear: none;
}
#map_info_popup [role=listitem][data-role=small-listing] .listing-title {
  margin-left: 6.5em;
}
#map_info_popup [role=listitem][data-role=small-listing] .listing-removefavorite {
  display: none;
}
/************************************************
TEXT
************************************************/
#box1_btn {
  float: right;
  display: none;
}
@media (max-width: 1024px) {
  #welcome [data-role=dialog] {
    padding: 0.5em 1em;
    margin: 1em auto;
  }
  #box1_btn {
    float: right;
    display: initial;
  }
  #box1 {
    height: 100px;
    overflow: hidden;
  }
}
/************************************************
LISTINGS
************************************************/
#map_section,
#featured_listings,
#listings,
#ll_info,
#rm_listings {
  max-width: 1520px;
  margin: auto;
}
#featured_ad {
  width: 100%;
  margin-top: 10px;
}
[data-role=brief-listing] {
  max-width: 380px;
  min-width: 282px;
}
#featured_listings [data-role=brief-listing] {
  max-width: 33.33%;
}
#gold [data-role=brief-listing] article:before {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 10px;
  background: #FFD83D;
  content: '';
  display: block;
}
#platinum [data-role=brief-listing] article:before {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 10px;
  background: #e5e4e2;
  content: '';
  display: block;
}
#silver [data-role=brief-listing] article:before {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 10px;
  background: #BBBBBB;
  content: '';
  display: block;
}
#bronze [data-role=brief-listing] article:before {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 10px;
  background: #BBA04B;
  content: '';
  display: block;
}
[role=listitem][data-role=brief-listing] article:hover {
  box-shadow: 0 0 0 3px rgba(189, 189, 189, 0.7);
}
[role=listitem][data-role=brief-listing] article.feature h1 {
  color: #000000 !important;
}
[role=listitem][data-role=brief-listing] article.feature h1:before {
  background: none;
  width: 0;
}
@media (max-width: 1536px) {
  [data-role=brief-listing],
  #featured_listings [data-role=brief-listing] {
    max-width: 33.33%;
  }
}
@media (max-width: 861px) {
  [data-role=brief-listing],
  #featured_listings [data-role=brief-listing] {
    max-width: 100%;
  }
}
/************************************************
ROOMMATE FINDER
************************************************/
.rm_brief article {
  height: 20.5em !important;
}
.rm_brief img {
  height: 130px;
  margin-bottom: 10px;
}
.rm_brief a {
  color: #000000;
}
.rm_brief a:hover {
  color: #000000;
}
#photo_full {
  max-height: 500px;
}
.photo_thumb {
  width: 25%;
}
.rm_full {
  max-width: 950px;
}
@media (max-width: 1585px) {
  #rm_search_form .col-4 {
    width: 100%;
  }
  #rm_search_form .col-4 select {
    width: 80%;
  }
}
@media (max-width: 1024px) {
  #rm_btns div {
    width: 100%;
    margin-bottom: 10px;
  }
  .rm_full article .col-3 {
    width: 50%;
    margin: 0 25%;
  }
  .rm_full article .col-9 {
    margin: 0 12.5%;
  }
}
@media (max-width: 768px) {
  .rm_full article .col-9 {
    margin: 0;
  }
}
@media (max-width: 580px) {
  .rm_full article .col-9 .col-12 h4 {
    width: 100%;
  }
  .rm_full article .col-3 {
    width: 100%;
    margin: 0;
  }
}
/************************************************
OTHER
************************************************/
.background-image img {
  /*position: absolute;
	visibility: hidden;*/
}
.background-image div {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
}
#ll_info [data-role=brief-listing] {
  max-width: none;
}
#overlay #popup {
  width: initial;
  max-width: 600px;
  padding: 20px;
}
@media (max-width: 768px) {
  [data-role=search] {
    height: inherit;
  }
  [data-role=search] #locationsearch {
    position: initial;
  }
  [data-role=search] #locationsearch .locationselectors {
    background: none;
    box-shadow: none;
  }
  [data-role=search] #locationsearch .locationselectors select {
    width: 100%;
  }
}
input[type=date] {
  border: 1px solid #ccc;
  padding: 0.5em;
  line-height: 2.5em;
  height: 2.5em;
  outline: 0;
  font: 1em HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
  box-shadow: inset 0 1px 4px transparent;
  margin: 0;
  max-width: 100%;
  border-radius: 0;
  display: inline-block;
  -webkit-appearance: none;
}
.content {
  padding: 2rem;
  background: #fff;
  text-align: justify;
  clear: both;
}
@media (max-width: 580px) {
  .content {
    max-width: 100vw;
    margin: 0 auto;
  }
}
.content h1 {
  text-align: center;
}
.content .banner-image {
  width: calc(100% + 4em);
  margin-left: -2em;
  margin-top: -2em;
}
.content ul {
  max-width: 580px;
  margin: 1em auto;
  list-style: disc;
  padding: 0 0 0 20px;
  color: #8d8d8d;
}
.admin-sidenav li {
  display: block;
  min-width: 100%;
}
/*# sourceMappingURL=template.css.map */