.content{
	padding: 0 15px;
}
.section-name{
	color: #999;
    font: 300 15px "Roboto", Georgia, serif;
    margin: 20px 0 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.section-name .icon,
.section-name .icon-left{
   	display: inline-block;
    width: 30px;
    height: 30px;
    background: url("http://f.i.uol.com.br/folha/especial/2016/olimpiada-no-rio/svg/arrow_right_section.svg?2016031101");
    position: absolute;
    margin-top: -5px;
    margin-left: -6px;
}
.section-name .icon-left{
	position: initial;
	transform: rotate(180deg);
}
.section-name.master{
    color: #f8b333;
    font: normal 28px 'FolhaIIHeavy';
    text-transform: lowercase;
    letter-spacing: initial;
    margin: 0 0 30px 0;
}
.section-name.master .icon{
	display: none;
}
@media (min-width: 480px){
	.content{ padding: 0; }
}
@media (min-width: 990px){
    .section-name.master{ font-size: 36px;}
}

article.article{
	padding-right: 0 !important;
	width: 100%;
}

.contest{margin: 0;}

.subtitle{
	position: static;
    background: inherit;
    color: #7b7a6c;
    font: normal 15px 'Roboto';
    line-height: 18px;
    text-transform: uppercase;
    margin-right: 5px;
	display: inline-block;
    margin-bottom: 10px;
}

/* =============================================================================
   Colunistas
   ========================================================================== */

.columnist {
	border: 1px solid #ccc;
	border-top: 2px solid #00aeef;
	box-shadow: inset rgba(0,0,0,0.07) 0 3px 1px, rgba(0,0,0,0.05) 0 2px;
	margin-bottom: 30px;
	padding-bottom: 20px;
}
.columnist li {
	float: left;
	height: 70px;
	margin: 20px 5px 0;
	overflow: hidden;
	width: 300px;
}
.columnist a:hover {
	text-decoration: none;
}
.columnist .kicker {
	color: #00adef;
	font-size: 12px;
	font-weight: 700;
	line-height: 14px;
}
.columnist h3 {
	font: 100 16px/21px Georgia, serif;
	margin: 3px 0 5px;
}
.columnist a:hover h3 {
	text-decoration: underline;
}
.columnist .beside ,
.columnists .item .beside {
	float: left;
	margin-right: 10px;
}
/* Navegação */
.section.colunistas .main-nav {
	border-bottom: 1px solid #ccc;
	height: 39px;
	margin-bottom: 20px;
}
.section.colunistas .main-nav li {
	border: 1px solid #ccc;
	border-left: 0;
	box-shadow: inset rgba(0,0,0,0.07) 0 5px 4px;
	float: left;
}
.section.colunistas .main-nav li:first-child {
	border-left: 1px solid #ccc;
}
.section.colunistas .main-nav li a {
	border-top: 2px solid transparent;
	color: #444;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 16px;
	padding: 10px 15px;
}
.section.colunistas .main-nav .active {
	border-bottom-color: #fff;
}
.section.colunistas .main-nav .active a {
	border-top-color: #00adef;
}
.section.colunistas .main-nav li a:hover {
	text-decoration: none;
}

/* Todos */
.columnists .item ,
.columnists .item li {
	float: left;
	width: 100%;
}
.columnists .item li {
	padding: 0 0 30px 0;
}
.columnists .item ul > li:first-child {
	border: 0;
	padding-top: 0;
}

.columnists .item h3 {
	margin: 0;
	line-height: 18px;
}

.columnists .item p {
	margin: 0;
	line-height: 19.2px;
	font: normal 16px 'Roboto';
	text-transform: uppercase;
}
.columnists .item p.description {
	margin-top: 5px;
	text-transform: inherit;
}
.columnists .item h3 a,
.columnists .item p a {
	color: #00afc3;
	font-size: 16px;
}
.columnists .item li img {
	float: left;
	margin-right: 20px;
	border-radius: 100%;
	width: 70px;
	max-width: inherit;
	min-width: inherit;

}

/* Section Index */
.section-index .item {
	margin-bottom: 20px;
}
.section-index li {
	font-size: 12px;
	line-height: 16px;
}
.section-index li a {
	color: #444;
}
.section-index h4 {
	color: #00adef;
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 5px;
}
.section-index h4 a {
	color: #00adef;
}

/* =============================================================================
   Top
   ========================================================================== */
.columnist-top {
	color: #666;
	margin: 15px 0 20px;
}
.columnist-top h2 {
	background: #900;
	border-top: 4px solid #B84C4C;
	float: left;
	font: 300 32px/32px "folhaii-heavy" , serif;
	margin: 0;
	padding: 16px 10px 20px;
	text-transform: lowercase;
}
.columnist-top h2 a {
	color: #fff;
}
.columnist-top h2 span {
	color: #fff;
	font: 12px Arial, Helvetica, sans-serif;
	float: left;
	margin: 5px 0 0;
	text-transform: none;
	width: 100%;
}
.columnist-top .complemnt {
	padding: 80px 0 0 10px;
}
.columnist-top h3 {
	font-size: 16px;
	line-height: 18px;
	margin: 0;
}

/* =============================================================================
   Top - Full
   ========================================================================== */
.columnist-top-full {
	overflow: hidden;
	text-align: center;
	float: left;
    width: 100%;
}
.columnist-top-full .top-wrapper {
	float: left;
	text-align: center;
	display: inline-block;
}
.columnist-top-full > .top-wrapper > div {
	font-size: 13px;
	line-height: 1;
	margin-top: 18px;
}
.columnist-top-full > .top-wrapper > div > a {
	color: #fff;
	padding: 0 5px;
}
.columnist-top-full h2 {
	font: 300 42px/46px "FolhaIIHeavy" , serif;
	margin: 20px 0 0;
	float: left;
}
.columnist-top-full h2 > a {
	color: #00afc3;
}
.columnist-top-full .ex-columnist {
	display: block;
	font-size: 12px;
	margin-top: 4px;
}
.columnist-top-full .biography {
	float: left;
	width: 100%;
	margin: 0px 0 40px;
}
.columnist-top-full .biography .content {
	color: #888;
	font-size: 12px;
	display: inline-block;

}
.columnist-top-full p {
	line-height: 19.2px;
	margin: 0 auto;
	font-family: 'Roboto';
	font-size: 16px;
	overflow: hidden;
	color: #444;
	padding: 15px 0 0 0;
	width: 600px;
}
.columnist-top-full .biography .content img {
	float: left;
	margin: 0 25px 0 0;
	border-radius: 100%;
	width: 90px;
	height: 90px;
	max-width: inherit;
	min-width: inherit;
}
/* =============================================================================
   Biography
   ========================================================================== */
.biography {
	font-size: 16px;
	line-height: 19.2px;
	margin: 0 auto;
}
.biography .content {
	color: #fff;
	min-height: 90px;
}
.biography .content img {
	float: left;
	margin: 10px;
}
.biography .content p {
	margin: 0;
	min-height: 50px;
	padding: 10px 10px 10px 0;
	margin-left: 10px;
}
.biography ul {
	padding: 10px 0 0;
}
.biography ul li {
	border-left: 1px solid #ccc;
	float: left;
	font-size: 12px;
	line-height: 14px;
	margin-right: 5px; 
	padding-left: 5px;
}
.biography ul > li:first-child {
	border: 0;
	padding: 0;
}
.biography ul li a {
	color: #444;
}
@media (max-width: 480px){
	.columnist-top-full .biography .content img{
		float: none;
		margin: 0 auto;
		display: block;
	}
	.columnist-top-full .biography{
		margin-bottom: 30px;
	}
	.columnist-top-full h2{
		width: 100%;
		margin-top: 15px;
	}
	.columnist-top-full p{
		display: none;
	}
}

/* =============================================================================
   News index
   ========================================================================== */
.news-index {
	margin: 0;
	position: relative;
	font-family: 'Roboto'
}
.news-index h2 {
	color: #999;
	font: 300 16px/16px "Roboto", Georgia, serif;
	margin: 0 0 20px;
	padding-bottom: 6px;
	text-transform: uppercase;
}
.news-index h3{
	margin-bottom: 5px;
}
.news-index p{
	line-height: 18px;
    color: #888;
}
.news-index .icon-rss {
	position: absolute;
	right: 0;
	top: 15px;
}
.news-index a {
	color: #444;
	font-size: 16px;
}
.news-index a.ads,
.news-index .news.full .ads .section-name,
.news-index .news.full .ads .time,
.news-index .news.full .ads a {
	color: #e71c22;
}
.news-index .section-name {
	font-weight: 700;
}

.news-index .subheadline {
	text-transform: uppercase;
}
.news-index .news ol {
	margin: 10px 0 15px 10px;
}
.news-index .news ol li {
	font-size: 14px;
	line-height: 24px;
}
.news-index ul.pagination{
	margin: 0 auto 20px;
	display: block;
}
.news-index .date {
	font-size: 15px;
	font-weight: 700;
	line-height: 22px;
}
.news-index .time {
	color: #888;
	font-size: 14px;
	display: block;
	margin-bottom: 5px;
	font-weight: normal;
	margin-right: 10px;
	line-height: 16px;
}
.news-index .time .icon-clock {
    background: url(//f.i.uol.com.br/folha/furniture/5.4/images/sprite.png?2015310301) no-repeat transparent;
    height: 14px;
    width: 14px;
    background-position: -433px -100px;
    display: inline-block;
}
.news-index .pagination,
.pagination-default {
	border-top: 1px dotted #ccc;
	margin: 10px 0;
	padding-top: 20px;
	text-align: center;
	width: 100%;
}

.news-index .pagination li.inactive a,
.news-index .pagination li.inactive a:hover{
	color: #FFF;
	cursor: default;
	background: #00afc3;
}
.news-index .pagination li.prev a,
.news-index .pagination li.next a, 
.news-index .pagination li.prev a:hover, 
.news-index .pagination li.next a:hover{
	background-color: transparent;
}
.news-index .pagination li,
.pagination-default li {
	display: inline-block;
	cursor: pointer;
	margin-right: 5px;
}
.news-index .pagination li a,
.pagination-default li a {
	border: 0px;
	background: #F7F7F7;
	color: #666;
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	height: 17px;
	padding: 10px 0;
	transition: all .2s ease-in;
	width: 40px;
	height: 40px;
}
.news-index .pagination li a:hover,
.pagination-default li a:hover {
	background: #00afc3;
	color: #FFF;
	text-decoration: none;
}
.news-index .pagination .inactive a,
.pagination-default .inactive a {
	color: #e6e6e6;
	cursor: default;
}
.news-index .pagination .inactive a:hover,
.pagination-default .inactive a:hover {
	background: none;
	color: #e6e6e6;
}
.news-index .pagination .arrow,
.pagination-default .arrow {
	border-bottom: 5px solid transparent;
	border-top: 5px solid transparent;
	display: inline-block;
	height: 0;
	width: 0;
}
.news-index .pagination .prev.inactive .arrow,
.pagination-default .prev.inactive .arrow {
	border-right: 8px solid #e6e6e6;
}
.news-index .pagination .prev a .arrow,
.pagination-default .prev a .arrow {
	border-right: 8px solid #666;
	margin-top: 15px;
}
.news-index .pagination .next.inactive .arrow,
.pagination-default .next.inactive .arrow {
	border-left: 8px solid #e6e6e6; 
}
.news-index .pagination .next a .arrow,
.pagination-default .next a .arrow {
	margin-top: 15px;
	border-left: 8px solid #666; 
}
/* Full */
 .news-index .news.full a {
	display: block;
}
.news-index .news.full li ol {
	margin-left: 5px;
}
.news-index .news.full li ol li {
	margin: 0 0 5px;
	line-height: 18px;
}
.news-index .news.full .time {
	margin-right: 4px;
}
.news-index .news.full .section-name {
	color: #333;
	font-size: 13px;
}
/* No time */
.news-index .no_time li { 
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 20px;
}
.news-index .section-date li {
	font-size: 14px;
	margin: 0 0 4px;
}
.news-index .latest-news-list-item{
    list-style: none inside;
    margin: 0 0 10px;
    padding: 0 0 10px;
    position: relative;
    overflow: hidden;
}
.news-index .latest-news-list-item .latest-news-list-item-image{
	float: left;
    margin-right: 20px;
    width: 120px;
}
.news-index .latest-news-list-item .latest-news-list-item-image-inner{
	display: block;
    margin: 0 auto;
    max-height: 100px;
    min-width: inherit;
    max-width: 120px;
    transition: all .2s ease;
}

@media (max-width: 990px){
	.news-index .pagination li a,
	.pagination-default li a {
		width: 30px;
	}
	.news-index .latest-news-list-item .latest-news-list-item-image{
		margin-right: 10px;
		width: 100px;
	}
	.news-index .latest-news-list-item .latest-news-list-item-image-inner{
		max-width: 100px;
	}
	.news-index p{
		display: none;
	}
}

/* =============================================================================
   Especiais & Fotografia
   ========================================================================== */
.gallery_list .main-gallery{
	margin-top: 0;
	padding-top: 0px;
}
.gallery_list .main-gallery .section-name.master{
	color: #fff;
    font: 300 15px "Roboto", Georgia, serif;
    margin: 30px 0 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.gallery_list .main-gallery .containerGallery{
	margin: 15px 0 30px 0;
}
.nav-infographics_list, 
.nav-gallery_list{
	display: none;
}

.nav-infographics_list .pagination, 
.nav-gallery_list .pagination{
	padding-bottom: 20px;
}

.gallery_list li{
	margin-bottom: 20px;
}
.gallery_list .date_gallery,
.infographics_list .date_infographic{
	color: #999;
    font: 300 16px/16px "Roboto", Georgia, serif;
    margin-top: 10px;
    text-transform: uppercase;
    display: block;
}

.gallery_list .title,
.infographics_list .title{
	margin-top: 5px;
	display: block;
	line-height: 19.2px;
    font-family: 'Roboto';
    font-size: 16px;
    color: #444;
}

.gallery_list .box,
.infographics_list .box{
	margin-bottom: 20px;
}
.gallery_list .box img,
.infographics_list .box img{
	max-height: 240px
}
@media (max-width: 990px){
	.gallery_list .date_gallery{
		margin-top: 0;
	}
	.gallery_list .box,
	.infographics_list .box{
		margin-bottom: 35px;
	}
	.gallery_list .box img,
	.infographics_list .box img{
		max-height: auto;
	}
}

/* =============================================================================
   Modalidades & Atletas
   ========================================================================== */
.modality .section-name.master{
	margin-bottom: 20px;
}
.topping-container{
   max-width:100%;
   overflow:hidden;
   float: left;
   width: 100%
}
.topping{
	margin-bottom: 30px;
	margin-top: 0;
}
.topping .overlay{
	overflow: hidden;
}

.topping .row.image{
	margin-right: -70px;
   	margin-left: -70px;
}
.topping .title{
	border-bottom: 0;
	color: #00afc3;
	font-size: 38px;
	text-align: center;
	text-transform: none;
   	padding: 5px 0 0 0;
}
.topping .title .icon{
	height: 64px;
	margin-top: -5px;
	min-width: inherit;
	vertical-align: middle;
	width: 64px;
}
.topping p{
	float: none;
	margin: 0 auto;
	text-align: center;
    color: #777;
    margin-top: 10px;
}
.topping button,
.topping button.grouped {
	background: #fff;
	border: 1px solid #00afc3;
	color: #00afc3;
	display: block;
	letter-spacing: 2px;
	margin: 20px auto 0;
	padding: 10px 30px;
	text-transform: uppercase;
    font: 300 16px "Roboto", Georgia, serif;
    transition: all .3s ease-out;
}
.topping button.grouped {
	display: inline-block;
	width: 50%;
}
.topping button:hover,
.topping button:active,
.topping button:focus,
.topping button.active,
.topping button.active.grouped {
	background: #00afc3;
	transition: all .3s ease-in;
	color: #fff;
}
@media (max-width: 990px){
	.topping p{
		padding-right: 0;
		padding-left: 0;
	}
	.topping .title{
		font-size: 30px;
	}
	.topping .title .icon{
		width: 52px;
		height: 52px;
		display: block;
		margin: 0 auto
	}
	.topping .overlay img{
		width: 130%; max-width: inherit;
	}
}

/** creeple */
.topping.results {
	margin-bottom: 0;
}
.tab-container {
	display: block;
	min-height: 200px;
	overflow: hidden;
	position: relative;
}
.tab-group{
	display: block;
	transition: all 0.4s ease;
	white-space: nowrap;
}
.tab,
.faux-tab {
	margin: 0;
	display: inline-block;
	position: relative;
	vertical-align: top;
	width: 751px;
}

.tab .header {
	position: relative;
}

.round-title {
	text-align: center;
	font-size: 18px;
	padding: 13px 0;
	margin: 12px 0;
}


/* Crepple Rounds*/
.rounds .tab .prev,
.rounds .tab .next {
	display: block;
	height: 32px;
	position: absolute;
	top: 6px;
	width: 32px;
	text-indent: -999999px;
}
.rounds .tab .prev {
	background: url("http://f.i.uol.com.br/folha/especial/2016/olimpiada-no-rio/svg/arrow_left_48px.svg?2016072501");
	left: 0;
}
.rounds .tab .next {
	background: url("http://f.i.uol.com.br/folha/especial/2016/olimpiada-no-rio/svg/arrow_right_48px.svg?2016072501");
	right: 0;
}
.game-list .group {
	text-align: center;
	font-size: 16px;
	line-height: 2.13;
	color: #444;
	padding: 5px 0;
	border-bottom: solid 1px #e2e0d6;
	border-top: solid 1px #a1a090;
	background-color: #f3f2ec;
}
.game-list .game {
	position: relative;
	padding: 45px 0 0;
	border-bottom: solid 1px #e2e0d6;
}
.game-list .game .match {
	text-align: center;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 50px;
}
.game-list .game .match .home,
.game-list .game .match .away {
	display: inline-block;
	width: 49%;
}
.game-list .game .match .home .team,
.game-list .game .match .away .team {
	min-width: 165px;
	text-align: right;
	vertical-align: 0.4em;
	display: inline-block;
}
.game-list .game .match .away .team {
	text-align: left;
}
.game-list .game .match .home .flag,
.game-list .game .match .away .flag { 
	display: inline-block;
	margin: 10px 66px 30px 18px;
}
.game-list .game .match .away .flag { 
	margin: 10px 18px 25px 66px;
}
.game-list .game .match .home .flag img,
.game-list .game .match .away .flag img{ 
	max-width: 64px;
	min-width: 64px;
}
.game-list .game .match .home .score,
.game-list .game .match .away .score { 
	font-family: 'FolhaIISemiBold';
	font-size: 42px;
}
.game-list .game .match .vs {
	display: inline-block;
	width: 2%;
	vertical-align: 0.5em;
}
.game-list .game .info {
	color: #666;
	font-size: 0.7em;
	position: absolute;
	text-align: center;
	top: 5px;
	width: 100%;
}

.game-list .sprite {
	background: url(//f.i.uol.com.br/folha/aovivo/images/sprite-20160211.png) 0 0 no-repeat;
	width: 12px;
	height: 12px;
	display: inline-block;
	margin-left: 15px;
	margin-right: 5px;
}

.game-list .game .info .info-datetime,
.game-list .game .info .info-location{
	display: inline-block;
}

.game-list .game .pk {
	position: absolute;
	text-align: center;
	bottom: 0;
	width: 100%;
	margin-bottom: 8px;
}

.game-list .game .pk .pk-score {
	margin-left: 1.5%;
}

/* Crepple Standings */
.standing {
	width: 100%;
	color: #7b7a6c;
	font-weight: 300;
}
.standings.groups{
	display: none;
}
.standing .head-text {
	padding: 19px 0 16px;
	border-top: solid 1px #a1a090;
}
.standing .head-text.info {
	width: 24px;
	text-align:center;
}
.standing .head-text.info .icon-info {
	color: white;
	height: 20px;
	width: 20px;
	background-color: #00afc2;
	border-radius: 15px;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	content: "?"
}
.standing .standing-group-title {
	background-color: #f3f2ec;
	font-size: 14px;
	text-align: center;
	padding: 10px 0;
	border-top: solid 1px #a1a090;
}
.standing .standing-row-text {
	width: 32px;
	padding: 12px 0;
	border-top: solid 1px #e2e0d6;
	color: #444444;
}
.standing .standing-row-text-country {
	border-top: solid 1px #e2e0d6;
	color: #444444;
}
.standing .standing-row-text-country .flag img{
	width: 20px;
	max-width: 20px;
	min-width: 20px;
	height:20px;
	margin: 2px 15px;
	margin-left: 20px;
}
.standing .bold.standing-row-text {
	padding-left: 15px;
	color: #7b7a6c;
}
.standing .standing-row-text-empty {
	border-top: solid 1px #e2e0d6;
}

.modal {
	background-color: rgba(255, 255, 255, 0.6);
}
.modal-wrapper {
	border: #cccccc thin solid;
	width: 362px;
	height: 208px;
	position: absolute;
	top: 40%;
	bottom: 40%;
	left: 40%;
	right: 40%;
	padding: 25px 20px;
	padding-top: 55px;
	background-color: #FFF;
}
.modal-close {
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 24px;
}
.modal-title {
	position: absolute;
	left: 20px;
	top: 20px;
	font-size: 18px;
}
p.modal-legend {
	display: inline-block;
	min-width: 41%;
	color: #444444;
	font-size: 14px;
}
span.modal-legend-description {
	font-size: 14px;
	font-weight: 500;
	color: #a1a090;
	line-height: 16px;
	margin-left: 5px;
}

@media (max-width: 990px) {
	.results .content {
		padding: 0;
	}
	.topping button,
	.topping button.grouped	{
		font-size: .7em;
	}
	.rounds .tab,
	.standings .faux-tab {
		margin: 0;
		width: 100%;
	}
	.rounds .tab .round-title {
		margin: 5px 0;
	}
	.game-list .game .match .home,
	.game-list .game .match .away {
		width: 47.5%;
	}
	.game-list .game .match .home .team,
	.game-list .game .match .away .team {
		min-width: 100%;
		text-align: center;
		vertical-align: inherit;
		font-size: .8em;
		display: block;
		text-transform: uppercase;
		white-space: normal;
		line-height: .8em;
		margin: 20px 0;
	}
	.game-list .game .match .home .flag,
	.game-list .game .match .away .flag { 
		display: inline-block;	
		margin: 25px 15px;
	}
	.game-list .game .match .home .flag img,
	.game-list .game .match .away .flag img{ 
		max-width: 48px;
		min-width: 48px;
		position: relative;
		bottom: 8px;
	}
	.game-list .game .match .home .score,
	.game-list .game .match .away .score { 
		font-family: 'FolhaIISemiBold';
		font-size: 42px;
	}
	.game-list .game .match .vs {
		display: inline-block;
		width: 5%;
		vertical-align: 0.5em;
	}
	.game-list .game .info {
		color: #666;
		font-size: 0.7em;
		position: absolute;
		text-align: center;
		top: 10px;
		width: 100%;
	}
	.game-list .game .info .info-datetime,
	.game-list .game .info .info-location{
		display: block;
		line-height: 14px;
	}
	.game-list .sprite {
		margin-right: 0;
	}
	.game-list .sprite.icon-location{
		margin-left: 0;
	}
	.standing .head-text:first-child {
		padding-left: 10px;
	}
	.standing .head-text.no-mobile,
	.standing .standing-row-text.no-mobile {
		display: none;
	}
	.standing .bold.standing-row-text {
		padding-left: 10px;
	}
	.standing .standing-row-text-country .flag img {
		margin: 2px 10px;
	} 
	.modal-wrapper {
		width: 80%;
		min-height: 150px;
		height: auto;
		left: 12%;
		right: 10%;
	}	
}
.sprite.icon-clock {
	background-position: -70px -15px;
}
.sprite.icon-location {
	background-position: -93px -15px;
}