@charset "utf-8";
.color1{
	color:#0bc3a3
}

.anima1{
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out
}

.anima-transform{
	-webkit-transition-property:-webkit-transform;
	-moz-transition-property:-moz-transform;
	-o-transition-property:-o-transform;
	transition-property:transform
}

body{
	color:#fff;
	font-family:Lato,sans-serif;
	font-weight:300;
	text-align:center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover
}

html:before,html:after,body:before,body:after{
	content:"";
	background:#000;
	opacity:1;
	position:fixed;
	left:0px;

	top:0px;
	z-index:99;
	display:none
}

@media (min-width:768px){
	html:before,html:after,body:before,body:after{
		display:block
	}

}

html:before{
	height:7px;
	left:0;
	right:0;
	top:0;
	z-index:99
}

html:after{
	width:7px;
	top:0;
	right:0;
	bottom:0;
	z-index:99
}

body:before{
	height:7px;
	right:0;
	bottom:0;
	left:0;
	z-index:99
}

body:after{
	width:7px;
	top:0;
	bottom:0;
	left:0;
	z-index:99
}

a{
	color:#fff
}

.bg-mask{
	background:#000;
	opacity:.4;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:2
}

.bg-mask.bg-mask-dashed{
	background-image:url(../img/bg-mask-dashed.png)
}

.parallax-mask{
	width:100%!important;
	position:fixed;
	top:-50px;
	left:-20px;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	z-index:2!important
}

.parallax-mask-1{
	background-image:url(../img/layer1a.png);
	z-index:2!important
}

.parallax-mask-2{
	background-image:url(../img/layer2a.png);
	z-index:3!important
}

.page-background-container{
	position:fixed;
	top:0;
	left:0;
	overflow:hidden;
	width:100%;
	height:100%;
	z-index:2;
	background:#fff
}

.page-background{
	width:105%!important;
	position:fixed;
	left:0px;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	z-index:1
}

.bg-slideshow{
	z-index:0!important
}

.logo img{
	width:100%
}

.tleft{
	text-align:left
}

@media (min-width:240px){
	.tleft{
		text-align:center
	}

}

.tright{
	text-align:right
}

@media (min-width:240px){
	.tright{
		text-align:center
	}

}

.tcenter{
	text-align:center
}

.header{
	padding-top:50px;
	opacity:.8;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out
}

.header:hover{
	opacity:1
}

.header a{
	font-size:16px
}

a.header-link{
	margin-top:10px;
	font-size:14px;
	line-height:24px;
	display:inline-block;
	margin-left:5px;
	margin-right:5px;
	text-transform:uppercase;
	padding-left:10px;
	padding-right:10px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	border:1px solid transparent;
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out
}

@media (min-width:992px){
	a.header-link{
		font-size:18px;
		height:45px;
		line-height:45px
	}

}

a.header-link span.fa{
	width:0;
	text-align:center;
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
	overflow:hidden;
	margin-right:5px;
	margin-left:5px
}

a.header-link:hover{
	color:#fff;
	text-decoration:none;
	border:1px solid #0bc3a3;
	background:#0bc3a3
}

a.header-link:hover span.fa{
	width:30px
}

.header-left{
	text-align:right
}

.header-right{
	text-align:left
}

#body{
	position:relative;
	width:100%;
	top:0;
	left:0;
	z-index:9
}

p{
	font-size:16px
}

.logo-image{
	margin-top:10px;
	margin-bottom:10px;
	text-align-last:center;
	width:100%
}

.logo-image img{
	width:100%
}

@media (min-width:992px){
	.logo-image img{
		width:200px
	}

}

.menu-button{
	font-size:18px;
	text-transform:uppercase;
	position:absolute;
	top:20px;
	left:20px
}

.main-menu{
	margin-top:30px;
	margin-bottom:0
}

.background-phrase{
	font-size:60px;
	font-weight:900;
	letter-spacing:-2px;
	text-align:center;
	color:#fff;
	opacity:.15;
	position:absolute;
	z-index:3;
	top:20px;
	width:100%
}

