/*!
 * Project_Name: Real Estate Landing Page
 * Author: Themezy
 * Email: support@themezy.com
 * Url: http://themezy.com
 */
/*=========================================== 
 * Importing CSS Libraries
 *===========================================*/

@import url(https://fonts.googleapis.com/css?family=Muli:400,300);

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

html {
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

body {
  margin: 0;
    }

a {
  background: transparent; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
  color: #00659f;
  font-weight: bold;}
h2.entry-title {
    color: #00659f;
    font-weight: bold !important;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

q:before,
q:after {
  content: '';
  content: none; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0;
  white-space: normal; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline; }

button,
input {
  line-height: normal; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

*, *:before, *:after {
  box-sizing: border-box; }

/*
 * Global Styles
 */
body {
  color: #7b7674;
 font-family: 'Muli', sans-serif !important;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
   font-family: 'Muli', sans-serif !important;
  font-weight: 700;
  margin: 0 0 20px;
  line-height: normal; }

hr {
  border: none;
  border-bottom: 1px solid #777; }

ul, ol {
  margin: 0;
  padding-left: 0; }

a {
  text-decoration: none;
  color: #70ad47; }

address {
  font-style: normal; }

p {
  margin-top: 0; }

form .control {
  position: relative;
  margin-bottom: 20px; }
  form .control .fa {
    position: absolute;
    left: 15px;
    top: 15px; }
  form .control input {
    padding: 15px;
    padding-left: 40px;
    width: 100%;
  border: 1px solid #6cac4a;}
form input, form textarea, form select {
  outline: none;
  padding: 10px;
  border-bottom: 2px solid #6cac4a;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    width: 100%;
}
form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
form textarea {
  resize: vertical; }

/*
 * Reusable Components Style
 */
.button, form input[type="submit"], form button, form input[type="reset"] {
  background-color: #70ad47;
  background-image: -webkit-linear-gradient(#4f7c32, #70ad47);
  background-image: linear-gradient(#4f7c32, #70ad47);
  border: none;
  border-radius: 0;
  padding: 10px 20px;
  -webkit-transition: .3s ease;
          transition: .3s ease;
  color: #fff;
  display: inline-block; }
  .button:hover, form input[type="submit"]:hover, form button:hover, form input[type="reset"]:hover {
    background: #4f7c32; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1; }
  .container:after {
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
    height: 0; }

  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1; }
  .container-fluid:after {
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
    height: 0; }

.row {
  margin-left: -15px;
  margin-right: -15px;
  *zoom: 1; }
  .row:after {
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
    height: 0; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-1 {
    width: 8.3333333333%; }

  .col-sm-2 {
    width: 16.6666666667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.3333333333%; }

  .col-sm-5 {
    width: 41.6666666667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.3333333333%; }

  .col-sm-8 {
    width: 66.6666666667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.3333333333%; }

  .col-sm-11 {
    width: 91.6666666667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-pull-1 {
    right: 8.3333333333%; }

  .col-sm-pull-2 {
    right: 16.6666666667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.3333333333%; }

  .col-sm-pull-5 {
    right: 41.6666666667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.3333333333%; }

  .col-sm-pull-8 {
    right: 66.6666666667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.3333333333%; }

  .col-sm-pull-11 {
    right: 91.6666666667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-push-1 {
    left: 8.3333333333%; }

  .col-sm-push-2 {
    left: 16.6666666667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.3333333333%; }

  .col-sm-push-5 {
    left: 41.6666666667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.3333333333%; }

  .col-sm-push-8 {
    left: 66.6666666667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.3333333333%; }

  .col-sm-push-11 {
    left: 91.6666666667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-1 {
    width: 8.3333333333%; }

  .col-md-2 {
    width: 16.6666666667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.3333333333%; }

  .col-md-5 {
    width: 41.6666666667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.3333333333%; }

  .col-md-8 {
    width: 66.6666666667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.3333333333%; }

  .col-md-11 {
    width: 91.6666666667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.3333333333%; }

  .col-md-pull-2 {
    right: 16.6666666667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.3333333333%; }

  .col-md-pull-5 {
    right: 41.6666666667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.3333333333%; }

  .col-md-pull-8 {
    right: 66.6666666667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.3333333333%; }

  .col-md-pull-11 {
    right: 91.6666666667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.3333333333%; }

  .col-md-push-2 {
    left: 16.6666666667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.3333333333%; }

  .col-md-push-5 {
    left: 41.6666666667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.3333333333%; }

  .col-md-push-8 {
    left: 66.6666666667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.3333333333%; }

  .col-md-push-11 {
    left: 91.6666666667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.3333333333%; }

  .col-md-offset-2 {
    margin-left: 16.6666666667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.3333333333%; }

  .col-md-offset-5 {
    margin-left: 41.6666666667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.3333333333%; }

  .col-md-offset-8 {
    margin-left: 66.6666666667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.3333333333%; }

  .col-md-offset-11 {
    margin-left: 91.6666666667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-1 {
    width: 8.3333333333%; }

  .col-lg-2 {
    width: 16.6666666667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.3333333333%; }

  .col-lg-5 {
    width: 41.6666666667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.3333333333%; }

  .col-lg-8 {
    width: 66.6666666667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.3333333333%; }

  .col-lg-11 {
    width: 91.6666666667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.3333333333%; }

  .col-lg-pull-2 {
    right: 16.6666666667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.3333333333%; }

  .col-lg-pull-5 {
    right: 41.6666666667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.3333333333%; }

  .col-lg-pull-8 {
    right: 66.6666666667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.3333333333%; }

  .col-lg-pull-11 {
    right: 91.6666666667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.3333333333%; }

  .col-lg-push-2 {
    left: 16.6666666667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.3333333333%; }

  .col-lg-push-5 {
    left: 41.6666666667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.3333333333%; }

  .col-lg-push-8 {
    left: 66.6666666667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.3333333333%; }

  .col-lg-push-11 {
    left: 91.6666666667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
@-ms-viewport {
  width: device-width; }
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }
/*
 * Header Styles
 */
.site-header {
/*    background-image: url(images/banner.jpg);*/
    background-color: #247c40;
  position: relative;
  min-height: 600px;
  background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  *zoom: 1; }
  .site-header:after {
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
    height: 0; }
  @media screen and (max-width: 1100px) {
      
    .site-header {
/*        background-image: url(images/ss-1024.jpg);*/
        background-position: top;
        background-color: #247c40;
        min-height: 500px;
    }}
  @media screen and (max-width: 990px) {
    .site-header {
      position: relative;
/*      padding-top: 300px !important;*/
    background-size: contain;
        background-color: #247c40;
      background-repeat: no-repeat;} }

  @media screen and (max-width: 580px) {
    .site-header {
/*        background-image: url(images/small.jpg);*/
        background-size: contain;
        background-color: #247c40;
        background-position: top;
    position: relative}
  }
.branding {
  background: #262322;
  color: white;
  display: block;
  position: absolute;
  left: 15px;
  padding: 40px;
  text-align: center;
  top: 0; }
  .branding .site-title {
    font-size: 20px;
    font-size: 1.4285714286em;
    margin: 10px 0 5px;
    font-weight: 400; }
  .branding .site-description {
    font-size: 13px;
    font-size: 0.9285714286em;
    color: #9d9997; }

.banner {
  position: absolute;
  width: 100%;
  left: 0;
  background-color: #247c40;
  bottom: -50px;
  padding: 20px; }
  .banner .container {
    position: relative; }
  @media screen and (max-width: 990px) {
    .banner {
      position: relative;
      padding: 20px 0; } }
  .banner .cta {
    padding-right: 40%; }
   
  .banner a {
    color: #9d9997; }
  .banner h2 {
    font-size: 24px;
    color:  #fff;
    font-weight: 700;
    margin: 0 0 10px; }
  .banner small {
    font-size: 14px;
    font-size: 1em; }
  .banner .arrow-button {
    width: 50px;
    height: 50px;
    border: 2px solid #00bcd4;
    color: #00bcd4;
    border-radius: 50%;
    display: block;
    text-align: center;
    font-size: 25px;
    font-size: 1.7857142857em;
    float: right;
    padding-top: 5px;
    position: relative;
    margin-top: 15px; }

h2.form-title {
    font-size: 20px !important;   
}

.subscribe-form {
  position: absolute;
  right: 0;
  bottom: -80px;
  background: #fff;
  width: 35%;
  padding: 30px;
  padding-top: 80px;
  border: 1px solid #262322;
}
  @media screen and (max-width: 1200px) {
    .subscribe-form {
      width: 40%;
    }
  }
  @media screen and (max-width: 990px) {
    .subscribe-form {
      width: 100%;
      position: relative;
      left: 0; } }
  .subscribe-form .form-subtitle {
    font-size: 18px;
    font-size: 1.2857142857em;
    color: #262322; }
  .subscribe-form .form-title {
    font-size: 30px;
    font-size: 2.5714285714em;
    color: #262322;
    font-weight: 300;
  text-align: center;}
  .subscribe-form p {
    color: #9d9997;
     }
  .subscribe-form input .fa {
    -webkit-transition: .3s ease;
            transition: .3s ease; }
  .subscribe-form input:hover + .fa, .subscribe-form input:focus + .fa {
    color: #70ad47; }
  .subscribe-form input[type="submit"] {
    width: 100%;
    font-size: 18px;
    font-size: 1.2857142857em;
    padding: 15px 20px; }
.subscribe-form p.promo {
    width: 100%;
    border-top: 3px solid #00659f;
    border-bottom: 3px solid #00659f;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #00659f;
    font-weight: bold;
}
.section-title {
  font-size: 36px;
  font-size: 2.5714285714em;
  font-weight: 300;
  margin-bottom: 1em; }

.arrow-list {
  list-style: none;
  font-size: 18px;
  font-size: 1.2857142857em;
  margin-bottom: 50px; }
  .arrow-list li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px; }
    .arrow-list li:before {
      content: "\f105";
      font-family: "FontAwesome";
      width: 30px;
      height: 30px;
      border-radius: 50%;
      border: 2px solid #70ad47;
      display: block;
      position: absolute;
      left: 0;
      text-align: center;
      color: #70ad47; }

.feature-slider {
  position: relative;
  background: #262322;
  margin-bottom: 30px; }
  .feature-slider .slides {
    list-style-type: none;
    *zoom: 1; }
    .feature-slider .slides:after {
      content: " ";
      clear: both;
      display: block;
      overflow: hidden;
      height: 0; }
    .feature-slider .slides li {
      width: 100%;
      margin-right: -100%;
      float: left; }
    .feature-slider .slides figure img {
      display: block;
      max-width: 100%;
      width: 100%;
      height: auto; }
    .feature-slider .slides figcaption {
      background-color: #262322;
      color: white;
      padding: 10px 120px 10px 20px; }
      .feature-slider .slides figcaption h3 {
        font-size: 14px;
        font-size: 1em;
        margin: 0 0 5px; }
      .feature-slider .slides figcaption small {
        font-size: 12px;
        font-size: 0.8571428571em;
        color: #9d9997; }
  .feature-slider .flex-direction-nav {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 120px;
    z-index: 99;
    *zoom: 1;
    list-style: none; }
    .feature-slider .flex-direction-nav:after {
      content: " ";
      clear: both;
      display: block;
      overflow: hidden;
      height: 0; }
    .feature-slider .flex-direction-nav li {
      float: left;
      box-sizing: border-box; }
      .feature-slider .flex-direction-nav li a {
        border-left: 1px solid #302c2b;
        display: block;
        width: 60px;
        height: 60px;
        text-align: center;
        font-size: 24px;
        font-size: 1.7142857143em;
        padding-top: 10px; }

.fullwidth-block {
  padding: 50px 0; }

.feature {
  text-align: center;
  margin-bottom: 50px;
  padding-left: 25px;
  padding-right: 25px;
}
  .feature .feature-icon {
    margin-bottom: 20px; }
  .feature .feature-title {
    font-size: 24px;
    font-size: 1.7142857143em;
    font-weight: 400;
    color: #70ad47;
    margin: 10px 0; }

.post-list {
  *zoom: 1; }
  .post-list:after {
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
    height: 0; }
  .post-list .post {
    *zoom: 1;
    background: #fff;
    position: relative;
    padding-right: 50%; }
    .post-list .post:after {
      content: " ";
      clear: both;
      display: block;
      overflow: hidden;
      height: 0; }
    @media screen and (max-width: 640px) {
      .post-list .post {
        padding-left: 0;
        padding-right: 0; } }
    .post-list .post .feature-image img, .post-list .post .feature-image iframe, .post-list .post .post-detail img, .post-list .post .post-detail iframe {
      max-width: 100%;
      display: block; }
    .post-list .post .feature-image iframe, .post-list .post .post-detail iframe {
      height: 335px;
      max-height: 100%; }
    .post-list .post .feature-image {
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      width: 50%;
        background-size: cover;
  }
      @media screen and (max-width: 640px) {
        .post-list .post .feature-image {
          position: relative;
          height: 340px;
          width: 100%;
          margin-bottom: 20px;
 
        } }
    .post-list .post:nth-child(2) {
      padding-right: 0;
      padding-left: 50%; }
      @media screen and (max-width: 640px) {
        .post-list .post:nth-child(2) {
          padding-left: 0;
          padding-right: 0; } }
      .post-list .post:nth-child(2) .feature-image {
        left: 0;
        right: auto; }
    .post-list .post .post-detail {
      padding: 40px; }
      .post-list .post .post-detail p {
        margin-bottom: 50px;
        color: #262322;}
    .post-list .post .entry-title {
      color: #00659f;
      padding-bottom: 20px;
      position: relative;
      font-weight: bold; }
      .post-list .post .entry-title:after {
        content: " ";
        width: 40px;
        height: 2px;
        background-color: #00659f;
        position: absolute;
        bottom: 0;
        left: 0; }

.partners a {
  margin-right: 20px;
  margin-bottom: 30px;
  display: inline-block; }

/*
Footer Styles
*/

.site-footer {
    color: #000;
    text-align: right;
    padding-top: 10px;
}

.site-footer a {
  border-radius: 50%;
  padding-top: 10px;
  margin-left: 10px;
  text-align: center;
  color: #000;
  line-height: normal; 
}


li.item.lobby.isotope-item,
li.item.studio.isotope-item,
li.item.game.isotope-item,
li.item.study.isotope-item,
li.item.units.isotope-item,
li.item.floorplan.isotope-item {
    width: 23%;   
    padding: 5px;
    background-color: #fff;
}


ul.filters.list-inline {
    text-align: center; 
    margin-top: 20px;
    width: 90%;
}

.list-inline>li {
    font-weight: 600;
    font-size: 14px;
    padding-left: 10px !important;
    padding-right: 10px !important;
    text-transform: uppercase;
}

.list-inline>li>a {
    color: #70ad47;      
}

.list-inline>li>a:hover {
    color: #0097a7;  
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    li.item.lobby.isotope-item,
    li.item.studio.isotope-item,
    li.item.game.isotope-item,
    li.item.study.isotope-item, 
    li.item.units.isotope-item,
    li.item.floorplan.isotope-item{
        width: 50%;   
        padding: 0;
    }    
    .list-inline>li {
        font-size: 12px;
        padding-left: 5px;
        padding-right: 5px;
    }
}


/*---------------*/
/***** Bubba *****/
/*---------------*/
figure {
position: relative;
float: left;
overflow: hidden;
margin: 0px;
min-width: 100%;
max-width: 100%;
max-height: 360px;
width: 48%;
background: #ffffff;
text-align: center;
cursor: pointer;
}
figure figcaption, figure figcaption > a {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
figure figcaption {
padding: 2em;
color: #fff;
text-transform: uppercase;
font-size: 1.25em;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.effect-bubba { 
}

.effect-bubba img {
	opacity: .7;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
    width: 100%;
}

.effect-bubba:hover img {
	opacity: 1;
}

.effect-bubba figcaption::before,
.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

figure.effect-bubba h2 {
	font-size:20px;
	padding-top: 30%;
	color:#fff;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
	opacity: 0;
}

figure.effect-bubba a {
top: 30%;
/*	padding: 20px 2.5em;*/
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
color:#fff !important;
font-size:14px;
z-index:100;
} 
figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover a {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.post-list figure {
    min-width: auto;   
}

.post-list p {
    color: #fff;   
}

.banner-content {
    width: 80%;
    margin: 0 auto;
}

.banner-content small {
    color: #fff;   
}

.btn-modal {
  background-color: #70ad47;
  background-image: -webkit-linear-gradient(#4f7c32, #70ad47);
  background-image: linear-gradient(#4f7c32, #70ad47);
  border: none;
  border-radius: 0;
  padding: 10px 20px;
  -webkit-transition: .3s ease;
          transition: .3s ease;
  color: #fff;
  display: inline-block;
    margin-top: 30px;
}

  .btn-modal:hover {
    background: #4f7c32; }

.modal-body {
    background: #fff;
    color: #000;
}   

.modal-body input .fa {
    -webkit-transition: .3s ease;
            transition: .3s ease;
color: #000;}
  .modal-body input:hover + .fa, .subscribe-form input:focus + .fa {
    color: #70ad47; }

.modal-body i.fa {
    color: #000;   
}

.dd-container {
    
    margin: 0 auto;
}

.dd-logo {
    margin-top: -100px;
    margin-bottom: 40px;
    text-align: center;
}
span.contact-details {
    color: #000;
    font-size: 16px;
    font-weight: bold;
}

.image-center {
    background-position: center center;   
}

@media screen and (max-width: 768px) {
    .image-contain {
      background-size: contain !important;
      background-repeat: no-repeat;
      background-position: center center;
    } }

.map {
    margin-top: 30px;   
    border-bottom: 2px dotted #1c963f;
    background-image: url(images/map-bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom right 10%;
    margin: 0 auto;
    width: 90%;
}

.carousel-control.right,
.carousel-control.left {
    background-image: none !important;   
}

.carousel-indicators li {
    border: 1px solid #00659f !important;  
    width: 5px !important;
    height: 5px !important;
}

.carousel-indicators .active {
    background-color: #00659f !important;  
    width: 7px !important;
    height: 7px !important;
}


@media screen and (min-width: 1366px) {
    .carousel-indicators {
        bottom: 5px !important;
    }
}

.residences {
    margin-top: 8%;
}

.residences-container {
    width: 80%;
    margin: 0 auto;
    border-bottom: 2px dotted #1c963f;
    padding-bottom: 15px;
}

.residences .col-md-3 {
    padding-top: 50px;
}

.residences .entry-title {
    color: #289b33;
}

.residences .sub-entry-title {
    color: #1a5e8b;
}

.dotted-green {
    width: 100%;
    border-bottom: 2px dotted #1c963f;
    margin-bottom: 5px;
}

.benefits {
    background-image: url(images/benefits/bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom left;
    border-bottom: 2px dotted #1c963f;
    margin: 0 auto;
    width: 90%;
}


.benefit-sub {
    color: #98de6f;
}

.benefits-sub-line {
    width: 30%;
    background-color: #98de6f;
    height: 2px;
    margin-bottom: 10px;
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    width: 100%;
}

.map .location {
    text-align: right;

}

/*
PROMO
*/

.promo-text {
    width: 65%;  
    text-align: left;
}

.promo-text h2 {
    font-size: 24px;
    font-weight: bold;
}

.contact-details {
    margin-top: 20px;
}

.benefits .row {
    margin-bottom: 25px;
}

@media screen and (max-width: 990px) {
    .residences {
        padding-top: 125px;   
    }
    .promo-text {
        width: 100%;   
    }
}

@media screen and (max-width: 1366px) {
    .site-header {
        min-height: 450px;
    }
    .subscribe-form {
        bottom: -150px;
    }
}

@media screen and (max-width: 1300px) {
    .container {
        width: 100%;
    }
    .residences {
        margin-top: 15%;
    }
    .list-inline>li {
        font-size: 14px;
    }
}

@media screen and (max-width: 1024px) {
    .container {
        width: 100%;
    }
    .banner .cta {
        padding-right: 55%;
    }
    .residences {
        margin-top: 15%;
    }
}

@media screen and (max-width: 768px) {
    .subscribe-form {
        bottom: -80px;
    }
    .benefits {
        text-align: center;
        padding-top: 0;
    }
    .benefits img {
        margin: 0 auto;
    }
    .benefits-sub-line {
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .map .location {
        text-align: left;
    }
}

 @media screen and (max-width: 750px) {
    .banner .cta {
        padding-right: 30px; 
        text-align: center;
     } 
}

.form-banner {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
}