/* Custom Elastislide Styling */

.demo-1 .elastislide-horizontal {
	padding: 10px 37px;
	border-radius: 10px/90px;
	box-shadow: 
		0 1px 3px rgba(0, 0, 0, 0.1), 
		inset -2px 0 3px 2px rgba(255, 255, 255, 0.6), 
		inset 2px 0 3px 2px rgba(255, 255, 255, 0.6), 
		inset -10px 0 10px 1px rgba(155, 155, 155, 0.1), 
		inset 10px 0 10px 1px rgba(155, 155, 155, 0.1);
}

.demo-1 .elastislide-wrapper:before,
.demo-1 .elastislide-wrapper:after{
	content: '';
	position: absolute;
	z-index: -2;
	bottom: 15px;
	left:  20px;
	width: 50%;
	height: 20%;
	border-radius: 10px/90px;
	box-shadow: 0 15px 10px rgba(0,0,0,0.7);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
}

.demo-1 .elastislide-wrapper:after {
	right: 20px;
	left: auto;
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	transform: rotate(3deg);
}

.demo-2 .elastislide-vertical {
	max-width: 170px;
	padding: 37px 10px;
	border-radius: 90px/10px;
	box-shadow: 
		0 1px 3px rgba(0, 0, 0, 0.1), 
		inset -2px 0 3px 2px rgba(255, 255, 255, 0.6), 
		inset 2px 0 3px 2px rgba(255, 255, 255, 0.6), 
		inset 0 -10px 10px 1px rgba(155, 155, 155, 0.1), 
		inset 0 10px 10px 1px rgba(155, 155, 155, 0.1);
}

.demo-2 .elastislide-vertical:before {
	top: 30px;
	bottom: 30px;
	left: 0;
	right: 0;
	content: " ";
	position: absolute;
	z-index: -2;
	box-shadow: 0 0 15px rgba(0,0,0,0.6);
	border-radius: 20px/160px;
}

.demo-2 .elastislide-vertical:after {
	content: " ";
	position: absolute;
	z-index: -2;
}

.demo-3 .elastislide-horizontal {
	background-color: #000;
	padding: 30px 60px;
}

.no-touch .demo-3 .elastislide-horizontal {
	opacity: 0.8;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

.no-touch .demo-3 .elastislide-horizontal:hover {
	opacity: 1;
}

.demo-3 .elastislide-wrapper nav span {
	background-color: #000;
}

.demo-3 .elastislide-carousel ul li a{
	padding: 0 10px;
}

.demo-3 .elastislide-carousel ul li a img {
	border-radius: 10px;
	border: none;
}

.demo-4 .elastislide-horizontal {
	background-color: transparent;
	border-radius: 20px 20px 0 0;
}

.demo-3 .elastislide-horizontal.elastislide-loading,
.demo-4 .elastislide-horizontal.elastislide-loading {
	background-image: url(../images/loading_dark.gif);
}

.demo-4 .elastislide-carousel ul li a{
	padding: 2px;
}

.demo-4 .elastislide-carousel ul li a img {
	border-radius: 10px;
	border: none;
	box-shadow: 0 1px 2px #000;
}

.demo-4 .elastislide-wrapper nav span {
	background-color: #666;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.2);
}

.demo-4 .image-preview img {
	border-radius: 0 0 20px 20px;
	max-width: 100%;
	display: block;
}

.demo-4 .elastislide-carousel ul li.current-img a img {
	box-shadow: 0 0 3px 2px rgba(62,235,255,0.8);
}
.demo-1 .elastislide-horizontal{
	max-width:590px;
	min-width:579px;	
	position:relative;
	}
	#textos {
	max-width:590px;
	min-width:579px;	
	position:relative;
}
@media screen and (max-width: 460px) {
	.demo-3 .elastislide-horizontal {
		padding: 10px 40px;
	}
}
@media	only screen and (max-device-width:320px) and (max-device-height:640px){
	.main {
	width: 310px;
	padding: 0 10px;
	margin: 0 auto;
	left:-17%;
	position: relative;
}
#textos {
	width:260px;
	position:relative;
	max-height:590px;
	min-height:490px;
	float:left;
	height:700px;
	top:15%;
	left:-1%;
	padding-top:2%;
	color:#333333;
}
.main > header {
	padding: 40px 0;
}

.main > header h1 {
	font-size: 19px;
	margin: 0;
	color: #333333;
	float: left;
}

.main > header h1 span {
	display: block;
	font-size: 20px;
	font-weight: 300;
}

.main p {
	padding: 30px 0 0;
	text-align: center;
	font-weight: 100;
	font-size:8px;
	line-height: 22px;
}
}
@media	only screen and (max-device-width:640px) and (min-device-width:480px) and (max-device-height:320px){
	.main {
	width: 310px;
	padding: 0 10px;
	margin: 0 auto;
	left:-17%;
	position: relative;
}
#textos {
	width:260px;
	position:relative;
	max-height:590px;
	min-height:490px;
	float:left;
	height:700px;
	top:15%;
	left:-1%;
	padding-top:2%;
	color:#333333;
}
.main > header {
	padding: 40px 0;
}

.main > header h1 {
	font-size: 19px;
	margin: 0;
	color: #333333;
	float: left;
}

.main > header h1 span {
	display: block;
	font-size: 20px;
	font-weight: 300;
}

.main p {
	padding: 30px 0 0;
	text-align: center;
	font-weight: 100;
	font-size:8px;
	line-height: 22px;
}
}
@media	only screen and (max-width:480px) {
	.demo-1 .elastislide-horizontal{
	float:left;
	right:3px;
	max-width:420px;
	min-width:200px;	
	position:relative;
	}
	#textos {
	max-width:420px;
	min-width:200px;
	width:100%;
	position:relative;
	float:left;
	height:auto;
	top:15%;
	padding-top:2%;
	color:#333333;
}
	
}
@media	only screen and (max-device-width:480px) {
	.demo-1 .elastislide-horizontal{
	float:left;
	right:3px;
	max-width:420px;
	min-width:200px;	
	position:relative;
	}
	#textos {
	max-width:420px;
	min-width:200px;
	width:100%;
	position:relative;
	float:left;
	height:auto;
	top:15%;
	padding-top:2%;
	color:#333333;
}
	
}
@media	 (max-device-width:480px) {
	.demo-1 .elastislide-horizontal{
	float:left;
	right:3px;
	max-width:420px;
	min-width:200px;	
	position:relative;
	}
	#textos {
	max-width:420px;
	min-width:200px;
	width:100%;
	position:relative;
	float:left;
	height:auto;
	top:15%;
	padding-top:2%;
	color:#333333;
}
	
}
@media	only screen and (max-device-width:320px) {
	#textos {
	width:280px;
	position:relative;
	float:left;
	height:auto;
	top:15%;
	padding-top:2%;
	color:#333333;
}
	.demo-1 .elastislide-horizontal{
	float:left;
	right:3px;
	width:310px;
	position:relative;
	}
}
@media	 and (max-width:320px){
	#textos {
	width:280px;
	position:relative;
	float:left;
	height:auto;
	top:15%;
	padding-top:2%;
	color:#333333;
}
	.demo-1 .elastislide-horizontal{
	float:left;
	right:3px;
	width:310px;
	position:relative;
	}
}