/*
Theme Name: Bella Nove
Theme URI: http://www.bellanove.com.au
Description: Bella Nove Theme
Author: Anthony Davison
Author URI: http://www.interactivecoredesign.com.au
Version: 1.0
License: Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
License URI: http://creativecommons.org/licenses/by-sa/3.0/
*/

* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

::selection {
    background: #78be20;
    color: #ffffff;
}

::-moz-selection {
    background: #78be20;
    color: #ffffff;
}

h1 {
    font-family: bentham, serif;
    margin: 0;
}

h2 {
    color: #1c1d1e;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}

body {
font-family: 'Open Sans', sans-serif;
font-size: 14px;
line-height: 1.42857143;
color: #333;
background-color: #ffffff;
background-image: url('/wp-content/uploads/2015/11/footer-mark1.jpg');
background-repeat: no-repeat;
background-position: 20% 95%;
background-size: 125%;
}

a {
    outline: medium none;
    color: #A29061;
}

a:hover {
    color: #FDE7AC;
}

input, textarea {
font: inherit;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}

.container {
margin: 0 auto;
padding-right: 15px;
padding-left: 15px;
}

.entry-header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
}

.navbar-header {
    position: relative;
    z-index: 3;
    background-color: #ffffff;
}

#navheader {
    text-align: center;
    margin: 0 auto;
}

.navbar-brand {
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}

.navbar-brand > img {
    display: block;
}

.large {
    width: 150px;
    margin: 10px 20px;
}

.small {
    width: 150px;
    margin: 7px 14px;
}

#iconbarclose {
    display: block;
    line-height: 6px;
}

.navbar-header .navbar-toggle {
    position: relative;
    float: right;
    padding: 15px 0px;
    margin: 21px 24px 8px 0px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    background: transparent;
    font-size: 10px;
}

.navbar-header .navbar-toggle span {
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.navbar-header .navbar-toggle .icon-bar {
    display: block;
    border-radius: 1px;
    width: 25px;
    height: 2px;
    margin: 0px 0 -2px 0;
    background-color: #78be20;
}

.text-icon {
    line-height: 6px;
    display: block;
}

.hideme {
    /* display: none; */
}

#logo {
    text-align: center;
    width: 170px;
    margin: 4px 0px 0px 17px;
}

#logo a {
    padding: 7px 0 10px 0;
    float: left;
}

#logo img {
    width: 100%;
}

.navbar-toggle:focus {
    outline: 0;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 6px;
}

span.text-icon {
    font-size: 10px;
    line-height: 0px;
    padding: 0px 0px 0px 0px;
    margin: 10px 0px 0px 2px;
    display: block;
    color: #78be20;
}

.navbar-toggle span.text-icon:hover,
.navbar-toggle span.text-icon:active,
.navbar-toggle span.text-icon:focus {
    color: #8ec448;
}

