
/*
Theme Name: ABPITV
Theme URI: http://abpitv.com.br/
Author: Estúdio Saci
Author URI: http://www.estudiosaci.com.br
Description: Tema desenvolvido pelo Estúdio Saci para a ABPITV. Programação: Rafael Merz. Layout: Zé Mario.
Version: 1.0
License: Privada
*/

-------------------------------------------------------------- */

@font-face {
	font-family: 'Helvetica Neue';
	src: url('/includes/fonts/Helvetica_Neue.ttf');
	font-weight: normal;
}

@font-face {
	font-family: 'Helvetica Neue Lighter';
	src: url('/includes/fonts/Helvetica_Neue_Light.ttf');
	font-weight: normal;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	outline: none;
}
input { outline: none !important }
body {
	line-height: 1;
}
h1, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
h2 {
clear: both;
font-weight: bold;
font-size: 24px;
color: #76AAF8;
0px 0px 15px 0px;
}

h3 {
clear:both;
font-size: 16px;
font-weight: lighter;
color: #979797;
line-height: 120%;
margin: 10px 0px 7px 0px;
font-family: 'Helvetica Neue Lighter', sans-serif;
}

ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
select { outline: none !important; }

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom: 12px;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#container {
	opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	position: relative;
	top: 70px;
	width: 100%;
}

#content {
	max-width: 718px;
	float: left;
	width: 70%;
}

#sidebar {
	float: left;
	width: 29%;
	position:relative;
	left:10px;
}

#sidebar .banner {
border-radius: 7px;
/*border: 1px solid #ccc;*/
overflow: hidden;
padding: 0px !important;
margin-bottom: 13px;
line-height: 0px;
}


#sidebar img { max-width: 100%; height: auto; }

#second {
	float: right !important;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 70%;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}

.screen-reader-text { display: none; }


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: 'Helvetica Neue', sans-serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
	font-family: 'Helvetica Neue', sans-serif;
}
input[type="submit"] {
	font-family: 'Helvetica Neue', sans-serif;
}
pre {
	font-family: 'Helvetica Neue', sans-serif;
}
code {
	font-family: 'Helvetica Neue', sans-serif;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	/* width: 940px; */
}
#wrapper {
	background: #fff;
	padding-top: 8px;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: #FFF;
}
body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #E7E7E7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 12px;
	margin-top: 12px;
	float: left;
	width: 96%;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
#content strong {
	font-weight: bold !important;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
font-size: 18px;
font-family: 'Helvetica Neue Lighter', sans-serif;
font-weight: lighter;
color: #333;
padding: 18px 20px 3px 20px;
background-color: #f2f2f2;
margin: 0px 25px 13px 0px;
border-radius: 13px;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	overflow: auto;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: smaller;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	/* box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1); */
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	/* -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1); */
	padding: 4px 6px;
	/*border-radius: 7px;*/
	outline: none;
}
a:link, a:visited {
	color: #009d60;
	text-decoration: none;
}
a:active,
a:hover {
	color: #ff4b33;
}

strong { font-weight: bold !important; }

/* =Header
-------------------------------------------------------------- */

#header {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	height: 177px;
	background: url("images/header-bg.png") no-repeat 312px 44px;
	/* height: 135px;
	border-bottom: 2px solid #a5986e; */
}
#logo { float: left; margin-left: 12px; }

#top-bar { width: 100%; min-width: 650px; height: 32px; float: left; padding-bottom: 12px;}

#top-bar #midias { float: right; height: 32px;}

#top-bar #midias a {
	display: inline-block;
	cursor: pointer;
	margin: 0px 1px;
	width: 33px;
	height: 32px;
	background: #666 url("images/midia-iconsx32.png") no-repeat 0px 0px;
	opacity: 1;
	border-radius: 7px;
}

#top-bar #midias a:hover { 
	opacity: 0.8;
}

#top-bar #midias a:first-child { margin-left: 0px; }
#top-bar #midias a:last-child { margin-right: 0px; }

#top-bar .bt-facebook { background-position: 0px 0px !important; }
#top-bar .bt-twitter { background-position: -33px 0px !important; }
#top-bar .bt-linkedin { background-position: -67px 0px !important; }
#top-bar .bt-youtube { background-position: -100px 0px !important; }
#top-bar .bt-feed { background-position: -133px 0px !important; }
#top-bar .bt-restrita { background-position: -167px 0px !important; width: 140px !important; }

#date {
font-size: 14px;
line-height: 34px;
padding-left: 12px;
float: left;

}

