html { overflow-y: scroll; }
input[type=button]::-moz-focus-inner,button::-moz-focus-inner{ border:0; }
::-moz-selection{ background: #fff; color:#000; text-shadow: none; }
::selection { background:#fff; color:#000; text-shadow: none; } 
/* Non-semantic helper classes */


/* Primary Styles */
html, body {
	height: 100%;
}
body {
	background: url(g/background.png) 50% 0 repeat;
}

#container {
	padding: 0 20px;
	width: 960px;
	margin: 0 auto;
}

/* Language menu */
#lngmenu {
	padding: 5px 0 0;
	height: 17px;
	line-height: 17px;
	border-bottom: 1px solid #393939;
}
#lngmenu a {
	color: #646464;
	text-decoration: none;
	font-size: 10px;
	text-transform: uppercase;
	margin-right: 8px;
}
#lngmenu a:hover,
#lngmenu a.open {
	color: #c9c9c9;
}

/* Header */
#header {
	height: 96px;
	border-bottom: 1px solid #393939;
	position: relative;
}
#logo {
	display: block;
	position: absolute;
	right: 0;
	top: 37px;
	width: 144px;
	height: 23px;
	background: url(g/logo.png);
	text-indent: -9999px;
	overflow: hidden;
}
#menu {
	line-height: 46px;
	height: 46px;
	position: absolute;
	left: 0;
	top: 25px;
}
#menu a {
	font-family: BigCaslon, Georgia, serif;
	font-size: 14px;
	color: #b1b1b1;
	text-decoration: none;
	padding: 0 15px 0 0;
	text-shadow: 0 0 1px #111, 0 0 1px rgba(255,255,255,.8);
}
#menu a:hover,
#menu a.open {
	color: #fff;
}

/* Footer */
#footer {
	border-top: 1px solid #4a4a4a;
	height: 28px;
	line-height: 28px;
	color: #7d7d7d;
	position: relative;
	white-space: nowrap;
}
#footer a {
	color: #7d7d7d;
	text-decoration: none;
}
#footer a.open,
#footer a:hover {
	color: #fff;
}
#footer-left {
	position: absolute;
	left: 0;
	top: 0;
}
#footer-left span {
	padding-right: 13px;
}
#footer-right {
	position: absolute;
	right: 0;
	top: 0;
}
#footer-right a {
	margin-left: 16px;
}

/* Content */
#content {
	padding: 10px 0 40px;
	overflow: hidden;
}


/* Content with sidebar */
#with-sidebar {
	border-left: 198px solid #121212;
	position: relative;
}
#with-sidebar .content {
	overflow: hidden;
}
#with-sidebar .content-top {
	margin: 0 0 0 6px;
	background: #121212;
	height: 38px;
	line-height: 38px;
	padding: 0 0 0 10px;
}
#with-sidebar div.content-top {
	text-align: right;
	padding-right: 20px;
}
#with-sidebar div.content-top a {
	margin-left: 7px;
}
#with-sidebar div.content-top a.open {
	color: #fff;
}

/* Sidebar */
#sidebar {
	position: absolute;
	left: -178px;
	top: 0;
	width: 158px;
	background-position: 50% 44px;
	background-repeat: no-repeat;
}
#sidebar-menu {
	border: 1px solid #5a5a5a;
	border-width: 1px 0;
	padding: 9px 0;
}
#sidebar-menu a.open {
	color: #fff;
}


/* Frontpage */
#frontpage-boxes {
	overflow: hidden;
}
#frontpage-left,
#frontpage-right {
	width: 477px;
	height: 394px;
	float: left;
}
#frontpage-right {
	margin-left: 6px;
}
#frontpage-left .logo-normal {
	background: url(g/v-collection-logo-black.png) 50% 50% no-repeat;
}
#frontpage-left .logo-hover {
	background: url(g/v-collection-logo-white.png) 50% 50% no-repeat;
}
#frontpage-right .logo-normal {
	background: url(g/v-investments-logo-black.png) 50% 50% no-repeat;
}
#frontpage-right .logo-hover {
	background: url(g/v-investments-logo-white.png) 50% 50% no-repeat;
}
#frontpage-sentence {
	margin: 10px 0 0;
	border-top: 1px solid #3a3a3a;
	padding: 40px 0 0;
	line-height: 35px;
	height: 35px;
	font-family: Whitney, Arial, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #fff;
	clear: both;
	overflow: hidden;
}
#frontpage-sentence h1 {
	display: inline;
	font-size: inherit;
	line-height: inherit;
	font-family: inherit;
	color: inherit;
	font-weight: inherit;
	margin: 0;
	padding: 0;
}


