@import url(internas.css);
@import url(galeria-noticia.css);

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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

abbr{
 font-style: italic;
}

tooltip, .tooltip{
  z-index:999999999;
}

.ui-state-default.ui-state-highlight{
  background:#fbf9ee;
  color:#011b53;
  font-weight: bold;
}

.m-auto{
  margin-left: 0;
  margin-right: 0;
}


abbr:hover{
  color:#000;
}

a{
  cursor:pointer !important;
}

.news-content.article-content p a{
   font-weight: bold;
}

em,
p em{
  font-style: italic;
}

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }


.coluna-flex{                    
  z-index: 999999;
  display: -webkit-flex; /* Safari */
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}

.col-flex-1{
    -webkit-flex: 1;  /* Safari 6.1+ */
     -ms-flex: 1;  /* IE 10 */    
    flex: 1;
}

@font-face {
  font-family: "encode_sans_compressedlight";
  src: url("../fonts/encodesanscompressed-300-light-webfont.eot");
  src: url("../fonts/encodesanscompressed-300-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/encodesanscompressed-300-light-webfont.woff2") format("woff2"), url("../fonts/encodesanscompressed-300-light-webfont.woff") format("woff"), url("../fonts/encodesanscompressed-300-light-webfont.ttf") format("truetype"), url("../fonts/encodesanscompressed-300-light-webfont.svg#encode_sans_compressedlight") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "encode_sans_compressedregular";
  src: url("../fonts/encodesanscompressed-400-regular-webfont.eot");
  src: url("../fonts/encodesanscompressed-400-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/encodesanscompressed-400-regular-webfont.woff2") format("woff2"), url("../fonts/encodesanscompressed-400-regular-webfont.woff") format("woff"), url("../fonts/encodesanscompressed-400-regular-webfont.ttf") format("truetype"), url("../fonts/encodesanscompressed-400-regular-webfont.svg#encode_sans_compressedregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "encode_sans_compressedmedium";
  src: url("../fonts/encodesanscompressed-500-medium-webfont.eot");
  src: url("../fonts/encodesanscompressed-500-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/encodesanscompressed-500-medium-webfont.woff2") format("woff2"), url("../fonts/encodesanscompressed-500-medium-webfont.woff") format("woff"), url("../fonts/encodesanscompressed-500-medium-webfont.ttf") format("truetype"), url("../fonts/encodesanscompressed-500-medium-webfont.svg#encode_sans_compressedregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "encode_sans_compressedextrabold";
  src: url("../fonts/encodesanscompressed-800-extrabold-webfont.eot");
  src: url("../fonts/encodesanscompressed-800-extrabold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/encodesanscompressed-800-extrabold-webfont.woff2") format("woff2"), url("../fonts/encodesanscompressed-800-extrabold-webfont.woff") format("woff"), url("../fonts/encodesanscompressed-800-extrabold-webfont.ttf") format("truetype"), url("../fonts/encodesanscompressed-800-extrabold-webfont.svg#encode_sans_compressedextrabold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "encode_sans_compressedblack";
  src: url("../fonts/encodesanscompressed-900-black-webfont.eot");
  src: url("../fonts/encodesanscompressed-900-black-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/encodesanscompressed-900-black-webfont.woff2") format("woff2"), url("../fonts/encodesanscompressed-900-black-webfont.woff") format("woff"), url("../fonts/encodesanscompressed-900-black-webfont.ttf") format("truetype"), url("../fonts/encodesanscompressed-900-black-webfont.svg#encode_sans_compressedblack") format("svg");
  font-weight: normal;
  font-style: normal; }

html, button, input, select, textarea {
  color: #74828b; }

sup {
  vertical-align: super !important; }

body {
  font-size: 14px;
  font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  background: white;
  color: gray; }

::-moz-selection, ::selection {
  background: #666666;
  text-shadow: none; }

  

textarea {
  -moz-appearance: none;
  -webkit-appearance: none; }

a {
  color: #20579f;
  text-decoration: none;
  -webkit-transition: color 0.1s ease-in-out;
  -moz-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
   }

  a:hover {
    color: #011b53; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

img {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.color-dark-blue{
  color: #011b53;
}

  .color-dark-blue a{
    color: #011b53;
  }

.chromeframe {
  margin: 0.2em 0;
  background: #cccccc;
  color: black;
  padding: 0.2em 0; }

.limits {
  position: relative;
  margin: 0 auto; }

/* ==========================================================================
 * Classes auxiliares
 * ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px; }
  .ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; }

.invisible {
  visibility: hidden; }

.clearfix {
  *zoom: 1; }
  .clearfix:before {
    content: " ";
    display: table; }
  .clearfix:after {
    content: " ";
    display: table;
    clear: both; }

.clear {
  clear: both; }

.fLeft {
  float: left; }

.fRight {
  float: right; }

.bgNone {
  background: none !important; }

.pTop0 {
  padding-top: 0 !important; }

.pTop5 {
  padding-top: 5px !important; }

.widthAuto {
  width: auto !important; }

.w70 {
  width: 70px; }

.pRight0 {
  padding-right: 0 !important; }

.pRight18 {
  padding-right: 18px; }

.bgImageNone {
  background-image: none !important; }

.noBg {
  background: none !important; }

.mRight20 {
  margin-right: 20px !important; }

.block {
  display: block !important; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
html, button, input, select, textarea {
  color: #74828b; }

sup {
  vertical-align: super !important; }

body {
  font-size: 14px;
  font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  background: white;
  color: gray; }

::-moz-selection, ::selection {
  background: #666666;
  text-shadow: none; }


textarea {
  -moz-appearance: none;
  -webkit-appearance: none; }

a {
  color: #20579f;
  text-decoration: none;
  -webkit-transition: color 0.1s ease-in-out;
  -moz-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out; }
  a:hover {
    color: #011b53; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

img {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.chromeframe {
  margin: 0.2em 0;
  background: #cccccc;
  color: black;
  padding: 0.2em 0; }

.limits {
  position: relative;
  margin: 0 auto; }

/* ==========================================================================
 * Classes auxiliares
 * ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px; }
  .ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; }

.invisible {
  visibility: hidden; }

.clearfix {
  *zoom: 1; }
  .clearfix:before {
    content: " ";
    display: table; }
  .clearfix:after {
    content: " ";
    display: table;
    clear: both; }

.clear {
  clear: both; }

.fLeft {
  float: left; }

.fRight {
  float: right; }

.bgNone {
  background: none !important; }

.pTop0 {
  padding-top: 0 !important; }

.pTop5 {
  padding-top: 5px !important; }

.widthAuto {
  width: auto !important; }

.w70 {
  width: 70px; }

.pRight0 {
  padding-right: 0 !important; }

.pRight18 {
  padding-right: 18px; }

.bgImageNone {
  background-image: none !important; }

.noBg {
  background: none !important; }

.mRight20 {
  margin-right: 20px !important; }

.block {
  display: block !important; }

.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap iframe, .fancybox-wrap object {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-nav {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }
  .fancybox-nav span {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top; }

.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444444;
  text-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-outer {
  position: relative; }

.fancybox-inner {
  position: relative;
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url(../image/fancybox_sprite.png); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }
  #fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(../image/fancybox_loading.gif) center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040; }

.fancybox-next span,
.fancybox-prev span {
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 36px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }
  .fancybox-lock body {
    overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(../image/fancybox_overlay.png); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }
  .fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222222;
    color: white;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: white; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: white;
  padding: 10px;
  background: black;
  background: rgba(0, 0, 0, 0.8); }

/*
 *Uniform Theme: Uniform Default
 *Version: 1.8
 *By: Josh Pyles
 *License: MIT License
 *---
 *For use with the Uniform plugin:
 *http://uniformjs.com/ */
/* General settings */
div.selector {
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased; }
  div.selector span {
    background-image: url("../images/sprite.png");
    background-repeat: no-repeat;
    -webkit-font-smoothing: antialiased; }
div.checker span, div.radio span {
  background-image: url("../images/sprite.png");
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased; }
div.uploader, div.button {
  background-image: url("../images/sprite.png");
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased; }
  div.uploader span.action, div.button span.action {
    background-image: url("../images/sprite.png");
    background-repeat: no-repeat;
    -webkit-font-smoothing: antialiased; }
div.selector, div.checker, div.button, div.radio, div.uploader {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  /* Keeping this as :focus to remove browser styles */ }
div.selector:focus, div.checker:focus, div.button:focus, div.radio:focus, div.uploader:focus {
  outline: 0; }
div.selector, div.radio, div.checker, div.uploader, div.button {
  margin: 0;
  padding: 0; }
  div.selector *, div.radio *, div.checker *, div.uploader *, div.button * {
    margin: 0;
    padding: 0; }

/* Remove default webkit and possible mozilla .search styles.
 * Keeping this as :active to remove browser styles */

div.checker input {
  -moz-appearance: none;
  -webkit-appearance: none; }

input[type="search"] {
  -moz-appearance: none;
  -webkit-appearance: none; }
  input[type="search"]:active {
    -moz-appearance: none;
    -webkit-appearance: none; }

/* Select */

.field.filtro-proposicoes div.selector.fixedWidth{
  max-width: 150px !important; 
}

.field.filtro-proposicoes div.selector.fixedWidth span{
  width:95px !important;
}
div.selector {
  height: 32px;
  border: 1px solid #d3dbde;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: url(../image/bg-select.png) repeat-x bottom; }
  div.selector.hover, div.selector.focus {
    color: #5e6168;
    border-color: #c0d3da;
    -webkit-box-shadow: 0 0 4px rgba(178, 210, 251, 0.55);
    -moz-box-shadow: 0 0 4px rgba(178, 210, 251, 0.55);
    box-shadow: 0 0 4px rgba(178, 210, 251, 0.55); }
  div.selector span {
    height: 32px;
    padding-left: 10px;
    padding-right: 40px;
    padding-top: 9px;
    padding-bottom: 9px;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    width: 100%;
    display: block;
    background: url(../image/bg-select-arrow.png) no-repeat top right; }
  div.selector.fixedWidth {
    width: 206px; }
    div.selector.fixedWidth span {
      width: 200px; }
  div.selector select {
    font-family: "Source Sans Pro";
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    position: absolute;
    cursor: pointer;
    height: 34px;
    top: 0px;
    left: 0px;
    width: 100%; }
    div.selector select option {
      padding: 5px;
      border: 0; }
div.checker {
  position: relative;
  width: 19px;
  height: 19px; }
  div.checker span, div.checker input {
    width: 19px;
    height: 19px; }
  div.checker span {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
    background-position: 0 -260px; }
    div.checker span.checked {
      background-position: -76px -260px; }
  div.checker input {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1; }
  div.checker.active span {
    background-position: -19px -260px; }
    div.checker.active span.checked {
      background-position: -95px -260px; }
  div.checker.hover span, div.checker.focus span {
    background-position: -38px -260px; }
  div.checker.hover span.checked, div.checker.focus span.checked {
    background-position: -114px -260px; }
  div.checker.hover.active span, div.checker.focus.active span {
    background-position: -57px -260px; }
  div.checker.hover.active span.checked, div.checker.focus.active span.checked {
    background-position: -133px -260px; }
  div.checker.disabled {
    background-position: -152px -260px; }
    div.checker.disabled.active {
      background-position: -152px -260px; }
    div.checker.disabled span.checked, div.checker.disabled.active span.checked {
      background-position: -171px -260px; }

div.radio {
  position: relative;
  width: 18px;
  height: 18px; }
  div.radio span, div.radio input {
    width: 18px;
    height: 18px; }
  div.radio span {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
    background-position: 0 -279px; }
    div.radio span.checked {
      background-position: -72px -279px; }
  div.radio input {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center; }
  div.radio.active span {
    background-position: -18px -18px -279px; }
    div.radio.active span.checked {
      background-position: -90px -279px; }
  div.radio.hover span, div.radio.focus span {
    background-position: -36px -36px -279px; }
  div.radio.hover span.checked, div.radio.focus span.checked {
    background-position: -108px -279px; }
  div.radio.hover.active span, div.radio.focus.active span {
    background-position: -54px -279px; }
  div.radio.hover.active span.checked, div.radio.focus.active span.checked {
    background-position: -126px -279px; }
  div.radio.disabled span, div.radio.disabled.active span {
    background-position: -144px -279px; }
  div.radio.disabled span.checked, div.radio.disabled.active span.checked {
    background-position: -162px -279px; }
div.uploader {
  background-position: 0 -297px;
  height: 28px;
  width: 190px;
  cursor: pointer;
  position: relative;
  overflow: hidden; }
  div.uploader span.action {
    background-position: right -409px;
    height: 28px;
    line-height: 28px;
    width: 82px;
    text-align: center;
    float: left;
    display: inline;
    overflow: hidden;
    cursor: pointer; }
  div.uploader span.filename {
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    float: left;
    cursor: default;
    height: 24px;
    margin: 2px 0 2px 2px;
    line-height: 24px;
    width: 85px;
    padding: 0 10px; }
  div.uploader input {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    position: absolute;
    top: 0;
    right: 0;
    float: right;
    cursor: default;
    width: 100%;
    height: 100%; }
  div.uploader.active span.action {
    background-position: right -465px; }
  div.uploader.hover, div.uploader.focus {
    background-position: 0 -353px; }
  div.uploader.hover span.action, div.uploader.focus span.action {
    background-position: right -437px; }
  div.uploader.hover.active span.action, div.uploader.focus.active span.action {
    background-position: right -493px; }
  div.uploader.disabled {
    background-position: 0 -325px; }
    div.uploader.disabled.active {
      background-position: 0 -325px; }
    div.uploader.disabled span.action, div.uploader.disabled.active span.action {
      background-position: right -381px; }
div.button {
  background-position: 0 -641px;
  height: 30px;
  cursor: pointer;
  position: relative;
  /* Keep buttons barely visible so they can get focus */ }
  div.button a, div.button button, div.button input {
    opacity: 0.01;
    filter: alpha(opacity=1);
    -moz-opacity: 0.01;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute; }
  div.button span {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    line-height: 22px;
    text-align: center;
    background-position: right -521px;
    height: 22px;
    margin-left: 13px;
    padding: 8px 15px 0 2px; }
  div.button.active {
    background-position: 0 -671px; }
    div.button.active span {
      background-position: right -551px;
      cursor: default; }
  div.button.hover, div.button.focus {
    background-position: 0 -701px; }
  div.button.hover span, div.button.focus span {
    background-position: right -581px; }
  div.button.disabled {
    background-position: 0 -731px; }
    div.button.disabled.active {
      background-position: 0 -731px; }
    div.button.disabled span, div.button.disabled.active span {
      background-position: right -611px;
      cursor: default; }

/* Checkbox */
/* Radio */
/* Uploader */
/* Buttons */
/* INPUT & TEXTAREA */
input.uniform-input, select.uniform-multiselect, textarea.uniform {
  font-size: 12px;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #777777;
  border-top: solid 1px #aaaaaa;
  border-left: solid 1px #aaaaaa;
  border-bottom: solid 1px #cccccc;
  border-right: solid 1px #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

input.uniform-input.hover, input.uniform-input.focus {
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  border-color: #999999; }

select.uniform-multiselect.hover, select.uniform-multiselect.focus {
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  border-color: #999999; }

/* PRESENTATION */
/* Buttons */
/* Select */
/* Checker */
/* Radio */
/* Uploader */
/*! jQuery UI - v1.11.1 - 2014-09-28
 ** http://jqueryui.com
 ** Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix {
  min-height: 0; }
  .ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse; }
  .ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
    clear: both; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

.ui-front {
  z-index: 100; }

.ui-state-disabled {
  cursor: default !important; }

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none; }

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black; }

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.3em 0.5em 0.3em 0.5em;
  min-height: 0;
  font-size: 100%; 
  background:#f0f0f0;
}
.ui-accordion .ui-accordion-icons {
  /*padding-left: 2.2em; */}
  .ui-accordion .ui-accordion-icons .ui-accordion-icons {
    padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: 0.5em;
  top: 50%;
  margin-top: -8px; }
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
  text-decoration: none; }
  .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
    text-decoration: none; }

.ui-button-icon-only {
  width: 2.2em; }

button.ui-button-icon-only {
  width: 2.4em; }

.ui-button-icons-only {
  width: 3.4em; }

button.ui-button-icons-only {
  width: 3.7em; }

.ui-button .ui-button-text {
  display: block;
  line-height: normal; }

.ui-button-text-only .ui-button-text {
  padding: 0.4em 1em; }

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
  padding: 0.4em;
  text-indent: -9999999px; }

.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: 0.4em 1em 0.4em 2.1em; }

.ui-button-text-icon-secondary .ui-button-text {
  padding: 0.4em 2.1em 0.4em 1em; }

.ui-button-text-icons .ui-button-text {
  padding: 0.4em 2.1em 0.4em 1em;
  padding-left: 2.1em;
  padding-right: 2.1em; }

input.ui-button {
  padding: 0.4em 1em; }

.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px; }

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px; }

.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
  left: 0.5em; }

.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
  right: 0.5em; }

.ui-buttonset {
  margin-right: 7px; }
  .ui-buttonset .ui-button {
    margin-left: 0;
    margin-right: -0.3em; }

input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none; }
  .ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 0.2em 0; }
  .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em; }
  .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
    top: 1px; }
  .ui-datepicker .ui-datepicker-prev {
    left: 2px; }
  .ui-datepicker .ui-datepicker-next {
    right: 2px; }
  .ui-datepicker .ui-datepicker-prev-hover {
    left: 1px; }
  .ui-datepicker .ui-datepicker-next-hover {
    right: 1px; }
  .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px; }
  .ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center; }
    .ui-datepicker .ui-datepicker-title select {
      font-size: 1em;
      margin: 1px 0; }
  .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 45%; }
  .ui-datepicker table {
    width: 100%;
    font-size: 0.9em;
    border-collapse: collapse;
    margin: 0 0 0.4em; }
  .ui-datepicker th {
    padding: 0.7em 0.3em;
    text-align: center;
    font-weight: bold;
    border: 0; }
  .ui-datepicker td {
    border: 0;
    padding: 1px; }
    .ui-datepicker td span, .ui-datepicker td a {
      display: block;
      padding: 0.2em;
      text-align: right;
      text-decoration: none; }
  .ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: 0.7em 0 0 0;
    padding: 0 0.2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0; }
    .ui-datepicker .ui-datepicker-buttonpane button {
      float: right;
      margin: 0.5em 0.2em 0.4em;
      cursor: pointer;
      padding: 0.2em 0.6em 0.3em 0.6em;
      width: auto;
      overflow: visible; }
      .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
        float: left; }
  .ui-datepicker.ui-datepicker-multi {
    width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }
  .ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto 0.4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

.ui-datepicker-rtl {
  direction: rtl; }
  .ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto; }
  .ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto; }
  .ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto; }
  .ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto; }
  .ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right; }
    .ui-datepicker-rtl .ui-datepicker-buttonpane button {
      float: left; }
      .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
        float: right; }
  .ui-datepicker-rtl .ui-datepicker-group {
    float: right; }
  .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px; }

.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0; }
  .ui-dialog .ui-dialog-titlebar {
    padding: 0.4em 1em;
    position: relative; }
  .ui-dialog .ui-dialog-title {
    float: left;
    margin: 0.1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis; }
  .ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: 0.3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px; }
  .ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: 0.5em 1em;
    background: none;
    overflow: auto; }
  .ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: 0.5em;
    padding: 0.3em 1em 0.5em 0.4em; }
    .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
      float: right; }
    .ui-dialog .ui-dialog-buttonpane button {
      margin: 0.5em 0.4em 0.5em 0;
      cursor: pointer; }
  .ui-dialog .ui-resizable-se {
    width: 12px;
    height: 12px;
    right: -5px;
    bottom: -5px;
    background-position: 16px 16px; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none; }
  .ui-menu .ui-menu {
    position: absolute; }
  .ui-menu .ui-menu-item {
    position: relative;
    margin: 0;
    padding: 3px 1em 3px 0.4em;
    cursor: pointer;
    min-height: 0;
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); }
  .ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0; }
  .ui-menu .ui-state-focus, .ui-menu .ui-state-active {
    margin: -1px; }

.ui-menu-icons {
  position: relative; }
  .ui-menu-icons .ui-menu-item {
    padding-left: 2em; }

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0; }
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0; }

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden; }
  .ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%; }
  .ui-progressbar .ui-progressbar-overlay {
    background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
    height: 100%;
    filter: alpha(opacity=25);
    opacity: 0.25; }

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none; }

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none; }
  .ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px; }
    .ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
      font-size: 1em;
      font-weight: bold;
      line-height: 1.5;
      padding: 2px 0.4em;
      margin: 0.5em 0 0 0;
      height: auto;
      border: 0; }

.ui-selectmenu-open {
  display: block; }

.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer; }
  .ui-selectmenu-button span.ui-icon {
    right: 0.5em;
    left: auto;
    margin-top: -8px;
    position: absolute;
    top: 50%; }
  .ui-selectmenu-button span.ui-selectmenu-text {
    text-align: left;
    padding: 0.4em 2.1em 0.4em 1em;
    display: block;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

.ui-slider {
  position: relative;
  text-align: left; }
  .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none; }
  .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: 0.7em;
    display: block;
    border: 0;
    background-position: 0 0; }
  .ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit; }

.ui-slider-horizontal {
  height: 0.8em; }
  .ui-slider-horizontal .ui-slider-handle {
    top: -0.3em;
    margin-left: -0.6em; }
  .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%; }
  .ui-slider-horizontal .ui-slider-range-min {
    left: 0; }
  .ui-slider-horizontal .ui-slider-range-max {
    right: 0; }

