body,html {
	width: 100%;
	height: 100%;
}

body {
	font-family: 'OpenSans-Light';
	color: white;
	padding-top: 73px;
}

.content > div > div.row {
	min-width: 1000px !important;	
	max-width: 1000px !important;
}

.wrapper {
	min-width: 1000px !important;	
}

/* HEADER */
.header {
	height:73px;
	padding-top: 5px;
	background-color: white;
	position: fixed;
	top: 0px;
	width: 100%;
	-webkit-box-shadow: 0px 9px 21px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 9px 21px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 9px 21px 0px rgba(0, 0, 0, 0.25);
	z-index: 10;
}


.header-nav li {
	list-style: none;
	float: left;
	text-align: center;
	border-right: 1px solid #e1e1e0;
}

.header-nav li a {
	font-size: 15px;
	color: #1f7d82;
	display: block;
	padding-right: 15px;
	padding-left: 15px;
	font-weight: bold;
	text-transform: uppercase;
}

.header-nav li.last {
	border: none;
}

/* CONTENT */

.to-top {
	background: url("../images/icon-to-top.png");
	width: 67px;
	height: 67px;
	display: block;
	position: fixed;
	left: 50%;
	bottom: 30px;
	margin-left: 510px;
	filter: alpha(opacity=70);
	opacity: 0.7;

}

[class*="content-"] p {
	color: white;
	font-size: 12px;
	line-height: 28px;
}

.content-home {
	background: url("../images/content-bg-home.jpg") center top;
	height: 814px;
}

.content-projeto {
	background: url("../images/content-bg-projeto.jpg") center top;
	height: 885px;
}

.content-projeto img {
	border-color: #0a454a !important;
}

.content-projeto .gallery img {
	border: 10px solid #0a454a;
}

.content-vantagens {
	background: url("../images/content-bg-vantagens.jpg") center top;
	height: 886px;
	padding-top: 390px;
}

.content-shopping {
	background: url("../images/content-bg-shopping.jpg") center top;
	height: 884px;
	padding-top: 50px;
}

.content-shopping p {
	color: #292929;
}

.content-localizacao {
	background: url("../images/content-bg-localizacao.jpg") center top;
	height: 885px;
	padding-top: 50px;
}

.content-contato {
	background: url("../images/content-bg-contato.jpg") center top;
	height: 887px;
	padding-top: 380px;
}

.content-contato ul li img {
	margin-right: 10px;
	float: left;
}

.content-contato ul li {
	list-style: none;
	min-height: 60px;
	padding-top: 10px;
}

.content-contato ul li span {
	display: block;
	float: left;
	padding-top: 8px;
}

#gmaps {
	height: 350px;
	border: 10px solid white;
}

/* FORM */
.form-ajax input[type='text'] {
	height: 50px;
	background: transparent !important;
	border: 1px solid white;
	padding-left: 30px;
	color: white;
}

.form-ajax textarea {
	background: transparent !important;
	border: 1px solid white;
	height: 120px;
	padding-left: 30px;
	color: white;
}

button {
	background: none !important;
	color: #26989e;
	text-decoration: underline;
	font-family: 'open_sansextrabold';
	border: none;
	text-transform: uppercase;
	padding: 0px !important;
}

::-webkit-input-placeholder {
   color: white;
}

:-moz-placeholder {
   color: white;
}

::-moz-placeholder {
   color: white;
}

:-ms-input-placeholder {  
  color: white;
}
