@charset "UTF-8";
/* CSS Document */

#travel p {
margin: 1.5em 0
}

#travel a {
	color:#000000;
    text-decoration:underline;
}

#travel a:hover {
	color:#666666;
}

#travel h1 {
font-size: 38px;
margin: 0 0 20px 0;
}

#travel h1 span {
font-size: 20px
}

#travel h2 {
font-size: 30px;
margin: 0 0 20px 0;
}

#travel h2 span {
font-size:20px;
display: block;
margin: 10px 0 0 0
}

#travel h3 {
font-size: 24px;
margin: 0;
}

#travel .photo {
margin: 15px 0 30px 0
}

#travel .details {
	padding:0;
	margin:10px 0 40px 0;
}


#travel .details h4 {
border-bottom: #333333 1px solid;
display: inline-block;
margin: 40px 0 10px 0
}

#travel .details ul {
margin: 15px 0 20px 0
}

#travel .details ul li {
margin: 5px 0
}



/* slider */



#travel .swiper-container {
	margin:15px auto;
	width: 610px;
   height: 450px;
   clear: both;
}

#travel .swiper-slide {
	width:610px;
	font-size:12px;
	text-align: center;
	line-height:1.4em;
	color: #333;
}

#travel .swiper-slide img {
	margin:0 auto 7px auto;
    display: block;
    text-align: center
}

#travel .swiper-button-prev {
	background:url(prev.png) no-repeat left;
	width:250px;
	height:340px;
	filter:alpha(opacity=10);
	-moz-opacity: 0.1;
	opacity: 0.1;
	display:block;
	margin:0;
	margin:-190px 0 0 -10px;
}

#travel .swiper-button-next {
	background:url(next.png) no-repeat right;	
	width:250px;
	height:340px;
	filter:alpha(opacity=10);
	-moz-opacity: 0.1;
	opacity: 0.1;
	display:block;
	margin:-190px -10px 0 0;
}

#travel .swiper-button-prev:hover,
#travel .swiper-button-next:hover {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
}

#travel .swiper-pagination {
	padding:0;
	margin:75px 0 0 0;
	top:360px;
}

#travel .swiper-pagination-bullet-active{
background: #f08200;
}


/* responsive*/

body.white .site #travel h2 {
font-size: 30px;
margin: 0 0 20px 0;
}

body.white .site #travel h2 span {
font-size:20px;
display: block;
margin: 5px 0 0 0
}



body.white .site #travel .swiper-container {
width: 100%;
height: auto;
}

body.white .site #travel .swiper-slide {
width: 100%;
}

body.white .site #travel .swiper-pagination {
	padding:0;
	margin:90px 0 0 0;
	top:380px;
}

body.white .site #travel .details h4 {
font-size: 18px
}

body.white .site #travel strong {
font-weight: bold;
}