/* Get rid of annoying default margins */
html, body {
  margin: 0;
  background-color: #191919;
  color: #fff;
  font-family: "Open Sans", Arial, "sans-serif"; }

a {
  color: #FF9E1B; }

/* Site Structure */
.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 20px;
  position: relative; }

/* Site Common */
hr, .seperator {
  border-style: solid;
  width: 100%;
  border-top: 3px solid #FF9E1B;
  color: #FF9E1B;
  margin: 15px 0px; }

.seperator-thin {
  width: 100%;
  border-top: 1px solid #FF9E1B;
  margin: 15px 0px; }

/* Property Listing */
.listing-status-sold {
  z-index: 2;
  width: 200px;
  background: #e43;
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 1px;
  color: white;
  transform: rotate(-45deg);
  user-select: none;
  cursor: default;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  text-transform: uppercase; }

.listing-group {
  width: 100%;
  display: inline-block;
  text-align: left;
  background-color: #1d1d1d; }

/* Property Page */
.property-content-container {
  display: inline-flex;
  width: 100%; }

.property-content-description {
  width: 100%;
  padding-right: 24px; }

.property-content-card {
  margin-left: 80px;
  min-width: 250px; }

.property-content-card-title {
  font-size: 24px;
  text-transform: uppercase;
  margin-top: 16px; }

.property-content-card-container {
  width: 100%;
  padding: 0px !important;
  display: inline-block; }

/* Profiles */
.profile-info-container {
  padding: 8px 20px; }

.profile-name {
  font-size: 20px;
  font-weight: bold; }

.profile-role {
  font-size: 16px; }

.profile-email, .profile-phone {
  font-size: 14px; }

.profile-container-listing {
  float: right;
  display: inline-block; }

.site-content {
  padding-bottom: 30px; }

/* Common Theming */
h1 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 16px;
  margin-top: 8px; }

p {
  margin-top: 10px;
  margin-bottom: 10px; }

h2 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 8px;
  margin-bottom: 4px; }

/* Striping */
.stripe > div {
  padding: 12px 0px; }

.stripe > div:nth-child(2n) {
  background-color: #151515; }

.home-open-times p {
  margin: 4px; }

cover {
  font-size: 60px;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  display: block;
  padding: 122px 0px;
  background-image: url(../img/placeholders/home_background.jpg);
  background-size: cover;
  background-position: center;
  text-shadow: 0 0 150px black, 0 0 70px black, 0 0 20px black;
  margin-bottom: 20px; }

/* Featured Listing */
.featured-listing {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden; }

.featured-listing > .content {
  background: transparent url(../img/shadow.png) no-repeat center center;
  background-size: 100% 100%;
  padding: 128px 0px;
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 0%;
  transform: translate(-50%, 0);
  width: 100%; }

.featured-listing .suburb {
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 500; }

.featured-listing .address {
  font-size: 24px; }

.featured-listing .featured-button {
  font-size: 20px;
  font-weight: 300;
  color: white;
  border: 2px solid white;
  padding: 12px 16px;
  display: inline-block;
  margin: 16px;
  text-decoration: none; }

/* Translation */
.translation-options {
  float: right; }

/* Featured Header */
.featured-page-header {
  background-image: url(../img/placeholders/home_background.jpg);
  background-size: cover;
  background-position: center;
  height: 320px;
  position: relative;
  overflow: hidden; }

.featured-page-header > .wrapper {
  height: 100%;
  box-sizing: border-box; }

.featured-page-title {
  text-align: left;
  letter-spacing: 4px;
  font-size: 60px;
  padding-bottom: 10px;
  left: 0;
  bottom: 0;
  position: absolute;
  text-transform: uppercase;
  text-shadow: 0 0 150px black, 0 0 70px black, 0 0 20px black; }

.featured-page-bottom-anchor {
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  padding: 4px 0px 12px 0px; }

.featured-page-hint {
  padding: 8px 4px;
  font-size: 18px; }

.hint-smaller {
  font-size: 12px; }

.center-notice {
  font-size: 130%;
  text-align: center; }

.center-text {
  text-align: center; }

/* Search Results Footer */
.search-results-footer {
  background-color: #1d1d1d;
  padding: 18px 4px;
  margin: 16px 0px; }

/* Home Page */
.home-page-content {
  display: block;
  padding: 40px 0px;
  background-color: #111111; }

.home-title {
  text-align: center;
  font-size: 48px;
  padding: 60px 0px;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.3); }

.search-form {
  width: 100%;
  margin: 0 auto; }

.search-bar {
  display: flex; }

.search-params {
  display: flex; }

.search-input {
  margin-right: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px; }

.search-input:focus {
  outline-width: 0; }

.search-button {
  padding: 0px 24px !important;
  margin-left: 0px !important;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  text-align: center;
  width: auto !important;
  font-size: 22px !important; }

/* Forms */
.contact-form #error-message {
  display: block; }

.ui-input-base, input, textarea, select, .button, .search-button, .button-small, .pages-nav .page-numbers {
  width: 100%;
  font-size: 18px;
  font-family: "Open Sans", Arial, "sans-serif";
  font-weight: 400;
  border: none;
  border-radius: 2px;
  margin: 4px;
  padding: 16px 30px;
  display: inline-block; }

