/*! normalize.css v3.0.2 | MIT License | git.io/normalize */


/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

@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%;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

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

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline
}

audio:not([controls]) {
  display: none;
  height: 0
}

[hidden], template {
  display: none
}

a {
  background-color: transparent
}

a:active, a:hover {
  outline: 0
}

abbr[title] {
  border-bottom: 1px dotted
}

b, strong {
  font-weight: 700
}

dfn {
  font-style: italic
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

mark {
  background: #ff0;
  color: #000
}

small {
  font-size: 80%
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sup {
  top: -.5em
}

sub {
  bottom: -.25em
}

img {
  border: 0
}

svg:not(:root) {
  overflow: hidden
}

figure {
  margin: 1em 40px
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0
}

pre {
  overflow: auto
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0
}

button {
  overflow: visible
}

button, select {
  text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer
}

button[disabled], html input[disabled] {
  cursor: default
}

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

input {
  line-height: normal
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}

legend {
  border: 0;
  padding: 0
}

textarea {
  overflow: auto
}

optgroup {
  font-weight: 700
}

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
}

:after, :before {
  -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: #333;
  background-color: #fff
}

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

a {
  color: #337ab7;
  text-decoration: none
}

a:focus, a:hover {
  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 .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-transition: all all .2s ease-in-out ease-out;
  -moz-transition: all all .2s ease-in-out ease-out;
  -o-transition: all all .2s ease-in-out ease-out;
  transition: all all .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 #eee
}

.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-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-md-1, .col-md-10, .col-md-11, .col-md-12, .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-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  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-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    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-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    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-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    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: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700
}

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

input[type=checkbox], input[type=radio] {
  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=checkbox]:focus, input[type=file]:focus, input[type=radio]: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: #666;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(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, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .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: #eee;
  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=datetime-local], input[type=month], input[type=time] {
    line-height: 36px
  }
  .input-group-sm input[type=date], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], .input-group-sm input[type=time], input[type=date].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm, input[type=time].input-sm {
    line-height: 30px
  }
  .input-group-lg input[type=date], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], .input-group-lg input[type=time], input[type=date].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg, input[type=time].input-lg {
    line-height: 49px
  }
}

.form-group {
  margin-bottom: 15px
}

.checkbox, .radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px
}

.checkbox label, .radio label {
  min-height: 22px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px\9
}

.checkbox+.checkbox, .radio+.radio {
  margin-top: -5px
}

.checkbox-inline, .radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: 400;
  cursor: pointer
}

.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline {
  margin-top: 0;
  margin-left: 10px
}

fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
  cursor: not-allowed
}

.checkbox-inline.disabled, .radio-inline.disabled, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio-inline {
  cursor: not-allowed
}

.checkbox.disabled label, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .radio 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
}

select[multiple].input-sm, textarea.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
}

select[multiple].form-group-sm .form-control, textarea.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
}

select[multiple].input-lg, textarea.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
}

select[multiple].form-group-lg .form-control, textarea.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 .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
  color: #3c763d
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(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 .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
  color: #8a6d3b
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(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 .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
  color: #a94442
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(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 .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
    width: auto
  }
  .form-inline .input-group>.form-control {
    width: 100%
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle
  }
  .form-inline .checkbox, .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle
  }
  .form-inline .checkbox label, .form-inline .radio label {
    padding-left: 0
  }
  .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
    position: relative;
    margin-left: 0
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0
  }
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px
}

.form-horizontal .checkbox, .form-horizontal .radio {
  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
  }
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em
}

a.label:focus, a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer
}

.label:empty {
  display: none
}

.btn .label {
  position: relative;
  top: -1px
}

.label-default {
  background-color: #777
}

.label-default[href]:focus, .label-default[href]:hover {
  background-color: #5e5e5e
}

.label-primary {
  background-color: #337ab7
}

.label-primary[href]:focus, .label-primary[href]:hover {
  background-color: #286090
}

.label-success {
  background-color: #5cb85c
}

.label-success[href]:focus, .label-success[href]:hover {
  background-color: #449d44
}

.label-info {
  background-color: #5bc0de
}

.label-info[href]:focus, .label-info[href]:hover {
  background-color: #31b0d5
}

.label-warning {
  background-color: #f0ad4e
}

.label-warning[href]:focus, .label-warning[href]:hover {
  background-color: #ec971f
}

.label-danger {
  background-color: #d9534f
}

.label-danger[href]:focus, .label-danger[href]:hover {
  background-color: #c9302c
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0
  }
  to {
    background-position: 0 0
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0
  }
  to {
    background-position: 0 0
  }
}

.progress {
  overflow: hidden;
  height: 22px;
  margin-bottom: 22px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
  -webkit-transition: all width .6s ease ease-out;
  -moz-transition: all width .6s ease ease-out;
  -o-transition: all width .6s ease ease-out;
  transition: all width .6s ease ease-out
}

.progress-bar-striped, .progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-size: 40px 40px
}

.progress-bar.active, .progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
  background-color: #5cb85c
}

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
  background-color: #5bc0de
}

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
  background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
  background-color: #d9534f
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent
}

.dropdown, .dropup {
  position: relative
}

.dropdown-toggle:focus {
  outline: 0
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  background-clip: padding-box
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto
}

.dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5
}

.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7
}

.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {
  color: #777
}

.dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed
}

.open>.dropdown-menu {
  display: block
}

.open>a {
  outline: 0
}

.dropdown-menu-right {
  left: auto;
  right: 0
}

.dropdown-menu-left {
  left: 0;
  right: auto
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990
}

.pull-right>.dropdown-menu {
  right: 0;
  left: auto
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: ""
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px
}

@media (min-width:768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto
  }
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none
}

.nav>li {
  position: relative;
  display: block
}

.nav>li>a {
  position: relative;
  display: block;
  padding: 10px 15px
}

.nav>li>a:focus, .nav>li>a:hover {
  text-decoration: none;
  background-color: #eee
}

.nav>li.disabled>a {
  color: #777
}

.nav>li.disabled>a:focus, .nav>li.disabled>a:hover {
  color: #777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
  background-color: #eee;
  border-color: #337ab7
}

.nav .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5
}

.nav>li>a>img {
  max-width: none
}

.nav-tabs {
  border-bottom: 1px solid #ddd
}

.nav-tabs>li {
  float: left;
  margin-bottom: -1px
}

.nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
  border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  color: #fafafa;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0
}

.nav-tabs.nav-justified>li {
  float: none
}

.nav-tabs.nav-justified>li>a {
  text-align: center;
  margin-bottom: 5px
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
  top: auto;
  left: auto
}

@media (min-width:768px) {
  .nav-tabs.nav-justified>li {
    display: table-cell;
    width: 1%
  }
  .nav-tabs.nav-justified>li>a {
    margin-bottom: 0
  }
}

.nav-tabs.nav-justified>li>a {
  margin-right: 0;
  border-radius: 4px
}

.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
  border: 1px solid #ddd
}

@media (min-width:768px) {
  .nav-tabs.nav-justified>li>a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0
  }
  .nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
    border-bottom-color: #fff
  }
}

.nav-pills>li {
  float: left
}

.nav-pills>li>a {
  border-radius: 4px
}

.nav-pills>li+li {
  margin-left: 2px
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
  color: #fff;
  background-color: #337ab7
}

.nav-stacked>li {
  float: none
}

.nav-stacked>li+li {
  margin-top: 2px;
  margin-left: 0
}

.nav-justified {
  width: 100%
}

.nav-justified>li {
  float: none
}

.nav-justified>li>a {
  text-align: center;
  margin-bottom: 5px
}

.nav-justified>.dropdown .dropdown-menu {
  top: auto;
  left: auto
}

@media (min-width:768px) {
  .nav-justified>li {
    display: table-cell;
    width: 1%
  }
  .nav-justified>li>a {
    margin-bottom: 0
  }
}

.nav-tabs-justified {
  border-bottom: 0
}

.nav-tabs-justified>li>a {
  margin-right: 0;
  border-radius: 4px
}

.nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:focus, .nav-tabs-justified>.active>a:hover {
  border: 1px solid #ddd
}

@media (min-width:768px) {
  .nav-tabs-justified>li>a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0
  }
  .nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:focus, .nav-tabs-justified>.active>a:hover {
    border-bottom-color: #fff
  }
}

.tab-content>.tab-pane {
  display: none
}

.tab-content>.active {
  display: block
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 22px;
  border: 1px solid transparent
}

@media (min-width:768px) {
  .navbar {
    border-radius: 4px
  }
}

@media (min-width:768px) {
  .navbar-header {
    float: left
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
  -webkit-overflow-scrolling: touch
}

.navbar-collapse.in {
  overflow-y: auto
}

@media (min-width:768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none
  }
  .navbar-collapse.collapse {
    display: block!important;
    height: auto!important;
    padding-bottom: 0;
    overflow: visible!important
  }
  .navbar-collapse.in {
    overflow-y: visible
  }
  .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
    padding-left: 0;
    padding-right: 0
  }
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
  max-height: 340px
}

@media (max-device-width:480px) and (orientation:landscape) {
  .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 200px
  }
}

.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
  margin-right: -15px;
  margin-left: -15px
}

@media (min-width:768px) {
  .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-right: 0;
    margin-left: 0
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px
}

@media (min-width:768px) {
  .navbar-static-top {
    border-radius: 0
  }
}

.navbar-fixed-bottom, .navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030
}

@media (min-width:768px) {
  .navbar-fixed-bottom, .navbar-fixed-top {
    border-radius: 0
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0
}

.navbar-brand {
  float: left;
  padding: 14px 15px;
  font-size: 20px;
  line-height: 22px;
  height: 50px
}

.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none
}

.navbar-brand>img {
  display: block
}

@media (min-width:768px) {
  .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: -15px
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px
}

