/* Colors:
Grey: #001825
Pink: E27A89
LtGrey: EFECEA
*/

body
{
    background: #fff;
}

header
{
    background: #001825;
    color: #fff;
    top: 0;
    z-index: 100;
    width: 100%;
    padding: 1.5em 0;
}


header #logo, header #logo>img
{
    display: block;
}

#logo>img
{
    width: auto;
    height: 4rem;
}

#contentContainer
{
    padding: 2.5em 0;
}

#searchContainer,
#headlineContainer
{
    background: #fff;
    padding: 3em 0 0 0;
}

#searchContainer
{
    padding-bottom: 1em;
}

#headlineContainer
{
}

#footerContainer
{
    background: #001825;
    padding: 2em 0;
    color: #fff;
}

#footerContainer a,
#footerContainer h3
{
    color: #fff;
}

#footerContainer h3
{
        border-bottom: 2px dotted #E27A89;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 1rem;
    font-family: "ff-meta-web-pro", sans-serif;
    font-weight: 700;
}


#finalContainer
{
    color: RGBA(255,255,255,0.5);
    background: #001825;
    padding: 1em 0;
    font-size: 11px;
    border-top: 1px solid RGBA(255,255,255,0.1);
}

#finalContainer p a
{
    display: inline-block; 
    color: RGBA(255,255,255,0.6);
}

#finalContainer .row>.column
{
    margin-bottom: 0;
}



i.icon-bed,
i.icon-bath,
i.icon-car
{
    font-family: inherit;
    
    width: auto !important;
    text-align: left !important;
    font-size: 105%;
    display: inline !important;
    text-transform: lowercase;
}

i.icon-bed:after
{
    content: " bed";   

}

i.icon-bath:after
{
    content: " bath";  

}

i.icon-car:after
{
    content: " car";  

}










.propertyTile .image
{
    overflow: hidden;
    background: #E27A89;
    position: relative;
}

.propertyTile .image .inspect
{
    position: absolute;
    bottom: 0;
    left: 0;
}

.propertyTile, .agentTile, .videoTile, .suburbTile
{
    position: relative;
}

.propertyTile .image img,
.agentTile .image img,
.videoTile .image img,
.suburbTile .image img 
{
    display: block;
    height: auto;
    max-width: none;
    width: 100%;
}


.propertyTile .image img:first-child
{
    transition: transform 0.5s, opacity 0.5s;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;

}

.propertyTile:hover .image img:first-child
{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    opacity: 0.2;
}

.propertyTile .caption,
.agentTile .caption,
.videoTile .caption,
.suburbTile .caption
{
    padding: 1em 0 0 0em;
    position: relative;
}


.propertyTile a,
.videoTile a
{
    color: inherit;
}

.propertyTile a.button
{
    color: #fff;
}

.agentTile .caption,
.suburbTile .caption
{
    padding-bottom: 0em;
}

.propertyTile img.slash,
.propertyRow img.slash
{
    position: absolute;    
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: auto;
    height: auto;
    
}

.propertyTile .video,
.propertyRow .video,
.videoTile .video,
#agent-video-link
{
    position: absolute;
    top: 6px;
    left: 6px;
    
    color: #fff;
    background: RGBA(0,0,0,0.3);
    line-height: 1.33;
    padding: 0.33em 1em;
    border-radius: 5px;
    text-shadow: 0px 0px 3px RGBA(0,0,0,0.3);
    transition: background-color 0.4s;
    -webkit-transition: background-color 0.4s;    
}



.agentTile h3
{
    margin-bottom: 0;
}

a:hover .video,
#agent-video-link:hover
{
    background-color: #E27A89;
}

.videoTile .title
{
    font-size: 125%;
    color: #000;
}

/*
.videoTile div.uploaded,
.videoTile div.category

{
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 70%;
    text-align: center;
    background: #eee;
    padding: 0.33em 0;
    font-size: 90%;
}*/

/*

.videoTile div.uploaded
{
    right: 0;
    left: auto;
    background: #ccc;
    width: 30%;
}

*/

/*

.videoTile.footer-video div.uploaded
{
    display: none;
}

.videoTile.footer-video div.category
{
    width: 100%;
}
*/

.propertyTile address,
.propertyTile .contracttext,
.propertyTile .bookin
{
    font-size: 1rem;
    font-family: "ff-meta-web-pro", sans-serif;
}

.propertyTile .contracttext
{
    display: block;
}

