.crsl-items {
  display: block;
  padding: 0px; 
  margin-bottom:0px;
  font-family: 'supermarket', tahoma, Arial, verdana,  sans-serif;
}
.crsl-item {
  background: #dddddd;
  padding: 0;
  margin-bottom:0px;
  /*
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.4);
  box-shadow: 0 2px 3px rgba(0,0,0,0.4);
  */
}

.crsl-item .thumbnail {
  display: block;
  position: relative;
  margin-bottom: 15px;
  cursor: pointer; 
  background:none;
}
.crsl-item .thumbnail img { 
  display: block; 
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border:0;
}
.crsl-item .thumbnail:hover img {
  opacity: 0.8;
}

.crsl-item h3 {
  font-size: 24px; 
  text-align:center;
  line-height: 1.25em;
  margin-bottom: 12px; 
  color:#000;
}
.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: 4px;
  padding: 6px 6px 10px 6px;
  color: #fff;
  font-size: 24px;
  font-weight: normal;
  background: #000;
  opacity:0.8;
  width:98%; 
  margin:0 auto;
  text-align:center;
}

.crsl-item p {
  font-size: 18px;
  line-height: 1.55em;
  margin-bottom: 5px; 
  text-align:center;
}

.crsl-item p.readmore a,
.crsl-item p.readmore a:visited,
.crsl-item p.readmore a:hover,
.crsl-item p.readmore a:active {
  display: block;
  color: #000;
  padding: 4px 10px;
  text-decoration: none;
  font-weight: normal;
  border:#000 solid 3px; 
  margin:0 auto;
  width:120px;
}
.crsl-item p.readmore a:hover, .crsl-item p.readmore a:active {
  color: #4c59a0; 
  border:#4c59a0 solid 3px;
}


/** posts slider nav **/
.slidernav {
  display: block;
  text-align: center;
  margin-bottom: 0px;
}

.slidernav a {
  display: inline-block;
  padding: 20px 8px;
  margin-right: 8px;
  font-size: 1.4em;
  background: #ff0000;
  color: #666;
  text-decoration: none;
}
.slidernav a:active {
}

.slidernav a.previous{ 
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cbcbcb+0,b6b6b6+100 */
	background: #cbcbcb; /* Old browsers */
	background: -moz-linear-gradient(left,  #cbcbcb 0%, #b6b6b6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#cbcbcb), color-stop(100%,#b6b6b6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #cbcbcb 0%,#b6b6b6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #cbcbcb 0%,#b6b6b6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #cbcbcb 0%,#b6b6b6 100%); /* IE10+ */
	background: linear-gradient(to right,  #cbcbcb 0%,#b6b6b6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbcbcb', endColorstr='#b6b6b6',GradientType=1 ); /* IE6-9 */
	-webkit-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px; 
	top: 35%; 
	position: absolute; 
	left:-33px; 
}
.slidernav a.next{ 
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b6b6b6+0,cbcbcb+99 */
	background: #b6b6b6; /* Old browsers */
	background: -moz-linear-gradient(left,  #b6b6b6 0%, #cbcbcb 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#b6b6b6), color-stop(99%,#cbcbcb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #b6b6b6 0%,#cbcbcb 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #b6b6b6 0%,#cbcbcb 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #b6b6b6 0%,#cbcbcb 99%); /* IE10+ */
	background: linear-gradient(to right,  #b6b6b6 0%,#cbcbcb 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6b6b6', endColorstr='#cbcbcb',GradientType=1 ); /* IE6-9 */
	-webkit-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	top: 35%; 
	position: absolute; 
	right:-42px;
}
.slidernav a i.fa{
  font-size: 30px; 
  color:#FFF;
}

/** media queries **/
@media screen and (max-width: 979px) {
	h1 { font-size: 2.4em; line-height: 1.2em; }  
	.crsl-item h3 { font-size: 1.3em; } 
	.slidernav a.previous{ 
		top: 0; 
		position: inherit; 
		left:inherit; 
	}
	.slidernav a.next{ 
		top: 0; 
		position: inherit; 
		right:inherit;
	}
	.slidernav a i.fa{
		font-size: 30px; 
		color:#FFF;
	}
	.crsl-item .postdate {
	  font-size: 18px;
	}
}

/** clearfix **/
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
 
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }
