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

body{
	font-family:Arial, Helvetica, sans-serif;	
}
div{
	margin:0px;
	padding:0px;
}
a,a:hover{text-decoration:none;}
.container{
	width:578px;
	margin:0px auto;
	position:relative;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.clear{
	clear:both;
}
.z{
	border:1px solid red;
}
h1, h2, h3, h4, h5, h6{
	/*font-weight:normal;	*/
}
h1{
	font-family: Arial, Helvetica, sans-serif; 
	font-size:15px;
	color:#010101;
}
h1 span{
	color:#bf001b;	
}
h2{
	font-size: 27px;
	color: #010101;
	font-weight: normal;
	width: 359px;
	text-align: center;
	margin: 0 auto;
	line-height: 37px;
}	
h3{
	font-size:15px;
	color:#7f7f7f;
	text-transform:uppercase;
	padding-bottom:6px;
}
h5{
	padding-bottom:23px;
	font-size: 12px;
	font-weight: bold;	
}
p{
	font-size:15px;
	color:#b5b5b5;
	line-height:19px;	
}
input[type="text"]{
	color: #D2D2D2 !important;
	font-weight: bold;	
}

::-webkit-input-placeholder {
   color: #D2D2D2;
   opacity: 1; 
}

:-moz-placeholder { /* Firefox 18- */
   color: #D2D2D2;  
   opacity: 1;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #D2D2D2;
   opacity: 1;  
}

:-ms-input-placeholder {  
   color: #D2D2D2;  
   opacity: 1;
}
.wrapper{
	margin:0;
	padding:0 0 31px 0;
}
header{
	position:relative;	
}
.header-top{
	/*border-bottom:1px solid #f2f2f2;*/
	padding-bottom:18px;
	position:relative;
}

.logo{
	text-align:center;
	/*float:left;	*/
}
.social-link {
	/*float:right;*/
	margin-top: 7px;
	position: absolute;
	top: 0;
	right: 52px;
}
.social-link a span{
	display:inline-block;
	width:46px;
	height:45px;
	margin:0px;
}

.icons-small .big {
	display:none;
}
.icons-large .small {
	display:none;
}

.social-link .mail-icon{
	/*background:url(../images/mail-icon.png) no-repeat;*/
	background:url(../images/icon_control1_email.jpg) scroll no-repeat left top transparent;
	overflow:hidden;
}
.social-link .mail-icon:hover {
	background:url(../images/icon_control2_email.jpg) scroll no-repeat left top transparent;
	overflow:hidden;
}

.icons-large .social-link .mail-icon .big {
	width:100px;
	display:block;
	height:46px;
}
.icons-large .social-link .mail-icon:hover .big {
	margin-left:-50px;
}
.icons-large .social-link .mail-icon .small {
	display:none;
}

.icons-small .social-link .mail-icon .small {
	width:46px;
	display:block;
	height:23px;
}
.icons-small .social-link .mail-icon:hover .small {
	margin-left:-23px;
}
.icons-small .social-link .mail-icon .big {
	display:none;
}
.icons-small .social-link .mail-icon .small img{
	display:block;
	float:left;
}

.social-link .phone-icon{
	/*background:url(../images/phone-icon.png) no-repeat;*/
	background:url(../images/icon_control1_call.jpg) scroll no-repeat left top transparent;
	overflow:hidden;
}
.social-link .phone-icon:hover {
	background:url(../images/icon_control2_call.jpg) scroll no-repeat left top transparent;
	overflow:hidden;
}

.icons-large .social-link .phone-icon .big {
	width:100px;
	display:block;
	height:46px;
}
.icons-large .social-link .phone-icon:hover .big {
	margin-left:-52px;
}
.icons-large .social-link .phone-icon .small {
	display:none;
}

.icons-small .social-link .phone-icon .small {
	width:46px;
	display:block;
	height:23px;
}
.icons-small .social-link .phone-icon:hover .small {
	margin-left:-23px;
}
.icons-small .social-link .phone-icon .big {
	display:none;
}
.icons-small .social-link .phone-icon .small img{
	display:block;
	float:left;
}

.social-link .btn-icon{
	/*background:url(../images/icon3.png) no-repeat;*/
	background:url(../images/icon_control1_dash.jpg) scroll no-repeat left top transparent;
	overflow:hidden;
}
.social-link .btn-icon:hover {
	background:url(../images/icon_control2_dash.jpg) scroll no-repeat left top transparent;
	overflow:hidden;
}
.icons-large .social-link .btn-icon .big {
	width:100px;
	display:block;
}
	.icons-large .social-link .btn-icon:hover .big {
		margin-left:-52px;
	}
	.icons-large .social-link .btn-icon .small {
		display:none;
	}
.icons-small .social-link .btn-icon .small {
	width:50px;
	display:block;
	height:23px;
	text-indent:0;
	text-align: left;
}
	.icons-small .social-link .btn-icon .small img{
		display:block;
		float:left;
	}
	.icons-small .social-link .btn-icon:hover .small {
		margin-left:-23px;
	}
.icons-small .social-link .btn-icon .big {
	display:none;
}
.login, .logout {
	position:absolute;
	top:7px;
	left:52px;
	height:45px;
	width:46px;
	overflow:hidden;
}
.login a, .logout a {
	display:block;
	overflow:hidden;
	height:45px;
	width:46px;
	background:url(/images/icon_control1_passkey.jpg) scroll no-repeat left top transparent;
	font-size:0;
	line-height:0;
	/*text-indent:-46px;*/
	position:relative;
}
.login a:hover, .logout a:hover {
	background-image:url(/images/icon_control2_passkey.jpg);
	font-size:0;
}
.login span {
	width:92px;
	display:block;
	position:relative;
	top:0;
	left:0;
}
.login a:hover span {
	margin-left:-46px;
}

.login a, .logout a, .login a:hover, .logout a:hover{
	overflow:hidden;
}
.icons-large .login .big, .icons-large .logout .big {
	width:100px;
	display:block;
}
	.icons-large .login:hover .big, .icons-large .logout:hover .big {
		margin-left:-52px;
	}
	.icons-large .login .small, .icons-large .logout .small {
		display:none;
	}
.icons-small .login .small, .icons-small .logout .small {
	width:50px;
	display:block;
	height:23px;
	text-indent:0;
	text-align: left;
}
	.icons-small .login .small img, .icons-small .logout .small img{
		display:block;
		float:left;
	}
	.icons-small .login:hover .small, .icons-small .logout:hover .small {
		margin-left:-23px;
	}
.icons-small .login .big, .icons-small .logout .big {
	display:none;
}






.header-btm{
	margin: 0 auto;
	padding: 17px 0 21px;
	text-align: center;
}
.property-header-btm {
	width: 474px;
}
#page-log .touchcarousel {
	width:474px !important
}
#frm_head {
	position:relative;
	overflow:hidden;
	width:388px;
	margin:0 auto;
}
.header-btm input[type="text"]{
	width:250px;
	padding: 13px 23px 13px 28px;
	border:1px solid #cccccc;
	border-right:0;
	-webkit-border-radius:50px 0 0 50px;
	-khtml-border-radius:50px 0 0 50px;
	-moz-border-radius:50px 0 0 50px;
	-ms-border-radius:50px 0 0 50px;
	-o-border-radius:50px 0 0 50px;
	border-radius:50px 0 0 50px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#D2D2D2;
	float:left;
	margin:0;
	background:#e5e5e5;
	color:#b7b7b7;
	border:1px solid #e5e5e5;
	border-right:0;
	-webkit-appearance: none;
}
.header-btm input[type="text"] {
	color:#000000 !important;
}
.header-btm input[type="text"]::-moz-placeholder{
	color:#b7b7b7;
}
.header-btm input[type="text"]::-webkit-input-placeholder{
	color:#b7b7b7;
}
.header-btm input[type="submit"], #search_submit{
	border:1px solid #cccccc;
	border-radius:50px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#D2D2D2;
	background:none;
	padding: 12px 27px;
	cursor:pointer;
	margin-left: 0;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	border-radius:none;
}
.content{
	margin:0px auto 20px auto;
	/*width:504px;*/
	padding-top: 150px;
}
.home-icons{
	width:392px;
	margin:0 auto;	
	padding-bottom: 0;
}
.home-icons article img{
	margin-bottom:19px;	
	width:100%;
}
.home-icons article{
	text-align:center;	
	float:left;
	margin: 0 64px 42px 0;
	width: 164px;
}
.whiteRound-btn,
.greyRound-btn {
	text-align:center;
	-webkit-border-radius:50px;
	-khtml-border-radius:50px;
	-moz-border-radius:50px;
	-ms-border-radius:50px;
	-o-border-radius:50px;
	border-radius: 50px;
	-webkit-transition: all .3s ease-in-out;
	-khtml-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.whiteRound-btn a{
	/*width:100%;*/
	padding:18px 0 18px 0; 	
	text-decoration:none;
	color:#cdcdcd;
	border:1px solid #d6d6d6;
	-webkit-border-radius:50px;
	-khtml-border-radius:50px;
	-moz-border-radius:50px;
	-ms-border-radius:50px;
	-o-border-radius:50px;
	border-radius: 50px;
	display: block;
}
.greyRound-btn a {
	width:100%;
	padding:20px 0 22px 0; 	
	text-decoration:none;
	color:#cdcdcd;
	border:1px solid #d6d6d6;
	-webkit-border-radius:50px;
	-khtml-border-radius:50px;
	-moz-border-radius:50px;
	-ms-border-radius:50px;
	-o-border-radius:50px;
	border-radius: 50px;
	display: block;
}
#romma_app {
	margin-top:-20px;
}
#romma_app:hover {
	background:#C60024;
}
.log-box img{
	float:left;
	margin-right:25px;
	width:208px;	
}
.log-box .Logbox-content{
	float:right;
	/*width: 52%;	*/
	width: 89%;
	margin-bottom: 18px;	
	/*border-bottom: 1px solid #ccc;*/
	padding-bottom: 10px;
	background: #f2f2f2;
	padding: 26px 26px;
	border-radius: 8px;
}
.log-title {
	text-transform: uppercase;
}
.log-box p, .log-box a{
	color:#b2b2b2;
	/*font-size:20px;*/
	font-size:12px;	
	line-height: 27px;
}
.log-box a{
	text-decoration: none;	
}
.log-box{
	/*background: #f2f2f2;
	padding: 26px 26px;*/
	text-align: center;
	/*width: 98%;*/
	margin: 0 auto 20px auto;
	border-radius: 12px;	
}
.Logbox-content h5{
	padding-bottom:10px;	
}
.Logbox-content p a:hover{
	font-size:12px;	
}
.log-box .log-box, .log-box .log-box .log-box{
	padding:0;	
	margin: 0;
}
.log-box .dateTime{
	color:#B2B2B2;
	text-transform:uppercase;
	font-size:8px;
	font-weight:bold;
}
.small-description{
	text-transform:lowercase;
	font-size: 18px !important;
	margin-top: 10px;	
}
.header-btm .log_menu li a{
	text-decoration:none;
	text-transform:lowercase;
	font-size:12px;
	color:#cccccc;
	margin: 0px 14px;
}
.header-btm .log_menu li{
	display:inline-block;	
}
.property-list-box {
  border: 0px solid rgba(0, 0, 0, 0);
  float: left;
 /* height: 316px;*/
  margin: 0 40px 5px 16px;
  text-align: center;
  -webkit-transition:all 0.4s ease-in-out 0s;
  -khtml-transition:all 0.4s ease-in-out 0s;
  -moz-transition:all 0.4s ease-in-out 0s;
  -ms-transition:all 0.4s ease-in-out 0s;
  -o-transition:all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  width: 209px;
  min-height: 265px;
}
.property-list-box .thumb {
	display:block;
	height:auto;
	width:100%;
	position:relative;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	overflow:hidden;
}
.property-list-box .thumb img {
	display:block;
	position:relative !important;
}
.property-list-box h1{
	font-size:16px;
}
.property-list-box img{
	width: 100%;
	height: auto;
	display:block;
}
.property-list-box p.propertyPrice{
	color:#999999;
	font-size: 28px;
	line-height: 47px;
}
.property-list-box .city{
	font-size:10px;	
	color:#999999;
}
.property-dtl{
	border:2px solid #010101;
	width: 86%;
	margin-top:7px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	padding: 8px 12px;
	-webkit-box-shadow:1px 1px 1px rgba(0,0,0,0.3);
	-khtml-box-shadow:1px 1px 1px rgba(0,0,0,0.3);
	-moz-box-shadow:1px 1px 1px rgba(0,0,0,0.3);
	-ms-box-shadow:1px 1px 1px rgba(0,0,0,0.3);
	-o-box-shadow:1px 1px 1px rgba(0,0,0,0.3);
	box-shadow:1px 1px 1px rgba(0,0,0,0.3);
}
.property-dtl h1{
	text-align:left;
	font-size:12px;	
}
.property-dtl h1 a {
	color:black;
	font-size:10px;
	line-height:15px;
}
.property-dtl p.propertyPrice{
	text-align:left;
	font-size:20px;	
	line-height: 29px;
}
.property-dtl p.propertyPrice a {
	color:#999999;
}
.property-dtl .city{
	text-align:right;
	font-weight:bold;
	/*margin:0 -3px;*/
	line-height:15px;
}
.property-dtl .city a {
	color:#999999;
	font-size:8px;
}
.property-dtl .city span{
	color:#AB2C3D;
	/*display:block;*/
}
.property-list-box img.real-image {
	height:139px;
}
/*======================== BOX HOVER EFFECT =========================*/
#mainwrapper {
	font: 10pt normal Arial, sans-serif;
	height: auto;
	margin: 45px auto 50px auto;
	text-align: center;
	width: 660px;
	padding-bottom: 75px;
}

