/* --------------------------------------------------------------------------------
-																				-
-				Title: 				PRDnationwide Coolangatta					-
-				Author: 			Ilya Lobanov     							-
-				Website: 			WebsiteBlue.com								-
-				Date:				August 11, 2014								-
-																				-
---------------------------------------------------------------------------------- */

@import url(nav.css);
@import url(global_home.css);
@import url(realestate.css);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,400,600);




@charset "utf-8";
/* CSS Document */

/*--css reset--*/
html, body, div, span, object,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, address, code, img,
small, strong, dl, dt, dd, ol, ul, li,
fieldset, form, label {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
}
body {line-height:1;}
ol, ul {list-style: none;}
/*--end css reset--*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}

/*=======================================================
	Body
=======================================================*/
/*
body {
	font-family:Arial, Helvetica, Geneva, sans-serif;
	font-size:13px;
	line-height:18px;
	color:#636363;
	background-color: #cecfd0;
	margin:0;
	padding:0;
}*/


	.bodyNav {
		width:100%;
		min-width: 1080px;
		height:50px;
		margin:0;
		float: left;
		//background-color: #cecfd0;
                background-color: rgba(255, 255, 255, 0.8);
                position:relative;
                z-index: 99;
	}


.bodyTop {
		//width:100%;
		//min-width: 1080px;
		height:95px;
                /*line-height:95px;*/
		//margin:0;
		//float: left;
		//background: #c6261c url(../images/header-bg.jpg) top center no-repeat;
                background-color: #CBE1E3;
	}


	.bodyBanner {
		width:100%;
		min-width: 1080px;
		height: 100%;
		margin:0;
		float: left;
		background-color: #c6261c;
		position: relative;
                margin-top:-50px;
	}

		.home-slider {
			width:100%;
			height: 147%;
			margin:0;
			position: absolute;
			z-index:1;
			overflow:hidden;
			display:block;
		}


		.inner-header {
			width: 100%;
			min-width: 1080px;
			height: 123%;
			margin: 0;
			float: left;
			clear: both;
			background-position: center center;
			background-repeat: no-repeat;
			-moz-background-size: cover;
			-webkit-background-size: cover;
			background-size: cover;
		}


	.bodyVideo {
		width:100%;
		min-width: 1080px;
		height:200px;
		margin:0;
		float: left;
		background: #c6261c url(../images/footer-bg.jpg) top center no-repeat;
	}

		.bodyBtm {
			width:100%;
			min-width: 1080px;
			height:87px;
			margin:0;
			float: left;
			display:block;
			background-color: #C6261C;
			/*margin-top: 214px;*/
			z-index: 2;
			position: relative;
		}

		.bodyCopy {
			width:100%;
			min-width: 1080px;
			height:50px;
			margin:0;
			float: left;
			display:block;
			background: url(../images/home_images/pattern_footer.png);
                        width: 100%;
                        height: 81px;
                        //margin-top: 28px;
			margin-top: 20px;
			padding-bottom: 6px;
		}


		.wrap {
			width:1080px;
			height:auto;
			margin:0 auto;
			position:relative;
			display:block;
		}


		.inner-wrap {
			width:940px;
			margin:0 0 0 50px;
			float:left;
			display:block;
		}

		.content-wrap {
			width:980px;
			height:auto;
			min-height: 650px;
			padding:0 50px 0 50px;
			float:left;
			background-image: none;
			overflow: hidden;
		}


		a {
			color: #000000;
			/*text-decoration: underline;*/
		}
		a:hover {
			color: #000000;
			text-decoration: none;
		}


			.std-submit-btn, .std-search-btn, .std-view-btn {
				background-color: #cecfd0;
				border: medium none;
				outline: none;
				cursor: pointer;
				float: left;
				width: auto;
				height: 50px;
				line-height:50px;
				text-align:center;
				text-decoration:none;
				color: #fff;
				padding: 0 ;
				font-size:20px;
				font-weight: 600;
				font-style:italic;
				font-family: 'Times New Roman';
			}

				.std-submit-btn:hover, .std-search-btn:hover, .std-view-btn:hover {
					background-color: #c1c1c1;
					color: #ffffff;
				}