.ui-slider-vertical {
  width: 0.8em;
  height: 100px; }
  .ui-slider-vertical .ui-slider-handle {
    left: -0.3em;
    margin-left: 0;
    margin-bottom: -0.6em; }
  .ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%; }
  .ui-slider-vertical .ui-slider-range-min {
    bottom: 0; }
  .ui-slider-vertical .ui-slider-range-max {
    top: 0; }

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle; }

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 22px; }

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0; }

.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none; }
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0; }

.ui-spinner-up {
  top: 0; }

.ui-spinner-down {
  bottom: 0; }

.ui-spinner .ui-icon-triangle-1-s {
  background-position: -65px -16px; }

.ui-tabs {
  position: relative;
  padding: 0.2em; }
  .ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 0.2em 0.2em 0; }
    .ui-tabs .ui-tabs-nav li {
      list-style: none;
      float: left;
      position: relative;
      top: 0;
      margin: 1px 0.2em 0 0;
      border-bottom-width: 0;
      padding: 0;
      white-space: nowrap; }
    .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
      float: left;
      padding: 0.5em 1em;
      text-decoration: none; }
    .ui-tabs .ui-tabs-nav li.ui-tabs-active {
      margin-bottom: -1px;
      padding-bottom: 1px; }
      .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
        cursor: text; }
    .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
      cursor: text; }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer; }

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none; }

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaaaaa;
  box-shadow: 0 0 5px #aaaaaa; }

body .ui-tooltip {
  border-width: 2px; }

/* =========================================================================
 * ESTILOS ALEPE
 * ==========================================================================
 */
html {
  overflow-x: hidden;
   }

body {
  text-indent: -0.04em; 

}

body, input, select, textarea {
  font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif; }

.limits {
  width: 980px; }

.ui-tabs {
  margin: 0;
  padding: 0; }
  .ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 0;
    border: 0; }
    .ui-tabs .ui-tabs-nav li {
      margin: 0;
      border: 0; }
      .ui-tabs .ui-tabs-nav li.ui-state-active {
        margin: 0;
        padding: 0;
        border-color: transparent; }
    .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
      padding: 0; }
  .ui-tabs .ui-tabs-panel {
    padding-bottom: 0; }

.icon {
  display: inline-block;
  background-image: url(../image/alepe-sprite.png);
  background-repeat: no-repeat; }

.icon-arrow {
  width: 8px;
  height: 8px;
  background-position: -13px -112px; }

a.button:hover {
  color: white; }

.button {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background: #20579f;
  font-family: "encode_sans_compressedlight", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
  padding: 9px 12px;
  font-size: 14px;
  line-height: 1em;
  color: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 0;
  cursor: pointer;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }
  .button:hover {
    text-decoration: none;
    background: #296ec9; }
  .button.button-small {
    min-width: 86px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 4px;
    padding-bottom: 4px;
    font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 11px;
    background: transparent;
    color: #20579f;
    border: 1px solid #20579f; }
    .button.button-small:hover,
    .button.button-rounded.button-large:hover,
    .button.button-single:hover,
    .button.button-single.button-large:hover {
      background: #20579f;
      color: white; }
    .button.button-small.button-rounded,
    .button.button-single.button-rounded {
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      border-radius: 10px; }

    .button.button-single {
    min-width: 86px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 11px;
    background: transparent;
    color: #20579f;
    border: 1px solid #20579f; }

      .button.button-rounded.button-large{
        padding:10px;
        line-height: 14px;
         min-width: 86px;
          padding-left: 0;
          padding-right: 0;
          padding-top: 8px;
          padding-bottom: 8px;
          font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
          text-transform: uppercase;
          font-size: 11px;
          line-height: 11px;
          background: transparent;
          color: #20579f;
           border: 1px solid #20579f;
         -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      border-radius: 10px;
      }

input, textarea, select {
  background: white;
  font-size: 13px; }

textarea, input[type="text"], form.sic input[type="email"],
input[type="email"],
input[type="date"],
form.sic input[type="number"],
form.sic input[type="phone"] {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  height: 32px;
  border: 1px solid #d3dbde;
  border-top-color: #cedce1;
  color: #888888;
  -webkit-box-shadow: 0 -2px 3px #f1f4f4 inset;
  -moz-box-shadow: 0 -2px 3px #f1f4f4 inset;
  box-shadow: 0 -2px 3px #f1f4f4 inset;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }
  input:focus, textarea:focus {
    color: #5e6168;
    border-color: #c0d3da;
    -webkit-box-shadow: 0 0 4px rgba(178, 210, 251, 0.55);
    -moz-box-shadow: 0 0 4px rgba(178, 210, 251, 0.55);
    box-shadow: 0 0 4px rgba(178, 210, 251, 0.55); }

.error {
  background: #ffcbcb; }

label.error {
  background: #fcbdbd;
  margin: 5px 0;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  padding: 5px;
  font-size: 11px;
  color: #d04545;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }

.table {
  width: 100%;
  border: 1px solid #ebeff0;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }
  .table th, .table td {
    padding: 12px 10px;
    font-size: 14px; }
  .table thead tr th {
    background: #011b53;
    color: white;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase; }
    .table thead tr th:first-child {
      -webkit-border-radius: 4px 0 0 0;
      -moz-border-radius: 4px 0 0 0;
      -ms-border-radius: 4px 0 0 0;
      -o-border-radius: 4px 0 0 0;
      border-radius: 4px 0 0 0; }
    .table thead tr th:last-child {
      -webkit-border-radius: 0 4px 0 0;
      -moz-border-radius: 0 4px 0 0;
      -ms-border-radius: 0 4px 0 0;
      -o-border-radius: 0 4px 0 0;
      border-radius: 0 4px 0 0; }
  .table tbody tr:last-child td:first-child {
    -webkit-border-radius: 0 0 0 4px;
    -moz-border-radius: 0 0 0 4px;
    -ms-border-radius: 0 0 0 4px;
    -o-border-radius: 0 0 0 4px;
    border-radius: 0 0 0 4px; }
  .table tbody tr:last-child td:last-child {
    -webkit-border-radius: 0 0 4px 0;
    -moz-border-radius: 0 0 4px 0;
    -ms-border-radius: 0 0 4px 0;
    -o-border-radius: 0 0 4px 0;
    border-radius: 0 0 4px 0; }
  .table tbody tr td {
    background: #eeeeee; }

.sitemap-box dl {
  margin-bottom: 20px;
  padding-left: 30px;
  border-left: 1px solid #ebeff0; }
.sitemap-box dt {
  margin-bottom: 8px; }
  .sitemap-box dt a {
    font: normal 16px "encode_sans_compressedblack", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase; }
.sitemap-box dd {
  margin-left: 20px;
  margin-bottom: 8px; }

.list-inline li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-left: 40px; }
  .list-inline li:first-child {
    margin-left: 0; }
  .list-inline li a {
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    padding-left: 18px;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in; }
    .list-inline li a:hover .icon-arrow {
      background-position: -27px -127px; }
    .list-inline li a .icon-arrow {
      width: 14px;
      height: 14px;
      background-position: -13px -126px;
      position: absolute;
      top: 3px;
      left: 0;
      -webkit-transition: background 0.2s ease-in;
      -moz-transition: background 0.2s ease-in;
      -o-transition: background 0.2s ease-in;
      transition: background 0.2s ease-in; }

.see-more {
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-transform: uppercase;
  font: normal 13px "encode_sans_compressedextrabold", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
  -webkit-transition: color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in; }
  .see-more.see-more-vertical:hover .icon {
    background-position: 0 -144px; }
  .see-more.see-more-vertical .icon {
    width: 8px;
    height: 8px;
    margin-left: 4px;
    background-position: 0 -136px;
    -webkit-transition: background 0.2s ease-in;
    -moz-transition: background 0.2s ease-in;
    -o-transition: background 0.2s ease-in;
    transition: background 0.2s ease-in; }
  .see-more.see-more-vertical.up:hover .icon {
    background-position: 0 -120px; }
  .see-more.see-more-vertical.up .icon {
    background-position: 0 -128px; }

/* Header */
.header {
  width: 100%;
  height: 127px;
  position: relative;
  background: white;
  border-bottom: 1px solid #dbdbdb; }
  .header.fixed {
    position: fixed;
    z-index: 10000000000000000 !important;
    height: 90px;
    top: 0;
    border-bottom: 1px solid #ebeff0; }
    .header.fixed .header-content #logo {
      height: 70px;
      overflow: hidden;
      margin-top: 12px;
      margin-bottom: 15px; }
    .header.fixed .nav-wrapper {
      margin-top: 40px; }
    .header.fixed .nav-social {
      display: none; }
    .header.fixed #search .search-button-trigger {
      padding-bottom: 15px; }
      .header.fixed #search .search-button-trigger .desc {
        display: none; }
    .header.fixed #search .search-form {
      top: 82px; }
  .header .header-content #logo, .header .header-content .nav-wrapper {
    float: left; }
  .header .header-content #logo {
    margin-top: 45px;
    margin-bottom: 5px; }
  .header .header-content .nav-wrapper {
    margin-left: 25px; }

.nav-social {
  margin-top: 22px;
  margin-bottom: 20px;
  overflow: hidden;
  *zoom: 1; }
  .nav-social ul {
    float: right; }

.nav-social-ul li {
  float: left;
  margin-left: 5px; }
  .nav-social-ul li:first-child {
    margin-left: 0; }

.social-link {
  display: block;
  width: 24px;
  height: 24px;
  background: url(../image/alepe-sprite.png) no-repeat;
  text-indent: -999em;
  overflow: hidden;
  border: 1px solid #ebeff0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: border 0.2s linear;
  -moz-transition: border 0.2s linear;
  -o-transition: border 0.2s linear;
  transition: border 0.2s linear; }
  .social-link:hover {
    border-color: #011b53; }
  .social-link.social-facebook {
    background-position: 0 -54px; }
  .social-link.social-twitter {
    background-position: -24px -54px; }
  .social-link.social-instagram {
    background-position: -48px -54px; }
  .social-link.social-youtube {
    background-position: -72px -54px; }
  .social-link.social-rss {
    background-position: -96px -54px; }

.light .social-link.social-facebook {
  background-position: 0 -78px; }
  .light .social-link.social-facebook:hover {
    background-position: 0 -54px; }
.light .social-link.social-twitter {
  background-position: -24px -78px; }
  .light .social-link.social-twitter:hover {
    background-position: -24px -54px; }
.light .social-link.social-instagram {
  background-position: -48px -78px; }
  .light .social-link.social-instagram:hover {
    background-position: -48px -54px; }
.light .social-link.social-youtube {
  background-position: -72px -78px; }
  .light .social-link.social-youtube:hover {
    background-position: -72px -54px; }
.light .social-link.social-rss {
  background-position: -96px -78px; }
  .light .social-link.social-rss:hover {
    background-position: -96px -54px; }

.nav .nav-ul > li {
  float: left;
  height: 50px;
  margin-left: 15px; }
  .nav .nav-ul > li:first-child {
    margin-left: 0; }
  .nav .nav-ul > li.with-sub-nav {
    position: relative; }
    .nav .nav-ul > li.with-sub-nav a {
      padding-right: 12px;
      position: relative; }
    .nav .nav-ul > li.with-sub-nav.hover .icon-arrow, .nav .nav-ul > li.with-sub-nav:hover .icon-arrow {
      background-position: 0 -120px; }
    .nav .nav-ul > li.with-sub-nav .icon-arrow {
      width: 8px;
      height: 8px;
      display: block;
      position: absolute;
      background-position: 0 -112px;
      right: 0;
      top: 1px;
      -webkit-transition: background 0.1s linear;
      -moz-transition: background 0.1s linear;
      -o-transition: background 0.1s linear;
      transition: background 0.1s linear; }
  .nav .nav-ul > li > a {
    color: #515151;
    font-size: 13px;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: color 0.1s ease-in-out;
    -moz-transition: color 0.1s ease-in-out;
    -o-transition: color 0.1s ease-in-out;
    transition: color 0.1s ease-in-out; }
    .nav .nav-ul > li > a:hover {
      color: #011b53; }

.sub-nav {
  display: none;
  width: 250px;
  position: absolute;
  z-index: 10;
  border: 2px solid #dbdbdb;
  left: 0;
  top: 30px;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }
  .sub-nav:before {
    width: 19px;
    height: 13px;
    display: block;
    content: "";
    position: absolute;
    top: -13px;
    left: 17px;
    background: url(../image/arrow-subnav.png) no-repeat; }
  .sub-nav > ul li {
    border-top: 1px solid #ebeff0; }
    .sub-nav > ul li:first-child {
      border-top: 0; }
    .sub-nav > ul li a {
      padding: 6px 14px;
      display: block;
      font-size: 13px;
      background: white;
      text-transform: uppercase;
      color: #20579f;
      letter-spacing: -0.05em; }
      .sub-nav > ul li a:hover {
        color: #011b53;
        background: #f7faff; }

#search {
  float: right;
  position: relative;
  border-left: 1px solid #dbdbdb; }
  #search:hover .search-button-trigger, #search.hover .search-button-trigger {
    background: #011b53; }
    #search:hover .search-button-trigger .icon, #search.hover .search-button-trigger .icon {
      background-position: -130px -112px; }
    #search:hover .search-button-trigger .desc, #search.hover .search-button-trigger .desc {
      color: white; }
  #search .search-button-trigger {
    width: 75px;
    cursor: pointer;
    padding-left: 14px;
    padding-top: 22px;
    padding-right: 8px;
    padding-bottom: 37px;
    display: block;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }
    #search .search-button-trigger .icon {
      width: 34px;
      height: 34px;
      margin-bottom: 9px;
      background-position: -96px -112px; }
    #search .search-button-trigger .desc {
      width: 45px;
      font-size: 11px;
      display: block;
      padding-left: 3px;
      color: #20579f; }
  #search .search-form {
    display: none;
    width: 326px;
    position: absolute;
    right: -17px;
    top: 126px;
    background: #011b53;
    padding: 14px 17px;
    z-index: 10;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px; }
    #search .search-form input {
      width: 200px; }

/* end Header */
.sub-header {
  background: #e8e8e8;
  padding-bottom: 25px; }

.sub-header-content {
  background: white;
  border: 4px solid #dbdbdb;
  border-top: 0;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px; }

.sub-header-actions .sub-header-actions-option, .sub-header-actions .fields-item, .fields .sub-header-actions-option, .fields .fields-item {
  float: left; }
  .sub-header-actions .sub-header-actions-option .label, .sub-header-actions .fields-item .label, .fields .sub-header-actions-option .label, .fields .fields-item .label {
    display: block;
    text-transform: uppercase;
    color: #011b53;
    font-family: "encode_sans_compressedblack", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    margin-bottom: 5px; }

.sub-header-actions {
  background: url(../image/bg-subheader-actions.png) repeat-x top center; }
  .sub-header-actions .sub-header-actions-option {
    border-left: 1px solid #dbdbdb;
    padding: 14px 15px 18px 15px; }
    .sub-header-actions .sub-header-actions-option:first-child {
      border-left: 0; }

.deputados .selector.fixedWidth {
  width: 207px; }
  .deputados .selector.fixedWidth span {
    width: 200px; }

.comissoes .selector.fixedWidth {
  width: 220px; }
  .comissoes .selector.fixedWidth span {
    width: 210px; }

.proposicoes .selector.fixedWidth {
  width: 145px; }
  .proposicoes .selector.fixedWidth span {
    width: 93px; }

/* Banner */
#banner {
  margin-top: 15px; /*ajustar 27px quando remover banner covid 19*/
  position: relative;
  height: 380px; }
  #banner .bx-wrapper .bx-viewport {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden; }
  #banner .bx-wrapper .bx-controls-direction {
    position: relative; }
    #banner .bx-wrapper .bx-controls-direction .bx-next, #banner .bx-wrapper .bx-controls-direction .bx-prev {
      position: absolute;
      bottom: 170px; }
    #banner .bx-wrapper .bx-controls-direction .bx-prev {
      left: -54px; }
    #banner .bx-wrapper .bx-controls-direction .bx-next {
      right: -54px; }
  #banner .bx-wrapper .bx-pager {
    width: 300px;
    position: absolute;
    bottom: 50px;
    left: 0;
    text-align: center; }
    #banner .bx-wrapper .bx-pager > div {
      display: inline-block;
      margin-right: 1px;
      margin-left: 1px; }
    #banner .bx-wrapper .bx-pager .bx-pager-link {
      display: block;
      text-indent: -9999em;
      width: 62px;
      height: 4px;
      background: #b1beda; }
      #banner .bx-wrapper .bx-pager .bx-pager-link.active {
        background: white;
        -webkit-box-shadow: 0 0 4px #85a8f5;
        -moz-box-shadow: 0 0 4px #85a8f5;
        box-shadow: 0 0 4px #85a8f5; }

#banner-slider {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  height: 380px; }
  #banner-slider li {
    float: left;
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden; }
    #banner-slider li.with-text a .banner-text {
      width: 300px;
      height: 380px;
      position: absolute;
      top: 0;
      left: 0;
      background: #011b53; }
      #banner-slider li.with-text a .banner-text .banner-text-title {
        color: white;
        font-size: 22px;
        font-family: "encode_sans_compressedextrabold", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
        padding-top: 65px;
        padding-left: 50px;
        padding-right: 50px;
        text-align: center;
        line-height: 1.2em; }
        #banner-slider li.with-text a .banner-text .banner-text-title:before {
          width: 32px;
          background: white;
          height: 1px;
          content: "";
          display: block;
          margin: auto;
          margin-bottom: 37px;
          -webkit-transition: all 0.1s ease-in;
          -moz-transition: all 0.1s ease-in;
          -o-transition: all 0.1s ease-in;
          transition: all 0.1s ease-in; }
    #banner-slider li.with-text .banner-image {
      float: right; }
    #banner-slider li .banner-image {
      height: 380px;
      margin-left:300px; /*Carregar imagem fixa no local do banner com legenda*/
    }

/*ESTILO PARA BANNER SEM LEGENDA*/
    #banner-slider li.with-text .banner-image-unic {
      float: right; }
    #banner-slider li .banner-image-unic {
      height: 380px; 
      margin-left:0;}
/*End-banner sem legenda*/

/*ul#banner-slider.banner li:first-child{
  display:none !important;
}*/

/* end Banner */
.one-col {
  width: 230px; }

.two-col {
  width: 480px; }

.three-col {
  width: 730px; }

.col-two-article {
  width: 300px;
  float:left; }

.content-main {
  padding-top: 40px !important; }

   .main-content-index{
        padding-top:5px;
      }

.clearfix {
  zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: "";
    display: table; }
  .clearfix:after {
    clear: both; }

.content-inner {
  zoom: 1; }
  .content-inner > .three-col, .content-inner > .one-col, .content-inner > .two-col {
    float: left; }
  .content-inner > .one-col {
    margin-left: 20px;
    margin-top: -77px;
    margin-top:-37px; }


  .content-inner:before, .content-inner:after {
    content: "";
    display: table; }
  .content-inner:after {
    clear: both; }

.list-margin > li, .list-margin > div, .list-margin .one-col {
  margin-left: 20px;
  float: left; }
  .list-margin > li:first-child, .list-margin > div:first-child, .list-margin .one-col:first-child {
    margin-left: 0; }

.figure {
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }
  .figure img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;}

.box-widget {
  margin-bottom: 38px; /*58*/ }
  .box-widget .box-widget-header {
    border-bottom: 5px solid #011b53;
    margin-bottom: 30px;
    padding-left: 3px;
    overflow: hidden; }
    .box-widget .box-widget-header .title {
      text-transform: uppercase;
      font: normal 17px/17px "encode_sans_compressedlight", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
      padding-bottom: 15px;
      color: #7b6b5a;
      float: left; }
    .box-widget .box-widget-header .more {
      float: right; }


/*box aplicativos*/

.box-app {
  margin-bottom: 38px; /*58*/ 
  display: block;
  border: 2px solid #ebeff0;
  padding-left: 75px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: border 0.1s ease-in;
  -moz-transition: border 0.1s ease-in;
  -o-transition: border 0.1s ease-in;
  transition: border 0.1s ease-in; }
  .box-app.sigalepe {
    background: url(../image/icon-seg-alepe.png) no-repeat 15px 14px; }
  .box-app.tanalei {
    background: url(../image/icon-ta-na-lei.png) no-repeat 15px 14px; }
  }
  .box-app p.title {
      text-transform: uppercase;
      font: normal 11px "encode_sans_compressedblack", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
      color: red;
      display: block;
      margin-bottom: 5px; }

/*box aplicativos end*/

.box-news {
  display: block; }
  .box-news .figure {
    float: left; }
  .box-news .title {
    padding-left: 120px;
    line-height: 1.2em;
    font-size: 14px; }
  .box-news.box-news-image-block .figure {
    float: none; }
  .box-news.box-news-image-block .title {
    padding-left: 0; }

