
body, h4, h5, li, span {
	font-family: 'Raleway', sans-serif;
}

h1, h2, h3, h1 span, h2 span, h3 span {
	font-family: 'Lora', serif;
}

p {
	font-family: 'PT Serif', serif;
}




/* ============================================================ */
/* HEADER                                                       */
/* ============================================================ */

#header {
	background: #ffffff;
	height: 24px;
	border-bottom: none;
	box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.header-right {
	display: block;
	float: right;
}

.header-left {
	display: block;
	float: left;
}

#header .navbar-nav > .divider > .separator {
	padding: 0;
}

#header .navbar-nav > .divider > .separator img {
	max-width: 19px;
	margin: 2px 5px 3px 0;
	vertical-align: top;
}

#header .navbar-nav > .divider > .separator span {
	color: #333333;
	line-height: 20px;
	padding: 1px 0 0 0;
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
}

.header-left ul.nav.flyout {
	margin: 0 25px 0 0;
	float: left;
}

.search-module > form {
	position: relative;
}

#header .search-module {
	float: left;
	margin: 0;
}

#header .search-module input.inputbox {
	outline: none;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 2px solid #cccccc;
	border-radius: 0;
	width: 180px;
	padding:1px 8px 1px 1px;
	color: #58535b;
	line-height: 20px;
	background: #ffffff;
	vertical-align: top;
}

.header-left .search-module input.button {
	vertical-align: middle;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 99;
	outline: none;
	border: none;
}

.header-left .nav .deeper .dropdown-menu {
	border-radius: 4px;
	background: #58535b;
	border: 1px solid #58535b;
}

.header-left .dropdown-menu > li > a {
	font-size: 14px;
	color: #ffffff;
	padding: 7px 20px;
	font-weight: bold;
}

.header-left .dropdown-menu > li.active > a {
	background: #38333b;
}

.header-left .dropdown-menu > li > a:hover {
	background: #38333b;
	color: #ffffff;
}

.header-right .module ul.nav > li {
	display: inline-block;
	width: auto;
	border: none;
	vertical-align: top;
}

.header-right .module ul.nav > li a {
	padding: 3px 10px 4px;
	line-height: 12px;
	background: #78737b;
	border-radius: 0;
	margin: 2px 0 0 10px;
	color: #ffffff;
	font-size: 12px;
}

.main-header {
	height: 100px;
}

.main-header .container {
	text-align: center;
	padding: 0 20px;
	position: relative;
}

.main-header-left {
	position: absolute;
	left: 20px;
	top: 0;
}

.main-header-center {
	float: none;
	margin: -12px auto 0 auto;
	width: auto;
	display: inline-block;
	text-align: center;
}

.main-header-right {
	position: absolute;
	right: 20px;
	top: 0;
}

.main-header .navbar-brand {
	padding: 0;
}

.navbar-brand a {
	display: block;
}

.navbar-brand .data {
	font-size: 14px;
	line-height: 16px;
}

.navbar-brand .custom a img {
	max-width: 300px;
}

.main-header-left .custom {
	padding: 0px 15px 3px;
	border: 2px solid #aaaaaa;
	margin: 18px 0 0;
	text-align: left;
}

.main-header-left .custom h3 {
	margin: 0;
	padding: 10px 0 5px;
	line-height: 22px;
	font-weight: bold;
	font-size: 24px;
}

.main-header-left .custom h3 a {
	color: #1f1f1f;
	text-decoration: none;
}

.main-header-left .custom p {
	margin: 0;
	padding: 0 0 10px;
	font-family: 'PT Serif', serif;
	font-weight: bold;
	font-size: 17px;
	line-height: 16px;
}

.main-header-left .custom p a {
	color: #58535b;	
	text-decoration: none;
}

.main-header-right .custom {
	padding: 3px 15px;
	border: 2px solid #aaaaaa;
	margin: 12px 0 0;
	text-align: left;
}

.main-header-right .custom p {
	margin: 0;
	padding: 0 0 5px;
	font-family: 'PT Serif', serif;
	color: #999999;
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
}

.main-header-right .custom p a {
	color: #999999;
}

.main-header-right .custom p a:hover {
	color: #58535b;
}











/* ============================================================ */
/* MENU                                                         */
/* ============================================================ */

#menu {
	margin-bottom: 25px;
}

#menu .container {
	padding: 0 20px;
	border-top: none;
	border-bottom: none;
}

#menu .navbar-collapse {
	float: none;
	z-index: 9999;
}

#menu .navbar-collapse .navbar-nav {
	background: #000000;
	padding: 0 10px;
	width: 100%;
}

#menu .navbar-nav > li > a {
	padding: 8px 13px;
	font-weight: bold;
	color: #ffffff;
	font-size: 13px;
	background: #000000;
	transition: all 0.25s ease-in-out;
}

#menu .navbar-nav > li:hover > a {
	background: #38333b;
	color: #ffffff;
}