/*=======================================================
	Front Page Banner
=======================================================*/

.front-slider {
	width:690px;
	height: 320px;
	display:block;
	overflow:hidden;
	margin: 0 0 0 50px;
	float:left;
	position:relative;
	z-index:1;
}

	.banner {
		width:690px;
		height: 320px;
		list-style: none outside;
		position: absolute;
		top: 0;
		left:0;
		z-index:1;
		border: none;
		-moz-box-sizing:    border-box;
	   -webkit-box-sizing: border-box;
		box-sizing:        border-box;
		}

			.banner li {
				padding: 0;
				margin: 0;
				width:690px;
				height: 320px;
				display:block;
				float:left;
			}



			.front-slider .cycleNav {
				position:absolute;
				top:20px;
				right:0px;
				z-index:100;
				width: 50px;
				height: 280px;
			}

				.front-slider .cycleNav a {
					width:14px;
					height:14px;
					display:block;
					cursor:pointer;
					margin:0 0 10px 18px;
					float:left;
					line-height:0px;
					font-size:0px;
					text-indent:-9999px;
					background-color: #FFFFFF;
					border-radius: 7px;
					-moz-border-radius: 7px;
					-webkit-border-radius: 7px;
				}


					.front-slider .cycleNav a:hover {
						background-color: #c1c1c1;
					}

					.front-slider .cycleNav a.activeSlide {
						background-color: #ee2e24;
					}



/*=======================================================
	Front Page Property Alert
=======================================================*/


	 .alert-widget {
		width: 650px;
		height:80px;
		display:block;
		padding:0;
		margin: 0;
		float:left;
	}


	.alert-widget h3 {
		font-size: 0px;
		line-height: 0px;
		float: left;
		height: 80px;
		width:260px;
		padding: 0;
		margin: 0;
		display:block;
		overflow: hidden;
		text-indent:-9999px;
		background:url(../images/vip-alert.png) top left no-repeat;
	}


			.alert-widget form, .alert-widget form fieldset {
				margin:0;
				padding:0;
				float:left;
			}

			.alert-widget form fieldset {
				margin:25px 0 0 0;
			}

			.alert-widget legend {
				display: none;
			}


				.alert-widget input[type="text"] {
					border:2px solid #ffffff;
					background-color: #184076;
					color: #ffffff;
					font-family: Arial,Helvetica,Geneva,sans-serif;
					font-size: 12px;
					height: 28px;
					line-height: 28px;
					margin: 0;
					padding: 0 10px;
					width: 200px;
					outline: none;
					float:left;
				}


					.alert-widget input[type="text"]::-webkit-input-placeholder {
						color: #ffffff;
					}

					.alert-widget input[type="text"]:-moz-placeholder {
						color: #ffffff;
					}

					.alert-widget input[type="text"]::-moz-placeholder {
						color: #ffffff;
					}

					.alert-widget input[type="text"]:-ms-input-placeholder {
						color: #ffffff;
					}


				.alert-widget input[type="submit"] {
					width: 100px;
					height:30px;
					margin: 0 0 0 10px;
					padding:0;
					background-color:#3779d3;
					color: #ffffff;
					line-height:30px;
					font-size:12px;
					font-style:normal;
					font-family:Arial, Helvetica, sans-serif;
					font-weight:normal;
					border:0px;
					outline: none;
					float:left;
					cursor: pointer;
				}


					.alert-widget input[type="submit"]:hover {
						background-color: #518bda;
					}


/*=======================================================
	Front Page Search
=======================================================*/