#sub-bar {
float: left;
width: 100%;
background: #E1E1E1;
padding: 2px 0px;
height: 34px;
}

#sub-bar #search {
float: right;
height: 34px;
line-height: 34px;
padding-right: 6px;
}

#sub-bar #search input[type="text"] {
background: #FFF;
width: 190px;
padding-right: 30px;
border-radius: 7px;
height: 20px;
}

#sub-bar #search input[type="submit"] {
background: transparent url("images/search-icon.png");
-webkit-appearance: none;
border: 0px;
border-radius: 0px;
text-indent: 999999px;
width: 28px;
height: 28px;
position: relative;
margin-top: -31px;
padding: 0px;
margin-bottom: 0px;
margin-left: 196px;
cursor: pointer;
display: block;
}

#access {
	display: block;
	float: left;
	width: 100%;
	margin-top: 16px;
	background: #333;
}
#access .menu {
	padding: 0px 8px;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-right: 12px;
	float: left;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #FFF;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	background-image: url(images/bgbt1.gif);
	background-position: 0px 40px;
	background-repeat: repeat-x;
}

#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background-color: #0066cc;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
	font-size: 13px !important;
	text-transform: none;
	background-image: url(images/bgbt-sub.gif);
	background-position: -600px 0px;
	background-repeat: no-repeat;
}
#access li:hover > a,
#access ul ul :hover > a {
	color: #FFF;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current_page_ancestor > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #FFF;
}
* html #access ul li.current_page_item a,
* html #access ul li.current_page_ancestor a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #ada17b;
}

#load-associado {
float: left;
width: 100%;
margin-top: 16px;
}

#profile-sidebar {
padding: 10px 12px;
margin-bottom: 6px;
background: #F1F1F1;
border-radius: 7px;
}

#profile-sidebar h2 {
color: #2e2b70;
font-size: 16px;
padding-bottom: 4px;
}


/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	min-height: 550px;
	padding-top: 6px;
}
#content {
	margin-bottom: 36px;
}
#content,
#content input,
#content textarea {
	color: #666;
font-size: 14px;
line-height: 24px;
text-align: justify;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 12px;
}
#content p {
	width: 96%;
	padding: 0px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}

#content table {
border: 1px solid #e7e7e7;
text-align: left;
width: 96%;
box-sizing: border-box;
border-radius: 7px;
border-collapse: separate;
margin-bottom: 10px;
}
td.info { background: #F9F9F9; border-right: 1px solid #E7E7E7; width: 151px; }
td.info2 { background: #666; border-top-left-radius: 7px; border-top-right-radius: 7px; }
td.info2 h3 {
font-size: 14px;
margin: 0px;
color: #FFF;
font-weight: lighter;
font-family: 'Helvetica Neue Lighter',sans-serif;
line-height: 20px;
position: relative;
top: 1px;
}
/*table tr:first-child > td.info { border-right: 0px; }*/
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 12px;
}
#content tr:first-child > td {
	border-top: 0px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 0px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
color: #2e2b70;
font-size: 40px;
line-height: 62px;
margin: 10px 0px 0px 0px;
}
.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
border: 1px solid #e7e7e7;
margin: 0 0 24px 0;
padding: 16px 24px;
width: 305px;
margin: 0 auto;
border-radius: 7px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content label {
	color: #888;
	font-size: 14px;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	line-height: 48px;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}

#profile-sidebar a { display: none; }

/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}

/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-container img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	line-height: 18px;
}

.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	float: left;
	width: 100%;
	text-align: left;
}

.menu-term {
width: 178px;
height: 18px;
border: 1px solid #CCC;
border-radius: 3px;
padding: 6px 10px;
display: block;
cursor: pointer;
line-height: 21px;
color: #999;
margin-right: 12px;
float: left;
background: transparent url("images/arrows.png") no-repeat 175px -40px;
}

ul.terms {
display: none;
width: 200px;
margin: 0px;
list-style: none;
float: left;
overflow: hidden;
position: absolute;
}

.estados {
top: 98px;
left: 0px;
}

.atividades {
top: 98px;
left: 212px;
}

.letras {
top: 98px;
left: 424px;
}

ul.terms li {
width: 184px;
float: left;
background: #F9F9F9;
border-bottom: 1px solid #FFF;
line-height: 27px;
padding: 2px 8px;
padding-top: 4px;
transition: all .2s ease;
-webkit-transition: all .2s ease;
-o-transition: all .2s ease;
-moz-transition: all .2s ease;
}