#menu .navbar-nav > li.active > a::before {
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #aaaaaa;
	z-index: 9999999;
	height: 4px;
	border-radius: 0 0 5px 5px;
	box-shadow: inset 0 -3px 4px 0 rgba(0,0,0,0.4);
	transition: all 0.25s ease-in-out;
	z-index: 9;
}

#menu .navbar-nav > li.active > a::after {
	content: " ";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #aaaaaa;
	z-index: 9999999;
	height: 4px;
	border-radius: 5px 5px 0 0;
	box-shadow: inset 0 3px 4px 0 rgba(0,0,0,0.4);
	transition: all 0.25s ease-in-out;
	z-index: 9;
}

#menu .navbar-nav > li.active:hover > a::before,
#menu .navbar-nav > li.active:hover > a::after {
	height: 0;
}








/* ============================================================ */
/* MODULES                                                      */
/* ============================================================ */

#ad-top, #ad-bottom {
	text-align: center;
}

#ad-top .container {
	padding-top: 0;
	padding-bottom: 20px;
}

#ad-bottom .container {
	padding-top: 30px;
	padding-bottom: 30px;
}

.sidebar-left .module .headline,
.sidebar-right .module .headline,
.module.tv-republica .headline {
	text-align: center;
	margin: 0 0 20px 0;
}

.sidebar-left .module .headline h4,
.sidebar-right .module .headline h4,
.module.tv-republica .headline h4 {
	font-weight: bold;
	border-bottom: 3px solid #88838b;
	width: auto;
	display: inline-block;
	padding: 0 10px 5px 10px;
	margin: 0 auto;
}

.mod-perspectivas > ul {
	margin: 0;
}

.mod-perspectivas > ul li {
	margin: 0 0 25px 0;
	display: block;
	overflow: hidden;
}

.mod-perspectivas li > a {
	display: block;
	float: left;
	margin: 0 10px 0 0;
	position: relative;
}

.mod-perspectivas .moduleItemAuthor {
	line-height: 14px;
}

.mod-perspectivas .moduleItemAuthor > a {
	color: #888888;
	font-family: 'PT Serif', serif;
	text-transform: uppercase;
	font-size: 12px;
	margin: 0;
	line-height: 14px;
}

.mod-perspectivas .moduleItemAuthor > a:hover {
	color: #000000;
}

.mod-perspectivas a.moduleItemTitle {
	color: #000000;
	font-family: 'Lora', serif;
	line-height: 20px;
	font-size: 19px;
	padding: 6px 0 0 0;
	display: block;
}

.mod-perspectivas a.moduleItemAuthorAvatar .autor-overlay {
	opacity: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	box-shadow: inset 0 0 40px 0 rgba(0,0,0,0.5);
	transition: all 0.3s ease-in-out;
}

.mod-perspectivas a.moduleItemAuthorAvatar .autor-overlay span {
	position: absolute;
	width: 100%;
	height: auto;
	line-height: 100px;
	bottom: 0;
	left: 0;
	right: 0;
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	transition: all 0.3s ease-in-out;
}

.mod-perspectivas a.moduleItemAuthorAvatar:hover .autor-overlay {
	opacity: 1;
}

.mod-perspectivas a.moduleItemAuthorAvatar img {
	width: 100px !important;
}

.mod-perspectivas > ul li.lastItem, .mod-perspectivas > ul li.clearList {
	margin: 0;
}

.sidebar-left .module, .sidebar-right .module {
	margin-bottom: 30px;
}

.sidebar-right .module.mod-principal {
	margin-bottom: 10px;
}

.sidebar-left .mod-assuntos a,
.sidebar-left .mod-assuntos div {
	font-family: 'PT Serif', serif;
}

.sidebar-left .mod-assuntos .moduleItemTitle {
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	font-family: 'Lora', serif;
}

.sidebar-left .mod-assuntos .moduleItemTitle:hover {
	color: #58535b;
}

.sidebar-left .mod-assuntos .moduleItemAuthor {
	color: #999999;
	text-transform: uppercase;
	font-size: 12px;
	transition: all 0.3s ease-in-out;
}

.sidebar-left .mod-assuntos .moduleItemAuthor a {
	color: #999999;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}

.sidebar-left .mod-assuntos .moduleItemAuthor a:hover {
	color: #333333;
	text-decoration: none;
}

.sidebar-left .mod-assuntos .moduleItemIntrotext {
	color: #000000;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
}

.mod-assuntos ul li {
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: 1px solid #dddddd;
}

.mod-assuntos ul li.lastItem,
.mod-assuntos ul li.clearList {
	margin: 0;
	padding: 0;
	border: none;
}

.module.mod-foto-dia {
	margin: 0 0 10px 0;
}

.module.mod-foto-dia ul {
	margin: 0;
}

.module.mod-foto-dia a.moduleItemImage {
	display: block;
	margin: 0;
	transition: all 0.3s ease-in-out;
	position: relative;
}

.module.mod-foto-dia a.moduleItemImage .overlay-foto {
	opacity: 0;
	transition: all 0.3s ease-in-out;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.1);
	box-shadow: inset 0 0 50px rgba(0,0,0,1);
}

