/* Basic */

body {
	font-family: Gotham;
	font-size: 14px;
	line-height: 1.4em;
	color: #444;
}

a { color: inherit; }

.container {
	width: 1170px;
	margin: 0 auto;
}

/* Header */

header {
	padding: 30px 0 10px;
	background: url(../images/bg-header.jpg) 50% 0;
}

.header-content { height: 130px; }

header .logo {
	display: inline-block;
	vertical-align: middle;
	width: 226px;
	height: 130px;
	background: url(../images/logo.png) no-repeat 0 50%;
	margin-right: 40px;
}

header .logo-cnt {
	display: inline-block;
	vertical-align: middle;
	width: 54px;
	height: 130px;
	background: url(../images/logo-cnt.png) no-repeat 0 50%;
}

header .social { margin-bottom: 30px; }

header .social ul { float: right; }

header .social li { display: inline; }

header .social a {
	float: left;
	width: 30px;
	height: 30px;
	background: url(../images/i-social.png?1) no-repeat;
	border-radius: 50%;
	margin-left: 5px;
	transition: all 0.2s ease;
}

header .social a:hover {
	transform: translateY(-2px);
	box-shadow: 0 2px 0 #000;
}

header .social .facebook {
	background-position: 0 0;
	background-color: #3D5FA6;
}

header .social .twitter {
	background-position: -30px 0;
	background-color: #53B1F0;
}

header .social .youtube {
	background-position: -60px 0;
	background-color: #DF2A10;
}

header .social .instagram {
	background-position: -90px 0;
	background-color: #402000;
}

header nav li { display: inline; }

header nav a {
	float: left;
	font-weight: 700;
	font-size: 17px;
	line-height: 17px;	
	background: url(../images/sep-nav.jpg) no-repeat right 50%;
	padding: 0 10px;
}

header nav a:hover,
header nav a.active { color: #002953; }

header nav .i-home {
	float: left;
	width: 20px;
	height: 16px;
	background: url(../images/i-home.png) no-repeat;
	margin-right: 15px;
}

header nav a.last {
	background: none;
	padding-right: 0;
}

header .toggle-menu {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	background: url(../images/i-toggle-menu.png) no-repeat;
}

header .horario {
	text-align: right;
	font-weight: 300;
	font-size: 15px;
}

header .horario .i-cnt {
	display: inline-block;
	width: 30px;
	height: 24px;
	background: url(../images/i-cnt.png) no-repeat;
	vertical-align: bottom;
}

/* Slide */

#slide {
	width: 100%;
	height: 350px;
	border-top: 6px solid #002953;
	border-bottom: 6px solid #002953;
}

#slide .container { position: relative; }

.slide-item {
	width: 100%;
	height: 100%;
	background: url(../images/bg-slide-item.jpg) 50% 0;
}

.box-noticia {
	opacity: 0;
	position: absolute;
	top: 94px;
	right: 0;
	height: 150px;
	transition: all 0.6s ease;
}

.cycle-slide-active .box-noticia {
	opacity: 1;
	transition-delay: 0.6s;
}

.box-noticia .i-noticia {
	float: left;
	width: 150px;
	height: 150px;
	background: url(../images/i-noticia.jpg) no-repeat;
	margin-right: 10px;
}

.box-noticia-content {
	float: left;
	width: 600px;
	height: 100%;
	background: #002953;
	padding-right: 30px;
	padding-left: 30px;
	display: table;
}

.box-noticia-content h2 {
	line-height: 24px;
	font-size: 20px;
	color: #fff;
	display: table-cell;
	vertical-align: middle;
}

#controls {
	position: absolute;
	right: 0;
	bottom: -12px;
	z-index: 999;
}

#controls .control {
	float: left;
	width: 60px;
	height: 60px;
	background: #002953 url(../images/slide-controls.png) no-repeat;
	transition: background-color 0.2s ease;
}

#controls .control:hover { background-color: #003a75; }

#controls .prev { background-position: 0 0; }
#controls .next { background-position: -60px 0; }

/* Main */

#main {
	background: url(../images/bg-main.jpg?v3) repeat-x;
	padding-top: 50px;
	min-height: 900px;
}

.title {
	line-height: 50px;
	padding-left: 65px;	
}

.title h3 {
	font-size: 24px;
	font-weight: 300;
	text-transform: uppercase;
}

.title h3 strong { font-weight: 800; }

.title-page { padding-left: 0; }

.title-ultimas-noticias {
	background: url(../images/i-ultimas-noticias.png) no-repeat;
	margin-bottom: 25px;
}

/* Common parts */

.page-sobre-content {
	font-size: 20px;
	line-height: 30px;
}

