@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,600,700);
/*====================================

||>>>>>>>>>>>> #GLOBAL <<<<<<<<<<<<<<||

=====================================*/

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #223637;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #223637;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #223637;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #223637;
}

html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

ul {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Open Sans', sans-serif;
    background: #652D86;
}

a {
	color:#94C948;
	text-decoration:none;
	-webkit-transition: 0.325s ease all;
  	-moz-transition: 0.325s ease all;
  	transition: 0.325s ease all;
}

a:hover {
	text-decoration: none;
}

.clearfloat {
    clear: both;
}
/*====================================

||>>>>>>>>>>>> #HEADER <<<<<<<<<<<<<<||

=====================================*/

.menu-dropdown li {
    display: block !important;
}

#header {
    background: #94C948;
}

.menu-dropdown {
    display: none;
    visibility: hidden;
    position: absolute;
    line-height: 32px;
    color: #fff;
    padding-top: 15px;
	z-index: 999;
    padding-left: 5px;
    background-color: #94C948;
    padding-left: 6px;
	margin-left: -22px;
    margin-top: 0.65%;
}

.top-navigation ul li:hover .menu-dropdown {
    display: block;
    visibility: visible;
}

#main-header {
    height: 185px;
    background: #652d86;
}

.logo-container {
    width: 980px;
    margin: 0 auto;
    padding-top: 29px;
}

#header-phone{
    float: right;
    font-size: 30px;
    font-weight: 500;
    background: url(../../../images/phone.png)no-repeat;
    background-position-x: 7px;
    background-position-y: 6px;
    width: 230px;
    text-align: right;
    margin-top: 20px;
}

#header-phone a { color: #fff !important; }

.top-navigation > ul {
  list-style: none;
  margin-top: 4px;
}

.top-navigation ul li a {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
}

.top-navigation ul li a:hover {
    color: #652D86;
}

.top-navigation ul li {
  display: inline-block;
  background: #94C948;
  padding: 14px 23.5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.top-navigation ul li:last-child {
  margin-right: 0 !important;
}

.top-navigation ul li .menu-dropdown li a {
	text-transform: inherit;
}

.top-navigation ul li .menu-dropdown li a:hover {
	color: #652D86;
}

.top-navigation {
    width: 980px;
    margin: 0 auto;
    padding-top: 27px;
}

/*====================================

||>>>>>>>>>>>> #BODY <<<<<<<<<<<<<<||

=====================================*/

#main-body {
	background-color: #652D86;
	width:100%;
	position: relative;
	z-index: 5;
}

.banner {
  height: 277px;
  width: 653px;
  overflow: hidden;
  float: left;
}

.flashHolder {
  position: relative;
  width: 980px;
  height: 277px;
  overflow: hidden;
  margin: auto;
}

.form-container {
    width: 980px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    height: 41px;
    display: table;

}

#banner_form > div {
    display: inline-block;
    color: #fff;
    font-size: 14px;
}

#banner_form input[type="radio"] {
    margin-right: 8px;
    vertical-align: middle;
}

#banner_form .banner-radio {
	margin-right:20px;
}

#banner_form > div:nth-child(2) {

}

#banner_form select:first-child {
    width: 260px;
    height: 20px;
    background: #fff url(../../../images/arrow-down.jpg)no-repeat right;
    background-position-x: 109px !important;
    appearance: none;
    -webkit-appearance: none;
    -webkit-appearance: none;
    -moz-appearanace: none;
    font-size: 12px;
    color: #666;
    border: 1px solid #7f9db9;
    padding-left: 7px;
}

#banner_form select option {
    color: #000;
	background:#FFF;
}

#banner_form {
  position: relative;
  z-index: 999;
  width: 326px;
  background: #fff;
  float: right;
  height: 295px;
	padding: 0px 30px;
	box-sizing: border-box;
}

#banner_form .suburb-cl {
    width: 99.5%;
    height: 20px;
    background: #fff url(../../../images/arrow-down.jpg)no-repeat right !important;
    background-position-x: 244px !important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 12px;
    color: #666;
    padding-left: 5px;
    border: 1px solid #7f9db9;
    margin: 0 7px 7px 0;
}

#banner_form input[type="submit"] {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    width: 99.5%;
    height: 40px;
    line-height: 40px;
    background: #652D86;
    border: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-top: 10px;
}

.min-cl {
    margin-right: 5px;
}

