.news-demo {
	border-radius: 20px;
	/*margin-bottom: 4%;*/
	
}

.news-demo h1 {
  text-align: center;
  font-family: Arial, sans-serif;
  color: #777;
  margin-bottom: 40px;
}

.news-demo .p {

  font-family: 'Ubuntu', sans-serif;
  font-size: 5px;
  margin-top: 0px;
}

.news-demo .p ~ p {
  margin-top: 0;
  text-align: center;
}

.news-demo .p a {
  text-decoration: underline;
}


.news-holder p.titulo-parrafo {
    margin-bottom: 2%;
	padding-bottom: 2%;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #3CF;
}

.news-holder {
	/*max-width: 700px;*/
    margin: 0 auto;
	font-family:'Quicksand', sans-serif;
	font-size: 12px;
	color: #006;	
}

.news-holder * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a.titulo {
	font-size: 20px;
	font-family:'Quicksand', sans-serif;
	color: #009;
	text-decoration: none;
	text-align: center;
	
}

ul.news-headlines {
	
	background-color: #3ab4f1;
	position: relative;
	padding: 2%;
	padding-bottom: 1%;
	border-radius: 8px;
	box-shadow: 1px 1px 8px 1px rgba(0,0,0,0.7);
	
}

  .news-headlines li {
	padding: 5px 20px 5px 24px;
	margin-bottom: 8px;
	position: relative;
	z-index: 20;
	list-style-type: none;
	list-style: none;
	font-weight: bold;
	font-size: 12px;
	color: #FFF;
	/*background-color: #3c8ad4;*/
	background-color: #6CF;
	border-radius: 8px;
	
  }
  
  .news-headlines li:before {
    content: "";
    display: inline-block;
    background: #F00;
	background-image: url(../images/Styled-arrow.png);
	border-radius: 10px;
	border: none;
	height: 20px;
	width: 20px;
	background-position: -2px center;
    vertical-align: middle;
    margin-left: -20px;
    margin-right: 5px;
  }
  
  li.selected:before
  {
	 background-color: #F00;
  }
  
  #item-1
  {
	color: #FFF;
	font-weight: bold;
	/*background-color: #f8195e;*/
	background-color: #6CF;
	border-radius: 8px;
	overflow: hidden;
	text-indent: 1px;
	/*width: 40px;*/
	
  }
    
  #item-1:before
  {
	background-color: #00F;
	background-image: url(../images/Styled-arrow.png);
	border-radius: 10px;
	border: none;
	height: 20px;
	width: 20px;
	background-position: -2px center;

  }
   
   #item-2
  {
	color: #FFF;
	font-weight: bold;
	/*background-color: #6e3cab;*/
	background-color: #6CF;
	border-radius: 8px;
	
  }
   #item-2:before
  {
	background-color: #C09;
	background-image: url(../images/Styled-arrow.png);
	border-radius: 10px;
	border: none;
	height: 20px;
	width: 20px;
	background-position: -2px center;
	
	/*background-color: #C09;
	background-image: url(../images/check-blanco-small.png);
	border-radius: 7px;
	border: solid 2px #fff;
	background-position: center center;*/
  }
  
  #item-3
  {
	color: #FFF;
	font-weight: bold;
	/*background-color: #86ac04;*/
	background-color: #6CF;
	border-radius: 8px;
	
  }
  
  #item-3:before
  {
	background-color: #F63;
	background-image: url(../images/Styled-arrow.png);
	border-radius: 10px;
	border: none;
	height: 20px;
	width: 20px;
	background-position: -2px center;
  }
  
  #item-4
  {
	color: #FFF;
	font-weight: bold;
	/*background-color: #6CF;*/
	background-color: #6CF;
	border-radius: 8px;
	
  }
  
   #item-4:before
  {
	background-color: #090;
	background-image: url(../images/Styled-arrow.png);
	border-radius: 10px;
	border: none;
	height: 20px;
	width: 20px;
	background-position: -2px center;
  }
  
  #item-5
  {
	color: #FFF;
	font-weight: bold;
	/*background-color: #6CF;*/
	background-color: #6CF;
	border-radius: 8px;
	
  }
  
   #item-5:before
  {
	background-color: #FC0;
	background-image: url(../images/Styled-arrow.png);
	border-radius: 10px;
	border: none;
	height: 20px;
	width: 20px;
	background-position: -2px center; 
  }
  
  #item-6
  {
	color: #FFF;
	font-weight: bold;
	background-color: #6CF;
	border-radius: 8px;
	
  }
  
   #item-6:before
  {
	background-color: #609;
	background-image: url(../images/Styled-arrow.png);
	border-radius: 10px;
	border: none;
	height: 20px;
	width: 20px;
	background-position: -2px center;
  }
  
  #item-7
  {
	color: #FFF;
	font-weight: bold;
	background-color: #6CF;
	border-radius: 8px;
	
  }
  
   #item-7:before
  {
	background-color: #9C3;
	background-image: url(../images/Styled-arrow.png);
	border-radius: 10px;
	border: none;
	height: 20px;
	width: 20px;
	background-position: -2px center;
  }
  

  .nh-anim {
    -webkit-transition: all .75s ease-out;
    -moz-transition: all .75s ease-out;
    -o-transition: all .75s ease-out;
    transition: all .75s ease-out;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
  

  .news-headlines li:hover, a:hover, #item-1:hover, #item-2:hover, #item-3:hover, #item-4:hover, #item-5:hover, #item-6:hover, #item-7:hover  {
	cursor: pointer;
	color: #FC6; 
  }
  
  .news-headlines .highlight {
	width: 100%;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
  }

  .news-headlines .highlight:before {
    display: none;
  }
  
  .news-headlines .highlight:after 
  {
	content: "";
    position: absolute;
    top: 50%;
    left: 100%; /* To the right of the tooltip */
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent white;
	box-sizing: border-box;
	  
  }