/* Collections */
#collection-boxes {
	width: 966px;
	overflow: hidden;
}
.collection-box {
	width: 477px;
	height: 394px;
	float: left;
	margin-right: 6px;
}
.collection-box .extended-content {
	height: 346px;
}

/* Collection */
#with-sidebar.collection {
	min-height: 380px;
}
#sidebar.collection {
	background-image: url(g/v-collection-logo-small.png);
	padding-top: 292px;
}
.collection-item {
	display: block;
	width: 248px;
	height: 310px;
	float: left;
	margin: 6px 0 0 6px;
	background: #121212;
	text-decoration: none;
}
.collection-item img {
	display: block;
}
.collection-item .text {
	padding: 6px 10px 0;
	color: #979797;
}
.collection-item .text h1 {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #fff;
	font-weight: normal;
	line-height: 16px;
	padding: 0 0 2px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-shadow: none;
}
form.content-top select {
	vertical-align: middle;
	margin: 10px 10px 0 0;
	width: 222px;
	box-sizing: border-box;
	float: left;
}
form.content-top button {
	border: 0;
	margin: 0;
	padding: 0;
	height: 38px;
	line-height: 38px;
	background: transparent;
	color: #979797;
	font-size: 11px;
	float: left;
}
form.content-top button:hover {
	color: #fff;
}
form .error label {
	color: #f66;
}
form .error input {
	border-color: #f66 !important;
}

