@charset "UTF-8";
a, a:link, a:visited {
	color: #36C;
	font-weight: 700;
	cursor:pointer;
}
.clear {
	clear: both;
}
a.button {
	background: url('img/button-bg.png') repeat-x left center #4787EE;
	border: 1px solid #3A70CA;
	border-radius: 2px;
	color: #FFF;
	display: block;
	height: 50px;
	line-height: 50px;
	margin: 10px auto;
	padding: 0 20px;
	text-align: center;
	text-shadow: 0 1px 0 #4787EE;
	text-decoration: none;
}
.btn {
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 50px;
    margin: 0 auto;
		padding: 0 20px;
    width: 100%;
}

.btn-default {
	background: linear-gradient(#4787EE, #3b73cc);
	background-color: #3b73cc;
    border: 1px solid #3a70ca;
    text-shadow: 0 1px 0 #4787ee;
}
.btn-default:hover {
	background: #4787EE;
}
.btn-buyrent {
	display: inline-block;
	float: left;
	min-width: 250px;
	width: 48%;
}
.btn-gray{
	background: linear-gradient(#9B9B9B, #808080);
 	text-shadow:0 -1px 0 #555;
	border:solid 1px #838383;
}
.btn-gray:hover{
	background: #9B9B9B;
}
a.button:hover {
	background-image: none;
	box-shadow:inset 0 0 5px #3A70CA;
}
a.gray {
	background:url('img/button-bg-gray.png') repeat-x left center #9B9B9B;
 	text-shadow:0 -1px 0 #555;
	border:solid 1px #838383;
}
a.gray:hover {
	background-image:none;
	box-shadow:inset 0 0 5px #838383;
}
b, strong {
	color: #555;
	font-weight: 700;
}
body {
	background-color: #f9f9f9;
	color: rgba(0, 0, 0, 0.5);
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 400;
	margin: 0;
	padding: 0;
}
.building-pic {
	float: left;
	margin: 0 20px 20px 0;
}
#content {
	clear: both;
	float: left;
	line-height: 24px;
	padding: 30px 30px 30px 70px;
	width: 50%;
}
#contact-form-listings .btn {
	margin: 10px 0px 0px;
	width: calc(100% - 10px);
}
#footer {
	background-color: #FFF;
	border-top: 1px solid #D7D7D7;
	font-size: 11px;
	font-weight: 300;
	padding: 20px 70px;
}
#available-apartments {
	background-color: #f1f3f4;
	padding: 30px;
	clear: left;
}
h1 {
	color: #333;
	display: block;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 0;
	margin: 0;
	text-shadow: 0 1px 0 #fff;
}
h2 {
	display: block;
	font-size: 20px;
	font-weight: 300;
	margin: 0;
}
h3 {
	color: #555;
	font-weight: 600;
}
#header {
	background-color: #eee;
	border-bottom: 1px solid #D7D7D7;
	padding: 30px 70px;
}
input[type="text"],
input[type="email"],
input[type="password"],
textarea,
.btn {
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
	background-color: #FFF;
  border: solid 1px #E1E1E1;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
  display: block;
  padding: 4px;
  width: 100%;
}
textarea
{
	resize:vertical;
	height:200px;
}
/* Hide honey-pot sinput field from user */
#contact-form .extra-information,
#contact-form-listings .extra-information {
	display: none !important;
}
#contact textarea
{
	height:70px;
}
#contact-form .btn,
#contact-form-listings .btn,
#login .btn {
	width: 100%;
	margin: 10px auto;
}
#menu-mobile {
	display: none;
	background-color: #FFF;
	border-bottom: 1px solid #D7D7D7;
	padding: 10px 20px;
	text-transform: uppercase;
}
#menu{
	background-color: #FFF;
	border-bottom: 1px solid #D7D7D7;
	padding: 10px 70px;
	text-transform: uppercase;
}
#menu ul, #menu-mobile ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#menu ul li, #menu-mobile ul li {
	display: inline-block;
	height: 20px;
	margin-right: 20px;
	overflow: visible;
}
#menu ul li a, #menu-mobile ul li a {
	display: block;
	height: 40px;
	text-decoration: none;
}
#menu ul li a:hover, #menu-mobile ul .active a, #menu ul li a:hover, #menu ul .active a {
	color: #333;
}
#right {
	float: left;
	padding: 210px 10px 10px 10px;
	position: relative;
	text-align: center;
	width: 280px;
}
#right .img-container {
	background-color: #FFF;
	border: 1px solid #D7D7D7;
	border-radius: 3px;
	/* box-shadow: 0 5px 10px #999; */
	left: -1px;
	padding: 10px;
	position: absolute;
	top: -100px;
}
#right .map-container {
	border: 1px solid #D7D7D7;
}
#right .map-shadow {
	background: url(img/shadow-map.png) no-repeat center 0 transparent;
	min-height: 50px;
	position: absolute;
	top: 201px;
	width: 280px;
	z-index: 100;
}
#right #map-link {
	display: block;
	text-align: left;
	margin-bottom: 15px;
}
#right-follow {
	clear: left;
}
#right .info {
	border-top: 1px solid #D7D7D7;
	margin-top: 12px;
	padding: 12px 10px 0 0;
	text-align: left;
}
/*
#right .info.last {
	border-bottom: none;
}
#right .info.verylast {
	border-bottom: none;
	border-top: 1px solid #D7D7D7;
}
*/
#right .info.clear {
	padding: 10px 0;
}
#right .info.doorman {
	background: url(img/ico-doorman.png) no-repeat 0 10px transparent;
}
#right .info.management {
	background: url(img/ico-management3.png) no-repeat 0 10px transparent;
}
#right .info.sales {
	background: url(img/ico-sales-office.png) no-repeat 0 10px transparent;
}
#right .info.ok {
	background: url(img/ico-check.png) no-repeat 0 10px transparent;
	border-bottom: none;
}