.navbar-toggle:focus {
  outline: 0
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 4px
}

@media (min-width:768px) {
  .navbar-toggle {
    display: none
  }
}

.navbar-nav {
  margin: 7px -15px
}

.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px
}

@media (max-width:767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none
  }
  .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
    padding: 5px 15px 5px 25px
  }
  .navbar-nav .open .dropdown-menu>li>a {
    line-height: 22px
  }
  .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-nav .open .dropdown-menu>li>a:hover {
    background-image: none
  }
}

@media (min-width:768px) {
  .navbar-nav {
    float: left;
    margin: 0
  }
  .navbar-nav>li {
    float: left
  }
  .navbar-nav>li>a {
    padding-top: 14px;
    padding-bottom: 14px
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
  margin-top: 7px;
  margin-bottom: 7px
}

@media (min-width:768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle
  }
  .navbar-form .form-control-static {
    display: inline-block
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle
  }
  .navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
    width: auto
  }
  .navbar-form .input-group>.form-control {
    width: 100%
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle
  }
  .navbar-form .checkbox, .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle
  }
  .navbar-form .checkbox label, .navbar-form .radio label {
    padding-left: 0
  }
  .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
    position: relative;
    margin-left: 0
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0
  }
}

@media (max-width:767px) {
  .navbar-form .form-group {
    margin-bottom: 5px
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0
  }
}

@media (min-width:768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none
  }
}

.navbar-nav>li>.dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.navbar-btn {
  margin-top: 7px;
  margin-bottom: 7px
}

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px
}

.navbar-text {
  margin-top: 14px;
  margin-bottom: 14px
}

@media (min-width:768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px
  }
}

@media (min-width:768px) {
  .navbar-left {
    float: left!important;
    float: left
  }
  .navbar-right {
    float: right!important;
    float: right;
    margin-right: -15px
  }
  .navbar-right~.navbar-right {
    margin-right: 0
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7
}

.navbar-default .navbar-brand {
  color: #777
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
  color: #5e5e5e;
  background-color: transparent
}

.navbar-default .navbar-text {
  color: #777
}

.navbar-default .navbar-nav>li>a {
  color: #777
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
  color: #333;
  background-color: transparent
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
  color: #555;
  background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a, .navbar-default .navbar-nav>.disabled>a:focus, .navbar-default .navbar-nav>.disabled>a:hover {
  color: #ccc;
  background-color: transparent
}

.navbar-default .navbar-toggle {
  border-color: #ddd
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
  background-color: #e7e7e7;
  color: #555
}

@media (max-width:767px) {
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #777
  }
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #333;
    background-color: transparent
  }
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
    color: #555;
    background-color: #e7e7e7
  }
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
    color: #ccc;
    background-color: transparent
  }
}

.navbar-default .navbar-link {
  color: #777
}

.navbar-default .navbar-link:hover {
  color: #333
}

.navbar-default .btn-link {
  color: #777
}

.navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
  color: #333
}

.navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
  color: #ccc
}

.navbar-inverse {
  background-color: #222;
  border-color: #080808
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d
}

.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
  color: #fff;
  background-color: transparent
}

.navbar-inverse .navbar-text {
  color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a {
  color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
  color: #fff;
  background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
  color: #fff;
  background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a, .navbar-inverse .navbar-nav>.disabled>a:focus, .navbar-inverse .navbar-nav>.disabled>a:hover {
  color: #444;
  background-color: transparent
}

.navbar-inverse .navbar-toggle {
  border-color: #333
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
  background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
  background-color: #080808;
  color: #fff
}

@media (max-width:767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
    border-color: #080808
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #9d9d9d
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #fff;
    background-color: transparent
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
    color: #fff;
    background-color: #080808
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
    color: #444;
    background-color: transparent
  }
}

.navbar-inverse .navbar-link {
  color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
  color: #fff
}

.navbar-inverse .btn-link {
  color: #9d9d9d
}

.navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
  color: #fff
}

.navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: #444
}

.clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .row:after, .row:before {
  content: " ";
  display: table
}

.clearfix:after, .container-fluid:after, .container:after, .form-horizontal .form-group:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .row: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: 400;
  font-style: normal
}

@font-face {
  font-family: FontAwesome;
  src: font-url('source/fonts/fontawesome/fontawesome-webfont.eot?v=4.5');
  src: font-url('source/fonts/fontawesome/fontawesome-webfont.eot?v=4.5#iefix') format('embedded-opentype'), font-url('source/fonts/fontawesome/fontawesome-webfont.woff2?v=4.5') format('woff2'), font-url('source/fonts/fontawesome/fontawesome-webfont.woff?v=4.5') format('woff'), font-url('source/fonts/fontawesome/fontawesome-webfont.ttf?v=4.5') format('truetype'), font-url('source/fonts/fontawesome/fontawesome-webfont.svg?v=4.5#fontawesomeregular') format('svg');
  font-weight: 400;
  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
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: .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: .14285714em;
  text-align: center
}

.fa-li.fa-lg {
  left: -1.85714286em
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid .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
}

.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(0);
    transform: rotate(0)
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  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-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
  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
}

.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-close:before, .fa-remove: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-cog:before, .fa-gear: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-repeat:before, .fa-rotate-right: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-image:before, .fa-photo: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-exclamation-triangle:before, .fa-warning: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-cogs:before, .fa-gears: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-floppy-o:before, .fa-save:before {
  content: "\f0c7"
}

.fa-square:before {
  content: "\f0c8"
}

.fa-bars:before, .fa-navicon:before, .fa-reorder: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-sort:before, .fa-unsorted:before {
  content: "\f0dc"
}

.fa-sort-desc:before, .fa-sort-down:before {
  content: "\f0dd"
}

.fa-sort-asc:before, .fa-sort-up:before {
  content: "\f0de"
}

.fa-envelope:before {
  content: "\f0e0"
}

.fa-linkedin:before {
  content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2"
}

.fa-gavel:before, .fa-legal:before {
  content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4"
}

.fa-comment-o:before {
  content: "\f0e5"
}

.fa-comments-o:before {
  content: "\f0e6"
}

.fa-bolt:before, .fa-flash:before {
  content: "\f0e7"
}

.fa-sitemap:before {
  content: "\f0e8"
}

.fa-umbrella:before {
  content: "\f0e9"
}

.fa-clipboard:before, .fa-paste: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-chain-broken:before, .fa-unlink: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-caret-square-o-down:before, .fa-toggle-down:before {
  content: "\f150"
}

.fa-caret-square-o-up:before, .fa-toggle-up:before {
  content: "\f151"
}

.fa-caret-square-o-right:before, .fa-toggle-right:before {
  content: "\f152"
}

.fa-eur:before, .fa-euro:before {
  content: "\f153"
}

.fa-gbp:before {
  content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
  content: "\f155"
}

.fa-inr:before, .fa-rupee:before {
  content: "\f156"
}

.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
  content: "\f157"
}

.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
  content: "\f158"
}

.fa-krw:before, .fa-won: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-caret-square-o-left:before, .fa-toggle-left:before {
  content: "\f191"
}

.fa-dot-circle-o:before {
  content: "\f192"
}

.fa-wheelchair:before {
  content: "\f193"
}

.fa-vimeo-square:before {
  content: "\f194"
}

.fa-try:before, .fa-turkish-lira: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-bank:before, .fa-institution:before, .fa-university:before {
  content: "\f19c"
}

.fa-graduation-cap:before, .fa-mortar-board: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-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
  content: "\f1c5"
}

.fa-file-archive-o:before, .fa-file-zip-o:before {
  content: "\f1c6"
}

.fa-file-audio-o:before, .fa-file-sound-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-ring:before, .fa-life-saver:before, .fa-support:before {
  content: "\f1cd"
}

.fa-circle-o-notch:before {
  content: "\f1ce"
}

.fa-ra:before, .fa-rebel:before {
  content: "\f1d0"
}

.fa-empire:before, .fa-ge:before {
  content: "\f1d1"
}

.fa-git-square:before {
  content: "\f1d2"
}

.fa-git:before {
  content: "\f1d3"
}

.fa-hacker-news:before, .fa-y-combinator-square:before, .fa-yc-square:before {
  content: "\f1d4"
}

.fa-tencent-weibo:before {
  content: "\f1d5"
}

.fa-qq:before {
  content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7"
}

.fa-paper-plane:before, .fa-send:before {
  content: "\f1d8"
}

.fa-paper-plane-o:before, .fa-send-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-futbol-o:before, .fa-soccer-ball-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-ils:before, .fa-shekel:before, .fa-sheqel: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-bed:before, .fa-hotel:before {
  content: "\f236"
}

.fa-viacoin:before {
  content: "\f237"
}

.fa-train:before {
  content: "\f238"
}

.fa-subway:before {
  content: "\f239"
}

.fa-medium:before {
  content: "\f23a"
}

.fa-y-combinator:before, .fa-yc: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-paper-o:before, .fa-hand-stop-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-television:before, .fa-tv: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"
}

.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::after, .burger-icon::before {
  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: .3s;
  -moz-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s
}

.burger-icon::after, .burger-icon::before {
  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%, 100%, 50% {
    opacity: 1
  }
  25%, 75% {
    opacity: 0
  }
}

@-moz-keyframes flash {
  0%, 100%, 50% {
    opacity: 1
  }
  25%, 75% {
    opacity: 0
  }
}

@-o-keyframes flash {
  0%, 100%, 50% {
    opacity: 1
  }
  25%, 75% {
    opacity: 0
  }
}

@keyframes flash {
  0%, 100%, 50% {
    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
}

.banner__title img {
  width: 100%
}

.banner__title:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(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: #fff;
  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: #fff
}

.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: #fff
}

.interior {
  background: #cb4c39;
  color: #fff
}

.cotidiano {
  background: #2ba4c2;
  color: #fff
}