.search-widget {
	width:700px;
	height: 250px;
	float:left;
	margin:150px 0 0 140px;
	padding: 0;
	background:transparent url(../images/red-75.png) top left repeat;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	position: relative;
	z-index:3;
}


	.search-widget form {
		width:650px;
		float:left;
		margin:35px 0 0 50px;
		padding: 0;
	}

	.search-widget fieldset {
		border: none;
	}

	.search-widget legend {
		display: none;
	}


.top-search {
	background-color: #FFFFFF;
	height: 40px;
	width: 290px;
	display:block;
	padding:0;
	margin: 0;
	float:left;
}


	.top-search input[type="text"] {
		background-color: #ffffff;
		border: medium none;
		outline: none;
		float: left;
		width: 400px;
		height: 50px;
		line-height: 50px;
		text-decoration: none;
		color: #888888;
		padding: 0 15px;
		font-size: 20px;
		font-weight: 400;
		font-style: italic;
		font-family: 'Open Sans', sans-serif;
	}

	.top-search input[type="submit"] {

	}



		.search-widget label {
			font-weight: 400;
			font-family: 'Open Sans', sans-serif;
			font-size: 18px;
			color: #ffffff;
			line-height: 20px;
			margin: 0 0 0 3px;
			padding: 0 40px 0 0;
			width: auto;
			height:20px;
			float: left;
			cursor: pointer;
		}

		.search-widget select {
			background-color: #ffffff;
			border: medium none;
			outline: none;
			float: left;
			width: 95px;
			height: 50px;
			line-height: 50px;
			color: #888888;
			padding: 13px 0;
			margin: 0 12px 0 0;
			font-size: 14px;
			font-weight: 400;
			font-style: italic;
			font-family: 'Open Sans', sans-serif;
		}


		.search-widget input[type=radio] {
			float: left;
		}

		.search-widget input[type=submit] {
			width: 170px;
			margin: 0;
			float:right;
		}





/*=======================================================
	Inner Pages
=======================================================*/

.content-left {
	width:281px;
	height:auto;
	float:left;
	margin: 0;
	min-height: 1px;
}


	.content-right {
		width:699px;
		height:auto;
		margin: 0;
		padding: 0 0 30px 0;
		float:left;
		background-color:#FFF;
		position:relative;
	}

	.content-inner {
		padding: 45px 45px 0 45px;
		float:left;
	}

		.content-right .inner-pic {
			float: right!important;
			margin: 0 -100px 15px 15px;
		}

		.content-right h1 {
			margin:0;
			padding: 0 0 20px 0;
			line-height:32px;
			color:#ee2e24;
			font-size: 38px;
			font-weight:600;
			font-family: 'Open Sans', sans-serif;
			text-transform:capitalize;
		}

			.content-right h2 {
				margin:0;
				font-size:22px;
				line-height:18px;
				color:#5f5f5f;
				font-family: 'Open Sans', sans-serif;
				text-transform:capitalize;
			}

				.content-right h3, .content-right h4, .content-right h5, .content-right h6 {
					font-family: 'Open Sans', sans-serif;
				}




		.content-right p {
			font-size:13px;
			font-weight:normal;
			line-height:18px;
			margin:10px 0 10px 0;
		}

		.content-right ul {
			margin:0 40px 20px 0;
		}

		.content-right li {
			font-size:13px;
			font-weight:normal;
			line-height:18px;
			margin:0 0 5px 5px;
			padding: 0 0 0 15px;
			list-style-type:none;
			list-style-position:outside;
			background:url(../images/bullet-arrow.gif) no-repeat scroll 5px 5px;
		}


			.content-right ul.pdfUL li {
				background:url(../images/icons/pdf.gif) no-repeat scroll 0 2px;
				padding: 0 0 0 25px;
			}


		.office-location {
			float: left;
			height: auto;
			margin: 10px 0 0 0;
			width: 100%;
		}
			ul.contactUL {
				float: left;
				height: auto;
				margin: 0;
				/*width: 100%;*/
				width: 335px;
			}
			ul.contactUL li {
				border-bottom: 1px solid #E5E5E5;
				float: left;
				line-height: 25px;
				height: 25px;
				margin: 0;
				padding: 0 0 0 10px;
				width: 100%;
				background-image:none;
			}
			ul.contactUL li span {
				float: left;
				font-weight: bold;
				width: 20px;
			}
				ul.contactUL li span.office-head {
					width: 100%;
				}
				ul.contactUL li.twoline {
					line-height: 18px;
					height: 40px;
					padding: 3px 0 0 10px;
					width: 100%;
				}
				ul.contactUL li.twoline span {
					height: 40px;
				}



