.newHome {
  -webkit-font-smoothing: antialiased;
  background: none;
}


/*
   Header
   ========================================================================== */

#header .container {
  position: relative;
}

#header h1 {
  top: 49px;
}

.topLinks {
  position: absolute;
  top: 0px;
  right: 0px;
}

.topLinks ul {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
}

  .topLinks ul li {
    display: inline-block;
    margin-top: 7px;
    color: #888;
  }

    .topLinks ul li a {
      text-decoration: none;
    }

.topLinks .socialTop {
  display: inline-block;
}

  .socialTop .socialThumb {
    display: inline-block;
    border-radius: 4px;
    overflow: hidden;
    width: 24px;
    height: 24px;
  }

@media only screen and (max-width: 600px) {
  .topLinks {
    display: none;
  }
}



/*
   Top Bar
   ========================================================================== */

.newHome #mobilePhone {
  display: none;
}

.newHome #mobileHeader {
  height: 60px;
}

  .newHome #mobileHeader #nav {
    z-index: 10;
  }

  .newHome #nav-toggle {
    z-index: 11;
  }

  .newHome #mobileHeader .bwLogo, .newHome #mobileHeader h1 {
    z-index: 11;
  }

.newHome #topBar {
  padding: 28px 0px;
  margin-bottom: 0px;
  height: auto;
  text-align: left;
}

.inside #topBar {
  padding: 28px 0px;
  margin-bottom: 40px;
  height: auto;
  text-align: left;
}

  #topBar .container {
    max-width: 920px;
    padding: 0px 15px;
    position: relative;
  }

  #topBar h2 {
    font-size: 24px;
  }

  .fleurieu-peninsula #topBar h2 {
    font-size: 20px;
  }

.newHome #topBar {
  display: block !important;
}

@media only screen and (max-width: 900px) {
  #topBar .welcomeText {
    font-size: 19px;
  }
}

@media only screen and (max-width: 740px) {
  #topBar .welcomeText {
    display: none;
  }

  .newHome #topBar {
    padding: 35px 0px;
  }
}


.welcomeAdelaide, .welcomeMelbourne, .welcomeHobart, .welcomeBallarat, .welcomeGeelong, .welcomeFleurieu , .welcomePerth, .welcomeGoldCoast { display: none; }
.welcome { display: inline-block; }

.adelaide .welcomeAdelaide { display: inline-block; }
.melbourne .welcomeMelbourne { display: inline-block; }
.hobart .welcomeHobart { display: inline-block; }
.ballarat .welcomeBallarat { display: inline-block; }
.geelong .welcomeGeelong { display: inline-block; }
.fleurieu-peninsula .welcomeFleurieu { display: inline-block; }
.perth .welcomePerth  { display: inline-block; }
.gold-coast .welcomeGoldCoast  { display: inline-block; }

.adelaide .welcome, .melbourne .welcome, .hobart .welcome, .ballarat .welcome, .geelong .welcome, .fleurieu-peninsula .welcome, .perth .welcome, .gold-coast .welcome  {
  display: none;
}


/*
   State Selector
   ========================================================================== */

.stateSelector {
  position: absolute;
  top: -6px;
  right: 20px;
  background: transparent url('../images/state-selector.png') top left no-repeat;
  width: 248px;
  height: 36px;
  overflow: hidden;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
}

.statesList {
  z-index: 2;
  display: none;
  position: absolute;
  top: 31px;
  right: 20px;
  width: 248px;
  background-color: #00235d;
  border-radius: 4px;
  transition: .25s;
  overflow: hidden;
  /*border: 1px solid #fff;*/
  box-shadow: 0px 1px 5px rgba(0,0,0,0.25);
}

  .statesList a {
    display: inline-block;
    width: 100%;
    padding: 10px 13px 9px 23px;
    text-decoration: none;
    font-size: 14px;
    transition: 0.2s;
    font-weight: normal;
    box-sizing: border-box;
    text-transform: capitalize;
    color: rgba(255,255,255,0.95);
    border-bottom: 1px solid rgba(255,255,255,0.15);
  }

    .statesList a:before {
      content: '\003e';
      margin-right: 5px;
    }

    .statesList a:last-child {
      border-bottom: none;
    }

    .statesList a:hover {
      background-color: rgba(255,255,255,0.1);
    }

  .statesList a.bigState {
    color: #fff;
    display: inline-block;
    width: 100%;
    padding: 15px 13px 14px;
    text-decoration: none;
    font-size: 16px;
    transition: 0.2s;
    font-weight: bold;
    box-sizing: border-box;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-bottom: 1px solid rgba(255,255,255,0.15);
  }

    .statesList a.bigState:before {
      content: '';
      margin-right: 0px;
    }

