@import url('http://fonts.googleapis.com/css?family=Exo+2:400,700|Oswald:400,700');
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  box-sizing: border-box;
}

/** page structure **/
.w {
  display: block;
  width:90%;
  min-width: 300px;
  margin: 0 auto;
  padding: 2px 3px;
  text-align:center
}
.w h3 {
	display:table;
	font-family: 'Exo 2', sans-serif;
	font-size:1.6em;
	line-height: 1.75em;
	margin:auto;
	margin-bottom: 25px;
	text-align: center;
	font-weight: bold;
	border-bottom:2px solid #E70E07;
}

/** posts slider widget **/
.crsl-items, .crsl-items_2 {
  display: block;
  text-align:center
}

.crsl-item {
  background: #fff;
  padding: 5px;
  -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);
  border:1px solid #ccc
}

.crsl-item .thumbnail {
  display: block;
  position: relative;
  margin-bottom: 10px;
  text-align:center;
  
}
.crsl-item .thumbnail img { 
  display: block; /* fix 1px image space */
  margin:auto;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  max-height:450px
}

.crsl-item h5 {
  color:#3c3c3b;
  margin-bottom: 12px;
  padding-bottom:5px;
  border-bottom:1px solid #ccc;
}

.crsl-item p {
  font-size: 1.0em;
  line-height: 1.55em;
  margin: auto;
  margin-bottom: 15px;
  color:#E70E07;
  font-family: 'Exo 2', sans-serif;
  border-bottom:2px solid #E70E07; 
  display:table;
}

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

.slidernav a {
  display: inline-block;
  padding: 5px 8px;
  margin:10px;
  font-size: 1.2em;
  background: #fff;
  color: #F70003;
  text-decoration: none;
  border-radius: 5px; 
  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) {
  .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%; }
