body {
  /*padding-top: 80px;*/
}

.container-fluid {
    max-width: 1170px;
    margin: 0 auto;
}

section {
   padding-top: 30px;
   padding: 19px;

   border: 1px solid #d8d8d8;
   background-color: #ffffff;
   border-top-width: 0;
   border-bottom-width: 2px;
   -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
           border-radius: 3px;
   -webkit-box-shadow: none;
      -moz-box-shadow: none;
           box-shadow: none;

}

.section-spacer {
	margin-bottom: 40px;
}

.masthead {
  padding-top: 0px;
}
.masthead .relative{
  position: relative;
}
.masthead .navbar {
  bottom: -2px;
  margin: 0;
  position: absolute;
  right: 0;
}
.masthead .navbar .nav a{
  font-size: 23px;
}
.header-container {
  border-bottom: 2px solid #fff;
}
.header-container img {
  display: block;
}
/*.sidebar-nav {
  padding: 9px 0;
}

.navbar .container-fluid {
  padding: 0;
}
.brand h1 {
  line-height: 46px;
  margin: 0;
}

.navbar .brand {
  padding: 3px 20px;
}

.navbar-inner form {
  margin-top: 20px;
}
.navbar .nav > li > a {
  padding: 26px 25px;
}
.navbar .btn-navbar {
  margin-top: 20px;
}

.content {
  margin-top: 20px;
}*/

.content {
  padding-top: 0px;
}

.btn-link {
  padding: 0;
  outline: 0;
}

.breadcrumb {
  background-color: transparent;
  margin: 0;
  padding: 8px 0;
}

.nav-list.region, .nav-list.state {
  overflow-y: auto;
}
.nav-list.region {
  max-height: 558px;
}
.nav-list.state {
  max-height: 450px;
}
.nav-list > li > a,
.nav-list .nav-header {
  padding: 4px 4px;        /* JAC updated - was 9px 18px */
  margin-top: 1px;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.4;
  color: #737373;
  text-overflow: ellipsis;
  text-shadow: none;
  background-color: #ffffff;
  border-left: 2px solid transparent;
  -webkit-transition: border 0.218s;
     -moz-transition: border 0.218s;
       -o-transition: border 0.218s;
          transition: border 0.218s;
}
.headline {
  display: block;
  margin: 10px 0 25px 0;
  border-bottom: 1px dashed #e4e9f0;
}
.headline h3, .headline h4 {
  color: #585f69;
  margin: 0 0 -2px 0;
  padding-right: 10px;
  display: inline-block;
  border-bottom: 2px solid #3499DB;
}


/* Homepage list styling */
li.new-south-wales a:hover, li.new-south-wales a.hover {
  border-left-color: #00A1DE;
}
li.victoria a:hover, li.victoria a.hover {
  border-left-color: #002664;
}
li.western-australia a:hover, li.western-australia a.hover {
  border-left-color: #f7d417;
}
li.northern-territory a:hover, li.northern-territory a.hover {
  border-left-color: #c25e03;
}
li.queensland a:hover, li.queensland a.hover {
  border-left-color: #73182C;
}
li.south-australia a:hover, li.south-australia a.hover {
  border-left-color: #D61C38;
}
li.tasmania a:hover, li.tasmania a.hover {
  border-left-color: #006b54;
}

/* Service */
.services {
  margin-top: 10px;
}
.service {
  margin-bottom:10px;
}

.service:hover .desc i {
  color:#7EB848;
}
.service i {
  padding: 0 10px 5px 0;
  color:#3499DB;
  font-size:40px;
  -webkit-transition:all 0.4s ease-in-out;
  -moz-transition:all 0.4s ease-in-out;
  -o-transition:all 0.4s ease-in-out;
  transition:all 0.4s ease-in-out;
}
.service .circle {
  margin-left: 70px;
}
.service .circle.select {
  margin-left: 75px;
}

.service .desc h4 {
  font-size:22px;
  line-height:25px;
  text-align: center;
}
.service p {
  text-align: center;
}

.title-block {
  padding: 15px 19px;
}

.title-block__title {
  margin-top: 0;
}


/* Footer */
.footer {
  margin-top: 40px;
  padding: 5px 10px;
  background: #585f69;
  color: #dadada;
}
.footer h4, .footer h3 {
  color: #e4e4e4;
  background: none;
  text-shadow: none;
}
.social-icons {
  margin: 0;
}
/* Social Icons */

