/*
Theme Name: Brushed 
Theme URI: http://www.themes.alessioatzeni.com/html/brushed/
Author: Alessio Atzeni
Author URI: http://www.alessioatzeni.com
Description: Personal Website and Portfolio of Alessio Atzeni
Version: 1.0
*/


/* ==================================================
   Basic Styles
================================================== */

html, body {
	height: 100%;
}

html, hmtl a{
	width:100%;
	font-size: 100%; 
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%;
}

body{
	background:#f3f2ed;
	color:#7F8289;
	font-weight:300;
	font-size:16px;
	font-family: 'Titillium Web', sans-serif;

}

	
}


a{
	text-decoration: none;
	cursor: pointer;
	
	-webkit-transition: color 0.1s linear 0s;	
	   -moz-transition: color 0.1s linear 0s;
		 -o-transition: color 0.1s linear 0s;
		    transition: color 0.1s linear 0s;
}

a:hover,
a:active,
a:focus{
	outline: 0;

	text-decoration:none;
}

a img {
	border: none;
}

a > img {
	vertical-align: bottom;	
}

img {
	max-width: none;	
	
}

strong {
  	font-weight: 500;
}

p {
	margin: 0 0 30px;
}

hr {
	border-style: dashed;
	border-color: #3C3F45;
	border-bottom: none;
	border-left: none;
	border-right: none;
	margin: 50px 0;	
}

.align_left{
	float:left;
	margin:0 25px 0 0px!important;
}

.align_right{
	float:right;
	margin:0 0 0 25px!important;
}

.text_align_left {
	text-align: left;
}

.text_align_center {
	text-align: center;
}

.text_align_right {
	text-align: right;	
}

.color-text {
    color: #DE5E60;
}

.through{
	text-decoration:line-through;
}

input, button, select, textarea {
	font-weight: 300;
	font-family: 'Titillium Web', sans-serif;
	outline: 0;
}

input:focus, 
textarea:focus,
input[type="text"]:focus {
	outline: 0;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #7F8289;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #7F8289;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #7F8289;
}

/* ==================================================
   Code and Pre
================================================== */

code,
pre {
  	padding: 0 3px 2px;
  	-webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
  	color: #232527;
  	font-size: 12px;
  	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}

code {
  	padding: 2px 4px;
  	border: 1px solid #dde4e9;
  	background-color: #F6F6F6;
  	color: #232527;
  	white-space: nowrap;
}

pre {
  	display: block;
  	margin: 70px 50px;
  	padding: 30px;
  	border: 1px solid #dde4e9;
  	-webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
  	background-color: #FCFCFC;
  	white-space: pre;
  	white-space: pre-wrap;
  	word-wrap: break-word;
  	word-break: break-all;
  	font-size: 12px;
  	line-height: 20px;
}

pre code {
  	padding: 0;
  	border: 0;
  	background-color: transparent;
  	color: inherit;
  	white-space: pre;
  	white-space: pre-wrap;
}

.pre-scrollable {
  	overflow-y: scroll;
  	max-height: 340px;
}






/* ==================================================
   Home Slider
================================================== */

#home-slider {
	position: relative;
	overflow: hidden;
	height: 100%;

}

#home-slider .overlay { 
	position: absolute;
	width: 100%;
	height: 100%;
	background: #26292E;
	opacity: 0;
	filter: alpha(opacity=00);
	z-index: 0;
}

#home-slider .slider-text {
    position: absolute;
    right: 17%;
    top: 40%;
    margin: -100px 0 0 -6px;
	height: 250px;
	text-align: center;
	z-index: 2;
	-webkit-transition: all 0.4s ease;
   -moz-transition: all 0.4s ease;
   -o-transition: all 0.4s ease;
   transition: all 0.4s ease;	
}



#home-slider #logo {
	width: 100%;
	line-height: 250px;
	margin: 0;
	text-align: center;
	text-shadow: none;	
}

#home-slider .slide-content {
	font-size: 60px;
	color: #FFFFFF;
	letter-spacing: -3px;
	text-transform: uppercase;	
}

#home-slider .control-nav {
	position: absolute;
	width: 100%;
	height: 40px;
	bottom: 0px;
	z-index: 2;
	/*
	background: #2F3238;
	background: rgba(0,0,0,0.4); 
	*/
	filter:alpa(opacity=50);   /* old IE */
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50,FinishOpacity=50, Style=3, StartX=0, FinishX=50, StartY=0,FinishY=16); /*supported by current IE*/
	-moz-opacity:0.5;          /* Moz + FF */
	opacity:0.5;
}

#home-slider #nextslide,
#home-slider #prevslide {
	background-image: none;
	background-color: #26292E;
	display: inline-block;
	margin: 0;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	width: 50px;
	height: 50px;
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transition: background 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s;
		    transition: background 0.1s linear 0s;
}

#home-slider #nextslide {
	margin-left: -3px;	
}

#home-slider #nextsection {
	float:right;
}

#home-slider #nextslide:hover,
#home-slider #prevslide:hover {
	background-color:#55a19b;
}

#home-slider #nextslide i,
#home-slider #prevslide i {
	font-size: 16px;
	color: #FFFFFF;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -7px;
	line-height: 1em;
}

#home-slider #nextslide i {
	margin-left: -8px;	
}

#home-slider #prevslide i {
	margin-left: -9px;	
}

#home-slider ul#slide-list {
	top: 50%;
	padding: 0;
	margin:-6px 0 0 0;	
}

#home-slider ul#slide-list li {
	margin-right: 12px;
}

#home-slider ul#slide-list li:last-child {
	margin-right: 0;	
}
/*slider 導覽圓圈*/
#home-slider ul#slide-list li a {
	background-color: #fff;
	background-image: none;
	width: 12px;
	height: 12px;
	
	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
	border-radius: 999px;	
	
	-webkit-transition: background 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s;
		    transition: background 0.1s linear 0s;
}

#home-slider ul#slide-list li a:hover {
	background-color: #FFFFFF;	
}

/*slider 導覽圓圈*/
#home-slider ul#slide-list li.current-slide a,
#home-slider ul#slide-list li.current-slide a:hover {
	background-color:#55a19b;
}

#home-slider #nextsection {
	background-color: #000000;
	margin: 0;
	position: relative;
	float:right;
	width: 50px;
	height: 50px;
	
	-webkit-transition: background 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s;
		    transition: background 0.1s linear 0s;
}

#home-slider #nextsection:hover {
	background-color:#55a19b;
}

#home-slider #nextsection i {
	font-size: 16px;
	color: #FFFFFF;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -7px;
	line-height: 1em;
}

#home-slider #nextsection i {
	margin-left: -7px;	
}


/* ==================================================
   Header
================================================== */

header {
	width: 100%;
	z-index: 9999;
	
}

header .sticky-nav {
	height:54px;
	position: relative;
	width: 100%;
	z-index: 1001;
/*	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25); */
/*	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25); */
/*	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25); */
	margin-right: auto;
	margin-left: auto;
	
}

header .sticky-nav.stuck {
	position: relative;
	top: 0;
	left: 0;
	z-index: 1001;
}


header #logo a {
	background: url(../img/logo.png) no-repeat;
	width: 96px;
	height: 30px;
	text-indent: -9999px;
	display: block;
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transition: opacity 0.25s ease-in-out 0s;	
	   -moz-transition: opacity 0.25s ease-in-out 0s;
		 -o-transition: opacity 0.25s ease-in-out 0s;
		    transition: opacity 0.25s ease-in-out 0s;	
}

header #logo a:hover {
	opacity: 0.65;
	filter: alpha(opacity=65);	
}



/*menu*/
nav#menu {

	font-family: "微軟正黑體";
	font-weight: 700;
	font-size: 16px;
	width: 910px;       /*menu寬度*/
	margin-right: auto;
	margin-left: auto;
}

nav#menu #menu-nav {
	margin: 0;
	padding: 0;	
}

nav#menu #menu-nav li {
	list-style: none;
	display: inline-block;
	margin-left: 10px;	

}

nav#menu #menu-nav li:first-child {
	margin-left: 0;	
	
}

/*menu區塊*/
nav#menu #menu-nav li a {
	color: #585858;
	font-size: 16px;
	line-height: 50px;
	display: block;
	text-transform: uppercase;
	padding-right: 10px;
	padding-left: 10px;
	-webkit-transition: background 0.3s linear 0s;	
    -moz-transition: background 0.3s linear 0s;
	-o-transition: background 0.3s linear 0s;
	transition: background 0.3s linear 0s;
}

/*menu區塊連結變化 hover*/
nav#menu #menu-nav li.current a,

nav#menu #menu-nav li a:hover {
	color: #FFF;
	background-color: #f9ab04;


}


/* ==================================================
   Mobile Navigation
================================================== */

#mobile-nav {
	display: none;	
}

.menu-nav {
	background:url(../img/menu-mobile.png) 0 0 no-repeat;
	width: 16px;
	height: 16px;
	display: block;
	margin: 22px 0 0 0;
	
	-webkit-transform: rotate(0deg);
	   -moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		 -o-transform: rotate(0deg);
			transform: rotate(0deg);
	
	-webkit-transition: -webkit-transform 250ms ease-out 0s;	
	   -moz-transition: -moz-transform 250ms ease-out 0s;
		 -o-transition: -o-transform 250ms ease-out 0s;
		    transition: transform 250ms ease-out 0s;
}

.menu-nav.open {
	background-position: 0 -16px;
		  
	-webkit-transform: rotate(-180deg);
	   -moz-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		 -o-transform: rotate(-180deg);
			transform: rotate(-180deg);
	
	-webkit-transition: -webkit-transform 250ms ease-out 0s;	
	   -moz-transition: -moz-transform 250ms ease-out 0s;
		 -o-transition: -o-transform 250ms ease-out 0s;
		    transition: transform 250ms ease-out 0s;	
}

#navigation-mobile {
	display: none;
	text-align: center;
	width: 100%;
	background: #f1ebdb;	
	border-bottom: 1px solid #2F3238;
	position: relative;
	float: left;
	z-index: 9999;
}

#navigation-mobile li {
	list-style: none;
	border-top: 1px solid #2F3238;
}

