html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

@font-face {
  font-family: 'crimson_text_italic';
  src: url("../../assets/fonts/crimsontext-italic-webfont.eot");
  src: url("../../assets/fonts/crimsontext-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/crimsontext-italic-webfont.woff") format("woff"), url("../../assets/fonts/crimsontext-italic-webfont.ttf") format("truetype"), url("../../assets/fonts/crimsontext-italic-webfont.svg#crimson_textitalic") format("svg");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'crimson_text_roman';
  src: url("../../assets/fonts/crimsontext-roman-webfont.eot");
  src: url("../../assets/fonts/crimsontext-roman-webfont.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/crimsontext-roman-webfont.woff") format("woff"), url("../../assets/fonts/crimsontext-roman-webfont.ttf") format("truetype"), url("../../assets/fonts/crimsontext-roman-webfont.svg#crimson_textroman") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'crimson_text_semibolditalic';
  src: url("../../assets/fonts/crimsontext-semibolditalic-webfont.eot");
  src: url("../../assets/fonts/crimsontext-semibolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/crimsontext-semibolditalic-webfont.woff") format("woff"), url("../../assets/fonts/crimsontext-semibolditalic-webfont.ttf") format("truetype"), url("../../../assets/fonts/crimsontext-semibolditalic-webfont.svg#crimson_textsemibold_italic") format("svg");
  font-weight: bold;
  font-style: italic; }
@font-face {
  font-family: 'universltstd-lightultracn-webfont';
  src: url("../../assets/fonts/universltstd-lightultracn-webfont.eot");
  src: url("../../assets/fonts/universltstd-lightultracn-webfont.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/universltstd-lightultracn-webfont.woff") format("woff"), url("../../assets/fonts/universltstd-lightultracn-webfont.ttf") format("truetype"), url("../../assets/fonts/universltstd-lightultracn-webfont.svg#universltstd-lightultracn-webfont") format("svg");
  font-weight: normal;
  font-style: normal; }
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

html, body {
  font-family: "crimson_text_roman";
  font-size: 16px;
  color: #231f20;
  letter-spacing: 3px; }
  @media screen and (max-width: 716px) {
    html, body {
      font-size: 14px; } }

h1 {
  font-family: "universltstd-lightultracn-webfont";
  font-size: 100px;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 0px;
  letter-spacing: 5px;
  font-weight: normal; }
  @media screen and (max-width: 1050px) {
    h1 {
      font-size: 70px;
      margin-bottom: 6px; } }
  @media screen and (max-width: 716px) {
    h1 {
      font-size: 40px; } }

h2 {
  font-family: "universltstd-lightultracn-webfont";
  font-size: 70px;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 0px;
  font-weight: normal; }
  @media screen and (max-width: 1050px) {
    h2 {
      font-size: 49px;
      margin-bottom: 6px; } }
  @media screen and (max-width: 716px) {
    h2 {
      font-size: 30px; } }

h3 {
  font-family: "universltstd-lightultracn-webfont";
  font-size: 50px;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 0px;
  font-weight: normal; }
  @media screen and (max-width: 1050px) {
    h3 {
      font-size: 35px;
      margin-bottom: 4px; } }

h4 {
  font-family: "universltstd-lightultracn-webfont";
  font-size: 30px;
  font-weight: normal; }

h5 {
  font-family: "crimson_text_italic";
  font-size: 30px;
  font-weight: normal;
  color: #ad974f;
  margin-bottom: 10px;
  margin-top: 0px; }
  @media screen and (max-width: 1050px) {
    h5 {
      font-size: 25px;
      margin-bottom: 6px; } }
  @media screen and (max-width: 716px) {
    h5 {
      font-size: 20px; } }

section {
  padding: 100px 0px;
  position: relative; }
  @media screen and (max-width: 716px) {
    section {
      padding: 50px 0px; } }

.image-holder {
  width: 100%; }

.full-width-image {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  height: 540px; }
  .full-width-image::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (max-width: 1050px) {
    .full-width-image {
      height: 375px; } }
  @media screen and (max-width: 716px) {
    .full-width-image {
      height: 230px; } }