small {
	color: #aaa;
	font-size: 12px;
}
.small-color{color:#777;}
td {
	/* border-bottom: 1px solid #D7D7D7; */
	padding: 6px 0;
}
#classified {
	border: 1px solid #D7D7D7;
	padding: 0 10px 5px 10px;
	background-color: #FFF;
	margin-bottom:20px;
	min-width:400px;
}
.text_right {
	text-align:right;
	display:block;
}
.register-form
{
	width:550px;
	text-align:right;
	margin:0 auto;
	margin-bottom:30px;
	border-spacing: 0;
}
.user-actions {
	width: 100%;
	margin: 0 auto;
	max-width: 500px;
}
.user-actions .form-group {
	width: 100%;
	margin: 0 auto 15px;
}
.user-actions label {
    display: inline-block;
    text-align: right;
    width: 140px;
    margin-right: 15px;
}
.user-actions label + textarea {
	vertical-align: middle;
}
.user-actions [name] {
	width: calc(100% - 164px); /* add extra 4 px in order to fit the response settings */
}
.user-actions .error {
    text-align: center;
    width: 100%;
}
.register-form td
{

	padding-right:10px;
}
.error
{
	font-size: 11px;
	color:red;
	width:115px;
	text-align:left;
}
.error-listings {
	font-size: 11px;
	color: red;
	text-align: left;
}
.spinner
{
	margin: 20px auto 21px auto;
	text-align: center;
}

.spinner > div {
  width: 15px;
  height: 15px;
  background-color: #4787EE;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
.ratings {
	float:left;
	width:210px;
	padding-left:20px;
}
.rating-number {
	float:left;
	color:#e86f10;
	font-size:29px;
	padding-right:10px;
	padding-top: 12px;
}
.rating-stars {
	padding-top:24px;
}
.rating-wrapper {
    float: left;
    height: 20px;
}
.rating {
  cursor: pointer;
  margin-top: -27px;
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 20px;
}
.rating > span:before {
  position: absolute;
  content: "\2606"
}
.rating > span {
  display: inline-block;
  position: relative;
  width: 1.1em;
}
.rating > span.active:before {
  color: #E86F10;
  content: "\2605";
  position: absolute;
}
.rating > span:hover:before,
.rating > span:hover ~ span:before {
   content: "\2605";
   position: absolute;
   color: #E86F10;
}
.reviews {
	float: right;
}
.starStyle{
	width:20px;
	height:20px;
}
.contact-message-listings{
	font-size: 14px;
	height: 100px;
}

.hover-table{
    width:100%;
    border-collapse: collapse;
    border-spacing: 0;
    border:1px solid #D7D7D6;
}
.hover-table tr,
.hover-table th,
.hover-table td {
	border-color: #d7d7d6;
}
.hover-table tr:hover td{
    background-color:#4787E1;
    color:white;
    cursor: pointer;
}
.style-table-1{background-color: #eee;text-align:center;}
.style-table-2{background-color: #fff;text-align:center;}
.style-table-1-color{
	background-color:#dddddd;
	text-align:center;
	color: #3A70CA;
	text-decoration: underline;
	font-weight: bold;
}
.style-table-2-color{
	background-color:#eee;
	text-align:center;
	color: #3A70CA;
	text-decoration: underline;
	font-weight: bold;
}

#contact-form-listings + .response,
#contact-form + .response {
	display: none;
}

#contact-form-listings + .response {
	padding-top: 130px;
	line-height: 40px;
	text-align: center;
}

#contact-form + .response .text {
    margin-top: -10px;
    padding: 0 10px 10px 22px;
}

.fancybox-inner {
	overflow: auto;
	width: 396px;
	height: 100% !important;
}

.disclaimer {
	color: #777777;
	font-size: 12px;
}

