@import url(http://fonts.googleapis.com/css?family=Oxygen:400,300,700);
@import url(http://fonts.googleapis.com/css?family=Michroma);
@import url(/fonts/webfrontdingbats/stylesheet.css);

body
{
    font-family: "Oxygen", "Helvetica", Arial, sans-serif;
    font-size: 14px;
    color: RGBA(0,0,0,0.9);
    font-weight: 400;
}

.container
{
    width: 90%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

@media only screen and (max-width: 36em)
{
    .container
    {
        width: 90%;
    }
}

.container:after
{
    content: " ";
    display: table;
    clear: both;
}

header
{
    background-color: transparent;
    z-index: 10;
    position: relative;
    padding: 1rem 0;
}

#headlineContainer h1,
#searchContainer h1

{
    font-weight: 300;
    
    margin-bottom: 0.5rem;
}

main
{
}

section.highlight{
    background-color: #fcf3e3;
    padding: 3rem 0;
}

section.highlight .tabs.minimal
{
    box-shadow: 0 -2px 0px RGBA(0,0,0,0.1) inset;
}

#headlineContainer,
#searchContainer
{
    background-color: RGBA(21,31,48,1);
    padding: 2rem 0;
    color: #fff;
    position: relative;
}

#headlineContainer:after,
#searchContainer:after,
main+footer:before
{
    content: "";
    display: block;
    height: 5px;
    background-color: #ED8B00;
    width: 50%;
    position: absolute;
    bottom: -5px;
    left: 0;
}

main+footer:before
{
    top: -5px;
    right: 0; 
    bottom: auto;
    left: auto;
}

#headlineContainer button,
#searchContainer button
{
    background: #ed8b00;
}

#contentContainer
{
    padding: 3rem 0;
}

footer
{
    position: relative;
    background-color: #151F30;
    color: RGBA(255,255,255,0.8);
    text-shadow: none;
}

footer>section
{
    padding: 3rem 0;
}

footer #finalContainer
{
    background-color: RGBA(0,0,0,0.2);
    color: #fff;
    padding: 1rem 0;
    text-shadow: none;
    font-size: 0.875em;
}

footer #finalContainer a
{
    display: inline-block;
    margin-right: 0.5rem;
}

footer [itemprop="name"],
footer a
{
    color: #fff !important;
}

footer h3
{
    font-weight: 700;
    font-size: 0.875rem;
    text-transform: uppercase;
    margin-bottom: 1rem;
    color: #fff;
    border-bottom: 1px solid RGBA(255,255,255,0.1);
}

footer h3>span
{
    display: inline-block;
    border-bottom: 3px solid #ED8B00;
    padding-bottom: 0.5rem;
    vertical-align: bottom;    position: relative;
    top: 3px;

}

footer a
{
    color: inherit;
}


/* Webfront Dingbats Icons ********************************************/

i.icon-bed,
i.icon-bath,
i.icon-car
{
    font-family: "webfrontdingbats";    
    width: auto !important;
    text-align: left !important;
    display: inline !important;
    font-style: inherit;
}

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

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

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



/* Carousel Styles ****************************************/

.carousel-wrap
{
    position: relative;
}

.carousel-wrap[data-status="start"] ~ a#car-prev,
.carousel-wrap[data-status="end"] ~ a#car-next,
.carousel-wrap[data-status="allvisible"] ~ a#car-next,
.carousel-wrap[data-status="allvisible"] ~ a#car-prev
{
    display: none;
}

.carousel .container
{
    position: static;
}

.carousel .caption
{
    position: absolute;
    bottom: 0;
    width: 100%;
}

@media only screen and (max-width: 54em)
{
    .carousel .caption
    {
        text-align: center;
        width: inherit;
    }

    .carousel .caption .body
    {
        margin-left: auto;
        margin-right: auto;
    }
    
    .carousel .caption .headline
    {
        font-size: 1rem !important;
    }
    
    .carousel .caption:after
    {
        display: none;
    }
}

.carousel .caption .headline
{
    display: inline-block;
    background: rgba(21, 31, 48, 0.7);
    color: #fff;
    font-weight: 300;
    font-size: 2rem;
    padding: 0.5rem 1.5rem;
    width: 100%;
}

.carousel .caption .headline .streetaddress
{
    opacity: 0.8;
}

.carousel .caption .body
{
    display: block;
    max-width: 500px;
    background: RGBA(255,255,255,0.9);
    color: #000;
    padding: 0.75rem 1.5rem;
}

a#car-next, a#car-prev {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
    left: 0;
    color: #fff;
    display: block;
    font-size: 1.5rem;
    width: 3rem;
    height: 4rem;
    line-height: 3rem;
    margin-top: -1.5rem;
    padding: 0.5rem 0;
    position: absolute;
    text-align: center;
    top: 50%;
    cursor: pointer;
}

a#car-next {
    left: auto;
    right: 0;
}

.touch a#car-next, 
.touch a#car-prev
{
    display: none;
}

.carousel-wrap ~ #car-thumbs 
{    
    bottom: 0;
    left: 25%;
    overflow: hidden;
    position: absolute;
    right: 25%;
    background: rgba(21,31,48,0.4);
    text-align: center;
}

.carousel-wrap ~ #car-thumbs > * 
{
    border: 1px solid #fff;
    border-radius: 4px;
    box-shadow: 0 0 2px #000;
    cursor: pointer;
    display: inline-block;
    height: 8px;
    margin: 0 4px;
    overflow: hidden;
    text-indent: -10em;
    vertical-align: middle;
    width: 8px;
}

[data-current-slide="1"] ~ #car-thumbs a:nth-child(1), [data-current-slide="2"] ~ #car-thumbs a:nth-child(2), [data-current-slide="3"] ~ #car-thumbs a:nth-child(3), [data-current-slide="4"] ~ #car-thumbs a:nth-child(4), [data-current-slide="5"] ~ #car-thumbs a:nth-child(5), [data-current-slide="6"] ~ #car-thumbs a:nth-child(6), [data-current-slide="7"] ~ #car-thumbs a:nth-child(7), [data-current-slide="8"] ~ #car-thumbs a:nth-child(8), [data-current-slide="9"] ~ #car-thumbs a:nth-child(9), [data-current-slide="10"] ~ #car-thumbs a:nth-child(10), [data-current-slide="11"] ~ #car-thumbs a:nth-child(11), [data-current-slide="12"] ~ #car-thumbs a:nth-child(12), [data-current-slide="13"] ~ #car-thumbs a:nth-child(13), [data-current-slide="14"] ~ #car-thumbs a:nth-child(14), [data-current-slide="15"] ~ #car-thumbs a:nth-child(15), [data-current-slide="16"] ~ #car-thumbs a:nth-child(16), [data-current-slide="17"] ~ #car-thumbs a:nth-child(17), [data-current-slide="18"] ~ #car-thumbs a:nth-child(18), [data-current-slide="19"] ~ #car-thumbs a:nth-child(19) {
    border-color: #ED8B00;
}