#navigation-mobile li a{
	font-family: "微軟正黑體";
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	padding: 20px 0;
	color: #585858;
	background-color: #f1ebdb;
}

#navigation-mobile li a:hover{
	color: #FFFFFF;
	background-color: #f9ab04;
}



/* ==================================================
   Section Portfolio
================================================== */

.type-work {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 30px;
	line-height: 1em;
	text-transform: uppercase;
}

.work-nav #filters {
	margin: 0;
	padding: 0;
	list-style: none;
}

.work-nav #filters li {
	margin: 0 0 30px 0;
	padding: 0;
}

.work-nav #filters li a {
	color: #7F8289;
	font-size: 16px;
	display: block;	
}

.work-nav #filters li a:hover {
	color: #FFFFFF;
}

.work-nav #filters li a.selected {
	color: #DE5E60;
}

#thumbs {
	margin: 0;
	padding: 0;	
}

#thumbs li {
	list-style-type: none;
}

.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: #DE5E60;
	
	opacity: 0.80;
	filter: alpha(opacity=80);
}

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


/* ==================================================
   About Section
================================================== */

.profile-name {
	margin-bottom: 15px;	
}

.profile-description {
	margin-bottom: 25px;	
}

.image-wrap {
	position: relative;
	overflow: hidden;
	margin-bottom: 25px;
	cursor: pointer;
}

.image-wrap img {
	width: 100%;	
}

.image-wrap  .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);	
}

.image-wrap:hover .hover-wrap,
.image-wrap.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);
}

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

.image-wrap .hover-wrap .overlay-text-thumb {
	position: absolute;
	width: 100%;
	height: 32px;
	top: 50%;
	margin: -16px 0 0 0;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 300;
	line-height: 32px;
	text-transform: uppercase;
	text-align: center;
	
	opacity: 1;
	filter: alpha(opacity=100);
}

.social-icons {
	margin: 0;
	padding: 0;
}

.social-icons li {
	display: inline-block;
	margin-left: 15px;	
}

.social-icons li:first-child {
	margin-left: 0;
}

.social-icons li a{
	color: #FFFFFF;
	font-size: 16px;
	line-height: 1em;
	width: 16px;
	height: 16px;
	
	opacity: 0.3;
	filter: alpha(opacity=30);
	
	-webkit-transition: opacity 0.1s linear 0s;	
	   -moz-transition: opacity 0.1s linear 0s;
		 -o-transition: opacity 0.1s linear 0s;
		    transition: opacity 0.1s linear 0s;
}

.social-icons li a:hover{
	opacity: 1;
	filter: alpha(opacity=100);
}

/* ==================================================
   Contact Section
================================================== */

.contact-details h3 {
	color: #FFFFFF;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 30px;
	line-height: 1em;
    text-transform: uppercase;
}

.contact-details ul {
	margin: 0;
	padding: 0;
	list-style: none;	
}

.contact-details ul li {
	margin: 0 0 20px;
	line-height: 28px;
	padding: 0;	
}

#contact-form {
	margin-bottom: 0;	
}

#contact-form p {
	margin-bottom: 1px;	
}

#contact-form input,
#contact-form textarea {
    border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
    border-radius: 0;
	
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	
	background: #26292E;
    color: #FFFFFF;
    font-size: 16px;
    height: auto;
    padding: 15px;
	margin: 0;
	
    resize: none;
}

#contact-form input {
    width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#contact-form textarea {
    width: 100%;
	resize: vertical;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#contact-form .submit {
    background: #3C3F45;
    color: #23262C;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    padding: 16px 40px;
    text-align: center;
    vertical-align: middle;
    width: auto;
	margin-top: 30px;
	
	-webkit-transition: background 0.1s linear 0s, color 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s, color 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s, color 0.1s linear 0s;
		    transition: background 0.1s linear 0s, color 0.1s linear 0s;
}

#contact-form .submit:hover {
    background: #DE5E60;
    color: #FFFFFF;
}

#response {
	margin-top: 20px;
	color: #FFFFFF;
}


/* ==================================================
   Twitter Feed
================================================== */

#twitter-feed {
	padding: 100px 0 90px;
	text-align: center;	
}

#twitter-feed .follow {
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -8px;
	font-size: 16px;	
}

#ticker .tweet_list {
	margin: 0;
	padding: 0;
	height: 64px;
	list-style: none;
	overflow-y: hidden;	
}

#ticker .tweet_list li {
	font-size: 18px;
	height: 64px;
	line-height: 28px;
	overflow: hidden;
}

#ticker .tweet_list .tweet_time a {
	color: #7f8289;
	font-size: 14px;
	font-style: italic;
	margin-left: 10px;	
}

#ticker .tweet_list .tweet_time a:hover {
	color: #FFFFFF;	
}


/* ==================================================
   Social Area
================================================== */

#social-area {
    text-align: center;
}

#social-area #social ul {
	margin: 0;
	padding: 0;
}

#social-area #social ul li {
	display: inline-block;
	margin-left: 30px;
	list-style: none;
	cursor: pointer;
}

#social-area #social ul li:first-child {
	margin-left: 0;
}

