@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,500,600,700);

body {
	font-family: 'Raleway', sans-serif;
	font-weight: normal;
	padding-top: 140px;
}


/* img alignment */
.aligncenter {
	margin: auto;
	display: block;
}

.alignleft {
	float: left;
	margin-right: 10px;
}

.alignright {
	float: right;
	margin-left: 10px;
}



/* fonts */
h1, h2, h3, h4 {
	font-weight: 900;
	letter-spacing: 2px;
}

.uppercase {
	text-transform: uppercase;
}



/* BUTTONS */
.btn {
	border-radius: 20px;
	font-weight: 900;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-shadow: 0 0 0 !important;
	outline: none !important;
	box-shadow: 0 0 0 !important;
	opacity: 0.7;
	padding: 5px 25px;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.btn:hover {
	opacity: 1;
}

.btn-black {
	border: 2px solid #000;
	color: #000;
	background: transparent;
}

.btn-white {
	border: 2px solid #FFF;
	color: #FFF;
	background: transparent;
}


nav .logo {
	position: absolute;
	top: 0;
}

nav.navbar {
	background: url(../img/bghead.jpg) no-repeat center center !important;
	background-size: cover !important;
	padding: 30px 0;
	border: 0 !important;
	box-shadow: 0 0 0 !important;
	border-radius: 0;
}

nav.navbar ul.nav {
	float: right;
}

nav.navbar ul.nav li a {
	font-weight: bold;
	color: #FFF;
	text-shadow: 0 0 0 !important;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

nav.navbar ul.nav li a:hover {
	color: #FFC600;
}


nav.navbar ul.nav-top {
	float: right;
	width: 500px;
}
nav.navbar ul.nav-top a {
	color: #FFC600;
	padding: 0 20px;
}

nav.navbar button {
	border: 0;
	color: #FFF;
	font-size: 2em;
}


/* SLIDER */

.flexslider {
	border: 0 !important;
	margin-bottom: 0 !important;
}

.flexslider ul.slides li {
	position: relative;
}

.flexslider ol.flex-control-nav {
	bottom: 20px !important;
}



.flexslider .flex-direction-nav a {
	height: 60px;
}

.flexslider .caption {
	position: absolute;
	width: 100%;
	top: 35%;
	z-index: 999;
}

.flexslider .caption .container {
	max-width: 800px;
	text-align: center;
	letter-spacing: -2px;
	
	text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}

.flexslider .caption .container .linha {
	max-width: 300px;
	height: 5px;
	background: #333;
	margin: 20px auto 15px auto;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}




/* SOBRE */
section#sobre {
	background: url(../img/bg2.jpg) no-repeat center center;
	background-size: cover !important;
	color: #FFF;
	padding: 100px 0;
}

#sobre .sobre {
	max-width: 900px;
	margin: auto;
	margin-top: 25px;
}

#sobre .left {
	margin: 0 !important;
	padding: 0;
}

#sobre .right {
	background: #000;
	padding: 0;
	margin: 0 !important;
	line-height: 2em;
}

#sobre .right p {
	padding: 18px 40px;
}



/* SERVICOS */
.servicos {
	padding-top: 25px;
}

.servicos .servico {
	background: #000;
	padding: 0px;
	padding-bottom: 10px;
	border: 1px solid rgba(255,255,255,0.3);
}

.servicos .servico a {
	color: #999;
}

.servicos .servico a:hover {
	color: #DDD;
	text-decoration: none;
}

.servicos .servico a img {
	color: #FFF;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.servicos .servico a:hover img,
.servicos .servico a:hover {
	opacity: 0.5;
	text-decoration: none;
}

.servicos .servico img {
	margin-bottom: 10px;
}

/* CLIENTES */
#clientes {
	background: #EEE;
	padding: 100px 0;
}


#orcamento .container {
	padding: 100px 0;
}


/* FOOTER */
footer {
	background: #222;
	color: #FFF;
	padding: 25px 0;
}

footer .contact-info {
	padding: 25px 0 0 0;
}

footer a {
	color: #FFF;
}

footer a:hover {
	color:#ffc600;
}

.atendimento-online {
	position: fixed;
	bottom: 0;
	right: 20px;
	color: #FFF;
	background: #444;
	padding: 5px 10px;
	font-weight: 900;
	
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.atendimento-online:hover {
	background: #333;
	color: #999;
	text-decoration: none;
}










/* CONTAINER */
.entry {
	padding-top: 50px;
	padding-bottom: 50px;
}




/* CONTAINER SERVICOS */
.entry .lista-servicos {
	border: 1px solid #eee;
	border-radius: 0;
}

.entry .lista-servicos a {
	border-bottom: 1px solid #eee;
	color: #999;
}

.entry .lista-servicos  a:hover {
	border-radius: 0;
}


.entry .lista-servicos .active a,
.entry .lista-servicos .active a:hover{
	border-radius: 0;
	background: #333;
	font-weight: bold;
	color: #FFF;
}

.entry .lista-servicos .active a::after,
.entry .lista-servicos  a:hover::after {
	font-family: 'FontAwesome';
	content: '\f105';
	float: right;
}

.entry .conteudo-servicos {
	padding: 20px;
}





/* CONTAINER CLIENTES */
.entry .lista-clientes li {
	padding: 5px 10px;
}





/* CONTAINER OBRAS */
.entry .lista-obras a {
	border-radius: 0;
	color: #999;
}


.entry .lista-obras .active a,
.entry .lista-obras .active a:hover {
	background: #333;
	color: #FFF;
	font-weight: bold;
}

.entry .conteudo-obras .galeria .thumbnail {
	border-radius: 0;
}




/* CONTATO */
.entry .form-horizontal {
	max-width: 900px;
	margin: auto;
}



/* CONTAINER LINKS UTEIS */
.entry .lista-links a {
	color: #333;
	font-weight: lighter;
}

.entry .lista-links h3 {
	font-weight: normal;
}

.entry .lista-links li {
	border-bottom: 1px solid #eee;
	padding: 10px 0;
}

.menu_blog {
    border: 1px solid #eee;
	padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.menu_blog li div {
    border-bottom: 1px solid #eee;
    color: #999;
    padding: 10px 15px;
}
.menu_blog li a:hover {
	background: #eee;
	text-decoration: none;
	color: #333;
}
.menu_blog li.titulo {
	background: #333;
    padding: 10px 15px;
	color: #FFF;
}
.menu_blog li.active a {
	background: #777;
	color: #FFF;
}
.menu_blog li a {
	position: relative;
    display: block;
	color: #333;
	text-decoration: none;
    padding: 10px 15px;
}
.post img {
	margin-bottom: 30px;
}
.post a {
	color: #333;
}
.post .data {
	font-weight: bold;
	color: #FFC600;
}