.tecnoligia {
  background: #6254a0;
  color: #fff
}

.politica {
  background: #2bc292;
  color: #fff
}

.negocios {
  background: #758325;
  color: #fff
}

.play .icon-play {
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #fff;
  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 .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .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 .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .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 .5s cubic-bezier(.42, 0, .58, 1);
  -moz-transition: all .5s cubic-bezier(.42, 0, .58, 1);
  -o-transition: all .5s cubic-bezier(.42, 0, .58, 1);
  transition: all .5s cubic-bezier(.42, 0, .58, 1);
  -webkit-transition-timing-function: cubic-bezier(.42, 0, .58, 1);
  -moz-transition-timing-function: cubic-bezier(.42, 0, .58, 1);
  -o-transition-timing-function: cubic-bezier(.42, 0, .58, 1);
  transition-timing-function: cubic-bezier(.42, 0, .58, 1)
}

.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 .current, .pagination ul a {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  color: #233864;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 1rem;
  line-height: 1.4rem;
  margin-right: 10px;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out
}

.pagination ul .current:hover, .pagination ul a:hover {
  color: #fff;
  background: #233864
}

.pagination ul .extend {
  margin-right: 10px
}

.pagination ul .current {
  color: #fff;
  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: 0 0;
  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: 0 0;
  color: #233864
}

blockquote {
  border-left: 5px solid #ccc;
  color: #666;
  font-size: 1em;
  margin: 2rem 0;
  padding-left: 15px
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  max-width: 100%;
  margin: 0 auto
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

@media (min-width:768px) {
  .container-grid {
    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
  }
}

.container-grid .eleicoes {
  width: 100%;
  text-align: center
}

.container-grid .eleicoes .blogs__posts {
  text-align: left
}

button, html, input, select, textarea {
  color: #222;
  outline: 0
}

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 {
  text-shadow: none;
  background: #b3d4fc
}

::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: .2em 0;
  background: #ccc;
  color: #000;
  padding: .2em 0
}

h1, h2, h3, h4, h5, h6, li, p, ul {
  margin: 0;
  padding: 0
}

li, ul {
  list-style-type: none
}

a, a:focus, a:hover, button, button:hover, li {
  outline: 0;
  text-decoration: none;
  list-style: none;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out
}

body {
  background: #fff;
  opacity: 1;
  padding-top: 113px!important
}

@media (min-width:768px) {
  body {
    padding-top: 110px!important
  }
}

@media (min-width:992px) {
  body {
    padding-top: 144px!important
  }
}

@media (min-width:1200px) {
  body {
    padding-top: 120px!important
  }
}

.loaded {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .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 a, .title h1, .title h2, .title h3, .title h4, .title h5, .title h6 {
  color: #232323
}

.title a:hover, .title h1:hover, .title h2:hover, .title h3:hover, .title h4:hover, .title h5:hover, .title h6:hover {
  color: #c8021d
}

p {
  color: #666
}

@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 .5s cubic-bezier(.42, 0, .58, 1);
  -moz-transition: all .5s cubic-bezier(.42, 0, .58, 1);
  -o-transition: all .5s cubic-bezier(.42, 0, .58, 1);
  transition: all .5s cubic-bezier(.42, 0, .58, 1);
  -webkit-transition-timing-function: cubic-bezier(.42, 0, .58, 1);
  -moz-transition-timing-function: cubic-bezier(.42, 0, .58, 1);
  -o-transition-timing-function: cubic-bezier(.42, 0, .58, 1);
  transition-timing-function: cubic-bezier(.42, 0, .58, 1)
}

.js-modal.active {
  opacity: 1
}

.ads {
  position: relative;
  z-index: 999
}

.ads span {
  margin-bottom: 5px;
  display: inline-block;
  font-size: .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 #fff;
  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: .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 button, .header__acontece .header__acontece--info .acontece__search .form-acontece input {
  height: 60px;
  background: #fafafa;
  border: 1px solid #ccc;
  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: .9rem;
  font-family: Roboto, sans-serif
}

.header__acontece .header__acontece--info .acontece__search .form-acontece input:focus {
  border: 1px solid #999
}

.header__acontece .header__acontece--info .acontece__search .form-acontece button {
  width: 30%;
  border: 1px solid #ea4748;
  background: #ea4748;
  color: #fff
}

@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: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: flex-start;
    -moz-align-content: flex-start;
    -ms-align-content: flex-start;
    align-content: flex-start;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch
  }
}

.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: .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: .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 {
  position: relative;
  overflow: hidden;
  font-size: 16px;
  padding: 0 5px;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1
}

@media (min-width:768px) {
  .card__featured {
    margin-bottom: 3rem;
    width: calc(100% / 2 - 10px)
  }
}

@media (min-width:768px) {
  .card__featured:nth-child(n+3) {
    width: calc(100% / 4 - 10px)
  }
  .card__featured:nth-child(n+3) .card__featured--info h2 {
    font-size: 1rem
  }
}

.card__featured .card__featured--thumb {
  width: 100%;
  position: relative
}

.card__featured .card__featured--thumb img {
  width: 100%
}

.card__featured .card__featured--info {
  position: relative
}

.card__featured .card__featured--info .info__cat {
  display: inline-block;
  margin-bottom: 1em;
  background-color: #fff!important;
  color: #c8021d;
  font-size: .8rem;
  padding: .75rem 1.125rem 0 0;
  text-transform: uppercase;
  font-family: Merriweather, serif;
  font-weight: 700
}

.card__featured .card__featured--info .info__cat.acontece {
  color: #c8021d
}

.card__featured .card__featured--info .info__cat.diversao {
  color: #de7647
}

.card__featured .card__featured--info .info__cat.carreiras-educacao {
  color: #4776c6
}

.card__featured .card__featured--info .info__cat.esportes {
  color: #4a9d5b
}

.card__featured .card__featured--info .info__cat.blogs {
  color: #21215f
}

.card__featured .card__featured--info .info__cat.vida-saudavel {
  color: #0071a4
}

.card__featured .card__featured--info h2 {
  font-size: 1.3em;
  line-height: 1.2em;
  margin-bottom: .5em;
  color: #000;
  font-family: Merriweather, serif
}

@media (min-width:992px) {
  .card__featured .card__featured--info h2 {
    font-size: 1.125rem
  }
}

.card__featured .card__featured--info h2 a {
  color: #000
}

.card__featured .card__featured--info p {
  color: #000;
  font-size: .9em;
  line-height: 1.2
}

.card__featured .card__featured--info .more {
  margin-top: 10px;
  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: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch
}

.card__featured .card__featured--info .more .share a .fa {
  color: #898989;
  font-size: 1.2em;
  padding: .2rem .5rem;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out
}

.card__featured .card__featured--info .more .share a .fa-facebook:hover {
  color: #3b5998;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out
}

.card__featured .card__featured--info .more .share a .fa-twitter:hover {
  color: #05c6f9;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out
}

.card__featured .card__featured--info .more .share a .fa-google-plus:hover {
  color: #db4a39;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out
}

.card__featured .card__featured--info .more .share a:last-child .fa {
  padding-right: 0
}

.latest.new__single {
  margin-top: 0!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: .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%
}

.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: .8rem
}

.card__latest .card__latest--title h2 {
  line-height: 1
}

.card__latest .card__latest--title h2 a {
  font-size: 1.1rem;
  color: #000
}

.card__latest .card__latest--date {
  margin: 10px 0;
  font-family: Roboto, sans-serif;
  font-size: .9rem;
  color: #999
}

.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, #000 100%);
  background: -webkit-linear-gradient(top, rgba(125, 185, 232, 0) 0, #000 100%);
  background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0, #000 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: .5s;
  -moz-animation-duration: .5s;
  -o-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -o-animation-delay: .3s;
  animation-delay: .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: .8s;
  -moz-animation-duration: .8s;
  -o-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -o-animation-delay: .3s;
  animation-delay: .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: .8s;
  -moz-animation-duration: .8s;
  -o-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  -o-animation-delay: .5s;
  animation-delay: .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: .8s;
  -moz-animation-duration: .8s;
  -o-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-delay: .7s;
  -moz-animation-delay: .7s;
  -o-animation-delay: .7s;
  animation-delay: .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: .5em;
  color: #fff;
  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, .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 .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .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 #fff;
  color: #fff;
  padding: 15px;
  text-transform: uppercase;
  font-family: Merriweather, serif
}

.news__category .category__featured .news__category--featured .news__category--hover .hover__more a:hover {
  background: #fff;
  color: #000
}

.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: #fff
}

.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: .5em .9em;
  font-size: .9em;
  color: #fff;
  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: #000
}

.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: .9rem;
  color: #999
}

.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: .8rem;
  color: #999
}

.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 .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  font-family: Merriweather, serif;
  font-weight: 800;
  font-size: .9rem;
  line-height: 1.3rem;
  color: #000
}

.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: #fff
}

.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: #fff
  }
  .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, .5);
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .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, .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: #fff;
  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: #fff
}

.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, .3) 80%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, .3) 80%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(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 a, .whatsapp__featured .whatsapp .whatsapp__info h3, .whatsapp__featured .whatsapp .whatsapp__info i {
  color: #fff
}

.whatsapp__featured .whatsapp .whatsapp__info i {
  font-size: 5rem
}

.whatsapp__featured .whatsapp .whatsapp__info h3 {
  font-family: Roboto, sans-serif;
  font-weight: 700;
  margin: 10% 0
}

.whatsapp__featured .whatsapp .whatsapp__info a {
  display: block;
  padding: 20px;
  border: 1px solid #fff;
  font-size: 2rem
}

.whatsapp__featured .whatsapp .whatsapp__info a:hover {
  background: #fff;
  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: #fff;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .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: #666;
  margin-bottom: 30px
}

.blogs__posts .blogs__partner .blogs__list h2 span {
  color: #000
}

@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: 700;
  color: #ccc
}

