@charset "UTF-8";
/* CSS Document */
/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
}
body {
  height: 100% !important;
  margin-top: 10%;
  font-family: 'Didact Gothic', Helvetica, Arial, san-serif;
  font-size: 14px;
  line-height: 1.5em;
  color: #000000;
  font-weight: 300;
  /* Margin bottom by footer height */
  background-image: url(../images/bg.jpg);
  /* Image is centered vertically and horizontally at all times */
  background-position: center center;
  /* Image doesn't repeat */
  background-repeat: no-repeat;
  /* Makes the image fixed in the viewport so that it doesn't move when 
     the content height is greater than the image height */
  background-attachment: fixed;
  /* This is what makes the background image rescale based on its container's size */
  background-size: cover;
  /* Pick a solid background color that will be displayed while the background image is loading */
  background-color: #000000;
}
.none {
  margin: 0;
  padding: 0;
}
.email {
  font-size: 22px;
}
input.form-control.none {
  border-top: none;
  border-left: none;
  border-right: none;
  background: none;
  padding: 0;
  font-size: 24px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}
/* menu flyout */
.flyout {
  position: absolute;
  width: 300px;
  height: 200px;
  margin: 0 auto;
  top: 50px;
  background: #fbba05;
  overflow: hidden;
  z-index: 10000;
  display: none;
}
.consult {
  color: #fbba05;
}
.learn {
  color: #94be15;
}
.grow {
  color: #64115d;
}
#ID:hover + .flyout {
  display: block;
}
.white {
  color: #ffffff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 1)
}
.well {
  background: #ffffff;
}
strong {
  font-weight: 600;
}
a {
  color: #121212;
}
a:hover {
  color: #ffffff;
  text-decoration: none;
}
span.email {
  text-transform: uppercase;
  font-size: 16px
}
.clear {
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}
.txtright {
  text-align: right;
}
p.lrg {
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 400;
}
p.med {
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 300;
}
p.title {
  font-size: 30px;
  line-height: 1.2em
}
.sml {
  font-size: 12px !important;
}
span.orange {
  color: #FF7000;
}
h1, h2, h3, h4 {
  color: #ffffff;
  margin: 0 0 10px 0;
  font-family: 'Didact Gothic', 'Lato', Helvetica, Arial, san-serif;
  font-weight: 300;
  text-transform: uppercase;
    letter-spacing: .5em;
}
.center {
  text-align: center;
}
.borderbot {
  border-bottom: 5px solid #003366;
}
a.memberstab {
  background: #fbba05;
  padding: 10px;
  top: 0;
  position: relative;
  margin: -30px 0 10px 0;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  text-transform: uppercase;
  font-weight: bold;
  float: right;
}
i.members-ico {
  float: right;
  display: block;
  background: url('../images/members-ico.png') no-repeat center right;
  margin-left: 15px;
  width: 38px;
  height: 19px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 520px;
  color: #333333;
  font-size: 11px;
  line-height: 1.4em;
  border-top: 0px solid #fbba05;
}
footer h3 {
  text-transform: uppercase;
}
header {
  background: #ffffff;
  height: 200px;
  position: fixed;
  top: 0;
  transition: top 0.2s ease-in-out;
  width: 100%;
  z-index: 999999;
  border-top: 0px solid #fbba05;
  -webkit-box-shadow: 0px 11px 10px 0px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0px 11px 10px 0px rgba(0, 0, 0, 0.23);
  box-shadow: 0px 11px 10px 0px rgba(0, 0, 0, 0.23);
}
.footer h3 {
  font-size: 20px;
  font-weight: 600;
}
.footer a {
  color: #ffffff;
  font-family: 'Lato', Helvetica, Arial, san-serif;
}
.footer a:hover {
  color: #ffffff;
}
.footerbg {
  background: #232323;
}
.footer ul.list li a {
  color: #333333;
}
blockquote {
  border: none;
  margin: 0 20%;
  padding: 0;
  font-size: 30px;
  line-height: 1.2em;
  font-weight: 300;
  color: #ffffff;
  font-style: italic;
}
.advert {
  -webkit-box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0.25);
}
.shadow {
  -webkit-box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0.25);
}
header {
  margin-bottom: 0px;
}
.box {
  margin: 0;
}
.box img {
  width: 100%;
}
.box span.title {
  position: absolute;
  width: auto;
  bottom: 0;
  background: rgba(0, 0, 0, 0.65);
  padding: 5px 10px;
  color: #ffffff;
}
.box span.tag {
  position: relative;
  top: 0;
  width: 100%;
  top: 23px;
  right: 0;
  text-align: center
}
.box span.tag.sales {
  background: #226246;
  padding: 5px;
  color: #ffffff;
}
.box span.tag.lettings {
  background: #799851;
  padding: 5px;
  color: #ffffff;
}
.box span.tag.commercial {
  background: #9cc28f;
  padding: 5px;
  color: #ffffff;
}
h4 {
  font-weight: 300;
  margin: 0;
}
.sales {
  color: #226246;
}
.lettings {
  color: #799851
}
.commercial {
  color: #333333
}
hr {
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  width: 100%;
}
.header {
  padding: 0px 0;
}
.head {
  background: url('../images/headerbg.png') no-repeat top right;
}
a.logo {
  display: block;
}
.strapline {
  margin-top: 30px;
}
p.newsletter {
  padding: 20px 0;
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 600;
  color: #333333;
}
.twitter {
  margin: 20px 0 0 0;
  text-align: center;
  width: 100%;
  font-size: 17px;
  line-height: 1.2em;
  font-weight: 600;
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  border-radius: 20px !important;
  background: #008ed6;
  padding: 0px 20px 0 20px;
  color: #ffffff;
  display: block;
  float: left
}
.twitter p {
  margin: 5px 0 0 0;
}
.btn, a.btn {
  font-family: 'Didact Gothic', 'Lato', Helevtica, arial, san-serif !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.btn-primary, a.btn-primary {
  padding: 5px 20px;
  text-transform: uppercase;
  font-weight: 600;
  color: #ffffff;
  border: none;
  background: #226246;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.btn-primary:hover {
  background: #121212;
  color: #ffffff
}
.btn-success {
  background: #799851;
  border: 0px solid #fbba05;
  padding: 5px 20px;
  text-transform: uppercase;
  font-weight: 600;
  color: #ffffff;
  text-shadow: none;
}
.btn-success:hover {
  background: #121212;
  color: #ffffff !important;
  border: 0px solid #cccccc
}
.btn-danger {
  background: #4f4f4f;
  border: 0px solid #fbba05;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: none;
}
.btn-danger:hover {
  background: #121212;
  color: #ffffff;
  border: 0px solid #444444
}
.btn-info {
  background: #89003a;
  border: 0px solid #fbba05;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: none;
}
.btn-info:hover {
  background: #121212;
  color: #ffffff;
  border: 0px solid #444444
}
.btn-back {
  background: #ededed;
  border: 0px solid #ededed;
  font-weight: 600;
  text-transform: uppercase;
  color: #666666;
  text-shadow: none;
  margin: 0 0 5px 0;
}
.btn-back:hover {
  background: #cccccc;
  color: #ffffff;
  border: 0px solid #ccccccc
}
a.btn.btn-primary.btn-lg {
  font-size: 14px;
}
a.btn.btn-success.btn-lg {
  font-size: 11px;
}
a.btn.btn-primary.btn-sm {
  font-size: 10px;
}
a.btn.btn-success.btn-sm {
  font-size: 9px;
}
a.btn.btn-primary.btn-huge {
  font-size: 22px;
  padding: 10px 20px;
}
.navbar-inverse {
  border: none;
  background: #121212;
  border-bottom: 5px solid #9cc28f;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
ul.nav.navbar-nav {
  font-weight: 600;
}
ul.nav.navbar-nav > li {
  padding-left: 0px;
  padding-right: 0px;
}
ul.nav.navbar-nav > li > a {
  font-family: 'Didact Gothic', 'Lato', Helvetica, Arial, san-serif !important;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 15px !important;
  color: #ffffff !important;
  border-left: 0px solid #333333;
  border-right: 0px solid #666666;
  padding-left: 15px;
  padding-right: 15px;
}
ul.nav.navbar-nav > li.last > a {
  border-right: none;
}
ul.nav.navbar-nav > li.active > a {
  background: #9cc28f;
  font-weight: 600;
  color: #226246 !important;
  text-shadow: 1px 1px #ffffff !important;
}
ul.nav.navbar-nav > li:hover > a, ul.nav.navbar-nav > li:hover.active > a {
  background: rgba(0, 0, 0, 0.25);
  color: #ffffff !important;
  text-shadow: 1px 1px #121212 !important;
}
ul.nav.navbar-nav > li.dropdown.open > a.dropdown-toggle {
  background: rgba(0, 0, 0, 0.25);
  color: #ffffff !important;
  text-shadow: 1px 1px #121212 !important;
}
ul.nav.navbar-nav > li.dropdown.open > ul.dropdown-menu > li > a {
  font-size: 14px;
}
h1.tel {
  color: #226246;
  margin: 0;
  font-weight: 600;
}
.blue {
  color: #fbba05;
}
.orange {
  color: #fbba05;
}
.blackbg {
  background: #292929
}
.whitebg {
  background: #ffffff;
}
.color1 {
  background: #226246;
  color: #ffffff
}
.color2 {
  background: #799851;
}
.color3 {
  background: #9cc28f;
}
.color4 {
  background: #c2c2c2;
}
.color5 {
  background: #4c4c4c;
}
.color6 {
  background: #89003a;
}
.color7 {
  background: #e7e2d7;
}
.btn-social-icon {
  background: #cccccc;
  color: #ffffff;
  padding: 5px 3px;
  min-width: 30px
}
.btn-social-icon:hover {
  background: none;
}
footer a.btn-social-icon {
  padding: 3px 5px;
  min-width: 30px
}
footer a:hover.btn-social-icon {
  background: none;
  color: #ffffff;
}
.btn-facebook {
  background: #204385;
}
.btn-twitter {
  background: #2aa9e0;
}
.btn-youtube {
  background: #eb2429;
}
.btn-linkedin {
  background: #02669a;
}
.filter {
  display: block;
  float: right;
  font-size: 12px;
  font-weight: 300
}
.filter select {
  padding: 5px;
}
.ico {
  text-align: center;
}
.ico img {
  text-align: center;
  display: block;
  margin: 0 auto
}
.icotxt {
  text-align: center;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 400;
}
ul {
  list-style: disc;
}
ul li {
  color: #000000;
  font-size: 14px;
}
ul.list {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.list li {
  display: block;
  list-style: none;
  margin: 0 0 2px 0;
  padding: 0;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 5px;
}
ul.list li a {
  font-size: 12px;
  font-family: 'Lato', Helvetica, Arial, san-serif;
}
ul.list p {
  width: 80%;
}
ul.list li.last {
  border: none;
}
ul.list2 {
  list-style: none;
  margin: 10px 0;
  padding: 0;
}
ul.list2 li {
  list-style: none;
  margin: 0 0 5px 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #b6a98d;
}
ul.list2 li a {
  font-size: 14px;
  font-weight: 600;
}
ul.list2 span {
  float: right;
  font-weight: 600;
}
.copyright {
  font-family: 'Lato', Helvetica, Arial, san-serif;
  font-size: 12px;
  color: #ffffff
}
.page-spacer {
  height: 150px;
}
.contact {
  font-family: 'Lato', Helvetica, Arial, san-serif !important;
  font-weight: 400;
  padding: 40px 0 0 0;
  display: block;
}
.contact2 {
  text-align: left;
  font-family: 'Lato', Helvetica, Arial, san-serif;
  font-weight: 300;
}
.tel {
  font-family: 'Lato', Helvetica, Arial, san-serif;
  font-size: 40px;
}
.spacer {
  margin-bottom: 20px;
}
.pad {
  padding-bottom: 20px;
}
.padtop {
  padding-top: 20px
}
.padup {
  padding-top: 10px;
  padding-bottom: 10px;
}
.pad2 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.whitecircle {
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
  background: #ffffff;
  padding: 10px;
  width: 90px;
  height: 90px;
  display: block;
  position: relative;
  margin: auto;
}
.centerfloat {
  display: block;
  text-align: center;
  position: relative;
  width: 100%;
  float: left;
}
img.bordered {
  border: 1px solid #ededed;
  background: #ffffff
}
.sidebar {
  border: 1px solid #ededed;
  padding: 20px 10px;
  background: #f7f7f7;
}
.testimonals {
  dislay: block;
  float: none;
  clear: both;
  text-align: center;
  margin: 0 auto 40px auto;
}
.testi {
  text-align: center;
  clear: both;
  display: block;
  font-weight: 300;
  background: #ededed;
  padding: 20px;
  color: #666666;
  font-style: italic;
  font-size: 18px;
}
.testitag {
  text-align: center;
  font-weight: 600;
  font-size: 12px;
}
ul.nav.navbar-nav li a {
  font-family: 'Lato', Helvetica, Arial, san-serif;
  font-size: 20px;
}
html > body > header.navbar-fixed-top > nav.navbar.navbar-inverse {
  -webkit-border-radius: none !important;
  -moz-border-radius: none !important;
  border-radius: none !important;
}
.form-group label {
  font-size: 14px !important;
}
/* MODAL POPUP */
.login_modal_footer {
  margin-top: 5px;
}
.login_modal_header .modal-title {
  text-align: center;
  font-family: 'Philosopher', sans-serif;
}
.form-group {
  position: relative;
}
.form-group .login-field-icon {
  font-size: 20px;
  position: absolute;
  right: 15px;
  top: 3px;
  transition: all 0.25s ease 0s;
  padding-top: 2%;
}
.login-modal {
  text-align: left !important;
  width: 100%;
  padding-bottom: 20px;
}
.login_modal_header, .login_modal_footer {
  background: #3fa9d4 !important;
  color: #fff;
}
.modal-register-btn {
  margin: 4% 33% 2% 33%;
  width: 100%;
}
.login-modal input {
  height: 40px;
  box-shadow: none;
  border: 1px solid #ddd;
}
.modal-body-left {
  float: left;
  width: 50%;
  padding-right: 4%;
  border-right: 4px solid #ddd;
}
.modal-body-right {
  float: right;
  width: 47%;
}
.login-link {
  padding: 0 20%;
}
.modal-social-icons {
  padding: 0 10%;
}
.modal-icons {
  margin-left: -10px;
  margin-right: 20px;
}
#center-line {
  display: none;
  position: absolute;
  right: 265.7px;
  top: 80px;
  background: #ddd;
  border: 4px solid #DDDDDD;
  border-radius: 20px;
}
.modal-login-btn {
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
form.search {
  color: #ffffff;
  font-weight: 600;
  ont-size: 16px;
  padding: auto
}
form.search .searchtxt {
  padding: 10px 10px;
}
form.search input {
  display: inline-block;
  background-color: #474747;
  padding: 10px 15px;
  font-family: Arial;
  font-size: 24px;
  float: left;
  cursor: pointer;
  color: #9cc28f;
  font-weight: 600;
  border: none;
}
form.search select {
  display: inline-block;
  background-color: #474747;
  padding: 5px 15px;
  font-family: Arial;
  font-size: 24px;
  float: left;
  cursor: pointer;
  color: #9cc28f;
  font-weight: 600;
  border: none;
  margin-right: 10px;
}
.radio-toolbar input[type="radio"] {
  display: none;
}
.radio-toolbar label {
  display: inline-block;
  background-color: #9b9b9b;
  padding: 10px 15px;
  font-family: Arial;
  font-size: 24px;
  float: left;
  cursor: pointer;
  color: #c7c7c7;
  font-weight: 600;
}
.radio-toolbar input[type="radio"]:checked + label {
  background-color: #4f4f4f;
  cursor: pointer;
  color: #9cc28f;
}
.advanced {
  font-size: 10px;
}
/* PROPERTY DETAILS */
.property {
  float: left;
  width: 100%;
  display: block;
  margin: 10px 0;
  border-bottom: 5px solid #ededed;
  padding: 10px;
}
.property:hover {
  background: #f7f7f7;
  border-bottom: 5px solid #226246;
}
.property .image {
  width: 29%;
  display: block;
  float: left;
  margin: 0 20px 0 0
}
.property .image img.main {
  margin: 0 0 2px 0;
}
.property .thumb img {
  width: 32%;
  float: left;
  margin-left: 2px;
}
.property .details {
  float: left;
  display: block;
  width: 68%;
  font-size: 14px;
}
.property .title {
  font-family: 'Lato', Helvetica;
  color: #226246;
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
  margin: 0 0 5px 0
}
.property .location {
  color: #799851;
  font-weight: 400;
  font-size: 20px;
  margin: 0 0 5px 0
}
.property .price {
  color: #89003a;
  font-weight: 400;
  font-size: 24px;
  margin: 0 0 15px 0
}
.property ul.list {
  clear: both
}
.property .functions {
  float: left;
  display: block;
  margin: 10px 0;
  width: 100%
}
.property span.num {
  float: left;
  margin-right: 40px;
  font-weight: 400;
  color: #226246
}
.property i.room {
  float: left;
  display: block;
  background: url('../images/rooms.png') no-repeat center right;
  margin-right: 5px;
  width: 33px;
  height: 24px;
}
.property i.bed {
  float: left;
  display: block;
  background: url('../images/beds.png') no-repeat center right;
  margin-right: 5px;
  width: 33px;
  height: 24px;
}
.property i.bath {
  float: left;
  display: block;
  background: url('../images/baths.png') no-repeat center right;
  margin-right: 5px;
  width: 33px;
  height: 24px;
}
.propertydetails {}
.propertydetails .details {
  float: left;
  display: block;
  width: 68%;
  font-size: 14px;
}
.propertydetails .title {
  font-family: 'Lato', Helvetica;
  color: #226246;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.2em;
  text-transform: uppercase;
  margin: 0 0 5px 0
}
.propertydetails .location {
  color: #799851;
  font-weight: 400;
  font-size: 24px;
  margin: 0 0 15px 0
}
.propertydetails .price {
  color: #89003a;
  font-weight: 400;
  font-size: 34px;
  margin: 0 0 25px 0
}
.propertydetails ul.list {
  clear: both;
  float: left;
  width: 100%;
  margin: 10px 0;
  display: block
}
.propertydetails .functions {
  float: left;
  display: block;
  margin: 10px 0;
  width: 100%
}
.propertydetails span.num {
  float: left;
  margin-right: 40px;
  font-weight: 400;
  color: #226246
}
.propertydetails i.room {
  float: left;
  display: block;
  background: url('../images/rooms.png') no-repeat center right;
  margin-right: 5px;
  width: 33px;
  height: 24px;
}
.propertydetails i.bed {
  float: left;
  display: block;
  background: url('../images/beds.png') no-repeat center right;
  margin-right: 5px;
  width: 33px;
  height: 24px;
}
.propertydetails i.bath {
  float: left;
  display: block;
  background: url('../images/baths.png') no-repeat center right;
  margin-right: 5px;
  width: 33px;
  height: 24px;
}
.propertydetails .tab-pane {
  padding: 10px;
}
.phone {
  font-size: 30px;
  font-weight: 600;
  color: #226246
}
.well.grey {
  background: #f7f7f7;
  margin: 0;
  padding: 10px 20px
}
.carousel-inner .active.left {
  left: -33%;
}
.carousel-inner .next {
  left: 33%;
}
.carousel-inner .prev {
  left: -33%;
}
.carousel-control.left, .carousel-control.right {
  background-image: none;
}
/* TESTI */
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.carousel-fade .carousel-inner .item.blockquote {
  border: none;
  margin: 0 0%;
  padding: 0;
  font-size: 30px;
  line-height: 1.2em;
  font-weight: 300;
  color: #ffffff;
  font-style: italic;
}
.carousel, .carousel-inner, .carousel-inner .item {
  height: 100%;
}
.item:nth-child(1) {
  background: none;
}
.item:nth-child(2) {
  background: none;
}
.item:nth-child(3) {
  background: none;
}