@media (min-width:992px){
	.background-phrase{
		font-size:200px;
		line-height:200px;
		letter-spacing:-6px
	}

}

@media (min-width:1600px){
	.background-phrase{
		font-size:270px;
		line-height:270px;
		min-height:540px;
		margin-top:60px;
		top:10px
	}

}

.intro-content{
	position:relative
}

.main-container{
	text-shadow:1px 1px 2px rgba(0,0,0,.5);
	position:relative
}

.main-phrase{
	font-size:60px;
	letter-spacing:-2px;
	text-align:center;
	color:#fff;
	margin-bottom:20px;
	text-transform:uppercase;
	font-weight:200;
	margin-top:30px
}

@media (min-width:992px){
	.main-phrase{
		font-size:100px
	}

}

@media (min-width:1600px){
	.main-phrase{
		font-size:110px;
		line-height:120px;
		margin-top:80px;
		letter-spacing:-6px
	}

}

.mini-block{
	border:0;
	width:50px;
	margin:0 auto;
	border-top:5px solid #eee;
	margin-top:8px;
	margin-bottom:8px;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out
}

.secondary-phrase{
	text-align:center;
	font-size:24px;
	min-height:28px;
	font-weight:200;
	text-transform:lowercase
}

@media (min-width:992px){
	.secondary-phrase{
		width:400px;
		margin:0 auto
	}

}

.countdown-title{
	font-size:18px;
	margin-top:20px;
	opacity:.9;
	font-weight:200
}

@media (min-width:240px){
	.tags-slides{
		text-align:center
	}

	.tags-slides li{
		font-size:24px
	}

}

.btn{
	width:100%
}

.rodape{
	font-size:14px;
	margin-top:20px
}

@media (min-width:1200px){
	.rodape{
		margin-top:50px
	}

}

@media (min-width:992px){
	.rodape{
		margin-top:30px
	}

}

@media (min-width:240px){
	.rodape{
		font-size:13px;
		padding-left:30px;
		padding-right:30px
	}

}

input,textarea{
	font-size:16px!important;
	font-weight:700!important
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
	color:#888!important;
	font-style:italic
}

input:-moz-placeholder,textarea:-moz-placeholder{
	color:#888!important;
	font-style:italic
}

input::-moz-placeholder,textarea::-moz-placeholder{
	color:#888!important;
	font-style:italic
}

input:-ms-input-placeholder,textarea:-ms-input-placeholder{
	color:#888!important;
	font-style:italic
}

.title2{
	font-size:72px;
	font-weight:200!important;
	text-align:center;
	text-transform:uppercase;
	margin-top:0
}

.normal-section{
	background-color:transparent;
	padding-top:0;
	padding-bottom:0;
	margin-top:0!important;
	margin-bottom:0!important;
	text-align:center;
	color:#fff!important
}

.normal-section p{
	color:#fff!important
}

.normal-section:hover .mini-block{
	width:100px
}

.normal-section .mini-block{
	margin-bottom:40px
}

.contrast-section:before{
	content:"";
	display:block;
	height:97px;
	background:url(../img/section-top1.png) no-repeat center top transparent!important;
	background-color:transparent!important
}

.contrast-section:after{
	content:"";
	display:block;
	height:97px;
	background:url(../img/section-bot1.png) no-repeat center top transparent!important;
	background-color:transparent!important
}

.contrast-section{
	background-color:transparent;
	margin-top:10px!important;
	margin-bottom:0!important;
	padding-bottom:10px;
	color:#333!important
}

.contrast-section .title2{
	color:#0bc3a3!important;
	margin-top:0!important
}

.contrast-section p{
	color:#333
}

.contrast-section .contrast-section-wrapper{
	background:#fbfbfb
}

.contrast-section hr.mini-block{
	border-color:#0bc3a3!important;
	margin-bottom:40px
}

.contrast-section:hover .mini-block{
	width:100px
}

.feature{
	margin-top:10px
}

.feature-icon{
	background:#0bc3a3;
	margin:0 auto;
	width:100px;
	height:100px;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
	color:#fff;
	line-height:100px;
	text-align:center;
	font-weight:700;
	font-size:42px
}

