.btn, .gg-btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .gg-btn:focus, .btn.focus, .focus.gg-btn, .btn:active:focus, .gg-btn:active:focus, .btn:active.focus, .gg-btn:active.focus, .btn.active:focus, .active.gg-btn:focus, .btn.active.focus, .active.focus.gg-btn {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .gg-btn:hover, .btn:focus, .gg-btn:focus, .btn.focus, .focus.gg-btn {
    color: #333;
    text-decoration: none; }
  .btn:active, .gg-btn:active, .btn.active, .active.gg-btn {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .disabled.gg-btn, .btn[disabled], [disabled].gg-btn,
  fieldset[disabled] .btn,
  fieldset[disabled] .gg-btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled, a.disabled.gg-btn,
fieldset[disabled] a.btn,
fieldset[disabled] a.gg-btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: none;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

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

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

#top-menu, #footer-menu, .card-item-info ul {
  padding-left: 0; }

#top-menu, #footer-menu, .card-item-info ul {
  list-style: none; }
  #top-menu:before, #footer-menu:before, .card-item-info ul:before, #top-menu:after, #footer-menu:after, .card-item-info ul:after {
    content: " ";
    display: table; }
  #top-menu:after, #footer-menu:after, .card-item-info ul:after {
    clear: both; }
  #top-menu li, #footer-menu li, .card-item-info ul li {
    float: left; }

#top-menu a, #header, .gg-btn {
  -webkit-transition: all 0.33s ease-in-out;
  -o-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out; }

.flex-center {
  display: flex;
  align-content: center;
  align-items: center; }

.center-elements {
  display: flex;
  align-content: center;
  justify-content: center; }

.right-elements {
  display: flex;
  justify-content: flex-end; }

.flex-row {
  display: flex; }