/* Property */
#property {
	height: 462px;
	position: relative;
}
#property-content {
	position: absolute;
	right: 0;
	top: 0;
	width: 316px;
	height: 462px;
	background: #121212;
	padding: 0 20px;
}
#property-title {
	position: absolute;
	bottom: 376px;
	left: 20px;
	right: 20px;
	line-height: 22px;
	font-size: 18px;
	color: #fff;
	padding: 0 0 9px;
	border-bottom: 1px solid #4a4a4a;
}
#property-nav {
	height: 28px;
	line-height: 28px;
	border-bottom: 1px solid #4a4a4a;
	padding-top: 86px;
}
#property-nav a {
	margin-right: 40px;
	display: block;
	float: left;
}
#property-nav a.open {
	color: #fff;
}
a#property-nav-pdf {
	background: url(g/arrow-down.png) 100% 50% no-repeat;
	padding-right: 12px;
}
a#property-nav-share {
	margin-right: 0;
	float: right;
}
#property-tabs {
	height: 297px;
	border-bottom: 1px solid #4a4a4a;
	position: relative;
}
#property-tabs .tab {
	position: absolute;
	width: 100%;
	height: 100%;
	display: none;
}
#property-tabs .tab.open {
	display: block;
}
#property-details-big {
	height: 59px;
	border-bottom: 1px solid #4a4a4a;
}
#property-details-big table {
	width: 100%;
	height: 59px;
}
#property-details-big td {
	padding: 0 13px 0 0;
	text-align: left;
	background-position: 0 50%;
	background-repeat: no-repeat;
	vertical-align: middle;
}
#property-details-big td:last-child {
	padding-right: 0;
}
#property-details-big .bedrooms { padding-left: 34px; background-image: url(g/details-bedrooms.png); white-space: nowrap; }
#property-details-big .bathrooms { padding-left: 32px; background-image: url(g/details-bathrooms.png); white-space: nowrap; }
#property-details-big .area { padding-left: 31px; background-image: url(g/details-area.png); }
#property-details-big .price { padding-left: 45px; background-image: url(g/details-price.png); }
#property-details-small {
	height: 277px;
	margin: 10px 0;
}
#property-details-small.with-details {
	height: 217px;
}
#property-details-small table td:first-child {
	padding-right: 17px;
	white-space: nowrap;
}
#property-tab-description .scrollable {
	width: 100%;
	height: 277px;
	margin: 10px 0;
}
.scrollable {
	overflow: hidden;
}
#property-footer {
	height: 28px;
	line-height: 28px;
	text-align: right;
}
#property-footer a {
	margin: 0 0 0 15px;
}
#property-footer .enquire {
	margin: 0;
	float: left;
	text-transform: uppercase;
}
#property-footer .prev {
	padding-left: 9px;
	background: url(g/arrow-left.png) 0 50% no-repeat;
}
#property-footer .next {
	padding-right: 9px;
	background: url(g/arrow-right.png) 100% 50% no-repeat;
}
/* Property gallery */
#property-gallery {
	position: absolute;
	left: 0;
	top: 0;
	width: 598px;
	height: 462px;
}
#property-pic,
#property-map {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 406px;
}
#property-map {
	left: -9999px;
	top: -9999px;
}
#property-pic {
	z-index: 1;
	cursor: pointer;
	position: relative;
}
#property-pic img {
	position: absolute;
	left: 0;
	top: 0;
}
#property-gallery-pics {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50px;
	overflow: hidden;
	background: #000;
}
#property-gallery-pics-inner {
	position: absolute;
	width: 200%;
}
#property-gallery-pics-inner a {
	float: left;
	opacity: .4;
}
#property-gallery-nr,
#property-map-print,
#property-gallery-nav {
	position: absolute;
	left: 6px;
	top: 6px;
	height: 30px;
	line-height: 30px;
	white-space: nowrap;
	padding: 0 10px;
	background: #121212;
	background: rgba(0,0,0,.8);
	z-index: 2;
}
#property-gallery-nr {
	color: #fff;
}
#property-map-print {
	cursor: pointer;
	display: none;
}
#property-map-print:hover {
	color: #fff;
}
#property-gallery-nav {
	left: auto;
	right: 6px;
}
#property-gallery-nav div {
	float: left;
	cursor: pointer;
}
#property-gallery-nav div.open,
#property-gallery-nav div:hover {
	color: #fff;
}
#property-gallery-nav-map {
	margin-left: 13px;
	z-index: 0;
}
#property-tab-share table {
	width: 100%;
	height: 100%;
}
#property-tab-share table td {
	text-align: center;
	vertical-align: middle;
}
/* Property share email form */
#ci-mail {
	padding: 15px 0;
}
#ci-mail .field {
    padding: 0 0 10px;
}
#ci-mail input {
    width: 259px;
    max-width: 259px;
    padding: 2px 3px;
    border: 1px solid #808080;
    background: transparent;
    color: #979797;
}
#ci-mail button {
    border: 0;
    padding: 0;
    margin: 0;
    background: transparent;
    color: #979797;
    cursor: pointer;
    text-transform: uppercase;
}
#ci-mail button:hover {
    color: #fff;
}
#ci-mail-msg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 58px;
    background: #121212;
    text-align: center;
    display: none;
}


/* Investments */
#investment-boxes {
	width: 966px;
	overflow: hidden;
	margin-bottom: -6px;
}
.investment-box {
	width: 477px;
	height: 237px;
	float: left;
	margin: 0 6px 6px 0;
}
.box.investment-box .border {
	border-color: #000;
}
.box.investment-box .content {
	background: #000;
}

