



/** posts slider widget **/
.crsl-items {
  display: block;
}

.crsl-item {
  padding: 8px;
}

.crsl-item .thumbnail {
  display: block;
  position: relative;
  margin-bottom: 10px;
  cursor: pointer;    background-color: #fff;
    border: 0;
    border-radius: 0; padding: 7px;
}
.crsl-item .thumbnail img { 
  display: block; /* fix 1px image space http://stackoverflow.com/q/5804256/477958 */
  -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 {
  font-family: "Roboto",sans-serif;
  font-size: 22px; margin-top: 15px;
  margin-bottom: 12px;    font-weight: 400; color: #fff;
}
.crsl-item h3 a {
  text-decoration: none;
  color: #fff;
}
.crsl-item h3 a:hover {
  text-decoration: none;
}

.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 {
  color: #fff;
    font-family: "Roboto",sans-serif;
    font-size: 19px;
    font-weight: 300;
    line-height: 31px;     text-align: justify;
}

.crsl-item p.readmore a {
   background: #f8e7fd none repeat scroll 0 0;
    color: #0b0426;
    float: left;
    font-family: "Roboto",sans-serif;
    font-size: 18px;
    font-weight: 300;
    padding: 8px 13px;
    text-decoration: none;
    transition: all 0.5s ease-out 0s; margin-top: 20px;
}
.crsl-item p.readmore a:hover {
  background: #fff;
}


/** posts slider nav **/
.slidernav {
  display: block;
  margin-bottom: 10px;
  text-align: right;     padding-right: 5px;
}

.slidernav a {
  padding: 0px 10px 4px 10px;
  margin-right: 8px;
  font-size: 1.4em;
  border: #fff solid 2px;
  color: #666;
  text-decoration: none;
  -webkit-box-shadow: 2px 2px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 2px 2px 0px rgba(0,0,0,0.2);
  box-shadow: 2px 2px 0px rgba(0,0,0,0.2);
}
.slidernav a:active {
  -webkit-box-shadow: 1px 1px 0 rgba(0,0,0,0.2);
  -moz-box-shadow: 1px 1px 0 rgba(0,0,0,0.2);
  box-shadow: 1px 1px 0 rgba(0,0,0,0.2);
}


/** media queries **/
@media screen and (max-width: 660px) {
  h1 { font-size: 2.4em; line-height: 1.2em; }
  
/** .crsl-item h3 { font-size: 1.65em; }**/
/** } **/

/** 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%; }
}