/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; height:100%;}
body { margin: 0; font-size: 14px; line-height: 1.4; height:100%;}

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

a { color: #003360;}
a:visited { color: #003360; }
a:hover { color: #F17B33;}
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; color:#003360; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 0em 0; padding: 0 0 0 0px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }



/* ===== Primary Styles ========================================================
   Author: Ben Hood
   ========================================================================== */

h1 { }
h2 {font-size:26px;}

.pageTitle {
font-size:44px;
margin-bottom:10px;
}



@media (max-width: 1200px) {


.pageTitle {
font-size:20px;
margin-bottom:10px;
}

}


h2, h3, h4, .pageTitle { 
    color:#003360; 
    font-weight:200;
    padding-bottom: 2px;
    margin-bottom: 5px;
}
h3 { }
h4 { }
h5 { }

p {
margin: 0 0 12px;
line-height: 1.7em;
}



* {
margin: 0;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -150px; /* the bottom margin is the negative value of the footer's height */
}

.mnav {
    height:30px !important;
    width: 100% !important;
    margin-top: 20px !important;
    }


body {
    background:#064d8d url('/uploaded_files/document_uploads/background.jpg') repeat-x;
    }

.container {
    margin:0 auto;
    }

.nav {
    float:right;
    margin-top:30px;
    margin-right: 20px;
    }


.span1,
.span2,
.span3,
.span4,
.span5,
.span6,
.span7,
.span8,
.span9,
.span10,
.span11,
.span12 {
    margin-bottom:20px;
    border-radius:10px 10px 10px 10px;
    -moz-box-shadow: 0px 0px 12px #0b3364;
-webkit-box-shadow: 0px 0px 12px #0b3364;
box-shadow: 0px 0px 12px #0b3364;
position:relative;
    }
    
.no-shadow {
        -moz-box-shadow:  0px 0px 0px #0b3364;
-webkit-box-shadow:  0px 0px 0px #0b3364;
box-shadow:  0px 0px 0px #0b3364;
}

.white {
    background:#fff;
    min-height:150px;
    }
    
.hilite {
    color: #f17b33;
    }
    
.hilite-white {
    color:#fff;
    }

.orange {
    border-radius:0px 10px 10px 0px;
    background: #f17b33; /* Old browsers */

}

.no-margin {
    margin-bottom:0 !important;
    }
    
header {
    height:100px;
    }
    
.logo {
    background:url('/uploaded_files/document_uploads/logo.jpg') no-repeat;
    height:82px;
    width:263px;
    text-indent:-9999px;
    margin-top:15px;
 }
 
 .logo a {
    display:block;
    height:134px;
    width:263px;
 } 

.banner {
    background:url('/uploaded_files/document_uploads/banner1.jpg') no-repeat;
    background-size:100%;
    }
    
.pad-box {
    padding: 15px 20px 20px 20px;
    }
    
.contact-box {
    width:80%;
    }
    
.contact-main {
    background:#fff url('/uploaded_files/document_uploads/headshot-mandy.jpg') right bottom no-repeat;
    margin-bottom: 200px;
    }
.search-container {
    padding:20px;
    }
/*
.search_building_area_container,
.search_land_area_container {
    display:none;
    }
*/
.footer {
    position: fixed;
    bottom:0;
    background:#fff;
    border-top:1px solid #ccc;
    width:100%;
    }

.footer, .push {
	height: 150px; /* .push must be the same height as .footer */
}

ul {
    list-style-type:none;
    list-style-image:url('/uploaded_files/document_uploads/list-block.gif');
    margin:5px 0 10px 15px;
    }

.signup-text {
    width:35%;
    float:left;
    }
    
.signup-box {
    width:50%;
    float:right;
    }

.signup-box input {
    width:100%;
    height: 33px;
    margin-top: 8px;
    margin-bottom:0;
    }
    
#Town {
    width:75%;
    float:left;    
    }
.subscribe {
    width: 73px !important;
	background: #F17B33 !important;
	margin-left: 5px;
	padding:9px 4px !important;
	    -webkit-transition-duration: 0.4s;
     	-moz-transition-duration: 0.4s;
      	-ms-transition-duration: 0.4s;
       	-o-transition-duration: 0.4s;
         transition-duration: 0.4s;
    }
    
.subscribe:hover {
	background:#D04F07 !important;
	}

.feature-box {
	    background-color: #f17b33; /* Old browsers */
        -webkit-transition-duration: 0.4s;
     	-moz-transition-duration: 0.4s;
      	-ms-transition-duration: 0.4s;
       	-o-transition-duration: 0.4s;
         transition-duration: 0.4s;
        border-radius: 9px;
        height: 52px;
        padding: 27px 0 0 20px;
        margin-bottom: 22px;
        cursor:pointer;
         -moz-box-shadow: 0px 0px 12px #0b3364;
        -webkit-box-shadow: 0px 0px 12px #0b3364;
        box-shadow: 0px 0px 12px #0b3364;
}



.feature-box h3 {
    color:white;
    text-shadow: 1px 1px 1px #D04F07;
    font-size:26px;
    }
.ruralco-feature {
    background: #f17b33 url(/uploaded_files/document_uploads/ruralco-white.png) no-repeat 90% 25px;
    }

.ruralco-feature:hover {
    background: #f17b33 url(/uploaded_files/document_uploads/ruralco-white.png) no-repeat 94% 25px;
    }
    
.facebook-feature {
    background: #f17b33 url(/uploaded_files/document_uploads/facebook-white.png) no-repeat 90% 29px;
    }  
    
.facebook-feature:hover {
    background: #f17b33 url(/uploaded_files/document_uploads/facebook-white.png) no-repeat 94% 29px;
    }  
        
    
.youtube-feature {
    background: #f17b33 url(/uploaded_files/document_uploads/youtube-white.png) no-repeat 90% 22px;
    margin-bottom:0px;
    } 
    
.youtube-feature:hover {
    background: #f17b33 url(/uploaded_files/document_uploads/youtube-white.png) no-repeat 94% 22px;
    margin-bottom:0px;
    } 


.feature-box:hover {
    background-color:#D04F07;
             -moz-box-shadow: 0px 0px 0px #0b3364;
        -webkit-box-shadow: 0px 0px 0px #0b3364;
        box-shadow: 0px 0px 0px #0b3364;
    }
   

.ellipsis {
        white-space: nowrap;
        overflow: hidden;
        margin: 0 0 0px !important;
}

.ellipsis.multiline {
        white-space: normal;
}


/* =============================================================================
   HOMEPAGE FORM
   ========================================================================== */

   
.home-form {
    margin-bottom:10px;
    }
.frm-layout {
    padding:20px;
    }

.search_label {
    color: #fff;
    display:block;
    width:100px;
    text-align:left;
    margin-bottom:5px;
    text-shadow: 1px 1px 1px #d04f07;
        filter: dropshadow(color=#d04f07, offx=1, offy=1);
    }
.search_input {
    width: 100%;
margin-bottom: 10px;
    }
#frm_bedrooms,
#frm_bathrooms, 
#frm_carports {
    width:30px;
}

.controls {
    float: left;
    margin-right:10px;
    font-size:14px !important;
}
.search_building_area_container,
.search_land_area_container {
    display:none;
    }
    
.search_property_type_container {
    float: left;
    width: 45%;
}
.search_suburb_container {
width: 50%;
float: left;
margin-right:20px;
}

#frm_submit {
    border:none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    float:left;
    height: 33px;
    padding: 9px 22px;
    -webkit-transition: background .5s ease-in;
		-moz-transition: background .5s ease-in;
        -ms-transition: background .5s ease-in;
        -o-transition: background .5s ease-in;
		transition: background .5s ease-in;
	background-color:#D04F07;
	color:#fff;
    }
#frm_submit:hover {
    background-color:#d2743f;
    color:#fff;
    }
    