ul.terms li a {
text-decoration: none;
color: #666;
font-size: 14px;
font-family: 'Helvetica Neue Lighter', sans-serif;
font-weight: lighter;
display: block;
width: 100%;
}

ul.terms li:hover {
background: #2e2b70;
}

ul.terms li:hover > a {
color: #FFF;
}

ul.category-fotos {
margin: 0px;
list-style: none;
float: left;
width: 100%;
}

ul.category-fotos li {
float: left;
margin-right: 6px;
margin-bottom: 6px;
width: 28%;
background: #F9F9F9;
padding: 12px 2%;
min-height: 280px;
}

ul.category-fotos li img {
max-width: 100%;
min-width: 201px;
height: auto;
}

ul.category-fotos li .hentry, ul.category-videos li .hentry {
padding: 0px !important;
background: none  !important;
width: 100% !important;
min-width: 100% !important;
max-width: 100% !important;
margin-bottom: 0px !important;
}

ul.category-fotos .entry-title, ul.category-videos .entry-title {
text-align: left;
font-size: 14px;
line-height: 18px;
margin: 0px;
}

ul.category-videos {
margin: 0px;
list-style: none;
float: left;
width: 100%;
}

ul.category-videos li {
float: left;
margin-right: 6px;
margin-bottom: 6px;
width: 45%;
background: #F9F9F9;
padding: 12px 2%;
min-height: 280px;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	color: #fff;
	text-decoration:none;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	background-color: #939298;
	border-radius: 3px;
	cursor: pointer;
	font-size: 15px;
	padding: 10px 12px;
	color: #FFF !important;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #292893;
}

#nav-below ul { margin: 0px; padding: 20px 0px; }

#associar {
	border-collapse: separate;
	border-radius: 7px;
	background: #F9F9F9;
}

#associar td { border-bottom: 1px solid #e7e7e7; }
#associar tr:last-child > td { border-bottom: 0px }

#associar td {
	vertical-align: middle;
	text-align: center;
	width: 32% !important;
}

#associar td span {
	height: 24px;
	padding: 4%;
	font-size: 15px;
	background: #43ba5c;
	border-radius: 7px;
	color: #fff;
	display: block;
	width: 92%;
	text-align: center;
	vertical-align: middle;
}

#associar strong {
	font-weight: normal;
	color: #999;
}

#associar strong span {
	height: auto;
	padding: 0px;
	font-size: 21px !important;
	background: none;
	font-weight: lighter;
	font-size: 15px;
	font-family: 'Helvetica Neue Lighter', sans-serif;
	color: #666;
	display: inline;
	width: auto;
	vertical-align: baseline;
}

#associar td div.title {
	vertical-align: middle;
	background-color: #1A80C4;
	padding: 4%;
	border-radius: 7px;
}

#associar td div.title span {
	display: inline;
	padding: 4%;
	width: 92%;
	text-align: center;
	font-size: 16px;
	font-family: 'Helvetica Neue Lighter', sans-serif;
	background-color: #1A80C4;
	border-radius: 7px;
	color: #fff;
	text-transform: uppercase;
	height: 90px;
}

#associar h6 a {
display: block;
background: #06c;
font-size: 16px;
color: #fff !important;
padding: 13px;
text-decoration: none;
opacity: 1;
border-radius: 7px;
}

#associar h6 a:hover {
background: #292893;
}

li.regulacao-item {
border-bottom: 1px solid #F1F1F1;
padding: 1px 0px;
margin: 1px 0px;
}

li.regulacao-item a {
color: #666;
}

li.regulacao-item:hover > a { color: #009d60; }

/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin: 0 0 18px 0;
}
.widget-container .wp-caption img {
	margin: auto;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary {
}

#newsletter-holder {
background: #4790dd;
padding: 15px;
color: #FFF;
border-radius: 7px;
margin-bottom: 13px;
}

#newsletter-holder h2 {
font-size: 30px;
line-height: 24px;
text-transform: uppercase;
font-weight: lighter;
padding-bottom: 4px;
}

#newsletter-holder h4 {
font-size: 16px;
font-weight: lighter;
padding: 5px 0px;
}

#newsletter-holder input[type="text"] {
border: 0px;
width: 100%;
float: left;
max-width: 258px;
line-height: 28px;
font-size: 12px;
background: #FFF;
border-radius: 7px;
}

#newsletter-holder input[type="submit"] {
font-size: 12px;
color: #f7f7f7;
padding: 4px 10px;
background: #2e2b70;
border: 0px;
-webkit-appearance: none;
margin: 0px;
text-transform: uppercase;
width: 100%;
margin-top: 1px;
cursor: pointer;
border-radius: 7px;
}

