
.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: inline;
}

.carousel-inner{
	background:transparent;
}

.carousel-control.left {
   background-image: none !important;
   background-color : none !important;
   background: none !important;
}

carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    height: auto;
    /*max-width: 100%;*/
    min-width: 100% !important;
}

.carousel-control.right {
   background-image: none !important;
   background-color : none !important;
   background: none !important;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    font-size: 45px;
    font-weight: normal;
}

.carousel-control{
	width: 10%;
	opacity: 0.7;
	color: #FFF;
	/* color: #4178be; */
	/*text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);*/
	/*text-shadow: 0 3px 4px rgba(0, 0, 0, 0.6);*/
	text-shadow:none;
}

.carousel-control:hover, .carousel-control:active, .carousel-control:focus{
	color: red;
	text-shadow: 0 3px 3px rgba(0, 0, 0, 1);
}

.row .carousel .carousel-indicators {
   /* bottom: 50px !important; */
   /* top: 0px !important; */ 
   /*   bottom: 315px !important;*/
        position: absolute;
		/*bottom: 35px;*/
		bottom: 0px;
		left: 41%;
		z-index: 15;
		width: 60%;
		padding-left: 0;
		/*margin-left: -30%;*/
		text-align: center;
		text-align: left;
		background-color: white !important;
		border-color: white !important;
}

@media (max-width: 375px) {
	.row .carousel .carousel-indicators {
		/*bottom: -30px;*/
	}
}

.carousel-indicators {
    bottom: 10px;
    left: 50%;
    list-style: outside none none;
    margin-left: -30%;
    padding-left: 0;
    position: absolute;
    text-align: center;
    width: 50%;
    z-index: 15;
}

.carousel-indicators li {
   /* background-color: rgba(0, 0, 0, 0); */
   background-color: #fff;
    border: 1px solid #4178be;
  	border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    height: 13px;
    width: 13px;
    margin: 10px;
    text-indent: -999px;

}
.carousel-indicators .active {
    background-color: #4178be;
    border: 1px solid #4178be;
    height: 13px;
    width: 13px;
    margin: 0;
    margin: 10px;
}


.row .carousel .carousel-caption {
   /* bottom: 50px !important; */
   /* top: 0px !important; */ 
   /*   bottom: 315px !important;*/
		top: 90%;
}

.glyphicon{

}

.glyphicon-chevron-left{
	background-color: transparent !important;
	/* background: none !important; */
}

.glyphicon-chevron-right{
	background-color: transparent !important;
	/* background: none !important; */
}

@media (max-width: 780px) {
	.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: 10px !important;
	}
	.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
   	 margin-right: 10px !important;
	}
}	


.carousel .xspCarouselItem {
    background-position:left center !important;
    background-size:contain !important;
    /*
    background-size:cover !important;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size:100% !important;
    */
    /* background-size:cover;
       background-size:contain;
     */
    /* background-repeat: no-repeat; */
}