.navbar-collapse {
    padding: 20px 15px 0 15px;
    overflow-x: visible;
    background-color: #78be20;
    -webkit-overflow-scrolling: touch;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

nav.navbar {
    text-transform: uppercase;
    line-height: 25px;
    font-weight: 500;
    color: #333;
    text-decoration: none !important;
    font-family: sans-serif !important;
    -webkit-box-shadow: 0px 1px 17px 0px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0px 1px 17px 0px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 1px 17px 0px rgba(0, 0, 0, 0.17);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#navbar ul li {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

nav.navbar #navbar a {
    padding-top: 10px;
    padding-bottom: 15px;
    color: #ffffff;
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

nav.navbar #navbar a:hover {
    color: #7c878e;
    background-color: #fff;
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

nav.navbar #navbar .activeItem {
    color: #7c878e;
    background-color: #fff;
}


/* ------ Anims ------ */

@keyframes bgnavopen {
    0% {
        -webkit-transform: translate(0, 0px) scale(1);
        -moz-transform: translate(0, 0px) scale(1);
        transform: translate(0, 0px) scale(1);
    }
    74% {
        background-color: #ffffff;
        -webkit-transform: translate(0, -45px) scale(1);
        -moz-transform: translate(0, -45px) scale(1);
        transform: translate(0, -45px) scale(1);
    }
    75% {
        background-color: #78be20;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        -webkit-transform: translate(10px, -100px) scale(2.2, 50);
        -moz-transform: translate(10px, -100px) scale(2.2, 50);
        transform: translate(10px, -100px) scale(2.2, 50);
    }
    100% {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        -webkit-transform: translate(10px, 0px) scale(2.2, 50);
        -moz-transform: translate(10px, 0px) scale(2.2, 50);
        transform: translate(10px, 0px) scale(2.2, 50);
    }
}

@keyframes bgnavclose {
    0% {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        -webkit-transform: translate(10px, 0px) scale(2.2, 50);
        -moz-transform: translate(10px, 0px) scale(2.2, 50);
        transform: translate(10px, 0px) scale(2.2, 50);
    }
    10% {
        background-color: #78be20;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        -webkit-transform: translate(10px, 0px) scale(2.2, 50);
        -moz-transform: translate(10px, 0px) scale(2.2, 50);
        transform: translate(10px, 0px) scale(2.2, 50);
    }
    54% {
        background-color: #78be20;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        -webkit-transform: translate(10px, -100px) scale(2.2, 50);
        -moz-transform: translate(10px, -100px) scale(2.2, 50);
        transform: translate(10px, -100px) scale(2.2, 50);
    }
    85% {
        background-color: #ffffff;
        -webkit-transform: translate(0, -35px) scale(1);
        -moz-transform: translate(0, -35px) scale(1);
        transform: translate(0, -35px) scale(1);
    }
    100% {
        -webkit-transform: translate(0, 0px) scale(1);
        -moz-transform: translate(0, 0px) scale(1);
        transform: translate(0, 0px) scale(1);
    }
}

@keyframes onenavopen {
    0% {
        -webkit-transform: translate(0, 10px) scale(1);
        -moz-transform: translate(0, 10px) scale(1);
        transform: translate(0, 10px) scale(1);
    }
    74% {
        -webkit-transform: translate(0, -45px) scale(1);
        -moz-transform: translate(0, -45px) scale(1);
        transform: translate(0, -45px) scale(1);
    }
    75% {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        position: relative;
        z-index: 1;
        background-color: #ffffff;
        -webkit-transform: translate(10px, -120px) scale(1, 1) rotate(45deg);
        -moz-transform: translate(10px, -120px) scale(1, 1) rotate(45deg);
        transform: translate(10px, -120px) scale(1, 1) rotate(45deg);
    }
    100% {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        position: relative;
        z-index: 1;
        background-color: #ffffff;
        -webkit-transform: translate(10px, 7.5px) scale(1, 1) rotate(45deg);
        -moz-transform: translate(10px, 7.5px) scale(1, 1) rotate(45deg);
        transform: translate(10px, 7.5px) scale(1, 1) rotate(45deg);
    }
}

@keyframes onenavclose {
    0% {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        position: relative;
        z-index: 1;
        background-color: #ffffff;
        -webkit-transform: translate(10px, 7.5px) scale(1, 1) rotate(45deg);
        -moz-transform: translate(10px, 7.5px) scale(1, 1) rotate(45deg);
        transform: translate(10px, 7.5px) scale(1, 1) rotate(45deg);
    }
    29% {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        position: relative;
        z-index: 1;
        background-color: #ffffff;
        -webkit-transform: translate(10px, 7.5px) scale(1, 1) rotate(45deg);
        -moz-transform: translate(10px, 7.5px) scale(1, 1) rotate(45deg);
        transform: translate(10px, 7.5px) scale(1, 1) rotate(45deg);
    }
    30% {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        position: relative;
        z-index: 1;
        background-color: #ffffff;
        -webkit-transform: translate(10px, 7.5px) scale(1, 1) rotate(45deg);
        -moz-transform: translate(10px, 7.5px) scale(1, 1) rotate(45deg);
        transform: translate(10px, 7.5px) scale(1, 1) rotate(45deg);
    }
    74% {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        position: relative;
        z-index: 1;
        background-color: #ffffff;
        -webkit-transform: translate(10px, -120px) scale(1, 1) rotate(45deg);
        -moz-transform: translate(10px, -120px) scale(1, 1) rotate(45deg);
        transform: translate(10px, -120px) scale(1, 1) rotate(45deg);
    }
    75% {
        position: relative;
        z-index: 1;
        background-color: #ffffff;
        -webkit-transform: translate(0, -65px) scale(1);
        -moz-transform: translate(0, -65px) scale(1);
        transform: translate(0, -65px) scale(1);
    }
    100% {
        -webkit-transform: translate(0, 0px) scale(1);
        -moz-transform: translate(0, 0px) scale(1);
        transform: translate(0, 0px) scale(1);
    }
}

@keyframes twonavopen {
    0% {
        -webkit-transform: translate(0, 10px) scale(1);
        -moz-transform: translate(0, 10px) scale(1);
        transform: translate(0, 10px) scale(1);
    }
    74% {
        -webkit-transform: translate(0, -45px) scale(1);
        -moz-transform: translate(0, -45px) scale(1);
        transform: translate(0, -45px) scale(1);
    }
    75% {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        position: relative;
        z-index: 1;
        background-color: #ffffff;
        -webkit-transform: translate(10px, -120px) scale(1, 1) rotate(-45deg);
        -moz-transform: translate(10px, -120px) scale(1, 1) rotate(-45deg);
        transform: translate(10px, -120px) scale(1, 1) rotate(-45deg);
    }
    100% {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        position: relative;
        z-index: 1;
        background-color: #ffffff;
        -webkit-transform: translate(10px, 0px) scale(1, 1) rotate(-45deg);
        -moz-transform: translate(10px, 0px) scale(1, 1) rotate(-45deg);
        transform: translate(10px, 0px) scale(1, 1) rotate(-45deg);
    }
}

@keyframes twonavclose {
    0% {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        position: relative;
        z-index: 1;
        background-color: #ffffff;
        -webkit-transform: translate(10px, 0px) scale(1, 1) rotate(-45deg);
        -moz-transform: translate(10px, 0px) scale(1, 1) rotate(-45deg);
        transform: translate(10px, 0px) scale(1, 1) rotate(-45deg);
    }
    29% {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        position: relative;
        z-index: 1;
        background-color: #ffffff;
        -webkit-transform: translate(10px, 0px) scale(1, 1) rotate(-45deg);
        -moz-transform: translate(10px, 0px) scale(1, 1) rotate(-45deg);
        transform: translate(10px, 0px) scale(1, 1) rotate(-45deg);
    }
    30% {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        position: relative;
        z-index: 1;
        background-color: #ffffff;
        -webkit-transform: translate(10px, 0px) scale(1, 1) rotate(-45deg);
        -moz-transform: translate(10px, 0px) scale(1, 1) rotate(-45deg);
        transform: translate(10px, 0px) scale(1, 1) rotate(-45deg);
    }
    74% {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        position: relative;
        z-index: 1;
        background-color: #ffffff;
        -webkit-transform: translate(10px, -120px) scale(1, 1) rotate(-45deg);
        -moz-transform: translate(10px, -120px) scale(1, 1) rotate(-45deg);
        transform: translate(10px, -120px) scale(1, 1) rotate(-45deg);
    }
    75% {
        position: relative;
        z-index: 1;
        background-color: #ffffff;
        -webkit-transform: translate(0, -55px) scale(1);
        -moz-transform: translate(0, -55px) scale(1);
        transform: translate(0, -55px) scale(1);
    }
    100% {
        -webkit-transform: translate(0, 0px) scale(1);
        -moz-transform: translate(0, 0px) scale(1);
        transform: translate(0, 0px) scale(1);
    }
}

@keyframes shownav {
    0% {
        height: 1px;
        display: block;
        padding: 0px 15px 0px 15px;
        -webkit-transform: translate(0px, -300px);
        -moz-transform: translate(0px, -300px);
        transform: translate(0px, -300px);
    }
    45% {
        height: 1px;
        margin: -100px -15px 0 -15px;
        padding: 0px 15px 0px 15px;
        -webkit-transform: translate(0px, -300px);
        -moz-transform: translate(0px, -300px);
        transform: translate(0px, -300px);
    }
    100% {
        height: 100%;
        padding: 20px 15px 0px 15px;
        -webkit-transform: translate(0, 0px);
        -moz-transform: translate(0, 0px);
        transform: translate(0, 0px);
    }
}

@keyframes hidenav {
    0% {
        height: 100%;
        display: block;
        padding: 20px 15px 0px 15px;
        -webkit-transform: translate(0px, 0px);
        -moz-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
    75% {
        height: 1px;
        margin: -100px -15px 0 -15px;
        padding: 0px 15px 0px 15px;
        -webkit-transform: translate(0px, -300px);
        -moz-transform: translate(0px, -300px);
        transform: translate(0px, -300px);
    }
    100% {
        display: none;
        height: 1px;
        padding: 0px 15px 0px 15px;
        -webkit-transform: translate(0, -300px);
        -moz-transform: translate(0, -300px);
        transform: translate(0, -300px);
    }
}


/* ------ Header / Carousel Section ------ */

.headerimage img {
    width: 100%;
    display: block;
}


/* ------- Bella Living Section ------- */

.text-muted {
color: #777;
}

.featurette-image {
    width: 100%;
}

.featurette {
    overflow: hidden;
    margin: 40px 0 40px 0;
}

.featurette .col-md-7 {
    padding: 0 34px;
}

.featurette-heading-form {
    padding: 20px 0 0 0;
}


/* ------- Bella Vision Section ------- */

.visiongroup {
    background-color: #ffffff;
}

.visionhold {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 50px 0;
}

.visionhold h2 {
    color: #777;
    font-family: 'Open Sans', sans-serif;
}

.visionitem {
    display: inline-block;
    padding: 5px;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    margin: 5px;
}


/* -------- New Vision Section -------- */

.visionsection {
    background: #78be20;
    background: -webkit-linear-gradient(190deg, #398f14 0%, #8ec448 51%, #78be20 75%);
    background: -o-linear-gradient(190deg, #398f14 0%, #8ec448 51%, #78be20 75%);
    background: -moz-linear-gradient(190deg, #398f14 0%, #8ec448 51%, #78be20 75%);
    padding: 0 5%;
	text-align: center;
}

.visioncolumn {
    display: inline-block;
    width: 40%;
    vertical-align: top;
}

.visionbox {
    display: block;
    width: 100%;
    line-height: 0px;
    padding: 5px;
}

.visionbox a {
    display: block;
    text-decoration: none;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    overflow: hidden;
}

.visionbox a img {
    width: 100%;
}

.visiontext {
    text-align: center;
    display: block;
    color: #ffffff;
    bottom: 27px;
    position: relative;
    text-decoration: none;
    font-size: 21px;
    font-weight: 300;
}

.center-block {
    display: block;
    padding: 0px 20px 11px 20px;
}

.footer-disclaimer {
    padding: 0 20px 20px 20px;
    text-align: center;
    color: #333333;
}

.google-maps {
    padding: 0px 0 0 0;
    height: 300px;
    width: 100%;
}

#mapoption {
    height: 300px;
    padding: 0px;
    background-color: #8ec448;
}

.google-maps #map {
    width: 100% !important;
    height: 100% !important;
}

.google-maps .mapscontent img {
    width: 320px;
    float: left;
    padding: 0 20px 0 0;
}

.google-maps .mapscontent p {
    font-size: 14px;
    padding: 11px 0 0 0px;
}

#contactform {
    text-align: center;
    width: 290px;
    margin: 0 auto;
    display: inline-block;
}

#contactform input,
#contactform textarea {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    padding: 10px;
    border: none;
    border-bottom: solid 2px #c9c9c9;
    transition: border 0.3s;
}

#contactform input:focus,
#contactform textarea:focus {
    border-bottom: solid 2px #78be20;
    box-shadow: none;
    outline: 0;
}

