/* Carousel*/
.carousel,
.item,
.active {
	height: 500px;
}
.carousel-inner {
	height: 100%;
}
.headline-principal {
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	text-align: center;
	color: #fff;
}
.headline {
	position: absolute;
	bottom:15%;
	left: 50%;
	transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	text-align: center;
	color: #fff;
}
.headline-cobalto {
	display: block;
	margin: 0 auto 20% auto;
    max-width: 500px;
}

.headline h1 {
	font-size: 3.5em;
	text-transform: uppercase;
	margin-bottom: 20%;
}
.btn-slider {
	border: solid 2px #fff;
	border-radius: 0;
	background-color: transparent;
	color: #fff;
	padding: 15px 45px;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: 700;
	-o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
}
.btn-slider:hover {
	background-color: #fff;
	color: #ddeb00;
	text-decoration: none;
}

@media (min-width: 768px) {
   .carousel-caption p {
	margin-bottom: 20px;
	font-size: 21px;
	line-height: 1.4;
  }
}

/* --------------------------------------
   Media Queries
   -------------------------------------- */

/* Portrait & landscape phone */
@media (max-width: 480px) {
	.headline-cobalto {
		margin: 0 auto 30% auto;
	    max-width: 250px;
	}
	.headline {
		top: 40%;
	}
	.headline h1 {
		font-size: 2em;
		text-transform: uppercase;
		margin-bottom: 30%;
	}
}

/* Landscape phone to portrait tablet */
@media (max-width: 768px) {
	
}