.min-cl,
.max-cl {
    width: 48.3% !important;
    height: 20px;
    background: #fff url(../../../images/arrow-down.jpg)no-repeat right !important;
    background-position-x: 108.5px !important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #7f9db9;
    padding-left: 3px;
    font-size: 12px;
    color: #666;
    margin-bottom: 7px;
}

.flashHolder img {
    height: 277px !important;
}

.form-rent,
.form-buy {
    font-size: 14px;
    margin-left: 6px;
    color: #525252;
}

.form-container > form {
    display: table-cell;
    vertical-align: middle;
}

.suburbs-class,
.minprice-class,
.maxprice-class {
    font-size: 14px;
    color: #525252;
}


.featured1,
.featured2,
.featured3 {
    width: 326px;
    height: 277px;
    background: #fff;
    float: left;
}

.featured1,
.featured2 {
    margin-right: 1px;
}

.featured1-image,
.featured2-image,
.featured3-image {
    height: 210px;
    width: 100%;
}

.featured1-image {
    background: url(../../../images/featured1.jpg);
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
}

.featured2-image {
    background: url(../../../images/featured2.jpg);
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
}

.featured3-image {
    background: url(../../../images/featured3.jpg);
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
}
.featured1-text,
.featured2-text,
.featured3-text {
    display: table;
    height: 67px;
    width: 100%;
}

.featured1-text-inner,
.featured2-text-inner,
.featured3-text-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}


#enquireform input {
    border: none;
    background: #e5e5e5;
    color: #223637;
}

.featured1-text-inner p,
.featured2-text-inner p,
.featured3-text-inner p {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #652D86;
}

.featured3-link-one {
  padding: 30px;
}

.featured3-link-two {
  float: right;
  padding: 35px 20px;
}

.featured1-text-inner span,
.featured2-text-inner span {
  font-size: 14px;
  color: #6b6b6b;
  border-bottom: 1px solid #6b6b6b;
}

.featured {
  width:100%;
}

.featured-container {
    width: 980px;
    margin: 0 auto;
    padding-top: 1px;
}

.featured-container .image1,
.featured-container .image2,
.featured-container .image3 {
    height: 210px;
    width: 100%;
}

.featured-container .image1 {
    background: #cecece url(/public/themes/localagent/images/featured_image1.jpg) no-repeat;
    background-size: 100%;
    background-position: 0 -28px;
}

.featured-container .image2 {
    background: #cecece url(/public/themes/localagent/images/featured_image2.jpg) no-repeat;
    background-position-x: -55px;
    background-position-y: -27px;
}

.featured-container .image3 {
    background: #cecece url(/public/themes/localagent/images/featured_image3.jpg) no-repeat;
    background-position: -73px -67px;
}


.featured-container .image1-text p,
.featured-container .image2-text p,
.featured-container .image3-text p {
    margin: 0;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.featured-container .image1-text,
.featured-container .image2-text,
.featured-container .image3-text {
    height: 67px;
    display: table;
    width: 100%;
}

.featured-container .image1-text > div,
.featured-container .image2-text > div,
.featured-container .image3-text > div {
    display: table-cell;
    vertical-align: middle;
}

.form-container form ul{
    list-style: none;
}

.form-container form ul li {
    float: left;
}

.form-container form ul li:first-child {
    margin-right: 48px;
    line-height: 40px;
}

.form-container form ul li:nth-child(2) {
    margin-right: 49px;
    line-height: 40px;
}

.form-container form ul li:nth-child(3),
.form-container form ul li:nth-child(4) {
    margin-right: 10px;
}

.form-container form ul li:nth-child(3) select {
    width: 260px;
    height: 40px;
    padding-left: 12px;
}

.form-container form ul li:nth-child(3) select,
.form-container form ul li:nth-child(4) select,
.form-container form ul li:nth-child(5) select {
    border: 1px solid #525252;
}




.form-container form ul li:nth-child(4) select,
.form-container form ul li:nth-child(5) select {
    width: 115px;
    height: 40px;
    padding-left: 7px;
}


.form-container form ul li:nth-child(6) input {
    width: 180px;
    height: 40px;
    border: none;
    background: #03b0a0;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.form-container form ul li:nth-child(5) {
    margin-right: 50px;
}
/*====================================

||>>>>>>>>>>>> #FOOTER <<<<<<<<<<<<<<||

=====================================*/

#footer-main {
    width: 980px;
    margin: 0 auto;
}

#footer-main ul {
    list-style: none;
}

#footer-main ul li {
    display: inline-block;
    color: #fff;
    font-size: 11px;
}

