.th {
	background-color: #fff;
	padding: 15px 20px;
	margin-bottom: 20px;
	margin-top: 20px;
	padding-bottom: 25px;
}
.th>.row {
	margin-bottom: 10px;
}
.th hr {
	margin: 0;
}
.th__article h3, .th__article h4 {
	margin-top: 5px;
}

.th__layover .et-1 {
	color: #fff;
}
.th__article > .th__layover a {
	color: #fff;
}
.th__layover .th__article .et-data {
	bottom: 20px;
}
.th__article .et-1, .th__article .et-2, .th__article .et-1, .th__article .et-3 {
	padding-top: 10px;
}
.th__header {
	font-family: Oswald;
	text-align: center;
	margin-bottom: 15px;
}
.th__header-title {
	color: #17a1d9;
	font-size: 48px;
}
.th__categories {
	color: #c6c6c6;
	font-size: 20pt;
	text-transform: uppercase;
}
.th__category-tick {
    font-size: smaller;
    vertical-align: top;
    line-height: 0.8em;
    display: none;
}
.th__category a,.th__category a:hover, .th__category a:active {
	text-decoration: none;
}
.th__category--active {
	font-size: 24pt;
}
.th__category--active .th__category-tick {
	display: inline;
}
.th__article {
	position: relative;
}
.th__article .th__article h3 a {
	color: #fff;
}
.th__article a {
	color: #333;
}
.th__article--280 {
	height: 266px;
	border-bottom: 1px solid #c6c6c6; 
}

.th__article--main {
	height: 420px;
}
.th__article-body--right-col {
	padding-right: 20px;
}
.th__article--left-col {
	border-bottom: 1px solid #c6c6c6; 
}
.th__article--140 {
	height: 140px; 
	border-bottom: none;
}
.th__article .et-data {
	position: absolute;
	bottom: 10px;
}
.th__footer {
	text-align: center;
}
.th__button {
	text-transform: uppercase;
}
.th__button:active, .th__button:hover, .th__button:visited {
	color: white;
}

.th__layover {
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
	color: white;
	background-color: rgba(0,0,0, 0.8);
	padding: 10px;
}
.th__layover .et-data {
	position: relative;
	bottom: 5px;
}
.green-title {
	color: #82bb4a;
}
.grey-title {
	color: #c6c6c6;
}
/** Esquema 2 **/

.th__header-title {
	font-size: 48px;
}
.th--esquema-2 .th__article--main {
	height: 400px; 
}
.th--esquema-2 .et-1 {
	padding-top: 0;
}
/** Fix title-box styles **/
.th .title-box {
	margin: -30px 0 -40px 0;
}
.th .title-box__title {
	background-color: #fff;
}
@media (min-width:768px) and (max-width:991px){
	.th__layover{
		bottom: 98px;	
		right: 0;
		left: 0;
		padding: 15px;
	}
}
@media (max-width:767px) {
	.th {
		margin-bottom: 10px;
		padding: 5px 0 3px 0;
	}
	.th__layover {
		background: rgba(0,0,0, 0.8);
	}

 }