body{
	margin: 0;
	padding: 0;
	color: #555;
	font: normal 16px "Microsoft JhengHei","STHeiti",Arial,Helvetica,sans-serif;
	background: #FFF;
}
body.white_bg{background: white !important;}
.inner_wrapper{
	max-width: 1100px;
	padding: 10px;
	margin: 0 auto;
}

h2{font-size: 36px;}
.haccordion{background: white;}
img{max-width: 100%;}
.hpanel img{width: 260px;}

#mainmenu ul{
	padding:6px 20px 5px 20px;
	margin:0px;
}

#mainmenu ul li{
	display: inline;
}

#mainmenu ul li a{
	color:#ffffff;
	background-color:transparent;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding:5px 8px;
}

#mainmenu ul li a:hover, #mainmenu ul li.active a{
	color: #6399cd;
	background-color:#EFF4FA;
	text-decoration:none;
}
.main_menu a:hover{text-decoration: underline;}

div.flash-error, div.flash-notice, div.flash-success{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a{
	color:#264409;
}

div.form .rememberMe label{
	display: inline;
}

div.view{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

div.breadcrumbs{
	font-size: 0.9em;
	padding: 5px 20px;
}

div.breadcrumbs span{
	font-weight: bold;
}

div.search-form{
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}



#main_hc li .hpanel img{float: left;margin-right: 15px;}
.hc_item_info_wrapper{
    margin-left: 260px;
    padding: 0 15px;
    padding-top: 90px;
    font-size: 16px;
}

.hc_item_location{margin-bottom: 10px;}
.hpanel img{
	opacity: 0.7;
	transition: .5s all;
}
.hc_slider li{
	cursor: pointer;
	position: relative;
}
.hc_slider li:hover img,.hc_slider li .hover img{
	margin-top: -15px;
}
.hc_slider li:hover img,
.hc_slider li .hover img,
.hc_slider li.hc_active img{
	opacity: 1;
}
.hc_item_tit{
    position: absolute;
    left: 0;
    width: 30px;
    text-align: center;
    background: rgb(139, 35, 125,0.8);
    color: white;
    transition: 0.5s all;
    padding: 10px 2px;
    font-size: 20px;
}
.hc_item_location{
	font-size: 14px;
	background: rgb(139, 35, 125,0.8);
	color: white;
	position: absolute;
	left: 0;
	padding: 5px;
	transition: 0.5s all;
	bottom: 0;
}
.hc_item_mask {
    background: rgba(139, 35, 125,0.6);
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.7;
    transition: .5s all;
}
.hc_slider li:hover .hc_item_mask,
.hc_slider li .hover .hc_item_mask
{
	opacity: 0;
}
.mmc2 .hc_item_tit,.mmc2 .hc_item_location,.mmc2 .hc_item_mask{	background: rgba(1, 82, 5,0.8);}
.mmc3 .hc_item_tit,.mmc3 .hc_item_location,.mmc3 .hc_item_mask{	background: rgba(116, 0, 0,0.8);}
.mmc5 .hc_item_tit,.mmc5 .hc_item_location,.mmc5 .hc_item_mask{	background: rgba(0, 54, 128,0.8);}
.mmc6 .hc_item_tit,.mmc6 .hc_item_location,.mmc6 .hc_item_mask{	background: rgba(67, 60, 44,0.8);}
.hc_item_info{margin-top: 20px;opacity: 0;transition: 2s all;}
.hc_active .hc_item_tit {
	font-weight: bold;
    font-size: 26px;
	background: transparent;
    width: auto;
    top: 15px;
    left: 275px;
    right: initial;
    color: inherit;
    padding: 0;
}
.hc_active .hc_item_location {
    color: inherit;
    font-weight: bold;
    background: transparent;
    padding: 0;
    bottom: initial;
    left: 275px;
    top: 55px;
    font-size: inherit;
}
.hc_active .hc_item_info{
	margin-top: 0;opacity: 1;
}
.hc_active .hc_item_mask{
	opacity: 0;
}

.footer{
	background: #efede9;
	padding: 40px 0;
}
.footer_intro{
	float: right;
	width: 60%;
	font-size: 12px;
	padding: 0 0 20px;
}
.clr{
	clear: both;
}
.footer_link_icon{
	height: 60px;
	margin-bottom: 20px;
}
.footer_cp_row{
	border-top: 2px solid rgba(155, 154, 155, 0.5);
	padding: 20px 0 0;
}
.rel{
	position: relative;
}
.tower_row{
	position: relative;
	height: 600px;
	background: url("../imgs/body_bg.jpg") no-repeat 50% 10%;
	background-position: 50% -20%;
	background-attachment: fixed;
	background-size: 100% auto;
	transition: 1s all;
}
.init_ani .tower_row{background-position: 50% 0;}
.tower_mmc img{display: block;}
.tower_mmc{
	position: absolute;
	bottom: 0;
	opacity: 0;
	transition: .5s all;
	cursor: pointer;
}
.tower_row.hover .tower_mmc{
	opacity: 0.5 !important;;
}

.init_ani.tower_mmc{opacity: 1;}
.tower_inner .init_ani.tower_mmc:hover{opacity: 1 !important;}
.tower_mmc1 {
    width: 150px;
    right: 163px;
}
.tower_mmc2 {
    width: 110px;
    right: 57px;
}
.tower_mmc3{ width: 90px; right: 0; }
.tower_mmc5{ width: 170px; right: 380px;}
.tower_mmc6{     
    width: 50px;
    right: 315px;
}
.main_menu a{
	color: white;	
	text-decoration: none;
	transition: .5s all;
}
.main_menu li{
    list-style: none;
    margin-bottom: 5px;
    display: inline-block;
    margin-right: 15px;
    transition: .5s all;
}
.main_menu li.init_ani{

}
.main_menu {
	position: absolute;
    top: 15px;
    left: 380px;
    z-index: 1;
    font-size: 22px;
    opacity: 0;
    transition: .5s all;
}
.init_ani.main_menu {
    top: 35px;
	opacity: 1;
}
.tower_mask{
	background: rgba(100,100,100,0.5);
	transition: 1s all;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.init_ani .tower_mask{
	background: rgba(0,0,0,0.5);
}
.init_ani .tower_row.hover .tower_mask{
	background: rgba(0,0,0,0.7);
}
.tower_inner{
	position: relative;bottom: 0;height: 100%;padding: 0;
}
.header_icon {
    background: url(../imgs/mmc_icon.png) no-repeat;
    background-size: contain;
    width: 325px;
    height: 150px;
    position: absolute;
    top: 30px;
    left: 25px;
    z-index: 1;
    transition: .5s all;
}
.tower_intro{
	position: absolute;
    color: white;
    transition: 1s all;
    opacity: 0;
}
.tower_intro_tit{	
	font-size: 50px; 
	letter-spacing: 2px;
	bottom: 30%;
	left: 0%;
}
.tower_intro_slogen{
	font-size: 30px;
    bottom: 20%;
	left: 0%;	
}
.init_ani.tower_intro_tit{	opacity: 1;left: 5%;}
.init_ani.tower_intro_slogen{	opacity: 1;left: 5%;}
.pg_icon{
    background: url(../imgs/mmc_icon.png) no-repeat;
    background-position:  50% 65%;
    background-size: contain;
    width: 50%;
    height: 100%;
    max-width: 400px;
    margin: auto;position: absolute;
    left: 0;
    right: 0;
    transition: 1s all;
}
.ani_pg_cover .pg_icon{
	background-position: 50% 50%;
}
.pg_icon_mask{
	background: #483232;
	position: fixed;
	z-index: 9;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	transition: 1s all 2s;
	opacity: 1;
}
.pg_icon_mask.ani_pg_cover{
	opacity: 0;
}
.haccordion li{
	opacity: 0;
	transition: 1s opacity, 0.5s width;
}
.haccordion li.init_ani{
	opacity: 1;
}
.row_td{float: left;}
.w50p{
	width: 49%;
	margin-left: 1%;
	margin-right: 1%;
}
.w30p{
	width: 29%;
	margin-left: 1%;
	margin-right: 1%;
}
.w70p{
	width: 69%;
	margin-left: 1%;
	margin-right: 1%;
}
.row_td.first{margin-left: 0%;}
.row_td.last{margin-left: 0%;}
.location_map{height: 600px;}
.pop_tit{font-weight: bold;font-size: 18px;margin-bottom: 10px;}
.service_block{
	height: 160px;
	text-align: center;
	background-position: 50% 10%;
	background-size: auto 150%;
	background-repeat: no-repeat;
	background-image: url("../imgs/service_security.jpg");
	margin-bottom: 20px;
	position: relative;
	cursor: pointer;
	transition: .5s all;
}
.service_block:hover{
	background-size: auto 160%;	
}
.service_tit{
	position: absolute;bottom: 0;color: white;background: rgba(72, 50, 50,0.8);padding: 5px;
	left: 0;right: 0;margin: auto;
}
.service_repair{
	background-image: url("../imgs/service_repair.jpg");
}
.service_clean{
	background-image: url("../imgs/service_clean.jpg");
}
.service_guest{
	background-image: url("../imgs/service_guest.jpg");
}

.service_content{display: none;}
.service_content_inner {
    font-size: 18px;
    padding: 20px;
    background: rgba(159, 184, 23, 0.9);
    color: white;
}
.service_content_inner h3{
	font-size: 30px;
	margin-top: 0;
}
.service_gallery{margin-top: 40px;}
.service_gallery img{
	height: 130px;
}
.green_item_content img{
	display: block;
	margin: 0 auto;
}
.green_item_content{
	max-width: 840px;
    color: white;
}
.section_about img{margin-top: 30px;}
.section_about,.section_service,.section_greencorner{
	background: #fcf7ee;
	padding-bottom: 60px;
}
.section_location{
	background: url("../imgs/location_bg2.jpg") no-repeat 50% 50%;
	background-attachment: fixed;
	background-size: cover;
	color: white;
}

.section_greencorner{
	background: url("../imgs/gc_bg2.jpg") no-repeat 50% 50%;
	background-attachment: fixed;
	background-size: cover;
	color: white;
}
.greencorner_main_img{
	display: block;
	width: 100%;
}
.green_item:before {
    content: " ";
    display: block;
    overflow: hidden;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 15px;
    border-color: transparent transparent transparent #668800;
    float: left;
    margin-top: 4px;
    margin-right: 10px;
}
.green_item{
	text-decoration: underline;cursor: pointer;
	margin-bottom: 10px;
	transition: .5s all;
}
.green_item:hover:before {
    content: " ";
    display: block;
    overflow: hidden;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 15px;
    border-color: transparent transparent transparent #ff6600;
    float: left;
    margin-top: 4px;
    margin-right: 4px;
}
.green_item:hover{
	padding-left: 5px;
	color: #ff6600;
}
.header{
	width: 100%;
	z-index: 9;
	transition: .5s background;
	height: 0;
}
.not_at_top .header{
	position: fixed;
	background: rgba(72, 50, 50,0.8);
    height: 90px;
    left: 0;
}
.floating_leasing_btn {
    position: fixed;
    width: 20px;
    color: white;
    right: 0;
    top: 20%;
    background: rgba(72, 50, 50,0.8);
    padding: 10px;
    font-size: 20px;
    border-radius: 10px 0 0 10px;
    z-index: 1;
    cursor: pointer;
    transition: .5s all;
}
.not_at_top .floating_leasing_btn{	top: 10%;}
.floating_leasing_btn:hover{opacity: 0.8;}
.not_at_top .header_icon{top: 15px;height: 70px;}
.not_at_top .main_menu {top: 10px;}

.mobile_menu_toggle{display: none;}
.pop_wrapper{color: #555;}
.greencorner_main_img{display: none;}
.footer_links_wrapper{float: right;}
.footer_links_wrapper a {
    color: #8e7d61;
    text-decoration: none;
    position: relative;
    margin-right: 8px;
}
.footer_links_wrapper a:after {
    content: '';
    position: absolute;
    width: 1px;
    right: -6px;
    background: #8e7d61;
    height: 0.85em;
    top: 0;
    bottom: 0;
    margin: auto;
}
.footer_cp_row{
    color: #8e7d61;
	font-size: 14px;
}

.location_map_wrapper{
	overflow: hidden;
	width: 70%;
	float: right;
	position: relative;
}
.location_map_inner{
	transform-origin: 50% 50%;
	transition: .5s all;
	transform: scale(1);
}
.general_inner{
	max-width: 1000px;
	margin: 0 auto;
}
.map_fixed_pt{
	width: 8px;
    height: 8px;
	background: #ff6601;
	border-radius: 10px;
	position: absolute;
	cursor: pointer;
	opacity: 1;
	transition: .5s all;
	z-index: 3;
}
.map_pt_desc{
    font-size: 12px;
    background: #ccc;
    color: black;
    padding: 5px;
    border: 1px solid black;
    width: 120px;
    max-width: 120px;
    text-align: center;
    position: absolute;
    top: -10px;
    left: -150px;
    opacity: 0;
    transition: 0.5s opacity;
}
.fixed_map_pt_desc {
    font-size: 12px;
    background: #fe0000;
    color: white;
    padding: 5px;
    border: 1px solid black;
    width: 50px;
    text-align: center;
    position: absolute;
    top: -45px;
    right: -65px;
    opacity: 0;
    transition: 0.5s opacity;
    text-align: left;
}
.map_pt_desc.top{
    top: -50px;
    left: -50px;
}
.map_pt{
	width: 8px;
    height: 8px;
	background: #ff6601;
	border-radius: 10px;
	position: absolute;
	cursor: pointer;
	opacity: 1;
	transition: .5s all;
	z-index: 3;
}
.selected_map .fixed_map_pt_desc{
	opacity: 1;
}
.selected_map .map_pt{
	opacity: 0;
}
.selected_map .map_pt.active .map_pt_desc{
	opacity: 1;
}
.selected_map .map_pt.active{
	opacity: 1;
}
.location_path{
    position: absolute;
    opacity: 0;
    left: 0;
    right: 0;
    width: 100%;
    transition: .5s all;
}
.location_path.active{
	opacity: 1;
}
.map_item{
	color: #ff6600;
	cursor: pointer;
}
.map_item:hover{
	color: #ff9900;
}
.map_item:hover:before{
	content: "+";
}
.location_map_list {
    padding-top: 13%;
    position: absolute;
    height: 100%;
    text-align: right;
    width: 30%;
    font-size: 18px;
    float: left;
    padding-right: 19.5%;
    background: url(../imgs/map_list_bg2.png) no-repeat 100% 0;
    background-size: auto 86%;
    z-index: 7;
}
.disa{display: inline-block;width: 3%;}
.pg_section_location{
	padding-bottom: 20px;
}
.map_subtit{
	margin-top: 20px;
	color: #ff9900;
	font-size: 20px;
}
.map_frame{
	display: block;
	height: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}

.location_tit{
	width: 47%;
    float: right;
    font-size: 38px;
    color: black;
    position: relative;
}
.location_tit:before {
    content: "+";
    font-size: 50px;
    position: absolute;
    left: -40px;
    top: -11px;
}



.general_tit {
    width: 57%;
    float: right;
    font-size: 38px;
    color: black;
    position: relative;
    margin-bottom: 20px;
    margin-top: 45px;
}
.location_slogan{
	margin-bottom: 20px;
}
.general_tit:before {
    content: "+";
    font-size: 50px;
    position: absolute;
    left: -40px;
    top: -11px;
}
.service_wrapper{
	overflow: hidden;
	width: 60%;
	float: right;
	position: relative;
	min-height: 560px;
	z-index: 4;
}
.service_sidebar {
    padding-top: 0;
    position: absolute;
    height: 100%;
    text-align: right;
    width: 55%;
    font-size: 18px;
    float: left;
    padding-right: 0;
    background: url(../imgs/general_sidebar.png) no-repeat 100% 0;
    background-size: auto 100%;
    z-index: 3;
    top: -6%;
    height: 106%;
}
.service_block_outer {
    padding: 25px 0 15px 25px;
    background: #6f7236 url(../imgs/service_frame.png) no-repeat 50% 50%;
    background-size: 100% 100%;
    margin-bottom: 20px;
}
.service_block_outer .service_block {
	margin-bottom: 0;
}
.service_block_outer:hover .service_tit:before {
    content: "+";
    position: absolute;
    left: 0;
    font-size: 30px;
    top: -11px;
}
.service_block_outer .service_tit {
    background: none;
    position: static;
    font-size: 18px;
    padding: 0;
    margin-top: 3px;
    letter-spacing: 7px;
    text-align: left;
    padding-left: 10%;
    position: relative;
}
.row_td.w50p.first .service_block_outer{
	margin-right: 3%;
}
.row_td.w50p.last .service_block_outer{
	margin-left: 3%;
	background-color: #888b43;
}
.green_wrapper{
	min-height: 600px;
}
.greencorner_sidebar{
	position: absolute;
	width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    background: url("../imgs/green_bg_right.png") no-repeat 100% 0;
}
.green_wrapper{
    background: url("../imgs/greencorner_bg.png") no-repeat 100% 100%;	
    background-size: 60% auto;
    padding-left: 10px;
    padding-bottom: 70px;
}

.pg_section_greencorner .general_tit{
	float: left;
	margin-top: 80px;
	margin-left: 45px;
}
.green_item{
	color: #668800;
	text-decoration: none;
	font-weight: bold;
}
.greencorner_slider {
    width: 215px;
    height: 125px;
    margin-top: 30px;
    margin-bottom: 0;
}
.greencorner_right_slider {
    width: 175px;
    height: 100px;
    position: absolute;
    right: 1%;
    top: 6%;
}
.contact_left_content{
	width: 65%;
	float: left;
}
.contact_left_content_inner{
	min-height: 550px;
	background: #cde094;
	position: relative;
	padding: 20px;
	margin-bottom: 60px;
	color: black;
}
.contact_left_content_inner:before {
    content: " ";
    display: block;
    overflow: hidden;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0px 0px 30px;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    right: 0;
    top: 0;
}
.pt45{padding-top: 1px;}
.pg_section_contact .general_tit {
    display: block;
    width: auto;
    float: none;
    margin-left: 36px;
}

.contact_right_sidebar{
	float: right;
	width: 32%;
}

.contact_info_widget {
    background: #bbd56c;
    padding: 30px 30px;
    color: black;
    position: relative;
    margin-bottom: 30px;
}
.contact_logo_widget{
    margin-bottom: 30px;	
}
.contact_logo_widget img{
	display: block;
	margin-bottom: 10px;
}
.contact_info_item{
	margin-bottom: 20px;
}
.contact_location{
	font-size: 20px;
    font-weight: bold;
}
.contact_info_widget:before {
    content: " ";
    display: block;
    overflow: hidden;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0px 0px 30px;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    right: 0;
    top: 0;
}
.contact_email{
	margin-bottom: 3px;	
}
.contact_email a{
	color: inherit;
	text-decoration: none;
}
.ophidden{
	opacity: 0 !important;
}
.contact_left_content_inner .row>label {
    width: 30%;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 5px;
    float: left;
    color: black;
}
.contact_left_content_inner .row:after{
	content: " ";
	clear: both;
	display: block;
}

.contact_left_content_inner h3 {
    margin: 0;
    font-size: 21px;
    margin-bottom: 5px;
    margin-top: 10px;
    letter-spacing: 5px;
}

.contact_left_content_inner .row{margin-bottom: 2px;}
.contact_form_btn:hover {
	color: #ff6600;
}
.contact_form_btn {
    display: inline-block;
    padding: 3px 15px;
    color: white;
    background: #4b5825;
    margin: 0 10px;
    font-size: 14px;
    cursor: pointer;
}
.tac{
	text-align: center;
}
.contact_left_content_inner .remark_row{
	font-size: 12px;
    margin-top: 10px;
    margin-bottom: 20px;
}
#enquiry-form input.error{
	background: #ffdddd;
}
#enquiry-form input[type="text"]{
	height: 20px;
	width: 65%;
}
#enquiry-form textarea{
    width: 65%;
	max-width: 65%;
    min-height: 160px;
	padding: 1px;
}
.mmc1_body .subsite_hide{display: none;}
.mmc2_body .subsite_hide{display: none;}
.mmc3_body .subsite_hide{display: none;}
.mmc5_body .subsite_hide{display: none;}
.mmc6_body .subsite_hide{display: none;}

.subpage .page_wrapper{
	max-width: 1000px;
	margin: 0 auto;
}
.subpage .footer_cp_row{color: black;}
.subpage .footer_links_wrapper a{color: black;}
.subpage .footer_link_icon{display: none;}
.subpage .footer_intro{display: none;}
.subpage .gress_wrapper{
	padding-bottom: 70px;
    background: none;
}
.subpage .footer{padding-bottom: 10px;}
.subpage .gress_wrapper .building_btn_wrapper{
	display: none;

}
.about_content_frame_scroll{
	height: 280px;
	overflow: auto;
    font-size: 15px;
    padding-right: 10px;
}
body .pg_section_inner{
	background: none;
	width: 96%;
	margin: 0 auto;
}
body .about_title{
	position: absolute;
    top: 50px;
	left: 55%;
    padding-left: 0;
    background:none;
    padding-top: 5px;
    font-size: 40px;	
    color: black;
    text-shadow:none;
}
body .about_title:before {
    content: "+";
    font-size: 57px;
    position: absolute;
    left: -40px;
    top: -11px;
}
body .subpage_border .building_wrapper{
	width: 44%;
	    right: 0;
}
.about_icons img {
    display: block;
    height: 35px;
    margin-bottom: 10px;
}

.about_icons{
    position: relative;
    z-index: 3;
}
.location_lsb {
    background: url(../imgs/map_lsb.png) no-repeat;
    background-size: 100% 79%;
    position: absolute;
    left: 0;
    height: 48%;
    top: 24%;
    width: 45%;
    z-index: 2;
}
.location_lsb_word {
    color: white;
    font-size: 40px;
    transform: rotate(-36deg);
    margin-top: 28%;
}

@media only screen and (max-width: 1600px) {
	.tower_row{height: 540px;background-size: auto 110%;background-position: 50% 80%;}
}
@media only screen and (max-width: 840px) {
    .location_lsb{
        display: none;
    }
    body .subpage_border .building_wrapper{
        width: 75%;
    }
    body .about_title {
        display: inline-block;
        width: auto;
        float: none;
        margin-top: 0;
        position: absolute;
        width: 300px;
        left: 50px;
        top: 0;
    }
    body .pg_section_inner{
        padding-top: 70px;
        padding-bottom: 150px;
    }
    .about_icons{display: none;}
    .service_block_outer{
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .subpage .gress_wrapper{
        padding-bottom: 85px;
        background: url(../imgs/gress_bg.jpg) 50% 0%;
        background-size: 100% auto;
    }
    .subpage .footer_cp_row,.subpage .footer_cp_row a{
        color: white;
    }
	.service_sidebar{display: none;}
	.pg_section_service .general_tit{
		margin-left: 45px;
	    display: inline-block;
	    width: auto;
	    float: none;
	    margin-top: 0;
	}
	.greencorner_right_slider,.greencorner_sidebar {
		display: none;
	}
	.pg_section_greencorner .general_tit{
		margin-left: 45px;
	    display: inline-block;
	    width: auto;
	    float: none;
	    margin-top: 0;
	}
	.greencorner_slider {
	    width: 165px;
	    height: 100px;
	    margin-top: 0;
	}
	.pg_section_contact .general_tit{margin-top: 0;}
	.green_wrapper{
		width: auto;
		float: none;
		max-width: 96%;
		margin-left: auto;
		margin-right: auto;	
		margin-bottom: 20px;
	    background-size: 90% auto;
    	padding-bottom: 135px;
	}
	.service_wrapper{
		width: auto;
		float: none;
		max-width: 96%;
		margin-left: auto;
		margin-right: auto;	
		margin-bottom: 20px;
	}
	.location_map_wrapper{
		width: auto;
		float: none;
		max-width: 96%;
		margin-left: auto;
		margin-right: auto;	
		margin-bottom: 20px;
	}
	.location_map_list .disa{display: none;}
	.location_map_list {
	    position: static;
	    width: auto;
	    float: none;
	    max-width: 96%;
	    margin-left: auto;
	    margin-right: auto;
	    text-align: center;
	    padding: 0;
	    margin-bottom: 20px;
	    background: none;
	}
	.map_item{display: inline-block;    margin: 0 3px;}
	.map_subtit {
        margin-top: 5px;
        margin-bottom: 1px;
    }
	.pg_section_location {
		text-align: center;
	}
	.pg_section_location .location_tit{
		margin-left: 45px;
	    display: inline-block;
	    width: auto;
	    float: none;
	}
	.pg_section_contact .general_tit{opacity: 1 !important;}
	.contact_left_content{
		width: auto;
		float: none;
		max-width: 96%;
		margin-left: auto;
		margin-right: auto;
	}
	.contact_right_sidebar{
		width: auto;
		float: none;
		max-width: 96%;
		margin-left: auto;
		margin-right: auto;
	}
	.contact_right_sidebar .general_tit{display: none;}
	.mobile_menu_toggle {
	    z-index: 2;
	    color: white;
	    position: fixed;
	    right: 13px;
	    top: 10px;
	    cursor: pointer;
	    display: block;
	    background: url(../imgs/menu.png) no-repeat 50% 50%;
	    height: 18px;
	    width: 15px;
	    background-size: 90% auto;
    	padding: 10px 10px;
	}
	.map_item:hover:before{display: none;}
	.not_at_top .mobile_menu_toggle{
	    background-color: transparent;		
	}
	.open_menu .mobile_menu_toggle{
	    background: url(../imgs/close.png) no-repeat 50% 50%;
	}
  	.floating_leasing_btn{display: none;}
	body .row_td{width: auto;float: none;margin-bottom: 20px;}
	.footer_intro{width: auto;float: none;}
	.header_icon {
		width: 200px;
	    height: 40px;
	    top: 10px;
	    left: 5px;
	}
	#main_hc li{width: 100% !important;height: 200px !important;}
	.hc_item_tit{width: 100%;}
	.hc_item_info{display: none;}
	#main_hc li .hpanel{width: 100% !important;}
	#main_hc li .hpanel img{width: 100%;    margin-top: -75%;}
	.location_map{height: 350px;}

	.hc_active .mmc1 .hc_item_tit,.mmc1 .hc_item_location,.hc_active .mmc1 .hc_item_mask{	background: rgb(139, 35, 125,0.8);}
	.hc_active .mmc2 .hc_item_tit,.mmc2 .hc_item_location,.hc_active .mmc2 .hc_item_mask{	background: rgba(1, 82, 5,0.8);}
	.hc_active .mmc3 .hc_item_tit,.mmc3 .hc_item_location,.hc_active .mmc3 .hc_item_mask{	background: rgba(116, 0, 0,0.8);}
	.hc_active .mmc5 .hc_item_tit,.mmc5 .hc_item_location,.hc_active .mmc5 .hc_item_mask{	background: rgba(0, 54, 128,0.8);}
	.hc_active .mmc6 .hc_item_tit,.mmc6 .hc_item_location,.hc_active .mmc6 .hc_item_mask{	background: rgba(67, 60, 44,0.8);}

	.hc_active .hc_item_tit{
		font-size: 20px;
		padding: 10px 2px;
		color: white;
		left: 0;
		top: initial;
		width: 100%;
	}
	.hc_active .hc_item_location{
		top: initial;
		bottom: 0;
		color: white;
		left: 0;
    	padding: 5px;
	}
	#main_hc li.hc_active .hpanel img{
		margin-top: -45%;
	}
	.tower_row{
		background-size: auto 450px;
		height: 400px;
	}
	.tower_intro_tit{
		font-size: 30px;
	}
	.tower_intro_slogen{
		font-size: 20px;
	}
	.tower_inner{display: none;}
	.not_at_top .header_icon {
	    height: 40px;
	    top: 10px;
	    left: 5px;
	}
	.not_at_top .header {
	    position: fixed;
	    background: rgba(72, 50, 50,0.8);
	    height: 55px;
	}
	.main_menu{
		position: fixed;
		top: 100px;
		left: 100%;
		width: 100%;
		opacity: 0;
	}
	.not_at_top .main_menu{
		top: 100px;		
	}
	.open_menu .header{
		background: #483232;
		height: 100%;
		width: 100%;
		left: 0;
		top: 0;
		position: fixed;
	}
	.open_menu .main_menu{
	    opacity: 1;
		left: 0;
		top: 100px;
	}
	.main_menu ul{
		display: block;
		float: none;padding: 0;margin: 0;
	}
	.main_menu li{
		display: block;
    	text-align: center;
    	width: 100%;
    }

    .open_menu .header_icon {
	    height: 60px;
	    top: 20px;
	    left: 0;
	    right: 0;
	    width: 100%;
	    background-position: 50% 50%;
	}
	.service_block{background-size: cover;}
	.service_block:hover{background-size: cover;}
	.service_content_inner{font-size: 15px;}
	.service_content_inner h3{font-size: 25px;margin-bottom: 10px;}
	.greencorner_main_img{display: none;}
}
@media only screen and (max-width: 480px) {
	body .pg_section {
	    padding-top: 225px;
	}
}