#footer-main ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 11px;
}

.footer-top {
    margin-bottom: 20px;
}

.footer-bottom .left {
    float: left;
    margin-bottom:0;
}

.footer-bottom .right {
  float: right;
}

.footer-bottom {
    margin-top: 20px;
}


.wblogo {
	margin-top: -30px;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  top: 3px;
}

.mydesktop {
  background: url(../../../images/pblogo.png)no-repeat scroll 0 0 transparent;
  display: block;
  height: 24px;
  width: 87px;
  line-height: 0px;
  overflow: hidden;
  text-indent: -9999px;
  padding: 0;
  text-decoration: none;
  float: right;
  margin: -5px 10px;
}

.mydesktop:hover {
  background: url(../../../images/pblogo.png)no-repeat scroll 0 0 transparent;
  background-position-y: -24px;
}

.wblogo,
.mydesktop {
    -webkit-transition: 0.325s ease all;
    -moz-transition: 0.325s ease all;
    transition: 0.325s ease all;
}

.mydesktop:hover,
.wblogo:hover {
    opacity: 1;
}

.footer-bottom .right li {
    margin-right: -2px;
}

.content {
    height: auto;
    margin: 0 auto;
    width: 980px;
}

.content.inners {
    background-color: #FFFFFF;
}

.content-left {
    float: left;
    height: auto;
    width: 645px;
    padding-left: 30px;
}
.contentInner {
    float: left;
    height: auto;
    margin: 50px 0 50px 0;
    width:650px;
    padding-left: 30px;
}
.contentInner h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 18px;
    margin: 0 0 20px;
  	text-transform:capitalize;
  	color: #652D86;
}
.contentInner p {
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    margin: 0 40px 20px 0;
}



.contentInner .quote-container {
    margin: 20px 40px 0 0;
	padding: 20px;
	background-color:#F9F9F9;
}

.contentInner blockquote {
    font-size: 12px;
    font-weight: normal;
	font-style:italic;
    line-height: 16px;
    margin: 0;
	padding: 10px;
	background-color:#F9F9F9;
	border-left: 3px solid #363636;
}

.contentInner blockquote p {
    padding: 0!important; margin:0 0 10px 0!important;
}

.contentInner cite {
    font-size: 11px;
    font-weight: 400;
	font-style:normal;
}


.contentInner ul {
    margin: 0 40px 20px 0;
}
.contentInner li {
    background: url("../../../images/bullet-arrow.gif") no-repeat scroll 5px 5px transparent;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    list-style-position: outside;
    list-style-type: none;
    margin: 0 0 5px 5px;
    padding: 0 0 0 15px;
}
.content-right {
    float: right;
    height: 900px;
    position: relative;
    width: 314px;
}
.content-right .side-shadow {
    height: 560px;
    left: 0;
    position: absolute;
    top: 0;
    width: 0px; /*277px;*/
    z-index: 10;
    display:none;
}
.content-right .banner {
    height: 800px;
    left: 0;
    position: absolute;
    top: 0;
    width: 315px;
    z-index: 1;
}
ul.contactUL {
    float: left;
    height: auto;
    margin: 0 0 20px;
    width: 540px;
}
ul.contactUL li {
/*    background-image: none;
    border-bottom: 1px solid #E5E5E5;
    float: left;
    height: 25px;
    line-height: 25px;
    margin: 0;
    padding: 0 0 0 10px;*/
    width: 540px;
}
ul.contactUL li span {
    float: left;
    font-weight: 400;
    width: 100px;
}
.contentInner a.pdf {
    background: url("../../../images/pdf.gif") no-repeat scroll 5px 5px transparent;
    color: #363636;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: normal;
    height: 25px;
    line-height: 25px;
    margin: 0;
    padding: 0 0 0 30px;
    text-decoration: underline;
    width: 100%;
}
.contentInner a.pdf:hover {
    text-decoration: none;
}
form dl {
    float: left;
    height: auto;
    margin: 20px 0;
    width: 540px;
}
form dt {
    float: left;
    height: auto;
    margin: 0 20px 7px 0;
    min-height: 23px;
    width: 150px;
}
form dt label {
    color: #333333;
    float: left;
    font-size: 11px;
    font-weight: 400;
    line-height: 23px;
/*    text-align: right;*/
    width: 150px;
}
form dd {
    float: left;
    height: auto;
    margin: 0 0 7px;
    min-height: 23px;
    width: 340px;
}
form dd input {
    border: 1px solid #D8D8D8;
    color: #333333;
    font-size: 12px;
    line-height: 14px;
    margin: 0;
    padding: 3px;
    width: 334px;
}
form dd label {
    color: #333333;
    float: left;
    font-size: 12px;
    height: 20px;
    margin: 0;
    width: 340px;
}
form dd label input {
    float: left;
    height: 13px;
    margin: 2px 6px 0 0;
    width: 13px;
}
form dd textarea {
    border: 1px solid #D8D8D8;
    color: #333333;
    font-size: 12px;
    height: 100px;
    line-height: 14px;
    margin: 0;
    padding: 3px;
    width: 334px;
}
form dd select {
    border: 1px solid #D8D8D8;
    color: #333333;
    font-size: 12px;
    line-height: 14px;
    margin: 0;
    padding: 2px;
    width: 334px;
}
form dd ul.errors li {
    background-image: none;
    color: red;
    float: left;
    margin: 0 0 0 10px;
    padding: 0;
}
#form_submit {
/*    background: url("../../../images/btn_submit.png") no-repeat scroll 0 0 transparent;
    border: medium none;*/
    cursor: pointer;
    float: left;
    height: 32px;
    margin: 0;
