/* http://getbootstrap.com/customize/?id=54b10e05df01ca9f2c2a */

/* Init */

html, body { height: 100%; }

a, a:hover { text-decoration: none; }

ul { margin: 0; }

section {
	position: relative;
	width: 100%;
	height: 100%;
	background-size: cover !important;
	transform-style: preserve-3d;
}

.valign {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.transparent { opacity: 0; }

/* Nav */

#menu {
	width: 100%;
	z-index: 1000;
}

.menu-in {
	position: fixed;
	display: block;
	animation: fadeInDown 0.4s ease both;
}

.menu-hide { display: none; }

nav {
	position: relative;
	text-align: center;
}

nav li {
	display: inline-block;
	margin-left: -4px;
	vertical-align: top;
}

nav .diversao { background: #15978E; }
nav .condominio { background: #3FA180; }
nav .localizacao { background: #0ABBB9; }
nav .implantacao { background: #48AEA8; }
nav .contato { background: #64C191; }

nav li a {
	float: left;
	height: 46px;
	line-height: 46px;
	font-size: 18px;
	color: #fff;
	padding: 0 20px;
	transition: all 0.4s ease;
}

nav li a:hover,
nav li .current {
	height: 64px;
	line-height: 64px;
}

nav i {
	float: left;
	height: 46px;
	margin-right: 10px;
	transition: all 0.4s ease;
}

nav .i-nav-diversao {
	width: 42px;
	background: url(../images/i-nav-diversao.png) no-repeat;
}

nav .i-nav-condominio {
	width: 51px;
	background: url(../images/i-nav-condominio.png) no-repeat;
}

nav .i-nav-localizacao {
	width: 31px;
	background: url(../images/i-nav-localizacao.png) no-repeat;
}

nav .i-nav-implantacao {
	width: 42px;
	background: url(../images/i-nav-implantacao.png) no-repeat;
}

nav .i-nav-contato {
	width: 41px;
	background: url(../images/i-nav-contato.png) no-repeat;
}

nav li a:hover i,
nav li .current i {
	height: 64px;
	background-position: 0 -46px;
}

.toggle-menu {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	background: url(../images/i-toggle-menu.png) no-repeat;
}

.responsive-menu ul { display: none; }

.responsive-menu li {
	display: block;
	margin-left: 0;
}

.responsive-menu li a { width: 100%; }

.responsive-menu i { display: none; }

/* Início */

#inicio { background: url(../images/bg-inicio.jpg) no-repeat 50% 0 fixed; }

#inicio .logo {
	margin-bottom: 100px;
	text-align: center;
	animation: fadeInUp 0.8s ease both;
}

#inicio .down {
	position: relative;
	display: block;
	top: 0;
	left: 50%;
	width: 56px;
	height: 56px;
	margin-left: -28px;
	background: url(../images/bt-down-inicio.png) no-repeat;
	animation: fadeIn 0.8s ease 0.4s both;
	transition: transform 0.2s ease;
}

#inicio .down:hover { transform: translateY(10px); }

/* Home */

#home { background: url(../images/bg-home.jpg) no-repeat 50% 0 fixed; }

#home h4 {
	font-size: 34px;
	margin: 0 0 140px;
	text-align: center;
}

#home .down {
	position: relative;
	display: block;
	top: 0;
	left: 50%;
	width: 100px;
	height: 100px;
	margin-left: -50px;
	background: url(../images/bt-down-home.png) no-repeat;
	transition: transform 0.2s ease;
}

#home .down:hover { transform: translateY(10px); }

#home .animation-title { animation: fadeInUp 0.8s ease both; }

#home .animation-bt-down { animation: fadeIn 0.8s ease 0.4s both; }

/* Diversão */

#diversao { background: url(../images/bg-diversao.jpg) no-repeat 50% 0 fixed; }

#diversao h2 {
	font-size: 89px;
	color: #94fbc9;
	margin: 0 0 40px;
}

#diversao p {
	line-height: 35px;
	font-family: CentraleLight;
	font-size: 21px;
	margin-bottom: 48px;
}

#diversao .thumbs {}

#diversao .thumbs figure {
	position: relative;
	margin-bottom: 10px;
}

#diversao .thumbs img {
	width: 100%;
	border: solid 2px #fff;
}

#diversao .thumbs .ampliar {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/i-ampliar.png) no-repeat 50%;
	transition: all 0.4s ease;
}

#diversao .thumbs figure:hover .ampliar { opacity: 1; }

#diversao .lr { animation: fadeInLeft 0.8s ease both; }
#diversao .rl { animation: fadeInRight 0.8s ease 0.4s both; }

/* O Condomínio */

#condominio { background: url(../images/bg-condominio.jpg) no-repeat 50% 0 fixed; }

#condominio .control {
	position: absolute;
	top: 50%;
	width: 81px;
	height: 79px;
	background: url(../images/slide-controls.png) no-repeat;
	opacity: 0.4;
	transition: all 0.4s ease;
	z-index: 999;
}

#condominio .control.prev { 
	left: 10px;
	background-position: 0 0;
}

#condominio .control.next {
	right: 10px;
	background-position: -81px 0;
}

#condominio .control:hover { opacity: 1; }

#condominio .slide-item {
	width: 100%;
	text-align: center;
}

/* Localização */

#localizacao { background: url(../images/bg-localizacao.jpg) no-repeat 50% 0 fixed; }

#localizacao h4{
	font-size: 20px;
	text-align: center;
}

/* Contato */

#contato { background: url(../images/bg-contato.jpg) no-repeat 50% 0 fixed; }

#contato .container { width: 700px; }

#contato h2 {
	font-size: 55px;
	color: #94fbc9;
	margin: 0 0 70px;
}

#contato .row-form { margin-bottom: 20px; }

#contato .form-control { box-shadow: none; }

#contato .buttons {
	position: relative;
	top: -49px;
}

#contato .btn {
	height: 29px;
	line-height: 29px;
	border: none;
	border-radius: 5px;
	padding: 0 28px;
}

#contato .bt-limpar {
	background: url(../images/bt-limpar.jpg) repeat-x;
	color: #333;
	margin-right: 10px
}

#contato .bt-enviar {
	background: url(../images/bt-enviar.jpg) repeat-x;
	color: #fff;
}

#contato .bt-limpar:hover { background: #edb202; }

#contato .bt-enviar:hover { background: #3e782a; }

#contato textarea { height: 200px; }

#contato .contato-output {
	display: none;
	line-height: 32px;
	padding: 0 25px;
	background: #63C090;
	color: #fff;
	border-radius: 5px;
}

/* Footer */

footer {
	width: 100%;
	background: #173A3A;
	padding: 30px 0;	
}

footer .container {
	position: relative;
	width: 1040px;
}

footer h6 {
	font-family: CentraleBold;
	font-size: 16px;
	color: #94fbc9;
	margin: 0 0 40px;
}

footer .execucao { text-align: center; }

footer .box-vendas {
	display: inline-block;
	background: #fff;
	border: 1px solid #748989;
}

footer .box-vendas .link {
	float: left;
	margin: 0 20px;
}

footer .logo-oxigenio {
	position: absolute;
	top: 50%;
	right: 0;
	width: 71px;
	height: 17px;
	background: url(../images/logo-oxigenio.png) no-repeat;
	margin-top: -8px;
}