html,body{
    font-family:'Open Sans',sans-serif !important
}
.leftArrowFix{
    left:-30px
}
.rightArrowFix{
    left:auto;
    margin-right:-15px
}
.logo{
    padding:0;
    max-width:215px
}
.logo-sm{
    padding:5px
}
.banner_lateral{
    position:relative;
    padding:5px;
    padding-right:0;
    z-index:0
}
.banner_lateral iframe{
    border-spacing:0;
    margin:0;
    padding:0
}
.fundoCinza{
    background-color:#ccc
}
.fundoCinzaEscuro{
    background-color:#999
}
.borderless{
    border:none
}
img{
    border:1px solid;
    border-color:#d4d4d4
}
.pbSpace{
    margin-top:10px;
    margin-left:15px;
    width:90px;
    height:33px
}
.vermelhoEscuro{
    color:#710
}
.bs-callout-warning{
    border-left-color:#f90
}
.bs-border-right{
    border-right:2px solid;
    border-right-color:#f90
}
.bs-callout-warning h4{
    color:#000
}
.border-div{
    float:right;
    text-align:justify;
    padding:15px;
    padding-bottom:0;
    max-width:300px;
    border:1px solid;
    border-color:#ccc;
    margin-bottom:5px;
    border-top:3px solid #cc6733;
    width:100%
}
.separador{
    padding-top:5px;
    margin:10px;
    background:url(../imagens/borderbottom.gif) bottom repeat-x
}
.bordaMenu{
    border-right:2px solid #ccc
}
.bordaMenuCinzaEscuro{
    border-color:#999
}
.bordaMenuCinzaClaro{
    border-color:#ccc;
    margin-bottom:20px
}
.centralizar{
    margin-left:auto;
    margin-right:auto
}
.linkClick{
    margin-bottom:10px;
    cursor:pointer
}
.carousel-control.left,.carousel-control.right{
    background:none!important;
    filter:progid:none!important
}
.row{
    margin-left:0;
    margin-right:0
}
.container-fixed{
    margin:0 auto;
    max-width:960px
}
a:hover{
    text-decoration:none
}
a.inner-border,a.inner-border img{
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px
}
a.inner-border{
    padding:0;
    border:none
}
a.inner-border span{
    opacity:0
}
a.inner-border:hover{
    position:relative
}
a.inner-border:hover span{
    color:#f90;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border:2px solid;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    opacity:1
}
a.rodape:link,a.rodape:visited{
    color:#000
}
a.underline-link:hover h3,a.underline-link:hover h4{
    text-decoration:underline
}
@media (min-width: 1844px){
    body{
        background:url(../imagens/background_2014.png) no-repeat
    }
}
@media (max-width: 1844px){
    body{
        background:url(../imagens/background_2014_2.png) no-repeat
    }
}
@media (max-width: 1744px){
    body{
        background:url(../imagens/background_2014_3.png) no-repeat
    }
}
@media (max-width: 1544px){
    body{
        background:none
    }
}
#suggestions{
    max-width:100%;
    position: relative;
    top: 5px;
}
#searchresults{
    position:relative;
    border-width:3px;
    border-color:#f90;
    border-style:solid;
    background-color:#fff;
    max-width:100%;
    font-size:10px;
    line-height:18px;
    z-index:100;
    text-align:center
}
#searchresults a{
    display:block;
    clear:left;
    height:56px;
    text-decoration:none;
    display:table-cell;
    vertical-align:middle;
    width:100%;
    color:#000
}
#searchresults a:hover{
    background-color:#ccc;
    color:#000
}
#searchresults a span.searchheading{
    display:block;
    font-weight:700;
    padding-top:5px
}
#searchresults a span{
    color:#fff
}
#searchresults span.category{
    font-size:14px;
    display:block;
    color:#000;
    width:90%;
    border-bottom-width:3px;
    border-bottom-color:#f90;
    border-bottom-style:solid;
    margin:auto;
    padding:5px
}
#searchresults span:last-child.category{
    border-bottom-width:0
}
#searchresults span.seperator{
    float:right
}
#searchresults span.seperator a{
    background-color:transparent;
    display:block;
    margin:5px;
    padding-left:5px;
    padding-right:5px;
    height:auto;
    color:#000
}
.dropdown-large{
    position:static!important
}
.dropdown-menu-large{
    margin-left:16px;
    margin-right:16px;
    padding:20px 0
}
.dropdown-menu-large > li > ul{
    padding:0;
    margin:0
}
.dropdown-menu-large > li > ul > li{
    list-style:none
}
.dropdown-menu-large > li > ul > li > a{
    display:block;
    padding:3px 20px;
    clear:both;
    font-weight:400;
    line-height:1.428571429;
    color:#333;
    white-space:nowrap
}
.dropdown-menu-large > li ul > li > a:hover,.dropdown-menu-large > li ul > li > a:focus{
    white-space:nowrap;
    text-decoration:none;
    color:#262626;
    background-color:#f5f5f5
}
.dropdown-menu-large .disabled > a,.dropdown-menu-large .disabled > a:hover,.dropdown-menu-large .disabled > a:focus{
    color:#999
}
.dropdown-menu-large .disabled > a:hover,.dropdown-menu-large .disabled > a:focus{
    text-decoration:none;
    background-color:transparent;
    background-image:none;
    filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor:not-allowed
}
.dropdown-menu-large .dropdown-header{
    color:#428bca;
    font-size:18px
}