.page-sobre-content .info-programa {
	width: 100%;
	height: 295px;
	background: url(../images/banner-info-programa.jpg?v2) no-repeat;
	margin-bottom: 100px;
}

/* Noticias */

.page-single article time,
.row-ultimas-noticias article time {
	float: left;
	width: 70px;
	height: 104px;
	font-size: 20px;
	line-height: 24px;
	font-weight: 800;
	background: #002953;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	margin-right: 30px;
	display: table;
}

.page-single article time big,
.row-ultimas-noticias article time big {
	display: block;
	font-size: 34px;
}

.page-single article .time-content,
.row-ultimas-noticias article .time-content {
	display: table-cell;
	vertical-align: middle;
}

.page-single article h4,
.row-ultimas-noticias article h4 {
	overflow: hidden;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
}

/* Base */

#base-social {
	background: #fff;
	margin: 40px 0;
}

.social-header { margin-bottom: 15px; }

.title-redes-sociais {
	float: left;
	line-height: 47px;
	padding-left: 63px;
	margin-right: 20px;
	background: url(../images/i-redes-sociais.png) no-repeat;
}

.title-redes-sociais h3 { font-size: 20px; }

.social-header .social {
	float: left;
	margin-top: 6px;
}

.social-header .social li { display: inline; }

.social-header .social a {
	float: left;
	width: 35px;
	height: 35px;
	background: url(../images/i-base-social.png) no-repeat;
	border-radius: 50%;
	margin-right: 5px;
	transition: all 0.2s ease;
}

.social-header .social a:hover {
	transform: translateY(-2px);
	box-shadow: 0 2px 0 #000;
}

.social-header .social .facebook {
	background-position: 0 0;
	background-color: #3D5FA6;
}

.social-header .social .twitter {
	background-position: -35px 0;
	background-color: #53B1F0;
}

.social-header .social .youtube {
	background-position: -70px 0;
	background-color: #DF2A10;
}

.social-header .social .instagram {
	background-position: -105px 0;
	background-color: #402000;
}

.facebook-like #fb-root { display: none; }

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] { width: 100% !important; }

/* Horário */

.box-horario {
	position: relative;
	width: 100%;
}

.box-horario-content {
	position: absolute;
	width: 100%;
	height: 410px;
	background: #002953 url(../images/horario.png) no-repeat 50%;
}

/* Newsletter */

#newsletter {
	padding: 15px 0;
	margin-bottom: 6px;
	background: #ddd;
}

.title-newsletter {
	line-height: 36px;
	padding-left: 51px;
	background: url(../images/i-newsletter.png) no-repeat;
}

.title-newsletter h3 {
	font-size: 20px;
	color: #002852;
}

#newsletter .form-control {
	width: 100%;
	height: 36px;
	line-height: 36px;
	border: 1px solid #ccc;
	font-family: inherit;
}

#newsletter .bt-enviar {
	float: right;
	width: 100%;
	height: 36px;
	line-height: 36px;
	border: none;
	font-size: 16px;
	color: #fff;
	background: #002953;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
}

#newsletter .bt-enviar:hover { background: #002142; }

/* Footer */

footer {
	width: 100%;
	min-height: 170px;
	background: #002953;
}

footer .col-right {
	position: relative;
	height: 170px;
}

footer .logo-footer {
	display: block;
	width: 100%;
	height: 170px;
	background: url(../images/logo-footer.png) no-repeat 50%;
}

footer nav { margin: 60px 0 15px; }

footer nav li { display: inline; }

footer nav a {
	float: left;
	height: 13px;
	font-size: 13px;
	line-height: 13px;	
	color: #fff;
	background: url(../images/sep-nav-footer.jpg) no-repeat 0 50%;
	padding: 0 16px;
}

footer nav a:hover { color: #8094A9; }

footer nav a.first {
	background: none;
	padding-left: 0;
}

footer .copy {
	font-size: 13px;
	font-weight: 300;
	color: #fff;
}

footer .social { margin-top: 15px; }

footer .social ul { text-align: center; }

footer .social li { display: inline-block; }

footer .social a {
	float: left;
	width: 35px;
	height: 35px;
	background: #fff url(../images/i-social-footer.png) no-repeat;
	border-radius: 50%;
	margin: 0 3px;
	transition: all 0.2s ease;
}

footer .social a:hover {
	transform: translateY(-2px);
	box-shadow: 0 2px 0 #000;
}

footer .social .facebook { background-position: 0 0; }
footer .social .twitter { background-position: -35px 0; }
footer .social .youtube { background-position: -70px 0; }
footer .social .instagram { background-position: -105px 0; }

footer .logo-jwm {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 57px;
	height: 18px;
	background: url(../images/logo-jwm.png) no-repeat;
}