@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: #fff;
  padding: 20px 30px;
  font-weight: 700;
  margin: 20px 0
}

@media (min-width:992px) {
  .not__found p {
    font-size: 1.5rem
  }
}

.not__found a {
  color: #666;
  text-transform: uppercase;
  font-size: .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 #ccc
}

.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 .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out
}

.latest__archive .all__posts--load .all__load button {
  background: 0 0;
  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: .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: 400;
  color: #666
}

.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: #666;
  font-size: .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: 400;
  color: #666
}

.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: #666;
  font-size: .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 .5s cubic-bezier(.68, 0, .265, 1);
  -webkit-transition: transform .5s cubic-bezier(.68, -.55, .265, 1.55);
  -moz-transition: transform .5s cubic-bezier(.68, -.55, .265, 1.55);
  -o-transition: transform .5s cubic-bezier(.68, -.55, .265, 1.55);
  transition: transform .5s cubic-bezier(.68, -.55, .265, 1.55);
  -webkit-transition-timing-function: cubic-bezier(.68, 0, .265, 1);
  -webkit-transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
  -moz-transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
  -o-transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
  transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
  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: #fff;
  background: #000;
  padding: 10px;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .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: #000;
  padding: 30px
}

.single__share .single__share--options .single__share--total h2 {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1
}

.single__share .single__share--options .single__share--total span {
  font-size: .9rem;
  line-height: 1;
  font-family: Roboto, sans-serif;
  color: #b3b3b3
}

.single__share .single__share--options .single__share--socials {
  background: #fff;
  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 .modal__email--btn, .single__share .single__share--options .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: 50%;
  height: 50px;
  cursor: pointer;
  color: #000;
  border-left: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3
}

.single__share .single__share--options .single__share--socials .modal__email--btn:hover, .single__share .single__share--options .single__share--socials a:hover {
  color: #fff
}

.single__share .single__share--options .single__share--socials .modal__email--btn:hover:nth-child(1), .single__share .single__share--options .single__share--socials a:hover:nth-child(1) {
  background: #3b5998
}

.single__share .single__share--options .single__share--socials .modal__email--btn:hover:nth-child(2), .single__share .single__share--options .single__share--socials a:hover:nth-child(2) {
  background: #05c6f9
}

.single__share .single__share--options .single__share--socials .modal__email--btn:hover:nth-child(3), .single__share .single__share--options .single__share--socials a:hover:nth-child(3) {
  background: #666
}

.single__share .single__share--options .single__share--socials .modal__email--btn:hover:nth-child(4), .single__share .single__share--options .single__share--socials a: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: #000
}

.single__share .single__share--options .single__share--read:hover {
  color: #fff;
  background: #000
}

.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: #fff;
  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: #fff
}

.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 .5s cubic-bezier(.68, 0, .265, 1);
  -webkit-transition: transform .5s cubic-bezier(.68, -.55, .265, 1.55);
  -moz-transition: transform .5s cubic-bezier(.68, -.55, .265, 1.55);
  -o-transition: transform .5s cubic-bezier(.68, -.55, .265, 1.55);
  transition: transform .5s cubic-bezier(.68, -.55, .265, 1.55);
  -webkit-transition-timing-function: cubic-bezier(.68, 0, .265, 1);
  -webkit-transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
  -moz-transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
  -o-transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
  transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
  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: #fff;
  background: #000;
  padding: 10px;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .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: #000;
  padding: 30px
}

.blog__single__share .single__share--options .single__share--total h2 {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1
}

.blog__single__share .single__share--options .single__share--total span {
  font-size: .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: #000
}

.blog__single__share .single__share--options .single__share--read:hover {
  color: #fff;
  background: #000;
  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: #fff;
  font-weight: 700;
  font-family: Merriweather, serif;
  margin-bottom: 20px
}

@media (min-width:768px) {
  .single__header .single__cat {
    margin-bottom: 0;
  }
}


/* OUTLINE position */
.single__header .single__cat.single__cat--outline {
  background: white;
  border: 1px solid;
  color: #2ba4c2;
}

@media (min-width:768px) {
  .single__header .single__cat.single__cat--outline {
    margin-right: auto;
    margin-left: 10px;
  }
}

.single__header .single__options .single__options--btn {
  padding: 10px;
  width: 42px;
  text-align: center;
  font-size: 1rem;
  background: #fff;
  box-shadow: none;
  border: 1px solid #e6e6e6;
  color: #666
}

.single__header .single__options .single__options--btn:hover {
  border: 1px solid #999
}

.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%
}

.single__content--wrp .content__by h3 {
  font-family: Merriweather, serif;
  color: #262626;
  font-style: italic;
  color: #000;
  font-size: .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: #666
}

.single__content--wrp .sidebar__read.aligncenter, .single__content--wrp .sidebar__read.alignnone {
  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: #fff;
  font-weight: 700;
  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 #ccc;
  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: #666
}

.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 button, .blog__single__search .form-single input {
  height: 60px;
  background: #fafafa;
  border: 1px solid #ccc;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
  width: 100%
}

.blog__single__search .form-single input {
  padding-left: 20px;
  font-size: .9rem;
  font-family: Roboto, sans-serif
}

.blog__single__search .form-single input:focus {
  border: 1px solid #999
}

.blog__single__search .form-single button {
  width: 30%;
  border: 1px solid #b3b3b3;
  background: #b3b3b3;
  color: #fff
}

@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: #999;
  border: 1px solid #999
}

.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: .9rem;
  background: #fff;
  box-shadow: none;
  margin-top: -1px;
  border: 1px solid #b3b3b3;
  color: #666
}

.single__options .single__options--btn:hover {
  border: 1px solid #666
}

.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: #666
}

.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: 700;
  font-size: .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%
}

.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: #666;
  font-weight: 400;
  font-size: .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: #666
}

.blog__single__content--wrp .sidebar__read.aligncenter, .blog__single__content--wrp .sidebar__read.alignnone {
  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: #000;
  font-size: 1rem;
  font-weight: 400
}

.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 #ccc;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
  width: 100%
}

.widget .searchform input {
  padding-left: 20px;
  font-size: .9rem;
  font-family: Roboto, sans-serif
}

.widget .searchform input:focus {
  border: 1px solid #999
}

.widget .searchform input[type=submit] {
  width: 30%;
  border: 1px solid #b3b3b3;
  background: #b3b3b3;
  color: #fff
}

@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: #999;
  border: 1px solid #999
}

.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: 700;
  font-size: .9rem;
  color: #233864
}

.read {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 99999;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .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, 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)
}

.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 .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .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: #fff;
  z-index: 99999;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .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 #000
  }
}

@media (min-width:1200px) {
  .modal__email {
    border: 30px solid #000
  }
}

.modal__email.active {
  opacity: 1;
  -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)
}

.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: #000;
  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 .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .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: 700;
  font-size: 2rem;
  font-style: italic
}

.modal__email .modal__email--wrp .modal__form button, .modal__email .modal__email--wrp .modal__form input {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #e6e6e6;
  box-shadow: none;
  background: #fff;
  padding: 0;
  height: 60px;
  width: 100%;
  margin-bottom: 20px
}

.modal__email .modal__email--wrp .modal__form button:focus, .modal__email .modal__email--wrp .modal__form input:focus {
  border-bottom: 1px solid #999
}

.modal__email .modal__email--wrp .modal__form button {
  background: #3d3d3d;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: -1px;
  padding: 0 20px;
  font-weight: 700
}

.modal__email .modal__email--wrp .modal__form button:hover {
  background: #000
}

.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
  }
}

.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%;
  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: #fff;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  background: #21215f
}

.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, .6);
  clip: auto!important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000
}

.image__content {
  margin-bottom: 20px
}

.slider__single {
  padding: 30px 0 0;
  position: relative;
  width: 100%;
  margin-bottom: 20px
}

.slider__single .slider__single--content {
  width: 100%
}

.slider__single .slider__single--content .slider__single--items {
  width: 100%
}

.slider__single .slider__single--content .slider__thumb {
  position: relative;
  background: #000
}

.slider__single .slider__single--content .slider__thumb a {
  height: 560px
}

.slider__single .slider__single--content .slider__thumb img {
  width: auto;
  height: auto;
  margin: auto;
  max-width: 100%;
  max-height: 100%
}

.slider__single .slider__single--content .slider__thumb .slider__number {
  position: absolute;
  left: 0;
  top: -32px;
  background: #000;
  padding: 5px 20px;
  color: #fff;
  z-index: 3;
  font-weight: 700;
  font-family: Merriweather, serif
}

.slider__single .slider__single--content .leg {
  position: relative
}

.slider__single .slider__single--content .slider__legenda {
  background: #000;
  padding: 10px 20px
}

.slider__single .slider__single--content .slider__legenda h3, .slider__single .slider__single--content .slider__legenda p {
  color: #fff;
  padding: 0;
  margin: 0;
  font-size: 1rem;
  line-height: 1.3rem;
  font-family: Roboto, sans-serif
}

.slider__single .slider__single--content .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__legenda h3 {
    font-size: 1.1rem
  }
}

@media (min-width:768px) {
  .slider__single .slider__single--content .slider__legenda {
    font-size: 1.5rem
  }
}

.slider__single .slick-next, .slider__single .slick-prev {
  background: #21215f;
  border: none;
  color: #fff;
  box-shadow: none;
  padding: 10px 10px;
  position: absolute;
  top: 25%;
  font-weight: 400;
  font-size: 1rem;
  z-index: 2
}

.slider__single .slick-next:hover, .slider__single .slick-prev:hover {
  background: #3b3bab
}

@media (min-width:768px) {
  .slider__single .slick-next, .slider__single .slick-prev {
    padding: 40px 10px;
    top: 35%;
    font-size: 1.5rem
  }
}

.slider__single .slick-prev {
  left: 0
}

