/* Estilos para proyecto Parque Laghi Mobile
-------------------------------------------------- */
body {
  color: #5a5a5a;
  font-family: 'oregon_ldo_bookregular', sans-serif;
  background: #4d4d4d;
}

/* Font Open Sans
-------------------------------------------------- */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);

::selection{background:#ddd;color:#333;}
::-moz-selection{background:#ddd;color:#333;}

/*reset*/
.no-border{border: none !important;}
.clear{clear: both;}
.nomargin{margin:0;}
.fl-right{float:right;}

/* Logo
-------------------------------------------------- */
a.brand{
	background: url('../img/logo.png') no-repeat;
	width: 170px;
	height: 116px;
	text-indent: -9000px;
	display: block;
	margin: 20px auto;
}

/* Tipografía
-------------------------------------------------- */
h2{
	color: #fff;
	font-weight: 300;
}
h3{
	color: #fff;
	font-weight: 300;
	font-size: 1.4em;
	line-height: 1.2em;
	margin: 30px 0;
}
p{
	color: #fff;
	margin-bottom: 60px;
	text-align:justify;
}

/* Slogan "Inspirados 100% en ti"
-------------------------------------------------- */
h2.slogan{
	text-align: center;
	color: #fff;
}

/* Menú
-------------------------------------------------- */
ul.menu{
	margin: 20px;
}
ul.menu li{
	list-style: none;
	font-weight: 300;
}
ul.menu li a{
	display: block;
}

/* Botones Menú
-------------------------------------------------- */
.menu .btn{
	color: #fff;
	border-radius: 3px;
	border: none;
	text-shadow:none;
	margin-top: 5px;
	box-shadow: none;
	background: #464646 url('../img/arrow.png') no-repeat 97% 50%;
}
.menu .btn:hover{
	background: #333 url('../img/arrow.png') no-repeat 97% 50%;
	color: #37b651;
	border-radius: 0;
}

/* Forms
-------------------------------------------------- */
.content label{
	color: #fff;
	font-family: 'Open Sans', sans-serif;
}
.content input{
	width: 96%;
	font-family: 'Open Sans', sans-serif;
}
.content input[type="submit"]{
	color: #fff;
	border-radius: 3px;
	border: none;
	text-shadow: none;
	margin-top: 10px;
	margin-bottom: 60px;
	box-shadow: none;
	background: #464646 url('../img/arrow.png') no-repeat 97% 50%;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	line-height: 20px;
	padding: 11px 19px;
	font-size: 17.5px;
	width: 96%;
}
.content select{
	width: 100%;
	font-family: 'Open Sans', sans-serif;
}
.content input[type="submit"]:hover{
	background: #333 url('../img/arrow.png') no-repeat 97% 50%;
}

.content textarea{
	font-family: 'Open Sans', sans-serif;
	width: 96%;
	min-height: 150px;
	margin-top: 10px;
}

/* Carrusel Fade
-------------------------------------------------- */
.carousel.carousel-fade .item {
  -webkit-transition: opacity 2s ease-in-out;
  -moz-transition: opacity 2s ease-in-out;
  -ms-transition: opacity 2s ease-in-out;
  -o-transition: opacity 2s ease-in-out;
  transition: opacity 2s ease-in-out;
}
.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
  left: 0;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
}
.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
  left: 0;
  z-index: 1;
}

.carousel.carousel-fade .carousel-control {
  z-index: 3;
}

/* Footer > Menú Secundary
-------------------------------------------------- */
ul.menu-secondary{

}
ul.menu-secondary li{
	list-style: none;
	text-align: center;
}
ul.menu-secondary li a{
	background: #2b2b2b;
	color: #fff;
	display: block;
	width: 20%;
	float: left;
	margin: 0 5px;
	padding: 10px;
}
ul.menu-secondary li a:hover{
	background: #000;
	text-decoration: none;
}

/* Content
-------------------------------------------------- */
.content{
	margin: 0;
}

/* Carousel Slide
-------------------------------------------------- */
.carousel{
	margin-bottom: 60px;
}

/* Slide Galerias, Equipamiento
-------------------------------------------------- */
.galerias .carousel-indicators,
.equipamiento .carousel-indicators{
	display: none;
}

/* Footer > Logo ICQ
-------------------------------------------------- */
.logo-icq{
	display: block;
	margin: 0 auto;
	padding-bottom: 30px;
}

/* Footer > Párrafo Dirección
-------------------------------------------------- */
p.direccion{
	color: #fff;
	text-align: center;
	margin:20px 0 40px 0;
}

/* Modal
-------------------------------------------------- */
.content-modal{
	padding: 20px;
}
.close{
	margin: 0px 5px;
}