.module.mod-foto-dia a.moduleItemImage:hover .overlay-foto {
	opacity: 1;
}

.module.mod-foto-dia ul li p {
	margin: 0;
	padding: 5px 0 0 0;
	color: #000000;
	line-height: 1.3em;
}

.module.mod-foto-dia ul li p a {
	color: #000000;
	transition: all 0.3s ease-in-out;
}

.module.mod-foto-dia ul li p a:hover {
	color: #58535b;
}

.module.mod-secundarias ul {
	margin: 0;
}

.module.mod-secundarias li,
.module.mod-secundarias p,
.module.mod-secundarias a,
.module.mod-secundarias span {
	font-family: 'PT Serif', serif;
	text-align: center;
}

.module.mod-secundarias li .moduleItemTitle {
	color: #000000;
	font-size: 24px;
	line-height: 26px;
	margin: 0;
	padding: 0 0 5px 0;
	display: block;
	font-family: 'Lora', serif;
}

.module.mod-secundarias li .moduleItemIntrotext {
	color: #000000;
	font-size: 15px;
	line-height: 20px;
	display: block;
	margin: 0;
	padding: 0 0 5px 0;
}

.module.mod-secundarias li .moduleItemAuthor {
	color: #78737b;
	font-size: 13px;
}

.module.mod-secundarias li .moduleItemAuthor a {
	color: #78737b;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
	font-size: 13px;
}

.module.mod-secundarias li .moduleItemAuthor a:hover {
	color: #000000;
}

.mod-secundarias > ul > li {
	padding: 15px 0 0 0;
	margin: 10px 0 0 0;
	border-top: 2px solid #cccccc;
}

.mod-principal .moduleItemCategory {
	display: inline-block;
	color: #999999;
	font-weight: bold;
	font-size: 15px;
	line-height: 17px;
	margin: 0;
	padding: 0 0 7px 0;
}

.module.mod-principal li .moduleItemTitle {
	font-family: 'Lora', serif;
	color: #000000;
	font-size: 40px;
	line-height: 44px;
	margin: 0;
	padding: 0 0 10px 0;
	display: block;
	font-weight: bold;
}

.module.mod-principal li .moduleItemIntrotext {
	color: #000000;
}

.module.mod-principal li .moduleItemIntrotext p {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 15px;
	text-align: justify;
}

.module.mod-principal li .moduleItemImage {
	display: block;
	float: right;
	max-width: 50%;
	margin: 7px 0 10px 15px;
	position: relative;
}

.module.mod-principal li .moduleItemImage.destaque-largura-total {
	display: block;
	float: none;
	max-width: 100%;
	width: 100%;
	margin: 7px 0 10px 0;
	position: relative;
}

.module.mod-principal li .moduleItemImage.destaque-meia-largura {
	display: block;
	float: right;
	max-width: 100%;
	width: 50%;
	margin: 7px 0 10px 15px;
	position: relative;
}

.module.mod-principal li .moduleItemImage.destaque-um-terco-largura {
	display: block;
	float: right;
	max-width: 100%;
	width: 30%;
	margin: 7px 0 10px 15px;
	position: relative;
}

.module.mod-principal li a.moduleItemImage .overlay-foto {
	opacity: 0;
	transition: all 0.3s ease-in-out;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255,255,255,0.15);
}

.module.mod-principal li a.moduleItemImage:hover .overlay-foto {
	opacity: 1;
}

.module.mod-principal li .moduleItemImage.destaque-largura-total img,
.module.mod-principal li .moduleItemImage.destaque-meia-largura img,
.module.mod-principal li .moduleItemImage.destaque-um-terco-largura img {
	max-width: 100%;
	width: 100%;
}

.mod-principal .itemImageCaption {
	color: #58535b;
	font-size: 12px;
	text-align: right;
	width: 100%;
	display: block;
	margin: 0;
	line-height: 16px;
	padding: 3px 0 10px 5px;
}

.mod-principal .categ-and-author a.dest-author {
	display: inline-block;
	color: #000000;
	font-weight: bold;
}

.module.mod-terciaria ul > li {
	width: 46%;
	margin: 0;
	display: block;
	float: left;
}

.module.mod-terciaria ul > li.lastItem {
	margin: 0 0 0 4%;
	padding: 0 0 0 4%;
	border-left: 1px solid #cccccc;
	width: 50%;
}

.module.mod-terciaria ul .moduleItemCategory {
	display: inline-block;
	color: #aaaaaa;
	border-bottom: 2px solid #aaaaaa;
	clear: both;
	font-size: 13px;
	font-weight: bold;
	line-height: 17px;
	margin: 0 0 8px 0;
}

.module.mod-terciaria ul .moduleItemTitle {
	color: #000000;
	font-family: 'Lora', serif;
	display: block;
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	margin: 0;
	padding: 0 0 7px 0;
}

.module.mod-terciaria ul .moduleItemAuthor {
	color: #999999;
	font-family: 'PT Serif', serif;
	line-height: 15px;
	font-size: 12px;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 5px 0;
}

