/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
@import url(http://fonts.googleapis.com/css?family=Arvo:400,700);
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.sprites-sprite, #page-navbar .block-search input.form-submit, #page-top .link:before, #page-header .highlight .link:after, #page-intrinesca a, .block-archives .link a, article .back-to-top a:before, .back-to-top a:before, body.front #page-intrinesca a, article.node-highlight .field-name-field-link:after, #form-search #submit, .flex-direction-nav .flex-prev:before, .flex-direction-nav .flex-next:before, .jp-play, .jp-pause {
  background: url('../images/sprites-s0d25080c85.png') no-repeat;
}

/* SASS variables */
/* @font-face */
@font-face {
  font-family: "Ag Book Stencil";
  src: url('fonts/ag_book_stencil-webfont.eot');
  src: url('fonts/ag_book_stencil-webfont.eot?#iefix') format("eot"), url('fonts/ag_book_stencil-webfont.woff') format("woff"), url('fonts/ag_book_stencil-webfont.ttf') format("truetype"), url('fonts/ag_book_stencil-webfont.svg') format("svg");
}

/* Code */
html {
  font-size: 13px;
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
}

body {
  margin: 0;
  font-family: 'Arvo', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  font-size: 1rem;
  line-height: 1.69231;
}

a {
  text-decoration: none;
}

#content a:link,
.content a:link,
.main a:link,
.attachment-after a:link {
  color: #c40202;
}

#content a:visited,
.content a:visited,
.main a:visited,
.attachment-after a:visited {
  color: #690000;
}

#content a:hover,
.content a:hover,
.main a:hover,
.attachment-after a:hover {
  background-color: #c40202 !important;
  color: #fff !important;
}

p {
  margin: 10px 0;
}
p:last-child {
  margin: 0;
}

h1,
h2 {
  font-family: 'Ag Book Stencil', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
}

h1 {
  margin: 0 0 13px;
  font-size: 36px;
  font-size: 2.76923rem;
  line-height: 1;
}
h1.black-box {
  display: inline-block;
  background: black;
  color: white;
}

h2 {
  font-size: 22px;
  font-size: 1.69231rem;
  line-height: 1.18182;
}
h2.black-box {
  display: inline-block;
  background: black;
  color: white;
  margin: 0 0 2px;
  padding: 0 5px;
  font-size: 16px;
  font-size: 1.23077rem;
  line-height: 1.3125;
}

h3 {
  margin: 10px 0;
  font-size: 20px;
  font-size: 1.53846rem;
  line-height: 1.2;
}
h3.black-box {
  display: inline-block;
  background: black;
  color: white;
  margin: 0 0 13px;
  padding: 0;
  font-family: 'Ag Book Stencil', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  font-size: 1rem;
  line-height: 1.53846;
}

h4 {
  margin-bottom: 0;
}

hr {
  clear: both;
  margin: 0;
  padding: 0;
  border: none;
  height: 0;
  float: none;
}

.field {
  margin: 14px 0;
}
.field .field-label {
  font-family: 'Arvo', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
}
.field .field-item {
  font-family: 'Arvo', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.23077rem;
  line-height: 1.25;
}

.container {
  position: relative;
  *zoom: 1;
  margin: 0 auto;
  width: 940px;
}
.container:after {
  content: "";
  display: table;
  clear: both;
}

#page-navbar {
  position: relative;
  padding: 19px 0 0;
  background: #000000;
  color: white;
  font-size: 18px;
  font-size: 1.38462rem;
  line-height: 2;
}
#page-navbar ul {
  list-style: none;
  margin: 0;
}
#page-navbar .block-menu-block {
  float: left;
}
#page-navbar .menu-block-wrapper > ul {
  padding: 0 0 0 40px;
  text-align: right;
  position: relative;
  z-index: 10;
}
#page-navbar .menu-block-wrapper > ul a {
  color: white;
  display: block;
}
#page-navbar .menu-block-wrapper > ul > li > a {
  z-index: 5;
  position: relative;
  padding: 4px 6px 0;
  font-family: 'Ag Book Stencil', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
}
#page-navbar .menu-block-wrapper > ul > li > a.active, #page-navbar .menu-block-wrapper > ul > li > a.active-trail, #page-navbar .menu-block-wrapper > ul > li > a:hover {
  background: #c40202;
}
#page-navbar .menu-block-wrapper > ul > li > a.active:before, #page-navbar .menu-block-wrapper > ul > li > a.active-trail:before, #page-navbar .menu-block-wrapper > ul > li > a:hover:before {
  position: absolute;
  top: 100%;
  left: 50%;
  margin: 0 0 0 -10px;
  border: solid;
  border-color: #c40202 transparent transparent;
  border-width: 10px 10px 0 10px;
  content: '';
}
#page-navbar .menu-block-wrapper > ul > li {
  display: inline-block;
  margin: 0 4px;
  padding: 0;
  position: relative;
}
#page-navbar .menu-block-wrapper > ul > li:hover > ul {
  left: 0;
}
#page-navbar .menu-block-wrapper > ul > li.menu-mlid-649 > ul > li {
  display: none;
}
#page-navbar .menu-block-wrapper > ul > li .menu-mlid-770,
#page-navbar .menu-block-wrapper > ul > li .menu-mlid-771,
#page-navbar .menu-block-wrapper > ul > li .menu-mlid-772,
#page-navbar .menu-block-wrapper > ul > li .menu-mlid-773 {
  display: inline-block !important;
}
#page-navbar .menu-block-wrapper > ul > li > ul {
  background-color: #4d4d4d;
  left: -9999px;
  padding: 10px;
  position: absolute;
  width: 115px;
  z-index: 3;
  font-size: 12px;
  font-size: 0.92308rem;
  line-height: 1.16667;
}
#page-navbar .menu-block-wrapper > ul > li > ul > li {
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
#page-navbar .menu-block-wrapper > ul > li > ul > li a {
  padding: 8px 0;
  border-bottom: solid 1px #757575;
}
#page-navbar .menu-block-wrapper > ul > li > ul > li a:hover {
  color: #c40202;
}
#page-navbar .block-search {
  float: right;
}
#page-navbar .block-search .container-inline div {
  display: inline-block;
}
#page-navbar .block-search .form-item {
  margin: 0;
}
#page-navbar .block-search input.form-search {
  border: 0;
  line-height: 27px;
  width: 142px;
}
#page-navbar .block-search input.form-submit {
  background-position: 0 -213px;
  background-color: #c40202;
  border: 0;
  height: 29px;
  margin: 0 0 0 -4px;
  text-indent: -9999px;
  width: 30px;
}

