/** page structure **/

.crsl-item a{
color: #fff;
font-size: 13px;
font-weight: 700;
margin-bottom: 20px;
}
.sect{}
  .sect img {
      width: 100%;
      padding: 0px;
      margin: 0px;
          margin-bottom: 0px;
      margin-bottom: -3px;
  }
.sect a{padding:0px}

.thu-bg{background: #000;}

.fwidth{
  max-width:100%;
  min-width: 300px;
  margin: 0 auto;
}
#w {
  max-width:100%;
  min-width: 300px;
  margin:60px auto 20px auto;
  position: relative;
}
.fwidth{
  max-width:100% !important;
  min-width: 300px;
  margin: 0 auto;
}

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

.crsl-item {
  margin-bottom:0;
  background-color:#212122;
}

.crsl-item .thumb-amen {
  display: block;
  cursor: pointer;
}
.crsl-item .thumb-amen img {
  display: block; /* fix 1px image space http://stackoverflow.com/q/5804256/477958 */
  width: 100%;
}


.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:hover {
  background: #000;
  color: #fff;
}


/** posts slider nav **/
.slidernav {
    display: table;
    text-align: right;
    margin-bottom: 39px;
    width: auto;
    margin: auto;
}

.slidernav a {
  display: inline-block;
  padding: 5px 0px;
  margin-right: 1px;
  font-size:18px;
  color: #fff;
  text-decoration: none;
}
.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);
  color: #fff;
}
.slidernav .next {
    position: absolute;
    background: url("../img/bg-arrows.png");
    width: 45px;
    right: -19px;
    top: 34%;
    text-align: center;
    line-height: 20px;
    border: solid 3px #212122;
}
.slidernav .previous {
    position: absolute;
    background: url("../img/bg-arrows.png");
    width:45px;
    left: -20px;
    top: 34%;
    text-align: center;
    line-height: 20px;
    border: solid 3px #212122;
}

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