@import "grid.css";
@import "font-awesome.css";
@import "superfish.css";

@import url(http://fonts.googleapis.com/css?family=Economica:400);
@import url(http://fonts.googleapis.com/css?family=Economica:700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:600);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:700);
@import url(http://fonts.googleapis.com/earlyaccess/notosanstc.css);   /* 思源黑體*/

@import url(http://fonts.googleapis.com/css?family=Dosis);

html {
    width: 100%;
}
a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
}

* {
    -webkit-text-size-adjust: none;
}

body {
    position: relative;
    background-color: #adacac;background: url(../images/header-bg.jpg) ;
    color: #fff;
    font: 100 15px/23px 'Noto Sans TC','Open Sans', sans-serif;
}

.ic {
	border:0;
	float:right;
	background:#fff;
	color:#f00;
	width:50%;
	line-height:10px;
	font-size:10px;
	margin:-220% 0 0 0;
	overflow:hidden;
	padding:0
}

strong {
    font-weight: 700;
}

address {
    font-style: normal;
}

p,li {
     line-height:1.8; font-size:17px; 
}
p {  margin: 20px 0;}

input, textarea {
    border-radius: 0 !important;
    outline: none !important;
    -webkit-appearance: none;

}


img {
    max-width: 100%;
}



/****Heads****/


h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    color: #fff;
    font-family: 'Noto Sans TC','Economica', sans-serif;
}

h2 {color: #B89B7C;
    font-size: 36px;
    line-height: 1;

}

h3 {
    font-size: 26px; 
    line-height: 48px; padding:25px 0 12px 0;     
}

h4 {
    font-size: 21px; padding:10px 0;  
    line-height: 2;      
}

.page1 h2 {
    padding: 0 10px; border-left:solid 5px #B89B7C;border-right:solid 5px #B89B7C;
    margin: 30px 0; display:inline-block;
}

/****Lists****/


ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.list {
    margin-top: -3px;
}

.list+h2 {
    padding-top: 109px;
}

.list li {
    font-size: 16px;
    color: #535151;
    padding-left: 22px;
    background: url(../images/marker.png) 0 9px no-repeat;
}

.list li+li {
    margin-top: 4px;
}

.shed  {
    margin-top: -19px;
}

.shed li {
    color: #fff;
    padding: 15px 10px 21px 68px;
    font: bold 30px/32px 'Economica', sans-serif;
    background-color: #303030;
}

.shed li span {
    font-size: 24px;
    position: relative;
    top: 3px;
}

.shed li+li {
    margin-top: 4px;
}

.shed li+li+li {
    margin-top: 3px;
}

/****Links****/


a {
    text-decoration: none;
    color: inherit;
    outline: none;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

a:hover {
    color: #aaccaa;
}

.btn {
    display: inline-block;
    border: 1px solid #969696;
    color: #969696;
    margin-top: 24px;
    padding: 5px 32px 11px;
    font: bold 20px/20px 'Economica', sans-serif;
}

.btn:hover {
    color: #fff;
    border-color: #aaccaa;
    background-color: #aaccaa;
}

.link1 {
    margin-top: 29px;
    display: block;
    float: right;
    color: #fff;
    background-color: #2e2d2d;
    font-size: 24px;
    line-height: 36px;
    width: 36px;
    height: 36px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 55px;
}

.link1:hover {
    background-color: #aaccaa;
    color: #fff;
}

/****classes****/

.mb0 {
    margin-bottom: 0px !important;
}
.m0 {
    margin: 0 !important;
}
.pad0 {
    padding: 0 !important;
}

.pad1 {
}


.img_inner {
    max-width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 15px;
    margin-top: 3px;
}

.inn__1 {
    border: 1px solid #f2f1f2;
}

.page1 .img_inner {
    margin-top: 7px;
}

.fleft {
    float: left;
    width: auto !important;
    margin-right: 30px;
    margin-bottom: 0px;
}


.oh {
    overflow: hidden;
}
.fright {
    float: right !important;
}
.upp {
    text-transform: uppercase;
}

.alright {
    text-align: right;
}
.ta__center {
    text-align: center;
}

.ta__left {
    text-align: left;
}

.ta__right {
    text-align: right;
}

.wrapper, .extra_wrapper {
    overflow: hidden;
}
.clear {
    float: none !important;
    clear: both;
}

.oh {
    overflow: hidden;
}

.nowrap {
    white-space: nowrap;
}

.rel {
    position: relative;
}

/*header*/

header {
    display: block;
    position: relative;
    z-index: 800;    
    background: url(../images/header-bg.jpg) repeat-x bottom;
}

header h1 {
    position: relative;
    text-align: center;
    z-index: 990;
    float: left;
}


header h1 a {
    display: inline-block;
    overflow: hidden;
    font-size: 0;
    line-height: 0;    
    text-indent: -999px;
    transition: 0s ease;
    -o-transition: 0s ease;
    -webkit-transition: 0s ease;
}

header h1 a img {
    display: block;
}
/**** table ****/

table {
	background:none repeat scroll 0 0 #333;
	border:1px solid #888; 
	border-collapse:collapse;
	border-spacing:0;color:#000; font-size:15px; line-height: 22px;
	text-align:left;
	width:100%;
	}
table tr td, table tr th {padding:0.625em;color:#fff;}
table tfoot, table thead {background: url(../images/line-slash.jpg) repeat scroll 0 0;}
table tr:nth-of-type(2n) {background: url(../images/line-slash.jpg) repeat scroll 0 0;}
th {border-right:1px solid #777;}
td {border-right:1px solid #888;}

/****Content****/
iframe#myframe  {  width:95%; height:500px !important; overflow:scroll;  margin: 0 auto }

.content {
    padding: 35px 0 85px 0 !important;
    background-color: #100D0E;
}

.page1 .content {
    padding-bottom: 29px;
}

.pad1 {
    padding-top: 49px;
}

.ctn__1 {
    padding-bottom: 44px;
}

/****Blocks****/

.banner {
    padding-top: 49px;
}

.bn__1 {
    background-color: #028068 !important;
}

.bn__2 {
    background-color: #296096 !important;
}
.bn__3 {
    background-color: #C64E19 !important;
}
.bann_capt {
    background-color: #FDB52B;
    color: #fff;
    padding: 20px 0;
    text-align: center;
    font: bold 26px/58px 'Noto Sans TC', 'Economica', sans-serif;
}

.bann_title {
    padding: 6px 0 18px;
    width: 250px;
    margin: 0 auto 2px;
    background: url(../images/bann_sep.png) 0 bottom repeat-x;
}

.bann_capt  a {
    font-size: 20px;
}

.bann_capt  a:hover {
    color: #000;
   }

.bann_capt  a:hover img{
opacity:0.5;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
   }



.block1 .count {
    width: 90px;float:left; 
    margin: 0 10px 0 0;
    height: 90px; 
    text-align: center;
    font: 30px/88px 'Dosis', sans-serif;
    border-radius: 500px; color:#FFF;
    border: 5px solid #F8CC96; background: #DF850F;
  
}

.block1 {
    text-align:left; display: inline-block; 
    padding: 0; color:#B46C0C; font: 16px/25px 'Noto Sans TC', 'Dosis', sans-serif;
}

.box {
    padding-bottom: 49px;
    background-color: #f1f0f1;
}

.box .btn {
    margin-top: 30px;
}

.box h2 {
    padding-top: 38px;
    margin-bottom: 16px;
}

.box strong.color1 {
    font-weight: 600;
}

.bq1 {
    background: url(../images/quotes.png) right 0 no-repeat;
    margin-top: -37px;
    padding-top: 12px;
    overflow: hidden;
}

.bq1 a {
    margin-top: 3px;
    float: right;
    display: block;
    font: bold 20px/48px 'Economica', sans-serif;
}

.bq1 a .fa {
    margin-right: 6px;
    position: relative;
    top: 1px;
    font-size: 18px;
    line-height: 48px;
}

.bq1 .fleft {
    margin-top: 5px;
    margin-right: 19px;
}

.bq_title {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 12px;
}

.block2 {
    margin-top: -22px;
    overflow: hidden;
}

.block2+.block2 {
    margin-top: 26px;
}

.block2 time {
    display: block;
    background-color: #000;
    text-align: center;
    width: 70px;
    float: left;
    margin-right: 30px;
    color: #fff;
    position: relative;
    top: 3px;
    padding: 15px 0 19px;
    font: bold 24px/30px 'Economica', sans-serif;
}

.form_title {
    font-size: 16px;
    position: relative;
    top: -1px;
    font-weight: normal;
}

.blog {
    margin-right: -1px;
    padding-top: 45px;
}

.blog +.blog  {
    padding-top: 40px;
}

.blog img {
    border: 1px solid #f2f1f2;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 21px;
}

.blog_title {
    margin-bottom: 17px;
    color: #535151;
    font-size: 24px;
    line-height: 30px;
    font-weight: normal;
}

.blog .btn {
    margin-top: 30px;
}

.blog table {
    border-top: 1px solid #d9d9d9;
    width: 100%;
    line-height: 40px;
    position: relative;
    top: 2px;
}

.blog table tr {
    border-bottom: 1px solid #d9d9d9;
}

.blog table .fa {
    font-size: 20px;
    color: #adacac;
    min-width: 24px;
    margin-right: 27px;
    line-height: 40px;
}

.blog table td+td .fa  {
    margin-right: 5px;
}

.blog table td:first-child {
    width: 238px;
}

.blog table td+td+td {
    text-align: right;
}

.block3 {
    overflow: hidden;
    margin-top: -2px;
}

.block3+.block3 {
    margin-top: 37px;
}

.block3+.block3 +.block3 {
    margin-top: 42px;
}

.block3 .fleft {
    margin-top: 5px;
    margin-right: 20px;
}

.block3 .text1 {
    margin-bottom: 22px;
    font-weight: normal;
    line-height: 24px;
}

.block3 .text1 time {
    display: block;
}

/* 最新消息 */ 	

.news-list {  text-align:left;  display:block; padding-right:3em; }
.news-list li{  border-bottom:#999 1px dashed;padding:5px 0;font-size:17px; line-height:2.3; }
.news-list li a:link, .news-list li a:visited { color: #fff; border:none;  }
.news-list li a .subject {-webkit-transition: all 0.5s linear; /* mouseout變回原形*/
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear; }
.news-list li a .subject:hover { color:#F90;border-top: 1px solid; border-bottom: 1px solid;
-webkit-transition:All 1s ease; -moz-transition:All 1s ease; -o-transition:All 1s ease;	 }

.news-list .date {color: #FCE7A7;font-size: 15px; padding-right:10px;   }
.news-list .subject {color:#fff;  }
.news-list .text {color:#666;font-size: 15px; padding-right:55px !important;  }
.news-list .more a{font-size: 15px;padding:1px 5px 3px 5px;color: #fff;text-decoration: none;background:#006D94;
 display: inline; float:right; margin:-35px 0 0 10px;
-moz-border-radius: 5px;   -webkit-border-radius:5px;border-radius:5px;}
.news-list .more a:hover {	color: #000;background-color:#ccc; }
.news-page { text-align:center; margin-top:30px; }
.news-page span{ font-size: 21px; color: #F90} 
.news-page a{ padding:0 5px;} 
.news-page a:hover{  color:#F90 } 

.right-block img { border:#666 1px solid; padding:10px;}
.right-block a p { color:#CCC; font-size:17px; padding:10px 0; text-align:center;}

/****Gallery****/

.gall_item {
    display: block;
    background: #aaccaa url(../images/magnify.png) center center no-repeat;
}

.gall_item img {
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    width: 100%;
    box-shadow: 0 0 #fff;
}

.gall_item:hover img {
    opacity: 0.2;
}

.gall_block {    
    padding: 0; text-align:center
}
.gall_block p{ letter-spacing:3px;}
.gall_bot {
    padding: 28px 21px 30px;
}

.gall_bot .btn {
    position: relative;
    top: 1px;
}

.gall_bot  .text1 {
    margin-bottom: 22px;
}

.about { text-align:center;  font: 19px/35px 'Noto Sans TC', 'Dosis', sans-serif; font-weight:bold;}

/****Separators****/

.sep__1 {
    height: 29px;
}




/****Text styles****/
.text1 {
    font-size: 18px;
    margin-bottom: 2px;
    line-height: 20px;
}

.tx__1 {
    margin-bottom: 22px;
}

.fw {
    font-weight: 600;
}

.color1 {
    color: #535151;
}

/*.color1 a:hover, a.color1:hover {
    color: #ccc;
}*/

.color2 {
    color: #eee;
}

.td_underline {
    text-decoration: underline;
}

/****Map****/

.map {
    overflow: hidden;
    padding-top: 3px;
    padding-bottom: 22px;
}

.map figure {
    position: relative;
    display: block;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.map figure iframe {
    width: 100%;
    height: 445px;
    max-width: 100%;
}

.map_block {
    padding-top: 20px;
    color: #535151;
    font-size: 16px;
    line-height: 30px;
    font-weight: normal;
}

.map_block+.map_block {
   padding-top: 24px; 
}

.map_block  .map_title {
    margin-bottom: 4px;
    font-weight: 600;
}

.address1 {
    padding-top: 3px;
    display: block;
    float: left;
}

.address1 dt {
}

.address1+.address1 {
    margin-left: 60px;
}

.address1 dd span {
    min-width: 85px;
    display: inline-block;
    text-align: left;
}

.address1 dd span.col1 {
    min-width: 0;
}

/**Footer**/

#footer {
    display: block; 
    padding: 40px 40px;
    color: #e2e2e2;
    font-size: 15px; letter-spacing:1px;
    line-height: 25px;
}

#footer img.logo-2 {  margin: 10px 25px 20px 0; 
    display: inline-block;}
	
#footer p {  
    display: inline-block; margin:0;}
	
#footer img.fb { float:right; margin:35px 0; }	
		
.copyright {
    font-weight: normal;
    float: left;
}
.copyright a:hover { color:#FF0
}

.copyright .brand {
    position: relative;
    top: -2px;
    font-weight: 300;
    font-size: 18px;
}

.copyright div {
    padding-top: 6px;
}

.copyright div a:hover {
    color: #535a5f;
}

.socials {
    float: right;
    color: #fff;
    margin-top: 0;
    overflow: hidden;
}
.socials img{
opacity:0.6; filter:alpha(opacity=60); 
}
.socials .fa {
    background-color: #ddd;
    font-size: 25px;
    float: left;
    line-height: 50px;
    width: 50px;
    height: 50px;
    border-radius: 500px;
    text-align: center;
}

.socials .fa:hover {
    color: #fff;
    background-color: #303030;
}

.socials .fa +.fa {
    margin-left: 16px;
}

.socials .fa.fa-pinterest {
    font-size: 30px;
}

.service ul,.service ol { margin-left:20px;}
.service ol li { list-style: decimal}
.service img { margin:100px 0 30px 0;}

/* RIGHT rightmenu
========================================================*/
.rightmenu {   display: block;  margin-top:20px;
  position: fixed; right:2px; top:200px;
  text-transform: none; font-size:13px; 
 }

.rightmenu ul  { margin-top:20px}


.rightmenu ul li { text-align:center;  list-style:none;  margin:2px 0;
-moz-box-shadow: 0px 0px 6px #555;
-webkit-box-shadow: 0px 0px 6px #555;
box-shadow: 0px 0px 6px #555;}



#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 40px;
    left: 51%;
    margin-left: 640px;
    overflow: hidden;
    width: 43px;
    height: 28px;
    border: none;
    text-indent: -999px;
    z-index: 20;
    background: url(../images/totop.png) no-repeat left 0; 
    transition: 0s ease;
    -o-transition: 0s ease;
    -webkit-transition: 0s ease;
}
#toTop:hover {
    outline: none;
    background-position: right 0;
}

/*==================================RESPONSIVE LAYOUTS===============================================*/

@media only screen and (max-width: 1199px) {
   .extra_wrapper {
        overflow: visible;
    }

    .shed li {
        padding-left: 10px;
        text-align: center;
    }

    #bookingForm > strong + .controlHolder {
        float: none;
        width: 100%;
        padding-top: 4px;
        clear: both;
    }

    .fl1 {
        width: 100%;
        margin: 0 !important;
        float: none !important;
    }

    .tmSelect.auto, .tmSelect2.auto {
        width: 200px;
    }

    .clear.height1 {
        height: 10px !important;
    } 
}
@media only screen and (max-width: 979px) {

    .fleft {
        margin-right: 10px;
    }

    .blog table td:first-child {
        width: 185px;
    }

    .tmSelect.auto, .tmSelect2.auto {
        width: 150px;
    }

    .bq1 {

        padding-top: 30px;
    }

    .address1 {
        float: none;
    }

    .address1 +.address1  {
        margin-left: 0;
        margin-top: 30px;
    }
    
     .map figure,  
     .map figure iframe,  
     #form input,
     #form textarea,  
     #form .success {
        width: 100% !important;
        float: none !important;
    }
     #form .success {
         -moz-box-sizing: border-box;
         -webkit-box-sizing: border-box;
         -o-box-sizing: border-box;
         box-sizing: border-box;
    }

     .map figure {
     height: auto !important;
    }

    .map figure {
    	margin-bottom: 15px;
    }

    .nowrap {
        white-space: normal;
    }


    .address1 dd span  {
        min-width: 0;
    }
}

@media only screen and (max-width: 767px) {
  
    .banner>img {
        width: 100%;
    }
    .tmSelect.auto, .tmSelect2.auto {
        width: 340px;
    }

    .sep__1 {
        height: 0;
    }

    .gall_block {
        margin-bottom: 35px;
    }

    .img_inner img {
    	width: 100%;
    }

    .img_inner {
        margin-top: 40px !important;
        width: 100% !important;
        float: none !important;
        margin-right: 0 !important;
        margin-bottom: 20px !important;
    }

    .box  {
        padding-left: 20px;
        padding-right: 20px;
    }

    .box div {
        margin: 0 !important;
        width: auto;
    }

    .news-list {padding-right:0; }

    header h1 {
        padding-top: 15px;
        position: relative !important;
        margin-bottom: 20px;
        padding-left: 0;
        float: none; 
        left: 0;
        text-align: center;
    }

    header h1 a {
        max-width: 90%;
        width: auto;
        display: inline-block;
        height: auto;
    }

    .map figure iframe {
        height: 300px;
    }

    .content .noresize {
        width: auto !important;
        float: left !important;
        margin-right: 20px !important;
        margin-top: 4px !important;
    }

    .img_inner {
        margin-top: 30px;
    }
    .none {
        clear: both;
    }

    .socials {
        float: none;
        padding-bottom: 20px;
    }
	
	.service img { margin:30px auto; width:90%;}
	
	#footer {letter-spacing:0px;
    padding: 25px 25px; text-align:center;
}
.copyright {   
    float: none;
}
.contact img { display:none}

#footer img.logo-2 {  margin: 10px auto 25px auto; 
    display: block;}
	
	
#footer img.fb { float: none; display: block;margin: 25px auto 10px auto;}	

}


@media only screen and (max-width: 479px) {
    

    .tmSelect.auto, .tmSelect2.auto {
        width: 180px;
    } 

    .blog table {
    } 

    .blog table td:first-child  .fa {
        display: block;
    }

    .blog table td:first-child {
        width: auto;
    }
	
	.gallery a {
   pointer-events: none;
}
.gall_item img { padding:10px 0; background:#100D0E;
 
}


}
