/*
Theme Name: wp-bootstrap
Theme URI: http://320press.com/wpbs
Description: A simple responsive theme based on the Bootstrap framework. Includes multiple page templates, two different sidebars and a theme options panel.
Version: 3.3.1
Author: Chris Barnes
Author URI: http://cbarn.es
Tags: black, white, one-column, two-columns, flexible-width, custom-background, custom-colors, custom-menu, full-width-template, theme-options
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/

/* HEADS UP: Everything that you will normally find here can be found in the library/less/wp.less */

/* micro clearfix: http://nicolasgallagher.com/micro-clearfix-hack/ */
/* For modern browsers */
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}

.clearfix:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}

/* wp-specific classes */
.wp-caption{
    
}

.wp-caption-text{
    
}

.sticky{
    
}

.gallery-caption{
    
}

/* layout */

body{
    padding-top: 0;
    background: url("img/header-bg.png") repeat-x left top;
}
body, button, input, select, textarea {
    font-family: 'Open Sans', Arial, sans-serif;
}

/* header */
.hd{
    padding-top: 25px;
    margin-bottom: 35px;
    height: 100px;
    position: relative;
}
.logo{
    position: absolute;
    top:50px;
    left: -30px;
}
.searchform {
    position: absolute;
    top: 8px;
    right: 80px;
}
.input-cgti .text, .input-cgti .area {
    width: 190px;
    height: 10px;
    border: 1px solid #f0f0f0;
    font-weight: 200;
    font-size: 13px;
    padding: 8px 10px;
    background-color: #f4f4f4;
    -webkit-box-shadow: inset 0 2px 3px rgba(0,0,0,.15);
    -moz-box-shadow: inset 0 2px 3px rgba(0,0,0,.15);
    box-shadow: inset 0 2px 3px rgba(0,0,0,.15);
    text-transform: lowercase;
}
.access-font {
    position: absolute;
    top: 12px;
    right: 435px;
}
.access-font-btn {
    color: #a0a0a0;
    font-size: 11px;
    display: block;
    height: 23px;
    line-height: 23px;
    padding-right: 25px;
    margin-bottom: 10px;
    background: url(img/access-font.png) no-repeat right 0;
    cursor: pointer;
}
.access-contrast {
    position: absolute;
    top: 12px;
    right: 325px;
}
.access-contrast-btn {
    color: #a0a0a0;
    font-size: 11px;
    display: block;
    height: 23px;
    line-height: 23px;
    padding-right: 25px;
    margin-bottom: 10px;
    background: url(img/access-contrast.png) no-repeat right 0;
    cursor: pointer;
}
.lang-select {
    position: absolute;
    top: 10px;
    right: 0px;
}
.lang-select-btn {
    color: #a0a0a0;
    font-size: 11px;
    display: block;
    height: 23px;
    line-height: 23px;
    padding-right: 12px;
    margin-bottom: 10px;
    /* background: url(img/subnav-arrow.png) no-repeat right 8px; */
}
#content img{
    max-width: 100%;
}
/* Admin Top Navigation fixes */

body.admin-bar .navbar-fixed-top{ 
    top: 28px; 
}

.navbar .brand{
    color: #000;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 30px rgba(255, 255, 255, 0.125);
    font-weight: bold !important;
}

.nav-container{
    padding-left: 0;
    padding-right: 0;
}

#inner-header{
    width: 100%;
}

input, textarea, select, .uneditable-input {
    margin-bottom: 0;
}

.navbar-form, .navbar-search {
    margin: 0 0 9px;
}

.navbar-search{
    padding-left: 0;
}

#s{
    width: 100px;
}

#content{
    padding: 10px 0 0;
}

.more-link{
    white-space: nowrap;
}

.footer-links > li{
}

.footer-links .menu{
    list-style-type: none;
    margin-left: 0;
}

.footer-links .menu >li{
    float: left;
    margin-left: 10px;
}




/* post styling */

#main p.meta{
    font-style: italic;
    color: #808080;
}

#main article{
    margin-bottom: 18px;
    border-bottom: 1px solid #eeeeee;
    padding: 0 0 9px;
}

#main article footer{
    border-top: none;
    margin-top: 0;
    padding-top: 0;
    position: relative;
    min-height: 20px;
}

#main article footer a.edit-post{
    position: absolute;
    right: 0;
    top: 0;
    display: none;
}

.post:hover a.edit-post{
    display: inline;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
    font-size: 11px;
    font-size: 0.785714286rem;
    line-height: 2.181818182;
}

/* =Aside post format
-------------------------------------------------------------- */
#main article.format-aside {
    padding: 0;
}

article.format-aside h1 {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
    text-decoration: none;
}
article.format-aside h1 a:hover {
}
article.format-aside .aside {
    padding: 24px 24px 0;
    padding: 1.714285714rem;
    border-left: 22px solid;
}
article.format-aside p {
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.846153846;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
    margin-bottom: 0;
}
article.format-aside footer.aside {
    padding: 24px 24px 0;
    padding: 1.714285714rem;
    border-left: 22px solid;
}

/* Image posts */
article.format-image footer h1 {
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.846153846;
    font-weight: normal;
}
article.format-image footer h2 {
    font-size: 11px;
    font-size: 0.785714286rem;
    line-height: 2.181818182;
}
article.format-image footer a h2 {
    font-weight: normal;
}

/* Link posts */
article.format-link header {
    padding: 0 10px;
    padding: 0 0.714285714rem;
    float: right;
    font-size: 11px;
    font-size: 0.785714286rem;
    line-height: 2.181818182;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    color: #848484;
    background-color: #ebebeb;
    border-radius: 3px;
}
article.format-link .entry-content {
    max-width: 80%;
    float: left;
}
article.format-link .entry-content a {
    font-size: 22px;
    font-size: 1.571428571rem;
    line-height: 1.090909091;
    text-decoration: none;
}

article.format-link footer.entry-meta { 
    clear: both;
}

/* Quote posts */
article.format-quote .entry-content p {
    margin: 0;
    padding-bottom: 24px;
    padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
    display: block;
    padding: 24px 24px 0;
    padding: 1.714285714rem 1.714285714rem 0;
    font-size: 15px;
    font-size: 1.071428571rem;
    line-height: 1.6;
    font-style: normal;
}

article.format-quote .entry-content blockquote p:before {
    content: "\201C  ";
    font-size: 2rem;
}

article.format-quote .entry-content blockquote p:after {
    content: " \201D ";
    font-size: 2rem;
}
article a{
    color: black;
}
article a:hover{
    color: black;
    border-bottom: 1px solid #d5d5d5;
}