.module.mod-terciaria ul .moduleItemAuthor a {
	color: #999999;
	transition: all 0.3s ease-in-out;
}

.module.mod-terciaria ul .moduleItemAuthor a:hover {
	color: #000000;
}

.module.mod-terciaria ul .moduleItemIntrotext {
	color: #000000;
	font-family: 'PT Serif', serif;
	font-size: 15px;
	line-height: 20px;
}

.module.mod-terciaria ul .moduleItemIntrotext p {
	padding: 0 0 10px 0;
	margin: 0;
}

.charges .moduleItemIntrotext {
	text-align: center;
}

.charges .moduleItemImage {
	display: inline-block;
	border: 2px solid #cccccc;
	padding: 10px;
	margin: 0 auto;
	width: auto;
}

.charges .moduleItemImage img {
	max-height: 260px;
	width: auto;
}

a.moduleItemReadMore {
	background: #326891;
	padding: 1px 7px;
	border-radius: 5px;
	display: inline-block;
	font-family: 'PT Serif', serif;
	color: #ffffff;
	margin-top: 10px;
	margin-bottom: 10px;
	transition: all 0.25s ease-in-out;
}

.mod-secundarias a.moduleItemReadMore {
	margin-top: 0;
	margin-bottom: 5px;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 22px;
	display: inline-block;
	vertical-align: top;
}

a.moduleItemReadMore:hover,
.catItemReadMore a:hover {
	background: #000000;
}

.tv-republica .module-content ul {
	margin: 0;
}

.module.tv-republica .avPlayerWrapper.avVideo {
	padding-top: 0;
}

#ad-bottom .container {
	border-top: 1px solid #eeeeee;
}

.copyright {
	display: inline-block;
}

.module.menu-rodape {
	float: right;
	display: block;
}

.menu-rodape .module-content {
	line-height: 100%;
}

.module.menu-rodape .module-content ul.nav {
	display: inline-block;
	width: auto;
	margin: 0;
}

#footer .menu-rodape.module ul.nav > li {
	display: inline-block;
	width: auto;
	border: none !important;
	padding: 0 !important;
	margin: 0;
	line-height: 22px;
}

#footer .menu-rodape .nav > li > a {
	position: relative;
	display: inline-block;
	padding: 0 15px;
	line-height: 22px;
	color: #b4b4b4;
}

#footer .menu-rodape .nav > li.active > a {
	background: none;
	font-weight: 700;
	color: #eeeeee;
}






















/* ============================================================ */
/* CONTENT                                                      */
/* ============================================================ */

.view-itemlist #content-area {
	padding: 0 0 15px 0;
}

.view-itemlist #k2Container {
	padding: 0 0 0 40px;
}

.catItemTitle {
	margin: 0;
	padding: 0 0 10px;
}

.itemBody > p,
.itemIntroText > p,
.itemFullText > p {
	margin: 0;
	padding: 0 0 12px;
	color: #333333;
	font-size: 16px;
	line-height: 1.6em;
}

.catItemIntroText > p {
	margin: 0;
	padding: 0 0 12px;
	color: #333333;
	font-size: 16px;
	line-height: 1.6em;
}

.bloco-data-autor .pipe {
	display: none;
}

.catItemHeader {
	margin: 0 0 10px 0;
}

.bloco-data-autor {
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	padding: 5px 0;
	margin: 0;
	overflow: hidden;
}

.catItemDateCreated,
.itemDateCreated {
	display: block;
	float: right;
}

.temp-cat-default.temp-cat-foto-do-dia .catItemDateCreated,
.temp-default.temp-foto-do-dia .itemDateCreated {
	display: block;
	float: none;
	width: 100%;
}

.catItemAuthor {
	display: block;
	float: left;
	padding: 0 10px 0 0;
}

.itemAuthor {
	display: block;
	float: left;
	padding: 0;
}

.bloco-data-autor .catItemCategory,
.bloco-data-autor .itemCategory {
	display: inline-block;
}

.catItemImageBlock {
	margin: 20px 0 25px 0;
}

.catItemImage {
	display: block;
	text-align: center;
}

.catItemImage > a {
	display: inline-block;
}

.tag-title {
	display: inline-block;
	margin: 0 4px 6px 0;
}

.single-tag {
	display: inline-block;
	margin: 0 5px 6px 0;
}

.single-tag a {
	background: #cccccc;
	color: #000000;
	padding: 2px 7px;
	border-radius: 3px;
	margin: 0;
}

.catItemTagsBlock {
	margin-bottom: 10px;
}

.catItemReadMore a {
	background: #326891;
	padding: 1px 7px;
	border-radius: 5px;
	display: inline-block;
	font-family: 'PT Serif', serif;
	color: #ffffff;
	margin: 0;
	transition: all 0.25s ease-in-out;
}

.itemListView .itemContainer {
	margin: 0 0 50px 0;
}

.itemListView .itemContainer {
	margin: 0 0 25px 0;
	padding: 0 0 35px 0;
	border-bottom: 5px solid #cccccc;
}