.box-type-list {
  margin-bottom: 68px; }
  .box-type-list.box-type-list-inner {
    margin-bottom: 40px; }
    .box-type-list.box-type-list-inner .box-type-list-header .title {
      font-size: 24px;
      font-family: "encode_sans_compressedregular", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif; }
  .box-type-list .box-type-list-header {
    padding-bottom: 10px;
    margin-bottom: 24px;
    border-bottom: 1px solid #e6e6e6; }
    .box-type-list .box-type-list-header .title, .box-type-list .box-type-list-header .more {
      display: inline-block;
      *display: inline;
      zoom: 1; }
    .box-type-list .box-type-list-header .title {
      text-transform: uppercase;
      font-size: 34px;
      font-family: "encode_sans_compressedlight", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
      color: #7b6b5a;
      letter-spacing: -0.04em; }
    .box-type-list .box-type-list-header .more {
      margin-left: 16px; }

.banner-col {
  display: block;
  margin: 20px 0; }

.box-text > p, .box-text > ol, .box-text > ul {
  line-height: 1.4em;
  margin-bottom: 20px; }

.box-type-list-ul li {
  float: left; }

.more {
  font-size: 13px;
  text-transform: uppercase;
  font-family: "encode_sans_compressedmedium", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif; }
  .more.more-with-arrow {
    position: relative;
    padding-right: 20px; }
    .more.more-with-arrow:hover .icon {
      background-position: -29px -112px; }
    .more.more-with-arrow .icon {
      right: 0;
      top: 2px;
      position: absolute;
      width: 8px;
      height: 8px;
      display: inline-block;
      background: url(../image/alepe-sprite.png) no-repeat -21px -112px;
      -webkit-transition: background 0.2s ease-in;
      -moz-transition: background 0.2s ease-in;
      -o-transition: background 0.2s ease-in;
      transition: background 0.2s ease-in; }

/* Index */
.main-content-index {
  margin-bottom: 30px; }
  .main-content-index > .limits > .three-col {
    float: left; }
  .main-content-index > .limits > .one-col {
    float: right; }

.main-content-index-news {
  margin-bottom: 45px; }
  .main-content-index-news.news-content-index-border {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ebeff0; }
  .main-content-index-news.news-only-text .title {
    font-size: 17px;
    line-height: 24px; }
  .main-content-index-news .title a {
    display: block; }
  .main-content-index-news .news-image-block.two-col .title {
    font-size: 26px; }
  .main-content-index-news .news-image-block .figure {
    margin-bottom: 14px; }
  .main-content-index-news .news-image-block .title {
    font-size: 17px; }

.news-three-items .news-three-items-ul .one-col {
  margin-top: 15px;
  margin-left: 0; }
  .news-three-items .news-three-items-ul .one-col:first-child {
    margin-top: 0; }

.main-content-boxes .box-col {
  float: left;
  margin-left: 20px; }
  .main-content-boxes .box-col:first-child {
    margin-left: 0; }

.box-footer {
  margin-top: 13px;
  text-align: right; }

.tv-alepe-box .box-header, .radio-alepe-box .box-header {
  margin-bottom: 12px; }
.tv-alepe-box .box-header-title, .radio-alepe-box .box-header-title {
  height: 45px;
  text-indent: -9999em;
  background-repeat: no-repeat;
  background-position: top left; }
.tv-alepe-box .box-content, .radio-alepe-box .box-content {
  height: 245px; } /*Antes, 170*/

.tv-alepe-box .box-header-title {
  background-image: url(../image/tv-alepe-logo.png); }
.tv-alepe-box .box-content .title {
  margin-top: 8px;
  font-size: 18px;
  font-weight: 700;
  color: #011b53; }

.radio-alepe-box .box-header-title {
  background-image: url(../image/radio-alepe-logo.png); }

.radio-alepe-list {
  height: 215px; /*antes 140px*/
  overflow-y:scroll;
  padding: 15px 13px;
  /*background: whitesmoke;*/
  background:#fff;
  border: 1px solid #ebeff0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }
  .radio-alepe-list li {
    margin-top: 18px; }
    .radio-alepe-list li:first-child {
      margin-top: 0; }
    .radio-alepe-list li a {
      font-size: 13px;
      line-height: 1.3em;
      display: block;
      padding-left: 28px;
      position: relative; }


.icon-radio {
  width: 19px;
  height: 19px;
  background-position: -56px -358px;
  display: block;
  position: absolute;
  left: 0;
  top: 2px; }

.icon-radio-2{
  background:url(/wp-content/themes/alepe/image/icon-audio-2.png);
  background-size: 23px 17px;
  width:23px;
  height:17px;
  display:inline-block;
  margin-top: -3px;
}

.diario-oficial-box .box-content {
  border: 1px solid #ebeff0;
  border-top: 3px solid #7b6b5a;
  padding-top: 6px;
  padding-bottom: 5px;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }
.diario-oficial-box .box-footer {
  text-align: right;
  margin-top: 10px; }

.tabs {
  border: 1px solid #ebeff0;
  background: #f7f7f7;
  /*min-height: 245px;*/
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }
  .tabs .tabs-ul {
    overflow: hidden; }
    .tabs .tabs-ul li {
      float: left;
      border-bottom: 1px solid #ebeff0; }
      .tabs .tabs-ul li.ui-state-active {
        border-color: white; }
        .tabs .tabs-ul li.ui-state-active a {
          background: white;
          color: #011b53;
          font-family: "encode_sans_compressedblack", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
          letter-spacing: -0.05em; }
      .tabs .tabs-ul li:first-child a {
        border-left: 0; }
      .tabs .tabs-ul li a, .tabs .tabs-ul li .ui-tabs-anchor {
        padding: 20px 19px;
        font-size: 16px;
        font-family: "encode_sans_compressedlight", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
        text-transform: uppercase;
        display: block;
        border-left: 1px solid #ebeff0; }
  .tabs .tabs-content {
    background: white;
    padding-top: 25px;
    padding-left: 20px;
    padding-right: 20px; }
  .tabs .tabs-content-title {
    font-size: 12px;
    color: #011b53; }
    .tabs .tabs-content-title .date {
      text-transform: uppercase; }
    .tabs .tabs-content-title .title {
      font-weight: 700;
      display: block;
      margin-top: 5px;
      line-height: 1.2em; }
    .tabs .tabs-content-title:after {
      background: #e6e6e6;
      display: block;
      width: 22px;
      content: "";
      height: 1px;
      margin: 20px 0; }
  .tabs .tabs-content-buttons {
    border-top: 1px solid #ebeff0;
    margin-right: -20px;
    margin-left: -20px;
    overflow: hidden; }
    .tabs .tabs-content-buttons .nav {
      width: 70px;
      padding-top: 12px;
      float: left;
      text-align: center; }
      .tabs .tabs-content-buttons .nav .nav-carousel-vertical {
        display: inline-block;
        margin-left: 2px;
        margin-right: 2px; }
    .tabs .tabs-content-buttons .see-all {
      border-left: 1px solid #ebeff0;
      float: left;
      padding: 12px 15px;
      font-size: 13px;
      text-transform: uppercase;
      font-family: "encode_sans_compressedlight", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif; }



.tab-list-carousel li {
  margin-bottom: 25px;
  padding-left:5px;
 }

.tabs-content {
  position: relative; 
}


.agenda-tab-list-wrapper {
   height: 140px !important;
  overflow: hidden;
  padding-left: 1px; }
  .agenda-tab-list-wrapper .hour {
    color: #7b6b5a;
    font-size: 12px;
    font-family: "encode_sans_compressedblack", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
    float: left; }
  .agenda-tab-list-wrapper .text {
    padding-left: 50px;
    font-size: 12px;
    color: #838383; }
    .agenda-tab-list-wrapper .text strong {
      color: #5e6168;
      font-weight: 700;
      display: block;
      margin: 0 0 3px 0;
      font-size: 13px; }

.ordem-do-dia-tab-list-wrapper {
  overflow: hidden;
  height: 140px !important;
  padding-bottom: 15px; }

#gallery-index {
  background: whitesmoke;
  padding-top: 46px;
  padding-bottom: 56px; }
  #gallery-index .carousel-horizontal {
    width: 860px !important; }

#gallery-index .carousel-horizontal, #parlamentares-gallery-carousel .carousel-horizontal, .gallery-carousel .carousel-horizontal {
  margin-left: 20px;
  padding-left: 4px;
  float: left;
  overflow: hidden; }
  #gallery-index .carousel-horizontal > .carousel-horizontal-ul li, #parlamentares-gallery-carousel .carousel-horizontal > .carousel-horizontal-ul li, .gallery-carousel .carousel-horizontal > .carousel-horizontal-ul li {
    width: 111px;
    margin-right: 13px;
    float: left; }
    #gallery-index .carousel-horizontal > .carousel-horizontal-ul li:last-child, #parlamentares-gallery-carousel .carousel-horizontal > .carousel-horizontal-ul li:last-child, .gallery-carousel .carousel-horizontal > .carousel-horizontal-ul li:last-child {
      margin-right: 0; }
#gallery-index .carousel-nav, #parlamentares-gallery-carousel .carousel-nav, .gallery-carousel .carousel-nav {
  margin-top: 15px; }
#gallery-index .carousel-nav-left, #parlamentares-gallery-carousel .carousel-nav-left, .gallery-carousel .carousel-nav-left {
  float: left; }
#gallery-index .carousel-nav-right, #parlamentares-gallery-carousel .carousel-nav-right, .gallery-carousel .carousel-nav-right {
  float: right; }


 li a.gallery-carousel-box-a img{
    max-height: 70px !important;
    margin-left:auto;
    margin-right: auto;
    display:block;
  /*  max-width: 100%;*/
    margin:0 auto;
    text-align: center;
    width:auto;
  }

  ul.carousel-horizontal-ul .gallery-carousel li{
  width:105px;
  height:70px;
  margin:0 auto;
   text-align: center;

  }

.gallery-carousel-box-a {
  display: inline-block;
  width:105px;
  height:70px;
  background:#EBEFF0;
  *display: inline;
  zoom: 1;
  overflow: hidden;
  border: 3px solid white;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  -webkit-transition: border 0.1s ease-in;
  -moz-transition: border 0.1s ease-in;
  -o-transition: border 0.1s ease-in;
  transition: border 0.1s ease-in; }
  .gallery-carousel-box-a:hover {
    border-color: #20579f; }

.box-link-border {
  display: block;
  border: 2px solid #ebeff0;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: border 0.1s ease-in;
  -moz-transition: border 0.1s ease-in;
  -o-transition: border 0.1s ease-in;
  transition: border 0.1s ease-in; }
  .box-link-border:hover {
    border-color: #011b53; }
  .box-link-border.alepe-legis {
    background: url(../image/icon-alepe-legis.png) no-repeat 5px 14px; }
  .box-link-border.museu-virtual {
    background: url(../image/icon-museu-virtual.png) no-repeat 15px 14px; }
  .box-link-border.plenario-virtual {
    background: url(../image/icon-plenario-virtual.png) no-repeat 15px 14px; }
  .box-link-border.assembleia-360 {
    background: url(../image/icon-360.png) no-repeat 15px 14px; }
  .box-link-border.tribuna {
    background: url(../image/icon-tribuna.png) no-repeat 15px 14px; }
  .box-link-border.clipping {
    background: url(../image/icon-clipping.png) no-repeat 15px 14px; }
  .box-link-border.audios {
    background: url(../image/icon-audio.png) no-repeat 15px 14px; }
  .box-link-border.aplicativo-alepe {
    background: url(../image/icon-aplicativo.png) no-repeat 0 14px;
    border: 0;
    border-top: 1px solid #e6e6e6; }
    .box-link-border.aplicativo-alepe p {
      padding-left: 55px; }
  .box-link-border p {
    padding-left: 70px;
    font-size: 12px;
    line-height: 1.2em; }
    .box-link-border p .title {
      text-transform: uppercase;
      font: normal 11px "encode_sans_compressedblack", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
      color: #011b53;
      display: block;
      margin-bottom: 5px; }

  .box-link-border-unic {
  display: block;
  border: 2px solid #ebeff0;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 0.9em;
  line-height: 1.2em;
  color:#6C5A47;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: border 0.1s ease-in;
  -moz-transition: border 0.1s ease-in;
  -o-transition: border 0.1s ease-in;
  transition: border 0.1s ease-in; }

.social-boxes {
  margin-top: 54px; }
  .social-boxes .col-left, .social-boxes .col-right, .social-boxes .col-left-500, .social-boxes .col-right-400 {
    float: left; }
  .social-boxes .col-left {
    width: 640px;
    margin-right: 40px; }
  .social-boxes .col-right {
    width: 300px; }

    .social-boxes .col-left-500 {
    width: 500px;
    margin-right: 80px; }

     .social-boxes .col-right-400 {
    width: 400px; }


    .social-boxes .col-box-one, .social-boxes .col-box-two, .social-boxes .col-box-three {
    float: left; }
  .social-boxes .col-box-one  {
    width: 270px;
    margin-right: 60px; }

    .social-boxes .col-box-two  {
    width: 270px;}

   .social-boxes .col-box-three  {
    width: 320px;
    margin-left: 60px;}

    .box-link-border.aplicativo-alepe p a{
        font-weight: bold;
    }

  

    .social-boxes .social-boxes-box .link-2 {
      float: none;
      margin-left: 10px;
      font-weight: 700;
      margin-top: 20px;}
 /* .social-boxes .col-left {
    width: 500px;
    margin-right: 40px; }
  .social-boxes .col-right {
    width: 400px;
    margin-left: 40px; }*/
  .social-boxes .social-boxes-box {
    position: relative;
    padding-top: 5px;
    padding-bottom: 6px;
    margin-bottom: 16px;
    overflow: hidden; }
    .social-boxes .social-boxes-box .icon {
      width: 40px;
      height: 40px;
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      background: url(../image/alepe-sprite.png) no-repeat; }
    .social-boxes .social-boxes-box .title {
      padding-left: 44px;
      float: left;
      text-transform: uppercase;
      color: #7b6b5a;
      font-family: "encode_sans_compressedlight", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
      font-size: 30px;
      font-weight: 300; }
    .social-boxes .social-boxes-box .link {
      float: right;
      font-weight: 700;
      padding-top: 5px; }
    .social-boxes .social-boxes-box.facebook .icon {
      background-position: 0 -268px; }
    .social-boxes .social-boxes-box.facebook .likebox {
      border-top: 1px solid #e6e6e6;
      margin-top: 20px; }
    .social-boxes .social-boxes-box.twitter .icon {
      background-position: -40px -268px; }
    .social-boxes .social-boxes-box.instagram .icon {
      background-position: -80px -268px; }
    .social-boxes .social-boxes-box.youtube .icon {
      background-position: -120px -268px; }

/* end Index */
/* Carousel */
html, button, input, select, textarea {
  color: #74828b; }

sup {
  vertical-align: super !important; }

body {
  font-size: 14px;
  font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  background: white;
  color: gray; }

::-moz-selection, ::selection {
  background: #666666;
  text-shadow: none; }

/*:focus, a {
  outline: 3px solid blanchedalmond !important;
  -moz-outline-style: none !important; }*/

textarea {
  -moz-appearance: none;
  -webkit-appearance: none; }

a {
  color: #20579f;
  text-decoration: none;
  -webkit-transition: color 0.1s ease-in-out;
  -moz-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out; }
  a:hover {
    color: #011b53; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

.hr{
  margin:10px;
}

img {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.chromeframe {
  margin: 0.2em 0;
  background: #cccccc;
  color: black;
  padding: 0.2em 0; }

.limits {
  position: relative;
  margin: 0 auto; }

/* ==========================================================================
 * Classes auxiliares
 * ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px; }
  .ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; }

.invisible {
  visibility: hidden; }

.clearfix {
  *zoom: 1; }
  .clearfix:before {
    content: " ";
    display: table; }
  .clearfix:after {
    content: " ";
    display: table;
    clear: both; }

.clear {
  clear: both; }

.fLeft {
  float: left; }

.fRight {
  float: right; }

.bgNone {
  background: none !important; }

.pTop0 {
  padding-top: 0 !important; }

.pTop5 {
  padding-top: 5px !important; }

.widthAuto {
  width: auto !important; }

.w70 {
  width: 70px; }

.pRight0 {
  padding-right: 0 !important; }

.pRight18 {
  padding-right: 18px; }

.bgImageNone {
  background-image: none !important; }

.noBg {
  background: none !important; }

.mRight20 {
  margin-right: 20px !important; }

.block {
  display: block !important; }

.jcarousel {
  position: relative;
  overflow: hidden; }

.carousel-nav-left,
.carousel-nav-right,
.bx-prev,
.bx-next {
  width: 40px;
  height: 40px;
  display: block;
  background: url(../image/alepe-sprite.png) no-repeat;
  text-indent: -9999em;
  overflow: hidden;
  -webkit-transition: background 0.2s ease-in;
  -moz-transition: background 0.2s ease-in;
  -o-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in; }

.carousel-nav-left,
.bx-prev {
  background-position: -40px -178px; }
  .carousel-nav-left:hover,
  .bx-prev:hover {
    background-position: -80px -178px; }
  .carousel-nav-left.inativo,
  .bx-prev.inativo {
    background-position: 0px -178px; }

.carousel-nav-right,
.bx-next {
  background-position: -40px -218px; }
  .carousel-nav-right:hover,
  .bx-next:hover {
    background-position: 0 -218px; }
  .carousel-nav-right.inativo,
  .bx-next.inativo {
    background-position: -80px -218px; }


.nav-carousel-vertical {
  width: 14px;
  height: 14px;
  background: url(../image/alepe-sprite.png) no-repeat;
  text-indent: -9999em;
  display: inline-block;
  *display: inline;
  zoom: 1; }
  .nav-carousel-vertical.next {
    background-position: -56px -126px; }
    .nav-carousel-vertical.next:hover {
      background-position: -56px -140px; }
    .nav-carousel-vertical.next.inativo {
      background-position: -56px -112px; }
  .nav-carousel-vertical.previous {
    background-position: -72px -140px; }
    .nav-carousel-vertical.previous:hover {
      background-position: -72px -126px; }
    .nav-carousel-vertical.previous.inativo {
      background-position: -72px -154px; }

.carousel-unique li {
  overflow: hidden; }
  .carousel-unique li a {
    display: block; }
    .carousel-unique li a .figure {
      float: left; }
    .carousel-unique li a .text {
      height: 55px;
      width: 137px;
      float: right;
      border-bottom: 1px solid #ebeff0; }
      .carousel-unique li a .text .title {
        display: block;
        color: #011b53;
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 5px; }
      .carousel-unique li a .text .subtitle {
        color: #7b6b5a;
        font-size: 14px; }

/* end Carousel */
/* Section */
.breadcrumb {
  margin-top: 13px;
  font-size: 12px;
  color: #5e6168;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 15px; }
  .breadcrumb .icon-arrow {
    margin-left: 4px;
    margin-right: 4px; }
  .breadcrumb strong {
    font-weight: 700; }

.breadcrumb-noticia {
  margin-top: 13px;
  font-size: 12px;
  color: #5e6168;
  padding-bottom: 15px; }
  .breadcrumb-noticia .icon-arrow {
    margin-left: 4px;
    margin-right: 4px; }
  .breadcrumb-noticia strong {
    font-weight: 700; }

.section-title {
  height: 31px;
  border-top: 1px solid #f3f3f3;
  padding-top: 22px; }
  .section-title .title {
    color: #011b53;
    font: normal 32px "encode_sans_compressedblack", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase;
    line-height: 1em;
    margin: 0; }

    .section-title > h4.title{
      font-size: 14px;
    }

/* end Section */
/* News */
.article {
  margin-bottom: 50px; }

  .article .section-inner-header .title {
    color: #7b6b5a;
    font: normal 35px/1.2em "encode_sans_compressedregular", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
    margin-bottom: 8px; }

  .article .section-inner-header .title-notes {
    color: #7b6b5a;
    font: normal 28px/1.1em "encode_sans_compressedregular", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
    margin-bottom: 8px; }

  .article .section-inner-header .date {
    font: normal 11px "Helvetica", "Helvetica Neue", Arial, sans-serif;
    color: #999999;
    display: block; }

.article-share-top {
  border: 1px solid #ebeff0;
  border-left: 0;
  border-right: 0;
  padding-top: 17px;
  padding-bottom: 17px;
  margin-top: 15px;
  margin-bottom: 23px; }

  span.twitter{
    margin-left: 2px;
  }

.social {
  overflow: hidden;
  padding-top: 5px;
  width:530px;}


  span.twitter, .fb-like, span.gplus{
    float: left !important;
    max-width: 180px;
    margin-right: 10px; }

    #u_0_3{
      display:none;
    }

.news-share .social, .article-share .social {
  float: left;
  overflow: hidden;
  padding-top: 5px; }
.news-share .text-option, .article-share .text-option {
  float: right;
  background: #ededed;
  padding: 2px;
  width:88px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }
  .news-share .text-option > a, .article-share .text-option > a {
    width: 20px;
    padding: 0 8px;
    padding-top: 5px;
    line-height: 17px;
    height: 25px;
    text-align: center;
    float: left;
    background: white;
    border: 1px solid #d3dbde;
    border-left-width: 0;
    font: normal 17px "encode_sans_compressedextrabold", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif; }
    .news-share .text-option > a:active, .news-share .text-option > a:focus, .article-share .text-option > a:active, .article-share .text-option > a:focus {
      -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1) inset;
      -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1) inset;
      box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1) inset; }
    .news-share .text-option > a:first-child, .article-share .text-option > a:first-child {
      -webkit-border-radius: 3px 0 0 3px;
      -moz-border-radius: 3px 0 0 3px;
      -ms-border-radius: 3px 0 0 3px;
      -o-border-radius: 3px 0 0 3px;
      border-radius: 3px 0 0 3px;
      border-left-width: 1px; }
    .news-share .text-option > a:last-child, .article-share .text-option > a:last-child {
      -webkit-border-radius: 0 3px 3px 0;
      -moz-border-radius: 0 3px 3px 0;
      -ms-border-radius: 0 3px 3px 0;
      -o-border-radius: 0 3px 3px 0;
      border-radius: 0 3px 3px 0; }
    .news-share .text-option > a.text-size-decrease, .article-share .text-option > a.text-size-decrease {
      font-size: 13px;
      padding-top: 5px;
      height: 30px; 
	  width: 40px !important;
	}
	
	.news-share .text-option > a.text-size-increase, .article-share .text-option > a.text-size-increase {
      font-size: 13px;
      padding-top: 5px;
      height: 30px; 
	  width: 40px !important;
	}

.news-content > p, .news-content > ul, .news-content ol {
  line-height: 1.4em;
  font-size: 18px;
  margin-bottom: 20px;
  color: #5e6168; }
.news-content .news-box-inner {
  float: left;
  margin-right: 24px;
  margin-bottom: 24px; }

.news-content-footer .news-content-footer-box {
  clear:both;
  padding: 30px;
  background: #f1f1f1;
  margin-bottom: 25px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }
  .news-content-footer .news-content-footer-box .title {
    text-transform: uppercase;
    font: normal 14px "encode_sans_compressedblack", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
    color: #011b53; }
  .news-content-footer .news-content-footer-box .tag {
    padding: 3px 6px;
    margin-left: 5px;
    background: white;
    display: inline-block;
    *display: inline;
    zoom: 1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px; }
    .news-content-footer .news-content-footer-box .tag:hover {
      background: #20579f;
      color: white; }

.news-box-inner {
  width: 270px;
  background: #f1f1f1;
  padding: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }
  .news-box-inner.news-box-foto {
    width: 330px;
    overflow: hidden;
    padding: 0; }
    .news-box-inner.news-box-foto .legend {
      padding: 10px;
      display: block;
      font: normal 11px "Helvetica", "Helvetica Neue", Arial, sans-serif;
      color: #999999; }
  .news-box-inner.news-box-video {
    padding: 0;
    background: none; }
  .news-box-inner.news-box-audio .news-box-inner-title {
    display: block;
    position: relative;
    font: normal 14px "encode_sans_compressedblack", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
    color: #011b53;
    padding-left: 25px;
    text-transform: uppercase;
    margin-bottom: 16px; }
  .news-box-inner.news-box-audio .news-box-inner-desc {
    margin-bottom: 20px;
    color: #7b6b5a;
    line-height: 1.4em; }
  .news-box-inner .news-box-inner-content {
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 15px; }
  .news-box-inner .news-box-inner-footer {
    border-top: 1px solid #fbfafa;
    padding-top: 15px; }

.download {
  position: relative;
  display: block;
  font-size: 12px;
  padding-left: 25px; }
  .download .icon-download {
    width: 19px;
    height: 19px;
    position: absolute;
    left: 0;
    top: -5px;
    background-position: -80px -358px; }

.nav-local-ul li {
  margin-top: 10px; }
  .nav-local-ul li:first-child {
    margin-top: 0; }
  .nav-local-ul li a {
    display: block; }

audio{
     overflow: inherit;
    width: 225px;
    position: relative;
    border: 2px solid #ededed;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    /*max-height: 30px !important; /*IE*/
}

audio controls{
      width: 212px;
      background: #f1f1f1;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px;
      -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25) inset;
      -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25) inset;
      box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25) inset;
}

#audio-player {
  height: 52px; }
  #audio-player .audiojs {
    overflow: inherit;
    width: 270px;
    position: relative;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px; }
    #audio-player .audiojs .play-pause {
      height: 28px; }
    #audio-player .audiojs .scrubber {
      width: 212px;
      background: #f1f1f1;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px;
      -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25) inset;
      -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25) inset;
      box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25) inset; }
    #audio-player .audiojs .loaded {
      background: #dadada; }
    #audio-player .audiojs .progress {
      background: #011b53; }
    #audio-player .audiojs .time {
      margin: 0;
      padding: 0;
      border: 0;
      position: absolute;
      top: 30px;
      left: 48px;
      font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
      color: #7b6b5a;
      text-shadow: none; }
      #audio-player .audiojs .time .played {
        color: #7b6b5a; }