#social ul li a {
	display: block;
	width: 70px;
	height: 70px;

	background: #26292E;
	
	-webkit-transition: all 400ms ease-out 0s;	
	   -moz-transition: all 400ms ease-out 0s;
		 -o-transition: all 400ms ease-out 0s;
		    transition: all 400ms ease-out 0s;
	
	-webkit-transform: rotateY(180deg);
	   -moz-transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
		 -o-transform: rotateY(180deg);
			transform: rotateY(180deg);
}

#social ul li a span {
	display: inline-block;
	margin: 0;
	color: #55606a;
	font-size: 32px;
	line-height: 70px;
	
	opacity: 0.3;
	filter: alpha(opacity=30);
	
	-webkit-transition: all 400ms ease-out 0s;	
	   -moz-transition: all 400ms ease-out 0s;
		 -o-transition: all 400ms ease-out 0s;
		    transition: all 400ms ease-out 0s;
		  
	-webkit-transform: rotateY(180deg);
	   -moz-transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
		 -o-transform: rotateY(180deg);
			transform: rotateY(180deg);
}

#social ul li:hover a,
#social ul li.active a {
	background-color: #DE5E60;	
	
	-webkit-transform: rotateY(0deg);
	   -moz-transform: rotateY(0deg);
		-ms-transform: rotateY(0deg);
		 -o-transform: rotateY(0deg);
		    transform: rotateY(0deg);
}

#social ul li:hover a span,
#social ul li.active a span {
	color: #FFFFFF;
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transform: rotateY(0deg);
	   -moz-transform: rotateY(0deg);
		-ms-transform: rotateY(0deg);
		 -o-transform: rotateY(0deg);
			transform: rotateY(0deg);
}

/* ==================================================
   Footer
================================================== */

footer {
	position: relative;
	width: 100%;
	text-align: center;
	z-index: 1;
	float: left;
	background-color: #71b2a9;
	background-repeat: repeat-x;
	background-position: top;
}



footer .credits {
	color: #646464;
	font-size: 12px;
	margin-bottom: 0;
	padding: 6px 0;
	text-transform: uppercase;
	background: #F1EBDB;
	position: relative;
	bottom: 0px;
}

#footer_frame {
	margin-right: auto;
	margin-left: auto;
	width: 1100px;
	padding-top: 36px;
	padding-bottom: 0px;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display: inline-block;
}

#footer_frame .logo {
	text-align: left;
	position: relative;
	top: 2px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}


#footer_frame .left {
	float: left;
	padding-right: 8px;
    padding-left: 20px;
	padding-bottom: 39px;

	width: 33%;
	background-position: left;
	position: relative;
	text-align: left;
	-webkit-transition: all 0.4s ease;
   -moz-transition: all 0.4s ease;
   -o-transition: all 0.4s ease;
   transition: all 0.4s ease;

}

#footer_frame .left_qr {
	float: left;
	position: relative;
	text-align: left;
	padding-right: 15px;
	-webkit-transition: all 0.4s ease;
   -moz-transition: all 0.4s ease;
   -o-transition: all 0.4s ease;
   transition: all 0.4s ease;
}

#footer_frame .left_tel {
	position: relative;
	text-align: left;
	font-family: "微軟正黑體";
	font-size: 13px;
	color: #ffffff;
	line-height: 22px;
	font-weight: 800;
	top: 0px;
	overflow: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}



#footer_frame .center {
	width: 26%;
	float: left;
	padding-right: 8px;
	padding-left: 8px;
	background-position: left;
	position: relative;
	text-align: left;
	padding-bottom: 29px;
	-webkit-transition: all 0.4s ease;
   -moz-transition: all 0.4s ease;
   -o-transition: all 0.4s ease;
   transition: all 0.4s ease;
}

#footer_frame .center_mail {
	float: left;
	position: relative;
	text-align: left;
	padding-right: 15px;
	-webkit-transition: all 0.4s ease;
   -moz-transition: all 0.4s ease;
   -o-transition: all 0.4s ease;
   transition: all 0.4s ease;
}

#footer_frame .center_mail_text {
	position: relative;
	text-align: left;
	font-family: "微軟正黑體";
	font-size: 13px;
	color: #ffffff;
	line-height: 22px;
	font-weight: 800;
	overflow: hidden;
	-webkit-transition: all 0.4s ease;
   -moz-transition: all 0.4s ease;
   -o-transition: all 0.4s ease;
   transition: all 0.4s ease;
}

#footer_frame .center_mail_text orange {
	color: #c86b06;

}

#footer_frame .right {
	float: right;
	padding-right: 1%;
	padding-left: 1%;
	background-position: left;
	position: relative;
	text-align: left;
	width: 32%;
	padding-bottom: 0px;
	-webkit-transition: all 0.4s ease;
   -moz-transition: all 0.4s ease;
   -o-transition: all 0.4s ease;
   transition: all 0.4s ease;
}

#footer_frame .right_add {
	float: left;
	position: relative;
	text-align: left;
	padding-right: 15px;
	-webkit-transition: all 0.4s ease;
   -moz-transition: all 0.4s ease;
   -o-transition: all 0.4s ease;
   transition: all 0.4s ease;
}

