body{
	font-family: 'Roboto', serif;
	background: #10423d;
	color: #FFF;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Roboto', sans-serif;
	font-weight: 200;
	line-height: 1.3;
}
a{
	color: #39e8d9;
	transition: all 0.2s ease-in-out 0s;
}
a:hover{
	color: #3fffea;
}
a:focus, a:active{
	color: #fff;
}
/******** NAV BAR ************/
#mainNav{
	background: rgba(0,0,0,.6);
}
.navbar-brand {
	color: #39e8d9;
	font-size: 24px;
	font-weight: 300;
	height: inherit;
}
.navbar-brand .signature{
	display: none;
}
.navbar-toggle{
	color: #FFF;
	font-size: 18px;
	margin-top: 2px;
	margin-bottom: 2px;
}
@media (min-width: 768px){
.navbar-brand {
	font-size: 48px;
	height: 70px;
}
.navbar-brand .signature{
	display: block;
	margin-top: 8px;
	font-size: 18px;
	color: #FFF;
}
#mainNav{
	background: rgba(0,0,0,.2)
}
#mainNav.affix{
	background: rgba(0,0,0,.8)
}
#mainNav.affix .navbar-brand{
	font-size: 24px;
	height: auto;
}
#mainNav.affix .signature{
	display: none;
}
}
/******** SLIDESHOW ************/
.flexslider .slides > li{
	height: 400px;
	background-image: center center no-repeat;
	background-size: cover;
	background-color:#000;
	background-position: center center;
}
.flex-control-nav {
	bottom: 5px;
}
.flex-control-nav li{
	margin: 0 4px;
}
.flex-control-paging li a{
	background-color: rgba(255,255,255,0.3);
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	border: 2px solid #FFF;
	width: 13px;
	height: 13px;
}
.flex-control-paging li a:hover{
	background-color: rgba(63,255,234,.5);
}
.flex-control-paging li a.flex-active{
	background-color: #fff;
}
.flex-direction-nav a {
	height: 45px;
}
@media (min-width: 768px){
.flexslider .slides > li{
	height: 680px;
}
}
@media (min-width: 992px){
.flexslider .slides > li{
	height: 750px;
}
}

/******** TESTEMUNHOS ************/
.testemonial{
	margin-bottom: 50px;
}

/******** FOOTER ************/
footer{
	padding-top: 70px;
	padding-bottom: 70px;
	background: #071c1a;
	font-wight: 300;
}
.social-list{
	font-size: 30px;
}

/******** MUSIC ************/
.music{
	position: fixed;
	bottom: 10px;
	right: 0;
}
.music .title{
	background: rgba(0,0,0,.7);
	color: #FFF;
	margin: 0;
	padding: 5px 10px;
	font-size: 10px;
}
@media (min-width: 768px){
	.music{
}
}