.slider__single .slick-next {
  right: 0
}

.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;
  min-width: 100%
}

.slick-list:focus {
  outline: 0
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
  -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:after, .slick-track:before {
  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: #fff;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .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: .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: #fff;
  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, .4);
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .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: #666;
  font-size: 1.25rem;
  font-weight: 800;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out
}

.blog__card .blog__card__info--author {
  color: #666;
  font-size: .875rem;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out
}

.blog__card .blog__card__info--categ {
  color: #666;
  font-size: .875rem;
  font-weight: 800;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out
}

.blog__card:focus, .blog__card:hover {
  color: #fff
}

.blog__card:focus .blog__card__intro:after, .blog__card:hover .blog__card__intro:after {
  background-color: rgba(0, 0, 0, .6);
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out
}

.blog__card:focus .blog__card__info--name, .blog__card:hover .blog__card__info--name {
  color: #c8021d;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out
}

.blog__card:focus .blog__card__info--author, .blog__card:hover .blog__card__info--author {
  color: #c8021d;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out
}

.blog__card:focus .blog__card__info--categ, .blog__card:hover .blog__card__info--categ {
  color: #c8021d;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .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 .card__most .most__info .most__info--order a:hover, .acontece .latest__archive .all__posts--load .all__load, .acontece .latest__archive .all__posts--load .all__load button i, .acontece .latest__archive .all__posts--load .all__load p, .acontece .sidebar__title h3 a, .acontece .single__content--wrp .content__by h3 a, .acontece .single__wrp .single__sidebar .sidebar__read .card__most .most__info--order a p:first-child, .acontece p a, .noticias .card__most .most__info .most__info--order a:hover, .noticias .latest__archive .all__posts--load .all__load, .noticias .latest__archive .all__posts--load .all__load button i, .noticias .latest__archive .all__posts--load .all__load p, .noticias .sidebar__title h3 a, .noticias .single__content--wrp .content__by h3 a, .noticias .single__wrp .single__sidebar .sidebar__read .card__most .most__info--order a p:first-child, .noticias p a {
  color: #c8021d
}

.acontece .single__header .single__cat, .noticias .single__header .single__cat {
  background: #c8021d
}

/* Noticias OUTLINE */
.noticias .single__header .single__cat.single__cat--outline {
  background: white;
  border: 1px solid;
  color: #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 .card__most .most__info .most__info--order a:hover, .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 .sidebar__title h3 a, .esportes .single__content--wrp .content__by h3 a, .esportes .single__wrp .single__sidebar .sidebar__read .card__most .most__info--order a p:first-child, .esportes p a {
  color: #4a9d5b
}

.esportes .single__header .single__cat {
  background: #4a9d5b
}

/*OUTLINE*/
.esportes .single__header .single__cat.single__cat--outline {
  background: white;
  border: 1px solid;
  color: #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 .card__most .most__info .most__info--order a:hover, .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 .sidebar__title h3 a, .diversao .single__content--wrp .content__by h3 a, .diversao .single__wrp .single__sidebar .sidebar__read .card__most .most__info--order a p:first-child, .diversao p a {
  color: #de7647
}

.diversao .single__header .single__cat {
  background: #de7647
}

/*OUTLINE*/
.diversao .single__header .single__cat.single__cat--outline {
  background: white;
  border: 1px solid;
  color: #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 .card__most .most__info .most__info--order a:hover, .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 .sidebar__title h3 a, .carreiras-educacao .single__content--wrp .content__by h3 a, .carreiras-educacao .single__wrp .single__sidebar .sidebar__read .card__most .most__info--order a p:first-child, .carreiras-educacao p a {
  color: #4776c6
}

.carreiras-educacao .single__header .single__cat {
  background: #4776c6
}

/*OUTLINE*/
.carreiras-educacao .single__header .single__cat.single__cat--outline {
  background: white;
  border: 1px solid;
  color: #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 .card__most .most__info .most__info--order a:hover, .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 .sidebar__title h3 a, .blogs .single__content--wrp .content__by h3 a, .blogs .single__wrp .single__sidebar .sidebar__read .card__most .most__info--order a p:first-child, .blogs p a {
  color: #21215f
}

.blogs .single__header .single__cat {
  background: #21215f
}

/*OUTLINE*/
.blogs .single__header .single__cat.single__cat--outline {
  background: white;
  border: 1px solid;
  color: #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 .card__most .most__info .most__info--order a:hover, .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 .sidebar__title h3 a, .vida-saudavel .single__content--wrp .content__by h3 a, .vida-saudavel .single__wrp .single__sidebar .sidebar__read .card__most .most__info--order a p:first-child, .vida-saudavel p a {
  color: #0071a4
}

.vida-saudavel .single__header .single__cat {
  background: #0071a4
}

/*OUTLINE*/
.vida-saudavel .single__header .single__cat.single__cat--outline {
  background: white;
  border: 1px solid;
  color: #0071a4
}

.section-acontece.news__category .category__featured--header h2 {
  border-bottom: 1px solid #c8021d
}

.section-acontece .card__category .card__category--title .news__cat.cotidiano, .section-acontece.news__category .category__featured .news__category--featured .category__featured--title h2:before {
  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 .card__category .card__category--title .news__cat.cotidiano, .section-esportes.news__category .category__featured .news__category--featured .category__featured--title h2:before {
  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 .card__category .card__category--title .news__cat.cotidiano, .section-carreiras-educacao.news__category .category__featured .news__category--featured .category__featured--title h2:before {
  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 .card__category .card__category--title .news__cat.cotidiano, .section-diversao.news__category .category__featured .news__category--featured .category__featured--title h2:before {
  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 .card__category .card__category--title .news__cat.cotidiano, .section-vida-saudavel.news__category .category__featured .news__category--featured .category__featured--title h2:before {
  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 tfoot, #wp-calendar thead {
  line-height: 33px;
  background: #21215f;
  color: #fff
}

#wp-calendar tbody {
  line-height: 33px
}

#wp-calendar #next, #wp-calendar #prev {
  padding: 0 10px;
  background: #21215f;
  color: #fff
}

#wp-calendar #prev {
  text-align: left
}

#wp-calendar #next {
  text-align: right
}

#wp-calendar tfoot td a {
  color: #fff
}

@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: .5rem 1rem;
  background: #c8021d;
  color: #fff;
  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: 400;
  color: #666
}

.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: #fff;
  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: #fff;
  background: #c8021d;
  border-radius: 100px;
  padding: 5px 10px;
  font-size: .8em;
  display: inline-block;
  margin: 5px;
  font-weight: 700
}

.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: 700;
  color: #666;
  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: 700;
  color: #666;
  padding: 15px 0 15px 0;
  border-bottom: 1px solid #c8021d
}

.outras-noticias .grid .title__grid a:hover {
  color: #c8021d
}

.outras-noticias .news-next, .outras-noticias .news-prev {
  width: 90%;
  padding: 15px 0;
  color: #666
}

.outras-noticias .news-next h2, .outras-noticias .news-prev h2 {
  font: 400 16px 'Open Sans', sans-serif;
  font-weight: 700;
  color: #666;
  font-size: 1em
}

.outras-noticias .news-next h2 a, .outras-noticias .news-prev h2 a {
  font: 400 16px 'Open Sans', sans-serif;
  font-weight: 700;
  color: #666;
  font-size: 1em
}

.outras-noticias .news-next h2 a:hover, .outras-noticias .news-prev 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: #fff
}

.tablepress .sorting:hover, .tablepress .sorting_asc, .tablepress .sorting_desc {
  background-color: #fff;
  color: #c8021d
}

.tablepress .odd td {
  background-color: #fbfbfb
}

.tablepress td, .tablepress th {
  border-bottom: .1rem solid #e1e1e1;
  padding: 1rem 1.5rem;
  text-align: left
}

.tablepress td:first-child, .tablepress th:first-child {
  padding-left: 0
}

.tablepress td:last-child, .tablepress th:last-child {
  padding-right: 0
}

.barra {
  border-bottom: 1px solid #ccc;
  padding: 8px 0
}

@media (max-width:767px) {
  .barra {
    display: none
  }
}

@media (min-width:768px) {
  .barra {
    display: none
  }
}

@media (min-width:992px) {
  .barra {
    display: block
  }
}

.barra .headers-bar {
  width: 100%;
  padding: 0 15px;
  max-width: 1200px;
  margin: auto;
  position: relative;
  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-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -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:1250px) {
  .barra .headers-bar {
    padding: 0
  }
}

.barra .headers-bar .bar-menu {
  margin-right: 20px
}

.barra .headers-bar .bar-menu .bar-menu-nav .bar-menu-item {
  display: inline-block;
  margin: 0 10px;
  text-transform: uppercase
}

.barra .headers-bar .bar-menu .bar-menu-nav .bar-menu-item a {
  color: #666;
  cursor: pointer;
  font-size: .85rem;
  display: block;
  font-weight: 700
}

.barra .headers-bar .bar-menu .bar-menu-nav .bar-menu-item a:hover {
  -moz-opacity: .5;
  -khtml-opacity: .5;
  -webkit-opacity: .5;
  opacity: .5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50)
}

.barra .headers-bar .bar-social .bar-social-menu .bar-social-item {
  display: inline-block;
  margin: 0 5px
}

.barra .headers-bar .bar-social .bar-social-menu .bar-social-item a {
  color: #666;
  cursor: pointer;
  font-size: .85rem;
  display: block
}

.barra .headers-bar .bar-social .bar-social-menu .bar-social-item a .fa {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out
}

.barra .headers-bar .bar-social .bar-social-menu .bar-social-item a .fa-facebook:hover {
  color: #3b5998;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out
}

.barra .headers-bar .bar-social .bar-social-menu .bar-social-item a .fa-twitter:hover {
  color: #05c6f9;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out
}

