/*
@import url('http://fonts.googleapis.com/css?family=Josefin+Sans:300,400,600,700&v2');
@import url('http://fonts.googleapis.com/css?family=PT+Sans+Narrow');
@import url('http://fonts.googleapis.com/css?family=PT+Sans');
@import url('http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&subset=latin-ext&v2');
@import url('http://fonts.googleapis.com/css?family=Expletus+Sans:400,500,600&v2');
@import url('http://fonts.googleapis.com/css?family=Crimson+Text:400,400italic,600,600italic,700,700italic&v2');
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic&subset=latin-ext);
*/

@font-face {
    font-family: 'Josefin Sans';  
    font-style: normal;  
    font-weight: 400;  
/*    src: local('Josefin Sans'), local('JosefinSans'), url('http://themes.googleusercontent.com/static/fonts/josefinsans/v1/xgzbb53t8j-Mo-vYa23n5onF5uFdDttMLvmWuJdhhgs.ttf') format('truetype');*/
    src: url('/ttf/JosefinSans.eot');
    src: local('Josefin Sans'), local('JosefinSans'), url('/ttf/JosefinSans.ttf') format('truetype');
}

@font-face {  
    font-family: 'Josefin Sans';  
    font-style: normal;  
    font-weight: 300;  
/*    src: local('Josefin Sans Light'), local('JosefinSans-Light'), url('http://themes.googleusercontent.com/static/fonts/josefinsans/v1/C6HYlRF50SGJq1XyXj04zwV_pQ1T3xN3K1c3sB361us.ttf') format('truetype');*/
    src: url('/ttf/JosefinSansLight.eot');
    src: local('Josefin Sans Light'), local('JosefinSans-Light'), url('/ttf/JosefinSansLight.ttf') format('truetype');
}

@font-face {  
    font-family: 'Josefin Sans';  
    font-style: normal;  
    font-weight: 700;  
/*    src: local('Josefin Sans Bold'), local('JosefinSans-Bold'), url('http://themes.googleusercontent.com/static/fonts/josefinsans/v1/C6HYlRF50SGJq1XyXj04z306qf9KHRHwsVx7iw5MXmY.ttf') format('truetype');*/
    src: url('/ttf/JosefinSansBold.eot');
    src: local('Josefin Sans Bold'), local('JosefinSans-Bold'), url('/ttf/JosefinSansBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 600;
/*    src: local('Josefin Sans SemiBold'), local('JosefinSans-SemiBold'), url('http://themes.googleusercontent.com/static/fonts/josefinsans/v1/C6HYlRF50SGJq1XyXj04z1FZMcfX2SbzQ69I7OWmkGo.ttf') format('truetype');*/
    src: url('/ttf/JosefinSansSemiBold.eot');
    src: local('Josefin Sans SemiBold'), local('JosefinSans-SemiBold'), url('/ttf/JosefinSansSemiBold.ttf') format('truetype');
}

p, .page-content, .page-content-behind, li, body {
/*	font-family: 'PT Sans Narrow', sans-serif; */
	font-family: 'Josefin Sans', sans-serif;
/*	font-family: 'Expletus Sans', cursive; */
/*	font-family: 'Crimson Text', serif; */
/*	font-family: Gill Sans / Gill Sans MT, sans-serif; */
/*	font-family: 'Open Sans', sans-serif; */
	font-style: normal;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.1em;
/*
	opacity: 0.85;
	filter: alpha(opacity=85);
*/
}

p {	
	padding: 0px;
	margin: 8px 0px 12px 2px;
}

h1,h2,h3 {
	/* font-family: 'PT Sans Narrow', sans-serif; */
	font-family: 'Josefin Sans', sans-serif;
	/* font-family: 'Expletus Sans', cursive; */
	/* font-family: 'Crimson Text', serif; */
}

input,textarea {
	/* font-family: 'PT Sans Narrow', sans-serif; */
	font-family: 'Josefin Sans', sans-serif;
	/* font-family: 'Expletus Sans', cursive; */
	/* font-family: 'Crimson Text', serif; */
}

strong {
	font-weight: 600;
}

body {
	width: 100%;
	height: 100%;
	margin:0px;
	background:#000;
	padding:0px;
	color: #fff;
}

a { 
	color: #fff;
	text-decoration: none;
}

a img {
	border: 0px;
}

h1 {
	font-weight: 700;
	font-size: 24px;
	margin: 0px;
	padding: 0px;
	/*color: #0070c0;*/
	color: rgb(216, 175, 93);
}

h2 {
	font-weight: 700;
	font-size: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	/*color: #0070c0;*/
	color: rgb(216, 175, 93);
}

h3 {
	font-weight: 700;
	font-size: 15px;
	margin: 0px;
	padding: 0px;
	/*color: #0070c0;*/
	color: rgb(216, 175, 93);
}

ul {
	list-style-position: outside;
	list-style-image: url('/img/li-arrow.png');
	list-style-type: square;
	margin: 5px 0px 0px 16px;
	padding: 0px;
}

ul li {
	color: #fff;
	margin: 5px 0px 0px 5px;
	padding: 0px;
}

ul li a {
	/*color: #cde;*/
}

.container {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
}

.page-container {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}	

.page-header {
	width: 100%;
	height: 95px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: fixed;
	top: 0px;
	left: 0px;
	background: #000;
	border-bottom: 0.1px solid #123;
	z-index: -20;
}

.page-header .logo-img {
	margin: 25px 0px 0px 25px; 
	float: left;
	opacity: 0.87;
	filter: opacity(alpha=87);
}

.page-header h1 {
	margin: 49px 0px 0px 22%; 
	color: #D8AF5D; 
	width: 400px;
	font-size: 45px;
	display: none;
}

.lang-box {
	position: absolute;
	top: 17px;
	right: 25px;
	opacity: 0.75;
	filter: alpha(opacity=75);
}

.menu-box {
	float: right; 
	margin: 57px 25px 0px 0px; 
}

.submenu-box {
	position: absolute; 
	right: 0px; 
	top: 0px; 
	padding: 4px 25px 4px 15px; 
	z-index: 20;
}

.menu-element {
	color: white; 
	opacity: 0.7; 
	filter: alpha(opacity=70);
	font-family: 'Josefin Sans', sans-serif;
	font-size: 15px; 
	text-transform: uppercase;
	font-weight: 400;
}

.submenu-box .menu-element {
	font-size: 12px;
}

.menu-element-spacer {
	width: 10px;
}

#menu_ptr {
	width: 30px;
	height: 2px;
	margin-top: 4px;
	/*background: rgb(216, 175, 93);*/
	background: #7f7050;
	/*opacity: 0.60;*/
	clear: left;
	position: absolute;
}

#submenu_ptr {
	width: 30px;
	height: 1px;
	margin-top: 3px;
	/*background: rgb(216, 175, 93);*/
	background: #7f7050;
	/*opacity: 0.60;*/
	clear: left;
	position: absolute;
}

.current_menu {
	opacity: 1.0;
	font-weight: 700;
}

.page-background {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 300px;
	background: #000;
	z-index: -1;
}

#preload {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	text-align: center;
	z-index: 100;
}

#preload div {
	position: relative;
	top: 50%;
	margin-top: -20px;
}

.image-preview {
	position: absolute;
	z-index: -1;
}

.page-content {
	color: white;
	font-size: 13px;
	right: 0px;
	position: absolute;
	width: 340px;
	padding: 0px;
	z-index: 10;
	overflow-y: hidden;
	overflow-x: hidden;
}

.page-content-background {	
	background: #000;
	opacity: 0.80;
	filter: alpha(opacity=80);
	position: absolute;
	width: 100%;
	height: 100%;
}

.page-content-box {
	margin: 55px 35px 65px 60px;
	overflow: hidden;
}

.page-content-data {
	position: relative;
	margin-right: 25px;
}

.ui-slider-handle {
	position: absolute;
	outline: none;
}

#slider-wrap {
	float: right;
	height: 100%;
	width: 20px;
	margin: 4px 0px 0px 0px;
}