#page-top {
  position: relative;
  padding: 70px 0 0;
  background: #e5e5e5;
  font-size: 18px;
  font-size: 1.38462rem;
  line-height: 1.38889;
}
#page-top:before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 126px;
  background: #e1e1e1 url(../images/bg.page-top-shadow.png) right top no-repeat;
  content: '';
}
#page-top h2 {
  display: inline-block;
  margin: 8px 0 26px;
  padding: 12px 2px 0;
  background: black;
  color: white;
}
#page-top h3 {
  margin-bottom: 0;
}
#page-top p {
  margin-top: 0;
}
#page-top .view-header {
  float: left;
  width: 270px;
}
#page-top .view-content {
  float: right;
  margin: 0 80px 0 0;
  width: 540px;
}
#page-top .view-content img {
  display: block;
  width: 100%;
  height: auto;
}
#page-top .view-content ul {
  margin: 10px 0;
  padding: 0;
  list-style: none;
}
#page-top .view-content ul li {
  z-index: 1;
  behavior: url(/PIE.php);
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 1px;
  background: white;
  -webkit-box-shadow: 0 0 21px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 0 0 21px rgba(0, 0, 0, 0.34);
  box-shadow: 0 0 21px rgba(0, 0, 0, 0.34);
}
#page-top .view-content ul li.item-0 {
  margin: 50px -95px 50px 0;
  width: 179px;
}
#page-top .view-content ul li.item-1 {
  margin: 38px -103px 38px 0;
  width: 197px;
}
#page-top .view-content ul li.item-2 {
  margin: 12px -120px 12px 0;
  width: 232px;
}
#page-top .view-content ul li.item-3 {
  width: 249px;
}
#page-top .view-content ul li.item-3:before {
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0 0 -55px -188px;
  width: 377px;
  height: 139px;
  background: url(../images/bg.carousel-active-shadow.png) center center no-repeat;
  content: '';
}
#page-top .link {
  overflow: hidden;
  display: block;
  width: 200px;
  margin: 25px 0 13px;
  padding: 0 0 8px;
  border-bottom: solid 3px white;
}
#page-top .link:before {
  display: block;
  width: 18px;
  height: 13px;
  background-position: 0 -505px;
  content: '';
  float: left;
  margin-top: 6px;
}
#page-top .link a {
  color: #c40202;
}

#page-header {
  position: relative;
  border-bottom: solid 18px white;
}
#page-header .highlight {
  position: relative;
  font-size: 16px;
  font-size: 1.23077rem;
  line-height: 1.25;
}
#page-header .highlight .container {
  margin: 0 auto 85px;
}
#page-header .highlight img {
  display: block;
  min-width: 100%;
  min-height: 128px;
  height: auto;
}
#page-header .highlight .image {
  overflow: hidden;
  height: 168px;
}
#page-header .highlight h1 {
  margin: 0 50px 0 0;
  font-family: 'Ag Book Stencil', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  font-size: 2.61538rem;
  line-height: 1.05882;
}
#page-header .highlight h1:after {
  display: block;
  margin: 10px 0 13px;
  width: 38px;
  height: 3px;
  background: white;
  content: '';
}
#page-header .highlight p {
  margin: 0;
}
#page-header .highlight .link {
  margin: 10px 0 5px;
}
#page-header .highlight .link:after {
  display: block;
  width: 18px;
  height: 13px;
  background-position: 0 -398px;
  content: '';
}
#page-header .highlight .link a {
  z-index: 5;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#page-header .highlight .box {
  position: absolute;
  bottom: -40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 9px;
  width: 470px;
  background: #c40202;
  color: white;
}
#page-header .highlight .box:after {
  display: block;
  margin: 5px 0;
  width: 38px;
  height: 3px;
  background: white;
  content: '';
}

