/* [1] ---- GLOBALS ---- */
/* -- AVOID DUPLICATING THE WHOLE GLOBAL.LESS TO ALLOW FUTURE IMPROVEMENTS WITHOUT USE OF (!IMPORTANT) */
/* -- TIP: CREATE GLOBAL COLOUR CLASS STYLES IN THE BASE TEMPLATE TO AVOID EXTENDING STYLES HERE***** */
/* Use reference method for extending individual styles --- if layout is built accordingly */
/*@import (reference) "../../global.less";*/
/* --OR-- use standard import if global styles cannot be extended */
/* atom LAYOUT */
/****USE GLOBAL COLOUR CLASSES WHERE POSSIBLE TO MINIMISE BUILD EFFORT */
/* Global CSS */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0b1 | 201101 
   NOTE: WORK IN PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */
@import url(https://fonts.googleapis.com/css?family=Lato:400,900italic,900,700italic,700,400italic,300italic,300,100italic,100);
@import url(https://fonts.googleapis.com/css?family=Poppins:400,300,500,700,600);
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,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
/* remember to define visible focus styles! 
:focus {
	outline: ?????;
} */
b {
  font-weight: 600;
}
i {
  font-style: italic;
}
/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*csslint regex-selectors:false, known-properties:false, duplicate-properties:false*/
.pure-g {
  letter-spacing: -0.31em;
  /* Webkit: collapse white-space between units */
  *letter-spacing: normal;
  /* reset IE < 8 */
  *word-spacing: -0.43em;
  /* IE < 8: collapse white-space between units */
  text-rendering: optimizespeed;
  /* Webkit: fixes text-rendering: optimizeLegibility */
  /*
    Sets the font stack to fonts known to work properly with the above letter
    and word spacings. See: https://github.com/yahoo/pure/issues/41/

    The following font stack makes Pure Grids work on all known environments.

    * FreeSans: Ships with many Linux distros, including Ubuntu

    * Arimo: Ships with Chrome OS. Arimo has to be defined before Helvetica and
      Arial to get picked up by the browser, even though neither is available
      in Chrome OS.

    * Droid Sans: Ships with all versions of Android.

    * Helvetica, Arial, sans-serif: Common font stack on OS X and Windows.
    */
  /*font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;*/
  /* Use flexbox when possible to avoid `letter-spacing` side-effects. */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  /* Prevents distributing space between rows */
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
/* IE10 display: -ms-flexbox (and display: flex in IE 11) does not work inside a table; fall back to block and rely on font hack */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  table .pure-g {
    display: block;
  }
}
/* Opera as of 12 on Windows needs word-spacing.
   The ".opera-only" selector is used to prevent actual prefocus styling
   and is not required in markup.
*/
.opera-only :-o-prefocus,
.pure-g {
  word-spacing: -0.43em;
}
.pure-u {
  display: inline-block;
  *display: inline;
  /* IE < 8: fake inline-block */
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}
/*
Resets the font family back to the OS/browser's default sans-serif font,
this the same font stack that Normalize.css sets for the `body`.
*/
.pure-g [class*="pure-u"] {
  /*font-family: sans-serif;*/
}
.pure-u-1,
.pure-u-1-1,
.pure-u-1-2,
.pure-u-1-3,
.pure-u-2-3,
.pure-u-1-4,
.pure-u-3-4,
.pure-u-1-5,
.pure-u-2-5,
.pure-u-3-5,
.pure-u-4-5,
.pure-u-5-5,
.pure-u-1-6,
.pure-u-5-6,
.pure-u-1-8,
.pure-u-3-8,
.pure-u-5-8,
.pure-u-7-8,
.pure-u-1-12,
.pure-u-5-12,
.pure-u-7-12,
.pure-u-11-12,
.pure-u-1-24,
.pure-u-2-24,
.pure-u-3-24,
.pure-u-4-24,
.pure-u-5-24,
.pure-u-6-24,
.pure-u-7-24,
.pure-u-8-24,
.pure-u-9-24,
.pure-u-10-24,
.pure-u-11-24,
.pure-u-12-24,
.pure-u-13-24,
.pure-u-14-24,
.pure-u-15-24,
.pure-u-16-24,
.pure-u-17-24,
.pure-u-18-24,
.pure-u-19-24,
.pure-u-20-24,
.pure-u-21-24,
.pure-u-22-24,
.pure-u-23-24,
.pure-u-24-24 {
  display: inline-block;
  *display: inline;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}
.pure-u-1-24 {
  width: 4.1667%;
  *width: 4.1357%;
}
.pure-u-1-12,
.pure-u-2-24 {
  width: 8.3333%;
  *width: 8.3023%;
}
.pure-u-1-8,
.pure-u-3-24 {
  width: 12.5000%;
  *width: 12.4690%;
}
.pure-u-1-6,
.pure-u-4-24 {
  width: 16.6667%;
  *width: 16.6357%;
}
.pure-u-1-5 {
  width: 20%;
  *width: 19.9690%;
}
.pure-u-5-24 {
  width: 20.8333%;
  *width: 20.8023%;
}
.pure-u-1-4,
.pure-u-6-24 {
  width: 25%;
  *width: 24.9690%;
}
.pure-u-7-24 {
  width: 29.1667%;
  *width: 29.1357%;
}
.pure-u-1-3,
.pure-u-8-24 {
  width: 33.3333%;
  *width: 33.3023%;
}
.pure-u-3-8,
.pure-u-9-24 {
  width: 37.5000%;
  *width: 37.4690%;
}
.pure-u-2-5 {
  width: 40%;
  *width: 39.9690%;
}
.pure-u-5-12,
.pure-u-10-24 {
  width: 41.6667%;
  *width: 41.6357%;
}
.pure-u-11-24 {
  width: 45.8333%;
  *width: 45.8023%;
}
.pure-u-1-2,
.pure-u-12-24 {
  width: 50%;
  *width: 49.9690%;
}
.pure-u-13-24 {
  width: 54.1667%;
  *width: 54.1357%;
}
.pure-u-7-12,
.pure-u-14-24 {
  width: 58.3333%;
  *width: 58.3023%;
}
.pure-u-3-5 {
  width: 60%;
  *width: 59.9690%;
}
.pure-u-5-8,
.pure-u-15-24 {
  width: 62.5000%;
  *width: 62.4690%;
}
.pure-u-2-3,
.pure-u-16-24 {
  width: 66.6667%;
  *width: 66.6357%;
}
.pure-u-17-24 {
  width: 70.8333%;
  *width: 70.8023%;
}
.pure-u-3-4,
.pure-u-18-24 {
  width: 75%;
  *width: 74.9690%;
}
.pure-u-19-24 {
  width: 79.1667%;
  *width: 79.1357%;
}
.pure-u-4-5 {
  width: 80%;
  *width: 79.9690%;
}
.pure-u-5-6,
.pure-u-20-24 {
  width: 83.3333%;
  *width: 83.3023%;
}
.pure-u-7-8,
.pure-u-21-24 {
  width: 87.5000%;
  *width: 87.4690%;
}
.pure-u-11-12,
.pure-u-22-24 {
  width: 91.6667%;
  *width: 91.6357%;
}
.pure-u-23-24 {
  width: 95.8333%;
  *width: 95.8023%;
}
.pure-u-1,
.pure-u-1-1,
.pure-u-5-5,
.pure-u-24-24 {
  width: 100%;
}
@media screen and (min-width: 22em) {
  .pure-u-xs-1,
  .pure-u-xs-1-1,
  .pure-u-xs-1-2,
  .pure-u-xs-1-3,
  .pure-u-xs-2-3,
  .pure-u-xs-1-4,
  .pure-u-xs-3-4,
  .pure-u-xs-1-5,
  .pure-u-xs-2-5,
  .pure-u-xs-3-5,
  .pure-u-xs-4-5,
  .pure-u-xs-5-5,
  .pure-u-xs-1-6,
  .pure-u-xs-5-6,
  .pure-u-xs-1-8,
  .pure-u-xs-3-8,
  .pure-u-xs-5-8,
  .pure-u-xs-7-8,
  .pure-u-xs-1-12,
  .pure-u-xs-5-12,
  .pure-u-xs-7-12,
  .pure-u-xs-11-12,
  .pure-u-xs-1-24,
  .pure-u-xs-2-24,
  .pure-u-xs-3-24,
  .pure-u-xs-4-24,
  .pure-u-xs-5-24,
  .pure-u-xs-6-24,
  .pure-u-xs-7-24,
  .pure-u-xs-8-24,
  .pure-u-xs-9-24,
  .pure-u-xs-10-24,
  .pure-u-xs-11-24,
  .pure-u-xs-12-24,
  .pure-u-xs-13-24,
  .pure-u-xs-14-24,
  .pure-u-xs-15-24,
  .pure-u-xs-16-24,
  .pure-u-xs-17-24,
  .pure-u-xs-18-24,
  .pure-u-xs-19-24,
  .pure-u-xs-20-24,
  .pure-u-xs-21-24,
  .pure-u-xs-22-24,
  .pure-u-xs-23-24,
  .pure-u-xs-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .pure-u-xs-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }
  .pure-u-xs-1-12,
  .pure-u-xs-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }
  .pure-u-xs-1-8,
  .pure-u-xs-3-24 {
    width: 12.5000%;
    *width: 12.4690%;
  }
  .pure-u-xs-1-6,
  .pure-u-xs-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }
  .pure-u-xs-1-5 {
    width: 20%;
    *width: 19.9690%;
  }
  .pure-u-xs-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }
  .pure-u-xs-1-4,
  .pure-u-xs-6-24 {
    width: 25%;
    *width: 24.9690%;
  }
  .pure-u-xs-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }
  .pure-u-xs-1-3,
  .pure-u-xs-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }
  .pure-u-xs-3-8,
  .pure-u-xs-9-24 {
    width: 37.5000%;
    *width: 37.4690%;
  }
  .pure-u-xs-2-5 {
    width: 40%;
    *width: 39.9690%;
  }
  .pure-u-xs-5-12,
  .pure-u-xs-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }
  .pure-u-xs-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }
  .pure-u-xs-1-2,
  .pure-u-xs-12-24 {
    width: 50%;
    *width: 49.9690%;
  }
  .pure-u-xs-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }
  .pure-u-xs-7-12,
  .pure-u-xs-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }
  .pure-u-xs-3-5 {
    width: 60%;
    *width: 59.9690%;
  }
  .pure-u-xs-5-8,
  .pure-u-xs-15-24 {
    width: 62.5000%;
    *width: 62.4690%;
  }
  .pure-u-xs-2-3,
  .pure-u-xs-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }
  .pure-u-xs-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }
  .pure-u-xs-3-4,
  .pure-u-xs-18-24 {
    width: 75%;
    *width: 74.9690%;
  }
  .pure-u-xs-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }
  .pure-u-xs-4-5 {
    width: 80%;
    *width: 79.9690%;
  }
  .pure-u-xs-5-6,
  .pure-u-xs-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }
  .pure-u-xs-7-8,
  .pure-u-xs-21-24 {
    width: 87.5000%;
    *width: 87.4690%;
  }
  .pure-u-xs-11-12,
  .pure-u-xs-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }
  .pure-u-xs-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }
  .pure-u-xs-1,
  .pure-u-xs-1-1,
  .pure-u-xs-5-5,
  .pure-u-xs-24-24 {
    width: 100%;
  }
}
@media screen and (min-width: 35.5em) {
  .pure-u-sm-1,
  .pure-u-sm-1-1,
  .pure-u-sm-1-2,
  .pure-u-sm-1-3,
  .pure-u-sm-2-3,
  .pure-u-sm-1-4,
  .pure-u-sm-3-4,
  .pure-u-sm-1-5,
  .pure-u-sm-2-5,
  .pure-u-sm-3-5,
  .pure-u-sm-4-5,
  .pure-u-sm-5-5,
  .pure-u-sm-1-6,
  .pure-u-sm-5-6,
  .pure-u-sm-1-8,
  .pure-u-sm-3-8,
  .pure-u-sm-5-8,
  .pure-u-sm-7-8,
  .pure-u-sm-1-12,
  .pure-u-sm-5-12,
  .pure-u-sm-7-12,
  .pure-u-sm-11-12,
  .pure-u-sm-1-24,
  .pure-u-sm-2-24,
  .pure-u-sm-3-24,
  .pure-u-sm-4-24,
  .pure-u-sm-5-24,
  .pure-u-sm-6-24,
  .pure-u-sm-7-24,
  .pure-u-sm-8-24,
  .pure-u-sm-9-24,
  .pure-u-sm-10-24,
  .pure-u-sm-11-24,
  .pure-u-sm-12-24,
  .pure-u-sm-13-24,
  .pure-u-sm-14-24,
  .pure-u-sm-15-24,
  .pure-u-sm-16-24,
  .pure-u-sm-17-24,
  .pure-u-sm-18-24,
  .pure-u-sm-19-24,
  .pure-u-sm-20-24,
  .pure-u-sm-21-24,
  .pure-u-sm-22-24,
  .pure-u-sm-23-24,
  .pure-u-sm-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .pure-u-sm-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }
  .pure-u-sm-1-12,
  .pure-u-sm-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }
  .pure-u-sm-1-8,
  .pure-u-sm-3-24 {
    width: 12.5000%;
    *width: 12.4690%;
  }
  .pure-u-sm-1-6,
  .pure-u-sm-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }
  .pure-u-sm-1-5 {
    width: 20%;
    *width: 19.9690%;
  }
  .pure-u-sm-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }
  .pure-u-sm-1-4,
  .pure-u-sm-6-24 {
    width: 25%;
    *width: 24.9690%;
  }
  .pure-u-sm-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }
  .pure-u-sm-1-3,
  .pure-u-sm-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }
  .pure-u-sm-3-8,
  .pure-u-sm-9-24 {
    width: 37.5000%;
    *width: 37.4690%;
  }
  .pure-u-sm-2-5 {
    width: 40%;
    *width: 39.9690%;
  }
  .pure-u-sm-5-12,
  .pure-u-sm-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }
  .pure-u-sm-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }
  .pure-u-sm-1-2,
  .pure-u-sm-12-24 {
    width: 50%;
    *width: 49.9690%;
  }
  .pure-u-sm-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }
  .pure-u-sm-7-12,
  .pure-u-sm-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }
  .pure-u-sm-3-5 {
    width: 60%;
    *width: 59.9690%;
  }
  .pure-u-sm-5-8,
  .pure-u-sm-15-24 {
    width: 62.5000%;
    *width: 62.4690%;
  }
  .pure-u-sm-2-3,
  .pure-u-sm-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }
  .pure-u-sm-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }
  .pure-u-sm-3-4,
  .pure-u-sm-18-24 {
    width: 75%;
    *width: 74.9690%;
  }
  .pure-u-sm-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }
  .pure-u-sm-4-5 {
    width: 80%;
    *width: 79.9690%;
  }
  .pure-u-sm-5-6,
  .pure-u-sm-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }
  .pure-u-sm-7-8,
  .pure-u-sm-21-24 {
    width: 87.5000%;
    *width: 87.4690%;
  }
  .pure-u-sm-11-12,
  .pure-u-sm-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }
  .pure-u-sm-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }
  .pure-u-sm-1,
  .pure-u-sm-1-1,
  .pure-u-sm-5-5,
  .pure-u-sm-24-24 {
    width: 100%;
  }
}
@media screen and (min-width: 48em) {
  .pure-u-md-1,
  .pure-u-md-1-1,
  .pure-u-md-1-2,
  .pure-u-md-1-3,
  .pure-u-md-2-3,
  .pure-u-md-1-4,
  .pure-u-md-3-4,
  .pure-u-md-1-5,
  .pure-u-md-2-5,
  .pure-u-md-3-5,
  .pure-u-md-4-5,
  .pure-u-md-5-5,
  .pure-u-md-1-6,
  .pure-u-md-5-6,
  .pure-u-md-1-8,
  .pure-u-md-3-8,
  .pure-u-md-5-8,
  .pure-u-md-7-8,
  .pure-u-md-1-12,
  .pure-u-md-5-12,
  .pure-u-md-7-12,
  .pure-u-md-11-12,
  .pure-u-md-1-24,
  .pure-u-md-2-24,
  .pure-u-md-3-24,
  .pure-u-md-4-24,
  .pure-u-md-5-24,
  .pure-u-md-6-24,
  .pure-u-md-7-24,
  .pure-u-md-8-24,
  .pure-u-md-9-24,
  .pure-u-md-10-24,
  .pure-u-md-11-24,
  .pure-u-md-12-24,
  .pure-u-md-13-24,
  .pure-u-md-14-24,
  .pure-u-md-15-24,
  .pure-u-md-16-24,
  .pure-u-md-17-24,
  .pure-u-md-18-24,
  .pure-u-md-19-24,
  .pure-u-md-20-24,
  .pure-u-md-21-24,
  .pure-u-md-22-24,
  .pure-u-md-23-24,
  .pure-u-md-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .pure-u-md-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }
  .pure-u-md-1-12,
  .pure-u-md-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }
  .pure-u-md-1-8,
  .pure-u-md-3-24 {
    width: 12.5000%;
    *width: 12.4690%;
  }
  .pure-u-md-1-6,
  .pure-u-md-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }
  .pure-u-md-1-5 {
    width: 20%;
    *width: 19.9690%;
  }
  .pure-u-md-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }
  .pure-u-md-1-4,
  .pure-u-md-6-24 {
    width: 25%;
    *width: 24.9690%;
  }
  .pure-u-md-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }
  .pure-u-md-1-3,
  .pure-u-md-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }
  .pure-u-md-3-8,
  .pure-u-md-9-24 {
    width: 37.5000%;
    *width: 37.4690%;
  }
  .pure-u-md-2-5 {
    width: 40%;
    *width: 39.9690%;
  }
  .pure-u-md-5-12,
  .pure-u-md-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }
  .pure-u-md-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }
  .pure-u-md-1-2,
  .pure-u-md-12-24 {
    width: 50%;
    *width: 49.9690%;
  }
  .pure-u-md-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }
  .pure-u-md-7-12,
  .pure-u-md-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }
  .pure-u-md-3-5 {
    width: 60%;
    *width: 59.9690%;
  }
  .pure-u-md-5-8,
  .pure-u-md-15-24 {
    width: 62.5000%;
    *width: 62.4690%;
  }
  .pure-u-md-2-3,
  .pure-u-md-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }
  .pure-u-md-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }
  .pure-u-md-3-4,
  .pure-u-md-18-24 {
    width: 75%;
    *width: 74.9690%;
  }
  .pure-u-md-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }
  .pure-u-md-4-5 {
    width: 80%;
    *width: 79.9690%;
  }
  .pure-u-md-5-6,
  .pure-u-md-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }
  .pure-u-md-7-8,
  .pure-u-md-21-24 {
    width: 87.5000%;
    *width: 87.4690%;
  }
  .pure-u-md-11-12,
  .pure-u-md-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }
  .pure-u-md-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }
  .pure-u-md-1,
  .pure-u-md-1-1,
  .pure-u-md-5-5,
  .pure-u-md-24-24 {
    width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .pure-u-lg-1,
  .pure-u-lg-1-1,
  .pure-u-lg-1-2,
  .pure-u-lg-1-3,
  .pure-u-lg-2-3,
  .pure-u-lg-1-4,
  .pure-u-lg-3-4,
  .pure-u-lg-1-5,
  .pure-u-lg-2-5,
  .pure-u-lg-3-5,
  .pure-u-lg-4-5,
  .pure-u-lg-5-5,
  .pure-u-lg-1-6,
  .pure-u-lg-5-6,
  .pure-u-lg-1-8,
  .pure-u-lg-3-8,
  .pure-u-lg-5-8,
  .pure-u-lg-7-8,
  .pure-u-lg-1-12,
  .pure-u-lg-5-12,
  .pure-u-lg-7-12,
  .pure-u-lg-11-12,
  .pure-u-lg-1-24,
  .pure-u-lg-2-24,
  .pure-u-lg-3-24,
  .pure-u-lg-4-24,
  .pure-u-lg-5-24,
  .pure-u-lg-6-24,
  .pure-u-lg-7-24,
  .pure-u-lg-8-24,
  .pure-u-lg-9-24,
  .pure-u-lg-10-24,
  .pure-u-lg-11-24,
  .pure-u-lg-12-24,
  .pure-u-lg-13-24,
  .pure-u-lg-14-24,
  .pure-u-lg-15-24,
  .pure-u-lg-16-24,
  .pure-u-lg-17-24,
  .pure-u-lg-18-24,
  .pure-u-lg-19-24,
  .pure-u-lg-20-24,
  .pure-u-lg-21-24,
  .pure-u-lg-22-24,
  .pure-u-lg-23-24,
  .pure-u-lg-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .pure-u-lg-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }
  .pure-u-lg-1-12,
  .pure-u-lg-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }
  .pure-u-lg-1-8,
  .pure-u-lg-3-24 {
    width: 12.5000%;
    *width: 12.4690%;
  }
  .pure-u-lg-1-6,
  .pure-u-lg-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }
  .pure-u-lg-1-5 {
    width: 20%;
    *width: 19.9690%;
  }
  .pure-u-lg-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }
  .pure-u-lg-1-4,
  .pure-u-lg-6-24 {
    width: 25%;
    *width: 24.9690%;
  }
  .pure-u-lg-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }
  .pure-u-lg-1-3,
  .pure-u-lg-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }
  .pure-u-lg-3-8,
  .pure-u-lg-9-24 {
    width: 37.5000%;
    *width: 37.4690%;
  }
  .pure-u-lg-2-5 {
    width: 40%;
    *width: 39.9690%;
  }
  .pure-u-lg-5-12,
  .pure-u-lg-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }
  .pure-u-lg-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }
  .pure-u-lg-1-2,
  .pure-u-lg-12-24 {
    width: 50%;
    *width: 49.9690%;
  }
  .pure-u-lg-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }
  .pure-u-lg-7-12,
  .pure-u-lg-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }
  .pure-u-lg-3-5 {
    width: 60%;
    *width: 59.9690%;
  }
  .pure-u-lg-5-8,
  .pure-u-lg-15-24 {
    width: 62.5000%;
    *width: 62.4690%;
  }
  .pure-u-lg-2-3,
  .pure-u-lg-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }
  .pure-u-lg-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }
  .pure-u-lg-3-4,
  .pure-u-lg-18-24 {
    width: 75%;
    *width: 74.9690%;
  }
  .pure-u-lg-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }
  .pure-u-lg-4-5 {
    width: 80%;
    *width: 79.9690%;
  }
  .pure-u-lg-5-6,
  .pure-u-lg-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }
  .pure-u-lg-7-8,
  .pure-u-lg-21-24 {
    width: 87.5000%;
    *width: 87.4690%;
  }
  .pure-u-lg-11-12,
  .pure-u-lg-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }
  .pure-u-lg-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }
  .pure-u-lg-1,
  .pure-u-lg-1-1,
  .pure-u-lg-5-5,
  .pure-u-lg-24-24 {
    width: 100%;
  }
}
@media screen and (min-width: 80em) {
  .pure-u-xl-1,
  .pure-u-xl-1-1,
  .pure-u-xl-1-2,
  .pure-u-xl-1-3,
  .pure-u-xl-2-3,
  .pure-u-xl-1-4,
  .pure-u-xl-3-4,
  .pure-u-xl-1-5,
  .pure-u-xl-2-5,
  .pure-u-xl-3-5,
  .pure-u-xl-4-5,
  .pure-u-xl-5-5,
  .pure-u-xl-1-6,
  .pure-u-xl-5-6,
  .pure-u-xl-1-8,
  .pure-u-xl-3-8,
  .pure-u-xl-5-8,
  .pure-u-xl-7-8,
  .pure-u-xl-1-12,
  .pure-u-xl-5-12,
  .pure-u-xl-7-12,
  .pure-u-xl-11-12,
  .pure-u-xl-1-24,
  .pure-u-xl-2-24,
  .pure-u-xl-3-24,
  .pure-u-xl-4-24,
  .pure-u-xl-5-24,
  .pure-u-xl-6-24,
  .pure-u-xl-7-24,
  .pure-u-xl-8-24,
  .pure-u-xl-9-24,
  .pure-u-xl-10-24,
  .pure-u-xl-11-24,
  .pure-u-xl-12-24,
  .pure-u-xl-13-24,
  .pure-u-xl-14-24,
  .pure-u-xl-15-24,
  .pure-u-xl-16-24,
  .pure-u-xl-17-24,
  .pure-u-xl-18-24,
  .pure-u-xl-19-24,
  .pure-u-xl-20-24,
  .pure-u-xl-21-24,
  .pure-u-xl-22-24,
  .pure-u-xl-23-24,
  .pure-u-xl-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .pure-u-xl-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }
  .pure-u-xl-1-12,
  .pure-u-xl-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }
  .pure-u-xl-1-8,
  .pure-u-xl-3-24 {
    width: 12.5000%;
    *width: 12.4690%;
  }
  .pure-u-xl-1-6,
  .pure-u-xl-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }
  .pure-u-xl-1-5 {
    width: 20%;
    *width: 19.9690%;
  }
  .pure-u-xl-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }
  .pure-u-xl-1-4,
  .pure-u-xl-6-24 {
    width: 25%;
    *width: 24.9690%;
  }
  .pure-u-xl-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }
  .pure-u-xl-1-3,
  .pure-u-xl-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }
  .pure-u-xl-3-8,
  .pure-u-xl-9-24 {
    width: 37.5000%;
    *width: 37.4690%;
  }
  .pure-u-xl-2-5 {
    width: 40%;
    *width: 39.9690%;
  }
  .pure-u-xl-5-12,
  .pure-u-xl-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }
  .pure-u-xl-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }
  .pure-u-xl-1-2,
  .pure-u-xl-12-24 {
    width: 50%;
    *width: 49.9690%;
  }
  .pure-u-xl-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }
  .pure-u-xl-7-12,
  .pure-u-xl-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }
  .pure-u-xl-3-5 {
    width: 60%;
    *width: 59.9690%;
  }
  .pure-u-xl-5-8,
  .pure-u-xl-15-24 {
    width: 62.5000%;
    *width: 62.4690%;
  }
  .pure-u-xl-2-3,
  .pure-u-xl-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }
  .pure-u-xl-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }
  .pure-u-xl-3-4,
  .pure-u-xl-18-24 {
    width: 75%;
    *width: 74.9690%;
  }
  .pure-u-xl-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }
  .pure-u-xl-4-5 {
    width: 80%;
    *width: 79.9690%;
  }
  .pure-u-xl-5-6,
  .pure-u-xl-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }
  .pure-u-xl-7-8,
  .pure-u-xl-21-24 {
    width: 87.5000%;
    *width: 87.4690%;
  }
  .pure-u-xl-11-12,
  .pure-u-xl-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }
  .pure-u-xl-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }
  .pure-u-xl-1,
  .pure-u-xl-1-1,
  .pure-u-xl-5-5,
  .pure-u-xl-24-24 {
    width: 100%;
  }
}
@media screen and (min-width: 110em) {
  .pure-u-xxl-1,
  .pure-u-xxl-1-1,
  .pure-u-xxl-1-2,
  .pure-u-xxl-1-3,
  .pure-u-xxl-2-3,
  .pure-u-xxl-1-4,
  .pure-u-xxl-3-4,
  .pure-u-xxl-1-5,
  .pure-u-xxl-2-5,
  .pure-u-xxl-3-5,
  .pure-u-xxl-4-5,
  .pure-u-xxl-5-5,
  .pure-u-xxl-1-6,
  .pure-u-xxl-5-6,
  .pure-u-xxl-1-8,
  .pure-u-xxl-3-8,
  .pure-u-xxl-5-8,
  .pure-u-xxl-7-8,
  .pure-u-xxl-1-12,
  .pure-u-xxl-5-12,
  .pure-u-xxl-7-12,
  .pure-u-xxl-11-12,
  .pure-u-xxl-1-24,
  .pure-u-xxl-2-24,
  .pure-u-xxl-3-24,
  .pure-u-xxl-4-24,
  .pure-u-xxl-5-24,
  .pure-u-xxl-6-24,
  .pure-u-xxl-7-24,
  .pure-u-xxl-8-24,
  .pure-u-xxl-9-24,
  .pure-u-xxl-10-24,
  .pure-u-xxl-11-24,
  .pure-u-xxl-12-24,
  .pure-u-xxl-13-24,
  .pure-u-xxl-14-24,
  .pure-u-xxl-15-24,
  .pure-u-xxl-16-24,
  .pure-u-xxl-17-24,
  .pure-u-xxl-18-24,
  .pure-u-xxl-19-24,
  .pure-u-xxl-20-24,
  .pure-u-xxl-21-24,
  .pure-u-xxl-22-24,
  .pure-u-xxl-23-24,
  .pure-u-xxl-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .pure-u-xxl-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }
  .pure-u-xxl-1-12,
  .pure-u-xxl-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }
  .pure-u-xxl-1-8,
  .pure-u-xxl-3-24 {
    width: 12.5000%;
    *width: 12.4690%;
  }
  .pure-u-xxl-1-6,
  .pure-u-xxl-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }
  .pure-u-xxl-1-5 {
    width: 20%;
    *width: 19.9690%;
  }
  .pure-u-xxl-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }
  .pure-u-xxl-1-4,
  .pure-u-xxl-6-24 {
    width: 25%;
    *width: 24.9690%;
  }
  .pure-u-xxl-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }
  .pure-u-xxl-1-3,
  .pure-u-xxl-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }
  .pure-u-xxl-3-8,
  .pure-u-xxl-9-24 {
    width: 37.5000%;
    *width: 37.4690%;
  }
  .pure-u-xxl-2-5 {
    width: 40%;
    *width: 39.9690%;
  }
  .pure-u-xxl-5-12,
  .pure-u-xxl-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }
  .pure-u-xxl-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }
  .pure-u-xxl-1-2,
  .pure-u-xxl-12-24 {
    width: 50%;
    *width: 49.9690%;
  }
  .pure-u-xxl-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }
  .pure-u-xxl-7-12,
  .pure-u-xxl-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }
  .pure-u-xxl-3-5 {
    width: 60%;
    *width: 59.9690%;
  }
  .pure-u-xxl-5-8,
  .pure-u-xxl-15-24 {
    width: 62.5000%;
    *width: 62.4690%;
  }
  .pure-u-xxl-2-3,
  .pure-u-xxl-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }
  .pure-u-xxl-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }
  .pure-u-xxl-3-4,
  .pure-u-xxl-18-24 {
    width: 75%;
    *width: 74.9690%;
  }
  .pure-u-xxl-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }
  .pure-u-xxl-4-5 {
    width: 80%;
    *width: 79.9690%;
  }
  .pure-u-xxl-5-6,
  .pure-u-xxl-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }
  .pure-u-xxl-7-8,
  .pure-u-xxl-21-24 {
    width: 87.5000%;
    *width: 87.4690%;
  }
  .pure-u-xxl-11-12,
  .pure-u-xxl-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }
  .pure-u-xxl-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }
  .pure-u-xxl-1,
  .pure-u-xxl-1-1,
  .pure-u-xxl-5-5,
  .pure-u-xxl-24-24 {
    width: 100%;
  }
}
/* Template .less files */
/*White*/
h1 {
  line-height: 36px;
}
/* Template .less files */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: black !important;
  background-image: none;
  color: none;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