/* Investments group */
#with-sidebar.investments {
	min-height: 420px;
}
#sidebar.investments {
	background-image: url(g/v-investments-logo-small.png);
	padding-top: 284px;
}
#sidebar.investments #sidebar-menu {
	padding: 16px 0;
}
.investment-item {
	display: block;
	height: 114px;
	margin: 6px 0 0 6px;
	position: relative;
}
.investment-item img {
	position: absolute;
	left: 0;
	top: 0;
}
.investment-item .text {
	position: relative;
	margin: 0 0 0 182px;
	padding: 0 20px;
	background: #121212;
	height: 100%;
}
.investment-item .text h1 {
	position: absolute;
	bottom: 59px;
	left: 20px;
	right: 20px;
	line-height: 22px;
	font-size: 18px;
	color: white;
	padding: 0 0 5px;
	border-bottom: 1px solid #4A4A4A;
}
.investment-item .text .city,
.investment-item .text .country {
	position: absolute;
	left: 20px;
	top: 66px;
	white-space: nowrap;
	width: 150px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.investment-item .text .country {
	top: 82px;
}
.investment-item .text .description {
	position: absolute;
	left: 183px;
	top: 66px;
	right: 20px;
	height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
}


/* Company */
#company {
	width: 580px;
	padding: 43px 30px 0;
	background: #121212;
	position: relative;
}
#company h1 {
	text-transform: uppercase;
	font-size: 28px;
	line-height: 38px;
	border-bottom: 1px solid #3a3a3a;
}
#company .lead {
	font-size: 18px;
	font-family: Whitney, Arial, sans-serif;
	line-height: 22px;
	padding: 44px 0 40px;
	color: #fff;
}
#company h2 {
	font-family: BigCaslon, Georgia, serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 23px;
	padding: 0 0 20px;
	color: #fff;
}
#company .left,
#company .right {
	width: 275px;
	float: left;
	padding: 0 0 8px;
	line-height: 15px;
}
#company .left {
	margin-right: 30px;
}
#company .footer {
	clear: both;
	height: 70px;
	line-height: 70px;
	border-top: 1px solid #3a3a3a;
}
#company .footer a {
	display: block;
	float: left;
	white-space: nowrap;
	background: url(g/icon-pdf.png) 100% 50% no-repeat;
	padding-right: 42px;
}
#company-sidebar {
	position: absolute;
	top: 0;
	right: -320px;
	width: 314px;
	height: 100%;
	background: #121212;
}
#company-sidebar img {
	position: absolute;
	left: 0;
	top: 0;
}
#company-sidebar .bottom {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 0 15px;
	background: #121212;
}
#company-sidebar .bottom .quote {
	line-height: 17px;
	font-family: Whitney, Arial, sans-serif;
	font-style: italic;
	font-size: 14px;
	color: #fff;
	padding: 12px 0 0;
}
#company-sidebar .bottom .quote .name {
	float: right;
	display: inline;
	text-align: right;
	line-height: 11px;
	padding: 0 0 13px;
	font-size: 12px;
	color: #969696;
	white-space: nowrap;
	margin-top: 17px;
}
.lng-rus #company-sidebar .bottom .quote .name {
	margin-top: 8px;
}


/* Hover boxes */
.box {
	text-decoration: none;
	position: relative;
}
.box img,
.box .cover,
.box .logo-normal,
.box .logo-hover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.box .cover {
	background: #fff;
	opacity: .5;
}
.box .logo-hover {
	display: none;
}
.box .border {
	position: absolute;
	left: 10px;
	right: 10px;
	top: 10px;
	bottom: 10px;
	border: 1px solid #121212;
}
.box .hoverer {
	display: block;
	position: absolute;
	left: 10px;
	right: 10px;
	top: 10px;
	bottom: 38px;
}
.box .content {
	position: absolute;
	left: 10px;
	bottom: 10px;
	right: 10px;
	background: #121212;
	color: #979797;
}
.box .main-content {
	line-height: 28px;
	padding: 0 0 0 10px;
}
.box .main-content>a {
	color: inherit;
}
.box .main-content>a:hover {
	color: #fff;
}
.box .content span {
	color: #fff;
}
.box .extender {
	position: absolute;
	right: 0;
	top: 0;
	padding: 0 10px 0 0;
	cursor: pointer;
	line-height: 28px;
}
.box .extender:hover,
.box .content.extended .extender {
	color: #fff;
}
.box .extended-content {
	display: none;
	padding: 0 10px;
}
.box form {
	position: relative;
	height: 100%;
	border-top: 1px solid #3a3a3a;
}
.box .buttons {
	position: absolute;
	height: 28px;
	line-height: 28px;
	width: 100%;
	bottom: 1px;
	left: 0;
	text-align: right;
	border-top: 1px solid #3a3a3a;
}
.box button {
	border: 0;
	margin: 0;
	padding: 0;
	height: 28px;
	line-height: 28px;
	background: transparent;
	color: #979797;
	font-size: 11px;
}
.box button:hover {
	color: #fff;
}
.box .select {
	max-height: 234px;
	overflow: auto;
	line-height: 18px;
	padding: 0 27px 0 12px;
}
.box .select .option {
	cursor: pointer;
}
.box .select .option.hidden {
	height: 0;
	overflow: hidden;
}
.box .select .option:hover,
.box .select .option.selected {
	color: #fff;
}
.box .col {
	float: left;
	overflow: hidden;
	padding: 27px 0 0;
}
.box .col .label {
	color: #fff;
	padding: 0 27px 13px 0;
}


