.theme-info strong{
	margin-left: 5px;
}

@font-face {
	font-family: 'Glyphicons Halflings';
	src: url(glyphicons-halflings-regular.woff) format('woff');
}

.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}



.glyphicon-star:before {
	content: "\e006";
	color:#ffb900;
}

.glyphicon-star-empty:before {
	content: "\e007";
	color:#ffb900;
}


.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

.wp-statistic {
	height: 15px;
	background-color: #f5f5f5;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	width: 180px;
}

.wp-statistic-bar {
	width: 0;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background-color: #428bca;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	-webkit-transition: width .6s ease;
	-o-transition: width .6s ease;
	transition: width .6s ease;
}

.wp-statistic-striped .wp-statistic-bar,
.wp-statistic-bar-striped {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	-webkit-background-size: 40px 40px;
	background-size: 40px 40px
}

.wp-statistic.active .wp-statistic-bar,
.wp-statistic-bar.active {
	-webkit-animation: wp-statistic-bar-stripes 2s linear infinite;
	-o-animation: wp-statistic-bar-stripes 2s linear infinite;
	animation: wp-statistic-bar-stripes 2s linear infinite
}

.wp-statistic-bar-success {
	background-color: #ffb900;
}

.star-ratings-sprite {
  background: url("star-rating-sprite.png") repeat-x;
  font-size: 0;
  height: 21px;
  line-height: 0;
  overflow: hidden;
  text-indent: -999em;
  width: 110px;
}
.star-ratings-sprite-rating {
  background: url("star-rating-sprite.png") repeat-x;
  background-position: 0 100%;
  height: 21px;
  display: block;
}

.star{
	display: inline-block;
	margin-right: 5px;
}
.clearFix{
	clear:both;
}


.download-info{
	margin-top:10px;
}