.barra .headers-bar .bar-social .bar-social-menu .bar-social-item a .fa-google-plus:hover {
  color: #db4a39;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out
}

.bar_mobile {
  display: block;
  border-top: 1px solid #ccc
}

@media (min-width:992px) {
  .bar_mobile {
    display: none
  }
}

.bar_mobile .bar-menu .bar-menu-nav {
  overflow-y: visible
}

.bar_mobile .bar-menu .bar-menu-nav .bar-menu-item a {
  color: #666;
  cursor: pointer;
  font-size: .85rem;
  display: block;
  font-weight: 700
}

.bar_mobile .bar-menu .bar-menu-nav .bar-menu-item a:hover {
  background: inherit;
  color: inherit
}

.bar_mobile .bar-social .bar-social-menu {
  overflow-y: visible
}

.bar_mobile .bar-social .bar-social-menu .bar-social-item {
  display: inline-block;
  margin: 0;
  max-width: 30px
}

.bar_mobile .bar-social .bar-social-menu .bar-social-item a {
  color: #666;
  cursor: pointer;
  font-size: .85rem;
  display: block
}

.bar_mobile .bar-social .bar-social-menu .bar-social-item a:hover {
  background: inherit;
  color: inherit
}

.bar_mobile .bar-social .bar-social-menu .bar-social-item a .fa {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out
}

.bar_mobile .bar-social .bar-social-menu .bar-social-item a .fa-facebook:hover {
  color: #3b5998;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out
}

.bar_mobile .bar-social .bar-social-menu .bar-social-item a .fa-twitter:hover {
  color: #05c6f9;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out
}

.bar_mobile .bar-social .bar-social-menu .bar-social-item a .fa-google-plus:hover {
  color: #db4a39;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out
}

.eleicoes {
  padding-top: 2rem
}

.eleicoes .eleicoes__header--title {
  border-bottom: 1px solid #c8021d;
  margin-bottom: 40px
}

.eleicoes .eleicoes__header--title h1 {
  font-family: Merriweather, serif;
  font-size: 1.5rem;
  color: #626262
}

.eleicoes .eleicoes__header--title h1 span {
  color: #c8021d
}

.eleicoes .nav-tabs li.active a {
  color: #c8021d
}

.eleicoes .nav-tabs li a {
  font-family: Roboto, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: .8rem;
  color: #000
}

.eleicoes .status {
  padding: 1rem 0
}

@media (min-width:768px) {
  .eleicoes .status {
    padding: 1rem;
    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
  }
}

.eleicoes .status p span {
  color: #c8021d;
  font-weight: 700;
  text-transform: uppercase;
  font-size: .8rem;
  display: block
}

@media (min-width:768px) {
  .eleicoes .status p span {
    display: inline-block
  }
}

.eleicoes .progress__bar {
  padding: 0 0 1rem 0
}

.eleicoes .progress__bar .progress-bar {
  position: relative;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px
}

.eleicoes .progress__bar .progress-bar.progress-bar-tribuna {
  background-color: #21215f
}

.eleicoes .progress__bar .progress-bar.progress-bar-tribuna-fim {
  background-color: #607d8b
}

.eleicoes .progress__bar .sr-only {
  position: absolute;
  right: 10px;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  overflow: visible;
  clip: auto;
  color: #fff;
  border: 0;
  font-family: Roboto, sans-serif
}

.eleicoes .candidatos {
  padding: 1rem 0;
  border-bottom: 1px solid #e6e6e6
}

@media (min-width:768px) {
  .eleicoes .candidatos {
    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
  }
}

.eleicoes .candidatos .thumb__status {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  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
}

.eleicoes .candidatos .thumb__status .thumb {
  width: 60px;
  height: 60px;
  min-width: 60px;
  min-height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px
}

@media (min-width:768px) {
  .eleicoes .candidatos .thumb__status .thumb {
    width: 100px;
    height: 100px;
    min-width: 100px;
    min-height: 100px
  }
}

.eleicoes .candidatos .thumb__status .thumb img {
  width: 100%
}

.eleicoes .candidatos .thumb__status .votos {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1
}

.eleicoes .candidatos .thumb__status .votos h2 {
  font-size: 1.2rem
}

.eleicoes .candidatos .thumb__status .votos p {
  text-transform: uppercase;
  font-size: .9rem;
  margin-bottom: 10px
}

.eleicoes .candidatos .thumb__status .votos .progress {
  margin: 0;
  height: 12px
}

@media (min-width:768px) {
  .eleicoes .candidatos .thumb__status .votos .progress {
    margin-right: 20px
  }
}

.eleicoes .candidatos .thumb__status .votos .progress .progress-bar.progress-bar-tribuna {
  background-color: #21215f
}

.eleicoes .candidatos .thumb__status .votos .progress .progress-bar.progress-bar-tribuna-fim {
  background-color: #607d8b
}

.eleicoes .candidatos .apuracao {
  padding-top: 10px;
  padding-left: 80px
}

@media (min-width:768px) {
  .eleicoes .candidatos .apuracao {
    padding-top: 0;
    padding-left: 0;
    text-align: right
  }
}

.eleicoes .candidatos .apuracao p {
  font-size: 2rem;
  line-height: 1
}

@media (min-width:768px) {
  .eleicoes .candidatos .apuracao p {
    padding-top: 16px;
    margin-bottom: 10px
  }
}

.eleicoes .votos__total {
  padding: 1rem 0;
  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:768px) {
  .eleicoes .votos__total {
    padding: 2rem 0
  }
}

.eleicoes .votos__total .votacao {
  padding: .5rem 0;
  width: 40%;
  margin-bottom: 20px
}

.eleicoes .votos__total .votacao:last-child {
  border-right: 0
}

@media (min-width:768px) {
  .eleicoes .votos__total .votacao {
    padding: .5rem 1rem;
    width: inherit;
    border-right: 1px solid #e6e6e6;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1
  }
}

.eleicoes .votos__total .votacao small {
  display: block;
  text-transform: uppercase
}

.eleicoes .fonte {
  padding: 1rem 0;
  border-top: 1px solid #e6e6e6;
  margin-bottom: 20px
}

.eleicoes .fonte small {
  color: rgba(0, 0, 0, .5)
}

.minutes.minutes__noticias .minutes__header {
  position: relative;
  border-bottom: 4px solid #c8021d
}

.minutes.minutes__noticias .minutes__header h2 {
  color: #c8021d
}

.minutes.minutes__noticias .minutes__posts .minutes__time {
  position: relative
}

.minutes.minutes__noticias .minutes__posts .minutes__time .minute__hour {
  color: #c8021d
}

.minutes.minutes__noticias .minutes__posts .minutes__content .single__content--wrp p a {
  color: #c8021d
}

.minutes.minutes__noticias .minutes__posts .minutes__content .single__content--wrp a {
  color: #c8021d
}

.minutes.minutes__esportes .minutes__header {
  position: relative;
  border-bottom: 4px solid #4a9d5b
}

.minutes.minutes__esportes .minutes__header h2 {
  color: #4a9d5b
}

.minutes.minutes__esportes .minutes__posts .minutes__time {
  position: relative
}

.minutes.minutes__esportes .minutes__posts .minutes__time .minute__hour {
  color: #4a9d5b
}

.minutes.minutes__esportes .minutes__posts .minutes__content .single__content--wrp p a {
  color: #4a9d5b
}

.minutes.minutes__esportes .minutes__posts .minutes__content .single__content--wrp a {
  color: #4a9d5b
}

.minutes.minutes__diversao .minutes__header {
  position: relative;
  border-bottom: 4px solid #de7647
}

.minutes.minutes__diversao .minutes__header h2 {
  color: #de7647
}

.minutes.minutes__diversao .minutes__posts .minutes__time {
  position: relative
}

.minutes.minutes__diversao .minutes__posts .minutes__time .minute__hour {
  color: #de7647
}

.minutes.minutes__diversao .minutes__posts .minutes__content .single__content--wrp p a {
  color: #de7647
}

.minutes.minutes__diversao .minutes__posts .minutes__content .single__content--wrp a {
  color: #de7647
}

.minutes.minutes__empregos .minutes__header {
  position: relative;
  border-bottom: 4px solid #4776c6
}

.minutes.minutes__empregos .minutes__header h2 {
  color: #4776c6
}

.minutes.minutes__empregos .minutes__posts .minutes__time {
  position: relative
}

.minutes.minutes__empregos .minutes__posts .minutes__time .minute__hour {
  color: #4776c6
}

.minutes.minutes__empregos .minutes__posts .minutes__content .single__content--wrp p a {
  color: #4776c6
}

.minutes.minutes__empregos .minutes__posts .minutes__content .single__content--wrp a {
  color: #4776c6
}

.minutes.minutes__blogs .minutes__header {
  position: relative;
  border-bottom: 4px solid #21215f
}

.minutes.minutes__blogs .minutes__header h2 {
  color: #21215f
}

.minutes.minutes__blogs .minutes__posts .minutes__time {
  position: relative
}

.minutes.minutes__blogs .minutes__posts .minutes__time .minute__hour {
  color: #21215f
}

.minutes.minutes__blogs .minutes__posts .minutes__content .single__content--wrp p a {
  color: #21215f
}

.minutes.minutes__blogs .minutes__posts .minutes__content .single__content--wrp a {
  color: #21215f
}

.minutes.minutes__videos opniao audios .minutes__header {
  position: relative
}

.minutes.minutes__videos opniao audios .minutes__header h2 {
  color: {
    @videos opniao audios
  }
  ;
}

.minutes.minutes__videos opniao audios .minutes__posts .minutes__time {
  position: relative
}

.minutes.minutes__videos opniao audios .minutes__posts .minutes__time .minute__hour {
  color: {
    @videos opniao audios
  }
  ;
}

.minutes.minutes__videos opniao audios .minutes__posts .minutes__content .single__content--wrp p a {
  color: {
    @videos opniao audios
  }
  ;
}

