@charset "utf-8";
/*CSS file for Project RealClear, created by RCD. Jan 2013*/

/*---- General ----*/
/*---- Header -----*/
/*---- Footer -----*/
/*---- Wrapper ----*/
/*---- Navigator --*/
/*---- Main -------*/

/*************************General**********************************/
html             { font-size: 13px;}
body             { margin: 0; 
                   min-width: 1230px;
                   background: #fff; 
                   font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, 微軟正黑體, sans-serif;}
a, 
a:visited, 
a:active, 
a:hover          { text-decoration: none; blr:expression(this.onFocus=this.blur()); cursor: pointer;}

a                { outline: none; /* for Firefox Chrome */ behavior:expression(this.onFocus=this.blur()); /* for IE */} 
a:focus          { -moz-outline-style: none; outline: none; } /* for Firefox Chrome */
a:link           { color: #000; text-decoration: none;}
a:visited        { color: #000;}
a:hover          { color: #444; text-decoration: none;}
input, 
textarea         { font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, 微軟正黑體, sans-serif;}

::selection, 
a::selection, 
img::selection   { background: #39437c; color: #fff;}
::-moz-selection { background: #39437c; color: #fff;}


/*************************Structure**********************************/
.wrapper{
	width: 100%;
	height: 11655px;
	background: #2d2d2d;
}
.header{
	width: 100%;
	height: 80px;
	background: #000;
	position: fixed;
	z-index: 100;
	color: #fff;
}
#content-clients{
	width: 100%;
	height: 960px;
	position: fixed;
	left: 0;
	top: 80px;
	background: #000 url(../Image/clients_landscape.jpg) center -360px no-repeat; 
}
#content-work{
	height: 960px;
	width: 100%;
	position: fixed;
	left: 0;
	top: 1040px;
	background: #ccc url(../Image/work_room.jpg) center top no-repeat;
}
#content-featured-taipei{
	height: 960px;
	width: 100%;
	position: fixed;
	left: 0;
	top: 2000px;
	background: #e2d8bd url(../Image/featured_taipei_room.jpg) center top no-repeat;
}
#content-featured-tongfong{
	height: 960px;
	width: 100%;
	position: fixed;
	left: 0;
	top: 2960px;
	background: #79645e url(../Image/featured_tongfong_room.jpg) center top no-repeat;
}
#content-about{
	height: 960px;
	width: 100%;
	position: fixed;
	left: 0;
	top: 3920px;
	background: #75395e url(../Image/about_bg.jpg) center top repeat-x;
}
#content-home{
	height: 960px;
	width: 100%;
	position: fixed;
	left: 0;
	top: 4880px;
	background: #ebebec url(../Image/home_room.jpg) center -80px no-repeat;
}
#content-contact{
	height: 960px;
	width: 100%;
	position: fixed;
	left: 0;
	top: 5840px;
	background: #2f2f2f url(../Image/contact_room.jpg) center top no-repeat;
}
.footer{
	height: 60px;
	width: 100%;
	background: #2d2d2d;
	text-align: center;
	padding-top: 2px;
	border-top: 1px solid #000;
	position: fixed;
	top: 6790px;
}
.block{
	height: 960px;
	width: 1200px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
/*************************Header**********************************/
.header_content{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.header h1{
	width: 105px;
	height: 80px;
	float: left;
	padding: 0;
	margin: 0 0 0 70px;
	position: relative;
	background: #ffd500 url(../Image/logo.png) center center no-repeat;
}
.header h1 a{
	display: block;
	text-indent: -9999px;
}
.header h1:before{
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: 6px solid #1b232a;
	border-color: transparent transparent #1b232a;
	position: absolute;
	top: 68px;
	left: 42px;
	z-index: 1;
}
.header h1:after{
	content: '';
	display: block;
	width: 105px;
	height: 38px;
	position: absolute;
	background: #1b232a url(../Image/realclear.png) center center no-repeat;
	top: 80px;
	left: 0px;
}

.navi{
	list-style-type: none;
	margin: 0 0 0 250px;
	padding: 30px 0 0 0;
	width: 580px;
	height: 30px;
	float: left;
}
.navi li{
	float: left;
	padding: 0 10px;
}
.navi a{
	color: #fff;
	text-transform: uppercase;
	font-size: 1.1em;
	padding: 0 10px;
}
.navi a:hover,
.navi a.stay{
	color: #ffd500;
}

.fblike{
	width: 90px;
	height: 30px;
	float: left;
	margin-top: 30px;
}

.elsewhere{
	list-style-type: none;
	width: 70px;
	height: 30px;
	margin: 25px 0 0 0;
	float: left;
	padding: 0;
}
.elsewhere li{
	width: 30px;
	height: 30px;
	float: left;
	margin-right: 5px;
}
.elsewhere a{
	width: 30px;
	height: 30px;
	display: block;
	text-indent: -9999px;
}
.elsewhere .fbpage{ background: url(../Image/icon_facebook.png);}
.elsewhere .ytchannel{ background: url(../Image/icon_youtube.png);}
.elsewhere .fbpage:hover{ background-position: left -28px;}
.elsewhere .ytchannel:hover{ background-position: left -28px;}

/*************************Lift**********************************/
.lift{
	height: 263px;
	width: 38px;
	position: fixed;
	right: 0;
	top: 30%;
	background: url(../Image/lift.png) no-repeat;
	z-index: 100;
	border-top-left-radius: 8px;
	-moz-border-top-left-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	-moz-border-bottom-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	box-shadow: 0px -1px 3px #000;
	-moz-box-shadow: 0px -1px 3px #000;
	-webkit-box-shadow: -1px 1px 5px #111;
	overflow: hidden;
	display: none; /* they don't like the elevator controller so let's remove it */
}

.lift ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.lift li{
	padding: 0;
	margin: 0;
	width: 38px;
	height: 37px;
}
.lift a{
	background: url(../Image/lift_buttons.png);
	width: 38px;
	height: 37px;
	display: block;
	text-indent: -9999px;
}
.lift #lift_r a{ background-position: 0 0;}
.lift #lift_5 a{ background-position: 0 -37px;}
.lift #lift_4 a{ background-position: 0 -74px;}
.lift #lift_3 a{ background-position: 0 -111px;}
.lift #lift_2 a{ background-position: 0 -148px;}
.lift #lift_1 a{ background-position: 0 -185px;}
.lift #lift_p a{ background-position: 0 -222px;}
.lift #lift_r a:hover, .lift #lift_r a.stay{ background-position: -40px 0;}
.lift #lift_5 a:hover, .lift #lift_5 a.stay{ background-position: -40px -37px;}
.lift #lift_4 a:hover, .lift #lift_4 a.stay{ background-position: -40px -74px;}
.lift #lift_3 a:hover, .lift #lift_3 a.stay{ background-position: -40px -111px;}
.lift #lift_2 a:hover, .lift #lift_2 a.stay{ background-position: -40px -148px;}
.lift #lift_1 a:hover, .lift #lift_1 a.stay{ background-position: -40px -185px;}
.lift #lift_p a:hover, .lift #lift_p a.stay{ background-position: -40px -222px;}

/*************************footer**********************************/
.footer:before{
	background: #2d2d2d;
	content:'';
	display: block;
	height: 0px;
	border-top: 1px dashed #111;
	border-bottom: 1px dashed #555;
}
.footer_content{
	width: 1200px;
	margin: 0 auto;
	text-align: left;
}
.footer p{
	margin: 0;
	padding: 0;
}

.footer .credit{
	width: 165px;
	height: 37px;
	text-indent: -9999px;
	padding-top: 10px;
	margin-left: 5px;
	background: url(../Image/footer_logo.png) left bottom no-repeat;
	float: left;
}
.footer .copyright{
	float: left;
	color: #ccc;
	padding-top: 20px;
	margin-left: 50px;
	text-transform: uppercase;
	font-size: 0.9em;
}
.footer .copyright:before{
	content:'';
	display: block;
	background: url(../Image/line.png);
	width: 5px;
	height: 53px;
	float: left;
	margin-top: -15px;
	margin-right: 20px;
}
.footer .slogan{
	float: right;
	padding-top: 20px;
	text-transform: uppercase;
	font-size: 1.2em;
	color: #4d4d4d;
	text-align: right;
	text-shadow: 1px  1px  1px  #000;
}
.footer .slogan:before{
	content:'';
	display: block;
	background: url(../Image/line.png);
	width: 5px;
	height: 53px;
	float: left;
	margin-top: -15px;
	margin-right: 20px;
}







.rollover_info{
    position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8) url(../Image/go.png) 95% center no-repeat;
	color: #fff;
	text-align: center;
	font-size: 1.2em;
	display: none;
}
.rollover_info span{
	padding: 6px 6px;
	background: #ffd500;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	color: #000;
	margin-left: 10px;
	font-size: 0.8em;
	font-weight: bold;
}

/*************************Content : Clients**********************************/
.shade{
	height: 450px;
	width: 500px;
	margin-top: 100px;
	background: url(../Image/shade.png);
	display: none;
}
.clients_front{
	background: url(../Image/clients_front.jpg) center center no-repeat;
    position: fixed;
	height: 462px;
	width: 100%;
	top: 520px;
	left: 0px;
}
.clients_list{
	list-style-type: none;
	width: 950px;
	height: 500px;
	padding: 0;
	margin: 0;
}
.clients_list li{
	width: 120px;
	height: 1000px;
	position: absolute;
	top: 150px;
	text-indent: -9999px;
	background-repeat: no-repeat;
}
#client_01{ background-image: url(../Image/balloon_01.png); left: 80px; top: 50px;}
#client_02{ background-image: url(../Image/balloon_02.png); left: 150px; top: 100px;}
#client_03{ background-image: url(../Image/balloon_03.png); left: 300px;}
#client_04{ background-image: url(../Image/balloon_04.png); left: 450px;}
#client_05{ background-image: url(../Image/balloon_05.png); left: 600px; top: 200px;}
#client_06{ background-image: url(../Image/balloon_06.png); left: 750px;}
#client_07{ background-image: url(../Image/balloon_07.png); left: 900px; top: 180px;}
#client_08{ background-image: url(../Image/balloon_08.png); left: 1050px;}

.airplane{
	position: absolute;
	width: 290px;
	height: 345px;
	top: 70px;
	left: 800px;
	background: url(../Image/airplane.png) no-repeat;
}




/*************************Work**********************************/
.work_list{
	list-style-type: none;
	width: 950px;
	height: 400px;
	position: absolute;
	top: 250px;
	left: 130px;
	padding: 0;
	margin: 0;
}
.work_list li{
	background: #000;
	width: 275px;
	height: 150px;
	float: left;
	margin: 15px;
	border: 5px solid #fff;
	box-shadow: 0px 1px 5px #bbb;
	overflow: hidden;
}
.work_list li a{
	background: #000;
	width: 275px;
	height: 150px;
	display: block;
	overflow: hidden;
}
.work_list li img{
	filter : alpha(opacity=90);
	opacity : 0.9;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.work_list li img:hover{
	transform: scale(1.1);
	-ms-transform: scale(1.1); /* IE 9 */
	-moz-transform: scale(1.1); /* Firefox */
	-webkit-transform: scale(1.1); /* Safari and Chrome */
	-o-transform: scale(1.1); /* Opera */
	margin-left: 10px;
	filter : alpha(opacity=100);
	opacity : 1;
}


.work_list_control{
	list-style-type: none;
	width: 100px;
	height: 20px;
	position: absolute;
	top: 640px;
	left: 560px;
	padding: 0;
	margin: 0;
}
.work_list_control li{
	background: #bbb;
	width: 15px;
	height: 15px;
	float: left;
	margin: 0 6px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	text-indent: -9999px;
	cursor: pointer;
}
.work_list_control li:hover{
	background: #8c7e7e;
}
.work_list_control li.stay{
	background: #7c6666;
}

/*************************Featured taipei**********************************/
#content-featured-taipei .title{
    position: absolute;
	width: 230px;
	height: 65px;
	padding-left: 250px;
	padding-top: 15px;
	top: 170px;
	left: 720px;
	font-size: 1em;
	line-height: 1.4em;
	background: url(../Image/title_taipei.png) left top no-repeat;
}
#content-featured-taipei .poster{
    position: absolute;
	width: 234px;
	height: 277px;
	padding-top: 12px;
	top: 270px;
	background: url(../Image/taipei_frame.png);
	box-shadow: 0px 3px 6px #706246;
	text-align: center;
}
#content-featured-taipei #taipei_poster_1{
	left: 720px;
}
#content-featured-taipei #taipei_poster_2{
	left: 970px;
}
#content-featured-taipei .poster a{
	background: #000;
	width: 209px;
	height: 265px;
	margin: 0 auto;
}
#taipei_poster_1 .rollover_info,
#taipei_poster_2 .rollover_info{
	line-height: 265px;
	width: 210px;
	height: 265px;
	left: 12px;
	top: 12px;
}