#page-logo {
  z-index: 4;
  position: absolute;
  display: block;
  margin: 30px 0 0;
}

#page-intrinesca {
  z-index: 100;
  position: absolute;
  right: 0;
  bottom: -155px;
}
#page-intrinesca a {
  overflow: hidden;
  display: block;
  width: 60px;
  height: 118px;
  background-position: 0 0;
  text-indent: -999px;
  line-height: 10em;
}

#page-content {
  background: #e5e5e5;
  position: relative;
}

#page-post-content {
  background: #d3d3d3;
}

#page-special-content {
  background: #d7d7d7;
  padding: 40px 0;
}

#page-footer {
  padding: 29px 0;
}
#page-footer h3 {
  display: inline-block;
  padding: 2px 0 0;
  background: black;
  color: white;
  font-family: 'Ag Book Stencil', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  font-size: 1rem;
  line-height: 1.38462;
}
#page-footer .container {
  overflow: hidden;
}

.block-archives {
  *zoom: 1;
  padding: 20px 0 49px;
  font-size: 17px;
  font-size: 1.30769rem;
  line-height: 1.41176;
}
.block-archives:after {
  content: "";
  display: table;
  clear: both;
}
.block-archives border-top:solid 1px    #c6c6c6   . image  {
  float: left;
  width: 620px;
  display: none;
}
.block-archives > .content {
  float: right;
  margin: 0 60px 0 0;
}
.block-archives h2 {
  display: inline-block;
  margin: 22px 0 28px;
  padding: 11px 57px 3px 0;
  background: black;
  color: white;
  font-size: 20px;
  font-size: 1.53846rem;
  line-height: 1.2;
}
.block-archives p {
  margin: 0 0 30px;
}
.block-archives .link {
  margin: -4px 0 8px;
  display: none;
}
.block-archives .link a {
  position: relative;
  overflow: hidden;
  display: block;
  text-indent: -9999px;
  line-height: 10em;
  width: 18px;
  height: 13px;
  background-position: 0 -505px;
}

.stripe-top:before,
.stripe-bottom:after {
  background: white;
  content: '';
  display: block;
  height: 3px;
  width: 60px;
}

.stripe-top:before {
  top: 0;
  margin-bottom: 12px;
}

.stripe-bottom:after {
  bottom: 0;
  margin-top: 12px;
}

article {
  *zoom: 1;
}
article:after {
  content: "";
  display: table;
  clear: both;
}
article header {
  position: relative;
  *zoom: 1;
  margin: 0 0 21px;
}
article header:after {
  content: "";
  display: table;
  clear: both;
}
article header .additional {
  padding: 22px 0;
}
article header .title-area {
  padding-bottom: 18px;
}
article .additional h2 {
  display: inline-block;
  margin: 0 0 2px;
  padding: 0 17px 0 5px;
  background: black;
  color: white;
  font-size: 18px;
  font-size: 1.38462rem;
  line-height: 1.27778;
}
article .additional h3 {
  display: inline-block;
  margin: 0 0 13px;
  padding: 0;
  background: black;
  color: white;
  font-family: 'Ag Book Stencil', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  font-size: 1rem;
  line-height: 1.53846;
}
article .back-to-top a {
  overflow: hidden;
  display: block;
  width: 60px;
  height: 15px;
  margin: 80px 0 16px;
  padding: 0 0 8px;
  border-bottom: solid 3px white;
  text-indent: -9999px;
  line-height: 10em;
}
article .back-to-top a:before {
  display: block;
  width: 15px;
  height: 15px;
  background-position: 0 -518px;
  content: '';
}

.front #page-logo {
  z-index: 120;
}

.not-front article {
  padding: 29px 0;
}
.not-front article header .main {
  padding: 20px 0;
}
.not-front article header .main:before, .not-front article header .main:after {
  position: absolute;
  display: block;
  width: 60px;
  height: 3px;
  background: white;
  content: '';
}
.not-front article header .main.main:before {
  top: 0;
}
.not-front article header .main.main:after {
  bottom: 0;
}

#article-content {
  position: relative;
}

/* Reuse */
.back-to-top a {
  overflow: hidden;
  display: block;
  width: 60px;
  height: 15px;
  margin: 80px 0 16px;
  padding: 0 0 8px;
  border-bottom: solid 3px white;
  text-indent: -9999px;
  line-height: 10em;
}
.back-to-top a:before {
  display: block;
  width: 15px;
  height: 15px;
  background-position: 0 -518px;
  content: '';
}

.tag {
  line-height: 2.1em;
}

a.red {
  background-color: #c40202;
  padding: .3em .2em;
  word-wrap: normal;
}
a.red:link, a.red:visited, a.red:active {
  color: #fff;
}
a.red:hover {
  background: black !important;
}

