/*! http://responsiveslides.com v1.51 by @viljamis */

.rslides, .fullslides {
  position: relative;
  list-style: none !important;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslidesCredits { margin-bottom: 2em; text-align: center; font-size: 85%; }
  
.rslides li, .fullslides li {
  list-style: none !important;
  margin-left: 0;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child, .fullslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img, .fullslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
  
.rslides_tabs, .fullslides_tabs {
  list-style: none !important;
  padding: 0;
/*  background: rgba(0,0,0,.25);
  box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
*/ 
  font-size: 1em;
  list-style: none;
  margin: 0;
  max-width: 100%;
  padding: .3em 0;
  text-align: center;
  width: 100%;
  }
  
.fullslides_tabs { margin-bottom: 0; }

.rslides_tabs li, .fullslides_tabs li {
  display: inline;
  float: none;
  margin-left: .5em;

  }

.rslides_tabs a, .fullslides_tabs a {
/*
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
  text-decoration:none;
  */
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
/*    border-radius: 15px 15px 15px 15px; */
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3) inset;
    display: inline-block;
    height: .6em;
    overflow: hidden;
    text-indent: -9999px;
    width: 1.2em;

  }

.rslides_tabs li:first-child, .fullslides_tabs li:first-child {
  margin-left: 0;
  }

.rslides_tabs .rslides_here a, .fullslides_tabs .fullslides_here a {
	background: none repeat scroll 0 0 rgba(246, 0, 102, 0.8);
}


.rslides .caption {
    background: rgba(0,0,0,.5);
    bottom: 0;
    color: #fff;
    display: block;
    font-size: 1em;
    left: 0;
    margin: 0;
    max-width: none;
    padding: .3em .5em;
    position: absolute;
    right: 0;
    text-shadow: none;
    z-index: 2;
}

.rslides .caption .date {
		color:#ff0;
		margin-bottom:.5em;
		font-family: 'roboto_condensed_regular',sans-serif;
		font-size: 1.2em;

	}
	
.rslides .caption P {
	color: #fff;
	font-family: 'roboto_condensed_regular',sans-serif;
}

.rslides A:link, .rslides A:visited {
		color: #fff !important;
	}


/************ settings for full-view ****************/

@media only screen and (min-width: 699px) {
	
	.rslides_tabs, .rslides img {
	  width: 100%;
	}

	.rslides .caption {				
		bottom: 20px;
		left: 20px;
		right: 200px;
		background: rgba(0,0,0,.5);
		color: #444;
		padding: 10px;		
	}	
	
	
}

/***********************************************************/