.minutes.minutes__videos opniao audios .minutes__posts .minutes__content .single__content--wrp a {
  color: {
    @videos opniao audios
  }
  ;
}

.minutes.minutes__cinema .minutes__header {
  position: relative;
  border-bottom: 4px solid #38455a
}

.minutes.minutes__cinema .minutes__header h2 {
  color: #38455a
}

.minutes.minutes__cinema .minutes__posts .minutes__time {
  position: relative
}

.minutes.minutes__cinema .minutes__posts .minutes__time .minute__hour {
  color: #38455a
}

.minutes.minutes__cinema .minutes__posts .minutes__content .single__content--wrp p a {
  color: #38455a
}

.minutes.minutes__cinema .minutes__posts .minutes__content .single__content--wrp a {
  color: #38455a
}

.minutes.minutes__slider-blog .minutes__header {
  position: relative;
  border-bottom: 4px solid #3d62b0
}

.minutes.minutes__slider-blog .minutes__header h2 {
  color: #3d62b0
}

.minutes.minutes__slider-blog .minutes__posts .minutes__time {
  position: relative
}

.minutes.minutes__slider-blog .minutes__posts .minutes__time .minute__hour {
  color: #3d62b0
}

.minutes.minutes__slider-blog .minutes__posts .minutes__content .single__content--wrp p a {
  color: #3d62b0
}

.minutes.minutes__slider-blog .minutes__posts .minutes__content .single__content--wrp a {
  color: #3d62b0
}

.minutes.minutes__vida .minutes__header {
  position: relative;
  border-bottom: 4px solid #0071a4
}

.minutes.minutes__vida .minutes__header h2 {
  color: #0071a4
}

.minutes.minutes__vida .minutes__posts .minutes__time {
  position: relative
}

.minutes.minutes__vida .minutes__posts .minutes__time .minute__hour {
  color: #0071a4
}

.minutes.minutes__vida .minutes__posts .minutes__content .single__content--wrp p a {
  color: #0071a4
}

.minutes.minutes__vida .minutes__posts .minutes__content .single__content--wrp a {
  color: #0071a4
}

.minutes.minutes__mulher .minutes__header {
  position: relative;
  border-bottom: 4px solid #d36adc
}

.minutes.minutes__mulher .minutes__header h2 {
  color: #d36adc
}

.minutes.minutes__mulher .minutes__posts .minutes__time {
  position: relative
}

.minutes.minutes__mulher .minutes__posts .minutes__time .minute__hour {
  color: #d36adc
}

.minutes.minutes__mulher .minutes__posts .minutes__content .single__content--wrp p a {
  color: #d36adc
}

.minutes.minutes__mulher .minutes__posts .minutes__content .single__content--wrp a {
  color: #d36adc
}

.minutes.minutes__mobilidade .minutes__header {
  position: relative;
  border-bottom: 4px solid #9551b4
}

.minutes.minutes__mobilidade .minutes__header h2 {
  color: #9551b4
}

.minutes.minutes__mobilidade .minutes__posts .minutes__time {
  position: relative
}

.minutes.minutes__mobilidade .minutes__posts .minutes__time .minute__hour {
  color: #9551b4
}

.minutes.minutes__mobilidade .minutes__posts .minutes__content .single__content--wrp p a {
  color: #9551b4
}

.minutes.minutes__mobilidade .minutes__posts .minutes__content .single__content--wrp a {
  color: #9551b4
}

.minutes.minutes__interior .minutes__header {
  position: relative;
  border-bottom: 4px solid #cb4c39
}

.minutes.minutes__interior .minutes__header h2 {
  color: #cb4c39
}

.minutes.minutes__interior .minutes__posts .minutes__time {
  position: relative
}

.minutes.minutes__interior .minutes__posts .minutes__time .minute__hour {
  color: #cb4c39
}

.minutes.minutes__interior .minutes__posts .minutes__content .single__content--wrp p a {
  color: #cb4c39
}

.minutes.minutes__interior .minutes__posts .minutes__content .single__content--wrp a {
  color: #cb4c39
}

.minutes.minutes__cotidiano .minutes__header {
  position: relative;
  border-bottom: 4px solid #2ba4c2
}

.minutes.minutes__cotidiano .minutes__header h2 {
  color: #2ba4c2
}

.minutes.minutes__cotidiano .minutes__posts .minutes__time {
  position: relative
}

.minutes.minutes__cotidiano .minutes__posts .minutes__time .minute__hour {
  color: #2ba4c2
}

.minutes.minutes__cotidiano .minutes__posts .minutes__content .single__content--wrp p a {
  color: #2ba4c2
}

.minutes.minutes__cotidiano .minutes__posts .minutes__content .single__content--wrp a {
  color: #2ba4c2
}

.minutes.minutes__tecnoligia .minutes__header {
  position: relative;
  border-bottom: 4px solid #6254a0
}

.minutes.minutes__tecnoligia .minutes__header h2 {
  color: #6254a0
}

.minutes.minutes__tecnoligia .minutes__posts .minutes__time {
  position: relative
}

.minutes.minutes__tecnoligia .minutes__posts .minutes__time .minute__hour {
  color: #6254a0
}

.minutes.minutes__tecnoligia .minutes__posts .minutes__content .single__content--wrp p a {
  color: #6254a0
}

.minutes.minutes__tecnoligia .minutes__posts .minutes__content .single__content--wrp a {
  color: #6254a0
}

.minutes.minutes__politica .minutes__header {
  position: relative;
  border-bottom: 4px solid #2bc292
}

.minutes.minutes__politica .minutes__header h2 {
  color: #2bc292
}

.minutes.minutes__politica .minutes__posts .minutes__time {
  position: relative
}

.minutes.minutes__politica .minutes__posts .minutes__time .minute__hour {
  color: #2bc292
}

.minutes.minutes__politica .minutes__posts .minutes__content .single__content--wrp p a {
  color: #2bc292
}

.minutes.minutes__politica .minutes__posts .minutes__content .single__content--wrp a {
  color: #2bc292
}

.minutes.minutes__negocios .minutes__header {
  position: relative;
  border-bottom: 4px solid #758325
}

.minutes.minutes__negocios .minutes__header h2 {
  color: #758325
}

.minutes.minutes__negocios .minutes__posts .minutes__time {
  position: relative
}

.minutes.minutes__negocios .minutes__posts .minutes__time .minute__hour {
  color: #758325
}

.minutes.minutes__negocios .minutes__posts .minutes__content .single__content--wrp p a {
  color: #758325
}

.minutes.minutes__negocios .minutes__posts .minutes__content .single__content--wrp a {
  color: #758325
}

.minutes.minutes__especiais .minutes__header {
  position: relative;
  border-bottom: 4px solid #de7647
}

.minutes.minutes__especiais .minutes__header h2 {
  color: #de7647
}

.minutes.minutes__especiais .minutes__posts .minutes__time {
  position: relative
}

.minutes.minutes__especiais .minutes__posts .minutes__time .minute__hour {
  color: #de7647
}

.minutes.minutes__especiais .minutes__posts .minutes__content .single__content--wrp p a {
  color: #de7647
}

.minutes.minutes__especiais .minutes__posts .minutes__content .single__content--wrp a {
  color: #de7647
}

.minutes.minutes__parceiros .minutes__header {
  position: relative;
  border-bottom: 4px solid #666
}

.minutes.minutes__parceiros .minutes__header h2 {
  color: #666
}

.minutes.minutes__parceiros .minutes__posts .minutes__time {
  position: relative
}

.minutes.minutes__parceiros .minutes__posts .minutes__time .minute__hour {
  color: #666
}

.minutes.minutes__parceiros .minutes__posts .minutes__content .single__content--wrp p a {
  color: #666
}

.minutes.minutes__parceiros .minutes__posts .minutes__content .single__content--wrp a {
  color: #666
}

.minutes.minutes__radios-tvs .minutes__header {
  position: relative;
  border-bottom: 4px solid #de7647
}

.minutes.minutes__radios-tvs .minutes__header h2 {
  color: #de7647
}

.minutes.minutes__radios-tvs .minutes__posts .minutes__time {
  position: relative
}

.minutes.minutes__radios-tvs .minutes__posts .minutes__time .minute__hour {
  color: #de7647
}

.minutes.minutes__radios-tvs .minutes__posts .minutes__content .single__content--wrp p a {
  color: #de7647
}

.minutes.minutes__radios-tvs .minutes__posts .minutes__content .single__content--wrp a {
  color: #de7647
}

.minutes .minutes__header {
  padding: 16px 0;
  border-bottom: 4px solid #a7a7a7;
  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
}

.minutes .minutes__header h2 {
  color: #a7a7a7;
  font-size: 1.3rem;
  font-family: Merriweather, serif
}

.minutes .minutes__header .refresh {
  opacity: .5;
  font-size: 1.2rem
}

.minutes .minutes__posts {
  border-bottom: 1px solid #ddd
}

@media (min-width:768px) {
  .minutes .minutes__posts {
    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
  }
}

.minutes .minutes__posts .minutes__time {
  min-width: 116px;
  padding-top: 2rem;
  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: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center
}

@media (max-width:767px) {
  .minutes .minutes__posts .minutes__time {
    border-left: 1px solid #ddd
  }
}

.minutes .minutes__posts .minutes__time .minute__hour {
  width: 100%;
  color: #a7a7a7;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 5px;
  position: relative;
  text-align: center;
  font-family: Roboto, sans-serif
}

@media (max-width:767px) {
  .minutes .minutes__posts .minutes__time .minute__hour {
    padding-left: 1rem;
    text-align: left
  }
}

.minutes .minutes__posts .minutes__time .minute__hour:after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  top: 10px;
  right: -6px;
  border-radius: 50%;
  background: #ddd
}

