/*@import url('http://fonts.googleapis.com/css?family=Exo+2:400,700|Oswald:400,700');*/

.slid { width:1000px;}

#w {
  display: block;
}


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

.crsl-item {
  background:#fff;
  padding: 8px;
}

.crsl-item .thumbnail {
  display: block;
  position: relative;
  margin-bottom: 0px;
}

.crsl-item .thumbnail img { 
  display: block; 
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

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

.slidernav a {
  display: inline-block;
  padding: 5px 0px;
  margin-right: 8px;
}


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



































