/* ********************************************************************** */
/* ************************** General HTML TAGs ************************* */
/* ********************************************************************** */

* {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

ul, ol {
	list-style: none;
}

#property ul {
    list-style-type: disc!important;
    margin-left: 15px;
}

html, body{
	height:100%;
}

body {
	font-family: 'Arial';
	font-size: 12px;
	/*color: #ffffff;*/
	background-color: #040d1c;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clear {
	display: block;
	clear: both;
	float: none !important;
	padding: 0 !important;
	margin: 0 !important;
	width: 100% !important;
	height: 0px !important;
}

.wrapper {
	width: 900px;
	margin: 0 auto;
}

#container {
	position: relative;
	z-index: 10;	
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -42px;
}

a {
    text-decoration: none;
}

/* ********************************************************************** */
/* ***************************** Header CSS ***************************** */
/* ********************************************************************** */

#top {
	background: url(../images/logobg.png) 0 repeat;
	height: 80px;
	position: relative;
	z-index: 9999;
}
#logo {
	width: 433px;
	height: 50px;
	background: url(../images/logo.png) 0 no-repeat;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 25px;
}

#menu {
	background: url(../images/menubg.png) 0 repeat;
	height: 27px;
}

#menu .wrapper {
	background: url(../images/menu-inner-bg.png) 0 repeat;
	height:27px;
}
.nav-menu {
	margin-right: auto;
	margin-left: auto;
	display: table;
}
#menu li {
	float: left;
	position: relative;
}

#menu a {
	display: block;
	font-size: 13px;
	font-family: Arial;
	color: #FFFFFF;
	padding: 6px 25px 6px 25px;
	text-decoration: none;
	letter-spacing: 1px;
	margin-right: 1px;
}

#menu a.active {
	background-color: #000000;
}

#menu li.active {
		
}

#menu li.active.contact {
	background: url(../images/contactarrow.png) bottom no-repeat;
}

#menu li ul {
	display: none;
	left: -20px;
	position: absolute;
	top: 27px;
	width: 160px;
	padding-top: 16px;
	text-align: center;
	background: url("../images/propertyarrow.png") no-repeat scroll center 6px transparent;
}

#menu li ul li {
	float: none;
    z-index: 999;
}

#menu li ul li a {
	width: auto;
	background: url(../images/logobg.png) 0 repeat;
}

#menu li ul li a:hover {
	background: url(../images/menubg.png) 0 repeat;
}

#menu li:hover ul {

	display: block;
}

#menu a:hover {
	background-color: #000000;
}

#country {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9999;
	padding: 10px;
	background: url(../images/flagbg.png) 0 repeat;
	color: #727272;
	font-size: 9px;
	text-decoration: none;
	text-align: center;
}

#country a {
	font-family: Arial;
	padding-top: 4px;
	padding-left: 5px;
}

#country:hover{
	color:#FFFFFF;
}
/* ********************************************************************** */
/* ***************************** Content CSS ***************************** */
/* ********************************************************************** */

#content {
	background: url(../images/contentbg.png) 0 repeat;
	margin-right: 1px;
	margin-bottom:50px;
}

#details {
	margin-top: 18px;
}

#details h1 {
	font-size: 16px;
	color: #000000;
	padding: 20px 0 0 20px;
	float: left;
	font-weight: normal;
	letter-spacing: 1px;
}

#explore{
	float:right;
	margin-right:20px;
}

#details img.play {
	float: left;
	margin-top: 16px;
}

#details a {
	margin-top: 16px;
	font-size: 12px;
	width: 140px;
	text-align: center;
	line-height: 20px;
	background: url(../images/explore.png) 0 repeat;
	float: left;
	margin-left: 4px;
	text-decoration: none;
	color: #FFFFFF;
}

.separator {
	height: 1px;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	background-color: #000000;
}

#text-content {
	width: 490px;
	padding-left: 20px;
	padding-bottom: 30px;
	float: left;
}

#text-content p {	
	font-size: 13px;
	color: #000000;
	padding-top: 20px;
}

#banner {
	float: left;
	padding-left: 26px;
}
/* ********************************************************************** */
/* ***************************** Leading Page CSS ***************************** */
/* ********************************************************************** */

#details h1 {
	font-size: 16px;
	color: #000000;
	padding: 20px 0 0 20px;
	font-weight: normal;
	float: none;
	letter-spacing: 1px;
	text-align:center;
}

.leading {
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	height: 160px;
	overflow: hidden;
}

.leading img.project {
	float: left;
	width: 207px;
	height: 160px;
}

.leading div.content {
	width: 630px;
	float: left;
	color: #000000;
	font-size: 17px;
	padding-left: 20px;
	margin-bottom: 10px;
	letter-spacing: 0.5px;
    height: 130px;
	overflow: hidden;
}

