body {
		background: #F5F5F5;
    font-family: Microsoft JhengHei, sans-serif;
    font-weight: 300;
	}

html,body {
  width: 100%;
  overflow-x: hidden;
}

html {
  font-size: 100%;
}


/* Typography */
h1,h2,h3, .btn {
  font-family: Microsoft JhengHei, sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  color: #660000;
  margin: 8px;
  font-size: 17px;	
}

.btn:hover {
  font-family: Microsoft JhengHei, sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  color: #3DBEE5;
}

h1 {
  font-weight: bold;
  font-size: 100px;
}

h2 {
  color: #000;
  font-size: 40px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 8px;
}

h5 {
  font-size: 20px;
  text-align: left;
  color: #D7AD37;
  font-weight: 600;
}

#contact h2 {
  color: #ffffff;
}

h3 {
  color: #E5D4C2;
  font-size: 25px;
  line-height: 26px;
  letter-spacing: 1px;
  padding-bottom: 10px;
  font-weight: 600;
  text-align: center;
}
#menu h3 {
   color: #555;
}

h4 {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #D7AD37;
}

p {
  font-size: 15px;
  line-height: 22px;
  color: #333;
  margin: 0;
}

a {
  text-decoration: none !important;
}
a:visited,
a:focus {
  outline: none;
  text-decoration: none !important;
}

.parallax-section {
  background-attachment: fixed !important;
  background-size: cover !important;
}
.tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
/* hover min css */
.hvr-bounce-to-bottom:before,
.hvr-bounce-to-top:before {
  background-color: #ffffff;
}


/* All Section styles */

#about {
  color: #656565;
  padding-top: 70px;
  padding-bottom: 150px;
  background: url(../images/aboutbg.jpg) #EDE1D5 no-repeat top center !important;

}

#about p{
  font-size: 15px;
  letter-spacing: 0.8px;
  line-height: 30px;
  color: #333;
  text-align: justify;
  font-weight: 600;	
}

#gallery {
  color: #666;
  padding-bottom: 100px;
  text-align: center;
  background: #000;
}

/*-- gallery --*/

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #A3786B;
    font-weight: 600;
    cursor: default;
    background: #E5D4C2;
    border: solid 1px #E5D4C2;
}
.nav-tabs > li > a {
	min-width: 160px;
    margin-bottom: 10px;
	margin-right: 10px;
    font-size: 16px;
	color: #333;
	font-weight: 400;
    background: #fff;
    border: solid 1px #ccc;
    border-radius: 0px;
	-webkit-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	-moz-border-radius: 0px;
	text-transform: capitalize;
}
.nav-tabs > li > a:focus{
	background:transparent;
}
.nav-tabs {
    border-bottom: none;
    text-align: center;
}
.nav-tabs > li {
    margin: 0 0 0 0;
}
.nav-tabs > li > a:hover {
    color: #000;
    background: #ccc;
    border: solid 2px #ccc;
}
.w3_tab_img_left {
	padding:0;
	border: 1px solid #fff;
}
.agile-gallery-info{
    padding: 1em;
	max-width: 95%;
    background: #ffffff;
}
.agile-gallery-info h5{
    color: #000000;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 4px;
    margin: 0;
}
.agile-gallery-info p{
    color: #999999;
    font-size: .9em;
    line-height: 1.8em;
    margin: .5em 0 0 0;
}
.agile-gallery-info{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.w3_tab_img_left:hover .agile-gallery-info{
	background: #48934D;
	color:#FFFFFF;
}
.w3_tab_img_left:hover .agile-gallery-info p{
	color:#FFFFFF;
}
/*-- //gallery --*/

/*-- Gallery Section --*/
#gallery{
    padding: 4em 0 4em 0px;
	background: #000;
	background: url(../images/roombg.png) 50% 0 #E5D4C2 repeat !important;
}

