body{
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #000;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.h3, h3{
	font-size: 1.1em;
	font-weight: 700;
	letter-spacing: 0.5em;
}
.h2, h2{
	font-size: 3.5em;
	font-weight: 400;
	color: #666;
}
.h4, h4{
	font-size: 1.05em;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	line-height: 1.5em;
}

.navbar-brand{
	height: auto;
}
@media (min-width: 992px) {
	.navbar-nav>li>a{
		line-height: 53px;
	}
}
.navbar-default .navbar-nav>li>a{
	color: #000;
	font-weight: 600;
	font-size: 0.95em;
	padding-left: 30px;
	padding-right: 30px;
}
.navbar-default .navbar-nav>li>a:hover{
	color: #ff3333;
}
.navbar-default .navbar-nav>li>a.social{
	font-size: 2em;
}
.carousel-caption{
}
.carousel-caption h2{
	color: #fff;
}
@media (min-width: 768px) {
	.carousel-caption{
		font-size: 1.35em;
	}
	.carousel-caption h2{
		font-size: 4em;
		font-weight: 700;
	}
}
footer{
	margin: 30px 0;
	font-size: 0.85em;
}
footer a,
footer a:active,
footer a:visited{
	color: #000;
}
section{
	padding-top: 100px;
	padding-bottom: 60px;
}
.txt-grey{
	color: #999;
}
#empresa, #servicos{
	background-color: #f5f5f5;
}
#produtos{
	background-color:  #ff3333;
}
#produtos .h2,
#produtos h2{
	color: #fff;
}
#localizacao{
	padding-top: 0;
	padding-bottom: 0;
}
.services-item,
.empresa-item,
.produtos-item{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#FFFFFF;
}
@media (max-width: 767px){
	.services-item,
	.empresa-item,
	.produtos-item{
		margin-bottom: 15px;
	}
}
.services-caption,
.empresa-caption,
.produtos-caption{
	padding: 30px 50px;
}
.bgred{
	background-color: #ff3333;
	color: #fff;
	padding-left: 30px;
	padding-right: 30px;
}
.bgred .title{
	font-size: 10em;
	line-height: 0.85em;
	margin:0;
	padding-top: 50px;
}
.bgred .quote{
	font-size: 0.85em;
	font-style: italic;
}

.bx-wrapper .bx-viewport {
    -moz-box-shadow: inherit;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    border: none;
    left: 0;
    background: inherit;
}
.slider-nav a,
.slider-nav a:active{
	color: #999;
	border: solid 1px #999;
	padding: 0.05em 1em;
	display: inline-block;
	margin-top: 1em;
	text-decoration: none;
	font-size: 2em;
}
#produtos .slider-nav a,
#produtos .slider-nav a:active{
	color: #fff;
	border: solid 1px #fff;
}

#contactos a,
#contactos a:active,
#contactos a:link,
#contactos a:visited{
	color: #999;
}