.carousel {
 /* height: 500px;
  margin-bottom: 60px;*/
  
}
.carousel-caption {
  z-index: 10;
}
.carousel-caption h1{
	font-size: 35px;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 100%;
	-moz-text-shadow:  0px  0px 4px #000;
  -webkit-text-shadow:  0px  0px 4px #000;
  text-shadow:  0px  0px 4px #000;
}
.carousel-caption h1 span{
	font-size: 18px;
	line-height: 100%;
	font-weight: 400;
	display: block;
}
.carousel-caption p{	
	display: none;
}
.carousel .item {
  /*height: 500px;
  background-color: #777;*/
}
.carousel-inner > .item > img {
  /*position: absolute;
  top: 0;
  left: 0;*/
  min-width: 100%;
  /*height: 500px;*/
}
.prestigia-arr-right{
	background-image: url(/app/2/images/arrow-right.png);
	background-repeat: no-repeat;
	background-position: right center;
	height: 100%;
	width: 43px;
	opacity: 0.8;
	display: inline-block;
	padding-top: 50%;
}
.prestigia-arr-left{
	background-image: url(/app/2/images/arrow-left.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 100%;
	width: 43px;
	opacity: 0.8;
	display: inline-block;
	padding-top: 50%;
}
.carousel-control:hover .prestigia-arr-left{
	background-position: right center;
}
.carousel-control:hover .prestigia-arr-right{
	background-position: left center;
}
.carousel-indicators{
	display: none;	
}
@media (min-width: 768px) {
	.carousel-caption h1{
		font-size: 45px;	
	}
	.carousel-caption h1 span{ 
		font-size: 30px; 	
	}
  .carousel-caption p {
	margin-bottom: 20px;
	font-size: 22px;
	line-height: 1.4;
	display: block;
	text-transform: none;
	font-weight: 200;
	-moz-text-shadow:  0px  0px 2px #000;
  -webkit-text-shadow:  0px  0px 2px #000;
  text-shadow:  0px  0px 2px #000;
  }

}

@media (min-width: 992px) {
	.carousel-caption h1{
		font-size: 65px;	
	}
	.carousel-caption h1 span{ 
		font-size: 40px; 	
	}
}