.stripe-top-personagens .view-content .tag a.red {
  background-color: #707070;
  padding: .3em .2em;
  word-wrap: normal;
}
.stripe-top-personagens .view-content .tag a.red:link, .stripe-top-personagens .view-content .tag a.red:visited, .stripe-top-personagens .view-content .tag a.red:active {
  color: #fff;
}
.stripe-top-personagens .view-content .tag a.red:hover {
  background: black !important;
}

.black {
  color: black !important;
}

.red-button,
.black-button {
  color: white !important;
  cursor: pointer;
  font-weight: bold;
  display: inline-block;
  padding: .1em .3em;
}

.red-button {
  background-color: #c40202;
}
.red-button:hover {
  background: black !important;
}

.black-button {
  background-color: black;
}
.black-button:hover {
  background: #c40202;
}

.invisible {
  display: none;
}

.block {
  display: block;
}

.item-list a {
  color: #000;
}

.pager {
  background: white;
  clear: inherit !important;
  margin: 23px 0 !important;
  position: relative;
  font-family: 'Arvo', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  text-align: center;
}
.pager a {
  z-index: 5;
  padding: 10px 0;
  display: block;
  color: #4c4c4c;
  cursor: pointer;
}
.pager li {
  border-right: solid 1px #e5e5e5;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 16px;
  font-size: 1.23077rem;
  line-height: 1;
}
.pager li.pager-item, .pager li.pager-current {
  display: inline-block !important;
  width: 42px;
  margin-left: -3px !important;
}
.pager li.pager-item:first-child, .pager li.pager-current:first-child {
  border-left: solid 1px #e5e5e5;
}
.pager li.pager-current {
  padding: 10px 0 !important;
  background: #c40202;
  color: white;
  position: relative;
}
.pager li.pager-current:before {
  border: solid;
  left: 12px;
  top: -9px;
  border-color: transparent transparent #c40202;
  border-width: 0 9px 9px 9px;
  position: absolute;
  content: '';
}
.pager li.pager-first, .pager li.pager-last {
  display: none;
}
.pager li.pager-previous {
  border-right: none;
  display: block;
  left: 10px;
  position: absolute;
  text-transform: uppercase;
}
.pager li.pager-next {
  border-right: none;
  display: block;
  position: absolute;
  right: 10px;
  top: 0;
  text-transform: uppercase;
}

.columns-2 > div {
  float: left;
  width: 50%;
}

a.arrow-forward {
  background-color: #c40202;
  background-image: url(../images/sprites/arrow.png);
  background-position: right center;
  background-repeat: no-repeat;
  display: inline-block;
  color: #fff !important;
  padding: .3em 2em .3em .2em;
}
a.arrow-forward:hover {
  background-color: black !important;
}

.abre-fecha-clicavel h3 {
  border-bottom: solid 1px #b7b7b7;
  cursor: pointer;
  font-size: 16px;
  font-size: 1.23077rem;
  line-height: 1.5;
  margin: 10px 0;
  position: relative;
  padding-bottom: 10px;
  padding-left: 20px;
}
.abre-fecha-clicavel h3:before {
  color: red;
  font-size: 24px;
  font-size: 1.84615rem;
  line-height: 0.75;
  font-weight: bold;
  left: 0;
  position: absolute;
  top: 0;
  vertical-align: center;
}
.abre-fecha-clicavel h3.fechado:before {
  content: '+';
}
.abre-fecha-clicavel h3.aberto:before {
  content: '-';
}
.abre-fecha-clicavel .item-list {
  display: none;
}

.search-form {
  margin-bottom: 0;
}

a.link-creditos {
  display: inline-block;
  padding: 2px 0 0;
  background: black;
  color: white;
  font-family: 'Ag Book Stencil', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  font-size: 1rem;
  line-height: 1.38462;
}

a.link-creditos:hover {
  background-color: #c40202;
}

.content p.link-colecao-home a {
  background: #c40202 url("../images/seta_branca.png") no-repeat 2px center scroll;
  color: #fff;
  padding: 2px 6px 2px 26px;
  font-size: 16px;
  margin-bottom: 6px;
  display: inline-block;
}
.content p.link-colecao-home a:hover {
  background-color: black !important;
  color: white;
}