.leading .moreinfo {
	float: left;
}
.leading a.more-info {
	line-height: 20px;
	background: url(../images/moreinfobg.png) 0 repeat;
	float: left;
	font-size: 12px;
	color: #FFFFFF;
	margin-left: 20px;
	text-decoration: none;
	padding-left: 18px;
	padding-right: 18px;
	letter-spacing: 1px;
}

#pages {
	background-color: #000000;
	height: 26px;
	text-align: center;
	line-height: 20px;
	padding-top: 6px;
}

#pages #current {
	background-color: #fff;
	padding: 0 4px;
	font-size: 12px;
	display: inline-block!important;
}

#pages .digit {
	display: inline-block!important;
}

#prev {
	float: left;
	background-color: #fff;
	padding: 5px 10px;
	margin-top: -6px;
}

#prev .previousarrow {
	padding-right: 10px;
	padding-top: 3px;
}

#next {
	float: right;
	background-color: #fff;
	padding: 5px 10px;
	margin-top: -6px;
}

#next .nextarrow {
	padding-left: 10px;
	padding-top: 3px;
}

#first {}

#pages a {
	color: #000;
	font-size: 12px;
	text-decoration: none;
	vertical-align: top;
}

#pages .digit a {
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
	padding: 0 6px;
}

#searchBox {
	margin: 20px 0 0 20px;
	float: left;
	position: absolute;
}

#searchBox  input{
	width: 130px!important;
	background-color: #fff;
	height: 17px;
}

#searchButton {
	background: url(../images/searchButton.jpg) 0 no-repeat!important;
	height: 19px;
	cursor: pointer;
}

#searchResults {
	font-size: 16px;
	margin: 20px;
}

#searchResults a{
	cursor: pointer;
	float: left;
	margin-right: 5px;
}
/* ********************************************************************** */
/* ***************************** Property Page CSS ***************************** */
/* ********************************************************************** */
#backbtn {
	margin-top: 18px;
	padding-top: 20px;
}

#backbtn img.back {
	float: left;
	padding-left: 20px;
}

#backbtn .back {
	float: left;
}
#backbtn a {
	line-height: 20px;
	background: url(../images/moreinfobg.png) 0 repeat;
	float: left;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 18px;
	padding-right: 18px;
	letter-spacing: 1px;
}

#backbtn a.right {
	float: right;
	margin-right: 20px;
}

#property-name {
    text-align: center;
    float: left;
    width: 675px;
}

#property-name h1 {
	font-size: 17px;
	color: #000000;
	font-weight: normal;
	letter-spacing: 1px;
}

#property {
	margin-top: 20px;
	margin-left: 20px;
	float: left;
	width: 573px;
	margin-right: 20px;
	margin-bottom: 20px;
}

#property div.content {
	color: #000000;
	font-size: 13px;
	padding-bottom: 20px;
	letter-spacing: 1px;
    min-height: 157px;
}

#property .miniseparator {
	height: 1px;
	background-color: #000000;
	margin-bottom: 10px;
	margin-right: 20px;
	margin: 10px 20px 10px 0
}
.share {
	line-height: 20px;
}
.share,
.fb-like {
	margin-right: 25px;
}
#location {
	margin-top: 20px;
	float: left;
}

#location p {
	padding-left: 100px;
	padding-right: 100px;
	color: #FFFFFF;
	font-size: 12px;
	background-color: #5f6569;
	line-height: 20px;
}
#location img.map {
	width: 256px;
	height: 225px;
	border: solid 2px #000000;
    margin-bottom: 20px;
}

#property span.lable {
	float: left;
	background-color: #FFFFFF;
	color: #000000;
	margin-top: 10px;
	line-height: 20px;
	width: 180px;
	display: block;
	overflow: hidden;
	margin-right: 10px;
	font-size: 13px;
	line-height: 20px;
}

#property strong {
	float: left;
	color: #FFFFFF;
	background-color: #000000;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 10px;
	font-weight: normal;
	letter-spacing: 1px;
	font-size: 13px;
}
/* ********************************************************************** */
/* ***************************** Contact Page CSS ***************************** */
/* ********************************************************************** */
#menu li.contact {
	background: url(../images/contactarrow.png) bottom no-repeat;
	padding-bottom: 17px;
}

#content.contactbg {
	background: url(../images/contactbg.png) 0 repeat;
	margin-right: 1px;
	width: 640px;
	margin-left: auto;
    position: relative;
    padding-bottom: 10px;
}

.smalseparator {
	height: 1px;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	background-color: #FFFFFF;
}

#details h3.contacttitle {
	font-size: 16px;
	color: #FFFFFF;
	padding: 20px 0 0 20px;
	margin-left: auto;
	margin-right: auto;
	width: 200px;
	font-weight: normal;
	letter-spacing: 1px;
	text-align: center;
}

