html {
	background: url(../fp_img/bg5.jpg) no-repeat fixed;	background-size: 100%;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

img {
	max-width:100%;
	border: 1px solid #ccc;
}

body,td,th {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 14px;
	color: #333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

hr {
margin: 30px 0 -14px;
}

#outer1 {
	margin: 0 auto;
	width:100%;
	max-width:1001px;
	overflow:hidden;
	background-color: #fff;
	
}

#image_container1 {
	height: auto;
	width:98%;
	max-width: 947px;
	margin:20px auto 0;
	position:relative;
	/*padding: 10px;*/
	/*left:-4px;*/
}

#images_left1 {
	width: 67.5%;
	float: left;
}

#images_right1 {
	max-width: 32.2%;
	float: right;
}

#mid1 {
	width:0.4%; 
	display:inline; 
	text-align: center;
}

#mid1 img {
	border:none !important;
}

#marimatic {
	max-width: 100%;
	float: left;

}

#metrotaifun {
	max-width: 100%;

}

#metrosense {
	max-width: 100%;
	float: left;


}

#taifun {
	max-width: 100%;


}

.bottom {
	margin: 30px auto 0;
	padding:5px 0 30px;
	width:100%;
}

.contenttext {
	margin: 0 auto; 
	width: 95%;
	max-width:915px;
	padding: 2px 13px 15px;
	display:table;
	border: 1px solid #ccc;

}

.box-alpha {
	float:left;
	width:30%;
	display:inline;
	margin-right:20px !important;
	height:100%;
}

.box-omega {
	float:right;
	width:30%;
	display:inline;
	margin-left:20px !important;
}

.box-mid {
	width:24%;
	display:inline;
}



@media screen and (max-width: 750px) {
	#bottom {
	margin: 400px auto 0;
	}

.box-alpha {
	float:left;
	width:100%;
	display:block;
	margin-right:20px !important;
	height:100%;
}

.box-omega {
	float:right;
	width:100%;
	display:block;
	margin-left:20px !important;
	margin-top:20px;
	margin-bottom:20px;
}

.box-mid {
	width:99%;
	display:block;
}
}

#outer {
	margin: 20px auto 40px;
	width: 100%;
     height: 100%;
	max-width:1000px;
	overflow:hidden;
}
#image_container {
	position:relative;
	height: auto;
	width:100%;
	max-width: 1000px;
}
#images_left {
	width: 50%;
	float: left;
}
#images_right {
	max-width: 50%;
	float: right;
}
#mid {
	position:absolute;
	z-index:101;
	width:50%;
	left: 50%;
	top: 52%;
	-webkit-transform: translate(-50%, 52%);
	transform: translate(-50%, 52%);
	opacity: 1;
}
#mid img {
	border:6px solid #fff !important;
	opacity: 1;
	background-color: #fff;
}

#mid img:hover{
    opacity: 0.7;
}
#commercial {
	max-width: 100%;
	float: left;
	margin: -7px 0 0; 	vertical-align:top;
	border:4px solid #fff !important;
}

#commercial img:hover {
    opacity: 0.7;
}

#local {
	max-width: 100%;
	margin: 0 0; 	vertical-align:top;
	border:4px solid #fff !important;
}

#local img:hover {
    opacity: 0.7;
}


#area {
	max-width: 100%;
	float: left; 	vertical-align:top;
	border:4px solid #fff !important;
}

#area img:hover {
    opacity: 0.7;
}

#total {
	max-width: 100%; 	vertical-align:top;
	border:4px solid #fff !important;	margin: -5px 0 0;
}

#total img:hover {
    opacity: 0.7;
}

@media only screen and (max-width: 1200px) {

#mid img {
	border:3px solid #fff !important;
}
#commercial {
	border:2px solid #fff !important;
}
#local {
	border:2px solid #fff !important;
}
#area {
	border:2px solid #fff !important;
}
#total {
	border:2px solid #fff !important;
}


}a.yellow-button {font-size:18px;padding: 10px 30px;background: #ffdd58;color: black !important;border-radius: 8px;text-decoration: none;font-weight: bold;}@media only screen and (max-width: 1230px) {a.yellow-button {font-size:14px;padding: 7px 12px;border-radius:5px;}}a:hover.yellow-button {background: #ffe78a;color: black !important;}