#contactform input.wpcf7-submit {
    width: 32%;
    padding: 7px 30px;
    font-weight: 600;
    background-color: #78be20;
    color: #fff;
}

#contactform input.wpcf7-submit:hover {
    color: #ffffff;
    background-color: #7c878e;
    border-bottom: solid 2px #7c878e;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}


/*---------- Social ------------*/

.enquire {
    text-align: center;
}

.social {
    display: inline-block;
    vertical-align: top;
    margin: 0 5%;
}

.socialgroup {
    margin: 100px 0 40px 0;
}

.socialgroup img {
    width: 100%;
}

.fbbutton {
    padding: 0 20px;
    display: inline-block;
}


/*---------- Parallax ------------*/

.module h2 {
    margin: 0px 0px 10px 0px;
    font-size: 24px;
}

.module p {
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: 300;
}

.module p:last-child {
    margin-bottom: 0;
}

.module.content {
    padding: 0px 0;
}

.parallax {
    height: 50px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.parallax h1 {
    color: rgba(255, 255, 255, 1);
    font-size: 34px;
    line-height: 52px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.parallax-1,
.parallax-2,
.parallax-3 {
    background: #78be20;
    background: -webkit-linear-gradient(141deg, #398f14 0%, #8ec448 51%, #78be20 75%);
    background: -o-linear-gradient(141deg, #398f14 0%, #8ec448 51%, #78be20 75%);
    background: -moz-linear-gradient(141deg, #398f14 0%, #8ec448 51%, #78be20 75%);
}


/*---------- Landing Page ------------*/

.imagegroup {
    position: relative;
    top: 0;
    left: 0;
    height: 200px;
}

.imagegroup .imageitem {
    height: 100%;
    position: absolute;
    visibility: none;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(-51%, -275px);
    -moz-transform: translate(-51%, -275px);
    transform: translate(-51%, -275px);
    margin-left: 50%;
}

.imageitem img {
    height: 100%;
}

.imagegroup .imageitem.active {
    height: 100%;
    display: inline-block;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-51%, 0px);
    -moz-transform: translate(-51%, 0px);
    transform: translate(-51%, 0px);
    margin-left: 50%;
}

.engageheader {
    position: relative;
    top: 0;
    left: 0;
    z-index: 8;
    background-color: #ffffff;
    margin: 0px 0 5px 0;
    padding: 40px 0px;
}

.stattitle {
    font-size: 20px;
    padding: 0 0 15px 0;
    color: #1c1d1e;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    text-align: center;
}

.entryform h1 {
    color: #1c1d1e;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    text-align: center;
    line-height: 52px;
    font-size: 42px;
}

.accessitem {
    display: block;
    width: 100%;
    vertical-align: top;
}

.accessdesc span {
    font-size: 14px;
    font-weight: 700;
    color: #78be20;
}

.accessdesc ul {
    list-style-type: circle;
    margin: 7px 40px 24px 40px;
}

.accessdesc ul li {
    padding: 5px 0px;
}

.forminput {
    padding: 14px 0;
}

.forminput input {
    font-size: 20px;
    font-weight: 300;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    padding: 10px;
    border: none;
    border-bottom: solid 2px #c9c9c9;
    transition: border 0.3s;
}

.forminput input:hover {
    border-bottom: solid 2px #93e033;
    box-shadow: none;
    outline: 0;
}

.forminput input:focus,
.forminput input:active {
    border-bottom: solid 2px #78be20;
    box-shadow: none;
    outline: 0;
}

.formsubmit {
    padding: 20px 0;
}

.formsubmit input[type="submit"] {
    font-size: 20px;
    width: 100%;
    padding: 17px 30px;
    font-weight: 600;
    background-color: #78be20;
    color: #fff;
    border-bottom: 2px solid #7c878e;
    border-top: none;
    border-left: none;
    border-right: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.formsubmit input[type="submit"]:hover {
    color: #ffffff;
    background-color: #7c878e;
    border-bottom: 2px solid #ffffff;
    box-shadow: none;
    outline: 0;
}

.formsubmit input[type="submit"]:focus,
.formsubmit input[type="submit"]:active {
    color: #ffffff;
    background-color: #7c878e;
    border: 2px solid #78be20;
    box-shadow: none;
    outline: 0;
}

.entryform.accessa {
    text-align: center;
    margin: 109px 0 0 0;
}

.viewpack {
    margin: 40px 0 0 0;
    font-size: 18px;
    font-weight: 700;
    color: #78be20;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    width: 50%;
    padding: 10px 17px;
    border: 1px solid #78be20;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.viewpack:hover {
    color: #ffffff;
    background-color: #78be20;
}

.viewpack:hover:focus,
.viewpack:hover:active {
    color: #ffffff;
    background-color: #78be20;
    border: 1px solid #93e033;
}

.parallax-land-1,
.parallax-land-1 h1,
.parallax-land-2,
.parallax-land-2 h1,
.parallax-land-3,
.parallax-land-3 h1,
.parallax-land-4,
.parallax-land-4 h1 {
    height: 400px;
    line-height: 400px;
}

.parallax-land-1 {
    background-image: url('https://bellanove.com.au/wp-content/uploads/2017/08/Parallax-1.jpg');
}

.parallax-land-2 {
    background-image: url('https://bellanove.com.au/wp-content/uploads/2017/08/Parallax-2.jpg');
}

.parallax-land-3 {
    background-image: url('https://bellanove.com.au/wp-content/uploads/2017/08/Parallax-3.jpg');
}

.parallax-land-4 {
    background-image: url('https://bellanove.com.au/wp-content/uploads/2017/08/Parallax-4.jpg');
}

.sectionstat {
    padding: 65px 0;
    font-style: italic;
}

.statinfo {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    padding: 0 0 0px 0;
    color: #777777;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
}

.designsection {
    padding: 65px 0;
}

.designhalf {
    display: block;
    width: 100%;
    vertical-align: top;
}

.module .designhalf h2 {
    font-size: 28px;
    font-weight: 500;
}

.module .designhalf p {
    display: block;
    padding: 16px 0;
    margin: 0 0 15px 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
}

.designhalf .listheader {
    font-weight: 700;
    padding: 16px 0 0 0;
}

.designhalf span {
    display: block;
    padding: 16px 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
}

.designhalf .ticklist {
    padding: 0px 0;
    margin: 0 0 0 29px;
    text-indent: -33px;
}

.ticklist svg {
    width: 33px;
    height: 24px;
}

.designhalf ul {
    list-style-type: circle;
    margin: 7px 40px 15px 40px;
}

.designhalf ul li {
    padding: 5px 0px;
}

.designhalf:last-child {
    padding: 50px 0 0 0px;
}

.floorplan {
    width: 100%;
}

.designhalf .imgcap {
    text-align: center;
    font-weight: 700;
}


/* --------- Bootstrap Move to above with other bootstrap css file ---------- */


/* ------ Responsive ----- */

@media (min-width: 320px) {
    body {
        margin: 60px 0 0 0;
    }
}

@media (min-width: 375px) {
    body {
        margin: 80px 0 0 0;
    }
}

@media (min-width: 400px) {
    body {
        margin: 45px 0 0 0;
        background-position: 238% 97%;
        background-size: 92%;
    }
}

@media (min-width: 500px) {
    .imagegroup .imageitem {
        height: auto;
        -webkit-transform: translate(0px, 0px);
        -moz-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
        margin-left: 0px;
    }
    .imageitem img {
        width: 100%;
        height: auto;
    }
    .imagegroup .imageitem.active {
        height: auto;
        -webkit-transform: translate(0px, 0px);
        -moz-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
        margin-left: 0px;
    }
    .stattitle {
        font-size: 28px;
    }
}

@media (max-width: 599px) {
    .navbar-header .closeme #iconbarbg {
        -webkit-animation-name: bgnavopen;
        -moz-animation-name: bgnavopen;
        -ms-animation-name: bgnavopen;
        -o-animation-name: bgnavopen;
        animation-name: bgnavopen;
        -webkit-animation-duration: 0.7s;
        -moz-animation-duration: 0.7s;
        -ms-animation-duration: 0.7s;
        -o-animation-duration: 0.7s;
        animation-duration: 0.7s;
    }
    .navbar-header .openme #iconbarbg {
        -webkit-animation-name: bgnavclose;
        -moz-animation-name: bgnavclose;
        -ms-animation-name: bgnavclose;
        -o-animation-name: bgnavclose;
        animation-name: bgnavclose;
        -webkit-animation-duration: 0.95s;
        -moz-animation-duration: 0.95s;
        -ms-animation-duration: 0.95s;
        -o-animation-duration: 0.95s;
        animation-duration: 0.95s;
    }
    .navbar-header .closeme #iconbarone {
        -webkit-animation-name: onenavopen;
        -moz-animation-name: onenavopen;
        -ms-animation-name: onenavopen;
        -o-animation-name: onenavopen;
        animation-name: onenavopen;
        -webkit-animation-duration: 0.7s;
        -moz-animation-duration: 0.7s;
        -ms-animation-duration: 0.7s;
        -o-animation-duration: 0.7s;
        animation-duration: 0.7s;
    }
    .navbar-header .openme #iconbarone {
        -webkit-animation-name: onenavclose;
        -moz-animation-name: onenavclose;
        -ms-animation-name: onenavclose;
        -o-animation-name: onenavclose;
        animation-name: onenavclose;
        -webkit-animation-duration: 1s;
        -moz-animation-duration: 1s;
        -ms-animation-duration: 1s;
        -o-animation-duration: 1s;
        animation-duration: 1s;
    }
    .navbar-header .closeme #iconbartwo {
        -webkit-animation-name: twonavopen;
        -moz-animation-name: twonavopen;
        -ms-animation-name: twonavopen;
        -o-animation-name: twonavopen;
        animation-name: twonavopen;
        -webkit-animation-duration: 0.7s;
        -moz-animation-duration: 0.7s;
        -ms-animation-duration: 0.7s;
        -o-animation-duration: 0.7s;
        animation-duration: 0.7s;
    }
    .navbar-header .openme #iconbartwo {
        -webkit-animation-name: twonavclose;
        -moz-animation-name: twonavclose;
        -ms-animation-name: twonavclose;
        -o-animation-name: twonavclose;
        animation-name: twonavclose;
        -webkit-animation-duration: 1s;
        -moz-animation-duration: 1s;
        -ms-animation-duration: 1s;
        -o-animation-duration: 1s;
        animation-duration: 1s;
    }
    #navbar.hideme {
        -webkit-animation-name: hidenav;
        -moz-animation-name: hidenav;
        -ms-animation-name: hidenav;
        -o-animation-name: hidenav;
        animation-name: hidenav;
        -webkit-animation-duration: 0.7s;
        -moz-animation-duration: 0.7s;
        -ms-animation-duration: 0.7s;
        -o-animation-duration: 0.7s;
        animation-duration: 0.7s;
    }
    #navbar.showme {
        -webkit-animation-name: shownav;
        -moz-animation-name: shownav;
        -ms-animation-name: shownav;
        -o-animation-name: shownav;
        animation-name: shownav;
        -webkit-animation-duration: 1s;
        -moz-animation-duration: 1s;
        -ms-animation-duration: 1s;
        -o-animation-duration: 1s;
        animation-duration: 1s;
    }
}