/*************************Featured tongfong**********************************/
#content-featured-tongfong .title{
    position: absolute;
	width: 250px;
	height: 65px;
	padding-left: 250px;
	padding-top: 15px;
	top: 140px;
	left: 620px;
	font-size: 1em;
	line-height: 1.4em;
	color: #ddd6d1;
	text-shadow: 0px  1px  2px  #1a1214;
	background: url(../Image/title_tongfong.png) left top no-repeat;
}
#content-featured-tongfong .tongfong_poster_small{
    position: absolute;
	width: 261px;
	height: 201px;
	padding-top: 18px;
	top: 270px;
	left: 20px;
	background: url(../Image/tongfong_frame_small.jpg);
	box-shadow: 0px 3px 6px #706246;
	text-align: center;
}
#content-featured-tongfong .tongfong_poster_big{
    position: absolute;
	width: 539px;
	height: 325px;
	padding-top: 18px;
	top: 230px;
	left: 630px;
	background: url(../Image/tongfong_frame_big.jpg);
	box-shadow: 0px 3px 6px #706246;
	text-align: center;
}

#content-featured-tongfong .tongfong_poster_small a{
	background: #000;
	display: block;
	width: 227px;
	height: 185px;
	margin: 0 auto;
}
#content-featured-tongfong .tongfong_poster_big a{
	background: #000;
	display: block;
	width: 509px;
	height: 307px;
	margin: 0 auto;
}