.flex-item {
  margin-right: 15px; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.locked {
  position: fixed;
  width: 100%;
  left: 0; }

a {
  color: inherit; }

.color-1 {
  color: #5f2c7a; }

.bg-1 {
  background-color: #5f2c7a;
  color: #fff; }

.color-2 {
  color: #f86a3c; }

.bg-2 {
  background-color: #f86a3c; }

.color-3 {
  color: #48235c; }

.bg-3 {
  background-color: #48235c;
  color: #fff; }

.color-4 {
  color: #a586b5; }

.bg-4 {
  background-color: #a586b5; }

.color-5 {
  color: #5d2d7f; }

.bg-5 {
  background-color: #5d2d7f;
  color: #fff; }

.color-grey-1 {
  color: #a5a5a5; }

.bg-grey-1 {
  background-color: #a5a5a5; }

.color-grey-2 {
  color: #626262; }

.bg-grey-2 {
  background-color: #626262;
  color: #fff; }

.color-grey-3 {
  color: #ababab; }

.bg-grey-3 {
  background-color: #ababab; }

.color-grey-4 {
  color: #848484; }

.bg-grey-4 {
  background-color: #848484; }

.color-grey-5 {
  color: #e1e1e1; }

.bg-grey-5 {
  background-color: #e1e1e1; }

.color-grey-6 {
  color: #838383; }

.bg-grey-6 {
  background-color: #838383; }

.bg-default {
  background-image: url('../images/bg-default.jpeg');
  color: #fff; }

.gg-content h1, .gg-content h2, .gg-content h3, .gg-content h4, .gg-content h5, .gg-content h6 {
  color: #5f2c7a; }

.gg-content h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px; }

.gg-content p {
  margin-bottom: 20px; }

.gg-content h2 {
  font-size: 28px;
  margin-bottom: 20px; }

.bar {
  padding-top: 15px;
  padding-bottom: 15px; }
  .bar.bg-2 {
    color: #fff; }
  .bar-info {
    display: inline-block;
    font-size: 15px;
    vertical-align: middle;
    margin-right: 30px; }
    .bar-info:last-child {
      margin-right: 0; }
    .bar-info span {
      display: inline-block;
      vertical-align: middle; }

#top-menu a {
  color: #a5a5a5;
  text-transform: uppercase;
  padding: 10px 0;
  display: block; }
  #top-menu a:hover {
    color: #5f2c7a; }
  #top-menu a.gg-btn {
    color: #fff;
    padding: 6px 12px; }
    #top-menu a.gg-btn:hover {
      color: #fff; }

#top-menu li {
  position: relative;
  margin-right: 10px; }
  #top-menu li.active a {
    color: #5f2c7a; }
    #top-menu li.active a:after {
      content: ' ';
      width: 100%;
      position: absolute;
      bottom: -3px;
      left: 0;
      height: 3px;
      background: #5f2c7a; }
  #top-menu li:last-child {
    margin-right: 0; }

@media (max-width: 1199px) {
  #top-menu {
    display: none; } }

#header-hold {
  display: none; }

#header {
  background: #fff; }
  #header-tel {
    font-size: 32px;
    font-weight: normal;
    text-align: right; }
    #header-tel span {
      display: inline-block;
      vertical-align: middle; }
  #header.header-2 {
    background-color: #5d2d7f;
    color: #fff; }

.header-out-of-screen #header-hold {
  display: block; }

.header-out-of-screen #header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999; }
  .header-out-of-screen #header #logo img {
    height: 50px; }

.header-out-of-screen .mobile-menu-trigger {
  top: 0; }

.header-out-of-screen #top-menu {
  margin-top: 10px; }

.page-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 80px;
  padding-bottom: 80px;
  color: #fff;
  text-align: center;
  min-height: 240px;
  position: relative;
  line-height: 1.5; }
  .page-banner h1 {
    font-size: 30px;
    margin-bottom: 30px; }
  .page-banner .gg-btn {
    margin-top: 30px; }
  .page-banner .video {
    margin-top: 30px;
    margin-bottom: 15px; }

.page-content {
  padding-top: 45px;
  padding-bottom: 45px; }

.site-title {
  font-size: 30px;
  color: #5d2d7f;
  display: inline-block; }

.logo {
  display: inline-block; }

.section {
  background-size: cover;
  background-repeat: no-repeat; }
  .section-lg {
    padding-top: 45px;
    padding-bottom: 45px; }
  .section-md {
    padding-top: 20px;
    padding-bottom: 20px; }

.bg-grey {
  background: #dfdfdf; }

.bg-white {
  background: #fff; }

#buy-search {
  background-image: url('../images/buy-search-bg.jpeg');
  color: #fff; }
  #buy-search h2 {
    text-align: center; }
  #buy-search input, #buy-search select {
    color: #626262; }
  #buy-search form .row {
    margin-left: -5px;
    margin-right: -5px; }
    #buy-search form .row .col-sm-3, #buy-search form .row .col-sm-9, #buy-search form .row .col-sm-6 {
      padding-left: 5px;
      padding-right: 5px; }
  #buy-search form .select.select-style-1 select {
    color: #fff; }

#banner-1 {
  background-image: url('../images/banner-1-bg.jpeg');
  color: #fff; }
  #banner-1 h3 {
    font-size: 30px; }
  #banner-1 p {
    font-size: 16px; }
  @media (min-width: 992px) {
    #banner-1 .text-center {
      max-width: 390px; } }

#banner-2 {
  background-image: url('../images/banner-2-bg.jpeg'); }
  #banner-2 #staff {
    background: url('../images/front-staff.png') no-repeat right bottom;
    margin-bottom: -20px;
    min-height: 165px; }
  #banner-2 h4 {
    color: #5f2c7a;
    font-size: 21px; }
  @media (min-width: 992px) {
    #banner-2 .text-center {
      max-width: 330px; } }
  #banner-2.in-child {
    color: #fff;
    background-image: url('../images/banner-2-in-child-bg.jpeg'); }
    #banner-2.in-child h4 {
      color: #fff; }

#buying-list h3 {
  margin-top: 0;
  font-size: 20px;
  color: #848484; }

#rental-appraisal-form {
  background-image: url('../images/rental-appraisal-bg.jpeg'); }
  #rental-appraisal-form .label {
    color: #fff; }

.push-top {
  padding-top: 200px; }

#agent-search {
  padding: 10px 0;
  background-color: #626262; }
  #agent-search p {
    color: #fff;
    font-size: 19px;
    font-weight: bold; }

#footer-menu {
  margin-top: 20px;
  margin-bottom: 0; }
  #footer-menu a {
    font-size: 14px;
    color: #626262; }
  #footer-menu li {
    margin-left: 15px;
    margin-right: 15px; }
    #footer-menu li:first-child {
      margin-left: 0; }
    #footer-menu li:last-child {
      margin-right: 0; }