/*************MOBILE*************/
@media only screen and (max-width: 1145px) {
	.btn-buyrent {
  	margin-bottom: 30px;
  	width: 100%;
  }
	.member #right {
		padding: 30px 10px 10px;
	}

	.member #right .img-container {
		top: initial;
	}
	.fancybox-inner {
	height: 100% !important;
}
}

@media only screen and (max-width: 850px) {
	#classified,
	.user-actions {
		min-width: auto;
		width: auto;
	}
	.user-actions label {
		text-align: left;
	}
	.user-actions [name] {
		width: 100%;
	}
	.user-actions .btn {
		margin: 0;
	}
}
@media only screen and (min-width: 701px) and (max-width : 850px) {
	.ratings {
		width: 200px;
		padding-left: 0;
	}

}

@media only screen and (min-width: 701px) and (max-width : 794px) {
	.rating-number {
		padding-top: 0;
	}
	.rating-stars {
		padding-top: 10px;
	}
	#right {
		padding-top: 270px;
		padding-left: 70px;
	}
	#right .img-container {
		left: 67px;
    	top: -40px;
	}
}

@media only screen and (max-width : 700px) {
	#setrating{display: none;}
	.index #menu{display: none;}
	.index #menu-mobile {
		display: block;
	}
	.index #menu-mobile a{
		color: #3A70CA;
  		text-decoration: underline;
  		font-weight: bold;
  		text-align: left;
	}
	#menu ul li a:hover, #menu-mobile ul .active a, #menu ul li a:hover, #menu ul .active a{
		background: none;
	}
	#header {
		padding: 20px;
	}
	#content {
		padding-left: 20px;
		width:auto;
	}
	h2 {
		width: 75%;
		font-size: 16px;
	}
	#title {
		line-height: 1em;
		margin: 10px 0;
		font-size: 30px;
	}
	#right {
		float: 0;
		width: 90%;
		padding: 0 20px;
	}
	#right .img-container{
		display: none;
	}
	#right #map-link {
		display: none;
	}
	#content p:nth-child(7),#content p:nth-child(6) {
    	display: none !important;
	}
	#contact-form-wrapper small{display: block;}
	input[type="text"], input[type="password"], input[type="email"] {
		/*height:40px;*/
		border-radius: 0px;
		box-shadow: none !important;
		-webkit-appearance: none !important;
	}
	#contact textarea{
		border-radius: 0px;
		box-shadow: none !important;
		-webkit-appearance: none !important;
	}
	#contact-form a{
		width: 86% !important;
		margin: 10px 0px 10px 0px;
	}
	#login-button{
		width: 85%;
  		margin: 10px 0px 10px 0px;
	}
	.img-mobile{
		display: block !important;
		padding-bottom: 20px;
	}
	.img-mobile img{width:100%;}
	#footer{padding-left: 20px;}
	.fancybox-outer .fancybox-inner{height: 100% !important;}
	#contact-form-listings input {
		box-shadow: none !important;
		-webkit-appearance: none !important;
	}
	#contact-form-listings textarea{
		box-shadow: none !important;
		-webkit-appearance: none !important;
	}

	/*#contact-form-listings .btn {
		width: 84%;
	}*/
}

/***********Sprites*************/
.sprite-wrapper {
	padding-top: 10px;
}

.sprite-wrapper .sprite {
	float: left;
}

.sprite {
    background-image: url(sprite/spritesheet.png);
    background-repeat: no-repeat;
    display: block;
}

.sprite-error {
    width: 15px;
    height: 15px;
    background-position: -5px -5px;
}

.sprite-ico-check {
    width: 16px;
    height: 16px;
    background-position: -30px -5px;
}

.sprite-ico-doorman {
    width: 14px;
    height: 20px;
    background-position: -56px -5px;
}

.sprite-ico-management {
    width: 14px;
    height: 20px;
    background-position: -80px -5px;
}

.sprite-ico-management-2 {
    width: 14px;
    height: 20px;
    background-position: -5px -35px;
}

.sprite-ico-management-3 {
    width: 14px;
    height: 20px;
    background-position: -29px -35px;
}

.sprite-ico-sales-office {
    width: 14px;
    height: 20px;
    background-position: -53px -35px;
}

.sprite-menu-arrow {
    width: 14px;
    height: 8px;
    background-position: -5px -65px;
}

.sprite-rate-0 {
    width: 20px;
    height: 20px;
    background-position: -29px -65px;
}

.sprite-rate-1 {
    width: 20px;
    height: 20px;
    background-position: -59px -65px;
}

.sprite-rateover-0 {
    width: 20px;
    height: 20px;
    background-position: -104px -5px;
}

.sprite-rateover-1 {
    width: 20px;
    height: 20px;
    background-position: -101px -35px;
	}

i.material-icons {
  vertical-align: middle;
}