#newsletter-holder input[type="submit"]:hover {
background: #565656;
}

.facebook-box {
/*border: 1px solid #ccc;*/
border-radius: 7px;
margin-bottom: 12px;
}

/* Footer widget areas */
#footer-widget-area {
}

.page-thumbnail img {
width: 100%;
max-width: 1024px;
height: auto;
}

#home-boxes {
float: left;
width: 100%;
margin-top: 44px;
}

#home-boxes iframe { 
width: 100% !important; 
}

#home-boxes h3 a {
text-decoration: none;
color: #333;
}

#home-boxes h3 a:hover {
	
}

#box-1, #box-3 { margin-right: 6px; }

#home-boxes .boxes {
width: 49%;
float: left;
margin-bottom: 12px;
height: 300px;
overflow: hidden;
}

.box-title {
background: url(images/box-header-bg.gif);
background-position: 0px -18px;
padding: 6px 10px;
height: 24px;
display: block;
}

.box-title h2 {
color: #FFF;
font-size: 14px;
text-transform: uppercase;
float: left;
font-weight: bold;
}

.box-title .leia-mais {
background: #FFF;
color: #222;
font-size: 11px;
padding: 0px 6px;
float: right;
font-weight: bold;
text-decoration: none;
border-radius: 3px;
margin: 0px 0px;
}

.box-title .leia-mais:hover {
background: #d4d5d7;
}

#box-3 .box-title, #box-4 .box-title {
background: url(images/box-header-bg.gif);
background-position: 0px -56px;
}

#box-5 .box-title {
background: url(images/box-header-bg.gif);
background-position: 0px -110px;
}

#box-6 .box-title {
background: url(images/box-header-bg.gif);
background-position: 0px -165px;
}

#box-7 .box-title {
background: url(images/box-header-bg.gif);
background-position: 0px -225px;
}

.extended {
width: 99.5% !important;
height: auto !important;
}

#left-section .main-article-thumb {
width: 99%;
height: 200px;
overflow: hidden;
}

#right-section .main-article-thumb {
width: 70px;
height: 70px;
overflow: hidden;
}

#right-section-2 .main-article-thumb {
width: 120px;
height: 70px;
overflow: hidden;
}

.main-article-thumb {
float: left;
margin-right: 6px;
margin-top: 6px;
margin-bottom: 6px;
width: 140px;
height: 100px;
overflow: hidden;
}

#box-1 img,
#box-2 img,
#box-3 img,
#box-4 img {
width: auto;
height: 100px;
min-height: 100px;
}

a.thumb-link {
text-decoration: none;
color: #111;
}

a.thumb-link:hover { text-decoration: underline; }

.thumb-title {
width: 150px;
display: block;
text-align: center;
line-height: 18px;
margin-top: 5px;
background:#FFF;
transition: background 300ms;
-webkit-transition: background 300ms;
}

.thumb-title:hover {
}

.videos-list img { height: 70px; min-width: 120px; width: auto; }
.videos-list .main-article-thumb { margin-bottom: 0px; }

.main-article-title {
float: left;
width: 55%;
text-align: left;
margin-top: 6px;
}
.main-article-title-noticiasassociados {
float: left;
width: 100%;
text-align: left;
margin-top: 6px;
}

.main-article-title h3,
.main-article-title2 h3,
.main-article-title-noticiasassociados h3 {
font-size: 15px;
line-height: 18px;
text-align: left;
font-weight: bold;
display: block;
border-radius: 7px;
padding: 3px;
background: #fff;
transition: background 300ms;
-webkit-transition: background 300ms;
}

.sub-article-title h3 {
font-size: 13px;
line-height: 18px;
text-align: left;
font-weight: normal;
display: block;
border-radius: 7px;
padding: 3px;
background: #fff;
transition: background 300ms;
-webkit-transition: background 300ms;
}

.sub-article-title h3:hover,
.sub-article-title2 h3:hover,
.sub-article-title3 h3:hover,
.main-article-title h3:hover,
.main-article-title2 h3:hover,
.main-article-title-noticiasassociados h3:hover {
	text-decoration:none !important;
	background:#F1FFA8;
}

.main-article-title2 {
float: left;
text-align: left;
width: 30%;
position: absolute;
margin-top: 206px;
}