.news-list-ul li {
  padding: 20px 0;
  border-bottom: 1px solid #ebeff0; }
  .news-list-ul li:first-child {
    padding-top: 0; }
  .news-list-ul li .box-news {
    overflow: hidden; }
    .news-list-ul li .box-news .figure {
      width: 104px;
      float: left;
      margin-right: 17px; }
    .news-list-ul li .box-news .text {
      float: left;
      max-width: 593px;
      padding-top: 5px; }
      .news-list-ul li .box-news .text .title {
        padding-left: 0;
        font-size: 18px; }
      .news-list-ul li .box-news .text .date {
        font-size: 12px;
        color: #818181;
        letter-spacing: 0.06em; }

.filters {
  margin-bottom: 30px;
  border-bottom: 1px solid #dbdbdb; }
  .filters .fields-or {
    height: 62px;
    float: left;
    position: relative;
    width: 1px;
    background: #ebeff0;
    margin-left: 30px;
    margin-right: 30px; }
    .filters .fields-or span {
      width: 24px;
      height: 20px;
      padding-top: 4px;
      display: block;
      text-align: center;
      position: absolute;
      left: -12px;
      top: 20px;
      background: #b1beda;
      color: white;
      font: italic 12px Times, serif;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      border-radius: 100%; }
  .filters .field .ui-datepicker-trigger {
    margin-left: 5px; }

.ui-datepicker {
  background: #e8e8e8;
  border: 3px solid #7b6b5a;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }
  .ui-datepicker .ui-datepicker-title {
    color: #011b53;
    font-weight: 700; }
  .ui-datepicker .ui-datepicker-prev,
  .ui-datepicker .ui-datepicker-next {
    width: 14px;
    height: 14px;
    top: 6px !important;
    display: block;
    cursor: pointer;
    background: url(../image/alepe-sprite.png) no-repeat;
    -webkit-transition: background 0.3s ease-in;
    -moz-transition: background 0.3s ease-in;
    -o-transition: background 0.3s ease-in;
    transition: background 0.3s ease-in; }
  .ui-datepicker .ui-datepicker-next {
    right: 5px !important;
    background-position: -13px -126px; }
    .ui-datepicker .ui-datepicker-next:hover {
      background-position: -27px -126px; }
  .ui-datepicker .ui-datepicker-prev {
    left: 5px !important;
    background-position: -27px -140px; }
    .ui-datepicker .ui-datepicker-prev:hover {
      background-position: -13px -140px; }
  .ui-datepicker td a {
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px; }
    .ui-datepicker td a:hover {
      background: white; }

.pagination {
  margin-top: 20px; }
  .pagination .pages {
    margin-bottom: 20px; }
    .pagination .pages span, .pagination .pages a {
      width: 30px;
      text-align: center;
      padding-top: 8px;
      padding-bottom: 8px;
      font-weight: 700;
      border: 1px solid #20579f;
      margin-right: 7px;
      display: inline-block;
      *display: inline;
      zoom: 1;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px; }
      .pagination .pages span.etc, .pagination .pages a.etc {
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0; }
      .pagination .pages span.active, .pagination .pages a.active {
        border-color: #011b53;
        background: #011b53;
        color: white; }
    .pagination .pages a:hover {
      color: #011b53;
      border-color: #011b53;
      background: #f7faff; }
  .pagination p {
    color: #5e6168; }
    .pagination p strong {
      font-weight: 700; }

.search-result-resume {
  font-size: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebeff0;
  margin-bottom: 30px;
  font-family: "encode_sans_compressedregular", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif; }
  .search-result-resume .query, .search-result-resume .numbers {
    text-transform: uppercase;
    font-family: "encode_sans_compressedblack", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
    color: #011b53; }

#parlamentares-relacionados {
  position: relative; }
  #parlamentares-relacionados .nav {
    background: white;
    position: absolute;
    bottom: 0;
    left: 95px; }
    #parlamentares-relacionados .nav > a {
      margin-right: 5px; }

/* end News */
/* Parlamentares */
.parlamentares-header {
  border-bottom: 1px solid #ebeff0;
  padding-bottom: 20px;
  margin-bottom: 20px; }
  .parlamentares-header .parlamentares-numbers {
    overflow: hidden;
    width: 232px;
    padding-top: 10px;
    color: #011b53;
    font: normal 16px/16px "encode_sans_compressedregular", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase;
    position: relative;
    padding-left: 58px;
    padding-bottom: 8px;
    float: left; }
    .parlamentares-header .parlamentares-numbers .numbers {
      float: left;
      font-size: 48px;
      line-height: 48px;
      position: absolute;
      left: 1px;
      top: 0; }
  .parlamentares-header .parlamentares-tabs {
    float: right;
    width: 165px; }
    .parlamentares-header .parlamentares-tabs .desc {
      display: block;
      color: #7b6b5a;
      font-size: 13px;
      text-transform: uppercase;
      margin-bottom: 5px; }

.parlamentares-tabs .parlamentares-tab {
  margin-right: 10px;
  text-transform: uppercase;
  float: left;
  position: relative;
  padding-left: 25px;
  color: #b1beda;
  padding-top: 3px;
  font: normal 14px "encode_sans_compressedregular", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif; }
  .parlamentares-tabs .parlamentares-tab.active {
    font-family: "encode_sans_compressedblack", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
    color: #011b53; }
    .parlamentares-tabs .parlamentares-tab.active .icon-tab-fotos {
      background-position: 0 -379px; }
    .parlamentares-tabs .parlamentares-tab.active .icon-tab-nomes {
      background-position: -21px -379px; }
  .parlamentares-tabs .parlamentares-tab .icon {
    width: 21px;
    height: 21px;
    position: absolute;
    display: block;
    left: 0;
    top: 2px; }
  .parlamentares-tabs .parlamentares-tab .icon-tab-fotos {
    background-position: 0 -358px; }
  .parlamentares-tabs .parlamentares-tab .icon-tab-nomes {
    background-position: -21px -358px; }

.parlamentares-tab-wrapper .parlamentares-tab-content {
  display: none; }
  .parlamentares-tab-wrapper .parlamentares-tab-content:first-child {
    display: block; }

.parlamentares-list-ul {
  margin-left: -20px; }
  .parlamentares-list-ul.list-horizontal {
    margin-left: 0; }
    .parlamentares-list-ul.list-horizontal li {
      float: none;
      width: auto;
      height: auto;
      margin: 0;
      border-top: 1px solid #ebeff0; }
      .parlamentares-list-ul.list-horizontal li:first-child {
        border-top: 0; }
      .parlamentares-list-ul.list-horizontal li a {
        display: block;
        overflow: hidden;
        padding: 10px; }
        .parlamentares-list-ul.list-horizontal li a .title {
          width: 240px;
          float: left;
          font-weight: 900;
          font-size: 16px; }
  .parlamentares-list-ul li {
    width: 167px;
    float: left;
    margin-left: 20px;
    margin-bottom: 13px;
    height: 244px; }
    .parlamentares-list-ul li a .figure {
      width:146px;
      height:167px;
      margin-bottom: 10px; }
       .parlamentares-list-ul li a .figure img {
         width:146px;
      height:167px;
       }
    .parlamentares-list-ul li a .text {
      width:146px;
      text-align: center; }
      .parlamentares-list-ul li a .text .title {
        font-weight: 900;
        font-size: 16px;
        display: block;
        margin-bottom: 5px; }
      .parlamentares-list-ul li a .text .subtitle {
        color: #7b6b5a;
        font-size: 12px; }

.parlamentares-view-header .figure {
  float: left;
  width: 167px; }
.parlamentares-view-header figure.figure.figure-avatar img{
  max-width: 175px !important;
  height: auto !important;
}
.parlamentares-view-header .text {
  width: 543px;
  float: left;
  margin-left: 20px; }
  .parlamentares-view-header .text .title {
    color: #7b6b5a;
    font: normal 42px/1.4em "encode_sans_compressedregular", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif; }
  .parlamentares-view-header .text .subtitle {
    display: block;
    font-size: 15px;
    color: #7b6b5a;
    font-weight: 700;
    margin-bottom: 20px; }
  .parlamentares-view-header .text .resume {
    font-size: 15px;
    text-align: justify;
    line-height: 1.4em; }
    .parlamentares-view-header .text .resume p {
      margin-bottom: 20px;
      display: none; }
      .parlamentares-view-header .text .resume p:first-child {
        display: block; }

.parlamentares-view-info {
  background: whitesmoke;
  margin: 20px 0 10px 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }
  .parlamentares-view-info dl.last {
    width: 344px;
    float: left;
    padding-top: 18px; }

  .parlamentares-view-info dl.first {
    width: 384px;
    float: left;
    padding-top: 18px; }
    .parlamentares-view-info dl.first {
      border-right: 1px solid #e8e8e8; }
      .parlamentares-view-info dl.first dt {
        width: 120px; }
    .parlamentares-view-info dl.last {
      border-left: 1px solid white;}
      .parlamentares-view-info dl.last dt {
        width: 105px; }
    .parlamentares-view-info dl dt, .parlamentares-view-info dl dd {
      display: inline-block;
      *display: inline;
      zoom: 1; }
    .parlamentares-view-info dl dt {
      text-transform: uppercase;
      font-size: 13px;
      font-weight: 900;
      color: #011b53;
      text-align: right;
      margin-bottom: 18px;
      margin-right: 8px; }
      .parlamentares-view-info dl.first dd{
        width:252px;
      }
    .parlamentares-view-info dl dd {
      color: gray; }

	
.parlamentares-view-social {
  margin-top: 15px;
  margin-bottom: 30px; }
  .parlamentares-view-social .desc {
    float: left;
    width: 187px;
    text-align: right;
    color: #7b6b5a;
    margin-right: 8px; }
    .parlamentares-view-social .desc strong {
      display: block;
      font-weight: 700; }

#parlamentares-gallery-carousel, #saladeimprensa-gallery-carousel {
  background: transparent; }
  #parlamentares-gallery-carousel .carousel-horizontal, #saladeimprensa-gallery-carousel .carousel-horizontal {
    width: 614px !important; }

/* end Parlamentares */
/* Galeria */
.gallery-list {
  margin-bottom: 20px; }
  .gallery-list .gallery-list-ul {
    margin-left: -20px; }
    .gallery-list .gallery-list-ul li {
      margin-left: 20px;
      margin-bottom: 20px;
      float: left; }

.gallery-list-box {
  width: 226px;
  border: 2px solid #ebeff0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }
  .gallery-list-box .galeria-zoom:hover figure:after {
    opacity: 1; }
  .gallery-list-box figure {
    background: #ebeff0;
    height: 150px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: center;
    position: relative; }
    .gallery-list-box figure:after {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 2;
      background: rgba(255, 255, 255, 0.9) url(/wp-content/themes/alepe/image/zoom.png) no-repeat center center;
      content: "";
      top: 0;
      left: 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transition: opacity 0.1s ease-in-out;
      -moz-transition: opacity 0.1s ease-in-out;
      -o-transition: opacity 0.1s ease-in-out;
      transition: opacity 0.1s ease-in-out;
      opacity: 0; }
  .gallery-list-box .info {
    padding: 8px;
    font-size: 11px;
    overflow: hidden;
    color: #b0b0b0; }
    .gallery-list-box .info .by {
      float: right; }
  .gallery-list-box img {
   /* max-width: 100%;*/
    max-height: 153px;
    margin-left: auto;
    margin-right:auto;
    display:block; 
    margin:0 auto;
    text-align: center;
    width:auto;
  }
  .gallery-list-box .desc {
    height: 95px;
    padding: 8px;
    font-size: 12px;
    line-height: 1.3em;
    border-bottom: 1px solid #ebeff0; }
  .gallery-list-box .download {
    margin: 8px; }

.tv-alepe-box figure{
	/* background: #ebeff0;*/
    height: 150px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

 .tv-alepe-box figure:after {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 2;
     /* background: rgba(255, 255, 255, 0.9) url(/wp-content/themes/alepe/image/zoom.png) no-repeat center center;*/
 }

/* end Galeria */
/* Agenda */
.title-date {
  text-transform: uppercase;
  font-size: 24px;
  font-family: "encode_sans_compressedregular", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
  color: #011b53;
  margin-bottom: 40px; }

.agenda-list-ul li {
  overflow: hidden;
  margin-bottom: 25px; }
  .agenda-list-ul li .hour {
    float: left;
    font-size: 32px;
    color: #7b6b5a;
    font-family: "encode_sans_compressedblack", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif; }
  .agenda-list-ul li .text {
    padding-left: 130px;
    line-height: 1.3em; }
    .agenda-list-ul li .text .title {
      color: #5e6168;
      display: block;
      font-weight: 700;
      font-size: 22px;
      line-height: 1.1em;
      margin-bottom: 8px; }

/*ListaCompleta*/
.agenda-list-ul-completa{
  margin-top:-20px;
}
.agenda-list-ul-completa li {
  overflow: hidden;
  margin-bottom: 25px; }
  .agenda-list-ul-completa li .hour {
    float: left;
    font-size: 32px;
    color: #7b6b5a;
    font-family: "encode_sans_compressedblack", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif; }
  .agenda-list-ul-completa li .text {
    padding-left: 130px;
    line-height: 1.3em; }
    .agenda-list-ul-completa li .text .title {
      color: #5e6168;
      display: block;
      font-weight: 700;
      font-size: 22px;
      line-height: 1.1em;}
/* end Agenda */

/* Proposicao */
.proposicao-list-header {
  text-align: center;
  margin-bottom: 20px; }
  .proposicao-list-header p {
    text-align: justify;
    margin: 30px 0 20px 0;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.4em; }
  .proposicao-list-header .title {
    color: #011b53;
    font: normal 28px "encode_sans_compressedextrabold", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif; }

.proposicao-list-item {
  border-bottom: 1px solid #ebeff0;
  padding-bottom: 20px;
  margin-bottom: 40px; }
  .proposicao-list-item p {
    margin-bottom: 20px;
    line-height: 1.4em; }
  .proposicao-list-item .title {
    border-bottom: 5px solid #011b53;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-family: "encode_sans_compressedmedium", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
    font-size: 20px;
    color: #7b6b5a;
    margin-bottom: 10px; }
  .proposicao-list-item .subtitle {
    color: #011b53;
    font-family: "encode_sans_compressedextrabold", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 20px; }

/* end Proposicao */
/* Sala de Imprensa */
.footer-title-new {
  font-weight: bold;
  font-size: 120%;
  margin-bottom: 3px;
margin-top: 5px;
}
.list-col-dl dt {
  text-transform: uppercase;
  color: #011b53;
  font: normal 16px "encode_sans_compressedblack", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
  margin-bottom: 8px; }
.list-col-dl dd {
  margin-bottom: 8px;
  color: #888888;
  font-size: 16px; }

#assessoria-por-deputado-show {
  margin-top: 20px;
  display: none; }

#saladeimprensa-news .news-list-ul li {
  border: 0;
  padding: 10px 0; }
  #saladeimprensa-news .news-list-ul li a .text {
    width: 109px; }
  #saladeimprensa-news .news-list-ul li a .title {
    font-size: 14px; }

.no-image .text {
  width: auto !important; }

/* end  Sala de Imprensa */
/* Footer */
#go-top {
  background: white;
  position: absolute;
  right: 0;
  bottom: -46px;
  padding: 12px 14px 12px 35px;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0; }
  #go-top:hover {
    background: #f2f2f2; }
    #go-top:hover .icon {
      background-position: -72px -126px; }
  #go-top .icon {
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    left: 12px;
    background: url(/wp-content/themes/alepe/image/alepe-sprite.png) no-repeat -72px -140px;
    -webkit-transition: background 0.1s ease-in;
    -moz-transition: background 0.1s ease-in;
    -o-transition: background 0.1s ease-in;
    transition: background 0.1s ease-in; }

footer{
  width: 100%;
  min-width: 980px;
  margin-left: : 0;
  margin-right: 0;
}
#footer {
  margin-top: 75px; }

