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

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #555;
}

#top_line {
	width: 100%;
	height: 5px;
	background: #ff8002;
	float: left;
	margin: 0;
}

/* Top Panel */
#top_panel img{
	float:left;
}
#top_panel {
	width: 100%;
	float: left;
	padding: 15px 0;
}

#top_panel_inner {
	width: 980px;
	margin: 0 auto;
}

#logo {
	float: left;
	margin-left: 20px;
}

/* Photo Gallery */
#thumbs {
	margin: 0;
	padding: 0;	
}

#thumbs li {
	list-style-type: none;
	margin-right: 10px;
	float: left;
}

.item-thumbs {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	cursor: pointer;
}

.item-thumbs a + img {
	width: 100%;	
}

.item-thumbs .hover-wrap {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	
	opacity: 0;
	filter: alpha(opacity=0);
	
	-webkit-transition: all 450ms ease-out 0s;	
	   -moz-transition: all 450ms ease-out 0s;
		 -o-transition: all 450ms ease-out 0s;
		    transition: all 450ms ease-out 0s;
		  
	-webkit-transform: rotateY(180deg) scale(0.5,0.5);
	   -moz-transform: rotateY(180deg) scale(0.5,0.5);
		-ms-transform: rotateY(180deg) scale(0.5,0.5);
		 -o-transform: rotateY(180deg) scale(0.5,0.5);
			transform: rotateY(180deg) scale(0.5,0.5);	
}

.item-thumbs:hover .hover-wrap,
.item-thumbs.active .hover-wrap {
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transform: rotateY(0deg) scale(1,1);
	   -moz-transform: rotateY(0deg) scale(1,1);
		-ms-transform: rotateY(0deg) scale(1,1);
		 -o-transform: rotateY(0deg) scale(1,1);
		    transform: rotateY(0deg) scale(1,1);
}

.item-thumbs .hover-wrap .overlay-img {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #336699;
	
	opacity: 0.80;
	filter: alpha(opacity=80);
}

.item-thumbs .hover-wrap .overlay-img-thumb {
	position: absolute;
	top: 40%;
	left: 50%;
	margin: -16px 0 0 -16px;
	color: #FFFFFF;
	font-size: 32px;
	line-height: 1em;
	opacity: 1;
	filter: alpha(opacity=100);
}

.albumTitle{
  font-weight: bold;	
}

/* Submenu */

#submenu {
	width: 100%;	
	float: left;
	padding-bottom: 15px;
    background: #fff;
    background: -moz-linear-gradient(top, #ffffff 20%, #eeeeee 80%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#ffffff), color-stop(80%,#eeeeee));
    background: -webkit-linear-gradient(top, #ffffff 20%,#eeeeee 80%);
    background: -o-linear-gradient(top, #ffffff 20%,#eeeeee 80%);
    background: -ms-linear-gradient(top, #ffffff 20%,#eeeeee 80%);
    background: linear-gradient(to bottom, #ffffff 20%,#eeeeee 80%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
}

#submenu_inner {
	width: 980px;
	margin: 15px auto;
}

#submenu_navigation {
	width: 100%;
	padding: 0 0 0 20px;
}

#submenu_navigation li {
	float: left;
	list-style: none;
	line-height: 0;
	padding: 8px 0;
}

#submenu_navigation ul li a {
	float: left;
	padding: 0 15px;
	text-decoration: none;
	font-size: 16px;
	line-height: normal;
	color: #666;
	border-left: #CCC solid 1px;
}

#submenu_navigation ul li a:hover {
	color: #000;
}

#submenu_navigation ul li:first-child a{
	border-left: none;
}


#submenu_navigation ul li.current > a{
	color: #ff6702;
}

/* Default */

.banner{
	position: relative;
	width: 100%;
	height: auto;
	margin-bottom: 0;
	float: left;
}

.banner img{
	float: left;
}

/* Content */

#content {
	width: 100%;
	float: left;
	padding: 20px 0;
}

#content_inner {
	width: 980px;
	margin: 0 auto;
}

#content_body {
	width: 100%;
	padding: 10px 20px 30px 20px;
	float: left;
}

.wrapbox{
	width:100%;
	float:left;
}

.left{
	width:70%;
	float:left;
	margin-top: 25px;
	font-weight: bold;	
	text-transform: uppercase;		
}

.right{
	margin-top: 25px;
	width:30%;
	float:left;
}

.middlecontent{
	float: left;
	width:100%;
	margin-top: 15px;
}

.propertyContent{
	float: left;
	width:100%;
	margin-top: 15px;	
}

#home_content_box {
	width: 450px;
	float: left;
	box-shadow: 2px 2px 5px #999;
	margin: 25px 0;
}

#home_content_box.property_box {
	margin: 25px 35px 25px 20px;
}

.home_content_box_title {
	width: 100%;
	background: #000;
	color: #FFF;
	padding: 12px 20px;
	font-size: 26px;
	line-height: normal;
	text-transform: uppercase;
	float: left;
}

.home_content_box_title div {
	float: left;
}

.home_content_box_title .box_icon {
	margin-right: 10px;
}

.box_icon img{
	float: left;
}

.home_content_box_logo {
	width: 100%;
	height: 180px;
	padding: 30px 20px;
	text-align: left;
	float: left;
}

.home_content_box_link {
	width: 100%;
	padding: 20px;
	float: left;
	background: #ff8002;
	color: #FFF;
	font-size: 15px;
	line-height: 26px;
	height: 180px;
}

