﻿.wrapper-thumb-carousel .carousel-indicators {
	margin: 10px 0 0;
	overflow: auto;
	position: static;
	text-align: center;
	white-space: nowrap;
	width: 100%;
	z-index: 30;
}

.wrapper-thumb-carousel .carousel-indicators > li {
	background-color: transparent;
	-webkit-border-radius: 0;
	border-radius: 0;
	display: inline-block;
	height: auto;
	margin: 0 !important;
	width: auto;
}

.wrapper-thumb-carousel .carousel-indicators > li > img {
	display: block;
	opacity: 0.5;
}

.wrapper-thumb-carousel .carousel-indicators > li.active > img {
	opacity: 1;
}

.wrapper-thumb-carousel .carousel-indicators > li:hover > img {
	opacity: 0.75;
}

.wrapper-thumb-carousel .carousel-outer {
	position: relative;
}

.wrapper-thumb-carousel .carousel-caption {
	position: relative;
	left: 0%;
	right: 0%;
	bottom: 0px;
	z-index: 10;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #fff;
	text-shadow: none;
	text-align: left;
}

.wrapper-thumb-carousel .carousel-caption > h5 {
	padding-left: 1.8em;
	font-size: 1em;
}

@media(max-width:767px) {
	.wrapper-thumb-carousel .carousel-caption > h1 {
		margin-top: 0px;
		margin-bottom: 0px;
		font-size: 1.6em;
		/*font-weight: 600;*/
	}
}

/*.wrapper-thumb-carousel .carousel {
    position: relative;
}*/

/*.wrapper-thumb-carousel .controllers {
    position: absolute;
    top: 1px;
	 left: 1px;
	 right: 1px;
}*/

.wrapper-thumb-carousel .carousel-control.left,
.wrapper-thumb-carousel .carousel-control.right {
	background-image: none;
	color: #e95420;
	z-index: 20;
	margin-top: 83px;
}

/*@media (max-width:576px) {
	.wrapper-thumb-carousel .carousel-indicators {
		top: 100px;
	}
}*/