.k2Pagination {
	display: block;
	text-align: center;
}

.k2Pagination ul {
	list-style-type: none;
	margin: 0 auto 10px;
	padding: 0;
	display: block;
	width: auto;
	text-align: center;
}

.k2Pagination ul > li {
	display: inline-block;
	margin: 0 3px;
}

.k2Pagination ul > li span.pagenav {
	color: #aaaaaa;
	background: #ffffff;
	border: 2px solid #cccccc;
	padding: 5px 12px;
	border-radius: 5px;
}

.k2Pagination ul > li span.pagenav:hover {
	color: #ffffff;
	background: #aaaaaa;
	border: 2px solid #aaaaaa;
}

.k2Pagination ul > li a.pagenav {
	color: #000000;
	background: #ffffff;
	border: 2px solid #cccccc;
	padding: 5px 12px;
	border-radius: 5px;
}

.k2Pagination ul > li a.pagenav:hover {
	color: #ffffff;
	background: #58535b;
	border: 2px solid #58535b;
}

.view-item #content-area {
	padding: 0 0 15px 0;
}

.itemHeader > .itemTitle {
	margin: 0;
	padding: 0 0 20px 0;
}

.itemImageBlock.pequena-a-direita {
	display: block;
	float: right;
	max-width: 300px;
	width: 100%;
	height: auto;
	margin: 0 0 20px 20px;
}

.itemImageBlock.pequena-a-esquerda {
	display: block;
	float: left;
	max-width: 300px;
	width: 100%;
	height: auto;
	margin: 0 20px 20px 0;
}

.itemImageBlock.bem-pequena-a-direita {
	display: block;
	float: right;
	max-width: 150px;
	width: 100%;
	height: auto;
	margin: 0 0 20px 20px;
}

.itemImageBlock.bem-pequena-a-esquerda {
	display: block;
	float: left;
	max-width: 150px;
	width: 100%;
	height: auto;
	margin: 0 20px 20px 0;
}

.itemImageBlock.media {
	display: block;
	float: none;
	max-width: 400px;
	width: 100%;
	height: auto;
	margin: 15px auto;
}

.itemImageBlock.grande {
	display: block;
	float: none;
	max-width: 600px;
	width: 100%;
	height: auto;
	margin: 15px auto;
}

.itemImageBlock.largura-total {
	display: block;
	float: none;
	max-width: 100%;
	width: 100%;
	height: auto;
	margin: 15px auto;
}

.itemImageBlock.normal {
	display: block;
	float: none;
	max-width: 100%;
	width: 100%;
	height: auto;
	margin: 15px auto;
}

.temp-noticia .itemBody {
	margin: 0;
	padding: 25px 0 0 0;
}

.catItemImageBlock.pequena-a-direita {
	display: block;
	float: right;
	max-width: 300px;
	width: 100%;
	height: auto;
	margin: 0 0 20px 20px;
}

.catItemImageBlock.pequena-a-esquerda {
	display: block;
	float: left;
	max-width: 300px;
	width: 100%;
	height: auto;
	margin: 0 20px 20px 0;
}

.catItemImageBlock.bem-pequena-a-direita {
	display: block;
	float: right;
	max-width: 150px;
	width: 100%;
	height: auto;
	margin: 0 0 20px 20px;
}

.catItemImageBlock.bem-pequena-a-esquerda {
	display: block;
	float: left;
	max-width: 150px;
	width: 100%;
	height: auto;
	margin: 0 20px 20px 0;
}

.catItemImageBlock.media {
	display: block;
	float: none;
	max-width: 400px;
	width: 100%;
	height: auto;
	margin: 15px auto;
}

.catItemImageBlock.grande {
	display: block;
	float: none;
	max-width: 600px;
	width: 100%;
	height: auto;
	margin: 15px auto;
}

.catItemImageBlock.largura-total {
	display: block;
	float: none;
	max-width: 100%;
	width: 100%;
	height: auto;
	margin: 15px auto;
}

.catItemImageBlock.normal {
	display: block;
	float: none;
	max-width: 100%;
	width: 100%;
	height: auto;
	margin: 15px auto;
}

.temp-foto-do-dia h2.itemTitle {
	font-size: 22px;
	line-height: 30px;
}

.temp-foto-do-dia .itemLinks {
	margin-top: 15px;
}

.itemBody h3 {
	font-size: 30px;
	line-height: 40px;
	margin: 0;
	padding: 15px 0 10px 0;
}

.itemBody h4 {
	font-family: 'Lora', serif;
	font-size: 20px;
	line-height: 30px;
	margin: 0;
	padding: 10px 0 5px 0;
}












/* ============================================================ */
/* CONTRIBUA FORM                                               */
/* ============================================================ */

.retorno-paypal {
	width: 400px;
	margin: 0 auto;
	height: 300px;
	display: block;
}

.retorno-paypal-mid {
	display: table;
	vertical-align: middle;
	height: 100%;
	width: 100%;
}