@media (max-width: 600px) {
    nav.navbar #navbar a {
        font-size: 17px;
    }
}

@media (min-width: 600px) {
    body {
        margin: 62px 0 0 0;
        background-position: 182% 98%;
        background-size: 86%;
    }
    .parallax,
    .parallax h1 {
        height: 75px;
        line-height: 75px;
        font-weight: 500;
        font-size: 54px;
    }
    .entry-header {
        background-color: #ffffff;
    }
    #logo {
        width: 210px;
        margin: 5px 0 0 0;
    }
    .navbar-nav {
        float: right;
        margin: 10px 0 0 0;
    }
    nav.navbar #navbar a {
        height: 71px;
        line-height: 71px;
        padding: 0px 15px 0 0px;
        font-size: 12px;
        color: #78be20;
    }
    .navbar-collapse {
        display: block;
        padding: 0px 15px 0 15px;
        background-color: #ffffff;
    }
    .hideme {
        display: block;
    }
    .engageheader {
        margin: 0px 0 75px 0;
        padding: 20px 40px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-box-shadow: 0px 0px 41px -10px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 0px 10px 41px -10px rgba(0, 0, 0, 0.4);
        box-shadow: 0px 10px 41px -10px rgba(0, 0, 0, 0.4);
    }
    .parallax-land-1,
    .parallax-land-1 h1,
    .parallax-land-2,
    .parallax-land-2 h1,
    .parallax-land-3,
    .parallax-land-3 h1,
    .parallax-land-4,
    .parallax-land-4 h1 {
        height: 500px;
        line-height: 500px;
    }
}

