/* bootstrap 3 helpers */
/* custom theme + Bootstrap resets */

@import url('http://fonts.googleapis.com/css?family=Open+Sans:300,400');
body {
    font-family: "Sans-Serif", "Open Sans",Arial,Helvetica,Verdana;
    font-weight:300;
    color:#676767;
    /*background-color: rgb(0,56,79); /*fundo azul*/
    background-color: rgba(220,220,220,0.3); /*(220,220,220)(169,169,169)(192,192,192)(211,211,211)fundo cinza*/
    zoom:100%;
}

* { margin: 0; padding: 0; list-style: none; }

#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
}

/* reader */
header {
    /*background-image: url(../img/bg.png);
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;*/
    /*background-color: rgb(0,56,79); /*fundo azul*/
    /*background-color: rgb(222,222,222); /*(220,220,220)(169,169,169)(192,192,192)(211,211,211)fundo cinza*/
    background-color: #222;
    /*min-height:120px;*/
}

#nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: auto;
    /*background-color: rgb(224, 20, 20);*/
}

.leftside {
    padding-top: 3px;
}

.leftside, .logo {
    width: 140px;
    height: auto;
}
.middleside ul li{
    width: auto;
}
.rightside {
    display: flex;
}

.navbar-toggle {
    min-height: 90px;
}

section {
    padding: 0 0;
}
section#conteudo{
    /*background-color: rgb(51,59,64);*/
    background-color: rgba(220,220,220,0.3);
}
section#privacidade{
    background-color: rgba(220,220,220,0.3);
}
.box {
    padding: 1px 10px;/*foi alterado*/
    position: relative;
    margin-top: 150px;
}

.navbar-form input, .form-inline input {
    width:auto;
}

.carousel-inner {
    background-color: rgb(0,56,79); /*fundo azul*/
}
.carousel-inner .item p{color: #FFF;}

.icon-md {
    font-size: 24px;
    height: 68px;
    width: 68px;
    line-height: 68px;
    color: #fff;
    margin-right: 10px;
    background-color: rgba(0, 0, 0, 0.4);
    text-align: center;
    display: inline-block;
    border-radius: 100%;
    margin-bottom: 10px;
}
.icon-color1 {
    background-color: #e74c3c;
}
.icon-color2 {
    background-color: #2ecc71;
}
.icon-color3 {
    background-color: #3498db;
}
.icon-color4 {
    background-color: #8e44ad;
}
.icon-color5 {
    background-color: #1abc9c;
}
.icon-color6 {
    background-color: #2c3e50;
}

.noticias, p{
    color: #222;
}

.noticias, img{
    margin-right: 10px;
}

/*publicidade*/
#publicidade{
    position: relative;
}
#public_top_1 img {
    width: 100%;
}
#public_top_2 img {
    width: 100%;
}

.destaque {
    position: relative;
    width: 100%;
    height: 450px;
}

.destaque img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    border: 15px solid #FFCC29;
    box-shadow: 12px 13px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 12px 13px 15px rgba(0, 0, 255, 0.5);
    -webkit-box-shadow: 12px 13px 15px rgba(0, 0, 0, 0.5);
}

#fotosemana{
    width: 100%;
    display: block;
    overflow: hidden;
}
#fotosemana ul{
    list-style: none;
}
#fotosemana ul li{
    width: 100%;
    min-height: 500px;
    display: inline-block;
    padding: 10px 10px;
    text-align: center;
}
#fotosemana ul li h3{
    color: #222; 
    text-align: center
}
#fotosemana ul li img{
    width: 100%;
    border:1px solid #ccc/*FFCC29*/;
    border-radius:5px;
    box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.3);
    background-size: cover;
}
.eventos{
    text-align: center;
    max-height: 90%;
    position: relative;
    overflow: hidden;
}
.eventos p {color: #000;padding: 2px;}
.eventos img{
    border:1px solid #222;
    border-radius:5px;
    box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.3);
}