.retorno-paypal-in {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	background: #dddddd;
	border-radius: 10px;
	padding: 30px;
	width: 100%;
}

.retorno-paypal-in p {
	font-family: 'PT Serif', serif;
	color: #000000;
	font-size: 20px;
	text-align: center;
	line-height: 1.5em;
}

.rsform-block-header p,
.rsform-block-contribua-texto p {
	font-size: 16px;
	color: #333333;
	margin: 0;
	padding: 0 0 10px 0;
	line-height: 1.2em;
}

.itemid-197 #content-area {
	padding-top: 0;
}

.itemid-197 #content {
	max-width: 600px;
	margin: 0 auto;
	float: none;
}

#userForm.formResponsive .formHorizontal .formControlLabel {
	float: none;
	width: 100%;
	padding: 5px 0 0 0;
	text-align: left;
}

#userForm.formResponsive .formHorizontal .formControls {
	display: block;
	padding: 0;
	margin: 0;
	width: 100%;
	float: none;
}

#userForm .rsform-block .formBody input {
	width: calc(100% - 24px);
	background: #dddddd;
	border: none;
	outline: none;
	box-shadow: unset;
	font-size: 20px;
	line-height: 44px;
	height: 44px;
	color: #000000;
	padding: 0 12px;
	margin: 0;
}

#userForm .rsform-block .formBody textarea {
	width: calc(100% - 24px);
	background: #dddddd;
	border: none;
	outline: none;
	box-shadow: unset;
	font-size: 20px;
	line-height: 26px;
	height: 140px;
	color: #000000;
	padding: 12px;
	margin: 0;
}

#userForm .rsform-block.rsform-block-contribuicao .formBody input {
	padding-left: 50px;
	width: calc(100% - 62px);
}

#userForm .rsform-block.rsform-block-contribuicao .formBody,
#userForm .rsform-block.rsform-block-contribuicao .formControls {
	position: relative;
}

#userForm .rsform-block.rsform-block-contribuicao .formBody::before {
	display: block;
	content: "R$";
	width: 40px;
	height: 26px;
	z-index: 9;
	color: #000000;
	position: absolute;
	top: 11px;
	left: 12px;
	font-size: 18px;
}

#userForm .rsform-block .formBody .formValidation {
	display: block;
}

#userForm .rsform-block .formBody .formValidation .formError {
	margin: 0;
	height: unset;
	line-height: 14px;
	padding: 3px 0 3px 3px;
}

.rsform-block.rsform-block-total,
.rsform-block.rsform-block-paypal,
.formResponsive .formHorizontal .rsform-block.rsform-block-newsletter .formControlLabel {
	display: none !important;
}

#userForm .rsform-block.rsform-block-newsletter .formBody input {
	width: 30px;
	height: 30px;
	margin: 0;
	vertical-align: top;
}

#userForm .rsform-block.rsform-block-newsletter .formBody label {
	color: #000000;
	font-weight: 500;
	font-family: 'PT Serif', serif;
	font-size: 17px;
	line-height: 28px;
	height: unset;
	vertical-align: top;
	margin: 0;
	padding: 0;
}

.formResponsive .formHorizontal .rsform-block.rsform-block-newsletter {
	margin-bottom: 30px;
}

.formResponsive .formHorizontal .rsform-block.rsform-block-submit button#submit {
	background: #326891;
	outline: none;
	border: none;
	box-shadow: unset;
	text-shadow: unset;
	width: 280px;
	padding: 0;
	line-height: 44px;
	display: block;
	font-size: 20px;
	font-family: 'PT Serif', serif;
}

.formResponsive .formHorizontal .rsform-block.rsform-block-submit button#submit:hover {
	background: #333333;
}













/* ============================================================ */
/* ASSINE FORM                                                  */
/* ============================================================ */

























/* ============================================================ */
/* CONTRIBUA MENSALMENTE                                        */
/* ============================================================ */

.com_osmembership .osm-container {
	text-align: center;
	padding: 0 0 10px 0;
}

.com_osmembership.view-plans #content-area {
	padding: 0 0 30px 0;
	display: block;
	overflow: hidden;
}

.com_osmembership.view-plans h1.osm-page-title {
	margin: 0 auto 5px auto !important;
	font-size: 32px;
	max-width: 700px;
	text-align: left;
}

.com_osmembership.view-plans .osm-description {
	margin: 0 auto 50px auto;
	max-width: 700px;
	text-align: left;
}

.com_osmembership.view-plans .osm-description p {
	font-size: 16px;
	color: #333333;
	margin: 0;
	padding: 0 0 10px 0;
	line-height: 1.2em;
}

.com_osmembership .osm-container .osm-item-wrapper {
	margin: 0 2.5% 40px 2.5%;
	width: 20%;
	display: block;
	vertical-align: top;
	background: #ffffff;
	border-radius: 10px;
	text-align: center;
	float: left;
	position: relative;
	border: 3px solid #dddddd;
}

