﻿/*「手機版」三條線*/
@media (min-width:480px) {
	.material-icons{
		display:none;
	}
}








/*最上面橫幅*/
.topbar{
	width:100%;
	height:50px;
	display:inline-block;
	background-color: #fd9b2c;
	z-index:1200;
	
}

.container{
	width: 100%;
    max-width: 1140px;
    text-align: justify;
	font-family: 微軟正黑體;
}

.logo{
	height: 50px;
	margin-left:10%;
}
.topbarlink{
	width:50%;
	text-align:right;
	transform:translateY(50%);
	display:inline;
	position:absolute;
	right:1%;
}
.topbutton{
	margin-right:1%; 
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
}
/*大圖*/
.bigimg{
	max-height:400px;
	height: calc(50vw);
	background-image: url(../images/banner_tte.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.transparent{
	-moz-opacity:0.5;
	filter:alpha(opacity=33);
	border:0px;
}
.normal{
	border:0px;
}


@media (max-width:960px){
	.bigimg{
		height: calc(37vw);
		background-size: calc(180vw);
	}
}


/*「手機版」最上面橫幅與大圖*/
@media (max-width:480px) {
	.topbarlink{
		display:none;
	}
}


/*LINE好友按鈕*/
.line-button{
	width:100%;
	height:250px;
	text-align:center;
	margin-bottom:3%;
}
.line-button img{
	width: 100%;
	max-width: 960px;
}
/*「手機版」LINE好友按鈕*/
@media (max-width:960px) {
	.line-button{
		height:350px;
	}
	.line-button-img{
		display:none;
	}
	.line-button img{
		max-width: 350px;
		width: 90%;
		margin: auto;
	}
}
@media (min-width:960px) {
	.line-button-img-phone{
		display:none;
	}
	
}



/*頁尾*/
footer {
	background-color: #6699cc;
	-webkit-box-shadow: 0px 0px 8px hsla(0,0%,0%,0.50);
	box-shadow: 0px 0px 8px hsla(0,0%,0%,0.50);
	text-align: center;
	font-size: 18px;
	padding-top: 30px;
	padding-bottom: 30px;
}
footer, footer a{
	color: #fff;
}
.phone .phone a {
	color:black;
}



/*各個行程整個框*/
.mix{
	display:inline-block;
	width:21%;
	margin:1.5% 1.5% ;
	border-color:#FFFFFF;
	border-width:10px;
	border-style:solid;
	box-shadow: 0 1px 3px 2px rgba(128,128,128,.4);
}
/*各個行程圖片跟內容之滑鼠停留在上面時*/
.mix:hover{
	box-shadow: 0 1px 3px 2px rgba(128,128,128,.6);
}
.traveldata > div > div{
	color: #bbb;
}
.traveldata > div:nth-child(8n+1) > div, .traveldata > div:nth-child(8n+2) > div, .traveldata > div:nth-child(8n+3) > div, .traveldata > div:nth-child(8n+4) > div{
	color: #FFFF33;
	background-color:#0099FF;
}
.traveldata > div:nth-child(8n+5) > div, .traveldata > div:nth-child(8n+6) > div, .traveldata > div:nth-child(8n+7) > div, .traveldata > div:nth-child(8n+8) > div{

	color: #FFFFFF;
	background-color:#FF0099;
}
/*「手機版」各個行程整個框*/
@media (max-width:960px) {
	.mix{
		width:23%;
		margin-left:0.5%;
		margin-right:0.5%;
		border-width:5px;
	}
}
@media (max-width: 480px) {
	.mix{
		width:40%;
		border-width:2px;
	}
	.mix-frame{
		text-align:center;
	}
	.traveldata > div:nth-child(4n+1) > div, .traveldata > div:nth-child(4n+2) > div{
		color: #FFFF33;
		background-color:#0099FF;
	}
	.traveldata > div:nth-child(4n+3) > div, .traveldata > div:nth-child(4n+4) > div{

		color: #FFFFFF;
		background-color:#FF0099;		
	}
}



/*行程上面國家之橫條圖*/
.mix-frame{
	text-align: center;
	overflow: hidden;
}
.country-color{
	height:45px;
	background-repeat: no-repeat;
	background-position: center;
}
.countrytitle{
	background-color: #B4D465;
	font-size: 20px;
	text-align: center;
	height: 36px;
	line-height: 36px;
	font-weight: bold;
	font-family: 微軟正黑體;
	color: #333;
}
.country-id{
	height: 50px;
}

/*「手機版」行程上面國家之橫條圖*/
@media (max-width:960px) {
	.country-color{
		height: 35px;
	}
	.country-id{
		height: 50px;
	}
}
@media (max-width: 480px) {
}



/*行程*/

/*整個行程區塊*/
.traveldata, .hottravel{
	color: #fff;
	margin-left:10%;
	margin-right:10%;
	margin-bottom:3%;
	text-align: center;
}
.hottravel{
	border: solid 3px #e2bea1;
	margin-top: 30px;
}
/*各個行程圖片跟內容*/
figure{
	background-color: #FFFFFF;
}
/*各個行程圖片跟內容之小圖*/
figure img{
	width: 100%;
}
/*行程標題*/
.travelname{
	height:44px;/*不得已加這個*/
	width:98%;
	margin-top:3%;
	margin-left:2%;
	margin-right:2%;
	display: inline-block;
	font-size: 16px;
	text-align:left;
	color: #000000;
}
/*行程促銷說明*/
.travelname2{
	height:40px;/*不得已加這個*/
	width:98%;
	margin-top:5%;
	margin-left:2%;
	display: inline-block;
	font-size: 20px;
	text-align:left;
	color:#BF0060;
	font-weight:bold;
}
/*行程價格*/
.sprice{
	width: 100%;
	display: inline-block;
	margin-left:2%;
	color: #f13424;
	font-size: 30px;
	font-weight: bold;
	text-align:left;
	font-family: Century Gothic, Helvetica, Arial,"微軟正黑體",Microsoft JhengHei, sans-serif;
}
/*價格後面"起"字*/
.priceup{
	margin-left:-3%;
	color: #888;
	font-size: 13px;
	font-style: italic;
	font-family: Microsoft JhengHei, PMingLiU, Microsoft YaHei;
}

/*「手機版」行程*/
@media (max-width:960px) {
	.traveldata, .hottravel{
		margin-left:0%;
		margin-right:0%;
	}
	.travelname{
		width:100%;
		font-size: 14px;
	}
	.travelname2{
		width:100%;
		font-size: 12px;
	}
	.sprice{
		font-size: 26px;
	}
}
@media (max-width: 480px) {
	.travelname{
		height:38px;/*不得已加這個*/
		font-size: 13px;
	}
	.travelname2{
		height:28px;/*不得已加這個*/
		font-size: 12px;
	}
	.sprice{
		font-size: 16px;
	}
	.priceup{
		font-size: 9px;
	}
}





.travel_title{
	font-size: 18pt;
    height: 50px;
    color: rgb(255, 255, 255);
    border-bottom: 3px solid rgb(247, 194, 66);
    line-height: 40px;
    background-color: #7c3065;
    font-weight: bold;
	text-decoration:none;
	padding:5px;
	margin-bottom: 10px;
}
@media (min-width:480px) {
	.flexslider{
		padding: 0 50px;
	}
}
.price{
	font-family: "Nimbus Sans L","URW Gothic L",Verdana,Tahoma,Helvetica,"Lucida Grande",Geneva,"DejaVu Sans","Microsoft Sans Serif",sans-serif;
	font: 24px/26px Century Gothic;
	font-weight: bold;
	color: #FF3300;
}
@media (max-width:480px) {
	.flex-direction-nav {
	    display: none;
	}
	.price{
		font-size: 18px;
	}
}
.flexslider a{
	text-decoration: none;
	vertical-align: baseline;
	outline: none; /* for Firefox Google Chrome  */
  	behavior:expression(this.onFocus=this.blur()); /* for IE */
}
.slides {
	text-align:center;
}
.slides .hottravelname{
	height: 50px;
	font: 13px 新細明體;
	margin: 7px 0px;
	display: block;
	overflow: hidden;
	color: #555;
	font-weight: bold;
}
.slides li .onselect .hottravelname {
    color: #F50;
}
.slides li:hover .hottravelname {
    color: #F90;
}

