/* Notícias em destaque */

.posts .prev,
.posts .next {
	padding: 13px;
	display: block;
	position: absolute;
	top: 105px;
	z-index: 50;
	background: #000;
	opacity: 0.60;
	-webkit-opacity: 0.60;
	-moz-opacity: 0.60;
	filter:alpha(opacity=60);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.posts .prev {
	left: 0;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

.posts .next {
	right: 0;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.posts .prev:hover i,
.posts .next:hover i {
	background-image: url(../img/glyphicons-halflings-blue.png);
}

.post.slide .thumb {
	float: none;
	margin: 0;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	border-top-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-left-radius: 0px;
}

.post.slide .well {
	min-height: 55px;
	margin: 0;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

/* Mais notícias */

.mais-noticias .post {
	margin-bottom: 25px;
}

/* Vídeos/áudios */

.videos-audios {
	margin-bottom: 30px;
}

.videos-audios .title {
	display: inline;
}

.videos-audios .title a {
	color: #505050;
}

.videos-audios .title a:hover {
	text-decoration: none;
	color: #717171;
}

.videos-audios .title:first-child {
	margin-right: 15%;
}

.videos-audios .title .inactive {
	color: #c1c1c1;
}

.videos-audios .inactive i {
	background-color: #c1c1c1;
	border-color: #c1c1c1;
}

.videos-audios .inactive .icon-title-video {
	background-position: -75px -25px;
}

.videos-audios .inactive .icon-title-audio {
	background-position: -125px -25px;
}

.videos-audios iframe {
	display: block;
}

.videos-audios .btn {
	margin-top: 15px;
}

#last-videos-viewer {
	height: 250px;
}

#last-videos-viewer iframe {
	width: 100%;
	height: 100%;
}

#last-videos .video-item {
	float: left;
	overflow: hidden;
	width: 33.333333333%;
	cursor: pointer;
	-webkit-transition: opacity .25s;
	-moz-transition: opacity .25s;
	-o-transition: opacity .25s;
	-ms-transition: opacity .25s;
	transition: opacity .25s;
}

#last-videos:hover .video-item {
	opacity: .9;
}

#last-videos:hover .video-item:hover {
	opacity: 1;
}

#last-videos .video-item img {
	width: 100%;
}

/* Prefeitura On-line */

.box-links {
	padding-right: 0;
}

.box-links ul {
	list-style-type: none;
	margin: 0;
	overflow: hidden;
}

.box-links a {
	color: #505050;
	line-height: normal;
	display: inline-block;
	position: relative;
	padding: 15px 0 15px 50px;
}

.box-links ul i {
	width: 35px;
	height: 35px;
	background-image: url(../img/icons/sprite_links2.png);
	background-position: 0 0;
	position: absolute;
	top: 50%;
	left: 0;
	margin: -17px 0 0 0;
}

.box-links ul li {
	width: 49%;
	display: inline-block;
}

.box-links a[title*="IPTU"] i {
	background-position: -35px 0;
}

.box-links a[title*="Debetran"] i {
	background-position: 0 -35px;
}

.box-links a[title*="Concursos"] i {
	background-position: -35px -35px;
}

.box-links a[title*="ISS"] i {
	background-position: 0 -70px;
}

.box-links a[title*="Licitações"] i {
	background-position: -35px -70px;
}

.box-links a[title*="Saude"] i {
	background-position: -35px -173px;
}

.box-links a[title*="Contas"] i {
	background-position: 0 -105px;
}

.box-links a[title*="Acesso"] i {
	background-position: -35px -105px;
}

.box-links a[title*="Nota"] i {
	background-position: 0 -140px;
}

.box-links a[title*="Portal"] i {
	background-position: -35px -140px;
}

.box-links a[title*="PREVBEL"] i {
	background-position: 0 -175px;
}

.box-links a[title*="Portal do Cidadão"] i {
	background-position: -2px -215px;
}

/* Newsletter */

.newsletter .input-append {
	margin-top: 20px;
	position: relative;
}

.newsletter .ajax-loader {
	position: absolute;
	top: 6px;
	right: 6px;
	background: #fff;
}

.newsletter form {
	margin: 0;
}

.page-content .banner {
	margin-top: 30px;
	margin-bottom: 0;
}

/* Miscellaneous */

.well {
	margin-bottom: 0;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	border-top-left-radius: 0px;
}

.post a[href$="noticias/"] {
	display: none;
}

/* Reponsive */

@media (max-width: 979px) and (min-width: 768px) {

	.box-links ul li {
		width: auto;
	}

}