.news-headlines {
	float: left;
	width: 32.46%;
	box-sizing: border-box;
	
}

.news-preview {
	float: left;
	/*border-top-right-radius: 80px;
	border-bottom-right-radius: 80px;
	border-bottom-left-radius: 20px;*/
	border-radius: 8px;
	/*background-color: #FFF;*/
	background-color: #36C;
	/*#1B8A3E*/
	width: 66.22%;
	min-width: 66.22%;
	position: relative;
	z-index: 5;
	margin-left: 1.3%;
	box-shadow: 1px 1px 8px 1px rgba(0,0,0,0.7);
	box-sizing: border-box;
	
}

  .news-preview img {
	float: left;
	display: inline-block;
	/*border: 2px solid #CCC;*/
	/*border-top-right-radius: 100px;
	border-bottom-right-radius: 100px;
	border-bottom-left-radius: 100px;*/
    width: 100%;
	height: auto;
	max-width: 30%;
	max-height: 50%;
	vertical-align: middle;
	margin-bottom: 2%;
	margin-right: 5%;
	border-radius: 10px;
	/*box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.9);*/
  } 

.news-content {
	display: none;
	position: relative;
	z-index: 10;
	padding-top: 5%;
	padding-bottom: 7%;
	padding-right: 10%;
	padding-left: 6%;
	vertical-align: middle;
	text-align: justify;
	border-radius: 8px;
	background-color: #FFF;
	/*border-top-right-radius: 100px;*/
	border-top-right-radius: 160px;
	border-top-left-radius: 8px;
	/*border-bottom-right-radius: 220px;*/
	border-bottom-right-radius: 230px;
	width: 95%;
	/*box-shadow: 1px 1px 8px 1px rgba(0,0,0,0.7);*/
	/*min-height: 400px;*/
	/*min-width: 335px;*/
	min-width: 0px;
	max-width: 600px;
	background-image: url(../images/Pikikos-small2.png);
	background-size: 45% auto;
	background-position: 0px bottom;
	background-repeat: no-repeat;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #07a012;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #36C;
}

.top-content {
    display: block;
	
}

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

/*@media only screen and (max-width: 600px) 
{
	
.news-headlines 
{
	float: none;
	max-width: 100%;
	width: 100%;
	margin: 2%;
}

.news-headlines .highlight
{
	border-radius: 20px;
}

.news-preview {
	
	float: none;
	width: 100%;
	margin: 2%;	

}

}*/

@media only screen and (max-width: 1050px) 
{
	
	.news-headlines li {
	font-size: 10px;
  	}
  
  .news-holder {
    /*max-width: 700px;*/
    margin: 0 auto;
    font-family:'Quicksand', sans-serif;
    font-size: 12px;
	}
	
	 .news-content {
	min-width: 0px;
	border-top-right-radius: 70px;
	border-bottom-right-radius: 130px;  
  	}
	
	 a.titulo {
	font-size: 18px;
	text-align: left;
	}
	
	.news-preview img {
	max-width: 38%;
	max-height: 50%;
	} 
	
	
	
}


