@import url(http://fonts.googleapis.com/css?family=Passion+One);

@import
	url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700,400italic)
	;

@font-face {
	font-family: "Frutiger";
	src: url("../fonts/FrutigerLTStd-Bold_0.otf");
}

@media ( min-width : 1200px) {
	.container {
		max-width: 960px;
	}
}

body {
	color: #717171;
	font-family: "Passion One", cursive;
	font: 12px/18px Arial, Helvetica, sans-serif;
	font-weight: normal;
	background: #DDDDE5 url("../images/background.jpg") no-repeat scroll
		center 0;
}

.med-margin-top {
	margin-top: 15px;
}

.med-margin-left {
	margin-left: 15px;
}

.med-margin-bottom {
	margin-bottom: 15px;
}

.centered{
margin: 0 auto;
}

.error {
	color: red;
}

.high-margin-top {
	margin-top: 30px;
}

.whitetext {
	color: #FFFFFF;
}

.blacktext {
	color: #000000;
}

.redtext {
	color: #b30404;
}

h1, h2, h3, h4, h5, h6 {
	color: #FFFFFF;
	font-family: 'Passion One', cursive;
}

.slider-label {
	margin-top: 0px;
}

#header-logo {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0px,
		rgba(0, 0, 0, 0.5) 100%);
	background-repeat: repeat-y;
}

#map_canvas {
	height: 300px;
}

#banner-zona {
	background-color: #292929;
}

.carousel-indicators {
	bottom: 85%;
}

.slider-label {
	position: absolute;
	z-index: 15px;
	margin-top: -6%;
	width: 100%;
}

@media ( max-width : 768px) {
	.carousel-indicators {
		bottom: 80%;
	}

	.slider-label {
		margin-top: -10%;
		font-size: 15px;
	}
}