#footer_frame .right_add_text {
	position: relative;
	text-align: left;
	font-family: "微軟正黑體";
	font-size: 13px;
	color: #ffffff;
	line-height: 60px;
	font-weight: 800;
	overflow: hidden;
	-webkit-transition: all 0.4s ease;
   -moz-transition: all 0.4s ease;
   -o-transition: all 0.4s ease;
   transition: all 0.4s ease;
}


#footer_frame .logo {
	  text-align: left;
     position: relative;
     bottom: 0px;
     margin-bottom: 15px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: 2;
}

#footer_frame .line {
	height: 0px;
	position: relative;
	top: 0px;
	display: block;
	margin-bottom: 25px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b8cfc6;
}

#footer_mobile {
  position: relative;
  /* float: right; */
  height: 0px;
  text-align: right;
  top: -49px;
  right: 40px;
  margin-left: auto;
  font-family: "微軟正黑體";
  font-size: 15px;
  z-index: 999;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

#footer_mobile a {
	color: #ffffff;
	text-decoration: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	
}

#footer_mobile a:hover {
	color: #34635f;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	
}

#footer_bg {
	height: 26px;
	width: 100%;
	margin-bottom: 30px;
	margin-top: 10px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

#footer_bg .line {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9a7f68;
	width: 95%;
	position: absolute;
	top: 11px;
	left: 3%;
	z-index: -1;	
}



.footer_copyright {
	width: 100%;
	position: relative;
	text-align: center;
	float: left;
	bottom: 0px;
	background-color: #55a19b;
	font-family: "微軟正黑體";
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	line-height: 26px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.footer_copyright a {
	color: #fff;
	text-decoration: none;
}

.footer_copyright a:hover {
	color: #413124;
}


/*讓like box 為自適應式網頁*/
.fb-comments, .fb-comments iframe[style] {width: 100% !important;}
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}
.pluginBoxDivider {
		border-top: 1px solid #FFFFFF;
}



/* ==================================================
   Back to Top
================================================== */

#back-to-top {
	display: none;
	background-color: #3C3F45;
	margin: 0;
	position: fixed;
	bottom: 0;
	right: 0;
	width: 50px;
	height: 50px;
	z-index: 99;
	
	-webkit-transition: background 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s;
		    transition: background 0.1s linear 0s;
}

#back-to-top:hover {
	background-color:#DE5E60;
}

#back-to-top i {
	font-size: 16px;
	color: #FFFFFF;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -7px;
	line-height: 1em;
}

#back-to-top i {
	margin-left: -7px;	
}


/* ==================================================
   Preloader
================================================== */

#jpreOverlay,
#jSplash {
	background-color: #2F3238;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 700;
}

#jpreSlide{
	position: absolute;
	top: 50% !important;
	left: 50% !important;
	margin: -50px 0 0 -50px;
	width: 100px;
	height: 100px;
}

#jpreLoader {
	position: relative !important;
	width: 100% !important;
	height: 100% !important;
	top: 0 !important;	
}

#jprePercentage {
	width: 50px;
	height: 50px !important;
	line-height: 50px;
	position: absolute !important;
	text-align: center;
	left: 50%;
	top: 50%;
	margin: -25px 0 0 -25px;
	z-index: 800;
	
	font-size: 24px;
	color: #FFFFFF;	

	-webkit-animation: circle 1s infinite forwards;
	   -moz-animation: circle 1s infinite forwards;
		-ms-animation: circle 1s infinite forwards;
		 -o-animation: circle 1s infinite forwards;
			animation: circle 1s infinite forwards;
}

#circle {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 11;
	margin: -50px 0 0 -50px;
	width: 100px;
	height: 100px;
	background: #55a19b;
	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
	border-radius: 999px;
	opacity: 0;
	filter: alpha(opacity=0);
			
	-webkit-animation: circle 1s infinite forwards;
	   -moz-animation: circle 1s infinite forwards;
		-ms-animation: circle 1s infinite forwards;
			animation: circle 1s infinite forwards;
}

@-webkit-keyframes circle {
	0% {-webkit-transform: rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
	}
	50% {-webkit-transform: rotateY(180deg);
		-webkit-animation-timing-function: ease-out;
	}
	100% {-webkit-transform: rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
	}
}

@-moz-keyframes circle {
	0% {-moz-transform: rotateY(0deg);
	}
	50% {-moz-transform: rotateY(180deg);
		-moz-animation-timing-function: ease-out;
	}
	100% {-moz-transform: rotateY(0deg);
		-moz-animation-timing-function: ease-in;
	}
}

@-ms-keyframes circle {
	0% {-ms-transform: rotateY(0deg);
		-ms-animation-timing-function: ease-in;
	}
	50% {-ms-transform: rotateY(180deg);
		-ms-animation-timing-function: ease-out;
	}
	100% {-ms-transform: rotateY(0deg);
		-ms-animation-timing-function: ease-in;
	}
}

@-o-keyframes circle {
	0% {-o-transform: rotateY(0deg);
		-o-animation-timing-function: ease-in;
	}
	50% {-o-transform: rotateY(180deg);
		-o-animation-timing-function: ease-out;
	}
	100% {-o-transform: rotateY(0deg);
		-o-animation-timing-function: ease-in;
	}
}