#content-featured-tongfong .tongfong_poster_small .rollover_info{
	line-height: 185px;
	width: 227px;
	height: 185px;
	top: 18px;
	left: 18px;
	color: #ffd500;
}
#content-featured-tongfong .tongfong_poster_big .rollover_info{
	line-height: 300px;
	width: 509px;
	height: 307px;
	top: 18px;
	left: 15px;
	color: #ffd500;
}


/*************************About**********************************/
#content-about .speaker{
    position: absolute;
	width: 540px;
	height: 305px;
	top: 420px;
	left: 460px;
	background: url(../Image/speaker.png);
}
#content-about .tv{
    position: absolute;
	width: 361px;
	height: 233px;
	top: 190px;
	left: 550px;
	background: url(../Image/tv.jpg);
}
#content-about .chair{
    position: absolute;
	width: 355px;
	height: 390px;
	top: 435px;
	left: 880px;
	background: url(../Image/spacechair.png);
}
#content-about .football{
    position: absolute;
	width: 390px;
	height: 275px;
	top: 500px;
	left: 0px;
	background: url(../Image/table_football.png);
}
#content-about .pictures{
    position: absolute;
	width: 270px;
	height: 230px;
	top: 200px;
	left: 950px;
	background: url(../Image/pictures.png);
}
#content-about .brief{
    position: absolute;
	width: 234px;
	height: 289px;
	top: 140px;
	left: 50px;
	background: url(../Image/brief.png);
}
#content-about .pratt{
    position: absolute;
	width: 144px;
	height: 126px;
	top: 234px;
	left: 330px;
	background: url(../Image/pratt.jpg);
}
#content-about .sticker{
    position: absolute;
	width: 108px;
	height: 59px;
	top: 444px;
	left: 600px;
	background: url(../Image/work_hard_play_hard.png);
}
#content-about .baseball{
    position: absolute;
	width: 80px;
	height: 90px;
	top: 624px;
	left: 430px;
	background: url(../Image/baseball.png);
}
#content-about .floor{
    position: absolute;
	width: 450px;
	height: 130px;
	top: 724px;
	left: 750px;
	background: url(../Image/about_floor_stuff.png);
}