/* V Club */
#v-club-left {
	width: 417px;
	padding: 18px 30px 30px;
	background: #121212;
}
#v-club-left h1 {
	font-size: 28px;
	line-height: 43px;
	border-bottom: 1px solid #3a3a3a;
	margin-bottom: 16px;
}
#v-club-left.thanks {
	text-align: center;
	color: #fff;
	line-height: 340px;
	height: 340px;
}
#v-club p strong {
	font-weight: normal;
	color: #fff;
}
#v-club .name {
	float: left;
	clear: left;
	width: 142px;
	text-align: right;
	padding: 5px 10px 0 0;
}
#v-club .name-field {
	padding: 8px 0 0;
	clear: both;
}
#v-club input[type=text] {
	width: 257px;
	padding: 2px 3px 1px;
	border: 1px solid #8c8c8c;
	color: #969696;
	background: #121212;
}
#v-club .field {
	width: 257px;
	float: left;
	padding: 5px 0 2px;
}
#v-club .field .nowrap {
	white-space: nowrap;
}
#v-club input[type=checkbox] {
	border: 1px solid #8c8c8c;
	width: 14px;
	height: 14px;
	padding: 3px;
	font-size: 10px;
	background: #121212;
	color: #969696;
}
#v-club .name span {
	padding-right: 10px;
}
#v-club label {
	padding: 0 0 0 5px;
	margin-right: 5px;
}
#v-club select {
	width: 200px;
	height: 19px;
	border: 1px solid #8c8c8c;
	color: #969696;
	background: #121212;
}
#v-club select.small {
	width: 100px;
}
#v-club textarea {
	width: 378px;
	padding: 3px;
	border: 1px solid #8c8c8c;
	color: #969696;
	background: #121212;
}
#v-club .buttons {
	border-top: 1px solid #393939;
	padding-top: 8px;
	margin-top: 8px;
}
#v-club button {
	cursor: pointer;
	border: 0;
	padding: 4px 10px;
	background: #3a3a3a;
	color: #fff;
}
#v-club-pic {
	background: url(g/v-club.jpg) 100% 100% no-repeat;
	position: relative;
}

/* Invite to V Club */
#invite-a-friend {
	position: absolute;
	left: 515px;
	bottom: 30px;
	cursor: pointer;
	border: 0;
	padding: 4px 10px;
	background: #121212;
	color: #979797;
}
#invite-a-friend:hover {
	color: #fff;
}
#invite {
	position: absolute;
	width: 0;
	height: 0;
	left: 50%;
	top: 400px;
}
#invite .message {
	display: none;
	left: 20px;
	top: 50%;
	width: 243px;
	position: absolute;
	margin-top: -0.5em;
	line-height: 1em;
	text-align: center;
}
#invite.message .message {
	display: block;
}
#invite.message .normal {
	visibility: hidden;
}
#invite form {
	width: 243px;
	position: relative;
	left: 100px;
	top: -70px;
	background: #000;
	padding: 20px;
	display: none;
	z-index: 1;
}
#invite .close {
	position: absolute;
	right: 20px;
}
#invite p {
	color: #fff;
	padding: 0;
}
#invite .field {
	padding: 13px 0 0;
}
#invite input {
	width: 234px;
	padding: 2px 3px 1px;
	border: 1px solid #808080;
	background: #000;
	color: #969696;
}
#invite button {
	border: 0;
	padding: 0;
	margin: 12px 0 0;
	background: #000;
	color: #969696;
	cursor: pointer;
}
#invite button:hover {
	color: #fff;
}