#slider-vertical {
	position: relative;
	height: 100%;
	background: url('/img/bullet/bg.png') repeat-y;
}

#slider-up {
	position: relative;
	width: 20px;
	height: 20px;
	background: url('/img/bullet/mcs_btnUp.png') no-repeat center bottom;
	opacity: 0.3;
	filter: alpha(opacity=30);
	margin: 5px 0px;
	cursor: pointer;
}

#slider-down {
	position: relative;
	width: 20px;
	height: 20px;
	background: url('/img/bullet/mcs_btnDown.png') no-repeat center top;
	opacity: 0.3;
	filter: alpha(opacity=30);
	margin: 10px 0px 0px 0px;
	cursor: pointer;
}

.page-content-behind {
	color: white;
	font-size: 13px;
	top: 0px;
	right: 30px;
	position: absolute;
	width: 30px;
	padding: 0px;
	z-index: 9;
	overflow-y: hidden;
	overflow-x: hidden;
}

.page-content-behind-box {
	margin: 40px 0px 40px 0px;
	overflow: hidden;
}

.page-content-behind-btn_up,.page-content-behind-btn_down {
	height: 25px;
	text-align: center;
	position: relative;
}

.page-content-behind-btn_up img,.page-content-behind-btn_down img {
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.page-content-behind-btn_up div,.page-content-behind-btn_down div {
	position: absolute;
	width: 100%;
	text-align: center;
	cursor: pointer;
}

.page-content-behind-btn_up img {
	margin-bottom: 5px;
}

.page-content-behind-wrapper {
	overflow: hidden;
}

.page-content-behind-btn_down img {
	margin-top: 5px;
}

.page-content-behind-background {
	background: #000;
	opacity: 0.70;
	filter: alpha(opacity=70);
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -5;
	left: 30px;
}

.page-content-behind-link {
	float: left;
	width: 30px;
	height: 100%;
	cursor: pointer;
	z-index: 6;
}

.page-content-behind-link-background {
	position: absolute;
	width: 30px;
	height: 100%;
	background: #000;
	opacity: 0.35;
	filter: alpha(opacity=35);
}

.page-content-behind-link2 {
	margin: 0px 0px 0px 8px;
	position: absolute;
	top: 52%;
	z-index: 6;
}

.page-content-behind-link2 * {	
	font-size: 30px;
	font-weight: 700;
	color: rgb(216, 175, 93);
	opacity: 0.95;
	filter: alpha(opacity=95);
	/*color: #6f6040;*/
}

.page-content-behind-data {
	float: left;
	width: 280px;
	z-index: 10;
	line-height: 18px;
}

.page-content-behind-data a {
	color: white;
	font-weight: bold;
}

.page-footer {
	width: 100%;
	height: 60px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: fixed;
	top: 0px;
	left: 0px;
	background: #000;
	border-top: 0.1px solid #123;
	z-index: -1;
}

.intro-screen {
        position: absolute;
        height: 100%;
        width: 100%;
        background-color: #000;
        line-height: 35px;
}

.intro-layout {
        position: relative;
        top: 50%;
        margin: -250px auto 0px auto;
        height: 510px;
        width: 990px;
        border: 1px solid #333;
        text-align: left;
        opacity: 0.9;
	filter: alpha(opacity=90);
}

.intro-content {
    text-align: center;
    padding-top: 30px;
    font-size: 30px;
    font-family: Arial Black;
    letter-spacing: 0.2em;
    color: #000;
}

#page-content-map {
	z-index: 10;
	position: absolute;
}

#page-content-map-background {
	position: absolute;
	z-index: -9;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.80;
	filter: alpha(opacity=80);
}

.page-content-map-box {
	margin: 30px 0px 0px 0px;
}
.page-content-map-box *{
	z-index: 10;
}

.page-content-map-element {
	position: absolute;
	top: 0px;
	left: 0px;
}

.page-content-map-element .trigger {
	cursor: pointer;
}

.page-content-map-element-bullet {
	width: 20px;
	height: 20px;
}

.page-content-map-element-data {
	background: #000;
	border: 3px solid #fff;
	padding: 5px;
	margin: -4px 0px 0px 12px;
	display: none;
}
	