/*************************Contact**********************************/
.dark{
	width: 100%;
	height: 960px;
	display: block;
	position: absolute;
	background: rgba(0, 0, 0, 0.8);
}


#content-contact .neon{
    position: absolute;
	width: 210px;
	height: 70px;
	top: 310px;
	left: 1020px;
	background: url(../Image/neon.png);
}

#content-contact .painting{
    position: absolute;
	width: 275px;
	height: 229px;
	top: 260px;
	left: 690px;
	background: url(../Image/painting.jpg);
	box-shadow: 0px 3px 6px #222;
}
#content-contact .info{
    position: absolute;
	width: 241px;
	height: 227px;
	top: 380px;
	left: 100px;
	background: url(../Image/contact_info.png);
	box-shadow: 0px 5px 6px #000;
}
#content-contact .keep_calm{
    position: absolute;
	width: 110px;
	height: 200px;
	top: 380px;
	left: 1030px;
	background: url(../Image/keep_calm.png);
}
#content-contact .no_smoking{
    position: absolute;
	width: 60px;
	height: 100px;
	top: 430px;
	left: 1160px;
	background: url(../Image/no_smoking.png);
}
#content-contact .exit{
    position: absolute;
	width: 126px;
	height: 53px;
	top: 290px;
	left: 370px;
	background: url(../Image/exit.jpg);
}
#content-contact .map{
    position: absolute;
	width: 200px;
	height: 140px;
	top: 390px;
	left: 370px;
	background: url(../Image/map.jpg);
	border: 7px solid #fff;
	box-shadow: 0px 3px 6px #111;
}
#content-contact .map:before{
	content: '';
	display: block;
    position: absolute;
	width: 15px;
	height: 190px;
	top: -192px;
	left: 160px;
	background: url(../Image/map_hanger.png);
}
#content-contact .map:after{
	content: '';
	display: block;
    position: absolute;
	width: 15px;
	height: 190px;
	top: -192px;
	left: 30px;
	background: url(../Image/map_hanger.png);
}
#content-contact .map a{
	width: 100%;
	height: 100%;
	display: block;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
