/* Presunout do CSS souboru */
@media all and (max-width: 480px){

	.cwNews .cwItem{
		width:400px!important;
		float:none!important;
		display:block!important;
		position:relative!important;
		margin:0 auto!important;
		box-shadow:none!important;
	}

}


/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {


	.cwNews{
	
		width:80%!important;
		position:relative!important;
		margin:0 auto;	
		
	}

}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {


	.cwNews{
		width:75%!important;
		position:relative!important;
		margin:0 auto!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	 { height:430px!important;float: left; overflow: hidden;margin-top:5px;width:263px!important;margin:8px;padding:20px;box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.1);}
.cwNews .cwItem .cwImage img { max-width: 100%; display: block;margin-left:auto;margin-right:auto; margin-left:10px }

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

.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; border:1px solid;background:#ffcc00;}
.cwNews .cwItem .cwInfo {
  
  font-size: 90%;
  padding: 5px 0;
  
}
.cwNews .cwItem .cwText {
  padding:5px 0;
  font-size: 100%;
  width:230px;
 
}
.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 0;
 
}
.cwNews .cwItem .cwCategories {
  padding: 5px 0;
  /*font-weight:bold;*/
  color:grey!important;
  font-size:10px;
}

/*
.cwNews .cwItem .cwCategories:before {
  content: "MULTIMEDIOS / ";
}

*/

.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; }

.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 .cwCategories a:link{
	color:#959595!important;
        
}

.cwNews .cwItem .cwCategories a:active{
	color:#959595!important;
}

.cwNews .cwItem .cwCategories a:visited{
	color:#959595!important;
}