form input[type="text"],
form input[type="email"],
form select,
form button,
form textarea,
form option {
  font-family: 'Poppins', sans-serif;
  color: #1e1e1e;
  background: white;
  padding-left: 15px !important;
  letter-spacing: 1px;
}
form input[type="text"]:focus,
form input[type="email"]:focus,
form select:focus,
form button:focus,
form textarea:focus,
form option:focus {
  outline: none !important;
}
form input[type="submit"] {
  cursor: pointer;
}
form input:focus,
form select:focus,
form textarea:focus,
form form:focus,
form button:focus {
  outline: 0 !important;
}
form option:focus {
  background-color: #FFF;
  outline: none;
  border: none;
  box-shadow: none;
}
form fieldset {
  width: 100%;
}
form option:checked {
  box-shadow: 0 0 10px 100px #ffb7b7 inset !important;
}
form a {
  display: block;
  width: 100%;
  border-radius: 0px;
  background-clip: padding-box;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  color: #232020;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.5s;
  background-color: transparent;
  border: 1px solid #232020;
  letter-spacing: 7px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  margin: 16px 0 32px 0;
  padding: 15px;
  height: auto !important;
  line-height: initial !important;
}
form a:disabled {
  background: #ccc;
}
form a:disabled:hover,
form a:disabled:active,
form a:disabled:focus {
  background: #ccc;
}
form a:focus,
form a:hover,
form a:active {
  background-color: #232020;
  color: white;
  border-color: #232020;
  transition: all 0.5s;
}
form input:not([type="checkbox"]),
form select,
form textarea,
form .ms-parent.suburb {
  width: 100%;
  border: 1px solid #7f7f7f;
  transition: all 0.5s;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 5px;
  letter-spacing: 5px;
  font-size: 16px;
  font-weight: 400;
}
form input:not([type="checkbox"]):hover,
form select:hover,
form textarea:hover,
form .ms-parent.suburb:hover {
  border: 1px solid #1e1e1e;
  transition: all 0.5s;
}
form .ms-parent.suburb {
  width: intial;
  background: white;
}
form input:not([type="checkbox"]),
form select,
form .ms-parent.suburb {
  height: 55px;
  line-height: 55px;
}
form textarea {
  resize: none;
  padding-top: 15px !important;
  height: 220px;
}
form .ms-parent.suburb button {
  height: 55px !important;
  line-height: 55px !important;
  background: transparent !important;
  border: none !important;
  outline: -webkit-focus-ring-color auto 0px !important;
}
form .ms-parent.suburb span {
  color: #1e1e1e !important;
  right: 0px;
  bottom: 0px;
}
form .ms-parent.suburb .ms-drop.bottom {
  margin-left: -8px;
  border: 2px solid #7f7f7f;
  border-radius: 0;
  margin-top: 0px;
  transition: all 0.5s;
}
form .ms-parent.suburb .ms-drop.bottom label {
  height: 25px;
  cursor: pointer;
}
form .ms-parent.suburb .ms-drop.bottom label input {
  width: inherit !important;
  border: none;
  line-height: 25px;
  height: 25px;
}
form .ms-parent.suburb .ms-drop.bottom label:hover {
  color: #232020;
}
form .ms-parent.suburb .ms-search input:hover {
  border: 1px solid #aaa;
}
form .ms-parent.suburb .ms-choice div {
  top: 10px;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
}
#agents-igloo .four-col-desktop li .card .info-wrapper .view {
  display: none;
}
#agent-show-juliet {
  display: block;
  padding-top: 50px;
}
#agent-show-juliet .office-name {
  display: none !important;
}
#agent-show-juliet .container {
  padding-bottom: 8px;
}
#agent-show-juliet .container .agent-wrapper {
  width: 100%;
  background-color: white;
}
#agent-show-juliet .container .middle {
  padding: 16px;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  line-height: 18px;
}
#agent-show-juliet .container .middle .left h1 {
  padding-top: 8px;
  padding-bottom: 24px !important;
  display: block;
  width: 100%;
}
#agent-show-juliet .container .middle .left h2 {
  display: block;
  width: 100%;
  padding: 16px 0;
  clear: both;
}
#agent-show-juliet .container .middle .left span {
  width: auto;
  display: inline-block;
  float: left;
}
#agent-show-juliet .container .middle .left .testimonial-from {
  margin: 10px 0 30px;
}
#agent-show-juliet .container .middle .left a,
#agent-show-juliet .container .middle .left .position {
  display: none;
}
#agent-show-juliet .container .middle .right {
  clear: both;
}
#agent-show-juliet .container .middle .right h2 {
  display: block;
  width: 100%;
  padding: 12px 0;
  padding-bottom: 20px;
  font-size: 18px !important;
  text-transform: uppercase;
}
#agent-show-juliet .container .middle .right b {
  padding-right: 4px;
  display: inline-block;
}
#agent-show-juliet .container .middle .right a {
  width: auto;
  display: inline-block;
  text-decoration: none;
  color: #1e1e1e;
}
#agent-show-juliet .container .middle .right a:hover {
  color: #232020;
}
#agent-show-juliet .container .middle .right .contact-me .links {
  /*No idea why this even exists - Jollus*/
  /*.recently-sold, .listings{
							display: none;
						}*/
}
#agent-show-juliet .container .middle .right .contact-me .links a {
  display: block;
  width: 100%;
  border-radius: 0px;
  background-clip: padding-box;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  color: #232020;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.5s;
  background-color: transparent;
  border: 1px solid #232020;
  letter-spacing: 7px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  margin: 16px 0 32px 0;
  padding: 15px;
  height: auto !important;
  line-height: initial !important;
  margin: 16px 0 2px 0 !important;
}
#agent-show-juliet .container .middle .right .contact-me .links a:disabled {
  background: #ccc;
}
#agent-show-juliet .container .middle .right .contact-me .links a:disabled:hover,
#agent-show-juliet .container .middle .right .contact-me .links a:disabled:active,
#agent-show-juliet .container .middle .right .contact-me .links a:disabled:focus {
  background: #ccc;
}
#agent-show-juliet .container .middle .right .contact-me .links a:focus,
#agent-show-juliet .container .middle .right .contact-me .links a:hover,
#agent-show-juliet .container .middle .right .contact-me .links a:active {
  background-color: #232020;
  color: white;
  border-color: #232020;
  transition: all 0.5s;
}
#agent-show-juliet .container .middle .right .contact-me .links a:first-child {
  margin-top: 12px !important;
}
#agent-show-juliet .container .middle .right .contact-me .links a:last-child {
  margin-bottom: 0;
}
#agent-show-juliet .container .middle .right .contact-me .social-links a {
  position: relative;
  width: 30px;
  text-align: center;
  display: inline-block;
  margin: 0 9px;
  text-decoration: none;
  transition: all 0.5s;
}
#agent-show-juliet .container .middle .right .contact-me .social-links a i {
  color: #1e1e1e;
  font-size: 30px;
  position: relative;
  display: block;
}
#agent-show-juliet .container .middle .right .contact-me .social-links #facebook:hover i {
  color: #3b5998;
}
#agent-show-juliet .container .middle .right .contact-me .social-links #twitter:hover i {
  color: #55acee;
}
#agent-show-juliet .container .middle .right .contact-me .social-links #linkedin:hover i {
  color: #0077b5;
}
#agent-show-juliet .container .middle .right .contact-me .social-links #googleplus:hover i {
  color: #dd4b39;
}
#agent-show-juliet .container .middle .right .contact-me .social-links a:nth-child(2) {
  margin-left: 0;
}
#agent-show-juliet .container .middle .right .contact-me .social-links a:hover {
  transition: all 0.5s;
}
#agent-show-juliet .container .bottom .RMA-widget {
  padding: 0 8px;
}
#agent-show-juliet .container .bottom .agent-form-alpha {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 12px 16px 0 16px;
}
#agent-show-juliet .container .bottom .agent-form-alpha h1 {
  padding-bottom: 16px;
  font-size: 18px;
  text-transform: uppercase;
}
#agent-show-juliet .container .bottom .agent-form-alpha form fieldset {
  margin-bottom: 8px;
}
#agent-show-juliet .container .bottom .agent-form-alpha form fieldset textarea {
  height: 105px;
}
#agent-show-juliet .container .bottom .agent-form-alpha form fieldset input[type="submit"] {
  display: block;
  border-radius: 0px;
  background-clip: padding-box;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  color: #232020;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.5s;
  background-color: transparent;
  border: 1px solid #232020;
  letter-spacing: 7px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  margin: 16px 0 32px 0;
  padding: 15px;
  height: auto !important;
  line-height: initial !important;
  /*border: transparent;*/
  width: 100%;
  margin-top: 2px;
}
#agent-show-juliet .container .bottom .agent-form-alpha form fieldset input[type="submit"]:disabled {
  background: #ccc;
}
#agent-show-juliet .container .bottom .agent-form-alpha form fieldset input[type="submit"]:disabled:hover,
#agent-show-juliet .container .bottom .agent-form-alpha form fieldset input[type="submit"]:disabled:active,
#agent-show-juliet .container .bottom .agent-form-alpha form fieldset input[type="submit"]:disabled:focus {
  background: #ccc;
}
#agent-show-juliet .container .bottom .agent-form-alpha form fieldset input[type="submit"]:focus,
#agent-show-juliet .container .bottom .agent-form-alpha form fieldset input[type="submit"]:hover,
#agent-show-juliet .container .bottom .agent-form-alpha form fieldset input[type="submit"]:active {
  background-color: #232020;
  color: white;
  border-color: #232020;
  transition: all 0.5s;
}
#agent-show-juliet .container .bottom .agent-form-alpha form .fieldset_notes {
  margin-bottom: 2px;
}
#agent-show-juliet .container .bottom .agent-form-alpha form .fieldset_submit {
  margin-bottom: 0;
}
#agent-show-juliet .container .bottom .latest-listings h1 {
  font-size: 18px;
  text-transform: uppercase;
  padding: 16px;
  padding-top: 0;
}
#agent-show-juliet .container .bottom .latest-listings .list-container ul .wrapper {
  width: 100%;
}
#agent-show-juliet .container .bottom .latest-listings .list-container ul li {
  padding-bottom: 70%;
}
#agent-show-juliet .blogs h1 {
  font-size: 18px;
  text-transform: uppercase;
  padding: 16px;
}
#agent-show-juliet .blogs .list-container ul .wrapper {
  width: 100%;
}
#agent-show-juliet .blogs .list-container ul .wrapper li .image {
  padding-bottom: 80%;
}
#agent-show-juliet .blogs .list-container ul .wrapper li a {
  padding-top: 32%;
}
#agent-show-juliet .fieldset_privacy.fieldset_privacy {
  width: 100% !important;
}
#agent-show-juliet .fieldset_privacy.fieldset_privacy span {
  width: 100%;
  margin: 0 auto;
}
#agent-show-juliet .fieldset_privacy.fieldset_privacy a {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: auto;
  border: unset;
  letter-spacing: 2px;
  font-size: 14px;
  text-transform: none;
  font-weight: bold;
}
#agent-show-juliet .fieldset_privacy.fieldset_privacy a:focus,
#agent-show-juliet .fieldset_privacy.fieldset_privacy a:hover,
#agent-show-juliet .fieldset_privacy.fieldset_privacy a:active {
  background-color: unset;
  color: #736969;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #agent-show-juliet {
    padding-top: 50px;
    display: inline-block;
  }
  #agent-show-juliet .container {
    padding-bottom: 12px;
  }
  #agent-show-juliet .container .middle {
    padding: 24px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    line-height: 18px;
    display: inline-block;
    width: 100%;
  }
  #agent-show-juliet .container .middle .left {
    padding-right: 24px;
  }
  #agent-show-juliet .container .middle .left h1 {
    padding-top: 12px;
    padding-bottom: 24px !important;
    display: block;
    width: 100%;
  }
  #agent-show-juliet .container .middle .left h2 {
    display: block;
    width: 100%;
    padding: 24px 0;
    clear: both;
  }
  #agent-show-juliet .container .middle .left span {
    width: auto;
    display: inline-block;
    float: left;
  }
  #agent-show-juliet .container .middle .left a {
    padding-left: 2px;
    width: auto;
    display: inline-block;
    float: left;
    text-decoration: none;
    color: #1e1e1e;
    padding-bottom: 24px;
  }
  #agent-show-juliet .container .middle .left a:hover {
    color: #232020;
  }
  #agent-show-juliet .container .middle .right {
    border-left: 1px solid #232020;
    padding-left: 24px;
    clear: both;
    margin-top: 24px;
  }
  #agent-show-juliet .container .middle .right h2 {
    display: block;
    width: 100%;
    padding: 0 0 24px 0;
  }
  #agent-show-juliet .container .middle .right b {
    padding-right: 4px;
    display: inline-block;
  }
  #agent-show-juliet .container .middle .right a {
    width: auto;
    display: inline-block;
    text-decoration: none;
    color: #1e1e1e;
  }
  #agent-show-juliet .container .middle .right a:hover {
    color: #232020;
  }
  #agent-show-juliet .container .middle .right .contact-me .links a {
    display: block;
    width: 100%;
    border-radius: 0px;
    background-clip: padding-box;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    color: #232020;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s;
    background-color: transparent;
    border: 1px solid #232020;
    letter-spacing: 7px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 16px;
    font-weight: 400;
    margin: 16px 0 32px 0;
    padding: 15px;
    height: auto !important;
    line-height: initial !important;
    margin: 12px 0;
  }
  #agent-show-juliet .container .middle .right .contact-me .links a:disabled {
    background: #ccc;
  }
  #agent-show-juliet .container .middle .right .contact-me .links a:disabled:hover,
  #agent-show-juliet .container .middle .right .contact-me .links a:disabled:active,
  #agent-show-juliet .container .middle .right .contact-me .links a:disabled:focus {
    background: #ccc;
  }
  #agent-show-juliet .container .middle .right .contact-me .links a:focus,
  #agent-show-juliet .container .middle .right .contact-me .links a:hover,
  #agent-show-juliet .container .middle .right .contact-me .links a:active {
    background-color: #232020;
    color: white;
    border-color: #232020;
    transition: all 0.5s;
  }
  #agent-show-juliet .container .middle .right .contact-me .links a:last-child {
    margin-bottom: 0;
  }
  #agent-show-juliet .container .middle .right .contact-me .social-links h2 {
    padding-top: 24px;
  }
  #agent-show-juliet .container .middle .right .contact-me .social-links a:nth-child(2) {
    margin-left: 0;
  }
  #agent-show-juliet .container .middle .right .contact-me .social-links a:hover {
    transition: all 0.5s;
  }
  #agent-show-juliet .container .middle .right .contact-me .social-links a {
    margin: 0 5px;
  }
  #agent-show-juliet .container .bottom .agent-form-alpha {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 24px 0 24px;
  }
  #agent-show-juliet .container .bottom .agent-form-alpha h1 {
    padding: 24px 0;
    font-size: 20px;
  }
  #agent-show-juliet .container .bottom .agent-form-alpha form {
    width: 100%;
    display: inline-block;
  }
  #agent-show-juliet .container .bottom .agent-form-alpha form fieldset {
    margin-bottom: 0;
    padding: 0 0 12px 0;
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #agent-show-juliet .container .bottom .agent-form-alpha form fieldset input {
    height: 45px;
  }
  #agent-show-juliet .container .bottom .agent-form-alpha form fieldset textarea {
    height: 135px;
  }
  #agent-show-juliet .container .bottom .agent-form-alpha form fieldset input[type="submit"] {
    display: block;
    border-radius: 0px;
    background-clip: padding-box;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    color: #232020;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s;
    background-color: transparent;
    border: 1px solid #232020;
    letter-spacing: 7px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 16px;
    font-weight: 400;
    margin: 16px 0 32px 0;
    padding: 15px;
    height: auto !important;
    line-height: initial !important;
    width: 100%;
    height: 45px;
    line-height: 45px;
    margin-top: 0;
  }
  #agent-show-juliet .container .bottom .agent-form-alpha form fieldset input[type="submit"]:disabled {
    background: #ccc;
  }
  #agent-show-juliet .container .bottom .agent-form-alpha form fieldset input[type="submit"]:disabled:hover,
  #agent-show-juliet .container .bottom .agent-form-alpha form fieldset input[type="submit"]:disabled:active,
  #agent-show-juliet .container .bottom .agent-form-alpha form fieldset input[type="submit"]:disabled:focus {
    background: #ccc;
  }
  #agent-show-juliet .container .bottom .agent-form-alpha form fieldset input[type="submit"]:focus,
  #agent-show-juliet .container .bottom .agent-form-alpha form fieldset input[type="submit"]:hover,
  #agent-show-juliet .container .bottom .agent-form-alpha form fieldset input[type="submit"]:active {
    background-color: #232020;
    color: white;
    border-color: #232020;
    transition: all 0.5s;
  }
  #agent-show-juliet .container .bottom .agent-form-alpha form .fieldset_first_name,
  #agent-show-juliet .container .bottom .agent-form-alpha form .fieldset_email_address {
    padding-right: 6px;
  }
  #agent-show-juliet .container .bottom .agent-form-alpha form .fieldset_surname,
  #agent-show-juliet .container .bottom .agent-form-alpha form .fieldset_mobile {
    padding-left: 6px;
  }
  #agent-show-juliet .container .bottom .agent-form-alpha form .fieldset_notes {
    width: 100%;
    padding-bottom: 6px;
  }
  #agent-show-juliet .container .bottom .agent-form-alpha form .fieldset_submit {
    width: 100%;
    margin-bottom: 0;
  }
  #agent-show-juliet .container .bottom .latest-listings {
    clear: both;
  }
  #agent-show-juliet .container .bottom .latest-listings h1 {
    font-size: 20px;
    padding: 24px;
  }
  #agent-show-juliet .container .bottom .latest-listings .content-container ul li:nth-child(3) {
    width: 100%;
  }
  #agent-show-juliet .container .bottom .latest-listings .content-container ul li:nth-child(3) a {
    width: 50%;
    margin: 0 auto;
    display: block;
  }
  #agent-show-juliet .blogs h1 {
    padding: 24px;
  }
  #agent-show-juliet .blogs .list-container ul .wrapper {
    width: 33.33%;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #agent-show-juliet {
    padding-top: 70px !important;
  }
  #agent-show-juliet .agent-wrapper {
    background-color: #383838 !important;
  }
  #agent-show-juliet .container {
    padding-bottom: 30px;
  }
  #agent-show-juliet .container .middle {
    padding: 30px 0;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    line-height: 18px;
  }
  #agent-show-juliet .container .middle .left.animation {
    -ms-transform: translateY(0px);
    /* IE 9 */
    -webkit-transform: translateY(0px);
    /* Safari */
    transform: translateY(0px);
    opacity: 1;
    transition: all 1.5s;
  }
  #agent-show-juliet .container .middle .left {
    -ms-transform: translateY(100px);
    /* IE 9 */
    -webkit-transform: translateY(100px);
    /* Safari */
    transform: translateY(100px);
    opacity: 0;
    transition: all 1.5s;
    padding-right: 30px;
  }
  #agent-show-juliet .container .middle .left h1 {
    padding-bottom: 40px !important;
    display: block;
    width: 100%;
  }
  #agent-show-juliet .container .middle .left h2 {
    display: block;
    width: 100%;
    padding: 30px 0;
    clear: both;
  }
  #agent-show-juliet .container .middle .left span {
    width: auto;
    display: inline-block;
    float: left;
  }
  #agent-show-juliet .container .middle .left a {
    padding-left: 2px;
    width: auto;
    display: inline-block;
    float: left;
    text-decoration: none;
    color: #1e1e1e;
    padding-bottom: 30px;
  }
  #agent-show-juliet .container .middle .left a:hover {
    color: #232020;
  }
  #agent-show-juliet .container .middle .right.animation {
    -ms-transform: translateX(0px);
    /* IE 9 */
    -webkit-transform: translateX(0px);
    /* Safari */
    transform: translateX(0px);
    opacity: 1;
    transition: all 1.5s;
  }
  #agent-show-juliet .container .middle .right.line:before {
    height: 100%;
    transition: all 1.5s;
  }
  #agent-show-juliet .container .middle .right:before {
    content: "";
    height: 0px;
    width: 1px;
    background: #232020;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 1.5s;
  }
  #agent-show-juliet .container .middle .right {
    border-left: none;
    position: relative;
    -ms-transform: translateX(100px);
    /* IE 9 */
    -webkit-transform: translateX(100px);
    /* Safari */
    transform: translateX(100px);
    opacity: 0;
    transition: all 1.5s;
    padding-left: 30px;
    clear: both;
    margin-top: 30px;
  }
  #agent-show-juliet .container .middle .right h2 {
    display: block;
    width: 100%;
    padding: 0 0 30px 0;
  }
  #agent-show-juliet .container .middle .right b {
    padding-right: 4px;
    display: inline-block;
  }
  #agent-show-juliet .container .middle .right a {
    width: auto;
    display: inline-block;
    text-decoration: none;
    color: #1e1e1e;
    white-space: nowrap;
  }
  #agent-show-juliet .container .middle .right a:hover {
    color: #232020;
  }
  #agent-show-juliet .container .middle .right .contact-me .links a {
    display: block;
    width: 100%;
    border-radius: 0px;
    background-clip: padding-box;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    color: #232020;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s;
    background-color: transparent;
    border: 1px solid #232020;
    letter-spacing: 7px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 16px;
    font-weight: 400;
    margin: 16px 0 32px 0;
    padding: 15px;
    height: auto !important;
    line-height: initial !important;
    margin: 10px 0;
  }
  #agent-show-juliet .container .middle .right .contact-me .links a:disabled {
    background: #ccc;
  }
  #agent-show-juliet .container .middle .right .contact-me .links a:disabled:hover,
  #agent-show-juliet .container .middle .right .contact-me .links a:disabled:active,
  #agent-show-juliet .container .middle .right .contact-me .links a:disabled:focus {
    background: #ccc;
  }
  #agent-show-juliet .container .middle .right .contact-me .links a:focus,
  #agent-show-juliet .container .middle .right .contact-me .links a:hover,
  #agent-show-juliet .container .middle .right .contact-me .links a:active {
    background-color: #232020;
    color: white;
    border-color: #232020;
    transition: all 0.5s;
  }
  #agent-show-juliet .container .middle .right .contact-me .links a:last-child {
    margin-bottom: 0;
  }
  #agent-show-juliet .container .middle .right .contact-me .social-links h2 {
    padding-top: 30px;
  }
  #agent-show-juliet .container .middle .right .contact-me .social-links a:nth-child(2) {
    margin-left: 0;
  }
  #agent-show-juliet .container .middle .right .contact-me .social-links a:hover {
    transition: all 0.5s;
  }
  #agent-show-juliet .container .bottom .RMA-widget {
    padding: 40px 0 20px;
  }
  #agent-show-juliet .container .bottom .agent-form-alpha {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 120px;
  }
  #agent-show-juliet .container .bottom .agent-form-alpha h1 {
    text-align: center;
    padding: 30px 0;
    font-size: 25px;
  }
  #agent-show-juliet .container .bottom .agent-form-alpha form fieldset {
    margin-bottom: 0;
    padding: 0 0 20px 0;
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #agent-show-juliet .container .bottom .agent-form-alpha form fieldset input {
    height: 45px;
  }
  #agent-show-juliet .container .bottom .agent-form-alpha form fieldset textarea {
    height: 135px;
  }
  #agent-show-juliet .container .bottom .agent-form-alpha form fieldset input[type="submit"] {
    display: block;
    border-radius: 0px;
    background-clip: padding-box;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    color: #232020;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s;
    background-color: transparent;
    border: 1px solid #232020;
    letter-spacing: 7px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 16px;
    font-weight: 400;
    margin: 16px 0 32px 0;
    padding: 15px;
    height: auto !important;
    line-height: initial !important;
    width: 100%;
    height: 45px;
    line-height: 45px;
  }
  #agent-show-juliet .container .bottom .agent-form-alpha form fieldset input[type="submit"]:disabled {
    background: #ccc;
  }
  #agent-show-juliet .container .bottom .agent-form-alpha form fieldset input[type="submit"]:disabled:hover,
  #agent-show-juliet .container .bottom .agent-form-alpha form fieldset input[type="submit"]:disabled:active,
  #agent-show-juliet .container .bottom .agent-form-alpha form fieldset input[type="submit"]:disabled:focus {
    background: #ccc;
  }
  #agent-show-juliet .container .bottom .agent-form-alpha form fieldset input[type="submit"]:focus,
  #agent-show-juliet .container .bottom .agent-form-alpha form fieldset input[type="submit"]:hover,
  #agent-show-juliet .container .bottom .agent-form-alpha form fieldset input[type="submit"]:active {
    background-color: #232020;
    color: white;
    border-color: #232020;
    transition: all 0.5s;
  }
  #agent-show-juliet .container .bottom .agent-form-alpha form .fieldset_first_name,
  #agent-show-juliet .container .bottom .agent-form-alpha form .fieldset_email_address {
    padding-right: 10px;
  }
  #agent-show-juliet .container .bottom .agent-form-alpha form .fieldset_surname,
  #agent-show-juliet .container .bottom .agent-form-alpha form .fieldset_mobile {
    padding-left: 10px;
  }
  #agent-show-juliet .container .bottom .agent-form-alpha form .fieldset_notes {
    width: 100%;
  }
  #agent-show-juliet .container .bottom .agent-form-alpha form .fieldset_submit {
    width: 25%;
    float: right;
    padding-left: 10px;
    margin-bottom: 0;
  }
  #agent-show-juliet .container .bottom .latest-listings {
    clear: both;
  }
  #agent-show-juliet .container .bottom .latest-listings h1 {
    text-align: center;
    font-size: 25px;
    padding: 30px 0;
  }
  #agent-show-juliet .container .bottom .latest-listings .content-container ul li {
    width: 33.33% !important;
  }
  #agent-show-juliet .container .bottom .latest-listings .content-container ul li a {
    width: 100% !important;
  }
  #agent-show-juliet .container .bottom .latest-listings .content-container ul li a .image {
    height: 250px;
    padding-bottom: 0;
  }
  #agent-show-juliet .blogs h1 {
    padding: 30px;
    text-align: center;
    font-size: 25px;
  }
  #agent-show-juliet .blogs .list-container ul .wrapper {
    width: 33.33%;
  }
}
#appraisal-echo {
  padding-top: 50px;
}
#appraisal-echo .text-wrapper {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 16px;
}
#appraisal-echo .text-wrapper article h2 {
  font-size: 25px;
  font-weight: normal;
  padding-bottom: 16px;
  display: block;
}
#appraisal-echo .appraisal-wrapper {
  padding: 0 16px 16px 16px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#appraisal-echo .appraisal-wrapper form fieldset {
  padding-bottom: 8px;
}
#appraisal-echo .appraisal-wrapper form fieldset textarea {
  line-height: 22px;
  display: block;
  resize: none;
}
#appraisal-echo .appraisal-wrapper form input[type="submit"] {
  margin-top: 2px !important;
  border: 1px solid #232020 !important;
}
#appraisal-echo .appraisal-wrapper form input[type="submit"]:hover {
  border-color: #232020 !important;
  color: white;
}
#appraisal-echo .overlay article {
  display: none;
}
#appraisal-echo .text-wrapper {
  padding-top: 0;
}
#appraisal-echo .text-wrapper article {
  line-height: 20px;
  text-align: center;
}
#appraisal-echo .text-wrapper article h2 {
  padding: 16px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  line-height: 25px;
}
#appraisal-echo .fieldset_privacy.fieldset_privacy {
  width: 100% !important;
}
#appraisal-echo .fieldset_privacy.fieldset_privacy span {
  width: 100%;
  margin: 0 auto;
}
#appraisal-echo .fieldset_privacy.fieldset_privacy a {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: auto;
  border: unset;
  letter-spacing: 2px;
  font-size: 14px;
  text-transform: none;
  font-weight: bold;
}
#appraisal-echo .fieldset_privacy.fieldset_privacy a:focus,
#appraisal-echo .fieldset_privacy.fieldset_privacy a:hover,
#appraisal-echo .fieldset_privacy.fieldset_privacy a:active {
  background-color: unset;
  color: #736969;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #appraisal-echo .text-wrapper {
    padding: 24px;
  }
  #appraisal-echo .text-wrapper article h2 {
    padding-bottom: 24px;
  }
  #appraisal-echo .appraisal-wrapper {
    padding: 0 24px 24px 24px;
  }
  #appraisal-echo .appraisal-wrapper form fieldset {
    padding-bottom: 12px;
  }
  #appraisal-echo .appraisal-wrapper form .fieldset_first_name,
  #appraisal-echo .appraisal-wrapper form .fieldset_type,
  #appraisal-echo .appraisal-wrapper form .fieldset_email_address,
  #appraisal-echo .appraisal-wrapper form .fieldset_listing_unit_number,
  #appraisal-echo .appraisal-wrapper form .fieldset_listing_street_name {
    padding-right: 6px;
  }
  #appraisal-echo .appraisal-wrapper form .fieldset_surname,
  #appraisal-echo .appraisal-wrapper form .fieldset_mobile,
  #appraisal-echo .appraisal-wrapper form .fieldset_listing_street_number,
  #appraisal-echo .appraisal-wrapper form .fieldset_listing_suburb_postcode {
    padding-left: 6px;
  }
  #appraisal-echo .appraisal-wrapper form .fieldset_type {
    margin-right: 40%;
  }
  #appraisal-echo .text-wrapper {
    padding-top: 0;
  }
  #appraisal-echo .text-wrapper article {
    line-height: 20px;
    text-align: center;
  }
  #appraisal-echo .text-wrapper article h2 {
    padding: 24px;
    letter-spacing: 5px;
    font-size: 18px;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #appraisal-echo {
    padding-top: 70px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #appraisal-echo .text-wrapper {
    padding: 30px 0;
  }
  #appraisal-echo .text-wrapper article {
    text-align: center;
    padding: 0 120px;
    line-height: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #appraisal-echo .text-wrapper article h2 {
    font-size: 30px;
    padding-bottom: 30px;
  }
  #appraisal-echo .appraisal-wrapper {
    padding: 0 120px 30px 120px;
  }
  #appraisal-echo .appraisal-wrapper form fieldset {
    padding-bottom: 20px;
  }
  #appraisal-echo .appraisal-wrapper form .fieldset_first_name,
  #appraisal-echo .appraisal-wrapper form .fieldset_type,
  #appraisal-echo .appraisal-wrapper form .fieldset_email_address,
  #appraisal-echo .appraisal-wrapper form .fieldset_listing_unit_number,
  #appraisal-echo .appraisal-wrapper form .fieldset_listing_street_name {
    padding-right: 10px;
  }
  #appraisal-echo .appraisal-wrapper form .fieldset_surname,
  #appraisal-echo .appraisal-wrapper form .fieldset_mobile,
  #appraisal-echo .appraisal-wrapper form .fieldset_listing_street_number,
  #appraisal-echo .appraisal-wrapper form .fieldset_listing_suburb_postcode {
    padding-left: 10px;
  }
  #appraisal-echo .appraisal-wrapper form input[type="submit"] {
    width: 25%;
    float: right;
  }
  #appraisal-echo .appraisal-wrapper form:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #appraisal-echo .text-wrapper {
    padding-top: 0;
  }
  #appraisal-echo .text-wrapper article {
    line-height: 20px;
    text-align: center;
  }
  #appraisal-echo .text-wrapper article h2 {
    padding: 30px;
    letter-spacing: 6px;
    font-size: 20px;
  }
}
#opens-hotel,
#auctions-golf {
  width: 100%;
  max-width: 1030px;
  margin: 0 auto;
  padding-top: 60px;
}
#opens-hotel .top-section,
#auctions-golf .top-section {
  padding: 0 20px 20px 20px ;
}
#opens-hotel .top-section .title-wrapper h3,
#auctions-golf .top-section .title-wrapper h3 {
  padding: 24px;
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
}
#opens-hotel .top-section .links.right,
#auctions-golf .top-section .links.right {
  width: 100%;
  height: 23px;
  /*display: none;*/
  padding-bottom: 8px;
  padding-right: 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#opens-hotel .top-section .links.right li,
#auctions-golf .top-section .links.right li {
  float: right;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 4px;
  text-decoration: none;
  color: #1e1e1e;
}
#opens-hotel .top-section .links.right li a,
#auctions-golf .top-section .links.right li a {
  text-decoration: none;
  color: #1e1e1e;
}
#opens-hotel .top-section .links.right li a:hover,
#auctions-golf .top-section .links.right li a:hover {
  color: #232020;
}
#opens-hotel .container,
#auctions-golf .container {
  clear: both;
  padding: 0 8px 8px 8px;
}
#opens-hotel .container ul li,
#auctions-golf .container ul li {
  padding: 4px 0;
}
#opens-hotel .container ul li .image,
#auctions-golf .container ul li .image {
  height: 0px;
  padding-bottom: 60%;
  overflow: hidden;
  display: block;
  background-position: 50% 50%;
  background-size: cover;
}
#opens-hotel .container ul li .print-image,
#auctions-golf .container ul li .print-image {
  display: none !important;
}
#opens-hotel .container ul li .info-wrapper,
#auctions-golf .container ul li .info-wrapper {
  padding: 16px;
  text-decoration: none;
  background-color: #fff;
  display: block;
}
#opens-hotel .container ul li .info-wrapper div,
#auctions-golf .container ul li .info-wrapper div {
  color: #6a6a6a;
  text-decoration: none;
}
#opens-hotel .container ul li .info-wrapper .suburb,
#auctions-golf .container ul li .info-wrapper .suburb {
  color: #232020;
  font-size: 16px;
}
#opens-hotel .container ul li .info-wrapper .date,
#auctions-golf .container ul li .info-wrapper .date {
  font-size: 14px;
  padding: 5px 0;
}
#opens-hotel .container ul li .info-wrapper .address,
#auctions-golf .container ul li .info-wrapper .address {
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  text-decoration: none;
  padding: 5px 0 30px;
}
#opens-hotel .container ul li .info-wrapper .bbc,
#auctions-golf .container ul li .info-wrapper .bbc {
  clear: both;
  width: 100%;
  display: block;
  padding-bottom: 15px;
  font-size: 17px;
}
#opens-hotel .container ul li .info-wrapper .bbc span,
#auctions-golf .container ul li .info-wrapper .bbc span {
  width: 55px !important;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 4px;
  padding-right: 60px;
}
#opens-hotel .container ul li .info-wrapper .bbc span i,
#auctions-golf .container ul li .info-wrapper .bbc span i {
  color: #232020;
  padding-top: 1px;
  font-size: 18px;
  padding-right: 4px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 15px;
  float: left;
  display: block;
}
#opens-hotel .container ul li .info-wrapper .icon,
#auctions-golf .container ul li .info-wrapper .icon {
  cursor: pointer;
  width: 100px;
  float: right;
}
#opens-hotel .container ul li .info-wrapper .icon .fa.fa-search,
#auctions-golf .container ul li .info-wrapper .icon .fa.fa-search {
  font-size: 25px;
  float: right;
  transition: all 0.5s;
}
#opens-hotel .container ul li .info-wrapper .icon .fa.fa-search:hover,
#auctions-golf .container ul li .info-wrapper .icon .fa.fa-search:hover {
  color: #232020;
  transition: all 0.5s;
}
#opens-hotel .container ul li .info-wrapper .print-list,
#auctions-golf .container ul li .info-wrapper .print-list {
  text-align: right;
  padding-top: 5px;
}
#opens-hotel .container ul li:hover .info-wrapper .icon .fa.fa-search,
#auctions-golf .container ul li:hover .info-wrapper .icon .fa.fa-search {
  color: #232020;
  transition: all 0.5s;
}
#opens-hotel .container ul li:nth-child(1),
#auctions-golf .container ul li:nth-child(1) {
  padding-top: 0;
}
#opens-hotel #no-results,
#auctions-golf #no-results {
  text-align: center;
}
#opens-hotel #no-results .card,
#auctions-golf #no-results .card {
  line-height: 18px;
}
#opens-hotel #no-results .card h2,
#auctions-golf #no-results .card h2 {
  font-weight: 600;
  font-size: 18px;
  padding-bottom: 8px;
}
#opens-hotel #no-results .card a,
#auctions-golf #no-results .card a {
  text-align: center !important;
  width: 100%;
  display: block;
  text-align: left;
  color: #6a6a6a;
  text-decoration: none;
  transition: all 0.5s;
  cursor: pointer;
  font-weight: 600;
  padding-top: 8px;
}
#opens-hotel #no-results .card a:hover,
#auctions-golf #no-results .card a:hover {
  transition: all 0.5s;
  color: #232020;
}
@media only screen and (min-width: 640px) {
  #opens-hotel,
  #auctions-golf {
    /* Tablet */
  }
  #opens-hotel .top-section .title-wrapper h3,
  #auctions-golf .top-section .title-wrapper h3 {
    padding: 36px;
    font-size: 25px;
  }
  #opens-hotel .top-section .links.right,
  #auctions-golf .top-section .links.right {
    padding-right: 20px;
    display: inline;
  }
  #opens-hotel .top-section .links.right #print-all-btn,
  #auctions-golf .top-section .links.right #print-all-btn {
    display: inline;
  }
  #opens-hotel .container,
  #auctions-golf .container {
    padding: 0 12px 12px 12px;
  }
  #opens-hotel .container ul li,
  #auctions-golf .container ul li {
    padding: 6px;
    float: left;
    width: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #opens-hotel .container ul li .info-wrapper,
  #auctions-golf .container ul li .info-wrapper {
    padding: 16px;
    height: 150px;
  }
  #opens-hotel .container ul li .info-wrapper .bbc span,
  #auctions-golf .container ul li .info-wrapper .bbc span {
    width: 50px;
    padding-left: 4px;
    padding-right: 4px;
  }
  #opens-hotel .container ul li .info-wrapper span .fa.fa-search,
  #auctions-golf .container ul li .info-wrapper span .fa.fa-search {
    font-size: 25px;
    float: right;
    transition: all 0.5s;
  }
  #opens-hotel .container ul li .info-wrapper span .fa.fa-search:hover,
  #auctions-golf .container ul li .info-wrapper span .fa.fa-search:hover {
    color: #232020;
    transition: all 0.5s;
  }
  #opens-hotel .container ul:after,
  #auctions-golf .container ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #opens-hotel .container ul li:nth-child(1),
  #auctions-golf .container ul li:nth-child(1),
  #opens-hotel .container ul li:nth-child(2),
  #auctions-golf .container ul li:nth-child(2) {
    padding-top: 0;
  }
  #opens-hotel #no-results .card a,
  #auctions-golf #no-results .card a {
    max-width: 150px;
    color: #fff;
    margin: 20px auto;
    padding: 0;
  }
  #opens-hotel #no-results .card a:hover,
  #auctions-golf #no-results .card a:hover {
    color: #fff;
  }
}
@media only screen and (min-width: 980px) {
  #opens-hotel,
  #auctions-golf {
    /* Desktop */
  }
  #opens-hotel .container,
  #auctions-golf .container {
    display: flex;
    flex-flow: row wrap;
    padding-bottom: 40px;
  }
  #opens-hotel .container ul,
  #auctions-golf .container ul {
    width: 100%;
  }
  #opens-hotel .container ul li,
  #auctions-golf .container ul li {
    width: 33.33% !important;
    padding: 10px;
  }
  #opens-hotel .container ul li:nth-child(1),
  #auctions-golf .container ul li:nth-child(1),
  #opens-hotel .container ul li:nth-child(2),
  #auctions-golf .container ul li:nth-child(2),
  #opens-hotel .container ul li:nth-child(3),
  #auctions-golf .container ul li:nth-child(3) {
    padding-top: 0;
  }
}
@media print {
  #opens-hotel .top-section,
  #auctions-golf .top-section {
    display: none;
  }
  #opens-hotel .container ul li,
  #auctions-golf .container ul li {
    width: 33.33%;
    float: left;
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #opens-hotel .container ul li .image,
  #auctions-golf .container ul li .image {
    display: none;
  }
  #opens-hotel .container ul li .print-image,
  #auctions-golf .container ul li .print-image {
    display: block !important;
    height: 150px;
  }
  #opens-hotel .container ul li .info-wrapper .address,
  #auctions-golf .container ul li .info-wrapper .address {
    padding-bottom: 10px;
  }
  #opens-hotel .container ul li .info-wrapper .bbc,
  #auctions-golf .container ul li .info-wrapper .bbc {
    display: block;
  }
  #opens-hotel .container ul li .info-wrapper .print-list span,
  #auctions-golf .container ul li .info-wrapper .print-list span {
    display: none;
  }
  #opens-hotel .container ul li .info-wrapper .print-list input,
  #auctions-golf .container ul li .info-wrapper .print-list input {
    display: none;
  }
  #opens-hotel #no-results,
  #auctions-golf #no-results {
    display: none;
  }
}
#blog-foxtrot .heading-div {
  display: none !important;
}
#blog-foxtrot .page-heading {
  cursor: auto;
}
#blog-foxtrot .page-heading:hover h1:after {
  display: none !important;
}
#blog-foxtrot .sort-by {
  max-width: 425px;
  display: block;
  margin: 0 auto;
  text-align: right;
  padding: 16px 16px 0 16px;
}
#blog-foxtrot .sort-by .sort-btn {
  cursor: pointer;
  font-size: 11px;
  letter-spacing: 2px;
  transition: all 0.5s;
}
#blog-foxtrot .sort-by .sort-btn i {
  font-size: 12px;
  box-sizing: border-box;
  display: inline-block;
  padding-left: 4px;
}
#blog-foxtrot .sort-by .sort-btn:hover {
  color: #232020;
  transition: all 0.5s;
}
#blog-foxtrot .sort-by .sort-options {
  padding-top: 8px;
  font-size: 11px;
}
#blog-foxtrot .sort-by .sort-options a {
  text-decoration: none;
  color: #1e1e1e;
  padding: 0 1px;
  line-height: 16px;
}
#blog-foxtrot .sort-by .sort-options a:hover {
  color: #232020;
}
#blog-foxtrot .sort-by .sort-options .active {
  color: #232020;
}
#blog-foxtrot .content-container {
  max-width: 1030px;
  margin: 0 auto;
  display: block;
}
#blog-foxtrot .content-container ul {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 16px;
}
#blog-foxtrot .content-container ul li.hide {
  opacity: 0;
  transition: all 1s;
}
#blog-foxtrot .content-container ul li {
  position: relative;
  opacity: 1;
  transition: all 1s;
  width: 100%;
  display: block;
  max-width: 425px;
  margin: 0 auto 2px auto;
}
#blog-foxtrot .content-container ul li a {
  position: relative;
  text-decoration: none;
  color: white;
  display: block;
}
#blog-foxtrot .content-container ul li a .image {
  background-size: cover;
  background-position: 50% 50%;
  height: 250px;
}
#blog-foxtrot .content-container ul li a .underlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
#blog-foxtrot .content-container ul li a h2 {
  margin: 20% 0 10px 0;
  transition: transform 0.35s;
  word-spacing: -0.15em;
  font-weight: 500;
  text-align: center;
  letter-spacing: 5px;
  font-size: 28px;
  text-transform: uppercase;
  transform: scale(0.9);
  line-height: 28px;
  padding: 0 20px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
#blog-foxtrot .content-container ul li a h3 {
  font-family: 'Poppins', sans-serif;
  display: inline-block;
  float: left;
  width: auto;
  text-transform: uppercase;
  font-size: 11px;
  padding-right: 5px;
}
#blog-foxtrot .content-container ul li a .bbc-wrapper {
  display: inline-block;
}
#blog-foxtrot .content-container ul li a .bbc-wrapper .container {
  width: auto;
  display: inline-block;
}
#blog-foxtrot .content-container ul li a .bbc-wrapper em {
  padding-left: 5px;
}
#blog-foxtrot .content-container figcaption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
#blog-foxtrot .content-container p {
  padding: 10px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transform: scale(1.5);
  letter-spacing: 1px;
  font-size: 14px;
  text-align: center;
  opacity: 1;
  transform: scale3d(1, 1, 1);
  padding: 0 20px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