.footer-sitemap {
  background: #011b53;
  padding: 46px 0; }
  .footer-sitemap .limits {
    position: relative; }
  .footer-sitemap .footer-sitemap-col {
    min-height: 270px;
    width: 229px;
    float: left;
    margin-left: 20px;
    border-right: 1px solid #7b6b5a; }
    .footer-sitemap .footer-sitemap-col:first-child {
      margin-left: 0; }
    .footer-sitemap .footer-sitemap-col:last-child, .footer-sitemap .footer-sitemap-col.last {
      border-right: 0; }
    .footer-sitemap .footer-sitemap-col dl {
      margin-bottom: 15px; }
      .footer-sitemap .footer-sitemap-col dl dt {
        margin-bottom: 5px;
         text-transform: uppercase;
          color: #7b6b5a;
          font: normal 16px "encode_sans_compressedblack", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif; }
        .footer-sitemap .footer-sitemap-col dl dt a {
          text-transform: uppercase;
          color: #7b6b5a;
          font: normal 16px "encode_sans_compressedblack", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif; }
      .footer-sitemap .footer-sitemap-col dl dd {
        margin-bottom: 5px; }
        .footer-sitemap .footer-sitemap-col dl dd a {
          font-size: 11px;
          color: white;
          display: block; }
          .footer-sitemap .footer-sitemap-col dl dd a:hover {
            color: #cfd7e8; }

.footer-sitemap {
  background: #011b53;
  padding: 46px 0; }
  .footer-sitemap .limits {
    position: relative; }
  .footer-sitemap .footer-sitemap-col-new {
    min-height: 270px;
    width: 229px;
    float: left;
    margin-left: 20px;
    border-right: 1px solid #7b6b5a; }
    .footer-sitemap .footer-sitemap-col-new:first-child {
      margin-left: 0; }
    .footer-sitemap .footer-sitemap-col-new:last-child, .footer-sitemap .footer-sitemap-col-new.last {
      border-right: 0; }
    .footer-sitemap .footer-sitemap-col-new dl {
      margin-bottom: 15px; }
      .footer-sitemap .footer-sitemap-col-new dl dt {
        margin-bottom: 5px;
          text-transform: uppercase;
          color: #7b6b5a;
          font: normal 18px "encode_sans_compressedblack", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif; }
        .footer-sitemap .footer-sitemap-col-new dl dt a {
          text-transform: uppercase;
          color: #7b6b5a;
          font: normal 18px "encode_sans_compressedblack", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif; }
      .footer-sitemap .footer-sitemap-col-new dl dd {
        margin-bottom: 5px; }
        .footer-sitemap .footer-sitemap-col-new dl dd a {
          font-size: 13px;
          color: white;
          display: block; }
          .footer-sitemap .footer-sitemap-col-new dl dd a:hover {
            color: #cfd7e8; }

.footer-secondary {
  padding: 30px 0; }
 .footer-secondary .footer-logo {
    width: 180px;
    height: 44px;
    background: url(/wp-content/themes/alepe/image/alepe-sprite.png) no-repeat 0 0;
	background-size:cover;
    overflow: hidden;
    text-indent: -9999em;
    float: left; }
  .footer-secondary .footer-phones {
    padding-left: 32px;
    width:166px;
    height: 44px;
    margin-left: 25px;
    float: left;
    background: url(/wp-content/themes/alepe/image/alepe-sprite.png) no-repeat -145px 0;
    /*overflow: hidden;*/ }
    .footer-secondary .footer-phones li {
      color: #011b53;
      line-height: 1em;
      display: block; }
      .footer-secondary .footer-phones li:first-child {
       /* margin-right: 20px;
        padding-right: 20px; */}
      .footer-secondary .footer-phones li .title {
        text-transform: uppercase;
        font: normal 16px "encode_sans_compressedlight", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
        display: block; }
      .footer-secondary .footer-phones li strong {
        font: normal 18px "encode_sans_compressedblack", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif; }
  .footer-secondary address {
    float: right;
    color: #5e6168;
    text-align: left;
    font-size: 13px;
    line-height: 1.4em;
    font-style: normal; }

       .footer-secondary .footer-email {
    padding-left: 52px;
    height: 43px;
    margin-left: 45px;
    float: left;
    background: url(/wp-content/themes/alepe/image/email.png) no-repeat;
    overflow: hidden; }
     .footer-secondary .footer-email li {
      color: #011b53;
      line-height: 1em;
      display: inline-block; }
      .footer-secondary .footer-email li .title {
        text-transform: uppercase;
        font: normal 16px "encode_sans_compressedlight", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
        display: block; }
      .footer-secondary .footer-email li strong {
        font: normal 18px "encode_sans_compressedblack", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif; }

  .footer-email, .footer-phones, .footer-secondary address{
    margin-top:20px;
  }
/* end Footer */


/*IMPLEMENTAÇÕES*/
    .content-404{
  height:50%;
  min-height: 50%;
}


.content-inner > .three-col, .content-inner > .one-col, .content-inner > .two-col{
  margin-top: 15px;
}

.news-content img{
	max-width: 730px;
	height: auto;
}

.content-inner > .one-col.col-noticias   {
  margin-left: 20px;
  margin-top:-77px;
}

.content-noticias{
  margin-top:-30px;
}

.content-internas{
  margin-top: -40px;
}

.content-inner > .one-col.page-col{
  margin-top: -37px;
}

/*
.article-noticia{
  margin-top: 15px;
}*/
/*TOOLTIP*/

.btn-perfil{
  float:none;
  margin-top: 10px;
}

.btn-perfil p:after{
  content: url(/wp-content/themes/alepe/image/icon_ir.png);
}

.btn-perfil p{
  font: normal 15px "encode_sans_compressedblack", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif; 
  margin:0 auto;
}

img.circle{
    width: 68px;
    height: 78px;
    border-radius: 39px;
    -webkit-border-radius: 39px;
    -moz-border-radius: 39px;
    overflow:hidden;
}

.btn-fechar{
  color:#7b6b5a;
  border:1px solid #cccccc;
  background:#F0F0F0;
  padding:0.1em 0.2em 0.3em 0.2em;
  border-radius: 1.2em;
  height:15px;
  width:15px;
  text-align: center;
  vertical-align: middle;
  cursor:pointer;
}

.jqx-tooltip-text{
  font: normal 14px "encode_sans_compressedmedium", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif !important; 
}

.tooltip-nome{
  font: normal 14px "encode_sans_compressedblack", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif; 
  margin-bottom: -15px;
}

/*TV ALEPE*/
.gallery-list-box-unico li{
  list-style: none;
}
.gallery-list-box-unico {
  width: 731px;
  border: 2px solid #ebeff0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }

.gallery-list-box-unico figure {
    background: #ebeff0;
    height: 390px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: center;
    position: relative;
    list-style: none; }

.gallery-list-box-unico .info {
    padding: 8px;
    font-size: 11px;
    overflow: hidden;
    color: #b0b0b0; }
    .gallery-list-box-unico .info .by {
      float: right; }
  .gallery-list-box-unico img {
    max-width: 100%; }
  .gallery-list-box-unico .desc {
    height: 40px;
    padding: 8px;
    font-size: 12px;
    line-height: 1.3em;
    border-bottom: 1px solid #ebeff0; }
  .gallery-list-box-unico .download {
    margin: 8px; }

      .gallery-list-box-unico figure:after {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 2;
      background: rgba(255, 255, 255, 0.9) url(/wp-content/themes/alepe/image/zoom.png) no-repeat center center;
      content: "";
      top: 0;
      left: 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transition: opacity 0.1s ease-in-out;
      -moz-transition: opacity 0.1s ease-in-out;
      -o-transition: opacity 0.1s ease-in-out;
      transition: opacity 0.1s ease-in-out;
      opacity: 0; }

  article.wrapper-960{
    width:960px;
    margin:0 auto;
  }

  .overflow{
    overflow:scroll !important;
    height:200px;
    margin:10px 10px 10px 0;
  }

/*Noticia Relacionada sem foto*/
  .box-news-semfoto {
  display: block; }
  .box-news-semfoto .figure {
    float: left; }
  .box-news-semfoto .title {
    padding-left: 0;
    line-height: 1.2em;
    font-size: 14px; }
  .box-news-semfoto.box-news-semfoto-image-block .figure {
    float: none; }
  .box-news-semfoto.box-news-semfoto-image-block .title {
    padding-left: 0; }


/*ESTRUTURA ADM*/
h4 span.seta{
  background:url(/wp-content/themes/alepe/image/bg-select-arrow-novo.png);
  width:32px;
  height:32px;
  display:block;
  float:left;
  margin-top: -7px;
  margin-left: -6px;
}

ul.subaccordion li{
  margin-left:15px;
}

.semConteudo {
  display: block;
  position: relative;
  margin-top: 2px;
  padding: .2em .2em .2em .4em;
  min-height: 0; /* support: IE7 */
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  /*font-size: 100%;*/
  list-style: none;
  border-bottom-right-radius: 0px/*{cornerRadius}*/;
  border-bottom-left-radius: 0px/*{cornerRadius}*/;
  border-top-right-radius: 0px/*{cornerRadius}*/;
  border-top-left-radius: 0px/*{cornerRadius}*/;
  /*.ui-state-default {*/
  padding-left: 2.2em;  
}

#secretariaCont h4{
  margin-left:10px;
}

.subordinadoSecr{
  border:none;
  margin-left: 20px;
}

.mright{
  margin-right: 10px;
}

.text-center{
  text-align: center;
}

.strong{
  font-weight: bold;
}
.text-justify{
  text-align: justify;
}


/*WIDGET PROGRAMAÇÃO TV*/
.box-widget-programacao{
  margin-bottom: 18px; /*58*/ }
  .box-widget-programacao .box-widget-header-programacao {
    border-bottom: 5px solid #011b53;
    margin-bottom: 10px;
    overflow: hidden; }
    .box-widget-programacao .box-widget-header-programacao .title {
      text-transform: uppercase;
      font: normal 17px/17px "encode_sans_compressedlight", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
      padding-bottom: 15px;
      color: #7b6b5a;
      float: left; }
    .box-widget-programacao .box-widget-header-programacao .more {
      float: right; }

.box-link-border.quorum p {
    padding-left: 20px;
    font-size: 12px;
    line-height: 1.2em; }
    .box-link-border.quorum p .title {
      text-transform: uppercase;
      font: normal 11px "encode_sans_compressedblack", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
      color: #011b53;
      display: block;
      margin-bottom: 5px; }

.box-widget-programacao img{
  width:90px;
  height:50px;
  margin-left: 70px;
  margin-bottom: 10px;
}

/*TV HOME*/

li.gallery-list-box-tvhome{
  list-style: none;
}

.gallery-list-box-tvhome {
  width: 240px;
  /*border: 1px solid #ebeff0;*/
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }
  .gallery-list-box-tvhome .galeria-zoom:hover figure:after {
    opacity: 1; }
  .gallery-list-box-tvhome figure {
    /*background: #ebeff0;*/
    height: 129px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: center;
    position: relative; }
    .gallery-list-box-tvhome figure:after {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 2;
      background: rgba(255, 255, 255, 0.9) url(/wp-content/themes/alepe/image/zoom.png) no-repeat center center;
      content: "";
      top: 0;
      left: 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transition: opacity 0.1s ease-in-out;
      -moz-transition: opacity 0.1s ease-in-out;
      -o-transition: opacity 0.1s ease-in-out;
      transition: opacity 0.1s ease-in-out;
      opacity: 0; }
  .gallery-list-box-tvhome .info {
    padding: 8px;
    font-size: 11px;
    overflow: hidden;
    color: #b0b0b0; }
    .gallery-list-box-tvhome .info .by {
      float: right; }
  .gallery-list-box-tvhome img {
    max-width: 100%; }
  .gallery-list-box-tvhome .desc {
    height: 40px;
    padding: 8px;
    font-size: 12px;
    line-height: 1.3em;
    border-bottom: 1px solid #ebeff0; }
  .gallery-list-box-tvhome .download {
    margin: 8px; }

  li.gallery-list-box-tvhome .box-content p{
    margin-top:13px;
    margin-left: 6px;
    }

  .informacoes-deputado{
    margin-bottom: 5px;
    margin-top: 20px;
    clear:both;
  }

  .informacoes-deputado ul li{
    list-style: none;
    font-size: 1em;
    line-height: 1.5em;
  }

  .informacoes-deputado ul li:before{
    content: "➘ ";
  }
    .informacoes-deputado h3{
      text-transform: uppercase;
      font: normal 14px "encode_sans_compressedextrabold", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
      -webkit-transition: color 0.2s ease-in;
      -moz-transition: color 0.2s ease-in;
      -o-transition: color 0.2s ease-in;
      transition: color 0.2s ease-in;
      color:#7B6B5A;
    }

.museu-virtual{
  margin-bottom: 2em;
}
  .museu-virtual p{
    line-height: 1.4em;
  }

.h4.title.museu{
  font-size: 20px;
  border-top:none;
}

/*Servidores*/
.quadro-remuneracao{
  padding:20px;
  background: #F3F4F2;
}

.quadro-remuneracao ul li{
  list-style: dotted;
  padding-bottom: 10px;
}

tr.totalRelatorio td{
  color:#011B53;
  font-weight: bold;
}

.totalRelatorioFinal{
  background:#d9d9d9;
  color:#000;
  font-weight: bold;
}

.col-table-destaque{
  min-width:20%;
  font-weight: bold;
  font-size: 18px !important;
}

table.tableGestao tr{
  border-bottom: 1px solid #fff;
}

.bloco-parlamentares{
  width:500px;
  margin:0 auto;
}

/*SUBMENU TRANSPARENCIA*/

ul.submenu-accordion{
  width:240px;
  margin-left: -20px;
  line-height: 13px;
  margin-top: -10px;
  margin-bottom: -10px;
}

ul.submenu-accordion li a{
  color:#5A5B5E;
}

.accordion li {
  font-size: 13px;
  background:#fff;
}

.accordion li.with-sub-nav a{
  background:#fff;
  padding-left:12px;
}

.accordion li.with-sub-nav div{
  background:#fff;
}

.accordion.accordion-transparencia{
  margin-top:-3px;
}

.title-sec{
    font: normal 16px "encode_sans_compressedblack", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
    color: #011b53;
    display: block;
    margin-bottom: 5px;
}

/*TRIBUNA PARLAMENTAR*/

/* Galeria */
.tribuna-list {
  margin-bottom: 20px; }
  .tribuna-list .tribuna-list-ul {
    margin-left: 0px; }
    .tribuna-list .tribuna-list-ul li {
      margin-left: 30px;
      margin-bottom: 20px;
      float: left; }

.tribuna-list-box {
  width: 186px;
  border: 2px solid #ebeff0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }
  .tribuna-list-box .galeria-zoom:hover figure:after {
    opacity: 1; }
  .tribuna-list-box figure {
    background: #ffffff;
    height: 210px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: center;
    position: relative; }
    .tribuna-list-box figure:after {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      background: rgba(255, 255, 255, 0.9) url(/wp-content/themes/alepe/image/zoom.png) no-repeat center center;
      content: "";
      top: 0;
      left: 0;
      z-index: 2;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transition: opacity 0.1s ease-in-out;
      -moz-transition: opacity 0.1s ease-in-out;
      -o-transition: opacity 0.1s ease-in-out;
      transition: opacity 0.1s ease-in-out;
      opacity: 0; }
  .tribuna-list-box .info {
    padding: 8px;
    font-size: 11px;
    overflow: hidden;
    color: #b0b0b0; }
    .tribuna-list-box .info .by {
      float: right; }
  .tribuna-list-box img {
    max-width: 100%; }
  .tribuna-list-box .desc {
    height: 40px;
    padding: 8px;
    font-size: 12px;
    line-height: 1.3em;
    border-bottom: 1px solid #ebeff0; }
  .tribuna-list-box .download {
    margin: 8px; }

.proposicao-list-item-text {
  line-height: 1.3em;
}

.divisoria{
  width:100%;
  height:1px;
  background-color: #ccc;
  margin:0 auto;
  display:block;
}

.acesso-interno{
  bottom:0;
  float:right;
  margin-right: 10px;
  margin-top: 10px;
  width: 113px;
}

.acesso-interno li{
  float:left;
  list-style: none;
  margin-left: 5px;
  margin-right: 7px;
  margin-bottom: 10px;
}

.acesso-interno ul li a:hover{
   border-color: #011b53;
}

.acesso-interno li img{
  max-width: 24px;
}

.news-box-inner-large {
  width: 670px;
  background: #f1f1f1;
  padding: 20px;
  margin-top:10px;
  margin-bottom:10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }
  .news-box-inner-large.news-box-foto {
    width: 330px;
    overflow: hidden;
    padding: 0; }
    .news-box-inner-large.news-box-foto .legend {
      padding: 10px;
      display: block;
      font: normal 11px "Helvetica", "Helvetica Neue", Arial, sans-serif;
      color: #999999; }
  .news-box-inner-large.news-box-video {
    padding: 0;
    background: none; }
  .news-box-inner-large.news-box-audio .news-box-inner-title {
    display: block;
    position: relative;
    font: normal 14px "encode_sans_compressedblack", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
    color: #011b53;
    padding-left: 25px;
    text-transform: uppercase;
    margin-bottom: 16px; }
  .news-box-inner-large.news-box-audio .news-box-inner-desc {
    margin-bottom: 20px;
    color: #7b6b5a;
    line-height: 1.4em; }
  .news-box-inner-large .news-box-inner-content {
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 15px; }
  .news-box-inner-large .news-box-inner-footer {
    border-top: 1px solid #fbfafa;
    padding-top: 15px; }



table.table-programacao td{
  padding:20px;
}

table.table-programacao tr{
  border-bottom: 1px solid #ebeff0;
}

table.table-programacao tr:last-child{
  border-bottom: none !important;
}

article.article p{
  line-height: 1.4em;
}

/*
.box-border .overflow{
  overflow-y:scroll !important;
  height:100px;
}*/


 .box-content.do .galeria-zoom:hover figure:after {
    opacity: 1; }
  .box-content.do figure {
    background: #fff;
    height: 233px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: center;
    position: relative; }
    .box-content.do figure:after {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      background: rgba(255, 255, 255, 0.9) url(/wp-content/themes/alepe/image/zoom.png) no-repeat center center;
      content: "";
      top: 0;
      left: 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transition: opacity 0.1s ease-in-out;
      -moz-transition: opacity 0.1s ease-in-out;
      -o-transition: opacity 0.1s ease-in-out;
      transition: opacity 0.1s ease-in-out;
      opacity: 0; }


.box-content.tp .galeria-zoom:hover figure:after {
    opacity: 1; }
  .box-content.tp figure {
    background: #fff;
    height: 287px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: center;
    position: relative; }
    .box-content.tp figure:after {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      background: rgba(255, 255, 255, 0.9) url(/wp-content/themes/alepe/image/zoom.png) no-repeat center center;
      content: "";
      top: 0;
      left: 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transition: opacity 0.1s ease-in-out;
      -moz-transition: opacity 0.1s ease-in-out;
      -o-transition: opacity 0.1s ease-in-out;
      transition: opacity 0.1s ease-in-out;
      opacity: 0; }


#ui-datepicker-div,
.ui-datepicker .ui-widget .ui-widget-content .ui-helper-clearfix .ui-corner-all{
  z-index: 99999999999999999999999999999999999999 !important;
}

    .fonte-clipping{
      font-size: normal 13px;
    }

    .fonte-clipping a,
    .fonte-clipping span{
      text-transform: uppercase;
       font: normal 14px "encode_sans_compressedextrabold", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
      -webkit-transition: color 0.2s ease-in;
      -moz-transition: color 0.2s ease-in;
      -o-transition: color 0.2s ease-in;
      transition: color 0.2s ease-in;
      color:inherit;
    }

    .fonte-clipping a:hover{
      color:#011B53;
    }

.news-box-inner h2{
  color: #011b53;
    font-family: "encode_sans_compressedextrabold", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif !important;
    text-transform: uppercase !important;
    font-size: 16px !important;
    margin-bottom: 20px;
}

.overflow-sala-imprensa{
  max-height: 190px;
  height: 190px;
  overflow-y:scroll;
}

.intertitulo{
    display: block;
    position: relative;
    font: normal 14px "encode_sans_compressedblack", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
    color: #24599D;
    padding-left: 25px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.titulo-radio{
  padding-top: 15px;
  background: #f7f7f7; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM2JSIgc3RvcC1jb2xvcj0iI2Y3ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #f7f7f7 0%, #f7f4f4 36%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(36%,#f7f4f4), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f7f7f7 0%,#f7f4f4 36%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f7f7f7 0%,#f7f4f4 36%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f7f7f7 0%,#f7f4f4 36%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f7f7f7 0%,#f7f4f4 36%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
}

.sem-transmissao{
  margin:0 auto; 
  width:990px; 
  height:560px;
  background:url(/wp-content/themes/alepe/image/tv.png) no-repeat center center;
  text-align: center;
 }

 .texto-sem-transmissao{
  font-family: "encode_sans_compressedextrabold", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif !important;
  color: #7B6B5A;
  font-size: 40px;
  width:482px;
  height:354px;
  margin: 0 auto;
  padding-top:130px;

 }

 span.menor{
  font-size: 16px;
  font-family: "encode_sans_compressedlight", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif !important;
  color: #7B6B5A;
 }

 .btn-lateral{
    width: 100%;
    height:27px;
    vertical-align: middle;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    background: transparent;
    color: #20579f;
    border: 1px solid #20579f;
 }

 .btn-lateral:hover{
      background: #20579f;
      color: white; 
 }

.hover-button{
  margin-top: 5px;
  text-align: center;
  font-size: 1em;
 }

 .titulo-search{
  border-bottom:none; 
  margin-bottom:-15px;
 }

 .news-list{
  z-index: 999999999;
  position:relative;
 }

 .texto .chamada-enquete{
  
  position:relative;
 }

 .new-list .news-list-ul li:last-child,
 .news-list-ul li:last-child{
  border-bottom: none;
 }

/*
 .galeria{
  max-height: 840px;
  overflow-y:scroll;
 }*/

.btn-carregar{
  margin:0 auto;
  width:734px;
  height:35px;
  text-align: center;
}

 button.carregarmais,
 a.carregarmais{
  width:50%;
  margin:0 auto;
 }

 /*GALERIA MUSEU*/

 .gallery-list-box-museu {
  width: 226px;
  border: 2px solid #ebeff0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }
  .gallery-list-box-museu .galeria-zoom:hover figure:after {
    opacity: 1; }
  .gallery-list-box-museu figure {
    background: #ebeff0;
    height: 150px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: center;
    position: relative; }
    .gallery-list-box-museu figure:after {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 2;
      background: rgba(255, 255, 255, 0.9) url(/wp-content/themes/alepe/image/zoom.png) no-repeat center center;
      content: "";
      top: 0;
      left: 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transition: opacity 0.1s ease-in-out;
      -moz-transition: opacity 0.1s ease-in-out;
      -o-transition: opacity 0.1s ease-in-out;
      transition: opacity 0.1s ease-in-out;
      opacity: 0; }
  .gallery-list-box-museu .info {
    padding: 8px;
    font-size: 11px;
    overflow: hidden;
    color: #b0b0b0; }
    .gallery-list-box-museu .info .by {
      float: right; }
  .gallery-list-box-museu img {
    max-height: 189px;}
  .gallery-list-box-museu .desc {
    min-height: 20px;
    padding: 8px;
    font-size: 12px;
    line-height: 1.3em;
    border-bottom: 1px solid #ebeff0; }

    .gallery-list-box-museu .desc-acervo {
    height: 65px;
    padding: 8px;
    font-size: 12px;
    line-height: 1.3em;
    border-bottom: 1px solid #ebeff0; }
  .gallery-list-box-museu .download {
    margin: 8px; }

.index3{
  margin-top: 30px;
}

.banner980 img{
  border: 1px solid #ebeff0;
}

/*SEARCH*/

.search-number{
  font-family: "encode_sans_compressedlight", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif !important;
  color: #7b6b5a;
  font-size: 15px;
  text-transform: uppercase;
  position:relative;
  bottom:-20px;
}

    .search-number span{
      color:#011b53;
      font-family: "encode_sans_compressedextrabold", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif !important;
      font-size: 18px;
    }

.resultados a{
  font-family: "encode_sans_compressedlight", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif !important;
  color: #7b6b5a;
  font-size: 15px;
  text-transform: uppercase;
  padding-left: 10px;
  margin-bottom:30px;
}

    .resultados span{
      color:#011b53;
      font-family: "encode_sans_compressedextrabold", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif !important;
      font-size: 18px;
    }

    .resultados:after{
      content:" >";
    }

    .resultados a:hover,
    .resultados span:hover{
      color:#20579f;
    }

figure.figure-search-parlamentar img{
  max-width: 78px;

}

/*RADIO ALEPE*/

/*Home*/
a .img-audio,
.img-audio:hover{
  cursor:pointer;
}
.img-audio img{
  margin:0 auto;
  text-align: center;
  max-height: 50px;
  width:auto;
}

.img-audio{
   width:87px;
  height:50px;
  margin:0 auto;
  margin-bottom:-6px;
  margin-top: -6px;
}

.tv-alepe-box .box-content{
   background:#f5f5f5;
  border: 1px solid #ebeff0;
   -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

li.gallery-list-box-tvhome .box-content figure{
  width:215px;
  height:161px;
  margin:0 auto;
  margin-top: 40px;
}

.legenda-plenario{
  width:145px;
  margin:0 auto;
}
.legenda-plenario p{
  color:#5e6168;
   font: normal 12px "encode_sans_compressedregular", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
   text-align: center;
}


.legenda-radio{
  margin-top: 15px;
}


/*Página*/

.programa-radio{
  width:710px;
  max-width: 710px;
  height:auto;
  min-height: 65px;
  border:1px solid #CFCFCF;
  border-radius: 4px;
  display:block;
  position:relative;
  padding:15px 0 0 10px;
  margin-top:30px;
}

.logo-radio{
  width:80px;
  margin-right: 10px;
}

.chamada-radio{
  width:350px;
   margin-right: 10px;
}

    span.titulo-page-radio{
        font: normal 16px "encode_sans_compressedextrabold", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
        color: #24599D;
        float:none;
    }

     

.chamada-radio-especial{
  width:500px;
   margin-right: 10px;
}

.play-radio{
  width:250px;
  margin:0 auto;
}

.play-radio audio{
  width: 250px;
}

.download730{
  border-top:1px solid #CFCFCF;
  padding-top:10px;
  float:none;
  clear:both;
}

ul.galeria-radio li{
  width: 320px;
  height: 140px;
  float:left;
  border:1px solid #CFCFCF;
  padding:10px;
  margin-right: 22px;
  margin-bottom:10px; 
}

ul.galeria-radio .text{
  width:320px;
  min-height: 46px;
}

ul.galeria-radio  h2.title{
  font-size: 15px;
   font-family: "encode_sans_compressemedium", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
}

ul.galeria-radio span.date{
  color:#6c5a4a;
  font-size: 13px;
   font-family: "encode_sans_compressedextrabold", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
}

.play-noticias{
  width:320px;
  margin-top:10px;
}

.data-noticia{
  color:#6c5a4a;
  font-size: 13px;
  font-family: "encode_sans_compressedextrabold", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
}

.politica-radio{
  font-size:0.9em;
  line-height:1.4em;
  text-align: justify;
}

.noticias-radio{
  margin-top: 50px;
  clear:both;
}
  .noticias-radio h3.title {
    border-bottom: 5px solid #011b53;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-family: "encode_sans_compressedmedium", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
    font-size: 20px;
    color: #7b6b5a;
    margin-bottom: 20px; }

     h3.title-secundary{
      font-size: 20px;
      color: #7b6b5a;
      text-transform: uppercase;
      font-family: "encode_sans_compressedmedium", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
    }

 span.titulo-radio{
        font: 16px "encode_sans_compressedextrabold", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
        color: #24599D;
        float:none;
    }

  span.titulo-radio-widget{
      font: 14px "encode_sans_compressedextrabold", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
      color: #24599D;
      float:none;
  }

   li.news-item table tr td{
      padding-bottom:10px;
     }

    ul.lista-especiais li{
      margin-bottom:30px;
      background:#f7f7f7;
      padding:10px;
      border:1px solid #dfdfdf;
      border-radius: 5px;
    }

    ul.lista-especiais li table tr{
      padding-top:15px !important;
    }

    td.td-large{
      width:625px;
    }

    img.thumb-especiais{
      width:110px;
      height:110px;
      display:block;
      margin-left: auto;
      margin-right: auto;
      margin:0 auto;
      text-align: center;
    }

/*PROGRAMAS ESPECIAIS*/
.programas-especiais{
  clear:both;
  float:none;
  top:40px;
}

.tab-radio{
  border:1px solid #CFCFCF;
}

ul.radio-tab-list li{
    padding:10px;
    border-bottom: 1px solid #D2D2D2;
    height:65px;
}

.titulo-especial{
  margin-left: -30px;
  vertical-align: middle;
}

.titulo-especial audio{
  margin-left: -125px;
  margin-top: 10px;
}

.download-especiais{
  margin-top:-25px;
  margin-left: 270px;
  width:300px;
}

.data-number{
  font-family: "encode_sans_compressedlight", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif !important;
  color: #7b6b5a;
  font-size: 15px;
  text-transform: uppercase;
  position:relative;
  margin-top: -60px;
}

audio.audio-especiais{
  width:445px; 
  margin-top:5px;
}

/*PANEL*/



span.expandir{
    background: url(/wp-content/themes/alepe/image/expandir_02.png);
    width:20px;
    height:20px;
}

span.recolher{
    background: url(/wp-content/themes/alepe/image/recolher_02.png);
    width:20px;
    height:20px;
}

ul.pagination li
{
    float:right;
}

.pagination a
{
    color:#555;
}

.panel ul
{
    padding:0px;
    margin:0px;
    list-style:none;
}

.news-item
{
    padding:4px 8px;
    margin:0px;
    /*border-bottom:1px dotted #555; */
}

.news-item table tr{
  margin-bottom:10px;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-heading .badge {
  color: #428bca;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #428bca;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
/*fim style PANEL*/

table.table-proposicao{
  width:80%;
}
table.table-proposicao td{
  width:auto !important;
  text-align: left;
}
td.td-bold{
  font-weight: bold;
  text-align: right !important;
}

.img-do{
  max-width: 200px;
}

ul.leis-remuneracao li{
  margin-top: 10px;
}

/*Dias inativos Calendário*/
.ui-state-default a:disabled,
.inativo,
.ui-state-default .inativo{
  color:#cccccc;
}

a.cursor{
  cursor:pointer;
}

.text-alert{
  margin-bottom:40px;
  margin-top:10px;
  border-bottom:2px dotted #766a5a;
}

.text-alert p{
  font-family: "encode_sans_compressedlight", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif !important;
  padding-bottom: 30px;
}

/*EXPEDIENTE COMUNICAÇÃO*/
#expediente-comunicacao-show,
#expediente-comunicacao-show-2,
#expediente-comunicacao-show-3 {
  margin-top: 20px;
  display: none;
  font-size: 16px;  }

#fechar-expediente,
#fechar-expediente-2,
#fechar-expediente-3{
  display:none;
}

#fechar-expediente img,
#fechar-expediente-2 img,
#fechar-expediente-3 img{
  -ms-transform: rotate(-180deg);
-webkit-transform: rotate(-180deg);
-moz-transform: rotate(-180deg);
-o-transform: rotate(-180deg);
transform: rotate(-180deg);
}

ul.expediente-comunicacao li{
  margin-bottom:10px;
}

ul.expediente-comunicacao li strong{
  color:#7B6B5A;
}

  ul.expediente-comunicacao li ul li{
    margin-bottom:0;
  }


h1.destaque{
     color: #011b53;
    font-size: 25px;
    font-family: "encode_sans_compressedblack", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase;
}

.scroll{
  height:750px;
  overflow-y:scroll;
}

.nespeciais{
  margin-top: 50px;
}

.nespeciais h3{
    color: #011b53;
    font-size: 17px;
    font-family: "encode_sans_compressedblack", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase;
}

.gallery-list.alepeaovivo{
  width:500px !important;
  margin:0 auto !important;
  text-align: center;
}


/*PLENARIO NA HOME*/
li.gallery-list-box-plenario .box-content figure{
  width:219px;
  height:165px;
  margin:0 auto;
  margin-top: 25px;
}

li.gallery-list-box-plenario .box-content figure img{
   width:219px;
  height:165px;
  margin:0 auto;
}

.alepeaovivo ul.gallery-list-ul li.gallery-list-box .desc{
  height:40px !important;
}

.box-widget-lateral{
    border: 1px solid #ebeff0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  height:auto;
  padding:1px;
}

.box-widget-lateral:hover{
   border-color:#011B53;
  background-color:#ffffff;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  cursor:pointer !important;
}

.banner-730{
  margin-top: 15px;
  margin-left:0 !important;
  border: 1px solid #ebeff0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  height:auto;
  padding:1px;
}

.banner-730:hover{
  border-color:#011B53;
  background-color:#ffffff;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  cursor:pointer !important;
}

.banner-dinamic:hover{
  border-color:#011B53;
  background-color:#ffffff;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  cursor:pointer !important;
}

.banner-dinamic{
  height: auto;
  padding: 15px 13px;
  background: whitesmoke;
  border: 1px solid #ebeff0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
 }

  .banner-dinamic img{
    max-width: 200px;
    height: auto;
    margin: 0 auto;
    border-radius: 0.5em;
  }

  .banner-dinamic img.box-shadow{
    -webkit-box-shadow: 2px 2px 7px 0.2px rgba(0,0,0,0.67);
-moz-box-shadow: 2px 2px 7px 0.2px rgba(0,0,0,0.67);
box-shadow: 2px 2px 7px 0.2px rgba(0,0,0,0.67);
  }

  .banner-dinamic h3{
      font-family: "encode_sans_compressedextrabold", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif !important;
      font-size: 18px;
      text-transform: uppercase;
      color: #011B53;
      margin-bottom: 10px;
  }

  .banner-dinamic span{
    margin-top:15px;
  font-family: "encode_sans_compressedlight", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif !important;
  font-size: 15px;
   font-style: italic;
  }




/* ----------------
    ORGANOGRAMA
------------------*/
a#opener:hover{
  cursor:pointer !important;
}

.ui-accordion .ui-accordion-header{
  background:none !important;
}
  .organograma .accordion li{
    font-size: 14px !important;
  }

  .organograma .accordion h5,
  .organograma h5{
    font-size: 13px !important;
  }

  .organograma-novo .accordion > h5 > strong{
    color:#666666;
    font-family: "encode_sans_compressedregular", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif !important;
    font-style: italic;
  }

.organograma{
  width:980px;
  margin:0 auto;
}
  .coluna-01,  .coluna-02{
    width:490px;
    float:left;
  }

  .arrow-new{
    background: url('/wp-content/themes/alepe/image/alepe-sprite.png') no-repeat -56px -114px;
    width: 14px;
    height: 10px;
  }

  h5 > .arrow-new{
    margin-top:4px;
    margin-right: 3px;
  }

li.nivel1{
  color:#011B53;
  font-size: 16px;
}

  li.nivel1 .strong{
    color:#011b53;
    font-family: "encode_sans_compressedextrabold", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif !important;
  }

  ul.organograma-novo li{
      float:none;
      padding:5px;
      margin:5px;
  }
    ul.nivel2{
      margin-left: 10px !important;
      font-size:11pt;
    }

      ul.nivel2 li{
      border-radius: 0.3em;
      border: 1px solid #ccc;
      line-height: 1.2em;
      margin-top:15px;
    }

     ul.nivel2.line2 > li:before,    /*CONECTORES HORIZONTAIS*/
     ul.nivel2-1.line3 > li:before{
      content: "";
      width:25px;
      height:1px;
      background:#ccc;
      display:block;
      margin-left: -30px;
     }

     ul.nivel2-1.line3 > li{
      margin-top:15px;
     }

     ul.nivel2-1.line3 > li:first-child{
      margin-top:5px;
     }

     ul.nivel2.line4 li{
      margin-left:30px;
      line-height: 1.2em;
     }

     ul.nivel2.line4 > li > h5,
      ul.nivel2.line2 > li > h5{
        margin-left: 8px;
        margin-top:4px;
     }

     ul.nivel2.line4 > li:before{
      content: "";
      width:25px;
      height:1px;
      background:#ccc;
      display:block;
      margin-left: -30px;
     }

    ul.nivel2-1{
      margin-left: 55px !important;
    }
      ul.nivel2-1 li{
      border-radius: 0.3em;
      border: 1px solid #ccc;
      font-size: 15px;
    }

ul.nivel3{
  margin-left: 20px !important;
  font-size:10pt;
}

   ul.nivel3 li{
    width:auto;
    border: none;
    padding:1px;
  }
    ul.nivel3 li:before{
      content: "- ";
      background: none;
      border:none;
    }

    ul.nivel3 li ul{
      margin-left: 25px;
      border:none;
    }

ul.line2{ /*CONECTOR VERTICAL*/
 border-left:1px solid #ccc;
 padding-left:19px;
}

ul.line3{
  border-left:1px solid #ccc;
  padding-left:19px;
  padding-top:10px;
  margin-top: -5px;
}

  .conect-1{ /*topo vertical*/
    width:1px;
    height:14px;
    background:#ccc;
    display:block;
    position:absolute;
    margin-left: 10px;
    margin-top: 2px;
  }

  .conect-2{
    width:1px;
    height:21px;
    background:#ccc;
    display:block;
    position:absolute;
    margin-left:15px;
    margin-top: 1px;
  }

span.ver{
  background:url(/wp-content/themes/alepe/image/zoom.png);
  background-size: 15px 19px;
  width:15px;
  height:19px;
  position:relative;
  display:block;
  float:right;

    /*font-family: "encode_sans_compressedlight", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif !important;
    font-size: 12px;
    font-style: italic;*/
}

/*Modal*/
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable{
  background: #ffffff !important;
  border-radius: 0.3em;
  border: 1px solid #ccc;
}

/*.window{
    display:none;
    width:40%;
    height:auto;
    position:absolute;
    left:0;
    top:0;
    background:#FFF;
    z-index:9900;
    padding:10px;
    border-radius:10px;
}

    .window ul li{
        list-style: none;
        padding:1em;
        line-height: 1.2em;
    }

    .window > h3{
      font-family: "encode_sans_compressedextrabold", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif !important;
      color:#011B53;
      font-size: 16px;
    }
 
#mascara{
    display:none;
    position:absolute;
    left:0;
    top:0;
    z-index:9000;
    background-color:#000;
}
 
.fechar{
  display:block; 
  text-align:right;
  font-family: "encode_sans_compressedextrabold", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif !important;
  color:#011B53;
  font-size: 16px;
}*/

.border{
  border: 1px solid #E6E6E6;
  border-radius: 0.3em;
  padding:1em;
}


/*===========
Modal
==========*/

h4.modal-title{
   font-family: "encode_sans_compressedextrabold", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif !important;
      color:#011B53;
      font-size: 18px;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-body > ul > li{
   font: normal 15px "encode_sans_compressedregular", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
   margin-bottom: 1em;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}


.modal-dialog {
    width: 600px;
    margin: 20vh auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }

  .icon-down{
  background: url('/wp-content/themes/alepe/image/alepe-sprite.png') no-repeat -82px -360px;
  width: 16px;
  height: 15px;
  }



.box-link-border-unic {
  display: block;
  border: 2px solid #ebeff0;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 0.9em;
  line-height: 1.2em;
  color:#6C5A47;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: border 0.1s ease-in;
  -moz-transition: border 0.1s ease-in;
  -o-transition: border 0.1s ease-in;
  transition: border 0.1s ease-in; }

  .box-border-pub {
  height: 214px; /*antes 140px*/
  padding: 15px 13px;
  background:#fff;
  border: 1px solid #ebeff0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; 
}

  .box-border-pub > .box-header {
    margin-bottom:10px;
  }

 .box-border-pub h3{
    font-family: "encode_sans_compressedextrabold", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif !important;
    color:#011b53 !important;
    font-size: 1.2em !important;
    text-align: center !important;
    text-transform: uppercase !important;
 }

 img.image-publicacoes{
  height: 165px;
  margin-left: 40px;
  width:auto;
  text-align: center;
  -webkit-box-shadow: 11px 11px 20px -10px rgba(0,0,0,0.75);
  -moz-box-shadow: 11px 11px 20px -10px rgba(0,0,0,0.75);
  box-shadow: 11px 11px 20px -10px rgba(0,0,0,0.75);
 }

 .box-border-pub .box-footer {
  text-align: right;
  margin-top: 13px; 
}

/*=================
 MAPA POR MUNICIPIO
 ==================*/

.fields h2 {
  font-family: "encode_sans_compressedextrabold", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif !important;
  font-size: 2.0em !important;
  font-variant: uppercase;
  color:#011b53;
  margin-bottom: 10px;
}

.municipio{
  margin-top: 2em;
}

.site-municipio{
  margin-top: 5px;
}

  .nome-municipio h1{
    font-family: "encode_sans_compressedextrabold", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif !important;
    font-size: 1.6em !important;
    color:#7b6b5a;
  }

  .texto-municipio{
    clear:both;
    padding-top: 20px;
    color:#000;
  }

    .texto-municipio h2{
      font-family: "encode_sans_compressedextrabold", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif !important;
      font-size: 1em;
    }

    .texto-municipio ul li{
      list-style: none;
      line-height: 1.4em;
    }
        .texto-municipio ul li:first-child{
          margin-top:6px;
        }

        .texto-municipio#texto-municipio p{
          margin-bottom: 10px;
        }

        .texto-municipio#texto-municipio .sessoes-municipio h3{
          margin-bottom: 5px;
          font-size: 1em;
           font-family: "encode_sans_compressedextrabold", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif !important;
        }

  .sessoes-municipio{
    margin-bottom: 1.5em;
  }

  .sessoes-municipio p{
    text-align: justify;
  }

  .sessoes-municipio p:first-child{
    margin-top: 15px;
  }

  .texto-municipio .ui-accordion .ui-accordion-header{
     padding:0;
   }

   .texto-municipio ul.submenu-accordion{
      width: 100%;
      padding:1em 0 1em 1.4em;
   }

    a{
      cursor:pointer;
    }
/*
   path:hover{
      opacity: 0.5;
    }*/

  .tooltip {
    pointer-events:none; 
    opacity:0;
    transition: opacity 0.3s;
    font-size: 12px;
    font-family: "encode_sans_compressedextrabold", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
      color:#011b53;
  }

    div.tooltip {
      background: lightblue;
      border:solid gray;
      position: absolute;
      max-width: 8em;
      text-align:center;
    }

    div.fixed {
      position:fixed;
    }

    g.tooltip.css text{
      color:#1F5277;
    }

    g.tooltip:not(.css) {
      fill:currentColor;
    }

    g.tooltip rect {
      fill: lightblue;
      stroke: gray;
    }

    circle:hover + g.tooltip.css,
    path:hover + g.tooltip.css {
      opacity:1;
    }

    .clearSpace{
      margin-top:1.5em;
    }


/*RADIO NOVO LAYOUT*/

.section-inner.radio-alepe{
  margin-top:-10px;
}

.clearExtend{
  margin-bottom: 30px;
}

.one-three-col{
  width:310px;
}

.one-three-col-radio{
  width:350px;
}
  .one-three-col-radio:first-child{
    margin-right: 20px;
  }

.one-three-col-small{
  width:300px;
}

.content-inner > .wrapper-three-col > .one-three-col-small{
  float:right;
}

.wrapper-three-col > .one-three-col:first-child{
  margin-right: 15px;
}

.wrapper-three-col > .one-three-col:last-child{
  margin-left: 15px;
}

.content-inner > .wrapper-three-col > .one-three-col,
.content-inner > .wrapper-three-col > .one-three-col-radio{
    float: left;
    margin-right: 10px !important;
}

.aplayer-lrc-contents .date{
    font-size: 0.8em;
}

.aplayer-lrc-contents{
  text-align: left;
}

aside.radio-col-dir{
  margin-top:10px;
}

.noBorder{
  border-bottom:none !important;
  margin-bottom:0 !important;
  margin-top: 10px;
}

.spots{
  padding:10px;
  -webkit-box-shadow: 7px 4px 18px -10px rgba(0,0,0,0.75);
  -moz-box-shadow: 7px 4px 18px -10px rgba(0,0,0,0.75);
  box-shadow: 7px 4px 18px -10px rgba(0,0,0,0.75);
  border:1px solid #EEF5F5;
  border-radius: 0.4em;
  min-height: 65px;
}

.spots .figure{
  float:left;
  margin-right: 10px;
}
.spots .figure img{
  max-width: 63px;
}

.spots .floatLeft{
  margin-left: 20px;
}

.spots .aplayer-title{
  color:#011b53;
  font-family: "encode_sans_compressedextrabold", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.1em;
  text-align:left;
}

.spots p.aplayer-lrc-current{
  font-family: "encode_sans_compressedregular", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.9em;
  color:#666;
  text-align:left;
  margin-top: 10px;
}

.spots .floatLeft .vejamais{
  text-align: right;
  margin-top: 1px;
  color:#00338a !important;
  font-size: 0.9em;
}

.spots:hover{
  cursor:pointer;
  border-color:#ACB2B2;
  -webkit-transition: border-color 0.5s ease-in;
  -moz-transition: border-color 0.5s ease-in;
  -ms-transition: border-color 0.5s ease-in;
  -o-transition: border-color 0.5s ease-in;
  transition: border-color 0.5s ease-in;
}

.spots.radio-cadastre{
  margin-top: 10px;
  margin-bottom: 10px;
}

.spots.radio-cadastre:hover{
  cursor: default;
}

/* NOTÍCIAS DA RÁDIO */

.noticias-radionew h2.title{
  color:#6c492f;
  font-family: "encode_sans_compressedregular", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.4em;
  text-transform: uppercase;
  border-bottom: 4px solid #011b53;
  margin-bottom: 30px;
  padding-bottom: 5px;
}

.noticias-radionew div,
ul.audio-text li{
  margin-bottom: 1em;
}

.noticias-radionew figure img,
.audio-search figure img{
  /*max-width: 90px;
  height:auto;*/
  max-height: 80px;
  width:auto;
  
}

.noticias-radionew figure,
.audio-search figure {
  float:left;
  margin-right: 10px;
  width:90px;
}

.audio-text.news-list-ul li{
  min-height: 80px;
}

.audio-secundarias ul.audio-text li{
  min-height: 120px;
}
.audio-terciarias ul.audio-text li{
  min-height: 95px;
}
.noticias-radionew .audio-principal h5.data,
.audio-secundarias ul.audio-text li h5.data,
.audio-terciarias ul.audio-text li h5.data,
.audio-search ul.audio-text li h5.data{
  font-size: 0.8em;
  color:#6c492f;
  font-family: "encode_sans_compressedextrabold", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
}

.noticias-radionew .audio-principal .h3.chamada{
  color:#00338a;
  font-size: 2em;
  font-family: "encode_sans_compressedregular", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.2em;
}

.audio-search ul.audio-text li{
  float:none;
  width:auto;
}

ul.audio-text li{
  float:left;
  width:330px;
  margin-right: 20px;
}

.audio-secundarias ul.audio-text li h4{
  font-size: 1.5em;
  font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif !important;
  color:#00338a;
  line-height: 1.3em;
  margin-left:100px;
}

.audio-terciarias ul.audio-text li h4,
.audio-search ul.audio-text li h4{
  font-size: 1.3em;
  color:#00338a;
  font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif !important;
  line-height: 1.4em;
}

#player4{
  padding-top: 10px;
}

#player4:before{
  content:'PROGRAMAS ESPECIAIS';
  padding:20px 10px;
  color:#011b53;
  font-family: "encode_sans_compressedextrabold", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
}

#player5 .vejamais,
#player5 > .download,
#player5 > .listacompleta,
#player6 .vejamais{
  display:none;
}

.aplayer.aplayer-break .aplayer-list ol li span.aplayer-list-title{
  max-width:550px !important;
  width:550px !important;
  height:auto;
  word-wrap:break-word;
  display:block !important;
}

.aplayer.aplayer-break .aplayer-list ol li .aplayer-list-index{
  float:left;
}

.aplayer.aplayer-break .aplayer-list ol li .download{
  margin-top:-25px;

}

#player5 .aplayer-list .download,
#player6 .download{
  float:right;
  vertical-align: middle;
}

.aplayer-list .download span.icon.icon-download{
  top:5px;
  font-family: "encode_sans_compressedregular", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
}

.small{
  font-size: 0.9em;
}

.cadastroMailing{
  margin-top: 10px;
  margin-bottom: :10px;
  height:60px;
}

.cadastroMailing input{
  width:260px;
  margin-bottom: 10px;
}

.aplayer.aplayer-search{
  width:713px;
  margin-top:-5px;
  margin-left: 0px;
}

.aplayer.aplayer-search{
  min-height:90px !important;
}

.aplayer.aplayer-search.aplayer-withlrc.aplayer .aplayer-info{
  margin-left: 90px;
  height:100px !important;
}

.aplayer.aplayer-search.aplayer-withlrc.aplayer .download{
  margin-left: 10px !important;
}

.aplayer-withlrc.aplayer.aplayer-search .aplayer-pic{
  margin:10px 0 0 0;
}

.aplayer.aplayer-search.aplayer-withlrc.aplayer .aplayer-info .aplayer-music .aplayer-title{
  color:#20579f;
  font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif !important;
  font-size: 1.3em;
  top: 2px !important;
}

.aplayer.aplayer-search.aplayer-withlrc.aplayer .aplayer-info .aplayer-lrc,
.aplayer.aplayer-search.aplayer-withlrc.aplayer .aplayer-info .aplayer-music .aplayer-author{
  display: none;
}

.aplayer.aplayer-search.aplayer-withlrc.aplayer .aplayer-info .aplayer-controller{
  top: 5px !important;
}

.aplayer.aplayer-search.aplayer-box .aplayer-info .aplayer-controller{
  margin-left: 40px;
}

.aplayer.aplayer-search.aplayer-withlrc .aplayer-pic{
  width: 80px !important;
  height: 80px !important;
  border-radius: 0.3em !important;
  filter:alpha(opacity=75);
  opacity: 0.75;
}

.aplayer.aplayer-search .aplayer-pic{
  height:50px !important;
  width:50px !important;
}

.aplayer.aplayer-search .aplayer-lrc{
  height:0;
}
.aplayer.aplayer-search .download{
  margin-top:-10px;
  margin-left:0 !important;
}

.aplayer.aplayer-search .vejamais{
  display:none;
}

.aplayer.aplayer-search{
  box-shadow:none;
}

.aplayer.aplayer-search.aplayer-box .aplayer-pic{
  background-size: 60px 60px;
  width: 60px !important;
  height: 60px !important;
  border-radius: 0.3em !important;
}

.aplayer.aplayer-search.aplayer-box .aplayer-info{
  margin-left: 60px;
  height:85px;
}

.aplayer.aplayer-search.aplayer-box{
  box-shadow:0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
  border-radius: 2px;
  overflow:hidden;
  margin:5px;
}

.aplayer.aplayer-search.aplayer-box .download,
.aplayer.aplayer-search.aplayer-box .aplayer-pic{
  margin-left: 10px !important;
}

.aplayer.aplayer-search.aplayer-box.aplayer-withlrc.aplayer  .aplayer-info{
  margin-left: 60px;
}

.audio-search ul.audio-text li{
  padding-bottom: 13px;
  margin-top: -10px;
}


.aplayer.aplayer-search.aplayer-box .aplayer-controller{
  margin-top: -15px;
}

#player4 .aplayer .aplayer-list ol li.aplayer-list-light,
#player4 .aplayer .aplayer-list ol li,
#player4 .aplayer .aplayer-list ol li{
  line-height: 9px !important;
}

.aplayer.aplayer-withlrc.aplayer-an .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar,
.aplayer.aplayer-withlrc.aplayer-ag .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar {
    width: 57% !important;
}

.aplayer.aplayer-especiais .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar{
  width:50%;
}

/*RÁDIO HOME*/

.player-home .aplayer-time.aplayer-time-narrow{
    right: 20px !important;
}

.aplayer.aplayer-search.aplayer-box.player-home.aplayer-withlrc {
  min-height: 110px;
  width:730px;
  margin-top: 2em;
}

.aplayer.aplayer-search.aplayer-box.player-home.aplayer-withlrc .vejamais{
  display:inline-block;
  margin-top: 0;
}

.aplayer.aplayer-search.aplayer-box.player-home.aplayer-withlrc .download{
  margin-top: 0;
  /*margin-left: 65px !important;*/
}

.aplayer.aplayer-search.aplayer-box.player-home.aplayer-withlrc .aplayer-info .aplayer-music{
 /* min-height: 65px;*/
 min-height: 35px;
  margin-left: 85px;
}

.aplayer.aplayer-search.aplayer-box.aplayer-withlrc.aplayer.player-home  .aplayer-info{
  margin-left:0;
  min-height:60px;
}

.aplayer.aplayer-search.aplayer-box.player-home.aplayer-withlrc .aplayer-info .aplayer-controller{
  margin-left: 125px;
}

.aplayer.aplayer-search.aplayer-box.aplayer-withlrc.aplayer.player-home .aplayer-pic{
  background-size: 77px 45px;
  width: 77px !important;
  height: 45px !important;
  border-radius: 0.3em !important;
  margin-top:35px;f
  opacity:1;
}

.aplayer.aplayer-search.aplayer-box.aplayer-withlrc.aplayer.player-home .aplayer-pic:hover{
  cursor:pointer;
}

.aplayer.aplayer-search.aplayer-box.aplayer-withlrc.aplayer.player-home .aplayer-pic .aplayer-play{
  right:-35%;
  bottom: 8px;
  border-color:#797979 !important;
  width:22px;
  height:22px;
  margin:0 -10px 0 0;
}

.aplayer.aplayer-search.aplayer-box.aplayer-withlrc.aplayer.player-home .aplayer-pic .aplayer-button{
  opacity:0.9;
  background:rgba(255, 255, 255, .1);
}

.aplayer.aplayer-search.aplayer-box.aplayer-withlrc.aplayer.player-home .aplayer-pic .aplayer-pause{
 right:-35% !important;
 bottom:10px !important;
 border-color:#797979 !important;
}


.aplayer.aplayer-search.aplayer-box.aplayer-withlrc.aplayer.player-home .aplayer-icon-play:before,
.aplayer.aplayer-search.aplayer-box.aplayer-withlrc.aplayer.player-home .aplayer-icon-pause:before{
  color:#797979 !important;
}

.aplayer.aplayer-search.aplayer-box.aplayer-withlrc.aplayer.player-home{
  height:auto !important;
}

.aplayer.aplayer-search.aplayer-box.player-home.aplayer-withlrc > .download,
.aplayer.aplayer-search.aplayer-box.player-home.aplayer-withlrc > .vejamais{
  display:none;
}

.aplayer.aplayer-search.aplayer-box.player-home.aplayer-withlrc .listacompleta > a{
  display:none;
}

.aplayer.aplayer-search.aplayer-box.player-home.aplayer-withlrc .listacompleta > span.ver-radio{
  cursor:pointer;
}

.aplayer.aplayer-search.aplayer-box.player-home.aplayer-withlrc .listacompleta > a.ver-radio{

}

.aplayer.aplayer-especiais .listacompleta > span.ver-radio{
  display:none;
}

.aplayer.aplayer-search.aplayer-box.player-home.aplayer-withlrc .aplayer-pic .aplayer-play .aplayer-icon-play{
  font-size: 15px;
  line-height: 20px;
  left:4px;
  top:1px;
}

.aplayer.aplayer-search.aplayer-box.player-home.aplayer-withlrc .aplayer-list{
  opacity:0.25;
}


.aplayer.aplayer-especiais .aplayer-pic .aplayer-play{
  margin:4px -32px -18px 27px;
}

.aplayer.aplayer-especiais .aplayer-pic .aplayer-pause{
  right:-27px;
  bottom:-12px;
}

.aplayer.aplayer-search.aplayer-box.aplayer-withlrc .aplayer-pic .aplayer-play{
  bottom:45%;
  right:0;
}

.aplayer.aplayer-search.aplayer-box.aplayer-withlrc .aplayer-pic .aplayer-pause{
  bottom:15px;
  right:-33px;
}


/*RADIO HOME LISTA ABERTA*//

.player-home-full .aplayer-time.aplayer-time-narrow{
    right: 20px !important;
}

.aplayer.aplayer-search.aplayer-box.player-home-full.aplayer-withlrc {
  min-height: 110px;
  width:730px;
  margin-top: 2em;
}

.aplayer.aplayer-search.aplayer-box.player-home-full.aplayer-withlrc .vejamais{
  display:inline-block;
  margin-top: 0;
}

.aplayer.aplayer-search.aplayer-box.player-home-full.aplayer-withlrc .download{
  margin-top: 0;
  margin-left: 65px !important;
}

.aplayer.aplayer-search.aplayer-box.player-home-full.aplayer-withlrc .aplayer-info .aplayer-music{
  min-height: 40px;
  margin-left: 85px;
}

.aplayer.aplayer-search.aplayer-box.aplayer-withlrc.aplayer.player-home-full  .aplayer-info{
  margin-left:0;
  min-height:60px;
}

.aplayer.aplayer-search.aplayer-box.player-home-full.aplayer-withlrc .aplayer-info .aplayer-controller{
  margin-left: 125px;
}

.aplayer.aplayer-search.aplayer-box.aplayer-withlrc.aplayer.player-home-full .aplayer-pic{
  background-size: 77px 45px;
  width: 77px !important;
  height: 45px !important;
  border-radius: 0.3em !important;
  margin-top:35px;f
  opacity:1;
}

.aplayer.aplayer-search.aplayer-box.aplayer-withlrc.aplayer.player-home-full .aplayer-pic:hover{
  cursor:pointer;
}

.aplayer.aplayer-search.aplayer-box.aplayer-withlrc.aplayer.player-home-full .aplayer-pic .aplayer-play{
  right:-35%;
  bottom: 8px;
  border-color:#797979 !important;
  width:22px;
  height:22px;
  margin:0 -10px 0 0;
}

.aplayer.aplayer-search.aplayer-box.aplayer-withlrc.aplayer.player-home-full .aplayer-pic .aplayer-button{
  opacity:0.9;
  background:rgba(255, 255, 255, .1);
}

.aplayer.aplayer-search.aplayer-box.aplayer-withlrc.aplayer.player-home-full .aplayer-pic .aplayer-pause{
 right:-35% !important;
 bottom:10px !important;
 border-color:#797979 !important;
}


.aplayer.aplayer-search.aplayer-box.aplayer-withlrc.aplayer.player-home-full .aplayer-icon-play:before,
.aplayer.aplayer-search.aplayer-box.aplayer-withlrc.aplayer.player-home-full .aplayer-icon-pause:before{
  color:#797979 !important;
}

.aplayer.aplayer-search.aplayer-box.aplayer-withlrc.aplayer.player-home-full{
  height:auto !important;
}

.aplayer.aplayer-search.aplayer-box.player-home-full.aplayer-withlrc > .download,
.aplayer.aplayer-search.aplayer-box.player-home-full.aplayer-withlrc > .vejamais{
  display:none;
}

.aplayer.aplayer-search.aplayer-box.player-home-full.aplayer-withlrc .listacompleta > a{
  display:none;
}

.aplayer.aplayer-search.aplayer-box.player-home-full.aplayer-withlrc .listacompleta > span.ver-radio{
  cursor:pointer;
}

.aplayer.aplayer-search.aplayer-box.player-home-full.aplayer-withlrc .listacompleta > a.ver-radio{

}

.aplayer.aplayer-especiais .listacompleta > span.ver-radio{
  display:none;
}

.aplayer.aplayer-search.aplayer-box.player-home-full.aplayer-withlrc .aplayer-list-cur{
  display:none;
}

.aplayer.aplayer-search.aplayer-box.player-home-full.aplayer-withlrc .aplayer-pic .aplayer-play .aplayer-icon-play{
  font-size: 15px;
  line-height: 20px;
  left:4px;
  top:1px;
}

.aplayer.aplayer-search.aplayer-box.player-home-full.aplayer-withlrc .aplayer-list{
  opacity:0.25;
}

/*RADIO HOME LISTA ABERTA*/


/*===========
   ENQUETE
===========*/

.box-widget-lateral-nohover{
    border: 1px solid #ebeff0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    height:auto;
  padding:1px;
}
.section-enquetes .article{
  margin-top: 2em;
}

.widget-enquete{
  margin-top:10px;
  margin-bottom: 10px;
  /* margin-left: 400px; */
}

.widget-enquete div{
  margin:10px;
  width:90% !important;
}

.widget-enquete h2{
  font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif !important;
        color:#011b53 !important;
        font-size: 1.4em;
        text-align: center;
}

.data-enquete{
  font-family: "encode_sans_compressedlight", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
  text-align: left;
  font-size: 12px;
}

.data-enquete.encerrada{
  margin-top: 10px;
  color:#384444;
  font-style: italic;
}

.box-widget-lateral-nohover .titulo-enquete{
  width: 100%;
}

/*
.titulo-enquete {
	padding-left: 322px;
}
*/

.titulo-enquete,
.enquete-destaque h2,
.news-list-ul.enquetes-list li .text h2{
  font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
  font-size: 1em;
  color:#5e6168;
  text-align: left;
  line-height: 1.3em;
}

.chamada-enquete p{
  font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  line-height: 14px;
  text-align: left;
  margin-top: 10px;
}

button.btn-blue{
  background-color:#013a84;
  color:#ffffff; 
  border:1px solid #013a84;
  padding:8px 10px;
  border-radius: 0.2em;
}

button.btn-blue:hover{
  background-color:#0a52b0; 
}

/*
.enquete-destaque .texto .chamada-enquete .box-chart{
  max-width:221px !important;
  max-height:110px !important;
}*/

.enquete-destaque .texto .chamada-enquete .box-chart canvas{
  margin-left:20%;

}



/*
.enquete-destaque .chamada-enquete canvas{
  width:221px !important;
  height:110px !important;
}
*/

.enquete-destaque img{
  max-width: 350px;
  height:auto;
  float:left;
  border-radius: 0.3em;
  margin-right: 10px;
}

.enquete-destaque h2{
  font-size: 1.4em;
  margin-bottom:10px;
}

.enquete-destaque button{
  margin-top:1.2em;
}

.enquete-destaque .texto{
  float:right;
  width:350px;
}

.enquete-destaque .texto p,
.news-list-ul.enquetes-list li .text span.preview{
  line-height: 18px !important;
  font-size: 13px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color:#242424;
}


.enquete-destaque .saiba-mais{
 margin-top: 18px;
 margin-bottom: 5px;
}
ul.enquetes-list li .saiba-mais{
  margin-top:-15px;
}

ul.news-list-ul.enquetes-list.resultado-enquete li{
  float:none;
   height:200px;
}

.news-list-ul.enquetes-list li{
    width: 350px;
    float:left;
    border-bottom:none;
}

.news-list-ul.enquetes-list.resultado-enquete li{
  float:none;
  width:700px;
  clear:both;
}

.news-list-ul.enquetes-list.resultado-enquete li .chamada-enquete,
.news-list-ul.enquetes-list.resultado-enquete li .text{
   width: 350px;
   float:left;
}

.news-list-ul.enquetes-list figure.figure,
.news-list-ul.enquetes-list figure.figure img{
  float:left;
  max-height: 80px;
}

.news-list-ul.enquetes-list li .text{
  max-width: 210px;
  float:right;
}

.news-list-ul.enquetes-list li .text .preview{
  font-size: 1em;
}

.news-list-ul.enquetes-list li:first-child{
  padding-top:20px;
}

.section-enquetes h3{
   color: #7b6b5a;
   font: normal 1.4em "encode_sans_compressedmedium", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
   margin-bottom: 8px;
   border-bottom:2px solid #7b6b5a;
}

.saiba-mais{
  text-align: right;
  text-align: center;
}


span.time-audio{
      font-family: "encode_sans_compressedregular", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
      font-size: 0.9em;
      padding:7px;
      background: #e8e8e8;
      color:#6c5a4a;
      border-radius: 50%;
      margin-left:5px;
      float:right;
      text-align: center;
    }

    .play-radio span.time-audio{
      font-family: "encode_sans_compressedextrabold", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
      font-size: 0.9em;
      padding:7px;
      background: none;
      color:#6c5a4a;
      margin-left:5px;
      float:right;
      text-align: center;
    }

    li.news-item span.time-audio{
      font-family: "encode_sans_compressedextrabold", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
      font-size: 0.9em;
      padding:7px;
      background: none;
      color:#6c5a4a;
      margin-left:5px;
      margin-top: -20px;
      text-align: center;
      float:right;
    }

    figure h2.publi{
      font-family: "encode_sans_compressedextrabold", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
      text-align: center;
      font-size: 1.6em;
      margin-top: 2em;
      line-height: 1.4em;
    }

    figure.publi{
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f2f2f2+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffffff 0%,#f2f2f2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
    }

.box-text-footer .box-link-border.sigalepe{
  border:1px solid #ebeff0;
  padding:5px;
}
.box-text-footer .box-link-border.sigalepe p strong.title{
  font-family: "encode_sans_compressedextrabold", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
  font-size: 11pt;
}

.box-link-border.sigalepe{
  width:210px;
}

.box-link-border.sigalepe figure{
  width:60px;
  float:left;
  margin-top:20px;
}

.box-link-border.sigalepe p{
  float:right;
  width:150px;
  margin-top:-60px;
  text-align: left;
  color:#000;
}

.box-link-border.sigalepe{
  width:232px;
  height:110px;
}

.box-link-border.sigalepe-2{
    background: url(../image/sigalepe.png) no-repeat 0 14px;
 }

  .social-footer-icon .nav-social ul.nav-social-ul{
  float:left;
 }

 #field-filter-busca.chzn-select{
  min-width: 260px !important;
 }

 .seletor#uniform-field-filter-busca #field-filter-busca.chzn-select{
  min-width: 260px !important;
 }

 .news-content.article-content h1,
 .news-content.article-content h2,
 .news-content.article-content h3,
 .news-content.article-content h4,
 .news-content.article-content h5,
 .news-content.article-content h6{
  margin-bottom: 10px;
  line-height: 1.2em;
 }

.news-content.article-content h1{ font-size: 2em !important;}
.news-content.article-content h2{ font-size: 1.7em !important;}
.news-content.article-content h3{ font-size: 1.4em !important;}
.news-content.article-content h4{ font-size: 1.3em !important;}
.news-content.article-content h5{ font-size: 1.2em !important;}
.news-content.article-content h6{ font-size: 1.1em !important;}

 .news-content.article-content blockquote p{
    font-size: 1.5em;
    font-family: "encode_sans_compressedlight", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
    text-align: center;
    width:420px;
    margin:0 auto;
    padding-bottom: 15px;
 }

 /* ========================
      BANNERS ROLANDO
  ========================*/

  #gallery-banners {
  background: none;
  padding-top: 36px;
  padding-bottom: 46px; }
  #gallery-banners .carousel-horizontal {
    width: 860px !important; }

#gallery-banners .carousel-horizontal{
  margin-left: 20px;
  padding-left: 4px;
  float: left;
  overflow: hidden; }

  #gallery-banners .carousel-horizontal > .carousel-horizontal-ul li:first-child,
  #gallery-banners .carousel-horizontal > .carousel-horizontal-ul li:nth-child(4n){
    padding-left: 72px;
  }

  #gallery-banners .carousel-horizontal > .carousel-horizontal-ul li:nth-child(3n),
  #gallery-banners .carousel-horizontal > .carousel-horizontal-ul li:last-child{
    padding-right: 75px; 
  }


  #gallery-banners .carousel-horizontal > .carousel-horizontal-ul li{
    margin-right: 13px;
    float: left; }
#gallery-banners .carousel-nav{
  margin-top: 35px; }
#gallery-banners .carousel-nav-left {
  float: left; }