/* Status posts */
.format-status .entry-header {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
    display: inline-block;
}
.format-status .entry-header h1 {
    font-size: 15px;
    font-size: 1.071428571rem;
    font-weight: normal;
    line-height: 1.6;
    margin: 0;
}
.format-status .entry-header h2 {
    font-size: 12px;
    font-size: 0.857142857rem;
    font-weight: normal;
    line-height: 2;
    margin: 0;
}
.format-status .entry-header header a {
    color: #757575;
}
.format-status .entry-header header a:hover {
    color: #21759b;
}
.format-status .entry-header img {
    float: left;
    margin-right: 21px;
    margin-right: 1.5rem;
}

p.tags{
    line-height: 20px;
}

div[id*='attachment_']{
    max-width: 100%;
    height: 100%;
}

#credit320{
    background: url('images/320press_mini.png') no-repeat left top transparent;
    padding-left: 20px;
}

#main .hero-unit img{
    margin-bottom: 1em;
}

#main article img{
    height: auto;
    max-width: 100%;
}

img.alignleft{
    margin-right: 10px;
    float: left;
}

img.alignright{
    margin-left: 10px;
    float: right;
}

img.aligncenter{
    display: block;
    margin: 0 auto;
}

.post header img{
    margin-bottom: 18px;
}

.archive #main .post h3{
    line-height: 24px;
    margin-bottom: 10px;
}

video {
    max-width: 100%;
    height: auto;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-wrapper {
    width: 630px;
    max-width: 100%;
    margin-bottom: 18px;
}

/* page styling */

#featured-carousel .item{
    width: 970px;
    height: 600px;
}

.carousel-caption p{
    display: none;
}

.page-template-page-homepage-php #main article{
    border-bottom: none;
}

.page-template-page-homepage-php .hero-unit,
.blog .hero-unit{
    padding: 1em;
}

.hero-unit h1 {
    font-size: 3em;
}

/* comments */



#comments{
    line-height: 24px;
    margin-bottom: 18px;
}

ol.commentlist,
ol.commentlist ul.children{
    list-style-type: none;
    margin-left: 0;
}

.comment .vcard > div{
    margin-top: 8px;
    padding: 0 10px;
}

ol.commentlist time{
    font-size: .8em;
    color: #eeeeee;
}

ol.commentlist div.comment-author{
    position: relative;
}

ol.commentlist a.comment-edit-link{
    color: #ffffff;
    text-decoration: none;
    padding-left: 5px;
}

ol.commentlist span.edit-comment{
    position: absolute;
    right: 0;
    top: 8px;
}

ol.commentlist li.bypostauthor{
    background-color: #dddddd;
}

ol.commentlist ul.children li{
    background-color: #cccccc;
}

ol.commentlist ul.children li ul.children li{
    background-color: #bbbbbb;
}

ol.commentlist ul.children li ul.children li ul.children li{
    background-color: #aaaaaa;
}

ol.commentlist article{
    border-bottom: none !important;
}

a.comment-reply-link{
    position: absolute;
    right: 0;
    bottom: 0;
}

#comment-nav ul{
    list-style-type: none;
    margin: 0;
}

#comment-form-elements{
    list-style-type: none;
    margin: 0;
}

.comment .vcard .avatar{
    padding-right: 0;
}

.comment .vcard .comment-text{
    margin-left: 0;
}

img.avatar{
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #dedede;
    border-right: 1px solid #dedede;
    border-left: 1px solid #ddd;
    
}

ol.commentlist li{
    padding-right: 10px;
    background-color: #F0F0F0;
}

#pings{
    margin-bottom: 9px;
}

ol.pinglist{
    list-style-type: none;
    margin: 0 0 9px 0;
}

#comment{
    width: 270px;
}

ol.commentlist #respond{
    padding: 5px 10px;
}

/* specific post-type styles */

/* image attachment */

.attachment #main .post_content img{
    max-width: 100%;
}

.ie8 #main .media-grid img{
    max-height: none !important;
    max-width: none !important;
}

.attachment-img{
    margin-bottom: 18px;
}

.metadata p.alert-message{
    margin-right: 0;
    margin-bottom: 18px;
}

#gallery-nav{
    list-style-type: none;
    margin-left: 0;
}

li.next a, li.previous a{
    position: relative;
}

li.next a:hover:before{
    content: "\2190";
    position: absolute;
    display: block;
    top: 42%;
    left: 0;
    background-color: #BFBFBF;
    color: #444;
    width: 20px;
    height: 20px;
    padding-left: 5px;
    text-decoration: none;
    box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

li.previous a:hover:before{
    content: "\2192";
    position: absolute;
    display: block;
    top: 42%;
    right: 0;
    background-color: #BFBFBF;
    color: #444;
    width: 20px;
    height: 20px;
    padding-left: 5px;
    text-decoration: none;
    box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}


/* widget styles */

.widget{
    margin-bottom: 18px;
}

.widgettitle{
    margin-bottom: 9px;
}

#tag-cloud{
    margin-bottom: 18px;
    line-height: 160%;
}

/* for some reason the bs version currently available for download doesn't have this style */
.label{
    text-transform: uppercase;
}

/* override standard link hover for the tag cloud widget */
#tag-cloud a:hover,
.tags a:hover{
    color: #ffffff;
    text-decoration: none;
}

#tag-cloud a{
    white-space: pre;
    text-transform: uppercase;
}

/* change default form padding for search */

.widget_search form{
    padding-left: 0;
}

.widget_search input{
    width: 121px;
}

/* calendar widget */

#calendar_wrap{
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 5px;
}

#wp-calendar{
    width: 100%;
    
}

#wp-calendar caption{
    font-weight: bold;
    padding: 8px;
}

#wp-calendar tr{
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

#wp-calendar tr:last-child{
    border-bottom: none;
}

#wp-calendar td{
    text-align: center;
    padding: 8px 0;
}

blockquote.pull-left{
    padding-right: 15px;
}