@keyframes circle {
	0% {transform: rotateY(0deg);
		animation-timing-function: ease-in;
	}
	50% {transform: rotateY(180deg);
		animation-timing-function: ease-out;
	}
	100% {transform: rotateY(0deg);
		animation-timing-function: ease-in;
	}
}


/* ==================================================
   Isotope Filtering
================================================== */

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */



/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}


/* ==================================================
   點圖放大
================================================== */
.example {
	position:relative;
	background-color:#fff;
	width:700px;
	overflow:hidden;
	border:1px #000 solid;
	padding:20px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	
	
}
div.thumbwrapper {
    padding-bottom: 5px;
    padding-right: 1px;
    text-align: center;
    background-attachment: scroll;
    background-image: none;
    background-repeat: repeat;
    background-position: 0 0;
    display: inline-block;
	
	
}
div.thumbwrapper:hover {
	
	filter: alpa(opacity=90);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90,FinishOpacity=100, Style=3, StartX=0, FinishX=100, StartY=0,FinishY=16);
    -moz-opacity: 0.9;
    opacity: 0.9;
}

div.thumbwrapper_attractions {
/*	margin: 8px;  */
	padding: 5px;
	text-align: center;
	background-attachment: scroll;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
	float: left;

}

.control, .lcontrol {
    float: right;
    display: block;
    margin: 0 5px;
    font-size: 9pt;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    color: black !important;
}
.lcontrol {
    float:left;margin-right:50px;
}
.lcontrol .small {
    font-weight: normal; text-transform: none;
}

/* ==================================================
   內頁
================================================== */

#head_box {
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;

}



#top_back {
	height: 111px;
	background-image: url(../../images/top_bg.jpg);
	}


#top_line {
	height: 0px;
	text-align: left;
	margin-left: auto;
	font-family: "微軟正黑體";
	font-size: 15px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

#top_line a {
	color: #43556a;
	text-decoration: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	
}

#top_line a:hover {
	color: #0b2544;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	
}



#head_frame {
	width: 1080px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

#head_frame_a {
	width: 980px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	padding-top: 30px;
	position: relative;
	left: 20px;
	display: inline-block;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

#head_frame_a .right {
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	width: 200px;
	color: #616161;
	position: absolute;
	bottom: 0px;
	right: 10px;
	z-index: 999;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

#head_frame_a .right a {
	color: #c2c4ae;
	text-decoration: none;	
}

#head_frame_a .right a:hover {
	color: #e8e9df;
	text-decoration: none;
}

#translation {
	color: #616161;
	display: inline-block;
	z-index: 99999;
	margin-right: 5px;
	margin-left: 5px;
	vertical-align: super;
	font-size: 12px;
	position: relative;
	bottom: 6px;
}

#translation a {
	color: #616161;
	font-size: 12px;
}







#top_line_logo {
	height: 0px;
	background-color: #175b52;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;

}

#head_full {
	position: relative;
	
		
}

#head_full img {
	position: relative;
	z-index: 1;
	max-width: 100% !important;
	z-index: 0;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: -6px;
	
		
}


.head_logo {
    text-align: center;
    width: 100%;
    position: absolute;
    /* right: 14%; */
    bottom: 12%;
    z-index: 999;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;

}
	

#cont_frame {
	width: 1080px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 60px;
	display: block;

}




/* ==================================================
   內頁 關於我們
================================================== */
#about_frame {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	display: inline-block;
	overflow: hidden;
	webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;

}

#about_left {
    float: left;
    width: 36%;
    padding-right: 50px;
	margin-bottom: 35px;
	webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;

	
}

#about_left .title{
	font-weight: 800;
	font-family: "微軟正黑體";
	font-size: 16px;
	font-weight: 900;
	text-align: left;
	line-height: 28px;
	width: 100%;
	color: #fff;
	background-color: #37be9d;
	border-radius: 5px;
	padding-right: 9px;
	padding-left: 9px;
	padding-top: 3px;
	padding-bottom: 3px;
	
}

#about_left .text{
	font-family: "微軟正黑體";
    font-size: 15px;
    color: #616161;
    text-align: left;
    float: left;
    line-height: 23px;
    width: 100%;
    margin-bottom: 10px;
    letter-spacing: 1px;
    margin-top: 10px;
}

#about_left .text2{
	font-family: "微軟正黑體";
	font-size: 14px;
	color: #0277ba;
	text-align: left;
	float: left;
	line-height: 36px;
	width: 100%;
	margin-bottom: 10px;
	letter-spacing: 1px;
}


#about_right {
	float: left;
	width: 57%;
	margin-bottom: 20px;

}



#about_right .photo {
	float: left;
	width: 100%;
	webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;

}

#about_right2 {
    text-align: center;
	width: 100%;
	margin-bottom: 20px;

}



#about_right2 .photo {
	float: left;
	width: 100%;
	webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;

}



#about_title {
	width: 100%;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #71b2a9;
	float: left;
	text-align: left;
	margin-bottom: 25px;

}