@media (max-width: 991px) {
    .bordaMenu {
        border: 0;
    }
    .navbar-form {
        margin: 0;
    }
}

@media (min-width: 992px) {
    .dropdown-menu li:hover .sub-menu{
        visibility:visible
    }
    .dropdown:hover .dropdown-menu{
        display:block
    }
    .search-menu {
        display: flex;
    }
    #suggestions{
        max-width:290px;
        position: absolute;
        top: 44px;
        right: 27px;
    }
    #searchresults {
        max-width:280px;
    }
}


.padding-top-cinco{
    padding-top:5px
}
.padding-right-cinco{
    padding-right:5px
}
.padding-left-cinco{
    padding-left:5px
}
.padding-right-dez{
    padding-right:10px
}
.padding-bottom-trinta{
    padding-bottom:30px
}
.padding-bottom-dez{
    padding-bottom:10px
}
.padding-top-dez{
    padding-top:10px
}
.padding-top-trinta{
    padding-top:30px
}
.padding-top-vinte{
    padding-top:20px
}
.padding-zero{
    padding:0
}
.padding-left-zero{
    padding-left:0
}
.padding-right-zero{
    padding-right:0
}
.padding-vertical-vinte{
    padding-top:20px;
    padding-bottom:20px
}
.margin-top-vinte{
    margin-top:20px
}
.center{
    text-align:center
}
.nowrap{
    white-space:nowrap
}
.zindex-1{
    z-index:1
}
.zindex-2{
    z-index:2
}
.zindex-3{
    z-index:3
}
.right{
    text-align:right
}
.barraLaranjaTexto{
    position:relative;
    margin:0;
    margin-top:5px;
    font-size:1em;
    color:#fff;
    display:inline-block;
    padding-top:2px;
    line-height:1em;
    display:inline-block;
    min-width:3em
}
.editoriaTitulo{
    position:relative;
    margin:0;
    margin-top:5px;
    font-size:.833em;
    font-weight:700;
    text-transform:uppercase;
    color:#000;
    margin-bottom:5px;
    line-height:1em;
    display:inline-block;
    min-width:3em
}
.chamada{
    font-size:13px;
    color:#000
}
.chamada_secundaria{
    font-size:12px;
    color:#000
}
.titulo_grande{
    font-weight:700;
    font-family:arial;
    margin-top:5px;
    font-size:20px
}
.titulo{
    font-weight:700;
    font-family:arial;
    margin-top:5px;
    color:#333;
    font-size:13px
}
.comentarios{
    padding-left:5px;
    font-size:14px;
    font-weight:700
}
p:link,p:active,p:hover,p:visited{
    color:#000
}
p{
    font-size:15px
}
h3{
    margin-top:0
}
.itemVideo{
    display:block;
    background:url(../imagens/play-arrow.png) center center no-repeat;
    position:relative;
    z-index:100;
    opacity:.8;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%
}
#player{
    width:100%;
    height:100%
}
.img-load{
    width:100%;
    height:300px;
    background:url(../imagens/loading.GIF) no-repeat center center
}
.img-load-index{
    height:195px;
    background:url(../imagens/loading.GIF) no-repeat center center
}
.img-load-block{
    display:none
}
.img-load-mini{
    height:195px;
    background:url(../imagens/loading.GIF) no-repeat center center
}
.img-load-mini-index{
    height:100px;
    background:url(../imagens/loading.GIF) no-repeat center center
}
.laranja{
    background-color:#f90
}
.branco{
    background-color:#fff
}
.texto-branco{
    color:#fff
}
.dataMateria{
    color: #999999;
}
#Materia a{
    text-decoration:underline;
    font-weight: bold;
}
@media only screen and (min-width : 768px) {
    #carousel{
        min-height:250px;
    }
}
 @media only screen and (max-width : 1024px) {
    #carousel .chamada{
        min-height:40px;
    }
    #carousel h3{
        min-height:44px;
    }
}
#rodapeSorteioVip, #rodapeSorteioVip a, #rodapeSorteioVip a:visited{
    background-color: #ffb87f;
    color: #d56d6d;
    text-decoration: none;
}
#rodapeVip{
    margin:0;
    background-color:#cccccc;
}
#rodapeVip p{
    font-size:10px
}
#btMenu{
    background-color: #f90;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: white;
}
.navbar-toggle{
    background-color: #f90
}
.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {
    background-color: #f90;
}
img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto
}
html {
     overflow-x: hidden;
}