#blog-foxtrot .content-container P:nth-child(2) {
  font-size: 18px;
  padding-top: 0;
}
#blog-foxtrot .content-container p:nth-child(3) {
  font-size: 12px;
  padding-top: 40px;
}
#blog-foxtrot .content-container figure.effect-ming figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  /*border: 2px solid #fff;*/
  box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2);
  content: '';
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  transform: scale3d(1.4, 1.4, 1);
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #blog-foxtrot .sort-by {
    max-width: none;
    padding: 16px 16px 0 16px;
  }
  #blog-foxtrot .sort-by .sort-btn {
    font-size: 12px;
    letter-spacing: 2px;
  }
  #blog-foxtrot .sort-by .sort-btn i {
    font-size: 12px;
    padding-left: 4px;
  }
  #blog-foxtrot .sort-by .sort-options {
    padding-top: 8px;
    font-size: 12px;
  }
  #blog-foxtrot .sort-by .sort-options a {
    padding: 0 1px;
    line-height: 16px;
  }
  #blog-foxtrot .content-container {
    width: 100%;
    display: inline-block;
    padding-bottom: 40px;
  }
  #blog-foxtrot .content-container ul {
    width: 100%;
    display: inline-block;
  }
  #blog-foxtrot .content-container .one-place li {
    width: 100%;
  }
  #blog-foxtrot .content-container .one-place li a {
    width: 50%;
    display: block;
    margin: 0 auto;
  }
  #blog-foxtrot .content-container .end-two-place li:last-child {
    width: 100%;
  }
  #blog-foxtrot .content-container .end-two-place li:last-child a {
    width: 50%;
    display: block;
    margin: 0 auto;
  }
  #blog-foxtrot .content-container ul li {
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0;
    max-width: none;
    padding: 1px;
  }
  #blog-foxtrot .content-container ul li a .image {
    height: 240px;
  }
  #blog-foxtrot .content-container ul li:nth-child(1),
  #blog-foxtrot .content-container ul li:nth-child(2) {
    padding-top: 0;
  }
  #blog-foxtrot .content-container ul li:nth-child(even) {
    padding-right: 0;
  }
  #blog-foxtrot .content-container ul li:nth-child(odd) {
    padding-left: 0;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #blog-foxtrot {
    padding-top: 70px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #blog-foxtrot .sort-by {
    max-width: 1030px;
    padding: 20px 60px 0 30px;
  }
  #blog-foxtrot .sort-by .sort-btn {
    font-size: 12px;
    letter-spacing: 2px;
  }
  #blog-foxtrot .sort-by .sort-btn i {
    font-size: 12px;
    padding-left: 4px;
  }
  #blog-foxtrot .sort-by .sort-options {
    padding-top: 8px;
    font-size: 12px;
  }
  #blog-foxtrot .sort-by .sort-options a {
    padding: 0 5px;
    line-height: 16px;
    letter-spacing: 2px;
  }
  #blog-foxtrot .content-container {
    max-width: 1030px;
    margin: 0 auto;
    display: block;
  }
  #blog-foxtrot .content-container ul {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 16px;
  }
  #blog-foxtrot .content-container ul li {
    transition: all 1s;
    -ms-transform: translateY(0px);
    /* IE 9 */
    -webkit-transform: translateY(0px);
    /* Safari */
    transform: translateY(0px);
  }
  #blog-foxtrot .content-container ul li.hide {
    transition: all 1s;
    -ms-transform: translateY(50px);
    /* IE 9 */
    -webkit-transform: translateY(50px);
    /* Safari */
    transform: translateY(50px);
  }
  #blog-foxtrot .content-container ul li.hide {
    opacity: 0;
    transition: all 1s;
  }
  #blog-foxtrot .content-container ul li:nth-child(3n+1) {
    padding: 2px 2px 2px 0;
  }
  #blog-foxtrot .content-container ul li:nth-child(3n+2) {
    padding: 2px 2px 2px 2px;
  }
  #blog-foxtrot .content-container ul li:nth-child(3n+3) {
    padding: 2px 0 2px 2px;
  }
  #blog-foxtrot .content-container ul li.hover a .underlay {
    background-color: rgba(0, 0, 0, 0.5) !important;
    transition: all 0.35s;
  }
  #blog-foxtrot .content-container ul li {
    padding: 1px;
    overflow: hidden;
    opacity: 1;
    transition: all 1s;
    width: 33.33%;
    display: block;
    max-width: none;
    margin: 0;
  }
  #blog-foxtrot .content-container ul li a {
    position: relative;
    text-decoration: none;
    color: white;
    display: block;
  }
  #blog-foxtrot .content-container ul li a .image {
    background-size: cover;
    background-position: 50% 50%;
    height: 250px;
  }
  #blog-foxtrot .content-container ul li a .underlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.1) !important;
    z-index: 1;
    opacity: 1;
    transition: all 0.35s;
  }
  #blog-foxtrot .content-container ul li a h2 {
    margin: 20% 0 10px 0;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    word-spacing: -0.15em;
    font-weight: 500;
    text-align: center;
    letter-spacing: 5px;
    font-size: 28px;
    text-transform: uppercase;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    /* IE 9 */
  }
  #blog-foxtrot .content-container ul li a h3 {
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    float: left;
    width: auto;
    text-transform: uppercase;
    font-size: 11px;
    padding-right: 5px;
  }
  #blog-foxtrot .content-container ul li a .bbc-wrapper {
    display: inline-block;
  }
  #blog-foxtrot .content-container ul li a .bbc-wrapper .container {
    width: auto;
    display: inline-block;
  }
  #blog-foxtrot .content-container ul li a .bbc-wrapper em {
    padding-left: 5px;
  }
  #blog-foxtrot .content-container figure.effect-ming:hover figcaption:before {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    /* IE 9 */
  }
  #blog-foxtrot .content-container figure.effect-ming:hover h2 {
    transform: scale(0.9);
  }
  #blog-foxtrot .content-container figure.effect-ming:hover p {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
  #blog-foxtrot .content-container figure.effect-ming:hover .underlay {
    opacity: 1;
    transition: all 0.35s;
  }
  #blog-foxtrot .content-container figcaption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
  }
  #blog-foxtrot .content-container p {
    padding: 10px;
    opacity: 0;
    transition: opacity 0.35s, transform 0.35s;
    transform: scale(1.5);
    letter-spacing: 1px;
    font-size: 14px;
    text-align: center;
  }
  #blog-foxtrot .content-container P:nth-child(2) {
    font-size: 18px;
    padding-top: 0;
  }
  #blog-foxtrot .content-container p:nth-child(3) {
    font-size: 12px;
    padding-top: 35px;
  }
  #blog-foxtrot .content-container figure.effect-ming figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 2px solid #fff;
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2);
    content: '';
    opacity: 0;
    transition: opacity 0.35s, transform 0.35s;
    transform: scale3d(1.4, 1.4, 1);
  }
}
#blog-show-delta {
  padding-top: 50px;
  display: block;
}
#blog-show-delta h1 {
  font-size: 25px;
  font-weight: normal;
}
#blog-show-delta h2 {
  font-size: 18px;
  /**/
}
#blog-show-delta b {
  font-weight: 600;
}
#blog-show-delta i {
  font-style: italic;
}
#blog-show-delta .overlay article {
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 32px 16px 16px 16px;
}
#blog-show-delta .overlay article h2 {
  font-size: 20px;
  display: block;
  padding-bottom: 8px;
}
#blog-show-delta .container .middle {
  padding: 16px;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  line-height: 18px;
}
#blog-show-delta .container .middle h2 {
  font-size: 20px;
}
#blog-show-delta .container .middle .left .name {
  display: none;
}
#blog-show-delta .container .middle .left h1 {
  padding-bottom: 8px;
  display: block;
  width: 100%;
}
#blog-show-delta .container .middle .left h2 {
  display: block;
  width: 100%;
  padding: 24px 0 16px 0;
  clear: both;
}
#blog-show-delta .container .middle .left span {
  width: auto;
  display: inline-block;
  float: left;
}
#blog-show-delta .container .middle .left span ul {
  list-style: disc;
}
#blog-show-delta .container .middle .left span ul li {
  margin-left: 40px;
}
#blog-show-delta .container .middle .left a {
  padding-left: 2px;
  width: auto;
  display: inline-block;
  float: left;
  text-decoration: none;
  color: #1e1e1e;
  padding-bottom: 16px;
}
#blog-show-delta .container .middle .left a:hover {
  color: #232020;
}
#blog-show-delta .container .middle .right {
  clear: both;
  padding-top: 16px;
}
#blog-show-delta .container .middle .right i {
  padding-left: 8px;
  vertical-align: middle;
}
#blog-show-delta .container .middle .right .tags-comma:nth-child(2) {
  display: none !important;
}
#blog-show-delta .container .middle .right h2 {
  display: block;
  width: 100%;
  padding: 16px 0;
}
#blog-show-delta .container .middle .right b {
  font-weight: bold;
  padding-right: 4px;
  display: inline-block;
}
#blog-show-delta .container .middle .right a {
  width: auto;
  display: inline-block;
  text-decoration: none;
  color: #1e1e1e;
}
#blog-show-delta .container .middle .right a:hover {
  color: #232020;
}
#blog-show-delta .container .middle .right .contact-me {
  padding-top: 16px;
}
#blog-show-delta .container .middle .right .contact-me .links a {
  display: block;
  width: 100%;
  border-radius: 0px;
  background-clip: padding-box;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  color: #232020;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.5s;
  background-color: transparent;
  border: 1px solid #232020;
  letter-spacing: 7px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  margin: 16px 0 32px 0;
  padding: 15px;
  height: auto !important;
  line-height: initial !important;
  margin: 2px 0 !important;
}
#blog-show-delta .container .middle .right .contact-me .links a:disabled {
  background: #ccc;
}
#blog-show-delta .container .middle .right .contact-me .links a:disabled:hover,
#blog-show-delta .container .middle .right .contact-me .links a:disabled:active,
#blog-show-delta .container .middle .right .contact-me .links a:disabled:focus {
  background: #ccc;
}
#blog-show-delta .container .middle .right .contact-me .links a:focus,
#blog-show-delta .container .middle .right .contact-me .links a:hover,
#blog-show-delta .container .middle .right .contact-me .links a:active {
  background-color: #232020;
  color: white;
  border-color: #232020;
  transition: all 0.5s;
}
#blog-show-delta .container .middle .right .contact-me .links a i {
  margin-right: 4px;
}
#blog-show-delta .container .middle .right .contact-me .links a:first-child {
  margin-top: 12px !important;
}
#blog-show-delta .container .middle .right .contact-me .links a:last-child {
  margin-bottom: 0;
}
#blog-show-delta .container .middle .right .contact-me .social-links a {
  position: relative;
  width: 17px;
  text-align: center;
  display: inline-block;
  margin: 0 20px;
  text-decoration: none;
  transition: all 0.5s;
}
#blog-show-delta .container .middle .right .contact-me .social-links a i {
  color: #1e1e1e;
  font-size: 30px;
  position: relative;
  display: block;
  font-style: normal;
}
#blog-show-delta .container .middle .right .contact-me .social-links .social:hover {
  cursor: pointer;
}
#blog-show-delta .container .middle .right .contact-me .social-links .social.facebook {
  margin-left: 0;
}
#blog-show-delta .container .middle .right .contact-me .social-links .social.facebook:hover i {
  color: #3b5998;
}
#blog-show-delta .container .middle .right .contact-me .social-links .social.twitter:hover i {
  color: #55acee;
}
#blog-show-delta .container .middle .right .contact-me .social-links .social.pinit:hover i {
  color: #c8232c;
}
#blog-show-delta .container .middle .right .contact-me .social-links #googleplus:hover i {
  color: #dd4b39;
}
#blog-show-delta .container .middle .right .contact-me .social-links a:nth-child(2) {
  margin-left: 0;
}
#blog-show-delta .container .middle .right .agent-form-alpha textarea {
  letter-spacing: 1px;
}
#blog-show-delta .container .bottom .agent-form-alpha {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 12px 16px 0 16px;
}
#blog-show-delta .container .bottom .agent-form-alpha h1 {
  padding-bottom: 16px;
  font-size: 20px;
}
#blog-show-delta .container .bottom .agent-form-alpha form fieldset {
  margin-bottom: 8px;
}
#blog-show-delta .container .bottom .agent-form-alpha form fieldset textarea {
  height: 105px;
}
#blog-show-delta .container .bottom .agent-form-alpha form fieldset input[type="submit"] {
  display: block;
  border-radius: 0px;
  background-clip: padding-box;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  color: #232020;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.5s;
  background-color: transparent;
  border: 1px solid #232020;
  letter-spacing: 7px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  margin: 16px 0 32px 0;
  padding: 15px;
  height: auto !important;
  line-height: initial !important;
  border: transparent;
  width: 100%;
}
#blog-show-delta .container .bottom .agent-form-alpha form fieldset input[type="submit"]:disabled {
  background: #ccc;
}
#blog-show-delta .container .bottom .agent-form-alpha form fieldset input[type="submit"]:disabled:hover,
#blog-show-delta .container .bottom .agent-form-alpha form fieldset input[type="submit"]:disabled:active,
#blog-show-delta .container .bottom .agent-form-alpha form fieldset input[type="submit"]:disabled:focus {
  background: #ccc;
}
#blog-show-delta .container .bottom .agent-form-alpha form fieldset input[type="submit"]:focus,
#blog-show-delta .container .bottom .agent-form-alpha form fieldset input[type="submit"]:hover,
#blog-show-delta .container .bottom .agent-form-alpha form fieldset input[type="submit"]:active {
  background-color: #232020;
  color: white;
  border-color: #232020;
  transition: all 0.5s;
}
#blog-show-delta .container .bottom .agent-form-alpha form .fieldset_submit {
  margin-bottom: 0;
}
#blog-show-delta .container .bottom .latest-listings h1 {
  font-size: 18px;
  padding: 16px;
  padding-top: 0;
  text-align: center;
}
#blog-show-delta .container .bottom .latest-listings .list-container ul .wrapper {
  width: 100%;
}
#blog-show-delta .container .bottom .latest-listings .list-container ul li {
  padding-bottom: 70%;
}
#blog-show-delta .blogs {
  padding-top: 8px;
}
#blog-show-delta .blogs h1 {
  font-size: 18px;
  text-align: center;
  padding: 16px;
}
#blog-show-delta .blogs .list-container ul .wrapper {
  width: 100%;
}
#blog-show-delta .blogs .list-container ul .wrapper li {
  padding-bottom: 16px;
}
#blog-show-delta .blogs .list-container ul .wrapper li .image {
  padding-bottom: 80%;
}
#blog-show-delta .blogs .list-container ul .wrapper li .name {
  padding-top: 8px;
}
#blog-show-delta .blogs .list-container ul .wrapper li a {
  padding-top: 0 !important;
}
#blog-show-delta .blogs .list-container ul .wrapper li .info {
  padding-top: 8px;
}
#blog-show-delta .agent-form-alpha {
  font-size: 0.8em;
  padding: 2em 0;
}
#blog-show-delta .agent-form-alpha fieldset {
  margin: 0 0.5em 0.5em 0;
}
#blog-show-delta .container .middle .right .agent-form-alpha h2 {
  padding: 1em 0;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #blog-show-delta {
    display: inline-block;
    padding-top: 50px;
  }
  #blog-show-delta .overlay article {
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 32px 16px 16px 16px;
  }
  #blog-show-delta .overlay article h2 {
    font-size: 20px;
    display: block;
    padding-bottom: 8px;
  }
  #blog-show-delta .container .middle {
    padding: 24px;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    line-height: 18px;
  }
  #blog-show-delta .container .middle .left {
    padding-right: 24px;
  }
  #blog-show-delta .container .middle .left h1 {
    padding-bottom: 12px;
    display: block;
    width: 100%;
  }
  #blog-show-delta .container .middle .left h2 {
    display: block;
    width: 100%;
    padding: 24px 0;
    clear: both;
  }
  #blog-show-delta .container .middle .left span {
    width: auto;
    display: inline-block;
    float: left;
  }
  #blog-show-delta .container .middle .left a {
    padding-left: 2px;
    width: auto;
    display: inline-block;
    float: left;
    text-decoration: none;
    color: #1e1e1e;
    padding-bottom: 24px;
  }
  #blog-show-delta .container .middle .left a:hover {
    color: #232020;
  }
  #blog-show-delta .container .middle .right {
    border-left: 1px solid #232020;
    padding-left: 24px;
    clear: both;
    margin-top: 24px;
  }
  #blog-show-delta .container .middle .right .tags-comma {
    display: none !important;
  }
  #blog-show-delta .container .middle .right h2 {
    display: block;
    width: 100%;
    padding: 0 0 24px 0;
  }
  #blog-show-delta .container .middle .right b {
    font-weight: bold;
    padding-right: 4px;
    display: inline-block;
  }
  #blog-show-delta .container .middle .right a {
    width: auto;
    display: inline-block;
    text-decoration: none;
    color: #1e1e1e;
  }
  #blog-show-delta .container .middle .right a:hover {
    color: #232020;
  }
  #blog-show-delta .container .middle .right .tags {
    display: block;
    width: 100%;
    line-height: 21px;
  }
  #blog-show-delta .container .middle .right .contact-me .links a {
    display: block;
    width: 100%;
    border-radius: 0px;
    background-clip: padding-box;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    color: #232020;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s;
    background-color: transparent;
    border: 1px solid #232020;
    letter-spacing: 7px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 16px;
    font-weight: 400;
    margin: 16px 0 32px 0;
    padding: 15px;
    height: auto !important;
    line-height: initial !important;
    margin: 12px 0;
  }
  #blog-show-delta .container .middle .right .contact-me .links a:disabled {
    background: #ccc;
  }
  #blog-show-delta .container .middle .right .contact-me .links a:disabled:hover,
  #blog-show-delta .container .middle .right .contact-me .links a:disabled:active,
  #blog-show-delta .container .middle .right .contact-me .links a:disabled:focus {
    background: #ccc;
  }
  #blog-show-delta .container .middle .right .contact-me .links a:focus,
  #blog-show-delta .container .middle .right .contact-me .links a:hover,
  #blog-show-delta .container .middle .right .contact-me .links a:active {
    background-color: #232020;
    color: white;
    border-color: #232020;
    transition: all 0.5s;
  }
  #blog-show-delta .container .middle .right .contact-me .links a:last-child {
    margin-bottom: 0;
  }
  #blog-show-delta .container .middle .right .contact-me .documents {
    display: block;
    padding-top: 24px;
  }
  #blog-show-delta .container .middle .right .contact-me .social-links h2 {
    padding-top: 24px;
  }
  #blog-show-delta .container .middle .right .contact-me .social-links a {
    position: relative;
    width: 30px;
    text-align: center;
    display: inline-block;
    margin: 0 9px !important;
    text-decoration: none;
    transition: all 0.5s;
  }
  #blog-show-delta .container .middle .right .contact-me .social-links a i {
    color: #1e1e1e;
    font-size: 30px;
    position: relative;
    display: block;
  }
  #blog-show-delta .container .middle .right .contact-me .social-links .social.facebook:hover i {
    color: #3b5998;
  }
  #blog-show-delta .container .middle .right .contact-me .social-links .social.twitter:hover i {
    color: #55acee;
  }
  #blog-show-delta .container .middle .right .contact-me .social-links .social.pinit:hover i {
    color: #c8232c;
  }
  #blog-show-delta .container .middle .right .contact-me .social-links #googleplus:hover i {
    color: #dd4b39;
  }
  #blog-show-delta .container .middle .right .contact-me .social-links a:nth-child(2) {
    margin-left: 0;
  }
  #blog-show-delta .container .bottom .agent-form-alpha {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 24px 0 24px;
  }
  #blog-show-delta .container .bottom .agent-form-alpha h1 {
    padding: 24px 0;
    font-size: 20px;
  }
  #blog-show-delta .container .bottom .agent-form-alpha form fieldset {
    margin-bottom: 0;
    padding: 0 0 12px 0;
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #blog-show-delta .container .bottom .agent-form-alpha form fieldset input {
    height: 45px;
  }
  #blog-show-delta .container .bottom .agent-form-alpha form fieldset textarea {
    height: 135px;
  }
  #blog-show-delta .container .bottom .agent-form-alpha form fieldset input[type="submit"] {
    display: block;
    border-radius: 0px;
    background-clip: padding-box;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    color: #232020;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s;
    background-color: transparent;
    border: 1px solid #232020;
    letter-spacing: 7px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 16px;
    font-weight: 400;
    margin: 16px 0 32px 0;
    padding: 15px;
    height: auto !important;
    line-height: initial !important;
    border: transparent;
    width: 100%;
    height: 45px;
    line-height: 45px;
  }
  #blog-show-delta .container .bottom .agent-form-alpha form fieldset input[type="submit"]:disabled {
    background: #ccc;
  }
  #blog-show-delta .container .bottom .agent-form-alpha form fieldset input[type="submit"]:disabled:hover,
  #blog-show-delta .container .bottom .agent-form-alpha form fieldset input[type="submit"]:disabled:active,
  #blog-show-delta .container .bottom .agent-form-alpha form fieldset input[type="submit"]:disabled:focus {
    background: #ccc;
  }
  #blog-show-delta .container .bottom .agent-form-alpha form fieldset input[type="submit"]:focus,
  #blog-show-delta .container .bottom .agent-form-alpha form fieldset input[type="submit"]:hover,
  #blog-show-delta .container .bottom .agent-form-alpha form fieldset input[type="submit"]:active {
    background-color: #232020;
    color: white;
    border-color: #232020;
    transition: all 0.5s;
  }
  #blog-show-delta .container .bottom .agent-form-alpha form .fieldset_first_name,
  #blog-show-delta .container .bottom .agent-form-alpha form .fieldset_email_address {
    padding-right: 6px;
  }
  #blog-show-delta .container .bottom .agent-form-alpha form .fieldset_surname,
  #blog-show-delta .container .bottom .agent-form-alpha form .fieldset_mobile {
    padding-left: 6px;
  }
  #blog-show-delta .container .bottom .agent-form-alpha form .fieldset_notes {
    width: 100%;
  }
  #blog-show-delta .container .bottom .agent-form-alpha form .fieldset_submit {
    width: 100%;
    margin-bottom: 0;
  }
  #blog-show-delta .container .bottom .latest-listings {
    clear: both;
  }
  #blog-show-delta .container .bottom .latest-listings h1 {
    font-size: 20px;
    padding: 24px;
  }
  #blog-show-delta .container .bottom .latest-listings .list-container ul .wrapper {
    width: 33.33%;
  }
  #blog-show-delta .container .bottom .latest-listings .list-container ul li {
    padding-bottom: 70%;
  }
  #blog-show-delta .blogs h1 {
    padding: 24px;
  }
  #blog-show-delta .blogs .content-container ul li:last-child {
    width: 100%;
  }
  #blog-show-delta .blogs .content-container ul li:last-child a {
    width: 50%;
    margin: 0 auto;
    display: block;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #blog-show-delta {
    padding-top: 70px;
  }
  #blog-show-delta h1 {
    font-size: 30px;
  }
  #blog-show-delta h2 {
    /*font-size: 25px;*/
  }
  #blog-show-delta .overlay article h2 {
    font-size: 25px;
    padding-bottom: 20px;
  }
  #blog-show-delta .container .middle {
    padding: 30px 0;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    line-height: 18px;
  }
  #blog-show-delta .container .middle h2 {
    font-size: 25px;
  }
  #blog-show-delta .container .middle .left.animation {
    -ms-transform: translateY(0px);
    /* IE 9 */
    -webkit-transform: translateY(0px);
    /* Safari */
    transform: translateY(0px);
    opacity: 1;
    transition: all 1.5s;
  }
  #blog-show-delta .container .middle .left {
    -ms-transform: translateY(100px);
    /* IE 9 */
    -webkit-transform: translateY(100px);
    /* Safari */
    transform: translateY(100px);
    opacity: 0;
    transition: all 1.5s;
    padding-right: 30px;
  }
  #blog-show-delta .container .middle .left h1 {
    padding-bottom: 20px;
    display: block;
    width: 100%;
  }
  #blog-show-delta .container .middle .left h2 {
    display: block;
    width: 100%;
    padding: 30px 0;
    clear: both;
  }
  #blog-show-delta .container .middle .left span {
    width: auto;
    display: inline-block;
    float: left;
  }
  #blog-show-delta .container .middle .left a {
    padding-left: 2px;
    width: auto;
    display: inline-block;
    float: left;
    text-decoration: none;
    color: #1e1e1e;
    padding-bottom: 30px;
  }
  #blog-show-delta .container .middle .left a:hover {
    color: #232020;
  }
  #blog-show-delta .container .middle .right.animation {
    -ms-transform: translateX(0px);
    /* IE 9 */
    -webkit-transform: translateX(0px);
    /* Safari */
    transform: translateX(0px);
    opacity: 1;
    transition: all 1.5s;
  }
  #blog-show-delta .container .middle .right.line:before {
    height: 100%;
    transition: all 1.5s;
  }
  #blog-show-delta .container .middle .right:before {
    content: "";
    height: 0px;
    width: 1px;
    background: #232020;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 1.5s;
  }
  #blog-show-delta .container .middle .right {
    border-left: none;
    position: relative;
    -ms-transform: translateX(100px);
    /* IE 9 */
    -webkit-transform: translateX(100px);
    /* Safari */
    transform: translateX(100px);
    opacity: 0;
    transition: all 1.5s;
    padding-left: 30px;
    clear: both;
    margin-top: 30px;
  }
  #blog-show-delta .container .middle .right h2 {
    display: block;
    width: 100%;
    font-size: 18px;
    padding: 0 0 30px 0;
  }
  #blog-show-delta .container .middle .right b {
    font-weight: bold;
    padding-right: 4px;
    display: inline-block;
  }
  #blog-show-delta .container .middle .right a {
    width: auto;
    display: inline-block;
    text-decoration: none;
    color: #1e1e1e;
  }
  #blog-show-delta .container .middle .right a:hover {
    color: #232020;
  }
  #blog-show-delta .container .middle .right .contact-me .links a {
    display: block;
    width: 100%;
    border-radius: 0px;
    background-clip: padding-box;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    color: #232020;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s;
    background-color: transparent;
    border: 1px solid #232020;
    letter-spacing: 7px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 16px;
    font-weight: 400;
    margin: 16px 0 32px 0;
    padding: 15px;
    height: auto !important;
    line-height: initial !important;
    margin: 10px 0;
  }
  #blog-show-delta .container .middle .right .contact-me .links a:disabled {
    background: #ccc;
  }
  #blog-show-delta .container .middle .right .contact-me .links a:disabled:hover,
  #blog-show-delta .container .middle .right .contact-me .links a:disabled:active,
  #blog-show-delta .container .middle .right .contact-me .links a:disabled:focus {
    background: #ccc;
  }
  #blog-show-delta .container .middle .right .contact-me .links a:focus,
  #blog-show-delta .container .middle .right .contact-me .links a:hover,
  #blog-show-delta .container .middle .right .contact-me .links a:active {
    background-color: #232020;
    color: white;
    border-color: #232020;
    transition: all 0.5s;
  }
  #blog-show-delta .container .middle .right .contact-me .links a:last-child {
    margin-bottom: 0;
  }
  #blog-show-delta .container .middle .right .contact-me .social-links h2 {
    padding-top: 30px;
  }
  #blog-show-delta .container .middle .right .contact-me .social-links a {
    position: relative;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    transition: all 0.5s;
  }
  #blog-show-delta .container .middle .right .contact-me .social-links a i {
    color: #1e1e1e;
    position: relative;
    display: block;
  }
  #blog-show-delta .container .middle .right .contact-me .social-links .social.facebook:hover i {
    color: #3b5998;
  }
  #blog-show-delta .container .middle .right .contact-me .social-links .social.twitter:hover i {
    color: #55acee;
  }
  #blog-show-delta .container .middle .right .contact-me .social-links .social.pinit:hover i {
    color: #c8232c;
  }
  #blog-show-delta .container .middle .right .contact-me .social-links #googleplus:hover i {
    color: #dd4b39;
  }
  #blog-show-delta .container .middle .right .contact-me .social-links a:nth-child(2) {
    margin-left: 0;
  }
  #blog-show-delta .container .bottom .agent-form-alpha {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 120px;
  }
  #blog-show-delta .container .bottom .agent-form-alpha h1 {
    text-align: center;
    padding: 30px 0;
    font-size: 25px;
  }
  #blog-show-delta .container .bottom .agent-form-alpha form fieldset {
    margin-bottom: 0;
    padding: 0 0 20px 0;
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #blog-show-delta .container .bottom .agent-form-alpha form fieldset input {
    height: 45px;
  }
  #blog-show-delta .container .bottom .agent-form-alpha form fieldset textarea {
    height: 135px;
  }
  #blog-show-delta .container .bottom .agent-form-alpha form fieldset input[type="submit"] {
    display: block;
    border-radius: 0px;
    background-clip: padding-box;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    color: #232020;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s;
    background-color: transparent;
    border: 1px solid #232020;
    letter-spacing: 7px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 16px;
    font-weight: 400;
    margin: 16px 0 32px 0;
    padding: 15px;
    height: auto !important;
    line-height: initial !important;
    border: transparent;
    width: 100%;
    height: 45px;
    line-height: 45px;
  }
  #blog-show-delta .container .bottom .agent-form-alpha form fieldset input[type="submit"]:disabled {
    background: #ccc;
  }
  #blog-show-delta .container .bottom .agent-form-alpha form fieldset input[type="submit"]:disabled:hover,
  #blog-show-delta .container .bottom .agent-form-alpha form fieldset input[type="submit"]:disabled:active,
  #blog-show-delta .container .bottom .agent-form-alpha form fieldset input[type="submit"]:disabled:focus {
    background: #ccc;
  }
  #blog-show-delta .container .bottom .agent-form-alpha form fieldset input[type="submit"]:focus,
  #blog-show-delta .container .bottom .agent-form-alpha form fieldset input[type="submit"]:hover,
  #blog-show-delta .container .bottom .agent-form-alpha form fieldset input[type="submit"]:active {
    background-color: #232020;
    color: white;
    border-color: #232020;
    transition: all 0.5s;
  }
  #blog-show-delta .container .bottom .agent-form-alpha form .fieldset_first_name,
  #blog-show-delta .container .bottom .agent-form-alpha form .fieldset_email_address {
    padding-right: 10px;
  }
  #blog-show-delta .container .bottom .agent-form-alpha form .fieldset_surname,
  #blog-show-delta .container .bottom .agent-form-alpha form .fieldset_mobile {
    padding-left: 10px;
  }
  #blog-show-delta .container .bottom .agent-form-alpha form .fieldset_notes {
    width: 100%;
  }
  #blog-show-delta .container .bottom .agent-form-alpha form .fieldset_submit {
    width: 25%;
    float: right;
    padding-left: 10px;
    margin-bottom: 0;
  }
  #blog-show-delta .container .bottom .latest-listings {
    clear: both;
  }
  #blog-show-delta .container .bottom .latest-listings h1 {
    text-align: center;
    font-size: 25px;
    padding: 30px 0;
  }
  #blog-show-delta .container .bottom .latest-listings .list-container ul .wrapper {
    width: 33.33%;
  }
  #blog-show-delta .container .bottom .latest-listings .list-container ul li {
    padding-bottom: 70%;
  }
  #blog-show-delta .container .bottom .latest-listings .list-container ul li .image {
    padding-bottom: 70%;
  }
  #blog-show-delta .blogs h1 {
    padding: 30px;
    text-align: center;
    font-size: 25px;
  }
  #blog-show-delta .blogs .content-container ul li:last-child {
    width: 33.33%;
  }
  #blog-show-delta .blogs .content-container ul li:last-child a {
    width: 100%;
  }
}
#blog-show-delta .list-container ul {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 16px;
}
#blog-show-delta .list-container ul .wrapper.hide {
  /*opacity: 0;
				visibility: 0;
				transition: all 0.5s;*/
}
#blog-show-delta .list-container ul .wrapper.hide li .blog-image {
  /*border-radius: 0;*/
  transition: all 1s;
}
#blog-show-delta .list-container ul .wrapper.hide li .blog-image .image {
  /*width: 0;
							height: 0;
							transition: all 1s;
							border-radius: 0;*/
  /*transform:translateY(-50%) ;*/
  /*-webkit-transform:translateY(-50%) ;*/
}
#blog-show-delta .list-container ul .wrapper {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
  /*transition-timing-function: cubic-bezier(0.64, 0.57, 0.67, 1.2) !important;*/
  transition-timing-function: cubic-bezier(0.87, -0.41, 0.19, 1.44) !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-bottom: 16px;
}
#blog-show-delta .list-container ul .wrapper li .blog-image {
  transition: all 1s;
  display: block;
  overflow: hidden;
  border-radius: 200px;
  width: 200px;
  height: 200px;
  margin: 0 auto;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
#blog-show-delta .list-container ul .wrapper li .blog-image .image {
  display: block;
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 200px;
  width: 200px;
  margin: 0 auto;
  transition: all 1s;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