#gallery-banners .carousel-nav-right{
  float: right; }


  /* ====================
     SALA DE IMPRENSA
  =====================*/

  .box-gray{
    background:#f2f3f3;
    padding:2em;
    margin:15px 0;
  }

  .perguntas-frequentes h1{
    color: #24599d;
    font-size: 1.6em;
    margin-bottom: 1em;
  }

    .perguntas-frequentes .question-faq{
      color:#3d3d3d;
      margin-bottom: 1em;
      } 
      .perguntas-frequentes .question-faq h5{
            font-weight: bold;
            font-size: 1.1em;
      }

      .perguntas-frequentes .veja-mais{
          color:#727272;
          text-align: center;
      }

.col-two-article:first-child{
  margin-right: 90px;
}

.widgets-saladeimprensa{
  margin-top: 2em;
  margin-bottom: 1.2em;
}

  .widgets-saladeimprensa span{
      color:#656565;
      font-size: 13px;
      line-height: 14px;
      clear:both;
  }

  .widgets-saladeimprensa div h4{
    padding-top: 10px;
  }

  .widgets-saladeimprensa h4{
    font-size: 1.6em;
    line-height: 1.3em;
    color:#7b6b5a;
    font-family: 'encode_sans_compressedextrabold';
  }

  .widgets-saladeimprensa .col-two-article > div{
    clear:both;
    margin-bottom: 15px;
  }


  .widgets-saladeimprensa .col-two-article > div img{
    margin-right: 10px;
  }

  .widgets-saladeimprensa .vejamais,
  .widgets-saladeimprensa .vejamais a{
    font-family: 'encode_sans_compressedlight', Arial, Helvetica, sans-serif;
    text-align: right;
  }

  #assessoria-alepe{
    margin-top: 30px;
  }

    /* ============= 
   SLIDES RODAPE 
  ==============*/
