@charset "utf-8";
/*===========SEO麵包削============*/
.breadcrumb{
    padding: 15px;
    background-color: transparent;
}
.breadcrumb ul li{
    display: inline;
    color: #ffffff;
    font-size: 14px;
}
.breadcrumb ul li:after{
    content: ">";
}
.breadcrumb ul li:first-child:after{
    content: "";
}
.breadcrumb ul li:last-child:after{
    content: "";
}
.breadcrumb ul li a{
    color: #ffffff;
}

body{
	margin:0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif,"微軟正黑體";
	font-size: 16px;
	background-image:url(../images/lozenge-bg.jpg);
	overflow-y: scroll;
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.img-responsive{
    display: block;
    margin: 0 auto;
    max-width: 100%; 
    height: auto;
}

/*-----------set-top-header-----------*/
/*.setop.navbar-default{
    width: 100%;
    position: fixed;
    z-index: 21;
    top: 0;
}*/

/*-----------mobile-menu-----------*/
.mobile-nav-bg-style{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
	z-index: 9999;
	background-image:url(../images/lozenge-bg-m.jpg);
}
#nav-icon1 {
	display: block;
    width: 28px;
    height: 24px;
    position: relative;
    cursor: pointer;
    position: fixed;
    top: 50px;
    right: 10px;
    z-index: 999;/*blackLayer-1000*/

    background-color: #6C5607;
    border-left:10px solid #6C5607;
    border-right:10px solid #6C5607;
    border-top:10px solid #6C5607;
    border-bottom:5px solid #6C5607;
    box-sizing: content-box;
    box-shadow: 1px 1px 1px rgba(51,41,9,1);
}
#nav-icon1.nav-icon1-scroll{	
	top: 10px;
}/*scroll後style位置偏移*/
/*.nav-icon1-scroll::after{
	display: block;
	content: '';
	position: relative;
    cursor: pointer;
    position: fixed;
    top: 10px;
    right: 10px;
	padding: 18px 23px;/*加入背景出血寬度*/
	/*border: 1px solid #8d7008;
	background-color: #6C5607;
	box-shadow: 0px 0px 6px rgba(0,0,0,0.7);
	border-radius: 2px;
	z-index: 1;
}*/
#nav-icon1 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #ffffff;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    z-index: 999;
}
#nav-icon1 span:nth-child(1) {
    top: 0px;
}
#nav-icon1 span:nth-child(2) {
    top: 8px;
}
#nav-icon1 span:nth-child(3) {
    top: 16px;
}
#nav-icon1.open {
    top: 10px;
}
#nav-icon1.open span {
    margin-top: 0px;
}
#nav-icon1.open span:nth-child(1) {
    top: 8px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
#nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}
#nav-icon1.open span:nth-child(3) {
    top: 8px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.mobile-nav{
    position: fixed;
    top:58px;/*settour header 高58px*/
    left: 0;
    z-index: 20;
    display: none;
    width: 100%;
}
.mobile-nav ul{
    width: 100%;
    height: auto;
}
.mobile-nav li{
	display: block;
    width: 70%;
    margin: 0 auto;
}
.mobile-nav li a{
    display: inline-block;
    width: 100%;
    height: auto;
    font-size: 1.5em;
    text-align: center;
    letter-spacing: 2px;
    padding: 10px 0;
    text-decoration: none;
    margin: 8px 0;
    
    -moz-box-shadow: 0px 1px 0px 0px #574d00;
    -webkit-box-shadow: 0px 1px 0px 0px #574d00;
    box-shadow: 0px 1px 0px 0px #574d00;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #9e6e07), color-stop(1, #513605));
    background:-moz-linear-gradient(top, #9e6e07 5%, #513605 100%);
    background:-webkit-linear-gradient(top, #9e6e07 5%, #513605 100%);
    background:-o-linear-gradient(top, #9e6e07 5%, #513605 100%);
    background:-ms-linear-gradient(top, #9e6e07 5%, #513605 100%);
    background:linear-gradient(to bottom, #9e6e07 5%, #513605 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e6e07', endColorstr='#513605',GradientType=0);
    background-color:#9e6e07;
    -moz-border-radius:28px;
    -webkit-border-radius:28px;
    border-radius:28px;   
    cursor:pointer;
    color:#ffffff;
    border:2px solid #8a5f10;
    box-shadow: 0px 0px 8px rgba(0,0,0,0.4);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.mobile-nav li a:hover{
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #513605), color-stop(1, #9e6e07));
    background:-moz-linear-gradient(top, #513605 5%, #9e6e07 100%);
    background:-webkit-linear-gradient(top, #513605 5%, #9e6e07 100%);
    background:-o-linear-gradient(top, #513605 5%, #9e6e07 100%);
    background:-ms-linear-gradient(top, #513605 5%, #9e6e07 100%);
    background:linear-gradient(to bottom, #513605 5%, #9e6e07 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#513605', endColorstr='#9e6e07',GradientType=0);
    background-color:#513605;
    border:2px solid #514107;
    box-shadow: 0px 0px 8px rgba(0,0,0,0);
}

/*-----------index-menu----------*/
.index-menu ul{
	width: 100%; /*width: 80%; 三個<li>*/
	margin:50px auto;
    text-align: center;
}
.index-menu ul li{
	display: inline-block;
	width: 16%; /*width: 18%;*/
    /*margin: 0px 30px 0px 30px;四個<li>*/
    margin: 0px 15px 0px 15px;
}
.index-menu .choose1 a{
	background-image:url(../images/index-btn-1.png);
}
.index-menu .choose2 a{
	background-image:url(../images/index-btn-2.png);
}
.index-menu .choose3 a{
	background-image:url(../images/index-btn-3.png);
}
.index-menu .choose4 a{
	background-image:url(../images/index-btn-4.png);
}
.index-menu .choose5 a{
	background-image:url(../images/index-btn-5.png);
}
.index-menu .choose6 a{
	background-image:url(../images/index-btn-6.png);
}
.index-menu>ul>li>a{
	display: block;
	width:100%;
	height:0;
	padding-bottom:100%;
	max-width: 172px;
	max-height: 172px;	
	text-indent: -9999px;	
	background:no-repeat center;
	background-size: 100%;	
}

/*-----------desktop-menu----------*/
.menu_x {
    width: 100%;
    height: 60px;
    position: relative;
    z-index: 22;
    text-align: center;/*menu置中*/
}
.nav0 {
    width: 100%;
    height: 60px;
    margin: 0 auto;
    position: absolute;
    top: 0px;

    box-sizing: content-box;
    border-top:2px solid #a2894d;
    border-bottom:1px solid #2b2b2b; 
    background: #3d3d3d; /* Old browsers */
    background: -moz-linear-gradient(top, #3d3d3d 35%, #1f1f1f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #3d3d3d 35%,#1f1f1f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #3d3d3d 35%,#1f1f1f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d3d3d', endColorstr='#1f1f1f',GradientType=0 ); /* IE6-9 */
    box-shadow: 0px 1px 5px rgba(0,0,0,0.7);
}
.stuck {
    position: fixed;
    z-index: 996;
    top: 0px;
    left: 0px;
    margin: 0 auto;
}/*menu_x fixed scroll*/
ul.menu{
	color: #fff;
	display: inline-block;
    margin: 0 auto;
} 
ul.menu li{
	display: inline-block;
	margin-right: -4px;
	*margin-right: 0;
	border-right: 1px solid #333333;
}
ul.menu li:first-child {
    border-left: 1px solid #333333;
}
ul.menu li a,.menu li a:link{
	display: block;		
    text-decoration: none;
    color: #ccc;
    text-align: center;
    padding: 0 40px;
    font-size: 1.7em;
    line-height: 60px;
    height: 60px;       
    position: relative;
    overflow: hidden;
    text-shadow: 0px 0px 2px #1a1a1a;   
    -webkit-transition:all 0.6s ease-out;
    -moz-transition:all 0.6s ease-out;
    -o-transition:all 0.6s ease-out;
    transition:all 0.6s ease-out;
}
ul.menu li a:before{
	content: "";
	position: absolute;
	z-index: 999;
	left: 0;
	right: 100%;
	top: 0px;
	background: #a2894d;
	height: 4px;
	-webkit-transition-property: right;
	-moz-transition-property: right;
	-o-transition-property: right;
	transition-property: right;	
	-webkit-transition:all 0.3s ease-out;
	-moz-transition:all 0.3s ease-out;
	-o-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out;
	width: 0;
}
ul.menu li a:hover{
	color: #ffffff;
	text-shadow: 0px 0px 5px #ffffff;
}
a.choose1:hover:before, 
a.choose2:hover:before, 
a.choose3:hover:before,
a.choose4:hover:before, 
a.choose5:hover:before, 
a.choose6:hover:before{ 
	width: 100%;
}
.index1 a.choose1,.index2 a.choose2,.index3 a.choose3,.index4 a.choose4,.index5 a.choose5,.index6 a.choose6{
	color: #ddbd70;
}



/*-----------GO top-----------*/
.scroll2top:link,
.scroll2top:visited{
	background:url(../images/top.png) no-repeat 0 0;  
	width:80px; 
	height:80px; 
	margin-left: 0;
    right: 10%;
	bottom:0px;
}
.scroll2top:hover{
	background:url(../images/top.png) no-repeat 0 -80px;
	-webkit-animation: icon-up 0.75s ease-out;
	-moz-animation: icon-up 0.75s ease-out;
	-o-animation: icon-up 0.75s ease-out;
	animation: icon-up 0.75s ease-out;
	
}
@keyframes icon-up {
  0%,
  50%,
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  25%,
  75% {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

/*----------- 標題-框架設定 -----------*/
.wrapper{
	padding-top: 5%;
	padding-bottom: 5%;
}

/* c23模組 */
.cms23-layout{
	margin: 0 auto;
	background-color: rgba(49,42,24,0.3);
	overflow: hidden;
	width: 100%;
	border:1px solid #8d7845;
	box-shadow: 0px 0px 20px rgba(140,120,69,0.4);	
}/*內容外框*/

.intro-anchors {
	display: block;
	text-align: center;
	background-color: rgba(79,67,37,0.7);

	background: #775c28; /* Old browsers */
	background: -moz-linear-gradient(top, #775c28 0%, #8c7846 5%, #2b2517 92%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #775c28 0%,#8c7846 5%,#2b2517 92%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #775c28 0%,#8c7846 5%,#2b2517 92%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#775c28', endColorstr='#2b2517',GradientType=0 ); /* IE6-9 */

	padding: 7px;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.2);
}
.intro-anchors a{
	font-size: 1.125em;
	color: #dfdfdf;
	display: inline-block;
	text-decoration: none; 
	line-height: 1.5;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all  .5s ease-in-out;
	transition: all  .5s ease-in-out;
}
.intro-anchors a:hover{
	color:#ffffff;
	text-shadow: 0px 0px 2px #ffffff;
}

.intro-anchors a:after{
	content: "│";
	padding: 0 15px;	
	color: #39301b;
	text-shadow:none;
}
.intro-anchors a:last-child:after{
	content: " ";
	padding: 0;
}
.anchors-fixed{
	display: block;
	width: 100%;	
	position: fixed;
	z-index: 996;
	top: 63px;
	/*left: 0;*/
	max-width: 1138px;
}
.carrier {
    position: relative;
    margin: 50px 0;
    padding-left:30px;
    padding-right:30px;
}
.carrier a{
	
}
.carrier h4 {
	display: block;
	width: 100%;
    font-size: 2.3em;
    color: #ddbd70;
    letter-spacing: 1px;
    font-weight: normal;
    text-align: center;
    text-shadow: 1px 1px 2px #000000;
}
.carrier h4::before{
	display: inline-block;
	width: 49px;
	height: 28px;
    content: " ";
    background: url(../images/icon.png) no-repeat 0 0; 
    background-size: 100%;
    margin-right: 10px;
}
.carrier h4::after{
	display: inline-block;
	width: 49px;
	height: 28px;
    content: " ";
    background: url(../images/icon.png) no-repeat 0 0; 
    background-size: 100%;
    margin-left: 10px;
}
.carrier ul {
	list-style: none;
    padding: 0;
	margin-top:15px;
}
.carrier li {
	clear: both;
	overflow: hidden;
    border-bottom: 1px dotted #3b3b3b;
    padding: 13px 20px 13px;
    margin: 0 20px;
    line-height: 1.5;
    min-height: 60px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.carrier li:hover {
    background-color: rgba(66,59,33,0.3);
    padding: 13px 20px 18px;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.6);   
}
.carrier li a:link, .carrier li a:visited {
    text-decoration: none;
    font-size: 1em;
    color: #ff7200;
    letter-spacing: 1px;
    line-height: 1.5;
    display: block;
}
.carrier li a strong {
    font-weight: normal;
    display: block;
    font-size: 1.3em;
    color: #ffffff;
    margin: 2px 0 6px 0;
    line-height: 1.2;
    letter-spacing: 1px;
}
.carrier li a:hover strong {
    text-shadow: 0px 0px 3px rgba(0,0,0,0.8);
}
.carrier .box-head {
    display: none !important;
}
.carrier li em.price {
    font-size: 0.8em;
    color: #f02f6f;
    float: right;
}
.carrier li em.price span, .carrier li em.price var {
    font-size: 1.5em;
}