#blog-show-delta .list-container ul .wrapper li .info .name {
  letter-spacing: 2px;
  padding: 8px;
  box-sizing: border-box;
}
#blog-show-delta .list-container ul .wrapper li .info a {
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  color: #1e1e1e;
  padding-bottom: 4px;
}
#blog-show-delta .list-container ul .wrapper li .info .email {
  padding-top: 8px;
  padding-bottom: 0;
}
#blog-show-delta .list-container ul .wrapper li .info .email i {
  padding-left: 2px;
}
#blog-show-delta .list-container ul .wrapper li .info .email:hover {
  color: #232020;
}
#blog-show-delta .list-container ul .wrapper li .info h2 {
  text-align: center;
  padding-bottom: 16px;
  font-size: 11px;
  letter-spacing: 1px;
}
#blog-show-delta .list-container ul .wrapper li:hover .name {
  color: #232020;
}
#blog-show-delta .list-container ul .wrapper li:hover .image {
  transition: all 0.5s;
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand')";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand');
}
#blog-show-delta .tags-wrapper {
  max-width: 200px;
  margin: 0 auto;
  text-align: center;
}
#blog-show-delta .tags-wrapper .tags {
  width: auto !important;
  display: inline-block !important;
  font-size: 12px;
  letter-spacing: 2px;
}
#blog-show-delta .tags-wrapper .tags:hover {
  color: #232020 !important;
}
#blog-show-delta .tags-wrapper em:last-child {
  display: none;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #blog-show-delta .list-container {
    width: 100%;
    display: inline-block;
  }
  #blog-show-delta .list-container ul .wrapper {
    padding-top: 20px;
    width: 50%;
    float: left;
    padding-bottom: 40px;
  }
  #blog-show-delta .list-container ul .wrapper li .blog-image {
    border-radius: 170px;
    width: 170px;
    height: 170px;
  }
  #blog-show-delta .list-container ul .wrapper li .blog-image .image {
    display: block;
    width: 100%;
    height: 170px;
    background-size: cover;
    background-position: 50% 50%;
    border-radius: 170px;
    width: 170px;
    margin: 0 auto;
    margin-bottom: 12px;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #blog-show-delta {
    padding-top: 70px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #blog-show-delta .list-container {
    display: block;
    max-width: 930px;
    margin: 0 auto;
  }
  #blog-show-delta .list-container ul {
    display: inline-block;
    width: 100%;
  }
  #blog-show-delta .list-container ul .wrapper {
    padding-top: 20px;
    width: 33.33%;
    float: left;
    padding-bottom: 40px;
  }
  #blog-show-delta .list-container ul .wrapper li .blog-image {
    border-radius: 240px;
    width: 240px;
    height: 240px;
  }
  #blog-show-delta .list-container ul .wrapper li .blog-image .image {
    display: block;
    width: 100%;
    height: 240px;
    background-size: cover;
    background-position: 50% 50%;
    border-radius: 240px;
    width: 240px;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  #blog-show-delta .list-container ul .wrapper li .info .name {
    padding-top: 20px;
  }
}
/* global */
.content-container {
  max-width: 1030px;
  margin: 0 auto;
  display: block;
}
.content-container ul {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 16px;
}
.content-container ul li.hide {
  opacity: 0;
  transition: all 1s;
}
.content-container ul li {
  position: relative;
  opacity: 1;
  transition: all 1s;
  width: 100%;
  display: block;
  max-width: 425px;
  margin: 0 auto 2px auto;
}
.content-container ul li a {
  position: relative;
  text-decoration: none;
  color: white;
  display: block;
}
.content-container ul li a .image {
  background-size: cover;
  background-position: 50% 50%;
  height: 250px;
}
.content-container ul li a .underlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.content-container ul li a h2 {
  margin: 20% 0 10px 0;
  transition: transform 0.35s;
  word-spacing: -0.15em;
  font-weight: 500;
  text-align: center;
  letter-spacing: 5px;
  font-size: 28px;
  text-transform: uppercase;
  transform: scale(0.9);
  line-height: 28px;
  padding: 0 20px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.content-container ul li a h3 {
  display: inline-block;
  float: left;
  width: auto;
  text-transform: uppercase;
  font-size: 11px;
  padding-right: 5px;
}
.content-container ul li a .bbc-wrapper {
  display: inline-block;
}
.content-container ul li a .bbc-wrapper .container {
  width: auto;
  display: inline-block;
}
.content-container ul li a .bbc-wrapper em {
  padding-left: 5px;
}
.content-container figcaption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.content-container p {
  padding: 10px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transform: scale(1.5);
  letter-spacing: 1px;
  font-size: 14px;
  text-align: center;
  opacity: 1;
  transform: scale3d(1, 1, 1);
  padding: 0 20px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.content-container P:nth-child(2) {
  font-size: 18px;
  padding-top: 0;
}
.content-container p:nth-child(3) {
  font-size: 12px;
  padding-top: 40px;
}
.content-container figure.effect-ming figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  /*border: 2px solid #fff;*/
  box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2);
  content: '';
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  transform: scale3d(1.4, 1.4, 1);
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  .content-container {
    width: 100%;
    display: inline-block;
    padding-bottom: 40px;
  }
  .content-container ul {
    width: 100%;
    display: inline-block;
  }
  .content-container .one-place li {
    width: 100%;
  }
  .content-container .one-place li a {
    width: 50%;
    display: block;
    margin: 0 auto;
  }
  .content-container .end-two-place li:last-child {
    width: 100%;
  }
  .content-container .end-two-place li:last-child a {
    width: 50%;
    display: block;
    margin: 0 auto;
  }
  .content-container ul li {
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0;
    max-width: none;
    padding: 1px;
  }
  .content-container ul li a .image {
    height: 240px;
  }
  .content-container ul li:nth-child(1),
  .content-container ul li:nth-child(2) {
    padding-top: 0;
  }
  .content-container ul li:nth-child(even) {
    padding-right: 0;
  }
  .content-container ul li:nth-child(odd) {
    padding-left: 0;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  .content-container {
    max-width: 1030px;
    margin: 0 auto;
    display: block;
  }
  .content-container ul {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 16px;
  }
  .content-container ul li {
    transition: all 1s;
    -ms-transform: translateY(0px);
    /* IE 9 */
    -webkit-transform: translateY(0px);
    /* Safari */
    transform: translateY(0px);
  }
  .content-container ul li.hide {
    transition: all 1s;
    -ms-transform: translateY(50px);
    /* IE 9 */
    -webkit-transform: translateY(50px);
    /* Safari */
    transform: translateY(50px);
  }
  .content-container ul li.hide {
    opacity: 0;
    transition: all 1s;
  }
  .content-container ul li:nth-child(3n+1) {
    padding: 2px 2px 2px 0;
  }
  .content-container ul li:nth-child(3n+2) {
    padding: 2px 2px 2px 2px;
  }
  .content-container ul li:nth-child(3n+3) {
    padding: 2px 0 2px 2px;
  }
  .content-container ul li.hover a .underlay {
    background-color: rgba(0, 0, 0, 0.5) !important;
    transition: all 0.35s;
  }
  .content-container ul li {
    padding: 1px;
    overflow: hidden;
    opacity: 1;
    transition: all 1s;
    width: 33.33%;
    display: block;
    max-width: none;
    margin: 0;
  }
  .content-container ul li a {
    position: relative;
    text-decoration: none;
    color: white;
    display: block;
  }
  .content-container ul li a .image {
    background-size: cover;
    background-position: 50% 50%;
    height: 250px;
  }
  .content-container ul li a .underlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.1) !important;
    z-index: 1;
    opacity: 1;
    transition: all 0.35s;
  }
  .content-container ul li a h2 {
    margin: 20% 0 10px 0;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    word-spacing: -0.15em;
    font-weight: 500;
    text-align: center;
    letter-spacing: 5px;
    font-size: 28px;
    text-transform: uppercase;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    /* IE 9 */
  }
  .content-container ul li a .listing-street-address {
    font-size: .5em;
  }
  .content-container ul li a h3 {
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    float: left;
    width: auto;
    text-transform: uppercase;
    font-size: 11px;
    padding-right: 5px;
  }
  .content-container ul li a .bbc-wrapper {
    display: inline-block;
  }
  .content-container ul li a .bbc-wrapper .container {
    width: auto;
    display: inline-block;
  }
  .content-container ul li a .bbc-wrapper em {
    padding-left: 5px;
  }
  .content-container figure.effect-ming:hover figcaption:before {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    /* IE 9 */
  }
  .content-container figure.effect-ming:hover h2 {
    transform: scale(0.9);
  }
  .content-container figure.effect-ming:hover p {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
  .content-container figure.effect-ming:hover .underlay {
    opacity: 1;
    transition: all 0.35s;
  }
  .content-container figcaption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
  }
  .content-container p {
    padding: 10px;
    opacity: 0;
    transition: opacity 0.35s, transform 0.35s;
    transform: scale(1.5);
    letter-spacing: 1px;
    font-size: 14px;
    text-align: center;
  }
  .content-container P:nth-child(2) {
    font-size: 18px;
    padding-top: 0;
  }
  .content-container p:nth-child(3) {
    font-size: 12px;
    padding-top: 35px;
  }
  .content-container figure.effect-ming figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 2px solid #fff;
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2);
    content: '';
    opacity: 0;
    transition: opacity 0.35s, transform 0.35s;
    transform: scale3d(1.4, 1.4, 1);
  }
}
#contact-juliet {
  padding-bottom: 0 !important;
  display: block;
  width: 100%;
  background-color: white;
}
#contact-juliet .map {
  clear: both;
  height: 350px;
  display: block;
  background: white;
  padding-top: 0;
}
#contact-juliet .map > div {
  height: 350px;
}
#contact-juliet h1 {
  font-size: 25px;
  font-weight: normal;
}
#contact-juliet h2 {
  font-size: 15px !important;
  font-weight: 700 !important;
  padding: 8px 0;
}
#contact-juliet .RMA-widget {
  background: #ffffff;
  max-width: 1030px;
  margin: 0 auto;
  padding: 10px 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#contact-juliet .container a {
  letter-spacing: 0;
}
#contact-juliet .container .image {
  max-width: 1030px;
  display: block;
  margin: 0 auto;
}
#contact-juliet .container .middle {
  max-width: 1030px;
  margin: 16px auto;
  padding: 16px;
  background: #ffffff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  line-height: 18px;
}
#contact-juliet .container .middle .left h1 {
  padding-bottom: 16px;
  display: block;
  width: 100%;
}
#contact-juliet .container .middle .left h2 {
  display: block;
  width: 100%;
  padding: 16px 0;
  clear: both;
}
#contact-juliet .container .middle .left span {
  width: auto;
  display: inline-block;
  float: left;
}
#contact-juliet .container .middle .left a {
  padding-left: 2px;
  width: auto;
  display: inline-block;
  float: left;
  text-decoration: none;
  color: #1e1e1e;
  padding-bottom: 16px;
}
#contact-juliet .container .middle .left a:hover {
  color: #232020;
}
#contact-juliet .container .middle .left article h1 {
  font-size: 1.3em;
  padding-bottom: 10px;
}
#contact-juliet .container .middle .right {
  clear: both;
}
#contact-juliet .container .middle .right h2 {
  display: block;
  width: 100%;
  padding: 16px 0;
}
#contact-juliet .container .middle .right b {
  font-weight: bold;
  padding-right: 4px;
  display: inline-block;
}
#contact-juliet .container .middle .right a {
  width: auto;
  display: inline-block;
  text-decoration: none;
  color: #1e1e1e;
}
#contact-juliet .container .middle .right a:hover {
  color: #232020;
}
#contact-juliet .container .middle .right .contact-me .links a {
  padding-bottom: 4px !important;
  display: block !important;
  width: 100% !important;
  text-align: left !important;
  font-size: 15px !important;
  text-decoration: none !important;
}
#contact-juliet .container .middle .right .contact-me .links a:hover {
  color: #232020;
}
#contact-juliet .container .middle .right .contact-me .links a:last-child {
  margin-bottom: 0;
}
#contact-juliet .container .middle .right .contact-me .social-links a {
  position: relative;
  width: 17px;
  text-align: center;
  display: inline-block;
  margin: 0 7px;
  text-decoration: none;
  transition: all 0.5s;
}
#contact-juliet .container .middle .right .contact-me .social-links a i {
  color: #1e1e1e;
  font-size: 19px;
  position: relative;
  display: block;
}
#contact-juliet .container .middle .right .contact-me .social-links #facebook:hover i {
  color: #3b5998;
}
#contact-juliet .container .middle .right .contact-me .social-links #twitter:hover i {
  color: #55acee;
}
#contact-juliet .container .middle .right .contact-me .social-links #linkedin:hover i {
  color: #0077b5;
}
#contact-juliet .container .middle .right .contact-me .social-links #googleplus:hover i {
  color: #dd4b39;
}
#contact-juliet .container .middle .right .contact-me .social-links a:nth-child(2) {
  margin-left: 0;
}
#contact-juliet .container .middle .right .contact-me .social-links a:hover {
  transition: all 0.5s;
}
#contact-juliet .container .middle .right .contact-me .social-links a:hover:after {
  opacity: 1;
  top: 22px;
  transition: all 0.5s;
}
#contact-juliet .container .bottom {
  max-width: 1030px;
  margin: 16px auto;
  background: #ffffff;
}
#contact-juliet .container .bottom .agent-form-alpha {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 12px 16px 0 16px;
}
#contact-juliet .container .bottom .agent-form-alpha h2 {
  padding-bottom: 16px;
  font-size: 20px;
}
#contact-juliet .container .bottom .agent-form-alpha form {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#contact-juliet .container .bottom .agent-form-alpha form label {
  padding-bottom: 4px;
  display: inline-block;
  text-transform: uppercase;
  padding-top: 2px;
}
#contact-juliet .container .bottom .agent-form-alpha form fieldset input,
#contact-juliet .container .bottom .agent-form-alpha form fieldset select {
  line-height: unset !important;
  width: 100%;
  margin-bottom: 8px;
  padding: 8px;
}
#contact-juliet .container .bottom .agent-form-alpha form fieldset textarea {
  resize: vertical;
}
#contact-juliet .container .bottom .agent-form-alpha form .fieldset_submit {
  margin-bottom: 0;
}
#contact-juliet .container .bottom .agent-form-alpha form input[type="submit"] {
  display: block;
  border-radius: 0px;
  background-clip: padding-box;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  color: #232020;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.5s;
  background-color: transparent;
  border: 1px solid #232020;
  letter-spacing: 7px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  margin: 16px 0 32px 0;
  padding: 15px;
  height: auto !important;
  line-height: initial !important;
  /*color: @brand-secondary;*/
  width: 100%;
  padding: 0 !important;
}
#contact-juliet .container .bottom .agent-form-alpha form input[type="submit"]:disabled {
  background: #ccc;
}
#contact-juliet .container .bottom .agent-form-alpha form input[type="submit"]:disabled:hover,
#contact-juliet .container .bottom .agent-form-alpha form input[type="submit"]:disabled:active,
#contact-juliet .container .bottom .agent-form-alpha form input[type="submit"]:disabled:focus {
  background: #ccc;
}
#contact-juliet .container .bottom .agent-form-alpha form input[type="submit"]:focus,
#contact-juliet .container .bottom .agent-form-alpha form input[type="submit"]:hover,
#contact-juliet .container .bottom .agent-form-alpha form input[type="submit"]:active {
  background-color: #232020;
  color: white;
  border-color: #232020;
  transition: all 0.5s;
}
#contact-juliet .container .bottom .agent-form-alpha form input[type="submit"]:hover {
  color: white;
}
#contact-juliet .container .bottom .latest-listings h1 {
  font-size: 20px;
  padding: 16px;
  padding-top: 0;
}
#contact-juliet .container .bottom .latest-listings .list-container ul .wrapper {
  width: 100%;
}
#contact-juliet .container .bottom .latest-listings .list-container ul li {
  padding-bottom: 70%;
}
@media (min-width: 640px) {
  /* Tablet */
  #contact-juliet {
    padding-top: 50px;
    padding-bottom: 12px;
    display: inline-block;
  }
  #contact-juliet .map {
    height: 500px;
  }
  #contact-juliet .map > div {
    height: 500px;
  }
  #contact-juliet .RMA-widget {
    padding: 0 12px 20px;
  }
  #contact-juliet .container .middle {
    padding: 24px;
    display: flex;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #contact-juliet .container .middle .left {
    padding-right: 24px;
  }
  #contact-juliet .container .middle .left h1 {
    padding-bottom: 12px;
  }
  #contact-juliet .container .middle .left h2 {
    padding: 24px 0;
  }
  #contact-juliet .container .middle .left a {
    padding-bottom: 24px;
  }
  #contact-juliet .container .middle .right {
    border-left: 1px solid black;
    margin-bottom: 40px;
    padding-left: 24px;
    margin-top: 24px;
  }
  #contact-juliet .container .middle .right .principal {
    padding: 24px 0;
  }
  #contact-juliet .container .middle .right h2 {
    padding: 0 0 24px 0;
  }
  #contact-juliet .container .middle .right .contact-me .links {
    padding-top: 24px;
  }
  #contact-juliet .container .middle .right .contact-me .social-links h2 {
    padding-top: 24px;
  }
  #contact-juliet .container .bottom .agent-form-alpha {
    padding: 0 12px;
  }
  #contact-juliet .container .bottom .agent-form-alpha h2 {
    padding: 24px 0;
  }
  #contact-juliet .container .bottom .agent-form-alpha .contact-form-alpha {
    display: inline-block;
    width: 100%;
  }
  #contact-juliet .container .bottom .agent-form-alpha form {
    display: inline-block;
    width: 100%;
  }
  #contact-juliet .container .bottom .agent-form-alpha form .fieldset_subject {
    width: 50%;
    margin-right: 50%;
  }
  #contact-juliet .container .bottom .agent-form-alpha form label {
    padding-bottom: 6px;
  }
  #contact-juliet .container .bottom .agent-form-alpha form fieldset {
    margin-bottom: 0;
    padding: 0 0 12px 0;
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #contact-juliet .container .bottom .agent-form-alpha form fieldset input {
    width: 100%;
  }
  #contact-juliet .container .bottom .agent-form-alpha form fieldset textarea {
    width: 100%;
    clear: both;
  }
  #contact-juliet .container .bottom .agent-form-alpha form fieldset input[type="submit"] {
    width: 100%;
  }
  #contact-juliet .container .bottom .agent-form-alpha form .fieldset_subject,
  #contact-juliet .container .bottom .agent-form-alpha form .fieldset_first_name,
  #contact-juliet .container .bottom .agent-form-alpha form .fieldset_email_address {
    padding-right: 6px;
  }
  #contact-juliet .container .bottom .agent-form-alpha form .fieldset_surname,
  #contact-juliet .container .bottom .agent-form-alpha form .fieldset_mobile {
    padding-left: 6px;
  }
  #contact-juliet .container .bottom .agent-form-alpha form .fieldset_notes {
    width: 100%;
  }
  #contact-juliet .container .bottom .agent-form-alpha form .fieldset_submit {
    width: 100%;
  }
  #contact-juliet .container .bottom .latest-listings {
    clear: both;
  }
  #contact-juliet .container .bottom .latest-listings h1 {
    padding: 24px;
  }
  #contact-juliet .container .bottom .latest-listings .list-container ul .wrapper {
    width: 33.33%;
  }
}
@media (min-width: 980px) {
  /* Desktop */
  #contact-juliet {
    padding-top: 75px;
    padding-bottom: 30px;
  }
  #contact-juliet h1 {
    font-size: 30px;
  }
  #contact-juliet .RMA-widget {
    padding: 40px 0 0px;
  }
  #contact-juliet .container .middle {
    padding: 30px 0;
  }
  #contact-juliet .container .middle .left {
    padding-left: 30px;
    width: 75% !important;
    padding-right: 30px;
  }
  #contact-juliet .container .middle .left h1 {
    padding-bottom: 20px;
  }
  #contact-juliet .container .middle .left h2 {
    padding: 30px 0;
  }
  #contact-juliet .container .middle .left a {
    padding-bottom: 30px;
  }
  #contact-juliet .container .middle .right {
    width: 25% !important;
    padding-left: 30px;
    margin-top: 30px;
  }
  #contact-juliet .container .middle .right h2 {
    padding: 0 0 30px 0;
  }
  #contact-juliet .container .middle .right .contact-me .social-links h2 {
    padding-top: 30px;
  }
  #contact-juliet .container .bottom .agent-form-alpha {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #contact-juliet .container .bottom .agent-form-alpha h2 {
    text-align: center;
    padding: 30px 0;
    font-size: 25px;
  }
  #contact-juliet .container .bottom .agent-form-alpha form {
    padding-bottom: 0;
  }
  #contact-juliet .container .bottom .agent-form-alpha form label {
    padding-bottom: 10px !important;
  }
  #contact-juliet .container .bottom .agent-form-alpha form fieldset {
    margin-bottom: 0 !important;
    padding: 0 0 20px 0 !important;
    width: 50% !important;
    float: left !important;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
  }
  #contact-juliet .container .bottom .agent-form-alpha form fieldset input[type="submit"] {
    width: 100% !important;
  }
  #contact-juliet .container .bottom .agent-form-alpha form .fieldset_first_name,
  #contact-juliet .container .bottom .agent-form-alpha form .fieldset_email_address,
  #contact-juliet .container .bottom .agent-form-alpha form .fieldset_subject {
    padding-right: 10px !important;
  }
  #contact-juliet .container .bottom .agent-form-alpha form .fieldset_surname,
  #contact-juliet .container .bottom .agent-form-alpha form .fieldset_mobile {
    padding-left: 10px !important;
  }
  #contact-juliet .container .bottom .agent-form-alpha form .fieldset_notes {
    width: 100% !important;
  }
  #contact-juliet .container .bottom .agent-form-alpha form .fieldset_submit {
    width: 25% !important;
    float: right !important;
  }
  #contact-juliet .container .bottom .agent-form-alpha form .fieldset_submit input {
    padding: 12px !important;
  }
  #contact-juliet .container .bottom .latest-listings {
    clear: both;
  }
  #contact-juliet .container .bottom .latest-listings h1 {
    text-align: center;
    font-size: 25px;
    padding: 30px 0;
  }
  #contact-juliet .container .bottom .latest-listings .list-container ul .wrapper {
    width: 33.33%;
  }
  #contact-juliet .container .bottom .latest-listings .list-container ul li .image {
    padding-bottom: 70%;
  }
}
.item-form-alpha .container,
#item-form-charlie .container {
  max-width: 1030px;
  margin: 0 auto;
  display: block;
  padding: 4rem 15px;
}
.item-form-alpha .bxslider li,
#item-form-charlie .bxslider li {
  height: 0;
  background-size: cover;
  padding-bottom: 60%;
}
@media only print, only screen and (min-width: 992px) {
  .item-form-alpha .bxslider li,
  #item-form-charlie .bxslider li {
    padding-bottom: 600px;
  }
}
.item-form-alpha .captionWrapper,
#item-form-charlie .captionWrapper {
  display: none;
}
.item-form-alpha form,
#item-form-charlie form {
  overflow: hidden;
}
.item-form-alpha form #contact-office_id,
#item-form-charlie form #contact-office_id {
  margin: 5px 0 10px;
}
.item-form-alpha form label,
#item-form-charlie form label {
  padding-bottom: 5px;
  display: block;
}
.item-form-alpha form textarea,
#item-form-charlie form textarea {
  letter-spacing: 1px;
}
.item-form-alpha form fieldset,
#item-form-charlie form fieldset {
  margin-bottom: 10px;
}
.item-form-alpha form fieldset.fieldset_office,
#item-form-charlie form fieldset.fieldset_office {
  margin: 2em 0 25px;
}
.item-form-alpha form fieldset.fieldset_submit,
#item-form-charlie form fieldset.fieldset_submit {
  display: block;
  width: 100%;
  border-radius: 0px;
  background-clip: padding-box;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  color: #232020;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.5s;
  background-color: transparent;
  border: 1px solid #232020;
  letter-spacing: 7px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  margin: 16px 0 32px 0;
  padding: 15px;
  height: auto !important;
  line-height: initial !important;
}
.item-form-alpha form fieldset.fieldset_submit:disabled,
#item-form-charlie form fieldset.fieldset_submit:disabled {
  background: #ccc;
}
.item-form-alpha form fieldset.fieldset_submit:disabled:hover,
#item-form-charlie form fieldset.fieldset_submit:disabled:hover,
.item-form-alpha form fieldset.fieldset_submit:disabled:active,
#item-form-charlie form fieldset.fieldset_submit:disabled:active,
.item-form-alpha form fieldset.fieldset_submit:disabled:focus,
#item-form-charlie form fieldset.fieldset_submit:disabled:focus {
  background: #ccc;
}
.item-form-alpha form fieldset.fieldset_submit:focus,
#item-form-charlie form fieldset.fieldset_submit:focus,
.item-form-alpha form fieldset.fieldset_submit:hover,
#item-form-charlie form fieldset.fieldset_submit:hover,
.item-form-alpha form fieldset.fieldset_submit:active,
#item-form-charlie form fieldset.fieldset_submit:active {
  background-color: #232020;
  color: white;
  border-color: #232020;
  transition: all 0.5s;
}
.item-form-alpha form fieldset.fieldset_submit input:hover,
#item-form-charlie form fieldset.fieldset_submit input:hover,
.item-form-alpha form fieldset.fieldset_submit input:active,
#item-form-charlie form fieldset.fieldset_submit input:active {
  background-color: #232020;
  color: #ffffff;
  border-color: #232020;
  transition: all 0.5s;
}
@media only print, only screen and (min-width: 640px) {
  .item-form-alpha form fieldset:not(.fieldset_office):not(.fieldset_notes):not(.fieldset_submit),
  #item-form-charlie form fieldset:not(.fieldset_office):not(.fieldset_notes):not(.fieldset_submit) {
    width: calc(50% - 10px);
    float: left;
    margin: 0 0 25px;
  }
  .item-form-alpha form fieldset.fieldset_first_name,
  #item-form-charlie form fieldset.fieldset_first_name,
  .item-form-alpha form fieldset.fieldset_email_address,
  #item-form-charlie form fieldset.fieldset_email_address {
    margin: 0 20px 1em 0 !important;
  }
  .item-form-alpha form fieldset.fieldset_submit,
  #item-form-charlie form fieldset.fieldset_submit,
  .item-form-alpha form .fieldset_notes,
  #item-form-charlie form .fieldset_notes {
    clear: both;
    width: 100%;
    margin-left: 0;
  }
}
#items-echo {
  display: block;
  padding-top: 50px;
  padding-bottom: 16px;
}
#items-echo b {
  font-weight: 600;
}
#items-echo i {
  font-style: italic;
}
#items-echo .top-container {
  margin-bottom: 16px;
}
#items-echo .top-container h1 {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 16px 16px 0 16px;
  width: 100%;
  text-align: center;
}
#items-echo .page-heading {
  padding: 0 16px 16px 16px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-align: center;
  letter-spacing: 2px;
  font-size: 16px;
  line-height: 25px;
}
#items-echo .top-items .list-container {
  display: none;
}
#items-echo .bottom-items .top-container {
  display: none;
}
#items-echo .list-container ul {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 16px;
}
#items-echo .list-container ul li {
  margin-bottom: 16px;
  position: relative;
}
#items-echo .list-container ul li a .image {
  height: 0;
  padding-bottom: 70%;
  background-size: cover;
  background-position: 50% 50%;
}
#items-echo .list-container ul li a .info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
#items-echo .list-container ul li a .info .left {
  width: 100%;
}
#items-echo .list-container ul li a .info .left h1 {
  text-align: center;
  padding-top: 30%;
  color: white;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #items-echo {
    padding-bottom: 0;
    padding-top: 50px;
  }
  #items-echo .page-heading {
    padding: 0 24px 24px 24px;
    letter-spacing: 5px;
    font-size: 18px;
  }
  #items-echo .top-container {
    margin-bottom: 24px;
  }
  #items-echo .top-container h1 {
    padding: 24px 24px 0 24px;
    font-size: 21px;
  }
  #items-echo .top-section h1 {
    padding: 0 24px 24px 24px;
  }
  #items-echo .list-container ul {
    padding: 0 24px;
  }
  #items-echo .list-container ul li {
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #items-echo .list-container ul li a {
    display: inline-block;
    width: 100%;
    position: relative;
  }
  #items-echo .list-container ul li a .info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
  }
  #items-echo .list-container ul li a .info .left {
    width: 100%;
  }
  #items-echo .list-container ul li a .info .left h1 {
    text-align: center;
    padding-top: 30%;
    color: white;
  }
  #items-echo .list-container ul li:nth-child(1),
  #items-echo .list-container ul li:nth-child(2) {
    padding-top: 0;
  }
  #items-echo .list-container ul li:nth-child(even) {
    padding-left: 6px;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  #items-echo .list-container ul li:nth-child(odd) {
    padding-right: 6px;
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #items-echo {
    padding-top: 70px;
    padding-bottom: 0;
  }
  #items-echo .top-container {
    margin-bottom: 30px;
  }
  #items-echo .top-container h1 {
    padding: 30px 30px 30px 30px;
    font-size: 25px;
  }
  #items-echo .page-heading {
    padding: 0 40px 30px 40px;
    letter-spacing: 6px;
    font-size: 20px;
  }
  #items-echo .list-container {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  #items-echo .list-container ul li {
    display: inline-block;
    width: 19%;
    float: inherit;
    padding: 0 !important;
  }
  #items-echo .list-container ul li a {
    overflow: hidden;
  }
  #items-echo .list-container ul li a .info {
    transition: all 0.5s;
    z-index: 20;
    background: rgba(0, 0, 0, 0.2);
  }
  #items-echo .list-container ul li a .info .left {
    line-height: 32px;
  }
  #items-echo .list-container ul li a .info .left h1 {
    padding-top: 25%;
    padding-left: 10px;
    padding-right: 10px;
  }
  #items-echo .list-container ul li:hover .overlay {
    opacity: 0;
    transition: all 0.5s;
  }
  #items-echo .list-container ul li:hover {
    transition: all 0.5s;
  }
  #items-echo .list-container ul li:hover a .info {
    background: rgba(0, 0, 0, 0.6);
    transition: all 0.5s;
  }
  #items-echo .top-section h1 {
    padding: 0 30px 30px 30px;
    font-size: 25px;
  }
}
#items-hotel {
  padding-top: 50px;
  display: block;
}
#items-hotel i {
  font-style: italic;
}
#items-hotel b {
  font-weight: bold;
}
#items-hotel a {
  text-decoration: underline;
}
#items-hotel a:hover {
  color: #232020;
}
#items-hotel #image-overlay h1 {
  padding: 16px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-align: center;
  letter-spacing: 2px;
  font-size: 16px;
  line-height: 25px;
}
#items-hotel .container article:nth-child(odd) {
  background-color: #f2f2f2;
}
#items-hotel .container article:nth-child(even) {
  /*background-color: @section-alt-bg;	*/
}
#items-hotel .container article:first-child {
  height: 100%;
  display: inline-block;
  width: 100%;
}
#items-hotel .container article {
  text-align: center;
  height: 55px;
  overflow: hidden;
  transition: all 0.5s;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 16px 16px 16px;
  display: inline-block !important;
  width: 100%;
}
#items-hotel .container article .text {
  max-width: 900px !important;
}
#items-hotel .container article .text h2 {
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 21px 0;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 14px;
  cursor: pointer;
}
#items-hotel .container article .text h2:hover {
  color: #232020;
}
#items-hotel .container article .text span {
  width: 100%;
  text-align: center;
  font-style: italic;
  display: block;
  padding: 16px 0 0 0;
}
#items-hotel .container article .text .content {
  line-height: 18px;
  display: inline-block;
  padding: 0 8px 16px 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#items-hotel .container article .text .content .doc-wrapper {
  height: 60px;
  display: block;
}
#items-hotel .container article .text .content .doc-wrapper a {
  margin: 8px auto 0 auto;
}
#items-hotel .container article.active {
  height: 250px;
  transition: all 0.5s;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #items-hotel {
    padding-top: 50px;
  }
  #items-hotel #image-overlay h1 {
    padding: 24px;
    letter-spacing: 5px;
    font-size: 18px;
  }
  #items-hotel .container article .text span {
    padding: 24px 0 0 0;
  }
  #items-hotel .container article .text .content {
    padding: 0 36px 24px 36px;
  }
  #items-hotel .container article .text .content .doc-wrapper {
    height: auto;
  }
  #items-hotel .container article .text .content .doc-wrapper a {
    margin: 24px auto 0 auto;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #items-hotel {
    padding-top: 70px;
  }
  #items-hotel #image-overlay h1 {
    padding: 30px;
    letter-spacing: 6px;
    font-size: 20px;
  }
  #items-hotel .container article {
    height: 102px;
  }
  #items-hotel .container article .text h2 {
    padding: 44px 0;
    letter-spacing: 7px;
    font-size: 14px;
  }
  #items-hotel .container article .text span {
    padding: 40px 0 0 0;
  }
  #items-hotel .container article .text .content {
    padding: 0 150px 40px 150px;
  }
  #items-hotel .container article .text .content .doc-wrapper a {
    margin: 40px auto 0 auto;
  }
}
#item-igloo {
  padding-top: 50px;
}
#item-igloo i {
  font-style: italic;
}
#item-igloo b {
  font-weight: bold;
}
#item-igloo a {
  text-decoration: underline;
}
#item-igloo a:hover {
  color: #232020;
}
#item-igloo h2 {
  padding: 16px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-align: center;
  letter-spacing: 2px;
  font-size: 16px;
  line-height: 25px;
}
#item-igloo .item-container {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 16px 16px 16px;
  text-align: center;
}
#item-igloo .item-container article {
  line-height: 18px;
}
#item-igloo .item-container .default-btn {
  margin-top: 16px;
  width: auto;
  display: inline-block;
  padding: 0 20px;
}
#item-igloo .item-container .default-btn i {
  padding-right: 10px;
}
#item-igloo .bx-controls {
  display: none;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #item-igloo {
    padding-top: 50px;
  }
  #item-igloo h2 {
    padding: 24px;
    letter-spacing: 5px;
    font-size: 18px;
  }
  #item-igloo .item-container {
    max-width: 750px;
    padding: 0 24px 24px 24px;
  }
  #item-igloo .item-container .default-btn {
    margin-top: 24px;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #item-igloo {
    padding-top: 70px;
  }
  #item-igloo h2 {
    padding: 30px;
    letter-spacing: 6px;
    font-size: 20px;
  }
  #item-igloo .item-container {
    padding: 0 30px 30px 30px;
  }
  #item-igloo .item-container .default-btn {
    margin-top: 30px;
  }
  #item-igloo #item-image-slideshow-bravo.small {
    background-color: #3e3838;
  }
  #item-igloo #item-image-slideshow-bravo.small ul {
    max-width: 1030px;
    margin: 0 auto;
    display: block;
  }
  #item-igloo #item-image-slideshow-bravo.small ul li {
    max-width: 1030px;
  }
}
#listings-oscar {
  display: block;
  padding-top: 50px;
}
#listings-oscar .sort-by,
#listings-oscar i,
#listings-oscar h1:after,
#listings-oscar .form-wrapper {
  display: none !important;
}
#listings-oscar h1 {
  cursor: default;
}
#listings-oscar section {
  width: 100%;
  display: inline-block;
}
#listings-oscar #no-results .card {
  text-align: center;
  line-height: initial;
  padding: 20px 0 40px;
}
#listings-oscar #no-results .card h2 {
  padding-bottom: 12px;
}
#listings-oscar #no-results .card a {
  width: 100%;
  border-radius: 0px;
  background-clip: padding-box;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  color: #232020;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.5s;
  background-color: transparent;
  border: 1px solid #232020;
  letter-spacing: 7px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  margin: 16px 0 32px 0;
  padding: 15px;
  height: auto !important;
  line-height: initial !important;
  display: block;
  width: 160px;
  margin-left: auto;
  margin-right: auto;
}
#listings-oscar #no-results .card a:disabled {
  background: #ccc;
}
#listings-oscar #no-results .card a:disabled:hover,
#listings-oscar #no-results .card a:disabled:active,
#listings-oscar #no-results .card a:disabled:focus {
  background: #ccc;
}
#listings-oscar #no-results .card a:focus,
#listings-oscar #no-results .card a:hover,
#listings-oscar #no-results .card a:active {
  background-color: #232020;
  color: white;
  border-color: #232020;
  transition: all 0.5s;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #listings-oscar {
    padding-top: 50px;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #listings-oscar {
    padding-top: 70px;
  }
}
#place-show-charlie {
  display: block;
  padding-top: 50px;
}
#place-show-charlie .container #item-image-slideshow-bravo {
  padding-bottom: 0 !important;
  height: initial !important;
}
#place-show-charlie .container #item-image-slideshow-bravo .bx-wrapper .bx-viewport {
  height: 0 !important;
  padding-bottom: 50%;
}
#place-show-charlie .container #item-image-slideshow-bravo .bx-wrapper .bx-viewport .bxslider {
  padding-bottom: 0 !important;
  height: initial !important;
}
#place-show-charlie .container #item-image-slideshow-bravo .bx-wrapper .bx-viewport .bxslider li {
  padding-bottom: 16% !important;
}
#place-show-charlie .container a:hover {
  color: #232020 !important;
}
#place-show-charlie .container .middle {
  padding: 16px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#place-show-charlie .container .middle h1 {
  padding: 16px 0 8px 0;
  font-size: 26px;
}
#place-show-charlie .container .middle h2 {
  font-size: 15px;
  font-weight: 500;
  padding: 8px 0;
}
#place-show-charlie .container .middle a {
  color: #232020;
  padding-bottom: 6px;
  display: block;
  width: 100%;
  text-align: left;
  font-size: 15px;
}
#place-show-charlie .container .middle .left span {
  line-height: 21px;
}
#place-show-charlie .container .middle .right .links a {
  color: black;
}
#place-show-charlie .container .bottom #map_canvas {
  display: block;
  width: 100%;
  height: 350px;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #place-show-charlie {
    padding-top: 50px;
  }
  #place-show-charlie .container .middle {
    padding: 24px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #place-show-charlie .container .middle h1 {
    padding: 24px 0 12px 0;
    font-size: 26px;
  }
  #place-show-charlie .container .middle h2 {
    font-size: 15px;
    font-weight: 500;
    padding: 12px 0;
  }
  #place-show-charlie .container .middle a {
    padding-bottom: 4px;
  }
  #place-show-charlie .container .middle .left span {
    line-height: 21px;
  }
  #place-show-charlie .container .middle .left ul {
    line-height: 20px;
  }
  #place-show-charlie .container .middle .right {
    line-height: 22px;
    padding-left: 10%;
    padding-top: 59px;
    line-height: 20px;
  }
  #place-show-charlie .container .bottom {
    padding-top: 24px;
  }
  #place-show-charlie .container .bottom #map_canvas {
    height: 450px;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #place-show-charlie {
    display: block;
    padding-top: 75px;
  }
  #place-show-charlie .container .middle {
    padding: 30px 80px;
  }
  #place-show-charlie .container .middle h1 {
    font-size: 30px;
  }
  #place-show-charlie .container .middle h2 {
    font-size: 16px;
  }
  #place-show-charlie .container .middle a {
    padding-bottom: 4px;
  }
  #place-show-charlie .container .middle .left span {
    line-height: 21px;
  }
  #place-show-charlie .container .middle .left ul {
    line-height: 20px;
  }
  #place-show-charlie .container .middle .right {
    padding-left: 60px;
    padding-top: 64px;
  }
  #place-show-charlie .container .bottom {
    padding-top: 24px;
  }
  #place-show-charlie .container .bottom #map_canvas {
    height: 450px;
  }
}
.offices-alpha {
  margin: 0 auto;
  padding: 50px 8px 8px;
  max-width: 1030px;
}
.offices-alpha .top-section h1 {
  letter-spacing: 4px;
  margin: 30px 0 40px 0;
  display: block;
}
.offices-alpha .officeListing {
  height: auto;
  padding: initial;
  display: flex;
  margin-top: 10px;
  margin-bottom: 0;
  flex-direction: column;
  min-height: 200px;
  background-color: #f1f1f1;
  /* causes header to bug out on hover on Chrome?? */
  /*&:hover{ 
			.image-wrapper{
				.image{
					img{
						transform: scale(1.1);
					}
				}
			}
		}*/
}
.offices-alpha .officeListing .image-wrapper {
  overflow: hidden;
  flex: 1;
  position: relative;
}
.offices-alpha .officeListing .image-wrapper .image {
  position: static;
  float: none;
  padding: inherit;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease;
  background-size: cover;
}
.offices-alpha .officeListing .image-wrapper .image img {
  display: block;
  transition: all 0.1s ease;
}
.offices-alpha .officeListing .text-wrapper {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.offices-alpha .officeListing .text-wrapper .info-wrapper {
  padding: 8px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.offices-alpha .officeListing .text-wrapper .info-wrapper span {
  margin-top: 8px;
}
.offices-alpha .officeListing .text-wrapper .info-wrapper a {
  text-decoration: none;
  color: #232020;
}
.offices-alpha .officeListing .text-wrapper .info-wrapper a:hover {
  color: #232020;
}
.offices-alpha .officeListing .text-wrapper .info-wrapper a.office-name {
  font-weight: 600;
}
.offices-alpha .officeListing .text-wrapper .cta-wrapper {
  display: flex;
  flex-flow: row-nowrap;
  justify-content: flex-end;
}
.offices-alpha .officeListing .text-wrapper .cta-wrapper a.button {
  text-align: right;
  text-decoration: none;
  color: #232020;
}
.offices-alpha .officeListing .text-wrapper .cta-wrapper a.button:hover {
  color: #232020;
}
.offices-alpha .officeListing .text-wrapper .cta-wrapper a.button:last-child {
  margin: 0 20px 20px 0;
}
.offices-alpha .officeListing .text-wrapper a {
  padding: initial !important;
  height: auto;
  width: 100%;
  background-color: transparent;
}
.offices-alpha .officeListing .text-wrapper a:hover {
  background-color: transparent;
}
.offices-alpha .officeListing .text-wrapper h3,
.offices-alpha .officeListing .text-wrapper p {
  transition: none;
}
.offices-alpha .officeListing .text-wrapper span {
  padding: 0 !important;
  margin: 0;
}
.offices-alpha .officeListing .underlay {
  display: none !important;
}
@media only print, only screen and (min-width: 640px) {
  .offices-alpha {
    padding: 50px 12px 12px;
  }
  .offices-alpha .officeListing {
    flex-direction: row;
  }
  .offices-alpha .officeListing .image-wrapper {
    min-height: initial;
    flex: 0 0 300px;
  }
  .offices-alpha .officeListing .text-wrapper {
    padding: 0;
  }
  .offices-alpha .officeListing .text-wrapper .info-wrapper {
    padding: 12px;
  }
}
@media only print, only screen and (min-width: 980px) {
  .offices-alpha {
    padding: 70px 20px 20px;
  }
  .offices-alpha .officeListing .text-wrapper {
    padding: 0;
  }
  .offices-alpha .officeListing .text-wrapper .info-wrapper {
    padding: 20px;
  }
}
#opens-november {
  max-width: 1030px;
  margin: 0 auto;
  padding: 150px 10px 10px;
  box-sizing: border-box;
}
#opens-november * {
  box-sizing: border-box;
}
#opens-november form fieldset {
  padding: 10px;
  box-sizing: border-box;
}
#opens-november h1,
#opens-november h3,
#opens-november #selected-homes {
  padding: 10px 0 0 10px;
}
#opens-november h2 {
  padding: 20px 0 30px 10px;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
}
#opens-november .ofi-preregister {
  display: flex;
  flex-wrap: wrap;
}
#opens-november .ofi-preregister h2 {
  width: 100%;
}
#opens-november .ofi-preregister fieldset {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  #opens-november .ofi-preregister fieldset {
    width: 50%;
  }
}
#opens-november .ofi-preregister fieldset.fieldset_submit {
  order: 1;
}
#opens-november .link-buttons a {
  display: flex;
  flex-wrap: wrap;
  max-width: 300px;
  text-align: center;
  display: block;
  margin: 20px auto;
}
#opens-november .view-inspection {
  text-align: center;
}
#opens-november form a {
  width: auto;
}
#opens-november .property-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  margin: 10px 0;
  background-color: #f1f1f1;
  text-align: left;
}
#opens-november .property-list li a {
  margin: 0;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0;
}
#opens-november .property-list li input {
  width: 30px;
}
#opens-november .property-list li .time {
  width: 180px;
}
#opens-november .property-list li .location {
  width: 250px;
}
#opens-november .property-list li .display-price {
  width: 150px;
}
#opens-november .property-list li .bbc {
  width: 150px;
}
#opens-november form input:not([type="checkbox"]),
#opens-november form select,
#opens-november form textarea,
#opens-november form .ms-parent.suburb {
  letter-spacing: 2px;
}
#staff-homepage-alpha {
  padding-top: 70px;
}
#staff-homepage-alpha .top-article {
  padding-top: 16px;
  margin: 0 auto;
  display: block;
  text-align: center;
}
#staff-homepage-alpha .top-article a {
  display: block;
  width: 100%;
  border-radius: 0px;
  background-clip: padding-box;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  color: #232020;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.5s;
  background-color: transparent;
  border: 1px solid #232020;
  letter-spacing: 7px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  margin: 16px 0 32px 0;
  padding: 15px;
  height: auto !important;
  line-height: initial !important;
  margin: 16px 0 32px;
  display: inline-block;
  width: auto;
}
#staff-homepage-alpha .top-article a:disabled {
  background: #ccc;
}
#staff-homepage-alpha .top-article a:disabled:hover,
#staff-homepage-alpha .top-article a:disabled:active,
#staff-homepage-alpha .top-article a:disabled:focus {
  background: #ccc;
}
#staff-homepage-alpha .top-article a:focus,
#staff-homepage-alpha .top-article a:hover,
#staff-homepage-alpha .top-article a:active {
  background-color: #232020;
  color: white;
  border-color: #232020;
  transition: all 0.5s;
}
#staff-homepage-alpha .top-article article {
  text-align: center;
  font-size: 12px;
  font-weight: 500;
}
#staff-homepage-alpha .top-article article .basicText {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
#staff-homepage-alpha .top-article h2 {
  text-align: center;
  font-size: 26px;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 24px;
  font-weight: 400;
  line-height: initial;
}
#staff-homepage-alpha #item-image-slideshow-bravo {
  position: relative;
}
#staff-homepage-alpha .item-container {
  text-align: center;
}
#staff-homepage-alpha .item-container .left {
  padding: 0 10%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#staff-homepage-alpha .item-container .left h1 {
  padding-bottom: 16px;
}
#staff-homepage-alpha .item-container .right .row {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 16px 10%;
}
#staff-homepage-alpha .item-container .right .image {
  background-size: cover;
  background-position: 50% 50%;
  height: 0;
  padding-bottom: 130%;
}
#staff-homepage-alpha .parallax-slideshow {
  display: none;
  position: relative;
}
#staff-homepage-alpha .parallax-slideshow .bx-controls-direction {
  display: none;
}
#staff-homepage-alpha .content-container .heading {
  text-align: center;
  padding-bottom: 16px;
}
#staff-homepage-alpha #map-canvas {
  height: 500px;
  display: block;
}
#staff-homepage-alpha .map-heading {
  text-align: center;
  font-size: 26px;
  letter-spacing: 5px;
  margin-bottom: 24px;
  font-weight: 400;
  line-height: 26px;
}
#staff-homepage-alpha .infobox-listings-map {
  display: block;
  width: 300px;
}
#staff-homepage-alpha .close-info-box {
  color: #1e1e1e;
  font-size: 15px;
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  z-index: 10;
}
#staff-homepage-alpha .close-info-box:hover {
  color: #232020;
}
#staff-homepage-alpha .info-box-link {
  position: relative;
  display: block;
  width: 300px;
  text-decoration: none;
  color: #1e1e1e;
}
#staff-homepage-alpha .listing-box-container {
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 10px 15px 10px 10px;
  background: white;
  border: 1px solid black;
  display: block;
  height: 105px;
  width: 300px;
}
#staff-homepage-alpha .listing-box-container .left {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  float: left;
  width: 40%;
  height: 105px;
}
#staff-homepage-alpha .listing-box-container .left img {
  width: 100%;
}
#staff-homepage-alpha .listing-box-container .left .image-wrapper {
  display: block;
  width: 100%;
  overflow: hidden;
  height: 0;
  padding-bottom: 70%;
}
#staff-homepage-alpha .listing-box-container .right {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 10px;
  float: left;
  width: 60%;
}
#staff-homepage-alpha .listing-box-container .right h1 {
  letter-spacing: 2px;
  font-size: 15px;
  text-align: left;
  line-height: 15px;
}
#staff-homepage-alpha .listing-box-container .right h2 {
  letter-spacing: 2px;
  font-size: 13px;
  text-align: left;
  line-height: 13px;
  text-transform: uppercase;
  padding-top: 4px;
}
#staff-homepage-alpha .listing-box-container .right #button {
  height: 30px;
  line-height: 30px;
  position: absolute;
  bottom: 10px;
  left: 40%;
  width: 120px;
  margin-left: 10px;
  margin-bottom: 0;
}
#staff-homepage-alpha .social-media {
  display: block;
  padding: 16px 8px;
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#staff-homepage-alpha .social-media h2 {
  text-align: center;
  font-size: 26px;
  letter-spacing: 5px;
  margin-bottom: 16px;
  font-weight: 400;
  line-height: 26px;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #staff-homepage-alpha {
    padding-top: 70px;
  }
  #staff-homepage-alpha #item-image-slideshow-bravo ul li h2 {
    position: absolute;
    text-align: center;
    width: 100%;
    color: white;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    font-size: 30px;
    padding: 0 20%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    line-height: 30px;
    letter-spacing: 8px;
    text-transform: uppercase;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 19%;
    background: rgba(0, 0, 0, 0.2);
  }
  #staff-homepage-alpha .top-article {
    padding-top: 24px;
  }
  #staff-homepage-alpha .top-article a {
    margin: 24px 0 48px 0;
  }
  #staff-homepage-alpha .top-article article {
    text-align: center;
    font-size: 12px;
    font-weight: 500;
  }
  #staff-homepage-alpha .top-article h2 {
    text-align: center;
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 36px;
    font-weight: 400;
  }
  #staff-homepage-alpha .item-container {
    display: inline-block;
    text-align: right;
  }
  #staff-homepage-alpha .item-container .left {
    padding: 0;
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #staff-homepage-alpha .item-container .left h1 {
    padding-bottom: 24px;
  }
  #staff-homepage-alpha .item-container .right {
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #staff-homepage-alpha .item-container .right .row {
    padding: 0 24px 24px 24px;
  }
  #staff-homepage-alpha .item-container .right .image {
    height: 0;
    padding-bottom: 130%;
  }
  #staff-homepage-alpha .parallax-slideshow {
    width: 100%;
    height: 500px;
    display: block;
  }
  #staff-homepage-alpha .parallax-slideshow #testimonial-slideshow {
    height: 500px;
    background-size: cover;
    background-position: 50% 0%;
  }
  #staff-homepage-alpha .parallax-slideshow #testimonial-slideshow li {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  #staff-homepage-alpha .parallax-slideshow #testimonial-slideshow li .info-wrapper {
    padding: 60px;
  }
  #staff-homepage-alpha .parallax-slideshow #testimonial-slideshow li .info-wrapper .inner-wrapper {
    position: relative;
    height: 370px;
    text-align: right;
    background: rgba(30, 30, 30, 0.8);
    color: white;
    padding: 24px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #staff-homepage-alpha .parallax-slideshow #testimonial-slideshow li .info-wrapper .inner-wrapper h1 {
    display: block;
    padding-bottom: 24px;
    font-size: 20px;
  }
  #staff-homepage-alpha .parallax-slideshow #testimonial-slideshow li .info-wrapper .inner-wrapper span {
    font-size: 12px;
  }
  #staff-homepage-alpha .parallax-slideshow #testimonial-slideshow li .info-wrapper .inner-wrapper em {
    position: absolute;
    right: 24px;
    bottom: 24px;
    display: block;
    font-style: italic;
    font-size: 12px;
  }
  #staff-homepage-alpha .parallax-slideshow #testimonial-slideshow .bx-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  #staff-homepage-alpha .map-heading {
    font-size: 26px;
    letter-spacing: 5px;
    margin-bottom: 36px;
  }
  #staff-homepage-alpha .social-media {
    display: block;
    padding: 24px;
    max-width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #staff-homepage-alpha .social-media h2 {
    margin-top: 12px;
    margin-bottom: 36px;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #staff-homepage-alpha {
    padding-top: 70px;
  }
  #staff-homepage-alpha #item-image-slideshow-bravo ul li h2 {
    padding: 0 35%;
    padding-top: 31%;
    font-size: 35px;
    line-height: 40px;
    letter-spacing: 10px;
  }
  #staff-homepage-alpha .top-article {
    padding-top: 0;
    line-height: 22px;
  }
  #staff-homepage-alpha .top-article article {
    font-size: 14px;
    font-weight: 400;
  }
  #staff-homepage-alpha .top-article h2 {
    text-align: center;
    font-size: 26px;
    text-transform: capitalize;
    letter-spacing: 5px;
    margin-bottom: 36px;
    font-weight: 400;
    letter-spacing: 6px;
    font-size: 30px;
  }
  #staff-homepage-alpha .item-container {
    display: inline-block;
  }
  #staff-homepage-alpha .item-container .left.scroll,
  #staff-homepage-alpha .item-container .right.scroll {
    transform: translateX(0px);
    opacity: 1;
    transition: all 2s;
  }
  #staff-homepage-alpha .item-container .left {
    opacity: 0;
    transform: translateX(-100px);
    padding-top: 80px;
    transition: all 2s;
  }
  #staff-homepage-alpha .item-container .left h1 {
    padding-bottom: 40px;
  }
  #staff-homepage-alpha .item-container .right {
    opacity: 0;
    transform: translateX(100px);
    transition: all 2s;
  }
  #staff-homepage-alpha .item-container .right .row {
    padding: 40px;
  }
  #staff-homepage-alpha .item-container .right .image {
    height: 0;
    padding-bottom: 130%;
  }
  #staff-homepage-alpha .parallax-slideshow {
    height: 500px;
  }
  #staff-homepage-alpha .parallax-slideshow #testimonial-slideshow {
    height: 500px;
  }
  #staff-homepage-alpha .parallax-slideshow #testimonial-slideshow li .info-wrapper .inner-wrapper {
    padding: 40px;
    height: 370px;
    max-width: 900px;
    margin: 0 auto;
  }
  #staff-homepage-alpha .parallax-slideshow #testimonial-slideshow li .info-wrapper .inner-wrapper em {
    right: 40px;
    bottom: 40px;
  }
  #staff-homepage-alpha .content-container .heading {
    padding-bottom: 30px;
    padding-top: 10px;
  }
  #staff-homepage-alpha .content-container li {
    width: 50%;
    padding: 2.5px;
  }
  #staff-homepage-alpha .content-container li a .image {
    height: 300px;
  }
  #staff-homepage-alpha .content-container ul li {
    width: 50% !important;
    max-width: none;
  }
  #staff-homepage-alpha .map-heading {
    font-size: 26px;
    letter-spacing: 5px;
    margin-bottom: 36px;
  }
  #staff-homepage-alpha .social-media {
    display: block;
    padding: 24px;
    max-width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #staff-homepage-alpha .social-media h2 {
    margin-top: 12px;
    margin-bottom: 36px;
  }
}
#staff-listing-show-alpha .middle-section .right .resources a.info-statement {
  font-size: 0.9em;
  line-height: 1.7em;
  padding-top: 7px;
}
#staff-listing-show-alpha .middle-section .one-form-btn {
  display: block;
  width: 100%;
  border-radius: 0px;
  background-clip: padding-box;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  color: #232020;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.5s;
  background-color: transparent;
  border: 1px solid #232020;
  letter-spacing: 7px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  margin: 16px 0 32px 0;
  padding: 15px;
  height: auto !important;
  line-height: initial !important;
  margin: 16px 0 0;
}
#staff-listing-show-alpha .middle-section .one-form-btn:disabled {
  background: #ccc;
}
#staff-listing-show-alpha .middle-section .one-form-btn:disabled:hover,
#staff-listing-show-alpha .middle-section .one-form-btn:disabled:active,
#staff-listing-show-alpha .middle-section .one-form-btn:disabled:focus {
  background: #ccc;
}
#staff-listing-show-alpha .middle-section .one-form-btn:focus,
#staff-listing-show-alpha .middle-section .one-form-btn:hover,
#staff-listing-show-alpha .middle-section .one-form-btn:active {
  background-color: #232020;
  color: white;
  border-color: #232020;
  transition: all 0.5s;
}
#staff-listing-show-alpha .bottom .agent #listing-enquiry-form-alpha {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 12px 16px 0 16px;
}
#staff-listing-show-alpha .bottom .agent #listing-enquiry-form-alpha h1 {
  padding-bottom: 16px;
  font-size: 18px;
  text-transform: uppercase;
}
#staff-listing-show-alpha .bottom .agent #listing-enquiry-form-alpha fieldset {
  margin-bottom: 8px;
  padding: 0 0 12px 0;
}
#staff-listing-show-alpha .bottom .agent #listing-enquiry-form-alpha fieldset textarea {
  height: 105px;
}
#staff-listing-show-alpha .bottom .agent #listing-enquiry-form-alpha fieldset input[type="submit"] {
  display: block;
  border-radius: 0px;
  background-clip: padding-box;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  color: #232020;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.5s;
  background-color: transparent;
  border: 1px solid #232020;
  letter-spacing: 7px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  margin: 16px 0 32px 0;
  padding: 15px;
  height: auto !important;
  line-height: initial !important;
  /*border: transparent;*/
  width: 100%;
  margin-top: 2px;
}
#staff-listing-show-alpha .bottom .agent #listing-enquiry-form-alpha fieldset input[type="submit"]:disabled {
  background: #ccc;
}
#staff-listing-show-alpha .bottom .agent #listing-enquiry-form-alpha fieldset input[type="submit"]:disabled:hover,
#staff-listing-show-alpha .bottom .agent #listing-enquiry-form-alpha fieldset input[type="submit"]:disabled:active,
#staff-listing-show-alpha .bottom .agent #listing-enquiry-form-alpha fieldset input[type="submit"]:disabled:focus {
  background: #ccc;
}
#staff-listing-show-alpha .bottom .agent #listing-enquiry-form-alpha fieldset input[type="submit"]:focus,
#staff-listing-show-alpha .bottom .agent #listing-enquiry-form-alpha fieldset input[type="submit"]:hover,
#staff-listing-show-alpha .bottom .agent #listing-enquiry-form-alpha fieldset input[type="submit"]:active {
  background-color: #232020;
  color: white;
  border-color: #232020;
  transition: all 0.5s;
}
#staff-listing-show-alpha .bottom .agent #listing-enquiry-form-alpha .fieldset_first_name,
#staff-listing-show-alpha .bottom .agent #listing-enquiry-form-alpha .fieldset_email_address {
  padding-right: 6px;
}
#staff-listing-show-alpha .bottom .agent #listing-enquiry-form-alpha .fieldset_notes {
  width: 100%;
  padding-bottom: 6px;
  margin-bottom: 2px;
}
#staff-listing-show-alpha .bottom .agent #listing-enquiry-form-alpha .fieldset_submit {
  width: 100%;
  margin-bottom: 0;
}
#staff-listing-show-alpha .bottom .agent #listing-enquiry-form-alpha .fieldset_submit {
  margin-bottom: 0;
}
#staff-listing-show-alpha .bottom .agent #listing-enquiry-form-alpha .form_enquirytopics {
  margin-bottom: 8px;
  padding: 0 0 12px 0;
}
#staff-listing-show-alpha .bottom .agent #enquiry-form .fieldset_privacy {
  width: 100% !important;
}
#staff-listing-show-alpha .bottom .agent #enquiry-form .fieldset_privacy span {
  width: 100%;
  margin: 0 auto;
}
#staff-listing-show-alpha .bottom .agent #enquiry-form .fieldset_privacy a {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: auto;
  border: unset;
  letter-spacing: 2px;
  font-size: 14px;
  text-transform: none;
  font-weight: bold;
}
#staff-listing-show-alpha .bottom .agent #enquiry-form .fieldset_privacy a:focus,
#staff-listing-show-alpha .bottom .agent #enquiry-form .fieldset_privacy a:hover,
#staff-listing-show-alpha .bottom .agent #enquiry-form .fieldset_privacy a:active {
  background-color: unset;
  color: #736969;
}
@media only screen and (min-width: 395px) {
  #staff-listing-show-alpha .middle-section .right .resources a.info-statement {
    line-height: 50px;
    padding-top: 0;
  }
}
#staff-listing-show-alpha {
  display: block;
  padding-top: 50px;
}
#staff-listing-show-alpha #quarter > ul > div {
  display: none;
}
#staff-listing-show-alpha #quarter > ul > div:nth-child(1),
#staff-listing-show-alpha #quarter > ul > div:nth-child(2),
#staff-listing-show-alpha #quarter > ul > div:nth-child(3) {
  display: block !important;
}
#staff-listing-show-alpha a {
  text-decoration: none !important;
}
#staff-listing-show-alpha h1 {
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
}
#staff-listing-show-alpha h2 {
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  /*text-transform: uppercase;*/
}
#staff-listing-show-alpha h3 {
  /*font-size: 18px;*/
  font-family: 'Poppins', sans-serif;
}
#staff-listing-show-alpha span {
  line-height: 20px;
  font-family: 'Poppins', sans-serif;
}
#staff-listing-show-alpha #map-top {
  height: 350px;
  width: 100%;
  display: block;
}
#staff-listing-show-alpha #map-top #map_canvas {
  height: 350px;
}
#staff-listing-show-alpha .top-section {
  position: relative;
}
#staff-listing-show-alpha .top-section .slideshow-one {
  height: 0;
  padding-bottom: 80%;
  overflow: hidden;
}
#staff-listing-show-alpha .top-section .slideshow-one .bx-two li {
  height: 0;
  padding-bottom: 20%;
  background-size: cover;
  background-position: 50% 50%;
}
#staff-listing-show-alpha .top-section #item-image-slideshow-bravo {
  height: auto;
  overflow: hidden;
}
#staff-listing-show-alpha .top-section #item-image-slideshow-bravo ul li {
  background-size: cover;
  background-position: 50% 50%;
}
#staff-listing-show-alpha .middle-section {
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 16px;
}
#staff-listing-show-alpha .middle-section:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
#staff-listing-show-alpha .middle-section .left .price {
  display: block;
  padding: 0 0 8px 0;
}
#staff-listing-show-alpha .middle-section .left .bbc-mobile {
  display: inline-block;
  padding: 16px 0;
}
#staff-listing-show-alpha .middle-section .left .bbc-mobile h1,
#staff-listing-show-alpha .middle-section .left .bbc-mobile span {
  float: left;
}
#staff-listing-show-alpha .middle-section .left .bbc-mobile h1 {
  display: inline-block;
  padding-right: 4px;
}
#staff-listing-show-alpha .middle-section .left .bbc-mobile span {
  display: inline-block;
  padding-right: 8px;
}
#staff-listing-show-alpha .middle-section .left .text {
  clear: both;
}
#staff-listing-show-alpha .middle-section .left .text h2 {
  padding-bottom: 16px;
  font-size: 18px;
  /*text-transform: uppercase;*/
}
#staff-listing-show-alpha .middle-section .left .text .features {
  padding-top: 16px;
}
#staff-listing-show-alpha .middle-section .left .text .features h2 {
  font-size: 18px;
  /*text-transform: uppercase;*/
}
#staff-listing-show-alpha .middle-section .left .text .features span {
  display: block;
  width: 100%;
}
#staff-listing-show-alpha .middle-section .right .auction-time {
  text-decoration: none;
  color: #1e1e1e;
}
#staff-listing-show-alpha .middle-section .right .auction-time:hover {
  color: #232020;
}
#staff-listing-show-alpha .middle-section .right .auction-time i {
  padding-right: 5px;
}
#staff-listing-show-alpha .middle-section .right h2 {
  padding-bottom: 16px;
}
#staff-listing-show-alpha .middle-section .right .bbc-desktop {
  display: none;
}
#staff-listing-show-alpha .middle-section .right .open-times {
  display: block;
  padding: 16px 0 0 0;
}
#staff-listing-show-alpha .middle-section .right .open-times .container h2 {
  display: none !important;
}
#staff-listing-show-alpha .middle-section .right .open-times li {
  padding-left: 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-bottom: 8px;
}
#staff-listing-show-alpha .middle-section .right .open-times a {
  text-decoration: none;
  color: #1e1e1e;
  width: 100%;
  display: block;
}
#staff-listing-show-alpha .middle-section .right .open-times a h1,
#staff-listing-show-alpha .middle-section .right .open-times a i,
#staff-listing-show-alpha .middle-section .right .open-times a h2,
#staff-listing-show-alpha .middle-section .right .open-times a em {
  font-size: 12px;
  width: auto;
  display: inline-block;
  padding-bottom: 0;
  letter-spacing: 1px;
}
#staff-listing-show-alpha .middle-section .right .open-times a h1:nth-child(2) {
  display: none;
}
#staff-listing-show-alpha .middle-section .right .open-times a i {
  color: #1e1e1e;
  font-size: 20px;
  display: block;
  padding-right: 8px;
  float: left;
  margin-left: -30px;
}
#staff-listing-show-alpha .middle-section .right .open-times a:hover {
  color: #232020;
}
#staff-listing-show-alpha .middle-section .right .open-times label input {
  height: 15px !important;
  width: 15px !important;
  vertical-align: bottom;
  margin-right: 8px;
}
#staff-listing-show-alpha .middle-section .right .open-times #opens {
  padding: 8px 0;
}
#staff-listing-show-alpha .middle-section .right .open-times #opens li {
  padding-bottom: 8px;
}
#staff-listing-show-alpha .middle-section .right .open-times fieldset {
  padding-bottom: 8px;
}
#staff-listing-show-alpha .middle-section .right .open-times #preregister-btn {
  display: block;
  width: 100%;
  border-radius: 0px;
  background-clip: padding-box;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  color: #232020;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.5s;
  background-color: transparent;
  border: 1px solid #232020;
  letter-spacing: 7px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  margin: 16px 0 32px 0;
  padding: 15px;
  height: auto !important;
  line-height: initial !important;
  margin-top: 0;
}
#staff-listing-show-alpha .middle-section .right .open-times #preregister-btn:disabled {
  background: #ccc;
}
#staff-listing-show-alpha .middle-section .right .open-times #preregister-btn:disabled:hover,
#staff-listing-show-alpha .middle-section .right .open-times #preregister-btn:disabled:active,
#staff-listing-show-alpha .middle-section .right .open-times #preregister-btn:disabled:focus {
  background: #ccc;
}
#staff-listing-show-alpha .middle-section .right .open-times #preregister-btn:focus,
#staff-listing-show-alpha .middle-section .right .open-times #preregister-btn:hover,
#staff-listing-show-alpha .middle-section .right .open-times #preregister-btn:active {
  background-color: #232020;
  color: white;
  border-color: #232020;
  transition: all 0.5s;
}
#staff-listing-show-alpha .middle-section .right .resources {
  padding: 16px 0;
  display: block;
}
#staff-listing-show-alpha .middle-section .right .resources .btn-wrapper.gallery {
  display: none;
}
#staff-listing-show-alpha .middle-section .right .resources div span,
#staff-listing-show-alpha .middle-section .right .resources div a {
  display: block;
  width: 100%;
  border-radius: 0px;
  background-clip: padding-box;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  color: #232020;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.5s;
  background-color: transparent;
  border: 1px solid #232020;
  letter-spacing: 7px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  margin: 16px 0 32px 0;
  padding: 15px;
  height: auto !important;
  line-height: initial !important;
  margin-bottom: 2px !important;
}
#staff-listing-show-alpha .middle-section .right .resources div span:disabled,
#staff-listing-show-alpha .middle-section .right .resources div a:disabled {
  background: #ccc;
}
#staff-listing-show-alpha .middle-section .right .resources div span:disabled:hover,
#staff-listing-show-alpha .middle-section .right .resources div a:disabled:hover,
#staff-listing-show-alpha .middle-section .right .resources div span:disabled:active,
#staff-listing-show-alpha .middle-section .right .resources div a:disabled:active,
#staff-listing-show-alpha .middle-section .right .resources div span:disabled:focus,
#staff-listing-show-alpha .middle-section .right .resources div a:disabled:focus {
  background: #ccc;
}
#staff-listing-show-alpha .middle-section .right .resources div span:focus,
#staff-listing-show-alpha .middle-section .right .resources div a:focus,
#staff-listing-show-alpha .middle-section .right .resources div span:hover,
#staff-listing-show-alpha .middle-section .right .resources div a:hover,
#staff-listing-show-alpha .middle-section .right .resources div span:active,
#staff-listing-show-alpha .middle-section .right .resources div a:active {
  background-color: #232020;
  color: white;
  border-color: #232020;
  transition: all 0.5s;
}
#staff-listing-show-alpha .middle-section .right .resources div:last-child a {
  margin-bottom: 0;
}
#staff-listing-show-alpha .middle-section .right .resources #print-btn {
  display: none;
}
#staff-listing-show-alpha .middle-section .right .sale-method {
  padding-top: 16px;
}
#staff-listing-show-alpha .middle-section .right .share {
  padding-top: 16px;
}
#staff-listing-show-alpha .middle-section .right .share a {
  position: relative;
  width: 30px;
  text-align: center;
  display: inline-block;
  margin: 0 7px;
  text-decoration: none;
}
#staff-listing-show-alpha .middle-section .right .share a i {
  color: #232020;
  font-size: 30px;
  position: relative;
  display: block;
  transition: all 0.5s;
}
#staff-listing-show-alpha .middle-section .right .share .social.facebook:hover i {
  transition: all 0.5s;
  color: #3b5998;
}
#staff-listing-show-alpha .middle-section .right .share .social.twitter:hover i {
  transition: all 0.5s;
  color: #55acee;
}
#staff-listing-show-alpha .middle-section .right .share .social.pinit:hover i {
  transition: all 0.5s;
  color: #c8232c;
}
#staff-listing-show-alpha .middle-section .right .share #emailAFriendButton:hover i {
  transition: all 0.5s;
  color: #232020;
}
#staff-listing-show-alpha .middle-section .right .share a:hover:after {
  opacity: 1;
  top: 22px;
  transition: all 0.5s;
}
#staff-listing-show-alpha .middle-section .right .share form {
  margin-top: 16px;
}
#staff-listing-show-alpha .middle-section .right .share form fieldset {
  margin-bottom: 8px;
}
#staff-listing-show-alpha .middle-section .right .share form .fieldset_message {
  margin-bottom: 4px;
}
#staff-listing-show-alpha .middle-section .right .share form .fieldset_send {
  margin-bottom: 0;
}
#staff-listing-show-alpha .middle-section .right .share form .fieldset_send input {
  display: block;
  width: 100%;
  border-radius: 0px;
  background-clip: padding-box;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  color: #232020;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.5s;
  background-color: transparent;
  border: 1px solid #232020;
  letter-spacing: 7px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  margin: 16px 0 32px 0;
  padding: 15px;
  height: auto !important;
  line-height: initial !important;
  margin: 0;
}
#staff-listing-show-alpha .middle-section .right .share form .fieldset_send input:disabled {
  background: #ccc;
}
#staff-listing-show-alpha .middle-section .right .share form .fieldset_send input:disabled:hover,
#staff-listing-show-alpha .middle-section .right .share form .fieldset_send input:disabled:active,
#staff-listing-show-alpha .middle-section .right .share form .fieldset_send input:disabled:focus {
  background: #ccc;
}
#staff-listing-show-alpha .middle-section .right .share form .fieldset_send input:focus,
#staff-listing-show-alpha .middle-section .right .share form .fieldset_send input:hover,
#staff-listing-show-alpha .middle-section .right .share form .fieldset_send input:active {
  background-color: #232020;
  color: white;
  border-color: #232020;
  transition: all 0.5s;
}
#staff-listing-show-alpha #map {
  height: 500px;
  display: block;
}
#staff-listing-show-alpha #map #map_canvas {
  display: block;
  height: 500px;
}
#staff-listing-show-alpha .bottom {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 16px;
}
#staff-listing-show-alpha .bottom:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
#staff-listing-show-alpha .bottom .open-times {
  padding: 16px 0;
}
#staff-listing-show-alpha .bottom .open-times em {
  display: block;
  padding-bottom: 16px;
  line-height: 17px;
}
#staff-listing-show-alpha .bottom .open-times strong {
  width: 100%;
}
#staff-listing-show-alpha .bottom .open-times .blurb {
  line-height: 17px;
  display: block;
  padding-bottom: 16px;
}
#staff-listing-show-alpha .bottom .open-times #opens li {
  padding-bottom: 12px;
  text-align: left;
  float: left;
}
#staff-listing-show-alpha .bottom .open-times #opens li label {
  line-height: 19px;
}
#staff-listing-show-alpha .bottom .open-times #opens li label input[type="checkbox"] {
  height: 14px !important;
  line-height: 15px !important;
}
#staff-listing-show-alpha .bottom .open-times #opens li label input {
  height: 15px;
  line-height: 15px;
  float: left;
  width: 15px;
  margin-right: 10px;
}
#staff-listing-show-alpha .bottom .open-times .opens-form {
  clear: both;
  padding-top: 16px;
  display: block;
}
#staff-listing-show-alpha .bottom .open-times .opens-form fieldset {
  padding-bottom: 8px;
}
#staff-listing-show-alpha .bottom .open-times .opens-form .fieldset_submit input {
  display: block;
  border-radius: 0px;
  background-clip: padding-box;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  color: #232020;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.5s;
  background-color: transparent;
  border: 1px solid #232020;
  letter-spacing: 7px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  margin: 16px 0 32px 0;
  padding: 15px;
  height: auto !important;
  line-height: initial !important;
  width: 100%;
  margin-top: 0;
}
#staff-listing-show-alpha .bottom .open-times .opens-form .fieldset_submit input:disabled {
  background: #ccc;
}
#staff-listing-show-alpha .bottom .open-times .opens-form .fieldset_submit input:disabled:hover,
#staff-listing-show-alpha .bottom .open-times .opens-form .fieldset_submit input:disabled:active,
#staff-listing-show-alpha .bottom .open-times .opens-form .fieldset_submit input:disabled:focus {
  background: #ccc;
}
#staff-listing-show-alpha .bottom .open-times .opens-form .fieldset_submit input:focus,
#staff-listing-show-alpha .bottom .open-times .opens-form .fieldset_submit input:hover,
#staff-listing-show-alpha .bottom .open-times .opens-form .fieldset_submit input:active {
  background-color: #232020;
  color: white;
  border-color: #232020;
  transition: all 0.5s;
}
#staff-listing-show-alpha .bottom .open-times .container h2 {
  padding-bottom: 16px;
  display: block;
}
#staff-listing-show-alpha .bottom .open-times .container ul .opens-container li .wrapper a {
  display: inline-flex;
  text-decoration: none;
  color: #1e1e1e;
}
#staff-listing-show-alpha .bottom .open-times .container ul .opens-container li .wrapper a h1,
#staff-listing-show-alpha .bottom .open-times .container ul .opens-container li .wrapper a h2,
#staff-listing-show-alpha .bottom .open-times .container ul .opens-container li .wrapper a em {
  padding-right: 4px;
  font-size: 14px;
}
#staff-listing-show-alpha .bottom .open-times .container ul .opens-container li .wrapper a .hover {
  display: none;
}
#staff-listing-show-alpha .bottom .open-times .container ul .opens-container li .wrapper a:hover h1,
#staff-listing-show-alpha .bottom .open-times .container ul .opens-container li .wrapper a:hover h2,
#staff-listing-show-alpha .bottom .open-times .container ul .opens-container li .wrapper a:hover em {
  color: #232020;
}
#staff-listing-show-alpha .bottom .enquire h1 {
  padding-bottom: 16px;
  display: block;
  text-transform: uppercase;
}
#staff-listing-show-alpha .bottom .enquire form fieldset {
  margin-bottom: 8px;
}
#staff-listing-show-alpha .bottom .enquire form .fieldset_submit {
  margin-bottom: 0;
}
#staff-listing-show-alpha .bottom .enquire form .fieldset_submit input {
  display: block;
  border-radius: 0px;
  background-clip: padding-box;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  color: #232020;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.5s;
  background-color: transparent;
  border: 1px solid #232020;
  letter-spacing: 7px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  margin: 16px 0 32px 0;
  padding: 15px;
  height: auto !important;
  line-height: initial !important;
  width: 100%;
}
#staff-listing-show-alpha .bottom .enquire form .fieldset_submit input:disabled {
  background: #ccc;
}
#staff-listing-show-alpha .bottom .enquire form .fieldset_submit input:disabled:hover,
#staff-listing-show-alpha .bottom .enquire form .fieldset_submit input:disabled:active,
#staff-listing-show-alpha .bottom .enquire form .fieldset_submit input:disabled:focus {
  background: #ccc;
}
#staff-listing-show-alpha .bottom .enquire form .fieldset_submit input:focus,
#staff-listing-show-alpha .bottom .enquire form .fieldset_submit input:hover,
#staff-listing-show-alpha .bottom .enquire form .fieldset_submit input:active {
  background-color: #232020;
  color: white;
  border-color: #232020;
  transition: all 0.5s;
}
#staff-listing-show-alpha .bottom .agent {
  padding: 16px 0;
  display: block;
}
#staff-listing-show-alpha .bottom .agent h1 {
  text-transform: uppercase;
}
#staff-listing-show-alpha .bottom .agent .wrapper {
  width: 75%;
}
#staff-listing-show-alpha .bottom .agent .wrapper.agent-img-wrapper {
  width: 100%;
}
#staff-listing-show-alpha .bottom .agent .wrapper.agent-img-wrapper img.agent-img {
  max-width: 100%;
}
#staff-listing-show-alpha .bottom .agent h1 {
  padding-bottom: 16px;
}
#staff-listing-show-alpha .bottom .agent .image {
  height: 0;
  padding-bottom: 50%;
}
#staff-listing-show-alpha .bottom .agent a {
  display: block;
  width: 100%;
  border-radius: 0px;
  background-clip: padding-box;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  color: #232020;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.5s;
  background-color: transparent;
  border: 1px solid #232020;
  letter-spacing: 7px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  margin: 16px 0 32px 0;
  padding: 15px;
  height: auto !important;
  line-height: initial !important;
}
#staff-listing-show-alpha .bottom .agent a:disabled {
  background: #ccc;
}
#staff-listing-show-alpha .bottom .agent a:disabled:hover,
#staff-listing-show-alpha .bottom .agent a:disabled:active,
#staff-listing-show-alpha .bottom .agent a:disabled:focus {
  background: #ccc;
}
#staff-listing-show-alpha .bottom .agent a:focus,
#staff-listing-show-alpha .bottom .agent a:hover,
#staff-listing-show-alpha .bottom .agent a:active {
  background-color: #232020;
  color: white;
  border-color: #232020;
  transition: all 0.5s;
}
#staff-listing-show-alpha .bottom #similar-listings {
  padding: 0 0 16px 0;
  display: block;
}
#staff-listing-show-alpha .bottom #similar-listings h1 {
  text-transform: uppercase;
  padding-bottom: 16px;
}
#staff-listing-show-alpha .bottom #similar-listings .wrapper {
  width: 100% !important;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #staff-listing-show-alpha {
    padding-top: 50px;
  }
  #staff-listing-show-alpha h1 {
    font-size: 25px;
    font-family: 'Poppins', sans-serif;
    line-height: 30px;
  }
  #staff-listing-show-alpha h2 {
    font-size: 23px;
    font-family: 'Poppins', sans-serif;
    line-height: 28px;
  }
  #staff-listing-show-alpha h3 {
    /*font-size: 18px;*/
    font-family: 'Poppins', sans-serif;
  }
  #staff-listing-show-alpha span {
    line-height: 20px;
    font-family: 'Poppins', sans-serif;
  }
  #staff-listing-show-alpha #map-top {
    height: 400px;
    width: 100%;
    display: block;
  }
  #staff-listing-show-alpha #map-top #map_canvas {
    height: 400px;
  }
  #staff-listing-show-alpha .top-section {
    position: relative;
  }
  #staff-listing-show-alpha .top-section #item-image-slideshow-bravo {
    overflow: hidden;
  }
  #staff-listing-show-alpha .middle-section {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 24px;
  }
  #staff-listing-show-alpha .middle-section .left {
    width: 60%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-right: 40px;
  }
  #staff-listing-show-alpha .middle-section .left .price {
    display: block;
    padding: 12px 0 12px 0;
  }
  #staff-listing-show-alpha .middle-section .left .bbc-mobile {
    display: inline-block;
    padding: 24px 0;
  }
  #staff-listing-show-alpha .middle-section .left .bbc-mobile h1,
  #staff-listing-show-alpha .middle-section .left .bbc-mobile span {
    float: left;
  }
  #staff-listing-show-alpha .middle-section .left .bbc-mobile h1 {
    display: inline-block;
    padding-right: 6px;
  }
  #staff-listing-show-alpha .middle-section .left .bbc-mobile span {
    display: inline-block;
    padding-right: 12px;
  }
  #staff-listing-show-alpha .middle-section .left .text {
    clear: both;
  }
  #staff-listing-show-alpha .middle-section .left .text h2 {
    padding-bottom: 24px;
  }
  #staff-listing-show-alpha .middle-section .left .text .features {
    padding-top: 24px;
  }
  #staff-listing-show-alpha .middle-section .left .text .features span {
    display: block;
    width: 100%;
  }
  #staff-listing-show-alpha .middle-section .right {
    width: 40%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #staff-listing-show-alpha .middle-section .right #inspectRe {
    line-height: 1.5em;
    font-size: 1em;
    padding-top: 5px;
  }
  #staff-listing-show-alpha .middle-section .right .auction-time {
    padding-top: 12px;
    display: inline-block;
  }
  #staff-listing-show-alpha .middle-section .right h2 {
    padding-bottom: 24px;
  }
  #staff-listing-show-alpha .middle-section .right .bbc-desktop {
    display: none;
  }
  #staff-listing-show-alpha .middle-section .right .open-times {
    display: block;
    padding: 24px 0;
  }
  #staff-listing-show-alpha .middle-section .right .open-times h2 {
    padding-bottom: 12px;
  }
  #staff-listing-show-alpha .middle-section .right .open-times ul li {
    width: 100% !important;
    height: auto;
    padding-bottom: 10px;
  }
  #staff-listing-show-alpha .middle-section .right .open-times ul li a h1,
  #staff-listing-show-alpha .middle-section .right .open-times ul li a i,
  #staff-listing-show-alpha .middle-section .right .open-times ul li a h2,
  #staff-listing-show-alpha .middle-section .right .open-times ul li a em {
    line-height: 12px;
  }
  #staff-listing-show-alpha .middle-section .right .open-times ul li a i {
    padding-top: 4px;
  }
  #staff-listing-show-alpha .middle-section .right .open-times li {
    margin: 0 !important;
  }
  #staff-listing-show-alpha .middle-section .right .open-times #listing-open-form-alpha {
    margin-top: -35px;
  }
  #staff-listing-show-alpha .middle-section .right .resources {
    padding: 24px 0;
    padding-top: 24px;
    display: block;
  }
  #staff-listing-show-alpha .middle-section .right .resources div span,
  #staff-listing-show-alpha .middle-section .right .resources div a {
    display: block;
    width: 100%;
    border-radius: 0px;
    background-clip: padding-box;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    color: #232020;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s;
    background-color: transparent;
    border: 1px solid #232020;
    letter-spacing: 7px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 16px;
    font-weight: 400;
    margin: 16px 0 32px 0;
    padding: 15px;
    height: auto !important;
    line-height: initial !important;
    margin-bottom: 12px;
  }
  #staff-listing-show-alpha .middle-section .right .resources div span:disabled,
  #staff-listing-show-alpha .middle-section .right .resources div a:disabled {
    background: #ccc;
  }
  #staff-listing-show-alpha .middle-section .right .resources div span:disabled:hover,
  #staff-listing-show-alpha .middle-section .right .resources div a:disabled:hover,
  #staff-listing-show-alpha .middle-section .right .resources div span:disabled:active,
  #staff-listing-show-alpha .middle-section .right .resources div a:disabled:active,
  #staff-listing-show-alpha .middle-section .right .resources div span:disabled:focus,
  #staff-listing-show-alpha .middle-section .right .resources div a:disabled:focus {
    background: #ccc;
  }
  #staff-listing-show-alpha .middle-section .right .resources div span:focus,
  #staff-listing-show-alpha .middle-section .right .resources div a:focus,
  #staff-listing-show-alpha .middle-section .right .resources div span:hover,
  #staff-listing-show-alpha .middle-section .right .resources div a:hover,
  #staff-listing-show-alpha .middle-section .right .resources div span:active,
  #staff-listing-show-alpha .middle-section .right .resources div a:active {
    background-color: #232020;
    color: white;
    border-color: #232020;
    transition: all 0.5s;
  }
  #staff-listing-show-alpha .middle-section .right .resources div:last-child a {
    margin-bottom: 0;
  }
  #staff-listing-show-alpha .middle-section .right .resources #print-btn {
    display: none;
  }
  #staff-listing-show-alpha .middle-section .right .resources a.info-statement {
    font-size: 0.9em;
    line-height: 1.7em;
    padding-top: 7px;
  }
  #staff-listing-show-alpha .middle-section .right .sale-method {
    padding-top: 0;
  }
  #staff-listing-show-alpha .middle-section .right .sale-method h2 {
    padding-bottom: 0;
  }
  #staff-listing-show-alpha .middle-section .right .sale-method span {
    padding-top: 12px;
    display: block;
  }
  #staff-listing-show-alpha .middle-section .right .sale-method.no-opens {
    padding-top: 24px;
  }
  #staff-listing-show-alpha .middle-section .right .share {
    padding-left: 24px;
    border-left: 1px solid #232020;
  }
  #staff-listing-show-alpha .middle-section .right .share a {
    position: relative;
    width: 30px;
    text-align: center;
    display: inline-block;
    margin: 0 9px;
    text-decoration: none;
  }
  #staff-listing-show-alpha .middle-section .right .share a i {
    color: #232020;
    font-size: 30px;
    position: relative;
    display: block;
    transition: all 0.5s;
  }
  #staff-listing-show-alpha .middle-section .right .share .social.facebook:hover i {
    transition: all 0.5s;
    color: #3b5998;
  }
  #staff-listing-show-alpha .middle-section .right .share .social.twitter:hover i {
    transition: all 0.5s;
    color: #55acee;
  }
  #staff-listing-show-alpha .middle-section .right .share .social.pinit:hover i {
    transition: all 0.5s;
    color: #c8232c;
  }
  #staff-listing-show-alpha .middle-section .right .share #emailAFriendButton:hover i {
    transition: all 0.5s;
    color: #232020;
  }
  #staff-listing-show-alpha .middle-section .right .share a:hover:after {
    opacity: 1;
    top: 22px;
    transition: all 0.5s;
  }
  #staff-listing-show-alpha .middle-section .right .share form {
    margin-top: 24px;
  }
  #staff-listing-show-alpha .middle-section .right .share form fieldset {
    margin-bottom: 12px;
  }
  #staff-listing-show-alpha .middle-section .right .share form .fieldset_email,
  #staff-listing-show-alpha .middle-section .right .share form .fieldset_senderName {
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
  }
  #staff-listing-show-alpha .middle-section .right .share form .fieldset_senderName {
    /*padding-right: @global-padding-tablet/2;*/
  }
  #staff-listing-show-alpha .middle-section .right .share form .fieldset_email {
    /*padding-left: @global-padding-tablet/2;*/
  }
  #staff-listing-show-alpha .middle-section .right .share form .fieldset_send {
    clear: both;
  }
  #staff-listing-show-alpha .middle-section .right .share form .fieldset_send input {
    display: block;
    width: 100%;
    border-radius: 0px;
    background-clip: padding-box;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    color: #232020;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s;
    background-color: transparent;
    border: 1px solid #232020;
    letter-spacing: 7px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 16px;
    font-weight: 400;
    margin: 16px 0 32px 0;
    padding: 15px;
    height: auto !important;
    line-height: initial !important;
    margin-top: 2px;
  }
  #staff-listing-show-alpha .middle-section .right .share form .fieldset_send input:disabled {
    background: #ccc;
  }
  #staff-listing-show-alpha .middle-section .right .share form .fieldset_send input:disabled:hover,
  #staff-listing-show-alpha .middle-section .right .share form .fieldset_send input:disabled:active,
  #staff-listing-show-alpha .middle-section .right .share form .fieldset_send input:disabled:focus {
    background: #ccc;
  }
  #staff-listing-show-alpha .middle-section .right .share form .fieldset_send input:focus,
  #staff-listing-show-alpha .middle-section .right .share form .fieldset_send input:hover,
  #staff-listing-show-alpha .middle-section .right .share form .fieldset_send input:active {
    background-color: #232020;
    color: white;
    border-color: #232020;
    transition: all 0.5s;
  }
  #staff-listing-show-alpha .middle-section .right .open-times,
  #staff-listing-show-alpha .middle-section .right .sale-method,
  #staff-listing-show-alpha .middle-section .right .resources {
    clear: both;
    border-left: 1px solid #232020;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-left: 24px;
  }
  #staff-listing-show-alpha #map {
    padding-top: 24px;
    clear: both;
    height: 500px;
    display: block;
  }
  #staff-listing-show-alpha #map #map_canvas {
    display: block;
    height: 500px;
  }
  #staff-listing-show-alpha .bottom {
    clear: both;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 24px 24px 24px 24px;
  }
  #staff-listing-show-alpha .bottom .open-times {
    padding: 0 0;
    padding-bottom: 24px;
  }
  #staff-listing-show-alpha .bottom .open-times h2 {
    text-align: center;
  }
  #staff-listing-show-alpha .bottom .open-times em {
    text-align: center;
    display: block;
    padding-bottom: 24px;
    line-height: 17px;
  }
  #staff-listing-show-alpha .bottom .open-times strong {
    width: 50%;
    margin: 0 auto;
  }
  #staff-listing-show-alpha .bottom .open-times .blurb {
    line-height: 17px;
    display: block;
    padding-bottom: 24px;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
  }
  #staff-listing-show-alpha .bottom .open-times #opens li {
    padding-bottom: 12px;
  }
  #staff-listing-show-alpha .bottom .open-times #opens li label {
    line-height: 19px;
  }
  #staff-listing-show-alpha .bottom .open-times #opens li label input {
    height: 15px;
    line-height: 15px;
    float: left;
    width: 15px;
    margin-right: 10px;
  }
  #staff-listing-show-alpha .bottom .open-times .opens-form {
    clear: both;
    padding-top: 24px;
    display: block;
    max-width: 700px;
    margin: 0 auto;
  }
  #staff-listing-show-alpha .bottom .open-times .opens-form fieldset {
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-bottom: 12px;
  }
  #staff-listing-show-alpha .bottom .open-times .opens-form .fieldset_first_name,
  #staff-listing-show-alpha .bottom .open-times .opens-form .fieldset_email_address {
    padding-right: 6px;
  }
  #staff-listing-show-alpha .bottom .open-times .opens-form .fieldset_surname,
  #staff-listing-show-alpha .bottom .open-times .opens-form .fieldset_mobile {
    padding-left: 6px;
  }
  #staff-listing-show-alpha .bottom .open-times .opens-form .fieldset_submit {
    width: 100%;
  }
  #staff-listing-show-alpha .bottom .open-times .opens-form .fieldset_submit input {
    display: block;
    border-radius: 0px;
    background-clip: padding-box;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    color: #232020;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s;
    background-color: transparent;
    border: 1px solid #232020;
    letter-spacing: 7px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 16px;
    font-weight: 400;
    margin: 16px 0 32px 0;
    padding: 15px;
    height: auto !important;
    line-height: initial !important;
    width: 100%;
  }
  #staff-listing-show-alpha .bottom .open-times .opens-form .fieldset_submit input:disabled {
    background: #ccc;
  }
  #staff-listing-show-alpha .bottom .open-times .opens-form .fieldset_submit input:disabled:hover,
  #staff-listing-show-alpha .bottom .open-times .opens-form .fieldset_submit input:disabled:active,
  #staff-listing-show-alpha .bottom .open-times .opens-form .fieldset_submit input:disabled:focus {
    background: #ccc;
  }
  #staff-listing-show-alpha .bottom .open-times .opens-form .fieldset_submit input:focus,
  #staff-listing-show-alpha .bottom .open-times .opens-form .fieldset_submit input:hover,
  #staff-listing-show-alpha .bottom .open-times .opens-form .fieldset_submit input:active {
    background-color: #232020;
    color: white;
    border-color: #232020;
    transition: all 0.5s;
  }
  #staff-listing-show-alpha .bottom .open-times .container h2 {
    padding-bottom: 24px;
    display: block;
  }
  #staff-listing-show-alpha .bottom .open-times .container ul .opens-container li .wrapper a {
    display: inline-flex;
    text-decoration: none;
    color: #1e1e1e;
  }
  #staff-listing-show-alpha .bottom .open-times .container ul .opens-container li .wrapper a h1,
  #staff-listing-show-alpha .bottom .open-times .container ul .opens-container li .wrapper a h2,
  #staff-listing-show-alpha .bottom .open-times .container ul .opens-container li .wrapper a em {
    padding-right: 4px;
    font-size: 14px;
    line-height: 22px;
  }
  #staff-listing-show-alpha .bottom .open-times .container ul .opens-container li .wrapper a .hover {
    display: none;
  }
  #staff-listing-show-alpha .bottom .open-times .container ul .opens-container li .wrapper a:hover h1,
  #staff-listing-show-alpha .bottom .open-times .container ul .opens-container li .wrapper a:hover h2,
  #staff-listing-show-alpha .bottom .open-times .container ul .opens-container li .wrapper a:hover em {
    color: #232020;
  }
  #staff-listing-show-alpha .bottom .enquire h1 {
    padding-bottom: 24px;
    display: block;
  }
  #staff-listing-show-alpha .bottom .enquire form fieldset {
    margin-bottom: 12px;
  }
  #staff-listing-show-alpha .bottom .enquire form .fieldset_first_name,
  #staff-listing-show-alpha .bottom .enquire form .fieldset_surname,
  #staff-listing-show-alpha .bottom .enquire form .fieldset_email_address,
  #staff-listing-show-alpha .bottom .enquire form .fieldset_mobile {
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #staff-listing-show-alpha .bottom .enquire form .fieldset_first_name,
  #staff-listing-show-alpha .bottom .enquire form .fieldset_email_address {
    padding-right: 6px;
  }
  #staff-listing-show-alpha .bottom .enquire form .fieldset_surname,
  #staff-listing-show-alpha .bottom .enquire form .fieldset_mobile {
    padding-left: 6px;
  }
  #staff-listing-show-alpha .bottom .enquire form .fieldset_submit {
    clear: both;
    margin-bottom: 0;
  }
  #staff-listing-show-alpha .bottom .enquire form .fieldset_submit input {
    display: block;
    border-radius: 0px;
    background-clip: padding-box;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    color: #232020;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s;
    background-color: transparent;
    border: 1px solid #232020;
    letter-spacing: 7px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 16px;
    font-weight: 400;
    margin: 16px 0 32px 0;
    padding: 15px;
    height: auto !important;
    line-height: initial !important;
    width: 100%;
  }
  #staff-listing-show-alpha .bottom .enquire form .fieldset_submit input:disabled {
    background: #ccc;
  }
  #staff-listing-show-alpha .bottom .enquire form .fieldset_submit input:disabled:hover,
  #staff-listing-show-alpha .bottom .enquire form .fieldset_submit input:disabled:active,
  #staff-listing-show-alpha .bottom .enquire form .fieldset_submit input:disabled:focus {
    background: #ccc;
  }
  #staff-listing-show-alpha .bottom .enquire form .fieldset_submit input:focus,
  #staff-listing-show-alpha .bottom .enquire form .fieldset_submit input:hover,
  #staff-listing-show-alpha .bottom .enquire form .fieldset_submit input:active {
    background-color: #232020;
    color: white;
    border-color: #232020;
    transition: all 0.5s;
  }
  #staff-listing-show-alpha .bottom .agent {
    padding: 24px 0;
    display: block;
  }
  #staff-listing-show-alpha .bottom .agent .wrapper {
    width: 100% !important;
    float: left;
  }
  #staff-listing-show-alpha .bottom .agent .wrapper .bottom {
    width: 100%;
    text-align: center;
  }
  #staff-listing-show-alpha .bottom .agent .wrapper .bottom h1 {
    width: 100%;
    text-align: center;
  }
  #staff-listing-show-alpha .bottom .agent h1 {
    padding-bottom: 24px;
    text-align: center;
  }
  #staff-listing-show-alpha .bottom .agent .list-container {
    width: 50%;
    margin: 0 auto;
    display: block;
  }
  #staff-listing-show-alpha .bottom .agent #listing-enquiry-form-alpha {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 24px 0 24px;
    width: 100%;
    display: inline-block;
  }
  #staff-listing-show-alpha .bottom .agent #listing-enquiry-form-alpha fieldset {
    margin-bottom: 0;
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #staff-listing-show-alpha .bottom .agent #listing-enquiry-form-alpha fieldset input {
    height: 45px;
  }
  #staff-listing-show-alpha .bottom .agent #listing-enquiry-form-alpha fieldset textarea {
    height: 135px;
  }
  #staff-listing-show-alpha .bottom .agent #listing-enquiry-form-alpha fieldset input[type="submit"] {
    display: block;
    border-radius: 0px;
    background-clip: padding-box;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    color: #232020;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s;
    background-color: transparent;
    border: 1px solid #232020;
    letter-spacing: 7px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 16px;
    font-weight: 400;
    margin: 16px 0 32px 0;
    padding: 15px;
    height: auto !important;
    line-height: initial !important;
    width: 100%;
    height: 45px;
    line-height: 45px;
    margin-top: 0;
  }
  #staff-listing-show-alpha .bottom .agent #listing-enquiry-form-alpha fieldset input[type="submit"]:disabled {
    background: #ccc;
  }
  #staff-listing-show-alpha .bottom .agent #listing-enquiry-form-alpha fieldset input[type="submit"]:disabled:hover,
  #staff-listing-show-alpha .bottom .agent #listing-enquiry-form-alpha fieldset input[type="submit"]:disabled:active,
  #staff-listing-show-alpha .bottom .agent #listing-enquiry-form-alpha fieldset input[type="submit"]:disabled:focus {
    background: #ccc;
  }
  #staff-listing-show-alpha .bottom .agent #listing-enquiry-form-alpha fieldset input[type="submit"]:focus,
  #staff-listing-show-alpha .bottom .agent #listing-enquiry-form-alpha fieldset input[type="submit"]:hover,
  #staff-listing-show-alpha .bottom .agent #listing-enquiry-form-alpha fieldset input[type="submit"]:active {
    background-color: #232020;
    color: white;
    border-color: #232020;
    transition: all 0.5s;
  }
  #staff-listing-show-alpha .bottom .agent #listing-enquiry-form-alpha fieldset .fieldset_surname,
  #staff-listing-show-alpha .bottom .agent #listing-enquiry-form-alpha fieldset .fieldset_mobile {
    padding-left: 6px;
  }
  #staff-listing-show-alpha .bottom .agent #listing-enquiry-form-alpha h1 {
    padding: 24px 0;
    font-size: 20px;
  }
  #staff-listing-show-alpha .bottom .agent #listing-enquiry-form-alpha .form_enquirytopics {
    float: left;
    margin: 20px 0;
  }
  #staff-listing-show-alpha .bottom .agent #listing-enquiry-form-alpha .form_enquirytopics li input {
    height: auto !important;
    line-height: initial !important;
    width: auto !important;
    margin-right: 15px;
  }
  #staff-listing-show-alpha .bottom #similar-listings {
    padding: 0 0 24px 0;
    display: block;
  }
  #staff-listing-show-alpha .bottom #similar-listings h1 {
    padding-bottom: 24px;
  }
  #staff-listing-show-alpha .bottom #similar-listings .wrapper {
    width: 33.33% !important;
  }
  #staff-listing-show-alpha .bottom #similar-listings .wrapper li {
    width: 100% !important;
  }
  #staff-listing-show-alpha #listing-open-form-alpha #opens {
    max-width: 650px;
    display: block;
    margin: 0 auto;
  }
  #staff-listing-show-alpha #listing-open-form-alpha #opens li {
    margin-bottom: 0;
    margin-top: 12px;
    width: 48.5%;
    float: left;
  }
  #staff-listing-show-alpha #listing-open-form-alpha #opens li:nth-child(1),
  #staff-listing-show-alpha #listing-open-form-alpha #opens li:nth-child(2) {
    margin-top: 0;
  }
  #staff-listing-show-alpha #listing-open-form-alpha #opens li:nth-child(odd) {
    margin-right: 6px;
  }
  #staff-listing-show-alpha #listing-open-form-alpha #opens li:nth-child(even) {
    margin-left: 6px;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #staff-listing-show-alpha {
    padding-top: 70px;
  }
  #staff-listing-show-alpha h1 {
    font-size: 30px;
    font-family: 'Poppins', sans-serif;
    line-height: 35px;
  }
  #staff-listing-show-alpha h2 {
    font-size: 23px;
    font-family: 'Poppins', sans-serif;
  }
  #staff-listing-show-alpha h3 {
    /*font-size: 18px;*/
    font-family: 'Poppins', sans-serif;
  }
  #staff-listing-show-alpha span {
    line-height: 20px;
    font-family: 'Poppins', sans-serif;
  }
  #staff-listing-show-alpha #map-top {
    height: 500px;
    width: 100%;
    display: block;
  }
  #staff-listing-show-alpha #map-top #map_canvas {
    height: 500px;
  }
  #staff-listing-show-alpha .top-section {
    position: relative;
  }
  #staff-listing-show-alpha .top-section .top-options.second-slideshow {
    background-color: white;
  }
  #staff-listing-show-alpha .top-section .slideshow-one {
    max-width: 1030px;
    margin: 0 auto;
    display: block;
    height: 0;
    padding-bottom: 31%;
    overflow: hidden;
  }
  #staff-listing-show-alpha .top-section .slideshow-one .bx-two li {
    height: 0;
    padding-bottom: 14%;
    background-size: cover;
    background-position: 50% 50%;
  }
  #staff-listing-show-alpha .top-section #item-image-slideshow-bravo {
    position: relative;
  }
  #staff-listing-show-alpha .top-section #item-image-slideshow-bravo #left-border,
  #staff-listing-show-alpha .top-section #item-image-slideshow-bravo #right-border {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 50;
    width: 610px;
  }
  #staff-listing-show-alpha .top-section #item-image-slideshow-bravo #left-border {
    left: 240px !important;
  }
  #staff-listing-show-alpha .top-section #item-image-slideshow-bravo #right-border {
    right: -520px;
    width: 625px;
  }
  #staff-listing-show-alpha .top-section #item-image-slideshow-bravo .bx-next {
    right: 20px !important;
  }
  #staff-listing-show-alpha .top-section #item-image-slideshow-bravo .bx-prev {
    left: 870px !important;
  }
  #staff-listing-show-alpha .top-section #item-image-slideshow-bravo #image-overlay {
    left: 1200px !important;
  }
  #staff-listing-show-alpha .top-section #item-image-slideshow-bravo .bx-pager {
    margin-left: 600px;
    margin-top: 40px;
  }
  #staff-listing-show-alpha .top-section #item-image-slideshow-bravo .bx-controls .bx-prev {
    left: 0;
    position: absolute;
  }
  #staff-listing-show-alpha .top-section #item-image-slideshow-bravo .bx-controls .bx-next {
    position: absolute;
    right: 0;
  }
  #staff-listing-show-alpha .middle-section {
    max-width: 1030px;
    margin: 0 auto;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 40px;
  }
  #staff-listing-show-alpha .middle-section .left.animation {
    -ms-transform: translateY(0px);
    /* IE 9 */
    -webkit-transform: translateY(0px);
    /* Safari */
    transform: translateY(0px);
    opacity: 1;
    transition: all 1.5s;
  }
  #staff-listing-show-alpha .middle-section .left {
    -ms-transform: translateY(100px);
    /* IE 9 */
    -webkit-transform: translateY(100px);
    /* Safari */
    transform: translateY(100px);
    opacity: 0;
    transition: all 1.5s;
  }
  #staff-listing-show-alpha .middle-section .left .price {
    display: block;
    padding: 0 0 20px 0;
  }
  #staff-listing-show-alpha .middle-section .left .bbc-mobile {
    display: none;
    padding: 40px 0;
  }
  #staff-listing-show-alpha .middle-section .left .bbc-mobile h1,
  #staff-listing-show-alpha .middle-section .left .bbc-mobile span {
    float: left;
  }
  #staff-listing-show-alpha .middle-section .left .bbc-mobile h1 {
    display: inline-block;
    padding-right: 10px;
  }
  #staff-listing-show-alpha .middle-section .left .bbc-mobile span {
    display: inline-block;
    padding-right: 20px;
  }
  #staff-listing-show-alpha .middle-section .left .text {
    clear: both;
  }
  #staff-listing-show-alpha .middle-section .left .text h2 {
    padding-bottom: 20px;
  }
  #staff-listing-show-alpha .middle-section .left .text .features {
    padding-top: 40px;
  }
  #staff-listing-show-alpha .middle-section .left .text .features span {
    display: block;
    width: 33.33%;
    float: left;
  }
  #staff-listing-show-alpha .middle-section .right.animation {
    -ms-transform: translateX(0px);
    /* IE 9 */
    -webkit-transform: translateX(0px);
    /* Safari */
    transform: translateX(0px);
    opacity: 1;
    transition: all 1.5s;
  }
  #staff-listing-show-alpha .middle-section .right.line:before {
    height: 100%;
    transition: all 1.5s;
  }
  #staff-listing-show-alpha .middle-section .right:before {
    content: "";
    height: 0px;
    width: 1px;
    background: #232020;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 1.5s;
  }
  #staff-listing-show-alpha .middle-section .right {
    position: relative;
    -ms-transform: translateX(100px);
    /* IE 9 */
    -webkit-transform: translateX(100px);
    /* Safari */
    transform: translateX(100px);
    opacity: 0;
    transition: all 1.5s;
  }
  #staff-listing-show-alpha .middle-section .right .sale-method,
  #staff-listing-show-alpha .middle-section .right .open-times,
  #staff-listing-show-alpha .middle-section .right .resources,
  #staff-listing-show-alpha .middle-section .right .share {
    border-left: transparent !important;
  }
  #staff-listing-show-alpha .middle-section .right h2 {
    padding-bottom: 20px;
    font-size: 18px !important;
    text-transform: uppercase;
  }
  #staff-listing-show-alpha .middle-section .right .auction-time {
    padding-top: 20px;
    display: block;
  }
  #staff-listing-show-alpha .middle-section .right .bbc-desktop {
    display: block;
  }
  #staff-listing-show-alpha .middle-section .right .bbc-desktop .wrapper h1 {
    padding-right: 0;
  }
  #staff-listing-show-alpha .middle-section .right .bbc-desktop .wrapper span {
    padding-right: 18px;
  }
  #staff-listing-show-alpha .middle-section .right .open-times {
    display: block;
    padding: 30px 0;
  }
  #staff-listing-show-alpha .middle-section .right .open-times ul {
    padding-top: 20px;
  }
  #staff-listing-show-alpha .middle-section .right .open-times ul li {
    line-height: 12px !important;
    padding-bottom: 20px !important;
    white-space: nowrap;
  }
  #staff-listing-show-alpha .middle-section .right .open-times ul li a {
    letter-spacing: 1px;
    line-height: 0px;
    height: auto;
  }
  #staff-listing-show-alpha .middle-section .right .open-times ul li i {
    margin-top: 0px !important;
  }
  #staff-listing-show-alpha .middle-section .right .open-times ul li a h1,
  #staff-listing-show-alpha .middle-section .right .open-times ul li a i,
  #staff-listing-show-alpha .middle-section .right .open-times ul li a h2,
  #staff-listing-show-alpha .middle-section .right .open-times ul li a em {
    line-height: 12px;
  }
  #staff-listing-show-alpha .middle-section .right .open-times ul li a i {
    padding-top: 0px !important;
  }
  #staff-listing-show-alpha .middle-section .right .open-times #opens li {
    margin: 0 !important;
  }
  #staff-listing-show-alpha .middle-section .right .open-times #opens label {
    font-size: 12px !important;
    line-height: 25px;
    letter-spacing: 1px !important;
  }
  #staff-listing-show-alpha .middle-section .right .resources {
    padding: 30px 0;
    padding-top: 0;
    display: block;
  }
  #staff-listing-show-alpha .middle-section .right .resources div span,
  #staff-listing-show-alpha .middle-section .right .resources div a {
    display: block;
    width: 100%;
    border-radius: 0px;
    background-clip: padding-box;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    color: #232020;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s;
    background-color: transparent;
    border: 1px solid #232020;
    letter-spacing: 7px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 16px;
    font-weight: 400;
    margin: 16px 0 32px 0;
    padding: 15px;
    height: auto !important;
    line-height: initial !important;
    margin-bottom: 10px;
  }
  #staff-listing-show-alpha .middle-section .right .resources div span:disabled,
  #staff-listing-show-alpha .middle-section .right .resources div a:disabled {
    background: #ccc;
  }
  #staff-listing-show-alpha .middle-section .right .resources div span:disabled:hover,
  #staff-listing-show-alpha .middle-section .right .resources div a:disabled:hover,
  #staff-listing-show-alpha .middle-section .right .resources div span:disabled:active,
  #staff-listing-show-alpha .middle-section .right .resources div a:disabled:active,
  #staff-listing-show-alpha .middle-section .right .resources div span:disabled:focus,
  #staff-listing-show-alpha .middle-section .right .resources div a:disabled:focus {
    background: #ccc;
  }
  #staff-listing-show-alpha .middle-section .right .resources div span:focus,
  #staff-listing-show-alpha .middle-section .right .resources div a:focus,
  #staff-listing-show-alpha .middle-section .right .resources div span:hover,
  #staff-listing-show-alpha .middle-section .right .resources div a:hover,
  #staff-listing-show-alpha .middle-section .right .resources div span:active,
  #staff-listing-show-alpha .middle-section .right .resources div a:active {
    background-color: #232020;
    color: white;
    border-color: #232020;
    transition: all 0.5s;
  }
  #staff-listing-show-alpha .middle-section .right .resources div:last-child a {
    margin-bottom: 0;
  }
  #staff-listing-show-alpha .middle-section .right .resources #print-btn {
    display: none;
  }
  #staff-listing-show-alpha .middle-section .right .sale-method {
    padding-top: 30px !important;
  }
  #staff-listing-show-alpha .middle-section .right .sale-method.no-opens {
    padding-top: 30px !important;
  }
  #staff-listing-show-alpha .middle-section .right .sale-method h2 {
    padding-bottom: 0;
  }
  #staff-listing-show-alpha .middle-section .right .share a {
    position: relative;
    width: 30px;
    text-align: center;
    display: inline-block;
    margin: 0 9px;
    text-decoration: none;
  }
  #staff-listing-show-alpha .middle-section .right .share a i {
    color: #232020;
    font-size: 30px;
    position: relative;
    display: block;
    transition: all 0.5s;
  }
  #staff-listing-show-alpha .middle-section .right .share .social.facebook:hover i {
    transition: all 0.5s;
    color: #3b5998;
  }
  #staff-listing-show-alpha .middle-section .right .share .social.twitter:hover i {
    transition: all 0.5s;
    color: #55acee;
  }
  #staff-listing-show-alpha .middle-section .right .share .social.pinit:hover i {
    transition: all 0.5s;
    color: #c8232c;
  }
  #staff-listing-show-alpha .middle-section .right .share #emailAFriendButton:hover i {
    transition: all 0.5s;
    color: #232020;
  }
  #staff-listing-show-alpha .middle-section .right .share a:nth-child(2) {
    margin-left: 0;
  }
  #staff-listing-show-alpha .middle-section .right .share a:hover:after {
    opacity: 1;
    top: 22px;
    transition: all 0.5s;
  }
  #staff-listing-show-alpha .middle-section .right .share form {
    margin-top: 40px;
  }
  #staff-listing-show-alpha .middle-section .right .share form fieldset {
    margin-bottom: 10px;
  }
  #staff-listing-show-alpha .middle-section .right .share form .fieldset_email,
  #staff-listing-show-alpha .middle-section .right .share form .fieldset_senderName {
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 50%;
  }
  #staff-listing-show-alpha .middle-section .right .share form .fieldset_senderName {
    padding-right: 10px;
  }
  #staff-listing-show-alpha .middle-section .right .share form .fieldset_email {
    padding-left: 10px;
  }
  #staff-listing-show-alpha .middle-section .right .share form .fieldset_send {
    clear: both;
  }
  #staff-listing-show-alpha .middle-section .right .share form .fieldset_send input {
    display: block;
    width: 100%;
    border-radius: 0px;
    background-clip: padding-box;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    color: #232020;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s;
    background-color: transparent;
    border: 1px solid #232020;
    letter-spacing: 7px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 16px;
    font-weight: 400;
    margin: 16px 0 32px 0;
    padding: 15px;
    height: auto !important;
    line-height: initial !important;
    margin-top: 0;
  }
  #staff-listing-show-alpha .middle-section .right .share form .fieldset_send input:disabled {
    background: #ccc;
  }
  #staff-listing-show-alpha .middle-section .right .share form .fieldset_send input:disabled:hover,
  #staff-listing-show-alpha .middle-section .right .share form .fieldset_send input:disabled:active,
  #staff-listing-show-alpha .middle-section .right .share form .fieldset_send input:disabled:focus {
    background: #ccc;
  }
  #staff-listing-show-alpha .middle-section .right .share form .fieldset_send input:focus,
  #staff-listing-show-alpha .middle-section .right .share form .fieldset_send input:hover,
  #staff-listing-show-alpha .middle-section .right .share form .fieldset_send input:active {
    background-color: #232020;
    color: white;
    border-color: #232020;
    transition: all 0.5s;
  }
  #staff-listing-show-alpha #map {
    height: 500px;
    display: block;
    padding: 80px 0 0 0;
  }
  #staff-listing-show-alpha #map #map_canvas {
    display: block;
    height: 500px;
  }
  #staff-listing-show-alpha .bottom.animation {
    opacity: 1;
    transition: all 1.5s;
  }
  #staff-listing-show-alpha .bottom {
    transition: all 1.5s;
    opacity: 0;
    max-width: 1030px;
    margin: 0 auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 80px 40px 40px 40px;
  }
  #staff-listing-show-alpha .bottom h2,
  #staff-listing-show-alpha .bottom h1 {
    text-align: center;
    font-size: 30px;
    line-height: 35px;
  }
  #staff-listing-show-alpha .bottom .open-times {
    width: 100%;
    display: inline-block;
    padding: 0 0 40px 0;
  }
  #staff-listing-show-alpha .bottom .open-times em {
    display: block;
    padding-bottom: 30px;
    line-height: 17px;
    text-align: center;
  }
  #staff-listing-show-alpha .bottom .open-times strong {
    width: 270px;
    margin: 0 auto;
  }
  #staff-listing-show-alpha .bottom .open-times .blurb {
    text-align: center;
    line-height: 17px;
    display: block;
    padding-bottom: 30px;
  }
  #staff-listing-show-alpha .bottom .open-times #opens {
    display: block;
    width: 400px;
    margin: 0 auto;
  }
  #staff-listing-show-alpha .bottom .open-times #opens li label div:nth-child(3) span {
    padding-top: 27px;
  }
  #staff-listing-show-alpha .bottom .open-times #opens li {
    text-align: center;
    padding-bottom: 20px;
  }
  #staff-listing-show-alpha .bottom .open-times #opens li label {
    line-height: 19px;
  }
  #staff-listing-show-alpha .bottom .open-times #opens li label input {
    height: 15px;
    line-height: 15px;
    float: none;
    width: 15px;
    margin-right: 10px;
  }
  #staff-listing-show-alpha .bottom .open-times .opens-form {
    clear: both;
    padding: 0 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-top: 30px;
    display: block;
  }
  #staff-listing-show-alpha .bottom .open-times .opens-form fieldset {
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-bottom: 20px;
  }
  #staff-listing-show-alpha .bottom .open-times .opens-form .fieldset_first_name,
  #staff-listing-show-alpha .bottom .open-times .opens-form .fieldset_email_address {
    padding-right: 10px;
  }
  #staff-listing-show-alpha .bottom .open-times .opens-form .fieldset_surname,
  #staff-listing-show-alpha .bottom .open-times .opens-form .fieldset_mobile {
    padding-left: 10px;
  }
  #staff-listing-show-alpha .bottom .open-times .opens-form .fieldset_submit {
    width: 25%;
    float: right;
  }
  #staff-listing-show-alpha .bottom .open-times .opens-form .fieldset_submit input {
    display: block;
    border-radius: 0px;
    background-clip: padding-box;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    color: #232020;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s;
    background-color: transparent;
    border: 1px solid #232020;
    letter-spacing: 7px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 16px;
    font-weight: 400;
    margin: 16px 0 32px 0;
    padding: 15px;
    height: auto !important;
    line-height: initial !important;
    width: 100%;
  }
  #staff-listing-show-alpha .bottom .open-times .opens-form .fieldset_submit input:disabled {
    background: #ccc;
  }
  #staff-listing-show-alpha .bottom .open-times .opens-form .fieldset_submit input:disabled:hover,
  #staff-listing-show-alpha .bottom .open-times .opens-form .fieldset_submit input:disabled:active,
  #staff-listing-show-alpha .bottom .open-times .opens-form .fieldset_submit input:disabled:focus {
    background: #ccc;
  }
  #staff-listing-show-alpha .bottom .open-times .opens-form .fieldset_submit input:focus,
  #staff-listing-show-alpha .bottom .open-times .opens-form .fieldset_submit input:hover,
  #staff-listing-show-alpha .bottom .open-times .opens-form .fieldset_submit input:active {
    background-color: #232020;
    color: white;
    border-color: #232020;
    transition: all 0.5s;
  }
  #staff-listing-show-alpha .bottom .open-times .container h2 {
    padding-bottom: 40px;
    display: block;
  }
  #staff-listing-show-alpha .bottom .open-times .container ul {
    display: flex;
  }
  #staff-listing-show-alpha .bottom .open-times .container ul .opens-container {
    width: auto;
    display: block;
    margin: 0 auto;
  }
  #staff-listing-show-alpha .bottom .open-times .container ul .opens-container li {
    margin: 0 10px;
  }
  #staff-listing-show-alpha .bottom .open-times .container ul .opens-container li .wrapper a {
    display: inline-flex;
    text-decoration: none;
    color: #1e1e1e;
  }
  #staff-listing-show-alpha .bottom .open-times .container ul .opens-container li .wrapper a h1,
  #staff-listing-show-alpha .bottom .open-times .container ul .opens-container li .wrapper a h2,
  #staff-listing-show-alpha .bottom .open-times .container ul .opens-container li .wrapper a em {
    padding-right: 4px;
    font-size: 14px;
    line-height: 22px;
  }
  #staff-listing-show-alpha .bottom .open-times .container ul .opens-container li .wrapper a .hover {
    display: none;
  }
  #staff-listing-show-alpha .bottom .open-times .container ul .opens-container li .wrapper a:hover h1,
  #staff-listing-show-alpha .bottom .open-times .container ul .opens-container li .wrapper a:hover h2,
  #staff-listing-show-alpha .bottom .open-times .container ul .opens-container li .wrapper a:hover em {
    color: #232020;
  }
  #staff-listing-show-alpha .bottom .enquire.no-images {
    clear: both;
    padding-top: 90px;
  }
  #staff-listing-show-alpha .bottom .enquire {
    clear: both;
  }
  #staff-listing-show-alpha .bottom .enquire h1 {
    padding-bottom: 40px;
    display: block;
  }
  #staff-listing-show-alpha .bottom .enquire .contact-form-alpha {
    padding: 0 120px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #staff-listing-show-alpha .bottom .enquire form fieldset {
    margin-bottom: 20px;
  }
  #staff-listing-show-alpha .bottom .enquire form .fieldset_first_name,
  #staff-listing-show-alpha .bottom .enquire form .fieldset_surname,
  #staff-listing-show-alpha .bottom .enquire form .fieldset_email_address,
  #staff-listing-show-alpha .bottom .enquire form .fieldset_mobile {
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #staff-listing-show-alpha .bottom .enquire form .fieldset_first_name,
  #staff-listing-show-alpha .bottom .enquire form .fieldset_email_address {
    padding-right: 10px;
  }
  #staff-listing-show-alpha .bottom .enquire form .fieldset_surname,
  #staff-listing-show-alpha .bottom .enquire form .fieldset_mobile {
    padding-left: 10px;
  }
  #staff-listing-show-alpha .bottom .enquire form .fieldset_submit {
    clear: both;
    margin-bottom: 0;
  }
  #staff-listing-show-alpha .bottom .enquire form .fieldset_submit input {
    display: block;
    width: 100%;
    border-radius: 0px;
    background-clip: padding-box;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    color: #232020;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s;
    background-color: transparent;
    border: 1px solid #232020;
    letter-spacing: 7px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 16px;
    font-weight: 400;
    margin: 16px 0 32px 0;
    padding: 15px;
    height: auto !important;
    line-height: initial !important;
    float: right;
  }
  #staff-listing-show-alpha .bottom .enquire form .fieldset_submit input:disabled {
    background: #ccc;
  }
  #staff-listing-show-alpha .bottom .enquire form .fieldset_submit input:disabled:hover,
  #staff-listing-show-alpha .bottom .enquire form .fieldset_submit input:disabled:active,
  #staff-listing-show-alpha .bottom .enquire form .fieldset_submit input:disabled:focus {
    background: #ccc;
  }
  #staff-listing-show-alpha .bottom .enquire form .fieldset_submit input:focus,
  #staff-listing-show-alpha .bottom .enquire form .fieldset_submit input:hover,
  #staff-listing-show-alpha .bottom .enquire form .fieldset_submit input:active {
    background-color: #232020;
    color: white;
    border-color: #232020;
    transition: all 0.5s;
  }
  #staff-listing-show-alpha .bottom .agent {
    padding: 40px 100px;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #staff-listing-show-alpha .bottom .agent .wrapper {
    width: 100% !important;
    float: left;
  }
  #staff-listing-show-alpha .bottom .agent h1 {
    padding-bottom: 40px;
  }
  #staff-listing-show-alpha .bottom .agent .list-container {
    width: 100%;
  }
  #staff-listing-show-alpha .bottom .agent .list-container h2 {
    font-size: 17px;
    letter-spacing: 5px;
  }
  #staff-listing-show-alpha .bottom .agent .list-container h1 {
    padding-bottom: 10px;
  }
  #staff-listing-show-alpha .bottom .agent .list-container a {
    max-width: 250px;
    margin: 0 auto;
    margin-top: 40px;
  }
  #staff-listing-show-alpha .bottom .agent img {
    display: block;
    margin: 0 auto;
  }
  #staff-listing-show-alpha .bottom .agent .bottom {
    padding-top: 40px;
  }
  #staff-listing-show-alpha .bottom #similar-listings {
    padding: 0 0 40px 0;
    display: block;
  }
  #staff-listing-show-alpha .bottom #similar-listings h1 {
    padding-bottom: 40px;
  }
  #staff-listing-show-alpha .bottom #similar-listings .wrapper {
    width: 33.33% !important;
  }
  #staff-listing-show-alpha .bottom #similar-listings .wrapper li {
    width: 100% !important;
  }
  #staff-listing-show-alpha .middle-section .left {
    width: 70%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-right: 40px;
  }
  #staff-listing-show-alpha .middle-section .left .price {
    padding: 20px 0;
    font-size: 21px;
  }
  #staff-listing-show-alpha .middle-section .right {
    width: 30%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #staff-listing-show-alpha .middle-section .right .bbc-desktop {
    padding-left: 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #staff-listing-show-alpha .middle-section .right .bbc-desktop h1,
  #staff-listing-show-alpha .middle-section .right .bbc-desktop span {
    width: auto;
    float: left;
  }
  #staff-listing-show-alpha .middle-section .right .bbc-desktop h1 {
    padding-right: 10px;
  }
  #staff-listing-show-alpha .middle-section .right .bbc-desktop span {
    padding-top: 5px;
    padding-right: 30px;
  }
  #staff-listing-show-alpha .middle-section .right .open-times,
  #staff-listing-show-alpha .middle-section .right .sale-method,
  #staff-listing-show-alpha .middle-section .right .resources {
    clear: both;
    border-left: 1px solid #232020;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-left: 30px;
  }
  #staff-listing-show-alpha .middle-section .right .open-times li {
    padding-bottom: 0 !important;
  }
  #staff-listing-show-alpha .middle-section .right .open-times li a h1,
  #staff-listing-show-alpha .middle-section .right .open-times li a h2,
  #staff-listing-show-alpha .middle-section .right .open-times li a em {
    font-size: 12px !important;
  }
  #staff-listing-show-alpha .middle-section .right .open-times li a i {
    margin-top: 0px !important;
  }
  #staff-listing-show-alpha .middle-section .right .resources.no-opens {
    padding-top: 30px;
  }
  #staff-listing-show-alpha .middle-section .right .resources {
    padding-bottom: 160px;
  }
  #staff-listing-show-alpha .middle-section .right .share {
    padding-left: 40px;
    margin-top: -120px;
  }
  #staff-listing-show-alpha .middle-section .right .share form fieldset {
    width: 100% !important;
    padding: 0 !important;
  }
  #staff-listing-show-alpha #map {
    clear: both;
  }
  #staff-listing-show-alpha #listing-open-form-alpha #opens {
    max-width: 850px;
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  #staff-listing-show-alpha #listing-open-form-alpha #opens li {
    margin-bottom: 0;
    margin-top: 20px;
    width: 48.6%;
    float: left;
  }
  #staff-listing-show-alpha #listing-open-form-alpha #opens li label {
    cursor: pointer;
    font-size: 13px;
  }
  #staff-listing-show-alpha #listing-open-form-alpha #opens li label input {
    vertical-align: bottom;
  }
  #staff-listing-show-alpha #listing-open-form-alpha #opens li label > div:nth-child(3) > em {
    padding-top: 28px;
  }
  #staff-listing-show-alpha #listing-open-form-alpha #opens li label > div:nth-child(3) > span {
    padding-top: 28px;
  }
  #staff-listing-show-alpha #listing-open-form-alpha #opens li:nth-child(1),
  #staff-listing-show-alpha #listing-open-form-alpha #opens li:nth-child(2) {
    margin-top: 0;
  }
  #staff-listing-show-alpha #listing-open-form-alpha #opens li:nth-child(odd) {
    margin-right: 10px;
  }
  #staff-listing-show-alpha #listing-open-form-alpha #opens li:nth-child(even) {
    margin-left: 10px;
  }
}
@media only print, only screen and (min-width: 1900px) {
  /* Desktop */
  #staff-listing-show-alpha {
    padding-top: 50px;
  }
  #staff-listing-show-alpha .sale-method {
    padding-top: 30px !important;
  }
  #staff-listing-show-alpha .top-section #item-image-slideshow-bravo #left-border,
  #staff-listing-show-alpha .top-section #item-image-slideshow-bravo #right-border {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 75;
    width: 610px;
  }
  #staff-listing-show-alpha .top-section #item-image-slideshow-bravo #left-border {
    left: 290px !important;
  }
  #staff-listing-show-alpha .top-section #item-image-slideshow-bravo #right-border {
    right: -112px;
    width: 625px;
  }
  #staff-listing-show-alpha .top-section #item-image-slideshow-bravo .bx-next {
    right: 20px !important;
  }
  #staff-listing-show-alpha .top-section #item-image-slideshow-bravo .bx-prev {
    left: 870px !important;
  }
  #staff-listing-show-alpha .top-section #item-image-slideshow-bravo #image-overlay {
    left: 1200px !important;
  }
  #staff-listing-show-alpha .top-section #item-image-slideshow-bravo .bx-pager {
    margin-left: 510px;
  }
}
#staff-listing-show-alpha #item-image-slideshow-bravo {
  margin: 0 !important;
  padding-bottom: 0 !important;
}
#staff-listing-show-alpha #item-image-slideshow-bravo #left-border,
#staff-listing-show-alpha #item-image-slideshow-bravo #right-border {
  display: none !important;
}
#staff-listing-show-alpha #item-image-slideshow-bravo .bx-wrapper,
#staff-listing-show-alpha #item-image-slideshow-bravo .bx-viewport {
  height: auto;
  padding-bottom: 0 !important;
  overflow: visible !important;
}
#staff-listing-show-alpha #item-image-slideshow-bravo .bx-controls .bx-pager {
  width: 100%;
  margin: 0;
  bottom: 0 !important;
  padding: 0 20px 10px;
  box-sizing: border-box;
}
#staff-listing-show-alpha .bx-viewport {
  width: 100%;
  overflow: visible !important;
  position: relative;
  display: block;
  padding-bottom: 50%;
  max-height: 500px;
  padding: 0 !important;
}
#staff-listing-show-alpha .bx-viewport:before,
#staff-listing-show-alpha .bx-viewport:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
}
#staff-listing-show-alpha .bx-viewport:before {
  right: 100%;
}
#staff-listing-show-alpha .bx-viewport:after {
  left: 100%;
}
#staff-listing-show-alpha .bx-wrapper {
  max-width: 1000px !important;
  margin: 0 auto;
}
#staff-listing-show-alpha ul.bxslider {
  height: auto;
  display: flex !important;
}
#staff-listing-show-alpha ul.bxslider li {
  max-height: 500px;
}
#staff-listing-show-alpha ul.bxslider li:before {
  content: '';
  width: 100%;
  height: auto;
  padding-bottom: 55%;
  display: block;
}
#staff-listing-show-alpha .bx-controls.bx-has-pager.bx-has-controls-direction {
  position: relative;
}
#staff-listing-show-alpha li.bx-clone:nth-child(2),
#staff-listing-show-alpha li.bx-clone:nth-last-child(2),
#staff-listing-show-alpha li.bx-clone:nth-child(3),
#staff-listing-show-alpha li.bx-clone:nth-last-child(3) {
  width: 0px !important;
}
#suburb-profiles-alpha {
  display: block;
  padding-top: 65px;
  background: #ffffff;
}
#suburb-profiles-alpha .top-section h1 {
  padding: 24px;
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
}
#suburb-profiles-alpha ul {
  padding: 8px 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#suburb-profiles-alpha ul li {
  padding: 0 8px 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#suburb-profiles-alpha ul .propertyListing {
  background: #F1F1F1;
}
#suburb-profiles-alpha ul .propertyListing div {
  color: #1e1e1e;
  text-decoration: none;
  display: block;
  max-height: 71px;
  line-height: 18px;
  overflow: hidden;
  padding: 0 8px 8px 8px;
}
#suburb-profiles-alpha ul .propertyListing .image {
  height: 0;
  padding-bottom: 60%;
  background-size: cover;
  background-position: 50% 50%;
}
#suburb-profiles-alpha ul .propertyListing a {
  text-decoration: none;
}
#suburb-profiles-alpha ul .propertyListing b {
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  color: #1e1e1e;
  display: block;
  line-height: 20px;
  padding: 8px 8px 10px 8px;
}
#suburb-profiles-alpha ul .propertyListing .button {
  color: #1e1e1e;
  display: block;
  width: 100%;
  text-align: right;
  transition: all 0.5s;
  font-weight: 600;
  text-decoration: none;
  padding: 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#suburb-profiles-alpha ul .propertyListing .button:hover {
  transition: all 0.5s;
  color: #232020;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #suburb-profiles-alpha {
    padding-top: 50px;
  }
  #suburb-profiles-alpha .top-section h1 {
    padding: 36px;
    font-size: 25px;
  }
  #suburb-profiles-alpha ul {
    padding: 12px 6px 0;
  }
  #suburb-profiles-alpha ul li {
    padding: 0 6px 12px;
  }
  #suburb-profiles-alpha ul .propertyListing div {
    height: 66px;
  }
  #suburb-profiles-alpha ul .propertyListing b {
    height: 18px;
    overflow: hidden;
    display: block;
    padding-bottom: 28px;
    line-height: 24px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-left: 8px;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  #suburb-profiles-alpha {
    max-width: 1030px;
    margin: 0 auto;
    padding-top: 70px;
  }
  #suburb-profiles-alpha .top-section h1 {
    padding: 55px 36px 36px 36px;
    font-size: 25px;
  }
  #suburb-profiles-alpha ul {
    padding: 20px 10px 0;
  }
  #suburb-profiles-alpha ul li {
    width: 50%;
    padding: 0 10px 20px;
  }
}
#suburb-profile-show-bravo {
  display: block;
  padding-top: 50px;
}
#suburb-profile-show-bravo .container #item-image-slideshow-bravo {
  padding-bottom: 0 !important;
  height: initial !important;
}
#suburb-profile-show-bravo .container #item-image-slideshow-bravo .bx-viewport {
  height: 0 !important;
  padding-bottom: 50%;
}
#suburb-profile-show-bravo .container #item-image-slideshow-bravo ul {
  padding-bottom: 0 !important;
  height: initial !important;
}
#suburb-profile-show-bravo .container #item-image-slideshow-bravo ul li {
  padding-bottom: 16% !important;
}
#suburb-profile-show-bravo .container .middle {
  padding: 16px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#suburb-profile-show-bravo .container .middle h1 {
  padding: 16px 0 8px 0;
  font-size: 26px;
}
#suburb-profile-show-bravo .container .middle h2 {
  font-size: 15px;
  font-weight: 700;
  padding: 8px 0;
}
#suburb-profile-show-bravo .container .middle a {
  color: black;
  padding-bottom: 6px;
  display: block;
  width: 100%;
  text-align: left;
  font-size: 15px;
}
#suburb-profile-show-bravo .container .middle .left b {
  font-weight: 600;
}
#suburb-profile-show-bravo .container .middle .left i {
  font-style: italic;
}
#suburb-profile-show-bravo .container .middle .left a {
  color: #232020;
  font-weight: 600;
  text-decoration: none;
}
#suburb-profile-show-bravo .container .middle .left a:hover {
  text-decoration: underline;
}
#suburb-profile-show-bravo .container .middle .left span {
  line-height: 21px;
}
#suburb-profile-show-bravo .container .middle .right .links a {
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#suburb-profile-show-bravo .container .bottom {
  padding-top: 20px;
}
#suburb-profile-show-bravo .container .bottom h2 {
  font-size: 15px;
  font-weight: 500;
  padding: 0 16px;
}
#suburb-profile-show-bravo .container .bottom .list-container {
  padding: 8px 16px 50px;
}
#suburb-profile-show-bravo .container .bottom .list-container li a {
  color: #1e1e1e;
  font-size: 15px;
  line-height: 1.5em;
}
#suburb-profile-show-bravo .container .bottom .list-container li a .info h1 {
  font-style: normal;
}
#suburb-profile-show-bravo .container .bottom #map_canvas {
  display: block;
  width: 100%;
  height: 350px;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #suburb-profile-show-bravo {
    padding-top: 50px;
  }
  #suburb-profile-show-bravo .container .middle {
    padding: 24px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #suburb-profile-show-bravo .container .middle h1 {
    padding: 24px 0 12px 0;
    font-size: 26px;
  }
  #suburb-profile-show-bravo .container .middle h2 {
    font-size: 15px;
    font-weight: 700;
    padding: 12px 0;
  }
  #suburb-profile-show-bravo .container .middle a {
    padding-bottom: 4px;
  }
  #suburb-profile-show-bravo .container .middle .left span {
    line-height: 21px;
  }
  #suburb-profile-show-bravo .container .middle .left ul {
    line-height: 20px;
  }
  #suburb-profile-show-bravo .container .middle .right {
    line-height: 22px;
    padding-left: 10%;
    padding-top: 59px;
    line-height: 20px;
  }
  #suburb-profile-show-bravo .container .bottom {
    padding-top: 60px;
  }
  #suburb-profile-show-bravo .container .bottom h2 {
    padding: 0 24px;
  }
  #suburb-profile-show-bravo .container .bottom .list-container {
    padding: 10px 24px 80px;
  }
  #suburb-profile-show-bravo .container .bottom #map_canvas {
    height: 450px;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #suburb-profile-show-bravo {
    display: block;
    padding-top: 75px;
  }
  #suburb-profile-show-bravo .container .middle {
    padding: 30px 80px;
  }
  #suburb-profile-show-bravo .container .middle h1 {
    font-size: 30px;
  }
  #suburb-profile-show-bravo .container .middle h2 {
    font-size: 16px;
  }
  #suburb-profile-show-bravo .container .middle a {
    padding-bottom: 4px;
  }
  #suburb-profile-show-bravo .container .middle .left span {
    line-height: 21px;
  }
  #suburb-profile-show-bravo .container .middle .left ul {
    line-height: 20px;
  }
  #suburb-profile-show-bravo .container .middle .right {
    padding-left: 60px;
    padding-top: 64px;
  }
  #suburb-profile-show-bravo .container .bottom {
    padding-top: 100px;
  }
  #suburb-profile-show-bravo .container .bottom h2 {
    padding: 0 80px;
  }
  #suburb-profile-show-bravo .container .bottom .list-container {
    padding: 10px 80px 80px;
  }
  #suburb-profile-show-bravo .container .bottom #map_canvas {
    height: 450px;
  }
}
.top-container {
  position: relative;
}
.top-container #item-image-slideshow-bravo,
.top-container #item-image-slideshow-echo {
  height: 0;
  padding-bottom: 40%;
}
.top-container #item-image-slideshow-bravo ul,
.top-container #item-image-slideshow-echo ul {
  height: 0;
  padding-bottom: 40%;
}
.top-container #item-image-slideshow-bravo ul li,
.top-container #item-image-slideshow-echo ul li {
  height: 0;
  padding-bottom: 40%;
  background-size: cover;
  background-position: 50% 50%;
}
.top-container #item-image-slideshow-bravo ul li .image,
.top-container #item-image-slideshow-echo ul li .image {
  background-size: cover;
  background-position: 50% 50%;
  height: 0;
  padding-bottom: 40%;
}
.top-container #item-image-slideshow-bravo ul li .overlay-background,
.top-container #item-image-slideshow-echo ul li .overlay-background {
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.top-container h1 {
  padding: 16px 16px 8px 16px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: 6px;
  font-size: 18px;
}
.top-container .page-heading.click {
  cursor: pointer;
  position: relative;
}
.top-container .page-heading.click h1:after {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  content: "";
  height: 1px;
  background: #232020;
  width: 0;
  margin: 0 auto;
  text-align: center;
  transition: all 0.5s;
}
.top-container .page-heading.click:hover h1:after {
  width: 290px;
  transition: all 0.5s;
}
.top-container .sub-heading {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 12px;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  .top-container h1 {
    padding: 24px 24px 12px 24px;
    letter-spacing: 5px;
    font-size: 20px;
  }
  .top-container h1 i {
    font-size: 18px;
  }
  .top-container .page-heading.click:hover h1:after {
    width: 410px;
    transition: all 0.5s;
  }
  .top-container .sub-heading {
    letter-spacing: 3px;
    font-size: 14px;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  .top-container #item-image-slideshow-echo,
  .top-container #item-image-slideshow-bravo {
    height: 550px;
    padding-bottom: 0;
  }
  .top-container #item-image-slideshow-echo ul,
  .top-container #item-image-slideshow-bravo ul {
    height: 550px;
    padding-bottom: 0;
  }
  .top-container #item-image-slideshow-echo ul li,
  .top-container #item-image-slideshow-bravo ul li {
    height: 550px;
    padding-bottom: 0;
  }
  .top-container #item-image-slideshow-echo ul li .image,
  .top-container #item-image-slideshow-bravo ul li .image {
    height: 550px;
    padding-bottom: 0;
    background-attachment: fixed;
  }
  .top-container h1 {
    padding: 30px 30px 20px 30px;
    letter-spacing: 6px;
    font-size: 22px;
  }
  .top-container h1 i {
    font-size: 20px;
  }
  .top-container sub-heading {
    padding-bottom: 20px;
  }
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.uses_wysiwyg h1,
.user-content article h1 {
  font-size: 1.75em;
  line-height: 1.2;
}
.uses_wysiwyg h2,
.user-content article h2,
.uses_wysiwyg big,
.user-content article big {
  font-size: 1.5em;
}
.uses_wysiwyg h3,
.user-content article h3 {
  font-size: 1.2em;
}
.uses_wysiwyg h4,
.user-content article h4 {
  font-size: 1.2em;
}
.uses_wysiwyg h5,
.user-content article h5 {
  font-size: 1em;
}
.uses_wysiwyg h1,
.user-content article h1,
.uses_wysiwyg h2,
.user-content article h2,
.uses_wysiwyg h3,
.user-content article h3,
.uses_wysiwyg h4,
.user-content article h4,
.uses_wysiwyg h5,
.user-content article h5,
.uses_wysiwyg h6,
.user-content article h6 {
  font-weight: inherit;
}
.uses_wysiwyg em,
.user-content article em {
  font-style: italic;
}
.uses_wysiwyg b,
.user-content article b,
.uses_wysiwyg strong,
.user-content article strong {
  font-weight: bold;
}
.uses_wysiwyg .bodyText > *:first-child,
.user-content article .bodyText > *:first-child {
  margin-top: 0;
}
.uses_wysiwyg em,
.user-content article em {
  font-style: italic;
}
.uses_wysiwyg ul,
.user-content article ul {
  margin-left: 2em;
}
.uses_wysiwyg ul > li,
.user-content article ul > li {
  position: relative;
}
.uses_wysiwyg ul > li:before,
.user-content article ul > li:before {
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  position: absolute;
  top: 0;
  left: -2.5em;
  width: 2em;
  text-align: right;
  color: #232020;
}
.uses_wysiwyg ol,
.user-content article ol {
  list-style: decimal;
  margin-left: 2em;
}
.uses_wysiwyg ul li,
.user-content article ul li,
.uses_wysiwyg ol li,
.user-content article ol li {
  margin: 10px 0;
}
.uses_wysiwyg p,
.user-content article p {
  line-height: 26px;
  margin: 5px 0;
}
/* Global .less files */
/* Custom select field */
/* Use function to add hover styles to avoid hover related double tap bug */
/* Adding 'disabled' state to buttons for form submissions */
.two-col,
.three-col,
.four-col-desktop,
.three-three-one-col,
.two-col-tablet,
.three-col-tablet,
.two-col-desktop,
.three-col-desktop,
.four-col-desktop,
.flex-wrapper {
  display: flex;
  flex-flow: row wrap;
}
.two-col li,
.three-col li,
.four-col-desktop li,
.three-three-one-col li,
.two-col-tablet li,
.three-col-tablet li,
.two-col-desktop li,
.three-col-desktop li,
.four-col-desktop li,
.flex-wrapper li {
  width: 100%;
}
.flex-wrapper {
  width: 100%;
}
.two-col .left-col {
  align-self: flex-start;
  width: 50%;
}
.two-col .right-col {
  align-self: flex-end;
  width: 50%;
}
.four-col-desktop {
  width: 100%;
}
.hide-mobile,
.hide-mobile-text {
  display: none;
}
.show-only-mobile {
  display: flex;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  .two-col-tablet li,
  .four-col-desktop li {
    width: 50%;
  }
  .three-col-tablet li {
    width: 33.33%;
  }
  .three-three-one-col li {
    width: 33.33%;
  }
  .hide-mobile {
    display: flex;
  }
  .hide-mobile-text {
    display: inline;
  }
  .show-only-mobile {
    display: none;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  .two-col-desktop .left-col {
    width: 50%;
  }
  .two-col-desktop .right-col {
    width: 50%;
  }
  .four-col-desktop li {
    width: 25%;
  }
  .four-col-desktop li {
    width: 25%;
  }
}
#item-image-slideshow-bravo,
#item-image-slideshow-bravo .bx-wrapper,
#item-image-slideshow-bravo .bx-viewport {
  height: 0px;
  overflow: hidden;
  padding-bottom: 50%;
}
#item-image-slideshow-bravo .images span {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
}
@media only screen and (min-width: 980px) {
  /* Desktop */
}
#agent-show-juliet {
  width: 100%;
  display: block;
  padding-top: 50px;
}
#agent-show-juliet .container .image {
  height: 0;
  padding-bottom: 70%;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #agent-show-juliet .container .middle .left {
    width: 65%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #agent-show-juliet .container .middle .right {
    clear: initial !important;
    width: 35%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #agent-show-juliet .container .bottom {
    clear: both;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #agent-show-juliet .container .image {
    max-width: 1030px;
    margin: 0 auto;
    display: block;
    padding-bottom: 32%;
  }
  #agent-show-juliet .container .middle {
    max-width: 1030px;
    margin: 0 auto;
    display: block;
  }
  #agent-show-juliet .container .middle .left {
    width: 70%;
  }
  #agent-show-juliet .container .middle .right {
    width: 30%;
  }
  #agent-show-juliet .container .bottom {
    max-width: 1030px;
    margin: 0 auto;
    display: block;
  }
}
#agents-igloo {
  max-width: 1030px;
  margin: 0 auto;
  display: block;
  padding-top: 65px;
  background-color: white;
}
#agents-igloo h3 {
  padding: 24px;
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
}
#agents-igloo .four-col-desktop {
  padding: 0 8px 8px 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#agents-igloo .four-col-desktop li {
  padding: 4px 0;
}
#agents-igloo .four-col-desktop li .card {
  background-color: #f6f6f6;
}
#agents-igloo .four-col-desktop li .card .image {
  height: 0px;
  padding-bottom: 110%;
  overflow: hidden;
  display: block;
  background-position: 50% 50%;
  background-size: cover;
  background-color: #e9e9e9;
}
#agents-igloo .four-col-desktop li .card .info-wrapper {
  position: relative;
  padding: 8px;
  text-decoration: none;
  height: 150px;
  display: block;
  color: #1e1e1e;
}
#agents-igloo .four-col-desktop li .card .info-wrapper a {
  color: #1e1e1e;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.5s;
}
#agents-igloo .four-col-desktop li .card .info-wrapper a:hover {
  transition: all 0.5s;
  color: #232020;
}
#agents-igloo .four-col-desktop li .card .info-wrapper .name {
  font-weight: 600;
  font-size: 18px;
}
#agents-igloo .four-col-desktop li .card .info-wrapper .position {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-weight: 400;
  display: block;
  padding-top: 5px;
}
#agents-igloo .four-col-desktop li .card .info-wrapper .view {
  padding: 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  width: 100%;
  text-align: right;
  transition: all 0.5s;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