#portfolio p {
  line-height: 1.8em;
  margin: 25px 0 0 0;
  font-size:1.1em;
  color: #ffffff;
  font-weight: 300;
}
.gallery-section h3{
   margin: 0;
  color: #ffffff;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 18px;
}
.gallery-grid {
  padding: 0;
}
.gallery1 {
position:relative;
}
.gallery1 .textbox {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    background-color: rgba(15, 36, 83, 0.62);
}
.gallery1:hover .textbox {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.gallery-grid img{
		width:100%;
}

.textbox {
-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;
text-align:center;
}
.textbox h4 {
    font-size: 2em;
    color: #FFF;
    margin-top: 3.5em;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 5px;
}
.textbox p {
     font-size: 26px !important;
    color: #fff;
    margin: 6px 0 0 0!important;
    padding: 3px 0;
}
.gallery-grids {
  margin-top: 50px;
}
/*-- //Gallery Section --*/

.marker-list,.marker-list2{
	text-align: justify;
	font-size: 15px;
	color: #333;
	font-weight: 500;
	letter-spacing: 0.5px;
}
.marker-list,.marker-list3{
	text-align: justify;
	font-size: 15px;
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.5px;
}


#team {
  background: url('../images/photobg.jpg') 50% 50% #000 no-repeat fixed !important;
  position: relative;
  padding-top: 70px;
  padding-bottom: 130px;
  text-align: center;
}

#team p {
  padding-top: 20px;
  color: #fff;
  text-align: center;
  font-size: 15px;
  letter-spacing: 4px;
}

#feature {
	background: url('../images/featurebg.jpg') 0 0 #E5D4C2 no-repeat fixed !important;
}

#video,
#menu,
#feature,
#contact {
  color: #333;
  padding-top: 70px;
  padding-bottom: 150px;
}
#contact h5{
	margin-top: -10px;
}
.contact p {
    padding: 10px 0 30px;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    color: #E5D4C2;
}

.contact a {
    font-size: 16px;
    font-weight: 400;
    color: #E5D4C2;
    margin-top: 30px;
}

.contact a:hover {
    font-size: 16px;
    font-weight: 400;
    color: #0099CC;
    margin-top: 30px;
}


#menu{
  background: url(../images/roombg.png) 50% 0 #E5D4C2 repeat !important;
}

#video,
#contact {
  background: url('../images/contact-bg.jpg') 50% 0 #847A70 no-repeat fixed !important;
  text-align: center;
}

/* 加入背景影片*/
video{position:fixed;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;transform:translateX(-50%) translateY(-50%);z-index:-1;opacity:.5}


/* section title */
.section-title {
  padding: 30px 0;
  text-align: center;
}
#about .section-title,
#menu .section-title {
  text-align: center;
}
#contact .section-title {
  color: #f0f0f0;
}



/* Preloader section載入區  */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #E5D4C2 ;
}

.sk-spinner-pulse {
  width: 350px;
  height: 150px;
  background-image: url(../images/loading.png);
  border-radius: 100%;
  -webkit-animation: sk-pulseScaleOut 2s infinite ease-in-out;
          animation: sk-pulseScaleOut 2s infinite ease-in-out; }

@-webkit-keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }


/* Home section */
#home {
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
        align-items: center;
  text-align: center;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

#home .gradient-overlay {
  background: #000;
  opacity: 0.2;    
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
}

#home .btn {
  background: transparent;
  border: 3px solid #ffffff;
  color: #ffffff;
  font-size: 15px;
  letter-spacing: 2px;
  padding: 10px 25px;
  margin-top: 34px;
  margin: 15px;
  text-transform: uppercase;
}

#home .btn:hover,
#home .btn:focus {
  color: #E5D4C2;
}

#back {
	padding-top: 80px;
}


/* Navigation section */
.navbar-default {
    background: #D7AD37;
    border: none;
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.5);
    margin: 0 !important;
}

.navbar-default .navbar-brand {
  color: #FFF;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 40px;
  margin: 0;
}