/*    text-indent: -9999px;*/
    width: 112px;
    background:#94C948;
    color:#fff;
}
#form_submit:hover {
    background-position: 0 -32px;
}
p.thanks {
    float: left;
    font-weight: 400;
    margin: 0;
}

.print-list {
    float: right;
    margin: 0 10px 0 0;
}


.print-list a {
    background: url("../../../images/print-icon.png") no-repeat scroll 9px 7px transparent;
    color: #652D86;
    display: block;
    font-size: 10px;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0 0 0 30px;
    text-decoration: none;
    text-transform: uppercase;
}

.refine-search {
    background-color: #e5e5e5;
    display: block;
    float: left;
    height: 105px;
    margin: 0;
    padding: 0;
    width: 980px;
}

.refine-search fieldset {
    border: medium none;
    float: left;
    margin: 0 0 0 10px;
}

.refine-search legend {
    color: #652D86;
    float: left;
    font-size: 38px;
    font-weight: 400;
    height: 45px;
    line-height: 45px;
    margin: 10px 0 0 15px;
    text-transform: capitalize;
    width: 140px;
}


.refine-search .form-split {
    float: left;
    height: auto;
    width: 200px;

}

#auction-search-form.refine-search .form-split {
    width: 580px !important;
}


.refine-search select {
    background-color: #ffffff;
    border: medium none;
    color: #333333;
    display: block;
    float: left;
    font-size: 12px;
    margin: 13px 0 0;
    padding: 2px 5px;
    width: 258px;
    height: 27px;
    /*margin-left: 14px;*/
    width: 95%;

}

#quick_search_form #propertytype {
    margin-right: 21px;
}

.refine-search input[type="submit"] {
  background-color: #94C948;
  border: medium none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 15px;
  font-weight: bold;
  height: 57px;
  line-height: 37px;
  margin: 18px 0 0 5px;
  outline: medium none;
  padding: 0;
  text-align: center;
  width: 160px;
}

#propertyContainer {
    background: none repeat scroll 0 0 #FFFFFF;
    display: inline;
    float: left;
    margin: 0;
    padding: 0;
    width: 943px;
}
#propinfo {
    margin: 0;
    padding: 0;
    width: 950px;
}
#mainpropimageContainer {
    background-color: #F5F5F5;
    float: left;
    height: 500px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 836px;
}
#mainpropimage {
    height: 500px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 844px;
}
#mainpropimage img {
    border: 0 none;
    margin: 0;
    padding: 0;
}
#imageload {
    height: 32px;
    left: 410px;
    position: absolute;
    top: 230px;
    width: 32px;
}
#imageload img {
    float: left;
    height: 32px !important;
    margin: 0;
    padding: 0;
    width: 32px !important;
}
#imageloadcount {
    color: #535353;
    float: left;
    left: 300px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 250px;
    width: 200px;
}
#propcontainer {
    background: url("../../../images/propimagesbg.jpg") no-repeat scroll left top transparent;
    display: inline;
    float: left;
    height: 500px;
    margin: 0 0 0 10px;
    padding: 0;
    width: 100px;
}
#propimages {
    display: inline;
    float: left;
    height: 440px;
    margin: 35px 0 0 10px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 80px;
}
#propimages a {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
}
#propimages a:hover {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
}
#propslide {
    position: absolute;
    top: 0;
}
#smallpropimage {
    background: none repeat scroll 0 0 #F5F5F5;
    border: medium none;
    height: 45px;
    margin: 0 0 10px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 80px;
}
#smallpropimage img {
    background: none repeat scroll 0 0 transparent;
    float: left;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 1;
}
#imageborder {
    float: left;
    height: 45px;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 35px;
    width: 150px;
    z-index: 1000;
}
#googlemap {
    float: left;
    font-size: 9px !important;
    font-weight: normal;
    height: 240px;
	display:block;
	overflow:hidden;
    margin: 0;
    padding: 0;
    width: 340px;
	margin-bottom: 50px;
}