/* Image Box Style */
#mainwrapper .box {
	cursor: pointer;
	position: relative;
	/*overflow: hidden;*/
}
#mainwrapper .box img {
	position: absolute;
	/*left: 0;*/
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;	
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

/* Caption Common Style */
#mainwrapper .box .caption {
	position: relative;
}
#mainwrapper .box .caption span.fader {
	position: absolute;
	z-index: 100;
	-webkit-transition: all 300ms ease-out;
	-khtml-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;	
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	right: 5px;
	top:5px;
	/*height:30px !important;
	width:30px !important;*/
	/*background:url(../images/tickMark-hover30.png) scroll no-repeat center center;*/
	height:61px !important;
	width:61px !important;
	background:url(../images/icon_pic_tick_lrg.png) scroll no-repeat center center;
	padding:0 !important;
}


/** Caption 1: Simple **/
#mainwrapper .box .simple-caption {
	height: 30px;
	width: 200px;
	display: block;
	bottom: -30px;
	line-height: 25pt;
	text-align: center;
}

/** Caption 2: Full Width & Height **/
#mainwrapper .box .full-caption {
	width: 170px;
	height: 170px;	
	top: -200px;
	text-align: left;
	padding: 15px;
}

/** Caption 3: Fade **/
#mainwrapper .box .fade-caption span.fader, #mainwrapper .box .scale-caption span.fader {
	-webkit-opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-o-opacity: 0;
	filter: alpha(opacity=0);
	opacity: 0;
	width: 100%;
	height: 118px;
	text-align: left;
	padding: 15px;
}

