/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all all 0.2s ease-in-out ease-out;
  -moz-transition: all all 0.2s ease-in-out ease-out;
  transition: all all 0.2s ease-in-out ease-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.containers {
  margin-right: auto;
  margin-left: auto;
  /*padding-left: 15px;*/
  padding-right: 15px;
}
@media (min-width: 768px) {
  .containers {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .containers {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .containers {
    width: 1290px;
  }
}
.containers-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  -moz-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  min-height: 32px;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  min-height: 38px;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.clearfix:before,
.clearfix:after,
.containers:before,
.containers:after,
.containers-fluid:before,
.containers-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.clearfix:after,
.containers:after,
.containers-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* Cookie Notice
------------------------------------------------------------  */
#cookieNotice {
  right: inherit !important;
  bottom: 1rem !important;
  left: 1rem !important;
  max-width: 450px;
  padding: 1rem !important;
  color: #000000 !important;
  text-align: justify !important;
  background: #ffffff !important;
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  /*.animate(fadeInRight, 1.5s);*/
}
#cookieNotice h3 {
  margin-top: 0;
  font-weight: 700;
  font-size: 1.3rem;
}
#cookieNotice .learn-more {
  color: #000000 !important;
}
#cookieNotice .confirm {
  margin-left: 1.5rem !important;
  padding: .5rem 1rem !important;
  background: green !important;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#cookieNotice .confirm:hover {
  background: #005c00 !important;
}
@media (max-width: 576px) {
  #cookieNotice {
    left: 1rem !important;
  }
}
/*---------------------------------------------------
    LESS Elements 0.6
  ---------------------------------------------------
    A set of useful LESS mixins by Dmitry Fadeyev
    Special thanks for mixin suggestions to:
      Kris Van Herzeele,
      Benoit Adam,
      Portenart Emile-Victor,
      Ryan Faerman

    More info at: http://lesselements.com
-----------------------------------------------------*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  max-width: 100%;
}
object,
embed {
  display: none;
}
/* Retira o código do gas tecnologia (bancos) no rodapé */
/*
10/Outubro - #e85da0
05/Maio - #e8c123
11/Novembro - #66c6ee
03/Março - 55af00
*/
.navegacao {
  position: relative;
  z-index: 20;
}
.navegacao ul {
  margin: 0;
  padding: 0;
  list-style: none;
  /* margin-left: 140px;*/
  /*&.flexnav { margin-left: 140px; }*/
}
.navegacao ul li a {
  display: block;
  text-decoration: none;
  font: 14px Arial, Helvetica, sans-serif;
}
@media all and (max-width: 768px) {
  .navegacao .flexnav {
    width: 100%;
    max-height: 0;
    overflow: hidden;
    margin: 0 auto;
    transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -webkit-transform-style: preserve-3d;
  }
  .navegacao .flexnav.flexnav-show {
    padding-bottom: 15px;
    max-height: 2000px;
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .navegacao .flexnav.one-page {
    position: fixed;
    top: 50px;
    right: 5%;
    max-width: 200px;
  }
  .navegacao .flexnav li {
    position: relative;
    overflow: hidden;
    font-size: 100%;
  }
  .navegacao .flexnav li a {
    position: relative;
    display: block;
    z-index: 2;
    overflow: hidden;
    padding: .96em;
    color: #222222;
  }
  .navegacao .flexnav li ul {
    width: 100%;
  }
  .navegacao .flexnav li ul li {
    position: relative;
    overflow: hidden;
    font-size: 100%;
  }
  .navegacao .flexnav li ul li a {
    display: block;
  }
  .navegacao .flexnav li ul.flexnav-show li {
    overflow: visible;
  }
  .navegacao .flexnav li .touch-button {
    position: absolute;
    z-index: 999;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 26px;
    background: #2065ba;
    display: inline-block;
    text-align: center;
  }
  .navegacao .flexnav li .touch-button .navicon {
    position: relative;
    top: 2px;
    font-size: 10px;
    color: #fff;
  }
  .navegacao .flexnav li .touch-button:hover {
    cursor: pointer;
  }
  .navegacao .flexnav li .touch-button:hover .navicon {
    color: #2065ba;
  }
  .navegacao ul {
    width: 100%;
  }
  .navegacao ul li a {
    padding: 15px;
  }
  .navegacao ul li:first-child,
  .navegacao ul li.primeiro {
    border-top-color: transparent !important;
  }
  .navegacao ul li:last-child,
  .navegacao ul li.ultimo {
    border-bottom-color: transparent !important;
  }
  .navegacao#primaria {
    overflow: hidden;
    background: #eee;
    -webkit-box-shadow: inset 0 -2px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 -2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 -2px 0px rgba(0, 0, 0, 0.1);
  }
  .navegacao#primaria .menu-button-first {
    position: relative;
    display: block;
    padding: 15px;
    cursor: pointer;
    color: #000;
  }
  .navegacao#primaria .menu-button-first.active {
    background-color: #ddd;
    border: 1px solid #ccc;
    border-top: none;
  }
  .navegacao#primaria .menu-button-first .touch-button {
    background: transparent;
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
  }
  .navegacao#primaria .menu-button-first .touch-button .navicon {
    font-size: 16px;
    position: relative;
    top: 1em;
    color: #000;
  }
  .navegacao#primaria ul li {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #fff;
  }
  .navegacao#primaria a {
    color: #333;
  }
  .navegacao#primaria a:hover {
    background-color: #fff;
    color: #000 !important;
  }
  .navegacao#primaria form {
    float: right;
    margin-top: 5px;
  }
  .navegacao#primaria form select,
  .navegacao#primaria form input {
    float: left;
    display: block;
    margin-left: 5px;
    padding: 2.5px;
    border: 1px solid transparent;
    border-top-color: #bfbfbf;
    border-right-color: #d0d0d0;
    border-bottom-color: #fbfbfb;
    background-color: #ddd;
    color: #666;
  }
  .navegacao#primaria .redes-sociais {
    float: right;
    height: 20px;
    margin: 10px 0;
  }
  .navegacao#primaria .redes-sociais .link-logo-instagram,
  .navegacao#primaria .redes-sociais iframe,
  .navegacao#primaria .redes-sociais div {
    float: left;
    margin-left: 15px;
  }
  .navegacao#secundaria {
    background: #1c59a4;
    -webkit-box-shadow: inset 0 2px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 2px 0px rgba(0, 0, 0, 0.1);
  }
  .navegacao#secundaria .menu-button-second {
    position: relative;
    display: block;
    padding: 15px;
    cursor: pointer;
    color: #fff;
  }
  .navegacao#secundaria .menu-button-second.active {
    background-color: #2065ba;
    border: 1px solid #1b549c;
    border-top: none;
  }
  .navegacao#secundaria .menu-button-second .touch-button {
    background: transparent;
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
  }
  .navegacao#secundaria .menu-button-second .touch-button .navicon {
    font-size: 16px;
    position: relative;
    top: 1em;
    color: #fff;
  }
  .navegacao#secundaria ul li {
    border-bottom: 1px solid #194d8e;
    border-top: 1px solid #2065ba;
  }
  .navegacao#secundaria ul li a {
    color: #fff;
  }
  .navegacao#secundaria ul li .submenu {
    padding: 15px;
    background-color: #194d8e;
    border-top: 1px solid #154279;
  }
  .navegacao#secundaria ul li .submenu li {
    border-bottom: 1px solid #154279;
    border-top: 1px solid #1c59a4;
  }
  .navegacao#secundaria ul li .submenu li .submenu {
    background-color: #154279;
    border-top: 1px solid #113663;
  }
  .navegacao#secundaria ul li .submenu li .submenu li {
    border-bottom: 1px solid #113663;
    border-top: 1px solid #194d8e;
  }
  .navegacao#secundaria ul li .submenu.agendas li {
    /*width: 345px;*/
  }
  .navegacao#secundaria ul li .submenu.agendas li.estaduais {
    border-bottom: none;
  }
  .navegacao#secundaria ul li .submenu.agendas li.estaduais a {
    margin-bottom: 0;
  }
  .navegacao#secundaria ul li .submenu.agendas li.estaduais ul li {
    float: left;
    width: 12.5%;
    border: none;
    text-align: center;
  }
  .navegacao#secundaria ul li .submenu.agendas li.estaduais ul li a {
    margin: 0;
    padding: 15px;
    border: none;
  }
  .navegacao#secundaria ul li .submenu.agendas li.estaduais ul li a img {
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
  .navegacao#secundaria ul li .submenu.agendas li.federais {
    border-top: none;
  }
  .navegacao#secundaria ul li .submenu.agendas li.federais a {
    margin-bottom: 0;
  }
  .navegacao#secundaria ul li .submenu.agendas li.federais form {
    padding: 0 15px;
  }
  .navegacao#secundaria ul li .submenu.agendas li.federais form select,
  .navegacao#secundaria ul li .submenu.agendas li.federais form input {
    display: block;
    width: 100%;
    height: 34px;
    margin-bottom: 10px;
    padding: 6px 12px;
    border: 1px solid transparent;
    border-top-color: #154279;
    border-right-color: #154279;
    border-bottom-color: #2065ba;
    background-color: #1c59a4;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
  }
  .navegacao#secundaria ul li .submenu.agendas li.federais form input {
    float: right;
    width: auto;
    border-top-color: #2065ba;
    border-right-color: #1e5faf;
    border-bottom-color: #154279;
    border-left-color: #154279;
  }
  .navegacao#secundaria ul li .submenu.noticias li a:hover {
    border-color: transparent;
    color: #fff;
  }
}
@media all and (max-width: 480px) {
  .navegacao#secundaria ul li .submenu.agendas li.estaduais ul li {
    width: 25%;
  }
}
@media all and (max-width: 320px) {
  .navegacao#secundaria ul li .submenu.agendas li.estaduais ul li {
    width: 33.33%;
  }
}
@media all and (min-width: 769px) {
  .navegacao {
    height: 40px;
  }
  .navegacao .opacity {
    opacity: 1;
  }
  .navegacao .menu-button-first {
    display: none;
  }
  .navegacao .menu-button-second {
    display: none;
  }
  .navegacao ul {
    float: left;
  }
  .navegacao ul li {
    position: relative;
    float: left;
  }
  .navegacao ul li a {
    position: relative;
    padding: 12px;
  }
  .navegacao ul li > .submenu {
    position: absolute;
    z-index: 1;
    display: none;
    top: 40px;
    left: -1px;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
  }
  .navegacao ul li > .submenu li {
    position: relative;
    width: 100%;
    margin: 0;
  }
  .navegacao ul li > .submenu li a {
    margin: 0 10px;
    padding: 7.5px 10px;
    border: none;
  }
  .navegacao ul li > .submenu li > .submenu {
    z-index: 2;
    top: 0;
    left: 0;
    margin-left: 100%;
  }
  .navegacao ul li > .submenu li:first-child a,
  .navegacao ul li > .submenu li.primeiro a {
    margin-top: 10px;
  }
  .navegacao ul li > .submenu li:last-child a,
  .navegacao ul li > .submenu li.ultimo a {
    margin-bottom: 10px;
  }
  .navegacao ul li:first-child a,
  .navegacao ul li.primeiro a {
    border-left-color: transparent !important;
  }
  .navegacao ul li:last-child a,
  .navegacao ul li.ultimo a {
    border-right-color: transparent !important;
  }
  .navegacao#primaria {
    overflow: hidden;
    background: #eee;
    -webkit-box-shadow: inset 0 -2px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 -2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 -2px 0px rgba(0, 0, 0, 0.1);
  }
  .navegacao#primaria .containers {
    background: #eee;
    -webkit-box-shadow: inset 0 -2px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 -2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 -2px 0px rgba(0, 0, 0, 0.1);
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .navegacao#primaria ul {
    z-index: 4;
  }
  .navegacao#primaria li a {
    border-right: 1px solid #fff;
    border-left: 1px solid #ccc;
  }
  .navegacao#primaria a {
    color: #333;
    /* Natal aqui */
  }
  .navegacao#primaria a:hover {
    background-color: #2065ba;
    color: #fff !important;
  }
  .navegacao#primaria form {
    float: right;
    margin-top: 5px;
  }
  .navegacao#primaria form select,
  .navegacao#primaria form input {
    float: left;
    display: block;
    margin-left: 5px;
    padding: 2.5px;
    border: 1px solid transparent;
    border-top-color: #bfbfbf;
    border-right-color: #d0d0d0;
    border-bottom-color: #fbfbfb;
    background-color: #ddd;
    color: #666;
  }
  .navegacao#primaria .redes-sociais {
    float: right;
    height: 20px;
    margin: 10px 0;
  }
  .navegacao#primaria .redes-sociais iframe,
  .navegacao#primaria .redes-sociais div {
    float: left;
    margin-left: 15px;
  }
  .navegacao#secundaria {
    background: #1c59a4;
    -webkit-box-shadow: inset 0 2px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 2px 0px rgba(0, 0, 0, 0.1);
  }
  .navegacao#secundaria.containers {
    background: #1c59a4;
    -webkit-box-shadow: inset 0 2px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 2px 0px rgba(0, 0, 0, 0.1);
    /*.border-radius(10px,0,0,10px);*/
  }
  .navegacao#secundaria ul li a {
    border-left: 1px solid #194d8e;
    border-right: 1px solid #2065ba;
    color: #fff;
  }
  .navegacao#secundaria ul li a.ativo {
    border-color: #2065ba;
    border-right-color: #226bc5;
    background-color: #2065ba;
  }
  .navegacao#secundaria ul li .touch-button {
    display: none;
  }
  .navegacao#secundaria ul li:hover a,
  .navegacao#secundaria ul li.hover a {
    z-index: 10;
    border-left-color: #fff;
    border-right-color: #fff;
    background-color: #fff;
    color: #000;
  }
  .navegacao#secundaria ul li:first-child a,
  .navegacao#secundaria ul li.primeiro a {
    border-left-color: transparent;
  }
  .navegacao#secundaria ul li:last-child a,
  .navegacao#secundaria ul li.ultimo a {
    border-right-color: transparent;
  }
  .navegacao#secundaria ul li:last-child:hover a,
  .navegacao#secundaria ul li.ultimo:hover a,
  .navegacao#secundaria ul li:last-child.hover a,
  .navegacao#secundaria ul li.ultimo.hover a {
    border-right-color: #ccc;
  }
  .navegacao#secundaria ul li .submenu {
    background-color: #fff;
    width: 250px;
    border-bottom: 1px solid #ccc;
  }
  .navegacao#secundaria ul li .submenu li {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
  .navegacao#secundaria ul li .submenu li a:hover {
    background-color: #eee;
  }
  .navegacao#secundaria ul li .submenu li.ativo a {
    background-color: #eee;
  }
  .navegacao#secundaria ul li .submenu.agendas li.estaduais ul {
    padding: 10px;
    z-index: 1;
    border: 1px solid #ccc;
  }
  .navegacao#secundaria ul li .submenu.agendas li.estaduais ul li {
    float: left;
    width: 40px;
    border: none;
    text-align: center;
  }
  .navegacao#secundaria ul li .submenu.agendas li.estaduais ul li a {
    margin: 0;
    padding: 5px;
  }
  .navegacao#secundaria ul li .submenu.agendas li.estaduais ul li a img {
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
  .navegacao#secundaria ul li .submenu.agendas li.estaduais ul li a:hover {
    background-color: #fff;
    font-weight: bold;
  }
  .navegacao#secundaria ul li .submenu.agendas li.estaduais.ativo ul {
    background-color: #eee;
  }
  .navegacao#secundaria ul li .submenu.agendas li.federais form {
    padding: 0 15px 15px;
  }
  .navegacao#secundaria ul li .submenu.agendas li.federais form legend {
    display: none;
  }
  .navegacao#secundaria ul li .submenu.agendas li.federais form select,
  .navegacao#secundaria ul li .submenu.agendas li.federais form input {
    float: left;
    display: block;
    width: 40%;
    height: 34px;
    margin-right: 2.5%;
    padding: 6px 12px;
    border: 1px solid transparent;
    border-top-color: #aaa;
    border-right-color: #aaa;
    border-bottom-color: #ccc;
    border-left-color: #eee;
    background-color: #fff;
    font-size: 14px;
    line-height: 1.42857143;
  }
  .navegacao#secundaria ul li .submenu.agendas li.federais form .botao {
    float: right;
    width: 15%;
    margin-right: 0;
    border-top-color: #2471d0;
    border-right-color: #226bc5;
    border-bottom-color: #195093;
    border-left-color: #195093;
    background-color: #2065ba;
    color: #fff;
  }
  .navegacao#secundaria ul li .submenu.agendas li.federais.ativo form {
    background-color: #eee;
  }
  .navegacao#secundaria ul li .submenu.noticias li a:hover {
    color: #fff;
  }
}
@media all and (min-width: 769px) {
  body.one-page {
    padding-top: 70px;
  }
  .menu-button {
    display: none;
  }
}
.busca-de-empresas input,
.busca-de-empresas select {
  padding: 5px;
}
.topo {
  position: relative;
  z-index: 25;
  /* width: 100%; PUBLICIDADE */
  background-color: #2065ba;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.topo .containers {
  position: relative;
  padding: 20px 0;
  background-color: #2065ba;
}
.topo .containers .papai-noel {
  position: absolute;
  top: -49px;
  left: -115px;
  width: 270px;
  height: 167px;
  z-index: 25;
}
.topo .logo {
  float: left;
  margin-top: 0;
  margin-bottom: 0;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.topo .publicidade {
  height: 81px;
}
.topo form {
  float: right;
  margin: 5px 0;
}
.topo form select,
.topo form input {
  float: left;
  display: block;
  border: 1px solid transparent;
  background-color: #1c59a4;
  color: #fff;
}
.topo form select {
  margin-right: 5px;
  padding: 6px;
  border-top-color: #194d8e;
  border-right-color: #194d8e;
  border-bottom-color: #2471d0;
  border-left-color: #226bc5;
}
.topo form input {
  float: right;
  margin-left: 5px;
  border-top-color: #2471d0;
  border-right-color: #226bc5;
  border-bottom-color: #194d8e;
  border-left-color: #194d8e;
}
.topo.fixo {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
}
.topo.minimizado .logo {
  width: 175px;
  margin: 5px 0;
}
.topo.minimizado form select,
.topo.minimizado form input {
  display: inline;
  float: left;
}
.topo.minimizado form select {
  width: 150px;
  margin-right: 5px;
}
.topo.com-publicidade .containers .logo {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .topo .papai-noel {
    display: none;
  }
  .topo .logo {
    float: inherit;
    display: block;
    text-align: center;
    margin-top: 0;
  }
  .topo .logo img {
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .topo .logo {
    margin-top: 15px;
  }
  .topo form select {
    width: 260px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .topo form {
    margin: 5px 0 11px;
  }
  .topo form select {
    width: 220px;
  }
}
@media (min-width: 1200px) {
  .topo form select {
    width: 230px;
  }
}
.principal {
  position: relative;
  z-index: 15;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff;
}
.principal .cabecalho {
  margin: 0 0 15px;
}
.principal .cabecalho .titulo {
  margin: 0;
  font-size: 38px;
  font-weight: bold;
  letter-spacing: -1px;
}
.principal .cabecalho .subtitulo {
  margin: 10px 0 0;
  font-size: 18px;
  font-weight: normal;
  line-height: 21px;
  color: #999;
}
.principal .conteudo p {
  margin: 0;
  padding-bottom: 20px;
  line-height: 21px;
}
.principal .conteudo a {
  text-decoration: underline;
}
.principal .conteudo a:hover {
  text-decoration: none;
}
.principal .conteudo ul,
.principal .conteudo ol {
  margin-top: 5px;
  line-height: 21px;
  list-style-position: inside;
}
.principal .conteudo .table2 {
  width: 100%;
  max-width: 100%;
  border: 1px solid #ccc;
}
.principal .conteudo .table2 > thead > tr > th,
.principal .conteudo .table2 > tbody > tr > th,
.principal .conteudo .table2 > tfoot > tr > th,
.principal .conteudo .table2 > thead > tr > td,
.principal .conteudo .table2 > tbody > tr > td,
.principal .conteudo .table2 > tfoot > tr > td {
  padding: 10px;
  border: 1px solid #ddd;
}
.principal .conteudo .table2 > thead > tr > th {
  vertical-align: bottom;
  border-bottom-width: 2px;
}
.principal .conteudo .table2 > caption + thead > tr:first-child > th,
.principal .conteudo .table2 > colgroup + thead > tr:first-child > th,
.principal .conteudo .table2 > thead:first-child > tr:first-child > th,
.principal .conteudo .table2 > caption + thead > tr:first-child > td,
.principal .conteudo .table2 > colgroup + thead > tr:first-child > td,
.principal .conteudo .table2 > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.principal .conteudo .table2 > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.principal .conteudo .table2 > tbody > tr:nth-of-type(odd) {
  background-color: #f8f8f8;
}
.principal .conteudo .table2 > tbody > tr:hover {
  background-color: #2065ba;
  color: #fff;
}
.principal .conteudo blockquote {
  margin: 0 0 20px;
  padding: 20px;
  border-left: 5px solid #2065ba;
  font-size: 18px;
}
.principal .conteudo blockquote p:last-child,
.principal .conteudo blockquote ul:last-child,
.principal .conteudo blockquote ol:last-child {
  margin-bottom: 0;
}
.principal .conteudo blockquote footer,
.principal .conteudo blockquote small,
.principal .conteudo blockquote .small {
  display: block;
  font-size: 80%;
  color: #aaa;
}
.principal .conteudo blockquote footer:before,
.principal .conteudo blockquote small:before,
.principal .conteudo blockquote .small:before {
  content: '\2014 \00A0';
}
.principal .lista .descricao {
  padding-bottom: 0;
}
.principal .lista li .data {
  font-weight: bold;
  font-size: 12px;
}
.principal .noticia .cabecalho .data {
  margin: 0 0 10px;
  font-size: 15px;
}
.principal .noticia .cabecalho .titulo {
  margin: 0;
  font-size: 35px;
  font-weight: bold;
  letter-spacing: -2px;
  line-height: 37px;
}
.principal .noticia .cabecalho .subtitulo {
  margin: 10px 0 0;
  font-size: 20px;
  font-weight: normal;
  line-height: 21px;
  color: #999;
}
.principal .noticia .assinatura {
  width: 100%;
  margin-bottom: 15px;
  padding: 15px 0 0;
  border-top: 1px solid #ddd;
}
.principal .noticia .assinatura .autores {
  display: block;
}
.principal .noticia .assinatura .link {
  display: block;
}
.principal .noticia .patrocinio {
  float: left;
  margin: 0 15px 15px 0;
}
.principal .noticia .leia-tambem {
  padding-left: 0;
  /*&.meio { float: left; }*/
}
.principal .noticia .link {
  font-size: 13px;
}
.migalha-de-pao {
  margin-top: 0;
  position: relative;
  z-index: 1;
  border-left: 15px solid #fff;
  border-right: 15px solid #fff;
  padding: 15px 15px 30px;
  background: #ffffff url('/theme/Contadores/img/pontilhado.gif') repeat-x center bottom;
  /*border-bottom: 1px solid #eee; background-color: #fff; */
}
.migalha-de-pao strong {
  float: left;
  margin-right: 5px;
}
.migalha-de-pao ul {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
.migalha-de-pao ul li {
  float: left;
  margin-right: 5px;
}
.migalha-de-pao ul li.ultimo {
  font-weight: bold;
}
.migalha-de-pao ul li a {
  text-decoration: underline;
  color: #2065ba;
}
.migalha-de-pao ul li a:hover {
  text-decoration: none;
}
.paginacao {
  margin: 20px;
}
.paginacao .descricao {
  margin-bottom: 20px;
  text-align: center;
}
.paginacao .numeros {
  list-style: none;
  text-align: center;
}
.paginacao .numeros li {
  display: inline-block;
}
.paginacao .numeros a {
  display: block;
  padding: 6px;
  text-decoration: none;
}
.paginacao .numeros .numero {
  margin: 0 5px;
}
.paginacao .numeros .numero a {
  background-color: #eee;
  color: #666;
}
.paginacao .numeros .numero a:hover {
  background-color: #ccc;
  color: #000;
}
.paginacao .numeros .numero.ativo {
  padding: 6px;
  background-color: #2065ba;
  color: #fff;
}
.paginacao .numeros .botao {
  margin: 0 2px;
}
.paginacao .numeros .botao a {
  background-color: #2065ba;
  color: #fff;
}
.paginacao .numeros .botao a:hover {
  background-color: #194d8e;
  color: #fff;
}
#rodape {
  position: relative;
  z-index: 1;
  background-color: #2065ba;
}
#rodape .barra {
  height: 5px;
}
#rodape .barra .cor {
  float: left;
  height: 5px;
}
#rodape .barra .cor.c1 {
  background-color: #227b16;
}
#rodape .barra .cor.c2 {
  background-color: #c80000;
}
#rodape .barra .cor.c3 {
  background-color: #ff8400;
}
#rodape .barra .cor.c4 {
  background-color: #4a0abb;
}
#rodape .conteudo {
  position: relative;
  z-index: 3;
  /*margin-top: -20px;*/
  margin-top: 0px;
  padding: 20px 0 15px 0;
  /*background: url('@{pasta_imagens}/fundo-rodape.png') no-repeat center center;*/
  /*.containers { background: #fff; padding: 50px 0 0 0; }*/
}
#rodape .conteudo ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#rodape .conteudo .logo {
  margin: 0 0 0;
}
#rodape .conteudo .esquerda {
  margin-bottom: 20px;
}
#rodape .conteudo .esquerda .menu {
  margin-top: 5px;
}
#rodape .conteudo .esquerda .menu ul li {
  float: left;
  width: 25%;
}
#rodape .conteudo .esquerda .menu ul li a {
  display: block;
  padding: 10px 0;
  background-color: #1c59a4;
  font-size: 16px;
  text-align: center;
  color: #fff;
}
#rodape .conteudo .esquerda .menu ul li a:hover {
  border-top-color: #317edc;
  background-color: #2065ba;
  text-decoration: none;
}
#rodape .conteudo .esquerda .telefones {
  display: inline-block;
  margin-top: 25px;
  padding: 0;
  font-size: 1.4em;
  color: #ffffff;
  line-height: 150%;
}
#rodape .conteudo .esquerda .telefones strong {
  display: inline-block;
  margin-bottom: 4px;
  font-size: 1.150em;
}
#rodape .conteudo .esquerda .telefones a {
  color: #ffffff;
}
#rodape .conteudo .esquerda .telefones a img {
  text-decoration: none;
}
#rodape .conteudo .esquerda .telefones img {
  position: relative;
  top: -1px;
  margin-left: 5px;
}
#rodape .conteudo .direita .menu h4 {
  margin: 0 0 5px;
  font-size: 18px;
  color: #ffffff;
}
#rodape .conteudo .direita .menu h4 a {
  color: #ffffff;
}
#rodape .conteudo .direita .menu h4 a:hover {
  color: #88b4eb;
  text-decoration: none;
}
#rodape .conteudo .direita .menu ul {
  margin: 0 0 15px;
}
#rodape .conteudo .direita .menu ul li a {
  display: block;
  padding-left: 10px;
  border-left: 5px solid #2471d0;
  color: #88b4eb;
}
#rodape .conteudo .direita .menu ul li a:hover {
  border-left-color: #478bdf;
  color: #fff;
  text-decoration: none;
}
#rodape .conteudo .direita .menu ul li .submenu {
  margin: 5px 0 0 15px;
}
#rodape .conteudo .direita .menu ul li .submenu li {
  float: left;
  padding: 2px;
}
#rodape .conteudo .direita .menu ul li .submenu li a {
  padding: 0;
  border: none;
}
#rodape .conteudo .direita .menu ul li .submenu li a img {
  float: left;
  width: 100%;
  margin: 0 10px 0 0;
}
#rodape .direitos {
  padding: 15px 0;
  position: relative;
  background-color: #ddd;
  font-size: 12px;
}
#rodape .direitos .copyright {
  padding: 10px 0;
}
#rodape .direitos .links {
  display: block;
}
#rodape .direitos .links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#rodape .direitos .links ul li {
  float: left;
  border-right: 1px solid #ccc;
  padding: 0 5px;
  color: #aaa;
}
#rodape .direitos .links ul li a {
  display: block;
  text-align: center;
  color: #999;
}
#rodape .direitos .links ul li a:hover {
  color: #333;
}
#rodape .direitos .links ul li.primeiro {
  padding-left: 0;
}
#rodape .direitos .links ul li.ultimo {
  padding-right: 0;
  border-right: none;
}
#rodape .direitos .desenvolvido-por {
  float: right;
  font-size: 10px;
  text-align: right;
  color: #999;
}
#rodape .direitos .desenvolvido-por img {
  display: inline-block;
  vertical-align: middle;
}
@media all and (min-width: 1025px) {
  #rodape .conteudo {
    height: auto;
    background: none;
  }
}
@media all and (min-width: 769px) and (max-width: 1024px) {
  #rodape {
    height: auto;
  }
  #rodape .conteudo {
    height: auto;
    background: none;
  }
}
.ferramentas {
  display: block;
  margin-bottom: 20px;
  border-top: 2px solid #2065ba;
  border-bottom: 2px solid #ddd;
}
.ferramentas .filtro {
  float: left;
  padding: 10px;
}
.ferramentas .filtro input {
  padding: 5px;
}
.ferramentas .filtro input[type="text"] {
  width: 150px;
  border: 1px solid #ddd;
  font: 15px Arial;
}
.ferramentas .filtro input[type="submit"] {
  margin-left: 5px;
  border: none;
  background-color: #2065ba;
  color: #fff;
}
.ferramentas .funcoes {
  float: left;
}
.ferramentas .compartilhar {
  float: right;
  height: 20px;
  overflow: hidden;
  margin: 14.5px 10px;
  list-style: none;
}
.ferramentas .compartilhar .rede-social {
  float: left;
}
.ferramentas .compartilhar .rede-social.twitter {
  width: 96px;
}
.ferramentas .compartilhar .rede-social.twitter a {
  color: #fff;
}
.ferramentas .compartilhar .rede-social.googleplus {
  width: 125px;
}
.ferramentas.rodape {
  margin: 20px 0 0;
}
.ferramentas.rodape .compartilhar {
  margin: 0;
}
.lista {
  list-style: none;
  margin: 0;
  padding: 0;
}
.lista li {
  padding: 15px;
  border-top: 1px solid #ddd;
}
.lista li.primeiro {
  border: 0;
}
.lista li .descricao {
  margin: 0;
  padding-top: 5px;
  line-height: 16px;
  color: #999;
}
.lista li a {
  /*display: block; */
  text-decoration: none;
  color: #2065ba;
}
.lista li a.titulo {
  display: block;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
}
.lista li a:hover {
  text-decoration: underline;
}
.lista li .sub-lista {
  margin: 0;
  padding: 0;
  margin-top: 15px;
  list-style: none;
}
.lista li .sub-lista li {
  border: 1px solid #ddd;
  border-bottom: none;
}
.lista li .sub-lista li .descricao {
  color: #999;
}
.lista li .sub-lista li a {
  color: #666;
}
.lista li .sub-lista li a.titulo {
  font-weight: normal;
  font-size: 15px;
}
.lista li .sub-lista li a.t2 {
  font-size: 17px;
}
.lista li .sub-lista li a.t3 {
  font-size: 16px;
}
.lista li .sub-lista li.hover {
  border-left-color: transparent;
  border-right-color: transparent;
}
.lista li .sub-lista li.hover .descricao {
  color: #666;
}
.lista li .sub-lista li.hover a {
  color: #333;
}
.lista li .sub-lista li.hover a.ativo {
  color: #2065ba;
}
.lista li .sub-lista li.hover a:hover {
  text-decoration: underline;
}
.lista li .sub-lista li.ultimo {
  border-bottom: 1px solid #ddd;
}
.lista li.hover {
  background-color: #eee;
}
.lista li.hover .descricao {
  color: #000;
}
.lista li.hover .sub-lista li a {
  text-decoration: none;
}
.lista li.hover .sub-lista.odd {
  background-color: #eee;
}
.lista li.hover .sub-lista.odd .hover {
  background-color: #fff;
}
.lista li.hover .sub-lista.odd .hover .even {
  background-color: #eee;
}
.lista li.hover .sub-lista.odd .hover .even li .odd {
  background-color: #fff;
}
.lista li.hover .sub-lista.odd .hover .even li.hover .odd {
  background-color: #eee;
}
.lista li.hover .sub-lista.odd .hover .even li.hover .odd li .even {
  background-color: #fff;
}
.lista li.hover .sub-lista.odd .hover .even li.hover .odd li.hover .even {
  background-color: #eee;
}
.lista li.hover .sub-lista.odd .hover .even li.hover .odd li.hover .even li .odd {
  background-color: #fff;
}
.lista li.hover .sub-lista.even {
  background-color: #fff;
}
.lista li.hover .sub-lista.even .hover {
  background-color: #eee;
}
.lista li.hover .sub-lista.even .hover .odd {
  background-color: #fff;
}
.lista li.hover .sub-lista.even .hover .odd li .even {
  background-color: #eee;
}
.lista li.hover .sub-lista.even .hover .odd li.hover .even {
  background-color: #fff;
}
.lista li.hover .sub-lista.even .hover .odd li.hover .even li .odd {
  background-color: #eee;
}
.lista li.hover .sub-lista.even .hover .odd li.hover .even li.hover .odd {
  background-color: #fff;
}
.lista li.hover .sub-lista.even .hover .odd li.hover .even li.hover .odd li .even {
  background-color: #eee;
}
.lista li.ativo {
  background-color: #2065ba;
}
.lista li.ativo a {
  background-color: transparent;
  color: #fff;
}
.lista li.ultimo {
  border-bottom: none;
}
.lista.estados li {
  float: left;
}
.lista.estados li a {
  display: block;
}
.lista.estados li a img {
  float: left;
  width: 25px;
  margin: 0 10px 0 0;
}
.lista.em-grade li {
  float: left;
}
.lista.em-grade li a {
  display: block;
  text-align: center;
}
.lista.em-grade li a img {
  display: block;
  width: auto;
  margin: 0 auto 10px;
}
.lista.empresas {
  float: left;
  width: 100%;
  /* background: url('@{pasta_imagens}/pontilhado.gif') repeat 0 0px; */
}
.lista.empresas li {
  float: left;
  border-bottom: none;
  text-align: center;
}
.lista.empresas li a {
  height: 150px;
  border: 1px solid #eee;
  border-right: 2px solid #ddd;
  border-bottom: 2px solid #ccc;
  background-color: #fff;
}
.lista.empresas li a .nome-da-empresa {
  display: block;
}
.lista.empresas li a .informacoes {
  display: block;
}
.lista.empresas li a .informacoes .endereco {
  float: left;
}
.lista.empresas li a .informacoes .telefone {
  float: right;
}
.lista.empresas li a:hover {
  text-decoration: none;
}
.lista.empresas li:hover {
  background: #2065ba;
  color: #fff;
}
.lista.empresas li:hover a {
  color: #fff;
}
.lista.livros {
  text-align: center;
}
.lista.livros .informacoes {
  /*float: left;*/
}
.lista.sites {
  color: #fff;
}
.lista.sites a {
  color: #fff;
}
.lista.sites .imagem {
  position: relative;
  display: inline-block;
  width: 100%;
}
.lista.sites .imagem .transparencia {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: url('/theme/Contadores/img/transparencia.png') repeat center bottom;
}
.lista.sites .imagem .transparencia .botao {
  position: absolute;
  top: 45%;
  padding: 15px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.lista.sites .imagem:hover .transparencia {
  display: block;
}
.lista.sites .imagem.new:before {
  content: '';
  position: absolute;
  top: -5px;
  right: -7px;
  z-index: 5;
  display: block;
  width: 76px;
  height: 35px;
  background: url('/theme/Contadores/img/selo-novo-modelo.png') no-repeat 0 0;
}
.lista.sites .informacoes {
  height: 40px;
}
.lista.sites .informacoes .nome {
  float: left;
  padding: 0 10px;
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
}
.lista.sites .informacoes .botao {
  float: right;
  height: 40px;
  padding: 10px;
  font-size: 15px;
  font-weight: bold;
}
.filtro {
  list-style: none;
}
.filtro li {
  border-bottom: 2px solid #ccc;
}
.filtro li a {
  display: block;
  padding: 10px;
  overflow: hidden;
  text-decoration: none;
  color: #2065ba;
}
.filtro li a.titulo {
  display: block;
  text-decoration: none;
}
.filtro li a:hover {
  text-decoration: underline;
}
.filtro li .sub-filtro {
  margin: 0 10px;
  list-style: none;
}
.filtro li .sub-filtro li {
  border: 1px solid #ddd;
  border-bottom: none;
}
.filtro li.ativo > a {
  background-color: #2065ba;
  color: #fff;
}
.filtro li.ativo > .sub-filtro {
  display: block;
}
.highlight {
  background-color: #2065ba;
  color: #fff;
}
.detalhes {
  margin: 20px 0;
}
.detalhes .bandeira {
  float: left;
  margin-right: 20px;
}
.detalhes .estado {
  margin: 0;
  padding: 15px 0 0;
  font-size: 28px;
}
.detalhes .capital {
  margin: 0;
  font-size: 18px;
  color: #999;
}
.detalhes .prefeitura {
  color: #2065ba;
}
.tabela-responsiva {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 991px) {
  .tabela-responsiva {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.tabela thead {
  background-color: #ddd;
  font-size: 18px;
}
.tabela thead tr {
  border: 1px solid #ccc;
}
.tabela thead tr th {
  padding: 20px;
  border: 1px solid #ccc;
}
.tabela tbody {
  border-bottom: 1px solid #ccc;
}
.tabela tbody tr td {
  padding: 20px;
  /*&.conteudo { border-right: 1px solid #ccc; }*/
}
.tabela tbody tr td a {
  color: #2065ba;
}
.tabela tbody tr td.dia {
  /*border-left: 1px solid #ccc;*/
  border-right: 1px solid #ddd;
  background-color: #eee;
}
.tabela tbody tr td.cor-sim {
  background-color: #eee;
}
.tabela tbody:hover tr td[rowspan],
.tabela .tributo:hover td,
.tabela tbody.ativo tr td[rowspan],
.tabela .tributo.ativo td {
  background-color: #2065ba !important;
  color: #fff;
}
.tabela tbody:hover tr td[rowspan] a,
.tabela .tributo:hover td a,
.tabela tbody.ativo tr td[rowspan] a,
.tabela .tributo.ativo td a {
  color: #fff;
}
.tabela tbody:hover tr td[rowspan].dia,
.tabela .tributo:hover td.dia,
.tabela tbody.ativo tr td[rowspan].dia,
.tabela .tributo.ativo td.dia {
  border-color: #2065ba;
}
.tabela tbody:hover tr td[rowspan].conteudo,
.tabela .tributo:hover td.conteudo,
.tabela tbody.ativo tr td[rowspan].conteudo,
.tabela .tributo.ativo td.conteudo {
  border-color: #2065ba;
}
#interna.home {
  padding-left: 0;
  padding-right: 0;
}
#interna .bloco {
  margin-bottom: 30px;
  overflow: hidden;
  /*.btn-submit {display: inline-block; min-width: 80px; padding: 4px 8px; border: 2px solid transparent; border-top-color: #195093; border-right-color: #195093; border-bottom-color: #2471d0; background-color: #1d5ca9; color: #fff;}*/
  /*.publicidade { height: 110px; padding: 0; border-left: 15px solid #fff; border-right: 15px solid #fff;
            div { position: absolute; width: 1170px; left: 50%; margin-left: -585px; }
            img { max-width: none; height: 100%; display: block; margin: 0 auto; }
        }
*/
}
#interna .bloco .borda,
#interna .bloco .com-borda,
#interna .bloco.com-borda {
  border: 1px solid #ddd;
  border-top: none;
}
#interna .bloco.destaque {
  background-color: #2065ba;
  color: #fff;
}
#interna .bloco .com-borda {
  padding: 0;
}
#interna .bloco .sem-borda {
  border: none;
}
#interna .bloco .cabecalho {
  margin: 0;
  padding: 15px;
  border-top: 2px solid #2065ba;
  border-bottom: 1px solid #ddd;
}
#interna .bloco .titulo {
  display: block;
  margin: 0;
  font-size: 20px;
  font-weight: bold;
}
#interna .bloco .subtitulo {
  font-size: 15px;
}
#interna .bloco .conteudo.com-espacamento {
  padding: 15px;
}
#interna .bloco .conteudo ul {
  margin: 0;
  padding: 0;
}
#interna .bloco .conteudo .lista {
  margin-top: 0;
}
#interna .bloco .conteudo .lista li {
  padding: 10px 20px;
}
#interna .bloco .conteudo .lista li.botao {
  padding: 0;
}
#interna .bloco .conteudo .lista li.botao a {
  padding: 10px 20px;
  background-color: #ddd;
  color: #666;
}
#interna .bloco .conteudo .lista li.botao a:hover {
  background-color: #2065ba;
  text-decoration: none;
  color: #fff;
}
#interna .bloco .conteudo .lista li .sub-lista {
  margin-top: 15px;
}
#interna .bloco .newsletter form {
  padding: 15px 15px 5px;
}
#interna .bloco .newsletter form legend {
  display: none;
}
#interna .bloco .newsletter form select,
#interna .bloco .newsletter form input {
  float: left;
  display: block;
  width: 100%;
  height: 34px;
  margin-bottom: 10px;
  padding: 6px 12px;
  border: 1px solid transparent;
  border-top-color: #aaa;
  border-right-color: #aaa;
  border-bottom-color: #ccc;
  border-left-color: #eee;
  background-color: #fff;
  font-size: 14px;
  line-height: 1.42857143;
}
#interna .bloco .newsletter form .botao {
  width: auto;
}
#interna .bloco .newsletter form .botao.adicionar {
  float: right;
  border-top-color: #2471d0;
  border-right-color: #226bc5;
  border-bottom-color: #195093;
  border-left-color: #195093;
  background-color: #2065ba;
  color: #fff;
}
#interna .bloco .newsletter form .botao.remover {
  float: left;
  border-top-color: #fbfbfb;
  border-right-color: #e8e8e8;
  border-bottom-color: #d5d5d5;
  border-left-color: #d5d5d5;
  background-color: #eeeeee;
}
#interna .bloco .newsletter .base-newsletter {
  padding: 15px 15px;
}
#interna .bloco .newsletter .base-newsletter .botao {
  width: 100%;
  text-align: center;
}
#interna .bloco .newsletter .base-newsletter .botao.adicionar {
  display: inline-block;
  padding: 10px;
  font-size: 1.250em;
  color: #fff;
  text-decoration: none;
  border-top-color: #2471d0;
  border-right-color: #226bc5;
  border-bottom-color: #1c59a4;
  border-left-color: #1c59a4;
  background-color: #2065ba;
}
#interna .bloco .newsletter .base-newsletter .botao.adicionar:hover {
  background-color: #194d8e;
}
#interna .bloco .busca-de-profissionais .borda {
  background-color: #2065ba;
}
#interna .bloco .busca-de-profissionais .cabecalho {
  border-top-color: #194d8e;
  border-bottom-color: #2471d0;
}
#interna .bloco .busca-de-profissionais .cabecalho .titulo {
  color: #fff;
}
#interna .bloco .busca-de-profissionais .cabecalho .subtitulo {
  color: #ddd;
}
#interna .bloco .busca-de-profissionais form {
  padding: 15px 15px 5px;
}
#interna .bloco .busca-de-profissionais form legend {
  display: none;
}
#interna .bloco .busca-de-profissionais form select,
#interna .bloco .busca-de-profissionais form input {
  float: left;
  display: block;
  width: 100%;
  height: 34px;
  margin-bottom: 10px;
  padding: 6px 12px;
  border: 1px solid transparent;
  border-top-color: #195093;
  border-right-color: #195093;
  border-bottom-color: #2471d0;
  background-color: #1d5ca9;
  font-size: 14px;
  line-height: 1.42857143;
  color: #fff;
}
#interna .bloco .busca-de-profissionais form input {
  float: right;
  width: auto;
  border-top-color: #2471d0;
  border-right-color: #226bc5;
  border-bottom-color: #195093;
  border-left-color: #195093;
}
#interna .bloco .agenda-tributaria table {
  width: 100%;
}
#interna .bloco .agenda-tributaria table td {
  border: none;
}
#interna .bloco .agenda-tributaria table tr {
  /*th {height: 30px;}*/
}
#interna .bloco .noticias {
  position: relative;
  float: left;
  width: 100%;
  text-align: left;
  font-size: 14px;
  /*&.com-botoes-pintados {
                #navegacao {
                    li {
                        a { color: #fff; }
                        &.tecnicas a { background-color: #227b16;
                            &.ativo { color: #227b16; }
                        }
                        &.empresariais a { background-color: #c80000;
                            &.ativo { color: #c80000; }
                        }
                        &.estaduais a { background-color: #ff8400;
                            &.ativo { color: #ff8400; }
                        }
                        &.artigos a { background-color: #4A0ABB;
                            &.ativo { color: #4A0ABB; }
                        }
                        .ativo { background-color: #fff !important; }
                    }
                }
            }*/
}
#interna .bloco .noticias .botoes {
  list-style: none;
  padding: 0;
}
#interna .bloco .noticias .botoes li a {
  display: block;
  text-decoration: none;
  /*&:hover { text-decoration: underline; }*/
}
#interna .bloco .noticias .botoes li a strong {
  font: bold 18px Arial, Helvetica, sans-serif;
}
#interna .bloco .noticias .botoes li a.ativo {
  color: #fff;
}
#interna .bloco .noticias .botoes li a .ver-mais {
  display: none;
  font-size: 14px;
}
#interna .bloco .noticias .listagem {
  position: relative;
  float: left;
  height: 375px;
  overflow: hidden;
  border: 1px solid #ccc;
  background: #fff;
}
#interna .bloco .noticias .listagem div {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  z-index: 1;
  float: left;
  overflow-y: scroll;
}
#interna .bloco .noticias .listagem div ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#interna .bloco .noticias .listagem div ul li {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  overflow: hidden;
  line-height: 20px;
}
#interna .bloco .noticias .listagem div ul li .data {
  display: block;
  font-weight: bold;
  font-size: 10px;
  line-height: 10px;
  color: #333;
}
#interna .bloco .noticias .listagem div ul li a {
  display: block;
  height: 20px;
  overflow: hidden;
  font-weight: bold;
  text-decoration: none;
}
#interna .bloco .noticias .listagem div ul li a:hover {
  text-decoration: underline;
}
#interna .bloco .noticias .listagem div ul li .autores {
  display: block;
  font-size: 12px;
}
#interna .bloco .noticias .listagem div ul li .autores a {
  display: inline;
  height: auto;
  overflow: visible;
  font-weight: normal;
}
#interna .bloco .noticias .listagem div ul li:last-child {
  margin: 0;
}
#interna .bloco .noticias .listagem div .ver-mais {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#interna .bloco .noticias.vertical .botoes {
  float: right;
  margin: 0;
}
#interna .bloco .noticias.vertical .botoes li a {
  position: relative;
  height: 75px;
  padding: 26.5px 0 26.5px 15px;
  border-left: 5px solid transparent;
}
#interna .bloco .noticias.vertical .botoes li a.ativo {
  padding: 16px 0 16px 20px;
  border-left: none;
  color: #fff !important;
}
#interna .bloco .noticias.vertical .botoes li a.ativo strong {
  display: block;
}
#interna .bloco .noticias.vertical .botoes li a.ativo .ver-mais {
  display: inline;
  padding: 4px;
  font-size: 12px;
  text-decoration: underline;
}
#interna .bloco .noticias.vertical .botoes li a.ativo:before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: -47px;
  width: 47px;
  /*height: 75px; */
  border: 37.5px solid transparent;
  border-right: 10px solid transparent;
}
#interna .bloco .noticias.vertical .botoes li.tecnicas a {
  border-color: #227b16;
  color: #227b16;
}
#interna .bloco .noticias.vertical .botoes li.tecnicas .ativo {
  background-color: #227b16;
}
#interna .bloco .noticias.vertical .botoes li.tecnicas .ativo:before {
  border-right-color: #227b16;
}
#interna .bloco .noticias.vertical .botoes li.tecnicas .ativo .ver-mais {
  background-color: #1c6512;
}
#interna .bloco .noticias.vertical .botoes li.empresariais a {
  border-color: #c80000;
  color: #c80000;
}
#interna .bloco .noticias.vertical .botoes li.empresariais .ativo {
  background-color: #c80000;
}
#interna .bloco .noticias.vertical .botoes li.empresariais .ativo:before {
  border-right-color: #c80000;
}
#interna .bloco .noticias.vertical .botoes li.empresariais .ativo .ver-mais {
  background-color: #af0000;
}
#interna .bloco .noticias.vertical .botoes li.estaduais a {
  border-color: #ff8400;
  color: #ff8400;
}
#interna .bloco .noticias.vertical .botoes li.estaduais .ativo {
  background-color: #ff8400;
}
#interna .bloco .noticias.vertical .botoes li.estaduais .ativo:before {
  border-right-color: #ff8400;
}
#interna .bloco .noticias.vertical .botoes li.estaduais .ativo .ver-mais {
  background-color: #e67700;
}
#interna .bloco .noticias.vertical .botoes li.artigos a {
  border-color: #4a0abb;
  color: #4a0abb;
}
#interna .bloco .noticias.vertical .botoes li.artigos .ativo {
  background-color: #4a0abb;
}
#interna .bloco .noticias.vertical .botoes li.artigos .ativo:before {
  border-right-color: #4a0abb;
}
#interna .bloco .noticias.vertical .botoes li.artigos .ativo .ver-mais {
  background-color: #4009a3;
}
#interna .bloco .noticias.vertical .botoes li.melhores a {
  border-color: #2065ba;
  color: #2065ba;
}
#interna .bloco .noticias.vertical .botoes li.melhores .ativo {
  background-color: #2065ba;
}
#interna .bloco .noticias.vertical .botoes li.melhores .ativo:before {
  border-right-color: #2065ba;
}
#interna .bloco .noticias.vertical .botoes li.melhores .ativo .ver-mais {
  background-color: #1c59a4;
}
@media (max-width: 767px) {
  #interna .bloco .noticias.vertical .botoes {
    position: relative;
    float: left;
    z-index: 10px;
  }
  #interna .bloco .noticias.vertical .botoes li {
    float: left;
    width: 25%;
  }
  #interna .bloco .noticias.vertical .botoes li a {
    padding-left: 0;
    border-left: none;
    border-bottom: 5px solid transparent;
    text-align: center;
  }
  #interna .bloco .noticias.vertical .botoes li a.ativo {
    padding-left: 0;
  }
  #interna .bloco .noticias.vertical .botoes li a.ativo:before {
    content: none;
  }
  #interna .bloco .noticias.vertical .listagem {
    float: right;
  }
}
#interna .bloco .noticias.horizontal .botoes {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
#interna .bloco .noticias.horizontal .botoes li {
  float: left;
}
#interna .bloco .noticias.horizontal .botoes li a {
  padding: 10px 20px;
  border: 1px solid #ddd;
  border-bottom: none;
  border-top: 2px solid;
}
#interna .bloco .noticias.horizontal .botoes li.tecnicas a {
  border-top-color: #227b16;
}
#interna .bloco .noticias.horizontal .botoes li.empresariais a {
  border-top-color: #c80000;
}
#interna .bloco .noticias.horizontal .botoes li.estaduais a {
  border-top-color: #ff8400;
}
#interna .bloco .noticias.horizontal .botoes li.artigos a {
  border-top-color: #4A0ABB;
}
#interna .bloco .noticias.horizontal .botoes li.melhores a {
  border-top-color: #2065ba;
}
#interna .bloco .noticias.horizontal .listagem {
  display: block;
  width: 100%;
  border: none;
}
#interna .bloco .legislacao {
  /*height: 350px;*/
}
#interna .bloco .legislacao .conteudo .lista {
  border: none;
  height: 342px;
  overflow: auto;
}
#interna .bloco .legislacao .conteudo .lista li {
  border-top: 1px solid #ddd;
  border-bottom: 0;
}
#interna .bloco .legislacao .conteudo .lista li:first-child {
  border-top: 0;
}
#interna .bloco .cursos .tipos {
  float: right;
  width: 100%;
  margin: 0;
  border-top: none;
  list-style: none;
}
#interna .bloco .cursos .tipos li {
  float: left;
  width: 50%;
}
#interna .bloco .cursos .tipos li a {
  display: block;
  padding: 15px 15px;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #eee;
  text-decoration: none;
  color: #333;
}
#interna .bloco .cursos .tipos li a:hover,
#interna .bloco .cursos .tipos li a.ativo {
  background-color: #fff;
  color: #2065ba;
}
#interna .bloco .cursos .tipos li:first-child a {
  border-left: none;
}
#interna .bloco .cursos .tipos li.ativo a {
  border-bottom-color: transparent;
  background-color: #fff;
  color: #2065ba;
}
#interna .bloco .cursos .lista {
  float: left;
  width: 100%;
  height: 342px;
  overflow: auto;
}
#interna .bloco .cursos .lista ul {
  margin-left: 0;
}
#interna .bloco .cursos .lista ul li {
  list-style: none;
}
#interna .bloco .cursos .lista ul > li.cidade {
  padding: 0;
}
#interna .bloco .cursos .lista ul > li.cidade > a {
  padding: 10px 20px;
  color: #FFF;
  background-color: #2065ba;
}
#interna .bloco .cursos .lista ul > li.cidade .categorias > li {
  padding: 0;
}
#interna .bloco .cursos .lista ul > li.cidade .categorias > li > a {
  padding: 10px 20px 10px 30px;
  color: #333;
  background-color: #EEE;
  border-bottom: 1px solid #ddd;
}
#interna .bloco .cursos .lista ul > li.cidade .categorias > li ul.cursos > li {
  padding: 0;
}
#interna .bloco .cursos .lista ul > li.cidade .categorias > li ul.cursos > li > a {
  padding: 10px 20px 10px 50px;
}
#interna .bloco .cursos .lista ul.presenciais {
  /*padding-top: 10px;*/
}
#interna .bloco .cursos .lista ul.presenciais .cidade {
  display: block;
}
#interna .bloco .cursos .lista ul.presenciais li.hover {
  background: none;
}
#interna .bloco .livros {
  height: 260px;
}
#interna .bloco .livros .conteudo {
  position: relative;
}
#interna .bloco .livros .livro {
  -webkit-transition: all 300 ease;
  -moz-transition: all 300 ease;
  transition: all 300 ease;
}
#interna .bloco .livros .livro a {
  display: block;
  width: 111px;
  height: 155px;
  overflow: hidden;
  text-align: center;
}
#interna .bloco .livros .livro a img {
  margin: 0 auto;
  max-height: 179px;
}
#interna .bloco .livros .slick-center .livro h5 {
  display: inline;
}
#interna .bloco.estados .lista li {
  float: left;
  border-bottom: none;
  text-align: center;
}
#interna .bloco.buscagem .conteudo {
  padding: 15px;
}
#interna .bloco.buscagem input {
  float: left;
  display: block;
  width: 100%;
  height: 34px;
  margin-bottom: 10px;
  padding: 6px 12px;
  border: 1px solid transparent;
  border-top-color: #aaa;
  border-right-color: #aaa;
  border-bottom-color: #ccc;
  border-left-color: #eee;
  background-color: #fff;
  font-size: 14px;
  line-height: 1.42857143;
}
#interna .bloco.buscagem .botao {
  float: right;
  width: auto;
  border-top-color: #2471d0;
  border-right-color: #226bc5;
  border-bottom-color: #1c59a4;
  border-left-color: #1c59a4;
  background-color: #2065ba;
  color: #fff;
}
#interna .bloco.buscagem.dia .conteudo ul li {
  display: inline;
  float: left;
  padding: 20.8px;
}
#interna .bloco.anos .lista li {
  float: left;
  width: 25%;
  padding-left: 0;
  padding-right: 0;
  border-bottom: none;
  text-align: center;
}
#interna .bloco .transdoc {
  background-color: #00a03c;
}
#interna .bloco .transdoc .cabecalho {
  border-top-color: #008732;
  border-bottom-color: #00ba46;
}
#interna .bloco .transdoc .cabecalho .titulo {
  color: #fff;
}
#interna .bloco .transdoc .cabecalho .subtitulo {
  color: #ddd;
}
#interna .bloco .transdoc .conteudo {
  padding: 15px;
}
#interna .bloco .transdoc .conteudo div {
  text-align: center;
}
#interna .bloco .transdoc .conteudo div img {
  display: block;
  margin: 0 auto;
}
#interna .bloco .transdoc .conteudo div a {
  font-weight: bold;
  color: #fff;
}
@media (max-width: 767px) {
  #interna .bloco .transdoc .conteudo div {
    margin-bottom: 15px;
  }
}
#interna .bloco .opiniao {
  background-color: #753159;
}
#interna .bloco .opiniao .cabecalho {
  border-top-color: #63294b;
  border-bottom-color: #873967;
}
#interna .bloco .opiniao .cabecalho .titulo {
  color: #fff;
}
#interna .bloco .opiniao .cabecalho .subtitulo {
  color: #ddd;
}
#interna .bloco .opiniao .conteudo {
  padding: 15px;
  text-align: center;
  color: #fff;
}
.calendario tr th {
  height: 28px;
}
.calendario td {
  width: 14.28%;
  height: 29px;
  padding: 0;
  vertical-align: center;
  text-align: center;
}
.calendario td a {
  display: block;
  padding: 4.5px 2px;
  text-decoration: none;
  color: #fff;
}
.calendario .final-de-semana {
  background-color: #eee;
}
.calendario .mes-anterior,
.calendario .mes-posterior {
  background: #ccc;
}
.calendario .com-tributos a {
  background-color: #2065ba;
  color: #fff;
}
.calendario .com-tributos a:hover {
  background-color: #194d8e;
}
.calendario .com-feriado {
  background-color: #1c59a4;
  color: #fff;
}
.calendario .com-feriado a {
  background-color: #194d8e;
  color: #fff;
}
.calendario .com-feriado a:hover {
  background-color: #154279;
}
.calendario .com-feriado.mes-anterior,
.calendario .com-feriado.mes-posterior {
  background-color: #c81;
}
.affix {
  position: fixed;
  top: 20px;
}
.affix-bottom {
  position: absolute;
}
@media (max-width: 480px) {
  .bloco.col-xs-6 {
    width: 100%;
  }
}
/* PAGE O GUIA
--------------------------------------------- */
.page-oguia .base-img {
  width: 100%;
  max-height: 200px;
  margin-bottom: 15px;
  overflow: hidden;
}
.page-oguia .base-img img {
  position: relative;
  top: -60px;
  max-width: 100%;
}
.page-oguia h2,
.page-oguia h3 {
  margin-bottom: 0;
}
.page-oguia a {
  font-weight: bold;
  color: #2065ba;
  text-decoration: underline;
}
/* PAGE SERVICOS
--------------------------------------------- */
.page-servicos .main-list-servicos {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-servicos .main-list-servicos li {
  margin: 0 0 20px;
  border: 0;
  list-style: none;
}
.page-servicos .main-list-servicos li a {
  display: inline-block;
  width: 100%;
  padding: 15px;
  border: 1px solid #ddd;
}
.page-servicos .main-list-servicos li a .txt-title-serv {
  float: left;
  width: 100%;
  font-weight: bold;
  font-size: 20px;
}
.page-servicos .main-list-servicos li a .txt-subtitle-serv {
  float: left;
  width: 100%;
  padding-top: 5px;
  line-height: 18px;
  color: #999;
}
.page-servicos .main-list-servicos li a .btn {
  display: inline-block;
  margin-top: 10px;
  padding: 4px 8px;
  border: 2px solid transparent;
  border-top-color: #195093;
  border-right-color: #195093;
  border-bottom-color: #2471d0;
  background-color: #1d5ca9;
  color: #fff;
}
.page-servicos .main-list-servicos li a:hover {
  background-color: #eeeeee;
}
.page-servicos.newsletter h3,
.page-servicos.newsletter h4 {
  margin-bottom: 0;
  font-size: 21px;
}
.page-servicos.newsletter ol {
  margin: 0 0 15px;
  padding: 0;
}
.page-servicos.newsletter ol li {
  margin-top: 15px;
  font-weight: bold;
  font-size: 17px;
}
.page-servicos.newsletter ol li:first-child {
  margin-top: 5px;
}
.page-servicos.newsletter ol li span {
  font-weight: normal;
  font-size: 14px;
}
.page-servicos.newsletter ol li span strong {
  font-size: 16px;
}
.page-servicos.transdoc h3,
.page-servicos.transdoc h4 {
  margin-bottom: 0;
  font-size: 21px;
}
.page-servicos.transdoc .btn {
  display: inline-block;
  margin-top: 10px;
  padding: 4px 8px;
  border: 2px solid transparent;
  border-top-color: #195093;
  border-right-color: #195093;
  border-bottom-color: #2471d0;
  background-color: #1d5ca9;
  color: #fff;
}
.page-servicos.financeiro h3 {
  margin-bottom: 0;
  font-size: 21px;
}
.page-servicos.financeiro h4 {
  font-size: 21px;
}
.page-servicos.financeiro h4 a {
  font-size: 18px;
}
.page-servicos.financeiro .list-txt {
  margin: 0 0 15px;
  padding: 0;
}
.page-servicos.financeiro .list-txt li {
  margin-top: 3px;
}
.page-servicos.financeiro .list-txt li:first-child {
  margin-top: 0;
}
.page-servicos.financeiro .btn {
  display: inline-block;
  margin-top: 5px;
  padding: 4px 8px;
  border: 2px solid transparent;
  border-top-color: #195093;
  border-right-color: #195093;
  border-bottom-color: #2471d0;
  background-color: #1d5ca9;
  color: #fff;
}
/* PAGE PARCEIROS
--------------------------------------------- */
.page-parceiros .main-list-parceiros {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-parceiros .main-list-parceiros li {
  margin: 0 0 20px;
  border: 0;
  list-style: none;
}
.page-parceiros .main-list-parceiros li a {
  display: inline-block;
  width: 100%;
  padding: 15px;
  text-align: center;
  border: 1px solid #ddd;
}
.page-parceiros .main-list-parceiros li a img {
  max-width: 100%;
}
.page-parceiros .main-list-parceiros li a:hover {
  background-color: #EEE;
}
/* PAGE QUERO ADQUIRIR MEU SITE
--------------------------------------------- */
.page-adquirir-site form .checkbox-inline {
  margin-bottom: 5px;
  margin-right: 15px;
  padding-left: 5px;
  padding-top: 0;
}
.page-adquirir-site form .btn-submit {
  display: inline-block;
  min-width: 80px;
  margin-top: 10px;
  padding: 4px 8px;
  border: 2px solid transparent;
  border-top-color: #195093;
  border-right-color: #195093;
  border-bottom-color: #2471d0;
  background-color: #1d5ca9;
  color: #fff;
}
.box-adquirir-success {
  text-align: center;
}
.box-adquirir-success .page-header small {
  display: block;
}
/* PAGE CONTATO
--------------------------------------------- */
.page-contato .dl-horizontal {
  margin-top: 0;
  margin-bottom: 20px;
}
.page-contato .dl-horizontal dt {
  float: left;
  clear: left;
  width: 197px;
  padding-right: 15px;
  font-weight: 700;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.page-contato .dl-horizontal dd {
  margin-left: 200px;
}
.page-contato form .btn-submit {
  display: inline-block;
  min-width: 80px;
  margin-top: 10px;
  padding: 4px 8px;
  border: 2px solid transparent;
  border-top-color: #195093;
  border-right-color: #195093;
  border-bottom-color: #2471d0;
  background-color: #1d5ca9;
  color: #fff;
}
/* PAGE CAMPANHAS
--------------------------------------------- */
.page-campanhas-paga .btn {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.page-campanhas-paga .wow {
  visibility: hidden;
}
.page-campanhas-paga .cabecalho {
  margin-top: 15px;
}
.page-campanhas-paga .cabecalho hgroup {
  margin-bottom: 15px;
}
.page-campanhas-paga .cabecalho hgroup .titulo {
  font-size: 3.5em;
}
.page-campanhas-paga .cabecalho .txt-cabecalho {
  font-weight: 300;
  font-size: 1.3em;
}
.page-campanhas-paga .cabecalho .btn.btn-comece {
  padding: 14px ​30px;
  font-size: 22px;
  border-radius: 0;
  background: #2065ba;
}
.page-campanhas-paga .cabecalho .btn.btn-comece:hover {
  background: #1b549c;
}
.page-campanhas-paga .cabecalho .btn.btn-fone {
  padding: 0;
  color: #2065ba;
  text-decoration: none;
}
.page-campanhas-paga .cabecalho .btn.btn-fone .fas {
  font-size: 80%;
  margin-right: 3px;
}
.page-campanhas-paga .base-panels {
  margin-top: 40px;
}
.page-campanhas-paga .base-panels .item-title {
  margin-top: 0;
  font-weight: 700;
  font-size: 1.6em;
}
.page-campanhas-paga .base-panels .item-desc {
  font-weight: 300;
  font-size: 1.3em;
}
.page-campanhas-paga .base-panels .link .btn-link {
  padding: 0;
  font-size: 1.1em;
  color: #2065ba;
  text-decoration: none;
}
.page-campanhas-paga .base-panels .link .btn-link .fas {
  font-size: 90%;
  margin-left: 3px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.page-campanhas-paga .base-panels .link .btn-link:hover .fas {
  margin-left: 9px;
}
.page-campanhas-paga .line-2 {
  margin-top: 120px;
  margin-bottom: 40px;
}
.page-campanhas-paga .line-2 .title-blc {
  margin: 0 0 35px;
  font-weight: 700;
  font-size: 2em;
  line-height: 125%;
  text-align: center;
}
.page-campanhas-paga .line-2 .title-blc img {
  margin: 0 auto;
}
.page-campanhas-paga .line-2 .title-blc span {
  display: block;
}
.page-campanhas-paga .line-2 .item-planos {
  text-align: center;
}
.page-campanhas-paga .line-2 .item-planos .item-title img {
  margin: 0 auto 15px;
  height: 70px;
}
.page-campanhas-paga .line-2 .item-planos .item-title span {
  display: block;
  font-weight: 700;
  font-size: 1em;
}
.page-campanhas-paga .line-2 .item-planos .item-desc {
  min-height: 52px;
  font-weight: 300;
  font-size: 1.3em;
}
.page-campanhas-paga .line-2 .item-planos .item-price {
  margin: 10px 0 0;
  font-weight: 300;
}
.page-campanhas-paga .line-2 .item-planos .item-price .moeda {
  font-weight: 700;
  font-size: 2em;
}
.page-campanhas-paga .line-2 .item-planos .item-price .valor {
  font-weight: 700;
  font-size: 2em;
}
.page-campanhas-paga .line-2 .item-planos .item-price .centavo {
  font-weight: 700;
  font-size: 1.250em;
}
.page-campanhas-paga .line-2 .item-planos .item-price .periodo {
  margin-left: 3px;
  font-size: 1.250em;
}
.page-campanhas-paga .line-2 .footer-line {
  margin-top: 40px;
  text-align: center;
}
.page-campanhas-paga .line-2 .footer-line .line-button .btn-comece {
  padding: 20px 40px;
  font-size: 32px;
  border-radius: 0;
  background: #2065ba;
}
.page-campanhas-paga .line-2 .footer-line .line-button .btn-comece:hover {
  background: #1b549c;
}
.page-campanhas-paga .line-2 .footer-line .txt-ligue {
  margin: 35px 0 10px;
  font-weight: 300;
  font-size: 1.250em;
}
.page-campanhas-paga .line-2 .footer-line .txt-fone .btn-fone {
  padding: 0;
  color: #2065ba;
  text-decoration: none;
}
.page-campanhas-paga .line-2 .footer-line .txt-fone .btn-fone .fas {
  font-size: 80%;
  margin-right: 3px;
}
/* PAGE SITES PARA CONTABILIDADE
--------------------------------------------- */
.page-sites-para-contabilidade .btn {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.page-sites-para-contabilidade .wow {
  visibility: hidden;
}
.page-sites-para-contabilidade .cabecalho {
  margin-top: 15px;
}
.page-sites-para-contabilidade .cabecalho hgroup {
  margin-bottom: 15px;
}
.page-sites-para-contabilidade .cabecalho hgroup .titulo {
  font-size: 3.5em;
}
.page-sites-para-contabilidade .cabecalho .txt-cabecalho {
  font-weight: 300;
  font-size: 1.3em;
}
.page-sites-para-contabilidade .cabecalho .btn {
  padding: 14px 30px;
  margin-left: 5px;
  font-size: 22px;
  border-radius: 0;
}
.page-sites-para-contabilidade .cabecalho .btn:first-child {
  margin-left: 0;
}
.page-sites-para-contabilidade .cabecalho .btn.btn-comece {
  background: #2065ba;
}
.page-sites-para-contabilidade .cabecalho .btn.btn-comece:hover {
  background: #1b549c;
}
.page-sites-para-contabilidade .cabecalho .btn.btn-fone {
  padding: 0;
  color: #2065ba;
  text-decoration: none;
}
.page-sites-para-contabilidade .cabecalho .btn.btn-fone .fas {
  font-size: 80%;
  margin-right: 3px;
}
.page-sites-para-contabilidade .col-img-01 .base-img {
  margin-top: 25px;
  border: 5px solid #00b5e6;
  border-radius: 5%;
  overflow: hidden;
}
.page-sites-para-contabilidade .line-destaque {
  margin-top: 7rem;
  margin-bottom: 7rem;
}
.page-sites-para-contabilidade .line-destaque .panel {
  border-left: 8px solid #2065ba;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.page-sites-para-contabilidade .line-destaque .panel .panel-body h3 {
  margin: 0;
  font-weight: 700;
  line-height: 150%;
}
.page-sites-para-contabilidade .line-destaque .panel .panel-body p {
  font-weight: 300;
  font-size: 1.3em;
  line-height: 150%;
}
.page-sites-para-contabilidade .line-destaque .panel .panel-body p:last-child {
  margin-bottom: 0;
}
.page-sites-para-contabilidade .line-destaque .panel .panel-body h3 + p {
  margin-top: 1rem;
}
.page-sites-para-contabilidade .line-conteudo {
  margin-top: 10rem;
  margin-bottom: 10rem;
}
.page-sites-para-contabilidade .line-conteudo .title-destaque {
  font-weight: 700;
  font-size: 2em;
  line-height: 150%;
}
.page-sites-para-contabilidade .line-conteudo .col-text .base-text {
  text-align: justify;
}
.page-sites-para-contabilidade .line-conteudo .col-text .base-text h3 {
  margin: 0 0 1rem;
  font-weight: 700;
  font-size: 2em;
}
.page-sites-para-contabilidade .line-conteudo .col-text .base-text p {
  font-weight: 300;
  font-size: 1.3em;
  line-height: 150%;
}
.page-sites-para-contabilidade .line-conteudo .col-text .base-text p:last-child {
  margin-bottom: 0;
}
.page-sites-para-contabilidade .line-conteudo.line-02 .base-text {
  margin-top: 20px;
  margin-bottom: 20px;
}
.page-sites-para-contabilidade .line-conteudo.line-03 .title-destaque {
  text-align: center;
}
.page-sites-para-contabilidade mark {
  color: #FFFFFF;
  background: #2065ba;
}
.page-sites-para-contabilidade .base-panels {
  margin-top: 40px;
}
.page-sites-para-contabilidade .base-panels .item-title {
  margin-top: 0;
  font-weight: 700;
  font-size: 1.6em;
}
.page-sites-para-contabilidade .base-panels .item-desc {
  font-weight: 300;
  font-size: 1.3em;
}
.page-sites-para-contabilidade .base-panels .link .btn-link {
  padding: 0;
  font-size: 1.1em;
  color: #2065ba;
  text-decoration: none;
}
.page-sites-para-contabilidade .base-panels .link .btn-link .fas {
  font-size: 90%;
  margin-left: 3px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.page-sites-para-contabilidade .base-panels .link .btn-link:hover .fas {
  margin-left: 9px;
}
.page-sites-para-contabilidade .line-2 {
  margin-top: 120px;
  margin-bottom: 40px;
}
.page-sites-para-contabilidade .line-2 .title-blc {
  margin: 0 0 35px;
  font-weight: 700;
  font-size: 2em;
  line-height: 125%;
  text-align: center;
}
.page-sites-para-contabilidade .line-2 .title-blc img {
  margin: 0 auto;
}
.page-sites-para-contabilidade .line-2 .title-blc span {
  display: block;
}
.page-sites-para-contabilidade .line-2 .item-planos {
  text-align: center;
}
.page-sites-para-contabilidade .line-2 .item-planos .item-title img {
  margin: 0 auto 15px;
  height: 70px;
}
.page-sites-para-contabilidade .line-2 .item-planos .item-title span {
  display: block;
  font-weight: 700;
  font-size: 1em;
}
.page-sites-para-contabilidade .line-2 .item-planos .item-desc {
  min-height: 52px;
  font-weight: 300;
  font-size: 1.3em;
}
.page-sites-para-contabilidade .line-2 .item-planos .item-price {
  margin: 10px 0 0;
  font-weight: 300;
}
.page-sites-para-contabilidade .line-2 .item-planos .item-price .moeda {
  font-weight: 700;
  font-size: 2em;
}
.page-sites-para-contabilidade .line-2 .item-planos .item-price .valor {
  font-weight: 700;
  font-size: 2em;
}
.page-sites-para-contabilidade .line-2 .item-planos .item-price .centavo {
  font-weight: 700;
  font-size: 1.250em;
}
.page-sites-para-contabilidade .line-2 .item-planos .item-price .periodo {
  margin-left: 3px;
  font-size: 1.250em;
}
.page-sites-para-contabilidade .line-2 .footer-line {
  margin-top: 40px;
  text-align: center;
}
.page-sites-para-contabilidade .line-2 .footer-line .line-button .btn-comece {
  padding: 20px 40px;
  font-size: 32px;
  border-radius: 0;
  background: #2065ba;
}
.page-sites-para-contabilidade .line-2 .footer-line .line-button .btn-comece:hover {
  background: #1b549c;
}
.page-sites-para-contabilidade .line-2 .footer-line .txt-ligue {
  margin: 35px 0 10px;
  font-weight: 300;
  font-size: 1.250em;
}
.page-sites-para-contabilidade .line-2 .footer-line .txt-fone .btn-fone {
  padding: 0;
  color: #2065ba;
  text-decoration: none;
}
.page-sites-para-contabilidade .line-2 .footer-line .txt-fone .btn-fone .fas {
  font-size: 80%;
  margin-right: 3px;
}
.page-sites-para-contabilidade .line-formulario form #sem-site {
  display: none;
}
.page-sites-para-contabilidade .line-formulario form .checkbox-inline {
  margin-bottom: 5px;
  margin-right: 15px;
  padding-left: 5px;
  padding-top: 0;
}
.page-sites-para-contabilidade .line-formulario form .btn-submit {
  display: inline-block;
  min-width: 80px;
  margin-top: 10px;
  padding: 4px 8px;
  border: 2px solid transparent;
  border-top-color: #195093;
  border-right-color: #195093;
  border-bottom-color: #2471d0;
  background-color: #1d5ca9;
  color: #fff;
}
/* PAGE SITES PARA CONTABILIDADE
--------------------------------------------- */
.page-erro {
  text-align: center;
}
.page-erro .title-ops {
  margin: 0;
  font-size: 2rem;
}
.page-erro .btn {
  display: inline-block;
  min-width: 80px;
  margin-top: 2rem;
  padding: 1rem 2.5rem;
  font-size: 2rem;
  color: #fff;
  background-color: #1d5ca9;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.page-erro .btn:hover {
  background-color: #00a03c;
}
.page-erro.page-400 {
  margin-bottom: 2rem;
}
.page-erro.page-400 .title-404 {
  margin: -40px 0 -30px;
  font-size: 17rem;
  letter-spacing: -25px;
}
.page-erro.page-400 .title-404 > span {
  text-shadow: -8px 0 0 #ffffff;
  line-height: normal;
}
.page-erro.page-400 .desc-404 {
  margin: 0;
  font-size: 2rem;
}
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 35px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: #2065ba;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}
.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: 0;
}
[dir='rtl'] .slick-prev {
  right: 0;
  left: auto;
}
.slick-prev:before {
  content: '←';
}
[dir='rtl'] .slick-prev:before {
  content: '→';
}
.slick-next {
  right: -1px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: 0;
}
.slick-next:before {
  content: '→';
}
[dir='rtl'] .slick-next:before {
  content: '←';
}
.slick-dots {
  position: absolute;
  bottom: 45px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}
.introjs-overlay {
  position: absolute;
  z-index: 999999;
  background-color: #000;
  opacity: 0;
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0, 0, 0, 0.4)), color-stop(100%, rgba(0, 0, 0, 0.9)));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
  background: radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000',endColorstr='#e6000000',GradientType=1)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.introjs-fixParent {
  z-index: auto !important;
  opacity: 1.0 !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}
.introjs-showElement,
tr.introjs-showElement > td,
tr.introjs-showElement > th {
  z-index: 9999999 !important;
}
.introjs-disableInteraction {
  z-index: 99999999 !important;
  position: absolute;
  background-color: white;
  opacity: 0;
  filter: alpha(opacity=0);
}
.introjs-relativePosition,
tr.introjs-showElement > td,
tr.introjs-showElement > th {
  position: relative;
}
.introjs-helperLayer {
  position: absolute;
  z-index: 9999998;
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #777;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.introjs-tooltipReferenceLayer {
  position: absolute;
  visibility: hidden;
  z-index: 10000000;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.introjs-helperLayer *,
.introjs-helperLayer *:before,
.introjs-helperLayer *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
}
.introjs-helperNumberLayer {
  position: absolute;
  visibility: visible;
  top: -16px;
  left: -16px;
  z-index: 9999999999 !important;
  padding: 2px;
  font-family: Arial, verdana, tahoma;
  font-size: 13px;
  font-weight: bold;
  color: white;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  background: #ff3019;
  /* Old browsers */
  background: -webkit-linear-gradient(top, #ff3019 0%, #cf0404 100%);
  /* Chrome10+,Safari5.1+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff3019), color-stop(100%, #cf0404));
  /* Chrome,Safari4+ */
  background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #ff3019 0%, #cf0404 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #ff3019 0%, #cf0404 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #ff3019 0%, #cf0404 100%);
  /* W3C */
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 3px solid white;
  border-radius: 50%;
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019', endColorstr='#cf0404', GradientType=0)";
  /* IE6-9 */
  filter: "progid:DXImageTransform.Microsoft.Shadow(direction=135, strength=2, color=ff0000)";
  /* IE10 text shadows */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}
.introjs-arrow {
  border: 5px solid white;
  content: '';
  position: absolute;
}
.introjs-arrow.top {
  top: -10px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: white;
  border-left-color: transparent;
}
.introjs-arrow.top-right {
  top: -10px;
  right: 10px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: white;
  border-left-color: transparent;
}
.introjs-arrow.top-middle {
  top: -10px;
  left: 50%;
  margin-left: -5px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: white;
  border-left-color: transparent;
}
.introjs-arrow.right {
  right: -10px;
  top: 10px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: white;
}
.introjs-arrow.right-bottom {
  bottom: 10px;
  right: -10px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: white;
}
.introjs-arrow.bottom {
  bottom: -10px;
  border-top-color: white;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.introjs-arrow.left {
  left: -10px;
  top: 10px;
  border-top-color: transparent;
  border-right-color: white;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.introjs-arrow.left-bottom {
  left: -10px;
  bottom: 10px;
  border-top-color: transparent;
  border-right-color: white;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.introjs-tooltip {
  position: absolute;
  visibility: visible;
  padding: 10px;
  background-color: white;
  min-width: 200px;
  max-width: 300px;
  border-radius: 3px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
  -webkit-transition: opacity 0.1s ease-out;
  -moz-transition: opacity 0.1s ease-out;
  -ms-transition: opacity 0.1s ease-out;
  -o-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
}
.introjs-tooltipbuttons {
  text-align: right;
  white-space: nowrap;
}
/*
 Buttons style by http://nicolasgallagher.com/lab/css3-github-buttons/
 Changed by Afshin Mehrabani
*/
.introjs-button {
  position: relative;
  overflow: visible;
  display: inline-block;
  padding: 0.3em 0.8em;
  border: 1px solid #d4d4d4;
  margin: 0;
  text-decoration: none;
  text-shadow: 1px 1px 0 #fff;
  font: 11px normal sans-serif;
  color: #333;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  background-color: #ececec;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#ececec));
  background-image: -moz-linear-gradient(#f4f4f4, #ececec);
  background-image: -o-linear-gradient(#f4f4f4, #ececec);
  background-image: linear-gradient(#f4f4f4, #ececec);
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  /*background-clip: padding-box;*/
  /* commented out due to Opera 11.10 bug */
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
  /* IE hacks */
  zoom: 1;
  *display: inline;
  margin-top: 10px;
}
.introjs-button:hover {
  border-color: #bcbcbc;
  text-decoration: none;
  box-shadow: 0px 1px 1px #e3e3e3;
}
.introjs-button:focus,
.introjs-button:active {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ececec), to(#f4f4f4));
  background-image: -moz-linear-gradient(#ececec, #f4f4f4);
  background-image: -o-linear-gradient(#ececec, #f4f4f4);
  background-image: linear-gradient(#ececec, #f4f4f4);
}
/* overrides extra padding on button elements in Firefox */
.introjs-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.introjs-skipbutton {
  margin-right: 5px;
  color: #7a7a7a;
}
.introjs-prevbutton {
  -webkit-border-radius: 0.2em 0 0 0.2em;
  -moz-border-radius: 0.2em 0 0 0.2em;
  border-radius: 0.2em 0 0 0.2em;
  border-right: none;
}
.introjs-nextbutton {
  -webkit-border-radius: 0 0.2em 0.2em 0;
  -moz-border-radius: 0 0.2em 0.2em 0;
  border-radius: 0 0.2em 0.2em 0;
}
.introjs-disabled,
.introjs-disabled:hover,
.introjs-disabled:focus {
  color: #9a9a9a;
  border-color: #d4d4d4;
  box-shadow: none;
  cursor: default;
  background-color: #f4f4f4;
  background-image: none;
  text-decoration: none;
}
.introjs-bullets {
  text-align: center;
}
.introjs-bullets ul {
  clear: both;
  margin: 15px auto 0;
  padding: 0;
  display: inline-block;
}
.introjs-bullets ul li {
  list-style: none;
  float: left;
  margin: 0 2px;
}
.introjs-bullets ul li a {
  display: block;
  width: 6px;
  height: 6px;
  background: #ccc;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  text-decoration: none;
}
.introjs-bullets ul li a:hover {
  background: #999;
}
.introjs-bullets ul li a.active {
  background: #999;
}
.introjs-progress {
  overflow: hidden;
  height: 10px;
  margin: 10px 0 5px 0;
  border-radius: 4px;
  background-color: #ecf0f1;
}
.introjs-progressbar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  background-color: #08c;
}
.introjsFloatingElement {
  position: absolute;
  height: 0;
  width: 0;
  left: 50%;
  top: 50%;
}
.introjs-fixedTooltip {
  position: fixed;
}
.introjs-hint {
  position: absolute;
  background: transparent;
  width: 20px;
  height: 15px;
  cursor: pointer;
}
.introjs-hint:focus {
  border: 0;
  outline: 0;
}
.introjs-hidehint {
  display: none;
}
.introjs-fixedhint {
  position: fixed;
}
.introjs-hint:hover > .introjs-hint-pulse {
  border: 5px solid rgba(60, 60, 60, 0.57);
}
.introjs-hint-pulse {
  width: 10px;
  height: 10px;
  border: 5px solid rgba(60, 60, 60, 0.27);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: rgba(136, 136, 136, 0.24);
  z-index: 10;
  position: absolute;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.introjs-hint-no-anim .introjs-hint-dot {
  -webkit-animation: none;
  -moz-animation: none;
  animation: none;
}
.introjs-hint-dot {
  border: 10px solid rgba(146, 146, 146, 0.36);
  background: transparent;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  height: 50px;
  width: 50px;
  -webkit-animation: introjspulse 3s ease-out;
  -moz-animation: introjspulse 3s ease-out;
  animation: introjspulse 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: absolute;
  top: -25px;
  left: -25px;
  z-index: 1;
  opacity: 0;
}
@-moz-keyframes intrjspulse {
  0% {
    -moz-transform: scale(0);
    opacity: 0.0;
  }
  25% {
    -moz-transform: scale(0);
    opacity: 0.1;
  }
  50% {
    -moz-transform: scale(0.1);
    opacity: 0.3;
  }
  75% {
    -moz-transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 0.0;
  }
}
@-webkit-keyframes "introjspulse" {
  0% {
    -webkit-transform: scale(0);
    opacity: 0.0;
  }
  25% {
    -webkit-transform: scale(0);
    opacity: 0.1;
  }
  50% {
    -webkit-transform: scale(0.1);
    opacity: 0.3;
  }
  75% {
    -webkit-transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0.0;
  }
}