#googlemap_image {
    height: 240px;
    margin: 0;
    overflow: hidden;
    width: 340px;
}
#mainpropdesc {
    /*background: url("../../../images/propinfo_bg.jpg") no-repeat scroll left top transparent;*/
	background: none!important;
    border: medium none;
    display: inline;
    float: left;
    margin: 0;
    padding: 0 30px 0 0;
    width: 580px;
    min-height: 570px;
}
#mainpropdesc h2 strong {
    color: #363636;
	font-weight:400;
}
#propinfodetails h3 {
    color: #363636;
    font-size: 18px;
    margin: 0;
	padding: 20px 0;
	float:left;
	clear:both;
	width:100%;
	font-weight:370;
}
	#propinfodetails h3 strong {
		font-weight:300;
	}
#mainpropdesc h2.maintitle {
    color: #3F3F3F;
    font-size: 22px;
    line-height: 26px;
    margin: 15px 0 10px 25px;
    padding: 0;
	  font-weight:300;
}
#mainpropdesc p {
    color: #575757;
    font-size: 14px;
    line-height: 20px;
    margin: 0 25px;
    padding: 8px 0;
    text-align: left;
}
#mainpropdesc ul {
    list-style: none outside none;
    margin: 0 0 15px;
    padding: 10px 25px;
    width: 100%;
}
#mainpropdesc ul li {
    background: url("../../../images/bullet-arrow.gif") no-repeat scroll 6px 6px transparent;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    padding: 0 0 0 20px;
    text-decoration: none;
}
div.break {
    clear: both;
    margin: 0;
    padding: 0;
}
#propinfodetails {
    /*background: url("../../../images/propinfo_bg.jpg") no-repeat scroll left top transparent;*/
	background: none!important;
    display: inline;
    float: left;
    margin: 0;
    padding: 0;
    width: 340px;
}
#googlemap h3 strong {
	margin: 0;
}
#ppsumtxt {
    display: inline;
    float: left;
    margin: 0;
    padding: 0;
    width: 370px;
}

#ppsumtxt span.item {
    border-top: 1px solid #B9B9B9;
    color: #000000;
    display: inline;
    float: left;
    font-size: 12px;
	line-height:22px;
    font-weight: 400;
    width: 100px;
}
#ppsumtxt span.value {
    border-top: 1px solid #B9B9B9;
    clear: right;
    color: #535353;
    display: inline;
    float: left;
    font-size: 12px;
	line-height:22px;
    font-weight: 100;
    width: 240px;
    height:30px;
}
	#ppsumtxt span.value img {
		margin: 2px 0 0 5px;
	}
#ppsumtxt a {
    color: #363636;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-decoration: underline;
}
#ppsumtxt a:hover {
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.btn-details {
  text-decoration: none !important;
  color:#fff !important;
  background-color: #94C948;
  padding: 5px 15px !important;
}

.profile {
    float: left;
    height: 350px;
    margin: 0 25px 0 0;
    width: 200px;
}
.profile img {
    height: 200px;
    margin: 0 0 6px;
    width: 200px;
}
.profile p {
    width: 200px;
}
.profile p a {
    color: #94C948;
    font-weight: 400;
}
.profileLarge {
    float: left;
    height: auto;
    margin: 0;
    width: 600px;
}
.profileLarge img {
    float: left;
    height: 200px;
    margin: 0;
    width: 200px;
}
.profileLarge-details {
    float: left;
    height: auto;
    margin: 0 0 0 30px;
    width: 370px;
}
.profileLarge-details p span {
    color: #A3A3A3;
    font-size: 14px;
    font-weight: 400;
}
.contentInner .profileLarge-details p {
    width: 300px;
}