@media (min-width: 680px) {
    .imagegroup {
        height: 230px;
    }
}

@media (max-width: 768px) {
    .parallax {
        background-position: 50% 35%;
        background-attachment: scroll;
    }
    .google-maps .mapscontent img {
        width: 180px;
        float: left;
        padding: 0 20px 0 0;
    }
    .google-maps .mapscontent p {
        font-size: 14px;
        padding: 11px 0 0 0px;
    }
}

@media (min-width: 768px) {
    body {
        background-position: 285% 96%;
        background-size: 76%;
    }
    .parallax,
    .parallax h1 {
        height: 100px;
        line-height: 100px;
        font-size: 78px;
    }
    nav.navbar #navbar a {
        padding: 0px 13px 0 14px;
        font-size: 14px;
    }
    #navbar ul {
        margin-left: 20px;
    }
    .featurette .col-md-7 {
        padding: 0 15px;
    }
    .lead {
        font-size: 21px;
    }
    .google-maps,
    #mapoption {
        height: 350px;
    }
    .imagegroup {
        height: 245px;
    }
    .parallax-land-1,
    .parallax-land-1 h1,
    .parallax-land-2,
    .parallax-land-2 h1,
    .parallax-land-3,
    .parallax-land-3 h1,
    .parallax-land-4,
    .parallax-land-4 h1 {
        height: 500px;
        line-height: 500px;
    }
    .accesslist {
        display: inline-block;
        width: 49%;
        vertical-align: top;
    }
    .accesslist:last-child {
        float: right;
    }
    .sectionstat {
        padding: 65px 60px;
    }
    .designsection {
        padding: 65px 60px;
    }
}