/** Caption 4: Slide **/
#mainwrapper .box .slide-caption span {
	width: 170px;
	height: 170px;	
	text-align: left;
	padding: 15px;
	left: 200px;
}

/** Caption 5: Rotate **/
#mainwrapper #box-5.box .rotate-caption span {
	width: 170px;
	height: 170px;	
	text-align: left;
	padding: 15px;
	top: 200px;
	-moz-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

#mainwrapper .box .rotate {
	width: 200px;
	height: 400px;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;	
	transition: all 300ms ease-out;
}

/** Caption 6: Scale **/
#mainwrapper .box .scale-caption h3, #mainwrapper .box .scale-caption p {
	position: relative;
	left: -200px;
	width: 170px;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;	
	transition: all 300ms ease-out;
}

#mainwrapper .box .scale-caption h3 {
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	-ms-transition-delay: 300ms;	
	transition-delay: 300ms;
}

#mainwrapper .box .scale-caption p {
	-webkit-transition-delay: 500ms;
	-moz-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	-ms-transition-delay: 500ms;	
	transition-delay: 500ms;
}

/** Simple Caption :hover Behaviour **/
#mainwrapper .box:hover .simple-caption {
	-moz-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	opacity: 1;
	transform: translateY(-100%);
}

/** Full Caption :hover Behaviour **/
#mainwrapper .box:hover .full-caption {
	-moz-transform: translateY(100%);
	-o-transform: translateY(100%);
	-webkit-transform: translateY(100%);
	opacity: 1;
	transform: translateY(100%);
}