.propertyTile hr
{
    display: block;
    border: 0;
    height: 0;
    margin: 0.25em 0;
    border-bottom: 2px dotted #E27A89;
    
}

.propertyTile address .streetaddress
{
    display: inline-block;
}

.propertyTile address .suburb
{
display: inline-block;
}

.propertyTile, .videoTile
{
    padding: 0 1px;
}

.propertyTile .typetext
{
    display: inline;
}

.propertyTile .icons span + span:before
{
    display: inline-block;
    content: "|";
    margin: 0 0.5em;
}


table.dataPager
{
    width: 100%;
    background: #EFECEA;
    border: 1px solid #fff;
}

table.dataPager a
{
    display: inline-block;
    width: 2em;
    padding: 0.5rem 0.5rem;
    text-align: center;
    background: #EFECEA;
    font-size: 1rem !important;
    border-left: 1px solid #fff;
}

table.dataPager .resultCount
{
    padding: 0.5em 1em;
}

table.dataPager a.first,table.dataPager a.last
{
    display: none;
}

table.dataPager a.next,table.dataPager a.prev
{
    width: 4em;
}

table.dataPager a.current
{
    background: #E27A89;
    color: #fff;
}

table.dataPager td.resultPages
{
    text-align: right;
    font-size: 0px;
}

/* 
* Interactive Elements: Slideshow
*/

#slideshow .item img { max-width: none; width: 100%;}

#slideshow .control
{
    position: absolute;
    top: 50%;
    width: 1em;
    height: 1.5em;
    line-height: 1.5em;
    padding: 0.25em;
    margin-top: -0.75em;
    color: #fff;
    background: #001825;

box-shadow: 0px 0px 0px 1px RGBA(255, 255, 255, 0.4);
    display: block;
    font-size: 30px;
    z-index: 1;
    text-align: center;
}

#slideshow .control.prev
{
    left: 0;
    right: auto;
}

#slideshow .control.next
{
    right: 0;
    left: auto;
}


#slideshow-thumbs {
    bottom: 0;
    padding: 10px 0;
    position: absolute;
    text-align: center;
    text-shadow: 0 0 6px #000000;
    width: 100%;
    z-index: 1;
}


#slideshow-thumbs > span {
    background: none repeat scroll 0 0 #eee;
    background: RGBA(255, 255, 255, 0.4);
    border-radius: 8px 8px 8px 8px;
    margin: 2px 6px;
    cursor: pointer;
    display: inline-block;
    height: 12px;
    margin: 0 4px;
    width: 12px;
    overflow: hidden;
    text-indent: -10em;
    vertical-align: middle;
    box-shadow: 0px 0px 2px #000;
}
#slideshow-thumbs > span.current {
    background: #fff;
    border: 2px solid #fff;    
    margin: 0 4px;
}

#slideshow>.item .caption
{
    width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -30%;
    margin-top: -2em;
    text-align: center;
    color: #fff;
}

#slideshow .item .caption span
{
    background: RGBA(36,112,160,0.8);
    display: inline-block;
    padding: 0 0.25em;
}

#slideshow>.item .caption>h1
{
    margin: 0;
    color: #fff;
}

ul.linkList>li>a
{
    display: block;
    padding: 0.25em 0;
    transition: all 0.4s;
    text-indent: 0px;
    -webkit-transition: all 0.4s;
}

ul.linkList>li>a:hover
{
    background-color: #E27A89;
    color: #fff;
    text-indent: 10px;
}


ul.linkList>li
{
    display: block;
    border-top: 2px dotted #E27A89;
}

ul.agentList>li
{
    margin-bottom: 0.5em;
}

ul.agentList>li>*
{
    margin: 0;
}



[data-ui-role*="tabswapper"] .tabSection
{
    padding-top: 1em;
}

.expando:before
{
    content:"\f107  ";
    font-family: "FontAwesome";
    vertical-align: top;
}

.expando.active:before
{
    content:"\f106  ";
    font-family: "FontAwesome";
    vertical-align: top;    
}

.contentRegion img[style~="right;"]
{
    margin-bottom: 10px;
    margin-left: 20px;
}

.contentRegion img[style~="left;"]
{
    margin-bottom: 10px;
    margin-right: 20px;
}

.panel
{
    background: #EFECEA;
    border: 1px solid #001825;
    
    margin: 0 0 1em 0;
    padding: 2em 2em 1rem;
    
}

#mediaContainer
{
    position: relative;
}