#agents-igloo .four-col-desktop li .card .info-wrapper .no-mobile {
  line-height: 18px;
  padding-bottom: 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#agents-igloo .four-col-desktop li:nth-child(1) {
  padding-top: 0;
}
#agents-igloo .four-col-desktop li:hover .info-wrapper .view {
  color: #232020;
  transition: all 0.5s;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #agents-igloo h3 {
    padding: 36px;
    font-size: 25px;
  }
  #agents-igloo .four-col-desktop {
    padding: 0 12px 12px 12px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #agents-igloo .four-col-desktop li {
    padding: 6px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #agents-igloo .four-col-desktop li .card {
    background-color: #f6f6f6;
  }
  #agents-igloo .four-col-desktop li .card .image {
    height: 0px;
    overflow: hidden;
    display: block;
    background-position: 50% 50%;
    background-size: cover;
    background-color: #e9e9e9;
  }
  #agents-igloo .four-col-desktop li .card .info-wrapper {
    position: relative;
    padding: 12px;
    text-decoration: none;
    height: 150px;
    display: block;
    color: #1e1e1e;
  }
  #agents-igloo .four-col-desktop li .card .info-wrapper a {
    color: #1e1e1e;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.5s;
  }
  #agents-igloo .four-col-desktop li .card .info-wrapper a:hover {
    transition: all 0.5s;
    color: #232020;
  }
  #agents-igloo .four-col-desktop li .card .info-wrapper .name {
    font-weight: 600;
    font-size: 18px;
  }
  #agents-igloo .four-col-desktop li .card .info-wrapper .position {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
  }
  #agents-igloo .four-col-desktop li .card .info-wrapper .view {
    right: 10px;
    bottom: 10px;
    display: block;
    width: 100%;
    text-align: right;
    transition: all 0.5s;
  }
  #agents-igloo .four-col-desktop li:nth-child(1),
  #agents-igloo .four-col-desktop li:nth-child(2) {
    padding-top: 0;
  }
  #agents-igloo .four-col-desktop li:nth-child(odd) {
    padding-right: 6px;
  }
  #agents-igloo .four-col-desktop li:nth-child(even) {
    padding-left: 6px;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  #agents-igloo {
    padding-top: 85px;
  }
  #agents-igloo .four-col-desktop {
    padding: 0 12px 12px 12px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #agents-igloo .four-col-desktop li {
    padding: 6px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #agents-igloo .four-col-desktop li .card {
    background-color: #f6f6f6;
  }
  #agents-igloo .four-col-desktop li .card .image {
    height: 0px;
    padding-bottom: 100%;
    overflow: hidden;
    display: block;
    background-position: 50% 50%;
    background-size: cover;
    background-color: #e9e9e9;
  }
  #agents-igloo .four-col-desktop li .card .info-wrapper {
    padding: 12px;
    text-decoration: none;
    height: 150px;
    display: block;
    color: #1e1e1e;
  }
  #agents-igloo .four-col-desktop li .card .info-wrapper a {
    color: #1e1e1e;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.5s;
  }
  #agents-igloo .four-col-desktop li .card .info-wrapper a:hover {
    transition: all 0.5s;
    color: #232020;
  }
  #agents-igloo .four-col-desktop li .card .info-wrapper .name {
    font-weight: 600;
    font-size: 18px;
  }
  #agents-igloo .four-col-desktop li .card .info-wrapper .position {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
  }
  #agents-igloo .four-col-desktop li .card .info-wrapper .view {
    display: block;
    width: 100%;
    text-align: right;
    transition: all 0.5s;
  }
  #agents-igloo .four-col-desktop li:nth-child(1),
  #agents-igloo .four-col-desktop li:nth-child(2),
  #agents-igloo .four-col-desktop li:nth-child(3),
  #agents-igloo .four-col-desktop li:nth-child(4) {
    padding-top: 0;
  }
}
#appraisal-echo .appraisal-wrapper form fieldset {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#appraisal-echo .appraisal-wrapper form fieldset input {
  width: 100%;
}
#appraisal-echo .appraisal-wrapper form fieldset select {
  width: 100%;
}
#appraisal-echo .appraisal-wrapper form fieldset textarea {
  width: 100%;
}
#appraisal-echo .appraisal-wrapper form input[type="submit"] {
  display: block;
  border-radius: 0px;
  background-clip: padding-box;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  color: #232020;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.5s;
  background-color: transparent;
  border: 1px solid #232020;
  letter-spacing: 7px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  margin: 16px 0 32px 0;
  padding: 15px;
  height: auto !important;
  line-height: initial !important;
  width: 100%;
  border: none;
}
#appraisal-echo .appraisal-wrapper form input[type="submit"]:disabled {
  background: #ccc;
}
#appraisal-echo .appraisal-wrapper form input[type="submit"]:disabled:hover,
#appraisal-echo .appraisal-wrapper form input[type="submit"]:disabled:active,
#appraisal-echo .appraisal-wrapper form input[type="submit"]:disabled:focus {
  background: #ccc;
}
#appraisal-echo .appraisal-wrapper form input[type="submit"]:focus,
#appraisal-echo .appraisal-wrapper form input[type="submit"]:hover,
#appraisal-echo .appraisal-wrapper form input[type="submit"]:active {
  background-color: #232020;
  color: white;
  border-color: #232020;
  transition: all 0.5s;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #appraisal-echo .appraisal-wrapper form fieldset {
    width: 50%;
    float: left;
  }
  #appraisal-echo .appraisal-wrapper form .fieldset_type {
    width: 25%;
  }
  #appraisal-echo .appraisal-wrapper form .fieldset_notes {
    width: 100%;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #appraisal-echo .text-wrapper {
    max-width: 1030px;
    margin: 0 auto;
    display: block;
  }
  #appraisal-echo .appraisal-wrapper {
    max-width: 1030px;
    margin: 0 auto;
    display: block;
  }
}
#blog-foxtrot .list-container ul {
  /* HOTFIX: gaps in content when div heights uneven (using float) */
  /* !important -- to fix/overwrite all style.css */
  display: flex !important;
  flex-flow: row wrap;
  /*END HOTFIX*/
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 16px;
}
#blog-foxtrot .list-container ul .wrapper.hide {
  opacity: 0;
  visibility: 0;
  transition: all 0.5s;
}
#blog-foxtrot .list-container ul .wrapper.hide li .blog-image {
  /*border-radius: 0;*/
  transition: all 1s;
}
#blog-foxtrot .list-container ul .wrapper.hide li .blog-image .image {
  /*width: 0;
							height: 0;
							transition: all 1s;
							border-radius: 0;*/
  /*transform:translateY(-50%) ;*/
  /*-webkit-transform:translateY(-50%) ;*/
}
#blog-foxtrot .list-container ul .wrapper {
  /* HOTFIX: gaps in content when div heights uneven (using float) */
  /* !important -- to fix/overwrite all style.css */
  float: none !important;
  /*END HOTFIX*/
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
  /*transition-timing-function: cubic-bezier(0.64, 0.57, 0.67, 1.2) !important;*/
  transition-timing-function: cubic-bezier(0.87, -0.41, 0.19, 1.44) !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-bottom: 16px;
}
#blog-foxtrot .list-container ul .wrapper li {
  display: flex;
  flex-flow: column wrap;
  height: 100%;
}
#blog-foxtrot .list-container ul .wrapper li .blog-image {
  transition: all 1s;
  display: block;
  overflow: hidden;
  border-radius: 200px;
  width: 200px;
  height: 200px;
  margin: 0 auto;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