/* Blog */
#blog-left {
	width: 540px;
	padding: 0 30px;
	background: #121212;
	float: left;
}
#blog-left h1 {
	padding: 30px 0 8px;
	color: #fff;
	font-size: 28px;
	line-height: 28px;
}
#blog-left p.date {
	padding-bottom: 8px;
}
#blog-left p.pic {
	padding-bottom: 15px;
}
#blog-left p.pic img {
	display: block;
}
#blog-left .info.top {
	border-bottom: 1px solid #5e5e5e;
	padding: 0 0 7px;
}
#blog-left .info.top .left {
	text-transform: uppercase;
}
#blog-left .info.bottom {
	border-top: 1px solid #5e5e5e;
	padding: 7px 0 30px;
	margin: 8px 0 0;
	position: relative;
	overflow: hidden;
}
#blog-left .info .right {
	position: absolute;
	right: 0;
	text-align: right;
}
#blog-left .info .left {
	width: 50%;
	float: left;
}
#blog-left .info.bottom .right a,
#blog-left .info.bottom .right span.google-plus {
	margin-left: 5px;
	cursor: pointer;
	position: relative;
}
#blog-left .info.bottom .right span.google-plus:hover {
	color: #fff;
}
#blog-left .info.bottom .right span.google-plus .google-button-outer {
	position: absolute;
	width: 40px;
	height: 20px;
	left: 2px;
	top: 20px;
	overflow: hidden;
}
#blog-left .info.bottom .right span.google-plus .google-button {
	position: absolute;
	top: -40px;
	left: 2px;
}
#blog-left a.read-more {
	text-transform: uppercase;
	color: #fff;
}
#blog-left h1 a {
	color: #fff;
}
/* Blog sidebar */
#blog-right {
	width: 294px;
	padding: 30px 30px 14px;
	float: left;
	margin-left: 6px;
	background: #121212;
}
#blog-right .title {
	border-bottom: 1px solid #393939;
	margin-bottom: 6px;
	padding: 0 0 7px;
	text-transform: uppercase;
}
#blog-right .title.inline {
	margin-bottom: 32px;
}
#blog-right .title a {
	text-transform: none;
	margin-left: 10px;
}
#blog-right .list {
	padding: 10px 0 23px;
}
#blog-right .list a {
	display: block;
}
#blog-right .list.separate a {
	padding: 3px 0;
	line-height: 13px;
}
#blog-right .list a span {
	padding-left: 3px;
}
#blog-right .halves {
	overflow: hidden;
}
#blog-right .half-left {
	width: 132px;
	float: left;
}
#blog-right .half-right {
	width: 132px;
	float: left;
	margin-left: 30px;
}

/* BLog mail form */
#blog-mail {
	position: fixed;
	width: 0;
	height: 0;
	left: 50%;
	top: 50%;
}
#blog-mail .message {
	display: none;
	left: 20px;
	top: 50%;
	width: 243px;
	position: absolute;
	margin-top: -0.5em;
	line-height: 1em;
	text-align: center;
}
#blog-mail.message .message {
	display: block;
}
#blog-mail.message .normal {
	visibility: hidden;
}
#blog-mail form {
	width: 243px;
	position: relative;
	left: -141px;
	top: -167px;
	background: #000;
	padding: 20px;
	display: none;
	z-index: 1;
}
#blog-mail .close {
	position: absolute;
	right: 20px;
}
#blog-mail p {
	color: #fff;
	padding: 0;
}
#blog-mail .field {
	padding: 13px 0 0;
}
#blog-mail input,
#blog-mail textarea {
	width: 234px;
	padding: 2px 3px 1px;
	border: 1px solid #808080;
	background: #000;
	color: #969696;
}
#blog-mail button {
	border: 0;
	padding: 0;
	margin: 12px 0 0;
	background: #000;
	color: #969696;
	cursor: pointer;
}
#blog-mail button:hover {
	color: #fff;
}


/* Newsletter archive */
#blog-left.newsletter {
	padding: 0;
	width: 600px;
}
#blog-left.newsletter h1 {
	padding: 7px 30px 0;
}


/* Contact */
#contact-left {
	float: left;
	width: 417px;
	padding: 43px 30px 0;
	background: #121212;
	position: relative;
}
#contact-left h1 {
	text-transform: uppercase;
	font-size: 28px;
	line-height: 38px;
	border-bottom: 1px solid #3a3a3a;
}
#contact-sentence {
	height: 110px;
	padding: 46px 0 0;
	line-height: 22px;
	font-size: 18px;
	font-family: Whitney, Arial, sans-serif;
	color: #fff;
	border-bottom: 1px solid #3a3a3a;
}
#contact-left ul {
	padding: 8px 0 7px;
	line-height: 23px;
	text-transform: uppercase;
	list-style-type: none;
	margin: 0;
	border-bottom: 1px solid #3a3a3a;
}
#contact-left li {
	padding: 0;
}
#contact-left li a {
	padding: 0 9px 0 0;
	background: url(g/arrow-right.png) 100% 50% no-repeat;
}
#contact-left li a.open {
	color: #fff;
	background-image: url(g/arrow-right-white.png);
}
#contact-contacts {
	padding: 45px 0 25px;
	line-height: 18px;
}
#contact-contacts span {
	padding-right: 8px;
}
#contact-right {
	float: right;
	width: 477px;
	background: #121212;
}
#contact-right img {
	display: block;
}