.feature-title{
	color:#fff;
	font-size:18px;
	text-transform:uppercase;
	font-weight:700
}

.bot-content{
	margin-top:0;
	padding:0;
	color:#0bc3a3;
	text-shadow:0!important
}

.subscribe-text{
	text-align:center;
	margin-bottom:20px
}

.subscribe-text p{
	text-align:center;
	font-size:18px;
	font-weight:300px
}

@media (min-width:992px){
	.no-padding{
		padding:0!important
	}

}

@media (min-width:992px){
	.no-padding-right{
		padding-right:0!important
	}

}

.form-subscribe{
	height:45px;
	margin-bottom:10px!important
}

.btn-default{
	background:none!important;
	border:0!important;
	color:#fff;
	display:inline-block;
	height:45px;
	line-height:45px;
	font-weight:700;
	padding-top:0;
	padding-bottom:0;
	text-transform:uppercase;
	font-weight:300;
	margin-bottom:8px;
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out
}

@media (min-width:992px){
	.btn-default{
		font-size:14px
	}

}

@media (min-width:240px){
	.btn-default{
		width:100%
	}

}

.btn-default:hover{
	color:#fff;
	background:#0bc3a3!important;
	border:0!important
}

.btn-default:hover .btn-ico{
	width:0
}

.btn-subscribe{
	background:#0bc3a3!important;
	color:#fff!important;
	border:0!important;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out
}

.btn-subscribe:hover{
	background:#00b292!important
}

.btn-ico{
	width:15px;
	margin-right:5px;
	overflow:hidden;
	text-align:center;
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out
}

.about-us-button{
	display:block;
	background:transparent;
	border:1px solid transparent;
	border-bottom:0;
	color:#fff!important;
	text-shadow:0 0 0!important;
	font-size:16px;
	text-transform:uppercase;
	width:150px;
	height:55px;
	padding-top:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	position:absolute;
	bottom:10px;
	left:50%;
	margin-left:-75px;
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
	opacity:.8
}

.about-us-button:hover{
	opacity:1;
	height:58px;
	color:#fff!important;
	text-decoration:none;
	border-color:#0bc3a3;
	background:#0bc3a3
}

.about-us-button:active{
	color:#fff!important
}

.about-us-text{
	height:312px;
	border-bottom:1px solid #eee
}

.about-us-text::first-letter{
	display:block;
	float:left;
	border:1px solid #ccc;
	font-size:28px;
	padding:10px;
	padding-bottom:0;
	padding-top:0;
	margin-right:5px;
	font-weight:700
}

.about-content{
	margin-bottom:20px;
	margin-top:0
}

.about-image{
	text-align:center
}

.about-image img{
	width:100%;
	-webkit-border-radius:0 20px 20px;
	-moz-border-radius:0 20px 20px;
	border-radius:0 20px 20px;
	margin-bottom:10px
}

.form-group{
	margin-bottom:5px;
	position:relative
}

.form-group input[type=text],.form-group input[type=email]{
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	height:40px
}

.form-group textarea{
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	width:100%!important;
	height:130px!important
}

.form-group .btn-default{
	background:#0bc3a3!important;
	color:#fff!important;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	width:100%;
	border:0 solid #00b292!important
}

.form-group .btn-default:hover{
	background:#00b292!important;
	border:0 solid #0bc3a3!important;
	color:#fff!important
}

.form-send input{
	font-weight:200!important;
	-webkit-border-radius:5px!important;
	-moz-border-radius:5px!important;
	border-radius:5px!important
}

.contact-section p{
	font-weight:200
}

#footer{
	background:#111;
	text-align:center;
	padding-bottom:20px;
	margin-top:40px
}

#footer .mini-block{
	border-top:2px solid #fff;
	opacity:.8
}

.social-nav{
	text-align:center;
	height:45px;
	margin-top:20px;
	margin-bottom:20px
}