.navbar-default .navbar-nav li a {
    color: #FFF;
    font-size: 17px;
    font-weight: 600;
    transition: all 0.4s ease-in-out;
}

.navbar-default .navbar-nav > li a:hover {
    color: #000 #2725D1;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #FFFF00;
    background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
     border: none;
     padding-top: 10px;
  }

.navbar-default .navbar-toggle .icon-bar {
    border-color: transparent;
  }

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { 
  background-color: transparent;
}


/* Feature section 服務項貝 */
#feature .feature-thumb {
  position: relative;
  padding: 40px;
  border: 1px solid #E5D4C2;
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.5);
  background: rgba(0, 0, 0, 0.3);
}

.feature-thumb li {
  font-size: 15px;
  color: #fff;
  line-height: 32px;
  text-align: justify;
}

#feature .feature-icon {
  background-color: #A3786B;
  width: 85px;
  height: 85px;
  margin: 0 auto;
  top: 0;
  margin-top: -70px;
  margin-bottom: 30px;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: table;
  text-align: center;
  transition: all 0.4s ease-in-out;
}
#feature .feature-icon:hover {
	background-color: #FFCC99;
}
#feature .feature-icon span {
  display: table-cell;
  vertical-align: middle;
}
#feature .feature-icon .fa {
  color: #ffffff;
  font-size: 36px;
  margin: 0;
  padding: 0;
}

#feature h3 {
  padding-top: 14px;
  padding-bottom: 10px;
}



/* About section 關於 */
#about .col-md-4 ul {
  padding-top: 4px;
  padding-left: 28px;
}

#about .col-md-4 ul li {
  color: #777;
  font-size: 18px;
  font-weight: 400;
  padding-top: 2px;
  padding-bottom: 2px;
}

.aboutli{
  margin-bottom: 10px;
  margin-top: 5px;
  color: #AE0000;
  font-size: 16px;
  letter-spacing: 0.8px;
  line-height: 32px;
  font-weight: 600;
  padding: 15px;	
}

/* 環境相本 */
/*--w3layouts--*/
/*--agileits--*/
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	height: auto;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before, .grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption, .grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #FFF;
}

.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}


/*-- Portfolio環境相本 --*/

.portfolio {
	padding-bottom: 0px;
}

.portfolio-top {
	padding: 0;
}

.portfolio .grid figure {
	margin: 0;
	height: 100%;
	width: 100%;
	text-align: center;
	cursor: pointer;
}

figure.effect-apollo {
	background: #E5D4C2;
}

figure.effect-apollo img {
	opacity: 0.95;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}

figure.effect-apollo figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(163,120,107,0.5); /*hover顏色*/
	content: '';
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

figure.effect-apollo:hover img {
	opacity: 0.3;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-apollo:hover figcaption::before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

/*-- //Portfolio --*/

@media screen and (max-width: 767px) {
	.portfolio-top {
		width: 50%;
		float: left;
	}
}

@media screen and (max-width: 667px) {
	.portfolio-top {
		padding: 0px;
	}
}

@media screen and (max-width: 603px) {
	.portfolio {
		padding-bottom: 50px;
	}
}

@media screen and (max-width: 480px) {
	.portfolio {
        padding: 0px;
        padding-bottom: 0px;	}
}

@media screen and (max-width: 360px) {
	.portfolio-top {
	width: 50%;
	padding: 0;
	}
}


/* Video section  */
#video {
  position: relative;
  color: #999;
}

#video .overlay {
  background: rgba(03,03,03,0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

#video h2 {
  color: #ffffff;
  padding-top: 20px;
  padding-bottom: 16px;
}

#video .fa {
  position: relative;
  border: 2px solid #ffffff;
  border-radius: 100px;
  color: #ffffff;
  font-size: 28px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  vertical-align: middle;
  margin-top: 22px;
}



/* Menu section */
#menu .media {
  padding-bottom: 20px;
}