.fotos ul {         
    padding:0 0 0 0;
    margin:0 0 0 0;
}
.fotos ul li {     
    list-style:none;
    padding-top: 5px;
    margin-bottom:20px;
    border:1px solid #99F;
    border-top-left-radius:15px;
    border-bottom-right-radius:15px;
}
.fotos ul li img {
    cursor: pointer;
}

.maiscurtidas{
    border:1px solid #ccc;
    border-top-left-radius:15px;
    border-bottom-right-radius:15px;
}
.maiscurtidas ul li{
    padding-bottom: 5px;
}
/*Fim da galeria*/

/* only apply sticky columns on wider screens */
@media (min-width: 1200px) {
    #sidebar {
        margin-left:15px;
    }

    #content {
        padding-right:15px;
    }

    #sidebar.affix-top {
        position: static;
    }

    #sidebar.affix {
        position: fixed !important;
        top: 20px;
        width:200px;
    }

    #midCol.affix-top {
        position: static;
    }

    #midCol.affix-bottom {
        padding-top:0;
    }

    #midCol.affix {
        position:fixed !important;
        top: 20px;
        width:292px;
    }

}

.affix {
    position:static;
}


/*meu css*/
.scrolltopo{
    position:fixed;
    bottom:0px;
    right:7px;
    display:none;
    z-index:9999;
}
.loading {background:url('../img/loading.gif') no-repeat right center;}

.cx{
    padding: 15px;
    margin-bottom: 15px;
    border:1px solid #FFCC29;
    border-top-left-radius:15px;
    border-bottom-right-radius:15px;

    box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.3);
}

a.link:hover img {
    filter:alpha(opacity=90);
    -moz-opacity: 0.3;
    opacity: 0.3;
    -khtml-opacity: 0.3;
} 
/*fim do meu css*/

.nav-tabs {
    border-bottom-color: #d9d9d9;
}

.nav-tabs > li a {
    text-align: center;
    border-top-left-radius:8px;
    border-top-right-radius:8px;
}

.nav-tabs > li a:hover {
    background:#FFCC29/* #9C3*/;
    color: #FFF;
    border-top-left-radius:8px;
    border-top-right-radius:8px;
}

a,a:hover {
    color:#FFCC29;
    text-decoration:none;
}

.highlight-bk {
    background-color:#FFCC29;
    padding:1px;
    width:100%;
}

.highlight {
    color:#FFCC29;
}

h3.highlight  {
    padding-top:13px;
    padding-bottom:14px;
    border-bottom:2px solid #FFCC29;
}

.navbar-default {
    background: #EEE;
    border-radius: 0 0 8px 8px;
    border: 0;
    padding: 5px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
    overflow: hidden;
}
.navbar-default .first a {
    border-radius: 0 0 0 5px;
}
.navbar-default .navbar-brand {
    margin-right: 20px;
    margin-left: 10px;
    width: 230px;
    height: 90px;
    background: url(../img/logo.png) no-repeat 0 50%;
}
.navbar-default .navbar-nav > li {
    margin-left: 25px;
    margin-top: 10px;
}
.navbar-default .navbar-nav > li > a {
    padding: 15px 10px;
    font-size: 16px;
    line-height: 18px;
    color: #999;
}
.navbar-default .navbar-nav > li > a > i {
    display: inline-block;
}
.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li.active:focus > a,
.navbar-default .navbar-nav > li.active:hover > a,
.navbar-default .navbar-nav > li:hover > a,
.navbar-default .navbar-nav > li:focus > a,
.navbar-default .navbar-nav > li.active > a:focus,
.navbar-default .navbar-nav > li.active:focus > a:focus,
.navbar-default .navbar-nav > li.active:hover > a:focus,
.navbar-default .navbar-nav > li:hover > a:focus,
.navbar-default .navbar-nav > li:focus > a:focus {
    background-color: rgb(51,59,64);
    color: #fff;
}

.navbar {
    /*background-color:#77CCDD;*/
    background-color:#222;
    color: #FFF;
    /*border-radius:10px solid #222;*/
    border-radius:0;
    border-width:0;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.07);
    box-shadow: 0 3px 3px  rgba(0, 0, 0, 0.07);
}

