.carousel {
	position: relative;
	z-index: 1;
	top: -61px;
	margin-bottom: -61px;/*height: 100% !important;*/
  /*background-color:#f0f;
  padding-bottom:10px;*/
}
/*@media (max-width: 768px) {
.carousel {
  height: 100% !important;
 
}
}
@media (max-width: 992px) {
.carousel {
  height: 312px;
 
}
}*/

.carousel .item img {
	width: 100%;/*height: 100%;*/
}
.item {
/*height: 100%;*/
}
.active {
/*height: 100%;*/
}
.carousel-inner {
	/*height: 100%;*/
	width: 100%;
}
.carousel-inner > .item {
	height: 100%;
	opacity: 0;
	top: 0;
	left: 0;
	width: 100%;
	display: block;
	position: absolute;
	z-index: 0;
	-webkit-transition: none;
  transition: none;
	-webkit-transform: translate3d(0, 0, 0) !important;
	transform: translate3d(0, 0, 0) !important;
}
.carousel-inner > .item:first-of-type {
	position: relative;
}
.carousel-inner > .active {
	opacity: 1;
	z-index: 3;
}
.carousel-inner > .next.left {
	-webkit-transition: opacity 0.6s ease-in-out;
	transition: opacity 0.6s ease-in-out;
	opacity: 1;
	left: 0;
	z-index: 2;
}
.carousel-inner > .prev.right {
	-webkit-transition: opacity 0.6s ease-in-out;
	transition: opacity 0.6s ease-in-out;
	opacity: 1;
	left: 0;
	z-index: 2;
}
.carousel-inner > .active.left {
	z-index: 1;
}
.carousel-inner > .active.right {
	z-index: 1;
}
.carousel-control {
	color: #ffffff;
	font-size: 80px;
	display: block;
	position: absolute;
	padding-top: 15%;
	z-index: 5;
	z-index: 4;
}
.carousel-control.right {
	background-image: none;
	right: 0 !important;
	padding-left: 40px !important;
}
.carousel-control.left {
	background-image: none;
	padding-right: 40px !important;
}
.carousel-caption {
	position: absolute;
	z-index: 2;
	font-weight: 800;
	color: #ffffff;
	text-shadow: 2px 2px 0px #000000;
	text-align: left;
	left: 50px;
	bottom: 25px;
	padding: 0 0 0 10px;
}
.carousel-caption a, .sliderlinktext {
	/*opacity: 0.7;*/
	color: #ffffff;
	font-size: 25px;
}
 @media (min-width: 768px) {
.carousel-caption a, .sliderlinktext {
	font-size: 50px;
}
}
.carousel-caption a:hover {
	opacity: 0.9;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
}
.carousel-indicators {
	position: absolute;
	bottom: 10px;
	right: 0;
	left: 0;
	width: 100%;
	z-index: 15;
	margin: 0;
	padding: 0;
}
.carousel-indicators li {
	cursor: pointer;
	/* background-color: #969696;
  border: none;*/
	padding-left: 0;
}
.carousel-indicators .active {
	background-color: #c91020;
	border: none;
}
@media (max-width: 767px) {
.carousel {
	top: -30px;
	margin-bottom: -30px;
}
}
@media only screen and (max-width: 767px) {
.carousel .carousel-control {
	display: none !important;
}
.carousel-caption {
	left: 15px;
	margin-bottom: -20px;
}
.carousel-caption a {
	font-size: 30px;
}
.carousel-indicators {
	/*display: none !important;*/
	bottom: 0px;
}
}
@media only screen and (max-width: 320px) {
.carousel-caption a {
	font-size: 20px;
}
}
