
.crsl-items {
  display: block;
  padding: 5px;
}

.crsl-item .thumnail {
  display: block;
  position: relative;
  margin-bottom: 10px;
  cursor: pointer;
  width: 85%;
}
.crsl-item .thumbnail img { 
  display: block;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.crsl-item .thumbnail:hover img {
  opacity: 0.8;
}

.crsl-item h3 a {
  text-decoration: none;
  color: #333;
}
.crsl-item h3 a:hover {
  text-decoration: underline;
}

.crsl-item .postdate {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 6px;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
  font-size: 1.2em;
  font-weight: bold;
  background: #4e90da;
}

.crsl-item p.readmore a {
  display: block;
  float: right;
  color: #4e90da;
  padding: 3px 5px;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 3px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.crsl-item p.readmore a:hover {
  background: #4b6caa;
  color: #fff;
}

.slidernav {
  display: block;
  text-align: right;
  margin-bottom: 5px;
}

.slidernav a {
  display: inline-block;
  padding: 0px 8px;
  margin-right: 4px;
  font-size:2em;
  color: #b8b8b8;
  text-decoration: none;
  border:#d4d4d4 2px solid;
  border-radius:5px;
 
}
.slidernav a:hover {
	background:#000066;
	color:#cc0000;
	transition:all 0.7s ease-in-out;
}


/** media queries **/


@media screen and (max-width:991px) {
 .slidernav {
	text-align: center;
 }
}

.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; margin-top: -4%;}
 
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }
