#top .crw-main-box .av-masonry-load-more-analyses {
  background-color: #5A9E2A;
  color: #fff;
  width: 160px;
  margin: auto;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 13px;
}
#top .crw-main-box .av-masonry-load-more-analyses:hover {
  color: powderblue;
  -webkit-transition: color 2s;
  transition: color 2s;
}
#top .crw-main-box .av-masonry-load-more-analyses img {
  width: 20px;
}
.crw-main-sort{padding:10px !important;}
.crw-main-sort .crw-box-sort{  text-align:left !important;}
.crw-main-box .crw-sort-analyses{
  border: 2px solid #767777;
  padding: 2px;
  background-color: #fff;
  color: #000000 !important;
  font-weight: 700;
  margin-right: 10px;
  margin-top: 5px;
  width: 290px !important;
}
.crw-main-box .crw-sort-analyses img{
  vertical-align: middle;
  width: 50px;
  height: 50px;
}
.crw-main-box .crw-sort-analyses .inner_sort_button span{
  padding: 5px;
  text-transform: uppercase;
}
.ac-title-box .ac-title-date{
  position: absolute;
  width: 100px;
  padding: 5px;
  background-color: black;
  text-align: center;
  margin-left: -10px;
}
.ac-title-box .ac-titleimage img{
  float: right;
  height: 80px;
  width: 190px;
}
.crw-item-box .ac-title-box{
  background: -webkit-linear-gradient(#aaaaaa, #e0e0e0) !important; /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#aaaaaa, #e0e0e0)!important;
  background: linear-gradient(#aaaaaa, #e0e0e0)!important;
  height: 85px;
}
.crw-main-box .crw-item-box .crw-content-box .crw-entry-footer img {
  margin-left: 2px;
}
.crw-entry-footer .ac-rank img{
  width: 60px;
  margin-top: 4px;
}
.ac-main-title{
  background-color:transparent !important;
}
.ac-main-title strong{color:black !important;}
@media only screen and (max-width: 1285px) and (min-width: 767px)
{
	.responsive #top .ac-main-box .av-masonry-entry {
	  width: 49.90%;
	}
	.av-masonry-entry .crw-road-box .icon_link {
		margin-right: 0px;
	}
}
@media only screen and (max-width: 767px)
{
  .crw-main-box .crw-sort-analyses{
	width: 100% !important;
   }
}