.sub-article-title {
float: left;
width: 100%;
font-size: 13px;
border-top: 1px solid #EEE;
padding: 8px 0px;
min-height: 59px;
}
.sub-article-title2 {
float: left;
width: 70%;
font-size: 13px;
border-top: 1px solid #EEE;
padding: 8px 0px;
}
.sub-article-title2 h3{
font-size: 13px;
font-weight: normal;
color: #979797;
line-height: 120%;
}
.sub-article-title3 {
float: left;
width: 49%;
font-size: 13px;
border-top: 1px solid #EEE;
padding: 8px 0px;
}

.sub-article-title3 h3 {
font-size: 13px;
padding: 8px 0px;
font-weight: normal;
}

#left-section, #right-section {
float: left;
width: 49%;
}

#left-section-2, #right-section-2 {
float: left;
width: 49%;
}

#left-section, #left-section-2 { margin-right: 6px; }
#left-section-2 { margin-top: 6px; }

.associados-list {
float: left; width: 100%;
}

.associados-list img { width: 70px;; height: 70px; }

.videos-list {
float: left; width: 100%;
}

.videos-list img {
width: 120px;
height: 70px;
z-index: 1;
opacity: 0.9;
}

.video-thumb-mask {
position: absolute;
z-index: 10;
width: 120px;
height: 70px;
background: url("images/play-icon.png") no-repeat center;
cursor: pointer;
}

.jcarousel li a {
font-size: 13px;
text-align: left !important;
text-decoration: none;
}

.logo-list {
float: left;
width: 100px;
height: 96px;
border: 1px solid #CCC;
margin-right: 12px;
margin-bottom: 12px;
overflow: hidden;
border-radius: 3px;
vertical-align: middle;
text-align: center;
}

.logo-list img {
width: auto;
height: auto;
vertical-align: middle;
max-height: 96px;
min-width: 96px;
max-width: 96px;
margin: 0 auto;
text-align: center;
}

.associado-logo {
vertical-align: middle;
height: 96px;
display: table-cell;
width: 100px;
}

.logo-list .post-edit-link {
display: none;
position: absolute;
margin-top: -96px;
text-decoration: none;
font-size: 16px;
color: #f7f7f7;
padding: 4px 10px;
background: #2e2b70;
text-transform: uppercase;
border-bottom-right-radius: 7px;
border-top-left-radius: 3px;
margin-left: -50px;
}

ul.galeria li a img {
width: auto;
height: auto;
min-height: 100%;
min-width: 100%;
}

ul#galerias-relacionadas {
list-style: none;
margin: 0px;
margin-top: 6px;
float: left;
width: 100%;
}

ul#galerias-relacionadas li {
float: left;
width: 150px;
min-height: 300px;
margin-right: 12px;
}

ul#galerias-relacionadas h4 { font-size: 14px; line-height: 21px; text-align: left; }
ul#galerias-relacionadas a { text-decoration: none; color: #666; }
ul#galerias-relacionadas a:hover { text-decoration: underline; color: #333; }

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    position: fixed !important;
    background-color: #000 !important;
    color: #fff !important;
    padding: 60px 30px !important;
    border-radius: 24px !important;
    opacity: 0.8 !important;
    width: 80% !important;
    max-width: 900px !important;
    text-align: center !important;
    top: 50% !important;
    margin-top: -150px !important;
    border: solid #ccc 1px !important;
    z-index: 999 !important;
    font-size: 24px !important;
    font-weight: 100 !important;
    line-height: 140% !important;
    cursor: hand !important;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    margin: 0 auto;
}

#registro div.button_div { float: right; margin-top: 12px; }
#registro input[type="reset"] { display: none; }
#registro div.div_text { margin-bottom: 10px; }
#registro fieldset input[type="submit"] { width: 100px !important; }

#wpmem_reg legend, #wpmem_login legend { display: none !important }
#wpmem_login fieldset div.link-text:last-child { display: none !important; }

/* =Footer
-------------------------------------------------------------- */

#footer-wrapper { width: 100%; margin: 0 auto; max-width: 1024px; }

#footer {
	background: #939298;
	width: 100%;
	max-width: 1024px;
	float: left;
	margin-bottom: 0px;
}

#footer-header {
	width: 100%;
	text-align: left;
	border-bottom: 2px solid #FFF;
}

#footer-header h2 {
	margin: 0;
	padding: 0;
	color: #FFF;
	line-height: 38px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: normal;
	margin-left: 12px;
}

#footer-content {
	width: 100%;
	background: #E1E1E1;
	color: #111;
	font-size: 18px;
	line-height: 28px;
	float: left;
	min-height: 230px;
}

