
/*Colours
Green:		#71c277
Grey:		#4d4d4d
Dark Grey:	#1a1a1a
*/

/*Minimal Reset*/
@font-face {
    font-family: "Glacial Indifference";
    src: url(../fonts/GlacialIndifference-Regular.woff);
}

body {
    font-family: Futura,"Glacial Indifference","Trebuchet MS",Arial,sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    width: 100%;
    background: #4d4d4d;
}

a, a:active, a:hover, a:visited {
    color: inherit;
}

p {
    text-align: left;
}

    p img {
        text-align: left;
        display: inline-block;
    }

input[type=text], input[type=email], input[type=password], textarea, select {
    margin-bottom: 15px;
}

.swiper-slide a:hover {
    color: #fff;
}
/*responsive centered images*/
img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
    object-fit: cover;
}

/*Bootstrap*/
/*gutter classes*/
.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: transparent;
}

#headerphone {
    padding-top: 33px;
}

.suburbSelect, .propSelect, .priceSelect {
    color: #333;
}

@media (max-width: 768px) {
    .pull-center {
        text-align: center;
    }
}

/*<BS navbar>*/
.navbar {
    position: relative;
    margin-bottom: 0;
    background-color: #1a1a1a;
    z-index: 9999;
    border: none;
    border-radius: 0;
    text-transform: lowercase;
    letter-spacing: 1px;
}

@media (max-width: 768px) {
    .navbar {
        width: 100%;
    }

        .navbar li a {
            border: none !important;
        }
}

/*navbar li*/
.navbar li a {
    color: #fff !important;
}

/*navbar active and hover li*/
.navbar-nav li a:hover, .navbar-nav li.active a, .navbar-nav li.open a {
    color: #71c277 !important;
    background-color: #1a1a1a !important;
    border-color: #fff !important;
}

/*navbar li's*/
.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}

/*collapsed li's*/
@media (max-width: 768px) {
    .navbar-nav, .navbar-collapse {
        width: 100%;
        margin: 0;
        padding: 0;
        top: 0;
        left: 0;
    }

    li.open {
        border-bottom: 1px solid #fff;
    }
}

.navPipe {
    pointer-events: none;
    cursor: default;
}

/*collapsed navbar menu button*/
.navbar-default .navbar-toggle {
    border-color: transparent;
    color: #fff;
    padding: 0;
    margin: 0;
    height: 50px;
    width: 100%;
    text-align: center;
}
    /*collapsed navbar menu button active and hover*/
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: #fff;
        color: #71c277;
    }

/*dropdown drop*/
.dropdown-menu {
    padding: 0;
}

.navbar-nav li.open ul a {
    color: #71c277 !important;
    background-color: #1a1a1a !important;
}

    /*navbar dropdown hover*/
    .navbar-nav li.open ul a:hover {
        color: #fff !important;
    }

/*class added to navbar by JS on scroll*/
.navbarFixed {
    position: fixed;
    width: 100%;
    top: 0;
}

/*move navbar collapse point*/
@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

        .navbar-collapse.collapse {
            display: none !important;
        }

    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .collapsing {
        overflow: hidden !important;
    }
}
/*end Bootstrap*/

/*Topper*/
.greenWrap {
    background-color: #71c277;
}

/*Index*/
.imgWrap h1 {
    position: absolute;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    line-height: 400px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: 0;
    font-size: 45px;
}

@media (max-width: 768px) {
    .imgWrap h1 {
        font-size: 30px;
        line-height: calc(100vw / 2);
    }
}

.imgWrap img {
    position: relative;
    width: 100%;
    height: 100%;
    max-height: 520px;
}

.imgHover {
    position: absolute;
    bottom: 10px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

    .imgHover a {
        white-space: nowrap;
        background-color: rgba(113, 194, 119, 0.75);
        padding: 5px 10px;
        border-radius: 25px;
        color: rgba(255,255,255,0.75);
        text-decoration: none;
        margin: 5px;
        display: inline-block;
    }

        .imgHover a:hover, .imgHover a:active {
            color: rgba(255,255,255,1);
        }

.galleryIndex img {
    width: 100%;
    height: auto;
    position: relative;
    border-radius: 25px;
}

@media (max-width:768px) {
    .galleryIndex img {
        border-radius: 0;
    }
}

.galleryIndex .swiper-slide:not(.swiper-slide-active) {
    opacity: 0.5;
}

.featureCaption {
    position: absolute;
    bottom: 0;
    left: 5%;
    width: 90%;
    margin: 50px 0;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.8);
}