#blog-foxtrot .list-container ul .wrapper li .blog-image .image {
  display: block;
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 200px;
  width: 200px;
  margin: 0 auto;
  transition: all 1s;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
#blog-foxtrot .list-container ul .wrapper li .info {
  display: flex;
  flex-flow: row wrap;
  flex-grow: 1;
  justify-content: center;
}
#blog-foxtrot .list-container ul .wrapper li .info .name {
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 8px;
  box-sizing: border-box;
}
#blog-foxtrot .list-container ul .wrapper li .info a {
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  color: #1e1e1e;
  padding-bottom: 4px;
}
#blog-foxtrot .list-container ul .wrapper li .info .email {
  padding-top: 8px;
  padding-bottom: 0;
  align-self: flex-end;
}
#blog-foxtrot .list-container ul .wrapper li .info .email:hover {
  color: #232020;
}
#blog-foxtrot .list-container ul .wrapper li .info .email i {
  padding-left: 2px;
}
#blog-foxtrot .list-container ul .wrapper li .info h2 {
  text-align: center;
  padding-bottom: 16px;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
}
#blog-foxtrot .list-container ul .wrapper li:hover .name {
  color: #232020;
}
#blog-foxtrot .list-container ul .wrapper li:hover .image {
  transition: all 0.5s;
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand')";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand');
}
#blog-foxtrot .tags-wrapper {
  max-width: 200px;
  margin: 0 auto;
  text-align: center;
}
#blog-foxtrot .tags-wrapper .tags {
  width: auto !important;
  display: inline-block !important;
  font-size: 12px;
  letter-spacing: 2px;
}
#blog-foxtrot .tags-wrapper .tags:hover {
  color: #232020 !important;
}
#blog-foxtrot .tags-wrapper em:last-child {
  display: none;
}
@media (max-width: 639px) {
  #blog-foxtrot .list-container ul .wrapper {
    width: 100%;
  }
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #blog-foxtrot .list-container {
    width: 100%;
    display: inline-block;
  }
  #blog-foxtrot .list-container ul .wrapper {
    padding-top: 20px;
    width: 50%;
    float: left;
    padding-bottom: 40px;
  }
  #blog-foxtrot .list-container ul .wrapper li .blog-image {
    border-radius: 240px;
    width: 240px;
    height: 240px;
  }
  #blog-foxtrot .list-container ul .wrapper li .blog-image .image {
    display: block;
    width: 100%;
    height: 240px;
    background-size: cover;
    background-position: 50% 50%;
    border-radius: 240px;
    width: 240px;
    margin: 0 auto;
    margin-bottom: 12px;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #blog-foxtrot {
    padding-top: 70px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #blog-foxtrot .list-container {
    display: block;
    max-width: 930px;
    margin: 0 auto;
  }
  #blog-foxtrot .list-container ul {
    display: inline-block;
    width: 100%;
  }
  #blog-foxtrot .list-container ul .wrapper {
    padding-top: 20px;
    width: 33.33%;
    float: left;
    padding-bottom: 40px;
  }
  #blog-foxtrot .list-container ul .wrapper li .blog-image .image {
    display: block;
    width: 100%;
    height: 240px;
    background-size: cover;
    background-position: 50% 50%;
    border-radius: 240px;
    width: 240px;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  #blog-foxtrot .list-container ul .wrapper li .info .name {
    padding-top: 20px;
  }
}
#blog-show-delta {
  width: 100%;
  display: block;
  padding-top: 50px;
}
#blog-show-delta .container .middle .left .blog-meta .name {
  margin-bottom: 5px;
}
#blog-show-delta .container .middle .right .contact-me .links .download-file {
  line-height: initial;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  height: 100%;
  padding: 10px;
  text-align: left;
}
#blog-show-delta .container .middle .right .contact-me .links .download-file i {
  margin: 0 8px;
}
#blog-show-delta .container .middle .right .contact-me .social-links .social-icons-wrapper {
  margin: 8px 0;
}
#blog-show-delta .container .middle .right .contact-me .social-links .social-icons-wrapper a:first-child {
  margin-left: 0;
}
#blog-show-delta .container .bottom .blogs .list-container ul {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
}
#blog-show-delta .container .bottom .blogs .list-container ul .wrapper {
  float: none;
}
#blog-show-delta .container .bottom .blogs .list-container ul .wrapper li {
  display: flex;
  flex-flow: column nowrap;
}
#blog-show-delta .container .bottom .blogs .list-container ul .wrapper li .info {
  display: flex;
  flex-flow: column nowrap;
  flex-grow: 1;
}
#blog-show-delta .container .bottom .blogs .list-container ul .wrapper li .info .name {
  width: 100%;
  /*Uncomment below in a local style build if bottom valignment is needed for categories, tags, and View link*/
  /*flex-grow:1;*/
}
#blog-show-delta .container .bottom .blogs .list-container ul .wrapper li .info .meta-wrapper h2 {
  width: 100%;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #blog-show-delta .container .middle .left {
    width: 65%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #blog-show-delta .container .middle .right {
    clear: initial !important;
    width: 35%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #blog-show-delta .container .bottom {
    clear: both;
  }
  #blog-show-delta .container .bottom .blogs .list-container ul {
    flex-flow: row wrap;
  }
  #blog-show-delta .container .bottom .blogs .list-container ul .wrapper {
    float: none;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #blog-show-delta .container .middle {
    max-width: 1030px;
    margin: 0 auto;
    display: block;
  }
  #blog-show-delta .container .middle .left {
    width: 70%;
  }
  #blog-show-delta .container .middle .right {
    width: 30%;
  }
  #blog-show-delta .container .bottom {
    max-width: 1030px;
    margin: 0 auto;
    display: block;
  }
}
#items-hotel .container article {
  width: 100%;
  display: block;
}
#items-hotel .container article .text {
  max-width: 1030px;
  display: block;
  margin: 0 auto;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
}
#item-igloo .item-container {
  max-width: 1030px;
  margin: 0 auto;
  display: block;
  width: 100%;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
}
#place-show-charlie {
  background-color: #ffffff;
  max-width: 1030px;
  margin: 0 auto;
  display: block;
}
#place-show-charlie .container {
  /*		.middle{
			.left{
				width: 60%;
				float: left;
				.padding-inner();
				h1{

				}
				h2{

				}
				h3{

				}
				ul{
					li{
						a{

						}
					}
				}
			}
			.right{
				width: 40%;
				float: left;
				.padding-inner();
				.links{
					h2{

					}
					a{

					}
				}
			}
		}
		.bottom{
			clear: both;
			#map_canvas{
				
			}
		}*/
}
#place-show-charlie .container #item-image-slideshow-bravo {
  position: relative;
  height: 0;
  padding-bottom: 60%;
}
#place-show-charlie .container #item-image-slideshow-bravo ul {
  height: 0;
  padding-bottom: 60%;
}
#place-show-charlie .container #item-image-slideshow-bravo ul li {
  height: 0;
  padding-bottom: 14.5%;
  background-size: cover;
  background-position: 50% 50%;
}
#place-show-charlie .container #item-image-slideshow-bravo .bx-controls-direction {
  display: none;
}
#place-show-charlie .container #item-image-slideshow-bravo .bx-controls {
  margin: 15px 0;
}
#place-show-charlie .container #item-image-slideshow-bravo .bx-pager.bx-default-pager {
  /*Causes markers to appear in header in some Boa layouts*/
  /*position: absolute;
				bottom: 10px;
				left: 0px;
				z-index: 99;*/
  width: 100%;
  text-align: center;
}
#place-show-charlie .container #item-image-slideshow-bravo .bx-pager.bx-default-pager .bx-pager-item {
  display: inline-block;
}
#place-show-charlie .container #item-image-slideshow-bravo .bx-pager.bx-default-pager .bx-pager-item a {
  display: block;
  height: 13px;
  width: 13px;
  text-indent: -999px;
  overflow: hidden;
  margin: 0 3px;
  border: 1px solid #cbcbcb;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #fff;
}
#place-show-charlie .container #item-image-slideshow-bravo .bx-pager.bx-default-pager .bx-pager-item a:hover {
  background-color: #ddd;
}
#place-show-charlie .container #item-image-slideshow-bravo .bx-pager.bx-default-pager .bx-pager-item .active {
  background-color: #ddd;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #place-show-charlie .container .middle .left {
    width: 60%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #place-show-charlie .container .middle .right {
    width: 40%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #place-show-charlie .container .bottom {
    clear: both;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #place-show-charlie .container .middle .left {
    width: 70%;
  }
  #place-show-charlie .container .middle .right {
    width: 30%;
  }
}
#staff-homepage-alpha {
  display: block;
  padding-top: 50px;
}
#staff-homepage-alpha #item-image-slideshow-bravo {
  height: 0;
  padding-bottom: 60%;
}
#staff-homepage-alpha #item-image-slideshow-bravo .bx-wrapper {
  height: 0;
  padding-bottom: 60%;
}
#staff-homepage-alpha #item-image-slideshow-bravo .bx-wrapper .bx-viewport {
  height: auto !important;
  padding-bottom: 0%;
}
#staff-homepage-alpha #item-image-slideshow-bravo .bx-wrapper .bx-viewport ul {
  height: 0;
  padding-bottom: 60%;
}
#staff-homepage-alpha #item-image-slideshow-bravo .bx-wrapper .bx-viewport ul li {
  position: relative;
  height: 0;
  padding-bottom: 60%;
  background-size: cover;
  background-position: 50% 50%;
}
#staff-homepage-alpha #item-image-slideshow-bravo .bx-wrapper .bx-viewport ul li h2 {
  display: none;
}
#staff-homepage-alpha #item-image-slideshow-bravo .bx-wrapper .bx-viewport .sliderBravo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#staff-homepage-alpha #item-image-slideshow-bravo .bx-controls .bx-controls-direction {
  display: none;
}
#staff-homepage-alpha .content {
  display: block;
  margin: 0 auto;
  max-width: 1030px;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #staff-homepage-alpha {
    padding-top: 50px;
  }
  #staff-homepage-alpha #item-image-slideshow-bravo .bx-wrapper .bx-viewport ul li h2 {
    display: block;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #staff-homepage-alpha {
    padding-top: 70px;
  }
  #staff-homepage-alpha #item-image-slideshow-bravo {
    height: 750px;
    padding-bottom: 0;
  }
  #staff-homepage-alpha #item-image-slideshow-bravo .bx-wrapper {
    height: 750px;
    padding-bottom: 0;
  }
  #staff-homepage-alpha #item-image-slideshow-bravo .bx-wrapper .bx-viewport {
    height: 750px;
    padding-bottom: 0;
  }
  #staff-homepage-alpha #item-image-slideshow-bravo .bx-wrapper .bx-viewport ul {
    height: 750px;
    padding-bottom: 0;
  }
  #staff-homepage-alpha #item-image-slideshow-bravo .bx-wrapper .bx-viewport ul li {
    height: 750px;
    padding-bottom: 0;
    background-attachment: fixed;
  }
}
#staff-listing-show-alpha #item-image-slideshow-bravo {
  position: relative;
}
#staff-listing-show-alpha #item-image-slideshow-bravo .bx-controls .bx-pager {
  display: block;
  position: absolute;
  right: 0;
  color: white;
  left: 0;
  text-align: center;
  bottom: 10px;
  z-index: 30;
}
#staff-listing-show-alpha #item-image-slideshow-bravo .bx-controls .bx-controls-direction {
  display: none;
}
#staff-listing-show-alpha #item-image-slideshow-bravo {
  /*.bx-wrapper{
			max-width: none !important;
		}*/
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #staff-listing-show-alpha #item-image-slideshow-bravo .bx-pager {
    bottom: 20px !important;
  }
}
#suburb-profile-show-bravo {
  background-color: #ffffff;
  max-width: 1030px;
  margin: 0 auto;
  display: block;
}
#suburb-profile-show-bravo .container #item-image-slideshow-bravo {
  position: relative;
  height: 0;
  padding-bottom: 60%;
}
#suburb-profile-show-bravo .container #item-image-slideshow-bravo ul {
  height: 0;
  padding-bottom: 60%;
}
#suburb-profile-show-bravo .container #item-image-slideshow-bravo ul li {
  height: 0;
  padding-bottom: 14.5%;
  background-size: cover;
  background-position: 50% 50%;
}
#suburb-profile-show-bravo .container #item-image-slideshow-bravo .bx-controls-direction {
  display: none;
}
#suburb-profile-show-bravo .container #item-image-slideshow-bravo .bx-controls {
  margin: 15px 0;
}
#suburb-profile-show-bravo .container #item-image-slideshow-bravo .bx-pager.bx-default-pager {
  /*Causes markers to appear in header in some Boa layouts*/
  /*position: absolute;
				bottom: 10px;
				left: 0px;
				z-index: 99;*/
  width: 100%;
  text-align: center;
}
#suburb-profile-show-bravo .container #item-image-slideshow-bravo .bx-pager.bx-default-pager .bx-pager-item {
  display: inline-block;
}
#suburb-profile-show-bravo .container #item-image-slideshow-bravo .bx-pager.bx-default-pager .bx-pager-item a {
  display: block;
  height: 13px;
  width: 13px;
  text-indent: -999px;
  overflow: hidden;
  margin: 0 3px;
  border: 1px solid #cbcbcb;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #fff;
}
#suburb-profile-show-bravo .container #item-image-slideshow-bravo .bx-pager.bx-default-pager .bx-pager-item a:hover {
  background-color: #ddd;
}
#suburb-profile-show-bravo .container #item-image-slideshow-bravo .bx-pager.bx-default-pager .bx-pager-item .active {
  background-color: #ddd;
}
#suburb-profile-show-bravo .container .bottom {
  clear: both;
}
#suburb-profile-show-bravo .container .bottom .places-wrapper .list-container li a {
  color: #232020;
  font-size: 15px;
  line-height: 1.5em;
}
#suburb-profile-show-bravo .container .bottom .places-wrapper .list-container li a .info h3 {
  font-style: normal;
}
#suburb-profile-show-bravo .container .middle:after {
  content: "";
  display: table;
  clear: both;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #suburb-profile-show-bravo .container .middle .left {
    width: 60%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #suburb-profile-show-bravo .container .middle .right {
    width: 40%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #suburb-profile-show-bravo .container .bottom {
    clear: both;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #suburb-profile-show-bravo .container .middle .left {
    width: 70%;
  }
  #suburb-profile-show-bravo .container .middle .right {
    width: 30%;
  }
  #suburb-profile-show-bravo .container .bottom {
    clear: both;
  }
}
/* Real estate icons */
@font-face {
  font-family: 'bbc';
  src: url('/assets/layout/_global/fonts/real-estate-icons/bbc.eot?odg0a9');
  src: url('/assets/layout/_global/fonts/real-estate-icons/bbc.eot?#iefixodg0a9') format('embedded-opentype'), url('/assets/layout/_global/fonts/real-estate-icons/bbc.woff?odg0a9') format('woff'), url('/assets/layout/_global/fonts/real-estate-icons/bbc.ttf?odg0a9') format('truetype'), url('/assets/layout/_global/fonts/real-estate-icons/bbc.svg?odg0a9#bbc') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="bbc-"],