.content-outermap {
	width:640px;
	height:auto;
	margin:20px 0 0 30px;
	float:left;
}




/*=======================================================
	Videos Inner Pages
=======================================================*/



.content-videos {
    float: left;
    height: auto;
    margin: 0 0 0 10px;
    width: 640px;
}


	.view-videos {
		float: left;
		height: auto;
		margin: 0 0 0 20px;
		padding: 0;
		width: 620px;
	}


		.view-videos .video-item {
			float: left;
			height: auto;
			margin: 10px 0 0 10px;
			padding: 0;
			width: 290px;
		}



		.view-videos .video-item h2 {
			color: #636363;
			display: block;
			font-size: 16px;
			font-weight: 500;
			height: 20px;
			letter-spacing: -0.5px;
			line-height: 16px;
			margin: 20px 0 6px;
			overflow: hidden;
			width: 100%;
		}



			.view-videos .video-pic {
				float: left;
				height: 218px;
				margin: 0;
				position: relative;
				width: 290px;
				z-index: 2;
			}

			.view-videos .video-item a {
				background: url("../images/video-thumb.png") no-repeat scroll 0 0 transparent;
				display: block;
				height: 218px;
				left: 0;
				position: absolute;
				top: 0;
				width: 290px;
				z-index: 5;
			}


			.view-videos .video-item img {
				    height: 218px;
					left: 0;
					overflow: hidden;
					position: absolute;
					top: 0;
					width: 290px;
					z-index: 4;
			}


				.view-videos .video-item p {
					margin: 10px 0;
					width: 290px;
				}




/*=======================================================
	FAQ Inner Pages
=======================================================*/



.faq {
    float: left;
    height: auto;
    margin: 10px 0;
    width: 470px;
}


	.faq ul.accordion {
		float: left;
		height: auto;
		margin: 0;
		width: 470px;
		list-style: none outside none;
	}


		.faq ul.accordion li {
			border-bottom: 1px solid #E5E5E5;
			float: left;
			height: auto;
			margin: 0;
			width: 470px;
			padding:0;
			background-image: none;
		}

		.faq ul.accordion li a {
			background-color: #cbcdcf;
			color: #333;
			float: left;
			font-weight: bold;
			line-height: 18px;
			padding: 5px;
			text-decoration: none;
			text-transform: uppercase;
			width: 460px;
		}



			.faq ul.accordion li a.faqAlt {
				background-color: #e4e7e9;
			}


			.faq ul.accordion li div {
				float: left;
				height: auto;
				margin: 8px 5px 8px 5px;
				width: 460px;
			}


/*=======================================================
	Blog Inner Pages
=======================================================*/


.blog-inner {
	padding: 45px 20px 30px 20px;
	margin: 0 0 0 10px;
    width: 650px;
	float:left;
	background-color: #f5f5f5;
    border: 1px solid #C8C8C8;
    border-radius: 2px 2px 2px 2px;
}

	.blog-inner h1 {
		color: #5F5F5F;
		font-size: 32px;
		font-weight: 100;
		line-height: 22px;
		margin: 0;
		width: 450px;
	}


	.blog-inner span.post-info {
		color: #AFAFAF;
		font-size: 11px;
		line-height: 18px;
		text-transform: uppercase;
	}
	.blog-inner span.post-info a {
		color: #AFAFAF;
		font-size: 11px;
		font-weight: bold;
		line-height: 18px;
		text-decoration: none;
		text-transform: uppercase;
	}

	.blog-inner span.post-info a:hover {
		text-decoration: underline;
	}

	.blog-inner .mydate {
		float: right; margin: 0 0 15px 15px;
	}




