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

/*read more text */
.chpcs_more {
	/*font-size:18px;
	font-weight: 100 !important;
    color: #ff8c24 !important;
	line-height: 3;*/
	color: #ff8c24 !important;
	background-color: none !important;
	font-size: 1.6vh !important;
    font-family: Roboto Condensed, sans-serif !important;
	font-style:normal !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
    line-height: 4 !important;
	border: 1px solid #ff8c24 !important;
    padding: 12px 20px !important;
    margin-top: 25px !important;
}

.chpcs_foo_con {
    clear: left;
    font-weight: normal;
    font-style: normal;
    height: auto;
    overflow: hidden;
    font-size: 2vh;
	font-weight: 300;
    margin-bottom: 2vh;
    line-height: 1;
}

/* Post title */
.chpcs_title {
	clear: both;
	height: auto;
	/*overflow: hidden;*/
	display: block;
	font-size: 2.2vh;
    font-family: Roboto Condensed, sans-serif !important;
	font-style:normal !important;
	text-decoration: none !important;
	font-weight: 300 !important;
    color: #ff8c24 !important;
	line-height: 1.1;
}

.chpcs_image_carousel {
	position: relative;
	width: auto;
	padding: 1%;
}

/*  image of posts on slider */
.chpcs_foo_content .chpcs_img {
    display: block;
    margin: auto;
	margin-bottom: 20px;
}
.chpcs_foo_content img {
  border: 0.5vh solid #ff8c24 !important;
}

.chpcs_foo_content {
	position: relative;
    height: auto;
    padding: 3px;
    margin: 12px;
    display: block;
    float: left;
 	text-align: center;
}

/**************** 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;
	font-size: 6vh !important;
}

.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;
}