@import url(slick.css);
@import url(slick-theme.css);
@import url(city_common.css);


#main h1 {
	font-size: 54px;
	text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.7);
}

#article.seasonal #head_box {
	background-color: #a8be37;
}
#article.mustsee #head_box {
	background-color: #af7ac4;
}
#article.musteat #head_box {
	background-color: #e69f2e;
}
#article.activities #head_box {
	background-color: #e798ba;
}
#article.stay #head_box {
	background-color: #87aed6;
}



#head_box_nav {
	position: relative;
	overflow: hidden;
	height: 60px;
}

#head_box_nav .meta {
	display: block;
	padding: 15px 0 0 15px;
	font-size: 16px;
}
#head_box_nav .category_label  {
	display: block;
	position: absolute;
	right: 15px;
	top: 16px;
	border: 1px solid rgba(255,255,255,.7);
	padding: 3px 10px 5px;
	line-height: 1;
	font-family: 'Lato';
	font-size: 16px;
}

#head_box_container {
	background: url(../images/city/head_box_bg.png) repeat-x;
}


#location_map {
        position: relative;
        width: 100%;
        padding-top: 66.66667%;
        background: #eee;
}
#location_map > iframe {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border: 0;
}



.sub_articles > li .article_title .title {
	font-size: 20px;
}

#recommended_route {
	margin: 0 0 40px;
	background: url(../images/city/route_line.png) 20px 0 repeat-y;
}
#recommended_route > li {
	min-height: 46px;
	padding: 12px 0 15px 90px;
	font-size: 14px;
	background: 45px center no-repeat;
	background-size: 32px auto;
}
#recommended_route > li.ship {
	background-image: url(../images/city/route_ship.png);
}
#recommended_route > li.train {
	background-image: url(../images/city/route_train.png);
}
#recommended_route > li.bus {
	background-image: url(../images/city/route_bus.png);
}
#recommended_route > li.walk {
	background-image: url(../images/city/route_walk.png);
}
#recommended_route > li.point {
	min-height: 0;
	padding: 10px 5px 12px 45px;
	background: #7FD7FF url(../images/city/route_line_mid.png) 10px center no-repeat;
	background-size: 24px auto;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
#recommended_route > li.point:first-child {
	background-image: url(../images/city/route_line_first.png);
}
#recommended_route > li.point:last-child {
	background-image: url(../images/city/route_line_last.png);
}



/** Tours
-----------------------------------------*/
#tours {
	margin: 0 0 60px;
	padding: 60px 0;
	background: #f5f5f1;
}
#tours h1 {
	margin: 0 0 1px;
	font-size: 36px;
	color: #2c60aa;
}
#tours_items {
	margin: 0 -10px;
}
#tours_items > li {
	position: relative;
	margin: 0 0 10px;
	padding-bottom: 50px;
	border-left: 5px solid #f5f5f1;
	border-right: 5px solid #f5f5f1;
	background: #fff;
}
#tours_items > li figure {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25%;
	background: #ddd;
}
#tours_items > li figure img {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	margin: auto;
}
#tours_items > li a {
	display: block;
	text-decoration: none;
	color: #555;
}
#tours_items > li .tours_body {
	padding: 10px 15px;
}
#tours_items > li h2 {
	margin: 0 0 .3em;
	font-size: 16px;
	color: #2c60aa;
}

#tours_items > li .tours_icon {
	margin: 10px 0;
}
#tours_items > li .tours_icon > li {
	float: left;
	width: 40px;
	height: 40px;
	margin: 0 3px 3px 0;
	background: url(../images/city/tours_icon.png) no-repeat;
	background-size: 40px auto;
	text-indent: -9999px;
	font-size: 1px;
}
#tours_items > li .tours_icon > li.solo {
	background-position: 0 0;
}
#tours_items > li .tours_icon > li.family {
	background-position: 0 -40px;
}
#tours_items > li .tours_icon > li.allday {
	background-position: 0 -80px;
}
#tours_items > li .tours_icon > li.halfday {
	background-position: 0 -120px;
}
#tours_items > li .tours_icon > li.shopping {
	background-position: 0 -160px;
}
#tours_items > li .tours_icon > li.meal {
	background-position: 0 -200px;
}

#tours_items > li .description {
	clear: both;
	font-size: 14px;
}
#tours_items > li .price {
	clear: both;
	margin: 5px 0;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
}
#tours_items > li small {
	display: block;
	font-size: 10px;
}
#tours_items > li button {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	width: 10em;
	margin: 15px auto 0;
	padding: 3px 20px;
	border: 2px solid #2c60aa;
	background: #fff;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #2c60aa;
}
#tours_items > li figure button {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    width: 10em;
    margin: 15px auto 0;
    padding: 3px 20px;
    border: 2px solid #fff;
    background: none;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}
#tours_items > li a:hover button {
	border-color: #ff9900;
	color: #ff9900;
}



/** -----------------------------------------*/
@media (max-width: 1360px) {



}/* /max-width: 1360px; */
/** -----------------------------------------*/
@media (max-width: 1260px) {


}/* /max-width: 1260px; */
/** -----------------------------------------*/
@media (max-width: 980px) {

.col3 {
	width: 50%;
}

}/* /max-width: 980px; */
/** -----------------------------------------*/
@media (max-width: 760px) {

#tours_items {
	margin: 0;
}
#tours_items > li {
	width: 100%;
}

}