/** Fade Caption :hover Behaviour **/
#mainwrapper .box:hover .fade-caption, 
#mainwrapper .box:hover .scale-caption  {
	opacity: 1;
	
}

/** Slide Caption :hover Behaviour **/
#mainwrapper .box:hover .slide-caption {
	background-color: rgba(0,0,0,1) !important;
	-moz-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	opacity: 1;
	transform: translateX(-100%);
}
#mainwrapper .box:hover img#image-4 {
	-moz-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	opacity: 1;
}

/** Rotate Caption :hover Behaviour **/
#mainwrapper .box:hover .rotate {
	background-color: rgba(0,0,0,1) !important;
	-moz-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

/** Scale Caption :hover Behaviour **/
#mainwrapper .box:hover #image-6 {
	-moz-transform: scale(1.4);
	-o-transform: scale(1.4);
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
}

#mainwrapper .box:hover .scale-caption h3, #mainwrapper .box:hover .scale-caption p {
	-moz-transform: translateX(200px);
	-o-transform: translateX(200px);
	-webkit-transform: translateX(200px);
	transform: translateX(200px);
}
/*===========================================================================================*/
footer{
	padding:28px 0px;
	bottom:0;
	/*border-top:2px solid #f2f2f2;*/
	position:fixed;
	width:575px;
	background: none repeat scroll 0 0 rgba(255, 255, 255, 1);
	z-index: 999;
}
footer.non-sticky {
	position:relative;
	top:0;
	padding-top:0;
}
footer .content {
	margin:0 auto;	
}
footer .blue{
	background:#6193ec;
	-webkit-border-radius:50px;
	-khtml-border-radius:50px;
	-moz-border-radius:50px;
	-ms-border-radius:50px;
	-o-border-radius:50px;
	border-radius:50px;
	border:1px solid transparent;
}
footer .blue:hover{
	background:#fff;
	border:1px solid #6193ec;	
}
footer .blue:hover a{
	color:#6193ec;	
}
footer .blue a{
	border:none;
	color:#fff;
	font-size:22px;	
}
footer .grey{
	background:#fff;
	-webkit-border-radius:50px;
	-khtml-border-radius:50px;
	-moz-border-radius:50px;
	-ms-border-radius:50px;
	-o-border-radius:50px;
	border-radius:50px;
	border:1px solid #d2d2d2;
	width:388px;
	margin:0 auto;
}
footer .grey:hover{
	background:#6193ec;
	border:1px solid #6193ec;	
}
footer .grey:hover a{
	color:#fff;	
}
footer .grey a{
	border:none;
	color:#d2d2d2;
	font-size:22px;	
}
/*.property-dtl:hover h1{
	text-align:left;
	font-size:12px;	
}*/
.property-heading{
	padding:25px 34px 13px 30px;
	border:3px solid #000;
	-webkit-box-shadow:1px 1px 1px rgba(0, 0, 0, 0.3);
	-khtml-box-shadow:1px 1px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:1px 1px 1px rgba(0, 0, 0, 0.3);
	-ms-box-shadow:1px 1px 1px rgba(0, 0, 0, 0.3);
	-o-box-shadow:1px 1px 1px rgba(0, 0, 0, 0.3);
	box-shadow:1px 1px 1px rgba(0, 0, 0, 0.3);
	/*box-shadow: 0px 1px 8px 0px rgba(0,0,0,0.5);*/
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	border-radius: 5px;
}
.property-heading h1{
	font-size:25px;	
}
.property-heading p.propertyPrice{
	text-align:left;
	font-size: 38px;
	line-height: 58px;
	color: #999999;
}
.property-heading .city span{
	color:#900405;	
}
.property-heading .city{
	text-align:right;	
	font-weight: bold;
	font-size: 14px;
	color:#000;
}
.property-heading .city span{
	/*color:#000;	*/
}
.property-slider{
	margin:24px 0 0 0;
}	
.property-slider #bx-pager a img{
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	border-radius: 5px;
	height: 80px;
	width: 115px;
}
.property-slider .bx-wrapper {
	margin: 0 auto 7px;
}
.property-center-text{
	text-align:center;	
	margin-bottom:20px;
}
#description {
	padding-top:6px !important;
}
#floorplan {
	margin-bottom:0;
}
.property-center-text p{
	font-size: 18px;
	color: #b5b5b5;
	line-height: 29px;
}
.red-btn{
	background:#c60024;
	border-radius: 50px;
	width: 156px;
	height: 61px;
	float:left;
	/*margin:0px 5px;*/
	border:1px solid transparent;	
}
.red-btn:hover{
	background:#fff !important;
	border:1px solid #c60024 !important;
}
.red-btn:hover a{
	color:#c60024 !important;
	
}
.red-btn a,red-btn a:hover{
	border: none !important;
	color: #fff !important;
	font-size: 15px !important;	
	padding: 18px 0 22px 0;
	font-weight: bold;
}
.content .red-btn2line a{
	padding: 12px 1px;
	line-height: 19px;	
}
form.property-alert p{
	border:1px solid #d5d5d5;
	border-radius:50px;
	padding: 19px 29px;	
	margin-bottom:25px;
	height: 26px;
}
form.property-alert input[type="text"],
form.property-alert input[type="password"]{
	border:none;
	background:none;
	font-size: 17px;
	width: 71%;
	margin-left: 13px;
	color:#646464;	
}
input[type="submit"], #search_submit{
	border: 1px solid #cccccc;
	border:1px solid #81CA2A;
	border-radius: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #fff;
	background: none repeat scroll 0 0 #C60024;
	background:#81CA2A;
	padding: 18px 52px 19px 50px;
	cursor: pointer;
	margin-left: 37%;
	border:1px solid transparent;
	
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
input[type="submit"]:hover,#search_submit:hover{
	/*background: #fff;*/
	/*border: 1px solid #c60024;	*/
	/*color: #c60024;	*/
	background:#b7b7b7;
	border: 1px solid #b7b7b7;
}
form.property-alert label{
	text-transform:uppercase;
	color:#646464;
	font-weight:bold;
	font-size: 11px;
	/*width: 71px;
	display: inline-block;*/	
}
select{
	color:#cdcdcd;
	border:none;
	font-size: 17px;	
}
form.property-alert .styled-select{
	width: 150px;
	height: 34px;
	display: inline-block;
	overflow: hidden;
	/*background: url(../images/dropdown-arrow.png) no-repeat right;	*/
	background:url(../images/arrow_drop.jpg) scroll no-repeat right center;
	margin-left: 21px;
	position: relative;
	top: -3px;
}
@-moz-document url-prefix() { 
form.property-alert .styled-select{
	top: 0px;	
}
}
form.property-alert select{
	background: transparent;
   width: 200px;
   font-size: 13px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 34px;
   -webkit-appearance: none;
   cursor:pointer;
   font-weight:bold;
}
@-moz-document url-prefix() { 
	form.property-alert select {
    position: relative;
    top: 5px;
}
}
form.property-alert .dropdown label,
form.property-alert .dropdown3 label{
	position: relative;
	top: -14px;	
}
form.property-alert .dropdown {
	background:url(../images/vertical.png) 258px no-repeat;	
}
form.property-alert .dropdown > .styled-select{
	left: 14px;
}
form.property-alert .dropdown > .select2{
	left: 0px;
}
form.property-alert .dropdown2 > .styled-select{
	left: 0px;
}
.is-ie9 form.property-alert .dropdown label,
form.property-alert .dropdown3 label {
	top:-14px;
}
.is-ie9 form.property-alert select {
	top:6px !important;
	height: 40px !important;
}
.is-ie8 form.property-alert .dropdown label,
.is-ie8 form.property-alert .dropdown3 label {
	top:-15px;
}
.is-ie8 form.property-alert select {
	top:10px !important;
	height: 35px !important;
}
.is-ie10 form.property-alert select {
	top:10px !important;
	height: 33px !important;
}
-alert select {
	top:10px !important;
}
form.property-alert .select2{
	margin-left: 46px;
	width: 178px;
	width:155px !important;
}
form.property-alert .dropdown2 .styled-select{
	margin-left:7px;
}
form.property-alert .dropdown2 .select2{
	margin-left:31px;
	width:155px !important;
}
form.property-alert .dropdown3 .styled-select{
	width: 75%;	
}
form.property-alert .dropdown3 .styled-select select{
	width:108%;	
}
#alert_div {
	width:474px;
}
.red-btn2{
	border:1px solid #c60024;
	margin-bottom:16px;
	/*box-shadow: 3px 4px 12px -3px rgba(0,0,0,0.5);*/
}
.red-btn2 a{
	color:#c60024;
	font-size:18px;
	border:0px;
}
.red-btn2:hover a{
	font-size:18px;	
}
.full-red-btn{
	/*width:100%;*/
	width:auto;
	float:none;
}
.full-red-btn a{
	font-size:28px !important;
	padding: 16px 0 22px 0 !important;	
}
.vedio{
	width:494px;
	margin:0 auto 27px auto;
}
.reasons10{
	padding-bottom: 75px;
	width:474px;
	margin:64px auto 0 auto;
}
.reasons10 li{
	font-size:60px;	
	color:#b1b1b1;
	margin-bottom:24px;
	position:relative;
	padding-left:70px;
}
.reasons10 li span.index{
	position:absolute;
	left: 0;
	top: 28%;
	letter-spacing:-8px;
}
.reasons10 li p{
	font-size:16px;
	line-height: 27px;
}
.reasons10 li:before {
    /*display: inline-block;
    content: counter(item) " ";
    counter-increment: item;
    width: 29px;
    margin-left: -1em;
	float: left;
	position: relative;
	top: 42px;*/
}
.red-btn-half{
	width: 226px;
}
.btn-1of2 {
	float:left;
}
.btn-2of2 {
	float:right;
}
.red-btn-half a{
	line-height:26px !important;
}
.red-btn-half a{
	padding: 18px 0 22px 0 !important;
}
.map-description {
	padding-bottom:15px;
}
.map-description ul{
	margin:0 auto;
	/*width:360px;*/
}
.map-description ul li{
	font-size: 15px;
	color: #b5b5b5;
	line-height: 24px;
	display:inline-block;	
	margin-right:35px;
}
.map-description ul li img{
	float:left;	
	margin-right:12px;
	width:22px;
}