#footer-login {
width: 250px;
float: right;
margin-top: 2px;
border-left: 2px solid #FFF;
padding: 14px 25px;
min-height: 209px;
margin-bottom: 4px;
color: #666 !important;
}

#footer-menu {
float: left;
width: 100%;
min-height: 246px;
padding: 12px 0px;
max-width: 690px;
font-size: 12px;
}

#footer-menu ul {
margin: 0px 0px 0px 0px !important;
line-height: 120%;
list-style: none;
}
#footer-menu ul li {
float: left;
display: block;
width: 148px;
margin: 0px 13px 10px 0px;
font-weight: bold;
text-transform: uppercase;
}
#footer-menu ul li a {
color: #666 !important;
text-decoration: none;
display: block;
background: none;
padding: 0px 3px;
border-radius: 3px;
}
#footer-menu ul li a:hover {
background: #fff;
}
.sub-menu li {
margin: 0px !important;
}
#footer-menu ul li li a {
font-weight: normal;
text-transform: none;
color:#666 !important;
text-decoration:none;
background:none;
display:block;
padding: 0px 3px;
border-radius:3px;
}

#footer-menu ul li li a:hover {
	background-color:#FFF;
}
#footer .footer-midias a {
	display: inline-block;
	cursor: pointer;
	margin: 0px 1px;
	width: 48px;
	height: 48px;
	background: #666 url("images/midia-iconsx48.png") no-repeat 0px 0px;
	float: left;
	opacity: 1;
	border-radius: 7px;
}

#footer .footer-midias a:hover {
	opacity: 0.8;
}

#footer .bt-facebook { background-position: 0px 0px !important; }
#footer .bt-twitter { background-position: -50px 0px !important; }
#footer .bt-linkedin { background-position: -100px 0px !important; }
#footer .bt-youtube { background-position: -150px 0px !important; }
#footer .bt-feed { background-position: -200px 0px !important; }

#footer-login .footer-link {
color: #111;
text-decoration: none;
padding: 3px 0px;
display: block;
width: 100%;
border-radius: 5px;
background: #ebebeb;
cursor: pointer;
text-align: center;
line-height: 38px;
font-size: 14px;
margin: 0px 0px 6px 0px;

	box-shadow: 0px 0px 0px #888888;
	transition: box-shadow 300ms, background 300ms;
	-webkit-transition: box-shadow 300ms, background 300ms;
}

#footer-login .footer-link:hover { 
background: #292893;
color: #FFF;
box-shadow: -2px 2px 3px #666;
}

#footer-login h3 {
margin-top: 19px;
display: block;
margin-bottom: 4px;
font-size: 12px;
}

#footer-credits {
	width: 100%;
	line-height: 68px;
	font-size: 18px;
	text-transform: uppercase;
	float: left;
}

#footer-credits span {
	color: #FFF;
	font-size: 12px;
}

#footer-credits #info1 {
float: left;
padding-left: 16px;
font-size: 11px;
line-height: 100%;
margin: 21px 0px;
margin-bottom: 0px;
}

#footer-credits #info2 {
float: right;
padding-right: 16px;
font-size: 11px !important;
margin-top: 64px;
line-height: 20px;
}

#footer-credits a { text-decoration: none; color: #FFF; }

#form p {
line-height: 28px;
font-size: 18px;
margin-bottom: 0px;
}

#content input[type="text"], #content input[type="email"], #content textarea {
width: 96%;
}

table.inscricao input, #content textarea {
width: 98% !important;
}

table.inscricao textarea {
background: #FFF;
border-radius: 3px;
width: 98%;
height: 100px;
margin-top: 10px;
max-height: 600px;
}

span.wpcf7-list-item {
margin-left: 0px !important;
margin-right: 16px !important;
float: left !important;
width: 315px !important;
}

#content textarea { resize: vertical }

#content input[type="submit"] {
font-size: 12px;
color: #f7f7f7;
padding: 4px 10px;
background: #2e2b70;
border: 0px;
-webkit-appearance: none;
margin: 0px;
text-transform: uppercase;
margin-top: 1px;
cursor: pointer;
border-radius: 7px;
}

#content fieldset input[type="submit"] {
font-size: 14px;
width: 90px;
text-align: center;
}

#content input[type="submit"]:hover {
background: #333;
}

.slicknav_menu {
	display:none;
}

.control_wrapper ul { margin: 0 auto !important; }