.content-ebooks {
  width: 960px;
  margin: 0 auto;
  display: block;
  background-image: url(../images/bg_div_ebooks3.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  min-height: 493px;
}

.intro-ebooks {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 150%;
  width: 480px;
  padding-top: 40px;
}

.txt-ebook01 {
  margin: 30px 503px 120px 0;
  font-size: 15px;
  line-height: 150%;
}

.txt-ebook02 {
  font-family: 'Ag Book Stencil', Helvetica, Arial, sans-serif;
  margin: 0 534px 40px 0 !important;
  line-height: 130%;
  font-size: 16px;
  color: #2e2e2e;
}
.txt-ebook02:after {
  background: #c40202 none repeat scroll 0 0;
  content: "";
  display: block;
  height: 3px;
  position: relative;
  width: 160px;
  bottom: -20px;
}

.txt-img {
  display: block;
  clear: both;
  margin-left: 66px !important;
}

h3.tit-table-ebooks {
  margin-left: 60px;
}

table.table-ebooks {
  border-collapse: collapse;
  margin-bottom: 60px;
  margin-left: 60px;
}

table.table-ebooks td, table.table-ebooks th {
  border: 1px solid #999;
  padding: 0.5rem;
  text-align: left;
}

table.table-ebooks th {
  background-color: #c40202;
  color: #fff;
  border: 1px solid #fff;
}

table.table-ebooks td.cell-livro {
  background-color: #fff;
}

.stripe-top .black-box, .stripe-top-personagens .black-box {
  margin-bottom: 16px;
}

body.front.logged-in #page-navbar {
  top: 30px;
}

body.front #page-wrapper {
  position: relative;
}
body.front #page-top {
  padding-top: 129px;
}
body.front #page-navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
body.front #page-header .highlight .image {
  height: 533px;
}
body.front #page-header .highlight img {
  min-height: 684px;
  margin-top: -60px;
}
body.front #page-logo {
  margin-top: -24px;
}
body.front #page-intrinesca {
  right: 22px;
  bottom: inherit;
  top: -55px;
  z-index: inherit;
}
body.front #page-intrinesca a {
  width: 24px;
  height: 95px;
  background-position: 0 -118px;
}
body.front .slideItem a:hover {
  background-color: transparent !important;
}

article.node-highlight {
  position: relative;
  overflow: hidden;
}
article.node-highlight img {
  display: block;
}
article.node-highlight .image .field {
  margin: 0;
}
article.node-highlight > .content {
  behavior: url(/PIE.php);
  position: relative;
  position: absolute;
  top: 156px;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 6px 8px;
  background: #c40202;
  background: rgba(196, 2, 2, 0.9);
  pie-background: rgba(196, 2, 2, 0.9);
  color: white;
  font-size: 14px;
  font-size: 1.07692rem;
  line-height: 1.28571;
  -webkit-transition: top 0.6s;
  -moz-transition: top 0.6s;
  -o-transition: top 0.6s;
  transition: top 0.6s;
}
article.node-highlight > .content:after {
  display: block;
  margin: 5px 0;
  width: 38px;
  height: 3px;
  background: white;
  content: '';
}
article.node-highlight h2 {
  position: relative;
  margin: 0;
  height: 77px;
  font-size: 19px;
  font-size: 1.46154rem;
  line-height: 1;
}
article.node-highlight h2:after {
  position: absolute;
  bottom: -8px;
  display: block;
  margin: 10px 0;
  width: 38px;
  height: 3px;
  background: white;
  content: '';
}
article.node-highlight .field-name-field-link {
  margin: 10px 0 5px;
}
article.node-highlight .field-name-field-link:after {
  display: block;
  width: 18px;
  height: 13px;
  background-position: 0 -398px;
  content: '';
}
article.node-highlight .field-name-field-link a {
  z-index: 5;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

article.node-highlight:hover > .content {
  top: 0;
}

.view-highlight .view-content {
  margin: 0 0 46px;
}
.view-highlight .view-content > ul {
  *zoom: 1;
  margin: 0 -5px;
  padding: 0;
  list-style: none;
}
.view-highlight .view-content > ul:after {
  content: "";
  display: table;
  clear: both;
}
.view-highlight .view-content > ul li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 0 5px;
  width: 25%;
}

article.node-document {
  *zoom: 1;
}
article.node-document:after {
  content: "";
  display: table;
  clear: both;
}
article.node-document header {
  width: 700px;
}
article.node-document header h1 {
  margin: 0;
}
article.node-document #content {
  width: 700px;
  margin-bottom: 44px;
}
article.node-document #content .summary {
  font-weight: bold;
}
article.node-document #content .body {
  margin-bottom: 20px;
}
article.node-document #document {
  position: relative;
}
article.node-document #document .main {
  float: left;
  width: 700px;
}
article.node-document #document .main .field {
  margin: 0;
}
article.node-document .slider-area {
  font-size: 0;
}
article.node-document .slider-area .field-name-field-images {
  padding-bottom: 142px;
}
article.node-document .additional {
  float: right;
  padding: 22px 0;
  width: 220px;
}
article.node-document .additional h2 {
  display: inline-block;
  background: black;
  color: white;
  margin: 0 0 2px;
  padding: 0 5px;
  font-size: 16px;
  font-size: 1.23077rem;
  line-height: 1.3125;
}
article.node-document .additional h3 {
  display: inline-block;
  background: black;
  color: white;
  margin: 0 0 2px;
  padding: 0 5px;
  font-size: 16px;
  font-size: 1.23077rem;
  line-height: 1.3125;
}
article.node-document .livros,
article.node-document .links {
  font-size: 13px;
  font-size: 1rem;
  line-height: 2;
}
article.node-document .livros:before,
article.node-document .links:before {
  top: 0;
}
article.node-document .livros ul,
article.node-document .links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
article.node-document .livros ul li,
article.node-document .links ul li {
  margin: 0;
}
article.node-document .livros a,
article.node-document .links a {
  padding: 4px 2px 2px 1px;
  background: #c40202;
  color: white;
}
article.node-document .livros a:hover,
article.node-document .links a:hover {
  background: black;
}
article.node-document .livros:after, article.node-document .livros:before {
  display: block;
  margin: 30px 0 17px;
  width: 60px;
  height: 3px;
  background: white;
  content: '';
}
article.node-document .links:after {
  display: block;
  margin: 30px 0 17px;
  width: 60px;
  height: 3px;
  background: white;
  content: '';
}
article.node-document .links a:before {
  content: '\00BB\0020';
}
article.node-document .field-name-field-audio {
  margin-bottom: 30px !important;
}
article.node-document .field-audio-label {
  margin-bottom: 10px;
}
article.node-document .field-audio-track {
  margin-bottom: 20px;
}