.social-nav a{
	display:inline-block;
	border:1px solid #fff;
	color:#fff;
	margin-right:5px;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
	width:40px;
	height:40px;
	line-height:40px;
	font-size:18px;
	text-align:center;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
	-webkit-transition-property:-webkit-transform;
	-moz-transition-property:-moz-transform;
	-o-transition-property:-o-transform;
	transition-property:transform
}

.social-nav a:hover{
	background:#0bc3a3;
	border:0;
	color:#fff;
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-o-transform:rotate(360deg)
}

#page-loader{
	width:100%;
	height:100%;
	background:#000;
	color:#fff;
	position:fixed;
	top:0;
	left:0;
	z-index:9999
}

.loading-wrapper{
	width:200px;
	position:fixed;
	top:40%;
	left:50%;
	margin-left:-100px
}

.loading-logo-wraper{
	width:200px;
	margin:0 auto;
	margin-bottom:20px;
	margin-top:20px
}

.loading-logo-wraper img{
	width:100%
}

.tp-loader{
	z-index:10000;
	position:relative
}

.tp-loader.spinner{
	width:30px;
	height:30px;
	margin:0 auto;
	margin-bottom:10px;
	background-color:none;
	border:2px solid #fff;
	box-shadow:0 0 20px 0 rgba(0,0,0,.15);
	-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,.15);
	-webkit-animation:tp-rotateplane .8s infinite ease-in-out;
	animation:tp-rotateplane .8s infinite ease-in-out;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px
}

@-webkit-keyframes tp-rotateplane{
	50%{
		-webkit-transform:rotate(180deg)
	}

	100%{
		-webkit-transform:rotate(180deg)
	}

}

@keyframes tp-rotateplane{
	0%{
		transform:rotate(0deg);
		-webkit-transform:rotate(0deg)
	}

	50%{
		transform:rotate(180.1deg);
		-webkit-transform:rotate(180.1deg)
	}

	100%{
		transform:rotate(180.1deg);
		-webkit-transform:rotate(180.1deg)
	}

}

label.error{
	color:#fff;
	background:#333;
	white-space:nowrap;
	padding:8px;
	border-radius:5px;
	position:absolute;
	top:-5px;
	font-weight:200;
	right:-20px
}

.contact-feedback{
	text-align:center;
	color:#333;
	font-size:22px;
	padding:10px
}

.contact-content{
	margin-top:30px
}

#countdown{
	margin-bottom:60px;
	margin-top:20px;
	font-size:14px;
	text-align:center
}

@media (min-width:768px){
	#countdown{
		font-size:20px
	}

}

#countdown .countdown-col:first-child{
	border-left:0!important
}

#countdown .countdown-col:last-child{
	border-right:0!important
}

.countdown-col{
	border-right:1px dotted #ddd;
	border-left:1px dotted #ddd
}

@media (min-width:992px){
	.countdown-col{
		margin-right:-1px;
		margin-bottom:20px
	}

}

.countdown-time{
	font-size:24px;
	display:block;
	font-weight:700
}

@media (min-width:768px){
	.countdown-time{
		font-size:36px
	}

}

@media (min-width:992px){
	.countdown-time{
		font-size:48px
	}

}

.loading-text{
	display:none;
	text-align:center
}

.ie9 .animated,.ie8 .animated{
	opacity:1!important
}

.ie9 .header-left,.ie8 .header-left,.ie9 .header-right,.ie8 .header-right,.ie9 .header-center,.ie8 .header-center,.ie9 .main-container,.ie8 .main-container{
	opacity:1!important
}

.ie9 .tp-loader,.ie8 .tp-loader{
	display:none
}

.ie9 .loading-text,.ie8 .loading-text{
	display:block;
	text-align:center
}

.html.safari:before,html.safari:after{
	display:none!important
}

html.safari:before{
	height:0;
	display:none
}

html.safari:after{
	width:0;
	display:none
}

.safari{
}

.safari body:before,.safari body:after{
	display:none!important
}

.safari body:before{
	height:0;
	right:0;
	bottom:0;
	left:0;
	z-index:99;
	display:none
}

.safari body:after{
	width:0;
	top:0;
	display:none
}
