/* ELEMENTS */
h1, h2, h3, h4, h5, h6, body {
	font-family: 'open-sans', Tahoma, Verdana, Arial !important;
}

.loader {
	position: relative;
	top: -25px;
	left: 96%;
}

/* HEADER */

header {
	margin-bottom: 20px;
}

.navbar-top {
	background: #cca338;
	margin-bottom: 20px;
	height: 27px;
	padding: 3px;
	color: #fff;
}

.navbar-top a {
	color: #fff;
	text-decoration: none;
}

.logotipo {
	background: url(../img/logotipo.png) no-repeat;
	width: 320px;
	height: 70px;
	display: block;
}

.navbar-category {
	margin: 20px 0 10px 0;
	background: #f6f6f6;
	padding: 30px 0;
}

.form-topo {
	max-width: 700px;
	width: 100%;
	margin: 0;
	padding: 0;
	display: inline-block;
}

.form-topo input {
	border-radius: 30px;
	height: 40px;
	background: #fff url(../img/lupa.png) no-repeat 98% center;
	font-size: 20px;
	color: #b18922;
}

.search-nav	ul {
	list-style: none;
}

.search-nav ul li {
	display: inline;
	margin-right: 30px;
}

.search-nav ul li:first-child a {
	text-decoration: none;
	vertical-align: middle;
	font-size: 18px;
	color: #b18922;
}

.menu-categorias-topo a {
	padding-left: 10px;
}

.navbar-menu {
	border-bottom: 1px solid #333;
	color: #333;
}

.navbar-menu nav {
	margin-bottom: 10px;
}

.navbar-menu nav a {
	color: #333;
	text-decoration: none;
}

/* HOME - DESTAQUES */
.destaque-slider, .destaque-slider-carousel {
	margin: 20px 0;
}

.lista-destaque {
	list-style: none;
}

.lista-destaque li {
	float: left;
	margin-right: 15px;
	margin-bottom: 20px;
}

.lista-destaque li img {
	display: block;
}

.lista-destaque li span a {
	text-align: center;
	color: #b18922;
}

/* SIDEBAR */
.parceiro-lateral {
	margin-top: 20px;
}

.sidebar-menu nav a {
	display: block;
	border-bottom: 1px solid #333;
	margin-bottom: 10px;
	color: #333;
	text-decoration: none;
}

/* HOME - CATEGORIAS */
.categorias {
	margin-top: 20px;
	padding: 30px 0;
	background: #cca338;
}

.categorias h2 {
	color: #5d5757;
}

.categorias a {
	color: #fff;
}

/* PAGE - ANUNCIO */
.info {
	margin-left: 20px;
	display: inline
}

.page-location {
	margin-top: 30px;
}

.map_canvas {
	position: relative !important;
	padding-bottom: 50%;
	padding-top: 30px;
	height: 0 !important;
	overflow: hidden !important;
	border-radius: 5px;
}

.map_canvas iframe,
.map_canvas object,
.map_canvas embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.related {
	float: left;
	margin-right: 20px;
}

.related picture a {
	display: block;
	margin: 0;
	padding: 0;
}

.print {
	color: #2b2b2b;
	text-decoration: none;
}

.print:hover {
	cursor: pointer;
	color: #2b2b2b;
	text-decoration: none;
}

/* CATEGORIAS */
.page-categorias {
	padding-top: 20px;
}

.page-categorias .categoria:nth-child(2n+1) {
	background: #f1f1f1;
}

.categoria {
	padding: 10px 0 10px 30px;
}

.categoria h1 a {
	color: #d3a85f;

}

.lista-categorias h3 a {
	color: #d3a85f;
}

nav.navbar-categorias a, nav.navbar-categorias {
	font-size: 17px;
	color: #d3a85f;
}

/* FOOTER */
footer .footer-link a {
	background: #ce9500;
	color: #fff;
	font-size: 25px !important;
	margin: 30px 0;
}

footer .footer-link a:hover {
	color: #d1bb81 !important;
	-webkit-transition: 300ms all linear;
	-o-transition: 300ms all linear;
	transition: 300ms all linear;
}

footer .footer-link a span {
	font-family: 'open-sans' !important;
	text-transform: uppercase;
}

.footer {
	margin-top: 30px;
	border-top: 1px solid #333;
}

.footer nav, .footer nav a {
	color: #333;
	text-decoration: none;
}

.logotipo-footer {
	background: url(../img/logotipo-footer.png) no-repeat center;
	width: 320px;
	height: 70px;
	display: block;
}

.logotipo-footer:hover {
	background: url(../img/logotipo-footer-hover.png) no-repeat center;
	-webkit-transition: 300ms all linear;
	-o-transition: 300ms all linear;
	transition: 300ms all linear;
}