/* Contact form */
#contact-right form {
	padding: 30px;
	overflow: hidden;
}
#contact-right form .field {
	padding: 0 0 12px;
	overflow: hidden;
}
#contact-right form .label {
	padding-top: 23px;
	line-height: 28px;
	border-bottom: 1px solid #3a3a3a;
	color: #fff;
	margin-bottom: 20px;
}
#contact-right form label {
	float: left;
	clear: both;
	width: 150px;
	padding-right: 10px;
	text-align: right;
	line-height: 20px;
	cursor: default;
}
#contact-right form input[type=text] {
	width: 249px;
	padding: 2px 3px 1px;
	border: 1px solid #8c8c8c;
	color: #969696;
	background: #121212;
}
#contact-right form textarea {
	width: 249px;
	max-width: 249px;
	max-height: 200px;
	padding: 2px 3px 1px;
	border: 1px solid #8c8c8c;
	color: #969696;
	background: #121212;
}
#contact-right .form-field-checkbox label,
#contact-right .form-field-nlsubscribe label {
	float: none;
	width: auto;
}
#contact-right form input[type=checkbox] {
	line-height: 20px;
	position: relative;
	top: -3px;
	margin: 0 5px 0 0;
}
#contact-right form .nlsubscribe {
	border-bottom: 1px solid #3a3a3a;
	padding: 20px 0 0;
	margin: 0 0 10px;
}
#contact-right form .content {
	float: left;
	padding-top: 5px;
}
#contact-right form .content p:last-child {
	padding-bottom: 0;
}
#contact-right form button {
	float: right;
	cursor: pointer;
	border: 0;
	padding: 6px 10px;
	background: #3a3a3a;
	color: #fff;
}
#contact-form-submitted {
	padding: 43px 30px 0;
	height: 364px;
}
#contact-form-submitted h1 {
	text-transform: uppercase;
	font-size: 28px;
	line-height: 38px;
	border-bottom: 1px solid #3a3a3a;
	margin-bottom: 16px;
}

/* Text page*/
#text-page {
	padding: 43px 30px 12px;
	background: #121212;
}
#text-page h1 {
	text-transform: uppercase;
	font-size: 28px;
	line-height: 38px;
	padding-bottom: 10px;
}


/* Off-market */
#off-market-top {
	padding: 24px 30px 8px;
	background: #121212;
	line-height: 18px;
}
#off-market {
	width: 966px;
	overflow: hidden;
	position: relative;
}
.om-column {
	width: 477px;
	float: left;
	margin-right: 6px;
	padding-top: 6px;
}
.om-title {
	background: #fff;
	height: 43px;
	position: relative;
	padding: 0 30px;
}
.om-title h2 {
	font-family: BigCaslon, Georgia, serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 43px;
	color: #000;
	position: relative;
	top: 1px;
}
.om-title .right {
	line-height: 43px;
	position: absolute;
	top: 0;
	right: 30px;
	text-align: right;
	white-space: nowrap;
	color: #7d7d7d;
}
.om-title a {
	padding-left: 9px;
}
.om-title a:hover,
.om-title a.active {
	color: #000;
}

