@charset "utf-8";

.carousel {
	background-color: hsla(213,23%,92%,1.00)
}


.carousel-inner > .item > a > img {
	-webkit-box-shadow: 1px 1px 5px 1px hsla(0,0%,0%,0.20);
	box-shadow: 1px 1px 5px 1px hsla(0,0%,0%,0.20);
}

  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 1.1s ease-in-out;
         -o-transition:      -o-transform 1.1s ease-in-out;
            transition:         transform 1.1s ease-in-out;
  }


.carousel-control {
	filter: alpha(opacity=0);
	opacity: 0;
}


.carousel-control:hover,
.carousel-control:focus {
  filter: alpha(opacity=0);
  opacity: 0;
}


.carousel-indicators {
  bottom: 0px;
}

.carousel-indicators li {
	width: 12px;
	height: 12px;
	background-color: rgba(255,255,255,0.30);
	border: 1px solid #002F82;
	border-radius: 12px;
}


.carousel-indicators .active {
  width: 14px;
  height: 14px;
  background-color: #fff;
}


@media (max-width:1200px){
	
.carousel-indicators li {
	width: 10px;
	height: 10px;
	border-radius: 10px;
}


.carousel-indicators .active {
  width: 12px;
  height: 12px;
}	
}


@media (max-width:1100px){
	
.carousel-indicators {
	bottom: -5px;
}	
}

@media (max-width:767px){
	
.carousel {
	visibility: hidden;
	height: 0px;
	width: 0px;
}
}
