.shadow {
	width: 100%;
	height: 168px;
	position: relative;
	margin-top: -110px;
	background: transparent url(../images/shadow.png) no-repeat bottom center;
	background-size: 100% 100%; /* stretches it */
	z-index: -1;
	display: none;
}

.sb-description h3 {
	font-size: 20px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

.sb-description h3 a {
	color: #4a3c27;
	text-shadow: 0 1px 1px rgba(255,255,255,0.5);
}

.nav-arrows {
	display: none;
}

.nav-arrows a {
	width: 42px;
	height: 42px;
	background: #cbbfae url(../images/nav.png) no-repeat top left;
	position: absolute;
	top: 50%;
	left: 2px;
	text-indent: -9000px;
	cursor: pointer;
	margin-top: -21px;
	opacity: 0.9;
	border-radius: 50%;
	box-shadow: 0 1px 1px rgba(255,255,255,0.8);
}

.nav-arrows a:first-child{
	left: auto;
	right: 2px;
	background-position: top right;
}

.nav-arrows a:hover {
	opacity: 1;
}

.nav-dots {
	text-align: right;
	position: absolute;
	top: 0;
	right: 5px;
	width: 20%;
	display: none;
	
}

.nav-dots span {
	font-size: 1.3em;
	line-height: 32px;
	display: block;
	margin: 3px;
	cursor: pointer;
	color: rgba(0,102,153,.7);
}

.nav-dots span:hover {
	color: rgba(0,102,153,1);
}

.nav-dots span.nav-dot-current {
	color: #CCC;
	cursor: default;
}

.nav-options {
	width: 70px;
	height: 30px;
	position: absolute;
	right: 70px;
	bottom: 0px;
	display: none;
}

.nav-options span {
	width: 30px;
	height: 30px;
	background: #cbbfae url(../images/options.png) no-repeat top left;
	text-indent: -9000px;
	cursor: pointer;
	opacity: 0.7;
	display: inline-block;
	border-radius: 50%;
}

.nav-options span:first-child{
	background-position: -30px 0px;
	margin-right: 3px;
}

.nav-options span:hover {
	opacity: 1;
}


@media (max-width: 480px){
	
	.nav-dots {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99999;
	width: 100%;
	height: 120px;
	background-color: rgba(255,255,255,1);
	text-align: right;
	padding: 15px 30px 0 0;
}

.nav-dots span {
	font-size: .9em;
	line-height: 32px;
	display: inline-block;
	padding: 0 2px;
}
	.sb-slider {
	width: 100%;
	min-width: 0;
	margin: 0 auto;
	padding: 120px 0 0 0;
	text-align: center;
	overflow: hidden;
}

.text-parrafo {
	width: 100%;
	margin: 15px 0;
	 background: rgba(255,255,255,1);
	display: block;
  font-size: .9em;
  padding: 10px 5%;
  text-decoration: none;
  color: rgba(30,71,123,1.00);
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: -5px;
  text-align: center;
}

}

@media (min-width: 481px) and (max-width: 920px) {
	
		.nav-dots {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99999;
	width: 100%;
	height: 60px;
	background-color: rgba(255,255,255,1);
	text-align: right;
	padding: 15px 30px 0 0;
}

.nav-dots span {
	font-size: 1em;
	line-height: 32px;
	display: inline-block;
	padding: 0 2px;
}
	.sb-slider {
	width: 100%;
	min-width: 920px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	overflow: hidden;
}
	.text-parrafo {
	width: 100%;
	margin: 15px 0;
	 background: rgba(204,204,204,.2);
	display: block;
  font-size: .9em;
  padding: 10px 5%;
  text-decoration: none;
  color: rgba(30,71,123,1.00);
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: -5px;
  text-align: center;
}
}

@media (min-width: 921px) and (max-width: 1024px) {
.nav-dots {
	font-size: .8em;
		width: 20%;
	height: 100%;
	background-color: rgba(255,255,255,1);
	z-index: 9999999;
}

.text-parrafo {
	width: 100%;
	margin: 15px 0;
	 background: rgba(204,204,204,.2);
	display: block;
  font-size: 1em;
  padding: 10px 5%;
  text-decoration: none;
  color: rgba(30,71,123,1.00);
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: -5px;
  text-align: center;
}

}

@media (min-width: 1025px) and (max-width: 1400px) {
.nav-dots {
	font-size: 1em;
		width: 20%;
	height: 100%;
	background-color: rgba(255,255,255,1);
	z-index: 9999999;
}

.text-parrafo {
	width: 100%;
	margin: 15px 0;
	 background: rgba(204,204,204,.2);
	display: block;
  font-size: 1em;
  padding: 10px 5%;
  text-decoration: none;
  color: rgba(30,71,123,1.00);
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: -5px;
  text-align: center;
}
}