#content-contact .map a:hover{
	background: rgba(0, 0, 0, 0.2);
}

#content-contact .light{
    position: absolute;
	width: 370px;
	height: 520px;
	top: 95px;
	background: url(../Image/lamp.png) center top no-repeat;
}
#content-contact #light_1{ left: 0px;}
#content-contact #light_2{ left: 420px;}
#content-contact #light_3{ left: 850px;}

#content-contact .light_on{
	width: 370px;
	height: 520px;
	background: url(../Image/light.png);
}


/*************************Home**********************************/
#content-home .poster{
    position: absolute;
	width: 270px;
	height: 220px;
	top: 240px;
	left: 60px;
	background: #ccc;
	border: 9px solid #616161;
	box-shadow: 2px 3px 6px #888;
}
#content-home .rollover_info{
	line-height: 220px;
}

#content-home .clock{
    position: absolute;
	width: 125px;
	height: 125px;
	top: 140px;
	left: 1030px;
	background: url(../Image/clock_surface.png) center center no-repeat;
	border: 3px solid #0e0e10;
	box-shadow: 0px 4px 6px #888, 0px 4px 6px #888 inset;
	border-radius: 115px;
}

        #clock {
        	position: relative;
        	width: 125px;
        	height: 125px;
        	background: url(../Image/clock_surface.png);
        	list-style: none;
			padding: 0;
			margin: 0;
        	}
        
        #sec, #min, #hour {
        	position: absolute;
        	width: 125px;
        	height: 125px;
        	top: 0px;
        	left: 0px;
			padding: 0;
			margin: 0;
        	}
        
        #sec {
        	background: url(../Image/second.png);
        	z-index: 3;
           	}
           
        #min {
        	background: url(../Image/minute.png);
        	z-index: 2;
           	}
           
        #hour {
        	background: url(../Image/hour.png);
        	z-index: 1;
           	}