/*=======================================================
	Forms
=======================================================*/


.content-right form.std-form {
    float: left;
    margin: 20px 0 0 60px;
	width: 440px;
}
.content-right label {
    color: #000000;
    float: left;
    font-family: Arial,Helvetica,Geneva,sans-serif;
    font-size: 13px;
    min-height: 20px;
    line-height: 20px;
    margin: 15px 0 0;
    padding: 0;
    width: 135px;
	clear:left;
}
.content-right input[type="radio"] {
    font-family: Arial,Helvetica,Geneva,sans-serif;
    font-size: 13px;
    line-height: 20px;
    margin: 15px 0 0;
    padding: 0 5px;
    width: auto;
   clear:right;
}

.content-right input[type="text"], .content-right .std-form select, .content-right textarea {
    height:40px;
	line-height:40px;
	margin:0 ;
	color: #717074;
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
	border:none;
    margin: 15px 0 0;
    padding: 0 5px;
    width: 290px;
	clear:right;
	background-color: #efefef;
}

form select {
	font-size: 14px;
	color: #5f5f5f;
}

.content-right .std-form select {
    width: 300px;
    padding: 0 0 0 5px;
	height:23px;
	line-height:23px;
}
.content-right .std-form .radio-group {
    float: left;
    min-height: 20px;
    line-height: 20px;
    margin: 15px 0 0;
    width: 250px;
	clear:right;
}
	.content-right .std-form .radio-group label {
		float: left;
		margin: 0 5px 0 0!important;
		width: auto!important;
		clear:none!important;
	}
.content-right textarea {
    height: 80px;
    line-height: 14px;
    padding: 5px;
}
.content-right .std-submit-btn {
    padding: 0 20px;
	float: right;
	margin: 10px 0 0 0;
}

.std-form .std-view-btn {
    float: right;
	margin: 10px 10px 0 0;
}



	.std-form .spacer {
		background-color: #C8C8C8;
		clear: both;
		display: block;
		float: left;
		height: 1px;
		margin: 20px 0 0 0;
		width: 100%;
	}


		.std-form .clear-spacer {
			clear: both;
			display: block;
			height: 15px;
			width: 100%;
		}

/*=======================================================
	Body Bottom + Social Links
=======================================================*/



.copyright {
	width:100%;
	height:50px;
	float:left;
	margin:0;
	padding: 0;
}

	.copyright p {
		line-height:50px;
		float:left;
		margin:0;
		font-size:12px;
		color:#ccc;
	}

		.copyright p a {
			color:#ffffff;
			text-decoration:none;
			color:#ccc;

		}

		.copyright p a:hover {
			text-decoration:underline;
		}

		.copyright p a.desktop {
			background: url("../images/md-logo.png") no-repeat scroll 0 0 transparent;
			display: inline-block;
			height: 24px;
			width: 86px;
			line-height: 0px;
			overflow:hidden;
			text-indent: -9999px;
			padding: 0;
			margin: 12px 0 0 8px;
			text-decoration: none;
			float:right;
			opacity: 0.40;
			transition: all 0.325s ease;
			-webkit-transition: all 0.325s ease;
			-moz-transition: all 0.325s ease;
		}

		.copyright p a.desktop:hover {
			opacity: 1;
		}




