.header {
	margin-bottom: 15px;
}
.header .row {
	border-bottom: solid 1px #dedede;
}

.header--logo-folha {
	float: left;
	margin: 46px 0 0 0;
}
.header--logo-folha a {
	display: block;
}
.header--logo-folha a h2 {
	background: url('//f.i.uol.com.br/folha/especial/2016/eleicoes/svg/logo_folha.svg') 0 0 no-repeat;
	background-size: 100%;
	margin: 0;
	width: 176px;
	height: 21px;
	overflow: hidden;
	text-indent: -9999px;
}

.header--logo-section {
	float: left;
	margin: 40px 0 0 10px;
}
.header--logo-section a {
	display: block;
	text-decoration: none;
}
.header--logo-section a span {
	font: 24px 'folhaii-semibold';
	text-transform: lowercase;
	color: #000;
}

.header--subscribe {
	float: left;
	clear: left;
	margin: 4px 0 0 0;
}
.header--subscribe a {
	display: block;
	font: 14px 'Roboto-medium';
	color: #333;
	text-decoration: none;
}
.header--subscribe a:hover {
}
.header--subscribe a i {
	background: url('//f.i.uol.com.br/folha/especial/2016/eleicoes/svg/assine.svg') 0 0 no-repeat;
	display: inline-block;
	width: 14px;
	height: 11px;
	margin-right: 6px;
}

.header--logo-special {
	text-align: center;
	margin: 26px 0 22px 0;
}
.header--logo-special a {
	font: 54px 'folhaii-semibold';
	display: block;
	color: #00adef;
	text-transform: lowercase;
	word-spacing: -4px;
	text-decoration: none;
}
.header--logo-special a:hover {
}
.header--logo-special a span {
	color: #01579b;
}

.header--advertising {
	float: right;
	width: 88px;
	height: 31px;
	overflow: hidden;
	margin-top: 40px;
	background-color: #ebebeb;
	font-size: 0;
}

.header--navigation {
	width: 100%;
	height: 54px;
	margin: 0;
}
.header--navigation ul {
	width: 100%;
	margin: 0;
	padding: 6px 0;
	cursor: default;
}
.header--navigation ul li {
	display: inline-block;
	text-align: center;
	margin: 0 8px;
}
.header--navigation ul li:first-child {
	margin-left: 0;
}
.header--navigation ul li a {
	font: 16px 'Roboto-medium';
	color: #333333;
	text-decoration: none;
	padding: 10px;
	display: block;
	text-decoration: none;
}
.header--navigation ul li a:hover {
}
.header--navigation ul li:first-child a {
	padding-left: 0;
}

.header--navigation-mobile {
	background: url('//f.i.uol.com.br/folha/especial/2016/eleicoes/svg/menu_mobile.svg') -4px -7px no-repeat;
	background-size: 36px;
	width: 28px;
	height: 19px;
	margin: 18px auto;
	cursor: pointer;
}
.header--navigation-mobile:hover ul {
	position: absolute;
	display: block;
}
.header--navigation-mobile ul {
	display: none;
}

.header .header--search {
	width: 100%;
	height: 54px;
	margin: 0 0 0 -46px;
	border-left: solid 1px #dedede;
}
.header .header--search form {
	display: inline-block;
	margin: 11px 0 0 16px;
	width: 194px;
}
.header .header--search form input {
	font: 16px 'Roboto-medium';
	color: #a5a5a5;
	border: none;
	outline: none;
	width: 150px;
	margin: 4px 0 0 0;
}
.header .header--search form input:-ms-input-placeholder {
	font: 16px 'Roboto-medium';
	color: #a5a5a5;
}
.header .header--search form input:-moz-placeholder {
	font: 16px 'Roboto-medium';
	color: #a5a5a5;
}
.header .header--search form input::-moz-placeholder {
	font: 16px 'Roboto-medium';
	color: #a5a5a5;
}
.header .header--search form input::-webkit-input-placeholder {
	font: 16px 'Roboto-medium';
	color: #a5a5a5;
}
.header .header--search form input.error:-ms-input-placeholder {
	color: #ff0000;
}
.header .header--search form input.error:-moz-placeholder {
	color: #ff0000;
}
.header .header--search form input.error::-moz-placeholder {
	color: #ff0000;
}
.header .header--search form input.error::-webkit-input-placeholder {
	color: #ff0000;
}
.header .header--search button,
.header .header--search-mobile {
	background: url('//f.i.uol.com.br/folha/especial/2016/eleicoes/svg/search.svg') 0 0 no-repeat;
	background-size: 36px 36px;
	display: block;
	width: 36px;
	height: 37px;
	border: none;
	padding: 0;
	font-size: 0;
}
.header .header--search button {
	float: right;
	margin: 0;
}
.header .header--search-mobile {
	margin: 9px auto;
	outline: none;
}