@media (min-width: 880px) {
    .imagegroup {
        height: 275px;
    }
}

@media (min-width: 992px) {
    body {
        margin: 69px 0 0 0;
        background-position: 274% 97%;
        background-size: 75%;
    }
    .parallax,
    .parallax h1 {
        height: 125px;
        line-height: 125px;
        font-size: 78px;
    }
    #logo {
        width: auto;
        margin: 0px;
    }
    nav.navbar #navbar a {
        padding: 0px 24px 0 24px;
        height: 91px;
        line-height: 91px;
    }
    .navbar-nav > li {
        padding: 0 12px 0 0;
    }
    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .container {
        padding: 0;
    }
    .featurette {
        display: flex;
        align-items: center;
    }
    .featurette .col-md-7 {
        padding: 0 0px;
    }
    .featurette-heading-form {
        padding: 40px 0 20px 0;
    }
    .google-maps,
    #mapoption {
        height: 400px;
    }
    #contactform {
        width: 390px;
    }
    .imagegroup {
        height: 300px;
    }
    .accesslist {
        width: 100%;
        float: none;
    }
    .accessitem {
        display: inline-block;
        width: 50%;
    }
    .parallax-land-1,
    .parallax-land-1 h1,
    .parallax-land-2,
    .parallax-land-2 h1,
    .parallax-land-3,
    .parallax-land-3 h1,
    .parallax-land-4,
    .parallax-land-4 h1 {
        height: 500px;
        line-height: 500px;
    }
    .designhalf {
        display: inline-block;
        width: 49%;
    }
    .designhalf:last-child {
        padding: 0 0 0 77px;
    }
    .designhalf.designimage {
        padding: 105px 0 0 40px;
    }
}

