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

	clear: both;
}

/*read more text */
.chpcs_more {

	font-size:12px;
	font-family:'MuseoSansRounded-700', Arial, Helvetica, sans-serif;
	background-color: #dbe1ed;
}


.chpcs_more a{

	font-size:12px;
	font-family:'MuseoSansRounded-700', Arial, Helvetica, sans-serif;
color: #4a2477;
	padding: 0 2px;
}
.chpcs_more a:hover{

	font-size:12px;
	font-family:'MuseoSansRounded-700', Arial, Helvetica, sans-serif;
color: #2daae0;
}

.chpcs_foo_con {

	clear: left;
	font-family:'MuseoSansRounded-700', Arial, Helvetica, sans-serif;
color: #000;
	height:auto;
	overflow: hidden;
	font-size: 11px;
	/*margin-bottom: 8px;*/
	line-height: 14px;
}

.chpcs_foo_content p{
	margin: 0px;
}

/* Post title */
.chpcs_title {

	clear: both;

	height: auto;

	overflow: hidden;

	display: block;
	padding-bottom: 15px;
	line-height: 20px;
	text-decoration:underline #fff;
}

.chpcs_title a {
font-family:'MuseoSansRounded-700', Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 16px;

}

.chpcs_title a:hover {
font-family:'MuseoSansRounded-700', Arial, Helvetica, sans-serif;
	color: #2daae0;
	font-size: 16px;
}

.chpcs_image_carousel {

	position: relative;

	width: auto;

	/*padding: 15px 10px 15px 10px;*/
	padding: 0px 60px;

}

/*  image of posts on slider */
.chpcs_foo_content .chpcs_img {

    display: block;

    margin: auto;

}

.chpcs_foo_content {

	position: relative;

    height: auto;

    padding: 25px 30px;

    margin: 0px;

    display: block;

    float: left;

 	text-align: left;
	border-right: solid #fff 1px;
}

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

	z-index: 250;	

	font-family:'MuseoSansRounded-300', Arial, Helvetica, sans-serif;

	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;

}
			
.chpcs_image_carousel .chpcs_next {

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

}

/**************** Pagination controls ****************/
.chpcs_image_carousel .chpcs_pagination {

	text-align: center;
	margin: 0 auto;
	margin: 20px;

}
.chpcs_image_carousel .chpcs_pagination a {

	text-decoration: none;
	text-indent: -999px;
	display: inline-block;
	overflow: hidden;
	width: 8px;
	height: 8px;
	margin: 0 5px 0 0;
	z-index: 250;	
	cursor: pointer;
	opacity: 0.5;

}
.chpcs_image_carousel .chpcs_pagination a.selected {

	text-decoration: underline;	
	zoom: 1;
	opacity: 1;

}

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

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

}


@media only screen and (max-width: 479px){
	
	.chpcs_image_carousel {
    position: relative;
    width: auto;
    padding: 15px 10px 15px 10px;
    padding: 0px 40px;
}

	
}