@import "animate.min.css";

/*-----------------------------------------------------------------------------------*/
/* GENERAL
/*-----------------------------------------------------------------------------------*/

body{
	text-align: center;
	font-family: '微軟正黑體', 'Microsoft JhengHei', sans-serif;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
	color: #3a3a3a;
	font-weight: 700;
	font-family: '微軟正黑體', 'Microsoft JhengHei', sans-serif;
}

p{
	font-size: 1.2em;
}

.lead{
	font-weight: 300;
}

button {
	display: inline-block;
	margin:0 10px;
	padding: 6px 12px;
	border: 1px solid transparent;
	border-radius: 4px;
	border-radius: 5px;
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.428571429;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.visibility{
	visibility: hidden;
}

.animated{
	visibility: visible!important;
}

/*-----------------------------------------------------------------------------------*/
/*	KEY COLOR
/*-----------------------------------------------------------------------------------*/

/*---- Typography ----*/
header h1, 
.payoff h1,
.details .carousel,
.social a:hover{
	color: #ffe826;
	text-shadow: 1px 1px 2px #111;
}


/*---- Background ----*/
.features,
.detail .carousel-indicators .active {
	background: #6c0401;	
}
	

/*-----------------------------------------------------------------------------------*/
/* NAVBAR
/*-----------------------------------------------------------------------------------*/

nav.navbar{
	position: fixed;
	top: -72px;
	margin-bottom: 0px;
	padding: 3px;
	width: 100%;
	border-radius: 0px;
	transition: all 0.2s;
}

.navbar-nav{
	float: right;
}

nav.navbar.fixed-to-top{
	top: 0px;
	z-index: 999;
}

.navbar-default{
	border: none;
	border-bottom: 1px solid #ffe826;
	background: #600805;
	opacity: 0.95;
	display: none;
}

.navbar-default .navbar-nav>li>a {
	color: #ffe826;
	font-size: 1.2em;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{
	color: #fff075;	
	cursor: pointer;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff075;
}
.navbar-default .navbar-toggle {
	border-color: #fff075;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #810500;
}


.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus{color: #fff075;}
.navbar-brand {
    float:left;
	top:0;
	left:0;
	width:130px;
    height: 50px;
	background:url("../img/titlelogo.png?V=202502171220") no-repeat 2px 0;
	font-size:0;
	line-height:0;
	text-indent: 100%;
  	white-space: nowrap;
  	overflow: hidden;
}
/*-----------------------------------------------------------------------------------*/
/* HEADER 
/*-----------------------------------------------------------------------------------*/

header{
	padding: 20px 0px 0px 0px;
	height: 600px;
	background: url('../img/background.png') center;
	background-color: #6c0401!important;
	background-size: cover;
	background-repeat: no-repeat;
	color: #ffe826;
}

header h1{
	text-transform: uppercase;
	font-weight: 700;
	font-size: 50px;
	font-family: '微軟正黑體', 'Microsoft JhengHei', sans-serif;
	
}

header p.lead{
	font-size: 18px;
	color:#ffc342;
	letter-spacing: 1px;
}


/*-----------------------------------------------------------------------------------*/
/* 倒時計
/*-----------------------------------------------------------------------------------*/

        .timer{
            text-align: center;
            margin: 10px auto 0;
            padding: 0 0 10px;
        }
        .timer .table-cell{
            display: inline-block;
            margin: 0 5px;
            width: 40px;
        }
        .timer .table-cell .tab-val{
			font-family:"Times New Roman", Times, serif;
            display: inline-block;
			font-size: 50px;
            color: #fff6b9;
            line-height: 40px;
            margin: 0 0 5px;
        }
        .timer .table-cell .tab-metr{
            font-size: 18px;
			display: inline-block;
        }

        #simple_timer.timer .table-cell.day, .table-cell.hour, .table-cell.minute, .table-cell.second{
            width:80px;
        }

/*-----------------------------------------------------------------------------------*/
/* 影片
/*-----------------------------------------------------------------------------------*/

.film {
    width: 752px;
	height: 426px;
	margin:0 auto;
	border:5px solid #E58E00;
	box-shadow: 4px 4px 12px -2px rgba(20%,20%,40%,0.5);
}

/*-----------------------------------------------------------------------------------*/
/* PURCHASE下載APP
/*-----------------------------------------------------------------------------------*/

.purchase{
	overflow: hidden;
	padding: 30px 0px 50px 0px;
	min-height: 200px;
}

.purchase button.app-ios{
	width: 152px;
	height: 52px;
	background: url(../img/badge-appstore.png) #3a3a3a no-repeat 0px 5px;
	color: white;
}

.purchase button.app-android{
	width: 152px;
	height: 52px;
	background: url(../img/badge-appstore2.png) #b3cb39 no-repeat 0px 5px;
	color: white;
}
/*-----------------------------------------------------------------------------------*/
/*	FEATURES行程
/*-----------------------------------------------------------------------------------*/

.features{
	overflow: hidden;
	padding: 20px 0px;
	min-height: 400px;
}
.features img{margin:0 auto;}
.features h1{color: #FFDD00; font-size: 2em; font-weight: 500; margin-bottom:20px;}
.features .col-xs-2, .features .col-xs-10{padding-right: 0;  padding-left: 0;}
.features .nav-sidebar { 
    width: 100%;
    padding: 0; 
	background-color:#ffbebe;
	color:#5c0000;
	font-size:1.3em;
}
.features .nav-sidebar a {
    color: #5c0000;
	padding: 5px 0;
    -webkit-transition: all 0.08s linear;
    -moz-transition: all 0.08s linear;
    -o-transition: all 0.08s linear;
    transition: all 0.08s linear;
	border-bottom: 1px solid #B86062;
	border-right: 1px solid #B86062;
}
.features .nav-sidebar a:hover{background-color: #f39e9e;  }
.features .nav-sidebar .active a { 
    cursor: default;
    background-color: #fffef5; 
    color: #5c0000;
	border-right: 1px solid #fffef5;
}
.features .nav-sidebar .active a:hover {
    background-color: #d88585;   
}
.features .nav-sidebar .text-overflow a,
.features .nav-sidebar .text-overflow .media-body {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; 
}
.features .tab-content{
	background-color:#fffef5;
	color:#5c0000;
	padding:20px;
	text-align:left;
	border-radius:0 10px 10px 10px;
}
.features .tab-content h2{margin:0 0 10px 0; padding:0 0 10px 0; font-size:1.5em;  color:#7A0002; border-bottom:1px solid #f0d8d8}
.features .tab-content ul{list-style: none; margin:0; padding:0; font-size:16px;}
.features .tab-content li{display: inline-block; padding:5px 8px; min-width:280px;}
.features .tab-content li a{color:#af0000;}
.features .time{ background-color:#a40000; border-radius:5px; padding:2px 5px; color:#fff; margin-right:3px; font-size:13px; letter-spacing: 1px;}
.features .goToTop {text-align: right; padding:5px 5px 0 0; display: none; font-size:15px;}
.features .goToTop a{color:#ffa200; cursor: pointer;}
.features .goToTop a:hover{text-decoration: none; }
/*-----------------------------------------------------------------------------------*/
/*	SOCIAL
/*-----------------------------------------------------------------------------------*/

.social{
	overflow: hidden;
	padding: 30px 0px 40px 0px;
	background: url('../img/sea.jpg');
	background-position: center bottom;
	min-height: 220px;
	background-repeat: repeat-x;
	color: white;
}

.social h2{
	color: white;
}

.social a {
	margin-left: 10px;
	color: #FFF;
	transition: all 0.3s;
}
.social img{max-width:80px;transition: all .2s ease-in-out;}
.social img:hover{transform: scale(1.1);}
.social a:hover{
	text-decoration: none;
	cursor: pointer;
	
}

/*-----------------------------------------------------------------------------------*/
/*	GET-IT
/*-----------------------------------------------------------------------------------*/

.get-it{
	padding: 20px 0px 20px 0px;
	text-align: center;
}

.get-it button.app-store{
	width: 152px;
	height: 52px;
	background: url(../img/badge-appstore.png) #373737 no-repeat 0px 5px;
	color: white;
}

.get-it hr{
	margin-top: 2em;
	margin-bottom: 1em;
}
.get-it p{font-size:14px;}
.get-it .ad{margin:10px 0 10px;}
.ad img{margin:0 20px; border:1px soild #a4a4a4!important;transition: transform .5s;}
.ad img:hover{transform: scale(1.1);}
/*-----------------------------------------------------------------------------------*/
/*	MEDIA QUERIES
/*-----------------------------------------------------------------------------------*/

@media (max-width:768px) {
	
	header{
		padding-bottom: 50px;
		min-height: 250px;
		height: 100%;
	}
	
	.navbar-nav {
		float: left;
		text-align: left;
	}
	.film {
		width: auto;
		height: auto;
		margin-bottom:20px;
	}
	.features h1{font-size:20px; padding:0 10px;}
	.features .nav-sidebar{font-size:15px;}
	.features .goToTop{display:block;}
	.features .tab-content{	padding:15px 5px;}
	.features .tab-content h2{font-size:16px;}
	.features .tab-content li{min-width:250px; font-size: 95%;}
	.social img{max-width:60px;}

@media (max-width:992px) {

.detail .carousel h1, .detail p{
	text-align: center;
}

.detail p{
		margin-bottom: 60px;
}

/*header, .social{
	background-position-y: 0px;
	background-size: 100%;
}*/

.payoff{
	padding-top: 50px;
	padding-bottom: 50px;
	min-height: 200px;
}

.payoff h1{
	font-size: 24px;
}

.features .col-md-4{
	margin-bottom: 60px;
}
.get-it .ad img{margin:10px 0;}

}

@media (max-width:480px){
	
	header{
		padding-top: 20px;
		padding-bottom: 0px;
	}
	
	header h1{
		font-size: 26px;
		margin:0;
		padding:0;
	}
	header p.lead{
		font-size: 15px;
		letter-spacing: 0;
		margin:0 0 5px;
	}
	.timer {
		text-align: center;
		margin: 2px auto 0;
		padding: 0;
	}
		.timer .table-cell .tab-val{
			font-size: 30px;
        }
        .timer .table-cell .tab-metr{
            font-size: 15px;
        }
		#simple_timer.timer .table-cell.day, .table-cell.hour, .table-cell.minute, .table-cell.second{
            width:50px;
        }
	.purchase{
		padding-top: 50px;
	}
	
	.features col-md-4{
		margin-bottom: 50px;
	}
	button{margin:5px;}
	
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { 
    /* Retina-specific stuff here */
    .purchasebutton.app-ios, .get-it button.app-ios{
        background: url(../img/badge-appstore@2x.png) #3a3a3a no-repeat 0px 5px;
        background-size: 98%;
    	color: white;
    }
	.purchasebutton.app-ios, .get-it button.app-android{
        background: url(../img/badge-appstore2@2x.png) #3a3a3a no-repeat 0px 5px;
        background-size: 98%;
    	color: white;
    }
}