#menu .media-object img {
  width: 220px;
  padding-right: 12px;
  position: relative;
}

#menu .media-object span.menu-price {
  position: absolute;
  background-color: #ffffff;
  color: #222;
  font-size: 20px;
  font-weight: bold;
  padding: 6px 20px;
  top: 50%;
  left: 3%;
}

#menu li {
	font-size: 15px;
    color: #333;
    line-height: 26px;
    text-align: justify;
	font-weight: 500;
}
#menu .li-red {
	font-size: 15px;
    color: #ff0000;
    line-height: 26px;
    text-align: justify;
	font-weight: 600;
}
#menu h3 {
	font-size: 20px;
    color: #D7AD37;
    font-weight: 600;
    text-align: left;
}
.notep{
    margin: 0;
    font-family: "Microsoft JhengHei";
    margin-left: -2.5em;
    font-size: 15px;
    color: #333;
    line-height: 26px;
    text-align: left;
    font-weight: 500;
}
.notep-red{
    margin: 0;
    font-family: "Microsoft JhengHei";
    margin-left: -2.5em;
    font-size: 15px;
    color: #ff0000;
    line-height: 26px;
    text-align: left;
    font-weight: 600;
}
.notep-white{
    margin: 0;
    font-family: "Microsoft JhengHei";
    margin-left: -2.5em;
    font-size: 15px;
    color: #fff;
    line-height: 26px;
    text-align: justify;
    font-weight: 500;
}
/* Team section */
#team h3 {
  padding-bottom: 0px;
}

#team .team-des h4 {
  color: #666;
  padding-top: 0px;
  padding-bottom: 10px;
}

#team img {
  width: 100%;
}

#team .team-thumb {
  width: 100%;
  position: relative;
}

#team .team-des {
  background: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.04);
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 90px;
  overflow: hidden;
  transition: height 450ms;
}
#team .team-thumb:hover .team-des {
  color: #ffffff;
  height: 100%;
  background-color: #c21500;
  padding-top: 30%;
  opacity: 0.9;
}
#team .team-thumb:hover h3,
#team .team-thumb:hover h4,
#team .team-thumb:hover .social-icon li a {
  color: #eee;
}

#team .join-team {
  background-color: #c21500;
  color: #f0f0f0;
  padding: 30px 20px;
  text-align: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: block;
}
#team .join-team .fa {
  font-size: 32px;
  padding-bottom: 14px;
}
#team .join-team .btn {
  background-color: transparent;
  border: 3px solid #ffffff;
  color: #ffffff;
  font-size: 18px;
  padding: 6px 26px;
  margin-top: 18px;
}
#team .join-team .btn:hover {
  color: #222;
}

#team .col-md-6 {
  padding-top: 62px;
}
#team .col-md-6 h2 {
  padding-bottom: 16px;
}



/* Gallery section */
.mt30{
  margin-top: 30px;
}
#gallery .gallery-thumb {
  position: relative;
  overflow: hidden;
  margin: 0;
} 

#gallery .gallery-thumb .gallery-overlay {
  background: #E5D4C2;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#gallery .gallery-thumb:hover .gallery-overlay {
    opacity: 0.9;
}

#gallery .gallery-thumb .gallery-overlay .gallery-item {
    text-align: center;
    position: absolute;
    top:50%;
    left: 50%;
    -webkit-transform:translate(-50%,-50%);
      -ms-transform:translate(-50%,-50%);
          transform:translate(-50%,-50%);
}

#gallery .gallery-thumb .fa {
  background: #ffffff;
  border-radius: 100%;
  font-size: 24px;
  color: #222;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  vertical-align: middle;
}

/*filter css*/
.filter-wrapper {
    width: 100%;
    margin-bottom: 42px;
    overflow: hidden;
}

.filter-wrapper li {
    display: inline-block;
    margin: 4px;
}