.navbar-nav{
    background-color:#222;
    margin-bottom: 5px;
}
.navbar-nav > li > a {
    color:#FFF;
    padding-left:12px;
    padding-right:12px;
    border-left:1px solid #222;
}
.navbar-nav > li:last-child > a {
    border-right:1px solid #222/*66BBCC*/;
}

.navbar-nav li a:hover {
    background-color:#FFCC29/*66BBCC*/;
}

.navbar-nav > .open > a, .navbar-nav > .open > a:hover, .navbar-nav > .open > a:focus {
    color: #222;
    opacity:.7;
}

.navbar-toggle {
    color:#fff;
    border-width:0;
}

.navbar-toggle:hover {
    background-color:#CCC;
}

.accordion-group {
    border-width:0;
}

.dropdown-menu {
    min-width:  auto;
}

.caret {
    color:#fff;
}



.panel,.panel-heading {
    border-radius:0;
    border-width:0;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.07);
    box-shadow: 0 3px 3px  rgba(0, 0, 0, 0.07);
}

.thumbnail {
    margin-bottom:8px;
    border-radius:0;
}

.well {
    padding: 15px;
    border-radius:0;
    text-align: center;
}

.accordion-heading .accordion-toggle, .accordion-inner, .nav-stacked li > a {
    padding-left:1px;
}

footer {
    margin-top:20px;
    padding-top: 20px;
    height:auto;
    /*background-image: url(../img/bg.png);
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;*/
    background-color:#222;
    color:#EEE;

}

@media (min-width: 992px) {
    .no-gutter.row > div[class*='col-md'] {
        padding-left: 0;
        padding-right: 0;
    }
    .no-gutter.row > .col-md-12 {
        width: 99.99999999999999%;
        *width: 99.93055555555554%;
    }
    .no-gutter.row .col-md-11 {
        width: 91.66666666666666%;
        *width: 91.59722222222221%;
    }
    .no-gutter.row > .col-md-10 {
        width: 83.33333333333331%;
        *width: 83.26388888888887%;
    }
    .no-gutter.row > .col-md-9 {
        width: 74.99999999999999%;
        *width: 74.93055555555554%;
    }
    .no-gutter.row > .col-md-8 {
        width: 66.66666666666666%;
        *width: 66.59722222222221%;
    }
    .no-gutter.row > .col-md-7 {
        width: 58.33333333333333%;
        *width: 58.263888888888886%;
    }
    .no-gutter.row > .col-md-6 {
        width: 49.99999999999999%;
    }
    .no-gutter.row > .col-md-4 {
        width: 33.33333333333333%;
    }
    .no-gutter.row > .col-md-3 {
        width: 24.999999999999996%;
        *width: 24.930555555555554%;
    }
    .no-gutter.row > .col-md-2 {
        width: 16.666666666666664%;
        *width: 16.59722222222222%;
    }
    .no-gutter.row > .col-md-1 {
        width: 8.333333333333332%;
        *width: 8.263888888888888%;
    }
}
@media (max-width: 692px) {
    .navbar-nav {
        width: 100%;
        text-align: center;
    }
    .navbar-nav > li {
        display: flex;
        justify-content: center;
        align-items:left;
    }
    .navbar-nav > li.navbar-right {
        float: right !important;
    }
    .navbar-nav > li > a {
        color:#FFF;
        padding-left:12px;
        padding-right:12px;
        border-left:1px solid #222;
    }
    .navbar-nav > li:last-child > a {
        border-right:1px solid #222/*66BBCC*/;
    }
    
    .navbar-nav li a:hover {
        background-color:#FFCC29/*66BBCC*/;
    }
    
    .navbar-nav > .open > a, .navbar-nav > .open > a:hover, .navbar-nav > .open > a:focus {
        color: #222;
        opacity:.7;
    }
    .middleside{
        flex: 1;
    }
    .rightside{
        display: none;
        width: 200;
    }
}
/* end custom theme */