.main-container {
  padding: 40px 15px;
}
.wrap-slide-comp {
	padding-left: 0px;
	padding-right: 0px;
}
.carousel-indicators {
	bottom: -38px;
}
.carousel-control.right,
.carousel-control.left {
	background-image: none;
}
.carousel .item {
	width:100%;
	background-color: #fff;
}

.carousel .item img {
	margin: auto;
}

.carousel-caption h3 {
	font-family: 'nexaslabw01-boldregular';
	font-size: 3em;
	color: #532619;
}
.carousel-caption p {
	color: #532619;
	text-shadow: none;
	font-size: 1.3em;
	margin-top: 30px;
}
.carousel .icon-container {
	display: inline-block;
	font-size: 25px;
	line-height: 25px;
	padding: 1em;
	border-radius: 50%;
}
.carousel-caption a {
	margin-top: 1em;
}

/* Animation delays */

.carousel-caption h3 {
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}
.carousel-caption p {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}
.carousel-caption a {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}
.carousel-caption img {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	width: 100%;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
	.carousel-caption img {
		height: auto;
		width: 100%
	}
}