.page-content-map-element h1 {
	margin: 0px;
	padding: 0px;
}

.page-content-investment-btn {
	z-index: 20;
	position: absolute;
	bottom: 10px;
	right: 83px;
	width: 160px;
}

.investment-btn-2 {
	overflow: hidden;
}

.weight-300 {
	font-weight: 300;
}

.weight-400 {
	font-weight: 400;
}

.weight-600 {
	font-weight: 600;
}

.weight-700 {
	font-weight: 700;
}

.wide-screen {
	width: 100%;
}

.big-box {
	margin: 0px;
}

.dark-background {
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.contact-data {
	width: 750px;
	margin: 0px auto;
	position: absolute;
	height: 100%;
}

.contact-form {
	border-top: 0.1px solid rgb(10,20,30);
	margin-top: -25px;
	padding-top: 25px;
	width: 655px;
}

.residence {
	clear: both;
}

.grayscale {
	opacity: 1;
}

.text-gold {
	color: rgb(216, 175, 93);
	/*color: rgb(255, 227, 75);*/
}

.text-blue {
	color: #0070c0;
}

.text-white {
	color: white;
}

.vertical-middle {
	position: relative;
	top: 50%;
	margin: -200px 0px 0px 0px;
}

.horizontal-center {
	position: relative;
	left:  50%;
}

.tabbed_menu {
	overflow: hidden;
}

.tabbed_menu h2 {
	float: left;
	margin: 2px 25px 2px 0px;
	cursor: pointer;
	position: relative;
}

.tabbed_menu #tabbed_ptr {
	width: 120px;
	height: 2px;
	background: #2090e0;
	opacity: 0.35;
	clear: left;
	position: relative;
	left: 10px;
}

.gallery-link {
	outline: none;
}

.gallery_details ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.gallery_details ul li {
	margin: 0px 10px 10px 0px;
	padding: 0px;
	float: left;
}

.gallery_details .gallery_title {
	padding: 0px 20px;
	clear: both;
	text-align: center;
}

.gallery_details .gallery_thumbs {
	width: 220px;
	padding: 20px 10px 10px 20px;
	float: left;
	overflow: hidden;
	display: none;
}

.gallery_details .gallery_preview {
	text-align: center;
	overflow: hidden;
	padding: 20px;
	float: left;	
	width: 100%;
}

#gallery_preview {
	width: 800px;
	overflow: hidden;
}

.gallery_details .gallery_image {
	position: absolute;
	width: 800px;
	left: 50%;
	margin-left: -400px;
}

.gallery_details .gallery_thumbnails img {
	margin: 10px;
	width: 120px;
	height: 80px;
	cursor: pointer;
}

#thumb_preview {
	cursor: pointer;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 100;
}

.thumb_bg {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

#thumb_desc {
	position: absolute;
	bottom: 0px;
	text-align: center;
	opacity: 0.6;
	background: #000;
	padding: 7px 0px 5px 0px;
	margin-bottom: 4px;
}

#gallery_desc {
	position: absolute;
	bottom: 0px;
	text-align: center;
	opacity: 0.6;
	filter: alpha(opacity=60);
	background: #000;
	width: 100%;
	padding: 5px 0px 3px 0px;
}

.gallery_details .gallery_btn_left {
	left: 0px;
	text-align: left;
}
.gallery_details .gallery_btn_left_img {
	left: 0px;
	text-align: left;
}

.gallery_details .gallery_btn_right {
	right: 0px;
	text-align: right;
}
.gallery_details .gallery_btn_right_img {
	right: 0px;
	text-align: right;
}

.gallery_details .gallery_btn {
	position: absolute;
	top: 0px;
	cursor: pointer;
	width: 30%;
	height: 95%;
}

.gallery_details .gallery_btn img {
	margin-top: 130px;
}

.gallery_details .gallery_elements {
	position: relative;
	z-index: 0;
}

.gallery_details .gallery_element {
	position: absolute;
	top: 0px;
}

#gmap {
	color: #000;
}