#content-text {
	margin-bottom: 20px;
	color: #fff;
}

#content-text p.dyn-content {
	width: 470px;
	color: #FFFFFF;
	font-size: 13px;
	padding-left: 20px;
	padding-top: 20px;
	letter-spacing: 1px;
}

label {

	color: #FFFFFF;
	font-size: 13px;
	letter-spacing: 1px;
	width: 150px;
	text-align: left;
	float: left;
	display: block;
	margin-bottom: 15px;
	margin-left: 20px;
	margin-right: 10px;
}

input {
	width: 185px;
	float: left;
	background-color: #e9e8e8;
	border-top:solid 2px #afafaf;
	border-left:solid 2px #afafaf;
}

textarea {
	width: 185px;
	height: 90px;
	float: left;
	line-height: 18px;
	background-color: #e9e8e8;
	border-top:solid 2px #afafaf;
	border-left:solid 2px #afafaf;
}
#info {
	width: 390px;
	background: url(../images/vertical-line.png) bottom right no-repeat;
	margin-bottom: 20px;
	float: left;
}

#intouch {
	width: 230px;
	float: left;
	margin-left: 20px;
}

#intouch strong {
	font-size: 13px;
	color: #FFFFFF;
	float: left;
	letter-spacing: 1px;
}

#intouch span {
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	padding-bottom: 10px;
	display: block;
	letter-spacing: 0.5px;
}

#intouch p {
	font-size: 13px;
	color: #FFFFFF;
	font-weight: normal;
	letter-spacing: 0.5px;
}

.littleseparator {
	height: 1px;
	margin-top: 22px;
	margin-bottom: 7px;
	margin-right: 20px;
	background-color: #FFFFFF;
}

button {
	background: url(../images/menubg.png) repeat;
	font-size: 16px;
	color: #FFFFFF;
	width: 200px;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}

#thankyou {
	background: url(../images/contactbg.png) repeat;
	width: 330px;
	height: 150px;
	font-size: 22px;
	text-align: center;
	margin: 50px auto;
	color: #fff;
	line-height: 150px;
}

/* ********************************************************************** */
/* ***************************** Footer CSS ***************************** */
/* ********************************************************************** */
#social {
	z-index: 11;
	padding: 10px;
	height:22px;
	clear:both;
    position: relative;
}

#social p {
	float: left;
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
	padding: 7px 17px 7px 17px;
	margin-left: 10px;
	margin-right: 10px;
	background: url(../images/socialbg.png) 0 repeat;
	overflow: hidden;
}

#social #fb {
	background: url(../images/fb.png) 0 no-repeat;
	display: block;
	width: 16px;
	height: 18px;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
}

#social #tweet {
	background: url(../images/tweet.png) 0 no-repeat;
	display: block;
	width: 16px;
	height: 18px;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
}

#social #in {
	background: url(../images/linkedin.png) 0 no-repeat;
	display: block;
	width: 16px;
	height: 18px;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
}

#social  span {
	float: left;
	padding-right: 10px;
}

body {
	height: 100%;
}

#supersized-loader {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 0;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	text-indent: -999em;
	background: url(../img/progress.gif) no-repeat center center;
}

#supersized {
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	overflow: hidden;
	z-index: -999;
	height: 100%;
	width: 100%;
}

#supersized img {
	width: auto;
	height: auto;
	position: relative;
	display: none;
	outline: none;
	border: none;
}

#supersized.speed img {
	-ms-interpolation-mode: nearest-neighbor;
	image-rendering: -moz-crisp-edges;
}

#supersized.quality img {
	-ms-interpolation-mode: bicubic;
	image-rendering: optimizeQuality;
}

#supersized li {
	display: block;
	list-style: none;
	z-index: -30;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #111;
}

#supersized li.prevslide {
	z-index: -20;
}

#supersized li.activeslide {
	z-index: -10;
}

#supersized li.image-loading {
	background: #111 url(../img/progress.gif) no-repeat center center;
	width: 100%;
	height: 100%;
}

#supersized li.image-loading img {
	visibility: hidden;
}

#supersized li.prevslide img, #supersized li.activeslide img {
	display: inline;
}

/* Controls Bar
 ----------------------------*/
#controls-wrapper {
	margin: 0 auto;
	height: 30px;
	width: 90px;
	bottom: 0px;
	right: 18px;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.7);
	position: fixed;
}

#controls {
	overflow: hidden;
	height: 100%;
	position: relative;
	text-align: left;
	z-index: 5;
}

#navigation {
	float: right;
	margin: 0px 20px 0 0;
}

#play-button {
	float: left;
	display: block;
	width: 30px;
	height: 30px;
	cursor: pointer;
}

#prevslide, #nextslide {
	display: block;
	height: 30px;
	width: 30px;
	float: left;
	cursor: pointer;
}