.slide-wrapper {
    position: relative;
    overflow: hidden;
}
.slide-h {
    position: relative;
    left: 0;
}
.slide-h li {
    float: left;
}
.slide-v {
    position: relative;
    top: 0;
}
.slide-pile {
    position: relative;
}
.slide-pile li {
    position: absolute;
    left: 0;
    top: 0;
}

/*common*/
.slide-wrapper li{list-style-type: none;height: 180px; margin-right: 15px;}
.slide#carousel{position: relative;margin: 50px auto;width: 980px;}
.slide#carousel h3{font-size: 20px;line-height: 2;text-align: center;}
#carousel li div{width: 100%;text-align: center;color: #fff;}
.orange{background: orange;}
.green{background: green;}
.blue{background: blue;}
#carousel a{text-decoration: none;}
#carousel a:hover{text-decoration: none;}
#carousel .prev,
#carousel .next{position: absolute;top: 50%;margin-top: -70px; width: 40px;height: 80px;background: none;font-size: 40px;color: #fff;text-align: center;line-height: 80px; opacity:0.4; font-family:"encode_sans_compressedlight", Arial, Helvetica, sans-serif;}
#carousel .prev:hover,
#carousel .next:hover{background: #444;}
#carousel .prev{left:0px;}
#carousel .next{right: 0px;}
#carousel .page{position: absolute;bottom: 10px;left: 0;right: 0;text-align: center;}
#carousel .page a{width: 10px;height: 10px;border-radius: 50% ;background: #8fb0da;margin-right: 5px;display: inline-block;}
#carousel .page a.on{background: #20579f;}
#carousel .clearfix:after{ content:""; height:0; visibility:hidden; display:block; clear:both;}