article.files header aside {
  padding-bottom: 20px;
  float: right;
}
article.files .main {
  float: left;
  width: 59%;
}
article.files #latest-files {
  float: right;
  width: 35%;
}
article.files #form-search:before {
  background: white;
  margin-bottom: 12px;
  content: '';
  display: block;
  height: 3px;
  top: 0;
  width: 60px;
}

/* Search results page */
.view-documentos h3 {
  margin: 0;
  font-size: 16px;
  font-size: 1.23077rem;
  line-height: 1.125;
}
.view-documentos .box-search-result {
  float: left;
  margin: 0 10px 10px 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.view-documentos .box-search-result:hover {
  overflow: inherit;
}
.view-documentos .box-search-result .box-search-result-content {
  background: #fff;
  padding: 10px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.view-documentos .box-search-result .box-search-result-content:hover {
  -webkit-box-shadow: 0 0 21px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 0 0 21px rgba(0, 0, 0, 0.34);
  box-shadow: 0 0 21px rgba(0, 0, 0, 0.34);
}
.view-documentos .box-search-result .image {
  position: absolute;
  left: 10px;
  font-size: 0;
  top: 10px;
  width: 120px;
  display: none;
}
.view-documentos .box-search-result .content {
  padding-left: 20px;
  /*width: 156px;*/
}
.view-documentos .box-search-result .content .pre {
  font-weight: bold;
  color: #888;
}
.view-documentos .box-search-result .content .text {
  font-size: 12px;
  font-size: 0.92308rem;
  line-height: 1.33333;
  display: none;
}
.view-documentos .box-search-result-full {
  float: inherit;
  width: 100%;
}
.view-documentos .line-break {
  margin-right: 0;
}

/* Search form */
.view-listas-termos {
  margin-bottom: 20px;
}

/* Search form */
#form-search {
  position: relative;
}
#form-search h2 {
  margin-bottom: 16px;
}
#form-search #keys {
  border: 0;
  display: inline-block;
  font-size: 1.5em;
  height: 46px;
  float: left;
  padding: .5em;
  width: 260px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#form-search #submit {
  background-color: #c40202;
  border: 0;
  display: inline-block;
  float: left;
  text-indent: -9999px;
  width: 65px;
  height: 46px;
  background-position: 0 -533px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body.page-livros #page-header .highlight .image {
  background-image: url(../images/bg.page-livros.jpg);
}
body.page-livros #page-content:before {
  position: absolute;
  right: 0;
  top: 725px;
  left: 0;
  height: 217px;
  background: transparent url(../images/bg.page-central-shadow.png) center top no-repeat;
  content: '';
}

body.node-type-livro #page-content:before {
  position: absolute;
  right: 0;
  top: 348px;
  left: 0;
  height: 159px;
  background: transparent url(../images/bg.page-central-shadow2.png) center top no-repeat;
  content: '';
}
body.node-type-livro #page-post-content section {
  margin-top: 30px;
}
body.node-type-livro #post-content {
  float: left;
  width: 600px;
}
body.node-type-livro #post-content-side {
  float: right;
  width: 290px;
}
body.node-type-livro .box-review h2 {
  display: inline-block;
  background: black;
  color: white;
  margin: 0 0 2px;
  padding: 0 5px;
  font-size: 16px;
  font-size: 1.23077rem;
  line-height: 1.3125;
  margin-bottom: 20px;
}