.social-icons .facebook {background: url(/img/css/icons/facebook.png) no-repeat;}
.social-icons .g-plus {background: url(/img/css/icons/g-plus.png) no-repeat;}
.social-icons .rss {background: url(/img/css/icons/rss.png) no-repeat;}
.social-icons .twitter {background: url(/img/css/icons/twitter.png) no-repeat;}
.social-icons .youtube {background: url(/img/css/icons/youtube.png) no-repeat;}

.social-icons li {
  float: left;
  display: inline;
  list-style: none;
  margin-right: 5px;
  margin-bottom: 5px;
  text-indent: -9999px;
}
.social-icons li a, a.social-icon {
  width:28px;
  height:28px;
  display:block;
  background-position:0 0;
  background-repeat:no-repeat;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.social-icons li:hover a {
  background-position:0 -38px;
}

/* Copyright */
.copyright {
  background: #45494F;
  border-top: solid 1px #D7D7D7;
  padding: 5px 10px;
}
.copyright p {
  color: #D7D7D7;
}
.copyright a {
  margin: 0 5px;
}
.copyright .links {
  padding-top: 15px;
}
.copyright img {
  /* Temporary */
  width: 45px;
}

/* Homepage */

.canvas {
  height: 330px;
}
.canvas path {
  cursor: pointer;
}

.form-search {
  margin: 0;
}

.form-search.listing .input-append {
  width: 100%;
}

.nav.results a {
  padding: 4px 18px;
}
.nav.results .nav-header {
  padding: 0 0 0 10px;
}
.nav.results p{
  color: #737373;
  font-size: 12px;
  letter-spacing: 0.5px;
  margin: 0 0 0 5px;
}

#map-canvas {
  height: 400px;
}
.gmap-container {
  margin-bottom: 40px;
}
#gmap-canvas {
  height: 400px;
}
#gmap-canvas.affix {
  top: 0.1px;
  width: 45%;
}
#gmap-canvas.affix-bottom {
  position: absolute !important;
}
#gmap-canvas div img{
  max-width: none;
}
.infobox-wrapper {
  display: none;
}
.infoBox {
  padding: 4px;
  background: #fff;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.3);
  box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

/* Town page */
.content .property-list {
  min-height: 400px;
}
.property-list li.type-B {
  background-color: #fff;
  float: left;
  width: 47%;
  margin-right: 5%;
  margin-bottom: 20px;
}
.property-list li.type-B:nth-child(even) {
  margin-right: 0;
}
.property-list > ul,
.property-list > ul li:last-child {
  margin-bottom: 0;
}

.listing-indicator {
  top: 0;
  background-image: -webkit-linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0));
  border-bottom-left-radius: 20px;
  color: #fff;
  font-weight: bold;
  right: 0;
  padding: 6px 12px;
  position: absolute;
  text-shadow: 0 1px 1px rgba(0,0,0,0.8);
  z-index: 10;
}

.type-B .listing-img {
  padding-bottom: 67%;
  position: relative;
  overflow: hidden;
}
.type-B .listing-img:after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.2);
  /*box-shadow: inset 0px 0px 5px rgba(255, 255, 255, 0.5); Light box shadow*/
  border-radius: 2px;
}
.type-B .property-img {
  position: absolute;
  /* Fix link not working for the absolute positioning */
  z-index: 1;
}
.type-B .listing-caption {
  bottom: 0;
  background-image: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8));
  background-image: linear-gradient(rgba(0,0,0,0), rgba(52, 153, 219, 0.8));
  border-top-right-radius: 25px;
  color: #fff;
  font-weight: bold;
  left: 0;
  right: 0;
  padding: 1px 13px;                        /* JAC 13/11/2014  - WAS 13px 13px */
  position: absolute;
  text-shadow: 0 1px 1px rgba(0,0,0,0.8);
  z-index: 10;
}
.type-B .listing-details {
  border: 1px solid #ccc;
  border-top-width: 0;
  border-radius: 2px;
  padding-left: 10px;
}
.type-B address {
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
  width: 56%;
}

/* Property details type-S */
.property-list li.type-S {
  background-color: #fff;
  float: left;
  width: 30%;
  margin-right: 5%;
  margin-bottom: 20px;
}
.property-list li.type-S.third {
  margin-right: 0;
}

.type-S .listing-img {
  padding-bottom: 67%;
  position: relative;
  overflow: hidden;
}
.type-S .listing-img:after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.2);
  /*box-shadow: inset 0px 0px 5px rgba(255, 255, 255, 0.5); Light box shadow*/
  border-radius: 2px;
}
.type-S .property-img {
  position: absolute;
  /* Fix link not working for the absolute positioning */
  z-index: 1;
}
.type-S .listing-caption {
  bottom: 0;
  background-image: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8));
  background-image: linear-gradient(rgba(0,0,0,0), rgba(52, 153, 219, 0.8));
  border-top-right-radius: 25px;
  color: #fff;
  font-weight: bold;
  left: 0;
  right: 0;
  line-height: 15px;
  padding: 3px 13px;                           /* JAC 10/11/2014  - WAS 13px 13px */
  position: absolute;
  text-shadow: 0 1px 1px rgba(0,0,0,0.8);
  z-index: 10;
}