.map-description a{
	color:#9b9b9b;
	font-size:12px;
	text-align:center;
	display: block;
	font-weight:bold;
}
.map-description a:hover, .map-description a.selected {
	color:black;
	font-size:12px;
}
.map img{
	width:100%;	
}

.error{
	color: #C60024;
    font-size: 12px;
    line-height: 25px;
    margin: 0 0 5px 20px;
	}
	a, a:hover{color:#C60024;
	font-size:20px;	
	line-height: 27px;}
.email_div{
	/*border:2px solid #C93B3B;*/	
}
.email_div .fader {
	-webkit-opacity: 1 !important;
	-khtml-opacity: 1 !important;
	-moz-opacity: 1 !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
	-o-opacity: 1 !important;
	filter: alpha(opacity=100) !important;
	opacity: 1 !important;
}
#mainwrapper .box:hover .fader {
	opacity: 0;
}

#content .blue{
	background:#6193ec;
	border-radius:50px;
	border:1px solid transparent;
	
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
#content .blue a{
	border:none;
	color:#fff;
	font-size:22px;	
	padding: 21px 0 22px 0;
}
#content .blue:hover{
	background:#fff;
	border:1px solid #6193ec;
}
#content .blue:hover a{
	color:#6193ec;	
}
footer form,
#hidden-footer form{
	/*width:				250px;*/
	margin:				0 auto;
	/*padding-top:		15px;*/
	z-index:			2;
	position:			relative;
}
footer .label,
#hidden-footer .label{
	font-size:			13px;
	font-weight:		bold;
	margin:				0 0 10px 0;
	color:				#a2a2a2;
	height:				42px;
	position:			relative;
	background:			white;
	-webkit-border-radius:	3px;
	-khtml-border-radius:	3px;
	-moz-border-radius:		3px;
	-ms-border-radius:		3px;
	-o-border-radius:		3px;
	border-radius:			3px;
}
#hidden-footer .doubled-up{
	overflow:				hidden;
	height:					40px;
	border:					1px solid #b2b2b2;
	-webkit-border-radius:	21px;
	-khtml-border-radius:	21px;
	-moz-border-radius:		21px;
	-ms-border-radius:		21px;
	-o-border-radius:		21px;
	border-radius:			21px;
}
#hidden-footer .doubled-up b {
	height:					32px;
	line-height:			32px;
	color:					black;
	font-size:				10px;
	display:				block;
	width:					80px;
	text-align:				left;
	position:				relative;
	top:					4px;
	left:					0;
	float:					left;
	font-weight:			normal;
	text-indent:			20px;
	border-right:			1px solid #b2b2b2;
}
#hidden-footer .doubled-up #to_name,
#hidden-footer .doubled-up #from_name {
	float:					left;
	border:					0;
	border-right:			1px solid #b2b2b2;
	top:					4px;
	height:					32px;
	line-height:			32px;
	width:					190px;
	-webkit-border-radius:	0;
	-khtml-border-radius:	0;
	-moz-border-radius:		0;
	-ms-border-radius:		0;
	-o-border-radius:		0;
	border-radius:			0;
	font-family:			Arial,Helvetica,sans-serif;
}
#hidden-footer .doubled-up #to_email,
#hidden-footer .doubled-up #from_email {
	float:					left;
	border:					0;
	top:					4px;
	height:					32px;
	line-height:			32px;
	width:					190px;
	-webkit-border-radius:	0;
	-khtml-border-radius:	0;
	-moz-border-radius:		0;
	-ms-border-radius:		0;
	-o-border-radius:		0;
	border-radius:			0;
	font-family:			Arial,Helvetica,sans-serif;
}
#hidden-footer .doubled-up #to_name::-webkit-placeholder,
#hidden-footer .doubled-up #to_email::-webkit-placeholder,
#hidden-footer .doubled-up #from_name::-webkit-placeholder,
#hidden-footer .doubled-up #from_email::-webkit-placeholder {
	font-size:				13px;
	-webkit-opacity:		1;
	-khtml-opacity:			1;
	opacity:				1;
	color:					#B7B7B7 !important;
	font-family:			Arial,Helvetica,sans-serif;
}
#hidden-footer .doubled-up #to_name::-moz-placeholder,
#hidden-footer .doubled-up #to_email::-moz-placeholder,
#hidden-footer .doubled-up #from_name::-moz-placeholder,
#hidden-footer .doubled-up #from_email::-moz-placeholder {
	font-size:				13px;
	-moz-opacity:			1;
	opacity:				1;
	color:					#B7B7B7 !important;
	font-family:			Arial,Helvetica,sans-serif;
}
footer .label span,
#hidden-footer .label span {
	display:				block;
	height:					33px;
	line-height:			33px;
	position:				absolute;
	top:					6px;
	left:					0;
	text-indent:			20px;
	z-index:				1;
	color:					#b7b7b7;
}
footer input,
#hidden-footer input{
	border:					1px solid #B2B2B2;
	-webkit-border-radius:	21px;
	-khtml-border-radius:	21px;
	-moz-border-radius:		21px;
	-ms-border-radius:		21px;
	-o-border-radius:		21px;
	border-radius:			21px;
	display:				block;
	margin:					0;
	font-size:				13px;
	color:					#b7b7b7 !important;
	height:					42px;
	line-height:			42px;
	position:				relative;
	top:					0;
	left:					0;
	text-indent:			19px;
	padding:				0;
	z-index:				2;
	background:				transparent;
	/*width:					248px;*/
	width:					100%;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
}
footer input::-moz-placeholder,
#hidden-footer input::-moz-placeholder {
	color:#b7b7b7;
}
footer input::-webkit-input-placeholder,
#hidden-footer input::-webkit-input-placeholder {
	color:#b7b7b7;
}
footer a.cancel,
#hidden-footer a.cancel{
	float:					right;
	width:					47%;
	color:					white;

	-webkit-border-radius:	21px;
	-khtml-border-radius:	21px;
	-moz-border-radius:		21px;
	-ms-border-radius:		21px;
	-o-border-radius:		21px;
	border-radius:			21px;
	line-height:		42px;
	text-align:			center;
	font-weight:		bold;
	font-size:			12px;
	display:			block;
	position:			relative;
	height:				42px;
	background: #cccccc;
}
footer a.send,
#hidden-footer a.send{
	float:					left;
	width:					47%;
	/*background:			#6193EC;*/
	background:				#81CA2A;
	color:				white;

	-webkit-border-radius:	21px;
	-khtml-border-radius:	21px;
	-moz-border-radius:		21px;
	-ms-border-radius:		21px;
	-o-border-radius:		21px;
	border-radius:			21px;
	line-height:		42px;
	text-align:			center;
	font-weight:		bold;
	font-size:			13px;
	display:			block;
	position:			relative;
	height:				42px;
}
footer .buttons,
#hidden-footer .buttons{
	padding-top:			5px;
	overflow:hidden;
}
header, footer, #hidden-footer {
	z-index:				9999;
}
header{
	width: 100%;
	position: fixed;
	background: #fff;
	padding-top: 21px;
	top:0;
}
#blur-mask,#blur-mask-loader {
	-webkit-filter:		blur(10px);
	-moz-filter:		blur(10px);
	-ms-filter:			blur(10px);
	-o-filter:			blur(10px);
	filter:				blur(10px);
	display:			block;
	height:				100%;
	position:			absolute;
	top:				0;
	left:				0;
	width:				100%;
	z-index:			1;
}
#frm_email{
	position: fixed;
	bottom: 0;
	width: 575px;
	z-index: 999;
	background: #fff;
	padding: 28px 0px ;
}
#hidden-footer{ 
	/*margin-bottom: 216px;*/
	margin-bottom: 0px;
	padding: 51px 0 0px 0;
	position: fixed;
	bottom: 0;
	width: 474px;
	background:#fff;
	display:none;
	z-index:999;
	margin-left:52px;
	/*border-top: 1px solid #F2F2F2;*/
	/*margin-left:30px;*/
}