.authorTile
{
    background-color: #EFECEA;
}

.authorTile .caption *
{
}

.authorTile .caption h4
{
    margin-bottom: 1em;
}

.authorTile .caption
{
    padding: 1.5em 1.5em;
}

.authorTile a
{
    font-weight: 700;
    display: block;
    padding: 0.5em 0;    
    transition: padding 0.4s, background-color 0.4s;
    -webkit-transition: padding 0.4s, background-color 0.4s;
    white-space: nowrap;
}

.agentContact a
{
    padding: 0.1em 0;    

    transition: padding 0.4s, background-color 0.4s;
    -webkit-transition: padding 0.4s, background-color 0.4s;
    display: block; 

}

.authorTile a:hover
{
    background: RGBA(0,0,0,0.2);
    padding: 0.5em 1em;    
}

.agentContact a:hover
{
    background: RGBA(0,0,0,0.2);
    padding: 0.1em 0.5em;    
}

blockquote.abstract
{
    box-shadow: none;
    border: none;
    margin: 0.5em 0 1em 0;
    font-size: 145%;
    color: #001825;
    padding: 0;
    line-height: 1.5;
    text-indent: -0.5em;
}

blockquote.abstract:before
{
    content: "\201C";
}

blockquote.abstract:after
{
    content: "\201D";
}

.agentContact
{
    background-color: #EFECEA;
    color: #E27A89;
    font-size: 133%;
    width: 100%; 
    height: 100%;
}


.agentContact>div
{
    position: absolute;
    bottom: 50px;
    left: 50px;
    vertical-align: bottom;
    width: 100%;      
}



@media only screen and (max-width: 80em)
{
    .agentContact
    {
        font-size: 100%;
    }

    blockquote.abstract
    {
        font-size: 133%;
    }
}

@media only screen and (max-width: 60em)
{
    .agentContact h1
    {
        font-size: 200%;
    }

    .agentContact>div
    {
        bottom: 2em;
    }

}

@media only screen and (max-width: 50em)
{
    .grid-tiny-1.flush .fixed-aspect.featurebox
    {
        height: auto;
        overflow: auto;
        padding-bottom: 0;
    }

    .grid-tiny-1.flush .fixed-aspect .agentContact.fill
    {
        position: relative !important;
    }

    .grid-tiny-1.flush .fixed-aspect .agentContact.fill>div
    {
        padding: 1em 5%;
        width: 90%;

    }

    .agentContact h1
    {
        font-size: 200%;
    }
    
    .agentContact>div
    {
        position: static;
        
    }
}


.agentContact *
{
    color: inherit !important;
}

section.lowlight,
section.lowlight + section.lowlight + section.lowlight
{
    padding: 3em 0;
    background: #EFECEA;
}

section.lowlight h1, section.lowlight h2, section.lowlight h3
{
    color:  #001825;
}

section.lowlight + section.lowlight
{
    padding: 3em 0;
    background: #fff;
}

/* Colors:
Grey: #001825
Pink: E27A89
LtGrey: EFECEA
*/

@keyframes slowzoom {
    from { transform: none; }
to { transform: scale(1.1); }
}

.slowzoom {
    animation: slowzoom 10s ease-out normal 1;
    animation-fill-mode: forwards;
}

#headlineContainer
{

}

ul.thumbList>li
{
    margin-bottom: 1em;   
}

.date
{
    font-family: "ff-meta-web-pro", sans-serif;
    font-weight: 700;
    color: #fff;
}

#breadcrumbs
{
    font-size: 90%;
    background-color: #EFECEA;
    padding: 0.5em 1em;
    display: inline-block;
}
#breadcrumbs a
{
    display: inline-block;
}

#breadcrumbs a+a:before
{
    content: "\f105";
    font-family: "Fontawesome";
    display: inline-block;
    padding: 0 0.5em;
    color: #228BBA;
}

#breadcrumbs a:last-child
{
    color: #001825;
    font-weight: 400;
}


.suburb-injection
{
    background: #EFECEA;
    color: #fff;
    padding: 2em;
    box-sizing: border-box;
    -moz-box-sizing: border-box;

}

.suburb-injection .name
{
    font-size: 133%;
    color: #001825;
    margin-bottom: 0.25em;
    display: block;
}

.suburb-injection p
{
    color: #001825;

    opacity: 0.8;
}

.suburb-injection .button
{
    position: absolute;
    bottom: 2em;
    left: 2em;
}