/*************************Contact**********************************/
.dark{
	width: 100%;
	height: 960px;
	display: block;
	position: absolute;
	background: rgba(0, 0, 0, 0.8);
}


#content-contact .neon{
    position: absolute;
	width: 210px;
	height: 70px;
	top: 310px;
	left: 1020px;
	background: url(../Image/neon.gif);
}

#content-contact .painting{
    position: absolute;
	width: 275px;
	height: 229px;
	top: 260px;
	left: 690px;
	background: url(../Image/painting.jpg);
	box-shadow: 0px 3px 6px #222;
}
#content-contact .info{
    position: absolute;
	width: 241px;
	height: 227px;
	top: 380px;
	left: 100px;
	background: url(../Image/contact_info.png);
	box-shadow: 0px 5px 6px #000;
}
#content-contact .keep_calm{
    position: absolute;
	width: 110px;
	height: 200px;
	top: 380px;
	left: 1030px;
	background: url(../Image/keep_calm.png);
}
#content-contact .no_smoking{
    position: absolute;
	width: 60px;
	height: 100px;
	top: 430px;
	left: 1160px;
	background: url(../Image/no_smoking.png);
}
#content-contact .exit{
    position: absolute;
	width: 126px;
	height: 53px;
	top: 290px;
	left: 270px;
	background: url(../Image/exit.jpg);
}
#content-contact .map{
    position: absolute;
	width: 200px;
	height: 140px;
	top: 420px;
	left: 370px;
	z-index: 2;
	background: url(../Image/map.jpg);
	border: 7px solid #fff;
	box-shadow: 0px 3px 6px #111;
}
#content-contact .map:before{
	content: '';
	display: block;
    position: absolute;
	width: 15px;
	height: 190px;
	top: -192px;
	left: 160px;
	background: url(../Image/map_hanger.png);
}
#content-contact .map:after{
	content: '';
	display: block;
    position: absolute;
	width: 15px;
	height: 190px;
	top: -192px;
	left: 30px;
	background: url(../Image/map_hanger.png);
}
#content-contact .map a{
	width: 100%;
	height: 100%;
	display: block;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
#content-contact .map a:hover{
	background: rgba(0, 0, 0, 0.2);
}

#content-contact .light{
    position: absolute;
	width: 370px;
	height: 520px;
	top: 95px;
	background: url(../Image/lamp.png) center top no-repeat;
}
#content-contact #light_1{ 
	left: 0px;
}
#content-contact #light_2{
	left: 420px;
}
#content-contact #light_3{
	left: 850px;
	}

#content-contact .light_on{
	width: 370px;
	height: 520px;
	background: url(../Image/light.png);
	filter : alpha(opacity=40);
	opacity : 0.4;
}


#content-contact .email{
    position: absolute;
	width: 150px;
	height: 20px;
	display: block;
	top: 555px;
	left: 120px;
}