#map-canvas {
	margin:0 auto;
	width:474px;
}
/*#hidden-footer a.cancel{
	display:none;	
}*/
#alert-footer{ 
	background: none repeat scroll 0 0 #FFFFFF;
    bottom: 0;
    display: none;
    margin-bottom: 0;
    padding: 15px 0 0;
    position: fixed;
    width: 474px;
    z-index: 999;
    left:50%;
    margin-left:-237px;
}
.footer_error  {
  color: #C60024 !important;
  /*float: left;*/
 /* width: 156px;*/
  border:1px solid 	#C60024 !important;
  font-size:22px !important;
	
}
.footer_error a,.footer_error a:hover{
  color:#FFF;	
	font-size:22px !important;
}
.bx-wrapper img {
	width: 100%;
	border-radius:5px;
}
.property-center-text iframe{
	width:100%;	
}
.property-alert{
	margin: 0 auto;
	position: relative;
	width: 474px;
}
#btns_div{
	padding-top:0;
	position: fixed;
	bottom: -21px;
	background: #fff;
	width: 474px;
	padding: 32px 0px;	
	z-index: 999;
	left:50%;
	margin-left:-237px;
}
#btns_div .container{
	width:100%;	
}
#btns_div .red-btn {
	background: none repeat scroll 0 0 #C60024;
	border: 1px solid rgba(0, 0, 0, 0);
	-webkit-border-radius:50px;
	-khtml-border-radius:50px;
	-moz-border-radius:50px;
	-ms-border-radius:50px;
	-o-border-radius:50px;
	border-radius: 50px;
	float: left;
	height: 61px;
	margin-right: 9px;
	width: 150px;
}
#btns_div .last-button-3of3 {
	margin-right:0;
}
#seller_btn_div{
	/*position: fixed;
	bottom: 0;
	background: #fff;
	width: 504px;
	margin: 0 auto;	
	margin-left: 45px;*/

	background: none repeat scroll 0 0 #FFFFFF;
	bottom: -21px;
	padding: 32px 0 !important;
	position: fixed;
	width: 474px;
	z-index: 999;
	margin-left:38px;
	left:50%;
	margin:0 auto 20px -237px;
}