/* metro style */
a{
    color: white;
}
a:hover{
    color: white;
    text-decoration: none;
}
.row{
    margin-left: 0;
}
.m-green{
    background-color: #558f05;
}
.m-red{
    background-color: #db0000;
}
.m-green{
    background-color: #558f05;
}
.m-blue{
    background-color: blue;
}
.m-orange{
    background-color: #e2b10e;
}
.carrosel-test{
    height: 346px;
}
.h-80{
    height: 80px;
}
.h-112{
    height: 112px;
}
.h-165{
    height: 165px;
}
.top-5{
    margin-top: 5px;
}
.news-grande, .news-pequeno{
    background-color: #1b8400; 
       
    background-image: -webkit-linear-gradient(bottom, #1c8500, #0f4900 21%, #1c8500 55%);
    background-image: -moz-linear-gradient(bottom, #1c8500, #0f4900 21%, #1c8500 55%);
    background-image: -o-linear-gradient(bottom, #1c8500, #0f4900 21%, #1c8500 55%);
    background-image: -ms-linear-gradient(bottom, #1c8500, #0f4900 21%, #1c8500 55%);
    background-image: linear-gradient(to top, #1c8500, #0f4900 21%, #1c8500 55%);
    -webkit-transition: background .1s ease-out;
    -moz-transition: background .1s ease-out;
    -o-transition: background .1s ease-out;
    transition: background .1s ease-out;
    
    background-size:1px 230px;
    
    cursor: pointer;
    color: white;
    height: 112px;
    
    
}
.news-pequeno{
    margin-top: 5px;
}

.news-1{
    margin: 15px;
    font-size: 16px;
}
.news-2{
    margin: 15px;
    font-size: 13px;
    line-height: 15px;
}
.news-2 > p{
    margin-top: 7px;
}

.news-time{
    font-weight: 100;
    font-size: 11px;
    width: 100%;
    text-transform: uppercase;
    
}
.dialogos{
    position: relative;
    background-color: #005a84; 
       
    background-image: -webkit-linear-gradient(bottom, #005a84, #003e5b 21%, #005a84 55%);
    background-image: -moz-linear-gradient(bottom, #005a84, #003e5b 21%, #005a84 55%);
    background-image: -o-linear-gradient(bottom, #005a84, #003e5b 21%, #005a84 55%);
    background-image: -ms-linear-gradient(bottom, #005a84, #003e5b 21%, #005a84 55%);
    background-image: linear-gradient(to top, #005a84, #003e5b 21%, #005a84 55%);
    -webkit-transition: background .1s ease-out;
    -moz-transition: background .1s ease-out;
    -o-transition: background .1s ease-out;
    transition: background .1s ease-out;
    
    background-size:1px 230px;
    
    cursor: pointer;
    color: white;
    height: 112px;
    margin-top: 5px;
    
}
.dialogos .icon{
    position: absolute;
    top:17px;

}
.dialogos span.dialogo-text{
    position: absolute;
    top:30%;
    left: 110px;
    max-width: 170px; 
    text-transform: uppercase;
    font-size: 16px;
}

.news-grande:hover, .news-pequeno:hover, .dialogos:hover{
    background-position:1px -115px;
}

.inscricoes{
    position: relative;
    background-color: #db0000; 
       
    background-image: -webkit-linear-gradient(bottom, #db0000, #a80000 21%, #db0000 55%);
    background-image: -moz-linear-gradient(bottom, #db0000, #a80000 21%, #db0000 55%);
    background-image: -o-linear-gradient(bottom, #db0000, #a80000 21%, #db0000 55%);
    background-image: -ms-linear-gradient(bottom, #db0000, #a80000 21%, #db0000 55%);
    background-image: linear-gradient(to top, #db0000, #a80000 21%, #db0000 55%);
    -webkit-transition: background .1s ease-out;
    -moz-transition: background .1s ease-out;
    -o-transition: background .1s ease-out;
    transition: background .1s ease-out;
    
    background-size:1px 330px;
    
    cursor: pointer;
    color: white;
    height: 165px;
    margin-top: 5px;
    
}

.inscricoes:hover{
    background-position:1px -165px;
}
.inscricoes span.insc-texto{
    padding: 35px;
}
.inscricoes h1{
    font-size: 19px;
    font-weight: 500;
    padding-left: 40px;
    margin-bottom: 0;
    text-transform: uppercase;
}
.inscricoes p{
    font-size: 12px;
    font-weight: 300;
    padding: 0 40px;
    margin-top: 0;
}
.foto-sub{
    position: relative;
    overflow: hidden;
    background-color: #005a84;
    
    cursor: pointer;
    color: white;
    height: 165px;
    margin-top: 5px;
}
.foto-full{
    position: relative;
/*
    left: -50%;
    top:-50%;
*/
    width: 100%;
    height: 100%;    
    padding: 0;
    margin: 0;
}
.foto-full img{
    max-width: none;
    left: 50%;
}

.post-laranja{
    position: relative;
    background-color: #ff6e00; 
       
    background-image: -webkit-linear-gradient(bottom, #ff6e00, #cd5800 21%, #ff6e00 55%);
    background-image: -moz-linear-gradient(bottom, #ff6e00, #cd5800 21%, #ff6e00 55%);
    background-image: -o-linear-gradient(bottom, #ff6e00, #cd5800 21%, #ff6e00 55%);
    background-image: -ms-linear-gradient(bottom, #ff6e00, #cd5800 21%, #ff6e00 55%);
    background-image: linear-gradient(to top, #ff6e00, #cd5800 21%, #ff6e00 55%);
    -webkit-transition: background .1s ease-out;
    -moz-transition: background .1s ease-out;
    -o-transition: background .1s ease-out;
    transition: background .1s ease-out;
    
    background-size:1px 165px;
    
    cursor: pointer;
    color: white;
    height: 80px;
    margin-top: 5px;
    
}
.post-laranja:hover{
    background-position:1px -80px;
}

.post-texto h1{
    font-size: 14px;
    font-weight: 500;
    padding: 15px 15px 0;
    line-height: 0px;
    text-transform: uppercase;
}
.post-texto p{
    font-size: 13px;
    font-weight: 300;
    padding: 0 15px;
    margin-top: 0;
    line-height: 15px;
}

.facebook{
    position: relative;
    background-color: #005a84; 
       
    background-image: -webkit-linear-gradient(bottom, #005a84, #003e5b 21%, #005a84 55%);
    background-image: -moz-linear-gradient(bottom, #005a84, #003e5b 21%, #005a84 55%);
    background-image: -o-linear-gradient(bottom, #005a84, #003e5b 21%, #005a84 55%);
    background-image: -ms-linear-gradient(bottom, #005a84, #003e5b 21%, #005a84 55%);
    background-image: linear-gradient(to top, #005a84, #003e5b 21%, #005a84 55%);
    -webkit-transition: background .1s ease-out;
    -moz-transition: background .1s ease-out;
    -o-transition: background .1s ease-out;
    transition: background .1s ease-out;
    
    background-size:1px 160px;
    
    cursor: pointer;
    color: white;
    height: 80px;
    margin-top: 5px;
}
.facebook span{
    font-size: 17px;
    display: block;
    line-height: 80px;
    padding-left: 65px;
    background: url(img/icon-facebook.png) no-repeat 15px 50%;
}
.facebook.mobile{
    display: none;
    overflow: hidden;
}

.facebook:hover{
    background-position: 1px -80px;
}

.twitter{
    position: relative;
    background-color: #0886be; 
       
    background-image: -webkit-linear-gradient(bottom, #0886be, #09719f 21%, #0886be 55%);
    background-image: -moz-linear-gradient(bottom, #0886be, #09719f 21%, #0886be 55%);
    background-image: -o-linear-gradient(bottom, #0886be, #09719f 21%, #0886be 55%);
    background-image: -ms-linear-gradient(bottom, #0886be, #09719f 21%, #0886be 55%);
    background-image: linear-gradient(to top, #0886be, #09719f 21%, #0886be 55%);
    -webkit-transition: background .1s ease-out;
    -moz-transition: background .1s ease-out;
    -o-transition: background .1s ease-out;
    transition: background .1s ease-out;
    
    background-size:1px 160px;
    
    cursor: pointer;
    color: white;
    height: 80px;
    margin-top: 5px;
}
.twitter span{
    font-size: 17px;
    display: block;
    line-height: 80px;
    padding-left: 65px;
    background: url(img/icon-twitter.png) no-repeat 15px 50%;
}
.twitter:hover{
    background-position: 1px -80px;
}


.youtube{
    position: relative;
    background-color: #777777; 
       
    background-image: -webkit-linear-gradient(bottom, #777777, #646464 21%, #777777 55%);
    background-image: -moz-linear-gradient(bottom, #777777, #646464 21%, #777777 55%);
    background-image: -o-linear-gradient(bottom, #777777, #646464 21%, #777777 55%);
    background-image: -ms-linear-gradient(bottom, #777777, #646464 21%, #777777 55%);
    background-image: linear-gradient(to top, #777777, #646464 21%, #777777 55%);
    -webkit-transition: background .1s ease-out;
    -moz-transition: background .1s ease-out;
    -o-transition: background .1s ease-out;
    transition: background .1s ease-out;
    
    background-size:1px 160px;
    
    cursor: pointer;
    color: white;
    height: 80px;
    margin-top: 5px;
}
.youtube span{
    font-size: 17px;
    display: block;
    line-height: 80px;
    padding-left: 65px;
    background: url(img/icon-youtube.png) no-repeat 15px 50%;
}
.youtube:hover{
    background-position: 1px -80px;
}
.info-uteis{
    position: relative;
       
    color: black;
    margin-top: 5px;
    
    
}
.info-uteis h1{
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    font-size: 13px;
    margin: 0px;
    padding-left: 15px;
    color: white;
    font-weight: 500;
    
    background-color: #19b000; 
       
    background-image: -webkit-linear-gradient(bottom, #029800, #19b000);
    background-image: -moz-linear-gradient(bottom, #029800, #19b000);
    background-image: -o-linear-gradient(bottom, #029800, #19b000);
    background-image: -ms-linear-gradient(bottom, #029800, #19b000);
    background-image: linear-gradient(to top, #029800, #19b000);
    -webkit-transition: background .1s ease-out;
    -moz-transition: background .1s ease-out;
    -o-transition: background .1s ease-out;
    transition: background .1s ease-out;

}
.info-gerais-desc{
    color: black;
}
.info-gerais-item h2{
    color: #029800;
    font-weight: 100;
    font-size: 14px;
    line-height: none;
    margin:0;
    padding: 0;
}
.span-info{
    width: 45%;
    padding: 10px;
}
.span-info h2{
    color: #029800;
    font-weight: 100;
    font-size: 14px;
    line-height: none;
    margin:0;
    padding: 0;
}
.span-info h2 img, .info-gerais-item h2 img{
    margin-right: 10px;
}
.span-info p{
    color: black;
    font-weight: 100;
    font-size: 12px;
    line-height: 15px;
    margin:0;
    padding-left: 40px;
}

.foto-dica{
    position: relative;
    overflow: hidden;
    background-color: #ff6e00;
    
    cursor: pointer;
    height: 165px;
    margin-top: 5px;
}
.foto-dica img{
    max-width: none;
}
.foto-dica-tit{
    position: absolute;
    top:100px;
    left: 0;
    background-color: white;
    padding: 10px 20px 10px 20px;
    max-width: 200px;
    font-weight: 400;
    color: black;
}
.facebook-col span{
    font-size: 17px;
    display: block;
    line-height: 80px;
    padding-left: 120px;
    background: url(img/icon-facebook.png) no-repeat 17px 50%;
}
.twitter-col span{
    font-size: 17px;
    display: block;
    line-height: 80px;
    padding-left: 120px;
    background: url(img/icon-twitter.png) no-repeat 17px 50%;
}
.youtube-col span{
    font-size: 17px;
    display: block;
    line-height: 80px;
    padding-left: 120px;
    background: url(img/icon-youtube.png) no-repeat 17px 50%;
}


/* layout internas */
#content article{
    margin-right: 25px;
}
h1.titulo-secao, h1.titulo-single{
    background-color: #19b000;
    font-size: 24px;
    font-weight: 300;
    color: white;
    padding-left: 20px;
    height: 45px;
    line-height: 45px;
    margin: 0 0px 30px 0;
}
h1.titulo-single{
    margin: 0 25px 30px 0;
}

.titulo-space{
    margin-bottom: 30px;
}
.single-title{
    font-size: 30px;
}

.dialogos-col{
    position: relative;
    background-color: #005a84; 
       
    background-image: -webkit-linear-gradient(bottom, #005a84, #003e5b 21%, #005a84 55%);
    background-image: -moz-linear-gradient(bottom, #005a84, #003e5b 21%, #005a84 55%);
    background-image: -o-linear-gradient(bottom, #005a84, #003e5b 21%, #005a84 55%);
    background-image: -ms-linear-gradient(bottom, #005a84, #003e5b 21%, #005a84 55%);
    background-image: linear-gradient(to top, #005a84, #003e5b 21%, #005a84 55%);
    -webkit-transition: background .1s ease-out;
    -moz-transition: background .1s ease-out;
    -o-transition: background .1s ease-out;
    transition: background .1s ease-out;
    
    background-size:1px 160px;
    
    cursor: pointer;
    color: white;
    height: 80px;
    margin-top: 0px;
    
}

.dialogos-col .icon{
    position: absolute;
    top:14px;
    left: 17px;
    margin: 0;

}
.dialogos-col span.dialogo-text{
    position: absolute;
    margin: 0;
    top:23px;
    left: 80px;
    line-height: 18px;
    max-width: 140px; 
    text-transform: uppercase;
    font-size: 14px;
}

.dialogos-col:hover{
    background-position:1px -80px;
}
.inscricoes-col{
    position: relative;
    background-color: #db0000; 
       
    background-image: -webkit-linear-gradient(bottom, #db0000, #a80000 21%, #db0000 55%);
    background-image: -moz-linear-gradient(bottom, #db0000, #a80000 21%, #db0000 55%);
    background-image: -o-linear-gradient(bottom, #db0000, #a80000 21%, #db0000 55%);
    background-image: -ms-linear-gradient(bottom, #db0000, #a80000 21%, #db0000 55%);
    background-image: linear-gradient(to top, #db0000, #a80000 21%, #db0000 55%);
    -webkit-transition: background .1s ease-out;
    -moz-transition: background .1s ease-out;
    -o-transition: background .1s ease-out;
    transition: background .1s ease-out;
    
    background-size:1px 160px;
    
    cursor: pointer;
    color: white;
    height: 80px;
    line-height: 80px;
    margin-top: 5px;
    text-transform: uppercase;
    text-align: center;
    
}

.inscricoes-col:hover{
    background-position:1px -80px;
}
.inscricoes-col span.insc-texto{
    padding: 35px;
}
.inscricoes-col span{
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}


/* caroussel */
.carousel-indicators {
position: absolute;
top: 320px;
left:46%;
z-index: 5;
margin: 0;
list-style: none;
cursor: pointer;
}


.slide-home{
    position: relative;
    overflow: hidden;
}
/*
.item{
    position: absolute;
    top:0;
    left: 0;
    
}
.item img{
    width: auto    9;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}
*/
.tit-destaque{
    position: absolute;
    top:260px;
    left: 0;
    background-color: white;
    padding: 10px 10px 10px 50px;
    max-width: 400px;
    font-weight: 600;
    font-size: 18px;
    color: black;
}
#slider-pag{
    position: absolute;
    top:0px;
    z-index: 10;
}
#nav-prev, #nav-next {
font-weight: 100;
top: 110px;
opacity: 0.6;
text-decoration: none;
color: white;
position: absolute;
height: 80px;
margin-top: 0;
font-size: 5em;
text-shadow: 0 1px 1px rgba(0,0,0,.4);
background-color: transparent;
border: 0;
z-index: 10;
}
#nav-prev:hover, #nav-next:hover {
opacity: 0.8;
}
#nav-prev{
    left: 10px;
}

#nav-next{
    right: 10px;
}
.data-post{
    font-style: italic;
    font-size: 0.9em;
    margin-bottom: 15px;
    color:#595959;
}
.post-imagem{
}


/* footer */
.logo-rodape{
    margin-top: 7px;
}

#sponsors-wrapper {
    position: relative;
    background-color: #f8f8f8;
    margin-top: 30px;
    border-top: 1px solid #d7d7d7;
}
#sponsors {
    max-width: 970px;
    margin: 0 auto;
    min-height: 70px;
    padding: 17px;
    position: relative;
}
#sponsors ul{
    list-style: none;
    margin: 0;
}
#ft-wrapper {
    position: relative;
    background-color: #f8e27b;
}
#ft {
    color: black;
    max-width: 970px;
    margin: 0 auto;
    min-height: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}
#ft ul{
    list-style: none;
}
#ft .menu > li{
    margin-right:20px;
    list-style: none;
}
#ft ul.sub-menu{
    margin: 0;
    opacity: 0.7;
}
#ft a{
    color: black;
    font-size: 12px;
}
#ft .sub-menu a{
    color:black;
}
ul.sub-menu li{
}
#address-wrapper {
    position: relative;
    background-color: #fdbc0c;
}
#address-wrapper h4.widgettitle {
    display: none;
}
#address-wrapper .span4{
    width: 100% !important;
}
#address {
    font-size: 10px;
    text-align: center;
    max-width: 970px;
    margin: 0 auto;
    min-height: 40px;
    padding: 10px 20px 0 20px;
    position: relative;
}
#address p{
}

.lead{
    margin-left: 0px;
}
#conf-inner, #info-inner, #clipping-inner{
    position: relative;
    left: 20px;
}
.conferencistas{
    position: relative;
    overflow: hidden;
    margin-left: 0;
    width: 315px;
    float: left;
    min-height: 1px;
}
.conf-photo{
    position: absolute;
    z-index: 10;
    overflow: hidden;
    width: 50%;
}
.conf-photo > img{
    max-width: none !important;
    max-height: 110%;
}
.esq{
    float: left;
}
.dir{
    float: right;
    left: 50%;
}
.conferencistas{
    background-color: #ff6e00; 
       
    background-image: -webkit-linear-gradient(bottom, #ff6e00, #cd5800 21%, #ff6e00 55%);
    background-image: -moz-linear-gradient(bottom, #ff6e00, #cd5800 21%, #ff6e00 55%);
    background-image: -o-linear-gradient(bottom, #ff6e00, #cd5800 21%, #ff6e00 55%);
    background-image: -ms-linear-gradient(bottom, #ff6e00, #cd5800 21%, #ff6e00 55%);
    background-image: linear-gradient(to top, #ff6e00, #cd5800 21%, #ff6e00 55%);
    -webkit-transition: background .1s ease-out;
    -moz-transition: background .1s ease-out;
    -o-transition: background .1s ease-out;
    transition: background .1s ease-out;
    
    background-size:1px 300px;
    
    cursor: pointer;
    color: white;
    height: 150px;
    
    
}
.conf-span{
    float: left;
}
.conf-desc-esq{
    position: absolute;
    top: 15px;
    left: 54%;
    width: 40%;
}
.conf-desc-dir{
    position: absolute;
    top: 15px;
    left: 4%;
    width: 40%;
}
.conf-desc-esq h1{
    margin:0;
    padding: 0;
    font-size: 25px;
    font-weight: 300;
    line-height: 30px;
}
.conf-desc-dir h1{
    margin:0;
    padding: 0;
    font-size: 25px;
    font-weight: 300;
    width: 120px;
    line-height: 30px;
}
.triang-esq{
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 0 22px 22px;
    border-color: transparent transparent #ff6f00 transparent;
    line-height: 0px;
    
}
.triang-dir{
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 22px 0 0 22px;
    border-color: transparent transparent transparent #ff6f00;
    line-height: 0px;
    
}

.conf-triangle-esq{    
    z-index: 999;
    position: absolute;
    float: left;
    top:20px;
    left:45%;
    width: 22px;
    height: 22px;
}
.conf-triangle-dir{    
    z-index: 1000;
    position: absolute;
    float: left;
    top:20px;
    left:48%;
    width: 22px;
    height: 22px;
}

.resumo{
    font-size: 12px;
    font-weight: 300;
    width: 40%;
    line-height: 12px;
}
/*
.resumo-dir{
    font-size: 12px;
    font-weight: 300;
    width: 40%;
    line-height: 15px;
}
*/
.resultado-busca{
    color: black;
}
.resultado-busca h1{
    font-size: 14px;
    font-weight: 100;
    font-style: italic;
/*     margin-left: 20px; */
}
.posts-busca h3{
    font-weight: 700;
    font-size: 16px;
    border-top: 1px solid #e7e7e7;
    margin-right: 30px;
    margin-bottom: 0;
}
.posts-busca a{
    color: black;
}
.space-row{
    margin-bottom: 20px;
}
.space-col{
    margin-right: 40px;
}
.space-clip{
    margin-right: 15px;
}
.space-clip-row{
    margin-bottom: 15px;
}
.eventos-span{
    float: left;
    width: 340px;
    min-height: 1px;
}
.eventos{
    color: black;
    margin-top: 20px;
}
.eventos h1{
    font-size: 16px;
    line-height: 18px;;
    font-weight: 500;
    margin: 0;
}
.evento-photo{
    overflow: hidden;
}
.evento-resumo{
    color:white;
    font-size: 13px;
    font-weight: 300;
    margin-top: 8px;
    margin-right: 30px;
    text-align: justify;
}
.evento-resumo a{
    color:white;
}
.evento-resumo > div{
    padding: 0 !important;
}

.eventos-item{
    height: 180px;
    width: 0 auto;
    float: left;
    margin: 2px .25%;
    position: relative;
    overflow: hidden;
    
}
.eventos-item .evento-desc {
position: absolute;
bottom: -90%;
padding: 12px 15px;
width: 100%;
height: 100%;
background: rgba(87,186,232,.87);
color: #fff;
-moz-transition: bottom .4s linear;
-webkit-transition: bottom .4s linear;
-o-transition: bottom .4s linear;
transition: bottom .4s linear;
}
.evento-desc.disp {
bottom: -25%;
}
.post_content{
    text-align: left;
}
#convencoes-inner{
    position: relative;
    left: 0px;
    color: black;
    top:20px;
}
.convencoes-photo{
    position: relative;
    overflow: hidden;
    width: 100px;
    float:left;
    border: 2px solid #cfcfcf;
}
.convencoes-photo section{
    position: relative;
    float: left;    
}
.convencoes-desc{
    position: relative;
    left: 15px;
    color: black;
}
.convencoes-desc a{
    color: black;
}
.convencoes-desc h1{
    margin:0;
    padding: 0;
    font-size: 15px;
    font-weight: 700;
    width: 315px;
    line-height: 18px;
}
.convencoes-resumo{
    font-size: 14px;
    font-weight: 300;
}
a.bot-leiamais{
    font-size: 12px;
    font-weight: 100;
    margin-top: 15px;
    background-color: #0ba100;
    color: white;
    padding: 7px;
    width: 100px;
    height: 30px;
    line-height: 60px;
    vertical-align: bottom;
}
.documentos{
    margin-top: 20px;
}
.doc-titulo{
    font-size: 16px;
    margin-bottom: 10px;
}
.doc-link{
    margin-left:85px;
}
.doc-link a{
    color: white;
border: none;
font-size: 14px;
font-weight: 100;
width: 70px;
display: block;
line-height: 40px;
padding-left: 45px;
background: #f97401 url(img/icon-download.png) no-repeat 10px 50%;
margin-left: 5px;
background-size: 20%;
}
.doc-link a:hover{
    color: white;
    border: 0;
}
.doc-line{
    border-bottom: 1px solid #e8decc;
    float: left;
    width: 96%;
    margin-top: 20px;
    
}
.doc-link-release{
    margin-left:85px;
}

.doc-link-release a{
    color: white;
border: none;
font-size: 14px;
font-weight: 100;
width: 70px;
display: block;
line-height: 40px;
padding-left: 45px;
background: #2c8000 url(img/icon-download.png) no-repeat 10px 50%;
margin-left: 5px;
background-size: 20%;
}
.doc-link-release a:hover{
    color: white;
    border: 0;
}
.clipping{
    position: relative;
    background-color: #d7d7d7;
}
.clip-quote{
    margin-top:20px;
    margin-left: 10%;
    margin-bottom:20px;
    width: 80%;
    font-size: 18px;
    color: #494949;
    text-align: left;
    line-height: 25px;
    height: 150px;
    overflow: hidden;
}
.clip-titulo{
    background-color: #acacac;
    color: white;
    font-weight: 100;
    line-height: 40px;
    padding-left: 10%;
}
.doc-link-clipping{
    margin-left:70px;
    text-align: center;
}
.doc-link-clipping a{
    color: white;
border: none;
font-size: 14px;
font-weight: 100;
width: 100px;
display: block;
line-height: 40px;
padding-left: 7px;
padding-right: 7px;
background-color: #2c8000;
margin-left: 5px;
background-size: 20%;
}
.doc-link-clipping a:hover{
    color: white;
    border: 0;
}




.contrastado * {
    color: #FFF !important;
    background: #000 !important;
}

.contrastado {
    background: #000!important;
}

.contrastado .facebook span {
    background: url(img/icon-facebook.png) no-repeat 17px 50% !important;
}

.contrastado .twitter span {
    background: url(img/icon-twitter.png) no-repeat 17px 50% !important;
}

.contrastado .youtube span {
    background: url(img/icon-youtube.png) no-repeat 17px 50% !important;
}

.contrastado .facebook-col span, .contrastado .twitter-col span, .contrastado .youtube-col span {
    color: #000 !important;
}

.contrastado .convencoes-desc, .contrastado .convencoes-desc a h1 {
    background: transparent !important;
}

.contrastado .thumbnail {
    background: url(img/icon-download.png) no-repeat 17px 50% !important;
}

.contrastado .conf-desc-esq, .contrastado .conf-desc-esq h1, .contrastado .conf-desc-esq section {
    background: transparent !important;
}

.contrastado .conf-desc-dir, .contrastado .conf-desc-dir h1, .contrastado .conf-desc-dir section {
    background: transparent !important;
}

.old-videos {
    width: 100%;
    color:#19b000;
    border-bottom: 1px solid #19b000;
}

.old-videos h4 {
    font-weight: normal;
    font-size: 12px;
    margin-bottom: 0;
}

.more-videos {
    width: 100%;
    text-align: center;
    background-color: #d1d1d1;
    padding: 5px;
    font-size: 10px;
}

.nav-disp{
    overflow: visible !important;
}
.right{
    text-align: right;
}



/* noticias */
.noticias-todas{
    border-top: 1px solid #e7e7e7;
    margin-bottom: 20px;
}

.noticias-todas h1{
    font-weight: 700;
    font-size: 16px;
    margin-right: 30px;
    margin-bottom: 0px;
    line-height: 20px;
}
.noticias-todas a.bot-leiamais{
    line-height: 49px;
}

.noticia-img {
margin-top: 12px;
position: relative;
overflow: hidden;
float: left;
}
.noticia-img img{
    margin-right: 15px;
}
.noticia-leiamais{
    float: right;
}


/* Pagination */
/* Clear things*/
ul.paga-numbers, ul.page-numbers li, ul.page-numbers li a, ul.page-numbers li a:hover ul.page-numbers li span {
    padding: 0;
    margin: 0;
    text-decoration: none;
    font: normal 12px Arial;
    border: none;
}

ul.page-numbers {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: right;
    padding: 5px 0 5px 0;
    border-top: 1px solid #cdcdcd;
    margin-left: 0px !important;
    margin-right: 25px;
}
    ul.page-numbers li {
        display: inline;
    }
        ul.page-numbers li a {
            text-decoration: none;
            border: none;
            padding-bottom: 10px;
        }
    ul.page-numbers span.dots {
        color: #666;
    }
    
    ul.page-numbers li a, .page-numbers span.current, .page-numbers span.dots {
        font: normal 12px Arial;
        padding: 5px;
    }
    
/* SETTINGS - ALIGN CENTER  - Default = align-left */
ul.align-right { text-align: right; }
ul.align-center { text-align: center; }

span.page-info.left {
    padding: 0 10px 0 0;
}

span.page-info.right {
    padding: 0 0 0 10px;
}

ul.shape-round li a, ul.shape-round span.current {
    -moz-border-radius: 0px;
    -khtml-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
/* SETTINGS - ACTIVE BACKGROUND */
ul.current-page-yellow span.current { background: #ffff00; color: #666; }
ul.current-page-purple span.current { background: #ac58ff; color: #fff; }
ul.current-page-dark span.current { background: #666; color: #eee; }
ul.current-page-bright span.current { background: #e6e6e6; color: #666; border: 1px solid #ddd; }
ul.current-page-red span.current { background: #ba0000; color: #fff; }
ul.current-page-green span.current { background: #69ba00; color: #fff; }
ul.current-page-cyan span.current { background: #18C6FF; color: #fff; }
ul.current-page-pink span.current { background: #ff80ff; color: #fff; }
ul.current-page-orange span.current { background: #ff9a00; color: #fff; }

/* SETTINGS - page BACKGROUND */
ul.page-yellow li a { background: #ffff00; color: #666; }    
ul.page-purple li a { background: #ac58ff; color: #fff; }
ul.page-dark li a { background: #666; color: #fff; }
ul.page-bright li a { background: #e6e6e6; border: 1px solid #ddd; color: #666; }
ul.page-red li a { background: #ba0000; color: #fff; }
ul.page-green li a { background: #69ba00; color: #fff; }
ul.page-cyan li a { background: #18C6FF; color: #fff; }
ul.page-pink li a { background: #ff80ff; color: #fff; }
ul.page-orange li a { background: #ff9a00; color: #fff; }
    

/* SETTINGS - page BACKGROUND */
ul.current-page-yellow.fill-gradient span.current, ul.page-yellow.fill-gradient li a { background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffe4), to(#ffff07)); }
ul.current-page-purple.fill-gradient span.current, ul.page-purple.fill-gradient li a { background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bf77ff), to(#913cff)); }
ul.current-page-dark.fill-gradient span.current, ul.page-dark.fill-gradient li a { background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#848484), to(#494949)); }
ul.current-page-bright.fill-gradient span.current, ul.page-bright.fill-gradient li a { background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f6f6f6), to(#dfdfdf)); }
ul.current-page-red.fill-gradient span.current, ul.page-red.fill-gradient li a { background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#da0000), to(#8b0000)); }
ul.current-page-green.fill-gradient span.current, ul.page-green.fill-gradient li a { background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#87ca00), to(#4ba200)); }
ul.current-page-cyan.fill-gradient span.current, ul.page-cyan.fill-gradient li a { background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#30d4ff), to(#0db1ff)); }
ul.current-page-pink.fill-gradient span.current, ul.page-pink.fill-gradient li a { background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffb5ff), to(#ff44ff)); }
ul.current-page-orange.fill-gradient span.current, ul.page-orange.fill-gradient li a { background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffb000), to(#ff7d00)); }

ul.page-yellow li a:hover { background: #fff; color: #666; text-decoration: none;}
ul.page-purple li a:hover { background: #8000ff; text-decoration: none; }
ul.page-dark li a:hover { background: #444; text-decoration: none; }
ul.page-bright li a:hover { background: #efefef; border: 1px solid #ccc; color: #666; text-decoration: none; }
ul.page-red li a:hover { background: #9a0000; text-decoration: none; }
ul.page-green li a:hover { background: #4e8b00; text-decoration: none; }
ul.page-cyan li a:hover { background: #14a9d9; text-decoration: none; }
ul.page-pink li a:hover { background: #ff40ff; text-decoration: none; }
ul.page-orange li a:hover { background: #da8400; text-decoration: none; }

/* behind | default = dark */    
ul.behind-brighter span.dots, ul.behind-brighter span.page-info { color: #ddd; }
ul.behind-bright span.dots , ul.behind-bright span.page-info {    color: #aaa; }
ul.behind-grey span.dots, ul.behind-grey span.page-info { color: #808080; }
ul.behind-dark span.dots, ul.behind-dark span.page-info { color: #666; }
ul.behind-darker span.dots, ul.behind-darker span.page-info { color: #333; }

/* IE6 fix */
ul.page-purple li a:hover, ul.page-dark li a:hover, ul.page-red li a:hover , ul.page-green li a:hover, ul.page-cyan li a:hover, ul.page-pink li a:hover, ul.page-orange li a:hover {
    color: #fff; text-decoration: none;
}




@media only screen and (min-width: 768px) {
    .carousel-caption p{
        display: block;
    }
}

@media only screen and (min-width: 980px) {
    body{
        padding-top: 0px;
    }
    
    .container-fluid{
        max-width: 970px;
        margin: 0 auto;
        padding-left: 5px;
        padding-right: 5px;
    }
    
    #inner-footer{
        padding: 0;
    }
    
    #content{
        padding-left: 0;
        padding-right: 0;
        margin-top: 50px;
    }
    
    .topbar-inner{
        padding: 0;
    }
    
    .topbar form.pull-right {
        float: right;
    }
    
    .navbar-form, .navbar-search {
        margin-top: 6px;
        margin-bottom: 0;
    }
    
    .navbar-search{
        padding-left: 0;
    }
    
    .sidebar{
        margin-top: 0 !important;
    }
    
    .widget_search input{
        width: 230px;
    }
    
    .blog .hero-unit{
        margin-top: 10px;
    }
    
    .page-template-page-homepage-php .hero-unit,
    .blog .hero-unit{
        padding: 60px;
    }
    
    .hero-unit h1 {
        font-size: 60px;
    }
    
    /* hide edit comment button and show on hover on desktop version */
    .edit-comment{
        display: none;
    }
    
    .vcard:hover .edit-comment{
        display: inline-block;
    }
    
    #s{
        width: 210px;
        margin-bottom: 6px;
    }
    
    .widget_search input{
        width: 209px;
    }
    
    .comment .vcard .comment-text{
        padding-left: 0;
        padding-right: 0;
    }

    .ytchagallery.ytccf.ytc-table.ytc-td-top.ytc-columns3.ytc-thumb16x9 {
        position: relative;
    }

    h5.ytctitle {
        padding: 5px;
        margin-top: 2px;
        font-weight: normal;
    }

    .ytc-columns3 h5.ytctitle {
        background-color: #d1d1d1;
        height: 50px;
        overflow: hidden;
    }

    .ytc-columns3 .ytc-r-odd .ytccell-1 {
        width: 50% !important;
        padding-bottom: 0 !important;
    }

    .ytc-columns3 .ytc-r-odd .ytccell-2, .ytc-columns3 .ytc-r-odd .ytccell-3, .ytc-columns3 .ytc-r-even .ytccell-1, .ytc-columns3 .ytc-r-even .ytccell-2 {
        width: 25% !important;
    }

    .ytc-columns3 .ytc-r-even .ytccell-3 {
        width: 50% !important;
        position: absolute;
        top: 161px;
        left: 351px;
    }

    .ytc-columns2 .ytc-r-1, .ytc-columns2 .ytc-r-2, .ytc-columns2 .ytc-r-3 {
        display:none;
    }

}


@media only screen and (max-width: 979px) {
    body{
        font-size: 100%;
    }
    .logo{
        left: -10px;
        width: 100px;
    }
    .logo img{
        width: 200px;
    }
    .hd{
        margin-bottom: 8px;
    }
    .dialogos figure {
        -webkit-margin-before: 1em;
        -webkit-margin-after: 1em;
        -webkit-margin-start: 13px;
        -webkit-margin-end: 40px;    
    }
    .dialogos span.dialogo-text {
        position: absolute;
        top: 30%;
        left: 72px;
        max-width: 170px;
        text-transform: uppercase;
        font-size: 16px;
    }
    .inscricoes span.insc-texto{
        padding: 5px;
    }
    .inscricoes h1 {
        font-size: 1em;
        font-weight: 500;
        padding-left: 25px;
        line-height: 25px;
        margin-bottom: 0;
        text-transform: uppercase;
    }
    .inscricoes p {
        font-size: .75em;
        font-weight: 300;
        padding: 0 25px;
        margin-top: 0;
    }
    .post-texto h1{
        font-size: .8em;
        padding: 10px 10px 0;

    }
    .post-texto p{
        font-size: .72em;
        padding-left: 10px;
    }
    .facebook span, .twitter span, .youtube span {
        font-size: 14px;
        display: block;
        line-height: 80px;
        background-position-x: 10px;
        overflow: hidden;
        padding-left: 55px;
    }
        .conferencistas{
    width: 260px;
    }
    #conf-inner{
        left: 0;
    }
    .doc-link, .doc-link-release, .doc-link-clipping{
    margin-left:20px;
    }

}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
    .dialogos-col span.dialogo-text {
        top: 5px !important;
    }    
}

@media only screen and (max-width: 767px) {
     #conf-inner, #info-inner, #clipping-inner {
         left:0;
         }
    #content article{
        margin: 0;
    }
    .logo img {
        max-height: none;
        max-width: none;
    }
    .access-font{
        left: 5px;
        text-indent: -1000px;
    }
    .access-font-btn{
        background-position-x: 0;
    }
    .access-contrast{
        left: 35px;
        text-indent: -1000px;
    }
    .access-contrast-btn{
        background-position-x: 0;
    }
    .input-cgti >input{
        width: 100px !important;
    }
    .carrosel-test {
    height: 200px;
    }
    .tit-destaque {
    top: 130px;
    }
    .carousel-indicators {
    top: 180px;
    }

    .news-grande.span4 {
    margin-top: 5px;
    }
/*
    .news-grande.span4 {
    float: left;
    margin-left: 0;
    width: 50%;
    margin-top: 5px;
    }
    .news-pequeno.span2 {
    float: left;
    margin-left: 0;
    width: 24%;
    margin-left: 1%;
    }
*/

    .inscricoes.span5{
        float: left;
        width: 70%;
    }
    .foto-sub.span2{
        float: left;
        width: 30%;
    }
    .dialogos span.dialogo-text {
        position: absolute;
        top: 35% !important;
        left: 25%;
        max-width: 80% !important;
        text-transform: uppercase;
        font-size: 16px;
    }
    .dialogos figure {
        -webkit-margin-before: 1em;
        -webkit-margin-after: 1em;
        -webkit-margin-start: 5%;
        -webkit-margin-end: 40px;    
    }
    .facebook span, .twitter span, .youtube span {
        font-size: 16px;
        display: block;
        line-height: 80px;
        padding-left: 82px;
        text-indent: -1000px;
        background-size: 40px;
        background-position-x: 50%;
    }
    .facebook{
        display: none;
        overflow: hidden;
    }
    .facebook.mobile{
        display: block;
        overflow: visible;
    }
    .facebook.span2, .facebook.span1 {
    float: left;
    margin-left: 0;
    width: 32.5%;
    margin-top: 5px;
    }

    .twitter.span2, .twitter.span1 {
    float: left;
    margin-left: 1%;
    width: 33%;
    margin-top: 5px;
    }
    .youtube.span2, .youtube.span1 {
    float: left;
    margin-left: 1%;
    width: 32.5%;
    margin-top: 5px;
    }
    
    .span-info {
    width: 50%;
    padding: 0px;
    }
    
    h1.titulo-secao, h1.titulo-single{
        font-size: 16px;

    }
    .footer-links > ul > li{
        margin-bottom: 20px;
    }
    #sponsors section{
        margin-bottom: 15px;
    }
    
    .mobile-sidebar {
        margin-top: 10px;
    }
    .doc-link, .doc-link-release, .doc-link-clipping{
    margin-left:0px;
    }
    .doc-link a, .doc-link-release a, .doc-link-clipping a{
    margin-left:0px;
    }
    #ft ul{
    width: 400px;
    }
    .logo-rodape>img{
    width:auto;
    }

    
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{padding:0;}
.container{padding-left:0px;}