@media (max-width:767px) {
  .minutes .minutes__posts .minutes__time .minute__hour:after {
    left: -6px
  }
}

.minutes .minutes__posts .minutes__time .minute__day {
  width: 100%;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: #303030;
  font-family: Roboto, sans-serif
}

@media (max-width:767px) {
  .minutes .minutes__posts .minutes__time .minute__day {
    padding-left: 1rem;
    text-align: left
  }
}

.minutes .minutes__posts .minutes__time .minute__day span {
  display: block;
  width: 100%;
  color: #a7a7a7;
  font-size: .9rem
}

.minutes .minutes__posts .minutes__content {
  padding: 2rem 1rem 2rem 1rem;
  border-left: 1px solid #ddd
}

@media (min-width:768px) {
  .minutes .minutes__posts .minutes__content {
    width: calc(100% - 116px);
    padding: 2rem 1rem 2rem 2rem
  }
}

.minutes .minutes__posts .minutes__content .single__content--wrp {
  width: 100%
}

.minutes .minutes__posts .minutes__content .single__content--wrp h2 {
  font-size: 1.3rem;
  margin-bottom: 20px
}

.minutes .minutes__posts .minutes__content .single__content--wrp p a {
  margin-bottom: 0;
  display: initial!important
}

.minutes .minutes__posts .minutes__content .single__content--wrp a {
  margin-bottom: 20px;
  display: block
}

.minutes .minutes__posts .minutes__content iframe {
  width: 100%
}

.minutes .minutes__posts .minutes__content .minutes__shares {
  padding-top: 1rem;
  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
}

.minutes .minutes__posts .minutes__content .minutes__shares 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: 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: 30px;
  height: 30px;
  border-radius: 100%;
  cursor: pointer;
  color: #fff;
  margin-right: 10px
}

.minutes .minutes__posts .minutes__content .minutes__shares a:nth-child(1) {
  background: #3b5998
}

.minutes .minutes__posts .minutes__content .minutes__shares a:nth-child(2) {
  background: #05c6f9
}

.minutes .minutes__posts .minutes__content .minutes__shares a:nth-child(3) {
  background: #db4a39
}

.minutes .minutes__posts .minutes__content .minutes__shares a:hover {
  color: #fff
}

.minutes .minutes__posts .minutes__content .minutes__shares a:hover:nth-child(1) {
  background: #4c70ba
}

.minutes .minutes__posts .minutes__content .minutes__shares a:hover:nth-child(2) {
  background: #36d2fb
}

.minutes .minutes__posts .minutes__content .minutes__shares a:hover:nth-child(3) {
  background: #e37164
}


/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */

.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: 0 0;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: .75;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  -webkit-box-shadow: none;
  box-shadow: none
}

.pswp__button:focus, .pswp__button:hover {
  opacity: 1
}

.pswp__button:active {
  outline: 0;
  opacity: .9
}

.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0
}

.pswp__ui--over-close .pswp__button--close {
  opacity: 1
}

.pswp__button, .pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
  background: url(source/img/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px
}

@media (-webkit-min-device-pixel-ratio:1.1), (-webkit-min-device-pixel-ratio:1.09375), (min-resolution:105dpi), (min-resolution:1.1dppx) {
  .pswp--svg .pswp__button, .pswp--svg .pswp__button--arrow--left:before, .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(source/img/default-skin.svg)
  }
  .pswp--svg .pswp__button--arrow--left, .pswp--svg .pswp__button--arrow--right {
    background: 0 0
  }
}

.pswp__button--close {
  background-position: 0 -44px
}

.pswp__button--share {
  background-position: -44px -44px
}

.pswp__button--fs {
  display: none
}

.pswp--supports-fs .pswp__button--fs {
  display: block
}

.pswp--fs .pswp__button--fs {
  background-position: -44px 0
}

.pswp__button--zoom {
  display: none;
  background-position: -88px 0
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0
}

.pswp--touch .pswp__button--arrow--left, .pswp--touch .pswp__button--arrow--right {
  visibility: hidden
}

.pswp__button--arrow--left, .pswp__button--arrow--right {
  background: 0 0;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute
}

.pswp__button--arrow--left {
  left: 0
}

.pswp__button--arrow--right {
  right: 0
}

.pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, .3);
  height: 30px;
  width: 32px;
  position: absolute
}

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px
}

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px
}

.pswp__counter, .pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, .5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity .25s ease-out;
  transition: opacity .25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity
}

.pswp__share-modal--hidden {
  display: none
}

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #fff;
  top: 100px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform .25s;
  transition: transform .25s;
  -webkit-backface-visibility: hidden;
  will-change: transform
}

.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px
}

.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000
}

.pswp__share-tooltip a:first-child {
  border-radius: 2px 2px 0 0
}

.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px
}

.pswp__share-modal--fade-in {
  opacity: 1
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px
}

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #fff;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none
}

a.pswp__share--facebook:hover {
  background: #3e5c9a;
  color: #fff
}

a.pswp__share--facebook:hover:before {
  border-bottom-color: #3e5c9a
}

a.pswp__share--twitter:hover {
  background: #55acee;
  color: #fff
}

a.pswp__share--pinterest:hover {
  background: #ccc;
  color: #ce272d
}

a.pswp__share--download:hover {
  background: #ddd
}

.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #fff;
  opacity: .75;
  padding: 0 10px
}

.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px
}

.pswp__caption small {
  font-size: 11px;
  color: #bbb
}

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #ccc
}

.pswp__caption__center .slider__number {
  display: none
}

.pswp__caption--empty {
  display: none
}

.pswp__caption--fake {
  visibility: hidden
}

.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity .25s ease-out;
  transition: opacity .25s ease-out;
  will-change: opacity;
  direction: ltr
}

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px
}

.pswp__preloader--active {
  opacity: 1
}

.pswp__preloader--active .pswp__preloader__icn {
  background: url(source/img/preloader.gif) 0 0 no-repeat
}

.pswp--css_animation .pswp__preloader--active {
  opacity: 1
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise .5s linear infinite;
  animation: clockwise .5s linear infinite
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1s cubic-bezier(.4, 0, .22, 1) infinite;
  animation: donut-rotate 1s cubic-bezier(.4, 0, .22, 1) infinite
}

.pswp--css_animation .pswp__preloader__icn {
  background: 0 0;
  opacity: .75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0
}

.pswp--css_animation .pswp__preloader__cut {
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden
}

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: 0 0;
  margin: 0
}

@media screen and (max-width:1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right
  }
}

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg)
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
}

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg)
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
}

.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550
}

.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%
}

.pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right, .pswp__caption, .pswp__top-bar {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
  transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible
}

.pswp__caption, .pswp__top-bar {
  background-color: rgba(0, 0, 0, .5)
}

.pswp__ui--fit .pswp__caption, .pswp__ui--fit .pswp__top-bar {
  background-color: rgba(0, 0, 0, .3)
}

.pswp__ui--idle .pswp__top-bar {
  opacity: 0
}

.pswp__ui--idle .pswp__button--arrow--left, .pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0
}

.pswp__ui--hidden .pswp__button--arrow--left, .pswp__ui--hidden .pswp__button--arrow--right, .pswp__ui--hidden .pswp__caption, .pswp__ui--hidden .pswp__top-bar {
  opacity: .001
}

.pswp__ui--one-slide .pswp__button--arrow--left, .pswp__ui--one-slide .pswp__button--arrow--right, .pswp__ui--one-slide .pswp__counter {
  display: none
}

.pswp__element--disabled {
  display: none!important
}

.pswp--minimal--dark .pswp__top-bar {
  background: 0 0
}


/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */

.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 999999;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  outline: 0
}

.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.pswp img {
  max-width: none
}

.pswp--animate_opacity {
  opacity: .001;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
  transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--open {
  display: block
}

.pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in
}

.pswp--zoomed-in .pswp__img {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab
}

.pswp--dragging .pswp__img {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing
}

.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden
}

.pswp__container, .pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0
}

.pswp__container, .pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform 333ms cubic-bezier(.4, 0, .22, 1);
  transition: transform 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp__bg {
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
  transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--animated-in .pswp__bg, .pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none
}

.pswp__container, .pswp__zoom-wrap {
  -webkit-backface-visibility: hidden
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0
}

.pswp__img--placeholder {
  -webkit-backface-visibility: hidden
}

.pswp__img--placeholder--blank {
  background: #222
}

.pswp--ie .pswp__img {
  width: 100%!important;
  height: auto!important;
  left: 0;
  top: 0
}

.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #ccc
}

.pswp__error-msg a {
  color: #ccc;
  text-decoration: underline
}

@media print {
  * {
    background: 0 0!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^="#"]:after, a[href^="javascript:"]:after {
    content: ""
  }
  blockquote, pre {
    border: 1px solid #999;
    page-break-inside: avoid
  }
  thead {
    display: table-header-group
  }
  img, tr {
    page-break-inside: avoid
  }
  img {
    max-width: 100%!important
  }
  @page {
    margin: .5cm
  }
  h2, h3, p {
    orphans: 3;
    widows: 3
  }
  h2, h3 {
    page-break-after: avoid
  }
}


/* sidebar__read--v2 */
.sidebar__read--v2 .sidebar__title {
  padding-bottom: 5px;
}
.sidebar__read--v2 .sidebar__title h3 {
  display: inline-block;
  position: relative;
}
.sidebar__read--v2 .sidebar__title h3::after {
  content: '';
  display: inline-block;
  border-top: 3px solid #c8021d;
  width: calc(100% + 10px);
  position: absolute;
  bottom: -5px;
  left: 0;
}
.sidebar__read--v2 .card__most {
  margin-bottom: 0 !important;
}
.sidebar__read--v2 .card__most .most__thumb {
  display: none;
}
.sidebar__read--v2 .card__most .most__info > span {
  display: none;
}