[class*=" bbc-"] {
  font-family: 'bbc';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bbc-bed-large:before {
  content: "\e600";
}
.bbc-bath-large:before {
  content: "\e601";
}
.bbc-car-large:before {
  content: "\e602";
}
/*Including social icons since custom InspectRE icon is included*/
@font-face {
  font-family: 'social';
  src: url('/assets/layout/_global/fonts/social/social.eot?odg0a9');
  src: url('/assets/layout/_global/fonts/social/social.eot?#iefixodg0a9') format('embedded-opentype'), url('/assets/layout/_global/fonts/social/social.woff?odg0a9') format('woff'), url('/assets/layout/_global/fonts/social/social.ttf?odg0a9') format('truetype'), url('/assets/layout/_global/fonts/social/social.svg?odg0a9#bbc') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon_social-"],
[class*=" icon_social-"] {
  /*Using !important since some glyphs need to also be preceded 'fa' class to inherit FontAwesome font stylings*/
  /*.fa will overwrite font-family*/
  font-family: 'social' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon_social-ratemyagent:before {
  content: "\e900";
}
.icon_social-google-plus:before {
  content: "\ea8b";
}
.icon_social-facebook:before {
  content: "\ea90";
}
.icon_social-twitter:before {
  content: "\ea96";
}
.icon_social-linkedin:before {
  content: "\eaca";
}
.icon_social-pinterest:before {
  content: "\ead1";
}
/* Sneak Preview Banners */
.sneak-preview {
  display: block;
  position: absolute;
  top: 110px;
  right: 10px;
  width: 69px;
  height: 43px;
  z-index: 55;
  line-height: 15px;
  font-size: 13px;
  padding: 6px 0 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-color: #c2272b;
  color: #fff;
  text-decoration: none;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.sneak-preview:after {
  content: " ";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 12px solid #c2272b;
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -7px;
}
.propertyListing {
  position: relative;
}
.sneak-preview.on-map {
  top: 80px;
  right: 15px;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  .sneak-preview {
    width: 89px;
    height: 60px;
    font-size: 16px;
    line-height: 20px;
    padding: 9px 0 0;
    top: 140px;
    right: 20px;
  }
  .sneak-preview:after {
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 18px solid #c2272b;
    bottom: -18px;
    margin-left: -11px;
  }
  .propertyListing {
    position: relative;
  }
  .propertyListing .sneak-preview {
    width: 69px;
    height: 43px;
    font-size: 13px;
    line-height: 15px;
    padding: 6px 0 0;
    top: 10px;
    right: 10px;
  }
  .propertyListing .sneak-preview:after {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 12px solid #c2272b;
    bottom: -12px;
    margin-left: -7px;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  .sneak-preview.on-map {
    top: 30px;
    right: 40px;
  }
  .sneak-preview {
    width: 89px;
    height: 60px;
    font-size: 16px;
    line-height: 20px;
    padding: 9px 0 0;
    top: 20px;
    right: 100px;
  }
  .sneak-preview:after {
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 18px solid #c2272b;
    bottom: -18px;
    margin-left: -11px;
  }
}
@font-face {
  font-family: 'Variableregular';
  src: url('../fonts/varaible/Variable-webfont.eot');
  src: url('../fonts/varaible/Variable-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/varaible/Variable-webfont.woff2') format('woff2'), url('../fonts/varaible/Variable-webfont.woff') format('woff'), url('../fonts/varaible/Variable-webfont.ttf') format('truetype'), url('../fonts/varaible/Variable-webfont.svg#Poppinsregular') format('svg');
}
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?lbghr0');
  src: url('../fonts/icomoon.eot?lbghr0#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?lbghr0') format('truetype'), url('../fonts/icomoon.woff?lbghr0') format('woff'), url('../fonts/icomoon.svg?lbghr0#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-ChevRight:before {
  content: "\e901";
}
.icon-ChevLeft:before {
  content: "\e900";
}
#enquiry-success,
.form-success,
.enquiry-success {
  color: white;
  margin: 0 auto 20px;
  padding: 20px 5px;
  background: #8dc63e;
  text-align: center;
  border-radius: 5px;
  display: none;
  box-sizing: border-box;
}
#enquiry-error,
.form-error,
.enquiry-error {
  color: #d63830;
  margin: 0 auto 20px;
  padding: 20px 5px;
  background: #ebcdcc;
  border: solid 1px #d63830;
  border-radius: 5px;
  text-align: center;
  display: none;
  box-sizing: border-box;
}
.no-ajax #enquiry-error,
.no-ajax .form-error,
.no-ajax .enquiry-error {
  display: block;
}
.loading-spinner,
.load-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 1;
  transition: all 1.5s;
}
#error-page {
  padding-top: 50px;
  text-align: center;
  padding-bottom: 50px;
}
#error-page h1 {
  padding: 30px 30px 20px 30px;
  letter-spacing: 6px;
  font-size: 22px;
}
body {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #1e1e1e;
  background-color: white;
  position: relative;
  transition: all 0.5s;
  height: 100%;
  margin: 0;
  overflow-x: hidden;
  letter-spacing: 2px;
  line-height: 20px;
}
.default-overlay-btn {
  color: white;
  border: 2px solid white;
  width: 175px;
  margin: 0 auto;
  padding: 20px 0px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 3px;
  font-weight: 600;
}
.default-heading-m {
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 22px;
}
.default-heading-t {
  font-size: 19px;
  letter-spacing: 2px;
}
.default-heading-d {
  font-size: 24px;
  letter-spacing: 13px;
  line-height: 32px;
}
.default-btn {
  display: block;
  width: 100%;
  border-radius: 0px;
  background-clip: padding-box;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  color: #232020;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.5s;
  background-color: transparent;
  border: 1px solid #232020;
  letter-spacing: 7px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  margin: 16px 0 32px 0;
  padding: 15px;
  height: auto !important;
  line-height: initial !important;
}
.default-btn:focus,
.default-btn:hover,
.default-btn:active {
  background-color: #232020;
  color: white;
  border-color: #232020;
  transition: all 0.5s;
}
.default-link {
  text-decoration: none;
  color: #232020;
}
.default-link:focus,
.default-link:hover,
.default-link:active {
  color: #232020;
}
h1 {
  font-size: 25px;
  letter-spacing: 4px;
  font-weight: 400;
}
.content {
  padding: 16px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  .content {
    padding: 24px;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  h1 {
    letter-spacing: 6px;
    font-size: 30px;
  }
  .content {
    padding: 40px;
  }
}
.bx-pager {
  position: absolute;
  bottom: 20px;
  left: 0px;
  width: 100%;
  text-align: center;
  display: block !important;
}
.bx-pager .bx-pager-item {
  margin-left: 15px;
  display: inline-block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.bx-pager .bx-pager-item:hover .bx-pager-link:after {
  background-color: white;
}
.bx-pager .bx-pager-item .bx-pager-link {
  position: relative;
  width: 4px;
  height: 4px;
  display: block;
  background-color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  font-size: 0;
  /*overflow: hidden;*/
  border-radius: 100px;
  /*border: 2px solid white;*/
  padding: 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.bx-pager .bx-pager-item .bx-pager-link:after {
  content: '';
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border: rgba(255, 255, 255, 0.5) 1px solid;
  border-radius: 100px;
  z-index: 100;
  background: rgba(255, 255, 255, 0.5);
}
.bx-pager .bx-pager-item .bx-pager-link.active:after {
  background-color: white !important;
}
.bx-pager .bx-pager-item:nth-child(1) {
  margin-left: 0;
}
#header-atom {
  border-bottom: 1px solid #1e1e1e;
  transition: all 0.5s;
  font-family: 'Poppins', sans-serif;
  z-index: 150;
  position: fixed;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  display: block;
  height: 50px;
  background-color: white;
}
#header-atom section #logo {
  transition: all 0.5s;
}
#header-atom section #logo img {
  height: 20px;
  padding-top: 15px;
  padding-left: 10px;
  display: block;
}
#header-atom section #logo.show {
  transition: all 0.5s;
  z-index: 250;
}
#header-atom section .menu-container.show {
  display: block;
  transition: all 0.5s;
}
#header-atom section .menu-container.animate {
  opacity: 1;
  transition: all 0.5s;
}
#header-atom section .menu-container {
  transition: all 0.5s;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  display: none;
  /*opacity: 1;*/
  opacity: 0;
  /*.menu-wrapper.fade, .menu-wrapper.fade1, .menu-wrapper.fade2, .menu-wrapper.fade3, .menu-wrapper.fade4{
				transition: all 1s;
				background-color: @header-bg-fade;
			}*/
}
#header-atom section .menu-container .menu-background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 10;
  background-size: cover;
  /*background-position: 50% 50%;*/
  transition: all 0.5s;
  opacity: 1 !important;
  /*opacity: 0;*/
  background: url(../images/Sydney.jpg) 50% 50% no-repeat;
}
#header-atom section .menu-container .menu-background.intro {
  background: url(../images/Sydney.jpg) 50% 50% no-repeat;
}
#header-atom section .menu-container .menu-background.one {
  background: url(../images/Sydney.jpg) 50% 50% no-repeat;
}
#header-atom section .menu-container .menu-background.two {
  background: url(../images/2.jpg) 50% 50% no-repeat;
}
#header-atom section .menu-container .menu-background.three {
  background: url(../images/3.jpg) 50% 50% no-repeat;
}
#header-atom section .menu-container .menu-background.four {
  background: url(../images/4.jpg) 50% 50% no-repeat;
}
#header-atom section .menu-container .menu-background.show {
  opacity: 1;
}
#header-atom section .menu-container .menu-wrapper {
  position: absolute;
  z-index: 50;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  background-color: white;
  overflow: hidden;
  transition: all 1s;
  /*opacity: 0;*/
  opacity: 1!important;
  z-index: -1;
}
#header-atom section .menu-container .menu-wrapper.show {
  z-index: 200;
  transition: all 1s;
  opacity: 1;
}
#header-atom section .menu-container #menu-left {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-top: 50px;
  border-bottom: 1px solid #3b3b3b;
}
#header-atom section .menu-container #menu-left ul {
  list-style: none;
  margin-left: 0;
  width: 130px;
  margin: 0 auto;
}
#header-atom section .menu-container #menu-left ul li {
  transition: all 0.7s;
  margin-left: -200%;
  padding-bottom: 8px;
}
#header-atom section .menu-container #menu-left ul li:before {
  content: "";
  display: block;
  float: left;
  width: 7px;
  height: 7px;
  border-radius: 10px;
  background-color: #232020;
  margin-top: 15px;
  margin-right: 20px;
}
#header-atom section .menu-container #menu-left ul li.show {
  transition: all 0.7s;
  margin-left: 0;
}
#header-atom section .menu-container #menu-left ul li a {
  text-align: left;
  width: 200px;
  display: block;
  margin: 0 auto;
  font-size: 16px;
  transition: all 1s;
  text-transform: uppercase;
  position: relative;
}
#header-atom section .menu-container #menu-left ul li a:after {
  position: absolute;
  width: 14px;
  height: 2px;
  background-color: #232020;
  transition: all 0.5s;
  content: "";
  top: 35px;
  left: -3px;
}
#header-atom section .menu-container #menu-left ul li a:hover:after {
  width: 180px;
  transition: all 0.5s;
}
#header-atom section .menu-container #menu-left ul li .active {
  /*color: red;*/
  transition: all 1s;
}
#header-atom section .menu-container #menu-left ul li .active:after {
  width: 130px;
  transition: all 0.5s;
}
#header-atom section .menu-container #menu-middle {
  border-right: 1px solid #3b3b3b;
  width: 50%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#header-atom section .menu-container #menu-middle ul li a {
  text-transform: uppercase;
  line-height: 20px;
  transition: all 0.5s;
}
#header-atom section .menu-container #menu-middle ul li a:hover {
  color: #232020;
  transition: all 0.5s;
}
#header-atom section .menu-container #menu-middle ul li:nth-child(1),
#header-atom section .menu-container #menu-middle ul li:nth-child(2),
#header-atom section .menu-container #menu-middle ul li:nth-child(3),
#header-atom section .menu-container #menu-middle ul li:nth-child(4) {
  display: none;
}
#header-atom section .menu-container #menu-right {
  width: 50%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#header-atom section .menu-container #menu-right .social-container a {
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
}
#header-atom section .menu-container #menu-right .social-container a i {
  line-height: 60px;
  text-decoration: none;
  color: #232020;
  font-size: 30px;
  transition: all 0.5s;
}
#header-atom section .menu-container #menu-right .social-container a i:hover {
  color: #232020;
  transition: all 0.5s;
}
#header-atom section .menu-container #menu-right .social-container .facebook-link:hover i {
  color: #415e9b;
}
#header-atom section .menu-container #menu-right .social-container .twitter-link:hover i {
  color: #59adeb;
}
#header-atom section .menu-container #menu-right .social-container .instagram-link:hover i {
  color: #125688;
}
#header-atom section .menu-container #menu-right .social-container .pinterest-link:hover i {
  color: #d01d15;
}
#header-atom section .menu-container #menu-right .social-container .youtube-link:hover i {
  color: #e62117;
}
#header-atom section .menu-container #menu-right .social-container .linkedin-link:hover i {
  color: #0077b5;
}
#header-atom section .menu-container #menu-right .social-container .googleplus-link:hover i {
  color: #d73d32;
}
#header-atom section .menu-container #menu-right .social-container .ratemyagent-link i {
  position: relative;
  top: 2px;
}
#header-atom section #menuOpen-mobile,
#header-atom section #menuOpenDesktop,
#header-atom section #menuOpen-hide-overlay {
  float: right;
  color: #232020;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  padding-right: 10px;
  padding-top: 12px;
  transition: all 0.5s;
  position: absolute;
  right: 10px;
  top: 0px;
}
#header-atom section #menuOpen-mobile .menu-icon,
#header-atom section #menuOpenDesktop .menu-icon,
#header-atom section #menuOpen-hide-overlay .menu-icon {
  z-index: 500;
  display: block;
  width: 17px;
  height: 14px;
  position: relative;
  margin-top: 4px;
}
#header-atom section #menuOpen-mobile .menu-icon .line,
#header-atom section #menuOpenDesktop .menu-icon .line,
#header-atom section #menuOpen-hide-overlay .menu-icon .line {
  width: 100%;
  height: 100%;
  position: absolute;
  transition: all 0.5s;
}
#header-atom section #menuOpen-mobile .menu-icon .line:nth-child(1),
#header-atom section #menuOpenDesktop .menu-icon .line:nth-child(1),
#header-atom section #menuOpen-hide-overlay .menu-icon .line:nth-child(1) {
  top: -1px;
  transition: all 0.5s;
  border-top: 2px solid #232020;
  -webkit-transform-origin: 50% 0%;
}
#header-atom section #menuOpen-mobile .menu-icon .line:nth-child(2),
#header-atom section #menuOpenDesktop .menu-icon .line:nth-child(2),
#header-atom section #menuOpen-hide-overlay .menu-icon .line:nth-child(2) {
  top: 50%;
  transition: all 0.5s;
  margin-top: -1px;
  border-top: 2px solid #232020;
}
#header-atom section #menuOpen-mobile .menu-icon .line:nth-child(3),
#header-atom section #menuOpenDesktop .menu-icon .line:nth-child(3),
#header-atom section #menuOpen-hide-overlay .menu-icon .line:nth-child(3) {
  bottom: -1px;
  transition: all 0.5s;
  border-bottom: 2px solid #232020;
  top: 0px;
  -webkit-transform-origin: 50% 100%;
}
#header-atom section #menuOpen-mobile .menu-icon.active,
#header-atom section #menuOpenDesktop .menu-icon.active,
#header-atom section #menuOpen-hide-overlay .menu-icon.active {
  z-index: 500;
}
#header-atom section #menuOpen-mobile .menu-icon.active .line:nth-child(1),
#header-atom section #menuOpenDesktop .menu-icon.active .line:nth-child(1),
#header-atom section #menuOpen-hide-overlay .menu-icon.active .line:nth-child(1) {
  -webkit-transform: translateY(50%) rotate(45deg) scale(1.2);
  transition: all 0.5s;
}
#header-atom section #menuOpen-mobile .menu-icon.active .line:nth-child(2),
#header-atom section #menuOpenDesktop .menu-icon.active .line:nth-child(2),
#header-atom section #menuOpen-hide-overlay .menu-icon.active .line:nth-child(2) {
  opacity: 0;
  transition: all 0.5s;
}
#header-atom section #menuOpen-mobile .menu-icon.active .line:nth-child(3),
#header-atom section #menuOpenDesktop .menu-icon.active .line:nth-child(3),
#header-atom section #menuOpen-hide-overlay .menu-icon.active .line:nth-child(3) {
  -webkit-transform: translateY(-50%) rotate(-45deg) scale(1.2);
  transition: all 0.5s;
}
#header-atom section #menuOpen-mobile .menu-icon:hover .line,
#header-atom section #menuOpenDesktop .menu-icon:hover .line,
#header-atom section #menuOpen-hide-overlay .menu-icon:hover .line {
  border-color: #232020;
  transition: all 0.5s;
}
#header-atom section .menu-open-desktop,
#header-atom section .menu-desktop {
  display: none;
}
#header-atom section #menuDesktopX {
  display: none;
}
#header-atom section nav {
  z-index: 150;
  padding: 8px;
  padding-bottom: 50px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
}
#header-atom section nav ul {
  padding-top: 8px;
  z-index: 150;
}
#header-atom section nav ul li {
  width: 100%;
  z-index: 60;
}
#header-atom section nav ul li .parent {
  color: #232020;
}
#header-atom section nav ul li a {
  z-index: 150;
  font-family: 'Poppins', sans-serif;
  display: block;
  color: #232020;
  text-decoration: none;
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 30px;
  padding: 4px 8px;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#header-atom section nav ul li ol {
  display: none;
}
#header-atom section nav ul li ol li {
  padding: 0px;
}
#header-atom section nav ul li ol li a {
  font-family: 'Poppins', sans-serif;
  background-color: transparent;
  font-size: 14px;
  padding: 4px 16px;
}
#footer-atom {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 16px;
  background: #232020;
  color: #fff;
}
#footer-atom a {
  text-decoration: none;
  color: #fff;
}
#footer-atom .top-info .left .wrapper a {
  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-align: center;
  display: block;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 12px;
  padding: 60px 0;
  border-bottom: 1px solid #3b3b3b;
  line-height: 18px;
}
#footer-atom .top-info .left .wrapper a:hover {
  text-decoration: underline;
}
#footer-atom .top-info .right {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-bottom: 1px solid #3b3b3b;
  padding-bottom: 40px;
}
#footer-atom .top-info .right span {
  line-height: 18px;
  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-align: center;
  display: block;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 12px;
  padding: 40px 0;
}
#footer-atom .top-info .right #quickSearch {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 20px;
}
#footer-atom .top-info .right #quickSearch input {
  border: 2px solid transparent;
}
#footer-atom .top-info .right #quickSearch a {
  background-color: transparent;
  color: white;
  border-color: white;
  margin-top: 8px;
}
#footer-atom .top-info .right #quickSearch a:hover {
  background: white;
  color: #232020;
}
#footer-atom .bottom-info .links-wrapper {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-bottom: 1px solid #3b3b3b;
  padding-bottom: 40px;
  padding-top: 40px;
}
#footer-atom .bottom-info .links-wrapper .links:nth-child(1) h3 {
  padding-top: 0;
}
#footer-atom .bottom-info .links-wrapper .links h3 {
  text-align: center;
  padding: 24px 0 16px 0;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 14px;
}
#footer-atom .bottom-info .links-wrapper .links li {
  text-align: center;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 2px;
}
#footer-atom .bottom-info .links-wrapper .links li a:hover {
  text-decoration: underline;
}
#footer-atom .bottom-info .social-wrapper {
  padding-top: 20px;
  text-align: center;
}
#footer-atom .bottom-info .social-wrapper a {
  border: solid 1px;
  font-size: 1.5em;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#footer-atom .bottom-info .social-wrapper a:hover {
  background: white;
  color: #232020;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#footer-atom .bottom-info .social-wrapper a.ratemyagent i {
  position: relative;
  top: 2px;
}
#footer-atom .bottom-info .zenu li {
  text-align: center;
  padding-top: 16px;
  padding-bottom: 4px;
  letter-spacing: 3px;
  font-size: 9px;
  text-transform: uppercase;
}
#footer-atom .bottom-info .zenu li a {
  text-decoration: none;
  color: #fff;
}
#footer-atom .bottom-info .zenu li a:hover {
  color: #8cc63e;
}
#footer-atom .bottom-info .zenu li a.privacy:hover {
  color: white;
  text-decoration: underline;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #footer-atom {
    padding: 0;
  }
  #footer-atom .top-info {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #3b3b3b;
  }
  #footer-atom .top-info .left {
    width: 40%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #footer-atom .top-info .left .wrapper a {
    padding: 110px 40px 0 40px;
    border: none;
  }
  #footer-atom .top-info .right {
    width: 60%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-bottom: none;
    border-left: 1px solid #3b3b3b;
    padding: 0px 40px 40px 40px;
  }
  #footer-atom .top-info .right span {
    padding: 40px 0 20px 0px;
  }
  #footer-atom .bottom-info .links-wrapper {
    display: inline-block;
    width: 100%;
    padding: 40px 20px 40px 20px;
  }
  #footer-atom .bottom-info .links-wrapper .links:first-child {
    padding-left: 0;
  }
  #footer-atom .bottom-info .links-wrapper .links:last-child {
    padding-right: 0;
  }
  #footer-atom .bottom-info .links-wrapper .links {
    width: 25%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 10px;
  }
  #footer-atom .bottom-info .links-wrapper .links h3 {
    padding: 0 0 24px 0;
  }
  #footer-atom .bottom-info .zenu {
    padding: 20px 0;
    clear: both;
  }
  #footer-atom .bottom-info .zenu li {
    padding: 0;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #error-page {
    padding-top: 70px;
  }
  #header-atom.home,
  #header-atom.home.scroll {
    transition: all 0s;
    background-color: transparent !important;
  }
  #header-atom.home #logo,
  #header-atom.home.scroll #logo {
    display: none;
  }
  #header-atom.scroll {
    background-color: rgba(255, 255, 255, 0.9) !important;
    transition: all 0.5s;
  }
  #header-atom {
    /*background-color: transparent;*/
    height: 70px;
  }
  #header-atom section #logo {
    width: auto;
  }
  #header-atom section #logo img {
    height: 30px;
    padding-top: 20px;
    padding-left: 20px;
  }
  #header-atom section .menu-container .menu-background {
    height: 100%;
  }
  #header-atom section .menu-container .menu-wrapper {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-top: 250px;
    height: 100%;
  }
  #header-atom section .menu-container #menu-left {
    width: 33.33%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-top: 0;
    border: transparent;
  }
  #header-atom section .menu-container #menu-left ul {
    padding-top: 35px;
  }
  #header-atom section .menu-container #menu-left ul li:before {
    width: 8px;
    height: 8px;
  }
  #header-atom section .menu-container #menu-left ul li {
    margin-left: -400%;
    padding-bottom: 25px;
  }
  #header-atom section .menu-container #menu-left ul li a {
    width: 300px;
    font-size: 25px;
  }
  #header-atom section .menu-container #menu-left ul li a:after {
    left: -4px;
    width: 16px;
    top: 40px;
  }
  #header-atom section .menu-container #menu-left ul li a:hover:after {
    width: 275px;
  }
  #header-atom section .menu-container #menu-middle {
    padding-top: 0;
    width: 33.33%;
    border-left: 1px solid #3b3b3b;
  }
  #header-atom section .menu-container #menu-middle ul {
    padding-top: 35px;
  }
  #header-atom section .menu-container #menu-middle ul li {
    width: 250px;
    margin: 0 auto;
  }
  #header-atom section .menu-container #menu-middle ul li a {
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    position: relative;
  }
  #header-atom section .menu-container #menu-middle ul li a:after {
    position: absolute;
    width: 0px;
    height: 2px;
    background-color: #232020;
    transition: all 0.25s;
    content: "";
    top: 28px;
    left: 7px;
  }
  #header-atom section .menu-container #menu-middle ul li a:hover:after {
    width: 130px;
    transition: all 0.25s;
  }
  #header-atom section .menu-container #menu-right {
    padding-top: 0;
    width: 33.33%;
  }
  #header-atom section .menu-container #menu-right .social-container {
    padding-top: 110px;
    padding-left: 40px;
  }
  #header-atom section #menuOpen-mobile .menu-icon,
  #header-atom section #menuOpenDesktop .menu-icon,
  #header-atom section #menuOpen-hide-overlay .menu-icon {
    z-index: 500;
    display: block;
    width: 35px;
    height: 25px;
    position: absolute;
    right: 20px;
    top: 20px;
    margin-top: 0;
  }
  #header-atom section #menuOpen-mobile .menu-icon .line,
  #header-atom section #menuOpenDesktop .menu-icon .line,
  #header-atom section #menuOpen-hide-overlay .menu-icon .line {
    width: 100%;
    height: 100%;
    position: absolute;
    transition: all 0.5s;
  }
  #header-atom section #menuOpen-mobile .menu-icon .line:nth-child(1),
  #header-atom section #menuOpenDesktop .menu-icon .line:nth-child(1),
  #header-atom section #menuOpen-hide-overlay .menu-icon .line:nth-child(1) {
    top: -1px;
    transition: all 0.5s;
    border-top: 2px solid #232020;
    -webkit-transform-origin: 50% 0%;
  }
  #header-atom section #menuOpen-mobile .menu-icon .line:nth-child(2),
  #header-atom section #menuOpenDesktop .menu-icon .line:nth-child(2),
  #header-atom section #menuOpen-hide-overlay .menu-icon .line:nth-child(2) {
    top: 50%;
    transition: all 0.5s;
    margin-top: -1px;
    border-top: 2px solid #232020;
  }
  #header-atom section #menuOpen-mobile .menu-icon .line:nth-child(3),
  #header-atom section #menuOpenDesktop .menu-icon .line:nth-child(3),
  #header-atom section #menuOpen-hide-overlay .menu-icon .line:nth-child(3) {
    bottom: -1px;
    transition: all 0.5s;
    border-bottom: 2px solid #232020;
    top: 0px;
    -webkit-transform-origin: 50% 100%;
  }
  #header-atom section #menuOpen-mobile .menu-icon.active,
  #header-atom section #menuOpenDesktop .menu-icon.active,
  #header-atom section #menuOpen-hide-overlay .menu-icon.active {
    z-index: 500;
  }
  #header-atom section #menuOpen-mobile .menu-icon.active .line:nth-child(1),
  #header-atom section #menuOpenDesktop .menu-icon.active .line:nth-child(1),
  #header-atom section #menuOpen-hide-overlay .menu-icon.active .line:nth-child(1) {
    -webkit-transform: translateY(50%) rotate(45deg) scale(1.2);
    transition: all 0.5s;
  }
  #header-atom section #menuOpen-mobile .menu-icon.active .line:nth-child(2),
  #header-atom section #menuOpenDesktop .menu-icon.active .line:nth-child(2),
  #header-atom section #menuOpen-hide-overlay .menu-icon.active .line:nth-child(2) {
    opacity: 0;
    transition: all 0.5s;
  }
  #header-atom section #menuOpen-mobile .menu-icon.active .line:nth-child(3),
  #header-atom section #menuOpenDesktop .menu-icon.active .line:nth-child(3),
  #header-atom section #menuOpen-hide-overlay .menu-icon.active .line:nth-child(3) {
    -webkit-transform: translateY(-50%) rotate(-45deg) scale(1.2);
    transition: all 0.5s;
  }
  #header-atom section #menuOpen-mobile .menu-icon:hover .line,
  #header-atom section #menuOpenDesktop .menu-icon:hover .line,
  #header-atom section #menuOpen-hide-overlay .menu-icon:hover .line {
    border-color: #232020;
    transition: all 0.5s;
  }
  #header-atom section .menu-open-desktop,
  #header-atom section .menu-desktop {
    display: none;
  }
  #header-atom section #menuDesktopX {
    display: none;
  }
  #footer-atom {
    padding: 0;
  }
  #footer-atom .top-info {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #3b3b3b;
  }
  #footer-atom .top-info .left {
    width: 35%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #footer-atom .top-info .left .wrapper a {
    padding: 80px 40px 0 40px;
    border: none;
  }
  #footer-atom .top-info .right {
    width: 65%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-bottom: none;
    border-left: 1px solid #3b3b3b;
    padding: 0px 40px 40px 40px;
  }
  #footer-atom .top-info .right span {
    text-align: left;
    width: 80%;
    padding: 40px 0 20px 20px;
  }
  #footer-atom .top-info .right #quickSearch {
    width: 80%;
  }
  #footer-atom .top-info .right #quickSearch input {
    width: 60%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 54px;
    border: none;
    border-right: 10px solid #232020;
  }
  #footer-atom .top-info .right #quickSearch a {
    width: 40%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0;
  }
  #footer-atom .bottom-info {
    clear: both;
  }
  #footer-atom .bottom-info .links-wrapper {
    border: none;
    display: inline-block;
    width: 60%;
    padding: 40px 20px 0 40px;
  }
  #footer-atom .bottom-info .links-wrapper .links:first-child {
    padding-left: 0;
  }
  #footer-atom .bottom-info .links-wrapper .links:last-child {
    padding-right: 0;
  }
  #footer-atom .bottom-info .links-wrapper .links {
    width: 25%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 10px;
  }
  #footer-atom .bottom-info .links-wrapper .links h3 {
    text-align: left;
    padding: 0 0 24px 0;
  }
  #footer-atom .bottom-info .links-wrapper .links li {
    text-align: left;
  }
  #footer-atom .bottom-info .social-wrapper {
    position: relative;
    height: 130px;
    width: 40%;
    float: right;
    padding: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #footer-atom .bottom-info .social-wrapper .social {
    position: absolute;
    bottom: 0;
    right: 20px;
  }
  #footer-atom .bottom-info .zenu {
    padding: 20px 0;
    clear: both;
  }
  #footer-atom .bottom-info .zenu li {
    padding: 0;
    padding-right: 30px;
    text-align: right;
  }
}
@media print {
  footer {
    display: none !important;
    background-color: #232020;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  nav {
    display: none !important;
  }
  section {
    width: 1030px;
  }
  footer .disclaimer {
    display: none !important;
  }
  #opens-mike .top-container,
  #auctions-lima .top-container,
  #opens-mike .print-by,
  #auctions-lima .print-by,
  #opens-mike .remove-from,
  #auctions-lima .remove-from,
  #opens-mike .add-to,
  #auctions-lima .add-to {
    display: none !important;
  }
}
#wheels-debug-area,
.cfdebug {
  display: none;
}
#no-results .card {
  text-align: center;
}
#no-results .card h2 {
  padding: 16px 0;
  display: block;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: 6px;
  font-size: 18px;
  font-weight: 400;
}
#no-results .card a {
  width: 100%;
  border-radius: 0px;
  background-clip: padding-box;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  color: #232020;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.5s;
  background-color: transparent;
  border: 1px solid #232020;
  letter-spacing: 7px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  margin: 16px 0 32px 0;
  padding: 15px;
  height: auto !important;
  line-height: initial !important;
  display: block;
  margin: 16px auto 0 auto;
  max-width: 250px;
}
#no-results .card a:disabled {
  background: #ccc;
}
#no-results .card a:disabled:hover,
#no-results .card a:disabled:active,
#no-results .card a:disabled:focus {
  background: #ccc;
}
#no-results .card a:focus,
#no-results .card a:hover,
#no-results .card a:active {
  background-color: #232020;
  color: white;
  border-color: #232020;
  transition: all 0.5s;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #no-results .card h2 {
    padding: 24px 0;
    letter-spacing: 5px;
    font-size: 20px;
  }
  #no-results .card a {
    margin: 24px auto 0 auto;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #no-results .card h2 {
    padding: 40px 0;
    letter-spacing: 6px;
    font-size: 22px;
  }
  #no-results .card a {
    margin: 40px auto 0 auto;
  }
}
.static_social {
  display: none;
}
#instagram-container,
#twitter-container {
  display: none;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #instagram-container,
  #twitter-container {
    display: block;
    position: fixed;
    bottom: 20%;
    left: 0;
    z-index: 100;
    margin-top: -110px;
    max-width: 300px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 15px 2px 0px 2px;
    background: #4d4d4d;
    -ms-transform: translateX(-300px);
    -webkit-transform: translateX(-300px);
    -moz-transform: translateX(-300px);
    -o-transform: translateX(-300px);
    transform: translateX(-300px);
    transition: all 0.5s;
  }
  #instagram-container h1,
  #twitter-container h1 {
    letter-spacing: 3px;
    font-size: 21px;
    width: 100%;
    text-align: center;
    padding-bottom: 15px;
    color: white;
  }
  #twitter-container {
    height: 502px;
    width: 300px;
    background: #4d4d4d;
    background-color: #717171;
    overflow: hidden;
    padding-left: 7px;
  }
  #instagram-container.active,
  #twitter-container.active {
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    transition: all 0.5s;
  }
  .static_social.active {
    -ms-transform: translateX(300px);
    -webkit-transform: translateX(300px);
    -moz-transform: translateX(300px);
    -o-transform: translateX(300px);
    transform: translateX(300px);
    transition: all 0.5s;
  }
  .static_social {
    transition: all 0.5s;
    display: block;
    position: fixed;
    bottom: 20%;
    left: 0;
    z-index: 100;
    margin-top: -110px;
  }
  .static_social div {
    display: block;
    height: 55px;
    width: 55px;
    overflow: hidden;
    text-align: left;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    opacity: 1;
    visibility: visible;
    transition: all 0.5s;
  }
  .static_social div span {
    width: 250px;
    line-height: 55px;
  }
  .static_social div span i {
    line-height: 55px;
    display: inline-block;
    width: 55px;
    font-size: 24px;
    text-align: center;
  }
  .static_social div.twitter {
    background-color: #717171;
  }
  .static_social div.twitter:hover {
    background-color: #55ACEE;
  }
  .static_social div.instagram {
    background-color: #4d4d4d;
  }
  .static_social div.instagram:hover {
    background-color: #8a3ab9;
  }
  .twitter.fade,
  .instagram.fade {
    opacity: 0 !important;
    visibility: hidden !important;
    transition: all 0.5s;
    display: none;
  }
}
/* [2] ---- STYLE EXTENDING - ALL VARIABLE DEPENDENT STYLES ---- */
/* STYLE ARRAY LOOP --- NOT WORKING */
/* extend() isn't recognising the reference from global.less using this method */
/*@extend:
	~"body",
	~"#search-icon-apple";

.extend-base-styles(@i: length(@extend)) when (@i > 0) {
	.extend-base-styles(@i - 1);
	@targetStyle: extract(@extend, @i);
	@{targetStyle} {
		&:extend(@{targetStyle});
	}
}
.extend-base-styles(); // run the mixin */
/* EXTEND INDIVIDUAL STYLES HERE -- using local variables */
/* (___ all) -- ALL refers to subcursive extension */
/*
.bg {
  &:extend(.bg all);
}
*/
/* [3] ---- CUSTOM SITE STYLES ---- */
#header-atom section #logo img {
  height: 37px;
  padding-top: 5px;
}
@media screen and (min-width: 980px) {
  #header-atom section #logo img {
    height: 50px;
    padding-top: 10px;
  }
}
#staff-listing-show-alpha #listing-open-form-alpha #opens li label {
  cursor: auto;
}