.small-ui select, .small-ui input {
  height: 30px;
  font-size: 14px;
  padding: 0px 8px; }

select {
  background-color: white;
  color: black;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../img/chevron-white.png);
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat; }

.darker select {
  color: white;
  background-color: #292929 !important;
  border: 1px solid #d5d5d5;
  background-image: url(../img/chevron.png); }

.darker input[type=text] {
  color: white;
  background-color: #292929 !important;
  border: 1px solid #d5d5d5; }

select::-ms-expand {
  display: none; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-style: italic; }

.contact-form textarea {
  height: 220px; }

.contact-form > div {
  display: flex; }

.form-send-container {
  display: flex; }

.form-disclaimer #error-message {
  font-size: 18px;
  color: red;
  float: right; }

.form-disclaimer {
  width: 100%;
  margin: 4px;
  font-size: 13px;
  font-weight: 300; }

/* Buttons */
.button, .search-button, .button-small, .pages-nav .page-numbers {
  box-sizing: border-box;
  cursor: pointer;
  color: white;
  background-color: #FF9E1B;
  width: initial; }

span.button, span.search-button, span.button-small, .pages-nav span.page-numbers {
  display: inline-block; }

button .button-small, button .pages-nav .page-numbers, .pages-nav button .page-numbers {
  width: 100%; }

button.button, button.search-button, button.button-small, .pages-nav button.page-numbers {
  display: block;
  width: 100%; }

.button-small, .pages-nav .page-numbers {
  box-sizing: border-box;
  height: 30px;
  font-size: 14px !important;
  padding: 0px 0px; }

.small-ui input[type=text] {
  font-size: 14px !important;
  padding: 0px 8px; }

/* Google Maps */
.maps-embed {
  margin: 0px 0px;
  display: flex; }