/*carousel*/
#carousel li{width: 230px;font-size: 20px;}

/*tab*/
.each-news{line-height: 2;height: auto;color: #000;position: relative;padding: 0 10px;}
#tab h4{font-size: 14px;text-align: left;}
#tab span{position: absolute;right: 30px;top: 0;color: #999;}
#tab li{width: 600px;}
#tab .slide-wrapper{background: #eee;}
.page-tab a{float: left;width: 80px;line-height: 30px;background: #000;color: #fff;text-align: center;margin-right: 10px;}
.page-tab a.on{background: #666;}
.tip{position: fixed;left: 20px;top: 20px;width: 80px;color:#000;}
.tip:hover{text-decoration: underline;}


/*=====================
NOVO FORMATO NOTICIAS
=======================*/

.listar-noticias .three-col.fLeft{
  margin-right: 10px !important;
}

.first-letter::first-letter{
    font-size: 4em;
    line-height: .75;
    float:left;
    font-weight:normal;
}

/*Especiais*/

.box-destaque-especial{
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  width:100%;
  background:#eeecec;
  margin-bottom: 15px;
}

.box-destaque-especial > div{
  margin:0 auto;
  width:95%;
  padding:30px;
}

.box-destaque-especial figure.figure{
  margin-bottom: 15px;
}

.box-destaque-especial figure.figure img{
    max-width: 100%;
    height:auto;
    -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

  a .chamada-destaque-especial{
    font-size:24pt;
    color:#011b53;
    font-weight: bold;
    margin-top: 10px;

  }

  .data-nova{
    color:#6c492f;
    font-size: 0.8em;
    font-family: "encode_sans_compressedextrabold", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
    vertical-align: top;
    text-transform: uppercase;
    margin-left: 3px;
  }

  .novas-noticias-especiais{
    max-width: 100%; 
  }

  .novas-noticias-especiais .news-list{
    width: 100%;
  }

  .novas-noticias-especiais .news-list li figure,
  .novas-noticias-especiais .news-list li .text{
    float:left;
  }

  .novas-noticias-especiais .news-list .news-list-ul li{
    padding:20px 0px 20px 0px;
  }

  .novas-noticias-especiais .news-list .news-list-ul li.m-l{
    padding: 5px 5px 20px 20px !important;
  }

  .novas-noticias-especiais .news-list .news-list-ul li.m-l figure{
    width:100%;
  }


    .novas-noticias-especiais .news-list .news-list-ul li:nth-child(1) .text,
    .novas-noticias-especiais .news-list .news-list-ul li:nth-child(2) .text,
    .novas-noticias-especiais .news-list .news-list-ul li:nth-child(3) .text{
      width:100%;
    }

    .novas-noticias-especiais .news-list.news-list-a > .news-list-ul li:nth-child(1),
    .novas-noticias-especiais .news-list.news-list-a > .news-list-ul li:nth-child(2),
    .novas-noticias-especiais .news-list.news-list-a > .news-list-ul li:nth-child(3){
       padding: 5px 5px 20px 20px !important;
       border-bottom: none;

    }

    .novas-noticias-especiais .news-list.news-list-a > .news-list-ul li:nth-child(1) .figure,
    .novas-noticias-especiais .news-list.news-list-a > .news-list-ul li:nth-child(2) .figure,
    .novas-noticias-especiais .news-list.news-list-a > .news-list-ul li:nth-child(3) .figure{
    width:100%;
  }

  .novas-noticias-especiais .news-list figure img{
    width: 207px;
    height:auto;
  }

   .novas-noticias-especiais .news-list .text{
    width:100%;
    padding-left: 1px;
   }

/*====================
   ULTIMAS NOTICIAS
==================== */

section.box-widget-news{
  background:#fff;
  box-shadow:0 2px 2px 0 rgba(0,0,0,0.2);
  border-radius: 0 0 5px 5px;
  margin-bottom: 2em;
}

section.box-widget-news header.nome-sessao{
  border-radius: 5px 5px 0 0;
  padding:16px;
}

header.nome-sessao h2{
  text-transform: uppercase;
  font-family: 'encode_sans_compressedregular';
  font-size:1.2em;
}

section.box-widget-news figure.figure img{
  margin-left: 5px;
}

section.box-widget-news a.button{
  margin-right: 5px;
}


/*ULTIMAS NOTICIAS*/
    header.nome-sessao.ultimasnews{
      background-color: #011b53;
      color:#ffffff;
    }

    ul.widget-ultimas-noticias li{
      clear:both;
      margin-left: 5px;
      padding:10px;
     
    }
    ul.widget-ultimas-noticias li:before{
      font-size: 2em;
      font-family: 'encode_sans_compressedlight';
      margin-right: 10px;
      vertical-align: middle;
      display:inline-block;
      float:left;
      width:10px;
    }

    ul.widget-ultimas-noticias li span.noticia-ordem{
      margin-left: 20px;
      display:inline-block;
      float:left;
      width:160px;
    }

    ul.widget-ultimas-noticias li:nth-child(1):before{content:"1";}
    ul.widget-ultimas-noticias li:nth-child(2):before{content:"2";}
    ul.widget-ultimas-noticias li:nth-child(3):before{content:"3";}
    ul.widget-ultimas-noticias li:nth-child(4):before{content:"4";}
    ul.widget-ultimas-noticias li:nth-child(5):before{content:"5";}


    

/*Especiais*/

.noticiasespeciais .conteudo-sessao{
  margin:5px;
}

.noticiasespeciais header.nome-sessao{
  background-color:#7A6B5B;
  color:#ffffff;
}
section.box-widget-news.noticiasespeciais header.nome-sessao{
  margin-top:70px;
}

.color-default header.nome-sessao{
   background-color: #011b53;
  color:#ffffff;
}

.noticia-tribuna .box-top h3{
    font-size: 1.3em;
     font-family: 'encode_sans_compressedlight';
     text-transform: uppercase;
}

.box-widget-especiais{
  width:210px;
  margin:0 auto;
  text-align: left;
}

.box-widget-especiais h2,
.box-widget-especiais .data-nova{
  margin-left: 10px;
  margin-right: 10px;
}


/*NOVAS NOTICIAS*/

.box-noticia-destaque figure{
  float: left;
  width: 50%;
}

.box-noticia-destaque figure img{
  max-width: 100%;
  height: auto;
}

.box-noticia-destaque .box-destaque-texto{
  float: left;
  width: 47%;
  margin-left: 2%;
}

.last-news{
  margin-top:20px;
  width:730px;
}

.last-news .last li.semfoto{
  float: left;
  display: block;
  vertical-align: text-top;
}

.last-news .last li.semfoto .text{
  width:350px;
  margin-left: 0;
}

.last-news .last li {
  width:350px;
  float:left;
  min-height: 105px;
  margin-bottom: 20px;
}

/*.last-news .last li:nth-child(1),
.last-news .last li:nth-child(2){
  margin-bottom: 20px;
}*/

.last-news .last li:nth-child(1),
.last-news .last li:nth-child(3){
  margin-right: 10px;
}

  .last-news .last li figure{
    float:left;
    width:130px;
  }

   .last-news .last li .text{
    float:left;
    width:200px;
    margin-left:10px;
    max-height: 100px;
   }

  .last-news .last li .text h2.title{
    font-size: 18px;
  }

  .last-news .last li figure img{
    max-width: 120px;
    height:auto;
    border-radius: 0.3em;
  }


footer.widget-news{
 clear:both;
 margin:10px 10px 10px 0;
}

a.button-flat{
  text-transform: uppercase;
  color:#20579f;
  font-family: 'encode_sans_compressedregular';
}

.button-rounded-brown {
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      border-radius: 10px;
      border:1px solid #7A6B5B;
      color:#7A6B5B;
      padding:4px 8px;
      min-width: 86px;
      text-transform: uppercase;
      font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
      font-size: 11px;
      text-align: center;
}

.button-rounded-brown:hover{
  background:#7A6B5B;
  color:#ffffff;
}

.button-single{
  text-align: center;
}

.tribuna-chamada{
  margin-bottom:10px;
}

.tribuna-chamada h3{
  font-family: "encode_sans_compressedmedium";
  font-size: 1.4em;
  color:#20579f;
}

.tribuna-chamada p{
  font-size: 1em;
  margin-top: 3px;
}

.subtitulo-especiais{
  color:#7F7D7D;
  font-size: 1.2em;
  line-height: 1.2em;
}

/* WIDGET RADIO */
.aplayer.aplayer-widget-radio{
  box-shadow: none;
  border:none;
  overflow:hidden;
  margin:5px;
}

.aplayer.aplayer-widget-radio.aplayer-withlrc .aplayer-info{
  margin-left: 0 !important;
  margin-bottom: 10px;
}

.aplayer.aplayer-widget-radio.aplayer-withlrc .aplayer-pic{
  background:none !important;
  width:0;
  height:0;
}

.aplayer.aplayer-widget-radio.aplayer-withlrc .aplayer-button.aplayer-play{
  display:inline-block;
  top:75px !important;
  left:0 !important;
  bottom:0 !important;
}

.aplayer.aplayer-widget-radio.aplayer-withlrc .aplayer-pic .aplayer-pause{
  bottom:none !important;
  top:75px !important;
  right:none !important;
}

.aplayer.aplayer-widget-radio.aplayer-withlrc > .download,
.aplayer.aplayer-widget-radio.aplayer-withlrc > .vejamais{
  display:none;
}

.aplayer.aplayer-widget-radio.aplayer-withlrc .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar{
  width:50%;
}

.box-widget-news-icone{
  width:96px;
  height:96px;
  margin:0 auto;
  margin-bottom: -15px;
}

.box-widget-news-icone img{
  max-width: 96px !important;
  height:auto;
  margin:0 auto;
}

/*BOX-FLEX ESPECIAIS*/

.flex-special-box{
  width: 700px;
  height: 480px;
  clear: both;
}

.flex-special-box > div{
  position: absolute;
}

.info-flex-box{
  z-index: 999999;
  top: 0;
  width: 650px;
  height: 400px;
  position: relative;
  padding: 20px;
  display: -webkit-flex; /* Safari */
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}

.photo-flex-box{
  z-index: 1;
  position: absolute;
}
.photo-flex-box figure.figure-contrast img{
    -webkit-filter: brightness(70%); /* Safari 6.0 - 9.0 */
    filter: brightness(70%);
     width: 680px;
    height: 453px;
    object-fit: cover;
    object-position: center;
}

/*
.photo-flex-box figure.figure img:hover,
.flex-special-box div a:hover,
.photo-flex-box:hover{
    -webkit-filter: brightness(100%); 
    filter: brightness(100%);
}*/

.info-flex-box{
  position: absolute;
  z-index: 999999;
  display: -webkit-flex; /* Safari */
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}

.info-flex-box .flex-chapeu{
 -webkit-flex: 1;  /* Safari 6.1+ */
    -ms-flex: 1;  /* IE 10 */    
    flex: 1;
}

.flex-chapeu.data-nova{
  color: #fff !important;
  font-size: 2em;
}

.info-flex-box .flex-space{
   -webkit-flex: 2;  /* Safari 6.1+ */
    -ms-flex: 2;  /* IE 10 */    
    flex: 2;
}

.info-flex-box .flex-titulo{
   -webkit-flex: 1;  /* Safari 6.1+ */
    -ms-flex: 1;  /* IE 10 */    
    flex: 1;
    color: #fff !important;
}

.flex-titulo .chamada-destaque-especial{
  color: #fff !important;
}
.flex-titulo .subtitulo-especiais{
  color: #E2E1DE !important;
  margin-top: 7px;
  font-weight: normal;
}

h4.title-brown{
  color: #7b6b5a;
  font-family: "encode_sans_compressedextrabold", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
}

h3.title-brown{
  color: #7b6b5a;
  font-family: "encode_sans_compressedextrabold", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
}

h4.title-brown-light{
  color: #7b6b5a;
  font-family: "encode_sans_compressedregular", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  text-transform: uppercase;
}

h4.title-blue{
  color: #20579f;
  font-family: "encode_sans_compressedextrabold", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
}

h3.title-blue{
  color: #011b53;
  font-family: "encode_sans_compressedextrabold", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
}

.box-type-list .box-type-list-header h5.title{
  font-size: 18px;
}


.m-b{margin-bottom: 1em;}
.m-t{margin-top: 1em;}
.m-l{margin-left: 1em;}
.m-r{margin-right: 1em;}

.glossario p{
  margin-bottom: 15px;
}

.font-large{
  font-size: 2em;
  color: #011b53;
  font-family: "encode_sans_compressedextrabold", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
}

.glossario .font-large{
  margin-top: 25px;
  margin-bottom: 25px;
}

.glossario p strong{
  color: #011b53;
}

.glossario small{
  font-size: 0.9em;
}

article.box-release{
  display: block;
  margin:0 auto;
  margin-bottom: 40px;
}

article.box-release > hr{
  width: 60%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 40px;
}

.box-release .section-inner-header{
  margin-bottom: 10px;
}

.box-tv-460{
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
  border-radius: 2px;
  overflow: hidden;
  width: 460px;
  height: 278px;
}

.box-tv-480 iframe{
  text-align: center;
  width: 460px;
  height: 260px;
  margin-left: 0;
  margin-right: 0;
  vertical-align: middle;
  position: relative;
}


.gallery-list-box-350 {
  width: 350px;
  border: 2px solid #ebeff0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }
  .gallery-list-box-350 .galeria-zoom:hover figure:after {
    opacity: 1; }
  .gallery-list-box-350 figure {
    background: #ebeff0;
    height: 200px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: center;
    position: relative; }
    .gallery-list-box-350 figure:after {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 2;
      background: rgba(255, 255, 255, 0.9) url(/wp-content/themes/alepe/image/zoom.png) no-repeat center center;
      content: "";
      top: 0;
      left: 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transition: opacity 0.1s ease-in-out;
      -moz-transition: opacity 0.1s ease-in-out;
      -o-transition: opacity 0.1s ease-in-out;
      transition: opacity 0.1s ease-in-out;
      opacity: 0; }
  .gallery-list-box-350 .info {
    padding: 8px;
    font-size: 11px;
    overflow: hidden;
    color: #b0b0b0; }
    .gallery-list-box-350 .info .by {
      float: right; }
  .gallery-list-box-350 img {
   /* max-width: 100%;*/
    max-height: 153px;
    margin-left: auto;
    margin-right:auto;
    display:block; 
    margin:0 auto;
    text-align: center;
    width:auto;
  }
  .gallery-list-box-350 .desc {
    height: 50px;
    padding: 8px;
    font-size: 12px;
    line-height: 1.3em;
    border-bottom: 1px solid #ebeff0; }
  .gallery-list-box-350 .download {
    margin: 8px; }


/* FORMULARIO MAILING */
ul.banner-aside .box-link-border.sigalepe{
  width: 220px;
}
ul.banner-aside .box-text-footer .box-link-border.sigalepe:hover{
  border: 2px solid #011b53;
   -webkit-transition: all 1s; 
  transition: all 1s;
}
.widgetMailing .formulario-mailing {
  width: 210px;
  padding: 10px;
  margin-top: 10px;
}

.widgetMailing .conteudo-sessao{
  width: 220px;
  margin: 0 auto;
}

.widgetMailing .formulario-mailing form input{
  width: 180px;
  margin-bottom: 0.5em;
}

.widgetMailing .formulario-mailing form input[type="button"],
.widgetMailing .formulario-mailing form input[type="submit"]{
  width: 86px;
    margin-right: 10px;
}

.reportarErro{
  text-align: center;
  font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
  margin-top: -2em;
  display: block;
}

.text-error{
  color: #C30004;
}

.text-success{
  color: #20579f;
}

#mce-responses{
  padding-top: 10px;
  margin-right: 5px;
  text-align: center;
}