.home_content_box_link span {
	font-size: 22px;
}

.home_content_box_link a {
	text-decoration: none;
	color: #FFF;
}

.launching_title{
	width: 100%;
	font-weight: bold;
	float: left;
	margin-bottom: 10px;
	font-size: 20px;
}

/* Breadcrumbs */

#breadcrumbs {
	width: 100%;
	font-size: 14px;
	line-height: 40px;
	float: left;
	border-bottom: #ddd solid 1px;
	text-transform: uppercase;
}

#breadcrumbs a {
	color: #555;
	text-decoration: none;
}

#breadcrumbs a:hover {
	color: #000;
}

/* Content Text */

.page_title_bar {
	width: 100%;
	float: left;
	font-size: 20px;
	font-weight: bold;
	color: #555;
	margin: 25px 0;
	text-transform: uppercase;
}

/* Property Development */

#left_content {
	width: 606px;
	float: left;
}

#sidebar {
	width: 300px;
	float: right;
	box-shadow: 1px 2px 5px #999;
	padding: 8px;
	margin-top: 30px;
}

#sidebar_inner {
	width: 100%;
	background: #f4f4f4;
	float: left;
}

.sidebar_title {
	width: 100%;
	background: #666;
	padding: 10px 15px;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
	word-break: break-all;
}

#sidebar_property_content {
	width: 100%;
	text-align: center;
	padding: 15px;
	border-bottom: #FFF solid 1px;
	float: left;
}

.class_sidebar_property_content {
	width: 100%;
	text-align: center;
	padding: 15px;
	border-bottom: #FFF solid 1px;
	float: left;
}

.class_sidebar_property_content_download {
	width: 100%;
	text-align: left;
	padding: 15px;
	float: left;	
}

.sidebar_property_text {
	float: left;
	text-align: left;
	font-size: 13px;
	line-height: 19px;
	margin-bottom: 30px;
}


.sidebar_property_text a {
	text-decoration: none;
	padding: 0;
	border: none;
	float: left;
	margin: 0;
	background: none;
	color: #555;
	width: 100%;
	line-height: 25px;
	word-break: break-all;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

.sidebar_property_text a:hover {
	text-decoration: none;
	color: #000;
}

.sidebar_property_content_background {
	font-weight: bold;
	background: #e4e4e4;
	padding: 5px;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	text-align: left;
	font-size: 13px;
	line-height: 19px;
}

/* Slideshow */

#property_slideshow {
	width: 100%;
	float: left;
	margin-bottom: 50px;
}

#slideshow {
	list-style: none;
	color: #fff;
}

#slideshow span {
	display: none;
}

#wrapper {
	width: 100%;
	margin: 0;
	display: none;
}

#wrapper * {
	margin: 0;
	padding: 0;
}

#fullsize {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 75%;
}


#information {
	position: absolute;
	bottom: 0;
	width: 364px;
	height: 0;
	background: #000;
	color: #fff;
	overflow: hidden;
	z-index: 200;
	opacity: .7;
	filter: alpha(opacity=70);
}

#information h3 {
	padding: 4px 8px 3px;
	font-size: 14px;
}

#information p {
	padding: 0 8px 8px;
}

#image {
	width: 100%;
	height: 100%;
}

#image img {
	position: absolute;
	width: auto;
	padding: 8px;
	border: 1px solid #ddd;
	background: #FFF;
}

.imgnav {
	position: absolute;
	width: 25%;
	height: 68%;
	cursor: pointer;
	z-index:150;
}

#imgprev {
	left: 0;
	background: ;
}

#imgnext {
	right: 0;
	background: ;
}

#imglink {
	position: absolute;
	height: 80%;
	width: 100%;
	z-index: 100;
	opacity: .4;
	filter: alpha(opacity=40);
	background: ;
}

.linkhover {
	background: url(../images/link.gif) center center no-repeat;
}

#thumbnails {
	margin-top: 15px;
}

#slideleft {
	float: left;
	width: 20px;
	height: 100px;
	background: #eee url(../images/scroll-left.gif) center center no-repeat;
}

#slideleft:hover {
	background-color:#ddd;
}

#slideright {
	float: right;
	width: 20px;
	height: 100px;
	background: #eee url(../images/scroll-right.gif) center center no-repeat;
}

#slideright:hover {
	background-color: #ddd;
}

#slidearea {
	float: left;
	position: relative;
	width: 555px;
	margin-left: 5px;
	height: 100px;
	overflow: hidden;
}

#slider {
	position: absolute;
	left: 0;
	height: 81px;
}

#slider img {
	cursor: pointer;
	border: 1px solid #ccc;
	padding: 2px;
	width: 127px;
	height: 100px;
}

/* Project Gallery */

#project_gallery {
	width: 100%;
	float: left;
}

#project_gallery ul{
list-style: none;
}


/* Footer */

#footer {
	width: 100%;
	float: left;
	background: #f4f4f4;
	box-shadow: inset 0px -2px 5px 3px #ddd;
}

#footer_inner {
	width: 980px;
	margin: 0 auto;
	padding: 25px 20px;
}

#footer_inner .footer_text {
	width: 629px;
	font-size: 13px;
	line-height: 20px;
	color: #666;
	float: left;
}

#footer_inner .footer_certificate {
	float: right;
	margin-bottom: 20px;
}