@media only screen and (max-width: 810px) 
{
	
	.news-headlines li {
	
	font-size: 0px;
	padding-right: 0px;
	padding-left: 28px;
	background-color: #6CF;
	border-radius: 0px;
	
  }
  
  .news-holder {
    /*max-width: 700px;*/
    margin: 0 auto;
    font-family:'Quicksand', sans-serif;
    font-size: 12px;
	
}
  
  .news-content {
	min-width: 0px;
	border-top-right-radius: 70px;
	border-bottom-right-radius: 130px;
	padding-top: 4%;
	padding-bottom: 6%;
	padding-right: 8%;
	padding-left: 5%;
	width: 97%;
	  
  }
  
  .news-headlines {
	float: left;
	width: 10%;
	box-sizing: border-box;
	
}

.news-preview {
	
	width: 88%;
	min-width: 88%;
	margin-left: 2%;
	
}

.news-preview img {
	max-width: 38%;
	max-height: 50%;
} 

ul.news-headlines {
	
	background-color: #6CF;
}

.news-headlines .highlight {
	
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	
  }
  
  a.titulo {
	font-size: 18px;
	text-align: left;
}

.news-headlines li:before, #item-1:before, #item-2:before, #item-3:before, #item-4:before, #item-5:before, #item-6:before, #item-7:before{
	background-image: none;
	border: 2px solid #FFF;
	height: 12px;
	width: 12px;
	
}
	
	
}

@media only screen and (max-width: 650px) 
{
	
	.news-headlines li {
	
	font-size: 0px;
	padding-right: 0px;
	padding-left: 25px;
	background-color: #6CF;
	border-radius: 0px;
	
  }
  
  .news-holder {
    /*max-width: 700px;*/
    margin: 0 auto;
    font-family:'Quicksand', sans-serif;
    font-size: 11px;
	
}
  
  .news-content {
	min-width: 0px;
	border-top-right-radius: 70px;
	border-bottom-right-radius: 130px;
	padding-top: 4%;
	padding-bottom: 6%;
	padding-right: 8%;
	padding-left: 5%;
	width: 97%;
	
	  
  }
  
  .news-headlines {
	float: left;
	width: 10%;
	box-sizing: border-box;
	
}

.news-preview {
	
	width: 88%;
	min-width: 88%;
	margin-left: 2%;
	
}

.news-preview img {
	max-width: 40%;
	max-height: 55%;
} 

ul.news-headlines {
	
	background-color: #6CF;
}

.news-headlines .highlight {
	
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	
  }
  
  a.titulo {
	font-size: 16px;
	text-align: left;
}

.news-headlines li:before, #item-1:before, #item-2:before, #item-3:before, #item-4:before, #item-5:before, #item-6:before, #item-7:before{
	background-image: none;
	border: 2px solid #FFF;
	height: 12px;
	width: 12px;
	
}
	
}

@media only screen and (max-width: 600px) 
{
	.news-headlines li {
	
	font-size: 0px;
	padding-right: 0px;
	padding-left: 22px;
	background-color: #6CF;
	border-radius: 0px;
	
  }
  
  .news-holder {
    /*max-width: 700px;*/
    margin: 0 auto;
    font-family:'Quicksand', sans-serif;
    font-size: 10px;
	
}
  
  .news-content {
	min-width: 0px;
	border-top-right-radius: 70px;
	border-bottom-right-radius: 130px;
	padding-top: 4%;
	padding-bottom: 6%;
	padding-right: 8%;
	padding-left: 5%;
	width: 97%;
	
	  
  }
  
  .news-headlines {
	float: left;
	width: 10%;
	box-sizing: border-box;
	
}

.news-preview {
	
	width: 88%;
	min-width: 88%;
	margin-left: 2%;
	
}

.news-preview img {
	max-width: 40%;
	max-height: 55%;
} 

ul.news-headlines {
	
	background-color: #6CF;
}

.news-headlines .highlight {
	
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	
  }
  
  a.titulo {
	font-size: 14px;
	text-align: left;
}

.news-headlines li:before, #item-1:before, #item-2:before, #item-3:before, #item-4:before, #item-5:before, #item-6:before, #item-7:before{
	background-image: none;
	border: 2px solid #FFF;
	height: 9px;
	width: 9px;
	
}

}