@charset "utf-8";
/* CSS Document */
h1{ font-size:16px; color:#393939;}
h2{ font-size:20px; background:none; padding-bottom:1%; margin-top:2%;margin-bottom:2%; font-weight:bold}
h2 span{font-weight:normal}
h2 span a{font-size:12px; float:right;font-weight:normal;padding:10px;}
h3{ font-size:20px; margin-top:2%; text-align:left; font-weight:bold; margin-bottom:4%}
h5{font-weight:bold;}
.nav{ background-color:#c10a0a; line-height:50px;margin-bottom:1px}
.nav ul{ list-style-type:none}
.nav ul li{ width:12.5%; float:left; text-align:center;}
.nav ul li a, .nav ul li a:hover{ width:100%;height:50px;display:block; color:#FFF}
.nav ul li a:hover{background-color:#393939}
.carousel-control.right{background-image: linear-gradient(to right,rgba(255,255,255,0.0001) 0,rgba(255, 255, 255, 0.5) 100%);}
.carousel-control.left{background-image: linear-gradient(to right,rgba(255, 255, 255, 0.5) 0,rgba(255,255,255,0.0001) 100%)}
.carousel-control {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 15%;
	color: #ff0000;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,0.6);
	opacity: .5;
	filter: alpha(opacity=50);
	font-size: 18px;
}
.col-md-3{padding:0px 3px; text-align:center; line-height:25px}
.col-md-9{padding:0px 3px;line-height:25px}
.img-thumbnail{height: 200px;width: 100%;}
.list-group-item{border:0 none; padding-left:0px; background-image:url(../images/new_ico.jpg); background-position:left center; background-repeat:no-repeat;}
.panel-default>.panel-heading{background-color:#ed1c1a; color:#FFF}
.panel-title>a {
    color: #FFF;text-align: left;
}
.panel-body li{ list-style-type:none; width:49%; float:left}
.sitepath{text-align:left}
.sitepath a{ display:inline}
.w200{ width:200px}
.bgr{background-color:#e4e4e4;border-top:#cbcbcb 1px solid; margin-top:2%;padding-bottom:2%}
.bgh{background-color:rgb(58,61,66);border-top:#cbcbcb 1px solid;color:#FFFFFF}
.cw a{ color:#ccc; line-height:25px;font-size:12px}
.cw a:hover{color:#F00}
.foot{color:#FFFFFF !important;}
.list-group{ list-style-type:none;}
.bgn{ background:none}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.panel-group .panel {
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 0;
}
.list-title{ border-left:none;border-right:none;border-bottom:none;}
h4 span{ color:#666}
.lh30{ line-height:35px}
.img500 img {max-width:100%}
.f20 a{ font-size:20px;color:#f00}
.foot-nav{bottom:0; position: fixed;background-color:#ccc;width:100%;text-align: center;line-height:40px}
.foot-nav a{color:#e06464;FONT-SIZE:20px;font-weight:bold}
@media only screen and (min-width : 481px) and (max-width : 736px){
.nav ul li{ width:25%}
.col-sm-4{ width:50%;float:left}
.img-thumbnail{height: 220px;width: 100%;}
}

@media only screen and (max-width : 399px){
.nav ul li{ width:25%}
.nav{margin-top:0px}
.img-thumbnail{height: 200px;width: 100%;}
.bgh{padding-bottom:30px}
}
@media only screen and (min-width : 400px) and (max-width : 480px){
.nav ul li{ width:25%}
.nav{margin-top:0px}
.col-sm-4{ width:50%;float:left}
.img-thumbnail{height: 160px;width: 100%;}
.bgh{padding-bottom:30px}
}