/* Navigation ***************************************************/

header [data-class-toggle="right"][data-class-toggle-target="main-sidenav"]
{
    position: absolute;
    line-height: 60px;
    right: 5%;
    top: 5px;
    font-size: 30px;
    
}

header nav#main
{
    position: absolute;
    right: -1rem;
    bottom: -6px;
    width: auto;
}

/* Resetting styles */
nav ul>li { margin: 0; list-style-type: none;}
nav ul { margin: 0; padding: 0;}
nav>ul
{
    margin: 0;
    padding: 0;
}

nav>ul:after
{
    clear: both;
    float: none;
    content: " ";
    height: 0;
    width: auto;
    display: block;
    overflow: hidden;
}

nav>ul>li
{
    float: left;
    position: relative;
}

.htmlform-title:first-child
{
    margin-top: 0;
}

nav>ul>li>a
{
    display: block;
    padding: 0 1rem;
    line-height: 40px;
    color: #151F30;
    font-size: 110%;
    transition: color 0.3s;
}

nav>ul>li.social>a
{
    display: block;
    padding: 0 0.5em;
    line-height: 60px;
    border-top: 1px solid transparent;
    color: #eee;
    font-size: 150%;
}

nav>ul>li:hover>a
{
    
    color: #ED8C22;    
    text-decoration: none !important;
}