body.node-type-livro .box-buy:before,
.box-box .box-buy:before {
  display: block;
  margin: 20px 0 17px;
  width: 60px;
  height: 3px;
  background: white;
  content: '';
}
body.node-type-livro .box-buy:before,
.box-box .box-buy:before {
  top: 0;
}
body.node-type-livro .box-buy h2,
.box-box .box-buy h2 {
  display: inline-block;
  background: #c40202;
  color: white;
  margin: 0 0 2px;
  padding: 0 5px;
  font-size: 16px;
  font-size: 1.23077rem;
  line-height: 1.3125;
  margin-bottom: 20px;
}
body.node-type-livro .box-buy .column,
.box-box .box-buy .column {
  float: left;
  padding-right: 5%;
  width: 45%;
}
body.node-type-livro .box-buy ul,
.box-box .box-buy ul {
  font-size: 11px;
  font-size: 0.84615rem;
  line-height: 1.81818;
  padding: 0;
  list-style-type: none;
}
body.node-type-livro .box-buy ul > li,
.box-box .box-buy ul > li {
  margin: 0;
  font-size: 12px;
  font-size: 0.92308rem;
  line-height: 1.25;
}
body.node-type-livro .summary,
.box-box .summary {
  font-weight: bold;
}
body.node-type-livro .body,
.box-box .body {
  margin-bottom: 42px;
}

.box-box {
  float: right;
  width: 420px;
}
.box-box img {
  margin: -90px 0 50px 40px;
}
.box-box p.txt-dest-box {
  font-size: 16px;
  line-height: 23px;
}
.box-box h2.tit-dest-box {
  background: url(../images/tit_box-colecao.png) top left no-repeat;
  display: block;
  height: 36px;
  margin-bottom: 10px;
  text-indent: -9999px;
  width: 272px;
}
.box-box .box-buy {
  margin: -60px auto 20px;
  width: 340px;
}

.texto-box {
  float: left;
  width: 520px;
}

article.node-book .left-column {
  float: left;
  width: 600px;
}
article.node-book .right-column {
  float: right;
  width: 290px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article.node-book .right-column .field {
  margin: 0;
}
article.node-book .right-column img {
  max-width: 100%;
}
article.node-book .right-column .right-column-image {
  margin-bottom: 50px;
  font-size: 0;
}
article.node-book header .subtitle {
  font-family: 'Ag Book Stencil', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 24px;
}
article.node-book header .title {
  font-size: 26px;
  font-size: 2rem;
  line-height: 1.61538;
}
article.node-book header .title h1 {
  display: inline !important;
  font-size: inherit;
  padding: .1em;
  margin: 0;
}
article.node-book #content {
  width: 600px;
}
article.node-book .links {
  .margin: 20px 0;
}
article.node-book .links:after {
  display: block;
  margin: 30px 0 17px;
  width: 60px;
  height: 3px;
  background: white;
  content: '';
  top: 0;
}
article.node-book .links > a {
  float: left;
  margin-bottom: 20px;
  min-height: 129px;
  position: relative;
  width: 97%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article.node-book .links > a > span {
  display: inline;
  position: relative;
  left: 0;
  top: 55px;
  font-size: 18px;
}
article.node-book .links > a > span:hover {
  background-color: inherit;
}
article.node-book .links .left-link {
  background: transparent url(../images/imagem-militar.jpg) right top no-repeat;
}
article.node-book .links .right-link {
  background: transparent url(../images/imagem-tanque.jpg) left top no-repeat;
}
article.node-book .links .left-link,
article.node-book .links .right-link {
  display: block;
  font-size: 16px;
  font-size: 1.23077rem;
  line-height: 1.25;
}
article.node-book .tit-livro-video {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  color: #fff;
  background-color: #C40202;
  font-size: 18px;
  font-size: 1.38462rem;
  line-height: 1.22222;
  margin: 50px 0 20px;
  padding: 4px 8px;
}
article.node-book .tit-livro-video::before {
  background: white none repeat scroll 0 0;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  width: 60px;
  margin: -20px 0 0;
}
article.node-book .txt-livro-video {
  font-size: 18px;
}

/* Imagens de fundo para livros */
/* Livro 1 */
article#node-4 .left-link {
  background-image: url(../images/livro1_capitulo.jpg);
}

article#node-4 .right-link {
  background-image: url(../images/livro1_video.jpg);
}

/* Livro 2 */
article#node-7 .left-link {
  background-image: url(../images/livro2_capitulo.jpg);
}

article#node-7 .right-link {
  background-image: url(../images/livro2_video.jpg);
}

/* Livro 3 */
article#node-6 .left-link {
  background-image: url(../images/livro3_capitulo.jpg);
}

article#node-6 .right-link {
  background-image: url(../images/livro3_video.jpg);
}

/* Livro 4 */
article#node-5 .left-link {
  background-image: url(../images/livro4_capitulo.jpg);
}

article#node-5 .right-link {
  background-image: url(../images/livro4_video.jpg);
}

/* Livro 5 */
article#node-254 .left-link {
  background-image: url(../images/livro5_capitulo.jpg);
}

article#node-254 .right-link {
  background-image: url(../images/livro5_video.jpg);
}

/* Resultados de busca */
.view-livros .book {
  float: left;
  font-size: 0;
  width: 23%;
  margin: 0 1.333%;
}
.view-livros .book img {
  max-width: 100%;
  height: auto;
}
.view-livros .book:hover {
  -webkit-box-shadow: 0 0 21px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 0 21px rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 21px rgba(255, 255, 255, 0.5);
}
.view-livros .book-buy {
  float: left;
  width: 23%;
  margin: 0 1.333%;
}
.view-livros .book-buy ul {
  list-style-type: none;
}
.view-livros .book-buy ul > li {
  margin: 0;
  font-size: 12px;
  font-size: 0.92308rem;
  line-height: 1.25;
}
.view-livros .views-row-first {
  margin-left: 0;
}
.view-livros .views-row-last {
  margin-right: 0;
}