.com_osmembership .osm-container .osm-item-heading-box {
	border-radius: 0;
	color: #333333;
	font-size: 14px;
	font-weight: normal;
	line-height: unset;
	padding: 0;
	margin: 0;
	background: none;
	border: none;
}

.com_osmembership .osm-container h2.osm-item-title {
	margin: 0 !important;
	font-size: 20px;
	line-height: 1.3em;
	text-align: center;
	padding: 10px 0 5px 0;
	background: none;
}

.com_osmembership .osm-container h2.osm-item-title a {
	color: #333333;
}

.com_osmembership .osm-container .osm-item-description {
	background: none;
	border-radius: 0;
	margin: 0;
	padding: 5px 15px 20px 15px;
	border-bottom: none;
	border-left: none;
	border-right: none;
}

.com_osmembership .osm-container .osm-item-description .row {
	margin: 0;
	text-align: center;
}

.com_osmembership .osm-description-details {
	width: 100% !important;
	float: none;
	text-align: center;
	overflow: hidden;
}

.com_osmembership .osm-item-description .row .col-md-5 {
	display: none !important;
}

.com_osmembership .osm-container img.osm-thumb-left {
	margin: 0 !important;
	float: none !important;
	max-width: 140px;
	background-color: transparent;
}

.com_osmembership .osm-taskbar {
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-align: center;
}

.com_osmembership .osm-taskbar ul {
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden;
	text-align: center;
}

.com_osmembership .osm-taskbar li {
	float: none !important;
	list-style-type: none !important;
	background-image: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.com_osmembership .osm-taskbar li a {
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	opacity: 0;
}

.com_osmembership .osm-container .osm-item-wrapper:nth-child(3) {
	margin: 0 2.5% 30px 15%;
}

.com_osmembership .osm-container .osm-item-wrapper:nth-child(5) {
	clear: right;
	margin: 0 15% 30px 2.5%;
}

.com_osmembership .osm-container .osm-item-wrapper:nth-child(6) {
	clear: left;
}



















/* ========================================================================================= */
/* ========================================================================================= */
/* ========================================================================================= */
/* RESPONSIVE                                                                                */
/* ========================================================================================= */
/* ========================================================================================= */
/* ========================================================================================= */





/* ================================================================= */
/* ================================================================= */
/* MAX 1200 px                                                       */
/* ================================================================= */
/* ================================================================= */

@media (max-width: 1200px) {

#menu .navbar-nav > li > a {
	padding: 8px 9px;
	font-size: 12px;
}

.mod-perspectivas li > a {
	margin: 0 6px 0 0;
}

.mod-perspectivas a.moduleItemAuthorAvatar img {
	width: 55px !important;
}

.mod-perspectivas .moduleItemAuthor {
	line-height: 11px;
	margin-top: -2px;
}

.mod-perspectivas .moduleItemAuthor > a {
	font-size: 11px;
	line-height: 10px;
}

.mod-perspectivas a.moduleItemTitle {
	color: #000000;
	font-family: 'Lora', serif;
	line-height: 15px;
	font-size: 13px;
	padding: 2px 0 1px 0;
	display: block;
	hyphens: auto;
}

.mod-perspectivas > ul li {
	margin: 0 0 20px 0;
	display: block;
	overflow: hidden;
}

.header-left ul.nav.flyout {
	margin: 0 20px 0 0;
	float: left;
}

#header .search-module input.inputbox {
	width: 140px;
}

.module.mod-principal li .moduleItemTitle {
	font-size: 34px;
	line-height: 38px;
}

.module.mod-principal li .moduleItemIntrotext p {
	line-height: 22px;
}












}

























/* ================================================================= */
/* ================================================================= */
/* MAX 1150 px                                                       */
/* ================================================================= */
/* ================================================================= */

@media (max-width: 1150px) {








}

























/* ================================================================= */
/* ================================================================= */
/* MAX 1100 px                                                       */
/* ================================================================= */
/* ================================================================= */

@media (max-width: 1100px) {







}

























/* ================================================================= */
/* ================================================================= */
/* MAX 1050 px                                                       */
/* ================================================================= */
/* ================================================================= */

@media (max-width: 1050px) {






}


@media (max-width: 1050px) and (min-width: 992px) {

#mainbody .container {
	width: 920px;
}




}






















/* ================================================================= */
/* ================================================================= */
/* MAX 992 px                                                        */
/* ================================================================= */
/* ================================================================= */

@media (max-width: 992px) {

div.navbar-collapse ul.nav li.item-101 {
	display: none !important;
}

#menu .navbar-collapse .navbar-nav {
	padding: 0 5px;
}

.main-header {
	height: 80px;
}

a .navbar-toggle .icon-bar {
	background-color: #333333;
	width: 24px;
	height: 4px;
	border-radius: 5px;
}

.navbar-brand .custom a img {
	max-width: 240px;
}

.main-header > .container > a {
	position: absolute;
	left: 20px;
	top: 10px;
}

.main-header-center {
	margin: 5px auto 0 auto;
}

.below-logo-mobile {
	margin-bottom: 15px;
}