ul.features_list li.bed {
    background: url("../../../images/bed.jpg") no-repeat transparent ;
}
ul.features_list li.car {
    background: url("../../../images/car.jpg") no-repeat transparent;
}
ul.features_list li.bath {
    background: url("../../../images/bath.jpg") no-repeat transparent;
}
ul.features_list li {
    border: 1px solid #E1D6B9;
    font-weight: 400;
    height: 20px;
    line-height: 20px;
    margin-bottom: 5px;
    text-align: left;
    text-indent: 25px;
    width: 76px;
}

ul.listing_details {
    float: left;
    list-style: none outside none;
    margin: 5px 0 0;
    padding: 0;
    width: 490px;
}


ul.listing_details li.bed {
    background: url("../../../images/bed.jpg") repeat scroll 0 0 transparent;
}
ul.listing_details li.bed {
    background: url("../../../images/bed.jpg") repeat scroll 0 0 transparent;
}
ul.listing_details li.bed {
    background: url("../../../images/bed.jpg") repeat scroll 0 0 transparent;
}

@media print{
    .top-navigation, #footer-main {
        display:none;
    }
    body{
        background:#fff;
    }

}





.auction-listings-status-container
{
    height: 29px;
    padding: 6px;
    float: left;
}


.auction-listings-status-span
{
padding-left: 5px;
font-size: 13px;
}

.auction-listings-details
{
    float:left;
}

.auction-listings-details-span
{
padding-left: 5px;
font-size: 13px;
display: block;
}


.auction-listings-status-upcoming
{
width: 15px;
background: #8ec63d;
height: 15px;
float: left;
border-radius: 50%;
}

.auction-listings-status-sold
{
width: 15px;
background: #ee1d23;
height: 15px;
float: left;
border-radius: 50%;
}

.auction-listings-status-ended
{
width: 15px;
background: #ffd102;
height: 15px;
float: left;
border-radius: 50%;
}

/* Auction Custom */

#main-body .auction-home-content-top-left span:before {
    content: url(/public/themes/localagent/images/welcome-grandland-icon.png);
    position: relative;
    left: -14px;
    top: 2px;
}

.auction-login-content-title h3:before {
    content: url(/public/themes/localagent/images/welcome-grandland-icon.png);
    position: relative;
    left: -9px;
    top: 3px;
}

.auction-login-content-title h3 {
    font-size: 26px;
    font-weight: normal;
}

.auction-login-content-box .login {
    color: #1da4aa;
    font-weight: 600;
    font-size: 24px;
    display: inline-block;
    margin-bottom: 7px;
}

.auction-login-content-box input[type="text"],
.auction-login-content-box input[type="password"] {
    width: 258px;
    height: 35px;
    padding-left: 18px;
    border: none;
    color: #a1a1a1;
    background: #fff !important;
}

.auction-login-content-box p {
    margin: 0;
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

.aution-login-content-box p:last-child {
  color: #1da4aa;
  margin-left: 22px;
}

.auction-login-content-box span {
    font-size: 14px;
}

.auction-login-content-box a,
.checkbox-terms span {
    color: #1da4aa;
    cursor: pointer;
}

.checkbox-terms span:nth-of-type(1) {
    margin-bottom: 6px;
    display: inline-block;
}

.checkbox-terms span {
    margin-left: 5px;
}

.checkbox-terms span:nth-of-type(2) {
    margin-left: 21px;
}

.auction-login-content input[type="submit"], .auction-login-btn  {
    margin-top: 15px;
    width: 100%;
    border: none;
    border-radius: 6px;
    height: 39px;
    background-color: #33adb2;
    color: #fff;
    font-weight: 600;
}

.auction-login-content .auction-login-content-box input[type="submit"], .auction-login-btn  {
    background-image: url( /public/themes/localagent/images/lock-icon.png );
    background-repeat: no-repeat;
    background-position: 162px 11px;
}


.donthaveaccount {
    margin-bottom: 27px;
}

.auction-login-content-box .user-pass {
    margin-top: 20px;
}

.auction-login-content-box input[type="text"] {
    margin-bottom: 8px;
}

::-webkit-input-placeholder {
    color: #a1a1a1;
}

:-moz-placeholder { /* Firefox 18- */
    color: #a1a1a1;
}

::-moz-placeholder {  /* Firefox 19+ */
    color: #a1a1a1;
}

:-ms-input-placeholder {
    color: #a1a1a1;
}

.checkbox-terms {
    margin-top: 9px;
}

.checkbox-terms input[type="checkbox"] {
    vertical-align: middle;
}

/* Auction Register */

#main-body .auction-content .auction-content-top h3 {
    color: #94C948;
    font-weight: 600;
    font-size: 22px;
    margin: 11px 0;
}