.filter-wrapper li a {
    color: #ccc;
    border: 1px solid #ccc;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 8px 17px;
    margin-right: 2px;
    margin-left: 2px;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.filter-wrapper li a:hover,
.filter-wrapper li a:focus {
  color: #E5D4C2;
}

/*isotope box css*/
.iso-box-section {
    width: 100%;
}

.iso-box-wrapper {
    width: 100%;
    padding: 0;
    clear: both;
    position: relative;
}

.iso-box {
    position: relative;
    float: left;
    margin-bottom: 30px;
}

.iso-box > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
} 

.fluid-img {
    width: 100%;
    display: block;
}

/* news  */
#news {
  background: url(../images/news.jpg) 50% 0 #E5D4C2 no-repeat fixed !important;
  padding-top: 50px;
  padding-bottom: 100px;
}

/* message  */
#message {
  background: url(../images/roombg.png) 50% 0 #E5D4C2 repeat !important;
  padding-top: 50px;
  padding-bottom: 100px;
}

.map {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-right: 10px;
  margin-left: 10px;
}

/* Contact section  */
#contact {
  position: relative;
  background: rgba(0,0,0,0.4);
}



#contact .form-control {
  background: transparent;
  border: none;
  border-bottom: 1px solid #666;
  border-radius: 0px;
  box-shadow: none;
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 16px;
  transition: all 0.4s ease-in-out;
}

#contact .form-control:hover {
  border-color: #ddd;
}

#contact input {height: 45px;}

#contact input[type='submit'] {
  background: #ffffff;
  border-radius: 4px;
  color: #c21500;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 2px;
  height: 50px;
  margin-top: 20px;
  transition: all 0.4s ease-in-out;
}
#contact input[type='submit']:hover {
  background-color: #c21500;
  border-color: transparent;
  color: #ffffff;
}
.ft-p{
  font-size: 16px;
  line-height: 22px;
  color: #D7AD37;
  margin: 0;
  font-weight: 600;	
  padding: 10px;	
}

/* Footer section  */
footer {
  background-color: #222;
  color: #757575;
  padding-top: 100px;
  padding-bottom: 100px;
}

footer h3 {
  color: #ffffff;
  text-transform: uppercase;
  padding-bottom: 14px;
}

footer strong {
  color: #f0f0f0;
  font-size: 20px;
  display: block;
  padding-top: 6px;
  padding-bottom: 2px;
}


/* copyright section  */
#copyright {
  padding: 20px 0 50px;
  background:#E5D4C2;
}

#copyright p {
  color: #666;
    font-size: 14px;
    text-align: center;
}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 30px;
    right: -5px;
    overflow: hidden;
    width: 60px;
    height: 60px;
    border: none;
    text-indent: 100%;
    background: url(../images/to-top.png) no-repeat 0px 0px;
    z-index: 99999;
}

.gototop {
	background-color: #E5D4C2;
	color: #ffffff;
    font-size: 30px;
    padding-top: 10px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 10px;;
	text-align: right;
	transition: all 0.4s ease-in-out;
}
.gototop:hover {
  background-color: #c21500;
  color: #fff;
}

/* social icon section  */
.social-icon {
  padding: 0;
  margin: 0;
}

.social-icon li {
  list-style: none;
  display: inline-block;
}

.social-icon li a {
  border-radius: 100px;
  color: #626262;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin-bottom: 12px;
  margin-right: 10px;
}

.social-icon li a:hover {
  background: #111;
  color: #ffffff;
}

.fixed-nav{
	display: none;   /*隱藏*/
}

 