nav>ul>li>ul
{
    position: absolute;
    left: -999rem;
    top: 99.9%;
    z-index: 10;
    min-width: 12rem;
    background: #151F30;
    padding: 2px;
    font-size: 90%;
    box-shadow: 0 1px 0 1px RGBA(255,255,255,0.3);
    transition: opacity 0.3s;
    opacity: 0;
}

nav>ul>li>ul:before
{
    position: absolute;
    content: "";
    border-style: solid;
    border-width: 10px;
    border-color: transparent transparent #151F30 transparent;
    width: 0;
    height: 0;
    left: 1rem;
top: -20px;
}

nav>ul>li:hover>ul
{
    left: auto;
    opacity: 1;
}

nav ul>li>ul>li>a
{
    display: block;
    padding: 0.5em 1.65em;
    color: #fff;
}

nav ul>li>ul>li>a:hover
{
    background-color: #ED8C22;
    color: #000;
    text-shadow: 0px 1px 0px RGBA(255, 255, 255, 0.3);
    text-decoration: none;
}

.sidenav-right>ul>li
{
    border-top: 1px solid RGBA(255,255,255,0.5);
    border-bottom: 1px solid RGBA(0,0,0,0.1);
}

.sidenav-right>ul>li>a
{
    font-size: 18px;
}

.sidenav-right li a.expando:before
{
    font-family: "FontAwesome";
    content: "\f0da";
    width: 1.4rem;
    display: inline-block;
    text-align: center;
}

.sidenav-right li a.expando.active:before
{
    font-family: "FontAwesome";
    content: "\f0d7";
    width: 1.4rem;
    display: inline-block;
}

.sidenav-right li.hasChildren li a
{
    padding-left: 2.5rem;
}

.sidenav-right ul>li>a:hover
{
    
}

.sidenav-right ul>li.current>a
{
    
}

.sidenav-right>ul>li>a.expando.active
{
    background-color: RGBA(255,255,255,0.5);
}

/* General Styles *******************************************************************/


[class*="grid-"] > li img {
    display: block;
    height: auto;
    max-width: 100%;
}

hr
{
    border: 0;
    border-top: 1px solid RGBA(0,0,0,0.1);
    border-bottom: 1px solid RGBA(255,255,255,0.1);
    margin: 1rem 0;
}

h1:first-child,
h2:first-child,
h3:first-child
{
    margin-top: 0;
}

[data-template-id="1"] h2
{
    border-top: 2px solid #151E2F;
    color: #151E2F;
    font-size: 1rem;
    padding: 0.5rem 0;
    margin: 0;
    font-weight: 500;
}

form .row
{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
}

form .row>.column
{
    padding: 0 0.25rem;
    position: relative;
}

a
{
    color: #151F30;
}

.propertyTile
{
    box-shadow: 0px 0px 0px 1px RGBA(0,0,0,0.05), 0px 0px 6px RGBA(0,0,0,0.04);
    position: relative;
    overflow: hidden;
}

.propertyTile address
{
    color: #fff;
    font-style: normal;
    width: 100%;
}

.propertyTile address [itemprop="addressLocality"]
{
    font-weight: 700;
    text-transform: uppercase;
    font-size: 110%;
}

.propertyTile .caption
{
    background: #151F30;
    color: #fff;
    font-size: 90%;
}

.propertyTile .caption .details .contracttext
{
    float: left;
    padding: 0.5rem 0;
}

.propertyTile .caption .details .icons
{
    float: right;
    padding: 0.5rem 1rem;
}

[data-template-id="1"] .slash,
.propertyTile .slash{
    position: absolute;
    font-weight: 700;
    font-size: 12px;
    color: #151E2F;
    background: #ED8B00;
    text-shadow: 0px 1px 0px RGBA(255,255,255,0.3);
    top: 64px;
    width: 130px;
    right: -28px;
    padding: 5px 0;
    text-transform: uppercase;
    transform: rotate(45deg);
    transform-origin: top right;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: top right;
    box-shadow: 0px 0px 0px 1px RGBA(255,255,255,0.4);
    text-align: center;

}

.propertyTile .caption .agentContact
{
    padding: 0.25rem 1rem;
    color: #888;
    clear: both;
    background: #fff;
    display: block;
}

.propertyTile .title
{
    position: absolute;
    top: -1rem;
    left: 1rem;
    right: 1rem;
    color: #fff;
    font-size:  200%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    line-height: 1.2;
    font-weight: 300;
}

