/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url(https://fonts.googleapis.com/css?family=Merriweather:300,400,700,900|Open+Sans:400,700|Roboto:400,700);
html {
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * 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/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 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 and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -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: 16px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
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;
  height: auto;
  max-width: 100%;
  width: 100%;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  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;
  -o-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: 22px;
  margin-bottom: 22px;
  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;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  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: 22px;
  font-size: 24px;
  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: 16px;
  line-height: 1.42857143;
  color: #fafafa;
}
.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #666666;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-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;
  -o-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);
  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: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.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: 36px;
  }
  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: 49px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 22px;
  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: 38px;
}
.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: 34px;
}
.input-lg {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 49px;
  line-height: 49px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.form-group-lg .form-control {
  height: 49px;
  line-height: 49px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  min-height: 42px;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 45px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}
.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);
  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;
  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);
  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;
  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);
  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;
  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: 27px;
}
.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: 29px;
}
.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;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-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;
}
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url('source/fonts/fontawesome/fontawesome-webfont.eot?v=4.5.0');
  src: url('source/fonts/fontawesome/fontawesome-webfont.eot?v=4.5.0#iefix') format('embedded-opentype'), url('source/fonts/fontawesome/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('source/fonts/fontawesome/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('source/fonts/fontawesome/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('source/fonts/fontawesome/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FontAwesome';
  src: font-url('source/fonts/fontawesome/fontawesome-webfont.eot?v=4.5.0');
  src: font-url('source/fonts/fontawesome/fontawesome-webfont.eot?v=4.5.0#iefix') format('embedded-opentype'), font-url('source/fonts/fontawesome/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), font-url('source/fonts/fontawesome/fontawesome-webfont.woff?v=4.5.0') format('woff'), font-url('source/fonts/fontawesome/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), font-url('source/fonts/fontawesome/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.menu-button {
  display: inline-block;
  padding: .5em;
  position: relative;
  z-index: 9999999;
}
.burger-icon {
  position: relative;
  margin-top: 8px;
  margin-bottom: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.burger-icon,
.burger-icon::before,
.burger-icon::after {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #c8021d;
  -webkit-transition-property: background-color, -webkit-transform;
  -moz-transition-property: background-color, -moz-transform;
  -o-transition-property: background-color, -o-transform;
  transition-property: background-color, transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.burger-icon::before,
.burger-icon::after {
  position: absolute;
  content: "";
}
.burger-icon::before {
  top: -8px;
}
.burger-icon::after {
  top: 8px;
}
.menu-button.is-active .burger-icon {
  background-color: transparent;
}
.menu-button.is-active .burger-icon::before {
  -webkit-transform: translateY(8px) rotate(45deg);
  -moz-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  -o-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}
.menu-button.is-active .burger-icon::after {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -moz-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  -o-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}
body {
  -webkit-backface-visibility: hidden;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-moz-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-o-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  -moz-animation-name: flash;
  -o-animation-name: flash;
  animation-name: flash;
}
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}
.ir br {
  display: none;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.texto-padrao {
  font: 400 16px 'Open Sans', sans-serif;
}
.f3 {
  font-weight: 300;
}
.f4 {
  font-weight: 400;
}
.f6 {
  font-weight: 600;
}
.f7 {
  font-weight: 700;
}
.f8 {
  font-weight: 800;
}
.f9 {
  font-weight: 900;
}
.merri {
  font-family: 'Merriweather', serif;
}
.open-sans {
  font-family: 'Open Sans', sans-serif;
}
.roboto {
  font-family: 'Roboto', sans-serif;
}
.wrap {
  width: 100%;
  padding: 0 15px;
  max-width: 1200px;
  margin: auto;
  position: relative;
}
@media (min-width: 1250px) {
  .wrap {
    padding: 0;
  }
}
.banner__title {
  position: relative;
}
@media (min-width: 768px) {
}
.banner__title img {
  width: 100%;
}
.banner__title:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.banner__title .title__center {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.banner__title .title__center h2 {
  font-family: 'Merriweather', serif;
  color: white;
  font-size: 1.5rem;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .banner__title .title__center h2 {
    font-size: 1.7rem;
  }
}
.banner__title .title__center h2 span {
  color: #c8021d;
}
.banner__title .title__center h2 a {
  font-family: 'Merriweather', serif;
  color: white;
}
.banner__title .title__center h2 a:hover {
  color: #e6e6e6;
}
.mobi {
  display: none;
}
@media (min-width: 992px) {
  .mobi {
    display: inline-block;
  }
}
.main__title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 20px;
}
.main__title h2 {
  line-height: 3rem;
  font-family: 'Merriweather', serif;
  font-weight: 500;
  border-bottom: 1px solid #c8021d;
}
.main__title .category__sponsor {
  border: 1px solid #e6e6e6;
  padding: 10px;
}
.mobilidade {
  background: #9551b4;
  color: white;
}
.interior {
  background: #cb4c39;
  color: white;
}
.cotidiano {
  background: #2ba4c2;
  color: white;
}
.tecnoligia {
  background: #6254a0;
  color: white;
}
.politica {
  background: #2bc292;
  color: white;
}
.negocios {
  background: #758325;
  color: white;
}
.play .icon-play {
  color: white;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid white;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  margin-bottom: 20px;
  top: 50%;
  left: 50%;
  z-index: 10;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.play .icon-play::after {
  content: '';
  background: #c8021d;
  position: absolute;
  width: 100%;
  border-radius: 50%;
  border: 2px solid #c8021d;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.play .icon-play i {
  line-height: 58px;
  font-size: 1.6rem;
  padding-left: 3px;
  position: relative;
  z-index: 2;
}
.play .icon-play:hover {
  border: 2px solid #c8021d;
  background: #c8021d;
}
.play .icon-play:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.ease-in-out {
  -webkit-transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
  /* ease-in-out */
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  /* ease-in-out */
}
.pagination {
  margin: 30px 0;
}
@media (min-width: 992px) {
  .pagination {
    margin: 80px 0 0;
  }
}
.pagination ul .wp-pagenavi {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.pagination ul .wp-pagenavi .last,
.pagination ul .wp-pagenavi .pages {
  display: none;
}
.pagination ul a,
.pagination ul .current {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  color: #233864;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  text-align: center;
  font-size: 1rem;
  line-height: 1.4rem;
  margin-right: 10px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.pagination ul a:hover,
.pagination ul .current:hover {
  color: white;
  background: #233864;
}
.pagination ul .extend {
  margin-right: 10px;
}
.pagination ul .current {
  color: white;
  background: #233864;
}
.pagination ul .previouspostslink {
  color: #4d4d4d;
  width: initial;
  border: none;
  border-radius: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.pagination ul .previouspostslink i {
  margin-left: 10px;
}
@media (min-width: 768px) {
  .pagination ul .previouspostslink {
    margin-right: auto;
  }
}
.pagination ul .previouspostslink:hover {
  background: none;
  color: #233864;
}
.pagination ul .nextpostslink {
  color: #4d4d4d;
  width: initial;
  border: none;
  border-radius: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.pagination ul .nextpostslink i {
  margin-left: 10px;
}
@media (min-width: 768px) {
  .pagination ul .nextpostslink {
    margin-left: auto;
  }
}
.pagination ul .nextpostslink:hover {
  background: none;
  color: #233864;
}
blockquote {
  border-left: 5px solid #cccccc;
  color: #666666;
  font-size: 1em;
  margin: 2rem 0;
  padding-left: 15px;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  max-width: 100%;
  margin: 0 auto;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
html,
button,
input,
select,
textarea {
  color: #222;
  outline: none;
}
html {
  line-height: 1.4;
  font-family: Arial;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
  margin: 0;
  padding: 0;
}
ul,
li {
  list-style-type: none;
}
a,
button,
li,
a:hover,
a:focus,
button:hover {
  outline: none;
  text-decoration: none;
  list-style: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
body {
  background: #FFF;
  opacity: 0;
  padding-top: 94px!important;
}
@media (min-width: 992px) {
  body {
    padding-top: 114px!important;
  }
}
.loaded {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
}
.main {
  width: 100%;
  padding: 0 15px;
  max-width: 1200px;
  margin: auto;
  position: relative;
  padding-top: 30px !important;
}
@media (min-width: 1250px) {
  .main {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .main {
    padding-top: 50px !important;
  }
}
.title h1,
.title h2,
.title h3,
.title h4,
.title h5,
.title h6,
.title a {
  color: #232323;
}
.title h1:hover,
.title h2:hover,
.title h3:hover,
.title h4:hover,
.title h5:hover,
.title h6:hover,
.title a:hover {
  color: #c8021d;
}
p {
  color: #666666;
}
@media (min-width: 768px) {
  p {
    line-height: 1.6rem;
  }
}
p a {
  color: #c8021d;
}
p a:hover {
  color: #960116;
}
.barrauol {
  position: fixed!important;
  z-index: 999999 !important;
  top: 0;
  overflow: hidden;
}
.js-modal {
  display: none;
  opacity: 0;
  -webkit-transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
  /* ease-in-out */
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  /* ease-in-out */
}
.js-modal.active {
  opacity: 1;
}
.ads {
  position: relative;
  z-index: 999;
}
.ads span {
  margin-bottom: 5px;
  display: inline-block;
  font-size: 0.8rem;
}
.ads .ads__border {
  border: 1px solid #e6e6e6;
  padding: 10px;
}
.ads.max-h {
  max-height: 143px;
  height: 143px;
  z-index: 9999;
}
.ads__space {
  padding: 0 0 2rem 0;
}
.header__acontece {
  width: 100%;
}
.header__acontece .header__acontece--topo {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .header__acontece .header__acontece--topo {
    margin-bottom: 30px;
  }
}
.header__acontece .header__acontece--topo .acontece__title h2 {
  font-family: 'Merriweather', serif;
  color: #626262;
  font-size: 1.5rem;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .header__acontece .header__acontece--topo .acontece__title h2 {
    font-size: 2rem;
  }
}
.header__acontece .header__acontece--topo .acontece__title h2 span {
  color: #c8021d;
}
.header__acontece .header__acontece--topo .acontece__title h2 a {
  font-family: 'Merriweather', serif;
  color: #626262;
}
.header__acontece .header__acontece--topo .acontece__title h2 a:hover {
  color: #7c7c7c;
}
@media (min-width: 992px) {
  .header__acontece .header__acontece--menu {
    display: none;
  }
}
.header__acontece .header__acontece--menu .menu-button {
  z-index: 1;
}
.header__acontece .header__acontece--nav {
  display: none;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .header__acontece .header__acontece--nav {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .header__acontece .header__acontece--nav {
    display: block !important;
  }
}
.header__acontece .header__acontece--nav ul {
  border-top: 1px solid #e6e6e6;
}
@media (min-width: 992px) {
  .header__acontece .header__acontece--nav ul {
    border-top: 0;
    border-bottom: 1px solid #c8021d;
  }
}
@media (min-width: 992px) {
  .header__acontece .header__acontece--nav ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    align-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .header__acontece .header__acontece--nav ul li:first-child {
    width: 30px;
    text-align: center;
  }
}
.header__acontece .header__acontece--nav ul li:first-child a {
  color: #c8021d;
  border-bottom: 4px solid #c8021d;
}
.header__acontece .header__acontece--nav ul li:first-child a:hover {
  color: #960116;
}
.header__acontece .header__acontece--nav ul li a {
  font-family: 'Merriweather', serif;
  display: block;
  color: #626262;
  border-bottom: 4px solid white;
  padding: 10px 0;
}
.header__acontece .header__acontece--nav ul li a:hover {
  color: #c8021d;
}
.header__acontece .header__acontece--info {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .header__acontece .header__acontece--info {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .header__acontece .header__acontece--info {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    align-content: center;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
  }
}
.header__acontece .header__acontece--info .acontece__info {
  border: 1px solid #e6e6e6;
  padding: 20px;
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .header__acontece .header__acontece--info .acontece__info {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    align-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .header__acontece .header__acontece--info .acontece__info {
    padding: 0 20px;
    margin-bottom: 0;
  }
}
.header__acontece .header__acontece--info .acontece__info .acontece__info--col {
  margin-bottom: 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (min-width: 768px) {
  .header__acontece .header__acontece--info .acontece__info .acontece__info--col {
    margin-bottom: 0;
  }
}
.header__acontece .header__acontece--info .acontece__info .acontece__info--col i {
  color: #7c7c7c;
  margin-right: 10px;
}
.header__acontece .header__acontece--info .acontece__info .acontece__info--col p {
  font-family: 'Merriweather', serif;
  color: #626262;
  font-size: 0.9rem;
}
.header__acontece .header__acontece--info .acontece__info .acontece__info--col p span {
  font-family: 'Merriweather', serif;
}
.header__acontece .header__acontece--info .acontece__info .acontece__info--col p span:first-child {
  color: #6986ad;
}
.header__acontece .header__acontece--info .acontece__info .acontece__info--col p span:last-child {
  color: #c8021d;
}
.header__acontece .header__acontece--info .acontece__info .acontece__info--col.acontece__dolar p span {
  font-family: 'Merriweather', serif;
}
.header__acontece .header__acontece--info .acontece__info .acontece__info--col.acontece__dolar p span:first-child {
  color: #c8021d;
}
.header__acontece .header__acontece--info .acontece__info .acontece__info--col.acontece__dolar p span:last-child {
  color: #b3b3b3;
}
.header__acontece .header__acontece--info .acontece__search {
  width: 100%;
}
@media (min-width: 992px) {
  .header__acontece .header__acontece--info .acontece__search {
    margin-left: 10px;
    width: 33.33333333%;
  }
}
.header__acontece .header__acontece--info .acontece__search .form-acontece {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.header__acontece .header__acontece--info .acontece__search .form-acontece input,
.header__acontece .header__acontece--info .acontece__search .form-acontece button {
  height: 60px;
  background: #fafafa;
  border: 1px solid #cccccc;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
  width: 100%;
}
.header__acontece .header__acontece--info .acontece__search .form-acontece input {
  padding-left: 20px;
  font-size: 0.9rem;
  font-family: 'Roboto', sans-serif;
}
.header__acontece .header__acontece--info .acontece__search .form-acontece input:focus {
  border: 1px solid #999999;
}
.header__acontece .header__acontece--info .acontece__search .form-acontece button {
  width: 30%;
  border: 1px solid #ea4748;
  background: #ea4748;
  color: white;
}
@media (min-width: 768px) {
  .header__acontece .header__acontece--info .acontece__search .form-acontece button {
    width: 10%;
  }
}
@media (min-width: 992px) {
  .header__acontece .header__acontece--info .acontece__search .form-acontece button {
    width: 30%;
  }
}
.header__acontece .header__acontece--info .acontece__search .form-acontece button:hover {
  background: #e41a1b;
}
.featured {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .featured {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    align-content: center;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
}
.featured .featured__column {
  width: 100%;
}
@media (min-width: 768px) {
  .featured .featured__column {
    width: 50%;
  }
}
.featured .featured__column .featured__column--item {
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .featured .featured__column .featured__column--item .card__featured {
    width: 50%;
    height: 50%;
  }
}
@media (min-width: 992px) {
  .featured .featured__column .featured__column--item .card__featured .card__featured--thumb {
    min-height: calc(475px / 2);
  }
}
.featured .featured__column .featured__column--item .card__featured .card__featured--info h2 {
  font-size: 1.2em;
}
.featured .featured__column .featured__column--item .card__featured .card__featured--info p {
  font-size: 0.8em;
}
.featured .items-featureds {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .featured .items-featureds .card__featured {
    width: 50%;
  }
  .featured .items-featureds .card__featured:nth-child(n+3) {
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .featured .items-featureds {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: column wrap;
    -moz-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    align-content: center;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    height: 475px;
  }
  .featured .items-featureds .card__featured {
    width: 50%;
  }
  .featured .items-featureds .card__featured:nth-child(n+2) {
    width: 25%;
    height: 50%;
  }
  .featured .items-featureds .card__featured:nth-child(n+2) .card__featured--info h2 {
    font-size: 1.2em;
  }
  .featured .items-featureds .card__featured:nth-child(n+2) .card__featured--info p {
    font-size: 0.8em;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .featured .items-featureds .card__featured:nth-child(n+2) .card__featured--thumb {
    min-height: calc(475px / 2);
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .featured .items-featureds .card__featured:nth-child(n+2) .card__featured--info {
    padding: 1em;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .featured .items-featureds .card__featured:nth-child(n+2) .card__featured--info h2 {
    font-size: 1.1em;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .featured .items-featureds .card__featured:nth-child(n+2) .card__featured--info h2 {
    font-size: 1.2em;
  }
}
.card__featured {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  font-size: 16px;
}
.card__featured .card__featured--thumb {
  width: 100%;
  min-height: 350px;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}
.card__featured .card__featured--thumb:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 70%;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(top, rgba(125, 185, 232, 0) 0%, #000000 100%);
  background: -webkit-linear-gradient(top, rgba(125, 185, 232, 0) 0%, #000000 100%);
  background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, #000000 100%);
}
@media (min-width: 768px) {
  .card__featured .card__featured--thumb {
    min-height: 475px;
  }
}
@media (min-width: 1200px) {
  .card__featured .card__featured--thumb {
    -webkit-transition: 5s;
    -o-transition: 5s;
    transition: 5s;
    -webkit-transition: all 5s ease-out;
    -moz-transition: all 5s ease-out;
    -o-transition: all 5s ease-out;
    transition: all 5s ease-out;
  }
}
.card__featured .card__featured--info {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 1em;
}
@media (min-width: 768px) {
  .card__featured .card__featured--info {
    padding: 2em;
  }
}
.card__featured .card__featured--info .info__cat {
  display: inline-block;
  padding: 0.2em 0.9em;
  font-size: 0.9em;
  margin-bottom: 1em;
  color: white;
  background: #c8021d;
  font-family: 'Merriweather', serif;
}
.card__featured .card__featured--info .info__cat.acontece {
  background: #c8021d;
}
.card__featured .card__featured--info .info__cat.diversao {
  background: #de7647;
}
.card__featured .card__featured--info .info__cat.carreiras-educacao {
  background: #4776c6;
}
.card__featured .card__featured--info .info__cat.esportes {
  background: #4a9d5b;
}
.card__featured .card__featured--info .info__cat.blogs {
  background: #21215f;
}
.card__featured .card__featured--info .info__cat.vida-saudavel {
  background: #0071A4;
}
.card__featured .card__featured--info h2 {
  font-size: 1.3em;
  line-height: 1.2em;
  margin-bottom: 0.5em;
  color: white;
  font-family: 'Merriweather', serif;
}
@media (min-width: 992px) {
  .card__featured .card__featured--info h2 {
    font-size: 2em;
  }
}
@media (min-width: 1200px) {
  .card__featured .card__featured--info h2 {
    font-size: 2.1em;
  }
}
.card__featured .card__featured--info p {
  color: white;
  font-size: 0.9em;
}
@media (min-width: 992px) {
  .card__featured .card__featured--info p {
    font-size: 1em;
  }
}
@media (min-width: 1200px) {
  .card__featured .card__featured--info p {
    font-size: 1.2em;
  }
}
@media (min-width: 1200px) {
  .card__featured:hover .card__featured--thumb {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.card__featured:hover .card__featured--hover {
  -webkit-transform: translate3d(0, 0%, 0);
  -moz-transform: translate3d(0, 0%, 0);
  -o-transform: translate3d(0, 0%, 0);
  -ms-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}
.card__featured:hover .card__featured--hover .hover__more {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.card__featured:hover .card__featured--hover .hover__share a:nth-child(1) {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  -o-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.card__featured:hover .card__featured--hover .hover__share a:nth-child(2) {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  -o-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.card__featured:hover .card__featured--hover .hover__share a:nth-child(3) {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  -o-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  -o-animation-delay: 0.7s;
  animation-delay: 0.7s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.card__featured .card__featured--hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.6);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: column wrap;
  -moz-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-transform: translate3d(0, 110%, 0);
  -moz-transform: translate3d(0, 110%, 0);
  -o-transform: translate3d(0, 110%, 0);
  -ms-transform: translate3d(0, 110%, 0);
  transform: translate3d(0, 110%, 0);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.card__featured .card__featured--hover .hover__more {
  margin-bottom: 10px;
}
.card__featured .card__featured--hover .hover__more a {
  display: inline-block;
  border: 1px solid white;
  color: white;
  padding: 15px;
  text-transform: uppercase;
  font-family: 'Merriweather', serif;
}
.card__featured .card__featured--hover .hover__more a:hover {
  background: white;
  color: black;
}
.card__featured .card__featured--hover .hover__share a {
  width: 35px;
  padding: 8px 0;
  text-align: center;
  display: inline-block;
  color: white;
}
.card__featured .card__featured--hover .hover__share a:nth-child(1) {
  background: #3B5998;
}
.card__featured .card__featured--hover .hover__share a:nth-child(1):hover {
  background: #4c70ba;
}
.card__featured .card__featured--hover .hover__share a:nth-child(2) {
  background: #05C6F9;
}
.card__featured .card__featured--hover .hover__share a:nth-child(2):hover {
  background: #36d2fb;
}
.card__featured .card__featured--hover .hover__share a:nth-child(3) {
  background: #DB4A39;
}
.card__featured .card__featured--hover .hover__share a:nth-child(3):hover {
  background: #e37164;
}
.latest.new__single {
  margin-top: 0px!important;
  margin-bottom: 20px;
}
.latest.new__single .latest__news .latest__title {
  border-bottom: 2px solid #c8021d;
}
.latest.new__single .latest__news .latest__title h2 {
  font-size: 1rem;
  line-height: 1.6rem;
  font-family: 'Open Sans', sans-serif;
  border-bottom: 2px solid #c8021d;
}
.latest.new__single .latest__news ul {
  list-style-type: disc;
  list-style-position: inside;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.latest.new__single .latest__news ul li {
  list-style-position: inside;
  list-style-type: disc;
  margin-right: 10px;
}
.latest.new__single .latest__news ul li:first-child {
  list-style-type: none;
}
.latest.new__single .latest__news ul li a {
  font-size: 0.9rem;
  color: #4d4d4d;
}
.latest.new__single .latest__news ul li a:hover {
  color: #c8021d;
}
@media (min-width: 992px) {
  .latest .latest__wrp {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    align-content: center;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
}
.latest .latest__news {
  width: 100%;
}
@media (min-width: 992px) {
}
.latest .latest__news .latest__title {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 20px;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.latest .latest__news .latest__title h2 {
  color: #c8021d;
  line-height: 3rem;
  font-family: 'Merriweather', serif;
  border-bottom: 1px solid #c8021d;
}
.latest .latest__news .latest__title a {
  color: #c8021d;
  font-size: 1.2rem;
  font-family: 'Merriweather', serif;
  font-weight: 300;
}
.latest .latest__news .latest__title a:hover {
  color: #960116;
}
@media (min-width: 768px) {
  .latest .latest__news--wrp {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    align-content: center;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
}
.latest .latest__news--wrp .card__latest {
  width: 100%;
}
@media (min-width: 768px) {
  .latest .latest__news--wrp .card__latest {
    width: 31.25%;
  }
}
.latest__ads {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .latest__ads {
    width: 33%;
    margin-left: 30px;
  }
}
.card__latest {
  margin-bottom: 30px;
}
.card__latest .card__latest--thumb img {
  width: 100%;
}
.card__latest .card__latest--title h2,
.card__latest .card__latest--title h3 {
  font-family: 'Merriweather', serif;
}
.card__latest .card__latest--title h3 a {
  margin: 10px 0 5px;
  color: #c8021d;
  font-size: 0.8rem;
}
.card__latest .card__latest--title h2 {
  line-height: 1;
}
.card__latest .card__latest--title h2 a {
  font-size: 1.1rem;
  color: black;
}
.card__latest .card__latest--date {
  margin: 10px 0;
  font-family: 'Roboto', sans-serif;
  font-size: 0.9rem;
  color: #999999;
}
.card__latest:hover .card__latest--title h2 a {
  color: #c8021d;
}
.news__category {
  margin: 30px 0;
}
.news__category .category__featured--header {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 20px;
}
.news__category .category__featured--header h2 {
  line-height: 3rem;
  font-family: 'Merriweather', serif;
  font-weight: 500;
  border-bottom: 1px solid #c8021d;
}
.news__category .category__featured--header .category__sponsor {
  border: 1px solid #e6e6e6;
  padding: 10px;
}
@media (min-width: 768px) {
  .news__category .category__featured {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    align-content: center;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
  }
}
.news__category .category__featured .news__category--featured {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .news__category .category__featured .news__category--featured {
    height: 350px !important;
  }
}
.news__category .category__featured .news__category--featured .category__featured--thumb:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 70%;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(top, rgba(125, 185, 232, 0) 0%, #000000 100%);
  background: -webkit-linear-gradient(top, rgba(125, 185, 232, 0) 0%, #000000 100%);
  background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, #000000 100%);
}
.news__category .category__featured .news__category--featured .category__featured--thumb img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
@media (min-width: 1200px) {
  .news__category .category__featured .news__category--featured .category__featured--thumb:hover .card__featured--thumb {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.news__category .category__featured .news__category--featured .category__featured--thumb:hover .news__category--hover {
  opacity: 1;
}
.news__category .category__featured .news__category--featured .category__featured--thumb:hover .news__category--hover .hover__more {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.news__category .category__featured .news__category--featured .category__featured--thumb:hover .news__category--hover .hover__share a:nth-child(1) {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  -o-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.news__category .category__featured .news__category--featured .category__featured--thumb:hover .news__category--hover .hover__share a:nth-child(2) {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  -o-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.news__category .category__featured .news__category--featured .category__featured--thumb:hover .news__category--hover .hover__share a:nth-child(3) {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  -o-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  -o-animation-delay: 0.7s;
  animation-delay: 0.7s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.news__category .category__featured .news__category--featured .category__featured--title {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 1rem 1.5rem;
}
.news__category .category__featured .news__category--featured .category__featured--title h2 {
  font-size: 1.3em;
  line-height: 1.2em;
  margin-bottom: 0.5em;
  color: white;
  position: relative;
  font-family: 'Merriweather', serif;
}
.news__category .category__featured .news__category--featured .category__featured--title h2:before {
  content: '';
  position: absolute;
  left: -2rem;
  top: 0;
  width: 20px;
  height: 40px;
  background: #2ba4c2;
}
@media (min-width: 992px) {
  .news__category .category__featured .news__category--featured .category__featured--title h2 {
    font-size: 2em;
  }
}
@media (min-width: 1200px) {
  .news__category .category__featured .news__category--featured .category__featured--title h2 {
    font-size: 2.1em;
  }
}
.news__category .category__featured .news__category--featured .news__category--hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.6);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: column wrap;
  -moz-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.news__category .category__featured .news__category--featured .news__category--hover .hover__more {
  margin-bottom: 10px;
}
.news__category .category__featured .news__category--featured .news__category--hover .hover__more a {
  display: inline-block;
  border: 1px solid white;
  color: white;
  padding: 15px;
  text-transform: uppercase;
  font-family: 'Merriweather', serif;
}
.news__category .category__featured .news__category--featured .news__category--hover .hover__more a:hover {
  background: white;
  color: black;
}
.news__category .category__featured .news__category--featured .news__category--hover .hover__share a {
  width: 35px;
  padding: 8px 0;
  text-align: center;
  display: inline-block;
  color: white;
}
.news__category .category__featured .news__category--featured .news__category--hover .hover__share a:nth-child(1) {
  background: #3B5998;
}
.news__category .category__featured .news__category--featured .news__category--hover .hover__share a:nth-child(1):hover {
  background: #4c70ba;
}
.news__category .category__featured .news__category--featured .news__category--hover .hover__share a:nth-child(2) {
  background: #05C6F9;
}
.news__category .category__featured .news__category--featured .news__category--hover .hover__share a:nth-child(2):hover {
  background: #36d2fb;
}
.news__category .category__featured .news__category--featured .news__category--hover .hover__share a:nth-child(3) {
  background: #DB4A39;
}
.news__category .category__featured .news__category--featured .news__category--hover .hover__share a:nth-child(3):hover {
  background: #e37164;
}
.news__category .category__featured .news__category--right {
  width: 100%;
}
@media (min-width: 768px) {
  .news__category .category__featured .news__category--right {
    width: 40%;
    margin-left: 20px;
  }
}
@media (min-width: 992px) {
  .news__category .category__featured .news__category--right {
    width: 41.66666667%;
    margin-left: 30px;
  }
}
.news__category .category__featured .news__category--right .card__category {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .news__category .news__category--list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    align-content: center;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
}
.news__category .news__category--list .card__category {
  width: 100%;
}
@media (min-width: 768px) {
  .news__category .news__category--list .card__category {
    width: 47.61904762%;
  }
}
@media (min-width: 992px) {
  .news__category .news__category--list .card__category {
    width: 23.25581395%;
  }
}
.news__more {
  width: 100%;
  text-align: right;
  border-top: 1px solid #e6e6e6;
}
.news__more a {
  padding-top: 10px;
  display: inline-block;
  color: #2ba4c2;
  font-size: 1.2rem;
  font-family: 'Merriweather', serif;
  font-weight: 300;
}
.news__more a:hover {
  color: #228198;
}
.card__category {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .card__category {
    margin-bottom: 0;
  }
}
.card__category .card__category--thumb img {
  width: 100%;
}
.card__category .card__category--title .news__cat {
  display: inline-block;
  position: relative;
  top: -1em;
  left: 1em;
  padding: 0.5em 0.9em;
  font-size: 0.9em;
  color: white;
  font-family: 'Merriweather', serif;
}
.card__category .card__category--title h2 {
  font-family: 'Merriweather', serif;
  line-height: 1;
  margin: 10px 0;
}
.card__category .card__category--title h2 a {
  font-size: 1.1rem;
  color: black;
}
.card__category .card__category--title p {
  font-size: 1rem;
}
@media (min-width: 1200px) {
  .card__category .card__category--title p {
    font-size: 1rem;
  }
}
.card__category .card__category--date {
  margin: 10px 0;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-size: 0.9rem;
  color: #999999;
}
.card__category:hover .card__category--title h2 a {
  color: #c8021d;
}
.news__category--most .most__title {
  margin-bottom: 10px;
}
.news__category--most .most__title h2 {
  font-size: 1.4rem;
  line-height: 3rem;
  color: #2bc292;
  font-family: 'Merriweather', serif;
  font-weight: 500;
}
.news__category--most .most__lists {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
}
.news__category--most .most__lists .card__most {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .news__category--most .most__lists .card__most {
    width: 45.45454545%;
  }
}
@media (min-width: 992px) {
  .news__category--most .most__lists .card__most {
    width: 31.25%;
  }
}
.news__category--second .news__more a {
  color: #2bc292;
}
.news__category--second .news__more a:hover {
  color: #229873;
}
.card__most {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.card__most .most__thumb {
  margin-right: 20px;
  width: 30%;
  max-width: 85px;
}
.card__most .most__thumb img {
  width: 100%;
}
.card__most .most__info {
  width: 70%;
}
.card__most .most__info span {
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px;
  font-family: 'Roboto', sans-serif;
  font-size: 0.8rem;
  color: #999999;
}
.card__most .most__info .most__info--order a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.card__most .most__info .most__info--order a p {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  font-family: 'Merriweather', serif;
  font-weight: 800;
  font-size: 0.9rem;
  line-height: 1.3rem;
  color: black;
}
.card__most .most__info .most__info--order a p:first-child {
  color: #2bc292;
  margin-right: 10px;
}
.card__most:hover .most__info--order a p {
  color: #2bc292;
}
.videos__featured {
  background: #232323;
}
.videos__featured .main__title {
  color: white;
}
.videos__featured .videos__wrp {
  padding-bottom: 60px;
}
@media (min-width: 992px) {
  .videos__featured .videos__wrp {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    align-content: center;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    padding-bottom: 0;
  }
}
.videos__featured .videos__wrp .card__videos {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .videos__featured .videos__wrp .card__videos {
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) {
  .videos__featured .videos__wrp .card__videos:first-child {
    width: 100%;
  }
  .videos__featured .videos__wrp .card__videos:first-child .videos__thumb {
    width: 50%;
  }
  .videos__featured .videos__wrp .card__videos:first-child .videos__play img {
    width: auto;
  }
  .videos__featured .videos__wrp .card__videos:first-child .videos__info {
    width: 50%;
  }
  .videos__featured .videos__wrp .card__videos:first-child .videos__info h2 {
    font-size: 1.1rem;
    margin-bottom: 30px;
    color: white;
  }
  .videos__featured .videos__wrp .card__videos:first-child .videos__info .videos__watch {
    margin-bottom: 40px;
  }
  .videos__featured .videos__wrp .card__videos .videos__info h2 {
    color: #8c8c8c;
    font-size: 1rem;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .videos__featured .videos__wrp .card__videos:first-child .videos__info h2 {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .videos__featured .videos__wrp .card__videos .videos__info h2 {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .videos__featured .videos__wrp .card__videos .videos__info h2 {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .videos__featured .videos__wrp .card__videos {
    width: 31.25%;
  }
  .videos__featured .videos__wrp .card__videos:first-child {
    width: 100%;
  }
  .videos__featured .videos__wrp .card__videos:first-child .videos__thumb {
    width: 60%;
  }
  .videos__featured .videos__wrp .card__videos:first-child .videos__info {
    width: 40%;
  }
}
@media (min-width: 768px) {
  .card__videos {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    align-content: center;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
}
.card__videos .videos__thumb {
  width: 100%;
  position: relative;
}
.card__videos .videos__thumb img {
  width: 100%;
}
.card__videos .videos__play {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.card__videos .videos__play:hover {
  background: rgba(0, 0, 0, 0.7);
}
.card__videos .videos__play img {
  width: 65px;
}
.card__videos .videos__info {
  width: 100%;
}
@media (min-width: 768px) {
  .card__videos .videos__info {
    padding-left: 5%;
  }
}
.card__videos .videos__info h2 {
  color: white;
  margin-bottom: 20px;
  margin-top: 10px;
  font-size: 1.1rem;
  font-family: 'Merriweather', serif;
}
@media (min-width: 768px) {
  .card__videos .videos__info h2 {
    margin-top: 0;
    font-size: 1.5rem;
  }
}
.card__videos .videos__info p {
  margin-bottom: 20px;
  color: #8c8c8c;
}
.card__videos .videos__info .videos__watch {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .card__videos .videos__info .videos__watch {
    margin-bottom: 0;
  }
}
.card__videos .videos__info .videos__watch a {
  color: #c8021d;
}
.card__videos .videos__info .videos__watch a:hover {
  color: #fa0324;
}
.card__videos .videos__info .videos__share a {
  width: 35px;
  padding: 8px 0;
  text-align: center;
  display: inline-block;
  color: white;
}
.card__videos .videos__info .videos__share a:nth-child(1) {
  background: #3B5998;
}
.card__videos .videos__info .videos__share a:nth-child(1):hover {
  background: #4c70ba;
}
.card__videos .videos__info .videos__share a:nth-child(2) {
  background: #05C6F9;
}
.card__videos .videos__info .videos__share a:nth-child(2):hover {
  background: #36d2fb;
}
.card__videos .videos__info .videos__share a:nth-child(3) {
  background: #DB4A39;
}
.card__videos .videos__info .videos__share a:nth-child(3):hover {
  background: #e37164;
}
.news__category--third {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .news__category--third .third__category--wrp .third__category--list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    align-content: center;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
}
@media (min-width: 992px) {
  .news__category--third .third__category--wrp .third__category--list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: column wrap;
    -moz-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: space-between;
    -moz-align-content: space-between;
    -ms-align-content: space-between;
    align-content: space-between;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
}
@media (min-width: 992px) {
  .news__category--third .third__category--wrp .third__category--list {
    height: 660px;
  }
}
@media (min-width: 1200px) {
  .news__category--third .third__category--wrp .third__category--list {
    height: 740px;
  }
}
.news__category--third .third__category--wrp .third__category--list .card__category {
  width: 100%;
}
@media (min-width: 768px) {
  .news__category--third .third__category--wrp .third__category--list .card__category {
    width: 30.3030303%;
  }
  .news__category--third .third__category--wrp .third__category--list .card__category .card__category--title .news__cat,
  .news__category--third .third__category--wrp .third__category--list .card__category .card__category--title p {
    display: none;
  }
}
@media (min-width: 992px) {
  .news__category--third .third__category--wrp .third__category--list .card__category {
    width: 17.64705882%;
    height: 50%;
  }
  .news__category--third .third__category--wrp .third__category--list .card__category:first-child {
    width: 40%;
    height: 100%;
  }
  .news__category--third .third__category--wrp .third__category--list .card__category .card__category--title .news__cat,
  .news__category--third .third__category--wrp .third__category--list .card__category .card__category--title p {
    display: inline-block;
  }
}
.news__category--fourth {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .news__category--fourth .category__fourth--wrp {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    align-content: center;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
}
.news__category--fourth .category__fourth--wrp .category--fourth--col {
  width: 100%;
}
@media (min-width: 992px) {
  .news__category--fourth .category__fourth--wrp .category--fourth--col {
    width: 48.7804878%;
  }
}
.news__category--fourth .category__fourth--wrp .category--fourth--col .category__fourth--list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.news__category--fourth .category__fourth--wrp .category--fourth--col .category__fourth--list .card__category {
  width: 100%;
  margin-bottom: 30px;
}
.news__category--fourth .category__fourth--wrp .category--fourth--col .category__fourth--list .card__category:first-child {
  width: 100%;
}
@media (min-width: 768px) {
  .news__category--fourth .category__fourth--wrp .category--fourth--col .category__fourth--list .card__category {
    width: 47.61904762%;
  }
}
.whatsapp__featured {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .whatsapp__featured {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    align-content: center;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
  }
}
.whatsapp__featured .whatsapp {
  background: #6eb72f;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 30px;
  width: 100%;
}
.whatsapp__featured .whatsapp:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.3) 80%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.3) 80%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.3) 80%);
}
@media (min-width: 768px) {
  .whatsapp__featured .whatsapp {
    margin-right: 2.5%;
    margin-bottom: 0;
    width: 36%;
  }
}
.whatsapp__featured .whatsapp .whatsapp__info {
  padding: 8%;
  text-align: center;
  position: relative;
  z-index: 2;
}
.whatsapp__featured .whatsapp .whatsapp__info i,
.whatsapp__featured .whatsapp .whatsapp__info h3,
.whatsapp__featured .whatsapp .whatsapp__info a {
  color: white;
}
.whatsapp__featured .whatsapp .whatsapp__info i {
  font-size: 5rem;
}
.whatsapp__featured .whatsapp .whatsapp__info h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  margin: 10% 0;
}
.whatsapp__featured .whatsapp .whatsapp__info a {
  display: block;
  padding: 20px;
  border: 1px solid white;
  font-size: 2rem;
}
.whatsapp__featured .whatsapp .whatsapp__info a:hover {
  background: white;
  color: #6eb72f;
}
.whatsapp__featured .whatsapp__featured--post {
  width: 100%;
}
@media (min-width: 768px) {
  .whatsapp__featured .whatsapp__featured--post {
    width: 64%;
  }
}
.whatsapp__featured .whatsapp__featured--post .slick-arrow {
  position: absolute;
  bottom: 0;
  z-index: 99;
  background: #3D62B0;
  border: 0;
  box-shadow: none;
  padding: 15px;
  color: white;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.whatsapp__featured .whatsapp__featured--post .slick-arrow:hover {
  background: #304d8a;
}
.whatsapp__featured .whatsapp__featured--post .slick-arrow.slick-prev {
  right: 43px;
}
.whatsapp__featured .whatsapp__featured--post .slick-arrow.slick-next {
  right: 0;
}
.whatsapp__featured .whatsapp__featured--post .card__featured .card__featured--thumb {
  min-height: 385px;
}
.blogs__posts {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .blogs__posts .blogs__wrp {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    align-content: center;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
}
.blogs__posts .blogs__partner {
  border: 1px solid #e6e6e6;
  width: 100%;
  padding: 30px 50px;
}
@media (min-width: 992px) {
  .blogs__posts .blogs__partner {
    margin-right: 3.2%;
  }
}
.blogs__posts .blogs__partner .blogs__list h2 {
  font-family: 'Merriweather', serif;
  font-size: 1.5rem;
  color: #666666;
  margin-bottom: 30px;
}
.blogs__posts .blogs__partner .blogs__list h2 span {
  color: black;
}
@media (min-width: 768px) {
  .blogs__posts .blogs__partner .blogs__list ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 3em;
    -moz-column-gap: 3em;
    column-gap: 3em;
  }
}
.blogs__posts .blogs__partner .blogs__list ul li {
  list-style: initial;
}
.blogs__posts .blogs__partner .blogs__list ul li a {
  font-family: 'Roboto', sans-serif;
  display: inline-block;
  margin: 10px 0;
  color: #626262;
}
.blogs__posts .blogs__partner .blogs__list ul li a:hover {
  color: #c8021d;
}
.not__found {
  height: 60vh;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: column wrap;
  -moz-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (min-width: 768px) {
  .not__found {
    height: 50vh;
  }
}
.not__found .icon__text {
  font-size: 4rem;
  font-family: 'Merriweather', serif;
  font-weight: bold;
  color: #cccccc;
}
@media (min-width: 992px) {
  .not__found .icon__text {
    font-size: 5rem;
  }
}
.not__found h2 {
  font-size: 3rem;
  font-family: 'Merriweather', serif;
}
@media (min-width: 992px) {
  .not__found h2 {
    font-size: 4rem;
  }
}
.not__found p {
  background: #2ba4c2;
  font-family: 'Merriweather', serif;
  color: white;
  padding: 20px 30px;
  font-weight: bold;
  margin: 20px 0;
}
@media (min-width: 992px) {
  .not__found p {
    font-size: 1.5rem;
  }
}
.not__found a {
  color: #666666;
  text-transform: uppercase;
  font-size: 0.8rem;
}
.not__found a:hover {
  color: #2ba4c2;
}
.latest__archive {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .latest__archive .latest__news--wrp {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    align-content: center;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
}
.latest__archive .latest__news--wrp .card__latest {
  width: 100%;
}
@media (min-width: 768px) {
  .latest__archive .latest__news--wrp .card__latest {
    width: 47.61904762%;
  }
}
@media (min-width: 992px) {
  .latest__archive .latest__news--wrp .card__latest {
    width: 22.98850575%;
  }
}
.latest__archive .latest__news--wrp.all__posts {
  border-bottom: 1px solid #cccccc;
}
.latest__archive .latest__news--wrp.all__posts .ads {
  margin-bottom: 30px;
}
.latest__archive .latest__news--wrp.all__posts.one__spaces::after {
  content: '';
  width: 100%;
}
@media (min-width: 992px) {
  .latest__archive .latest__news--wrp.all__posts.one__spaces::after {
    width: 23.09468822%;
  }
}
.latest__archive .latest__news--wrp.all__posts.two__spaces::after {
  content: '';
  width: 100%;
}
@media (min-width: 992px) {
  .latest__archive .latest__news--wrp.all__posts.two__spaces::after {
    width: 48.6381323%;
  }
}
.latest__archive .all__posts--load {
  margin-top: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.latest__archive .all__posts--load .all__load {
  color: #c8021d;
  text-align: center;
  cursor: pointer;
  padding: 30px;
  font-size: 1.2rem;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.latest__archive .all__posts--load .all__load button {
  background: none;
  border: none;
  box-shadow: none;
}
.latest__archive .all__posts--load .all__load button i {
  color: #c8021d;
}
.latest__archive .all__posts--load .all__load p {
  font-family: 'Merriweather', serif;
  color: #c8021d;
}
.latest__archive .all__posts--load .all__load:hover {
  opacity: 0.7;
}
.single__wrp {
  position: relative;
  margin-top: 60px;
}
@media (min-width: 992px) {
  .single__wrp {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    align-content: center;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
}
.single__wrp .single__content {
  width: 100%;
}
@media (min-width: 992px) {
  .single__wrp .single__content {
    width: 70%;
  }
}
.single__wrp .single__content .latest {
  margin-top: 60px;
}
.single__wrp .single__sidebar {
  width: 100%;
}
@media (min-width: 992px) {
  .single__wrp .single__sidebar {
    width: 25%;
  }
}
.single__wrp .single__sidebar .sidebar__read .card__most {
  padding: 20px 0;
  border-bottom: 1px solid #e6e6e6;
}
.single__wrp .single__sidebar .sidebar__read .card__most:last-child {
  border-bottom: 0;
}
.single__wrp .single__sidebar .sidebar__read .card__most .most__info {
  width: 60%;
}
.single__wrp .single__sidebar .sidebar__read .card__most .most__info span {
  display: none;
}
.single__wrp .single__sidebar .sidebar__read .card__most .most__thumb {
  width: 40%;
  max-width: 100px;
  margin-right: 10px;
  overflow: hidden;
  height: 75px;
}
.single__wrp .single__sidebar .sidebar__read .card__most .most__thumb a {
  width: 100%;
}
.single__wrp .single__sidebar .sidebar__read .card__most .most__thumb a img {
  object-fit: cover;
}
.single__wrp .single__sidebar .sidebar__read .card__most .most__info--order a p {
  font-weight: normal;
  color: #666666;
}
.single__wrp .single__sidebar .sidebar__read .card__most .most__info--order a p:first-child {
  color: #2ba4c2;
}
.single__wrp .single__sidebar .sidebar__read .card__most .most__info--order a:hover p {
  color: #2ba4c2;
}
.single__wrp .single__sidebar .sidebar__videos {
  margin-top: 30px;
}
.single__wrp .single__sidebar .sidebar__videos .card__videos {
  padding: 20px 0;
  border-bottom: 1px solid #e6e6e6;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .single__wrp .single__sidebar .sidebar__videos .card__videos {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    align-content: center;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
  }
}
.single__wrp .single__sidebar .sidebar__videos .card__videos:last-child {
  border-bottom: 0;
}
.single__wrp .single__sidebar .sidebar__videos .card__videos .videos__thumb {
  width: 55%;
  margin-right: 5%;
}
@media (min-width: 768px) {
  .single__wrp .single__sidebar .sidebar__videos .card__videos .videos__thumb {
    width: 30%;
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .single__wrp .single__sidebar .sidebar__videos .card__videos .videos__thumb {
    width: 60%;
  }
}
.single__wrp .single__sidebar .sidebar__videos .card__videos .videos__thumb img {
  width: 100%;
  height: 82px;
  object-fit: cover;
}
.single__wrp .single__sidebar .sidebar__videos .card__videos .videos__play {
  width: 100%;
  height: 100%;
}
.single__wrp .single__sidebar .sidebar__videos .card__videos .videos__play img {
  width: 65px;
  height: auto;
}
.single__wrp .single__sidebar .sidebar__videos .card__videos .videos__info h2 {
  color: #666666;
  font-size: 0.9rem;
  margin-bottom: 0;
}
.single__wrp {
  position: relative;
  margin-top: 30px;
}
@media (min-width: 992px) {
  .single__wrp {
    margin-top: 40px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    align-content: center;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
}
.single__wrp .blog__single__content {
  width: 100%;
}
@media (min-width: 992px) {
  .single__wrp .blog__single__content {
    width: 70%;
  }
}
.single__wrp .blog__single__content .latest {
  margin-top: 60px;
}
.single__wrp .single__sidebar {
  width: 100%;
}
@media (min-width: 992px) {
  .single__wrp .single__sidebar {
    width: 25%;
  }
}
.single__wrp .single__sidebar .sidebar__read .card__most {
  padding: 20px 0;
  border-bottom: 1px solid #e6e6e6;
}
.single__wrp .single__sidebar .sidebar__read .card__most:last-child {
  border-bottom: 0;
}
.single__wrp .single__sidebar .sidebar__read .card__most .most__info {
  width: 60%;
}
.single__wrp .single__sidebar .sidebar__read .card__most .most__info span {
  display: none;
}
.single__wrp .single__sidebar .sidebar__read .card__most .most__thumb {
  width: 40%;
  max-width: 100px;
  margin-right: 10px;
  overflow: hidden;
  height: 75px;
}
.single__wrp .single__sidebar .sidebar__read .card__most .most__thumb a {
  width: 100%;
}
.single__wrp .single__sidebar .sidebar__read .card__most .most__thumb a img {
  object-fit: cover;
}
.single__wrp .single__sidebar .sidebar__read .card__most .most__info--order a p {
  font-weight: normal;
  color: #666666;
}
.single__wrp .single__sidebar .sidebar__read .card__most .most__info--order a p:first-child {
  color: #2ba4c2;
}
.single__wrp .single__sidebar .sidebar__read .card__most .most__info--order a:hover p {
  color: #2ba4c2;
}
.single__wrp .single__sidebar .sidebar__videos {
  margin-top: 30px;
}
.single__wrp .single__sidebar .sidebar__videos .card__videos {
  padding: 20px 0;
  border-bottom: 1px solid #e6e6e6;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .single__wrp .single__sidebar .sidebar__videos .card__videos {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    align-content: center;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
  }
}
.single__wrp .single__sidebar .sidebar__videos .card__videos:last-child {
  border-bottom: 0;
}
.single__wrp .single__sidebar .sidebar__videos .card__videos .videos__thumb {
  width: 55%;
  margin-right: 5%;
}
@media (min-width: 768px) {
  .single__wrp .single__sidebar .sidebar__videos .card__videos .videos__thumb {
    width: 30%;
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .single__wrp .single__sidebar .sidebar__videos .card__videos .videos__thumb {
    width: 60%;
  }
}
.single__wrp .single__sidebar .sidebar__videos .card__videos .videos__thumb img {
  width: 100%;
  height: 82px;
  object-fit: cover;
}
.single__wrp .single__sidebar .sidebar__videos .card__videos .videos__play {
  width: 100%;
  height: 100%;
}
.single__wrp .single__sidebar .sidebar__videos .card__videos .videos__play img {
  width: 65px;
  height: auto;
}
.single__wrp .single__sidebar .sidebar__videos .card__videos .videos__info h2 {
  color: #666666;
  font-size: 0.9rem;
  margin-bottom: 0;
}
.wrap__content {
  position: relative;
}
.wrap__content .main {
  padding-top: 0 !important;
}
.single__share {
  position: absolute;
  top: 0;
  width: 130px;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: transform 500ms cubic-bezier(0.68, 0, 0.265, 1);
  /* older webkit */
  -webkit-transition: transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  /* easeInOutBack */
  -webkit-transition-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
  /* older webkit */
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  /* easeInOutBack */
  z-index: 99;
}
@media (min-width: 1500px) {
  .single__share {
    -webkit-transform: translateX(10%);
    -moz-transform: translateX(10%);
    -o-transform: translateX(10%);
    -ms-transform: translateX(10%);
    transform: translateX(10%);
  }
}
@media (min-width: 1550px) {
  .single__share {
    -webkit-transform: translateX(30%);
    -moz-transform: translateX(30%);
    -o-transform: translateX(30%);
    -ms-transform: translateX(30%);
    transform: translateX(30%);
  }
}
@media (min-width: 1620px) {
  .single__share {
    -webkit-transform: translateX(40%);
    -moz-transform: translateX(40%);
    -o-transform: translateX(40%);
    -ms-transform: translateX(40%);
    transform: translateX(40%);
  }
}
@media (min-width: 1700px) {
  .single__share {
    -webkit-transform: translateX(60%);
    -moz-transform: translateX(60%);
    -o-transform: translateX(60%);
    -ms-transform: translateX(60%);
    transform: translateX(60%);
  }
}
.single__share.active {
  -webkit-transform: translateX(10%);
  -moz-transform: translateX(10%);
  -o-transform: translateX(10%);
  -ms-transform: translateX(10%);
  transform: translateX(10%);
}
@media (min-width: 1200px) {
  .single__share.active {
    -webkit-transform: translateX(30%);
    -moz-transform: translateX(30%);
    -o-transform: translateX(30%);
    -ms-transform: translateX(30%);
    transform: translateX(30%);
  }
}
.single__share .single__share--mobile {
  position: absolute;
  right: -30px;
  color: white;
  background: black;
  padding: 10px;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.single__share .single__share--mobile .fa.fa-angle-double-left {
  -webkit-animation: none;
  animation: none;
}
.single__share .single__share--mobile .fa.fa-angle-double-left:before {
  content: "\f100" !important;
  font-size: 1.2rem;
}
@media (min-width: 992px) {
  .single__share .single__share--mobile .fa.fa-angle-double-left:before {
    font-size: 1.6rem;
  }
}
@media (min-width: 1200px) {
  .single__share .single__share--mobile .fa.fa-angle-double-left:before {
    font-size: 1.2rem;
  }
}
@media (min-width: 1500px) {
  .single__share .single__share--mobile {
    display: none;
  }
}
.single__share .single__share--mobile:hover {
  color: #c8021d;
}
.single__share .single__share--options .single__share--total {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: column wrap;
  -moz-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: black;
  padding: 30px;
}
.single__share .single__share--options .single__share--total h2 {
  color: white;
  font-family: 'Roboto', sans-serif;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1;
}
.single__share .single__share--options .single__share--total span {
  font-size: 0.9rem;
  line-height: 1;
  font-family: 'Roboto', sans-serif;
  color: #b3b3b3;
}
.single__share .single__share--options .single__share--socials {
  background: white;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border-right: 1px solid #b3b3b3;
}
.single__share .single__share--options .single__share--socials a,
.single__share .single__share--options .single__share--socials .modal__email--btn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 50%;
  height: 50px;
  cursor: pointer;
  color: black;
  border-left: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
}
.single__share .single__share--options .single__share--socials a:hover,
.single__share .single__share--options .single__share--socials .modal__email--btn:hover {
  color: white;
}
.single__share .single__share--options .single__share--socials a:hover:nth-child(1),
.single__share .single__share--options .single__share--socials .modal__email--btn:hover:nth-child(1) {
  background: #3B5998;
}
.single__share .single__share--options .single__share--socials a:hover:nth-child(2),
.single__share .single__share--options .single__share--socials .modal__email--btn:hover:nth-child(2) {
  background: #05C6F9;
}
.single__share .single__share--options .single__share--socials a:hover:nth-child(3),
.single__share .single__share--options .single__share--socials .modal__email--btn:hover:nth-child(3) {
  background: #666666;
}
.single__share .single__share--options .single__share--socials a:hover:nth-child(4),
.single__share .single__share--options .single__share--socials .modal__email--btn:hover:nth-child(4) {
  background: #DB4A39;
}
.single__share .single__share--options .single__share--read {
  border-left: 1px solid #b3b3b3;
  border-right: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: column wrap;
  -moz-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 30px;
  cursor: pointer;
  height: 100%;
  background: #f4f4f5;
  text-align: center;
  color: black;
}
.single__share .single__share--options .single__share--read:hover {
  color: white;
  background: black;
}
.wrap__content {
  position: relative;
}
.wrap__content .main {
  padding-top: 0 !important;
}
.blog__single__share--socials {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.blog__single__share--socials a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  cursor: pointer;
  color: white;
  margin-left: 10px;
}
.blog__single__share--socials a:nth-child(1) {
  background: #3B5998;
}
.blog__single__share--socials a:nth-child(2) {
  background: #05C6F9;
}
.blog__single__share--socials a:nth-child(3) {
  background: #DB4A39;
}
.blog__single__share--socials a:hover {
  color: white;
}
.blog__single__share--socials a:hover:nth-child(1) {
  background: #4c70ba;
}
.blog__single__share--socials a:hover:nth-child(2) {
  background: #36d2fb;
}
.blog__single__share--socials a:hover:nth-child(3) {
  background: #e37164;
}
.blog__single__share {
  position: absolute;
  top: 0;
  width: 130px;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: transform 500ms cubic-bezier(0.68, 0, 0.265, 1);
  /* older webkit */
  -webkit-transition: transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  /* easeInOutBack */
  -webkit-transition-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
  /* older webkit */
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  /* easeInOutBack */
  z-index: 99;
}
@media (min-width: 1500px) {
  .blog__single__share {
    -webkit-transform: translateX(10%);
    -moz-transform: translateX(10%);
    -o-transform: translateX(10%);
    -ms-transform: translateX(10%);
    transform: translateX(10%);
  }
}
@media (min-width: 1550px) {
  .blog__single__share {
    -webkit-transform: translateX(30%);
    -moz-transform: translateX(30%);
    -o-transform: translateX(30%);
    -ms-transform: translateX(30%);
    transform: translateX(30%);
  }
}
@media (min-width: 1620px) {
  .blog__single__share {
    -webkit-transform: translateX(40%);
    -moz-transform: translateX(40%);
    -o-transform: translateX(40%);
    -ms-transform: translateX(40%);
    transform: translateX(40%);
  }
}
@media (min-width: 1700px) {
  .blog__single__share {
    -webkit-transform: translateX(60%);
    -moz-transform: translateX(60%);
    -o-transform: translateX(60%);
    -ms-transform: translateX(60%);
    transform: translateX(60%);
  }
}
.blog__single__share.active {
  -webkit-transform: translateX(10%);
  -moz-transform: translateX(10%);
  -o-transform: translateX(10%);
  -ms-transform: translateX(10%);
  transform: translateX(10%);
}
@media (min-width: 1200px) {
  .blog__single__share.active {
    -webkit-transform: translateX(30%);
    -moz-transform: translateX(30%);
    -o-transform: translateX(30%);
    -ms-transform: translateX(30%);
    transform: translateX(30%);
  }
}
.blog__single__share .single__share--mobile {
  position: absolute;
  right: -30px;
  color: white;
  background: black;
  padding: 10px;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.blog__single__share .single__share--mobile .fa.fa-angle-double-left:before {
  content: "\f100" !important;
  font-size: 1.2rem;
}
@media (min-width: 992px) {
  .blog__single__share .single__share--mobile .fa.fa-angle-double-left:before {
    font-size: 1.6rem;
  }
}
@media (min-width: 1200px) {
  .blog__single__share .single__share--mobile .fa.fa-angle-double-left:before {
    font-size: 1.2rem;
  }
}
@media (min-width: 1500px) {
  .blog__single__share .single__share--mobile {
    display: none;
  }
}
.blog__single__share .single__share--mobile:hover {
  color: #c8021d;
}
.blog__single__share .single__share--options .single__share--total {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: column wrap;
  -moz-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: black;
  padding: 30px;
}
.blog__single__share .single__share--options .single__share--total h2 {
  color: white;
  font-family: 'Roboto', sans-serif;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1;
}
.blog__single__share .single__share--options .single__share--total span {
  font-size: 0.9rem;
  line-height: 1;
  font-family: 'Roboto', sans-serif;
  color: #b3b3b3;
}
.blog__single__share .single__share--options .single__share--read {
  border-left: 1px solid #b3b3b3;
  border-right: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: column wrap;
  -moz-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 30px;
  cursor: pointer;
  height: 100%;
  background: #f4f4f5;
  text-align: center;
  color: black;
}
.blog__single__share .single__share--options .single__share--read:hover {
  color: white;
  background: black;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
.single__header {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .single__header {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    align-content: center;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
  }
}
.single__header .single__cat {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 10px 20px;
  background: #2ba4c2;
  color: white;
  font-weight: bold;
  font-family: 'Merriweather', serif;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .single__header .single__cat {
    margin-bottom: 0;
  }
}
.single__header .single__options .single__options--btn {
  padding: 10px;
  width: 42px;
  text-align: center;
  font-size: 1rem;
  background: white;
  box-shadow: none;
  border: 1px solid #e6e6e6;
  color: #666666;
}
.single__header .single__options .single__options--btn:hover {
  border: 1px solid #999999;
}
.single__content--wrp h2 {
  font-family: 'Merriweather', serif;
  font-size: 1.5rem;
  color: #262626;
  font-weight: 900;
}
@media (min-width: 768px) {
  .single__content--wrp h2 {
    max-width: 80%;
    font-size: 2.2rem;
  }
}
.single__content--wrp p {
  margin: 0 0 20px 0;
  font-family: 'Roboto', sans-serif;
  line-height: 2rem;
}
.single__content--wrp img {
  width: 100%;
}
@media (min-width: 992px) {
  .single__content--wrp img {
    width: initial;
    max-width: 100%;
  }
}
.single__content--wrp audio {
  width: 100%;
}
@media (min-width: 1200px) {
}
.single__content--wrp .content__by h3 {
  font-family: 'Merriweather', serif;
  color: #262626;
  font-style: italic;
  color: black;
  font-size: 0.9rem;
}
@media (min-width: 768px) {
  .single__content--wrp .content__by h3 {
    font-size: 1.2rem;
  }
}
.single__content--wrp .content__by h3 a {
  font-family: 'Merriweather', serif;
  color: #2ba4c2;
}
.single__content--wrp .content__by h3 a:hover {
  text-decoration: underline;
}
.single__content--wrp .content__by span {
  display: inline-block;
  margin: 30px 0;
  color: #666666;
}
.single__content--wrp .sidebar__read.alignnone,
.single__content--wrp .sidebar__read.aligncenter {
  display: block;
  width: 100%;
}
.single__content--wrp .sidebar__read.alignleft {
  width: 100%;
}
@media (min-width: 768px) {
  .single__content--wrp .sidebar__read.alignleft {
    margin: 5px 20px 20px 0;
    width: 50%;
  }
}
.single__content--wrp .sidebar__read.alignright {
  width: 100%;
}
@media (min-width: 768px) {
  .single__content--wrp .sidebar__read.alignright {
    margin: 5px 0 20px 20px;
    width: 50%;
  }
}
.single__content--wrp .sidebar__read .sidebar__title {
  margin-bottom: 30px;
}
.single__content--wrp .sidebar__read .card__most {
  margin-bottom: 20px;
}
.single__content--wrp .sidebar__read .card__most .most__info {
  width: 100%;
}
.single__content--wrp .sidebar__read .card__most .most__info .most__info--order a p {
  color: #c8021d;
}
.single__content--wrp .sidebar__read .card__most .most__info .most__info--order a p:hover {
  color: #960116;
}
.blog__single__header {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .blog__single__header {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    align-content: center;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
  }
}
.blog__single__header .single__cat {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 10px 20px;
  background: #2ba4c2;
  color: white;
  font-weight: bold;
  font-family: 'Merriweather', serif;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .blog__single__header .single__cat {
    margin-bottom: 0;
  }
}
.blog__single__header {
  padding-bottom: 30px;
  border-bottom: 1px solid #cccccc;
  position: relative;
}
@media (min-width: 768px) {
  .blog__single__header {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    align-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
.blog__single__header:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 150px;
  height: 1px;
  background: #233864;
  display: none;
}
@media (min-width: 768px) {
  .blog__single__header:after {
    display: block;
  }
}
.blog__single__header .single__header--title {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .blog__single__header .single__header--title {
    margin-bottom: 0;
  }
}
.blog__single__header .single__header--title h1 {
  color: #233864;
  font-family: 'Merriweather', serif;
  font-weight: 600;
}
@media (min-width: 992px) {
  .blog__single__header .single__header--title h1 {
    font-size: 3.5rem;
  }
}
.blog__single__header .single__header--title p {
  font-family: 'Merriweather', serif;
  font-weight: 100;
}
@media (min-width: 768px) {
  .blog__single__header .single__header--title p {
    font-size: 1.1rem;
  }
}
@media (min-width: 992px) {
  .blog__single__header .single__header--title p {
    font-size: 1.6rem;
  }
}
.blog__single__header .single__header--title p a {
  font-family: 'Merriweather', serif;
  color: #666666;
}
.blog__single__header .single__header--title p a:hover {
  color: #3D62B0;
}
.blog__single__search {
  width: 100%;
}
@media (min-width: 768px) {
  .blog__single__search {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .blog__single__search {
    margin-left: 10px;
    width: 33.33333333%;
  }
}
.blog__single__search .form-single {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.blog__single__search .form-single input,
.blog__single__search .form-single button {
  height: 60px;
  background: #fafafa;
  border: 1px solid #cccccc;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
  width: 100%;
}
.blog__single__search .form-single input {
  padding-left: 20px;
  font-size: 0.9rem;
  font-family: 'Roboto', sans-serif;
}
.blog__single__search .form-single input:focus {
  border: 1px solid #999999;
}
.blog__single__search .form-single button {
  width: 30%;
  border: 1px solid #b3b3b3;
  background: #b3b3b3;
  color: white;
}
@media (min-width: 768px) {
  .blog__single__search .form-single button {
    width: 30%;
  }
}
@media (min-width: 992px) {
  .blog__single__search .form-single button {
    width: 30%;
  }
}
.blog__single__search .form-single button:hover {
  background: #999999;
  border: 1px solid #999999;
}
.single__options {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
.single__options .single__options--btn {
  padding: 10px;
  width: 32%;
  text-align: center;
  font-size: 0.9rem;
  background: white;
  box-shadow: none;
  margin-top: -1px;
  border: 1px solid #b3b3b3;
  color: #666666;
}
.single__options .single__options--btn:hover {
  border: 1px solid #666666;
}
.archive__single .archive__last {
  margin-bottom: 40px;
}
.blog__single__content--wrp {
  margin: 0 0 20px 0;
  font-family: 'Roboto', sans-serif;
  line-height: 2rem;
  color: #666666;
}
.blog__single__content--wrp h2 {
  font-family: 'Merriweather', serif;
  font-size: 1.5rem;
  line-height: 1.42857143;
  color: #262626;
  font-weight: 600;
}
@media (min-width: 768px) {
  .blog__single__content--wrp h2 {
    max-width: 80%;
    font-size: 2.2rem;
  }
}
.blog__single__content--wrp h2 a {
  font-family: 'Merriweather', serif;
  font-size: 1.5rem;
  line-height: 1.42857143;
  color: #262626;
  font-weight: 600;
}
@media (min-width: 768px) {
  .blog__single__content--wrp h2 a {
    max-width: 80%;
    font-size: 2.2rem;
  }
}
.blog__single__content--wrp h2 a:hover {
  color: #233864;
}
.blog__single__content--wrp p,
.blog__single__content--wrp p span {
  margin: 0 0 20px 0;
  font-family: 'Roboto', sans-serif;
  line-height: 2rem;
}
.blog__single__content--wrp p a.more-link,
.blog__single__content--wrp p span a.more-link {
  display: block;
  margin: 20px 0;
  font-weight: bold;
  font-size: 0.9rem;
  color: #233864;
}
.blog__single__content--wrp img {
  width: 100%;
}
@media (min-width: 992px) {
  .blog__single__content--wrp img {
    width: initial;
    max-width: 100%;
  }
}
.blog__single__content--wrp audio {
  width: 100%;
}
@media (min-width: 1200px) {
}
.blog__single__content--wrp .content__by {
  margin: 20px 0;
}
@media (min-width: 768px) {
  .blog__single__content--wrp .content__by {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    align-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
.blog__single__content--wrp .content__by h3 {
  font-family: 'Open Sans', sans-serif;
  color: #262626;
  color: #666666;
  font-weight: normal;
  font-size: 0.9rem;
}
@media (min-width: 768px) {
  .blog__single__content--wrp .content__by h3 {
    font-size: 1rem;
  }
}
.blog__single__content--wrp .content__by h3 a {
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  color: #1e2e4f;
}
.blog__single__content--wrp .content__by h3 a:hover {
  text-decoration: underline;
}
.blog__single__content--wrp .content__by span {
  display: inline-block;
  margin: 30px 0;
  color: #666666;
}
.blog__single__content--wrp .sidebar__read.alignnone,
.blog__single__content--wrp .sidebar__read.aligncenter {
  display: block;
  width: 100%;
}
.blog__single__content--wrp .sidebar__read.alignleft {
  width: 100%;
}
@media (min-width: 768px) {
  .blog__single__content--wrp .sidebar__read.alignleft {
    margin: 5px 20px 20px 0;
    width: 50%;
  }
}
.blog__single__content--wrp .sidebar__read.alignright {
  width: 100%;
}
@media (min-width: 768px) {
  .blog__single__content--wrp .sidebar__read.alignright {
    margin: 5px 0 20px 20px;
    width: 50%;
  }
}
.blog__single__content--wrp .sidebar__read .sidebar__title {
  margin-bottom: 20px;
}
.blog__single__content--wrp .sidebar__read .card__most {
  margin-bottom: 20px;
}
.blog__single__content--wrp .sidebar__read .card__most .most__info {
  width: 100%;
}
.blog__single__content--wrp .sidebar__read .card__most .most__info .most__info--order a p {
  color: #c8021d;
}
.blog__single__content--wrp .sidebar__read .card__most .most__info .most__info--order a p:hover {
  color: #960116;
}
.sidebar__title {
  padding: 0 0 10px 0;
  border-bottom: 1px solid #e6e6e6;
}
.sidebar__title h3 {
  font-family: 'Merriweather', serif;
  color: #262626;
  color: black;
  font-size: 1rem;
  font-weight: normal;
}
.sidebar__title h3 a {
  font-family: 'Merriweather', serif;
  color: #2ba4c2;
}
.sidebar__title h3 a:hover {
  text-decoration: underline;
}
.widget {
  margin-bottom: 2em;
}
.widget .textwidget {
  border-top: #21215f 2px solid;
  padding-top: 1.25em;
}
.widget .widgettitle {
  color: #21215f;
  font: 900 1em "Open Sans", sans-serif;
  margin: 0;
  padding: 0 0 5px;
  display: inline-block;
  text-transform: lowercase;
  border-bottom: 2px solid #21215f;
}
.widget ul {
  font-size: .625em;
  padding-left: 15px;
  margin: 0;
  border-top: #21215f 2px solid;
  padding-top: 1.25em;
}
.widget ul li a {
  color: #626262;
  font-size: 1.3em;
  display: block;
  padding: 5px 0 5px 5px;
}
.widget ul li a:hover {
  color: #c8021d;
}
.widget .searchform {
  border-top: #21215f 2px solid;
  padding-top: 1.25em;
}
.widget .searchform .screen-reader-text {
  display: none;
}
.widget .searchform > div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.widget .searchform input {
  height: 60px;
  background: #fafafa;
  border: 1px solid #cccccc;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
  width: 100%;
}
.widget .searchform input {
  padding-left: 20px;
  font-size: 0.9rem;
  font-family: 'Roboto', sans-serif;
}
.widget .searchform input:focus {
  border: 1px solid #999999;
}
.widget .searchform input[type="submit"] {
  width: 30%;
  border: 1px solid #b3b3b3;
  background: #b3b3b3;
  color: white;
}
@media (min-width: 768px) {
  .widget .searchform input[type="submit"] {
    width: 30%;
  }
}
@media (min-width: 992px) {
  .widget .searchform input[type="submit"] {
    width: 30%;
  }
}
.widget .searchform input[type="submit"]:hover {
  background: #999999;
  border: 1px solid #999999;
}
.cont-autor {
  margin: 20px 0 30px;
}
.cont-autor .img-author {
  margin: auto;
  display: block;
  text-align: center;
  border-radius: 50%;
}
.cont-autor .name {
  text-align: center;
  color: #233864;
  margin: 20px 0;
}
.cont-autor p,
.cont-autor p span {
  margin: 0 0 20px 0;
  font-family: 'Roboto', sans-serif;
  line-height: 2rem;
}
.cont-autor p a.more-link,
.cont-autor p span a.more-link {
  display: block;
  margin: 20px 0;
  font-weight: bold;
  font-size: 0.9rem;
  color: #233864;
}
.read {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 99999;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translate3d(0, 220px, 0);
  -moz-transform: translate3d(0, 220px, 0);
  -o-transform: translate3d(0, 220px, 0);
  -ms-transform: translate3d(0, 220px, 0);
  transform: translate3d(0, 220px, 0);
}
.read.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0px, 0);
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
}
.read .read__wrp {
  width: 100%;
  height: 100%;
  overflow-x: scroll;
}
.read .read__wrp .single__share {
  position: fixed !important;
  top: 60px !important;
}
@media (min-width: 768px) {
  .read .read__wrp .single__share {
    top: 150px !important;
  }
}
.read .read__wrp .single__share .single__share--read {
  display: none;
}
.read .read__wrp .read__close {
  position: fixed;
  right: 10px;
  top: 10px;
  width: 65px;
  cursor: pointer;
  z-index: 99991;
}
@media (min-width: 768px) {
  .read .read__wrp .read__close {
    right: 30px;
    top: 30px;
    width: 85px;
  }
}
.read .read__wrp .read__close svg {
  width: 100%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.read .read__wrp .read__close:hover svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  fill: #c8021d;
}
.read .read__wrp .read__main {
  margin: auto;
  padding: 60px 15px;
}
@media (min-width: 768px) {
  .read .read__wrp .read__main {
    padding: 100px 0;
    max-width: 60%;
  }
}
@media (min-width: 768px) {
  .read .read__wrp .read__main .single__content--wrp h2 {
    max-width: 100%;
  }
}
.modal__email {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 99999;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translate3d(0, 220px, 0);
  -moz-transform: translate3d(0, 220px, 0);
  -o-transform: translate3d(0, 220px, 0);
  -ms-transform: translate3d(0, 220px, 0);
  transform: translate3d(0, 220px, 0);
}
@media (min-width: 992px) {
  .modal__email {
    border: 30px solid black;
  }
}
@media (min-width: 1200px) {
  .modal__email {
    border: 30px solid black;
  }
}
@media (min-width: 1330px) {
}
.modal__email.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0px, 0);
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
}
.modal__email .modal__text {
  padding: 30px 0;
  position: relative;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .modal__email .modal__text {
    width: 50%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    align-content: center;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
}
@media (min-width: 992px) {
  .modal__email .modal__text {
    width: 38%;
  }
}
@media (min-width: 1200px) {
  .modal__email .modal__text {
    width: 30%;
    margin-bottom: 0;
  }
}
@media (min-width: 1330px) {
  .modal__email .modal__text {
    width: 28%;
  }
}
@media (min-width: 1430px) {
  .modal__email .modal__text {
    width: 26%;
  }
}
@media (min-width: 1500px) {
  .modal__email .modal__text {
    width: 23%;
  }
}
.modal__email .modal__text span {
  font-family: 'Merriweather', serif;
  color: black;
  font-size: 1rem;
  font-style: italic;
}
@media (min-width: 768px) {
  .modal__email .modal__text span {
    position: absolute;
    top: 30px;
    left: -37%;
    width: 30%;
    text-align: right;
  }
}
@media (min-width: 992px) {
  .modal__email .modal__text span {
    top: 35px;
  }
}
.modal__email .modal__text h2 {
  font-family: 'Merriweather', serif;
  color: #c8021d;
}
.modal__email .modal__email--wrp {
  padding: 60px 30px;
  width: 100%;
  height: 100%;
  overflow-x: scroll;
}
@media (min-width: 768px) {
  .modal__email .modal__email--wrp {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -moz-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    align-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 0 30px;
  }
}
.modal__email .modal__email--wrp .modal__email--close {
  position: fixed;
  right: 10px;
  top: 10px;
  width: 65px;
  cursor: pointer;
  z-index: 99991;
}
@media (min-width: 768px) {
  .modal__email .modal__email--wrp .modal__email--close {
    right: 30px;
    top: 30px;
    width: 85px;
  }
}
.modal__email .modal__email--wrp .modal__email--close svg {
  width: 100%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.modal__email .modal__email--wrp .modal__email--close:hover svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  fill: #c8021d;
}
@media (min-width: 768px) {
  .modal__email .modal__email--wrp .modal__form {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .modal__email .modal__email--wrp .modal__form {
    width: 38%;
  }
}
@media (min-width: 1200px) {
  .modal__email .modal__email--wrp .modal__form {
    width: 30%;
    margin-bottom: 0;
  }
}
@media (min-width: 1330px) {
  .modal__email .modal__email--wrp .modal__form {
    width: 28%;
  }
}
@media (min-width: 1430px) {
  .modal__email .modal__email--wrp .modal__form {
    width: 26%;
  }
}
@media (min-width: 1500px) {
  .modal__email .modal__email--wrp .modal__form {
    width: 23%;
  }
}
.modal__email .modal__email--wrp .modal__form label {
  font-family: 'Merriweather', serif;
  font-weight: bold;
  font-size: 2rem;
  font-style: italic;
}
.modal__email .modal__email--wrp .modal__form input,
.modal__email .modal__email--wrp .modal__form button {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #e6e6e6;
  box-shadow: none;
  background: white;
  padding: 0;
  height: 60px;
  width: 100%;
  margin-bottom: 20px;
}
.modal__email .modal__email--wrp .modal__form input:focus,
.modal__email .modal__email--wrp .modal__form button:focus {
  border-bottom: 1px solid #999999;
}
.modal__email .modal__email--wrp .modal__form button {
  background: #3d3d3d;
  color: white;
  text-transform: uppercase;
  letter-spacing: -1px;
  padding: 0 20px;
  font-weight: 700;
}
.modal__email .modal__email--wrp .modal__form button:hover {
  background: black;
}
.modal__email .modal__email--wrp .modal__form .input__group {
  margin-bottom: 30px;
  position: relative;
}
@media (min-width: 768px) {
  .modal__email .modal__email--wrp .modal__form .input__group {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    align-content: center;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
}
@media (min-width: 768px) {
  .modal__email .modal__email--wrp .modal__form .input__group label {
    position: absolute;
    top: 10px;
    left: -40%;
    width: 30%;
    text-align: right;
  }
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 0;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 5px 4px;
  color: white;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  background: #21215f;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
.slider__single {
  padding: 30px 0 0;
  position: relative;
  width: 100%;
}
.slider__single .slider__single--content .slider__single--items {
  width: 100%;
}
.slider__single .slider__single--content .slider__single--items .slider__thumb {
  position: relative;
}
.slider__single .slider__single--content .slider__single--items .slider__thumb img {
  width: 100%;
}
.slider__single .slider__single--content .slider__single--items .slider__thumb .slider__number {
  position: absolute;
  left: 0;
  bottom: 0;
  background: black;
  padding: 5px 20px;
  color: white;
  z-index: 3;
  font-weight: bold;
  font-family: 'Merriweather', serif;
}
.slider__single .slider__single--content .slider__single--items .slider__legenda {
  background: black;
  padding: 10px 20px;
}
.slider__single .slider__single--content .slider__single--items .slider__legenda p,
.slider__single .slider__single--content .slider__single--items .slider__legenda h3 {
  color: white;
  padding: 0;
  margin: 0;
  font-size: 1rem;
  line-height: 1.3rem;
  font-family: 'Roboto', sans-serif;
}
.slider__single .slider__single--content .slider__single--items .slider__legenda h3 {
  line-height: 1;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
}
@media (min-width: 992px) {
  .slider__single .slider__single--content .slider__single--items .slider__legenda h3 {
    font-size: 1.1rem;
  }
}
@media (min-width: 768px) {
  .slider__single .slider__single--content .slider__single--items .slider__legenda {
    font-size: 1.5rem;
  }
}
.slider__single .slick-prev,
.slider__single .slick-next {
  background: #21215f;
  border: none;
  color: white;
  box-shadow: none;
  padding: 10px 10px;
  position: absolute;
  top: 25%;
  font-weight: normal;
  font-size: 1rem;
  z-index: 2;
}
.slider__single .slick-prev:hover,
.slider__single .slick-next:hover {
  background: #3b3bab;
}
@media (min-width: 768px) {
  .slider__single .slick-prev,
  .slider__single .slick-next {
    padding: 40px 10px;
    top: 35%;
    font-size: 1.5rem;
  }
}
.slider__single .slick-prev {
  left: 0;
}
.slider__single .slick-next {
  right: 0;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[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-arrow.slick-hidden {
  display: none;
}
.slider__blog {
  padding: 3rem 0;
}
@media (min-width: 768px) {
  .slider__blog .slider__blog--wrp {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    align-content: center;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
}
.slider__blog .slider__blog--wrp .slick-arrow {
  position: absolute;
  bottom: 0;
  z-index: 99;
  background: #3D62B0;
  border: 0;
  box-shadow: none;
  padding: 15px;
  color: white;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.slider__blog .slider__blog--wrp .slick-arrow:hover {
  background: #304d8a;
}
.slider__blog .slider__blog--wrp .slick-arrow.slick-prev {
  right: 43px;
}
.slider__blog .slider__blog--wrp .slick-arrow.slick-next {
  right: 0;
}
.slider__blog .slider__blog--wrp .slider__blog--slr {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .slider__blog .slider__blog--wrp .slider__blog--slr {
    margin-bottom: 0;
    width: 60%;
  }
}
.slider__blog .slider__blog--wrp .slider__blog--slr .card__featured .card__featured--info .info__cat {
  background: #3D62B0;
}
@media (min-width: 768px) {
  .slider__blog .slider__blog--wrp .slider__blog--last {
    padding-left: 2rem;
  }
}
.slider__blog .slider__blog--wrp .slider__blog--last .card__latest {
  margin-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}
.slider__blog .slider__blog--wrp .slider__blog--last .card__latest:last-child {
  border-bottom: 0;
}
.slider__blog .slider__blog--wrp .slider__blog--last .card__latest:hover .card__latest--title h2 a {
  color: #3D62B0;
}
.slider__blog .slider__blog--wrp .slider__blog--last .card__latest--title {
  padding-bottom: 20px;
}
.slider__blog .slider__blog--wrp .slider__blog--last .card__latest--title h3 a {
  font-family: 'Merriweather', serif;
  color: #3D62B0;
  font-size: 0.9rem;
}
.slider__blog .slider__blog--wrp .slider__blog--last .card__latest--title h2 a {
  font-family: 'Merriweather', serif;
}
.blog__sites {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .blog__sites .blog__sites__list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -moz-align-content: flex-start;
    -ms-align-content: flex-start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    margin: 0 -15px;
  }
}
@media (min-width: 768px) {
  .blog__sites .blog__sites__list .blog__card {
    margin: 0 15px 2rem;
    width: calc(100% / 3 - 30px);
  }
}
.blog__card {
  color: white;
  display: block;
  margin-bottom: 2rem;
  width: 100%;
}
.blog__card .blog__card__intro {
  background-color: #21215f;
  padding: 4rem 1.5rem 5rem;
  position: relative;
  text-align: center;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 270px;
  height: 270px;
  max-height: 270px;
}
.blog__card .blog__card__intro--title {
  font-size: 1.25rem;
  margin-bottom: .875rem;
  position: relative;
  z-index: 3;
  font-family: 'Merriweather', serif;
  font-weight: 600;
}
.blog__card .blog__card__intro--date {
  position: relative;
  z-index: 3;
}
.blog__card .blog__card__intro:after {
  background-color: rgba(0, 0, 0, 0.4);
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.blog__card .blog__card__info {
  background-color: #ededed;
  padding: 0 1.5rem 1.5rem;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 3;
}
.blog__card .blog__card__info--pic {
  border-radius: 100px;
  margin: 0 auto;
  max-width: 70px;
  overflow: hidden;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.blog__card .blog__card__info--pic img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}
.blog__card .blog__card__info--name {
  color: #666666;
  font-size: 1.25rem;
  font-weight: 800;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.blog__card .blog__card__info--author {
  color: #666666;
  font-size: .875rem;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.blog__card .blog__card__info--categ {
  color: #666666;
  font-size: .875rem;
  font-weight: 800;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.blog__card:hover,
.blog__card:focus {
  color: white;
}
.blog__card:hover .blog__card__intro:after,
.blog__card:focus .blog__card__intro:after {
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.blog__card:hover .blog__card__info--name,
.blog__card:focus .blog__card__info--name {
  color: #c8021d;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.blog__card:hover .blog__card__info--author,
.blog__card:focus .blog__card__info--author {
  color: #c8021d;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.blog__card:hover .blog__card__info--categ,
.blog__card:focus .blog__card__info--categ {
  color: #c8021d;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.acontece .header__acontece .acontece__title h2 a span,
.noticias .header__acontece .acontece__title h2 a span {
  color: #c8021d;
}
.acontece .header__acontece .acontece__title h2 span,
.noticias .header__acontece .acontece__title h2 span {
  color: #c8021d;
}
.acontece .header__acontece--nav ul,
.noticias .header__acontece--nav ul {
  border-bottom: 1px solid #c8021d;
}
.acontece .header__acontece--nav ul li:first-child a,
.noticias .header__acontece--nav ul li:first-child a {
  color: #c8021d;
  border-bottom: 4px solid #c8021d;
}
.acontece .header__acontece--nav ul li:first-child a:hover,
.noticias .header__acontece--nav ul li:first-child a:hover {
  color: #fa0324;
}
.acontece .header__acontece--nav ul li a:hover,
.noticias .header__acontece--nav ul li a:hover {
  color: #c8021d;
}
.acontece .card__featured .card__featured--info .info__cat,
.noticias .card__featured .card__featured--info .info__cat {
  background: #c8021d;
}
.acontece .latest .latest__news .latest__title h2,
.noticias .latest .latest__news .latest__title h2 {
  color: #c8021d;
  border-bottom: 1px solid #c8021d;
}
.acontece .card__latest .card__latest--title h3 a,
.noticias .card__latest .card__latest--title h3 a {
  color: #c8021d;
}
.acontece .card__latest:hover .card__latest--title h2 a,
.noticias .card__latest:hover .card__latest--title h2 a {
  color: #c8021d;
}
.acontece .latest__archive .all__posts--load .all__load,
.noticias .latest__archive .all__posts--load .all__load,
.acontece .latest__archive .all__posts--load .all__load button i,
.noticias .latest__archive .all__posts--load .all__load button i,
.acontece .latest__archive .all__posts--load .all__load p,
.noticias .latest__archive .all__posts--load .all__load p,
.acontece .single__content--wrp .content__by h3 a,
.noticias .single__content--wrp .content__by h3 a,
.acontece .sidebar__title h3 a,
.noticias .sidebar__title h3 a,
.acontece .single__wrp .single__sidebar .sidebar__read .card__most .most__info--order a p:first-child,
.noticias .single__wrp .single__sidebar .sidebar__read .card__most .most__info--order a p:first-child,
.acontece .card__most .most__info .most__info--order a:hover,
.noticias .card__most .most__info .most__info--order a:hover,
.acontece p a,
.noticias p a {
  color: #c8021d;
}
.acontece .single__header .single__cat,
.noticias .single__header .single__cat {
  background: #c8021d;
}
.esportes .header__acontece .acontece__title h2 a span {
  color: #4a9d5b;
}
.esportes .header__acontece .acontece__title h2 span {
  color: #4a9d5b;
}
.esportes .header__acontece--nav ul {
  border-bottom: 1px solid #4a9d5b;
}
.esportes .header__acontece--nav ul li:first-child a {
  color: #4a9d5b;
  border-bottom: 4px solid #4a9d5b;
}
.esportes .header__acontece--nav ul li:first-child a:hover {
  color: #64b675;
}
.esportes .header__acontece--nav ul li a:hover {
  color: #4a9d5b;
}
.esportes .card__featured .card__featured--info .info__cat {
  background: #4a9d5b;
}
.esportes .latest .latest__news .latest__title h2 {
  color: #4a9d5b;
  border-bottom: 1px solid #4a9d5b;
}
.esportes .card__latest .card__latest--title h3 a {
  color: #4a9d5b;
}
.esportes .card__latest:hover .card__latest--title h2 a {
  color: #4a9d5b;
}
.esportes .latest__archive .all__posts--load .all__load,
.esportes .latest__archive .all__posts--load .all__load button i,
.esportes .latest__archive .all__posts--load .all__load p,
.esportes .single__content--wrp .content__by h3 a,
.esportes .sidebar__title h3 a,
.esportes .single__wrp .single__sidebar .sidebar__read .card__most .most__info--order a p:first-child,
.esportes .card__most .most__info .most__info--order a:hover,
.esportes p a {
  color: #4a9d5b;
}
.esportes .single__header .single__cat {
  background: #4a9d5b;
}
.diversao .header__acontece .acontece__title h2 a span {
  color: #de7647;
}
.diversao .header__acontece .acontece__title h2 span {
  color: #de7647;
}
.diversao .header__acontece--nav ul {
  border-bottom: 1px solid #de7647;
}
.diversao .header__acontece--nav ul li:first-child a {
  color: #de7647;
  border-bottom: 4px solid #de7647;
}
.diversao .header__acontece--nav ul li:first-child a:hover {
  color: #e69672;
}
.diversao .header__acontece--nav ul li a:hover {
  color: #de7647;
}
.diversao .card__featured .card__featured--info .info__cat {
  background: #de7647;
}
.diversao .latest .latest__news .latest__title h2 {
  color: #de7647;
  border-bottom: 1px solid #de7647;
}
.diversao .card__latest .card__latest--title h3 a {
  color: #de7647;
}
.diversao .card__latest:hover .card__latest--title h2 a {
  color: #de7647;
}
.diversao .latest__archive .all__posts--load .all__load,
.diversao .latest__archive .all__posts--load .all__load button i,
.diversao .latest__archive .all__posts--load .all__load p,
.diversao .single__content--wrp .content__by h3 a,
.diversao .sidebar__title h3 a,
.diversao .single__wrp .single__sidebar .sidebar__read .card__most .most__info--order a p:first-child,
.diversao .card__most .most__info .most__info--order a:hover,
.diversao p a {
  color: #de7647;
}
.diversao .single__header .single__cat {
  background: #de7647;
}
.carreiras-educacao .header__acontece .acontece__title h2 a span {
  color: #4776c6;
}
.carreiras-educacao .header__acontece .acontece__title h2 span {
  color: #4776c6;
}
.carreiras-educacao .header__acontece--nav ul {
  border-bottom: 1px solid #4776c6;
}
.carreiras-educacao .header__acontece--nav ul li:first-child a {
  color: #4776c6;
  border-bottom: 4px solid #4776c6;
}
.carreiras-educacao .header__acontece--nav ul li:first-child a:hover {
  color: #6e93d2;
}
.carreiras-educacao .header__acontece--nav ul li a:hover {
  color: #4776c6;
}
.carreiras-educacao .card__featured .card__featured--info .info__cat {
  background: #4776c6;
}
.carreiras-educacao .latest .latest__news .latest__title h2 {
  color: #4776c6;
  border-bottom: 1px solid #4776c6;
}
.carreiras-educacao .card__latest .card__latest--title h3 a {
  color: #4776c6;
}
.carreiras-educacao .card__latest:hover .card__latest--title h2 a {
  color: #4776c6;
}
.carreiras-educacao .latest__archive .all__posts--load .all__load,
.carreiras-educacao .latest__archive .all__posts--load .all__load button i,
.carreiras-educacao .latest__archive .all__posts--load .all__load p,
.carreiras-educacao .single__content--wrp .content__by h3 a,
.carreiras-educacao .sidebar__title h3 a,
.carreiras-educacao .single__wrp .single__sidebar .sidebar__read .card__most .most__info--order a p:first-child,
.carreiras-educacao .card__most .most__info .most__info--order a:hover,
.carreiras-educacao p a {
  color: #4776c6;
}
.carreiras-educacao .single__header .single__cat {
  background: #4776c6;
}
.blogs .header__acontece .acontece__title h2 a span {
  color: #21215f;
}
.blogs .header__acontece .acontece__title h2 span {
  color: #21215f;
}
.blogs .header__acontece--nav ul {
  border-bottom: 1px solid #21215f;
}
.blogs .header__acontece--nav ul li:first-child a {
  color: #21215f;
  border-bottom: 4px solid #21215f;
}
.blogs .header__acontece--nav ul li:first-child a:hover {
  color: #2e2e85;
}
.blogs .header__acontece--nav ul li a:hover {
  color: #21215f;
}
.blogs .card__featured .card__featured--info .info__cat {
  background: #21215f;
}
.blogs .latest .latest__news .latest__title h2 {
  color: #21215f;
  border-bottom: 1px solid #21215f;
}
.blogs .card__latest .card__latest--title h3 a {
  color: #21215f;
}
.blogs .card__latest:hover .card__latest--title h2 a {
  color: #21215f;
}
.blogs .latest__archive .all__posts--load .all__load,
.blogs .latest__archive .all__posts--load .all__load button i,
.blogs .latest__archive .all__posts--load .all__load p,
.blogs .single__content--wrp .content__by h3 a,
.blogs .sidebar__title h3 a,
.blogs .single__wrp .single__sidebar .sidebar__read .card__most .most__info--order a p:first-child,
.blogs .card__most .most__info .most__info--order a:hover,
.blogs p a {
  color: #21215f;
}
.blogs .single__header .single__cat {
  background: #21215f;
}
.vida-saudavel .header__acontece .acontece__title h2 a span {
  color: #0071A4;
}
.vida-saudavel .header__acontece .acontece__title h2 span {
  color: #0071A4;
}
.vida-saudavel .header__acontece--nav ul {
  border-bottom: 1px solid #0071A4;
}
.vida-saudavel .header__acontece--nav ul li:first-child a {
  color: #0071A4;
  border-bottom: 4px solid #0071A4;
}
.vida-saudavel .header__acontece--nav ul li:first-child a:hover {
  color: #0094d7;
}
.vida-saudavel .header__acontece--nav ul li a:hover {
  color: #0071A4;
}
.vida-saudavel .card__featured .card__featured--info .info__cat {
  background: #0071A4;
}
.vida-saudavel .latest .latest__news .latest__title h2 {
  color: #0071A4;
  border-bottom: 1px solid #0071A4;
}
.vida-saudavel .card__latest .card__latest--title h3 a {
  color: #0071A4;
}
.vida-saudavel .card__latest:hover .card__latest--title h2 a {
  color: #0071A4;
}
.vida-saudavel .latest__archive .all__posts--load .all__load,
.vida-saudavel .latest__archive .all__posts--load .all__load button i,
.vida-saudavel .latest__archive .all__posts--load .all__load p,
.vida-saudavel .single__content--wrp .content__by h3 a,
.vida-saudavel .sidebar__title h3 a,
.vida-saudavel .single__wrp .single__sidebar .sidebar__read .card__most .most__info--order a p:first-child,
.vida-saudavel .card__most .most__info .most__info--order a:hover,
.vida-saudavel p a {
  color: #0071A4;
}
.vida-saudavel .single__header .single__cat {
  background: #0071A4;
}
.section-acontece.news__category .category__featured--header h2 {
  border-bottom: 1px solid #c8021d;
}
.section-acontece.news__category .category__featured .news__category--featured .category__featured--title h2:before,
.section-acontece .card__category .card__category--title .news__cat.cotidiano {
  background: #c8021d;
}
.section-acontece .card__category:hover .card__category--title h2 a,
.section-acontece .news__more a {
  color: #c8021d;
}
.section-esportes.news__category .category__featured--header h2 {
  border-bottom: 1px solid #4a9d5b;
}
.section-esportes.news__category .category__featured .news__category--featured .category__featured--title h2:before,
.section-esportes .card__category .card__category--title .news__cat.cotidiano {
  background: #4a9d5b;
}
.section-esportes .card__category:hover .card__category--title h2 a,
.section-esportes .news__more a {
  color: #4a9d5b;
}
.section-carreiras-educacao.news__category .category__featured--header h2 {
  border-bottom: 1px solid #4776c6;
}
.section-carreiras-educacao.news__category .category__featured .news__category--featured .category__featured--title h2:before,
.section-carreiras-educacao .card__category .card__category--title .news__cat.cotidiano {
  background: #4776c6;
}
.section-carreiras-educacao .card__category:hover .card__category--title h2 a,
.section-carreiras-educacao .news__more a {
  color: #4776c6;
}
.section-diversao.news__category .category__featured--header h2 {
  border-bottom: 1px solid #de7647;
}
.section-diversao.news__category .category__featured .news__category--featured .category__featured--title h2:before,
.section-diversao .card__category .card__category--title .news__cat.cotidiano {
  background: #de7647;
}
.section-diversao .card__category:hover .card__category--title h2 a,
.section-diversao .news__more a {
  color: #de7647;
}
.section-vida-saudavel.news__category .category__featured--header h2 {
  border-bottom: 1px solid #0071A4;
}
.section-vida-saudavel.news__category .category__featured .news__category--featured .category__featured--title h2:before,
.section-vida-saudavel .card__category .card__category--title .news__cat.cotidiano {
  background: #0071A4;
}
.section-vida-saudavel .card__category:hover .card__category--title h2 a,
.section-vida-saudavel .news__more a {
  color: #0071A4;
}
.blog__sites {
  padding-top: 1rem;
}
.blog__sites .main__title h2 {
  border-bottom: 1px solid #21215f;
}
.blog__sites .news__more a {
  color: #21215f;
}
#wp-calendar {
  border-collapse: collapse;
  border: 1px solid #ddd;
  width: 100%;
  border-top: none;
}
#wp-calendar td,
#wp-calendar th {
  text-align: center;
}
#wp-calendar caption {
  color: #fff;
  padding: 0;
  line-height: 1.25em;
  border-top: #21215f 2px solid;
}
#wp-calendar thead,
#wp-calendar tfoot {
  line-height: 33px;
  background: #21215f;
  color: white;
}
#wp-calendar tbody {
  line-height: 33px;
}
#wp-calendar #prev,
#wp-calendar #next {
  padding: 0 10px;
  background: #21215f;
  color: white;
}
#wp-calendar #prev {
  text-align: left;
}
#wp-calendar #next {
  text-align: right;
}
#wp-calendar tfoot td a {
  color: white;
}
@media (min-width: 768px) {
  .rh .single__wrp .single__content {
    width: 80%;
    margin: auto;
  }
}
.rh .single__wrp .single__content .row {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .rh .single__wrp .single__content .row {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
.rh .single__wrp .single__content .row input[type='submit'] {
  box-shadow: none;
  text-align: center;
  display: inline-block;
  padding: 0.5rem 1rem;
  background: #c8021d;
  color: white;
  border-radius: 4px;
  border: none;
}
.rh .single__wrp .single__content .row input[type='submit']:hover {
  background: #960116;
}
.rh .single__wrp .single__content .form-group .lbl {
  font-weight: normal;
  color: #666666;
}
.social__share--desktop {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin: 10px 0;
}
.social__share--desktop .icons__share {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  text-align: center;
  margin-right: 15px;
}
.social__share--desktop .icons__share a {
  padding: 0;
  line-height: 2.7rem;
  width: 30px;
  height: 30px;
  color: white;
  margin: 7px auto;
}
.social__share--desktop .icons__share a i {
  font-size: 1.3rem;
  position: relative;
  top: 2px;
}
.social__share--desktop .icons__share.icon-facebook {
  background: #3B5998;
}
.social__share--desktop .icons__share.icon-gplus {
  background: #DB4A39;
}
.social__share--desktop .icons__share.icon-twitter {
  background: #05C6F9;
}
.social__share--desktop .icons__share.icon-whatsapp {
  background: #57BB63;
}
.single-tags {
  margin: 2rem auto;
  display: block;
  padding: 15px 0;
}
.single-tags a {
  font: 400 16px 'Open Sans', sans-serif;
  color: #ffffff;
  background: #c8021d;
  border-radius: 100px;
  padding: 5px 10px;
  font-size: .8em;
  display: inline-block;
  margin: 5px;
  font-weight: bold;
}
.outras-noticias {
  margin: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .outras-noticias {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    align-content: center;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
  }
}
.outras-noticias .bar-outras-noticias {
  border-bottom: 1px solid #e6e6e6;
}
.outras-noticias .bar-outras-noticias a {
  display: inline-block;
  font: 400 16px 'Open Sans', sans-serif;
  font-weight: bold;
  color: #666666;
  padding: 15px 0 15px 0;
  border-bottom: 1px solid #c8021d;
}
.outras-noticias .bar-outras-noticias a:hover {
  color: #c8021d;
}
.outras-noticias .bar-outras-noticias a:last-child {
  float: right;
  padding: 15px 0 15px 0;
}
.outras-noticias .grid-btn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
.outras-noticias .grid {
  width: 100%;
}
@media (min-width: 768px) {
  .outras-noticias .grid {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -moz-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    align-content: center;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
  }
}
.outras-noticias .grid:first-child {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.outras-noticias .grid:first-child .title__grid {
  text-align: left;
}
.outras-noticias .grid .title__grid {
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .outras-noticias .grid .title__grid {
    text-align: right;
  }
}
.outras-noticias .grid .title__grid a {
  display: inline-block;
  font: 400 16px 'Open Sans', sans-serif;
  font-weight: bold;
  color: #666666;
  padding: 15px 0 15px 0;
  border-bottom: 1px solid #c8021d;
}
.outras-noticias .grid .title__grid a:hover {
  color: #c8021d;
}
.outras-noticias .news-prev,
.outras-noticias .news-next {
  width: 90%;
  padding: 15px 0;
  color: #666666;
}
.outras-noticias .news-prev h2,
.outras-noticias .news-next h2 {
  font: 400 16px 'Open Sans', sans-serif;
  font-weight: bold;
  color: #666666;
  font-size: 1em;
}
.outras-noticias .news-prev h2 a,
.outras-noticias .news-next h2 a {
  font: 400 16px 'Open Sans', sans-serif;
  font-weight: bold;
  color: #666666;
  font-size: 1em;
}
.outras-noticias .news-prev h2 a:hover,
.outras-noticias .news-next h2 a:hover {
  color: #c8021d;
}
@media (min-width: 768px) {
  .outras-noticias .news-next {
    text-align: right;
  }
}
.dataTables_wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .dataTables_wrapper {
    overflow-x: auto;
  }
}
.tablepress tfoot th,
.tablepress thead th {
  background-color: white;
}
.tablepress .sorting_asc,
.tablepress .sorting_desc,
.tablepress .sorting:hover {
  background-color: white;
  color: #c8021d;
}
.tablepress .odd td {
  background-color: #FBFBFB;
}
.tablepress th,
.tablepress td {
  border-bottom: .1rem solid #e1e1e1;
  padding: 1rem 1.5rem;
  text-align: left;
}
.tablepress th:first-child,
.tablepress td:first-child {
  padding-left: 0;
}
.tablepress th:last-child,
.tablepress td:last-child {
  padding-right: 0;
}
@media print {
  * {
    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) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]: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;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
