@CHARSET "ISO-8859-1";
.chpcs_clearfix {
	float: none;

	clear: both;
}

/*read more text */
.chpcs_more {

	font-size:20px;
	float: right;
}

.chpcs_more a{
	color: red !important;
}

.chpcs_foo_con {

	clear: left;

	font-weight:normal;

	font-style:normal;

	height:auto;

	overflow: hidden;

	margin-bottom: 8px;
	color:black;
}

.featured_action{
	color:#999;
	font-size: 30px;
}

.featured_action.article_pg{
	color:black;
}

/* Post title */
.chpcs_title {
	font-size: 30px;
	clear: both;
	line-height:110%;
	height: auto;
	margin: 10px 0 20px;
	display: block;
	width: 100%;
	float: left;
}

.chpcs_title_sameline {
	font-size: 30px;
	line-height:110%;
	height: auto;
	margin: 10px 0 20px;
	width: auto;
}

.chpcs_title.article_pg{
	color:white !important;
	font-weight: bold;
}

.chpcs_title.article_pg a, .chpcs_foo_con.article_pg {
	color:white !important;
}


@media (max-width:850px){
	
	.chpcs_title.article_pg{
		color:black !important;
		font-weight: bold;
	}
	
	.chpcs_title.article_pg a, .chpcs_foo_con.article_pg {
		color:black !important;
	}
	
}

.chpcs_title a{
	color:black;
}

.chpcs_image_carousel {
	position: relative;
	width: auto;
	margin: 15px 10px 15px 10px; 
}

/*  image of posts on slider */
.chpcs_foo_content .chpcs_img {
    display: block;
    margin: auto;
    float:left;
	margin-left:0px;
	height:300px;
	width: 40%;
	  max-width: 520px;
}

#wa_chpc_slider{
		height:auto !important;
	}

@media (max-width:850px){	
	
	.chpcs_foo_content .chpcs_img {
		width:100%;
		height:auto;
	}
	.slide_content {
		width: 100% !important;
	}
	 
}

.chpcs_img img{
	width:auto;
	max-height:400px;
	border:1px solid #ccc;       
	max-width: 99%;
}

.slide_content{
	float: left;
	width: 300px;
}

.chpcs_foo_content {

	position: relative;
    height: auto;
    padding: 5px;
    margin: 6px;
    display: block;
    float: left; 
    text-align: left;
}
.chpcs_foo_content .chpcs_img {text-align: left;}

/**************** slider controllers - horizontal ****************/
.chpcs_image_carousel .chpcs_prev, .chpcs_image_carousel .chpcs_next {

	z-index: 250;	

	font-weight: normal;
	text-align: center;
	text-decoration: none;
	display: block;
	position: absolute;
	top: 50%;
	z-index: 4;

}

.chpcs_image_carousel .chpcs_prev {

	background-position: 0 0;
	left: -0px;
	cursor: pointer;
}
			
.chpcs_image_carousel .chpcs_next {

	background-position: -18px 0;	
	right: -0px;
	cursor: pointer;

}

/**************** Pagination controls ****************/

.chpcs_pagination a{
	background:none !important;
}

.chpcs_image_carousel .chpcs_pagination {

	text-align: center;
	margin: 0 auto;

}
.chpcs_image_carousel .chpcs_pagination div {

	text-decoration: none;
	text-indent: -999px;
	display: inline-block;
	overflow: hidden;
	width: 14px;
	height: 14px;
	margin: 0 5px 0 0;
	z-index: 250;	
	cursor: pointer;
	opacity: 0.5;
	border-radius: 45px;
	border:1px solid grey;

}
.chpcs_image_carousel .chpcs_pagination div.selected {

	text-decoration: underline;	
	zoom: 1;
	opacity: 1;
	background:black !important;
}

/* disable direction arrows */
.chpcs_prev.disabled, .chpcs_prev.disabled,.chpcs_next.disabled, .chpcs_next.disabled {

	color: #865;
	opacity: 0;
	cursor: default;

}