.cwNews.cwCards .cwFilters {
  text-align: center;
}
.cwNews.cwCards .cwItem .cwTitle {
  font-size: 16px;
  padding: 0 0 5px 0;
}
.cwNews.cwCards .cwItem {

}
.cwNews.cwCards .cwTags a.cwtag.tag_txt:before {
  content: "#";
}
.cwNews.cwCards .cwTags a.cwtag.tag_txt {
  padding: 0px 5px 0 0 !important;  
}

.cwNews.cwCards .cwItem .cwWrap { background: #f5f5f5; padding: 0px; margin: 10px; }

.cwNews.cwCards .cwItem .cwLeft { width: 100%; float: left; position: relative; }
.cwNews.cwCards .cwItem .cwRight { width: 100%; float: right; box-sizing: border-box; padding: 20px; }
.cwNews.cwCards .cwItem .cwRight:hover {background: #e4e4e4 }
.cwNews.cwCards .cwItem .cwImage {
    transition: 300ms;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    -ms-transition: 300ms;
    overflow: hidden;
    padding: 0px;
}

.cwNews.cwCards .cwItem.col-1 {width:100%}
.cwNews.cwCards .cwItem.col-2 {width:50%}
.cwNews.cwCards .cwItem.col-3 {width:33%;}
.cwNews.cwCards .cwItem.col-4 {width:25%}
.cwNews.cwCards .cwItem.col-5 {width:20%}
.cwNews.cwCards .cwItem.col-6 {width:16.666%}
.cwNews.cwCards .cwItem.col-7 {width:14.256%}
.cwNews.cwCards .cwItem.col-8 {width:12.5%}
.cwNews.cwCards .cwItem.col-9 {width:11.111%}
.cwNews.cwCards .cwItem.col-10 {width:10%}

.cwNews.cwCards .cwreadmore { display: inline-block;
    background: #666666;
    color: #fff;
    padding: 4px 10px;
    line-height: 28px;
}
.cwNews.cwCards .cwreadmore:hover {
    text-decoration: none;
    background: #000;
}

.cwNews.cwCards .button-group .button {
    float: none;
    border-radius: 0;
    margin: 2px;
    display: inline-block;
    padding: 4px 15px;
    line-height: 20px;
    background: #f5f5f5;
    border: none;
    color: #222;
    font-weight: 500;
    text-shadow: none;
    cursor: pointer;
    transition: 300ms;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    -ms-transition: 300ms;
    
    webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
            
}
.cwNews.cwCards .button-group .button:before {
    font-family: FontAwesome;
    content: "\f105";
    margin-right: 8px;
}

.cwNews.cwCards .cwLeft .cwNewsLink {
    filter: alpha(opacity=0);
    opacity: 0;
    
    width: 80px;
    height: 80px;
    
    background: rgba(255,255,255,0.6) no-repeat 50%;
    
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    
    border-radius: 40px;

    left: 50%;
    margin-left: -102px;
}
.cwNews.cwCards .cwLeft:hover .cwImage {
  opacity: 0.7;
}
.cwNews.cwCards .cwLeft:hover .cwNewsLink {
    background-image: url(../assets/view.png);
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 1;
    filter: alpha(opacity=100);
    margin-left: -40px;
}

.cwNews.cwCards .button-group .button:hover{
    background-color: #dfdfdf;
}
.cwNews.cwCards .button-group .button:active, .cwNews.cwCards .button-group .button.is-checked {
    background-color: #c1c1c1;
    text-shadow: none;
    color: #000;
    outline: none;
}

.cwNews.cwCards .cwItem img {


    transition: 500ms;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -o-transition: 500ms;
    -ms-transition: 500ms;
    
}
.cwNews.cwCards .cwItem:hover img {

    -moz-transform: scale(1.3) rotate(6deg);
    -webkit-transform: scale(1.3) rotate(6deg);
    -o-transform: scale(1.3) rotate(6deg);
    -ms-transform: scale(1.3) rotate(6deg);
    transform: scale(1.3) rotate(6deg);


}

.cwNews.cwCards .cwnews_loadmore { text-align: center; margin-top: 20px; }

.cwNews.cwCards .cwnews_loadmore:not(.ready) { opacity: 0.2; }

.cwNews.cwCards .cwreadmore { margin-top: 10px; display: block;} 