#content .single .entry-title, #content .category {
text-align: left !important;
font-size: 21px !important;
line-height: 24px !important;
font-weight: bold;
}
.entry-title a:link, .entry-title a:visited { color: #2e2b70 !important; }
.entry-title a:hover { color: #009d60 !important; }
#content .single p, .single .entry-utility, #category-posts p {
font-family: 'Helvetica Neue Lighter', sans-serif;
font-size: 14px;
font-weight: lighter;
}
#content .single strong {
font-family: 'Helvetica Neue', sans-serif;
font-weight: bold;
}
#category-posts strong {
font-family: 'Helvetica Neue', sans-serif;
font-weight: normal !important;
}
#content .single hr, #category-posts hr {
background: #EEE;
height: 1px;
width: 96%;
float: left;
}
#category-posts .hentry {
background: #F9F9F9;
padding: 4px 20px;
float: left;
margin-bottom: 10px;
min-width: 94%;
max-width: 94%;
}
h1#cats { margin: 21px 0px; width: 100%; color: #CCC; }
h1#cats a:link, h1#cats a:visited { color: #CCC; text-decoration: none; }
h1#cats a:last-child { color: #666 !important; }
.buttons {
float: left;
width: auto;
padding-bottom: 0px;
border-radius: 7px;
margin-top: 4px;
}
.buttons .iframes {
float: left; margin-right: 5px;
}
.entry-meta {
font-size: 15px;
font-family: 'Helvetica Neue Lighter', sans-serif;
font-style: italic;
}
.single .left-content, #category-posts .left-content { float: left; width: 60%; }
.single .right-content, #category-posts .right-content { float: left; width: 36%; margin-top: 6px; }
.single .right-content img, #category-posts .right-content img { max-width: 100%; height: auto; }

.associado-content .left-content { float:left; width: 70%; }
.associado-content .right-content { float: left; width: 26%; }
.associado-content .right-content img { min-width: 156px; min-height: auto; height: auto; }

.single h3 { color: #009d60; }
#posts-relacionados {
margin: 0px;
float: left;
width: 96%;
list-style: none;
font-size: 12px;
}
#posts-relacionados li {
padding: 4px 8px;
margin-bottom: 4px;
line-height: 18px;
border-radius: 7px;
cursor: pointer;
background: #F1F1F1;
}
#posts-relacionados li:hover {
background: #2e2b70;
transition: all .4s ease;
-webkit-transition: all .4s ease;
-o-transition: all .4s ease;
-moz-transition: all .4s ease;
}#posts-relacionados li:hover > a { color: #FFF; }
#posts-relacionados a, #posts-relacionados a:visited { color: #666; text-decoration: none; display: block; width: 100%; position: relative; top: 1px; }
#posts-relacionados a:before { content: '►  '; font-size: 10px; }

.leia-mais { float: left; }
.leia-mais a {
text-decoration: none;
color: #FFF;
background: #4a71d6;
padding: 6px 8px;
margin-top: 4px;
display: block;
height: 8px;
transition: all .2s ease;
-webkit-transition: all .2s ease;
-o-transition: all .2s ease;
-moz-transition: all .2s ease;
border-radius: 3px;
font-size: 13px;
line-height: 10px;
margin-left: 0;
}
.leia-mais a:after { content: ' ►'; font-size: 10px; }
.leia-mais:hover > a { background: #2e2b70; color: #FFF; border-radius: 3px; }

#content content-search input[type="text"] {
width: 96% !important;
resize: none !important;
}

div.relatorios {
float: left;
width: 100%;
margin-bottom: 20px;
/* border-bottom: 1px solid #F1F1F1; */
}

.relatorios h3 {
color: #009d60;
font-size: 18px;
}

#posts-relacionados {
margin: 0px;
float: left;
width: 96%;
list-style: none;
font-size: 12px;
}

.lista-relatorios {
margin: 0px;
float: left;
width: 96%;
list-style: none;
font-size: 14px;
}