#main-body .auction-content .auction-content-top h3:before {
    content: url(/public/themes/localagent/images/welcome-grandland-icon.png);
    position: relative;
    left: -3px;
    top: 5px;
}

#main-body .auction-content .auction-content-top {
    color: #545454;
    font-weight: 600;
}

.auction-content-left form > span {
    color: #94C948;
    font-weight: 600;
    font-size: 17px;
    display: inline-block;
    margin-bottom: 18px;
}

.auction-content-left form[action="cms/auction/registration"] input,
.auction-content-left form[action="cms/auction/registration"] select  {
    width: 335px;
    height: 35px;
    border: 1px solid #cfcfcf;
    margin-bottom: 15px;
    padding-left: 15px;
}

.auction-content-left form[action="#"] input {
    width: 335px;
    height: 35px;
    border: 1px solid #cfcfcf;
    margin-bottom: 15px;
    padding-left: 15px;
}

.field-notes {
    color: #9b9b9b;
    font-size: 11px;
}

.terms-and-conditions input[type="checkbox"] {
    width: 15px !important;
    height: 16px !important;
    display: inline-block !important;
    margin-right: 11px;
    vertical-align: top;
    margin-top: 3px;
}

.terms-and-conditions {
    color: #545454;
    font-weight: 600;
    margin-top: 17px;
}

.auction-registration-form-td-element input[type="submit"], .auction-register-btn {
    width: 157px !important;
    height: 40px !important;
    color: #fff;
    padding: 0 !important;
    font-weight: 600;
    border-radius: 9px;
    border: none !important;
    background: #33adb2;
    margin-top: 4px;
}

#auction-search-form .form-split {
    width: 580px;
}

/* Auction */

.proplist-auction h1.propList-tagline {
    color: #3c3c3c;
    font-size: 16px;
    padding-bottom: 8px;
}

.proplist-auction p.propList-text {
    font-size: 13px;
}

.proplist-auction .propList-mid-auction {
    padding-left: 11px;
}

.proplist-auction .view-link-auction a {
    font-size: 16px;
}

.proplist-auction .propList-facilities-auction span {
    margin-right: 3px;
    margin-top: -1px;
}

.proplist-auction .propList-facilities-auction img {
    margin-right: 8px;
}

.proplist-auction .auction-listings-details-span {
    padding-left: 0;
}

.startingbid,
.status,
.starts,
.ends {
    font-weight: 700;
}

.timeleft-text {
    width: 70px;
    display: inline-block;
    color: #3c3c3c;
    font-size: 14px;
    line-height: 22px;
    margin-left: 19px;
    vertical-align: top;
    padding-top: 5px;
    margin-right: 16px;
}

.div-status
{
    padding-top:15px;
}

/* timer */

.countdown-timer div span:nth-child(2),
.countdown-timer div span:nth-child(2) div  {
    display: inline-block;
}

.countdown-timer div span:nth-child(2) div {
    margin-right: 14px;
}

.countdown-timer div span:nth-child(2) p {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    background: #1da4aa;
    text-align: center;
    color: #fff;
    width: 41px;
    height: 35px;
    line-height: 35px;
}

.countdown-timer div span:nth-child(2) span {
    font-size: 12px;
    color: #1da4aa;
    width: 41px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    padding-top: 7px;
    padding-bottom: 10px;
}

.proplist-auction .propList-left img {
    margin: 8px 15px;
}

.auction-listings-details-auction {
    line-height: 20px;
}


/* property details */

#propertydetailsauction p,
#propertydetailsauction h3 {
    margin: 0;
    padding: 0;
}

#propertydetailsauction .propinfo-top-right-panel h3 {
    font-weight: normal;
    font-size: 15px;
    padding-bottom: 5px;
}

#propertydetailsauction .form-bidding {
    width: 247px;
    height: 41px;
    padding-left: 13px;
    border: none;
}

#propertydetailsauction .form-bidding:first-child {
    margin-right: 14px;
}

#propertydetailsauction #placebidbtn {
    width: 137px;
    height: 42px;
    border: none;
    border-radius: 6px;
    color: #94C948;
    background: #fff;
    font-weight: bold;
    font-size: 18px;
}

.form-bid {
    width: 403px;
    margin-top: 14px;
}