/* lg */
@media (max-width: 1199px) {
	.header--navigation ul {
		padding: 8px 0;
	}
	.header--navigation ul li {
		margin: 0 6px;
	}
	.header--navigation ul li a {
		font-size: 14px;
		padding: 10px 6px;
	}

	.header .header--search form {
		width: 160px;
	}
	.header .header--search form input {
		margin-top: 6px;
		font-size: 14px;
		width: 110px;
	}
	.header .header--search form input:-ms-input-placeholder {
		font-size: 14px;
	}
	.header .header--search form input:-moz-placeholder {
		font-size: 14px;
	}
	.header .header--search form input::-moz-placeholder {
		font-size: 14px;
	}
	.header .header--search form input::-webkit-input-placeholder {
		font-size: 14px;
	}
}

/* md */
@media (max-width: 991px) {
	.header--navigation ul {
		padding: 8px 0;
	}
	.header--navigation ul li {
		margin: 0 2px;
	}
	.header--navigation ul li a {
		font-size: 12px;
		padding: 10px 3px;
	}

	.header .header--search {
		margin: 0 0 0 -30px;
	}
	.header .header--search form {
		margin-left: 14px;
		width: 120px;
	}
	.header .header--search form input {
		font-size: 12px;
		width: 80px;
	}
	.header .header--search form input:-ms-input-placeholder {
		font-size: 12px;
	}
	.header .header--search form input:-moz-placeholder {
		font-size: 12px;
	}
	.header .header--search form input::-moz-placeholder {
		font-size: 12px;
	}
	.header .header--search form input::-webkit-input-placeholder {
		font-size: 12px;
	}
}

/* sm */
@media (max-width: 767px) {
	.header {
		margin-bottom: 20px;
	}
	.header .row {
		border: none;
	}
	.header .row .col-xs-2,
	.header .row .col-xs-4,
	.header .row .col-xs-12 {
		margin: 0;
		padding: 0;
		border-bottom: solid 1px #dedede;
	}

	.header--logo-folha {
		float: none;
		margin: 0;
		text-align: center;
	}
	.header--logo-folha a {
		width: 200px;
		display: inline-block;
		margin: 11px 0;
	}
	.header--logo-folha a h2 {
		width: 100%;
	}
	.header--logo-special {
		margin: 0;
	}
	.header--logo-special a {
		font-size: 21px;
		line-height: 25px;
		margin: 15px auto;
		display: inline-block;
	}
	.header--advertising {
		float: none;
		margin: 12px auto;
	}

	.header .header--search {
		width: 100%;
		height: 84px;
		margin: 0;
		border: none;
		background-color: #eee;
	}
	.header .header--search form {
		margin: 20px 0 0 5%;
		width: 90%;
		height: 44px;
	}
	.header .header--search form input {
		line-height: 18px;
		padding: 12px;
		border: 1px solid #d9d6d8;
		width: 80%;
		margin: 0;
	}
	.header .header--search button {
		background: #fff;
		display: block;
		width: 44px;
		height: 44px;
		color: #8b898a;
		border: 1px solid #b4adb1;
		font-size: 0;
	}
	.header .header--search button::after {
		content: 'Ok';
		color: #8b898a;
		font-size: 12px;
		font-weight: bold;
	}
}