.home-video {
	width:270px;
	height:150px;
	float:left;
	margin:0;
	padding: 25px 0 0 0;
}


	ul.footer-sitemap {
		width:660px;
		height:auto;
		float:left;
		margin:25px 0 0 50px;
		padding: 0;
		list-style-type: none;
		list-style-position: outside;
	}

	ul.footer-sitemap li {
		width: 220px;
		height: auto;
		float: left;
		display:inline-block;
		margin: 0;
		font-size: 26px;
		line-height:42px;
		color: #ffffff;
		font-family: 'Open Sans', sans-serif;
	}

		ul.footer-sitemap li.footer-heading {
			width: 660px;
			padding: 0 0 10px 0;
			border-bottom: 1px solid #ffffff;
		}

			ul.footer-sitemap li a {
				font-size: 16px;
				line-height:32px;
				color: #ffffff;
				text-decoration: none;
				font-family: 'Open Sans', sans-serif;
				font-weight: 400;
				padding: 0;
			}

			ul.footer-sitemap a:hover {
				text-decoration: underline;
			}



	ul.socials {
		margin: 0;
		padding: 0;
		width: 330px;
		height:80px;
		float:left;
	}

		ul.socials li {
			margin: 20px 0 0 8px;
			padding: 0;
			width: 40px;
			height: 40px;
			float:right;
			display:inline;
		}

			ul.socials li a {
				width: 40px;
				height: 40px;
				float:left;
				display:block;
				text-indent:-9999px;
				line-height:0px;
				overflow:hidden;
				font-size:0px;
				-webkit-border-radius: 20px;
				-moz-border-radius: 20px;
				border-radius: 20px;
				transition: all 0.2s ease-out;
				-webkit-transition: all 0.2s ease-out;
				-moz-transition:    all 0.2s ease-out;
				-o-transition:      all 0.2s ease-out;
			}
				ul.socials li a:hover {
					text-decoration: none;
				}
				ul.socials li a.twitter {
					background: #e62d22 url(../../images/socials/twitter.png) top left no-repeat;
				}
				ul.socials li a.facebook {
					background: #e62d22 url(../../images/socials/facebook.png) top left no-repeat;
				}
				ul.socials li a.linkedin {
					background: #e62d22 url(../../images/socials/linkedin.png) top left no-repeat;
				}
				ul.socials li a.tube {
					background: #e62d22 url(../../images/socials/youtube.png) top left no-repeat;
				}

				ul.socials li a.twitter:hover {
					background-color: #00aced;
				}
				ul.socials li a.facebook:hover {
					background-color: #3b5998;
				}
				ul.socials li a.linkedin:hover {
					background-color: #007bb6;
				}
				ul.socials li a.tube:hover {
					background-color: #bb0000;
				}



/*=======================================================
	Tabbed Inner Pages
=======================================================*/