@media only screen and (max-width: 70em)
{
    .propertyTile .title
    {
        display: none;
    }
}

.propertyTile:hover .title
{
    opacity: 1;
    visibility: visible;
    top: 1rem;
}

.propertyTile .image
{
    overflow: hidden;     
    background: #151F30;
    box-shadow: 0px 0px 100px RGBA(0,0,0,0.3) inset;
}

.propertyTile[data-status="sold"] .image,
.propertyTile[data-status="leased"] .image
{
    background-color: #ED8B00;
}

.propertyTile .caption
{
    position: absolute;
    bottom: -3.1em;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: RGBA(21,31,48,0.85);  
    transition: bottom 0.4s, background-color 0.4s;
    color: #fff;
    padding: 0.75rem 1rem;
    text-shadow: 1px 1px 1px RGBA(0,0,0,0.4);
}

.propertyTile:hover .caption
{
    bottom: 0;
    background-color: transparent;
}

.propertyTile .image img
{
    transition: transform 0.5s, opacity 0.5s;
    display: block;
}

.propertyTile:hover .image img
{
    transform: scale(1.2,1.2);
    opacity: 0.1;
}

.propertyTile .video
{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
    border-radius: 2px;
    bottom: 50%;
    transform: translateY(50%);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4);
    left: 50%;
    margin-left: -2rem;
    /*padding: 0.25rem 0.75rem;*/
    position: absolute;
    right: 0.5rem;
    text-shadow: 0 0 1px #000;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    opacity: 0;
    transition: opacity 0.5s;
}

.propertyTile:hover .video
{
    opacity: 1;
}

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

.hubTile
{
    position: relative;
}

.hubTile .image img
{
    transition: transform 0.5s;
    display: block;
}

.hubTile:hover .image img
{
    transform: scale(1.2,1.2);
}

.hubTile .caption
{
    background: RGBA(21,31,48,0.85);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    padding: 0.75rem 1rem;
    text-shadow: 1px 1px 1px RGBA(0,0,0,0.4);
}

.officeTile
{
}

.officeTile .caption
{
        padding: 1rem;
        background-color: #F2F2F4;
        
}

