@charset "utf-8";
/* CSS Document */

.info_title
{
	font-size:18px;
	font-weight:normal;
	color:#4e4e4e;
	margin-bottom:10px;
}

.space_info
{
	margin-bottom:20px;
}

.div_table
{
	display:table;
}

#infographic_area
{
	padding-left:10px;
	padding-right:10px;
}

.infographic_counter .chart_item
{
	float:left;
	width:215px;
	margin-right:15px;
	margin-bottom:15px;
}

.infographic_counter .chart_item:nth-child(4n)
{
	margin-right:0;
}

.infographic_counter .chart_item:nth-child(4n+1)
{
	clear:both;
}

.infographic_bars .chart_item
{
	float:left;
	width:440px;
	margin-right:25px;
}

.infographic_bars .chart_item
{
	margin-bottom:30px;	
}

.infographic_bars .chart_item:nth-child(2n)
{
	margin-right:0;
}

.infographic_bars .chart_item:nth-child(2n+1)
{
	clear:both;
}


.infographic_chart_bars .chart_item .q_progress_bar
{

}

.q_counter_holder 
{
	opacity:1 !important;
}

/* ==========================================================================
   Vertical progress bar shortcode end styles
   ========================================================================== */

/* ==========================================================================
   Counter shortcode start styles
   ========================================================================== */

.q_counter_holder {
	display: block;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity .4s ease 0s;
	-moz-transition: opacity .4s ease 0s;
	-o-transition: opacity .4s ease 0s;
    padding: 20px 0;
}

.q_counter_holder.boxed_counter {
    border: 1px solid #eaeaea;
    padding: 20px 40px;
	background-color:#fff;
}

.q_counter_holder.left {
	text-align: left;
}

.q_counter_holder.right {
	text-align: right;
}

.q_counter_holder.center {
	text-align: center;
    padding: 20px 20px;
}

.q_counter_holder span.counter {
	font-size: 52px;
	line-height: 1em;
	font-weight: normal;
	color: #0099bb;
	overflow: hidden;
	display: inline-block !important;
	height: 1em;
}

.q_counter_holder .counter_text
{
	font-size:13px;
	color:#4e4e4e;	
}

.q_counter_holder .separator.small {
    background-color: #eaeaea;
    margin: 2px auto 7px auto;
}

.q_counter_holder.left .separator.small {
    margin-left: 0;
    margin-right: auto;
}

.q_counter_holder.right .separator.small {
    margin-left: auto;
    margin-right: 0;
}

/* ==========================================================================
   Progress bar shortcode start styles
   ========================================================================== */
.q_progress_bar {
	position: relative;
	width: 100%;
	overflow: hidden;
	text-align: left;
}

.q_progress_bar .progress_content_outer{
	background-color: #e0e0e0;
	position: relative;
	overflow: hidden;
    height: 13px;
	margin-top:10px;
	margin-bottom:10px;
}

.q_progress_bar .progress_content_outer,
.q_progress_bar .progress_content {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.q_progress_bar .progress_content{
	position: absolute;
	top: 0;
	left: 0;
    max-width: 100%; /* width must be limited because of the border */
	overflow: hidden;
	background-color: #0099bb;
    height:100%;
}

.q_progress_bar .progress_title_holder {
    height: 30px;
    display: table-cell;
    width: 1%;
    vertical-align: middle;
    position: relative;
}

.q_progress_bar .progress_title {
	display: inline-block;
	z-index: 100;
	color:#595959;
	/*color:#595959;
	font-size:13px;*/
}

.q_progress_bar .progress_title .info_title
{
	margin-bottom:0;
}

.q_progress_bar .progress_number_wrapper {
    text-align: right;
    position: absolute;
    left: 0px;
	z-index: 10;
	opacity: 0;
	filter: alpha(opacity=0);
    color: #fff;
}

.q_progress_bar .progress_num {
    position: absolute;
    right: 0;
	color:#595959;
	font-size:16px;
}

.q_progress_bar .progress_number 
{
    float: right;
	color:#595959;
	font-size:12px;
}

/* ==========================================================================
   Progress bar shortcode end styles
   ========================================================================== */