#copyright {
  margin-top: 10px;
  margin-bottom: 10px; }

.gg-btn {
  outline: none;
  color: #fff;
  background-color: #5f2c7a;
  border-color: transparent; }
  .gg-btn:focus, .gg-btn.focus {
    color: #fff;
    background-color: #421e55;
    border-color: transparent; }
  .gg-btn:hover {
    color: #fff;
    background-color: #421e55;
    border-color: transparent; }
  .gg-btn:active, .gg-btn.active,
  .open > .gg-btn.dropdown-toggle {
    color: #fff;
    background-color: #421e55;
    border-color: transparent; }
    .gg-btn:active:hover, .gg-btn:active:focus, .gg-btn:active.focus, .gg-btn.active:hover, .gg-btn.active:focus, .gg-btn.active.focus,
    .open > .gg-btn.dropdown-toggle:hover,
    .open > .gg-btn.dropdown-toggle:focus,
    .open > .gg-btn.dropdown-toggle.focus {
      color: #fff;
      background-color: #2d153a;
      border-color: transparent; }
  .gg-btn:active, .gg-btn.active,
  .open > .gg-btn.dropdown-toggle {
    background-image: none; }
  .gg-btn.disabled:hover, .gg-btn.disabled:focus, .gg-btn.disabled.focus, .gg-btn[disabled]:hover, .gg-btn[disabled]:focus, .gg-btn[disabled].focus,
  fieldset[disabled] .gg-btn:hover,
  fieldset[disabled] .gg-btn:focus,
  fieldset[disabled] .gg-btn.focus {
    background-color: #5f2c7a;
    border-color: transparent; }
  .gg-btn .badge {
    color: #5f2c7a;
    background-color: #fff; }
  .gg-btn:hover {
    background-color: #421e55; }
  .gg-btn-invert {
    border: 2px solid #5f2c7a;
    color: #5f2c7a;
    background: transparent; }
  .gg-btn-2 {
    background-color: #f86a3c; }
    .gg-btn-2:hover {
      background-color: #f6440b; }
  .gg-btn-3 {
    background-color: #fff;
    color: #5f2c7a; }
    .gg-btn-3:hover {
      background-color: #5f2c7a;
      color: #fff; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  font-weight: bold; }

h4 {
  font-size: 22px; }

h3 {
  font-size: 30px;
  font-weight: 500; }

.text-small {
  font-size: 12px; }

.text-grey-3 {
  color: #ababab; }

.text-light label, .text-light h1, .text-light h2, .text-light h3, .text-light h4, .text-light h5, .text-light h6, .text-light span, .text-light p {
  color: #fff; }

.gg-form-style .label {
  font-size: 16px;
  margin-bottom: 5px; }

.gg-form-style input[type="text"], .gg-form-style input[type="email"], .gg-form-style input[type="password"], .gg-form-style input[type="tel"], .gg-form-style textarea, .gg-form-style .select {
  background: #fff;
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  text-transform: uppercase;
  outline: none;
  margin-bottom: 15px; }

.gg-form-style input[type="text"],
.gg-form-style input[type="email"],
.gg-form-style input[type="password"],
.gg-form-style input[type="tel"], .gg-form-style textarea {
  height: 35px;
  padding: 10px 12px;
  border: none; }

.gg-form-style textarea {
  resize: none;
  height: 84px; }

.gg-form-style .checkbox {
  padding-left: 24px; }
  .gg-form-style .checkbox input[type="checkbox"] {
    display: none; }
  .gg-form-style .checkbox:before {
    width: 17px;
    height: 17px;
    background: rgba(255, 255, 255, 0.6);
    content: ' ';
    display: block;
    position: absolute;
    left: 5px;
    top: 0; }
  .gg-form-style .checkbox.active:before {
    background: rgba(255, 255, 255, 0.6) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAFo9M/3AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAANdJREFUeNpi/P//PwMIMDFAwH+AAGJEFgGzAAIILgJTwsSAChgBAghdBQOyilVAbMzwHwJ2A/FdkGqQCkYgFgRiZZAygADCMAMJgBS9Z0IyzwWJDdJ1BuIwoAlQDAN3kcQYWJDdjM0egADC5wYMf5GkAGTsO2QF79AkQcAE5otyqOvfIflECeYLmHfKsUkiK4ApQpEEYYLeBAgwJnQdpGKC4YQGVkFDxAURJqgmCuKwadV/VHAX5l9sCkDB6UJII65QxAXuYgthdAOwGYRTI9HRRG5iJBoAAMO+pl8SldxYAAAAAElFTkSuQmCC) no-repeat; }

.gg-form-style input[type="text"].input-style-1,
.gg-form-style input[type="email"].input-style-1,
.gg-form-style input[type="password"].input-style-1,
.gg-form-style input[type="tel"].input-style-1, .gg-form-style textarea.input-style-1 {
  background-color: rgba(255, 255, 255, 0.6); }
  .gg-form-style input[type="text"].input-style-1::-moz-placeholder,
  .gg-form-style input[type="email"].input-style-1::-moz-placeholder,
  .gg-form-style input[type="password"].input-style-1::-moz-placeholder,
  .gg-form-style input[type="tel"].input-style-1::-moz-placeholder, .gg-form-style textarea.input-style-1::-moz-placeholder {
    color: #fff;
    opacity: 1; }
  .gg-form-style input[type="text"].input-style-1:-ms-input-placeholder,
  .gg-form-style input[type="email"].input-style-1:-ms-input-placeholder,
  .gg-form-style input[type="password"].input-style-1:-ms-input-placeholder,
  .gg-form-style input[type="tel"].input-style-1:-ms-input-placeholder, .gg-form-style textarea.input-style-1:-ms-input-placeholder {
    color: #fff; }
  .gg-form-style input[type="text"].input-style-1::-webkit-input-placeholder,
  .gg-form-style input[type="email"].input-style-1::-webkit-input-placeholder,
  .gg-form-style input[type="password"].input-style-1::-webkit-input-placeholder,
  .gg-form-style input[type="tel"].input-style-1::-webkit-input-placeholder, .gg-form-style textarea.input-style-1::-webkit-input-placeholder {
    color: #fff; }

.gg-form-style .select {
  position: relative;
  padding: 0 10px; }
  .gg-form-style .select select {
    height: 35px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    outline: none;
    border: none;
    text-transform: uppercase;
    width: 100%; }
  .gg-form-style .select:after {
    content: ' ';
    position: absolute;
    right: 10px;
    top: 15px;
    background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 17.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='12px' height='6.812px' viewBox='0 0 12 6.812' enable-background='new 0 0 12 6.812' xml:space='preserve'%3E %3Cpolygon fill='%23848484' points='6,3.587 2.413,0 0.8,1.613 6,6.812 11.2,1.613 9.587,0 '/%3E %3C/svg%3E");
    width: 12px;
    height: 7px; }
  .gg-form-style .select-style-1 {
    background: rgba(255, 255, 255, 0.6);
    color: #fff; }
    .gg-form-style .select-style-1:after {
      background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 17.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='12px' height='6.812px' viewBox='0 0 12 6.812' enable-background='new 0 0 12 6.812' xml:space='preserve'%3E %3Cpolygon fill='%23ffffff' points='6,3.587 2.413,0 0.8,1.613 6,6.812 11.2,1.613 9.587,0 '/%3E %3C/svg%3E"); }
  .gg-form-style .select-style-2 {
    background-color: #848484; }
    .gg-form-style .select-style-2 select {
      color: #fff; }
    .gg-form-style .select-style-2:after {
      background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 17.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='12px' height='6.812px' viewBox='0 0 12 6.812' enable-background='new 0 0 12 6.812' xml:space='preserve'%3E %3Cpolygon fill='%23ffffff' points='6,3.587 2.413,0 0.8,1.613 6,6.812 11.2,1.613 9.587,0 '/%3E %3C/svg%3E"); }

.gg-form label {
  margin-bottom: 15px;
  display: inline-block; }

.gg-form-stack .gg-input {
  margin-left: 0;
  margin-right: 0; }

.gg-input {
  position: relative;
  margin-left: 15px;
  margin-right: 15px; }
  .gg-input input {
    padding: 15px;
    height: 34px;
    outline: none;
    width: 100%;
    border: none; }
    .gg-input input.has-icon {
      padding-right: 30px; }
  .gg-input a, .gg-input button {
    position: absolute;
    right: 0;
    top: 0;
    height: 34px;
    width: 34px;
    text-align: center;
    padding: 5px;
    display: inline-block;
    /*font: normal normal normal 14px/1 FontAwesome;*/
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #f86a3c;
    color: #fff; }
  .gg-input-style-1 {
    color: #848484; }
    .gg-input-style-1:after {
      top: -5px;
      right: 5px;
      font-size: 22px;
      color: #f86a3c;
      background: none; }
  .gg-input .rounded {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }

.col-sm-6 .gg-input {
  margin-left: 0;
  margin-right: 0; }

.form-section {
  margin-bottom: 30px; }

.video-cover {
  position: relative;
  display: inline-block; }
  .video-cover:before {
    content: ' ';
    background: url('../images/video-cover-background.png') no-repeat center center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%; }

.video img {
  max-width: 100%;
  height: auto; }

.card-content-wrap {
  padding: 0 15px; }

.card-item {
  margin-bottom: 30px;
  background: #fff; }
  .card-item-desc {
    color: #8a8a8a;
    font-size: 13px; }
  .card-item-info ul li {
    color: #717171;
    margin-right: 20px; }
    .card-item-info ul li img {
      margin-right: 2px; }
  .card-item-image {
    position: relative;
    margin: 0 6px;
    padding-top: 6px; }
    .card-item-image img {
      max-width: 100%;
      width: 100%;
      height: auto; }
    .card-item-image .wrap:after {
      content: ' ';
      width: 100%;
      height: 102px;
      background: url('../images/card-item-image.png') repeat-x;
      position: absolute;
      bottom: 0;
      left: 0; }
    .card-item-image-title {
      padding: 10px;
      font-weight: bold;
      color: #fff;
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: 99;
      font-size: 16px; }
  .card-item h2 {
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 1; }
    .card-item h2 a {
      font-weight: bold;
      color: #333;
      font-size: 16px;
      line-height: inherit; }
  .card-item-footer {
    background: #5f2c7a;
    padding: 10px; }
    .card-item-footer a {
      color: #fff;
      text-transform: uppercase;
      font-size: 12px; }
    .card-item-footer .view-map {
      font-weight: normal; }
    .card-item-footer i {
      color: #f86a3c; }

.box {
  background: #fff;
  margin-bottom: 30px; }
  .box-title {
    background-color: #5f2c7a;
    color: #fff;
    font-weight: bold;
    padding: 15px 0;
    text-align: center;
    font-size: 16px; }
  .box-content {
    text-align: center;
    color: #7b7b7b;
    padding: 20px; }
    .box-content .gg-btn {
      margin-top: 15px; }

.gg-box h3 {
  font-size: 19px; }

.gg-box-content {
  background: #5f2c7a;
  padding: 35px;
  color: #fff; }

.gg-box-footer {
  background: #48235c;
  padding: 30px;
  color: #fff; }
  .gg-box-footer h3 {
    font-size: 19px;
    font-weight: bold; }
  .gg-box-footer p:last-child {
    margin-bottom: 0; }

.mobile-menu-trigger {
  color: #5f2c7a;
  font-size: 36px;
  position: fixed;
  right: 15px;
  top: 20px; }
  @media (min-width: 1200px) {
    .mobile-menu-trigger {
      display: none; } }

.gg-icon {
  width: 44px;
  height: 44px;
  background: url('../images/gg-icon.png?v=2') no-repeat;
  display: block; }
  .gg-icon-bed-light {
    background-position: 0 0; }
  .gg-icon-bath-light {
    background-position: 0 -44px; }
  .gg-icon-pack-light {
    background-position: 0 -88px; }
  .gg-icon-area-light {
    background-position: 0 -132px; }
  .gg-icon-tel {
    background: url('../images/gg-icon-tel.png') no-repeat;
    width: 37px;
    height: 37px;
    display: inline-block; }
  .gg-icon-tel-2, .gg-icon-fax, .gg-icon-location {
    width: 21px;
    height: 21px;
    display: inline-block; }
  .gg-icon-tel-2 {
    background: url('../images/gg-icon-tel-2.png') no-repeat; }
  .gg-icon-fax {
    background: url('../images/gg-icon-fax.png') no-repeat; }
  .gg-icon-location {
    background: url('../images/gg-icon-location.png') no-repeat; }

.list-style {
  list-style: none;
  padding-left: 0; }
  .list-style li {
    margin-bottom: 15px; }
    .list-style li:before {
      width: 14px;
      height: 14px;
      content: ' ';
      display: inline-block;
      margin-right: 10px;
      background: url('../images/list-style.png'); }

.gg-avatar {
  border: 5px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 312px;
  height: 312px;
  position: absolute;
  bottom: -155px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }
  .gg-avatar img {
    max-width: 100%;
    height: auto; }

.item-info {
  text-align: center;
  font-size: 14px;
  margin-bottom: 80px; }
  .item-info img {
    display: inline-block;
    margin-bottom: 20px; }
  .item-info h4 {
    font-size: 16px;
    margin-bottom: 10px; }

.item-image {
  min-height: 80px; }

.profile {
  text-align: center;
  margin-bottom: 60px; }
  .profile-image img {
    max-width: 150px;
    height: auto;
    margin: 0 auto 20px; }
  .profile-name {
    font-size: 15px; }
  .profile-role {
    font-size: 12px; }
  .profile-contact {
    font-size: 16px;
    margin-bottom: 10px; }
  .profile-actions .gg-btn {
    margin-right: 15px; }
    .profile-actions .gg-btn:last-child {
      margin-right: 0; }

.profile-list {
  color: #fff; }
  .profile-list h2 {
    margin-bottom: 40px; }
  .profile-list .profile-role {
    color: #d2b7e0; }

.container {
  max-width: 1040px; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.push-bottom {
  margin-bottom: 30px; }

@media (min-width: 992px) {
  .float-right-lg {
    float: right; }
  .center-elements-lg {
    display: flex;
    align-content: center;
    justify-content: center; } }

@media (max-width: 479px) {
  .col-xxs-12 {
    width: 100%; } }

.product-thumbs .item {
  position: relative;
  margin-bottom: 10px;
  display: inline-block; }
  .product-thumbs .item:last-child {
    margin-bottom: 0; }
  .product-thumbs .item img {
    max-width: 100%;
    height: auto; }
  .product-thumbs .item .overlay {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99; }
    .product-thumbs .item .overlay span {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

.single-product-header {
  background: url('../images/single-product-header.jpeg');
  color: #fff; }

.single-product-price {
  font-size: 26px; }

.single-product-info {
  font-size: 19px;
  font-weight: bold; }

.single-product-spec {
  font-size: 19px; }
  .single-product-spec li {
    margin-right: 30px;
    padding-left: 0; }
    .single-product-spec li span {
      display: inline-block;
      margin-right: 8px;
      vertical-align: middle; }
      .single-product-spec li span:last-child {
        margin-right: 0; }

.map-canvas {
  height: 360px;
  width: 100%; }

.product-slides {
  position: relative; }
  .product-slides .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    z-index: 99;
    font-size: 18px;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
  .product-slides .slick-prev {
    left: 15px; }
  .product-slides .slick-next {
    right: 15px; }

@media (min-width: 1199px) {
  .flex-center-lg {
    display: flex;
    align-items: center; }
  .flex-row-lg {
    display: flex; } }

@media (max-width: 439px) {
  .flex-row-lg {
    text-align: center; }
    .flex-row-lg img {
      display: inline-block;
      margin-bottom: 15px; } }

@media (max-width: 768px) {
  .no-menu-2 {
    text-align: center; }
    .no-menu-2 #header-tel {
      text-align: center;
      margin-bottom: 15px; }
  .profile-actions .gg-btn {
    margin-right: 0;
    margin-bottom: 15px;
    min-width: 51%; }
    .profile-actions .gg-btn:last-child {
      margin-bottom: 0; }
  #top-menu {
    display: none; }
  #footer-menu {
    text-align: center; }
    #footer-menu li {
      float: none;
      width: 100%;
      margin-left: 0;
      margin-right: 0; }
  #agent-search p {
    text-align: center; }
  .gg-input {
    margin-bottom: 15px; }
  #banner-1 .gg-btn {
    margin-bottom: 30px; }
  .video {
    text-align: center; }
  .product-thumbs {
    margin-top: 10px;
    margin-left: -10px;
    margin-right: -10px; }
    .product-thumbs:before, .product-thumbs:after {
      content: " ";
      display: table; }
    .product-thumbs:after {
      clear: both; }
    .product-thumbs .item {
      float: left;
      width: 25%;
      padding: 10px; }
      .product-thumbs .item .overlay {
        top: 10px;
        left: 10px;
        width: calc(100% - 20px);
        height: calc(100% - 20px); } }

@media (min-width: 769px) {
  .flex-center-md {
    display: flex;
    align-items: center; } }

@media (max-width: 767px) {
  .bar-info {
    display: block;
    margin-bottom: 15px; }
    .bar-info span:last-child {
      display: inline; }
  .slick-slide img {
    max-width: 100%; }
  #single-product-slide {
    padding-top: 0;
    padding-bottom: 0; }
    #single-product-slide .col-md-9 {
      padding-left: 0;
      padding-right: 0; }
  .single-product-spec li {
    margin-right: 10px;
    font-size: 14px; }
    .single-product-spec li:last-child {
      margin-right: 0; }
  .page-banner {
    padding-left: 15px;
    padding-right: 15px; }
  .gg-content .gg-btn {
    margin-bottom: 15px; } }

@media (max-width: 1024px) {
  .single-product-spec {
    margin-top: 30px; }
  #top-menu.active {
    display: block; }
    #top-menu.active li {
      float: none;
      width: 100%;
      margin-bottom: 10px; }
      #top-menu.active li a {
        text-align: center; } }

@media (max-width: 360px) {
  .single-product-spec li {
    margin-right: 5px;
    font-size: 14px; }
  .gg-icon {
    width: 32px;
    height: 31px;
    background-size: cover; }
    .gg-icon-bath-light {
      background-position: 0 -32px; }
    .gg-icon-pack-light {
      background-position: 0 -62px; }
    .gg-icon-area-light {
      background-position: 0 -93px; } }

@media (max-width: 640px) {
  .col-xxs-12 {
    width: 100%; }
  .no-menu {
    text-align: center; }
  #header-tel, #logo {
    text-align: center; }
  #header-tel {
    margin-bottom: 15px;
    font-size: 24px; }
  .gg-btn {
    margin-bottom: 15px; }
  .video {
    margin-bottom: 15px; }
  .col-sm-4:last-child .video {
    margin-bottom: 0; } }

@media (min-width: 640px) {
  .flex-center-sm {
    display: flex;
    align-items: center; } }

html, body {
  font-family: "Montserrat", Arial sans-serif;
  font-weight: normal;
  font-size: 14px;
  background: #dfdfdf; }

/*# sourceMappingURL=solid-style.css.map*/