@media (min-width: 1100px) {
    .imagegroup {
        height: 350px;
    }
}

@media (min-width: 1200px) {
    body {
        margin: 83px 0 0 0;
        background-image: url('/wp-content/uploads/2015/11/footer-mark-e1448424747976.jpg');
        background-position: 100% 100%;
        background-size: 17%;
    }
    .parallax,
    .parallax h1 {
        height: 150px;
        line-height: 150px;
        font-size: 90px;
    }
    .navbar-wrapper .container {
        width: 1150px;
    }
    .navbar-nav {
        margin: 0px 0 0 0;
    }
    nav.navbar #navbar a {
        padding: 0px 24px 0 24px;
        height: 105px;
        line-height: 105px;
        font-size: 17px;
    }
    .container {
        padding: 0 15px;
    }
    .featurette .col-md-7 {
        padding: 0 0px;
    }
    .visionhold {
        width: 49%;
        margin: 115px 0;
    }
    .google-maps,
    #mapoption {
        height: 500px;
    }
    .engageheader {
        margin: 0px 0 75px 0;
        padding: 40px 60px;
    }
    .stattitle {
        font-size: 36px;
    }
    .imagegroup {
        height: 400px;
    }
    .accessitem {
        display: inline-block;
        width: 49%;
    }
    .accessdesc span {
        font-size: 18px;
    }
    .designhalf h2 {
        font-size: 28px;
    }
    .designhalf .ticklist {
        margin: 0 0 0 -5px;
        text-indent: 0px;
    }
    .designhalf.designimage:last-child {
        padding: 100px 0 0 30px;
    }
    .designhalf.designimage {
        padding: 0 0 0 0px;
    }
    .floorplan {
        padding: 50px 0px 0px 10px;
    }
    .sectionstat {
        padding: 65px 0px;
    }
    .parallax-land-1,
    .parallax-land-1 h1,
    .parallax-land-2,
    .parallax-land-2 h1,
    .parallax-land-3,
    .parallax-land-3 h1,
    .parallax-land-4,
    .parallax-land-4 h1 {
        height: 500px;
        line-height: 500px;
    }
}

