body{margin-top:100px;}

img{ max-width:100%;}

#topnav {

	height:100px;

}

#title{

	padding:100px 0px;

	text-align:center;

	}

#title img{

	max-width:100%;

	}

#count{

	text-align:center;

	margin-bottom:40px;

	}

#count ul{ 

	padding-left:0px;

	}

#count .count > li{

	display: inline-block;

	border:1px #7D726C solid;

	width:24px;

	height:24px;

	color:#7D726C;

	text-align:center;

	}

#count .count .active{

	background:#7D726C;

	}

#count .count .active > a{

	color:#FFF;

	}

#count .count > li > a{

	color:#7D726C;

	text-decoration:none;

	}

#count .count>li:hover a{

	color:#FFF;

	background:#7D726C;

	}

#count .count>li:hover{

	background:#7D726C;

	}
#class_list ul{
	list-style:none;
	padding:0;
}
#class_list li{
	border-bottom:1px solid #A0A0A0;
	padding-bottom:30px;
}
#class_list li:after{
	content:'';
	display:block;
	clear:both;
}
#class_list .pic{
	max-width:100%;
	max-height:359px;
	overflow:hidden;
	margin-bottom:30px;
}
#class_list .pic img{
	width:100%;
	height: uto !important;
}
#class_list .name{
	max-width:815px;
	font-size:16px;
	font-family:'新細明體';
	color:#252525;
	float:left;
}
#class_list a:hover{
	text-decoration:none;
}
#class_list .more{
	width:145px;
	height:35px;
	display:inline-block;
	border:1px solid #A0A0A0;
	font-size:14px;
	line-height:35px;
	text-align: center;
	color:#252525;
	float:right;
}
#class_list a:hover .more{
	background:#555555;
	color:#FFF;
	-webkit-transition: all 200ms linear;
   -moz-transition: all 200ms linear;
     -o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#classicjourney_title{
	max-width:1000px;
	max-height:100px;
	overflow:hidden;
	padding:150px 0 150px;
}
#classicjourney_title img{
	width:100%;
	height: auto !important;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 1200px){
#class_list .name{
	float:none;
	margin-bottom:15px;
}
}
@media screen and (max-width: 767px) {

	#topnav {

			height:auto;

	}

	#title{

		padding:100px 15px;

	}

	body {

	margin-top: 86px;

	}

}

@media screen and (min-width: 768px) and (max-width: 992px) {

	#topnav{

		height:auto;

	}

	#topnav .navbar-nav{

		margin-bottom:15px;

	}

}