#propertydetailsauction .propinfo-top-right-panel p {
    font-size: 24px;
}

#propertydetailsauction .propinfo-top-right-panel div {
    display: inline-block;
    vertical-align: top;
}

#propertydetailsauction .propinfo-top-right-panel > div:first-child {
    width: 220px;
}

#propertydetailsauction .link-auction-page {
    display: inline-block;
    margin-top: 6px;
}

#propertydetailsauction a {
    text-decoration: none;
}

#propertydetailsauction #countdown div {
    display: inline-block;
}

#propertydetailsauction #countdown p {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    background: #fff;
    text-align: center;
    color: #1da4aa;
    width: 41px;
    height: 35px;
    line-height: 35px;
}

#propertydetailsauction #countdown div {
    margin-right: 14px;
}

#propertydetailsauction #countdown span {
    font-size: 12px;
    color: #fff;
    width: 41px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    padding-top: 7px;
    padding-bottom: 10px;
}

.timeleftbid {
    padding: 20px 20px 5px 20px;
    height: 97px;
}

.timeleft-propertydetail {
    width: 180px;
    display: inline-block;
    padding-top: 19px;
}

.propinfo-top-right-panel.bidding-history {
    background: #e5e5e5 !important;
}

.propinfo-top-right-panel.bidding-history .propinfo-top-right-panel-bidding-history {
    background: transparent;
}

.propinfo-top-right-panel-bidding-history,
.propinfo-top-right-panel.bidding-history h3,
.propinfo-top-right-panel.bidding-history {
    color: #000;
}

.propinfo-top-right-panel.bidding-history #propinfo-top-right-panel-bidding-history {
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.propinfo-top-right-panel.bidding-history h3.left {
    float: left;
}

.propinfo-top-right-panel.bidding-history h3.right {
    float: right;
}

.propinfo-top-right-panel.bidding-history h3 {
    font-size: 18px !important;
    margin-bottom: 5px !important;
}

th.bidding-history-td {
    text-align: left;
}

#propinfo-top-right-panel-bidding-history tr {
    border-bottom: 1px solid #bfbfbf;
    padding: 10px 0;
}

#propinfo-top-right-panel-bidding-history tr:last-child {
    border-bottom: none;
}

.propinfo-top-right-panel.bidding-history {
    height: 245px;
    overflow: auto;
}

.propinfo-top-right-panel.bidding-history #ppsumtxt span.item {
    border-top: 1px solid #bfbfbf;
}

.prop-summary-auction h3 {
    margin-bottom: 16px !important;
}

.live-chat-image {
    margin-top: 20px;
}

.mainpropdesc-auction-propdetails .maintitle,
.mainpropdesc-auction-propdetails p {
    font-weight: normal;
    color: #3c3c3c;
}

.mainpropdesc-auction-propdetails .maintitle {
    font-size: 22px;
}

.mainpropdesc-auction-propdetails p {
    font-size: 14px;
    line-height: 19px;
}

.mainpropdesc-auction-propdetails ul {
    font-size: 14px;
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 19px;
    color: #3c3c3c;
}

.prop-status {
    width: 78px;
    height: 36px;
    background: #ed1b24;
    position: absolute;
    z-index: 10;
    color: #fff;
    text-align: center;
    line-height: 38px;
    text-transform: uppercase;
    font-weight: bold;
    top: 24px;
}

.propinfo-top-left div#gallery {
    position: relative;
}

#propertydetailsauction #propertyContainer #popUpDiv input[value="Back"],
#propertydetailsauction #propertyContainer #popUpDiv .confirm-bid {
    width: 170px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    border-radius: 6px;
    border: none;
    font-size: 18px;
}

#propertydetailsauction #propertyContainer #popUpDiv input[value="Back"] {
    background: #a1a2a6;
    margin-right: 24px;
}

#propertydetailsauction #propertyContainer #popUpDiv .confirm-bid  {
    background: #1ba5a8;
}


.header-logout
{
    float:right;
    padding-right: 30px;
}

.header-logout a
{
    color: #ffffff;
}

.faq-rlink
{
cursor:pointer;
}

.faq-redirectedlink
{
    font-weight: bold !important;
}

.auction-vendor-status
{
    color:rgba(255, 255, 0, 0.99);
}

#main-body #banner_form {
	padding-top: 29px;
}

.h2-header
{
    display: none;
}


.footer_linkedin
{
    position: relative;
    top: 6px;
    width: 20px;
}