.visible {
  display: inline-block;
}

@media only screen and (max-width: 740px) {
  .stateSelector {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: -16px;
  }

  .statesList {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 22px;
  }
}



/*
   Feature Call to Actions
   ========================================================================== */

.home-bg {
  background: #e5e9ec url('../images/home-feature.jpg') center top no-repeat;
}

  .adelaide .home-bg { background: #e5e9ec url('../images/adelaide-bg.jpg') center top no-repeat; }
  .melbourne .home-bg { background: #e5e9ec url('../images/melbourne-bg.jpg') center top no-repeat; }
  .hobart .home-bg { background: #e5e9ec url('../images/hobart-bg.jpg') center top no-repeat; }

  .geelong .home-bg { background: #e5e9ec url('../images/geelong-bg.jpg') center top no-repeat; }
  .ballarat .home-bg { background: #e5e9ec url('../images/ballarat-bg.jpg') center top no-repeat; }
  .fleurieu-peninsula .home-bg { background: #e5e9ec url('../images/fleurieu-bg.jpg') center top no-repeat; }
  .perth .home-bg { background: #e5e9ec url('../images/perth-bg.jpg') center top no-repeat; }  
  .gold-coast .home-bg { background: #e5e9ec url('../images/gold-coast-bg.jpg') center top no-repeat; }  

.homeContainer {
  height: 437px;
  padding-bottom: 0px;
}

.callouts {
  overflow: visible;
  /*z-index: 1;*/
  position: relative;
  max-width: 68%;
  height: 100%;
}

  .callouts a, .callouts div {
    position: absolute;
    display: inline-block;
  }

.yellowCta {
  height: 172px;
  width: 172px;
  bottom: 30px;
  left: -30px;
  background: url('../images/yellow-cta.png') no-repeat;
  -webkit-transition: all .25s ease;
     -moz-transition: all .25s ease;
      -ms-transition: all .25s ease;
       -o-transition: all .25s ease;
          transition: all .25s ease;
}
  .yellowCta:hover {
    -webkit-transform: rotate(-5deg);
       -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
         -o-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }

.greenCta {
  height: 161px;
  width: 160px;
  top: 15px;
  right: 110px;
  z-index: 2;
  background: url('../images/green-cta.png') no-repeat;
  -webkit-transition: all .25s ease;
     -moz-transition: all .25s ease;
      -ms-transition: all .25s ease;
       -o-transition: all .25s ease;
          transition: all .25s ease;
}

  .greenCta:hover {
    -webkit-transform: rotate(4deg);
       -moz-transform: rotate(4deg);
        -ms-transform: rotate(4deg);
         -o-transform: rotate(4deg);
            transform: rotate(4deg);
  }

.orangeCta {
  height: 337px;
  width: 207px;
  bottom: 30px;
  right: 0px;
  z-index: 1;
  background: url('../images/orange-cta.png') no-repeat;
}

@media only screen and (max-width: 760px) {
  .callouts {
    display: none;
  }

  .home-bg, .adelaide .home-bg, .melbourne .home-bg, .hobart .home-bg  .perth .home-bg {
    background: url('../images/bg.png') center center no-repeat;
  }
}



/*
   Contact Form
   ========================================================================== */

.home-form {
  float: right;
  width: 280px;
  position: relative;
  padding: 30px 10px 30px 20px;
  background: url('../images/home-form-bg.png') center center no-repeat;
}

  .home-form .formTitle {
    font-size: 24px;
    color: #00235d;
    font-weight: bold;
    margin-bottom: 15px;
  }

  .home-form .wpcf7-form input, .home-form .wpcf7-form textarea {
    width: 280px;
    margin-bottom: 4px;
    display: inline-block;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
    border-color: #adb9c9;
    resize: none;
  }

  .home-form .wpcf7-form textarea {
    height: 75px;
  }

  .home-form .wpcf7-form input::-webkit-input-placeholder { color: #666; }
  .home-form .wpcf7-form textarea::-webkit-input-placeholder { color: #666; }
  .home-form .wpcf7-form input:-moz-placeholder { color: #666; }
  .home-form .wpcf7-form textarea:-moz-placeholder { color: #666; }
  .home-form .wpcf7-form input::-moz-placeholder { color: #666; }
  .home-form .wpcf7-form textarea::-moz-placeholder { color: #666; }
  .home-form .wpcf7-form input:-ms-input-placeholder { color: #666; }
  .home-form .wpcf7-form textarea:-ms-input-placeholder { color: #666; }

  .home-form .wpcf7-form input[type="submit"] {
    text-transform: uppercase;
    font-size: 17px;
    padding: 9px 30px;
    color: #fff;
    width: auto;
    border: 2px solid #fff;
    font-family: Helvetica, Arial, sans-serif;
    border-radius: 8px;

    background: #00aeef; /* Old browsers */
    background: -moz-linear-gradient(top, #00aeef 0%, #0071af 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00aeef), color-stop(100%,#0071af)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #00aeef 0%,#0071af 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #00aeef 0%,#0071af 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #00aeef 0%,#0071af 100%); /* IE10+ */
    background: linear-gradient(to bottom, #00aeef 0%,#0071af 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aeef', endColorstr='#0071af',GradientType=0 ); /* IE6-9 */
  }

  .home-form .wpcf7-form .number {
    width: 40px;
  }

  .home-form .wpcf7-form .address {
    width: 235px;
  }

  .home-form .wpcf7-form .suburb {
    width: 138px;
  }

  .home-form .wpcf7-form .postcode {
    width: 138px;
  }

@media only screen and (max-width: 760px) {
  .home-form {
    float: none;
    margin: 0 auto;
    max-width: 300px;
    position: relative;
    z-index: 1;
    padding: 30px 10px 30px 20px;
    background: url('../images/home-form-bg.png') center top no-repeat;
  }
}

.home-form .wpcf7-response-output {
  display: none;
}



/*
   Feature Strip 1 (Dark Blue)
   ========================================================================== */

.feature-bar-1 {
  padding: 40px 0px;
  background: #002a3c url("../images/blue-dark-bg.png");
}

.home-glass-feature {
  display: inline-block;
}

  .feature-bar-1 .home-glass-feature:first-child {
    padding-right: 10px;
  }

@media only screen and (max-width: 940px) {
  .feature-bar-1 .home-glass-feature:first-child {
    padding-right: 0px;
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 600px) {
  .home-glass-feature {
    padding: 0px 30px;
  }

  .feature-bar-1 .home-glass-feature:first-child {
    padding-right: 30px;
  }
}



/*
   Feature Strip 2 (Light Blue)
   ========================================================================== */

.feature-bar-2 {
  padding: 30px 0px 16px;
  background: #002635 url("../images/blue-light-bg.png");
}

.home-posts, .home-hotline, .home-map {
  display: inline-block;
  width: 33%;
  vertical-align: top;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;
}


/* Blog Posts */

.home-posts {
  text-align: left;
  color: #fff;
  padding-right: 30px;
  padding-left: 10px;
}

.home-post {
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 3px solid rgba(255,255,255,0.15);
}

.home-post-date {
  display: inline-block;
  background-color: rgba(255,255,255,0.15);
  font-weight: bold;
  font-size: 12px;
  padding: 4px 6px;
  border-radius: 5px;
  margin-bottom: 8px;
}

  .home-post .postTitle {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 6px;
  }

    .home-post .postTitle a {
      text-decoration: none;
    }


/* Hotline Button */

.home-hotline {

}


/* Map */

.home-map {
  display: inline-block;
  position: relative;
  width: 310px;
  height: 231px;
}

.home-map ul {
  list-style: none;
}
.home-map li {
  position: absolute;
  z-index: 20;
  /*text-indent: -1000em;*/
  display: block;
  cursor: pointer;
}

  .home-map li a {
    display: inline-block;
    width: 100%;
    height: 100%;
  }

#adelaide {
  background: url(../images/map/sa.png) no-repeat;
  width: 76px;
  height: 92px;
  top: 99px;
  left: 99px;
  opacity: 0;
}

  #adelaide:hover {
    opacity: 1;
  }

#melbourne {
  background: url(../images/map/vic.png) no-repeat;
  width: 57px;
  height: 46px;
  top: 154px;
  left: 175px;
  opacity: 0;
}
  #melbourne:hover {
    opacity: 1;
  }

#hobart {
  background: url(../images/map/tas.png) no-repeat;
  width: 47px;
  height: 26px;
  top: 205px;
  left: 175px;
  opacity: 0;
}
  #hobart:hover {
    opacity: 1;
  }

#perth {
  background: url(../images/map/wa.png) no-repeat;
  width: 85px;
  height: 180px;
  top: 18px;
  left: 18px;
  opacity: 0;
}
  #perth:hover {
    opacity: 1;
  }  
  
  
#area_adelaide:hover #adelaide {
  display: block;
}


@media only screen and (max-width: 940px) {
  .home-map {
    display: none;
  }

  .home-posts, .home-hotline {
    width: 40%;
  }
}

@media only screen and (max-width: 600px) {
  .home-posts, .home-hotline {
    width: 95%;
  }

  .home-hotline {
    width: 60%;
    margin-top: 20px;
  }
}



/*
   Feature Strip 3 (Videos)
   ========================================================================== */

.feature-bar-3 {
  padding: 40px 0px 50px;
  background: #f3f3f3; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffffff 0%, #eaeaea 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eaeaea)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffffff 0%,#eaeaea 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
}

  .feature-bar-3 .videoTitle {
    font-weight: normal;
    font-size: 28px;
    color: #42abed;
    margin-bottom: 30px;
    padding: 0px 15px;
  }

.home-video-left {
  display: inline-block;
  margin-right: 5px;
}

.home-video-right {
  display: inline-block;
  margin-left: 5px;
}

@media only screen and (max-width: 940px) {
  .home-video-right {
    margin-left: 0px;
    margin-top: 20px;
  }

  .home-video-left iframe, .home-video-right iframe {
    width: 100%;
    height: 100%;
  }
}



/*
   Main Copy
   ========================================================================== */

.home-content {
  padding: 40px 0px;
}

  .home-content .col1, .home-content .col2, .home-content .col3 {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
    width: 33%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    color: #888;
  }

  .home-content .col1 {
    padding-right: 30px;
  }

  .home-content .col2 {
    padding: 0px 30px;
    border-left: 1px dotted #aaa;
    border-right: 1px dotted #aaa;
  }

  .home-content .col3 {
    padding-left: 30px;
  }

  @media only screen and (max-width: 940px) {
    .home-content .col1 {
      width: 100%;
      padding: 0px 40px 20px;
    }

    .home-content .col2, .home-content .col3 {
      width: 45%;
      padding: 0px 20px;
    }

    .home-content .col2 {
      border-left: none;
    }
  }

  @media only screen and (max-width: 600px) {
    .home-content .col2, .home-content .col3 {
      width: 100%;
      padding: 0px 40px;
    }
  }


  .home-content h2 {
    color: #42abed;
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 10px;
  }

  .home-content h3 {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 10px;
  }

  .home-content h4 {
    color: #42abed;
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 10px;
  }

  .home-content h5 {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 12px;
  }

  .home-content p {
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 17px;
  }



/*
   Footer
   ========================================================================== */

.footer {
  border-top: 2px solid #d8d8d8;
  margin-top: 20px;
  padding-top: 40px;
  text-align: left;
  color: #888;
  padding-bottom: 40px;
}

.footer .footerLinks {
  display: inline-block;
  float: left;
}

.footer ul {
  display: inline-block;
  width: 120px;
  margin-right: 30px;
  vertical-align: top;
}

  .footer ul strong {
    display: inline-block;
    margin-bottom: 10px;
    color: #00aeef;
  }

  .footer ul li {
    border-bottom: 1px solid #ddd;
  }

  .footer ul a {
    display: inline-block;
    font-size: 11px;
    padding: 4px 0px;
  }

.footer a {
  text-decoration: none;
}


.socialLinks {
  float: right;
  width: 31%;
  font-size: 12px;
}

  .socialLinks strong {
    font-size: 14px;
    display: inline-block;
    margin-bottom: 10px;
    color: #00aeef;
  }

  .socialLinks p {
    padding: 15px 0px 18px;
  }

  .socialLinks .socialThumb {
    display: inline-block;
    border-radius: 4px;
    overflow: hidden;
    width: 28px;
    height: 28px;
  }

@media only screen and (max-width: 680px) {
  .footer .footerLinks {
    display: none;
  }

  .socialLinks {
    float: none;
    width: 85%;
    text-align: center;
    margin: 0 auto;
  }
}

#wpstats {
  display: none!important;
}