small.more
{
    text-transform: uppercase;
    opacity: 0.8;
    font-size: 60%;
}

.postedon
{
    line-height: 1.3;
    display: block;
    font-size: 90%;
    position: relative;
    top: 4px;
}

blockquote.bubble
{
    background: #f4f3f2;
    padding: 1em 1.5em;
    border-radius: 8px 8px 8px 0px;
}

blockquote.bubble + *
{
    display: block;
    padding-top: 10px;
    padding-left: 35px;
    background: transparent url(../img/bubble.png) no-repeat top left;
    margin-bottom: 2em;
    font-size: 125%;
}

#testimonial_container strong:before
{
    content: "— ";
}

#testimonial_container
{
    background-color: #EFF4F6;
    padding: 1.5em;
}

#testimonial_container blockquote
{
    background: transparent;
}

#footerContainer ul.social i
{
    font-size: 133%;
}

#footerContainer ul.social li
{
    display: inline-block;

}

#footerContainer ul.social li a
{
    display: block;
    
    color: #001825;
      line-height: 2.4rem;
    width: 2.4rem;
    text-align: center;
    background: #fff;
    border-radius: 1.2rem;
    color: #001825;
}

#footerContainer ul.social li a:hover
{
    background-color: #E27A89;
}


#footerContainer ul.social li i
{vertical-align: -0.15em;
}



#viewSwitcher
{
display: block;
margin: 0;
}

@media only screen and (min-width: 50em)
{
    #viewSwitcher
    {
        font-size: 1rem;
        display: flex;
        
        position: absolute;
        left: 0;
        top: 0px;
        
        line-height: 1em;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
       
        -webkit-transform-origin: left bottom;
        -moz-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        -o-transform-origin: left bottom;
        transform-origin: left bottom;
        
    }        
}

#viewSwitcher.tabs > *
{
    background: #fff;
    background: rgba(255, 255, 255, 0.6);
    margin: 0;
    border: 0;
    color: #001825 !important;
    padding: 0 0;   
    cursor: pointer;
    text-shadow: none;    
    flex: 1 1 auto;
    padding: 0.25rem;
    font-size: 1.25rem;
    
}

#viewSwitcher.tabs > *:last-child
{
    border-right: none;
}

#viewSwitcher.tabs .tab:hover
{
    background: #EFECEA;
    color: #001825 !important;
}

#viewSwitcher.tabs .tab.active
{
    background: #fff;    
}

#searchFormContainer
{
    background-color: #EFECEA;
    padding: 1rem 0;
}

div.tagsline
{
    display: block;
    font-size: 0.8em;
}

div.tagsline a
{
    display: inline-block;
    padding: 0.25em 0.5em;
    margin: 0 0.5em 0.5em 0;
    background: #EFECEA;
    color: #001825;    
}


.videoTile .category
{
    color: #001825;
    font-size: 1rem;
    font-weight: bold;
    font-family: "ff-meta-web-pro";
    border-bottom: 2px dotted #E27A89;
    padding-bottom: 0.5rem;
}

.videoTile h3
{
    font-size: 1rem;
    color: inherit;
}



.agentList>li
{
    padding-bottom: 0;
}

.priceinfo
{
    font-size: 3rem;
	line-height: 1.3;
}

.deets
{
    font-size: 1.5rem;
    line-height: 1.2;
    color: #001825 !important;
}

.deets a
{
    color: #001825 !important;
}

.deets.icons
{
    margin-bottom: 1rem;
}

.bigLinks a,
.bigLinks button
{
    font-size: 1.5rem;
    display: block;
    width: 100%;
    color: #E27A89 !important; 
    background: transparent !important;
    text-align: left;
    padding: 0;
    border-bottom:#E27A89 2px dotted ;
}

.bigLinks form + a
{
    border: 0;
}

.bigLinks
{
    margin-bottom: 2rem;
}

.blog_item + .blog_item
{
    margin-top: 2rem;
}



ul#searchOrderBy>li
{
    font-size: 1rem;
}

#bsrPanel
{
    padding-top: 0.5rem;
}

#bsrPanel .tabs li a
{
    line-height: 1.1;
}

#bsrPanel .tabs li 
{
    margin-right: 1rem;
}

#bsrPanel .tabs li + li
{
    border: 0px solid transparent;
border-left: 2px solid #333;
padding-left: 1rem;
}


#google_translate_element *
{
    font-family: inherit;
}