.logo{
	text-align: center;
	-webkit-transition: top 0.6s;
	-moz-transition: top 0.6s;
	transition: top 0.6s;
}
.navbar-collapse {
	border-top: 0;
	box-shadow: inset 0 0px 0 rgba(255,255,255,0.1);
}
.hidden-this{
	transition-delay: 0s, 0s, 150ms;
	display: none !important;
}
#banner{
	margin-top: 10px;
}
.paging .total{
	border-left: 10px solid #2b6e31;
	font-weight: 800;
	margin-top: 25px;
	padding-left: 10px;
}
.paging .total span{
	background: #2b6e31;
	padding: 4px;
	font-size: 18px;
}
.paging .pagination{
	float: right;
}
.news-flash{
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}

.myMarquee {margin:10px 12px;width:100%; height:40px; overflow:hidden; position:relative; border-left: 10px solid #2b6e31;}
.scroller {display:block; height:40px; position:absolute; left:0; top:0;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-moz-animation-duration:10s;
-moz-animation-name: scroll;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-webkit-animation-duration:10s;
-webkit-animation-name: scroll;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear;
-o-animation-duration:10s;
-o-animation-name: scroll;
animation-iteration-count: infinite;
animation-timing-function: linear;
animation-duration:10s;
animation-name: scroll;
}
.scroller div {font-family:georgia, serif; font-size:16px; line-height:40px; float:left; font-weight:bold; padding:0 10px;}
.scroller div a {color:#449b4c;}

@-moz-keyframes scroll {
0% {left:0;}
100% {left:-620px;}
}

@-webkit-keyframes scroll {
0% {left:0;}
100% {left:-620px;}
}

@-o-keyframes scroll {
0% {left:0;}
100% {left:-620px;}
}

@keyframes scroll {
0% {left:0;}
100% {left:-620px;}
}

.scroller:hover {
 -moz-animation-play-state: paused;
 -webkit-animation-play-state: paused;
 -o-animation-play-state: paused;
 animation-play-state: paused;
 }

.page-footer {
  font-weight: 300;
  margin-top: 50px;
}
.page-footer h4 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
}
.page-footer .highlight {
  color: inherit;
  font-weight: 600;
  font-style: italic;
}
.page-footer .footer-dark {
  position: relative;
  padding-top: 50px;
  color: #FFF;
  background-color: #28292b;
  background-image: url('../images/logo-footer-background.png');
  background-position: right center;
  background-repeat: no-repeat;
}
.page-footer .footer-light {
  padding-top: 50px;
  color: #d6d8db;
  background-color: #303133;
}

.list-group-item .detail{
	z-index: 10000;
	visibility: hidden;
	position: absolute;
	background-color: #FFF;
	padding: 5px;
	left: -1000px;
	border: 1px solid #f28b1c;
	border-radius: 3px;
	visibility: hidden;
	color: #565656;
	text-decoration: none;
}

.list-group-item .detail img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.list-group-item:hover .detail{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 40px;
	left: 0px; /*position where enlarged image should offset horizontally */
}
.list-group-item h5{
	float: left;
}
.list-group-item .btn-do{
	float: right;
}

.box {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #FFF;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.box blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.box-lg {
  padding: 24px;
  border-radius: 6px;
}
.box-sm {
  padding: 9px;
  border-radius: 3px;
}