@charset "utf-8";

/* Iphone 4 da 0 a 320px*/
@media only screen and (min-width: 0px) {
	.rslides_tabs {
		height: 30px;
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		justify-content: center;
	}
	.rslides_tabs li {
		display: block;
		width: 10px;
		height: 10px;
		border-radius: 25px;
		background-color: #ccc;
		overflow: hidden;
		margin-left: 3px;
		margin-right: 3px;
		margin-top: 10px;
		webkit-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
		-moz-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
		box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
	}
	.rslides_tabs a {
		color: #ffffff00;
	}
	.rslides_here {
		background-color: rgba(0, 0, 0, 0.8) !important;
	}
}


/* da 321 a 480*/
@media only screen and (min-width: 321px) {}


/* da 481px a 768px*/
@media only screen and (min-width: 481px) {}


/* da 769px a 1200px*/
@media only screen and (min-width: 769px) {}