.anons_item {
	clear:left; 
	display: block; 
	overflow: hidden; 
	position: relative; 
	text-align: center; 
	border-style: solid; 
	border-color: #fffada; 
	border-width: 2px;	
}
h3.anons {
	position: absolute; 
	left: 22; 
	top: 12; 
	width: 90%; 
	text-align: left; 
	background: linear-gradient(to right, rgba(233,215,177,1), rgba(233,215,177,0));	
}
p.anons {
	position: absolute; 
	left: 0; 
	bottom: 0; 
	width: 95%; 
	text-align: left; 
	background: rgba(255,250,218,0.6); 
	line-height: 14pt;	
}
img.anons {
	margin: auto;  
	max-height: 100%;  
	max-width: 100%; 
	width: 98%;
	border-radius: 4%;
}
iframe.anons {
	margin: auto;  
	max-height: 100%;  
	max-width: 100%; 
	width: 98%;
	border-radius: 4%;
}

A.anons, A:visited.anons
{
	text-decoration: none;
	color: #2d2d2d;
	font-family : Sans-serif, Verdana, Tahoma, Arial;
	font-size : 11pt;
	font-weight : bold;
}
A:hover.anons
{
	text-decoration: underline;
	color: #2d2d2d;
	font-family : Sans-serif, Verdana, Tahoma, Arial;
	font-size : 11pt;
	font-weight : bold;
}

h3.anons_h3 {
	font-family : Sans-serif; 
	font-size : 12pt; 
	margin-right: 0pt;
}
h4.anons_text {
	font-family : Sans-serif, Verdana, Tahoma, Arial;
	font-size : 12pt;
	font-weight : bold;
}
A.anons_h4, A:visited.anons_h4
{
	text-decoration: none;
	color: #CC6600;
	font-family : Sans-serif, Verdana, Tahoma, Arial;
	font-size : 12pt;
	font-weight : bold;
}
A:hover.anons_h4
{
	text-decoration: underline;
	color: #CC6600;
	font-family : Sans-serif, Verdana, Tahoma, Arial;
	font-size : 12pt;
	font-weight : bold;
}
A.anons_text, A:visited.anons_text
{
	text-decoration: none;
	color: #2d2d2d;
	font-family : Sans-serif, Verdana, Tahoma, Arial;
	font-size : 11pt;
	font-weight : normal;
}
A:hover.anons_text
{
	text-decoration: underline;
	color: #2d2d2d;
	font-family : Sans-serif, Verdana, Tahoma, Arial;
	font-size : 11pt;
	font-weight : normal;
}
A:focus.anons_text {
    color: #006666;
}

@media (max-width: 768px) {
 A.anons_text, A:visited.anons_text, A:hover.anons_text
 {
	font-size : 12pt;
 }
 A.anons_h4, A:visited.anons_h4, A:hover.anons_h4
 {
 	font-size : 13pt;
 }
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}
/* Hide the images by default */
.mySlides {
    display: none;
}
/* Next & previous buttons */
a.prev, a.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}
/* Position the "next button" to the right */
a.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
a.prev:hover, a.next:hover {
  background-color: rgba(0,0,0,0.8);
}
/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  right: 0;
}
/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
/*  background-color: #bbb; */
  background-color: #b0dec2;  
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.active, .dot:hover {
/*  background-color: #717171; */
  background-color: #456b54;
}
/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