/* Property details type-G */
.property-list li.type-G {
  border: 1px solid #ccc;
  margin-bottom: 20px;
}
.type-G .listing-img {
  float: left;
  position: relative;
  margin-right: 10px;
  padding-bottom: 23.5%;
  overflow: hidden;
  width: 33%;
}

.type-G .listing-img:after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.2);
  /*box-shadow: inset 0px 0px 5px rgba(255, 255, 255, 0.5); Light box shadow*/
  border-radius: 2px;
}
.type-G .property-img {
  position: absolute;
  /* Fix link not working for the absolute positioning */
  z-index: 1;
}
.type-G .listing-caption {
  bottom: 0;
  background-image: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8));
  background-image: linear-gradient(rgba(0,0,0,0), rgba(52, 153, 219, 0.8));
  border-top-right-radius: 25px;
  color: #fff;
  font-weight: bold;
  left: 0;
  right: 0;
  padding: 1px 13px;                    /* JAC 13/11/2014  - WAS 13px 13px */
  position: absolute;
  text-shadow: 0 1px 1px rgba(0,0,0,0.8);
  z-index: 10;
}
.type-G .listing-details {
  background-color: #fff;
  height: 100%;
}
.type-G .listing-summary {
  background-color: rgba(52, 153, 219, 0.2);
  border-bottom: 1px solid #ccc;
  float: left;
  margin-left: -10px;
  width: 67%;
}
.type-G .listing-summary td{
  text-align: center;
}
.type-G .guests {
  width: 20%;
}
.type-G .guests i {
  font-size: 25px;
}
.type-G .guests span {
  font-weight: bold;
  margin-left: 5px;
  vertical-align: super;
  white-space: nowrap;
}
.type-G .details-type, .type-G .price {
  border-left: 1px solid #CCC;
  padding-top: 3px;
}
.type-G .details-type {
  width: 60%;
}
.type-G .price {
  font-weight: bold;
  width: 20%;
}
.type-G .price span{
  font-weight: normal;
  font-size: 10px;
}
.type-G .listing-desc {
  margin: 5px 10px 0 0px;
}

/* Icons */
.icons {
  color: #444444;
  font-size: 30px;
}
.icons-group {
  background-color: #F0F0F0;
  border-left: 1px solid #ccc;
  float: right;
  width: 65px;
}
.icons-container {
  float: left;
  width: 49%;
}
.icons-container.text {
  text-align: center;
  width: 100%;
}
.icons-container.text a{
  color: #444444;
}
.icons-container:hover {
  background-color: #DADADA;
}
.icons-container:hover a {
  color: #65B8ED;
}
.icons-container.border-top {
  border-top: 1px solid #ccc;
}
.icons-container.border-right {
  border-right: 1px solid #ccc;
}
a.icons:hover {
  text-decoration: none;
}
.icons:before {
  display: block;
  margin: 0 auto;
  width: 25px;
}
.icon-external-link {
  font-size: 24px;
}
.icon-external-link:before {
  margin: 1px auto 0;
}
.icon-envelope {
  font-size: 22px;
}
.icon-envelope:before {
  width: 23px;
}
.icon-phone {
  font-size: 26px;
}
.icon-phone:before {
  width: 22px;
}
.icon-mobile-phone {
  font-size: 31px;
}
.icon-mobile-phone:before {
  width: 14px;
}

/* Helpers */
.no-tborder {
  border-top-width: 0 !important;
}
.main_row {
    overflow: hidden;
}

.additional-info dd {
  margin-left: 140px;
}

.gallery {
  padding: 0;
  margin-bottom: 10px;
}

.property-details {
  border-right: 1px solid #d8d8d8;
}

@media (max-width:478px){
  .type-G .listing-img {
    padding-bottom: 71.5%;
    width: 100%;
  }
  .type-G .listing-summary {
    float: none;
    margin-left: 0;
    width: 100%;
  }
  .type-G .listing-desc {
    margin: 5px 10px;
  }
  .property-list li.type-S {
    width: 47%;
  }
  .property-list li.type-S.third {
    margin-right: 5%;
  }
  .property-list li.type-S.even {
    margin-right: 0;
  }
  .property-list li.type-B {
    margin-right: 0;
    width: 100%;
  }
}