.active {
  color: #8e793e; }
  @media screen and (max-width: 1050px) {
    .active {
      background-color: #ad974f;
      color: #fff; } }

.overflow-fix {
  overflow: hidden; }

.slides1 {
  -webkit-animation: fade1 20s infinite;
  animation: fade1 20s infinite; }

.slides2 {
  -webkit-animation: fade2 20s infinite;
  animation: fade2 20s infinite; }

.slides3 {
  -webkit-animation: fade3 20s infinite;
  animation: fade3 20s infinite; }

.slides4 {
  -webkit-animation: fade4 20s infinite;
  animation: fade4 20s infinite; }

@keyframes fade1 {
  0% {
    opacity: 1; }
  20% {
    opacity: 0; }
  50% {
    opacity: 0; }
  75% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fade2 {
  0% {
    opacity: 0; }
  20% {
    opacity: 1; }
  50% {
    opacity: 0; }
  75% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@keyframes fade3 {
  0% {
    opacity: 0; }
  20% {
    opacity: 0; }
  50% {
    opacity: 1; }
  75% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@keyframes fade4 {
  0% {
    opacity: 0; }
  20% {
    opacity: 0; }
  50% {
    opacity: 0; }
  75% {
    opacity: 1; }
  100% {
    opacity: 0; } }
header {
  box-shadow: 0px 3px 2px 0 rgba(0, 0, 0, 0.25);
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 100;
  background-color: #fff; }

nav {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
  font-family: "universltstd-lightultracn-webfont";
  position: relative; }
  nav::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (max-width: 1050px) {
    nav {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
      nav::after {
        clear: both;
        content: "";
        display: block; } }
  @media screen and (max-width: 716px) {
    nav {
      font-size: 25px; } }
  nav ul {
    padding: 0;
    margin: 0 auto;
    width: 600px;
    float: right; }
    @media screen and (max-width: 1050px) {
      nav ul {
        width: 100%;
        clear: both;
        background-color: #eaeaea;
        display: none; } }
    nav ul li {
      display: inline;
      float: left;
      width: 100px;
      text-align: center; }
      @media screen and (max-width: 1050px) {
        nav ul li {
          width: 50%; } }
      @media screen and (max-width: 450px) {
        nav ul li {
          width: 100%; } }
      nav ul li a {
        color: #231f20;
        text-decoration: none;
        text-transform: uppercase;
        display: block;
        line-height: 120px;
        transition: color 0.5s ease; }
        @media screen and (max-width: 1050px) {
          nav ul li a {
            transition: background-color 0.5s ease;
            line-height: 70px; } }
        @media screen and (max-width: 716px) {
          nav ul li a {
            line-height: 50px; } }
      nav ul li a:hover, nav ul li a:active {
        color: #8e793e; }
        @media screen and (max-width: 1050px) {
          nav ul li a:hover, nav ul li a:active {
            background-color: #ad974f;
            color: #fff; } }

.logo {
  display: block;
  float: left;
  padding: 12px 0px; }
  @media screen and (max-width: 1050px) {
    .logo {
      padding-left: 20px; } }

img {
  height: 90px; }
  @media screen and (max-width: 716px) {
    img {
      height: 60px; } }

.mobile-nav {
  float: right;
  color: #231f20;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 120px;
  display: none;
  padding: 0 20px; }
  @media screen and (max-width: 1050px) {
    .mobile-nav {
      display: block;
      line-height: 120px; } }
  @media screen and (max-width: 716px) {
    .mobile-nav {
      line-height: 90px; } }

.hero {
  margin-top: 120px;
  position: relative;
  text-align: center;
  color: #fff; }
  @media screen and (max-width: 716px) {
    .hero {
      margin-top: 90px;
      padding: 0px; } }
  .hero .hero-container {
    padding: 40px 0px; }
    .hero .hero-container .hero-bg {
      position: absolute;
      background-color: #000;
      opacity: 0.5;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .hero .hero-content {
    z-index: 10;
    position: relative; }
    .hero .hero-content p {
      font-size: 22px;
      width: 850px;
      margin: 0 auto; }
      @media screen and (max-width: 1050px) {
        .hero .hero-content p {
          font-size: 16px;
          width: 100%; } }
      @media screen and (max-width: 716px) {
        .hero .hero-content p {
          font-size: 14px; } }

.slides1, .slides2, .slides3, .slides4 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%; }

.slides1 {
  background-image: url("../../assets/img/slide1.jpg");
  background-position: top, center;
  background-size: cover; }

.slides2 {
  background-image: url("../../assets/img/slide2.jpg");
  background-position: top, center;
  background-size: cover; }

.slides3 {
  background-image: url("../../assets/img/slide3.jpg");
  background-position: top, center;
  background-size: cover; }

.slides4 {
  background-image: url("../../assets/img/slide4.jpg");
  background-position: center, center;
  background-size: cover; }

.ghost-btn {
  background-color: transparent;
  border: solid 2px #fff;
  color: #fff;
  font-family: "universltstd-lightultracn-webfont";
  font-size: 22px;
  text-transform: uppercase;
  padding: 15px 40px;
  margin: 30px 10px 0px 10px;
  cursor: pointer; }
  @media screen and (max-width: 1050px) {
    .ghost-btn {
      padding: 8px 25px;
      font-size: 18px;
      margin: 15px 10px 0px 10px; } }

.ghost-btn:active {
  background-color: #ad974f;
  border: solid 2px #ad974f; }

.solid-btn {
  display: inline-block;
  text-decoration: none;
  background-color: #ad974f;
  color: #fff;
  font-family: "universltstd-lightultracn-webfont";
  font-size: 22px;
  border: solid 2px #ad974f;
  text-transform: uppercase;
  padding: 15px 40px;
  /* margin: 30px 10px 0px 10px; */
  cursor: pointer; }
  @media screen and (max-width: 1050px) {
    .solid-btn {
      padding: 8px 25px;
      font-size: 18px;
      /* margin: 15px 10px 0px 10px;*/ } } 

.solid-btn:active {
  background-color: #8e793e;
  border: solid 2px #8e793e; }

.about {
  position: relative; }
  .about .top-about {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto; }
    .about .top-about::after {
      clear: both;
      content: "";
      display: block; }
    .about .top-about .about-text {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 57.35098%; }
      .about .top-about .about-text:last-child {
        margin-right: 0; }
      @media screen and (max-width: 1050px) {
        .about .top-about .about-text {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 100%; }
          .about .top-about .about-text:last-child {
            margin-right: 0; } }
      .about .top-about .about-text p {
        line-height: 28px;
        margin-top: 0px; }
        @media screen and (max-width: 1050px) {
          .about .top-about .about-text p {
            line-height: 25px;
            margin-bottom: 0px; } }
        @media screen and (max-width: 716px) {
          .about .top-about .about-text p {
            line-height: 20px; } }
    .about .top-about .about-image {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 40.29137%;
      background-image: url("../../assets/img/hollywoodSign.jpg");
      background-position: center, center;
      background-size: cover;
      height: 375px; }
      .about .top-about .about-image:last-child {
        margin-right: 0; }
      @media screen and (max-width: 1050px) {
        .about .top-about .about-image {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 100%;
          margin-top: 70px; }
          .about .top-about .about-image:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 716px) {
        .about .top-about .about-image {
          margin-top: 30px;
          height: 230px; } }

.about-stats {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px; }
  .about-stats::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (max-width: 1050px) {
    .about-stats {
      margin-top: 70px; } }
  @media screen and (max-width: 572px) {
    .about-stats {
      max-width: 90%;
      margin-left: auto;
      margin-right: auto; }
      .about-stats::after {
        clear: both;
        content: "";
        display: block; } }
  @media screen and (max-width: 716px) {
    .about-stats {
      margin-top: 30px; } }
  .about-stats .stat {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    border-right: 2px solid #8e793e;
    text-align: center; }
    .about-stats .stat:last-child {
      margin-right: 0; }
    @media screen and (max-width: 572px) {
      .about-stats .stat {
        border-bottom: 2px solid #8e793e;
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        border-right: none;
        margin-bottom: 30px;
        padding-bottom: 30px; }
        .about-stats .stat:last-child {
          margin-right: 0; } }
    .about-stats .stat p {
      font-size: 25px;
      font-family: "crimson_text_semibolditalic";
      color: #ad974f;
      margin-bottom: 0px;
      margin-top: 15px; }
      @media screen and (max-width: 1050px) {
        .about-stats .stat p {
          font-size: 16px;
          margin-top: 10px; } }
      @media screen and (max-width: 572px) {
        .about-stats .stat p {
          font-size: 20px; } }
  .about-stats .stat:last-child {
    border-right: none; }
    @media screen and (max-width: 572px) {
      .about-stats .stat:last-child {
        border-bottom: none;
        margin-bottom: 0px;
        padding-bottom: 0px; } }

.sell {
  padding-top: 0px; }

.sell-header {
  text-align: center;
  background-image: url("../../assets/img/interior1.jpg");
  background-position: center, center;
  background-size: cover;
  position: relative;
  text-align: center;
  color: #fff;
  padding: 100px 0px; }
  @media screen and (max-width: 716px) {
    .sell-header {
      padding: 0px; } }
  .sell-header .sell-container {
    padding: 40px 0px; }
    .sell-header .sell-container .sell-bg {
      position: absolute;
      background-color: #000;
      opacity: 0.5;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .sell-header .sell-content {
    z-index: 10;
    position: relative; }
    .sell-header .sell-content h5 {
      color: #fff;
      padding: 0 40px 20px 40px;
      margin-bottom: 15px;
      border-bottom: 2px solid #fff;
      display: inline-block; }
    .sell-header .sell-content h1 {
      margin-bottom: 0px; }

.top-sell {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 0px; }
  .top-sell::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (max-width: 716px) {
    .top-sell {
      padding: 50px 0px; } }
  .top-sell .sell-text {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 57.35098%; }
    .top-sell .sell-text:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1050px) {
      .top-sell .sell-text {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        .top-sell .sell-text:last-child {
          margin-right: 0; } }
    .top-sell .sell-text p {
      line-height: 28px;
      margin-top: 0px; }
      @media screen and (max-width: 1050px) {
        .top-sell .sell-text p {
          line-height: 25px;
          margin-bottom: 0px; } }
      @media screen and (max-width: 716px) {
        .top-sell .sell-text p {
          line-height: 20px; } }
    .top-sell .sell-text p:nth-of-type(1) {
      margin-bottom: 30px; }
  .top-sell .sell-image {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 40.29137%;
    height: 430px; }
    .top-sell .sell-image:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1050px) {
      .top-sell .sell-image {
        display: none; } }

#interior3 {
  background-image: url("../../assets/img/interior3.jpg");
  background-position: bottom, center;
  background-size: cover; }

.bottom-sell {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px; }
  .bottom-sell::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (max-width: 1050px) {
    .bottom-sell {
      padding: 100px 0px; } }
  @media screen and (max-width: 716px) {
    .bottom-sell {
      padding: 50px 0px; } }
  .bottom-sell .sell-contact {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 40.29137%; }
    .bottom-sell .sell-contact:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1050px) {
      .bottom-sell .sell-contact {
        display: none; } }
    .bottom-sell .sell-contact #interior4 {
      background-image: url("../../assets/img/interior4.jpg");
      background-position: center, center;
      background-size: cover;
      height: 430px; }
    .bottom-sell .sell-contact p {
      font-size: 20px; }
    .bottom-sell .sell-contact button {
      margin: 0px; }
  .bottom-sell .sell-list {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 57.35098%;
    padding-left: 50px; }
    .bottom-sell .sell-list:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1050px) {
      .bottom-sell .sell-list {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        padding-left: 0px; }
        .bottom-sell .sell-list:last-child {
          margin-right: 0; } }
    .bottom-sell .sell-list .sell-list-item {
      padding: 20px 0px;
      border-bottom: 2px solid #8e793e;
      list-style: none; }
      .bottom-sell .sell-list .sell-list-item h5 {
        font-size: 50px;
        display: inline-block;
        margin: 0px; }
        @media screen and (max-width: 716px) {
          .bottom-sell .sell-list .sell-list-item h5 {
            font-size: 30px; } }
      .bottom-sell .sell-list .sell-list-item p {
        font-size: 30px;
        display: inline-block;
        margin: 0px;
        padding-left: 20px;
        text-transform: uppercase;
        font-family: "universltstd-lightultracn-webfont";
        line-height: 30px; }
        @media screen and (max-width: 716px) {
          .bottom-sell .sell-list .sell-list-item p {
            font-size: 18px;
            padding-left: 10px; } }

.mobile-sell-contact {
  display: none;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto; }
  .mobile-sell-contact::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (max-width: 1050px) {
    .mobile-sell-contact {
      display: block; } }
  .mobile-sell-contact #interior4 {
    background-image: url("../../assets/img/interior4.jpg");
    background-position: center, center;
    background-size: cover;
    height: 430px; }
    @media screen and (max-width: 1050px) {
      .mobile-sell-contact #interior4 {
        height: 375px; } }
    @media screen and (max-width: 716px) {
      .mobile-sell-contact #interior4 {
        height: 230px; } }
  .mobile-sell-contact p {
    font-size: 20px; }
    @media screen and (max-width: 716px) {
      .mobile-sell-contact p {
        font-size: 14px; } }
  .mobile-sell-contact button {
    margin: 0px; }
    @media screen and (max-width: 716px) {
      .mobile-sell-contact button {
        display: block;
        margin: 0px auto; } }

.buy {
  padding-top: 0px;
  padding-bottom: 0px; }

.buy-header {
  text-align: center;
  background-image: url("../../assets/img/buildingSky.jpg");
  background-position: bottom, center;
  background-size: cover;
  position: relative;
  text-align: center;
  color: #fff;
  padding: 100px 0px; }
  @media screen and (max-width: 716px) {
    .buy-header {
      padding: 0px; } }
  .buy-header .buy-container {
    padding: 40px 0px; }
    .buy-header .buy-container .buy-bg {
      position: absolute;
      background-color: #000;
      opacity: 0.5;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .buy-header .buy-content {
    z-index: 10;
    position: relative; }
    .buy-header .buy-content h5 {
      color: #fff;
      padding: 0 40px 20px 40px;
      margin-bottom: 15px;
      border-bottom: 2px solid #fff;
      display: inline-block; }
    .buy-header .buy-content h1 {
      margin-bottom: 0px; }

.top-buy {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 0px; }
  .top-buy::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (max-width: 716px) {
    .top-buy {
      padding: 50px 0px; } }
  .top-buy .buy-text {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 57.35098%; }
    .top-buy .buy-text:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1050px) {
      .top-buy .buy-text {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        .top-buy .buy-text:last-child {
          margin-right: 0; } }
    .top-buy .buy-text h2 {
      width: 60%; }
      @media screen and (max-width: 1050px) {
        .top-buy .buy-text h2 {
          width: 100%; } }
    .top-buy .buy-text p {
      line-height: 28px;
      margin-top: 0px; }
      @media screen and (max-width: 1050px) {
        .top-buy .buy-text p {
          line-height: 25px;
          margin-bottom: 0px; } }
      @media screen and (max-width: 716px) {
        .top-buy .buy-text p {
          line-height: 20px; } }
    @media screen and (max-width: 1050px) {
      .top-buy .buy-text p:nth-of-type(1) {
        margin-bottom: 15px; } }
    @media screen and (max-width: 716px) {
      .top-buy .buy-text p:nth-of-type(1) {
        margin-bottom: 10px; } }
  .top-buy .buy-contact {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 40.29137%; }
    .top-buy .buy-contact:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1050px) {
      .top-buy .buy-contact {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        padding-top: 100px; }
        .top-buy .buy-contact:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 716px) {
      .top-buy .buy-contact {
        padding-top: 50px; } }
    .top-buy .buy-contact #interior5 {
      background-image: url("../../assets/img/interior5.jpg");
      background-position: center, center;
      background-size: cover;
      height: 430px; }
      @media screen and (max-width: 1050px) {
        .top-buy .buy-contact #interior5 {
          height: 375px; } }
      @media screen and (max-width: 716px) {
        .top-buy .buy-contact #interior5 {
          height: 230px; } }
    .top-buy .buy-contact p {
      font-size: 20px; }
      @media screen and (max-width: 716px) {
        .top-buy .buy-contact p {
          font-size: 14px; } }
    .top-buy .buy-contact button {
      margin: 0px;
      float: right; }
      @media screen and (max-width: 1050px) {
        .top-buy .buy-contact button {
          float: left; } }
      @media screen and (max-width: 716px) {
        .top-buy .buy-contact button {
          float: none;
          display: block;
          margin: 0px auto; } }

#interior6 {
  background-image: url("../../assets/img/interior6.jpg");
  background-position: center, center;
  background-size: cover; }

.contact {
  padding-bottom: 0px; }
  .contact .contact-container {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
    .contact .contact-container::after {
      clear: both;
      content: "";
      display: block; }
    .contact .contact-container h5 {
      color: #231f20;
      padding: 0 0px 20px 0px;
      margin-bottom: 15px;
      border-bottom: 2px solid #231f20;
      display: inline-block; }
    .contact .contact-container .contact-info {
      display: block;
      font-size: 30px;
      font-family: "crimson_text_semibolditalic";
      margin-bottom: 10px; }
      @media screen and (max-width: 1050px) {
        .contact .contact-container .contact-info {
          font-size: 22px; } }
      @media screen and (max-width: 716px) {
        .contact .contact-container .contact-info {
          font-size: 18px; } }
    @media screen and (max-width: 1050px) {
      .contact .contact-container .contact-info:nth-of-type(1) {
        margin-top: 20px;
        margin-bottom: 5px; } }
    @media screen and (max-width: 716px) {
      .contact .contact-container .contact-info:nth-of-type(1) {
        margin-top: 15px; } }
    .contact .contact-container p {
      margin-top: 10px;
      margin-bottom: 30px;
      font-size: 22px; }
      @media screen and (max-width: 1050px) {
        .contact .contact-container p {
          font-size: 18px; } }
      @media screen and (max-width: 716px) {
        .contact .contact-container p {
          font-size: 14px; } }
    @media screen and (max-width: 1050px) {
      .contact .contact-container button {
        margin: 0px; } }

.map {
  width: 100%;
  margin-top: 100px;
  height: 550px; }
  @media screen and (max-width: 1050px) {
    .map {
      height: 375px; } }
  @media screen and (max-width: 716px) {
    .map {
      margin-top: 50px;
      height: 230px; } }

footer {
  background-color: #231f20; }
  footer .footer-container {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto; }
    footer .footer-container::after {
      clear: both;
      content: "";
      display: block; }
    @media screen and (max-width: 716px) {
      footer .footer-container {
        max-width: 97%;
        margin-left: auto;
        margin-right: auto; }
        footer .footer-container::after {
          clear: both;
          content: "";
          display: block; } }
    footer .footer-container p {
      margin: 0px;
      color: #fff;
      display: inline-block;
      padding: 20px 0px; }
      @media screen and (max-width: 716px) {
        footer .footer-container p {
          font-size: 14px; } }
    footer .footer-container a {
      float: right;
      display: block;
      color: #fff;
      text-decoration: none;
      padding: 20px 10px; }
      @media screen and (max-width: 716px) {
        footer .footer-container a {
          font-size: 14px; } }

.contact-disable {
  display: none; }

.contact-form {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #231f20;
  z-index: 3000;
  overflow-x: hidden;
  overflow-y: scroll; }
  .contact-form img {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    width: 25px;
    height: 25px;
    z-index: 4000; }
  .contact-form .container {
    width: 500px;
    margin: 50px auto; }
    @media screen and (max-width: 516px) {
      .contact-form .container {
        width: 95%;
        margin: 40px auto; } }
    .contact-form .container h1 {
      color: #fff;
      text-align: center; }
    .contact-form .container input {
      display: block;
      width: 100%;
      margin: 50px 0px;
      padding: 5px;
      background-color: #231f20;
      color: #ad974f;
      border-top: none;
      border-left: none;
      border-right: none;
      border-bottom: 1px solid #fff; }
      @media screen and (max-width: 516px) {
        .contact-form .container input {
          margin: 30px 0px; } }
    .contact-form .container textarea {
      width: 100%;
      margin-bottom: 50px;
      padding: 5px;
      height: 150px;
      background-color: #231f20;
      color: #ad974f;
      border: 1px solid #fff; }
      @media screen and (max-width: 516px) {
        .contact-form .container textarea {
          margin: 30px 0px; } }
    .contact-form .container textarea::-webkit-input-placeholder {
      color: #ad974f;
      text-transform: uppercase;
      font-family: "universltstd-lightultracn-webfont";
      font-size: 25px; }
      @media screen and (max-width: 516px) {
        .contact-form .container textarea::-webkit-input-placeholder {
          font-size: 18px; } }
    .contact-form .container textarea::-moz-placeholder {
      color: #ad974f;
      text-transform: uppercase;
      font-family: "universltstd-lightultracn-webfont";
      font-size: 25px; }
      @media screen and (max-width: 516px) {
        .contact-form .container textarea::-moz-placeholder {
          font-size: 18px; } }
    .contact-form .container textarea:-ms-input-placeholder {
      color: #ad974f;
      text-transform: uppercase;
      font-family: "universltstd-lightultracn-webfont";
      font-size: 25px; }
      @media screen and (max-width: 516px) {
        .contact-form .container textarea:-ms-input-placeholder {
          font-size: 18px; } }
    .contact-form .container textarea:-moz-placeholder {
      color: #ad974f;
      text-transform: uppercase;
      font-family: "universltstd-lightultracn-webfont";
      font-size: 25px; }
      @media screen and (max-width: 516px) {
        .contact-form .container textarea:-moz-placeholder {
          font-size: 18px; } }
    .contact-form .container input[type=submit] {
      width: auto;
      margin: 0px auto;
      background-color: #ad974f;
      color: #fff;
      font-family: "universltstd-lightultracn-webfont";
      font-size: 22px;
      border: solid 2px #ad974f;
      text-transform: uppercase;
      padding: 15px 40px; }
      @media screen and (max-width: 1050px) {
        .contact-form .container input[type=submit] {
          padding: 8px 25px;
          font-size: 18px; } }
    .contact-form .container input[type=submit]:active {
      background-color: #8e793e;
      border: solid 2px #8e793e; }
    .contact-form .container input::-webkit-input-placeholder {
      color: #ad974f;
      text-transform: uppercase;
      font-family: "universltstd-lightultracn-webfont";
      font-size: 25px; }
      @media screen and (max-width: 516px) {
        .contact-form .container input::-webkit-input-placeholder {
          font-size: 18px; } }
    .contact-form .container input::-moz-placeholder {
      color: #ad974f;
      text-transform: uppercase;
      font-family: "universltstd-lightultracn-webfont";
      font-size: 25px; }
      @media screen and (max-width: 516px) {
        .contact-form .container input::-moz-placeholder {
          font-size: 18px; } }
    .contact-form .container input:-ms-input-placeholder {
      color: #ad974f;
      text-transform: uppercase;
      font-family: "universltstd-lightultracn-webfont";
      font-size: 25px; }
      @media screen and (max-width: 516px) {
        .contact-form .container input:-ms-input-placeholder {
          font-size: 18px; } }
    .contact-form .container input:-moz-placeholder {
      color: #ad974f;
      text-transform: uppercase;
      font-family: "universltstd-lightultracn-webfont";
      font-size: 25px; }
      @media screen and (max-width: 516px) {
        .contact-form .container input:-moz-placeholder {
          font-size: 18px; } }

.search-disable {
  display: none; }

.search-form {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eaeaea;
  z-index: 3000;
  overflow: scroll; }
  .search-form img {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    width: 25px;
    height: 25px;
    z-index: 4000; }
  .search-form .container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin: 50px auto; }
    .search-form .container::after {
      clear: both;
      content: "";
      display: block; }
    @media screen and (max-width: 1050px) {
      .search-form .container {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
        margin: 40px auto; }
        .search-form .container::after {
          clear: both;
          content: "";
          display: block; } }
    .search-form .container h1 {
      text-align: center; }