.not-front article.view-livros-attachment-links .red-button {
  display: inline-block;
  margin-bottom: 5px;
}

.especial-documentos h2 {
  display: inline-block;
  background: black;
  color: white;
}
.especial-documentos .view-header {
  font-size: 16px;
  font-size: 1.23077rem;
  line-height: 1.375;
  margin-bottom: 10px;
}
.especial-documentos .views-row {
  background-color: white;
  padding: 10px;
  margin-bottom: 10px;
}
.especial-documentos .views-row h4 {
  margin-top: 0;
  font-size: 17px;
  font-size: 1.30769rem;
  line-height: 1.41176;
}
.especial-documentos .views-row h4 a {
  color: black;
}
.especial-documentos .views-row span {
  color: #999999;
  font-weight: bold;
}

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  position: relative;
  margin: 0;
  padding: 0;
}

.flexslider .slides {
  background-color: #000;
}

/* Set a backgorund color so that the picture area is clerly defined */
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}

.flex-direction-nav a {
  overflow: hidden;
  z-index: 5;
  position: absolute;
  top: 50%;
  display: block;
  margin: -80px 0 0;
  width: 50px;
  height: 92px;
  background: black;
  text-indent: -9999px;
  line-height: 10em;
}
.flex-direction-nav a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 16px;
  height: 31px;
  content: '';
}
.flex-direction-nav .flex-prev {
  left: -10px;
}
.flex-direction-nav .flex-next {
  right: -10px;
}
.flex-direction-nav .flex-prev:before {
  margin: -14px 0 0 -15px;
  background-position: 0 -367px;
}
.flex-direction-nav .flex-next:before {
  margin: -14px 0 0 -1px;
  background-position: 0 -336px;
}
.flex-direction-nav .flex-disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.flex-control-paging {
  margin: 23px 0;
  background: white;
  font-family: 'Arvo', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.38462rem;
  line-height: 2;
  text-align: center;
}
.flex-control-paging a {
  z-index: 5;
  position: relative;
  display: block;
  width: 42px;
  color: #4c4c4c;
  cursor: pointer;
}
.flex-control-paging li {
  display: inline-block;
  border-right: solid 1px #e5e5e5;
}
.flex-control-paging li:first-child {
  border-left: solid 1px #e5e5e5;
}
.flex-control-paging .flex-active {
  background: #c40202;
  color: white;
}
.flex-control-paging .flex-active:before {
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin: 0 0 0 -6px;
  border: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #c40202;
  content: '';
}

.jp-audio {
  border: solid 10px #fff;
  font-size: 22px;
  font-size: 1.69231rem;
  line-height: 1;
  font-weight: normal;
}

.jp-interface {
  position: relative;
}

/* Track */
.jp-progress {
  background-color: #e5e5e5;
  position: relative;
  width: 100%;
  height: 94px;
  padding-left: 94px;
  z-index: 10;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.jp-play-bar {
  border-left: solid 10px #fff;
  background-color: #898989;
  height: 94px;
}

.jp-current-time {
  border-right: solid 2px #000;
  padding-right: 12px;
  position: absolute;
  right: 100px;
  text-align: left;
  top: 36px;
  width: 70px;
  z-index: 120;
}

.jp-duration {
  position: absolute;
  right: 20px;
  text-align: right;
  top: 36px;
  width: 70px;
  z-index: 120;
}

/* Controls */
.jp-controls {
  list-style-type: none;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 100;
}

.jp-play, .jp-pause {
  background-color: #c40202;
  height: 94px;
  left: 0;
  position: absolute;
  text-indent: -9999px;
  top: 0;
  width: 94px;
}

.jp-play:hover, .jp-pause:hover {
  background-color: #fc0000;
}

.jp-play {
  background-position: 0 -242px;
}

.jp-pause {
  background-position: 0 -411px;
  background-position: 0 -411px;
}

.jp-stop,
.jp-mute,
.jp-unmute {
  display: block;
  height: 0;
  overflow: hidden;
  width: 0;
}

.addthis {
  overflow: hidden;
}
.addthis .addthis_internal_container > a {
  padding: 0;
}
.addthis .addthis_internal_container > a:hover {
  background-color: transparent !important;
}
.addthis .addthis_internal_container > a > span {
  margin: 0;
}
.addthis .addthis_floating_style.addthis_counter_style {
  width: inherit;
}
.addthis .addthis_floating_style {
  background-color: transparent;
}
.addthis .fb-like, .addthis .fb-like > span, .addthis .addthis_button_facebook_like {
  overflow: hidden;
}
.addthis .addthis_button_twitter {
  background-color: transparent !important;
}
.addthis .addthis_floating_style {
  margin-top: 20px;
  padding: 0;
}