/* Mobile Responsive */
@media (max-width: 1280px) {

  #about {
    background: url(../images/aboutbg.jpg) #EDE1D5 no-repeat top center !important;
  }
  #feature {
    padding-top: 0px;
    padding-bottom: 80px;
	background: url('../images/featurebg.jpg') 50% 10% #000 no-repeat !important;
  }
	
  #team {
    padding-top: 0px;
    padding-bottom: 0px;
	background: url('../images/photobg.jpg') 40% 60% #000 no-repeat !important;
  }
	
  #contact {
	padding: 70px 15px;
    background: url('../images/contact-bg.jpg') 50% 10% #000000 no-repeat!important;
  }
}
@media (max-width: 1024px) {
  #home {
    height: 70vh;
  }
}
@media (max-width: 980px) {

  #home {
    height: 40vh;
  }

  #feature .col-md-4:last-child,
  #about .col-md-4 {
    margin-top: 42px;
  }

  #team .team-thumb {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #team .join-team {
    padding: 71px 50px;
    margin-top: 20px;
  }

}


@media (max-width: 900px) {

  h1 {font-size: 70px;}

}


@media (max-width: 768px) {

  .navbar-default .navbar-brand {
    line-height: 46px;
  }
/*-- footerfixed --*/
.fixed-nav { 
	display: inherit; /*顥示*/
	position: fixed; 
	left: 0; 
	right: 0; 
	bottom: 0; 
	z-index: 910; 
	}
.fixed-nav ul,.fixed-nav li { 
	margin: 0; 
	padding: 0; 
	list-style: none;
	}
.fixed-nav ul { 
	display: table; 
	width: 100%;
	}
.fixed-nav li { 
	display: table-cell; 
	width: 33.3333333%;
	}
.fixed-nav a { 
	display: block; 
	padding: 10px; 
	text-align:center; 
	font-size: 18px; 
	line-height: 25px; 
	color: #E5D4C2;
    background-color: #A3786B;
    border-right: 1px solid #E5D4C2;
    font-weight: 600;
	}
.fixed-nav .fa { 
	margin-right: 15px;
	}
}
	
	
.probootstrap-copyright {
  padding: 20px 0;
}

.probootstrap-copyright a {
  color: rgba(255, 255, 255, 0.2);
}

.probootstrap-copyright a:hover {
  color: white;
}

.probootstrap-copyright p {
  font-size: 14px;
  color: #777;
  text-align: center;
}

.probootstrap-copyright p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .probootstrap-copyright p.copyright-text {
    margin-bottom: 20px;
  }
	
 .nav-tabs	{
    border-bottom: none;
    text-align: center;
   
	}
	
  #home .btn {
	display: none;
	}	
}
.nav-tabs {
    border-bottom: none;
    margin: 1.5em auto;
    width: 30%;
    text-align: center;
  }
  .nav-tabs > li > a {
    min-width: 150px;
  }
.nav-tabs > li > a {
    min-width: 150px;
  }
@media (max-width: 767px) {

  .navbar-default .navbar-brand {
    line-height: 15px;
	padding: 15px 0 0 15px;  
  }
  .navbar-default .navbar-nav li a {
    line-height: 30px;
  }
  	

  #feature .col-md-4,
  #about .col-md-5,
  footer .col-md-4 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .filter-wrapper {
    padding: 0px;
  }

}
.table-container{
   overflow-x: auto;
   display: block;
   width: 100%;
   white-space: nowrap;
  }

.show2{
   display: none;
  }


@media screen and (max-width: 375px) {  
.show2{
   display: inherit;
   padding-bottom: 5px;
   font-weight: 600;
   font-size: 16px;
   font-family: Microsoft JhengHei;
 }
}
@media (max-width: 650px) {

  #home {
    height: 40vh;
  }

  h1 {
    font-size: 60px;
  }
  h2 {
    font-size: 30px;
  }
	
  #gallery {
    padding-top: 0px;
  }	
	
  #video,
  #menu {
    padding-top: 0px;
    padding-bottom: 80px;
  }

  #news {
	background: url('../images/news.jpg') 50% 0 #000 no-repeat !important;
  }	
}	
	
  #menu .media-object img {
    width: 100%;
    padding-bottom: 14px;
  }
  #menu .media-object span.menu-price {
    top: 30%;
    left: 6%;
  }


  footer {text-align: center;
}

