@charset "utf-8";
/* CSS Document */
#topbar{
	background-color:#000;
	color:#FFF;
	}
	
	
	
.sticky {
  position: fixed;
  background-color:#fff;
  opacity:0.9;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  border-top: 0;
}



.widget_cycling_posts {
    position: relative;
    display: block;
    min-height: 380px;
	width:100%;
	margin-left: -8%
}
.post_list li {
    overflow: hidden;
    padding: 0px 0 5px;
    margin: 0;
}

ul.ul-wrap>li{
    float:left;
    width: 100%;
    display:block;
}




