::-webkit-scrollbar { 
    display: none; 
}

html{
	background-color: #F7F7F7;
	box-sizing: border-box;
	height: 100%;
}

body{
  height: 100%;
}

.col-4{
	width: 220px !important;
}

.col-6{
	width: 340px !important;
}

.yellow{
	border-color: #F9B000 !important;
}

.blue{
	border-color: #1C70B8 !important;
}

.red{
	border-color: #E30314 !important;
}

.no-border{
	border: none !important;
}

.yellow-title{
	border-color: #F9B000 !important;
	color: #F9B000 !important;
}

.blue-title{
	border-color: #1C70B8 !important;
	color: #1C70B8 !important;
}

.red-title{
	border-color: #E30314 !important;
	color: #E30314 !important;
}

.green-title{
	border-color: #95C11D !important;
	color: #95C11D !important;
}

.selected{
	border-bottom: 4px solid;
}

body{
	font-family: fonte, sans-serif, Futura;
	font-size: 1em;
	line-height: 1.2em;
	font-weight: 100;
	color: #4D4D4D;
}

.pattern{
	display: block;
	height: 40px;
	width: 100%;
	background-image: url("../img/bg_padrao.png");
}

header {
	width: 100%;
	height: 190px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #E0E0E0;
}

#top-wrapper{
	width: 940px;
	margin: 0 auto;
}

#logo{
	margin-top: 25px;
}

nav ul li{
	height: 30px;
	border-bottom: none;
	float: left;
	margin-top: 38px;
	font-style: italic;
	margin-left: 20px;
	text-align: center;
	min-width: 100px;
}

nav ul li:hover{
	border-bottom: 4px solid;
}

nav ul li:first-child{
	margin-left: 0px;
}

nav ul li a{
	font-size: 17px;
	color: #4D4D4D;
	text-decoration: none;
	line-height: 17px;
}

.contacts{
	width: 320px;
	float: right;
	margin-right: 60px;
	margin-top: -55px;
	font-weight: 100;
	font-size: 12px;
	line-height: 18px;
}

.contacts div{
	display: block;
	height: 25px;
	margin-bottom: 9px;
}

.contacts div:nth-child(2n+0) {
	height: 40px;
}

.type{
	width: 120px;
	float: left;
	text-align: right;
	font-weight: 300;
}

.info{
	width: 180px;
	float: right;
	text-decoration: none;
	color: #4D4D4D;
}

.one-line{
	height: 15px !important;
}

#wrapper{
	width: 940px;
	min-height: 100%;
 /* equal to footer height */
 	margin:0 auto;
 	margin-bottom: -68px; 
}

#wrapper-obras{
	width: 940px;
	min-height: 72%;
 	margin:0 auto;

}

#page-wrap:after {
  content: "";
  display: block;
}

.single-item{
	width: 100%;
	overflow: hidden;
	max-height: 600px;
}

.title{
	font-weight: 200;
	font-size: 30px;
	line-height: 40px;
	margin-top: 40px;
	margin-bottom: 20px;
}

.empresa ul{
	display: block;
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
}
.empresa ul li{
	width: 280px;
	float: left;
	font-size: 15px;
	line-height: 23px;
	font-weight: 100;
	margin-right: 20px;
	padding-top: 15px;
	border-top: 3px solid;
}

.empresa ul li h1{
	font-size: 30px;
	line-height: 40px;
	padding-bottom: 20px;
	margin-bottom: 15px;
	border-bottom: 3px solid;
	font-weight: 200;
}

#footer{
	width: 100%;
	background-color: #FFFFFF;
	height: 38px;
}

footer{
	width: 940px;
	margin: 0 auto;
	margin-top: 90px;
}

footer small{
	font-weight: 200;
	font-size: 12px;
	line-height: 12px;
	display: inline-block;
	box-sizing: content-box;
	padding-top: 18px;
	float: right;
}

footer small2{
	font-weight: 200;
	font-size: 10px;
	line-height: 12px;
	display: inline-block;
	box-sizing: content-box;
	padding-top: 20px;
	float: left;
color: #8A8C8E;
}

				
footer ul{
	width: 300px;
	padding-top: 18px;
	float: right;
}

footer ul li{
	font-size: 12px;
	line-height: 12px;
	font-weight: 200;
	font-style: italic;
	float: left;
	min-width: 100px;
	margin-right: 20px;
	height: 18px;
	border-bottom: 2px solid;
}

footer ul li a{
	text-decoration: none;
	color: #4D4D4D;
}

footer img{
	margin-right: 20px;
	float: left;
	padding-top: 11px;
	height: 20px;

}

.obras{
	margin-top: 60px;
}

.obras{
	display: block;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	overflow: hidden;
}

.list-view{
	display: inline-block;
	width: 440px;
	position: relative;
	float: left;
	box-sizing: content-box;
	margin-bottom: 20px;
}

.list-view:nth-child(1n + 0) { margin-right: 20px !important; }

.list-view img{
	width: 100%;
	display: block;
	overflow: hidden;
}

.overlay{
	position: absolute;
	height: 100%;
	width: 100%;
	opacity: 0;
	background-color: rgba(255, 255, 255, 0.8);
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;

}

.overlay a{
	color: #4D4D4D;
	font-size: 30px;
	line-height: 40px;
	font-weight: 200;
	text-decoration: none;
	display: flex;
	justify-content: center;
  	flex-direction: column;
	width: 90%;
	margin: 0 auto;
	height: 100%;
	text-align: center;
}

.overlay:hover{
	opacity: 1;
}

.breadcrumb{
	font-size: 12px;
	margin-top: 30px;
	margin-bottom: 20px;
}

.breadcrumb a{
	color: #1C70B8;
	line-height: 12px;
}

.obras-single{
	display: block;
	min-height: 390px;
}

.obras-single img{
	display: block;
	float: left;
	width: 560px;
	margin-bottom: 20px;
}

.description{
	width: 340px;
	float: right;
}

.description h1 {
	font-size: 30px;
	line-height: 40px;
	font-weight: 200;
}

.description h2 {
	font-size: 18px;
	line-height: 25px;
	font-weight: 200;
	color: #F9B000;
	margin-top: 10px;
	margin-bottom: 20px;
}

.description p {
	font-size: 12px;
	line-height: 18px;
	font-weight: 100;
	padding-bottom: 20px;
}

.gallery:after{
	display: block;
	content: "";
	margin-bottom: 80px;
}
.gallery img{
	display: block;
	margin-bottom: 20px;
	width: 100%;
}

.termos h1{
	margin:20px 0px;
	font-weight: 200;
	font-size: 30px;
	line-height: 40px;
}

.termos p{
	line-height: 24px;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 20px;
	width: 580px;
}

.termos h2{
	line-height: 30px;
	font-size: 22px;
	margin-top: 15px;
	font-weight: 200;
}
/*firefox only*/
@-moz-document url-prefix() {
	.selected{
		border-bottom: 4px solid;
		margin-bottom: -4px;

	}

	nav ul li:hover{
		border-bottom: 3px solid;
		margin-bottom: -4px;
	}

}
/* Safari 6.1+ only css (8.0 is the latest version of Safari at this time) */
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) { @media
{
	.overlay a{
	display: block;
	color: #4D4D4D;
	font-size: 30px;
	line-height: 40px;
	font-weight: 200;
	text-decoration: none;
	width: 90%;
	margin: 0 auto;
	text-align: center;
	margin-top: 30%;
}
}}