.featureDetails div.col-xs-4 {
    background: rgba(0,0,0,0.5);
    border: solid 2px #fff;
    width: 30%;
    text-align: center;
    margin-top: 3em;
    white-space: nowrap;
}

    .featureDetails div.col-xs-4:not(:last-child) {
        margin-right: 1%;
    }

.intro {
    margin: 20px 0;
    color: #fff;
}

    .intro h3 {
        color: #71c277;
        margin-top: 0;
    }

    .intro img {
        width: 100%;
        max-height: 250px;
        margin: 0 0 20px;
        border-radius: 25px;
    }

@media (max-width:768px) {
    .intro img {
        margin-top: 20px;
    }
}

.intro input, textarea {
    width: 100%;
    margin: 10px 0;
    border-radius: 20px;
    padding: 10px;
    color: #000;
    resize: vertical;
    border: solid 2px #71c277;
}

    .intro input:focus, textarea:focus {
        border-color: #ccc;
    }

textarea {
    margin-top: 0;
    margin-bottom: 15px;
}

.faceFeed iframe {
    border-radius: 20px;
    display: block;
    margin: 0 auto;
}

/*Staff Page*/
body.staffBg {
    background-image: url(/img/staffBg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-position: 0 120px;
}

.staffWrap {
    height: 350px;
}

.transparentWrap {
    margin: 40px auto;
}

.green {
    color: #71c277;
}

.staffImg {
    padding: 10px 0;
}

.staffText {
    position: absolute;
    right: 0;
}

@media (max-width: 768px) {
    .staffText {
        position: static;
        text-align: center;
        margin: 0 auto 50px;
    }

        .staffText p {
            text-align: center !important;
        }
}

.btn {
    background-color: #71c277;
    padding: 10px;
    border-radius: 20px;
    font-weight: bold;
    margin-top: 10px;
}

a.btn {
    text-decoration: none;
    color: #fff;
}



/*Listings*/
.searchBar {
    font-variant: small-caps;
}

    .searchBar h2 {
        color: #71c277;
    }

    .searchBar .submit {
        background-color: #71c277;
        padding: 0 20px;
        position: absolute;
        right: 0;
    }

@media (max-width: 414px) {
    .searchBar hr {
        margin-top: 20px;
    }

    .searchBar .suburbSelect {
        width: 140px;
    }

    .searchBar .propSelect {
        width: 140px;
    }

    .searchBar .searchFilters {
        padding-left: 8px !important;
    }

    .searchBar .submit {
        position: inherit;
        margin-top: 5px;
    }

    .propBanner .subName {
        padding-top: 24px;
    }
}

.pagination li a {
    color: #71c277;
}

    .pagination li a:hover {
        color: #000;
    }

.pagination .active a, .pagination .active a:hover {
    background-color: #71c277;
    border-color: #fff;
}

.properties {
    text-align: center;
	display:flex;
	flex-flow:row wrap;
	margin-bottom:30px;
}

.col-xs-12.listView .propShell {
    display:block;
	height: 375px;
	flex-flow:row nowrap;
	margin-bottom:30px;
}
.listView .propImg {
	height:100%;
	padding:0;
	width:40%;
}
.listView .propShell > *:not(.propImg) {
	float:right;
	width:60%;
}
.listView .propShell > *:last-child {
	transform:translateY(-200%);
}

.propShell:not(.indexAvoid) {
	display:flex;
	flex-flow:column;
	justify-content:space-between;
	width: 100%;
	height:100%;
    background-color: #fff;
}
.propImg {
	width:100%;
	height:0;
	padding-bottom:75%;
	background:center center / contain no-repeat #ddd;
}

.propShell > h4:not(:last-child) {
    flex-grow:1;
    display:flex;
    flex-flow:column;
    justify-content:center;
}
.propShell h4 + h4 {
	margin-top:0;
}

    .propShell h2 {
        color: #71c277;
        margin: 5px;
    }

    .propShell h3 {
        margin: 5px;
    }

    .propShell h4 {
        color: #71c277;
    }

.propBanner {
    background-color: #71c277;
    color: #fff;
    padding: 5px;
}

    .propBanner h1, .propBanner h3 {
        margin-top: 0;
    }

.newListing {
    margin-top: 0;
    color: #fff !important;
    float: left;
    font-size: 22px;
    margin-right: -40px;
}

.properties a {
    text-decoration: none;
    color: #000;
}

span.avoidwrap {
    display: inline-block;
}

/*list view*/
.listView img {
    height: 375px;
    width: 40%;
    float: left;
}

.listView .caption1, .listView .caption2 {
    width: 60%;
    float: right;
    padding: 10px 10px 0;
}

@media (max-width: 768px) {
    .listView img {
        width: 100%;
    }

    .listView .caption1, .listView .caption2 {
        width: 100%;
    }
}

/*Property Page*/
.galleryMain img {
    width: 100%;
    max-height: 500px;
    border-bottom: solid 2px #71c277;
}

.gallery-thumbs img {
    width: 100%;
    max-height: 150px;
}

.propDetails {
    border-top: solid 2px #71c277;
    border-right: solid 2px #71c277;
    padding: 0 30px !important;
}

.detailRow {
    border-bottom: solid 1px #fff;
    margin: 0;
}

    .detailRow div {
        padding: 20px 0 5px;
    }

.agent {
    border: 1px solid #fff;
    background-color: #71c277;
}

.innerAgent {
    padding: 20px;
}

.agent img {
    margin-bottom: 20px;
}

.agent input:not(.tools), .agent textarea {
    color: #000;
    margin: 5px 0;
    width: 100%;
}

.tools {
    background-color: #71c277;
    padding: 2px 20px;
    border-radius: 25px;
    margin: 0 5px;
}

.map {
    width: 100%;
}

/*Footer*/
.footer {
    background-color: #1a1a1a;
    color: #fff;
    padding: 20px;
}

    .footer a {
        text-decoration: none;
        color: #fff;
    }

        .footer a:hover {
            color: #71c277;
        }

    .footer ul {
        list-style: none;
        padding: 0;
    }

    .footer h3 {
        color: #71c277;
    }

a.back-to-top:link, a.back-to-top:visited {
    display: none;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    position: fixed;
    z-index: 9999;
    right: 20px;
    bottom: 20px;
    background: #71c277 url("/img/arrowUp.png") no-repeat center 35%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 3px solid White;
}

a:hover.back-to-top {
    background-color: #71c277;
}

.btnGreen,
a.btnGreen:link, a.btnGreen:visited {
    background: none;
    border: 0;
    background: #71c277;
    color: White;
    font-size: 14px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: inline-block;
    padding: 6px 20px;
    margin-bottom: 0px;
    -webkit-transition: border-color 0.3s, background-color 0.3s;
    transition: border-color 0.3s, background-color 0.3s;
}

    .btnGreen:hover, a.btnGreen:hover {
        /*background-color: white;*/
        color: White;
    }


/*new css*/
.nav-pills {
    margin: auto;
    margin-top: 0px;
}

    .nav-pills li {
        border: 0px;
        font-size: 18px;
        display: inline-block;
        width: 46%;
        text-align: center;
        background: #ffffff;
        border: 1px solid #ccc;
        overflow: hidden;
        -webkit-transition: all 300ms linear;
        -moz-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        -ms-transition: all 300ms linear;
        transition: all 300ms linear;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        margin-bottom: 15px;
        margin-right: 3%;
        /*min-height: 147px;*/
    }

@media (max-width:1199px) {
    .nav-pills li {
        font-size: 16px;
    }

    .Tools a {
        float: left;
        margin: 4px;
        width: 45%;
    }

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: transparent;
        color: #71c277;
    }
}

@media (max-width:991px) {
    .nav-pills li {
        height: 125px;
    }

    .staffWrap {
        height: 200px;
    }
}

@media (max-width:767px) {
    .nav-pills li {
        height: auto;
        font-size: 14px;
    }

    #headerphone h2 {
        font-size: 20px;
    }

    .Tools a {
        float: left;
        margin: 4px;
        width: 100%;
    }

    .imgWrap h1 {
        font-size: 20px;
        line-height: 52px;
    }

    .transparentWrap {
        margin: 0px auto;
    }

    .staffWrap {
        height: 60px;
    }

    body {
        background-position: 0 190px !important;
    }

    .navbar-nav {
        max-height: 300px;
    }
}

.nav-pills li img {
    width: 60%;
    margin: auto;
}

.ContactForm {
    padding: 20px;
    border: 1px solid #ddd;
}

.larimg {
    width: 50% !important;
    float: left !important;
}

@media (max-width:767px) {
    .larimg {
        width: 100% !important;
    }
}

.cmsImg img {
    width: 100% !important;
    height: auto !important;
}

.callcss:hover {
    text-decoration: none;
}

.callcss:focus {
    text-decoration: none;
    color: #fff !important;
}

.txtHomeOpen{
    color: red;
}