/* Themed Boxes */
.content-box, .property-content-card-container {
  background-color: #2f2f2f;
  padding: 20px;
  border-bottom: 6px solid #FF9E1B; }

/* Social Media Icons */
.social-icon, .social-icon-twitter, .social-icon-facebook, .social-icon-instagram {
  width: 50px;
  height: 50px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  padding: 0px 7px; }

.social-icon-twitter {
  background-image: url(../img/twitter.svg); }

.social-icon-facebook {
  background-image: url(../img/facebook.svg); }

.social-icon-instagram {
  background-image: url(../img/instagram.svg); }

/* Footer */
.footer-upper-section {
  min-height: 275px;
  background-image: url(../img/footer-backdrop.svg);
  background-repeat: repeat-x;
  background-position: bottom;
  background-color: #1c1c1c; }

.footer-upper-section-content {
  padding: 40px 0px;
  display: flex; }

.footer-content-block {
  display: inline-block;
  flex-grow: 1; }

.footer-copyright {
  font-size: 14px;
  line-height: 150%;
  padding: 10px 0px;
  background-color: #0f0f0f; }

/* Footer Navigation */
.footer-nav-category {
  padding: 0;
  margin: 0;
  display: table;
  width: 100%; }

.footer-nav-category > li {
  padding-right: 50px;
  vertical-align: top;
  display: inline-block; }

.footer-nav-sub-pages {
  list-style: none;
  font-size: 16px;
  padding: 0; }

.footer-nav-sub-pages li {
  padding-bottom: 8px; }

.footer-nav-sub-pages a {
  text-decoration: none;
  color: #b1b1b1; }

.footer-nav-category-name {
  font-weight: 300;
  padding-bottom: 20px;
  font-size: 18px;
  text-transform: uppercase; }

/* Footer Contact Section */
.footer-contact-logo {
  padding-bottom: 5px; }

.footer-contact-info {
  line-height: 150%;
  font-size: 12px;
  display: block; }

/* Footer Social Media Section */
.footer-social-media {
  text-align: center; }

/* Navigation Bar */
.navigation {
  background-color: #0f0f0f;
  height: 77px; }

.navigation-brand {
  display: inline-block;
  height: 100%; }

.navigation-brand img {
  transform: translate(0, 12px); }

.footer-contact-logo img, .navigation-brand img {
  height: 52px; }

.navigation-list {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
  display: inline-block;
  position: relative; }

.navigation-list > li {
  font-size: 14px;
  text-transform: uppercase;
  float: left;
  display: inline-block;
  text-align: center;
  transition: 0.05s all linear; }

.navigation-list > li > a {
  position: relative;
  display: inline-block;
  line-height: 77px;
  color: #fff;
  text-decoration: none;
  min-width: 120px; }

.navigation-list > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0px;
  bottom: 0;
  left: 0;
  background-color: #000;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s; }

.navigation-list > li:hover > .sub-menu {
  visibility: visible;
  opacity: 1; }

.navigation-list > li:hover > a:before {
  height: 2px;
  visibility: visible;
  background-color: #FF9E1B; }

.navigation-list > li:hover {
  background-color: #1A1A1A; }

.navigation-list .active {
  background-color: #242424; }

/* Sub Menu */
.sub-menu a {
  font-weight: 300;
  text-decoration: none;
  color: white;
  width: 100%;
  height: 100%;
  display: inline-block;
  padding: 8px 14px;
  box-sizing: border-box;
  transition: all 0.1s ease;
  font-size: 13px; }

.sub-menu a:hover {
  background-color: #1F1F1F; }

.sub-menu li {
  border-bottom: 1px solid #333;
  transition: all 0.1s ease; }

.sub-menu li:hover {
  border-bottom: 1px solid #ce7600; }

.navigation-list .sub-menu {
  z-index: 99;
  position: absolute;
  color: #fff;
  background-color: #252525;
  padding: 0;
  margin: 0;
  list-style: none;
  visibility: hidden;
  opacity: 0;
  text-align: left;
  text-transform: none;
  transition: all 0.1s ease;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.7);
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  min-width: 118px; }

.navigation-list li:last-child > ul {
  right: 0; }

/* Pages Nav */
.pages-nav {
  float: right;
  margin: 0;
  display: flex; }

.pages-nav .page-numbers {
  transition: background-color 0.2s ease;
  background-color: #2e2e2e;
  padding: 5px 13px;
  margin: 0px 3px;
  text-decoration: none; }

.pages-nav .page-numbers:hover:not(.current):not(.inactive) {
  background-color: #414141; }

.pages-nav .current {
  background-color: #FF9E1B; }

.pages-nav .inactive {
  background-color: #232323;
  color: #373737;
  cursor: default; }

.pages-nav li {
  display: inline; }

/* This sections for different screen sizes and what not */
@media (max-width: 1100px) {
  div:not(.nearby-group).listing {
    width: 50% !important; } }
@media (max-width: 1100px) {
  .nearby-group > .listing {
    font-size: 80%; }

  .nearby-group .listing-address {
    font-size: 100% !important; } }
@media (max-width: 550px) {
  .listing {
    width: 100% !important; } }
/*@media (min-width: 1600px) {
  .full-page-listing .listing{
	width: 25% !important;
	}
}*/
/*
@media (min-width: 1800px) {
  .full-page-listing .listing{
	width: 20% !important;
	}
}*/
.listing {
  float: left;
  height: 400px;
  width: 33.3333333%;
  color: white;
  text-decoration: none;
  padding: 1px;
  box-sizing: border-box;
  display: inline-flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  color: white !important; }

.listing a:link, .listing a:visited {
  color: white !important; }

.listing:hover .listing-preview {
  transform: scale(1.1); }

.listing-upper-section {
  overflow: hidden;
  height: 75%;
  position: relative;
  width: 100%;
  flex: 1; }

.listing-address {
  display: inline-block;
  font-size: 22px;
  vertical-align: middle;
  text-transform: uppercase; }

.small-listing .listing-address {
  font-size: 18px; }

.listing-address strong {
  font-weight: 500;
  margin-right: 6px; }

.listing-address span {
  font-size: 75%;
  display: inline-block; }

.listing-specs {
  display: inline-block;
  float: right; }

.listing-specs span {
  padding: 0px 3px; }

.listing-specs span > i {
  padding: 0px 5px; }

.listing-preview-wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%; }

.listing-preview {
  transition: all 0.4s ease;
  height: 100%;
  background-image: url(../img/placeholders/property-picture.jpg);
  background-size: cover;
  background-position: bottom; }

.listing-price {
  display: inline-block; }

.listing-details {
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0; }

/* Intro Video */
.intro-video-wrapper {
  background-color: #1b1b1b;
  text-align: center;
  height: 600px;
  overflow: hidden; }

.intro-video {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
  position: relative;
  margin: 0 auto; }

.intro-video video {
  display: block; }

.intro-video img {
  display: block;
  width: 100%; }

.intro-video video, .intro-video img {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translate(0, -50%); }

.fade-left-right {
  top: 0;
  position: absolute;
  background-size: contain;
  width: 100%;
  height: 100%;
  z-index: 5; }

.property-extra-info-container {
  min-width: 350px; }

/* Smart Cards */
.smart-card {
  background-color: #2f2f2f;
  margin: 14px 0px;
  margin-top: 4px; }

.smart-header {
  text-transform: uppercase;
  background-color: #FF9E1B;
  font-size: 24px;
  padding: 8px 12px;
  font-weight: 400; }

.smart-content {
  padding: 12px;
  display: grid; }

.no-padding .smart-content {
  padding: 0px; }

/* Info Tables */
.two-table {
  width: 100%; }

.two-table td {
  width: 50% !important; }

.collapse-arrow {
  float: right;
  padding-left: 20px; }

.collapse-arrow i {
  transition: transform 0.3s ease; }

.collapse-arrow.active i {
  transform: rotate(180deg); }

.listing-subtitle {
  display: inline;
  letter-spacing: 2px; }

.listing-page-icons {
  font-size: 24px;
  float: right; }

.listing-page-icons span {
  margin: 0px 4px; }

.listing-page-icons i {
  margin: 0px 10px; }

/*# sourceMappingURL=main.css.map */
