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

#home {
	top: 250px;		
}

.carousel .carousel-caption div h3 { font-family: 'Open Sans'; font-size: 70px; padding-left: 20px; line-height: 50px; color:#bd771f; margin-top: -300px;}
.carousel .carousel-caption h3,.carousel h4{ margin-bottom: 15%; }

.carousel-control-next > i,
.carousel-control-prev > i {
	font-size: 30px;
}

.caption {
	margin-top: -400px !important;	
}

.carousel-caption {
  	position: absolute;
  	top: 50%;
 	margin-top: -104px;
  	left: 0;
  	right: 0;
  	text-align: center;
  	z-index: 15;
  	font-size: 18px;
  	font-weight: 300;
  	color: #fff;
  	padding-left: 100px;
  	padding-right: 100px;
}

.carousel-caption > h1{
	marging-top: 250px;	
	color: #fff;
}

.carousel-text {
	display: block;
	position: absolute;
	top: 25%;
	width: 100%;
	z-index: 999;
}
.carousel-text h2 {
	background: none repeat scroll 0 0 #fff;
	color: rgb(0, 30, 34);
	display: inline-block;
  	text-transform: uppercase;
	padding: 0.3125em 0.625em;
	font-size: 2em;
}
.carousel-text p {
	background: none repeat scroll 0 0 rgba(0, 30, 34, 0.85);
	color: #fff;
	display: inline-block;
	font-size: 1.2em;
	padding: 0.625em 0.8em;
}

.carousel-caption h4 {
	font-style: italic; 
	margin-top: 600px;
}

.carousel-caption span { 
	margin-top: 300px;
	position: absolute;
}

#carouselControls {
  overflow: hidden;
  position: relative;
}

#carouselControls .fa-angle-down {
  position: absolute;
  left: 50%;
  bottom: 50px;
  color: #fff;
  display: inline-block;
  width: 24px;
  margin-left: -12px;
  font-size: 24px;
  line-height: 24px;
  z-index: 999;
  /*-webkit-animation: bounce 3000ms infinite;
  animation: bounce 3000ms infinite;*/
}

.fill-img {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.overlay {
	position:absolute;
	z-index:1;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color: rgba(0,0,0, 0.3);
}

.overlaytourism {
	position:absolute;
	z-index:1;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color: none !important;
}