.officeTile [itemprop="name"]
{
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.officeTile .smallTable
{
    width: 100%;
    text-align: left;
}

button.block
{
    width: 100%;
}

table.list
{
    border-spacing: 0;
    width: 100%;
    border-collapse: collapse;
}

table.list tr
{
    border-bottom: 1px solid #ccc;
}

table.list td
{
    padding: 0.5rem 0.5rem 0.5rem 0;
}

@media (max-width: 36em)
{
    table.list td
    {
        padding: 0;
    }    

    table.list tr
    {
        padding: 0.5rem 1rem;
        border: 1px solid #ccc;
        margin-bottom: 1rem;
        background: #fff;
        box-shadow: 2px 2px 0px RGBA(0,0,0,0.1);
    }
}

#breadcrumbs a { color: #fff; }

footer span.date
{
    border: 1px solid #151F30;
    display: block;
    width: 32px;
    border-radius: 0px;
    color: #151F30;
    float: left;
    box-shadow: 0px 0px 0px 1px RGBA(255,255,255,0.1);
}

footer span.date>.month
{
    color: #ed8b00;
    display: block;
    background: #151F30;
    text-align: center;
    text-transform: uppercase;
    font-size: 85%;
}

footer span.date>.day
{
    font-size: 115%;
    display: block;
    text-align: center;
    background: #fff;
}

footer span.date + div
{
    margin-left: 45px;
    float: none !important;
}

.tabs.minimal > .active {
    background-color: transparent;
    box-shadow: 0 -3px 0 #ed8b00 inset;
}

table.dataPager
{
    margin-bottom: 2rem;
}

table.dataPager, table.dataPager tbody, table.dataPager tr, table.dataPager tr>td
{
    display: block;
    text-align: center;
    width: 100%;
}

table.dataPager .resultPages a
{
    display: inline-block;
    background-color: #151F30;
    color: #fff;
    min-width: 3rem;
    padding: 0 1rem;
    line-height: 2.4rem;
    vertical-align: bottom;
    font-size: 18px;
}

table.dataPager .resultPages a.current
{
    background-color: #ED8B00;
    color: #fff;
}

#officeList a
{
    text-decoration: none;
}

/* Page Specific Styles **************************/
[data-template-id="1"] #searchFormContainer
{
    position: relative;
    margin-top: -2.4rem;
}

[data-template-id="1"] #searchFormContainer label
{
    margin-top: 0.5rem;
}

[data-template-id="1"] #searchFormContainer dl.tabs
{
    background: rgba(237, 139, 0, 0.7);
}

[data-template-id="1"] #searchFormContainer dl.tabs dt
{
    font-weight: 700;
    text-transform: uppercase;
}

[data-template-id="1"] #searchPanel>div
{
    background: #fff;
    border: 1px solid #ccc;
    border-top: 0;
    padding: 0.5rem 1rem 1rem 1rem;
}

[data-template-id="1"] .agentTile.featured hr,
[data-template-id="1"] .agentTile.featured .button
{
    display: none !important;
}

[data-template-id="21"] .blog_entry
{
    margin-bottom: 1em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 1em;
}

[data-template-id="21"] div.tagsline
{
    display: block;
    font-size: 0.8em;
}

[data-template-id="21"] div.tagsline a 
{
    background: none repeat scroll 0 0 #151F30;
    color: #ffffff;
    display: inline-block;
    margin: 0 0.5em 0.5em 0;
    padding: 0.25em 0.5em;
}

[data-template-id="29"] .agentTile hr,
[data-template-id="29"] .agentTile .button
{
    display: none !important;
}

[data-template-id="29"] .officeTile img
{
    display: block;
    height: auto;
    max-width: 100%;
}

[data-template-id="16"] .agentTile div div.oneline
{
    font-size: 0.9em;
}

blockquote
{
    background: #F2E2C9;
    margin: 0 0 2em 0;
    padding: 1em;
    position: relative;
}

blockquote>*
{
    margin: 0;
}

/*
blockquote:after
{
    content: "";
    display: block;
    height: 1px;
    background-color: #ED8B00;
    width: 50%;
    position: absolute;
    bottom: -1em;
    left: 25%;
}*/

blockquote.testimonial
{
    border-radius: 4px;
    box-shadow: 0 0 0 1px #ccc, 0 0 4px RGBA(0,0,0,0.2);
    background: #fff;
    margin-bottom: 0;
}

blockquote.testimonial + strong
{
    display: block;
    padding: 0.25rem 3rem;
    background: transparent url(../img/point.png) no-repeat 1rem top;
    z-index: 1;
    position: relative;
}

blockquote.testimonial ~ blockquote.testimonial
{
    margin-top: 2rem;
}

#breadcrumbs a:before 
{
    color: #ED8B00 !important;
    content: "";
    display: inline-block;
    font-family: "FontAwesome";
    margin: 0 0.5em;
    text-decoration: none !important;
}

#breadcrumbs a:first-child:before 
{
    content: "";
    display: none;
}

.suburbTile.featured .caption>p,
.agentTile.featured .caption>div
{
    display: none;
}

@media only screen and (max-width: 54em)
{
    header #logo img
    {
        height: 40px;
    }
}

.smallTable tr>*
{
    vertical-align: top;
    text-align: left;
    padding-right: 0.5rem;
}

.htmlform-title+fieldset
{
    padding-top: 0;
}

[data-template-id="5"] h2 small
{
    display: block;
}

.linkList li
{
    border-bottom: 1px solid #151F30;
}

.linkList li:first-child
{
    border-top: 2px solid #151F30;
}

.panel h3
{
    font-weight: 700;
}

ul.linkList > li > a{
    padding: 0.75rem 0;
    transition: all 0.3s;
}

ul.linkList > li > a:hover,
ul.linkList > li.current > a

{
    background-color: RGBA(237,139,0,0.1);
    text-decoration: none;
    padding-left: 8px;
}

ul.linkList > li.current a:before
{
    content: "\025FC ";
    color: #ED8B00;  
display: inline-block;
margin-right: 0.25em;
    
}


h1>small.block
{
    font-weight: 400;
    font-size: 50%;
    text-transform: uppercase;
}


.searchBar { padding-bottom: 0.5rem;}

.searchBar button
{
    font-size: 11px;
    font-weight: 700;
    height: 35px;
}