.below-logo-mobile .container {
	padding: 7px 5px 7px 12px;
	max-width: 720px;
	background: #000000;
}

.data-mobile {
	display: block;
	float: left;
	color: #ffffff;
}

.assine-mobile {
	display: block;
	float: right;
}

.assine-mobile ul.nav {
	margin: 0;
}

.assine-mobile .module ul.nav li {
	display: inline-block;
	width: auto;
	border: none;
	line-height: unset;
}

.assine-mobile .module ul.nav li a {
	padding: 0 10px;
	color: #ffffff;
	border-radius: 3px;
	margin-left: 10px;
	background: #000000;
}

.assine-mobile .module ul.nav li a:hover {
	background: #333333;
}

#mm-sidebar.mm-menu.mm-light {
	background: #000000;
	color: #ffffff;
	font-weight: bold;
}

.mm-panel .navbar-nav {
	float: unset;
	margin: 0;
}

.mm-panel .navbar-nav > li {
	float: unset;
}

.mm-panel .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults)::after {
	width: auto;
	margin-left: 0;
	position: relative;
	left: auto;
	border-color: rgba(255,255,255,0.025);
	border-width: 2px;
}

.mm-panel .nav > li > a:hover,
.mm-panel .nav > li > a:focus {
	text-decoration: none;
	background-color: #222222;
}

.busca-mobile > form > label {
	display: none;
}

.busca-mobile > form > .inputbox {
	width: 100%;
	outline: none;
	border: none;
	color: #000000;
	padding: 5px 10px;
	font-size: 16px;
	font-weight: normal;
	line-height: 26px;
	border-radius: 4px;
}

.busca-mobile.search-module > form > input.button {
	vertical-align: middle;
	position: absolute;
	right: 0;
	top: 0;
	padding: 7px;
	border: none;
}





}




















/* ================================================================= */
/* ================================================================= */
/* MAX 768 px                                                        */
/* ================================================================= */
/* ================================================================= */

@media (max-width: 768px) {

.below-logo-mobile .container {
	padding-left: 15px;
	padding-right: 10px;
	max-width: 100%;
}

.main-header .navbar-toggle {
	margin: 0;
	padding: 10px 0;
}

.main-header .container {
	padding: 0 15px;
}

.main-header > .container > a {
	position: absolute;
	left: 25px;
	top: 15px;
}














}
























/* ================================================================= */
/* ================================================================= */
/* MAX 700 px                                                        */
/* ================================================================= */
/* ================================================================= */

@media (max-width: 700px) {







}






















/* ================================================================= */
/* ================================================================= */
/* MAX 650 px                                                        */
/* ================================================================= */
/* ================================================================= */

@media (max-width: 650px) {










}





















/* ================================================================= */
/* ================================================================= */
/* MAX 600 px                                                        */
/* ================================================================= */
/* ================================================================= */

@media (max-width: 600px) {





}




























/* ================================================================= */
/* ================================================================= */
/* MAX 550 px                                                        */
/* ================================================================= */
/* ================================================================= */

@media (max-width: 550px) {








}



























/* ================================================================= */
/* ================================================================= */
/* MAX 500 px                                                        */
/* ================================================================= */
/* ================================================================= */

@media (max-width: 500px) {







}

























/* ================================================================= */
/* ================================================================= */
/* MAX 450 px                                                        */
/* ================================================================= */
/* ================================================================= */

@media (max-width: 450px) {







}


























/* ================================================================= */
/* ================================================================= */
/* MAX 400 px                                                        */
/* ================================================================= */
/* ================================================================= */

@media (max-width: 400px) {

.below-logo-mobile .container {
	padding-left: 15px;
	padding-right: 0;
	max-width: 100%;
	padding-top: 0;
	padding-bottom: 0;
}

.assine-mobile .module ul.nav li a {
	padding: 1px 10px;
	border-radius: 0;
	margin-left: 5px;
	line-height: 22px;
}

.data-mobile {
	line-height: 22px;
}

.main-header .navbar-brand {
	padding: 0;
	margin: 0 0 0 30px;
}




}




























/* ================================================================= */
/* ================================================================= */
/* MAX 360 px                                                        */
/* ================================================================= */
/* ================================================================= */

@media (max-width: 360px) {

.main-header-center {
	float: none;
	margin: 5px auto;
}

.navbar-brand .custom a img {
	max-width: 200px;
}

.main-header {
	height: 65px;
}

.main-header .navbar-toggle {
	margin: 0;
}

.main-header .navbar-brand {
	padding: 0;
	margin: 0 0 0 50px;
}

.main-header > .container > a {
	position: absolute;
	left: 20px;
	top: 10px;
}








}





















/* ================================================================= */
/* ================================================================= */
/* MAX 320 px                                                        */
/* ================================================================= */
/* ================================================================= */

@media (max-width: 320px) {





}
























/* ================================================================= */
/* ================================================================= */
/* ================================================================= */
/* IMPORTANT AT THE END                                              */
/* ================================================================= */
/* ================================================================= */
/* ================================================================= */