.input-prepend .add-on, .input-append .add-on {
    display: inline-block;
    width: auto;
    height: 23px;
    min-width: 16px;
    padding: 6px 4px 2px 4px;
    font-weight: normal;
    line-height: 18px;
    text-align: center;
    text-shadow: none;
    vertical-align: middle;
    color: #fff;
    background: #D04F07;
    border: 1px solid #fff !important;
    -webkit-border-radius: 0px 0 0 0px !important;
-moz-border-radius: 0px 0 0px !important;
border-radius: 0px 0 0 0px !important;
}

a.details-link {
    display: block;
    float: left;
    background: #064D8D;
    padding: 5px 36px 7px 36px;
    border-radius: 10px;
    color: white;
    font-weight: bold;
    clear: left;
    width: 209px;
    text-align: center;
    margin-bottom: 20px;
}

/* Feature Property */

.image-block {
    float:left;
    }



.feature-img {
    float:left;
    width:255px;
    height:165px;
        -webkit-border-radius: 8px !important;
-moz-border-radius: 8px !important;
border-radius: 8px !important;
overflow:hidden;
border:1px solid #fff;
    -moz-box-shadow: 0px 0px 8px #d3dbe2;
-webkit-box-shadow: 0px 0px 8px #d3dbe2;
box-shadow: 0px 0px 8px #d3dbe2;
margin-bottom:10px;
    }
    
.feature-details {
    float:right;
    margin-left:10px;
    width:56%;
    margin-bottom:45px;
    }
.property-list-block {    
    border-bottom: 1px solid #064d8d;
    margin-bottom:20px;
}

