body {
    padding-top: 70px;
    background-size:100% auto;
    font-family:微軟正黑體;
}

img {
	max-width:100%;
}

.navbar-default {
	background:transparent;
	border:0;
}

nav.active {
	background:#fff;
	min-height: 55px;
}

.navbar-brand {
	background:url(https://cdn.jourtrip.com/activity/ausisland/images/logo.svg) left top no-repeat;
	width:130px;
	height:28px;
	margin:10px 0 0 -5px !important;
	background-size: 100% auto;
}

nav.active .navbar-brand {
	background:url(https://cdn.jourtrip.com/activity/ausisland/images/logo-color.svg) left top no-repeat;
	background-size: 100% auto;
}

.main {
	background-image: url(https://cdn.jourtrip.com/activity/ausisland/images/main-topic.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
	height:100vh;
	margin-top:-70px;
	position: relative;
	overflow: hidden;
}

.main-linear {
	z-index: 0;
	position: absolute;
	height: 100vh;
	width: calc(100vw - (100vw - 100%));
	left: 0;
	top: 0;
	text-align: center;
}

.main-linear h1 {
	color: #fff;
	letter-spacing: 10px;
	font-size: 5.5vw;
	text-align: center;
	margin: 0;
	font-weight: 300;
	position: relative;
	top: 40%;
}

.main-linear h1 span {
	font-size: 12px;
	display: block;
	text-transform:uppercase;
	padding-top: 15px;
}

.foreword {
	background: #08081b;
}

.foreword h2 {
	text-align: center;
	padding: 30px 0;
	color: #fff;
}

.foreword div div {
	border-left: 2px solid #fff;
	padding: 30px 30px 20px;
	position: relative;
	margin: 40px auto;
	width: 60%;
	font-size: 16px;
	color: #fff;
	line-height: 30px;
}

.foreword div div:before {
	border-top:2px solid #fff;
	content: "";
	display: block;
	width: 40%;
	position: absolute;
	left: 0;
	top:0;
}

.event-item {
	text-align: center;
	background-image: url(https://cdn.jourtrip.com/activity/ausisland/images/map.png);
	background-repeat: no-repeat;
	background-size: auto 95%;
	background-position: center center;
	height:850px;
	position: relative;
}

.event-mobile {
	display: none;
}

.island-info {
	position: relative;
	filter: grayscale(100%);
	transition: all .5s ease-in-out;
	text-align: left;
	height: 240px;
	padding: 10px;
}

.island-info:hover {
	filter: grayscale(0);
}

.island-info div {
	height: 100%;
	background-size: cover;
	background-position: 50%;
	padding: 20px;
	color: #fff;
	text-shadow: black 0.1em 0.1em 0.2em;
}

.island01 {
	background-image: linear-gradient( rgba(0, 0, 0, 0) 50%, #000000 100%), url(https://cdn.jourtrip.com/activity/ausisland/images/island01.jpg);
}

.island02 {
	background-image: linear-gradient( rgba(0, 0, 0, 0) 50%, #000000 100%), url(https://cdn.jourtrip.com/activity/ausisland/images/island02.jpg);
}

.island03 {
	background-image: linear-gradient( rgba(0, 0, 0, 0) 50%, #000000 100%), url(https://cdn.jourtrip.com/activity/ausisland/images/island03.jpg);
}

.island04 {
	background-image: linear-gradient( rgba(0, 0, 0, 0) 50%, #000000 100%), url(https://cdn.jourtrip.com/activity/ausisland/images/island04.jpg);
}

.island05 {
	background-image: linear-gradient( rgba(0, 0, 0, 0) 50%, #000000 100%), url(https://cdn.jourtrip.com/activity/ausisland/images/island05.jpg);
}

.island06 {
	background-image: linear-gradient( rgba(0, 0, 0, 0) 50%, #000000 100%), url(https://cdn.jourtrip.com/activity/ausisland/images/island06.jpg);
}

.island07 {
	background-image: linear-gradient( rgba(0, 0, 0, 0) 50%, #000000 100%), url(https://cdn.jourtrip.com/activity/ausisland/images/island07.jpg);
}

.island08 {
	background-image: linear-gradient( rgba(0, 0, 0, 0) 50%, #000000 100%), url(https://cdn.jourtrip.com/activity/ausisland/images/island08.jpg);
}

.content {
	margin-top: 50px;
}

.product {
	padding:50px 0;
	text-align: center;
}

.product h3 {
	text-align: center;
	padding-bottom: 35px;
	color: #333;
}

.suggest_item a {
    text-decoration: none;
    outline: none;
    color: #333;
}

.suggest_item {
	margin: 0 10px 25px;
	border-radius: 0;
	background: #fff;
	overflow: hidden;
	transition:all ease-in-out .3s;
	border:1px solid #dcdcdc;
}

.suggest_item a {
	text-decoration: none;
	outline: none;
	color: #333;
}

.suggest_item a .img-frame {
	position: relative;
	width: 100%;
	height: 160px;
	overflow: hidden;
}

.suggest_item a .img-frame .img-response {
	max-width: 100%;
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.suggest_item h4, .suggest_item p {
	padding: 2px 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.suggest_item h4 {
    font-size: 18px;
    color: #4b4b4b;
    font-weight: 700;
}

.suggest_item p {
    font-size: 14px;
    color: #9b9c9c;
	margin-bottom: 6px;
}

.city-price {
	position: relative;
	padding: 10px 0;
	border-top:1px solid #dcdcdc;
	margin: 0 10px;
}

.city-price .city {
	color: #4b4b4b;
	font-size: 14px;
	float: left;
	padding-top:1px;
}

.city-price .city img {
    display: inline;
    margin-right: 5px;
    position: relative;
    top: -2px;
}

.city-price span {
    display: block;
    color: #ff3259;
    font-size: 16px;
    font-weight: 700;
}

.city-price span span {
	display: inline;
	padding-right: 5px;
}

.footer {
	background: #08081b;
}

.footer img {
	margin:18px 10px;
}

.footer a {
	float:right;
}

.suggest_item:hover {	
	transform:translateY(-19px);
}

@media (max-width:1024px) {

	.island-info {
		padding: 10px 0;
	}

}

@media (max-width:768px) {
    .suggest_item a .img-frame {
		height: 130px;
	}

	.event-item {
		height: 560px;
	}

	.city-price {
		margin: 0 5px;
	}

	.product {
		padding: 45px 0 10px;
	}

}

@media (max-width:480px) {
	
	.suggest_item:hover {	
		transform:translateY(0);
	}
	
	.main {
		height:450px;
	}

	.main-linear {
		height: 450px;
	}

	.main-linear h1 {
		font-size: 40px;
	}

	.main-linear h1 span {
		letter-spacing: 6px;
	}

	.foreword div div {
		margin: 20px auto;
		width: 94%;
		border-right: 2px solid #08081b;
		padding: 30px 24px 20px;
	}

	.island-info {
		filter: grayscale(0);
	}

	.island-info p {
		font-size: 16px;
	}

	.event-item {
		display: none;
	}

	.event-mobile {
		display: block;
		position: relative;
	}

	.content {
		margin-top: 0px;
	}

	.product {
		padding-top: 0px;
	}

	.product h3 {
		padding: 15px 0;
		font-size:18px;
	}
	
	.footer {
		text-align:center;
		padding-top:18px;
	}
	
	.footer>div>img {
	    margin:0 auto;
		display:block;
		padding:0;
    }

    .footer a {
	    float:none;
	    margin:10px;
	}
	
	.navbar-brand {
        background: url(https://cdn.jourtrip.com/activity/ausisland/images/logo-white-mobile.svg) left top no-repeat;
		margin: 15px 0 0 10px !important;
    }
	
	nav.active .navbar-brand {
        background: url(https://cdn.jourtrip.com/activity/ausisland/images/logo-color-mobile.svg) left top no-repeat;
		margin: 15px 0 0 10px !important;
	}
	
}