.cwNews.cwGallery .cwItem .cwTitle {
  font-size: 18px;
  padding: 0 0 5px 0;
  z-index: 1;
  position: relative !important;  
}
.cwNews.cwGallery .cwTags a.cwtag.tag_txt:before {
  content: "#";
}
.cwNews.cwGallery .cwTags a.cwtag.tag_txt {
  padding: 0px 5px 0 0 !important;  
}

/* Item setting */
.cwNews.cwGallery .cwItem .cwImage { position: relative; padding: 0px !important; }
.cwNews.cwGallery .cwItem div.cwContent { opacity: 0; position: absolute; top: 0px; left: 20px; }
.cwNews.cwGallery .cwItem .cwWrap { background: #eee; overflow: hidden; position: relative; height: 100%; }
.cwNews.cwGallery .cwItem .cwWrap > div:not(.cwImage), .cwNews.cwGallery .cwItem .cwWrap .cwTitle { position: absolute; width: 100%; }
.cwNews.cwGallery .cwItem .cwWrap .cwTitle { top: 0px; padding: 20px; background: rgba(255,255,255,0.7); }
.cwNews.cwGallery .cwItem .cwWrap .cwReadmore { opacity: 0; top: 50%; left: 50%; position: absolute; }
.cwNews.cwGallery .cwItem .cwImage,.cwNews.cwGallery .cwItem .cwWrap .cwTitle, .cwNews.cwGallery .cwItem .cwWrap .cwReadmore,  .cwNews.cwGallery .cwItem .cwWrap .cwReadmore a, .cwNews.cwGallery .cwItem .cwWrap .cwContent, .cwNews.cwGallery .cwItem .cwWrap .cwContent > div {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

/* Item Hover */
.cwNews.cwGallery .cwItem:hover .cwImage { opacity: 0.3; }
.cwNews.cwGallery .cwItem:hover .cwContent { opacity: 1; top: 0px; left: 0px; }
.cwNews.cwGallery .cwItem .cwContent a:hover {background: transparent !important; }

.cwNews.cwGallery .button-group .button:hover{
    background-color: #dfdfdf;
}
.cwNews.cwGallery .button-group .button:active, .cwNews.cwGallery .button-group .button.is-checked {
    background-color: #c1c1c1;
    text-shadow: none;
    color: #000;
    outline: none;
}

.cwNews.cwGallery .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.cwGallery .button-group .button:before {
    font-family: FontAwesome;
    content: "\f105";
    margin-right: 8px;
}


.cwNews.cwGallery .cwItem.col-1 {width:100%}
.cwNews.cwGallery .cwItem.col-2 {width:50%}
.cwNews.cwGallery .cwItem.col-3 {width:33%;}
.cwNews.cwGallery .cwItem.col-4 {width:25%}
.cwNews.cwGallery .cwItem.col-5 {width:20%}
.cwNews.cwGallery .cwItem.col-6 {width:16.666%}
.cwNews.cwGallery .cwItem.col-7 {width:14.256%}
.cwNews.cwGallery .cwItem.col-8 {width:12.5%}
.cwNews.cwGallery .cwItem.col-9 {width:11.111%}
.cwNews.cwGallery .cwItem.col-10 {width:10%}

.cwNews.cwGallery .cwNewsLink {
    filter: alpha(opacity=0);
    opacity: 0;
    background-color: rgba(255,255,255,0.5);
    background-image: url(../assets/view.png);
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: calc(50% - 40px);
    width: 80px;
    height: 80px;
    border-radius: 60px;
    display: block;
    position: absolute;
    left: calc(0% - 40px);

}

.cwNews.cwGallery .cwWrap:hover .cwNewsLink {

    position:absolute;
    left: calc(50% - 40px); 
    opacity: 0.7;
}
.cwNews.cwGallery .cwFilters {
    text-align: center;
}


.cwNews.cwGallery .cwnews_loadmore { text-align: center; margin-top: 20px; }

.cwNews.cwGallery .cwnews_loadmore:not(.ready) { opacity: 0.2; }


.cwNews.cwGallery .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.cwGallery .cwLeft:hover .cwImage {
  opacity: 0.7;
}
.cwNews.cwGallery .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;
}