.internal-feature-details {
    width: 820px;
    margin-bottom: 20px;
    margin-bottom: 20px;
    float:right;
    }

.feature-details h2 {
    font-size: 40px !important;
    margin-top:5px;
    }

.feature-details h3 {
    font-size: 26px;
    }
    
.price-big {
    float:left;
    margin-top:0px;
    }
    
.feature-details strong, {
    padding: 7px 5px;
    font-size: 10px;
    text-align: center;
    font-weight:200;
    width: 96%;
    background: #FEDFCC;
    display: block;
    border-radius: 4px;
    color: #D04F07;
}
.feature-box h3 a:link,
.feature-box h3 a:visited {
color:#fff;
}
.feature-box h3 a:hover,
.feature-box h3 a:focus {
color:#fff;
text-decoration:none;
}
.feature-more-details {
    position:absolute;
    width:100%;
    display:block;
    	    background-color: #f17b33; /* Old browsers */
    -webkit-transition-duration: 0.4s;
     	-moz-transition-duration: 0.4s;
      	-ms-transition-duration: 0.4s;
       	-o-transition-duration: 0.4s;
         transition-duration: 0.4s;
     color:white !important;
    text-shadow: 1px 1px 1px #D04F07;
    padding:10px 0px;
    text-align:center;
    bottom:0;
    margin:0 0 0 0 !important;
    border-radius:0px 0px 10px 10px;
    }

.feature-more-details a:visited {
    color:white !important;
    }
    
 .feature-more-details a:link {
    color:white !important;
    }   
 .feature-more-details a:hover {
     color:white !important;
    text-decoration:none !important
    }   
       
.feature-more-details:hover {
     background-color:#D04F07;
    }
        
.info-icon {
    float:right;
    margin:0px;
    }

.info-icon li {
    display:block !important;
    float:left !important;
    margin-left:10px;
    font-size: 20px;
    vertical-align:middle !important;
    color: #003360;
    }
    
ul.info-icon li.bed-icon:before {
    content:url('http://www.salrealestate.com.au/uploaded_files/document_uploads/bed-icon.png') !important;
    
    }    
ul.info-icon li.bath-icon:before {
    content:url('http://www.salrealestate.com.au/uploaded_files/document_uploads/bath-icon.png') !important;
    }    
ul.info-icon li.car-icon:before {
    content:url('http://www.salrealestate.com.au/uploaded_files/document_uploads/car-icon.png') !important;
    }
ul.info-icon li.car-icon2:before {
    content:url('http://www.salrealestate.com.au/uploaded_files/document_uploads/car-icon2.png') !important;
    }    

.other-images {
    margin-bottom: 20px;
    float: left;
    border-top: 1px solid #CCC;
    padding: 20px 0 10px;
    margin: 10px;
    width: 99%;
    }

ul.images {
    margin:0;
    }

ul.images.found li {
    width: 100px;
    float: left;
    margin-right: 10px;
    list-style-image: none;
    height: 75px;
    overflow: hidden;
}
.contact-block {
    clear: both;
    background: #f1cdb7;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px 10px 10px 10px;
}

/*-----PAGINATION-----*/


.pages {
	width:100%;
	text-align:center;
	margin-bottom:20px;
	}
	
.pages a {
	display:inline-block;
	margin-right:5px;
	width:18px;
	height:18px;
	background:#064D8D;
	padding:5px;
	color:#fff;
	margin-top: 5px;

	}
	
.pages a:hover {
    text-decoration:none;
    background:#61809d;
    }

.pages a.active	{
	background:#F17B33;
	color:#fff;
	}

h3.pageElementTitle {
    font-size:24px;
    margin-top:20px;
    }
.firstTitle .articleContent {
min-height:100px !important;
}

.staffProfile .pageElementTitle {
	background:#003360;
	padding:10px;
	width:98.2%;
	font-size:24px;
	color:#fff;
	margin-top:0;
	}
	
.firstTitle .pageElementTitle {
	background:#F17B33;
	}	
	
.staffProfile .articleContent p {
	margin:0;
	padding:0;
	}

.staffProfile .articleContent img {
	margin:0 10px 0px 0 !important;
	float:right !important;
	border:5px solid #002653;
	}
	
.staffProfile .articleContent	{
	background:#e7eaee;
	padding:10px;
	border-bottom:10px #fff solid;
	}	

@media (max-width: 1200px) {

.internal-feature-details {
width:100%;
}
.staffProfile .articleContent img {
width:85px;
height:100px;
	}
	

}


width: 85px;
height: 110px;

/* =============================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {
	/* Style adjustments for viewports that meet the condition */
}

@media (max-width: 720px) {


.footer {
    display:none;
    
    }


}






/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* =============================================================================
   Print Styles
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