#about_title .title_ch {
	font-family: "微軟正黑體";
	font-size: 22px;
	font-weight: 700;
	color: #71b2a9;
	text-align: left;
	margin-left: 16px;
}


#about_title .title_en {
	font-family: "微軟正黑體";
	font-size: 15px;
	color: #8a8a8a;
	text-align: left;
	margin-left: 16px;
}





/* ==================================================
   內頁 訂房須知
================================================== */
#reserve_frame {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	display: inline-table;
	webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

#reserve_frame .box{
	text-align: left;
    display: inline-block;
    width: 100%;
}

#reserve_frame .title{
	font-family: "微軟正黑體";
	font-size: 18px;
	color: #FFF;
	background-color: #71b2a9;
	display: inline-block;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 15px;

	margin-top: 5px;
}

#reserve_frame .text{
	font-family: "微軟正黑體";
	color: #616161;
	line-height: 26px;

}

#reserve_frame .text ul {
	margin-top: 20px;
	margin-left: 30px;
	margin-bottom: 30px;
}

#reserve_frame .text li {
	font-size: 14px;
	line-height: 26px;
	list-style-type: decimal-leading-zero;
	
}

#reserve_frame .text focus {
	color: #ce4d4d;
	font-weight: 900;
}

#reserve_frame .text2 {
	font-family: "微軟正黑體";
	color: #71b2a9;

}

#reserve_frame .text2 ul {
	margin-top: 20px;
	margin-left: 30px;
	margin-bottom: 30px;
}

#reserve_frame .text2 li {
	font-size: 14px;
	line-height: 26px;
	list-style-type: none;
	color: #616161;
}

#reserve_frame .text2 focus {
	color: #71b2a9;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
	line-height: 30px;
	font-weight: 900;
}

#reserve_frame .text2 focus2 {
	color: #ce4d4d;
	font-weight: 900;
}

#reserve_frame .text2 focus3 {
	color: #ce4d4d;
	font-weight: 900;
}



/* ==================================================
   內頁 客房介紹
================================================== */
#rooms_frame {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	display: inline-block;
	webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	text-align: center;
}

#rooms_frame .rooms_box_a {
    width: 100%;
	margin-right: auto;
	margin-left: auto;
	display: inline-block;
	text-align: center;
}

#rooms_frame .rooms_box {
    width: 100%;
	margin-right: auto;
	margin-left: auto;
	display: inline-block;
	text-align: left;
}

#rooms_frame .rooms_select{
	margin-right: auto;
	margin-left: auto;
	display: inline-block;
	/*	-moz-border-radius:8px; */
/*	-webkit-border-radius: 8px; */
/*	border-radius: 8px; */
	margin-top: 8px;
	webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
	background-color: #FFFFFF;
	margin-right: 8px;
	cursor: pointer;
	margin-bottom: 26px;
	padding: 4px;
	/*	border-radius: 5px;  */
	border: 1px solid #dad9d2;
	position: relative;
	bottom: -12px;
	filter: alpa(opacity=70);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70,FinishOpacity=100, Style=3, StartX=0, FinishX=100, StartY=0,FinishY=16);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

#rooms_frame .rooms_select:hover  {
	webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
	filter: alpa(opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100,FinishOpacity=100, Style=3, StartX=0, FinishX=100, StartY=0,FinishY=16);
	-moz-opacity: 1.0;
	opacity: 1.0;
	display: inline-block;
	position: relative;
	bottom: 0px;
	border: 1px solid #a5a5a5;

	
}

#rooms_frame .rooms_select img{
    width: 280px;
	webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
/*	-moz-border-top-left-radius:8px; /*左上角*/
/*	-moz-border-top-right-radius:8px; /*右上角*/
/*	-webkit-border-top-left-radius:8px; /*左上角*/
/*	-webkit-border-top-right-radius:8px; /*右上角*/
}

#rooms_frame .rooms_title {
	text-align: right;
	display: block;
	padding-right: 15px;
	padding-top: 25px;
	padding-bottom: 10px;
	font-family: "微軟正黑體";
    font-size: 22px;
    font-weight: 700;
    color: #71b2a9;
}



#rooms_frame .rooms_back {
	text-align: right;
	font-family: "微軟正黑體";
	color: #55a19b;
	display: block;
	font-size: 13px;
	margin-bottom: 10px;
	font-weight: 700;

}

#rooms_frame .rooms_back a {
	text-decoration: none;
    color: #55a19b;
	webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

#rooms_frame .rooms_back a:hover {
	background-color: #55a19b;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	cursor: pointer;
	color: #FFF;
	webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-moz-border-radius:4px;
	-webkit-border-radius: 4px;

}

#rooms_frame .rooms_back back {
	font-size: 16px;
	color: #616161;
}

#rooms_frame .rooms_name {
	font-size: 23px;
	color: #FFF;

	background-color: #71b2a9;
	font-family: "微軟正黑體";
	margin-bottom: 30px;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
	display: inline-block;
	text-align: left;
}

#rooms_frame .rooms_name .en{
	font-size: 15px;
	color: #e2e2e2;
	font-family: "微軟正黑體";
	display: inline-block;
	padding-left: 6px;
	text-align: left;
}