.om-collection .item {
	margin-top: 6px;
	height: 99px;
	padding: 0 30px;
	background: #1d1d1d;
	color: #979797;
	position: relative;
	line-height: 15px;
}
.om-collection .item.open { background: #fff; color: #646464; }
.om-collection .item.open h3 { color: #000; }
.om-collection .item h3 {
	font-weight: normal;
	font-size: 13px;
	color: #fff;
	border-bottom: 1px solid #393939;
	position: absolute;
	top: 5px;
	left: 30px;
	line-height: 30px;
	width: 417px;
}
.om-collection .item h3 a {
	color: inherit;
}
.om-collection .item .prop {
	position: absolute;
	left: 30px;
	width: 280px;
}
.om-collection .item .prop span {
	display: block;
	float: left;
}
.om-collection .item .prop span.name {
	width: 72px;
}
.om-collection .item .city {
	top: 43px;
}
.om-collection .item .country {
	top: 58px;
}
.om-collection .item .price-range {
	top: 73px;
}
.om-collection .item .id {
	position: absolute;
	right: 30px;
	top: 43px;
	white-space: nowrap;
	text-align: right;
}
.om-collection .item .contact {
	position: absolute;
	right: 30px;
	top: 73px;
	white-space: nowrap;
	text-align: right;
}
.om-collection .item .contact:hover {
	color: #000;
}

/* Off-market form */
#om-form {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #000;
	background: rgba(0,0,0,.9);
}
#om-form form {
	width: 417px;
	margin: 0 auto;
	padding: 30px 0 5px;
	position: relative;
}
#om-form .close {
	position: absolute;
	line-height: 22px;
	top: 0;
	right: 0;
	white-space: nowrap;
	cursor: pointer;
}
#om-form .close:hover {
	color: #fff;
}
#om-form .whiteline {
	line-height: 28px;
	height: 28px;
	border: 1px solid #3a3a3a;
	border-width: 1px 0;
	color: #fff;
}
#omf-property-name {
	font-size: 13px;
	line-height: 18px;
	padding: 27px 0 25px;
}
#omf-fields {
	padding: 13px 0 15px;
	overflow: hidden;
}
#omf-fields label {
	float: left;
	clear: both;
	line-height: 32px;
	width: 141px;
	margin-right: 10px;
	text-align: right;
}
#omf-fields input,
#omf-fields select {
	float: left;
	margin-top: 6px;
}
#omf-fields select {
	width: 266px;
}
#omf-fields input {
	width: 254px;
	padding: 1px 5px;
	border: 1px solid #8d8d8d;
	background: #121212;
	color: #979797;
}
#omf-sub {
	border: 1px solid #3a3a3a;
	border-width: 1px 0;
	line-height: 28px;
	padding: 23px 0 0;
}
#omf-sub input {
	vertical-align: middle;
}
#omf-sub label {
	vertical-align: middle;
}
#om-form p {
	padding: 15px 0 0;
	line-height: 18px;
	margin: 0;
}
#om-form button {
	position: absolute;
	right: 0;
	bottom: 0;
	border: 0;
	background: #3a3a3a;
	color: #fff;
	padding: 0 10px;
	margin: 0;
	line-height: 28px;
	height: 28px;
}
#om-form .form-content {
}
#om-form .form-thanks {
	display: none;
	position: absolute;
	top: 200px;
	left: 0;
	width: 100%;
}



/* FONT SIZES
px %    px %      px %
10 77   16 123.1  22 167
11 85   17 131    23 174
12 93   18 138.5  24 182
13 100  19 146.5  25 189
14 108  20 153.9  26 197
15 116  21 161.6
*/


/* Print styles */
@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none !important; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a:after { content: " (" attr(href) ")"; } 
  abbr:after { content: " (" attr(title) ")"; }
  .ir a:after { content: ""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}



@media all and (orientation:portrait) { 
  /* Style adjustments for portrait mode goes here */
}
@media all and (orientation:landscape) { 
  /* Style adjustments for landscape mode goes here */
}

/* Grade-A Mobile Browsers (Opera Mobile, iPhone Safari, Android Chrome) */
@media screen and (max-device-width: 480px) {
  /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you
  html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}



.jspContainer { overflow: hidden; position: relative; }
.jspPane { position: absolute; padding-right: 10px; }
.jspVerticalBar { position: absolute; top: 0; right: 0; width: 10px; height: 100%; }
.jspHorizontalBar { position: absolute; bottom: 0; left: 0; width: 100%; height: 7px; }
.jspVerticalBar *, .jspHorizontalBar * { margin: 0; padding: 0; }
.jspCap { display: block; height: 0; }
.jspCapTop { height: 0; }
.jspHorizontalBar .jspCap { float: left; }
.jspTrack { position: relative; background: #323232; }
.jspDrag { position: relative; top: 0; left: 0; cursor: pointer; background: #979797; }
.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag { float: left; height: 100%; }
.jspArrow { text-indent: -20000px; display: block; cursor: pointer; }
.jspArrow.jspDisabled { cursor: default; }
.jspVerticalBar .jspArrow { height: 0; }
.jspVerticalBar .jspArrowDown {  }
.jspHorizontalBar .jspArrow { width: 7px; float: left; height: 100%; }
.jspVerticalBar .jspArrow:focus { outline: none; }
.jspCorner { float: left; height: 100%; }


