/* Presunout do CSS souboru */
@media screen and (max-width: 480px){.cwNews .cwItem{width:100%!important;}}

.cwNews {
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  height: auto;
  overflow: hidden;
}
.cwNews .cwScroller { position: relative; left: 0px;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
/* Item elements */
.cwNews .cwItem { float: left; overflow: hidden; border-bottom: 1px solid #c4c4c4;}
.cwNews .cwItem .cwImage img { max-width: 100%; display: block; /*start user style*/ margin: 0; border-radius: .5rem; overflow: hidden; box-shadow: 0px 0.25rem 10px rgb(36 49 66 / 20%);/*end user style*/}

.cwNews .cwItem .cwInfo > span:not(:last-child):after { content: ", "; }

.cwNews .cwSlide { float: left; position: relative;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out; }
.cwNews .cwSlide.active { display: block; }

.cwNews .cwContainer { overflow: hidden; width: 100%; }
.cwNews .cwContainer .cwScroller { }

.cwNews .cwToolbar { clear: both; float: right; margin: 5px 0; overflow: hidden; cursor: default; z-index: 1; position: relative;}
.cwNews .cwToolbar > span { position: relative; display: block; cursor: pointer; width: 20px; height: 20px; display: inline-block; }
.cwNews .cwToolbar > span:hover {}  

.cwNext:before,.cwPrev:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
}
.cwNext:before { left: 0px; border-left: 15px solid #d5d5d5; }
.cwNext:hover:before {border-left: 20px solid #999;}
.cwPrev:before { left: 5px; border-right: 15px solid #d5d5d5; }
.cwPrev:hover:before { left: 0px; border-right: 20px solid #999;}

/* blocks layouts */ 
 .cwNews .cwItem .cwWrap > div:first-child { padding-top: 0px !important; }
.cwNews .cwItem .cwInfo {
  font-size: 80%;
  padding: 2px 0;
  color: #bdbdbd; /*new_users*/
}
.cwNews .cwItem .cwText {
  padding: 3px 0;
  font-size: 90%;
}
.cwNews .cwItem .cwTitle {
  margin: 0;
  padding: 10px 0 5px 0;
}
.cwNews .cwItem .cwTags a {
  display: inline-block;
}
.cwNews .cwItem .cwTags {
  padding: 5px 0;  
}
.cwNews .cwItem .cwImage {
  /*padding: 5px 5px 5px 5px;*/
  /*start user style*/
  border-radius: .5rem; 
  overflow: hidden; 
  box-shadow: 0px 0.25rem 10px rgb(36 49 66 / 20%);
  /*end user style*/
}
.cwNews .cwItem .cwCategories {
  padding: 5px 0;
}

.cwNews .cwItem .cwImage a { display: block; }

/* hide before js set the layout */
.cwNews .cwContainer {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.cwNews .cwContainer.active {
  display: block;
}
/*.cwNews .cwItem > div { float: left; }*/

.cwNews .fleft { float: left; }
.cwNews .fright { float: right; 
font-size: 10px; /*new_users*/ }

.cwNews .cleaner { clear: both; }

.cwNews .cwItem > h2.cwTitle,
.cwNews .cwItem > h3.cwTitle,
.cwNews .cwItem > h4.cwTitle
{ margin: 0px !important; }

.cwNews .cwItem .cwImage a:hover {background: transparent !important; }

.cwNews .cwItem .cwTags a:hover { opacity: 0.5; }

.cwNews .cwCategories a {
    color: #ffffff;
    background: #bcbcbc;
    padding: 0px 10px;
    font-size: 12px;
    margin-bottom: 2px;
    display: inline-block;
}

.cwNews .cwCategories a:hover {
    background: #838383;
}

/**
 * Responsivity
 */
@media screen and (max-width: 800px) {
    .cwNews.cwCards .cwItem {
        width: 50% !important; 
    }
}
@media screen and (max-width: 480px) {
    .cwNews.cwCards .cwItem {
        width: 100% !important; 
    }
    .cwNews.cwDefault .cwContainer {
        width: 100% !important;    
    }
}