#rooms_frame .sub{
	font-size: 15px;
	color: #616161;
	font-family: "微軟正黑體";
	text-align: left;
	display: inline-block;
}

#rooms_frame .sub a{
	font-size: 18px;
	color: #ce4d4d;
	text-decoration: none;
	font-weight: 500;
}

#rooms_frame .sub a:hover {
	text-decoration: none;
	color: #b13c3c;
}



#rooms_frame .rooms_price {
	font-size: 15px;
	color: #616161;
	font-family: "微軟正黑體";
	word-spacing: 2px;
}

#rooms_frame .rooms_price black {
	font-family: "微軟正黑體";
    font-size: 18px;
    color: #FFF;
    background-color: #71b2a9;
    display: inline-block;
    padding-top: 3px;
    padding-right: 15px;
    padding-bottom: 3px;
    padding-left: 15px;
    margin-top: 5px;
}

#rooms_frame .rooms_price blue {
	color: #FFF;
	-moz-border-radius:4px;
	-webkit-border-radius: 4px;
	background-color: #5F584E;
	padding-right: 5px;
	padding-left: 5px;
}



#rooms_frame .text {
	width: 100%;
	display: inline-block;
	float: left;
	margin-top: 10px;
}

#rooms_frame .text ul {
	margin-bottom: 30px;
	margin-top: 8px;
	margin-left: 20px;
	font-size: 14px;
	line-height: 26px;
	font-weight: 600;
	color: #616161;
	font-family: "微軟正黑體";
}

#rooms_frame .text li {
	font-size: 14px;
	line-height: 26px;
	font-weight: 600;
	color: #616161;
	font-family: "微軟正黑體";
	list-style-type: disc;
	word-spacing: 2px;
}

#rooms_frame .text ul red {
	color: #ce4d4d;
	font-weight: 800;
}

#rooms_frame .text li red {
	color: #ce4d4d;
}

#rooms_frame .text li orange {
	color: #EA9026;
}


/* ==================================================
   內頁 交通簡圖
================================================== */
#map_frame {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	display: inline-table;
	webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

#map_frame .text {
	text-align: left;
	font-family: "微軟正黑體";
    margin-right: auto;
	margin-left: auto;
	width: 90%;
	display: inline-block;
	webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

#map_frame .text black {
	color: #FFF;
	-moz-border-radius:4px;
	-webkit-border-radius: 4px;
	background-color: #414141;
	padding-right: 5px;
	padding-left: 5px;
}

#map_frame .text ul {
	margin-bottom: 30px;
	margin-top: 8px;

}

#map_frame .text li {
	font-size: 14px;
	line-height: 26px;
	font-weight: 600;
	color: #616161;
	list-style-type: none;
	word-spacing: 2px;
}

#map_frame .text red {
	background-color: #f4485c;
	color: #FFF;
	padding-right: 2px;
	padding-left: 2px;
}



#map_frame .map_google_map {
	width: 100%;
	text-align: center;
}






/* ==================================================
   內頁 週邊景點
================================================== */
#attractions_frame {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	display: inline-block;
	webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	text-align: center;
}


#attractions_frame .attractions_box {
    width: 100%;
	margin-right: auto;
	margin-left: auto;
	display: inline-block;
	text-align: center;

}

#attractions_frame .attractions_select{
	display: inline-block;
	margin-top: 8px;
	margin-right: 8px;
	webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease;
	margin-bottom: 26px;
	width:30%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 1px 4px rgba(0,0,0,.5);
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.5);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.5);
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.5);
}

#attractions_frame .attractions_select:hover {

	webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	filter: alpa(opacity=90);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90,FinishOpacity=100, Style=3, StartX=0, FinishX=100, StartY=0,FinishY=16);
    -moz-opacity: 0.9;
    opacity: 0.9;

}

#attractions_frame .attractions_select img{
	width: 100%;
/*	-moz-border-top-left-radius:8px; 左上角*/
/*	-moz-border-top-right-radius:8px; 右上角*/
/*	-webkit-border-top-left-radius:8px; 左上角*/
/*	-webkit-border-top-right-radius:8px; 右上角*/
}

#attractions_frame .attractions_title {
	text-align: center;
	font-family: "微軟正黑體";
	color: #616161;
	display: block;
	padding-left: 4px;
	padding-bottom: 15px;
	font-size: 16px;
	width: 100%;
	font-weight: 800;
}

#attractions_frame .attractions_map {
	text-align: left;
	font-family: "微軟正黑體";
	color: #555;
	display: block;

	padding-bottom: 5px;
	font-size: 13px;
}


#administrator_frame {
    width: 100%;
	margin-right: auto;
	margin-left: auto;
	display: inline-block;
	text-align: center;	
}

#administrator_frame .icon {
	display: inline-block;
	margin-bottom: 15px;
	background-color: #71b2a9;
	font-family: "微軟正黑體";
	font-size: 30px;
	color: #FFF;
	text-decoration: none;
	
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
	margin-right: 15px;
	cursor: pointer;
	-moz-border-radius:8px;
	-webkit-border-radius: 8px;
	webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

#administrator_frame .icon:hover {
	background-color: #55a19b;
	webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;

}