.lista-relatorios li { background: #F9F9F9; padding: 0px; margin-bottom: 3px; border-radius: 5px;}
.lista-relatorios li:hover { background: #777; }
.lista-relatorios li p:hover > a { background-position: 0px -32px; color: #FFF }
.lista-relatorios p { margin: 0px; padding: 3px; }
.lista-relatorios a { display: block; width: 100%; background: url("http://www.abpitv.com.br/site/wp-content/themes/abpitv/images/download-icon.png") no-repeat 0px 0px; padding-left: 34px; line-height: 31px; color: #333; }

@media screen and (max-width: 640px) {

/* #menu is the original menu */
.menu ul {
	display:none;
}
	
.slicknav_menu:first-child {
	display:block;
}


/* SLIDESHOW */
.evoslider dl, .evoslider dd { overflow: visible !important; }
.evoslider .evoImage { width: 100% !important; }
.controlNav { display: none !important; }
.evoslider.cycle .evoText.partialright {
width: 95%;
background-color: #FFF;
padding: 12px 15px;
border: 1px solid #EEE;
border-left: 0px solid #EEE;
}
/* SLIDESHOW */

#access {
display: none !important;
}

.entry-content {
	padding: 15px;
}

#content .entry-title {
	text-align: center;
}

.one-column #content {
margin: 0 auto;
width: 100%;
}

#header { background: none; height: 135px; }
#header #top-bar { display: none; }
#main { padding-top: 0px; }

#logo { float: none !important; text-align: center !important; margin: 0 auto !important; }

#access .menu-header, div.menu {
font-size: 13px;
margin: 0 auto;
width: 290px;
float: none !important;
outline: none;
}

.sub-article-title {
border-top: 0px;
}

.responsive-line {
width: 96%;
padding: 10px 2%;
padding-top: 4px;
border-bottom: 1px solid #EEE;
float: left;
}

#sidebar { display: none; }

#box-1 { margin-top: 305px !important; }
#home-boxes .boxes, .extended { width: 100% !important; }
.main-article-title { width: 153px; }

#home-boxes iframe { 
width: 100% !important; 
}

.sub-article-title2 {
border-top: 0px;
}

.main-article-thumb { display: none; }

.main-article-title,
.sub-article-title {
width: 100%;
}

.main-article-title2 {
width: 96%;
padding: 0px 2%;
}

#left-section {
margin: 0;
border-bottom: 1px solid #EEE;
padding-bottom: 8px;
width: 96%;
padding-left: 2%;
padding-right: 2%;
}

#left-section-2, #right-section-2 {
margin: 0px;
}

#left-section, #left-section-2, #right-section, #right-section-2 {
width: 100%;
}

#right-section-2 {
margin-top: 30px;
border-top: 1px solid #eee;
}

.videos-list, .associados-list {
border-bottom: 1px solid #EEE;
padding-bottom: 10px;
padding-top: 4px;
width: 96%;
padding-left: 2%;
padding-right: 2%;
}

#date { display: none; }
#sub-bar #search input[type="submit"] { margin-left: 260px; }
#sub-bar #search input[type="text"] { width: 254px; }

#footer-header { display: none; }

#footer-credits {
line-height: 28px;
padding: 18px 0px;
}

#footer-login {
width: 93%;
padding: 20px;
margin: 0px;
text-align: center;
}
.footer-midias {
width: 241px;
height: 49px;
text-align: center;
margin: 0 auto;
}

#footer .footer-midias a {
display: inline-block;
cursor: pointer;
width: 48px;
height: 48px;
background: #666 url("images/midia-iconsx48.png") no-repeat 0px 0px;
opacity: 1;
border-radius: 7px;
margin: 0px 0px;
box-shadow: 0px 0px 0px #888888;
transition: box-shadow 300ms, margin 300ms, opacity 300ms;
-webkit-transition: box-shadow 300ms, margin 300ms, opacity 300ms;
}

#footer-credits #info1,
#footer-credits #info2 {
float: left;
width: 100%;
text-align: center;
padding: 0px;
}

#info2 { font-size: 11px !important; }

#footer-menu { display: none; }
#footer-login { border: none; }

#content p {
	width: 100%;
	padding: 0px;
}

#content input[type="text"], #content input[type="email"], #content textarea {
padding: 2% 3%;
width: 94%;
}

#box-7 { display: none; }

.jcarousel li { width: 305px !important; }
.jcarousel img { width: 305px !important; height: auto; }

}


/*ESTILOS HOME PARA IPAD VERTICAL (800PX LARGURA)*/
@media screen and (max-width: 800px) {
.main-article-title {
float: left;
width: 100%;
text-align: left;
margin-top: 6px;
}

#box-1 img, #box-2 img, #box-3 img, #box-4 img {
width: 100%;
height: auto;
min-height: 100px;
}

.main-article-thumb {
float: left;
margin-right: 6px;
margin-top: 6px;
margin-bottom: 6px;
width: 100%;
height: 150px;
overflow: hidden;
}

#left-section .main-article-thumb {
width: 100%;
height: 200px;
overflow: hidden;
}

#content {
width: 100%;
}

#footer-menu {
float: left;
width: 60%;
min-height: 246px;
padding: 12px 0px;
max-width: 690px;
font-size: 12px;
}
}