#prevslide {
	background: url('../images/back.png');
}
#nextslide {
	background: url('../images/forward.png');
}

#thumb-list {
	display: none;
}

.carousel {
	position: relative;
	margin: 20px 20px 0;
	height: auto;
	overflow: hidden;
}

.carousel .slides {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
	position: relative;
	overflow: visible;
}

.carousel .slides .slideItem {
	position: absolute;
	cursor: pointer;
	overflow: hidden;
	padding: 0;
	margin: 0;
	border: none;
	top:0 !important
}

.carousel .slides .slideItem a {
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	position:relative;
}

.carousel .slides .slideItem img {
	margin: 0;
	padding: 0;
	border: none;
	width: 100%;
	height: 100%;
	position:relative;
	z-index:1;
}

.carousel .slides .slideItem span {
	position:absolute;
	z-index:2;
	width:130px;
	height:20px;
	background:url('../images/enlarge-bg.png') 0 0 no-repeat;
	right:0;
	bottom:4px;
	font-size:13px;
	color:#FFF;
	line-height:20px;
	text-indent:5px;
	display:none;
}

.carousel .slides .slideItem.active span {
	display:block;
}


.carousel .nextButton {
	position: absolute;
	right: 0px;
	top: 0;
	width: 30px;
	height: 207px;
	background: url("../images/next_button.png") no-repeat center;
	cursor: pointer;
	z-index: 99;
}

.carousel .prevButton {
	position: absolute;
	top: 0;
	width: 30px;
	height: 207px;
	background: url("../images/prev_button.png") no-repeat center;
	cursor: pointer;
	z-index: 99;
}

.carousel .buttonNav {
	position: relative;
	margin: 0 auto;
	z-index: 999;
}

.carousel .buttonNav .numbers {
	position: relative;
	float: left;
	margin: 5px;
	color: #828282;
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
	font-size: 1em;
	font-family: Arial, Verdana;
}

.carousel .buttonNav .numbers:hover {
	color: #000;
	text-decoration: underline;
}

.carousel .buttonNav .numberActive {
	background: none;
	color: #000;
	cursor: default;
}

.carousel .buttonNav .bullet {
	position: relative;
	float: left;
	width: 16px;
	height: 16px;
	background: url(images/Bullet-White.png) no-repeat center;
	margin: 5px;
	float: left;
	cursor: pointer;
}

.carousel .buttonNav .bullet:hover {
	background: url(images/Bullet-Black.png) no-repeat center;
}

.carousel .buttonNav .bulletActive {
	background: url(images/Bullet-Black.png) no-repeat center;
	cursor: default;
}

.carousel .slides .videoOverlay {
	background: url("images/video.png") no-repeat center; 
}

.carousel .slides .spinner {
	background: #000 url(images/loading.gif) no-repeat center;
}

.carousel .shadow {
	width: 100%;
	height: 82px;
}

.carousel .shadow .shadowLeft {
	background: url("images/shadowLeft.png") no-repeat;
	width: 100px;
	height: 82px;
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/shadowLeft.png, sizingmethod=scale)"; /* IE8 */
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/shadowLeft.png, sizingmethod=scale); /* IE6 & 7 */
}

.carousel .shadow .shadowMiddle {
	height: 82px;
	background: url("images/shadowTile.png") repeat-x;
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/shadowTile.png, sizingmethod=scale)"; /* IE8 */
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/shadowTile.png, sizingmethod=scale); /* IE6 & 7 */
}

.carousel .shadow .shadowRight {
	width: 100px;
	height: 82px;
	background: url("images/shadowRight.png") no-repeat;
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/shadowRight.png, sizingmethod=scale)"; /* IE8 */
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/shadowRight.png, sizingmethod=scale); /* IE6 & 7 */
}

.carousel .gradient {
	background-image: url(scripts/gradient.svg);
}

#prop-box {
    background: url(../images/socialbg.png) repeat;
    padding: 16px 20px;
    position: absolute;
    bottom: 50px;
    right: 225px;  
}

@font-face {
	font-family: 'CenturyGothic';
	src: url('../fonts/Centurygothic.eot');
	src: url('../fonts/Centurygothic.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/Centurygothic.woff') format('woff'),
	     url('../fonts/gothic.ttf')  format('truetype')
	}

#prop-box-title {
    font-size: 18px;
	font-family: CenturyGothic;
}
#prop-box-title a {
    color: #fff!important;
}

#prop-box-content {
    margin: 15px 0;
    font-size: 16px;
    height: 95px;
    overflow: hidden;    
}

#prop-link {
    /*width: 172px;
    height: 27px;
    line-height: 27px;
    background: url(../images/property_link.png) no-repeat;
    color: #000000;
    padding-left: 12px;
    font-size: 14px;*/
}

#prop-link a:visited {
    color: #000000;
}

#prop-link a:active {
    color: #000000;
}