.main-container {
  padding: 0px 0px;
  height: 100%;
}
.carousel-indicators {
	bottom: 100px;
}
.carousel-control.right,
.carousel-control.left {
	background-image: none;
}
.carousel .item {
	min-height: 400px; 
	height: 100%;
	width:100%; 
}
.carousel-caption h3,
.carousel .icon-container,
.carousel-caption h3 {
	padding: 0px;
}
.carousel .icon-container {
	display: inline-block;
	font-size: 25px;
	line-height: 25px;
	padding: 1em;
	text-align: right;
	
	border-radius: 50%;
}
.carousel-caption {
    position: absolute;
    bottom: 150px;
    text-align: right;
    right: 100px;
    padding-right: 0px;
    z-index: 1;
}

.carousel,.item,.active{height:100%;}
.carousel-inner{height:100%;}

/* Animation delays */
.carousel-caption h3:first-child {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
/*.carousel-caption h3:nth-child(2) {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}*/
.carousel-caption button {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

.carousel-item{
    background-position: 50% 50%;background-repeat: no-repeat;background-size: 50% 50%;
}
.btn-map{
    color:#fff;
    background-color:rgba(238,116,33,1);
    border-color:#eea236
}