.content-tabbed { float: left; height: auto; margin: 0 0 0 10px; width: 640px; }

	.content-tabbed .menu { padding: 0; clear: both; margin:0; }
	.content-tabbed .menu li { display: block; background-image:none!important; margin-left: -15px;}
	.content-tabbed .menu li a { background: #cbcdcf; padding: 10px; float:left; text-decoration: none; color: #000; font-weight: bold;}
	.content-tabbed .menu li.active a { background: #ebedee; }
	.content-tabbed .content { float: left; clear: both;  background: #ebedee; padding: 20px; width: 650px; }
		.content-tabbed .content h1 { margin:0; font-size:32px; line-height:32px; color:#5f5f5f; font-weight:100; }
		.content-tabbed .content h2 { margin:0; font-size:22px; line-height:22px; color:#5f5f5f; font-weight:100; }
		.content-tabbed .content h3 { margin:0; font-size:18px; line-height:18px; color:#5f5f5f; font-weight:100; }
		.content-tabbed .content h4 { margin:0; font-size:18px; line-height:16px; color:#5f5f5f; font-weight:100; }



/**
---------------------------------


		#Property Container


---------------------------------
*/

.property_container_inner {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 186px;
	overflow: hidden;
	height: 345px;
}

.property_container {
	//margin-bottom: 182px;
        position: relative;
        z-index: 3;
}

.property_search,
.property_image {
	margin-bottom: 214px;
}

.property_search {
	background: #184076;
	width: 380px;
	height: 360px;
	float: left;
}

.property_image img {
	width: 560px;
        margin-left: -1px;
        margin-top: -1px;
}

.property_image {
	width: 560px;
	float: left;
	position: relative;
}

.image_content {
	position: absolute;
	bottom: -26px;
	right: 0;
	font-size: 18px;
	color: #fff;
	background: #184076;
	padding: 20px 146px 20px 20px;
	opacity: 0.8;
}

.image_content a {
	color: #fff;
	text-decoration: none;
	font-family: Arial;
}


.image_content h4 {
	margin: 0;
	font-weight: normal;
	font-size: 18px;
}

.image_content p {
	margin: 0;
	font-size: 16px;
	margin-top: 3px;
}

.property_search_inner {
	padding: 25px;
}

.property {
	color: #fff;
	font-size: 16px;
	margin-bottom: 18px;
	margin-top: 14px;
}

.buying,
.renting {
	display: inline-block;
}

.buying {
	margin-right: 28px;
}

form .all_suburbs select,
.pricing select,
.bedroom select {

	height: 42px;
	padding-left: 12px;
	margin-bottom: 11px;
	-webkit-appearance: menulist-button;
}

option {
	height: 42px !important;
}

form .all_suburbs select {
	width: 325.7px;
}

.bathroom select,
.pricing select,
.bedroom select {
	width: 160px;
}

.bathroom select,
.pricing select:first-child,
.bedroom select {
	margin-right: 2px;
}

form {
	color: #5f5f5f;
}

.submit_btn input {
	background: #35B1FF;
	border: none;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding: 12px 131px;
	cursor: pointer;
}


/* Footer */
/*
.phone_container,
.email_container {
	margin-top: 23px;
	display: inline-block;

}

.phone_container {
	margin-right: 29px;
}

.phone_container span,
.email_container span {
	font-size: 28px;
	color: #fff;
}

.email_container img {
	margin-right: 7px;
}

.phone_container img {
	margin-right: 5px;
	position: relative;
	top: 11px;
}*/

/* Header text */

.header-text {
    color:#ffffff;
    font-size: 22px;
    margin-left:10px;
    text-decoration:none;
    line-height: 123px;

}

.header-text:hover {
    color:#ffffff;
    font-size: 21px;
    margin-left:10px;
        text-decoration:none

}

.property_search_inner h2 {
margin: 0;
color: #fff;
border-bottom: 3px solid #fff;
padding-bottom: 10px;
font-size: 24px;
margin-bottom: 10px;
}

/* modern clearfix */
.cf:before,
.cf:after {
    content:"";
    display:table;
    line-height:0;
}
.cf:after {
    clear:both;
}

.header-text {
	display: none;
	visibility: hidden;
}


.header-custom {
	float: left;
}

.clear-float {
	clear: both;
}

.std-submit-btn {
	background: #ee2e24;
}



#allsuburbs,
.min_price,
.max_price,
#search,
.min_price select,
.max_price select {
	font-family: Arial;
}


.hedaer_logo {
	background: #CBE1E3;
}



.wblogo-container img {
	opacity: 0.3;
	position: relative;
	padding-left: 3px;
	padding-right: 3px;
	top: 4px;
	-webkit-transition: all 0.325s ease;
	-moz-transition: all 0.325s ease;
	transition: all 0.325s ease;
}


.wblogo-container img:hover {
	opacity: 1;
}

.mydesktop img {
	padding-left: 3px;
	margin: 5px;
}

#footer_inner li a {
	text-decoration: none;
}

.sitemap li{
	display:block!important;
}
