/* Custom container */
.container-fixed {
  margin: 0 auto;
  max-width: 960px;
}

/* Custom Grid */

.col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (max-width: 484px) {
  .col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11 {
    float: left;
  }
  .col-xxs-1 {
    width: 8.333333333333332%;
  }
  .col-xxs-2 {
    width: 16.666666666666664%;
  }
  .col-xxs-3 {
    width: 25%;
  }
  .col-xxs-4 {
    width: 33.33333333333333%;
  }
  .col-xxs-5 {
    width: 41.66666666666667%;
  }
  .col-xxs-6 {
    width: 50%;
  }
  .col-xxs-7 {
    width: 58.333333333333336%;
  }
  .col-xxs-8 {
    width: 66.66666666666666%;
  }
  .col-xxs-9 {
    width: 75%;
  }
  .col-xxs-10 {
    width: 83.33333333333334%;
  }
  .col-xxs-11 {
    width: 91.66666666666666%;
  }
  .col-xxs-12 {
    width: 100%;
  }
  .col-xxs-push-1 {
    left: 8.333333333333332%;
  }
  .col-xxs-push-2 {
    left: 16.666666666666664%;
  }
  .col-xxs-push-3 {
    left: 25%;
  }
  .col-xss-push-4 {
    left: 33.33333333333333%;
  }
  .col-xxs-push-5 {
    left: 41.66666666666667%;
  }
  .col-xxs-push-6 {
    left: 50%;
  }
  .col-xxs-push-7 {
    left: 58.333333333333336%;
  }
  .col-xxs-push-8 {
    left: 66.66666666666666%;
  }
  .col-xxs-push-9 {
    left: 75%;
  }
  .col-xxs-push-10 {
    left: 83.33333333333334%;
  }
  .col-xxs-push-11 {
    left: 91.66666666666666%;
  }
  .col-xxs-pull-1 {
    right: 8.333333333333332%;
  }
  .col-xxs-pull-2 {
    right: 16.666666666666664%;
  }
  .col-xxs-pull-3 {
    right: 25%;
  }
  .col-xxs-pull-4 {
    right: 33.33333333333333%;
  }
  .col-xxs-pull-5 {
    right: 41.66666666666667%;
  }
  .col-xxs-pull-6 {
    right: 50%;
  }
  .col-xxs-pull-7 {
    right: 58.333333333333336%;
  }
  .col-xxs-pull-8 {
    right: 66.66666666666666%;
  }
  .col-xxs-pull-9 {
    right: 75%;
  }
  .col-xxs-pull-10 {
    right: 83.33333333333334%;
  }
  .col-xxs-pull-11 {
    right: 91.66666666666666%;
  }
  .col-xxs-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-xxs-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-xxs-offset-3 {
    margin-left: 25%;
  }
  .col-xxs-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-xxs-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-xxs-offset-6 {
    margin-left: 50%;
  }
  .col-xxs-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-xxs-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-xxs-offset-9 {
    margin-left: 75%;
  }
  .col-xxs-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-xxs-offset-11 {
    margin-left: 91.66666666666666%;
  }
}

/* hidden */