@media (min-width: 1300px) {
    .imagegroup {
        height: 420px;
    }
}

@media (min-width: 1500px) {
    body {
        background-size: 28%;
    }
    .parallax,
    .parallax h1 {
        height: 175px;
        line-height: 175px;
        font-size: 90px;
    }
    .parallax-land-1,
    .parallax-land-2,
    .parallax-land-3,
    .parallax-land-4 {
        height: 600px;
    }
    .google-maps,
    #mapoption {
        height: 600px;
    }
    .parallax-land-1,
    .parallax-land-1 h1,
    .parallax-land-2,
    .parallax-land-2 h1,
    .parallax-land-3,
    .parallax-land-3 h1,
    .parallax-land-4,
    .parallax-land-4 h1 {
        height: 500px;
        line-height: 500px;
    }
    .imagegroup {
        height: 490px;
    }
}

@media (min-width: 1750px) {
    .parallax,
    .parallax h1 {
        height: 200px;
        line-height: 200px;
    }
    .imagegroup {
        height: 590px;
    }
    .parallax-land-1,
    .parallax-land-1 h1,
    .parallax-land-2,
    .parallax-land-2 h1,
    .parallax-land-3,
    .parallax-land-3 h1,
    .parallax-land-4,
    .parallax-land-4 h1 {
        height: 750px;
        line-height: 750px;
    }
    .google-maps,
    #mapoption {
        height: 740px;
    }
}


/* ============================================================

  PRIMARY STRUCTURE

============================================================ */

@media all and (min-width: 600px) {
    .module h2 {
        font-size: 38px;
    }
    .module p {
        font-size: 20px;
    }
    .parallax h1 {
        font-size: 58px;
    }
}

@media all and (min-width: 960px) {
    .parallax h1 {
        font-size: 90px;
    }
}