.property-list-box .thumb .fixMailIcon{
	position: absolute !important;
	top: 5px;
	right: 5px;
	width: 61px;
}
.detail-caption{
	font-weight:bold;
	margin:30px 0px;
	text-align:center;
	font-size:18px;	
}

.header-btm nav {
	/*border: 1px solid #D9D9D9;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;*/
	height: 26px;
	margin: 0;
	overflow: hidden;
	position: relative;
	top: 0px;
	/*width: 200%;*/
}
.header-btm nav a {
	/*border-right: 1px solid #D9D9D9;*/
	color: #B2B2B2;
	display: block;
	float: left;
	font-size: 13px;
	font-weight: bold;
	height: 26px;
	line-height: 26px;
	text-align: center;
	/*width: 50px;*/
	padding:0 8px !important;
}
.header-btm nav a.first {
	background: url(/images/arrow_back.png) no-repeat scroll left top rgba(0, 0, 0, 0);
	width: 30px;
}
.header-btm nav a:hover,
.header-btm nav a.selected {
	color: #000000;
}
.header-btm nav a[data-url="#local"] {
	border-right:0;
}
.touchcarousel-item {
	float:left;
	position: relative;
}

.touchcarousel,
.touchcarousel .touchcarousel-wrapper {
	height:auto !important;
}
.logcity
{
color: #999999;
}
.GoBtn{
	border: none !important;
	margin-left: -36px !important;
	position: relative !important;
	left: -118px !important;
	padding:13px 14px 13px 0px !important;
	font-weight:bold;	
	font-size:12px !important;
}