.hidden-xxs {
  display: block !important;
}
tr.hidden-xxs {
  display: table-row !important;
}
th.hidden-xxs, td.hidden-xxs {
  display: table-cell !important;
}
@media (max-width: 484px) {
  .hidden-xxs {
    display: none !important;
  }
  tr.hidden-xxs {
    display: none !important;
  }
  th.hidden-xxs, td.hidden-xxs {
    display: none !important;
  }
}
@media (min-width: 385px) and (max-width: 767px) {
  .hidden-xxs.hidden-xs {
    display: none !important;
  }
  tr.hidden-xxs.hidden-xs {
    display: none !important;
  }
  th.hidden-xxs.hidden-xs, td.hidden-xxs.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xxs.hidden-sm {
    display: none !important;
  }
  tr.hidden-xxs.hidden-sm {
    display: none !important;
  }
  th.hidden-xxs.hidden-sm, td.hidden-xxs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xxs.hidden-md {
    display: none !important;
  }
  tr.hidden-xxs.hidden-md {
    display: none !important;
  }
  th.hidden-xxs.hidden-md, td.hidden-xxs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xxs.hidden-lg {
    display: none !important;
  }
  tr.hidden-xxs.hidden-lg {
    display: none !important;
  }
  th.hidden-xxs.hidden-lg, td.hidden-xxs.hidden-lg {
    display: none !important;
  }
}
@media (max-width: 484px) {
  .hidden-xs.hidden-xxs {
    display: none !important;
  }
  tr.hidden-xs.hidden-xxs {
    display: none !important;
  }
  th.hidden-xs.hidden-xxs, td.hidden-xs.hidden-xxs {
    display: none !important;
  }
}
@media (max-width: 484px) {
  .hidden-sm.hidden-xxs {
    display: none !important;
  }
  tr.hidden-sm.hidden-xxs {
    display: none !important;
  }
  th.hidden-sm.hidden-xxs, td.hidden-sm.hidden-xxs {
    display: none !important;
  }
}
@media (max-width: 484px) {
  .hidden-md.hidden-xxs {
    display: none !important;
  }
  tr.hidden-md.hidden-xxs {
    display: none !important;
  }
  th.hidden-md.hidden-xxs, td.hidden-md.hidden-xxs {
    display: none !important;
  }
}
@media (max-width: 484px) {
  .hidden-lg.hidden-xxs {
    display: none !important;
  }
  tr.hidden-lg.hidden-xxs {
    display: none !important;
  }
  th.hidden-lg.hidden-xxs, td.hidden-lg.hidden-xxs {
    display: none !important;
  }
}

/* NavBar
-------------------------------------------------- */

.navbar {
  min-height: 40px!important;
  margin-bottom: 0;
}
.navbar-default {
  border-color: none;
  background: -webkit-linear-gradient(top, rgb(233, 233, 233) 00%, rgb(255, 255, 255) 99%);
  background: -moz-linear-gradient(top, rgb(233, 233, 233) 00%, rgb(255, 255, 255) 99%);
  background: -o-linear-gradient(top, rgb(233, 233, 233) 00%, rgb(255, 255, 255) 99%);
  background: -ms-linear-gradient(top, rgb(233, 233, 233) 00%, rgb(255, 255, 255) 99%);
  background: -linear-gradient(top, rgb(233, 233, 233) 00%, rgb(255, 255, 255) 99%);
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  color: #555;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  color: #555;
  background-color: transparent;
}
.navbar-nav {
  float: left;
  margin: 0;
}
.navbar-form {
  margin-top: 2px;
}
.navbar-collapse {
  padding-right: 10px;
  padding-left: 10px;
}
.navbar-default .navbar-nav > li > a {
  font-size: 13px;
  color: #777;
}
.dropdown-menu > li > a {
  font-size: 13px;
  padding: 10px 10px;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 12px; /*padding: 10px 23px; Original antes de inserir Eventos*/
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* Breadcrumb
-------------------------------------------------- */

.breadcrumb {
  clear: both;
}

/* Carrousel
-------------------------------------------------- */

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  text-align: center;
  opacity: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  text-shadow: none;
  filter: alpha(opacity=50);
}
.carousel-inner > .item > a>img, .carousel-inner > .item > img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    font-size: 20px;
    width: 30px;
    height: 30px;
    margin-top: -10px;
  }
}

/* NavBar - Corrige Bug do iPad
-------------------------------------------------- */

@media (max-width: 991px) {
  .navbar-header {
    float: none;
  }
  .navbar-left, .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
}

/* Footer nav
-------------------------------------------------- */
#footer-secretaria .nav > li > a {
    padding: 0 5px;
    font-size: 0.9em;
}

#footer-secretaria .nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
    color: #A0A0A0;
}

blockquote {
    font-size: 0.9em;
}


.thumbnails {
    margin-left: -20px;
    list-style: none;
}

.thumbnails>li {
    float: left;
    margin-bottom: 20px;
    margin-left: 20px;
}

.thumbnail {
    display: block;
    padding: 4px;
    line-height: 20px;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
    box-shadow: 0 1px 3px rgba(0,0,0,0.055);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

/*.img-thumbnail {
    width: 100%!important;
}*/

    .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    width: 100%!important;
    height: auto!important;
    }

.panel-heading {
    cursor: pointer;
}