.GoBtn:hover{
	background:none !important;	
}
	#search_submit {
		padding:0 !important;
		line-height:41px;
		text-align:center;
		width:84px;
		display:block;
		float:right;
		background:white;
		border:1px solid #CCCCCC;
		font-size:11px;
		font-weight:bold;
		color:#D2D2D2;
		margin-left:0;
		margin-right:0;
		-webkit-border-radius:0 50px 50px 0;
		-khtml-border-radius:0 50px 50px 0;
		-moz-border-radius:0 50px 50px 0;
		-ms-border-radius:0 50px 50px 0;
		-o-border-radius:0 50px 50px 0;
		border-radius:0 50px 50px 0;
		text-indent:-4px;
		background:#e5e5e5;
		color:white;
		border:1px solid #e5e5e5;
	}
	#search_go {
		display:block;
		position:absolute !important;
		top:0;
		left:265px !important;
		margin:0 !important;
		/*background:#e5e5e5;*/
		color:#b7b7b7;
	}
	#search_go:hover {
		color:#000000;
	}
	.option-all {
		margin-left:20px !important
	}
	#page-map .option-all {
		margin-left:50px !important;
	}
	.option-sold {
		margin-right: 0 !important;
	}
	.email-properties-button {
		background: none repeat scroll 0 0 #C60024 !important;
		border: 1px solid rgba(0, 0, 0, 0) !important;
		border-radius: 50px !important;
		height: 61px !important;
		margin: 0 auto !important;
		width:474px;
	}
	.email-properties-button a {
		border: medium none !important;
		color: #FFFFFF !important;
		font-size: 22px !important;
		font-weight: bold;
		padding: 18px 0 22px;
	}
	.email-properties-button:hover {
		background: none repeat scroll 0 0 #FFFFFF !important;
		border: 1px solid #C60024 !important;
	}
	.email-properties-button:hover a {
		color: #C60024 !important;
	}
	form.property-alert input[type="text"].passkey {
		font-size:16px;
		text-align: center;
		color:black !important;
		font-weight:bold;
		width:100% !important;
		margin:0 !important;
	}
	form.property-alert input[type="text"].passkey::-moz-placeholder {
		color: #000000 !important;
		opacity: 1;
	}
	form.property-alert input[type="text"].passkkey::-webkit-input-placeholder {
		color:#000000 !important;
		opacity:1;
	}
	#login-content {
		padding-top:120px;
	}
	#login-button {
		font-weight:bold;
		width:100%;
		margin-left:0;
	}
	#email_error {
		margin-left:0;
	}
	.passkey-p {
		margin-bottom:12px !important;
	}
	#romma_app:hover {
		background:#81CA2A;
		/*border:1px solid #C60024;*/
		border:1px solid transparent;
	}
	#romma_app a:hover {
		color:white;
		background:#C60024;
		background:#81CA2A;
		border:1px solid #81CA2A;
	}/*
	.logout {
		font-size: 11px;
		height: 50px;
		left: 10px;
		position: absolute;
		top: 7px;
		width: 100px;
	}
	.logout a {
		border: 1px solid #D2D2D2;
		-webkit-border-radius:23px;
		-khtml-border-radius:23px;
		-moz-border-radius:23px;
		-ms-border-radius:23px;
		-o-border-radius:23px;
		border-radius: 23px;
		color: #D2D2D2;
		display: block;
		font-size: 12px;
		font-weight: bold;
		height: 45px;
		line-height: 45px;
		padding: 0;
		text-align: center;
	}
	.logout a:hover {
		color:#c60024;
		border:1px solid #c60024;
	}*/
	.Logbox-img {
		float:left;
		width:35%;
		margin-right:10px;
	}
	.Logbox-img img {
		display:block;
		width:100%;
	}
	#properties-filter {
		margin:0 auto;
		width:300px;
	}
	.log-box-viewed-map,
	.search-parameters,
	.log-box-created-alert,
	.log-box-emailed-sellers,
	.log-box-quick-fire {
		text-align:center;
	}
	.logbox-prop-desc {
		float:right;
		width:60%;
		text-align:left;
	}
	.log-box-property-container {
		overflow:hidden;
		padding-top:10px;
	}
	.logbox-prop-desc p,
	.log-box-search-parameters p {
		line-height:20px !important;
	}
	.Logbox-content hr {
		height:0;
		border:0;
		border-top:1px solid #b2b2b2;
		line-height:0;
		margin:5px 0;
		overflow:hidden;
	}
	.vedio iframe {
		width:474px;
		height:267px;
		margin:0 auto;
		display:block;
	}
	.oldie form.property-alert .styled-select,
	.no-js form.property-alert .styled-select{
		width:145px;
	}
#search_go {
	z-index:2;
}
.ie-label {
	display:none;
	background: none repeat scroll 0 0 #E5E5E5;
	border:1px solid #e5e5e5;
	border-right:0;
	border-radius: 50px 0 0 50px;
	color: #B7B7B7;
	float: left;
	font-size: 12px;
	font-weight: bold;
	padding: 0 23px 0 28px;
	height:41px;
	line-height:41px;
	text-align: left;
	width: 250px;
	z-index:1;
	position:relative;
}
.is-ie .ie-label {
	display:block;
}
.is-ie #search-input {
	background:transparent;
	border:1px solid transparent;
	border-right:0;
	position:absolute;
	float:none;
	left:0;
	top:0;
	width:208px;
	z-index:2;
}
.is-ie FORM.property-alert SELECT {
	height:27px;
}
footer input[type="text"],
#hidden-footer input[type="text"] {
	color:#b7b7b7 !important;
}
.social-links {
	height:45px;
}
.social-link a {
	width:46px;
	display:block;
	float:left;
	height:45px;
	margin-left:4px;
}