@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

hr {
  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;
  box-sizing: content-box; }

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .navbar {
    display: none; }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }

  .label {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Fira Sans", "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857;
  color: #474c50;
  background-color: #FFFFFF; }

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

a {
  color: #1e9c54;
  text-decoration: none; }
  a:hover, a:focus {
    color: #168c48;
    text-decoration: none; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #FFFFFF;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  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 #d3d4d4; }

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Fira Sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #414343; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #959898; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 22px;
  margin-bottom: 11px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 11px;
  margin-bottom: 11px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 35px; }

h2, .h2 {
  font-size: 22px; }

h3, .h3 {
  font-size: 21px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 16px; }

h6, .h6 {
  font-size: 14px; }

p {
  margin: 0 0 11px; }

.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 24px; } }

small,
.small {
  font-size: 75%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

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

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

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

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

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #959898; }

.text-primary {
  color: #168c48; }

a.text-primary:hover,
a.text-primary:focus {
  color: #0f6031; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #168c48; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #0f6031; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #d3d4d4; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 11px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 22px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }
.dl-horizontal dd:after {
  clear: both; }
@media (min-width: 1025px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #959898; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #d3d4d4; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #959898; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #d3d4d4;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 798px; } }
  @media (min-width: 1025px) {
    .container {
      width: 1054px; } }
  @media (min-width: 1280px) {
    .container {
      width: 1309px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

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

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-1 {
    width: 8.33333%; }

  .col-sm-2 {
    width: 16.66667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.33333%; }

  .col-sm-5 {
    width: 41.66667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.33333%; }

  .col-sm-8 {
    width: 66.66667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.33333%; }

  .col-sm-11 {
    width: 91.66667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-pull-1 {
    right: 8.33333%; }

  .col-sm-pull-2 {
    right: 16.66667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.33333%; }

  .col-sm-pull-5 {
    right: 41.66667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.33333%; }

  .col-sm-pull-8 {
    right: 66.66667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.33333%; }

  .col-sm-pull-11 {
    right: 91.66667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-push-1 {
    left: 8.33333%; }

  .col-sm-push-2 {
    left: 16.66667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.33333%; }

  .col-sm-push-5 {
    left: 41.66667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.33333%; }

  .col-sm-push-8 {
    left: 66.66667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.33333%; }

  .col-sm-push-11 {
    left: 91.66667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.33333%; }

  .col-sm-offset-2 {
    margin-left: 16.66667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.33333%; }

  .col-sm-offset-5 {
    margin-left: 41.66667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.33333%; }

  .col-sm-offset-8 {
    margin-left: 66.66667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.33333%; }

  .col-sm-offset-11 {
    margin-left: 91.66667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1025px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-1 {
    width: 8.33333%; }

  .col-md-2 {
    width: 16.66667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.33333%; }

  .col-md-5 {
    width: 41.66667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.33333%; }

  .col-md-8 {
    width: 66.66667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.33333%; }

  .col-md-11 {
    width: 91.66667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.33333%; }

  .col-md-pull-2 {
    right: 16.66667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.33333%; }

  .col-md-pull-5 {
    right: 41.66667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.33333%; }

  .col-md-pull-8 {
    right: 66.66667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.33333%; }

  .col-md-pull-11 {
    right: 91.66667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.33333%; }

  .col-md-push-2 {
    left: 16.66667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.33333%; }

  .col-md-push-5 {
    left: 41.66667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.33333%; }

  .col-md-push-8 {
    left: 66.66667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.33333%; }

  .col-md-push-11 {
    left: 91.66667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.33333%; }

  .col-md-offset-2 {
    margin-left: 16.66667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.33333%; }

  .col-md-offset-5 {
    margin-left: 41.66667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.33333%; }

  .col-md-offset-8 {
    margin-left: 66.66667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.33333%; }

  .col-md-offset-11 {
    margin-left: 91.66667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1280px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-1 {
    width: 8.33333%; }

  .col-lg-2 {
    width: 16.66667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.33333%; }

  .col-lg-5 {
    width: 41.66667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.33333%; }

  .col-lg-8 {
    width: 66.66667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.33333%; }

  .col-lg-11 {
    width: 91.66667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.33333%; }

  .col-lg-pull-2 {
    right: 16.66667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.33333%; }

  .col-lg-pull-5 {
    right: 41.66667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.33333%; }

  .col-lg-pull-8 {
    right: 66.66667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.33333%; }

  .col-lg-pull-11 {
    right: 91.66667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.33333%; }

  .col-lg-push-2 {
    left: 16.66667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.33333%; }

  .col-lg-push-5 {
    left: 41.66667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.33333%; }

  .col-lg-push-8 {
    left: 66.66667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.33333%; }

  .col-lg-push-11 {
    left: 91.66667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.33333%; }

  .col-lg-offset-2 {
    margin-left: 16.66667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.33333%; }

  .col-lg-offset-5 {
    margin-left: 41.66667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.33333%; }

  .col-lg-offset-8 {
    margin-left: 66.66667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.33333%; }

  .col-lg-offset-11 {
    margin-left: 91.66667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #959898;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #FFFFFF; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 16.5px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 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: #515454;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

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

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

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.42857;
  color: #737777; }

.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857;
  color: #737777;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #d3d4d4;
    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"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 36px; }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg
  input[type="month"] {
    line-height: 49px; } }
.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 22px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

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

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

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

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

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

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

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

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 38px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 34px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 49px;
  line-height: 49px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 6px; }
.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px; }
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }
.form-group-lg .form-control-static {
  height: 49px;
  min-height: 42px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.33333; }

.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, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d; }
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }
.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b; }
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }
.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442; }
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }
.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 27px; }
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #848c92; }

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

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px; }
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }
@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: 11px;
    font-size: 20px; } }
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #168c48;
  border-color: #13763d; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #0f6031;
    border-color: #010804; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0f6031;
    border-color: #0a4121; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0f6031;
    border-color: #0a4121; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #0a4121;
      border-color: #010804; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
    background-color: #168c48;
    border-color: #13763d; }
  .btn-primary .badge {
    color: #168c48;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #1e9c54;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #168c48;
    text-decoration: none;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #959898;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

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

.dropup,
.dropdown {
  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, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 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: normal;
    line-height: 1.42857;
    color: #515454;
    white-space: nowrap; }

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

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

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #959898; }
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  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.42857;
  color: #959898;
  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 dashed;
  border-bottom: 4px solid \9;
  content: ""; }
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 1025px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }
.btn-group-vertical > .btn-group:after {
  clear: both; }
.btn-group-vertical > .btn-group > .btn {
  float: none; }
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #737777;
  text-align: center;
  background-color: #d3d4d4;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 20px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #d3d4d4; }
    .nav > li.disabled > a {
      color: #959898; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #959898;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #d3d4d4;
    border-color: #1e9c54; }
  .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.42857;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #d3d4d4 #d3d4d4 #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #737777;
      background-color: #FFFFFF;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.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:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #168c48; }

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

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.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, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

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

.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; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 1025px) {
    .navbar {
      border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }
.navbar-header:after {
  clear: both; }
@media (min-width: 1025px) {
  .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, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 1025px) {
    .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-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

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

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

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 1025px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 1025px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      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:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 1025px) {
    .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: 1025px) {
    .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: 1024px) {
    .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 > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 22px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 1025px) {
    .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, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.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 .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 1024px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 1025px) {
    .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, .btn-group-sm > .navbar-btn.btn {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px; }

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

@media (min-width: 1025px) {
  .navbar-left {
    float: left !important; }

  .navbar-right {
    float: right !important;
    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:hover, .navbar-default .navbar-brand:focus {
      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:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 1024px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      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:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #bcbebe; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #bcbebe; }
  .navbar-inverse .navbar-nav > li > a {
    color: #bcbebe; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      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:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 1024px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #bcbebe; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #bcbebe; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #bcbebe; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.42857;
      text-decoration: none;
      color: #1e9c54;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: #168c48;
    background-color: #d3d4d4;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #168c48;
    border-color: #168c48;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #959898;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333; }
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 22px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #d3d4d4; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #959898;
    background-color: #fff;
    cursor: not-allowed; }

.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

@-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, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 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: #168c48;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

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

.progress.active .progress-bar,
.progress-bar.active {
  -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, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.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, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.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, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.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, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }

a.list-group-item,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #d3d4d4;
  color: #959898;
  cursor: not-allowed; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #959898; }
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #168c48;
  border-color: #168c48; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #83ebaf; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  .modal-sm {
    width: 300px; } }
@media (min-width: 1025px) {
  .modal-lg {
    width: 900px; } }
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Fira Sans", "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Fira Sans", "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 16px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

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

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table !important; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table !important; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 1024px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 1025px) and (max-width: 1279px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table !important; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 1025px) and (max-width: 1279px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 1025px) and (max-width: 1279px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 1025px) and (max-width: 1279px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1280px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table !important; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1280px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1280px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1280px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 1024px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 1025px) and (max-width: 1279px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1280px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table !important; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }
.settingTabs .nav-tabs > li.active > a, #nav-sidebar .option-board .nav-tabs > li.active > a, .settingTabs .nav-tabs > li.active > a:hover, #nav-sidebar .option-board .nav-tabs > li.active > a:hover, .settingTabs .nav-tabs > li.active > a:focus, #nav-sidebar .option-board .nav-tabs > li.active > a:focus, .settingTabs .nav-tabs > li > a:hover, #nav-sidebar .option-board .nav-tabs > li > a:hover, .settingTabs .nav-tabs > li > a, #nav-sidebar .option-board .nav-tabs > li > a {
  background: none;
  border: none; }

/*********************
BREAKPOINTS
*********************/
/*  @mixin absolute_element_top ($top: 0px, $left: 0px){
       position:absolute;
       top: $top;
       left:$left;
}*/
/* uso
.elemento {
  @include box-sizing;
} */
/* uso 
.elemento {
  @include font-size(24px); }
} */
body, html {
  overflow-x: hidden;
  width: 100%; }

@media (max-width: 1025px) {
  html {
    margin: 0;
    padding: 0; }

  body {
    width: 100%;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch; } }
p {
  margin: 0; }

.wrapper {
  width: calc(100% - 1em);
  margin: 0 auto;
  /*padding: 0 20px;*/ }
  @media (min-width: 768px) {
    .wrapper {
      width: 728px; } }
  @media (min-width: 1026px) {
    .wrapper {
      width: 965px;
      /*padding: 0 20px;*/ } }
  @media (min-width: 1280px) {
    .wrapper {
      width: 1220px;
      /*padding: 0 20px;*/ } }
  @media (min-width: 1366px) {
    .wrapper {
      width: 1306px; } }

@media (min-width: 1026px) {
  .side-col {
    min-width: 325px; } }
.side-col .wrap-bnr {
  overflow: hidden;
  background: none; }

[data-contenttype="article"] .wrapper {
  width: calc(100% - 1em);
  margin: 0 auto;
  /*padding: 0 20px;*/ }
  @media (min-width: 768px) {
    [data-contenttype="article"] .wrapper {
      width: calc(100% - 5em); } }
  @media (min-width: 1026px) {
    [data-contenttype="article"] .wrapper {
      max-width: 1400px;
      width: calc(100% - 10em);
      /*padding: 0 20px;*/ } }

.wrap-full-width {
  border-bottom: 0;
  padding: 30px 40px 0 40px; }
  @media (max-width: 480px) {
    .wrap-full-width {
      padding: 30px 0px 0 0px; } }

.main-content .wrapper:first-child .bloque {
  margin-top: 30px; }
  @media (min-width: 1026px) {
    .main-content .wrapper:first-child .bloque {
      margin-top: 50px; } }

.content {
  margin-bottom: 30px; }

.in-content {
  margin-bottom: 2em; }

.wrap-carousel {
  overflow: hidden;
  height: auto;
  clear: both;
  padding-bottom: 25px;
  position: relative; }

.main-content {
  margin-top: 50px;
  clear: both;
  overflow: hidden; }
  @media (min-width: 1026px) {
    .main-content {
      margin-top: 0px;
      margin-bottom: 50px; } }
  .main-content .row .wrapper:nth-child(1) {
    margin-top: 30px; }

#home .main-content {
  margin-top: 70px; }
  @media (min-width: 1026px) {
    #home .main-content {
      margin-top: 0px; } }

.wrapper .container-fluid {
  padding-left: 0;
  padding-right: 0; }

@media (min-width: 1025px) and (max-width: 1380px) {
  .bloque .container-fluid .row > .col-md-9 {
    width: calc(100% - 340px);
    padding-right: 0; }
  .bloque .container-fluid .row > .col-md-6.col-sm-12 {
    width: calc(66.6% - 240px);
    padding-right: 0; }
  .bloque .container-fluid .row > .col-md-3 {
    width: calc(33.3% - 114px); }
    .bloque .container-fluid .row > .col-md-3 h2 {
      font-size: 22px; }
  .bloque .container-fluid .row .side-land {
    min-width: 325px; } }
@media (min-width: 768px) and (max-width: 1025px) {
  .lay3cf2_a .container-fluid .row [style="clear:left;"] {
    width: calc(33.33333% - 79px); }
  .lay3cf2_a .container-fluid .row > .col-md-8 {
    width: calc(66.66667% - 79px); } }
@media (min-width: 768px) and (max-width: 1025px) {
  .bloque .container-fluid .row .lay3cf2_a > .col-md-8 {
    width: calc(100% - 341px); }
  .bloque .container-fluid .row .lay3cf2_a > .col-md-4 {
    width: calc(50% - 171px); }
  .bloque .container-fluid .row .side-land {
    min-width: 325px; } }
@media (min-width: 1025px) {
  .ads-skin .bloque .container-fluid .row > .col-md-9 {
    width: calc(100% - 332px);
    padding-right: 0; }
  .ads-skin .bloque .container-fluid .row > .col-md-6.col-sm-12 {
    width: calc(66.6% - 240px);
    padding-right: 0; }
  .ads-skin .bloque .container-fluid .row > .col-md-3:not(.side-land) {
    width: calc(33.3% - 112px);
    padding-right: 0; }
    .ads-skin .bloque .container-fluid .row > .col-md-3:not(.side-land) h2 {
      font-size: 22px; }
  .ads-skin .bloque .container-fluid .row .side-land {
    min-width: 325px; } }
.ads-skin .wrap-bnr {
  background: none; }

.w-f-w {
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  background: #f1ede6; }

[class*="lay"] [class*="col-"] {
  min-height: 10px; }

.progress-art {
  display: block;
  width: 100%;
  height: 3px; }

.progress-art .bar {
  position: relative;
  display: block;
  width: 100%;
  height: 3px;
  background: #13763d; }

.progress-art .bar span {
  position: absolute;
  display: block;
  top: 0;
  width: 0;
  height: 3px;
  z-index: 1;
  background: #09c75b;
  -webkit-transition: width ease 0.6s;
  transition: width ease 0.6s; }

.navbar {
  border: 0;
  border-radius: 0;
  margin: 0; }

@keyframes enterlogo {
  0% {
    top: -140px; }
  100% {
    top: 0px; } }
@keyframes slidemenu {
  0% {
    left: -170px; }
  100% {
    left: 0px; } }
.navbar .fa.fa-facebook:hover {
  color: #3B5998; }
.navbar .fa.fa-twitter:hover {
  color: #55acee; }

#product-list .navbar-brand {
  margin-left: 0; }
#product-list > .nav > li {
  border-color: #303031; }
#product-list .nav > li > a {
  padding: 0px 10px;
  line-height: 35px;
  font-weight: normal; }
  #product-list .nav > li > a.navbar-brand {
    height: 35px; }
    #product-list .nav > li > a.navbar-brand .fa-chevron-down {
      float: right;
      margin-top: 9px;
      margin-left: 4px;
      color: #d3d4d4; }
    #product-list .nav > li > a.navbar-brand object {
      width: 100px;
      margin-top: 4px;
      height: 30px; }

.trans-menu-metro {
  margin-right: 10px; }
  .trans-menu-metro .fa-chevron-down {
    font-size: 14px;
    float: right;
    margin-top: 10px;
    margin-left: 10px; }
  .trans-menu-metro.open .fa-chevron-down {
    color: #fff;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  .trans-menu-metro.open .resume-options {
    z-index: 1031; }
  .trans-menu-metro .resume-options {
    margin-top: 35px;
    background: #168c48;
    position: absolute;
    left: 0;
    min-width: 380px;
    padding: 20px 20px 20px 10px;
    border: 0 none; }
    .trans-menu-metro .resume-options .nav-tabs {
      width: 50%;
      float: left;
      border-bottom: 0 none; }
      .trans-menu-metro .resume-options .nav-tabs li {
        width: 100%; }
        .trans-menu-metro .resume-options .nav-tabs li a {
          background-color: transparent;
          border: 0 none;
          border-left: 4px solid #168c48;
          border-radius: 0;
          color: #05381A;
          border-right: 1px solid rgba(255, 255, 255, 0.28);
          font-weight: normal; }
          .trans-menu-metro .resume-options .nav-tabs li a:hover {
            border-bottom: 0 none;
            border-top: 0 none; }
        .trans-menu-metro .resume-options .nav-tabs li:hover {
          border-color: white; }
        .trans-menu-metro .resume-options .nav-tabs li.active {
          border-bottom: 0 none;
          border-top: 0 none; }
          .trans-menu-metro .resume-options .nav-tabs li.active a {
            background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
            background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
            background-image: linear-gradient(to right, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
            background-repeat: repeat-x;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33FFFFFF', endColorstr='#00FFFFFF', GradientType=1);
            border-color: #d3d4d4;
            color: #d3d4d4;
            border-right: 0 none; }
    .trans-menu-metro .resume-options .tab-content {
      width: 50%;
      float: right; }
      .trans-menu-metro .resume-options .tab-content .menu-list {
        list-style-type: none; }
        .trans-menu-metro .resume-options .tab-content .menu-list li a {
          color: #d3d4d4; }
  .trans-menu-metro.open .navbar-brand {
    background: #168c48 !important; }

#editor-picker-box .head-edition {
  border-bottom: 1px solid #9ba0a0;
  margin-bottom: 5px;
  color: #9ba0a0;
  font-style: italic; }
#editor-picker-box .option-edition-box {
  position: absolute;
  top: 35px;
  right: 0;
  display: none;
  background: #272828;
  z-index: 0; }
#editor-picker-box .dropdown-toggle {
  padding: 0 15px;
  position: relative;
  color: #9ba0a0;
  font-style: italic; }
  @media (max-width: 480px) {
    #editor-picker-box .dropdown-toggle {
      padding-right: 0; } }
  #editor-picker-box .dropdown-toggle .fa {
    width: 35px;
    text-align: center;
    float: right;
    margin-top: 8px; }
  #editor-picker-box .dropdown-toggle .fa-times {
    display: none; }
  #editor-picker-box .dropdown-toggle .fa-chevron-down {
    display: block; }
#editor-picker-box.open .option-edition-box {
  display: block;
  padding: 5px 15px;
  z-index: 1031; }
#editor-picker-box.open .dropdown-toggle {
  background: #272828;
  color: #d3d4d4; }
#editor-picker-box.open .fade {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100); }
#editor-picker-box.open .fa-chevron-down {
  display: none; }
#editor-picker-box.open .fa-times {
  display: block; }
#editor-picker-box .list-country {
  padding-left: 0;
  margin-left: 0;
  min-width: 230px; }
  #editor-picker-box .list-country li {
    overflow: hidden;
    display: block;
    width: 100%;
    height: auto;
    line-height: 27px; }
    #editor-picker-box .list-country li .option-check {
      border-left: 1px solid #343535; }
    #editor-picker-box .list-country li .fa-square-o {
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      -webkit-transition: ease 0.5s ease-in-out;
      transition: ease 0.5s ease-in-out; }
    #editor-picker-box .list-country li:hover .fa-square-o {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100); }
    #editor-picker-box .list-country li.active a, #editor-picker-box .list-country li.active .option-check icon {
      color: #d3d4d4; }
    #editor-picker-box .list-country li a {
      color: #9ba0a0; }
      #editor-picker-box .list-country li a span {
        font-size: 0.8em; }
      #editor-picker-box .list-country li a:hover {
        text-decoration: underline; }

.option-check .fa {
  width: 30px;
  text-align: right;
  line-height: 1em; }
.option-check .fa-check-square-o {
  display: none; }
.option-check .fa-square-o {
  display: block; }
.option-check:hover .fa-check-square-o {
  display: block; }
.option-check:hover .fa-square-o {
  display: none; }
.option-check.active .fa-check-square-o {
  display: block;
  color: #d3d4d4; }
.option-check.active .fa-square-o {
  display: none; }

#desktop-main-navigation {
  margin-bottom: 50px;
  z-index: 1000;
  min-height: 60px;
  background-image: -webkit-linear-gradient(left, #087436 0%, #1E9C54 100%);
  background-image: -o-linear-gradient(left, #087436 0%, #1E9C54 100%);
  background-image: linear-gradient(to right, #087436 0%, #1E9C54 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF087436', endColorstr='#FF1E9C54', GradientType=1); }
  #desktop-main-navigation .alert-pin {
    background: #D60D0D;
    height: 15px;
    width: 15px;
    position: absolute;
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 15px;
    top: -10px;
    left: -17px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    -moz-box-shadow: 0 0 0px 2px #fcf8e3;
    -webkit-box-shadow: 0 0 0px 2px #fcf8e3;
    box-shadow: 0 0 0px 2px #fcf8e3; }
  #desktop-main-navigation .wrap-main-menu > .navbar-nav > li {
    border-right: 1px solid rgba(204, 204, 204, 0.36); }
    #desktop-main-navigation .wrap-main-menu > .navbar-nav > li.active:after {
      content: "";
      height: 3px;
      width: 100%;
      background: #168c48;
      background-image: -webkit-linear-gradient(left, #087436 0%, #1E9C54 100%);
      background-image: -o-linear-gradient(left, #087436 0%, #1E9C54 100%);
      background-image: linear-gradient(to right, #087436 0%, #1E9C54 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF087436', endColorstr='#FF1E9C54', GradientType=1);
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
    #desktop-main-navigation .wrap-main-menu > .navbar-nav > li.active a {
      color: #168c48; }
  #desktop-main-navigation .wrap-main-menu .dropdown-toggle .caret {
    margin-left: 7px; }
  #desktop-main-navigation .live-link {
    border-left: 1px solid rgba(204, 204, 204, 0.36);
    border-right: 1px solid rgba(204, 204, 204, 0.36); }
    #desktop-main-navigation .live-link .list-live {
      padding-left: 0;
      min-width: 250px; }
      #desktop-main-navigation .live-link .list-live .data-entry {
        padding-top: 0; }
    #desktop-main-navigation .live-link .btn {
      line-height: 35px;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      -khtml-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
      background: none; }
    #desktop-main-navigation .live-link .btn-live {
      padding: 0 5px 0 7px;
      line-height: 46px; }
      #desktop-main-navigation .live-link .btn-live > span {
        position: relative; }
    #desktop-main-navigation .live-link .mask-image {
      margin-bottom: 0;
      margin-top: 1px;
      margin-right: 10px;
      float: left;
      width: 70px;
      overflow: hidden;
      height: 46px; }

#head-brand .row > [class^="col-"] {
  height: 100px; }
#head-brand .list-tags {
  list-style-type: none;
  display: inline;
  padding-left: 0;
  margin-top: 7px; }
  #head-brand .list-tags li {
    display: inline-block;
    margin-bottom: 4px;
    margin-right: 3px; }
    #head-brand .list-tags li a {
      background: rgba(255, 255, 255, 0.2);
      padding: 0px 7px;
      line-height: 1.9em;
      color: #fff;
      display: block;
      font-size: 14px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      -khtml-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px; }
      #head-brand .list-tags li a:hover {
        background: rgba(255, 255, 255, 0.6); }
      #head-brand .list-tags li a:active {
        background: rgba(255, 255, 255, 0.7); }
#head-brand .navbar-brand {
  margin-left: 15px;
  margin-right: 20px;
  height: 81px;
  position: relative;
  margin-top: -36px; }
  #head-brand .navbar-brand:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block; }
#head-brand .day-date {
  margin-top: 45px; }
#head-brand .title-item-menu {
  font-weight: 200;
  color: #E2DFB9;
  font-size: 13px; }
#head-brand .diario {
  padding-left: 28px;
  padding-right: 27px;
  height: 120px;
  padding-top: 10px;
  margin-top: -20px;
  overflow: hidden;
  width: 138px !important;
  display: block; }
  #head-brand .diario img {
    position: relative;
    margin-bottom: -10px;
    width: 100px;
    -webkit-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    -o-transform: rotate(-12deg);
    transform: rotate(-12deg);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  #head-brand .diario:hover img {
    margin-top: 10px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }
#head-brand .siblings-brand.col-md-1 {
  min-width: 185px; }
  #head-brand .siblings-brand.col-md-1 .title-item-menu {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(28, 28, 31, 0.77);
    padding: 2px 7px;
    z-index: 2;
    display: block; }
#head-brand .siblings-brand.col-md-5 .title-item-menu {
  display: none; }
#head-brand .siblings-brand.col-md-5 h5 {
  font-size: 14px;
  color: #E2DFB9;
  font-weight: 400;
  margin-right: 10px; }
@media (max-width: 1100px) {
  #head-brand .siblings-brand.col-md-5 {
    max-width: 399px; } }
#head-brand .siblings-brand:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -5px; }
#head-brand .siblings-brand .vcenter {
  display: inline-block;
  vertical-align: middle; }

.brand-col ~ div {
  border-left: 1px dotted rgba(239, 239, 239, 0.4);
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(170deg, transparent, rgba(0, 0, 0, 0.2));
  background-image: -o-linear-gradient(170deg, transparent, rgba(0, 0, 0, 0.2));
  background-image: linear-gradient(170deg, transparent, rgba(0, 0, 0, 0.2)); }

.transition-off-top {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  -o-transform: translate(0px, -50px);
  transform: translate(0px, -50px); }

.transition-to-bottom {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px); }

#main-nav-desktop {
  position: absolute;
  z-index: 1030;
  background: #F4F2EE;
  width: 100%;
  border-radius: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -moz-box-shadow: 0px 9px 48px -15px rgba(0, 0, 0, 0.97);
  -webkit-box-shadow: 0px 9px 48px -15px rgba(0, 0, 0, 0.97);
  box-shadow: 0px 9px 48px -15px rgba(0, 0, 0, 0.97); }
  #main-nav-desktop.navbar-fixed-top {
    height: 50px;
    position: absolute; }
  #main-nav-desktop.affix {
    top: -50px;
    position: fixed;
    -webkit-transform: translate(0px, 50px);
    -ms-transform: translate(0px, 50px);
    -o-transform: translate(0px, 50px);
    transform: translate(0px, 50px); }
    #main-nav-desktop.affix #search-box-desktop {
      right: 0;
      width: calc(100% - 175px); }
  #main-nav-desktop.affix-top {
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }
  #main-nav-desktop .navbar-header {
    display: none;
    color: #fff;
    padding: 0 20px;
    position: relative;
    background-image: -webkit-linear-gradient(left, #087436 0%, #1E9C54 100%);
    background-image: -o-linear-gradient(left, #087436 0%, #1E9C54 100%);
    background-image: linear-gradient(to right, #087436 0%, #1E9C54 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF087436', endColorstr='#FF1E9C54', GradientType=1); }
    #main-nav-desktop .navbar-header .globe {
      display: none;
      -webkit-transition: all 0.6s ease;
      transition: all 0.6s ease; }
    #main-nav-desktop .navbar-header a {
      color: #fff; }
  #main-nav-desktop .navbar-nav {
    position: relative; }
  #main-nav-desktop .lupa-menu {
    background: none;
    border: none;
    padding: 14px 21px;
    border-left: 1px solid #d1d3d3;
    border-radius: 0; }
    #main-nav-desktop .lupa-menu .fa {
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    #main-nav-desktop .lupa-menu:hover .fa {
      color: #1F2020;
      -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
      -o-transform: scale(1.3);
      transform: scale(1.3); }
  #main-nav-desktop #search-box-desktop {
    background: #222;
    padding: 0 15px;
    position: absolute;
    top: 0;
    right: 0; }
  #main-nav-desktop .form-group {
    width: 100%;
    margin: 0 auto;
    display: block;
    position: relative; }
    #main-nav-desktop .form-group .btn-lupa {
      position: absolute;
      top: 0;
      left: 0;
      background: none;
      color: #fff;
      padding: 11px; }
    #main-nav-desktop .form-group .btn-closed {
      position: absolute;
      top: 0;
      right: 0;
      background: none;
      color: #fff;
      padding: 10px; }
    #main-nav-desktop .form-group .form-control {
      padding-left: 60px;
      width: 100%;
      height: 50px;
      font-size: 1em;
      font-weight: lighter;
      background: none;
      -moz-border-radius: 0px;
      -webkit-border-radius: 0px;
      -khtml-border-radius: 0px;
      -o-border-radius: 0px;
      border-radius: 0px;
      border: 0 none;
      color: #fff; }
      #main-nav-desktop .form-group .form-control:focus {
        background: #101013; }
  #main-nav-desktop .logo-metro {
    max-width: 145px; }

[data-country="do"] .affix #search-box-desktop {
  width: calc(100% - 129px) !important; }

#main-nav-desktop.affix .navbar-header {
  display: block; }

/* Note: Try to remove the following lines to see the effect of CSS positioning */
#product-list .wrap-product {
  background: #1F2020;
  height: 35px;
  line-height: 37px; }

#head-brand {
  min-height: 100px;
  clear: both; }

.logo-metro {
  max-height: 100%;
  width: 250px; }

.wrap-main-menu .RRSS-box .share-list > li {
  padding: 0 10px; }

/*Style mobile y tablet*/
#ipad-main-navigation {
  background-image: -webkit-linear-gradient(left, #168c48 0%, #1E9C54 100%);
  background-image: -o-linear-gradient(left, #168c48 0%, #1E9C54 100%);
  background-image: linear-gradient(to right, #168c48 0%, #1E9C54 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF168C48', endColorstr='#FF1E9C54', GradientType=1);
  -moz-box-shadow: 0px 9px 48px -15px rgba(0, 0, 0, 0.97);
  -webkit-box-shadow: 0px 9px 48px -15px rgba(0, 0, 0, 0.97);
  box-shadow: 0px 9px 48px -15px rgba(0, 0, 0, 0.97); }
  #ipad-main-navigation .options-bar .translucent-btn {
    background: rgba(0, 0, 0, 0.1);
    color: #fff;
    margin-top: 10px;
    margin-right: 10px;
    font-size: 13px; }
  #ipad-main-navigation .btn-group.brand {
    position: relative;
    padding-right: 50px; }
    #ipad-main-navigation .btn-group.brand .dropdown-toggle {
      background: none;
      height: 50px;
      width: 45px;
      color: #fff;
      position: absolute;
      top: 0;
      right: 0;
      border-right: 1px solid #136D38;
      -moz-border-radius: 0px;
      -webkit-border-radius: 0px;
      -khtml-border-radius: 0px;
      -o-border-radius: 0px;
      border-radius: 0px; }
      #ipad-main-navigation .btn-group.brand .dropdown-toggle .caret {
        border-top: 6px solid #fff;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent; }
    #ipad-main-navigation .btn-group.brand .dropdown-menu {
      left: -13px;
      min-width: 199px; }
  #ipad-main-navigation .navbar-brand object {
    height: 100%;
    width: 150px;
    display: block;
    pointer-events: none;
    position: relative;
    z-index: -1; }
  #ipad-main-navigation #drop-down-group {
    background: #1A1C1A;
    -webkit-transition: ease;
    transition: ease; }
  #ipad-main-navigation .navbar-collapse {
    background: #313133; }
  #ipad-main-navigation #search-box {
    position: relative;
    background: #313133;
    -moz-box-shadow: 0 9px 5px -6px rgba(0, 0, 0, 0.97);
    -webkit-box-shadow: 0 9px 5px -6px rgba(0, 0, 0, 0.97);
    box-shadow: 0 9px 5px -6px rgba(0, 0, 0, 0.97); }
    #ipad-main-navigation #search-box .form-inline .form-control {
      width: 100%; }
    #ipad-main-navigation #search-box .form-group {
      margin-bottom: 0;
      position: relative;
      margin-top: 5px;
      margin-bottom: 5px;
      width: 100%; }
    #ipad-main-navigation #search-box .form-control {
      background: none;
      border: 0 none; }
    #ipad-main-navigation #search-box .btn-success-outline {
      position: absolute;
      top: 0;
      right: 0;
      background: none;
      color: #fff;
      padding: 3px; }
  #ipad-main-navigation .hamburger {
    position: relative;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out ease-in-out;
    transition: 0.5s ease-in-out ease-in-out;
    cursor: pointer; }
  #ipad-main-navigation .hamburger span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center; }
  #ipad-main-navigation .hamburger span:nth-child(2) {
    top: 18px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center; }
  #ipad-main-navigation .hamburger span:nth-child(3) {
    top: 36px;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center; }
  #ipad-main-navigation .hamburger.is-open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 23px;
    left: 17px;
    position: absolute; }
  #ipad-main-navigation .hamburger.is-open span:nth-child(2) {
    width: 0%;
    opacity: 0; }
  #ipad-main-navigation .hamburger.is-open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 19px;
    left: 17px;
    position: absolute; }
  #ipad-main-navigation #drop-down-group {
    overflow-x: hidden;
    max-height: 90vh; }
    #ipad-main-navigation #drop-down-group .collapse {
      background: #414043;
      border: 0 none;
      overflow: hidden;
      height: auto;
      min-height: inherit;
      max-height: inherit; }
    #ipad-main-navigation #drop-down-group #search-box {
      background: #313133;
      -moz-box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, 0.43);
      -webkit-box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, 0.43);
      box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, 0.43);
      border: 0 none; }
    #ipad-main-navigation #drop-down-group #search-box:focus {
      -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.43);
      -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.43);
      box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.43); }
    #ipad-main-navigation #drop-down-group .navbar-nav {
      margin-top: 0; }
    #ipad-main-navigation #drop-down-group .btn-group {
      width: 100%;
      border-bottom: 1px solid #4E4E52; }
      #ipad-main-navigation #drop-down-group .btn-group .btn {
        background: none;
        color: #fff; }
        #ipad-main-navigation #drop-down-group .btn-group .btn a {
          color: #fff; }
      #ipad-main-navigation #drop-down-group .btn-group .btn:not(.btn-success-outline) {
        padding: 9px 24px;
        display: block;
        width: calc(100% - 60px);
        text-align: left; }
      #ipad-main-navigation #drop-down-group .btn-group .btn.dropdown-toggle {
        float: right;
        width: 50px;
        border-left: 1px solid #4E4E52;
        text-align: center;
        border-radius: 0;
        box-shadow: none; }
      #ipad-main-navigation #drop-down-group .btn-group .dropdown-menu {
        background: #313133;
        clear: both;
        border-radius: 0; }
        #ipad-main-navigation #drop-down-group .btn-group .dropdown-menu > li {
          border-bottom: 1px dashed #463e3e; }
    #ipad-main-navigation #drop-down-group .open .btn.dropdown-toggle {
      background: #313133; }
      #ipad-main-navigation #drop-down-group .open .btn.dropdown-toggle .caret {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg); }
    #ipad-main-navigation #drop-down-group .open .dropdown-menu > li > a:hover {
      color: #fff; }
    #ipad-main-navigation #drop-down-group .open .dropdown-menu > li > a:focus {
      color: #b3b3b3; }

.title-group-btn {
  padding: 5px 0;
  display: block;
  background: #626262;
  text-align: left;
  color: #d3d4d4;
  margin-bottom: 5px;
  position: relative;
  height: 35px; }
  .title-group-btn .title-edicion {
    padding-left: 15px; }
  .title-group-btn #editor-picker-box {
    width: 100%;
    position: relative;
    top: -27px;
    right: 0; }
    .title-group-btn #editor-picker-box .dropdown-toggle {
      line-height: 32px; }
    .title-group-btn #editor-picker-box .option-edition-box {
      width: 100%;
      top: 32px;
      position: relative; }

.list-brand {
  padding-left: 0;
  overflow: hidden;
  height: auto;
  display: block;
  clear: both; }
  .list-brand li {
    width: 50%;
    display: block;
    text-align: center;
    height: 70px;
    float: left; }
    .list-brand li a {
      display: block;
      vertical-align: bottom;
      line-height: 65px; }
      .list-brand li a .logo-m {
        display: block;
        height: 80%;
        max-width: 100%; }
  .list-brand li:first-child {
    display: none; }
    @media (min-width: 768px) {
      .list-brand li:first-child {
        display: block; } }

#landing-page .affix .navbar-brand:not(.globe) {
  padding-right: 14px; }
#landing-page .affix .section-breadcumbs {
  background: #168c48; }
  #landing-page .affix .section-breadcumbs > a {
    color: #fff !important;
    font-size: 30px; }
  #landing-page .affix .section-breadcumbs .caret {
    margin-left: 10px; }
#landing-page .affix .navbar-header {
  background: #168c48;
  padding: 0 0px 0 15px; }

.navbar-brand:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 3; }

@media (min-width: 1026px) {
  .navbar .nav-right.pull-right {
    position: absolute;
    top: 0;
    right: 0;
    background: #F4F2EE;
    max-height: 50px; } }
@-moz-document url-prefix() {
  .selector {
    color: lime; } }
.navbar-brand {
  float: left;
  /*padding: $navbar-padding-vertical $navbar-padding-horizontal;*/
  padding: 8px 0 8px 0;
  font-size: 20px;
  line-height: 22px;
  height: 50px;
  position: relative; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }

#ipad-main-navigation .navbar-toggle, #desktop-main-navigation .navbar-toggle {
  background: url(../svg/green-globe-metro.svg) no-repeat top center;
  background-size: 45px 45px;
  width: 53px;
  height: 50px;
  border: 1px solid transparent;
  padding: 12px 17px;
  color: #fff;
  margin: 0; }
  #ipad-main-navigation .navbar-toggle .icon-bar, #desktop-main-navigation .navbar-toggle .icon-bar {
    width: 18px; }

/*Estilos ipad */
.ign, .logomenuIGN {
  background-image: url(/assets/svg/ign-logo.svg);
  background-repeat: no-repeat;
  background-size: 75px;
  text-indent: -9999px;
  display: block;
  background-position: 50%; }
  @media (min-width: 768px) {
    .ign, .logomenuIGN {
      min-width: 75px;
      background-size: 55%; } }

.nueva-mujer, .logomenuNuevaMujer {
  background-image: url(/assets/svg/logo_nuevamujer.svg);
  background-repeat: no-repeat;
  background-size: 110px;
  text-indent: -9999px;
  display: block;
  background-position: 50%; }
  @media (min-width: 768px) {
    .nueva-mujer, .logomenuNuevaMujer {
      min-width: 100px;
      background-size: 90%; } }

.askmen, .logomenuAskMen {
  background-image: url(/assets/svg/Askmen_Logo.svg);
  background-repeat: no-repeat;
  background-size: 110px;
  text-indent: -9999px;
  display: block;
  background-position: 50%; }
  @media (min-width: 768px) {
    .askmen, .logomenuAskMen {
      min-width: 90px;
      background-size: 80%; } }

.pcmag, .logomenuPCMag {
  background-image: url(/assets/svg/pcmag_logo.svg);
  background-repeat: no-repeat;
  background-size: 35px;
  text-indent: -9999px;
  display: block;
  background-position: 50%; }
  @media (min-width: 768px) {
    .pcmag, .logomenuPCMag {
      min-width: 40px;
      background-size: 55%; } }

.logomenuSalvajes {
  background-image: url(/assets/svg/salvajes.svg);
  background-repeat: no-repeat;
  background-size: 35px;
  text-indent: -9999px;
  display: block;
  background-position: 50%; }
  @media (min-width: 768px) {
    .logomenuSalvajes {
      min-width: 40px;
      background-size: 50%; } }

.logomenuZonaInmobiliaria {
  background-image: url(/assets/svg/LOGO_zona.svg);
  background-repeat: no-repeat;
  background-size: 110px;
  text-indent: -9999px;
  display: block;
  background-position: 50%; }
  @media (min-width: 768px) {
    .logomenuZonaInmobiliaria {
      min-width: 90px;
      background-size: 60%; } }

.logomenuSabrosia {
  background-image: url(/assets/svg/sabrosia_logo_verticales.svg);
  background-repeat: no-repeat;
  background-size: 90px;
  text-indent: -9999px;
  display: block;
  background-position: 50%; }
  @media (min-width: 768px) {
    .logomenuSabrosia {
      min-width: 105px;
      background-size: 83%; } }

@media (min-width: 768px) {
  #editor-picker-box {
    margin-right: 100px;
    position: relative; } }

.dropdown-menu > .active > a {
  color: #fff !important; }

#desktop-main-navigation.publisport-header, #ipad-main-navigation.publisport-header {
  background-image: -webkit-linear-gradient(left, #495B6C 0%, #34314D 100%);
  background-image: -o-linear-gradient(left, #495B6C 0%, #34314D 100%);
  background-image: linear-gradient(to right, #495B6C 0%, #34314D 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF495B6C', endColorstr='#FF34314D', GradientType=1); }

[data-country="gt"] #desktop-main-navigation.publisport-header, #ipad-main-navigation.publisport-header {
  background-image: -webkit-linear-gradient(left, #af0b0b 0%, #940606 100%);
  background-image: -o-linear-gradient(left, #af0b0b 0%, #940606 100%);
  background-image: linear-gradient(to right, #af0b0b 0%, #940606 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFAF0B0B', endColorstr='#FF940606', GradientType=1); }

#desktop-main-navigation.publisport-header .wrap-main-menu > .navbar-nav > li.active a {
  color: #FF9400; }

[data-country="gt"] #desktop-main-navigation.publisport-header .wrap-main-menu > .navbar-nav > li.active a {
  color: #aa0a0a; }

#desktop-main-navigation.publisport-header .wrap-main-menu > .navbar-nav > li.active:after {
  background: #FF9400; }

[data-country="gt"] #desktop-main-navigation.publisport-header .wrap-main-menu > .navbar-nav > li.active:after {
  background: #aa0a0a; }

#landing-page #desktop-main-navigation.publisport-header .affix .navbar-header {
  background-image: -webkit-linear-gradient(left, #495B6C 0%, #34314D 100%);
  background-image: -o-linear-gradient(left, #495B6C 0%, #34314D 100%);
  background-image: linear-gradient(to right, #495B6C 0%, #34314D 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF495B6C', endColorstr='#FF34314D', GradientType=1); }

[data-country="gt"]#landing-page #desktop-main-navigation.publisport-header .affix .navbar-header {
  background-image: -webkit-linear-gradient(left, #af0b0b 0%, #940606 100%);
  background-image: -o-linear-gradient(left, #af0b0b 0%, #940606 100%);
  background-image: linear-gradient(to right, #af0b0b 0%, #940606 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFAF0B0B', endColorstr='#FF940606', GradientType=1); }

.share-options-scroll {
  opacity: 0;
  height: 50px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  position: absolute;
  top: 0px;
  left: -15px;
  display: block;
  overflow: hidden;
  background: #1c9750;
  z-index: -1;
  width: 260px; }

.share-options-scroll.show-share {
  opacity: 1;
  z-index: 5; }

.share-options-scroll .globe-icon {
  float: left;
  padding: 4px 7px;
  height: 50px;
  background: #13763d;
  position: relative; }

.share-options-scroll .globe-icon .navbar-brand {
  padding: 0; }

.share-options-scroll .globe-icon:before {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  border-left: 8px solid #13763d;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  top: 16px;
  right: -6px;
  display: block; }

.share-options-scroll .twitter-btn-share {
  margin-top: 14px;
  margin-left: 10px;
  float: left; }

.share-options-scroll .face-btn-like {
  margin-top: 12px;
  margin-left: 5px;
  float: left; }

#product-list .navbar-nav > li {
  padding-right: 10px;
  font-size: 14px;
  color: #d4d4d4; }
  #product-list .navbar-nav > li:last-child {
    border-right: 1px dotted #383838; }
  #product-list .navbar-nav > li > a:not(.navbar-brand) {
    border-left: 1px dotted #383838;
    margin-right: -10px; }
    #product-list .navbar-nav > li > a:not(.navbar-brand):hover {
      background-color: #47474a;
      color: #ffffff;
      cursor: pointer; }
#product-list .navbar-nav .trans-menu-metro {
  padding-right: 0; }

[data-ismobile="1"] .list-brand {
  padding-bottom: 50px; }
  [data-ismobile="1"] .list-brand li:nth-child(1) {
    display: none; }

#minhead {
  background: #168c48;
  position: relative;
  height: 80px;
  -moz-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.17);
  z-index: 9999; }
  #minhead .wrap-main-menu .navbar-brand {
    display: none; }
  #minhead #main-nav-desktop {
    box-shadow: none;
    -webkit-transition: width ease 0.6s;
    transition: width ease 0.6s; }
  #minhead .minhead_wrap-menu {
    padding-left: 220px; }
  #minhead .minhead_brand-primary {
    height: 80px;
    vertical-align: middle;
    width: 205px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 15px;
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 100%);
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 100%);
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FFFFFF', endColorstr='#1AFFFFFF', GradientType=1); }
    #minhead .minhead_brand-primary a {
      display: block;
      padding: 0px 10px;
      height: 100%;
      position: relative; }
    #minhead .minhead_brand-primary img {
      width: 100%;
      height: 100%;
      max-width: 190px;
      margin: 0 auto;
      display: block; }
  #minhead .minhead_menu-verticales {
    line-height: 28px;
    background-image: -webkit-linear-gradient(left, rgba(5, 75, 35, 0) 0%, #054b23 100%);
    background-image: -o-linear-gradient(left, rgba(5, 75, 35, 0) 0%, #054b23 100%);
    background-image: linear-gradient(to right, rgba(5, 75, 35, 0) 0%, #054b23 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00054B23', endColorstr='#FF054B23', GradientType=1); }
  #minhead .minhead_menu-verticales {
    float: right;
    font-size: 12px;
    padding-right: 180px; }
    #minhead .minhead_menu-verticales ul {
      height: 30px; }
      #minhead .minhead_menu-verticales ul li {
        float: none;
        display: inline-block;
        vertical-align: middle;
        color: #fff;
        font-weight: 300;
        height: 30px;
        line-height: 29px; }
        #minhead .minhead_menu-verticales ul li:first-child {
          padding-right: 10px;
          padding-left: 10px;
          border-left: 1px dotted rgba(204, 204, 204, 0.22); }
        #minhead .minhead_menu-verticales ul li a {
          padding: 0 10px;
          height: 30px;
          line-height: 28px;
          color: #dcd7c5; }
          #minhead .minhead_menu-verticales ul li a:hover {
            background: rgba(0, 0, 0, 0.4); }
          #minhead .minhead_menu-verticales ul li a img {
            display: inline-block;
            width: auto;
            height: 17px;
            vertical-align: middle; }
  #minhead .minhead_print-preview {
    position: relative;
    overflow: hidden;
    height: 80px;
    margin-top: -30px;
    display: block;
    width: 110px; }
  #minhead .minhead_diario img {
    width: 80px;
    position: relative;
    bottom: -10px;
    left: 15px;
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
    -moz-box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.17);
    box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.17); }
  #minhead .RRSS-box {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc; }
  #minhead .fixed-on-scroll {
    position: fixed;
    left: 0;
    top: 0;
    -moz-box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.17) !important;
    -webkit-box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.17) !important;
    box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.17) !important; }
    #minhead .fixed-on-scroll .minhead_print-preview {
      display: none; }
    #minhead .fixed-on-scroll .navbar-brand {
      display: block;
      background: #168c48;
      padding: 10px 15px;
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
      #minhead .fixed-on-scroll .navbar-brand img {
        height: 100%; }
    #minhead .fixed-on-scroll .RRSS-box {
      border-right: 0 !important; }

#minhead.minhead-elgrafico .minhead_brand-primary {
  background-image: -webkit-linear-gradient(left, #bf242c 40%, #a51f26 100%);
  background-image: -o-linear-gradient(left, #bf242c 40%, #a51f26 100%);
  background-image: linear-gradient(to right, #bf242c 40%, #a51f26 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFBF242C', endColorstr='#FFA51F26', GradientType=1); }
#minhead.minhead-elgrafico #main-nav-desktop {
  background-image: -webkit-linear-gradient(left, #bf242c 40%, #a51f26 100%);
  background-image: -o-linear-gradient(left, #bf242c 40%, #a51f26 100%);
  background-image: linear-gradient(to right, #bf242c 40%, #a51f26 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFBF242C', endColorstr='#FFA51F26', GradientType=1); }
  #minhead.minhead-elgrafico #main-nav-desktop .navbar-nav > li > a,
  #minhead.minhead-elgrafico #main-nav-desktop .lupa-menu .fa {
    color: #f4f2ee; }
  #minhead.minhead-elgrafico #main-nav-desktop .open > a:first-child:hover {
    background-color: #a51f26 !important; }
#minhead.minhead-elgrafico .navbar .nav-right.pull-right {
  background: none;
  color: #fff; }
#minhead.minhead-elgrafico .minhead_menu-verticales {
  background-image: -webkit-linear-gradient(left, #f4f2ee 40%, #f4f2ee 100%);
  background-image: -o-linear-gradient(left, #f4f2ee 40%, #f4f2ee 100%);
  background-image: linear-gradient(to right, #f4f2ee 40%, #f4f2ee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF4F2EE', endColorstr='#FFF4F2EE', GradientType=1); }
  #minhead.minhead-elgrafico .minhead_menu-verticales ul li {
    color: rgba(96, 125, 139, 0.9); }
    #minhead.minhead-elgrafico .minhead_menu-verticales ul li a {
      color: #607D8B; }
      #minhead.minhead-elgrafico .minhead_menu-verticales ul li a:hover {
        background: rgba(0, 0, 0, 0.1); }
    #minhead.minhead-elgrafico .minhead_menu-verticales ul li .navbar-brand {
      background: #168c48;
      position: relative;
      margin-right: 15px;
      padding-right: 4px; }
      #minhead.minhead-elgrafico .minhead_menu-verticales ul li .navbar-brand:hover {
        background: #168c48; }
      #minhead.minhead-elgrafico .minhead_menu-verticales ul li .navbar-brand:after {
        content: "";
        right: -12px;
        height: 0;
        width: 0;
        border-top: 0px solid #168c48;
        border-left: 12px solid #168c48;
        border-bottom: 30px solid transparent;
        position: absolute;
        bottom: 0;
        top: 0; }
#minhead.minhead-elgrafico .share-list > li a {
  color: #f4f2ee; }
#minhead.minhead-elgrafico .RRSS-box {
  border-left: 1px solid #901b21;
  border-right: 1px solid #901b21; }
#minhead.minhead-elgrafico .lupa-menu {
  border-left: 1px solid #901b21; }
#minhead.minhead-elgrafico .fixed-on-scroll .navbar-brand {
  background: #bf242c; }
#minhead.minhead-elgrafico .fixed-on-scroll #main-nav-desktop {
  background-image: -webkit-linear-gradient(left, #f4f2ee 40%, #f4f2ee 100%);
  background-image: -o-linear-gradient(left, #f4f2ee 40%, #f4f2ee 100%);
  background-image: linear-gradient(to right, #f4f2ee 40%, #f4f2ee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF4F2EE', endColorstr='#FFF4F2EE', GradientType=1); }
  #minhead.minhead-elgrafico .fixed-on-scroll #main-nav-desktop .navbar-nav > li > a {
    color: #a51f26; }

#minhead.minhead-diariopyme .minhead_brand-primary {
  background-image: -webkit-linear-gradient(left, #0d4583 40%, #0a3667 100%);
  background-image: -o-linear-gradient(left, #0d4583 40%, #0a3667 100%);
  background-image: linear-gradient(to right, #0d4583 40%, #0a3667 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0D4583', endColorstr='#FF0A3667', GradientType=1); }
#minhead.minhead-diariopyme #main-nav-desktop {
  background-image: -webkit-linear-gradient(left, #0d4583 40%, #0a3667 100%);
  background-image: -o-linear-gradient(left, #0d4583 40%, #0a3667 100%);
  background-image: linear-gradient(to right, #0d4583 40%, #0a3667 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0D4583', endColorstr='#FF0A3667', GradientType=1); }
  #minhead.minhead-diariopyme #main-nav-desktop .navbar-nav > li > a,
  #minhead.minhead-diariopyme #main-nav-desktop .lupa-menu .fa {
    color: #f4f2ee; }
  #minhead.minhead-diariopyme #main-nav-desktop .open > a:first-child:hover {
    background-color: #0a3667 !important; }
#minhead.minhead-diariopyme .navbar .nav-right.pull-right {
  background: none;
  color: #fff; }
#minhead.minhead-diariopyme .minhead_menu-verticales {
  background-image: -webkit-linear-gradient(left, #f4f2ee 40%, #f4f2ee 100%);
  background-image: -o-linear-gradient(left, #f4f2ee 40%, #f4f2ee 100%);
  background-image: linear-gradient(to right, #f4f2ee 40%, #f4f2ee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF4F2EE', endColorstr='#FFF4F2EE', GradientType=1); }
  #minhead.minhead-diariopyme .minhead_menu-verticales ul li {
    color: rgba(50, 79, 84, 0.9); }
    #minhead.minhead-diariopyme .minhead_menu-verticales ul li a {
      color: #324f54; }
      #minhead.minhead-diariopyme .minhead_menu-verticales ul li a:hover {
        background: rgba(0, 0, 0, 0.1); }
    #minhead.minhead-diariopyme .minhead_menu-verticales ul li .navbar-brand {
      background: #168c48;
      position: relative;
      margin-right: 15px;
      padding-right: 4px; }
      #minhead.minhead-diariopyme .minhead_menu-verticales ul li .navbar-brand:hover {
        background: #168c48; }
      #minhead.minhead-diariopyme .minhead_menu-verticales ul li .navbar-brand:after {
        content: "";
        right: -12px;
        height: 0;
        width: 0;
        border-top: 0px solid #168c48;
        border-left: 12px solid #168c48;
        border-bottom: 30px solid transparent;
        position: absolute;
        bottom: 0;
        top: 0; }
#minhead.minhead-diariopyme .share-list > li a {
  color: #f4f2ee; }
#minhead.minhead-diariopyme .RRSS-box {
  border-left: 1px solid #082a50;
  border-right: 1px solid #082a50; }
#minhead.minhead-diariopyme .lupa-menu {
  border-left: 1px solid #082a50; }
#minhead.minhead-diariopyme .fixed-on-scroll .navbar-brand {
  background: #0d4583; }
#minhead.minhead-diariopyme .fixed-on-scroll #main-nav-desktop {
  background-image: -webkit-linear-gradient(left, #f4f2ee 40%, #f4f2ee 100%);
  background-image: -o-linear-gradient(left, #f4f2ee 40%, #f4f2ee 100%);
  background-image: linear-gradient(to right, #f4f2ee 40%, #f4f2ee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF4F2EE', endColorstr='#FFF4F2EE', GradientType=1); }
  #minhead.minhead-diariopyme .fixed-on-scroll #main-nav-desktop .navbar-nav > li > a {
    color: #0a3667; }

#minhead.minhead-metrotv .minhead_brand-primary {
  background-image: -webkit-linear-gradient(left, #24232b 40%, #16151a 100%);
  background-image: -o-linear-gradient(left, #24232b 40%, #16151a 100%);
  background-image: linear-gradient(to right, #24232b 40%, #16151a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF24232B', endColorstr='#FF16151A', GradientType=1); }
#minhead.minhead-metrotv #main-nav-desktop {
  background-image: -webkit-linear-gradient(left, #24232b 40%, #16151a 100%);
  background-image: -o-linear-gradient(left, #24232b 40%, #16151a 100%);
  background-image: linear-gradient(to right, #24232b 40%, #16151a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF24232B', endColorstr='#FF16151A', GradientType=1); }
  #minhead.minhead-metrotv #main-nav-desktop .navbar-nav > li > a,
  #minhead.minhead-metrotv #main-nav-desktop .lupa-menu .fa {
    color: #f4f2ee; }
  #minhead.minhead-metrotv #main-nav-desktop .open > a:first-child:hover {
    background-color: #16151a !important; }
#minhead.minhead-metrotv .navbar .nav-right.pull-right {
  background: none;
  color: #fff; }
#minhead.minhead-metrotv .minhead_menu-verticales {
  background-image: -webkit-linear-gradient(left, #f4f2ee 40%, #f4f2ee 100%);
  background-image: -o-linear-gradient(left, #f4f2ee 40%, #f4f2ee 100%);
  background-image: linear-gradient(to right, #f4f2ee 40%, #f4f2ee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF4F2EE', endColorstr='#FFF4F2EE', GradientType=1); }
  #minhead.minhead-metrotv .minhead_menu-verticales ul li {
    color: rgba(50, 79, 84, 0.9); }
    #minhead.minhead-metrotv .minhead_menu-verticales ul li a {
      color: #324f54; }
      #minhead.minhead-metrotv .minhead_menu-verticales ul li a:hover {
        background: rgba(0, 0, 0, 0.1); }
    #minhead.minhead-metrotv .minhead_menu-verticales ul li .navbar-brand {
      background: #168c48;
      position: relative;
      margin-right: 15px;
      padding-right: 4px; }
      #minhead.minhead-metrotv .minhead_menu-verticales ul li .navbar-brand:hover {
        background: #168c48; }
      #minhead.minhead-metrotv .minhead_menu-verticales ul li .navbar-brand:after {
        content: "";
        right: -12px;
        height: 0;
        width: 0;
        border-top: 0px solid #168c48;
        border-left: 12px solid #168c48;
        border-bottom: 30px solid transparent;
        position: absolute;
        bottom: 0;
        top: 0; }
#minhead.minhead-metrotv .share-list > li a {
  color: #f4f2ee; }
#minhead.minhead-metrotv .RRSS-box {
  border-left: 1px solid #0a0a0c;
  border-right: 1px solid #0a0a0c; }
#minhead.minhead-metrotv .lupa-menu {
  border-left: 1px solid #0a0a0c; }
#minhead.minhead-metrotv .fixed-on-scroll .navbar-brand {
  background: #24232B; }
#minhead.minhead-metrotv .fixed-on-scroll #main-nav-desktop {
  background-image: -webkit-linear-gradient(left, #f4f2ee 40%, #f4f2ee 100%);
  background-image: -o-linear-gradient(left, #f4f2ee 40%, #f4f2ee 100%);
  background-image: linear-gradient(to right, #f4f2ee 40%, #f4f2ee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF4F2EE', endColorstr='#FFF4F2EE', GradientType=1); }
  #minhead.minhead-metrotv .fixed-on-scroll #main-nav-desktop .navbar-nav > li > a {
    color: #16151a; }

#minhead.minhead-tco .minhead_brand-primary {
  background-image: -webkit-linear-gradient(left, #464646 40%, #373737 100%);
  background-image: -o-linear-gradient(left, #464646 40%, #373737 100%);
  background-image: linear-gradient(to right, #464646 40%, #373737 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF464646', endColorstr='#FF373737', GradientType=1); }
#minhead.minhead-tco #main-nav-desktop {
  background-image: -webkit-linear-gradient(left, #464646 40%, #373737 100%);
  background-image: -o-linear-gradient(left, #464646 40%, #373737 100%);
  background-image: linear-gradient(to right, #464646 40%, #373737 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF464646', endColorstr='#FF373737', GradientType=1); }
  #minhead.minhead-tco #main-nav-desktop .navbar-nav > li > a,
  #minhead.minhead-tco #main-nav-desktop .lupa-menu .fa {
    color: #f4f2ee; }
  #minhead.minhead-tco #main-nav-desktop .open > a:first-child:hover {
    background-color: #373737 !important; }
#minhead.minhead-tco .navbar .nav-right.pull-right {
  background: none;
  color: #fff; }
#minhead.minhead-tco .minhead_menu-verticales {
  background-image: -webkit-linear-gradient(left, #f4f2ee 40%, #f4f2ee 100%);
  background-image: -o-linear-gradient(left, #f4f2ee 40%, #f4f2ee 100%);
  background-image: linear-gradient(to right, #f4f2ee 40%, #f4f2ee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF4F2EE', endColorstr='#FFF4F2EE', GradientType=1); }
  #minhead.minhead-tco .minhead_menu-verticales ul li {
    color: rgba(50, 79, 84, 0.9); }
    #minhead.minhead-tco .minhead_menu-verticales ul li a {
      color: #324f54; }
      #minhead.minhead-tco .minhead_menu-verticales ul li a:hover {
        background: rgba(0, 0, 0, 0.1); }
    #minhead.minhead-tco .minhead_menu-verticales ul li .navbar-brand {
      background: #168c48;
      position: relative;
      margin-right: 15px;
      padding-right: 4px; }
      #minhead.minhead-tco .minhead_menu-verticales ul li .navbar-brand:hover {
        background: #168c48; }
      #minhead.minhead-tco .minhead_menu-verticales ul li .navbar-brand:after {
        content: "";
        right: -12px;
        height: 0;
        width: 0;
        border-top: 0px solid #168c48;
        border-left: 12px solid #168c48;
        border-bottom: 30px solid transparent;
        position: absolute;
        bottom: 0;
        top: 0; }
#minhead.minhead-tco .share-list > li a {
  color: #f4f2ee; }
#minhead.minhead-tco .RRSS-box {
  border-left: 1px solid #2a2a2a;
  border-right: 1px solid #2a2a2a; }
#minhead.minhead-tco .lupa-menu {
  border-left: 1px solid #2a2a2a; }
#minhead.minhead-tco .fixed-on-scroll .navbar-brand {
  background: #464646; }
#minhead.minhead-tco .fixed-on-scroll #main-nav-desktop {
  background-image: -webkit-linear-gradient(left, #f4f2ee 40%, #f4f2ee 100%);
  background-image: -o-linear-gradient(left, #f4f2ee 40%, #f4f2ee 100%);
  background-image: linear-gradient(to right, #f4f2ee 40%, #f4f2ee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF4F2EE', endColorstr='#FFF4F2EE', GradientType=1); }
  #minhead.minhead-tco .fixed-on-scroll #main-nav-desktop .navbar-nav > li > a {
    color: #373737; }

#minhead.minhead-publisport .minhead_brand-primary {
  background-image: -webkit-linear-gradient(left, #495b6c 40%, #3d4c5a 100%);
  background-image: -o-linear-gradient(left, #495b6c 40%, #3d4c5a 100%);
  background-image: linear-gradient(to right, #495b6c 40%, #3d4c5a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF495B6C', endColorstr='#FF3D4C5A', GradientType=1); }
#minhead.minhead-publisport #main-nav-desktop {
  background-image: -webkit-linear-gradient(left, #495b6c 40%, #3d4c5a 100%);
  background-image: -o-linear-gradient(left, #495b6c 40%, #3d4c5a 100%);
  background-image: linear-gradient(to right, #495b6c 40%, #3d4c5a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF495B6C', endColorstr='#FF3D4C5A', GradientType=1); }
  #minhead.minhead-publisport #main-nav-desktop .navbar-nav > li > a,
  #minhead.minhead-publisport #main-nav-desktop .lupa-menu .fa {
    color: #f4f2ee; }
  #minhead.minhead-publisport #main-nav-desktop .open > a:first-child:hover {
    background-color: #3d4c5a !important; }
#minhead.minhead-publisport .navbar .nav-right.pull-right {
  background: none;
  color: #fff; }
#minhead.minhead-publisport .minhead_menu-verticales {
  background-image: -webkit-linear-gradient(left, #f4f2ee 40%, #f4f2ee 100%);
  background-image: -o-linear-gradient(left, #f4f2ee 40%, #f4f2ee 100%);
  background-image: linear-gradient(to right, #f4f2ee 40%, #f4f2ee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF4F2EE', endColorstr='#FFF4F2EE', GradientType=1); }
  #minhead.minhead-publisport .minhead_menu-verticales ul li {
    color: rgba(50, 79, 84, 0.9); }
    #minhead.minhead-publisport .minhead_menu-verticales ul li a {
      color: #324f54; }
      #minhead.minhead-publisport .minhead_menu-verticales ul li a:hover {
        background: rgba(0, 0, 0, 0.1); }
    #minhead.minhead-publisport .minhead_menu-verticales ul li .navbar-brand {
      background: #168c48;
      position: relative;
      margin-right: 15px;
      padding-right: 4px; }
      #minhead.minhead-publisport .minhead_menu-verticales ul li .navbar-brand:hover {
        background: #168c48; }
      #minhead.minhead-publisport .minhead_menu-verticales ul li .navbar-brand:after {
        content: "";
        right: -12px;
        height: 0;
        width: 0;
        border-top: 0px solid #168c48;
        border-left: 12px solid #168c48;
        border-bottom: 30px solid transparent;
        position: absolute;
        bottom: 0;
        top: 0; }
#minhead.minhead-publisport .share-list > li a {
  color: #f4f2ee; }
#minhead.minhead-publisport .RRSS-box {
  border-left: 1px solid #323f4b;
  border-right: 1px solid #323f4b; }
#minhead.minhead-publisport .lupa-menu {
  border-left: 1px solid #323f4b; }
#minhead.minhead-publisport .fixed-on-scroll .navbar-brand {
  background: #495B6C; }
#minhead.minhead-publisport .fixed-on-scroll #main-nav-desktop {
  background-image: -webkit-linear-gradient(left, #f4f2ee 40%, #f4f2ee 100%);
  background-image: -o-linear-gradient(left, #f4f2ee 40%, #f4f2ee 100%);
  background-image: linear-gradient(to right, #f4f2ee 40%, #f4f2ee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF4F2EE', endColorstr='#FFF4F2EE', GradientType=1); }
  #minhead.minhead-publisport .fixed-on-scroll #main-nav-desktop .navbar-nav > li > a {
    color: #3d4c5a; }

#minhead.minhead-showbiz .minhead_brand-primary {
  background-image: -webkit-linear-gradient(left, #b7228c 40%, #9d1d78 100%);
  background-image: -o-linear-gradient(left, #b7228c 40%, #9d1d78 100%);
  background-image: linear-gradient(to right, #b7228c 40%, #9d1d78 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFB7228C', endColorstr='#FF9D1D78', GradientType=1); }
#minhead.minhead-showbiz #main-nav-desktop {
  background-image: -webkit-linear-gradient(left, #b7228c 40%, #9d1d78 100%);
  background-image: -o-linear-gradient(left, #b7228c 40%, #9d1d78 100%);
  background-image: linear-gradient(to right, #b7228c 40%, #9d1d78 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFB7228C', endColorstr='#FF9D1D78', GradientType=1); }
  #minhead.minhead-showbiz #main-nav-desktop .navbar-nav > li > a,
  #minhead.minhead-showbiz #main-nav-desktop .lupa-menu .fa {
    color: #f4f2ee; }
  #minhead.minhead-showbiz #main-nav-desktop .open > a:first-child:hover {
    background-color: #9d1d78 !important; }
#minhead.minhead-showbiz .navbar .nav-right.pull-right {
  background: none;
  color: #fff; }
#minhead.minhead-showbiz .minhead_menu-verticales {
  background-image: -webkit-linear-gradient(left, #f4f2ee 40%, #f4f2ee 100%);
  background-image: -o-linear-gradient(left, #f4f2ee 40%, #f4f2ee 100%);
  background-image: linear-gradient(to right, #f4f2ee 40%, #f4f2ee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF4F2EE', endColorstr='#FFF4F2EE', GradientType=1); }
  #minhead.minhead-showbiz .minhead_menu-verticales ul li {
    color: rgba(50, 79, 84, 0.9); }
    #minhead.minhead-showbiz .minhead_menu-verticales ul li a {
      color: #324f54; }
      #minhead.minhead-showbiz .minhead_menu-verticales ul li a:hover {
        background: rgba(0, 0, 0, 0.1); }
    #minhead.minhead-showbiz .minhead_menu-verticales ul li .navbar-brand {
      background: #168c48;
      position: relative;
      margin-right: 15px;
      padding-right: 4px; }
      #minhead.minhead-showbiz .minhead_menu-verticales ul li .navbar-brand:hover {
        background: #168c48; }
      #minhead.minhead-showbiz .minhead_menu-verticales ul li .navbar-brand:after {
        content: "";
        right: -12px;
        height: 0;
        width: 0;
        border-top: 0px solid #168c48;
        border-left: 12px solid #168c48;
        border-bottom: 30px solid transparent;
        position: absolute;
        bottom: 0;
        top: 0; }
#minhead.minhead-showbiz .share-list > li a {
  color: #f4f2ee; }
#minhead.minhead-showbiz .RRSS-box {
  border-left: 1px solid #881968;
  border-right: 1px solid #881968; }
#minhead.minhead-showbiz .lupa-menu {
  border-left: 1px solid #881968; }
#minhead.minhead-showbiz .fixed-on-scroll .navbar-brand {
  background: #B7228C; }
#minhead.minhead-showbiz .fixed-on-scroll #main-nav-desktop {
  background-image: -webkit-linear-gradient(left, #f4f2ee 40%, #f4f2ee 100%);
  background-image: -o-linear-gradient(left, #f4f2ee 40%, #f4f2ee 100%);
  background-image: linear-gradient(to right, #f4f2ee 40%, #f4f2ee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF4F2EE', endColorstr='#FFF4F2EE', GradientType=1); }
  #minhead.minhead-showbiz .fixed-on-scroll #main-nav-desktop .navbar-nav > li > a {
    color: #9d1d78; }

[data-country="mx"] #main-nav-desktop .navbar-nav > li:last-child > a {
  text-indent: -999999px;
  background-image: url(../svg/Amazon.com-Logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 84px;
  background-position: 0 15px;
  margin: 0 15px; }

#desktop-main-navigation.elgrafico-header {
  background-image: -webkit-linear-gradient(left, #BF242C 0%, #901B51 100%);
  background-image: -o-linear-gradient(left, #BF242C 0%, #901B51 100%);
  background-image: linear-gradient(to right, #BF242C 0%, #901B51 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFBF242C', endColorstr='#FF901B51', GradientType=1); }
  #desktop-main-navigation.elgrafico-header #head-brand .navbar-brand {
    margin-top: 20px;
    height: auto;
    padding: 0; }
    #desktop-main-navigation.elgrafico-header #head-brand .navbar-brand .logo-metro {
      width: 210px;
      margin-top: 10px; }
  #desktop-main-navigation.elgrafico-header .day-date {
    position: absolute;
    bottom: 5px;
    left: 29px;
    color: #ce9393; }
  #desktop-main-navigation.elgrafico-header .siblings-brand.col-md-1 {
    min-width: 169px;
    border-left: 1px dotted #ce9393; }
  #desktop-main-navigation.elgrafico-header .siblings-brand:before {
    content: inherit; }
  #desktop-main-navigation.elgrafico-header .brand-col ~ div {
    border-left: 0 none;
    background: none; }
  #desktop-main-navigation.elgrafico-header .affix .navbar-header {
    background-image: -webkit-linear-gradient(left, #BF242C 0%, #901B51 100%);
    background-image: -o-linear-gradient(left, #BF242C 0%, #901B51 100%);
    background-image: linear-gradient(to right, #BF242C 0%, #901B51 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFBF242C', endColorstr='#FF901B51', GradientType=1); }
  #desktop-main-navigation.elgrafico-header .wrap-main-menu > .navbar-nav > li.active a {
    color: #b91313; }
  #desktop-main-navigation.elgrafico-header .wrap-main-menu > .navbar-nav > li.active:after {
    background: #b91313; }

#ipad-main-navigation.elgrafico-header {
  background-image: -webkit-linear-gradient(left, #BF242C 0%, #901B51 100%);
  background-image: -o-linear-gradient(left, #BF242C 0%, #901B51 100%);
  background-image: linear-gradient(to right, #BF242C 0%, #901B51 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFBF242C', endColorstr='#FF901B51', GradientType=1); }
  #ipad-main-navigation.elgrafico-header .progress-art .bar {
    background: #901B51; }
  #ipad-main-navigation.elgrafico-header .btn-group.brand .dropdown-toggle {
    border-right: 1px solid #901B51; }

#desktop-main-navigation.diariopyme-header {
  background-image: -webkit-linear-gradient(left, #C4D3DE 0%, #89AFBE 100%);
  background-image: -o-linear-gradient(left, #C4D3DE 0%, #89AFBE 100%);
  background-image: linear-gradient(to right, #C4D3DE 0%, #89AFBE 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFC4D3DE', endColorstr='#FF89AFBE', GradientType=1); }
  #desktop-main-navigation.diariopyme-header #head-brand .navbar-brand {
    margin-top: 20px;
    height: auto;
    padding: 0; }
    #desktop-main-navigation.diariopyme-header #head-brand .navbar-brand .logo-metro {
      width: 210px;
      margin-top: 10px; }
  #desktop-main-navigation.diariopyme-header .day-date {
    position: absolute;
    bottom: 5px;
    left: 29px;
    color: #558092; }
  #desktop-main-navigation.diariopyme-header .siblings-brand.col-md-1 {
    min-width: 169px;
    border-left: 1px dotted #558092; }
  #desktop-main-navigation.diariopyme-header .siblings-brand:before {
    content: inherit; }
  #desktop-main-navigation.diariopyme-header .brand-col ~ div {
    border-left: 0 none;
    background: none; }
  #desktop-main-navigation.diariopyme-header .affix .navbar-header {
    background-image: -webkit-linear-gradient(left, #C4D3DE 0%, #89AFBE 100%);
    background-image: -o-linear-gradient(left, #C4D3DE 0%, #89AFBE 100%);
    background-image: linear-gradient(to right, #C4D3DE 0%, #89AFBE 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFC4D3DE', endColorstr='#FF89AFBE', GradientType=1); }
  #desktop-main-navigation.diariopyme-header .wrap-main-menu > .navbar-nav > li.active a {
    color: #e44e1f; }
  #desktop-main-navigation.diariopyme-header .wrap-main-menu > .navbar-nav > li.active:after {
    background: #e44e1f; }

#ipad-main-navigation.diariopyme-header {
  background-image: -webkit-linear-gradient(left, #C4D3DE 0%, #89AFBE 100%);
  background-image: -o-linear-gradient(left, #C4D3DE 0%, #89AFBE 100%);
  background-image: linear-gradient(to right, #C4D3DE 0%, #89AFBE 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFC4D3DE', endColorstr='#FF89AFBE', GradientType=1); }
  #ipad-main-navigation.diariopyme-header .progress-art .bar {
    background: #558092; }
  #ipad-main-navigation.diariopyme-header .btn-group.brand .dropdown-toggle {
    border-right: 1px solid #558092; }

#desktop-main-navigation.tacometro-header {
  background-image: -webkit-linear-gradient(left, #392D3B 0%, #353448 100%);
  background-image: -o-linear-gradient(left, #392D3B 0%, #353448 100%);
  background-image: linear-gradient(to right, #392D3B 0%, #353448 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF392D3B', endColorstr='#FF353448', GradientType=1); }
  #desktop-main-navigation.tacometro-header #head-brand .navbar-brand {
    margin-top: 16px;
    height: auto;
    padding: 0; }
    #desktop-main-navigation.tacometro-header #head-brand .navbar-brand .logo-metro {
      width: 210px;
      margin-top: 10px; }
  #desktop-main-navigation.tacometro-header .day-date {
    position: absolute;
    bottom: 5px;
    left: 29px;
    color: #535265;
    display: none; }
  #desktop-main-navigation.tacometro-header .siblings-brand.col-md-1 {
    min-width: 169px;
    border-left: 1px dotted #392D3B; }
  #desktop-main-navigation.tacometro-header .siblings-brand:before {
    content: inherit; }
  #desktop-main-navigation.tacometro-header .brand-col ~ div {
    border-left: 0 none;
    background: none; }
  #desktop-main-navigation.tacometro-header .affix .navbar-header {
    background-image: -webkit-linear-gradient(left, #392D3B 0%, #353448 100%);
    background-image: -o-linear-gradient(left, #392D3B 0%, #353448 100%);
    background-image: linear-gradient(to right, #392D3B 0%, #353448 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF392D3B', endColorstr='#FF353448', GradientType=1); }
  #desktop-main-navigation.tacometro-header .wrap-main-menu > .navbar-nav > li.active a {
    color: #2f2a77; }
  #desktop-main-navigation.tacometro-header .wrap-main-menu > .navbar-nav > li.active:after {
    background: #2f2a77; }

#ipad-main-navigation.tacometro-header {
  background-image: -webkit-linear-gradient(left, #392D3B 0%, #353448 100%);
  background-image: -o-linear-gradient(left, #392D3B 0%, #353448 100%);
  background-image: linear-gradient(to right, #392D3B 0%, #353448 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF392D3B', endColorstr='#FF353448', GradientType=1); }
  #ipad-main-navigation.tacometro-header .progress-art .bar {
    background: #000; }
  #ipad-main-navigation.tacometro-header .btn-group.brand .dropdown-toggle {
    border-right: 1px solid #535265; }

#desktop-main-navigation.casas-header {
  background-image: -webkit-linear-gradient(left, #E4EEEB 0%, #88B7AF 100%);
  background-image: -o-linear-gradient(left, #E4EEEB 0%, #88B7AF 100%);
  background-image: linear-gradient(to right, #E4EEEB 0%, #88B7AF 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE4EEEB', endColorstr='#FF88B7AF', GradientType=1); }
  #desktop-main-navigation.casas-header #head-brand .navbar-brand {
    margin-top: 16px;
    height: auto;
    padding: 0; }
    #desktop-main-navigation.casas-header #head-brand .navbar-brand .logo-metro {
      width: 210px;
      margin-top: 7px; }
  #desktop-main-navigation.casas-header .day-date {
    position: absolute;
    bottom: 5px;
    left: 29px;
    color: #535265;
    display: none; }
  #desktop-main-navigation.casas-header .siblings-brand.col-md-1 {
    min-width: 169px;
    border-left: 1px dotted #E4EEEB; }
  #desktop-main-navigation.casas-header .siblings-brand:before {
    content: inherit; }
  #desktop-main-navigation.casas-header .brand-col ~ div {
    border-left: 0 none;
    background: none; }
  #desktop-main-navigation.casas-header .affix .navbar-header {
    background-image: -webkit-linear-gradient(left, #E4EEEB 0%, #88B7AF 100%);
    background-image: -o-linear-gradient(left, #E4EEEB 0%, #88B7AF 100%);
    background-image: linear-gradient(to right, #E4EEEB 0%, #88B7AF 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE4EEEB', endColorstr='#FF88B7AF', GradientType=1); }
  #desktop-main-navigation.casas-header .wrap-main-menu > .navbar-nav > li.active a {
    color: #2f2a77; }
  #desktop-main-navigation.casas-header .wrap-main-menu > .navbar-nav > li.active:after {
    background: #2f2a77; }

#ipad-main-navigation.casas-header {
  background-image: -webkit-linear-gradient(left, #E4EEEB 0%, #88B7AF 100%);
  background-image: -o-linear-gradient(left, #E4EEEB 0%, #88B7AF 100%);
  background-image: linear-gradient(to right, #E4EEEB 0%, #88B7AF 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE4EEEB', endColorstr='#FF88B7AF', GradientType=1); }
  #ipad-main-navigation.casas-header .progress-art .bar {
    background: #000; }
  #ipad-main-navigation.casas-header .btn-group.brand .dropdown-toggle {
    border-right: 1px solid #535265; }

.m-t-05 {
  margin-top: 0.5em; }

.m-t-10 {
  margin-top: 1.0em; }

.m-t-15 {
  margin-top: 1.5em; }

.m-t-20 {
  margin-top: 2.0em; }

.m-t-25 {
  margin-top: 2.5em; }

.m-t-30 {
  margin-top: 3.0em; }

.m-b-05 {
  margin-bottom: 0.5em; }

.m-b-10 {
  margin-bottom: 1.0em; }

.m-b-15 {
  margin-bottom: 1.5em; }

.m-b-20 {
  margin-bottom: 2.0em; }

.m-b-25 {
  margin-bottom: 2.5em; }

.m-b-30 {
  margin-bottom: 3.0em; }

.clear-bottom:after {
  content: "";
  clear: both;
  display: block;
  width: 100%;
  height: 1px; }

p {
  font-weight: 300; }

.simple-tabs-rounded {
  border-bottom: 0 none;
  list-style-type: none;
  padding: 0;
  margin-bottom: 20px; }
  .simple-tabs-rounded li {
    margin-right: 4px;
    margin-bottom: 0;
    display: inline-block; }
    .simple-tabs-rounded li.active a {
      background: #168c48;
      color: #fff; }
      .simple-tabs-rounded li.active a:hover {
        background: #20ce6a; }
    .simple-tabs-rounded li a {
      padding: 5px 15px;
      border-radius: 4px;
      background: rgba(0, 0, 0, 0.07);
      display: block;
      color: #959898;
      border: 0 none; }
      .simple-tabs-rounded li a:hover {
        background: rgba(0, 0, 0, 0.1); }

#destacado1 {
  margin-top: 0; }

@media (min-width: 1280px) {
  .skin-box {
    background: #b6c5bd url("../img/skin-right.jpg") no-repeat top right;
    padding-top: 0px;
    padding-bottom: 50px;
    margin-bottom: -40px; }
    .skin-box .bloque {
      margin-top: 0; }
    .skin-box:before {
      content: "";
      background: url("../img/skin-left.jpg") no-repeat top left;
      display: block;
      width: 50%;
      min-height: 800px; }
    .skin-box .col-md-9 {
      width: 67.8%; }
    .skin-box .col-md-3 {
      width: 22.6%; }
    .skin-box .sidebar {
      min-width: 325px;
      width: 22.6%;
      /*position: absolute;
      top: 0;
      right: 0;*/ }
    .skin-box .wrapper {
      max-width: calc(100% - 280px);
      margin-top: -770px;
      position: relative; }
      .skin-box .wrapper > .wrap-bnr {
        background: none;
        padding-top: 0px;
        margin-bottom: 40px; }
        .skin-box .wrapper > .wrap-bnr .slot {
          margin-bottom: 10px; }
        .skin-box .wrapper > .wrap-bnr .bnr960x60 {
          border: 1px solid #fff; }
      .skin-box .wrapper .container-fluid > .row {
        background: #fff;
        padding-top: 20px; } }
.fix-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: block;
  z-index: 3; }

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

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

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

/*Transversales modulos*/
.cover-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2; }

.clear-float {
  overflow: hidden;
  height: auto;
  display: block;
  position: relative;
  clear: both; }

.place-time-icon {
  width: 22px;
  height: 29px;
  text-indent: -99999px;
  display: block;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  background: url(../svg/icon-place-time.svg) no-repeat center center;
  /* background-size: 23px 17px; */ }

.cabezal-group-news.showbiz-brand {
  border-top-color: #8A106D !important; }

/* .separador {
  line-height: 0.5;
  text-align: center;
  overflow: hidden;
  padding-top: 5px;

	span {
	  display: inline-block;
	  position: relative; 
   
	}

	span:before,
	span:after {
	  content: "";
	  position: absolute;
	  height: 3px;
	  border-bottom: 1px solid #ccc;
	  border-top: 1px solid #ccc;
	  top: 0;
	  width: 550px;
	}

	span:before {
	  right: 100%;
	  margin-right: 15px;
	}
	span:after {
	  left: 100%;
	  margin-left: 15px;
	}
} */
.separador {
  line-height: 1em;
  text-align: center;
  overflow: hidden;
  padding-top: 5px;
  display: block;
  clear: both; }
  .separador span {
    display: inline-block;
    position: relative; }
  .separador span:before,
  .separador span:after {
    content: "";
    position: absolute;
    height: 3px;
    border-top: 1px solid #d3d4d4;
    top: 2px;
    width: 1500px; }
  .separador span:before {
    right: 100%;
    margin-right: 8px; }
  .separador span:after {
    left: 100%;
    margin-left: 8px; }

.globe-metro-icon {
  background: url(../svg/green-globe-metro.svg) no-repeat center center;
  background-size: 15px 15px;
  width: 15px;
  height: 15px;
  display: block;
  margin-top: -6px; }

.head-section-default {
  letter-spacing: 0.2em;
  font-size: 1.5em;
  padding-left: 1.2em;
  margin-bottom: 20px;
  position: relative;
  clear: both; }
  @media (max-width: 480px) {
    .head-section-default {
      font-size: 1em;
      letter-spacing: 1px;
      height: 25px;
      width: 36px;
      line-height: 27px;
      padding-left: 15px;
      width: 100%; } }
  .head-section-default:before {
    content: "";
    height: 97%;
    width: 1.9em;
    position: absolute;
    background-color: #168c48;
    left: 0px; }
    @media (max-width: 480px) {
      .head-section-default:before {
        height: 25px;
        width: 25px; } }
  .head-section-default::first-letter {
    color: #d3d4d4 !important;
    font-weight: normal; }
  .head-section-default > a, .head-section-default > div {
    position: relative; }

.head-section-globe {
  font-size: 1.5em;
  padding-left: 1.2em;
  margin-bottom: 10px;
  position: relative;
  border-bottom: 1px solid #696870;
  background-image: url("../svg/globe-publimetro.svg");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 25px; }
  .head-section-globe > a {
    color: #d3d4d4;
    font-size: 20px;
    letter-spacing: 1px; }

.head-section-brand {
  font-size: 1.5em;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.23);
  margin-bottom: 30px;
  padding-bottom: 10px; }
  .head-section-brand .logo-svg {
    height: 40px;
    float: left;
    width: 168px; }
    @media (min-width: 768px) {
      .head-section-brand .logo-svg {
        width: 250px; } }
  .head-section-brand > a {
    color: #d3d4d4;
    font-size: 20px;
    letter-spacing: 1px; }
  .head-section-brand:after {
    content: "";
    clear: both;
    display: block;
    width: 100%; }

.head-section-tv:after {
  content: "";
  display: table;
  clear: both; }
.head-section-tv h3 {
  letter-spacing: -1px;
  font-size: 40px;
  white-space: nowrap;
  color: #d3d4d4;
  text-transform: uppercase;
  font-weight: bold;
  font-style: italic;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  margin-bottom: 6px;
  line-height: 1em; }
  @media (min-width: 768px) {
    .head-section-tv h3 {
      letter-spacing: 0;
      font-size: 70px; } }
  @media (min-width: 768px) {
    .head-section-tv h3 {
      margin-bottom: -20px; } }
  @media (min-width: 1026px) {
    .head-section-tv h3 {
      font-size: 80px; } }
.head-section-tv .simple-tabs-rounded {
  margin-top: 13px; }
  @media (min-width: 1026px) {
    .head-section-tv .simple-tabs-rounded {
      text-align: right; } }

.carousel-inner .item > img {
  width: 100%; }

.face-icon {
  width: 30px;
  height: 30px;
  text-indent: -99999px;
  display: block;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  background: url(../svg/face-icon.svg) no-repeat center center;
  background-size: 17px 17px; }

.twt-icon {
  width: 30px;
  height: 30px;
  text-indent: -99999px;
  display: block;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  background: url(../svg/twitt-icon.svg) no-repeat center center;
  background-size: 17px 17px; }

.share-list {
  padding-left: 0;
  margin-bottom: 0; }
  .share-list > li {
    float: left;
    display: block;
    line-height: 50px; }
    .share-list > li a {
      width: 37px;
      text-align: center;
      display: inline-block;
      height: 35px;
      line-height: 35px;
      color: #515454;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      -khtml-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .share-list > li a:hover {
        background: rgba(183, 165, 130, 0.1); }

.wrap-bnr {
  background: #ebecec;
  text-align: center;
  text-align: center; }
  .wrap-bnr .slot {
    margin-bottom: 10px; }
  .wrap-bnr:after {
    content: "";
    display: table;
    clear: both; }
  .wrap-bnr samll {
    font-size: 11px; }

.sidebar .wrap-bnr {
  background: #fff;
  border-top: 1px dashed #ebecec;
  margin-bottom: 40px; }
  .sidebar .wrap-bnr .slot {
    margin-bottom: 10px; }
  @media (min-width: 1026px) {
    .sidebar .wrap-bnr {
      margin-bottom: 20px; } }

#desktop-main-navigation .wrap-bnr-top {
  background: #383a3a;
  margin-bottom: 0;
  border-top: 0 none;
  overflow: hidden;
  width: calc(100% + 40px);
  top: -2px;
  position: relative;
  z-index: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.bnr300x250 {
  display: block;
  background: #fff;
  min-height: 250px;
  width: 300px;
  margin: 10px auto;
  margin-top: 0px; }

.bnr728x90 {
  display: block;
  background: #fff;
  min-height: 90px;
  width: 728px;
  margin: 10px auto; }

.bnr300x100 {
  display: block;
  background: #fff;
  min-height: 100px;
  width: 300px;
  margin: 10px auto; }

.bnr960x60 {
  display: block;
  background: #fff;
  min-height: 60px;
  width: 960px;
  margin: 25px auto 15px; }

.bnr640x80 {
  display: block;
  background: #fff;
  min-height: 80px;
  width: 640px;
  margin: 10px auto; }

.bnr970x250 {
  display: block;
  background: #fff;
  min-height: 250px;
  width: 970px;
  margin: 10px auto; }

.bnr-top-article {
  overflow: hidden;
  height: auto;
  background: #ebecec; }
  .bnr-top-article iframe {
    display: none;
    height: 1px; }

/*Vistadestacada con imagen de fondo*/
.highlight-article-img-context {
  position: relative;
  overflow: hidden;
  height: 50vh; }
  .highlight-article-img-context .article-header {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 3;
    padding: 2em 1em 1em 1em; }
  .highlight-article-img-context .article-category-list li {
    color: #959898; }
  .highlight-article-img-context h1 a, .highlight-article-img-context h2 a {
    color: #d3d4d4; }
  .highlight-article-img-context .article-highlight a {
    color: #FFE32D; }

/*Carruseles hijos destacados*/
.carousel-highlight {
  position: relative; }
  .carousel-highlight .opinion-view .article-img-bg {
    background: none !important; }
  .carousel-highlight .article-img-bg {
    padding-bottom: 0 !important; }
    .carousel-highlight .article-img-bg .article-header h2.article-title a {
      font-size: 21px; }
  .carousel-highlight .ctrl-box {
    position: absolute;
    top: -54px;
    right: 0;
    z-index: 888;
    height: 40px;
    display: block;
    width: 100px; }
  .carousel-highlight .carousel-indicators {
    bottom: -40px; }
  .carousel-highlight .carousel-control {
    width: 50%;
    background: none; }
    .carousel-highlight .carousel-control.right {
      border-left: 2px dotted #ccc; }
    .carousel-highlight .carousel-control .glyphicon {
      font-size: 17px;
      color: #6a6e6e;
      text-shadow: none;
      height: 100%;
      line-height: 39px;
      margin-top: -20px; }
  .carousel-highlight .carousel-caption {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
    .carousel-highlight .carousel-caption .title-carousel {
      position: absolute;
      bottom: 10px;
      width: 100%;
      padding: 15px; }
      @media (min-width: 1026px) {
        .carousel-highlight .carousel-caption .title-carousel {
          width: 70%; } }
      .carousel-highlight .carousel-caption .title-carousel h2 {
        line-height: 1.3em; }
        @media (max-width: 480px) {
          .carousel-highlight .carousel-caption .title-carousel h2 {
            font-size: 1.2em; } }
  .carousel-highlight .alineacion-derecha .carousel-caption {
    background-image: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    background-image: -o-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    background-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#CC000000', GradientType=1); }
    .carousel-highlight .alineacion-derecha .carousel-caption .title-carousel {
      text-align: right;
      right: 0px; }
  .carousel-highlight .alineacion-izquierda .carousel-caption {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CC000000', endColorstr='#00000000', GradientType=1); }
    .carousel-highlight .alineacion-izquierda .carousel-caption .title-carousel {
      left: 0px;
      text-align: left; }

/*carrusel con flechas  al a derecha y la izquierda .carrusel-lr-arrow*/
.carrusel-lr-arrow {
  position: relative;
  clear: both; }
  .carrusel-lr-arrow .carousel-indicators {
    bottom: -40px; }
  .carrusel-lr-arrow .carousel-control {
    width: 40px; }
  .carrusel-lr-arrow .glyphicon-chevron-left:before, .carrusel-lr-arrow .glyphicon-chevron-right:before {
    color: #222;
    font-size: 22px;
    text-shadow: none; }
  .carrusel-lr-arrow .carousel-control.left, .carrusel-lr-arrow .carousel-control.right {
    background: none; }
  .carrusel-lr-arrow .left.carousel-control {
    left: -30px; }
  .carrusel-lr-arrow .right.carousel-control {
    right: -30px; }

/*Thumbnail carousel*/
.carousel-inner .link-dest-box .article-header {
  padding: 0; }
.carousel-inner .wrap-item .content {
  display: block;
  overflow: hidden;
  position: relative;
  height: auto;
  margin-bottom: 15px;
  /*.mask-image {
  	margin-bottom: 0;
  	padding-top: 50%;
  }*/ }
  @media (min-width: 768px) {
    .carousel-inner .wrap-item .content {
      margin-bottom: 0;
      /*.mask-image {
      	padding-top: 120%;
      }*/ } }

/*reportajes box*/
/*grupo de noticias*/
.cabezal-group-news {
  text-align: center;
  border-top: 3px solid #168c48;
  display: block;
  width: 100%;
  margin-bottom: 50px;
  height: auto;
  overflow: hidden; }

.head-group {
  background-size: cover;
  min-height: 62px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
  margin-bottom: 20px; }
  .head-group h2, .head-group h1 {
    padding: 10px 0;
    top: 50%;
    position: relative;
    font-size: 28px;
    line-height: 1.5;
    text-shadow: 0px 0px 12px rgba(255, 255, 255, 0.54);
    color: #515454;
    margin: 0; }

.head-group + .list-news-box {
  margin-top: -20px; }
  .head-group + .list-news-box .data-entry {
    margin-top: 0; }

.group-news {
  position: relative; }
  .group-news .box-news {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc; }
  .group-news:before {
    content: "";
    clear: both; }
  .group-news .lolla {
    background: url("../img/lolla.jpg") no-repeat top center #EFE3F7;
    background-size: 100% auto; }
    .group-news .lolla .content {
      background: rgba(255, 255, 255, 0.8); }
      .group-news .lolla .content header {
        padding: 0 15px; }

.autor-box {
  margin-top: -10px;
  position: relative;
  margin-bottom: 30px;
  z-index: 2; }
  .autor-box .autor-name {
    display: inline-block;
    margin-top: 5px;
    height: 22px;
    overflow: hidden; }
    .autor-box .autor-name i {
      display: block;
      float: left; }
  .autor-box .article-category-list {
    display: inline-block;
    float: right;
    width: auto;
    margin-top: 0;
    border-bottom: 0 none;
    padding-top: 3px; }
    .autor-box .article-category-list > li:first-child {
      padding-left: 0;
      float: right; }
    .autor-box .article-category-list > li:first-child:before {
      background: none; }
    @media (max-width: 768px) {
      .autor-box .article-category-list > li:last-child {
        top: 50px;
        width: 100%;
        margin: 0; }
        .autor-box .article-category-list > li:last-child .share-options .counter-share {
          width: 40px;
          float: left;
          line-height: 43px;
          display: none; }
        .autor-box .article-category-list > li:last-child .share-options .btn-group {
          position: relative;
          float: right;
          margin: 0;
          background: none;
          padding: 0 none;
          opacity: 1;
          top: 0;
          width: 100%;
          float: right;
          bottom: inherit;
          box-shadow: none !important; }
          .autor-box .article-category-list > li:last-child .share-options .btn-group .fa {
            float: left;
            position: inherit;
            opacity: 1;
            width: calc(33% - 4px);
            margin: 0 2px;
            border-radius: 3px;
            top: 0; }
            .autor-box .article-category-list > li:last-child .share-options .btn-group .fa:after {
              margin-left: 10px;
              font-family: sans-serif;
              font-size: 13px; }
            .autor-box .article-category-list > li:last-child .share-options .btn-group .fa.fa-twitter:after {
              content: "Twitter"; }
            .autor-box .article-category-list > li:last-child .share-options .btn-group .fa.fa-facebook:after {
              content: "Facebook"; }
            .autor-box .article-category-list > li:last-child .share-options .btn-group .fa.fa-whatsapp:after {
              content: "WhatsApp"; } }
  .autor-box .rounded-img {
    width: 50px;
    height: 50px;
    overflow: hidden;
    padding-top: 0 !important;
    float: left;
    margin-right: 10px;
    border: 2px solid #fff;
    -moz-box-shadow: 0px 4px 8px -4px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0px 4px 8px -4px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 4px 8px -4px rgba(0, 0, 0, 0.7);
    margin-bottom: 0;
    background-size: cover; }
    .autor-box .rounded-img img {
      width: 100%; }
  .autor-box .autor-title {
    padding-top: 12px;
    border-bottom: 1px solid #ccc; }
  .autor-box h5 {
    margin-bottom: 0px;
    float: left; }
  .autor-box span {
    font-size: 12px; }
  .autor-box .share-list {
    margin-top: -8px;
    display: inline-block; }
    .autor-box .share-list .icon {
      width: 15px;
      height: 15px;
      font-size: 5px;
      background-size: 15px;
      margin-left: 10px; }
      .autor-box .share-list .icon.face-icon {
        background-size: 7px; }

/*destacdo full width*/
.tag-title {
  background-color: #168c48;
  color: #d3d4d4 !important;
  border: 0  none; }

.dest-full-width .key-title {
  position: absolute;
  z-index: 2;
  text-align: center;
  color: #d3d4d4;
  font-size: 2em;
  padding: 20px;
  display: block;
  width: 100%;
  padding-bottom: 5em;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 10%, transparent 80%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5) 10%, transparent 80%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 10%, transparent 80%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=0); }
  .dest-full-width .key-title h3 {
    border-bottom: 2px solid #d3d4d4;
    display: inline;
    font-size: 21px;
    padding-bottom: 5px; }
.dest-full-width .hight-impact {
  height: 50vh;
  margin-bottom: 0;
  z-index: 0; }
.dest-full-width .wrap-full-width {
  padding-top: 0;
  padding-bottom: 40px; }
  .dest-full-width .wrap-full-width .col-md-5 {
    margin-top: -40px; }
.dest-full-width .col-md-7 {
  margin-top: 40px;
  position: relative; }
.dest-full-widthfirst-child {
  margin-top: 0; }
.dest-full-width .offset-top {
  text-align: center;
  background: #fff;
  padding: 0 3px 3px 3px;
  margin-bottom: 20px;
  font-size: 11px; }
  @media (min-width: 1026px) {
    .dest-full-width .offset-top {
      margin-top: -200px;
      float: right;
      -moz-box-shadow: 0px 9px 48px -15px rgba(0, 0, 0, 0.97);
      -webkit-box-shadow: 0px 9px 48px -15px rgba(0, 0, 0, 0.97);
      box-shadow: 0px 9px 48px -15px rgba(0, 0, 0, 0.97);
      margin-bottom: 0 none;
      margin-left: 20px; } }
@media (min-width: 1026px) {
  .dest-full-width h1 {
    font-size: 42px; } }
.dest-full-width .snood {
  margin-bottom: 15px;
  height: 35px; }

.timing-head {
  line-height: 1em;
  text-align: center;
  overflow: hidden;
  padding-top: 5px;
  text-align: left;
  padding-left: 30px;
  margin-bottom: 20px;
  position: relative; }
  .timing-head span {
    display: inline-block;
    position: relative; }
  .timing-head span:before,
  .timing-head span:after {
    content: "";
    position: absolute;
    height: 3px;
    border-top: 1px solid #d3d4d4;
    top: 2px;
    width: 1500px; }
  .timing-head span:before {
    right: 100%;
    margin-right: 8px; }
  .timing-head span:after {
    left: 100%;
    margin-left: 8px; }
  .timing-head i {
    margin-top: -15px; }
  .timing-head .date-timing {
    position: absolute;
    top: 0;
    left: 0; }
  .timing-head .article-category-list {
    border-bottom: 0 none;
    padding-left: 32px; }
    .timing-head .article-category-list > li:first-child:before {
      background: hidden;
      display: none; }

.section-head {
  margin-bottom: 50px;
  border-top: 0 none; }
  @media (min-width: 1026px) {
    .section-head .section-inset {
      margin-top: -50px; } }
  @media (max-width: 480px) {
    .section-head .section-inset .text-left, .section-head .section-inset .text-right {
      text-align: center; } }
  .section-head h3 {
    margin-bottom: 0;
    padding-top: 15px;
    font-family: "Fira Sans", "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #168c48;
    font-size: 1.1em;
    font-weight: 600;
    text-transform: uppercase; }

.share-options {
  position: relative;
  min-width: 40px;
  height: auto; }
  .share-options .counter-share {
    position: relative;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    text-align: center;
    cursor: pointer; }
    .share-options .counter-share:after {
      content: "";
      width: calc(100% - 5px);
      height: 25px;
      position: absolute;
      background: rgba(128, 128, 128, 0.28);
      top: -5px;
      right: 6px;
      z-index: -1;
      opacity: 0;
      -webkit-transition: opacity 0.2s ease;
      transition: opacity 0.2s ease;
      -moz-border-radius: 20px;
      -webkit-border-radius: 20px;
      -khtml-border-radius: 20px;
      -o-border-radius: 20px;
      border-radius: 20px; }
    .share-options .counter-share:hover:after {
      opacity: 1; }
  .share-options .btn-group {
    position: absolute;
    display: block;
    bottom: -6px;
    right: 0;
    background: rgba(255, 255, 255, 0.5);
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    height: 45px;
    padding: 3px;
    -moz-box-shadow: 0 0 14px -8px #222;
    -webkit-box-shadow: 0 0 14px -8px #222;
    box-shadow: 0 0 14px -8px #222;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .share-options .btn-group .fa {
      position: relative;
      left: 0;
      display: block;
      width: 40px;
      height: 40px;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      -khtml-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      z-index: 0;
      color: #fff;
      border: 0 none;
      margin-bottom: 4px;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .share-options .btn-group .fa-twitter {
      top: 5px;
      background: #55acee; }
      .share-options .btn-group .fa-twitter:hover {
        background: #b2d9f7; }
    .share-options .btn-group .fa-facebook {
      top: -44px;
      background: #3B5998; }
      .share-options .btn-group .fa-facebook:hover {
        background: #718dc8; }
    .share-options .btn-group .fa-whatsapp {
      top: -44px;
      background: #25d366; }
      .share-options .btn-group .fa-whatsapp:hover {
        background: #77e7a1; }
  .share-options.active .counter-share {
    color: #1F2020; }
  .share-options.active .btn-group {
    height: 120px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    z-index: 10; }
  .share-options.active .fa {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    top: 0; }

.wrap-article {
  width: 100%;
  margin-bottom: 30px;
  clear: both; }

.pie-foto {
  font-style: italic;
  color: #9da1a1;
  border-bottom: 1px solid #ebecec;
  display: block;
  font-size: 12px;
  padding: 5px 0;
  font-weight: 300;
  line-height: 1.3em; }

.carousel-view .carousel {
  margin-bottom: 15px; }
  .carousel-view .carousel .glyphicon {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block;
    left: 50%;
    margin-left: -10px; }
.carousel-view .carousel-indicators {
  bottom: -5px; }

.default-carousel-grid li {
  max-width: 300px;
  margin-right: 30px; }
.default-carousel-grid.compact-list li {
  max-width: 210px; }
  .default-carousel-grid.compact-list li h2 {
    font-size: 18px; }

.scroll-content {
  overflow-x: hidden;
  overflow-y: auto;
  margin-right: 5px;
  height: 100%;
  width: calc(100% - 5px); }

/*--------SCROLL--------*/
.scroll-content::-webkit-scrollbar {
  width: 8px; }

/* Track */
.scroll-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 4px;
  border-radius: 4px; }

/* Handle */
.scroll-content::-webkit-scrollbar-thumb {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #d3d4d4; }

.scroll-content::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 0, 0, 0.4); }

/*--------END SCROLL-----*/
.list-rank-rrss {
  padding: 0;
  list-style-type: none;
  padding-top: 30px; }
  .list-rank-rrss li {
    counter-increment: seccion;
    color: #d3d4d4;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #515454; }
    .list-rank-rrss li:nth-child(1) {
      color: #d3d4d4; }
    .list-rank-rrss li:nth-child(2) {
      color: #cbcccc; }
    .list-rank-rrss li:nth-child(3) {
      color: #c3c5c5; }
    .list-rank-rrss li:nth-child(4) {
      color: #bbbdbd; }
    .list-rank-rrss li:nth-child(5) {
      color: #b3b6b6; }
    .list-rank-rrss li:nth-child(6) {
      color: #acaeae; }
    .list-rank-rrss li:nth-child(7) {
      color: #a4a7a7; }
    .list-rank-rrss li:nth-child(8) {
      color: #9c9f9f; }
    .list-rank-rrss li:nth-child(9) {
      color: #949898; }
    .list-rank-rrss li:nth-child(10) {
      color: #8d9090; }
    .list-rank-rrss li:nth-child(11) {
      color: #858989; }
    .list-rank-rrss li:nth-child(12) {
      color: #7d8181; }
    .list-rank-rrss li:nth-child(13) {
      color: #767979; }
    .list-rank-rrss li:nth-child(14) {
      color: #6e7272; }
    .list-rank-rrss li:nth-child(15) {
      color: #676a6a; }
    .list-rank-rrss li:nth-child(16) {
      color: #5f6262; }
    .list-rank-rrss li:nth-child(17) {
      color: #575a5a; }
    .list-rank-rrss li:nth-child(18) {
      color: #505353; }
    .list-rank-rrss li:nth-child(19) {
      color: #484b4b; }
    .list-rank-rrss li:nth-child(20) {
      color: #414343; }
    .list-rank-rrss li:nth-child(21) {
      color: #393b3b; }
    .list-rank-rrss li:nth-child(22) {
      color: #323333; }
    .list-rank-rrss li:nth-child(23) {
      color: #2a2c2c; }
    .list-rank-rrss li:nth-child(24) {
      color: #232424; }
    .list-rank-rrss li:nth-child(25) {
      color: #1b1c1c; }
    .list-rank-rrss li:nth-child(26) {
      color: #141414; }
    .list-rank-rrss li:nth-child(27) {
      color: #0c0d0d; }
    .list-rank-rrss li:nth-child(28) {
      color: #050505; }
    .list-rank-rrss li:nth-child(29) {
      color: black; }
    .list-rank-rrss li:nth-child(30) {
      color: black; }
    .list-rank-rrss li a {
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      color: inherit; }
      .list-rank-rrss li a:hover, .list-rank-rrss li a.active {
        color: #fff;
        -webkit-transition: color 0.3s ease-in-out;
        transition: color 0.3s ease-in-out; }
    .list-rank-rrss li:after {
      content: "";
      height: 1px;
      clear: both;
      width: 100%;
      display: block; }
    .list-rank-rrss li .number-social-rank {
      width: 60px;
      float: left;
      margin-right: 10px;
      border-right: 1px solid #414343;
      padding-right: 10px;
      position: relative; }
      .list-rank-rrss li .number-social-rank strong {
        font-size: 45.5px;
        font-style: italic;
        display: block;
        text-align: center;
        line-height: 1em; }
        .list-rank-rrss li .number-social-rank strong:before {
          content: "0" counter(seccion); }
      .list-rank-rrss li .number-social-rank .counter-share {
        display: block;
        min-width: 80px; }
        .list-rank-rrss li .number-social-rank .counter-share span {
          font-size: 12px; }
        .list-rank-rrss li .number-social-rank .counter-share .fa {
          background: #ccc;
          border-radius: 50%;
          margin-right: 5px;
          margin-left: 5px;
          width: 22px;
          height: 22px;
          text-align: center;
          float: left;
          line-height: 1.4em;
          color: #fff; }
          .list-rank-rrss li .number-social-rank .counter-share .fa.fa-facebook {
            background-color: #3B5998; }
          .list-rank-rrss li .number-social-rank .counter-share .fa.fa-twitter {
            background-color: #55acee; }
        .list-rank-rrss li .number-social-rank .counter-share.twin-share .fa {
          margin: 0;
          position: relative; }
        .list-rank-rrss li .number-social-rank .counter-share.twin-share .fa-twitter {
          margin-left: -17px; }
    .list-rank-rrss li h2 {
      font-size: 16px;
      font-weight: 400; }

.highlight-videos {
  background: #1F2020;
  padding-top: 2px; }
  .highlight-videos:after {
    content: "";
    display: table;
    clear: both; }
  .highlight-videos .article-img-bg {
    margin: 0 2px 4px 2px;
    cursor: pointer; }

.mini-boxes h2 {
  font-size: 16px; }

.load-article {
  text-align: center;
  width: 100%;
  display: block; }
  .load-article .btn {
    position: relative;
    font-size: 14px;
    color: #515454; }
    .load-article .btn:before {
      content: "";
      position: absolute;
      height: 1px;
      top: 50%;
      width: 200%;
      right: calc(100% + 10px);
      background-image: -webkit-linear-gradient(left, white 20%, rgba(0, 0, 0, 0.2) 100%);
      background-image: -o-linear-gradient(left, white 20%, rgba(0, 0, 0, 0.2) 100%);
      background-image: linear-gradient(to right, white 20%, rgba(0, 0, 0, 0.2) 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#33000000', GradientType=1);
      display: block; }
    .load-article .btn:after {
      content: "";
      position: absolute;
      height: 1px;
      top: 50%;
      width: 200%;
      left: calc(100% + 10px);
      background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.2) 20%, white 100%);
      background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.2) 20%, white 100%);
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2) 20%, white 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33000000', endColorstr='#FFFFFFFF', GradientType=1);
      display: block; }

@media (max-width: 768px) {
  .col-xs-6 h2 {
    font-size: 18px; } }
.set-margin {
  margin: 0; }

#ad_header {
  text-align: center;
  background: #383a3a; }

#targetOpinion {
  overflow: hidden;
  height: auto; }
  #targetOpinion .col-md-3 > .content {
    min-height: 280px; }

.col-xs-12.col-md-12.col-sm-12 .head-section-default {
  margin-top: 25px;
  text-transform: uppercase; }

[data-cat="publimetro-emprendedores"] .lay3cf0_a:first-child .col-md-4.pull-right {
  padding-top: 100px; }
[data-cat="publimetro-emprendedores"] .call-to-action-sidebar {
  text-align: center;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 30px);
  height: 80px;
  background: #e1e5e8;
  padding-top: 20px;
  margin: 0 15px; }

.autor-option {
  padding: 10px 7px 5px;
  display: none; }
  .autor-option .rounded-img {
    margin: 0 !important; }

.autor-option.active {
  background-color: #393939; }

.statics-option i {
  color: #7a7e83;
  font-size: 22px; }

.estadisticas-section .estadisticas-content {
  background-color: #42434c;
  background-image: -webkit-linear-gradient(top, rgba(255, 199, 161, 0.05) 0%, rgba(118, 183, 255, 0.02) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 199, 161, 0.05) 0%, rgba(118, 183, 255, 0.02) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 199, 161, 0.05) 0%, rgba(118, 183, 255, 0.02) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0DFFC7A1', endColorstr='#0576B7FF', GradientType=0);
  padding: 8px;
  -moz-box-shadow: 0px 2px 8px -4px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0px 2px 8px -4px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 2px 8px -4px rgba(0, 0, 0, 0.7); }
.estadisticas-section .estadisticas-caja {
  background-color: #474e5e;
  background-image: -webkit-linear-gradient(left, rgba(79, 199, 161, 0.1) 20%, rgba(118, 183, 255, 0.04) 100%);
  background-image: -o-linear-gradient(left, rgba(79, 199, 161, 0.1) 20%, rgba(118, 183, 255, 0.04) 100%);
  background-image: linear-gradient(to right, rgba(79, 199, 161, 0.1) 20%, rgba(118, 183, 255, 0.04) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1A4FC7A1', endColorstr='#0A76B7FF', GradientType=1);
  border: solid 1px #087436; }
.estadisticas-section .estadisticas-top {
  height: 52px; }
  .estadisticas-section .estadisticas-top .estadisticas-ahora {
    color: #86d2aa;
    font-size: 12px;
    padding: 19px;
    float: left; }
  .estadisticas-section .estadisticas-top .estadisticas-visitas {
    color: #86d2aa;
    font-size: 22px;
    padding: 10px;
    margin-top: 1px;
    float: right; }
  .estadisticas-section .estadisticas-top strong {
    color: white;
    float: right;
    padding: 1px 0px;
    font-size: 36px;
    font-style: italic; }
.estadisticas-section #donut {
  float: left;
  width: 64px;
  height: 64px;
  position: relative;
  margin-top: -6px; }
.estadisticas-section #donut span {
  color: white;
  font-weight: bold;
  position: absolute;
  top: 20px;
  font-style: italic;
  font-size: 18px;
  width: 100%;
  text-align: center; }
.estadisticas-section .estadisticas-bottom {
  height: 165px;
  margin-top: 12px; }
  .estadisticas-section .estadisticas-bottom .estadisticas-cabecera {
    border-bottom: solid 1px #087436;
    padding: 5px 15px; }
    .estadisticas-section .estadisticas-bottom .estadisticas-cabecera .estadisticas-compartidos {
      color: #86d2aa; }
    .estadisticas-section .estadisticas-bottom .estadisticas-cabecera .estadisticas-social {
      float: right;
      color: white;
      margin-top: -1px; }
      .estadisticas-section .estadisticas-bottom .estadisticas-cabecera .estadisticas-social span {
        font-style: italic;
        margin-left: 10px; }
      .estadisticas-section .estadisticas-bottom .estadisticas-cabecera .estadisticas-social .fa {
        line-height: 25px; }
      .estadisticas-section .estadisticas-bottom .estadisticas-cabecera .estadisticas-social .fa-twitter {
        border-radius: 50%;
        background-color: #59caff;
        height: 24px;
        width: 24px;
        text-align: center;
        color: #474e5e; }
      .estadisticas-section .estadisticas-bottom .estadisticas-cabecera .estadisticas-social .fa-facebook {
        border-radius: 50%;
        background-color: #5182d9;
        height: 24px;
        width: 24px;
        text-align: center;
        color: #474e5e; }
  .estadisticas-section .estadisticas-bottom #line-social {
    width: 185px;
    height: 105px;
    float: right;
    position: relative;
    			/*
    
    			path { 
    			    stroke: steelblue;
    			    stroke-width: 2;
    			    fill: none;
    			}
    
    			.axis path,
    			.axis line {
    			    fill: none;
    			    stroke: grey;
    			    stroke-width: 1;
    			    shape-rendering: crispEdges;
    			}*/ }
    .estadisticas-section .estadisticas-bottom #line-social .tooltip-social {
      display: none;
      width: 100px;
      padding: 5px;
      position: absolute;
      background-color: rgba(0, 0, 0, 0.8);
      font-size: 11px;
      text-align: center;
      color: white;
      margin-top: -55px;
      margin-left: -48px; }
      .estadisticas-section .estadisticas-bottom #line-social .tooltip-social number {
        padding-right: 3px; }
    .estadisticas-section .estadisticas-bottom #line-social .tooltip-social:after {
      content: "";
      width: 0;
      height: 0;
      border-top: 8px solid rgba(0, 0, 0, 0.8);
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      position: absolute;
      bottom: -8px;
      left: 50%;
      margin-left: -7px; }
    .estadisticas-section .estadisticas-bottom #line-social .line-facebook {
      stroke: #4573d0;
      stroke-width: 2;
      fill: none; }
    .estadisticas-section .estadisticas-bottom #line-social .puntos-facebook {
      stroke: #4573d0;
      stroke-width: 1px;
      fill: #4573d0; }
    .estadisticas-section .estadisticas-bottom #line-social .puntos-facebook:first-child {
      display: none; }
    .estadisticas-section .estadisticas-bottom #line-social .line-twitter {
      stroke: #50c8ff;
      stroke-width: 2;
      fill: none; }
    .estadisticas-section .estadisticas-bottom #line-social .puntos-twitter {
      stroke: #50c8ff;
      stroke-width: 1px;
      fill: #50c8ff; }
    .estadisticas-section .estadisticas-bottom #line-social .puntos-twitter:first-child {
      display: none; }
    .estadisticas-section .estadisticas-bottom #line-social .punto-activo {
      fill: #50c8ff; }
    .estadisticas-section .estadisticas-bottom #line-social .domain {
      fill: transparent;
      stroke: #676a6c;
      stroke-width: 1; }
    .estadisticas-section .estadisticas-bottom #line-social text {
      display: none; }
  .estadisticas-section .estadisticas-bottom #donut-social {
    width: 100px;
    height: 100px;
    position: relative;
    float: left; }
    .estadisticas-section .estadisticas-bottom #donut-social span {
      position: absolute;
      color: white;
      width: 100%;
      top: 34px;
      text-align: center;
      font-size: 26px;
      font-weight: bold;
      font-style: italic; }
  .estadisticas-section .estadisticas-bottom .estadisticas-cuerpo {
    padding: 15px; }

.formulario-articulo hr {
  margin: 0; }

.excerpt-off .bajada,
.excerpt-off .excerpt,
.epigraph-off .article-highlight,
.category-off .article-category-list,
.image-off .link-image {
  display: none !important; }

button:active, button:focus, button:visited {
  box-shadow: 0 none !important;
  text-shadow: none !important;
  outline: none !important; }

button,
button:active,
button:focus,
button:hover,
.btn,
.btn:active,
.btn:focus,
.btn:hover {
  outline: none !important; }

.article-title {
  margin-top: 0; }

.img-responsive {
  width: 100%;
  font-size: 9px;
  white-space: nowrap;
  overflow: hidden; }

.lazyload {
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.related-box .plus-btn {
  display: none; }

h1, h3, h2, h4, h1 {
  margin-bottom: 20px; }
  h1 a, h3 a, h2 a, h4 a, h1 a {
    color: #414343; }

.destacado-principal h2 {
  font-size: 35px; }
  @media (max-width: 480px) {
    .destacado-principal h2 {
      font-size: 21px; } }

.gray-bg {
  background: #eceded; }

.gray-border {
  border: 1px solid #d3d4d4; }

.content-video {
  position: relative;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out; }
  .content-video .vrudo {
    position: absolute;
    top: 0;
    z-index: 2;
    display: none;
    -webkit-transition: 0.6s ease ease-in-out;
    transition: 0.6s ease ease-in-out; }
  .content-video .plus-btn {
    color: #fff;
    font-size: 5em;
    margin: 0 auto;
    position: absolute;
    left: calc(50% - 0.55em);
    top: calc(50% - 0.8em);
    width: 1em;
    height: 1.1em;
    z-index: 5;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -webkit-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s; }
    .content-video .plus-btn:hover {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100); }
    .content-video .plus-btn .fa {
      width: 100%;
      height: 100%; }

.data-entry {
  padding-top: 10px; }

.bajada, .excerpt {
  font-size: 15px;
  line-height: 1.3em;
  margin-bottom: 20px; }

.dark-snood {
  background-color: #168c48;
  border-top: 3px solid #1db85f; }
  .dark-snood a, .dark-snood p {
    text-align: center;
    color: #fff;
    padding: 10px;
    display: block;
    background: url(../svg/globe-publimetro.svg) no-repeat center right;
    background-size: 40px 40px;
    text-transform: uppercase;
    letter-spacing: 3px; }
    @media (min-width: 768px) {
      .dark-snood a, .dark-snood p {
        letter-spacing: 5px; } }
    .dark-snood a .fa, .dark-snood p .fa {
      font-size: 30px;
      line-height: 0.7em;
      margin-right: 6px; }

.col-md-3 .dark-snood, .col-md-3 .dark-snood a {
  letter-spacing: 0; }

.light-snood {
  background-color: #f0f0f0;
  border-top: 3px solid #1db85f; }
  .light-snood a, .light-snood p {
    text-align: center;
    color: #1db85f;
    padding: 5px;
    display: block;
    background: url(../svg/green-globe-metro.svg) no-repeat center right;
    background-size: 40px 40px; }
    .light-snood a .fa, .light-snood p .fa {
      font-size: 30px;
      line-height: 0.7em;
      margin-right: 6px; }

.dark-snood, .light-snood {
  margin-bottom: 10px; }

.rounded-img {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-size: cover;
  overflow: hidden; }
  .rounded-img .img-responsive {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }

.responsive-img {
  display: block;
  width: 100%; }

.image-bg-article {
  bottom: 0px;
  left: 0px;
  position: absolute;
  right: 0px;
  height: 100%;
  background-size: cover;
  background-position: center center;
  z-index: 1; }

.link-image {
  display: block;
  position: relative;
  width: 100%;
  height: 100%; }

.article-highlight a, .article-highlight {
  color: #fff;
  font-family: "Fira Sans", "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #168c48;
  display: inline-block;
  padding: 2px 7px;
  font-weight: 300;
  margin-top: 5px; }

.article-category-list {
  padding-left: 0px;
  font-size: 0.7em;
  border-bottom: 1px dotted #c4c6c6;
  width: 100%;
  float: inherit;
  clear: both;
  display: block; }
  .article-category-list:before, .article-category-list:after {
    content: " ";
    display: table; }
  .article-category-list:after {
    clear: both; }
  .article-category-list.navbar-nav {
    margin: 0;
    color: #9da1a1; }
  .article-category-list li {
    list-style-type: none;
    margin-right: 1em;
    position: relative;
    display: block;
    float: left; }
  .article-category-list li:first-child::first-letter {
    color: #fff !important;
    font-weight: normal; }
  .article-category-list > li:first-child {
    letter-spacing: 1px;
    padding-left: 18px; }
  .article-category-list > li:first-child a {
    position: relative; }
    .article-category-list > li:first-child a::first-letter {
      color: #fff !important;
      font-weight: normal; }
    .article-category-list > li:first-child a .dropcap {
      text-transform: capitalize; }
  .article-category-list > li:first-child:before {
    content: "";
    height: 14px;
    width: 25px;
    position: absolute;
    background-color: #168c48;
    left: 0px; }
  .article-category-list > li > a {
    padding: 0;
    line-height: 16px; }
  .article-category-list > li {
    padding: 4px 0;
    line-height: 16px; }
  .article-category-list > li:last-child {
    float: right;
    position: absolute;
    right: 0; }

[data-product="Metro Jornal"] .article-category-list {
  font-size: 0.9em; }

.mask-image {
  display: block;
  margin-bottom: 10px;
  position: relative;
  height: auto;
  overflow: hidden;
  width: 100%;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out; }

@media (min-width: 1026px) {
  .head-image-full-large .mask-image {
    height: 0;
    padding-bottom: 60%; } }
@media (min-width: 1026px) {
  .head-image-full-large .mask-image {
    padding-bottom: 50%; } }
@media (min-width: 1026px) {
  .head-image-full-large .mask-image {
    padding-bottom: 40%; } }
@media (min-width: 1026px) {
  .head-image-full-large .mask-image .responsive-img {
    position: relative; } }

.enlace {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 4;
  cursor: pointer; }

.related-box {
  margin-top: 1em;
  padding-left: 1em;
  position: relative;
  margin-right: 1em; }
  .related-box > ul {
    border-left: 1px dotted #ccc;
    padding-left: 13px;
    padding-bottom: 5px; }
    .related-box > ul > li {
      margin-bottom: 6px;
      padding-bottom: 6px;
      line-height: 1.4em;
      font-size: 12px;
      font-family: "Fira Sans", Helvetica, Arial, sans-serif;
      display: block;
      position: relative; }
      .related-box > ul > li:before {
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -khtml-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px;
        content: "";
        background-color: #168c48;
        display: block;
        position: absolute;
        top: 50%;
        margin-top: -5px;
        left: -16px;
        width: 6px;
        height: 6px; }
  .related-box .plus-btn {
    position: absolute;
    bottom: -19px;
    left: 9px;
    width: 20px;
    height: 20px; }
    .related-box .plus-btn .glyphicon {
      color: #737777; }

.dropcap {
  color: white; }

.mini-item, .mini-reactions {
  padding-top: 15px;
  overflow: hidden; }
  .mini-item .data-entry, .mini-reactions .data-entry {
    padding-top: 0; }
  .mini-item .mask-image, .mini-reactions .mask-image {
    width: 33.33333%;
    float: left;
    margin: 0  10px 0 15px; }
  .mini-item .link-image, .mini-reactions .link-image {
    width: 28%;
    float: left;
    margin: 0  10px; }
  .mini-item .article-header, .mini-reactions .article-header {
    width: auto;
    margin-right: 10px; }
    .mini-item .article-header h2, .mini-reactions .article-header h2 {
      font-size: 18px;
      padding-left: 15px;
      margin-bottom: 10px; }
    .mini-item .article-header h5, .mini-reactions .article-header h5 {
      font-size: 70%;
      margin-bottom: 5px;
      padding-left: 15px; }
  .mini-item .article-category-list, .mini-reactions .article-category-list {
    clear: both;
    display: block;
    margin-top: 10px;
    float: left; }

.mini-reactions {
  position: relative; }
  .mini-reactions .social-media {
    display: none; }
  .mini-reactions .fa-quote-left {
    position: absolute;
    top: 4px;
    left: 5px;
    background: #168c48;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    padding: 4px;
    width: 40px;
    height: 40px;
    line-height: 31px; }
  .mini-reactions .rounded-img {
    -moz-box-shadow: 0px 1px 8px -4px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0px 1px 8px -4px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 1px 8px -4px rgba(0, 0, 0, 0.7); }

.fade-bottom-white:after {
  content: ' ';
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 80%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 80%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 80%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FFFFFF', endColorstr='#FFFFFFFF', GradientType=0);
  width: 105%;
  height: 40%;
  display: block;
  bottom: -2px;
  position: absolute;
  left: -1%;
  z-index: 8; }

.link-image {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease; }
  .link-image img {
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease; }
  .link-image .plus-btn {
    color: #fff;
    font-size: 5em;
    margin: 0 auto;
    position: absolute;
    left: calc(50% - 0.55em);
    top: calc(50% - 0.6em);
    width: 1em;
    height: 1.1em;
    z-index: 3;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -webkit-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s; }
    .link-image .plus-btn:hover {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100); }
  .link-image .plus-tiempo {
    position: absolute;
    bottom: 5px;
    left: 10px; }

.view-reactions {
  position: relative; }
  .view-reactions .link-image {
    margin-right: 15px; }
    @media (min-width: 480px) {
      .view-reactions .link-image {
        width: 20%;
        float: left;
        margin-left: 30px; } }
  .view-reactions .fa-quote-left {
    position: absolute;
    top: 4px;
    left: 5px;
    background: #168c48;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    padding: 4px;
    width: 60px;
    height: 60px;
    line-height: 31px; }
    .view-reactions .fa-quote-left:before {
      font-size: 2em;
      z-index: 12;
      position: relative;
      top: 10px; }
  .view-reactions.image-off .article-header {
    padding-left: 80px; }
  .view-reactions .social-media {
    bottom: 13px;
    right: 0; }
    .view-reactions .social-media .fa {
      margin-left: 23px; }
    @media (min-width: 480px) {
      .view-reactions .social-media {
        position: absolute; }
        .view-reactions .social-media .fa {
          margin-left: 10px; } }

.indent-uno {
  margin-left: 8%; }

.indent-dos {
  margin-left: 16%; }

.indent-uno h2, .indent-dos h2 {
  font-size: 14.66667px; }
.indent-uno h5, .indent-dos h5 {
  font-size: 10.66667px; }

.head-section-plugin {
  text-align: center;
  margin-bottom: 40px; }

.download-box {
  border-top: 3px solid #d3d4d4;
  border-bottom: 3px solid #d3d4d4;
  padding: 20px; }
  .download-box .bajada {
    text-align: center;
    border-bottom: 1px solid #d3d4d4;
    position: relative;
    padding-bottom: 15px; }
    .download-box .bajada:after {
      content: "";
      width: 0;
      height: 0;
      border-top: 4px solid #d3d4d4;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      position: absolute;
      bottom: -4px;
      left: 50%;
      margin-left: -2px; }
  .download-box h5 {
    text-align: center;
    margin-top: -35px; }
    .download-box h5 span {
      background: #168c48;
      padding: 5px 15px;
      color: #fff;
      display: inline-block; }

.list-download {
  overflow: hidden;
  list-style-type: none;
  padding-left: 0; }
  .list-download li {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #d3d4d4; }
    .list-download li:after {
      content: "";
      display: table;
      clear: both; }
    .list-download li .fa {
      font-size: 40px;
      float: left;
      margin-right: 10px;
      line-height: 1em; }
    .list-download li span {
      font-size: 11px;
      display: block; }

.view-image-left .link-image {
  float: left;
  margin-right: 20px; }
  @media (min-width: 480px) {
    .view-image-left .link-image {
      width: 25%; } }

.pagination-center-over .control-metro-carousel .fa {
  position: absolute;
  height: 100%;
  z-index: 2;
  width: 35px;
  text-align: center; }
  .pagination-center-over .control-metro-carousel .fa.fa-chevron-right {
    right: 0; }
  .pagination-center-over .control-metro-carousel .fa:before {
    top: 45%;
    position: relative; }

.carousel-view .jcarousel-pagination {
  margin-top: 0; }

.min-min-widguet .know-now {
  margin-top: 0;
  padding: 15px;
  padding-bottom: 0;
  -moz-box-shadow: 0 none;
  -webkit-box-shadow: 0 none;
  box-shadow: 0 none; }
.min-min-widguet .time-line-list > li span {
  font-size: 12px;
  color: #d3d4d4;
  display: block; }
.min-min-widguet .time-line-list > li strong {
  font-size: 18px; }
.min-min-widguet .time-line-list > li h3 {
  font-size: 14px;
  font-style: italic;
  text-decoration: underline; }

#imaginary_container .form-control {
  height: auto;
  font-size: 2em;
  border-right: 0 none;
  border-width: 2px; }
#imaginary_container .input-group-addon {
  background: none;
  border-width: 2px; }
  #imaginary_container .input-group-addon button {
    background: none;
    border: 0 none; }

#filters-box {
  border-bottom: 1px solid #d3d4d4;
  padding-bottom: 15px; }
  #filters-box label {
    display: block;
    width: 100%;
    margin-bottom: 4px;
    line-height: 36px;
    font-size: 14px; }
    @media (min-width: 1280px) {
      #filters-box label {
        width: 100px;
        display: inline-block;
        margin-bottom: 0; } }
  #filters-box .form-control {
    width: 100%; }
    @media (min-width: 1280px) {
      #filters-box .form-control {
        width: calc(100% - 115px);
        float: right; } }

#pagination-box .pagination {
  float: right;
  margin: 0; }
#pagination-box .resultados {
  margin-bottom: 0;
  line-height: 40px;
  color: #168c48; }

@media (min-width: 1025px) {
  .col-ajust {
    width: calc(100% - 380px); } }
@media (min-width: 1500px) {
  .col-ajust {
    width: calc(100% - 360px); } }

[class*="lay3c"] .col-md-6:first-child h2, [class*="lay3c"] .col-md-8:first-child h2 {
  font-size: 35px; }
  @media (min-width: 1026px) {
    [class*="lay3c"] .col-md-6:first-child h2, [class*="lay3c"] .col-md-8:first-child h2 {
      font-size: 30px; } }

[class*="lay4c"] .col-md-6:first-child h2, [class*="lay4c"] .col-md-6:first-child h1, [class*="lay4c"] .col-md-8:first-child h2, [class*="lay4c"] .col-md-8:first-child h1, [class*="lay4c"] .col-md-9:first-child h2, [class*="lay4c"] .col-md-9:first-child h1, [class*="lay4c"] .col-xs-12.col-md-12.col-sm-12 h2, [class*="lay4c"] .col-xs-12.col-md-12.col-sm-12 h1 {
  font-size: 28px; }
  @media (min-width: 1026px) {
    [class*="lay4c"] .col-md-6:first-child h2, [class*="lay4c"] .col-md-6:first-child h1, [class*="lay4c"] .col-md-8:first-child h2, [class*="lay4c"] .col-md-8:first-child h1, [class*="lay4c"] .col-md-9:first-child h2, [class*="lay4c"] .col-md-9:first-child h1, [class*="lay4c"] .col-xs-12.col-md-12.col-sm-12 h2, [class*="lay4c"] .col-xs-12.col-md-12.col-sm-12 h1 {
      font-size: 35px; } }

.typecontent-btn {
  position: absolute;
  z-index: 3;
  top: 10px;
  left: 10px; }

.play-btn .fa {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  text-indent: 4px;
  -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
  margin-right: 5px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }
.play-btn .fa-image:before {
  text-indent: 2px;
  display: block; }

.card-view .image-on {
  position: relative; }

.content {
  /* Icons button */
  /* fix for mo.js */
  /* Unicorn */ }
  .content .icobutton {
    position: absolute !important;
    z-index: 4;
    font-size: .9em;
    position: relative;
    margin: 0;
    padding: 0;
    color: red;
    border: 0;
    background: none;
    overflow: visible;
    -webkit-tap-highlight-color: transparent;
    padding: 1.7em;
    background: -moz-radial-gradient(center, ellipse cover, rgba(255, 0, 4, 0.25) 0%, rgba(255, 0, 2, 0) 41%, rgba(255, 0, 1, 0) 63%, rgba(255, 0, 1, 0) 68%, rgba(255, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 0, 4, 0.25) 0%, rgba(255, 0, 2, 0) 41%, rgba(255, 0, 1, 0) 63%, rgba(255, 0, 1, 0) 68%, rgba(255, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, rgba(255, 0, 4, 0.25) 0%, rgba(255, 0, 2, 0) 41%, rgba(255, 0, 1, 0) 63%, rgba(255, 0, 1, 0) 68%, rgba(255, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#40ff0004, endColorstr=#00ff0000);
    /* IE6-9 fallback on horizontal gradient */ }
  .content .icobutton .fa {
    display: block;
    position: absolute;
    margin-top: -0.48em;
    margin-left: -0.48em; }
  .content .icobutton__text {
    font-size: 0.75em;
    position: absolute;
    top: 100%;
    left: -50%;
    width: 200%;
    text-align: center;
    line-height: 1.5;
    color: #a6a6a6; }
  .content .icobutton__text--side {
    top: 0;
    left: 100%;
    width: 100%;
    width: auto;
    padding: 0 0 0 0.25em; }
  .content .icobutton svg {
    left: 0; }
  .content .icobutton:hover,
  .content .icobutton:focus {
    outline: none; }
  .content .icobutton--unicorn svg {
    fill: #c0c1c3; }
  .content .icobutton.live-alert .fa {
    color: red; }

[data-product="Metro Jornal"] .article-category-list > li:first-child a {
  color: #b3b3b3; }
[data-product="Metro Jornal"] .col-md-3 .content--row-md-3 {
  background: #f3f3f3; }
  [data-product="Metro Jornal"] .col-md-3 .content--row-md-3 .article-view--02 .article-category-list {
    background: #f3f3f3; }
  [data-product="Metro Jornal"] .col-md-3 .content--row-md-3 .article-view--02 .article-view__data-entry {
    background: #f3f3f3;
    padding: 5px 15px 40px; }
[data-product="Metro Jornal"] .view-mini ~ .ViewContent .data-entry {
  background: #f3f3f3; }
[data-product="Metro Jornal"] .perfil-columnista .look-columnista .link-image h3 {
  position: inherit;
  text-align: center;
  font-size: 20px;
  /* padding-bottom: 0; */
  margin-bottom: 0;
  margin-top: 40px; }
[data-product="Metro Jornal"] .look-columnista .link-image.rounded-img {
  overflow: inherit; }
[data-product="Metro Jornal"] .metrotv-bloque .tv-scroll-full .article-category-list li:last-child {
  display: none; }

@media (min-width: 1026px) {
  .col-md-3 .ViewContent .image-on, .col-md-3 .card-view .image-on {
    position: relative; }
    .col-md-3 .ViewContent .image-on .data-entry, .col-md-3 .card-view .image-on .data-entry {
      padding-bottom: 40px;
      min-height: 138px; }
      .col-md-3 .ViewContent .image-on .data-entry .article-title, .col-md-3 .card-view .image-on .data-entry .article-title {
        margin-bottom: 10px; }
      .col-md-3 .ViewContent .image-on .data-entry .bajada, .col-md-3 .ViewContent .image-on .data-entry .excerpt, .col-md-3 .card-view .image-on .data-entry .bajada, .col-md-3 .card-view .image-on .data-entry .excerpt {
        margin-bottom: 0; }
    .col-md-3 .ViewContent .image-on .article-category-list, .col-md-3 .card-view .image-on .article-category-list {
      background: #fff;
      position: absolute;
      bottom: 0; } }
@media (min-width: 1026px) {
  .col-md-3 #widget-1,
  .col-md-3 #widget-2,
  .col-md-3 #widget-3,
  .col-md-3 #widget-4 {
    margin-top: 49px;
    min-height: 300px; } }

#widget-1,
#widget-2,
#widget-3,
#widget-4 {
  position: relative; }
  #widget-1:before,
  #widget-2:before,
  #widget-3:before,
  #widget-4:before {
    content: "Recomendados TV";
    visibility: visible;
    background: yellow;
    color: #222;
    padding: 3px 7px;
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 3;
    font-size: 12px;
    opacity: 0.7;
    font-style: italic; }
  #widget-1 .data-entry,
  #widget-2 .data-entry,
  #widget-3 .data-entry,
  #widget-4 .data-entry {
    width: 100%; }
    #widget-1 .data-entry .article-header,
    #widget-2 .data-entry .article-header,
    #widget-3 .data-entry .article-header,
    #widget-4 .data-entry .article-header {
      background: #181818;
      min-height: 110px;
      padding-top: 25px; }
      #widget-1 .data-entry .article-header .article-title a,
      #widget-2 .data-entry .article-header .article-title a,
      #widget-3 .data-entry .article-header .article-title a,
      #widget-4 .data-entry .article-header .article-title a {
        color: #fff; }
    #widget-1 .data-entry .article-category-list,
    #widget-2 .data-entry .article-category-list,
    #widget-3 .data-entry .article-category-list,
    #widget-4 .data-entry .article-category-list {
      background: #181818; }

.content.ViewContent {
  position: relative;
  padding-bottom: 30px; }
  .content.ViewContent .article-category-list {
    position: absolute;
    bottom: 0; }
  .content.ViewContent .image-off {
    padding-top: 0px;
    border-top: 3px solid #168c48; }

.link-dest-box {
  background: #fff;
  -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .link-dest-box:hover {
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.2); }
  .link-dest-box .article-category-list {
    border-bottom: 0 none;
    border-top: 1px dotted #d1d3d3; }
  .link-dest-box article {
    border-top: 3px solid #168c48;
    margin-top: -1px; }
    .link-dest-box article header {
      padding: 0px 15px;
      overflow: hidden; }

.publimetro-tv-bg {
  background: #383a3a; }
  .publimetro-tv-bg > .article-img-bg {
    min-height: 200px; }
  .publimetro-tv-bg .article-img-bg > .article-category-list {
    position: absolute;
    bottom: 5px;
    z-index: 3;
    border-bottom: 0 none;
    border-top: 1px dotted #191919; }
  .publimetro-tv-bg .articulo-principal .data-entry {
    padding-top: 0;
    background: black; }
  .publimetro-tv-bg .tv-hover-snood {
    text-align: center;
    display: block;
    top: 0px;
    z-index: 4;
    left: 0;
    right: 0;
    height: 60px;
    padding: 7px 7px 20px 7px;
    background: black;
    border-top: 3px solid #FFE32D; }
    .publimetro-tv-bg .tv-hover-snood .metro-tv-logo {
      height: 100%; }
  .publimetro-tv-bg .linea {
    border-bottom: 1px solid #9da1a1;
    height: 7px;
    width: 95%; }
  .publimetro-tv-bg #menubar {
    width: 100%;
    height: 100%;
    display: table;
    table-layout: fixed; }
  .publimetro-tv-bg .mini-item {
    position: relative; }
    .publimetro-tv-bg .mini-item .plus-btn {
      position: absolute;
      bottom: 0;
      left: 0;
      font-size: 18px;
      left: 0;
      top: calc(100% - 18px); }
      .publimetro-tv-bg .mini-item .plus-btn .glyphicon {
        font-size: 2em; }
    .publimetro-tv-bg .mini-item .plus-tiempo {
      position: absolute;
      bottom: 0;
      left: 0;
      font-size: 13px;
      left: 37px;
      top: calc(100% - 0px); }
  .publimetro-tv-bg .article-title {
    font-style: italic;
    font-size: 28px;
    font-family: "Fira Sans", "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    margin-bottom: 1em; }
  .publimetro-tv-bg .article-tabs {
    font-style: italic;
    font-size: 17px;
    font-family: "Fira Sans", "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #222;
    border-bottom: 0px solid;
    display: table-row; }
  .publimetro-tv-bg .article-higthlight a {
    color: #fff; }
  .publimetro-tv-bg .cuadrado-higthlight {
    border-top: 2px solid #FFE32D;
    border-bottom: 2px solid #FFE32D;
    border-left: 2px solid #FFE32D;
    border-right: 2px solid #FFE32D;
    padding: 2px 4px;
    font-size: 15px;
    color: #fff;
    font-weight: normal;
    background: rgba(0, 0, 0, 0.4); }
  .publimetro-tv-bg .nav-tabs > li {
    float: left;
    margin-bottom: 0px;
    border-right: 1px solid;
    position: relative;
    display: table-cell; }
    .publimetro-tv-bg .nav-tabs > li > a {
      margin-right: 0px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 0px 0px 0 0;
      position: relative;
      display: block;
      padding: 7px 0;
      text-align: center;
      font-size: 14px; }
      .publimetro-tv-bg .nav-tabs > li > a:hover {
        background: #b3b3b3;
        border: 1px solid #ddd;
        border-bottom-color: transparent;
        cursor: default; }
    .publimetro-tv-bg .nav-tabs > li:last-child {
      border-right: 0px solid; }
  .publimetro-tv-bg .nav-tabs > li.active a {
    color: #000;
    background: #FFE32D;
    border: 1px solid #FFE32D;
    border-bottom-color: transparent;
    cursor: default;
    font-weight: bold;
    width: 100%; }
    .publimetro-tv-bg .nav-tabs > li.active a:hover {
      background: #FFE32D; }
  .publimetro-tv-bg .table-tab-box {
    display: table;
    width: 100%; }
    .publimetro-tv-bg .table-tab-box .nav-tabs > li {
      float: none; }
  .publimetro-tv-bg a {
    color: #fff;
    text-decoration: none; }
  .publimetro-tv-bg .carrusel-footer {
    position: relative;
    padding: 20px 37px;
    background: #222; }
    .publimetro-tv-bg .carrusel-footer .carousel-indicators {
      z-index: 2;
      bottom: -4px; }
      .publimetro-tv-bg .carrusel-footer .carousel-indicators li {
        width: 12px;
        height: 12px; }
      .publimetro-tv-bg .carrusel-footer .carousel-indicators li.active {
        background-color: #FFE32D;
        border-color: #FFE32D; }
    .publimetro-tv-bg .carrusel-footer .ctrl-box .carousel-control {
      width: 40px;
      background: none;
      position: absolute;
      top: 0px;
      line-height: 40px; }
      .publimetro-tv-bg .carrusel-footer .ctrl-box .carousel-control .glyphicon {
        font-size: 20px;
        color: #6a6e6e; }
  .publimetro-tv-bg .mini-item .article-category-list {
    margin-top: 25px; }
  .publimetro-tv-bg .mini-item .data-entry {
    padding-top: 0; }
  .publimetro-tv-bg .mini-item .article-highlight {
    color: #20ce6a; }

.publimetro-reacciones .linea-sticky {
  border-bottom: 1px solid #9da1a1;
  height: 7px;
  width: 95%; }

/*articulo con imagen de fondo*/
.article-img-bg {
  position: relative;
  overflow: hidden; }
  .article-img-bg article {
    overflow: hidden;
    height: auto; }
  .article-img-bg .article-highlight {
    color: #515454;
    font-weight: 400;
    display: inline-block;
    background: #FFE32D;
    padding: 4px 7px; }
  .article-img-bg .data-entry {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-top: 5em;
    background-image: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.6) 80%);
    background-image: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.6) 80%);
    background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.6) 80%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#99000000', GradientType=0); }
    @media (max-width: 1025px) {
      .article-img-bg .data-entry {
        position: relative;
        background: #414343;
        padding-top: 10px; } }
  .article-img-bg .bajada {
    color: #d3d4d4; }
  .article-img-bg h1, .article-img-bg h3, .article-img-bg h2, .article-img-bg h4, .article-img-bg h1 {
    color: #fff;
    margin-bottom: 20px; }
    .article-img-bg h1 a, .article-img-bg h3 a, .article-img-bg h2 a, .article-img-bg h4 a, .article-img-bg h1 a {
      color: #fff; }
  .article-img-bg .article-header {
    padding: 0 15px;
    padding: 0 16px; }
  .article-img-bg .article-category-list {
    border-bottom: 0 none;
    border-top: 1px dotted #959898;
    margin-bottom: 0; }
  .article-img-bg .article-category-list > li {
    color: #d3d4d4; }
    .article-img-bg .article-category-list > li a {
      color: #d3d4d4; }
  .article-img-bg .related-box > ul {
    border-left-color: #959898; }
    .article-img-bg .related-box > ul > li a {
      color: #20ce6a; }
    .article-img-bg .related-box > ul > li:before {
      background: #20ce6a; }
  .article-img-bg .plus-tiempo {
    position: absolute;
    top: 55px;
    left: 0;
    z-index: 4;
    width: 100%;
    text-align: center;
    font-size: 12px; }

.article-gradient {
  background-image: -webkit-linear-gradient(top, transparent 40%, rgba(0, 0, 0, 0.7) 80%);
  background-image: -o-linear-gradient(top, transparent 40%, rgba(0, 0, 0, 0.7) 80%);
  background-image: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.7) 80%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#B3000000', GradientType=0);
  display: block;
  top: 4px;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute; }

.select-title-view .article-higthlight a {
  background: #FFE32D;
  color: #222;
  padding: 4px 10px;
  display: inline-block; }
.select-title-view h2 {
  padding-left: 10px; }
.select-title-view h2 a {
  word-wrap: break-word;
  background-color: #4A4A4A;
  box-decoration-break: clone;
  -webkit-box-shadow: 10px 0 0px #4A4A4A, -10px 0 0 #4A4A4A;
  -moz-box-shadow: 10px 0 0px #4A4A4A, -10px 0 0 #4A4A4A;
  box-shadow: 10px 0 0px #4A4A4A, -10px 0 0 #4A4A4A;
  line-height: 1.3em; }

.without-image {
  border: 1px solid #d3d4d4; }
  .without-image .data-entry {
    background: none; }
  .without-image h2 > a {
    color: #1F2020; }
  .without-image .link-image img {
    visibility: hidden; }
  .without-image .article-category-list > li {
    color: inherit; }
    .without-image .article-category-list > li a {
      color: inherit; }

/*Caja link destacado*/
.tema-view {
  background: #F1F4ED;
  border: 1px solid #BCD7BD; }
  .tema-view .head-tema {
    border-bottom: 1px solid #BCD7BD;
    font-size: 12px;
    text-align: center;
    padding: 10px 0; }
  .tema-view .article-header {
    padding: 0 15px; }
  .tema-view .article-category-list {
    border-bottom: 0 none;
    border-top: 1px dotted #9da1a1; }

.native-view {
  background: #FDFAE1;
  border: 1px solid #EAE7CE; }
  .native-view .article-header {
    padding: 15px;
    min-height: 105px;
    position: relative; }
  .native-view .mask-image {
    margin-bottom: 0; }
  .native-view .article-category-list {
    border-bottom: 0 none;
    border-top: 1px dotted #BCD7BD; }
  .native-view .sponsor-box {
    border-top: 1px solid #BCD7BD;
    text-align: center; }
    .native-view .sponsor-box span {
      font-size: 12px; }
    .native-view .sponsor-box .bnr-height-50 {
      display: block;
      height: auto;
      margin: 4px 15px 15px 15px;
      background: #e6e3db;
      padding: 3px; }
      .native-view .sponsor-box .bnr-height-50 .link-image {
        margin: 0 auto;
        max-width: 180px; }

.list-news-box .article-header {
  width: calc(100% - 30px);
  margin: 0 auto; }
.list-news-box .options-box {
  overflow: hidden;
  padding: 10px; }
  .list-news-box .options-box .btn-default {
    font-size: 12px;
    background: none; }

/*beige-bg box*/
.beige-bg {
  background: #f1ede6;
  border-bottom: 3px solid #B7A582; }
  .beige-bg article {
    overflow: hidden; }
  .beige-bg .wrap-bnr {
    background: #fff; }

.diagonal-decoration .link-image {
  position: relative;
  overflow: hidden; }
  .diagonal-decoration .link-image:before {
    content: ' ';
    background-color: #f1ede6;
    width: 100%;
    height: 90px;
    display: block;
    -webkit-transform: skewX(0) skewY(5deg);
    -ms-transform: skewX(0) skewY(5deg);
    -o-transform: skewX(0) skewY(5deg);
    transform: skewX(0) skewY(5deg);
    bottom: -58px;
    position: absolute;
    left: 0;
    z-index: 2; }

.feedrss .mini-item .article-title, .list-news-box .mini-item .article-title {
  font-size: 16px !important;
  font-weight: 500; }

.vista-12 {
  padding-bottom: 20px; }
  .vista-12 .diagonal-decoration {
    border-bottom: 1px solid #e0ddd7;
    min-height: 295px; }
    .vista-12 .diagonal-decoration .link-image {
      max-height: 550px; }
  .vista-12 .data-entry {
    padding-top: 0; }
  .vista-12 .mini-item {
    max-height: 90px; }
    .vista-12 .mini-item .link-image {
      height: 75px;
      width: 75px;
      overflow: hidden; }
      .vista-12 .mini-item .link-image img {
        min-width: inherit;
        max-width: inherit;
        width: auto;
        height: 100%;
        position: relative;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0); }

.lay4cf0_a .vista-12 .diagonal-decoration .link-image {
  max-height: 240px; }

.last-view {
  border-bottom: 1px solid #ccc; }
  .last-view .mini-item {
    padding-left: 10px;
    padding-top: 0; }
    .last-view .mini-item .link-image {
      float: right;
      margin: 30px 0 15px;
      width: 28%;
      max-width: 100px; }
    .last-view .mini-item .data-entry {
      float: left;
      width: calc(100% - 29%); }
    .last-view .mini-item .data-entry .article-header {
      margin: 0;
      width: 100%; }
    .last-view .mini-item article {
      border-left: 1px solid #ccc;
      border-bottom: 1px dashed #e6e6e6; }
      .last-view .mini-item article:not(:last-child) {
        border-bottom: 0; }
    .last-view .mini-item .date-box {
      margin-left: -9px; }
      .last-view .mini-item .date-box .fa-clock-o {
        font-size: 16px;
        color: #168c48;
        background: white;
        border-radius: 50%;
        padding: 2px; }

.date-box {
  margin-right: 5px;
  font-size: 13px;
  color: #828282;
  margin-bottom: 7px; }
  .date-box time,
  .date-box a {
    color: #828282; }

.date-box .fa-clock-o {
  margin-right: 5px; }

.vista-13 .article-img-bg .article-header {
  width: 100%; }
  .vista-13 .article-img-bg .article-header .article-title {
    margin-bottom: 5px; }

.losmas-view .mostviewed {
  position: relative;
  counter-increment: seccion; }
  .losmas-view .mostviewed:before {
    content: counter(seccion);
    background: #168c48;
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 5;
    left: 0px;
    border-radius: 50%;
    top: 0px;
    text-align: center;
    color: #fff;
    font-size: 1.5em;
    line-height: 1.5em;
    border: 2px solid #fff; }
.losmas-view .mini-item {
  padding-top: 0; }
.losmas-view .light-snood {
  background: none;
  margin-bottom: 15px;
  border-bottom: 1px solid #eceded; }
  .losmas-view .light-snood a {
    text-align: left; }
.losmas-view article h2 {
  font-size: 18px; }
.losmas-view article {
  margin-left: 18px;
  border-left: 1px solid #ccc;
  position: relative;
  overflow: initial;
  margin-bottom: 0;
  padding-top: 15px; }
  .losmas-view article:after {
    content: "";
    display: table;
    clear: both; }
  .losmas-view article:after {
    clear: both;
    width: 100%;
    display: table; }
  .losmas-view article .article-category-list {
    float: none; }
  .losmas-view article.mini-item {
    padding-left: 15px; }
    .losmas-view article.mini-item .mask-image {
      margin-left: 0; }

.card-rrss-view {
  background: #fff;
  border: 1px solid #dedfdf;
  position: relative; }
  .card-rrss-view h2 {
    font-size: 18px;
    margin-bottom: 10px; }
  .card-rrss-view .bajada {
    margin-bottom: 5px; }
  .card-rrss-view .article-header {
    padding: 15px 15px 15px; }
  .card-rrss-view .mask-image {
    margin-bottom: 0; }
  .card-rrss-view .article-category-list {
    border-bottom: 0 none;
    border-top: 1px dotted #BCD7BD; }
  .card-rrss-view .counter-share {
    height: 50px;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 10%, transparent 100%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.7) 10%, transparent 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 10%, transparent 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B3000000', endColorstr='#00000000', GradientType=0);
    position: absolute;
    top: 0;
    width: 100%;
    text-align: right;
    color: #d3d4d4;
    padding: 5px 15px;
    font-size: 1.5em; }
    .card-rrss-view .counter-share .fa {
      margin-right: 10px;
      margin-top: 3px; }

.onlyText .counter-share {
  color: #515454;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 10%, transparent 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 10%, transparent 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 10%, transparent 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1A000000', endColorstr='#00000000', GradientType=0); }
.onlyText h2 {
  font-size: 22px;
  margin-bottom: 10px;
  margin-top: 40px; }

.rrss-category {
  width: 100%;
  display: block;
  clear: both;
  border-bottom: 4px solid; }
  .rrss-category .fa:before {
    bottom: -8px;
    font-size: 2em;
    position: relative;
    margin-right: 5px; }
  .rrss-category ul {
    list-style-type: none;
    padding-left: 10px;
    margin-bottom: 0 !important;
    padding-bottom: 10px; }
    .rrss-category ul li {
      display: inline-block;
      padding-right: 8px;
      font-size: 12px;
      color: #9da1a1; }
  .rrss-category.twt-footer {
    border-bottom-color: #55acee; }
    .rrss-category.twt-footer .fa {
      color: #55acee; }
  .rrss-category.face-footer {
    border-bottom-color: #3B5998; }
    .rrss-category.face-footer .fa {
      color: #3B5998; }
  .rrss-category.yout-footer {
    border-bottom-color: #b31217; }
    .rrss-category.yout-footer .fa {
      color: #b31217; }
  .rrss-category .sprite-rrss.face-icon {
    font-size: 5px;
    background-size: 9px;
    width: 20px;
    height: 22px;
    margin-bottom: -6px;
    background-color: #3B5998;
    padding: 7px;
    margin-right: 5px;
    border-radius: 3px;
    color: #fff;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    display: inline-block; }
  .rrss-category .sprite-rrss.twt-icon {
    font-size: 5px;
    background-size: 9px;
    width: 20px;
    height: 22px;
    margin-bottom: -6px;
    background-color: #55acee;
    padding: 7px;
    margin-right: 5px;
    border-radius: 3px;
    color: #fff;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    display: inline-block;
    background-position: 6px -11px; }

.card-view {
  background: #fff;
  border: 1px solid #e8e8e8; }
  @media (min-width: 768px) {
    .card-view {
      border: 0px;
      -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
      -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
      box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
      border-radius: 2px;
      -webkit-transition: all 0.8s ease;
      transition: all 0.8s ease; }
      .card-view:hover {
        box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
        transform: translateY(-2px);
        z-index: 2; } }
  .card-view .article-header {
    padding: 0 15px; }
  .card-view .article-category-list {
    border-bottom: 0 none;
    border-top: 1px dotted #ccc; }
  .card-view.view-mini {
    position: relative;
    margin-bottom: 15px; }
    .card-view.view-mini .data-entry {
      position: relative;
      bottom: 0;
      background: white;
      height: 92px;
      right: 0;
      width: calc(100% - 35%);
      margin-left: 35%;
      padding-left: 10px;
      padding-bottom: 0 !important;
      overflow: hidden;
      min-height: initial !important;
      padding-right: 10px; }
      .card-view.view-mini .data-entry .article-title {
        font-size: 14px !important; }
      .card-view.view-mini .data-entry .article-header {
        padding: 0; }
    .card-view.view-mini .data-entry .article-category-list {
      position: absolute;
      bottom: 0;
      display: none; }
    .card-view.view-mini .link-image {
      overflow: hidden;
      width: 35%;
      position: absolute;
      height: 100%; }
    .card-view.view-mini .link-image img {
      position: relative;
      left: 50%;
      transform: translate(-50%, 0);
      min-height: 100%;
      height: 100%;
      width: auto;
      max-width: inherit;
      background: #ccc; }
    .card-view.view-mini .bajada, .card-view.view-mini .article-highlight {
      display: none; }

.side-land h1 {
  font-size: 22px; }

@media (min-width: 768px) {
  .compact-list .card-view .article-header {
    height: 140px;
    overflow: hidden; } }

.recommend-box .card-view {
  position: relative;
  padding-bottom: 120px; }

#article-page .recommend-box .data-entry {
  background: #fff;
  position: absolute;
  bottom: 0; }

#article-page .recommend-box .data-entry .article-highlight {
  display: none; }

#article-page .recommend-box .link-image {
  height: auto; }

#article-page .pagination-box {
  text-align: center; }

/*************** on ads skin *************************/
.ads-skin .recommend-box .card-view {
  padding-bottom: 140px; }
.ads-skin .recommend-box .article-title {
  font-size: 15px !important; }
.ads-skin .card-view.view-mini .link-image {
  width: 80px; }
.ads-skin .card-view.view-mini .data-entry {
  width: calc(100% - 90px);
  margin-left: 80px; }
.ads-skin .card-view.view-mini .data-entry {
  min-height: 80px; }
  .ads-skin .card-view.view-mini .data-entry .article-header {
    padding: 0; }
.ads-skin .card-view.view-mini .data-entry .article-title {
  margin-bottom: 10px; }

.black18-bg {
  background: #181818; }

.metrotv-bloque {
  margin-bottom: 3em; }
  .metrotv-bloque .tv-spc {
    margin-top: 2em;
    margin-bottom: 2em; }
  .metrotv-bloque .tv .article-title > a {
    color: #fff; }
  .metrotv-bloque .tv li > a {
    color: #9BA0A9; }
  .metrotv-bloque .tv-destacado > a {
    font-size: 35px; }
  .metrotv-bloque .tv .mask-image {
    background-size: cover !important; }
  .metrotv-bloque .head-section-publimetrotv img {
    width: 200px; }
  .metrotv-bloque .tv-tabs {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #414141; }
  .metrotv-bloque .tv-tabs > .active > a,
  .metrotv-bloque .tv-tabs > .active > a:hover,
  .metrotv-bloque .tv-tabs > .active > a:focus {
    background: none;
    border-bottom: 5px solid #ffe100;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    color: #fff;
    border-radius: 0 none; }
  .metrotv-bloque .tv-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857;
    border: 0;
    color: #959698;
    border-radius: 0;
    background: none;
    font-size: 14px;
    padding: 10px  9px; }
  .metrotv-bloque .tv-tabs > li > a:hover {
    background: none;
    border-bottom: 5px solid #ffe100;
    color: #fff; }
  .metrotv-bloque .list-inline h2 {
    font-size: 15.71429px; }

/*--------SCROLL--------*/
.tv-scroll::-webkit-scrollbar {
  width: 8px; }

/* Track */
.tv-scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 4px;
  border-radius: 4px; }

/* Handle */
.tv-scroll::-webkit-scrollbar-thumb {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #414343;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); }

.tv-scroll::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 0, 0, 0.4); }

/*--------END SCROLL-----*/
.tv-scroll .content {
  max-width: 200px;
  float: left; }

.tv-scroll-full {
  width: 100%;
  float: left; }

.tv-scroll {
  overflow-y: hidden;
  overflow-x: scroll;
  height: auto;
  width: 100%;
  padding-right: 10px;
  margin-bottom: 40px; }

.list-inline {
  /*white-space:nowrap;*/
  float: left;
  width: 1500px; }

.tv-scroll .list-inline > li {
  max-width: 200px; }
  .tv-scroll .list-inline > li h4 {
    font-size: 1em; }
  .tv-scroll .list-inline > li .link-image .plus-btn {
    font-size: 3em; }

.metrotv-bloque .wrap-bnr {
  background: none; }

@media (min-width: 1026px) {
  .tv-scroll .content {
    max-width: 300px; }

  .tv-scroll {
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 10px;
    position: absolute;
    height: calc(100% - 30px);
    width: auto; }

  .h100 {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0; }

  .list-inline {
    /*white-space:nowrap;*/
    float: left;
    width: 100%; }

  .tv-scroll::-webkit-scrollbar {
    width: 8px;
    height: 5px; }

  .metrotv-bloque .tab-content {
    position: relative;
    .tv-scroll-position: absolute;
    .tv-scroll-top: 0;
    .tv-scroll-right: 0;
    .tv-scroll-height: 100%; } }
/*------  Barra Buscar -------*/
.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
  height: 30px;
  padding: 10px 16px;
  font-size: 12px;
  line-height: 1.33333;
  border-radius: 2px; }

#custom-search-input {
  padding: 3px;
  border: solid 1px #E4E4E4;
  border-radius: 3px;
  background-color: #fff; }
  @media (min-width: 768px) {
    #custom-search-input {
      max-width: 350px; } }

#custom-search-input input {
  border: 0;
  box-shadow: none; }

#custom-search-input button {
  margin: 2px 0 0 0;
  background: none;
  box-shadow: none;
  border: 0;
  color: #666666;
  padding: 0 8px 0 10px;
  border-left: solid 1px #ccc; }

#custom-search-input button:hover {
  border: 0;
  box-shadow: none;
  border-left: solid 1px #ccc; }

#custom-search-input .glyphicon-search {
  font-size: 12px; }

/*-------- Barra Buscar-------------*/
@media (max-width: 768px) {
  #custom-search-input {
    width: 100% !important;
    margin-top: 20px; }

  .tv-scroll .list-inline > li {
    padding-right: 30px; }

  .tv-tabs {
    margin: 10px 0;
    padding: 0;
    border-bottom: 1px solid #414141; }
    .tv-tabs .pull-right {
      width: 100%; }

  .tv-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background: #ffe100;
    border-bottom: 0;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    color: #000;
    border-radius: 0px; }

  .tv-tabs > li > a {
    margin-right: 0;
    line-height: 1.2;
    border: 0;
    color: #959698;
    border-radius: 0;
    background: none; }

  .tv-tabs > li > a:hover {
    background: #ffe100;
    border: 0;
    color: #000; } }
/*opinion view*/
.opinion-view {
  position: relative; }
  .opinion-view .article-highlight {
    margin: 0 15px; }
  .opinion-view article {
    position: relative; }
  .opinion-view.select-title-view h2 a {
    color: #fff; }
  .opinion-view .autor-title {
    display: table-cell;
    vertical-align: middle; }
  .opinion-view .article-title {
    font-size: 18.33333px; }
    .opinion-view .article-title a {
      color: #222; }
  .opinion-view .data-entry {
    position: absolute;
    bottom: 0;
    padding-top: 0;
    height: 100%;
    width: 100%; }
  .opinion-view .gray-filter {
    position: relative;
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    -webkit-filter: grayscale(80%);
    -moz-filter: grayscale(80%);
    -ms-filter: grayscale(80%);
    -o-filter: grayscale(80%);
    filter: grayscale(80%); }
    .opinion-view .gray-filter:after {
      content: "";
      height: 180px;
      display: block; }
  .opinion-view .bloquote-icon {
    background: url(../svg/bloquote.svg) no-repeat center center;
    background-size: 50px;
    width: 50px;
    height: 50px;
    display: block;
    /* margin-top: -20px; */
    position: absolute;
    top: -23px;
    left: 10px;
    z-index: 9; }
  .opinion-view .article-header {
    position: relative;
    padding: 0;
    height: calc(100% - 101px);
    display: table;
    background-image: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.2) 80%);
    background-image: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.2) 80%);
    background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.2) 80%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#33000000', GradientType=0);
    width: 100%; }
    .opinion-view .article-header .article-title {
      padding: 0 15px;
      margin-bottom: 0; }
    .opinion-view .article-header .excerpt {
      padding: 0 15px;
      margin-bottom: 0;
      margin-top: 15px;
      color: #fff;
      font-size: 14px; }
  .opinion-view .autor-box {
    padding-left: 20px;
    height: 89px;
    margin-bottom: 0;
    position: relative;
    display: table; }
    .opinion-view .autor-box .mask-image {
      float: left; }
    .opinion-view .autor-box .rounded-img {
      width: 80px;
      height: 80px;
      background-size: cover;
      margin-right: 15px; }
    .opinion-view .autor-box h5 {
      display: block;
      float: inherit; }
  .opinion-view.image-off .data-entry {
    position: relative; }
  .opinion-view.image-off .article-header {
    background: none; }
  .opinion-view.image-off .article-title {
    margin-bottom: 22px; }
  .opinion-view.image-off .excerpt {
    color: inherit;
    margin-bottom: 20px; }
  .opinion-view.image-off .article-highlight {
    margin: 10px 15px; }
  .opinion-view.image-show .gray-filter {
    opacity: 1;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%); }
  .opinion-view.image-show .data-entry {
    position: relative; }
  .opinion-view.image-show .gray-filter:after {
    height: 10px; }
  .opinion-view.image-show .article-header {
    background: none; }
  .opinion-view.image-show .excerpt {
    color: inherit;
    margin-bottom: 20px; }

.autor-box .fa-quote-left {
  font-size: 40px;
  position: absolute;
  top: -20px;
  left: 0;
  z-index: 5;
  color: #168c48;
  display: none; }
.autor-box .mask-image {
  margin-left: 0;
  position: relative;
  overflow: initial; }
  .autor-box .mask-image:before {
    content: "\f10d";
    font: normal 14px/1 FontAwesome;
    font-size: 1.5em;
    padding: .5em;
    color: #fff;
    background: #168c48;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    width: 2em;
    position: absolute;
    top: -10px;
    left: -22px; }
  .autor-box .mask-image img {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }

.green-quote {
  position: absolute;
  top: -1em;
  left: 0px;
  text-align: center;
  z-index: 3; }
  .green-quote:before {
    font-size: 2em;
    padding: .5em;
    color: #fff;
    background: #168c48;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    line-height: 2.5em; }

.pagination-center-over .wrap-metro-carousel {
  position: relative; }
  .pagination-center-over .wrap-metro-carousel .metro-carousel-control-prev, .pagination-center-over .wrap-metro-carousel .metro-carousel-control-next {
    z-index: 5; }
.pagination-center-over.black18-bg .metro-carousel-control-prev, .pagination-center-over.black18-bg .metro-carousel-control-next {
  background: rgba(0, 0, 0, 0.5); }

.opinion-carousel-grid {
  padding: 30px !important; }
  .opinion-carousel-grid li {
    max-width: 120px;
    margin: 0 40px; }
    .opinion-carousel-grid li .green-quote:before {
      font-size: 1.2em; }
    .opinion-carousel-grid li .rounded-img {
      position: relative; }
      .opinion-carousel-grid li .rounded-img:before {
        content: "";
        width: 100%;
        height: 100%;
        border: 1px solid #d3d4d4;
        position: absolute;
        border-radius: 50%;
        top: 0;
        left: 0;
        z-index: 2;
        opacity: 0;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
    .opinion-carousel-grid li .img-responsive {
      -webkit-filter: grayscale(100%);
      -moz-filter: grayscale(100%);
      -ms-filter: grayscale(100%);
      -o-filter: grayscale(100%);
      filter: grayscale(100%);
      position: relative; }
    .opinion-carousel-grid li h5 {
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
    .opinion-carousel-grid li.active .img-responsive {
      -webkit-filter: grayscale(0%);
      -moz-filter: grayscale(0%);
      -ms-filter: grayscale(0%);
      -o-filter: grayscale(0%);
      filter: grayscale(0%); }
    .opinion-carousel-grid li.active .rounded-img:before {
      opacity: 1;
      border-color: #168c48;
      border-width: 5px; }
    .opinion-carousel-grid li.active h5 {
      color: #fff; }
    .opinion-carousel-grid li h5 {
      color: #bdbdbd; }
    .opinion-carousel-grid li:hover h5 {
      color: #fff; }
    .opinion-carousel-grid li:hover .rounded-img .img-responsive {
      -webkit-filter: grayscale(0%);
      -moz-filter: grayscale(0%);
      -ms-filter: grayscale(0%);
      -o-filter: grayscale(0%);
      filter: grayscale(0%); }
    .opinion-carousel-grid li:hover .rounded-img:before {
      opacity: 1;
      border-width: 4px;
      border-color: #168c48; }
    .opinion-carousel-grid li.dest .green-quote:before {
      background: #FF9800; }
    .opinion-carousel-grid li.dest .rounded-img:before {
      opacity: 1;
      border-width: 4px;
      border-color: #FFC107; }
      .opinion-carousel-grid li.dest .rounded-img:before h5 {
        color: #fff; }
    .opinion-carousel-grid li.dest .rounded-img .img-responsive {
      -webkit-filter: grayscale(0%);
      -moz-filter: grayscale(0%);
      -ms-filter: grayscale(0%);
      -o-filter: grayscale(0%);
      filter: grayscale(0%); }

.look-columnista {
  text-align: center;
  position: relative; }

.perfil-columnista {
  z-index: 5;
  padding-bottom: 30px;
  display: block; }
  .perfil-columnista .file {
    margin-bottom: 20px; }
    .perfil-columnista .file .twtt-link {
      margin-bottom: 10px;
      display: block;
      text-align: center; }
      .perfil-columnista .file .twtt-link .fa {
        margin-right: 5px; }
    .perfil-columnista .file p {
      font-size: 12px;
      line-height: 1.6em; }
  .perfil-columnista .related-box {
    padding-left: 5px; }
  .perfil-columnista .look-columnista {
    -webkit-border-top-left-radius: 50%;
    -webkit-border-top-right-radius: 50%;
    -moz-border-radius-topleft: 50%;
    -moz-border-radius-topright: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    background-color: #d0c4ae; }
    .perfil-columnista .look-columnista .link-image h3 {
      position: absolute;
      top: 50%;
      transform: translate(0, -50%);
      text-align: right;
      padding-right: 10px;
      text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.41);
      color: #fff; }
  .perfil-columnista .related-links {
    background-image: -webkit-linear-gradient(top, #d0c4ae 0%, #fff 90%);
    background-image: -o-linear-gradient(top, #d0c4ae 0%, #fff 90%);
    background-image: linear-gradient(to bottom, #d0c4ae 0%, #fff 90%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD0C4AE', endColorstr='#FFFFFFFF', GradientType=0); }
  .perfil-columnista .btn {
    display: block; }
  .perfil-columnista .related-links {
    padding: 10px; }

@media (min-width: 1026px) {
  #article-page .head-image-full-large.opinion-article .sidebar {
    margin-top: 0 !important; } }
@media (min-width: 1026px) {
  #article-page .head-image-full-large.opinion-article .fix-bottom .article-header {
    width: calc(100% - 250px);
    margin-left: 250px; } }
@media (min-width: 1026px) {
  #article-page .head-image-full-large.opinion-article .autor-box {
    width: calc(100% - 250px);
    margin-left: 270px; } }
@media (min-width: 1026px) {
  #article-page .head-image-full-large .box-perfil {
    margin-top: -280px;
    position: relative;
    z-index: 3; } }
#article-page .opinion-article .box-perfil {
  max-width: 200px; }
@media (max-width: 768px) {
  #article-page .opinion-article .box-perfil {
    width: 100%;
    max-width: 100%;
    margin-right: 0; }
  #article-page .opinion-article .look-columnista {
    max-width: 130px;
    margin: 0 auto;
    background: none; }
    #article-page .opinion-article .look-columnista .green-quote {
      font-size: 11px; }
    #article-page .opinion-article .look-columnista .link-image h3 {
      font-size: 14px; }
  #article-page .opinion-article .related-links {
    border: 1px solid #d3d4d4;
    padding-top: 82px;
    margin-top: -70px; } }
#article-page .opinion-article .autor-box .rounded-img {
  width: 90px;
  height: 90px; }
  @media (min-width: 768px) {
    #article-page .opinion-article .autor-box .rounded-img {
      display: none; } }
#article-page .columnist-profile .publimetro-opinion-listados {
  padding-left: 50px;
  border-left: 1px solid #d3d4d4;
  margin-left: 30px; }
  #article-page .columnist-profile .publimetro-opinion-listados .content article {
    margin-top: -40px; }
  #article-page .columnist-profile .publimetro-opinion-listados .content:before {
    content: "\f10d";
    font: normal 14px/1 FontAwesome;
    font-size: 2em;
    padding: .5em;
    color: #fff;
    background: #d3d4d4;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    line-height: 2.5em;
    position: relative;
    left: -80px; }

.view-opinion-list .gray-filter {
  display: none; }
@media (min-width: 768px) {
  .view-opinion-list .article-header {
    width: calc(100% - 150px);
    float: right; } }
.view-opinion-list .autor-box {
  margin-top: 0; }
  @media (min-width: 768px) {
    .view-opinion-list .autor-box {
      width: 150px; } }
  .view-opinion-list .autor-box .autor-title {
    border-bottom: 0 none; }
    .view-opinion-list .autor-box .autor-title h5 {
      float: none; }
      @media (min-width: 768px) {
        .view-opinion-list .autor-box .autor-title h5 {
          float: left;
          margin-top: 10px; } }
.view-opinion-list .mask-image {
  width: 90px;
  height: 90px;
  margin-left: 20px; }
  @media (min-width: 768px) {
    .view-opinion-list .mask-image {
      width: 120px;
      height: 120px; } }

@media (min-width: 768px) {
  .col-md-6 .view-opinion-text-highlight.image-off .article-title {
    font-size: 3em; } }
.view-opinion-text-highlight .article-title {
  font-style: italic; }
.view-opinion-text-highlight .autor-box .autor-box
.autor-title {
  border-bottom: 0; }
.view-opinion-text-highlight .autor-box .fa-quote-left {
  display: none; }
.view-opinion-text-highlight .autor-box .mask-image {
  position: relative;
  float: right;
  margin-right: 0;
  width: 100px;
  height: 100px;
  overflow: inherit;
  z-index: 3; }
  .view-opinion-text-highlight .autor-box .mask-image img {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }
  .view-opinion-text-highlight .autor-box .mask-image:before {
    content: "\f10d";
    font: normal 14px/1 FontAwesome;
    font-size: 1.5em;
    padding: .5em;
    color: #fff;
    background: #168c48;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    width: 2em;
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: 3; }
.view-opinion-text-highlight .autor-box h5 {
  display: block;
  position: relative;
  float: none;
  font-size: 1.3em; }
  .view-opinion-text-highlight .autor-box h5 a {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%; }
    .view-opinion-text-highlight .autor-box h5 a:before {
      content: "" attr(title) "";
      position: absolute;
      top: -0.5em;
      left: 0.5em;
      font-size: 2em;
      word-wrap: break-word;
      z-index: -1;
      font-style: italic;
      text-transform: uppercase;
      color: #d3d4d4;
      opacity: 0.3;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
      filter: alpha(opacity=30);
      width: 500px; }
.view-opinion-text-highlight.article-img-bg .excerpt {
  color: #d3d4d4; }
.view-opinion-text-highlight.article-img-bg .autor-title h5 a {
  color: #20ce6a; }
.view-opinion-text-highlight.article-img-bg .autor-title span {
  color: #d3d4d4; }
.view-opinion-text-highlight.card-view .autor-title, .view-opinion-text-highlight.article-img-bg .autor-title {
  padding-left: 15px; }
.view-opinion-text-highlight.image-off .article-title {
  position: relative;
  font-style: italic;
  font-size: 2em;
  padding: 1em 0.5em; }
  .view-opinion-text-highlight.image-off .article-title a {
    z-index: 1;
    position: relative; }
  .view-opinion-text-highlight.image-off .article-title:before {
    content: "OPINION";
    position: absolute;
    top: -20px;
    right: 0;
    text-align: right;
    z-index: 0;
    font-style: italic;
    text-transform: uppercase;
    color: #d3d4d4;
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    font-size: 2em; }

.beige-bg .view-opinion-text-highlight .article-header {
  padding: 0 1em; }
.beige-bg .view-opinion-text-highlight .article-title {
  font-size: 2em;
  padding: 1em 0em; }
.beige-bg .view-opinion-text-highlight .autor-title {
  padding-left: 1em; }

.autor-highlight .fa-quote-left {
  display: none; }
.autor-highlight .data-entry {
  position: relative; }
.autor-highlight .gray-filter {
  margin-top: -70px; }
.autor-highlight article {
  position: relative;
  padding-top: 70px; }
.autor-highlight h5 {
  float: none; }
.autor-highlight .autor-box {
  position: initial;
  margin-bottom: 0; }
.autor-highlight .article-header {
  padding: 0 1em;
  padding-right: 90px; }
.autor-highlight .autor-title {
  padding: 0 1em 1em; }
.autor-highlight .mask-image {
  position: absolute;
  top: -60px;
  right: 0px;
  width: 120px;
  height: 120px;
  overflow: initial; }
  .autor-highlight .mask-image img {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }
  .autor-highlight .mask-image:before {
    content: "\f10d";
    font: normal 14px/1 FontAwesome;
    font-size: 1.5em;
    padding: .5em;
    color: #fff;
    background: #168c48;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    width: 2em;
    position: absolute;
    top: 0;
    left: -10px;
    z-index: 3; }
.autor-highlight .vcenter {
  display: block;
  position: relative;
  z-index: 5; }

.second-snood {
  display: block;
  margin-bottom: 20px;
  text-align: center;
  position: relative; }
  .second-snood:before {
    content: "";
    width: 100%;
    border-bottom: 1px solid #d3d4d4;
    display: block;
    position: absolute;
    top: 50%; }
  .second-snood a {
    display: inline-block;
    padding: 4px 10px;
    background: #B7A582;
    color: #fff;
    position: relative;
    z-index: 1; }

.autor-highlight {
  min-height: 316px;
  position: relative;
  background: #f1ede6;
  border-top-right-radius: 72px; }
  .autor-highlight:before {
    content: "OPINION";
    position: absolute;
    top: -1px;
    left: 10px;
    font-size: 45px;
    color: rgba(0, 0, 0, 0.05);
    display: block;
    font-weight: bold;
    font-style: italic; }
  .autor-highlight article {
    position: initial; }
  .autor-highlight .data-entry {
    position: absolute;
    bottom: 0;
    height: calc(100% - 70px);
    width: 100%; }
    .autor-highlight .data-entry .article-title {
      font-size: 24px; }
    .autor-highlight .data-entry .article-title[min-width~="240px"] {
      font-size: 30px; }
  .autor-highlight .article-category-list {
    position: absolute;
    bottom: 0; }
  .autor-highlight .autor-title {
    position: absolute;
    bottom: 30px;
    width: 100%; }
    .autor-highlight .autor-title h5 a {
      position: relative;
      z-index: 2; }
      .autor-highlight .autor-title h5 a:after {
        content: "" attr(title) "";
        position: absolute;
        top: -0.5em;
        left: 0.5em;
        font-size: 2em;
        word-wrap: break-word;
        font-style: italic;
        text-transform: uppercase;
        color: #c0d0c1;
        opacity: 0.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        filter: alpha(opacity=50);
        width: 500px;
        z-index: -1;
        display: block; }

#homeopinion .autor-highlight {
  min-height: 256px; }
#homeopinion .card-view article {
  height: 543px;
  position: relative; }
#homeopinion .card-view .data-entry {
  padding-top: 10px;
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 100%; }
#homeopinion .card-view .article-category-list {
  position: absolute;
  bottom: 0; }
#homeopinion .card-view .autor-box {
  position: absolute;
  bottom: 10px;
  width: calc(100% - 40px);
  left: 20px; }

.poll-view .encuesta-box .progress {
  min-height: 35px;
  position: relative;
  background: #1db85f;
  margin-bottom: 10px; }
.poll-view .encuesta-box .si-no {
  white-space: nowrap;
  font-size: 14px;
  font-weight: normal;
  color: aliceblue;
  text-align: left;
  padding-left: 10px; }
.poll-view .encuesta-box .article-header {
  padding-top: 20px; }
.poll-view .encuesta-box .article-higthlight {
  font-weight: lighter;
  font-style: italic;
  display: block;
  text-align: center; }
.poll-view .encuesta-box .article-title {
  text-align: center;
  display: block; }
.poll-view .encuesta-box .btn {
  width: calc(100% - 50px);
  margin: 0 auto 15px;
  color: #fff;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  font-size: 14px;
  white-space: inherit; }
.poll-view .encuesta-box .see-results-btn {
  display: block;
  text-align: center;
  font-size: 12px;
  text-decoration: underline;
  color: #B7A582;
  margin-bottom: 20px;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out; }
  .poll-view .encuesta-box .see-results-btn:hover {
    color: #968056; }
.poll-view .encuesta-box .share-poll-box {
  text-align: center;
  font-size: 14px;
  display: block;
  border-top: 1px solid #BCD7BD;
  line-height: 35px;
  color: #B7A582; }
  .poll-view .encuesta-box .share-poll-box .fa {
    width: 30px;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out; }
    .poll-view .encuesta-box .share-poll-box .fa:hover {
      color: #968056; }
.poll-view .encuesta-box .posicion-votos {
  display: block;
  text-align: right;
  margin: 0 10px 4px;
  font-size: 14px; }
.poll-view.disabled .tema-view {
  background: #ebecec;
  border-color: #b7baba; }
  .poll-view.disabled .tema-view .progress {
    background: #b7baba; }
.poll-view.sponsored .ads-skin-poll {
  padding-top: 50px;
  background-image: url("http://www.entel.pe/wp-content/uploads/2014/10/plusparlantes-promo-fullpage-movil-1_320x2951.jpg");
  background-color: red;
  background-size: contain;
  background-repeat: no-repeat; }
  .poll-view.sponsored .ads-skin-poll:after {
    content: "";
    display: table;
    clear: both; }
  .poll-view.sponsored .ads-skin-poll .article-title, .poll-view.sponsored .ads-skin-poll .article-higthlight {
    color: #fff; }

.answers-on .answers-poll {
  display: block; }
.answers-on .question-poll {
  display: none; }

.question-on .answers-poll {
  display: none; }
.question-on .question-poll {
  display: block; }

.marcadores-carrusel {
  margin-top: 20px; }
  .marcadores-carrusel .wrapper {
    width: 100%; }
    .marcadores-carrusel .wrapper .control-metro-carousel {
      top: -32px;
      width: 70px; }
      .marcadores-carrusel .wrapper .control-metro-carousel .fa {
        color: #959898;
        font-size: 15px; }
        .marcadores-carrusel .wrapper .control-metro-carousel .fa:hover {
          color: #1F2020; }
    .marcadores-carrusel .wrapper .wrap-metro-carousel:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      width: 4px;
      background: #d3d4d4; }
  .marcadores-carrusel .tab-pane {
    position: relative; }
  .marcadores-carrusel .nav-tabs {
    overflow: hidden;
    margin-bottom: 0;
    list-style-type: none;
    padding: 0; }
    .marcadores-carrusel .nav-tabs li {
      margin-right: 5px;
      padding: 4px 8px;
      font-weight: 400; }
      .marcadores-carrusel .nav-tabs li a {
        color: #959898;
        text-transform: uppercase;
        font-size: 14px; }
      .marcadores-carrusel .nav-tabs li:hover {
        border: 0 none; }
      .marcadores-carrusel .nav-tabs li.active {
        background: #d3d4d4; }
        .marcadores-carrusel .nav-tabs li.active a {
          background: none;
          border: 0 none;
          color: #168c48; }
          .marcadores-carrusel .nav-tabs li.active a:hover, .marcadores-carrusel .nav-tabs li.active a:focus {
            border: 0 none; }

.marcadores-list {
  background: #d3d4d4; }
  .marcadores-list > li {
    width: 310px;
    margin: 0 5px;
    background: #fff;
    border-radius: 3px;
    -webkit-transition: 0.5s 0.3s ease-in-out;
    transition: 0.5s 0.3s ease-in-out; }
    .marcadores-list > li:hover {
      -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
      -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
      box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3); }
    @media (min-width: 768px) {
      .marcadores-list > li {
        width: 470px; } }

.score-wrap-elements {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: auto;
  background: #eee;
  padding: 5px;
  margin-bottom: 5px; }
  .score-wrap-elements .score-box {
    position: absolute;
    width: 70px;
    margin-left: -35px;
    left: 50%;
    top: 0;
    height: 100%; }
  .score-wrap-elements .item {
    width: calc(50% - 4px);
    display: table;
    float: left;
    background: #8DC63F;
    height: calc(100% - 20px);
    margin: 0 2px;
    text-align: center;
    color: #fff;
    font-size: 18px; }
  .score-wrap-elements .timer {
    width: calc(100% - 4px);
    margin: 0 auto;
    background: #ccc;
    text-align: center;
    height: 20px;
    line-height: 20px;
    display: block;
    clear: both;
    font-size: 12px; }
  .score-wrap-elements .team {
    width: calc(50% - 40px);
    position: relative; }
    .score-wrap-elements .team a {
      display: block;
      text-align: right;
      text-transform: uppercase; }
      .score-wrap-elements .team a strong {
        display: block;
        font-size: 14px;
        text-align: center; }
        @media (min-width: 768px) {
          .score-wrap-elements .team a strong {
            display: inline;
            text-align: left; } }
    .score-wrap-elements .team img {
      width: 45px;
      margin: 0 auto; }
      @media (min-width: 768px) {
        .score-wrap-elements .team img {
          margin: 0;
          float: left; } }
    .score-wrap-elements .team.pull-right {
      text-align: right; }
      @media (min-width: 768px) {
        .score-wrap-elements .team.pull-right img {
          float: right; } }
      .score-wrap-elements .team.pull-right a {
        text-align: left; }

.marcador-box .date {
  display: block;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase; }
.marcador-box .hitos {
  display: none; }
  .marcador-box .hitos ul {
    list-style-type: none;
    padding: 0;
    width: calc(50% - 30px);
    margin: 15px;
    display: block;
    float: left;
    position: relative; }
    .marcador-box .hitos ul:before {
      content: "";
      height: 0;
      width: 0;
      border-top: 5px solid #959898;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      position: absolute;
      top: -15px;
      left: 50%; }
    .marcador-box .hitos ul li {
      font-size: 12px; }
      .marcador-box .hitos ul li span {
        font-style: italic;
        margin-left: 4px; }
.marcador-box .call-to {
  text-align: center;
  text-decoration: underline;
  font-size: 12px;
  width: 100%;
  display: block;
  clear: both;
  text-transform: uppercase; }
.marcador-box .name-tournament {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  display: none; }

@media (min-width: 768px) {
  .view-horizontal-score .score-wrap-elements {
    width: calc(100% - 90px);
    float: right;
    background: none;
    margin-bottom: 0; }
    .view-horizontal-score .score-wrap-elements .score-box {
      height: calc(100% - 4px);
      top: 2px; }
  .view-horizontal-score .date {
    float: left;
    width: 80px;
    border-right: 1px dotted #ccc;
    margin-top: 4px; }
  .view-horizontal-score .call-to {
    display: none; } }

.view-dark-score {
  background: #1F2020;
  position: relative; }
  .view-dark-score .call-to {
    border-bottom: 1px dotted #959898;
    padding-bottom: 4px;
    color: #959898; }
  .view-dark-score .name-tournament {
    border-bottom: 0 none;
    color: #fff; }
  .view-dark-score .date {
    font-size: 12px;
    color: #959898; }
    .view-dark-score .date strong {
      font-weight: normal; }
  .view-dark-score .marcador-box {
    padding-top: 40px; }
    .view-dark-score .marcador-box:after {
      content: "";
      display: table;
      clear: both; }
    .view-dark-score .marcador-box:before {
      content: "VS";
      font-size: 37px;
      position: absolute;
      top: -3px;
      left: 50%;
      margin-left: -20px;
      width: 40px; }
    .view-dark-score .marcador-box .hitos a {
      color: #d3d4d4; }
  .view-dark-score .score-wrap-elements {
    overflow: inherit;
    position: inherit;
    padding: 0 20px; }
    .view-dark-score .score-wrap-elements .team {
      position: inherit; }
      .view-dark-score .score-wrap-elements .team img {
        width: 70px; }
      .view-dark-score .score-wrap-elements .team a {
        text-align: center; }
        .view-dark-score .score-wrap-elements .team a strong {
          position: absolute;
          top: 5px;
          left: 10px;
          color: #fff;
          font-size: 20px;
          font-weight: 400; }
      .view-dark-score .score-wrap-elements .team.pull-right a {
        text-align: center; }
        .view-dark-score .score-wrap-elements .team.pull-right a strong {
          right: 10px;
          left: inherit; }
    .view-dark-score .score-wrap-elements .score-box {
      height: 50px;
      top: 90px; }

.second-score {
  border: 1px solid #d3d4d4; }
  .second-score .score-wrap-elements {
    background: none; }
    .second-score .score-wrap-elements .item {
      background: #959898; }
  .second-score .date {
    font-size: 12px;
    color: #959898;
    border-bottom: 1px solid #d3d4d4;
    margin-bottom: 4px; }
  .second-score .team a {
    color: #1F2020;
    line-height: 2em; }

.tournament-on .name-tournament {
  display: block; }

.hitos-on .hitos {
  display: block; }

.call-to-off .call-to {
  display: none; }

.player-options-box:after {
  content: "";
  display: table;
  clear: both; }

.view-video {
  position: relative; }
  .view-video:hover .fa-play {
    background: #168c48;
    color: #fff; }
    .view-video:hover .fa-play:before {
      font-size: 23px; }
  .view-video .link-image {
    padding-bottom: 130px; }
  .view-video .data-entry {
    padding-top: 0;
    position: absolute;
    bottom: 0; }
    .view-video .data-entry:before {
      font-size: 20px; }
  .view-video .article-header {
    position: relative;
    padding-top: 10px;
    padding-bottom: 20px; }
    @media (min-width: 768px) {
      .view-video .article-header {
        padding-top: 20px;
        padding-bottom: 30px; } }
    .view-video .article-header .article-highlight {
      display: none; }
    @media (min-width: 768px) {
      .view-video .article-header .player-options-box .player-counter {
        position: absolute;
        bottom: 0;
        left: 0;
        width: calc(100% - 30px); } }
    .view-video .article-header h2 {
      font-size: 18px;
      font-weight: 500;
      margin-bottom: 32px; }
  .view-video .play-btn {
    position: absolute;
    top: -23px;
    left: 0;
    padding-left: 4px; }
  .view-video .player-counter {
    font-size: 12px;
    font-style: italic;
    color: #959898;
    margin-bottom: 0px;
    width: 100%; }
    @media (min-width: 768px) {
      .view-video .player-counter {
        display: table; } }
    .view-video .player-counter .player-bottom-share {
      display: none;
      clear: both;
      width: 100%; }
      .view-video .player-counter .player-bottom-share .share {
        width: 100%;
        margin-top: 10px; }
      @media (min-width: 768px) {
        .view-video .player-counter .player-bottom-share .share {
          width: auto;
          margin-top: 0; } }
    @media (min-width: 768px) {
      .view-video .player-counter > div {
        display: table-cell; }
        .view-video .player-counter > div.player-bottom-share {
          display: none;
          text-align: right; }
        .view-video .player-counter > div.player-rank {
          text-align: right; } }
  .view-video .player-views strong, .view-video .player-rank strong {
    color: #515454;
    padding-right: 4px;
    font-size: 18px;
    font-weight: 400; }
  .view-video .player-rank .fa-star {
    margin-right: 5px;
    font-size: 16px;
    color: #F5A623; }

.card-view .view-video .article-header {
  background: #fff;
  padding: 15px 10px 10px; }
.card-view .view-video .link-image {
  overflow: hidden; }
  .card-view .view-video .link-image img {
    max-width: inherit;
    width: 100%;
    height: auto !important; }

.rank-off .player-rank {
  display: none; }

.share {
  border: 2px solid;
  border-color: #ccc;
  border-radius: 5px;
  text-align: center;
  padding: 7px 10px;
  display: inline-block;
  font-size: 15px; }
  .share.sh-fb {
    border-color: #2B61A0; }
    .share.sh-fb:hover {
      rgba: #2B61A0, 0.4; }
  .share.sh-fb span {
    color: #2B61A0;
    font-weight: bold; }
  .share.sh-tw {
    border-color: #468AA7; }
    .share.sh-tw:hover {
      rgba: #468AA7, 0.4; }
  .share.sh-tw span {
    color: #468AA7;
    font-weight: bold; }

.esp-share-on .player-bottom-share {
  display: table-cell !important;
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .esp-share-on .player-bottom-share {
      width: auto !important; } }
.esp-share-on .player-rank {
  visibility: hidden; }

#article-page .view-video .article-header h2 {
  margin-bottom: 0; }

.wrap-bnr-top {
  background: #383a3a; }
  .wrap-bnr-top > div {
    margin: 10px 0; }

@media (min-width: 1025px) {
  .ads-skin {
    background-repeat: no-repeat;
    background-position: top center;
    overflow: hidden; }
    .ads-skin > .wrapper, .ads-skin > div .bloque {
      max-width: 1015px;
      margin: 0 auto;
      background: #fff; }
      .ads-skin > .wrapper .col-ajust, .ads-skin > div .bloque .col-ajust {
        margin-left: 0 !important; }
    .ads-skin.stiky-skin {
      background-position-y: 0 !important; }

  .landing-page .ads-skin {
    padding-top: 80px;
    background-position-x: 50%; }
    .landing-page .ads-skin > .wrapper {
      background: #fff;
      box-shadow: 0 0 0 10px #fff; }
  .landing-page .ads-skin + .wrapper, .landing-page .ads-skin + div .bloque {
    padding-top: 30px; }

  .article-page .ads-skin {
    padding-top: 0;
    background-position-x: calc(50% + 26px); }
    .article-page .ads-skin .main-article {
      padding-top: 130px;
      padding-left: 54px; }
      .article-page .ads-skin .main-article > .wrapper {
        z-index: 1;
        max-width: 1015px;
        background: #fff; }
        .article-page .ads-skin .main-article > .wrapper.head-article {
          padding-top: 10px; } }
#ad_bottom {
  padding-bottom: 50px;
  padding-top: 10px;
  text-align: center; }

#ad_layer, #ad_skin {
  height: 0px; }

#ad_header [id^="google_ads"] {
  margin-top: 10px;
  margin-bottom: 10px; }

@media (max-width: 1025px) {
  .article-header .wrap-bnr {
    background: none !important; } }
.block-custom.no-wrapped {
  margin: 0 auto; }

.block-custom {
  background-color: #f4f2ee;
  padding: 30px 0;
  position: relative; }
  .block-custom:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background-image: url("https://www.publimetro.cl//assets/svg/globe-metro.svg");
    background-size: 80% 80%;
    background-position: 259% 50%;
    background-repeat: no-repeat;
    z-index: 0;
    display: block;
    height: 100%;
    width: 40%;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40); }
  .block-custom .wrapper.m-b-15 {
    position: relative; }
    @media (min-width: 1026px) {
      .block-custom .wrapper.m-b-15 .col-md-8 {
        position: absolute;
        bottom: 0;
        right: 10px; } }
  .block-custom .block-custom_brand {
    display: block;
    text-align: center;
    font-size: 2.5em;
    color: #fff; }
    @media (min-width: 1026px) {
      .block-custom .block-custom_brand {
        text-align: left; } }
    .block-custom .block-custom_brand .logo-metro {
      width: auto;
      max-width: 250px;
      max-height: initial; }
  .block-custom .block-custom_nav {
    margin-top: 20px;
    text-align: center; }
    @media (min-width: 1026px) {
      .block-custom .block-custom_nav {
        float: right;
        text-align: right; } }
    .block-custom .block-custom_nav .nav-pills {
      display: inline-block; }
  .block-custom .head-section-default {
    display: none; }
  .block-custom .article-view--02 .article-view__data-entry {
    padding: 0 15px;
    background-color: #e0dacf; }
    .block-custom .article-view--02 .article-view__data-entry .tit a, .block-custom .article-view--02 .article-view__data-entry .excerpt {
      color: #fff; }
    .block-custom .article-view--02 .article-view__data-entry .article-view__footer {
      background-color: #e0dacf; }
    .block-custom .article-view--02 .article-view__data-entry .article-view__footer {
      padding-bottom: 0;
      padding-top: 15px; }
  .block-custom .article-view--03 {
    background-color: #e0dacf; }
    .block-custom .article-view--03 .article-view__data-entry {
      background: none; }
      .block-custom .article-view--03 .article-view__data-entry .tit a {
        color: #fff;
        font-weight: 300; }
  .block-custom .nav-pills li a {
    padding: 6px 12px;
    background-color: white;
    color: #f4f2ee;
    margin-left: 4px; }
    .block-custom .nav-pills li a:hover {
      color: #fff;
      background-color: #eae6df; }
  .block-custom .article-category-list {
    border-bottom: 0 none; }
    .block-custom .article-category-list > li a {
      color: #fff; }
    .block-custom .article-category-list > li:first-child:before {
      background: #f8f7f4; }

/* @author: Xavier Damman (@xdamman) - http://github.com/xdamman/selection-sharer - @license: MIT */
@keyframes selectionSharerPopover-animation {
  0% {
    transform: matrix(0.97, 0, 0, 1, 0, 12);
    filter: alpha(opacity=0);
    opacity: 0; }
  20% {
    transform: matrix(0.99, 0, 0, 1, 0, 2);
    filter: alpha(opacity=70);
    opacity: .7; }
  40% {
    transform: matrix(1, 0, 0, 1, 0, -1);
    filter: alpha(opacity=100);
    opacity: 1; }
  100%,70% {
    transform: matrix(1, 0, 0, 1, 0, 0);
    filter: alpha(opacity=100);
    opacity: 1; } }
#selectionSharerPopover {
  display: none;
  position: absolute;
  top: -100px;
  left: -100px;
  z-index: 1010; }

#selectionSharerPopover:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -3px;
  left: 50%;
  margin-left: -4px;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #262625;
  box-shadow: 0 0 2px #262625; }

#selectionSharerPopover.anim {
  transition: top .075s ease-out;
  animation: selectionSharerPopover-animation 180ms forwards linear;
  -webkit-animation: selectionSharerPopover-animation 180ms forwards linear; }

#selectionSharerPopover-inner {
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid;
  border-color: #262625 #1c1c1b #121211;
  box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.7), inset 0 0 1px rgba(255, 255, 255, 0.07), inset 0 0 2px rgba(255, 255, 255, 0.15);
  background-image: linear-gradient(to bottom, rgba(49, 49, 47, 0.97), #262625);
  background-repeat: repeat-x; }

#selectionSharerPopover .selectionSharerPopover-clip {
  position: absolute;
  bottom: -11px;
  display: block;
  left: 50%;
  clip: rect(12px 24px 24px 0);
  margin-left: -12px;
  width: 24px;
  height: 24px;
  line-height: 24px; }

#selectionSharerPopover .selectionSharerPopover-arrow {
  display: block;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(45deg) scale(0.5);
  transform: rotate(45deg) scale(0.5);
  background-color: #454543;
  border: 2px solid #121211;
  box-sizing: content-box; }

.selectionSharer ul {
  padding: 0;
  display: inline; }

.selectionSharer ul li {
  float: left;
  list-style: none;
  background: 0 0;
  margin: 0; }

.selectionSharer a.action {
  display: block;
  text-indent: -200px;
  margin: 5px 7px;
  width: 20px;
  height: 20px;
  border: 0; }

.selectionSharer a:hover {
  color: #ccc; }

.selectionSharer a.tweet {
  background: url("data:image/svg+xml;charset=utf8,%3csvg xmlns='http://www.w3.org/2000/svg' width='171' height='139'%3e%3cg transform='translate(-282.32053,-396.30734)'%3e%3cpath style='fill:white' d='m 453.82593,412.80619 c -6.3097,2.79897 -13.09189,4.68982 -20.20852,5.54049 7.26413,-4.35454 12.84406,-11.24992 15.47067,-19.46675 -6.79934,4.03295 -14.3293,6.96055 -22.34461,8.53841 -6.41775,-6.83879 -15.56243,-11.111 -25.68298,-11.111 -19.43159,0 -35.18696,15.75365 -35.18696,35.18525 0,2.75781 0.31128,5.44359 0.91155,8.01875 -29.24344,-1.46723 -55.16995,-15.47582 -72.52461,-36.76396 -3.02879,5.19662 -4.76443,11.24048 -4.76443,17.6891 0,12.20777 6.21194,22.97747 15.65332,29.28716 -5.76773,-0.18265 -11.19331,-1.76565 -15.93716,-4.40083 -0.004,0.14663 -0.004,0.29412 -0.004,0.44248 0,17.04767 12.12889,31.26806 28.22555,34.50266 -2.95247,0.80436 -6.06101,1.23398 -9.26989,1.23398 -2.2673,0 -4.47114,-0.22124 -6.62011,-0.63114 4.47801,13.97857 17.47214,24.15143 32.86992,24.43441 -12.04227,9.43796 -27.21366,15.06335 -43.69965,15.06335 -2.84014,0 -5.64082,-0.16722 -8.39349,-0.49223 15.57186,9.98421 34.06703,15.8094 53.93768,15.8094 64.72024,0 100.11301,-53.61524 100.11301,-100.11387 0,-1.52554 -0.0343,-3.04251 -0.10204,-4.55261 6.87394,-4.95995 12.83891,-11.15646 17.55618,-18.21305 z' /%3e%3c/g%3e%3c/svg%3e") no-repeat;
  background-size: 18px;
  background-position: 2px 4px; }

.selectionSharer a.facebook {
  background: url("data:image/svg+xml;charset=utf8,%3csvg viewBox='0 0 33 33' width='25' height='25' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cg%3e%3cpath style='fill:white' d='M 17.996,32L 12,32 L 12,16 l-4,0 l0-5.514 l 4-0.002l-0.006-3.248C 11.993,2.737, 13.213,0, 18.512,0l 4.412,0 l0,5.515 l-2.757,0 c-2.063,0-2.163,0.77-2.163,2.209l-0.008,2.76l 4.959,0 l-0.585,5.514L 18,16L 17.996,32z'%3e%3c/path%3e%3c/g%3e%3c/svg%3e") no-repeat;
  background-size: 18px;
  background-position: 0 2px;
  display: none; }

.selectionSharer a.email {
  background: url("data:image/svg+xml;charset=utf8,%3csvg xmlns='http://www.w3.org/2000/svg' width='94' height='64'%3e%3cg transform='translate(-10, -10)' fill='transparent'%3e%3crect x='0' y='0' width='114' height='114'%3e%3c/rect%3e%3cpath d='M12,12 L102,12 L102,72 L12,72 L12,12 Z M16,12 L53,49 C55.6666667,51 58.3333333,51 61,49 L98,12 L16,12 Z M15,72 L45,42 L15,72 Z M69,42 L99,72 L69,42 Z' stroke='white' stroke-width='5'%3e%3c/path%3e%3c/g%3e%3c/svg%3e") no-repeat;
  background-size: 20px;
  background-position: 0 4px; }

#selectionSharerPopunder.fixed {
  transition: bottom .5s ease-in-out;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: -50px; }

.selectionSharer {
  transition: -webkit-transform .6s ease-in-out; }

.selectionSharer.moveDown {
  -webkit-transform: translate3d(0, 60px, 0); }

#selectionSharerPopunder {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0;
  transition: height .5s ease-in-out;
  background: #ccc;
  border: 0;
  box-shadow: inset 0 10px 5px -10px rgba(0, 0, 0, 0.5), inset 0 -10px 5px -10px rgba(0, 0, 0, 0.5);
  border-radius: 0;
  overflow: hidden; }

#selectionSharerPopunder.show {
  height: 50px; }

.selectionSharerPlaceholder {
  height: 1em;
  margin-bottom: -2em;
  transition: height .5s ease-in-out; }

.selectionSharerPlaceholder.show {
  height: 50px !important; }

#selectionSharerPopunder-inner ul {
  overflow: hidden;
  float: right;
  margin: 0; }

#selectionSharerPopunder-inner ul li {
  padding: 5px;
  overflow: hidden; }

#selectionSharerPopunder-inner label {
  color: #fff;
  font-weight: 300;
  line-height: 50px;
  margin: 0 20px 0 10px; }

#selectionSharerPopunder-inner a {
  width: 30px;
  height: 30px;
  background-size: 30px; }

#selectionSharerPopunder-inner a.tweet {
  background-position: 0 2px; }

.gallery-wrap {
  position: relative;
  box-shadow: 0 0 20px -6px;
  padding: 5px;
  background: #fff; }

.gallery-jcarousel .inactive {
  cursor: not-allowed; }

.gallery-jcarousel, .gallery-2 {
  background-color: #2d2d2d;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 600px; }
  @media (max-width: 480px) {
    .gallery-jcarousel, .gallery-2 {
      height: 50vh; } }

.gallery-jcarousel ul,
.gallery-2 ul {
  height: 100%;
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0; }

.gallery-jcarousel li, .gallery-overlay .gallery-jcarousel li {
  height: 100%;
  float: left;
  position: relative;
  width: auto; }
  .gallery-jcarousel li.horizontal img, .gallery-overlay .gallery-jcarousel li.horizontal img {
    width: 100%;
    height: auto; }
  .gallery-jcarousel li.vertical img, .gallery-overlay .gallery-jcarousel li.vertical img {
    width: auto;
    height: 100%; }

.gallery-jcarousel li img,
.gallery-2 li img {
  height: 100%;
  width: auto;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.5;
  left: 50%;
  top: 50%;
  position: relative;
  transform: translate(-50%, -50%); }

.opacity-item {
  opacity: 0.3; }

.gallery-jcarousel li.active img,
.gallery-2 li.active img {
  opacity: 1;
  z-index: 1;
  -webkit-filter: grayscale(0);
  filter: grayscale(0); }

.gallery-maximize {
  width: 40px;
  height: 35px;
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  cursor: pointer;
  text-align: center;
  z-index: 3;
  font-size: 20px; }
  .gallery-maximize .fa {
    line-height: 1.7em; }

.gallery-control-wrap {
  position: absolute;
  right: 0px;
  top: calc(50% - 50px);
  width: 50px;
  height: 100px;
  z-index: 2; }
  .gallery-control-wrap .control {
    text-align: center; }
    .gallery-control-wrap .control .fa {
      font-size: 27px;
      display: block;
      line-height: 1.7em; }

.gallery-control-wrap .control,
.gallery-navigation-control-wrap .control {
  width: 100%;
  height: 50%;
  float: left;
  display: block; }

.gallery-control-wrap .control {
  color: white; }

.gallery-navigation-control-wrap .control {
  color: #d8d8d8; }

.gallery-control-wrap .control .glyphicon,
.gallery-navigation-control-wrap .control .glyphicon {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 21px; }

.gallery-control-wrap .prev.inactive {
  opacity: 0.1; }

.gallery-control-wrap .control.next, .gallery-control-wrap .control.prev {
  background-color: rgba(0, 0, 0, 0.4); }

.gallery-control-wrap .control.next:hover, .gallery-control-wrap .control.prev:hover {
  background-color: rgba(0, 0, 0, 0.8); }

.gallery-wrap .gallery-next {
  display: none; }

/*thumbnails */
.gallery-navigation {
  width: 100%;
  margin: 20px auto;
  margin-top: 10px;
  position: relative;
  overflow: hidden;
  height: auto; }

.gallery-wrap .carousel {
  overflow: hidden;
  position: relative; }

.gallery-wrap .carousel ul {
  height: 100%;
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 2px;
  border-top: 1px solid #ebecec; }

.gallery-wrap .carousel li {
  float: left; }

.carousel-navigation {
  height: 120px;
  width: calc(100% - 60px);
  background: #fff;
  float: left; }
  .carousel-navigation > ul {
    padding-top: 10px; }
  .carousel-navigation li {
    position: relative;
    cursor: pointer;
    padding: 0px;
    width: 100px;
    height: 100px;
    overflow: hidden;
    background: #222;
    margin-right: 5px;
    -webkit-filter: grayscale(80%);
    -moz-filter: grayscale(80%);
    -ms-filter: grayscale(80%);
    -o-filter: grayscale(80%);
    filter: grayscale(80%);
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s; }
    .carousel-navigation li:hover {
      -webkit-filter: grayscale(60%);
      -moz-filter: grayscale(60%);
      -ms-filter: grayscale(60%);
      -o-filter: grayscale(60%);
      filter: grayscale(60%);
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100); }
    .carousel-navigation li img {
      height: 100%;
      width: auto;
      position: relative;
      left: 50%;
      transform: translateX(-50%); }
    .carousel-navigation li:first-child {
      padding-left: 0px; }
    .carousel-navigation li.active {
      -webkit-filter: grayscale(0);
      filter: grayscale(0);
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100); }
    .carousel-navigation li:before {
      content: "";
      position: absolute;
      width: 0;
      height: 3px;
      top: 0px;
      left: 0px;
      background: #168c48;
      -webkit-transition: width ease 0.5s;
      transition: width ease 0.5s;
      z-index: 1; }
    .carousel-navigation li.active:before {
      width: 100%; }

.carousel-navigation .prev-stage,
.carousel-navigation .next-stage {
  display: block;
  position: absolute;
  top: 0;
  width: 305px;
  height: 410px;
  color: #fff; }

.carousel-navigation .prev-stage {
  left: 0; }

.carousel-navigation .next-stage {
  right: 0; }

.carousel-navigation .prev-stage.inactive,
.carousel-navigation .next-stage.inactive {
  display: none; }

.gallery-navigation-control-wrap {
  width: 60px;
  height: 115px;
  float: right;
  text-align: center; }
  .gallery-navigation-control-wrap .control .fa {
    border-radius: 50%;
    border: 3px solid #b7baba;
    height: 35px;
    display: inline-block;
    width: 35px;
    font-size: 24px;
    text-align: center;
    margin-top: 15px;
    color: #b7baba; }
    .gallery-navigation-control-wrap .control .fa:before {
      line-height: 27px;
      display: block; }
    .gallery-navigation-control-wrap .control .fa:hover {
      color: #168c48;
      border-color: #168c48; }
  .gallery-navigation-control-wrap .inactive .fa {
    color: #ebecec !important;
    border-color: #ebecec !important; }

.gallery-wrap .gallery-description {
  margin-top: 10px; }

.gallery-description .wrap-bnr {
  display: none; }

.gallery-wrap .gallery-description h3 {
  display: none; }

.gallery-wrap .gallery-description p {
  margin-bottom: 0px;
  font-size: 14px;
  text-align: left;
  color: #959898; }

.gallery-wrap .gallery-description .gallery-counter {
  width: 60px;
  float: left;
  color: #959898;
  text-align: center;
  font-size: 14px;
  border-right: 1px dotted #ebecec;
  margin-right: 10px;
  position: inherit; }
  @media (max-width: 480px) {
    .gallery-wrap .gallery-description .gallery-counter {
      width: 40px; } }

.gallery-wrap .gallery-description .gallery-counter .fa {
  font-size: 25px; }
  @media (max-width: 480px) {
    .gallery-wrap .gallery-description .gallery-counter .fa {
      display: none; } }

/*---------galeria full-size--------------*/
.gallery-overlay {
  position: fixed;
  width: 100% !important;
  height: 100%;
  top: 0px;
  right: 0px;
  background-color: white;
  z-index: 999999;
  padding: 10px;
  padding-bottom: 0px;
  -webkit-animation: myanim 1s ease;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: myanim 1s ease;
  /* Chrome, Firefox 16+, IE 10+, Opera */ }
  .gallery-overlay .description-container {
    overflow: hidden;
    height: auto; }
  .gallery-overlay .gallery-maximize {
    background-color: transparent;
    color: #b7b7b7;
    font-size: 22px;
    right: 15px;
    border: 2px solid;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 1;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s; }
    .gallery-overlay .gallery-maximize:hover {
      color: #222;
      border-color: #222; }
  .gallery-overlay .gallery-jcarousel {
    width: 100%;
    height: 75%;
    height: 74vh;
    margin-top: 70px;
    background: #222; }
    @media (min-width: 480px) {
      .gallery-overlay .gallery-jcarousel {
        height: 66%; } }
    @media (min-width: 1026px) {
      .gallery-overlay .gallery-jcarousel {
        width: calc(100% - 400px);
        height: 77%;
        float: left;
        margin-top: 0; } }
    .gallery-overlay .gallery-jcarousel li img {
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      top: 50%;
      height: auto;
      width: 100%; }
  .gallery-overlay .gallery-description {
    display: block; }
    @media (min-width: 1026px) {
      .gallery-overlay .gallery-description {
        padding: 30px;
        box-shadow: -3px 0 10px 0 rgba(0, 0, 0, 0.1);
        height: 100%;
        right: 0 !important;
        top: -11px !important;
        position: absolute;
        width: 400px;
        float: left;
        left: inherit !important; } }
    .gallery-overlay .gallery-description p {
      padding-left: 20px; }
    .gallery-overlay .gallery-description h3 {
      display: block;
      position: absolute;
      top: 10px;
      left: 10px;
      right: 40px;
      font-size: 1.2em;
      margin-top: 0; }
      @media (min-width: 1026px) {
        .gallery-overlay .gallery-description h3 {
          position: inherit;
          font-size: 1.4em; } }
    @media (min-width: 1026px) {
      .gallery-overlay .gallery-description .wrap-bnr {
        display: block;
        margin-top: 40px; } }
  .gallery-overlay .gallery-navigation {
    width: 100%; }
    @media (min-width: 1026px) {
      .gallery-overlay .gallery-navigation {
        width: calc(100% - 257px);
        float: left; } }
  .gallery-overlay .gallery-pager {
    width: 100%;
    height: 125px;
    position: relative;
    overflow: hidden;
    display: none; }
    @media (min-width: 480px) {
      .gallery-overlay .gallery-pager {
        display: block; } }
  .gallery-overlay .gallery-next {
    cursor: pointer;
    display: block;
    width: 230px;
    height: 120px;
    float: left;
    margin-top: 10px;
    position: relative;
    margin-left: 25px; }
    .gallery-overlay .gallery-next p {
      margin-top: 10px;
      margin-bottom: 5px;
      font-size: 12px; }
    .gallery-overlay .gallery-next h3 {
      font-size: 13px; }
    .gallery-overlay .gallery-next img {
      width: 90px;
      float: right;
      margin-left: 15px; }

@-webkit-keyframes myanim {
  0% {
    opacity: 0.0; }
  50% {
    opacity: 0.8; }
  100% {
    opacity: 1.0; } }
@keyframes myanim {
  0% {
    opacity: 0.0; }
  50% {
    opacity: 0.8; }
  100% {
    opacity: 1.0; } }
/* full size */
/*siguiente galeria*/
/*test*/
.gallery-pager {
  width: 100%;
  height: 125px;
  position: relative;
  overflow: hidden; }

.gallery-pager .gallery-pager-carrousel {
  height: 100%;
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0; }

.gallery-pager > .gallery-pager-carrousel > .gallery-item {
  height: 100%;
  float: left;
  width: 697px;
  margin-right: 3px; }

/*.gallery-pager > .gallery-pager-carrousel > .gallery-item:first-child{
	height:100%;
	float:left;
	width:824px;
}*/
.gallery-overlay .gallery-mask {
  position: absolute;
  width: calc(70%);
  left: calc(50% - 33%);
  top: calc(50% - 33%);
  text-align: center;
  background-color: rgba(0, 0, 0, 0.65); }

.gallery-overlay .gallery-mask .glyphicon {
  font-size: 35px;
  padding: 15px;
  color: white; }

.gallery-overlay .gallery-mask.out,
.gallery-overlay .gallery-mask.out h1 {
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  left: -100%;
  opacity: 0; }

.gallery-overlay .gallery-mask h1 {
  color: white;
  font-size: 30px;
  padding-bottom: 20px; }

.gallery-overlay .gallery-mask h3 {
  color: white;
  background-color: rgba(0, 0, 0, 0.6);
  margin-bottom: 0px;
  padding: 10px;
  font-size: 15px; }

/* gallery 2 */
.gallery-2 {
  display: none; }

.gallery-overlay .gallery-2-cover {
  display: none; }

.gallery-overlay .gallery-2 {
  display: block; }

.gallery2-maximize {
  display: none; }

.gallery-2-pager {
  display: none; }

.gallery-overlay .gallery2-maximize, .gallery-overlay .gallery-2-pager {
  display: block; }

.gallery-overlay .gallery2-maximize {
  background-color: transparent;
  color: #b7b7b7;
  font-size: 35px;
  right: 25px; }

.gallery-wrap .gallery-2-cover {
  cursor: pointer;
  width: 100%;
  height: 450px; }

.gallery-wrap .gallery-2-cover .gallery-2-principal {
  height: 100%;
  width: 49%;
  margin-right: 1%;
  background-size: cover;
  float: left; }

.gallery-wrap .gallery-2-cover .gallery-2-second {
  height: 49%;
  margin-bottom: 1%;
  width: 50%;
  background-size: cover;
  float: left;
  background-position: 50%; }

.gallery-wrap .gallery-2-cover .gallery-2-third {
  height: 49%;
  margin-bottom: 1%;
  width: 50%;
  background-size: cover;
  float: left;
  background-position: 50%;
  position: relative; }

.gallery-wrap .gallery-2-cover .gallery-2-mask {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute; }

.gallery-wrap .gallery-2-cover .gallery-2-mask h3 {
  margin-top: 14%;
  font-size: 50px;
  color: white;
  text-align: center;
  margin-bottom: 10px; }

.galler-2-view {
  width: 100%;
  text-align: center; }

.galler-2-view span {
  border-top: 2px solid white;
  color: white;
  padding-top: 6px; }

.gallery-wrap .gallery-2-cover .gallery-2-mask .glyphicon-camera:before {
  padding-right: 10px; }

.loading.gallery-wrap:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  text-align: center;
  color: white; }

.loading.gallery-wrap:after {
  content: "Cargando Galeria...";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 6;
  color: white;
  text-align: center; }

.gallery-2-maximize {
  display: none; }

.gallery-overlay .gallery-2-maximize {
  display: block; }

/* gallery 3 */
/*.gallery-wrap .gallery-3{
	display: none;
}*/
/*.gallery-wrap .gallery-3-description p{
	display: none;
}*/
/*.gallery-overlay .gallery-3,
.gallery-overlay .gallery-3-description p
.gallery-overlay .gallery-3-maximize{
	display: block;
}
.gallery-3-maximize{
	display: none;
}
.gallery-3-description .gallery-counter-number{
	float: right;
	padding-top: 6px;
}
.gallery-3-navigation{
	border-top:none;
	margin-top: 0px;
}
.gallery-overlay .gallery-3-maximize{
	background-color:transparent;
	color:#b7b7b7;
	font-size : 35px;
	right:25px;
}*/
.onlythumbnails {
  	/*.gallery-description {
  		position: absolute;
  		top: 0;
  		left: 10px;
  		z-index: 2;
  
  		p {
  			display: none;
  		}
  
  		.gallery-counter {
  			 width: 70px;
  		}
  		
  	}
  
  	.carousel-navigation {
  		float: none;
  		width: 100%;
  		margin-top: 40px;
  
  		li {
  
  			position: relative;			
  		  	@include opacity(1);
  			@include transition(ease .5s);
  
  		}
  	}*/
  	/*.gallery-navigation-control-wrap {
  		position: absolute;
  		top: 0;
  		right: 0;
  		z-index: 5;
  		width: 85px;
  		height: 40px;
  
  		.control {
  		    width: 50%;
  		    height: 100%;
  		    float: right;
  
  		    .icon {
  		    	margin-top: 0;
  		    }
  		}
  	}*/ }
  .onlythumbnails .gallery-counter-number {
    float: right;
    padding-top: 6px; }
  .onlythumbnails .gallery-jcarousel, .onlythumbnails .gallery-maximize {
    display: none; }
  .onlythumbnails .gallery-description {
    margin-top: 0; }
    .onlythumbnails .gallery-description p {
      display: none; }
  .onlythumbnails .gallery-counter {
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 2;
    padding-right: 10px; }
  .onlythumbnails .gallery-counter {
    margin-top: 5px;
    margin-left: 10px; }
  .onlythumbnails.gallery-overlay .gallery-counter {
    margin-top: 0px;
    margin-left: 0px; }
  .onlythumbnails.gallery-overlay .gallery-jcarousel, .onlythumbnails.gallery-overlay .gallery-maximize {
    display: block; }
  .onlythumbnails.gallery-overlay .gallery-description {
    margin-top: 10px; }
    .onlythumbnails.gallery-overlay .gallery-description p {
      display: block; }
  .onlythumbnails .gallery-pager {
    height: 128px; }
  @media (max-width: 480px) {
    .onlythumbnails .carousel-navigation {
      width: 100%;
      margin-top: 40px; }
    .onlythumbnails .gallery-pager {
      top: -40px;
      height: 166px; }
    .onlythumbnails .gallery-navigation-control-wrap {
      position: absolute;
      top: 0;
      right: 0;
      width: 90px; }
      .onlythumbnails .gallery-navigation-control-wrap .control {
        width: 50%;
        float: right; }
        .onlythumbnails .gallery-navigation-control-wrap .control .icon {
          margin-top: 0; } }

/*
           This is the visible area of you carousel.
           Set a width here to define how much items are visible.
           The width can be either fixed in px or flexible in %.
           Position must be relative!
           */
.metro-carousel {
  position: relative;
  overflow: hidden; }

/*
This is the container of the carousel items.
You must ensure that the position is relative or absolute and
that the width is big enough to contain all items.
*/
.metro-carousel > ul {
  width: 20000em;
  position: relative;
  /* Optional, required in this case since it's a <ul> element */
  list-style: none;
  margin: 0;
  padding: 4px;
                /*
	            These are the item elements. jCarousel works best, if the items
	            have a fixed width and height (but it's not required).
	            */ }
  .metro-carousel > ul:after {
    content: "";
    display: table;
    clear: both; }
  .metro-carousel > ul > li {
    /* Required only for block elements like <li>'s */
    float: left;
    display: block;
    width: 230px; }

.metro-carousel img {
  display: block;
  max-width: 100%;
  height: auto !important; }

.metro-carousel-wrapper .control-metro-carousel {
  float: right;
  width: 80px;
  height: 45px; }
  .metro-carousel-wrapper .control-metro-carousel .icon {
    color: #6b6b6b;
    font-size: 20px;
    position: relative;
    letter-spacing: 0;
    width: 50%;
    display: block;
    float: left;
    text-align: center;
    -webkit-transition: 0.4s ease 0.3s ease-in-out;
    transition: 0.4s ease 0.3s ease-in-out; }
    .metro-carousel-wrapper .control-metro-carousel .icon:hover {
      color: #fff; }
    .metro-carousel-wrapper .control-metro-carousel .icon.inactive {
      color: #3a3a3c; }
    .metro-carousel-wrapper .control-metro-carousel .icon:first-child:after {
      content: "";
      border-right: 1px dotted #656565;
      position: absolute;
      right: 0px;
      top: -3px;
      height: 100%; }

.print-list li {
  width: 100px;
  margin: 0 10px;
  padding: 10px 0 20px 0;
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease; }
  .print-list li:hover {
    box-shadow: 0 2px 20px 0 black;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  .print-list li h5 {
    font-size: 11px;
    font-weight: 400;
    color: #a2a2a2;
    padding: 4px;
    text-align: center;
    margin: 0; }
  .print-list li img {
    background: #393940;
    padding: 3px; }

.pagination-top-right .wrap-metro-carousel {
  position: relative; }
.pagination-top-right .control-metro-carousel {
  width: 80px;
  height: 40px;
  position: absolute;
  top: -50px;
  right: 0;
  z-index: 5; }
  .pagination-top-right .control-metro-carousel .fa {
    width: 50%;
    text-align: center;
    font-size: 20px;
    line-height: 2em; }

.jcarousel-pagination {
  display: table;
  width: 100%;
  text-align: center;
  margin-top: 20px; }
  .jcarousel-pagination a {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0px 4px;
    text-indent: -9999999px;
    border: 2px solid #959898;
    border-radius: 10px;
    cursor: pointer;
    background-color: transparent; }
    .jcarousel-pagination a.active {
      background-color: #168c48;
      border-color: #168c48; }

#article-page {
  overflow-x: hidden;
  height: auto; }
  #article-page .body-content iframe {
    width: 1px;
    min-width: 100%;
    *width: 100%; }
  #article-page .section-head h3 {
    margin-bottom: 10px;
    font-size: 1.6em; }
  #article-page .wrap-bnr {
    margin-bottom: 30px; }
    @media (min-width: 1026px) {
      #article-page .wrap-bnr {
        margin-bottom: 0; } }
  #article-page .instagram-media {
    margin: 0 auto !important; }
  #article-page .article-body p {
    margin-bottom: 30px; }
  #article-page .article-body a {
    font-weight: 500; }
  @media (min-width: 768px) and (max-width: 1025px) {
    #article-page .riel .sticky-bloque {
      padding: 0 10px;
      width: 50%;
      display: inline-block;
      vertical-align: top;
      zoom: 1;
      margin-bottom: 20px;
      float: left; } }
  @media (max-width: 480px) {
    #article-page .col-md-10.col-md-offset-1 {
      padding: 0; } }
  #article-page .twitter-tweet {
    margin: 0 auto; }
  #article-page .autor-box {
    min-height: 100px;
    height: 100px;
    position: relative;
    margin-bottom: 30px;
    z-index: 2; }
    @media (min-width: 768px) {
      #article-page .autor-box {
        height: auto;
        min-height: auto; } }
    #article-page .autor-box.clear-float {
      overflow: inherit;
      position: relative;
      z-index: 9; }
    #article-page .autor-box .autor-name {
      max-width: calc(100% - 80px);
      display: inline-block;
      margin-top: 5px;
      height: 22px;
      overflow: hidden;
      font-size: 14px; }
      #article-page .autor-box .autor-name a {
        color: #959898; }
      #article-page .autor-box .autor-name i {
        display: block;
        float: left; }
    #article-page .autor-box .article-category-list > li:first-child {
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 768px) {
        #article-page .autor-box .article-category-list > li:first-child {
          padding-right: 50px; } }
    #article-page .autor-box .article-category-list > li:first-child:before {
      background: none; }
    #article-page .autor-box .rounded-img {
      width: 50px;
      height: 50px;
      overflow: hidden;
      padding-top: 0 !important;
      float: left;
      margin-right: 10px;
      border: 2px solid #fff;
      -moz-box-shadow: 0px 4px 8px -4px rgba(0, 0, 0, 0.7);
      -webkit-box-shadow: 0px 4px 8px -4px rgba(0, 0, 0, 0.7);
      box-shadow: 0px 4px 8px -4px rgba(0, 0, 0, 0.7);
      margin-bottom: 0;
      background-size: cover;
      display: none; }
      @media (min-width: 768px) {
        #article-page .autor-box .rounded-img {
          display: block; } }
      #article-page .autor-box .rounded-img:before {
        display: none; }
      #article-page .autor-box .rounded-img img {
        width: 100%; }
    #article-page .autor-box .autor-title {
      padding-top: 12px;
      border-bottom: 1px solid #ccc;
      position: relative; }
    #article-page .autor-box h5 {
      margin-bottom: 0px;
      float: left; }
    #article-page .autor-box span {
      font-size: 12px; }
    #article-page .autor-box .share-list {
      margin-top: -8px;
      display: none; }
      #article-page .autor-box .share-list .icon {
        width: 15px;
        height: 15px;
        font-size: 5px;
        background-size: 15px;
        margin-left: 10px; }
        #article-page .autor-box .share-list .icon.face-icon {
          background-size: 7px; }
  @media (min-width: 1025px) {
    #article-page .relative {
      position: relative; }
    #article-page .riel {
      position: absolute;
      top: 0;
      right: 6px;
      bottom: 0;
      z-index: 4; }
    #article-page .sidebar {
      background: #fff; }
      #article-page .sidebar .sticky-bloque {
        width: 100%;
        position: relative;
        backface-visibility: hidden;
        margin-bottom: 40px; }
        #article-page .sidebar .sticky-bloque .losmas-view article {
          padding-top: 0;
          border-bottom: 1px dashed #ddd;
          padding-bottom: 6px;
          margin-bottom: 6px; }
        #article-page .sidebar .sticky-bloque .losmas-view .mostviewed:before {
          font-size: 1.2em;
          font-weight: 500;
          font-style: italic;
          width: 32px;
          height: 32px;
          left: 3px; }
        #article-page .sidebar .sticky-bloque .mini-item h2 {
          font-size: 14px;
          font-weight: 500; }
        #article-page .sidebar .sticky-bloque .mini-item h5 {
          font-size: 12px; }
        #article-page .sidebar .sticky-bloque .mini-item .link-image {
          width: 20%; } }
  #article-page .main-article {
    position: relative; }
  @media (min-width: 1025px) {
    #article-page .col-ajust {
      margin-left: 40px; } }
  @media (min-width: 1500px) {
    #article-page .col-ajust {
      margin-left: 0; } }
  #article-page .in-content .article-header h1 {
    font-size: 3em; }
    @media (max-width: 480px) {
      #article-page .in-content .article-header h1 {
        font-size: 2.2em; } }
  #article-page .body-content, #article-page .article-body {
    line-height: 1.5em; }
    @media (max-width: 1025px) {
      #article-page .body-content, #article-page .article-body {
        font-size: 18px; } }
    #article-page .body-content > p > img, #article-page .article-body > p > img {
      width: 100%; }
    #article-page .body-content > p::selection, #article-page .article-body > p::selection {
      background-color: #168c48;
      color: #fff; }
    #article-page .body-content > p ::-moz-selection, #article-page .article-body > p ::-moz-selection {
      background-color: #168c48;
      color: #fff; }
    #article-page .body-content blockquote, #article-page .article-body blockquote {
      font-family: "Fira Sans", "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 500;
      font-style: italic;
      color: #168c48;
      padding: 10px 0 10px 60px;
      position: relative;
      line-height: 1.5em;
      border-left: 0 none;
      border-top: 2px solid #e0e6e0;
      border-bottom: 2px solid #e0e6e0;
      font-size: 20px;
      font-style: italic; }
      #article-page .body-content blockquote a, #article-page .article-body blockquote a {
        color: #1DB85F; }
      #article-page .body-content blockquote p, #article-page .article-body blockquote p {
        font-weight: 500; }
      #article-page .body-content blockquote:before, #article-page .article-body blockquote:before {
        content: "\f10d";
        width: 68px;
        height: 68px;
        /* font-size: 80px; */
        font: normal normal normal 40px/1 FontAwesome;
        text-transform: none !important;
        speak: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        position: absolute;
        top: 10px;
        left: 0px;
        color: #BCD7BD;
        font-style: italic; }
    #article-page .body-content > h1, #article-page .body-content > h2, #article-page .body-content > h3, #article-page .body-content > h4, #article-page .body-content > h5, #article-page .article-body > h1, #article-page .article-body > h2, #article-page .article-body > h3, #article-page .article-body > h4, #article-page .article-body > h5 {
      margin-bottom: 30px;
      color: #1F2020; }
    #article-page .body-content > p, #article-page .body-content > ul, #article-page .body-content > ol, #article-page .article-body > p, #article-page .article-body > ul, #article-page .article-body > ol {
      margin-bottom: 30px;
      font-weight: 400; }
    #article-page .body-content > ol, #article-page .article-body > ol {
      list-style-type: none;
      margin-left: 2em;
      padding: 0;
      counter-reset: li-counter; }
      #article-page .body-content > ol > li, #article-page .article-body > ol > li {
        position: relative;
        padding-bottom: 20px;
        padding-top: 20px;
        padding-left: 3em;
        border-left: 2px solid #CACDDD; }
    #article-page .body-content > ul, #article-page .article-body > ul {
      list-style-type: none; }
      #article-page .body-content > ul > li, #article-page .article-body > ul > li {
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px dotted #ccc;
        position: relative; }
        #article-page .body-content > ul > li:before, #article-page .article-body > ul > li:before {
          content: "";
          width: 10px;
          height: 10px;
          border-radius: 100px;
          position: absolute;
          top: 5px;
          left: -20px;
          background: #fff;
          border: 2px solid #C2D9AB; }
    #article-page .body-content > ol > li:before, #article-page .article-body > ol > li:before {
      background: #fff;
      border: 2px solid #C2D9AB;
      position: absolute;
      top: 22px;
      left: -21px;
      width: 40px;
      font-size: 1em;
      line-height: 2.4em;
      /* font-weight: bold; */
      text-align: center;
      color: #464646;
      content: counter(li-counter);
      counter-increment: li-counter;
      /* padding: 15px; */
      height: 40px;
      border-radius: 50px;
      vertical-align: middle; }
    #article-page .body-content .cita-box, #article-page .article-body .cita-box {
      border-top: 3px solid #ccc;
      border-bottom: 3px solid #ccc; }
    #article-page .body-content .wrap-at-margin-left, #article-page .article-body .wrap-at-margin-left {
      margin-bottom: 20px;
      float: left;
      margin-left: 0;
      margin-right: 40px;
      padding: 20px 15px; }
      #article-page .body-content .wrap-at-margin-left.cita-box, #article-page .article-body .wrap-at-margin-left.cita-box {
        background: #f1f1f1;
        border: 0;
        z-index: 5; }
      #article-page .body-content .wrap-at-margin-left img, #article-page .article-body .wrap-at-margin-left img {
        width: 100%; }
      #article-page .body-content .wrap-at-margin-left .pie-foto, #article-page .article-body .wrap-at-margin-left .pie-foto {
        border-bottom: 0 none;
        padding-bottom: 0; }
      @media (min-width: 1026px) {
        #article-page .body-content .wrap-at-margin-left, #article-page .article-body .wrap-at-margin-left {
          margin-left: -8.33333%; } }
    #article-page .body-content .wrap-at-margin-right, #article-page .article-body .wrap-at-margin-right {
      margin-bottom: 20px;
      float: right;
      margin-left: 40px;
      margin-right: 0;
      padding: 20px 15px; }
      #article-page .body-content .wrap-at-margin-right.cita-box, #article-page .article-body .wrap-at-margin-right.cita-box {
        background: #f1f1f1;
        border: 0;
        z-index: 5; }
      #article-page .body-content .wrap-at-margin-right img, #article-page .article-body .wrap-at-margin-right img {
        width: 100%; }
      #article-page .body-content .wrap-at-margin-right .pie-foto, #article-page .article-body .wrap-at-margin-right .pie-foto {
        border-bottom: 0 none;
        padding-bottom: 0; }
  #article-page .wrap-full-width-article {
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px; }
    @media (min-width: 1026px) {
      #article-page .wrap-full-width-article {
        width: 116.66666%;
        margin-left: -8.33333%; } }
  #article-page .wrap-full-width-article blockquote {
    padding-left: 80px;
    padding-top: 20px; }
  @media (max-width: 768px) {
    #article-page .wrap-full-width-article blockquote {
      padding-left: 0px;
      padding-top: 80px; } }
  #article-page .bnr-incontent {
    width: 100%; }
    @media (min-width: 768px) {
      #article-page .bnr-incontent {
        width: 302px; } }
  #article-page .sidebar .article-img-bg .article-gradient, #article-page .body-content .article-img-bg .article-gradient {
    background-image: -webkit-linear-gradient(top, rgba(8, 116, 54, 0.1) 40%, rgba(0, 0, 0, 0.7) 80%);
    background-image: -o-linear-gradient(top, rgba(8, 116, 54, 0.1) 40%, rgba(0, 0, 0, 0.7) 80%);
    background-image: linear-gradient(to bottom, rgba(8, 116, 54, 0.1) 40%, rgba(0, 0, 0, 0.7) 80%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1A087436', endColorstr='#B3000000', GradientType=0);
    top: 0; }
  #article-page .sidebar .article-img-bg h2, #article-page .body-content .article-img-bg h2 {
    font-size: 21px;
    margin-bottom: 10px;
    font-weight: 500; }
  #article-page .break-article {
    height: auto;
    display: block;
    background: #087436;
    position: relative;
    overflow: hidden;
    height: 80px;
    -webkit-transition: height ease 1s;
    transition: height ease 1s; }
    #article-page .break-article .globe {
      margin: 100px auto;
      width: 4em;
      height: 4em;
      background: #087436 url(../svg/globe-publimetro.svg) no-repeat center center;
      position: absolute;
      top: 50%;
      margin-top: -2em;
      margin-left: -2em;
      left: 50%;
      display: block !important;
      z-index: 2;
      border-radius: 100px;
      background-size: 2.8em 3.2em;
      -webkit-transition: all ease 0.5s;
      transition: all ease 0.5s; }
      #article-page .break-article .globe span {
        display: block;
        text-align: center;
        font-size: 15px;
        color: #fff;
        position: absolute;
        top: -50px;
        left: 50%;
        margin-left: -100px;
        width: 200px;
        height: 25px;
        -webkit-transition: all ease 0.5s;
        transition: all ease 0.5s; }
    #article-page .break-article .loader {
      font-size: 10px;
      margin: 0px auto;
      text-indent: -9999em;
      width: 8em;
      height: 8em;
      border-radius: 50%;
      background: #ffffff;
      background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
      background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
      background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
      background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
      background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
      position: relative;
      -webkit-animation: load3 1.4s infinite linear;
      animation: load3 1.4s infinite linear;
      -webkit-transform: translateZ(0);
      -ms-transform: translateZ(0);
      transform: translateZ(0);
      -webkit-transition: all ease 1s;
      transition: all ease 1s; }
    #article-page .break-article .loader:before {
      width: 50%;
      height: 50%;
      background: #ffffff;
      border-radius: 100% 0 0 0;
      position: absolute;
      top: 0;
      left: 0;
      content: ''; }
    #article-page .break-article .loader:after {
      background: #087436;
      width: 88%;
      height: 88%;
      border-radius: 50%;
      content: '';
      margin: auto;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; }
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
  #article-page .hidde-loader .break-article {
    height: 80px; }
    #article-page .hidde-loader .break-article .loader {
      margin-top: 0;
      margin-bottom: 0;
      opacity: 0;
      display: none; }
    #article-page .hidde-loader .break-article .globe {
      margin-top: 0;
      margin-bottom: 0;
      top: 10px; }
      #article-page .hidde-loader .break-article .globe span {
        display: none; }
  #article-page .article-header h1 {
    color: #1F2020; }
  #article-page h2.bajada {
    font-size: 18px; }
  #article-page .main-content {
    margin-bottom: 0;
    overflow: hidden;
    height: auto; }
    #article-page .main-content > article {
      position: relative; }
  #article-page .highlight-article-img-context {
    height: auto;
    min-height: 200px; }
  #article-page .sidebar .article-header {
    padding: 5px 10px 5px; }
  #article-page .sidebar .head-section-default {
    font-size: 1.2em; }
  @media (min-width: 1026px) {
    #article-page .sidebar {
      max-width: 336px;
      height: calc(100% - 50px); } }
  #article-page .sidebar .highlight-article-img-context {
    margin-bottom: 3px; }
  #article-page .sidebar .link-dest-box article header {
    padding: 10px; }
  #article-page .sidebar h1 {
    font-size: 22px; }
  #article-page .sidebar h4 {
    font-size: 18px; }
  #article-page .sidebar .col-xs-6 h4 {
    font-size: 16px; }
  #article-page .sidebar h5 {
    font-size: 14px;
    font-weight: 500;
    font-style: italic; }
  #article-page .sidebar h2 {
    font-size: 21px; }
  #article-page .sidebar .mini-item .article-header {
    padding: 0; }
  #article-page .sidebar .mini-item h2 {
    font-size: inherit;
    margin-bottom: 0; }
  #article-page .sidebar .mini-item .data-entry {
    padding-top: 0; }
  #article-page .globe {
    display: none; }
  #article-page .offset-top {
    z-index: 9999;
    position: relative;
    background: #fff; }
    @media (min-width: 1026px) {
      #article-page .offset-top {
        max-width: 320px;
        -moz-box-shadow: 0px 9px 48px -15px rgba(0, 0, 0, 0.97);
        -webkit-box-shadow: 0px 9px 48px -15px rgba(0, 0, 0, 0.97);
        box-shadow: 0px 9px 48px -15px rgba(0, 0, 0, 0.97);
        margin-bottom: 50px; } }
  #article-page .template-text-over-img-in-content .article-header {
    width: 100%; }
  #article-page .head-image-article {
    padding-top: inherit;
    margin-bottom: 0; }
    #article-page .head-image-article .fix-bottom {
      z-index: 3; }
    #article-page .head-image-article .article-header {
      position: relative;
      bottom: 0;
      left: 0; }
      #article-page .head-image-article .article-header .article-higthlight a {
        color: #FFE32D;
        border: 2px solid #FFE32D;
        padding: 4px 10px;
        margin-bottom: 15px;
        display: inline-block; }
      #article-page .head-image-article .article-header h1 {
        font-size: 22px; }
        @media (min-width: 480px) {
          #article-page .head-image-article .article-header h1 {
            font-size: 35px; } }
        @media (min-width: 768px) {
          #article-page .head-image-article .article-header h1 {
            font-size: 45.5px; } }
      #article-page .head-image-article .article-header .excerpt {
        margin-bottom: 30px;
        font-family: "Fira Sans", Helvetica, Arial, sans-serif;
        font-size: 18px;
        font-style: italic;
        font-weight: 400; }
  #article-page .article-header h1 {
    font-size: 29.16667px; }
    @media (min-width: 480px) {
      #article-page .article-header h1 {
        font-size: 35px; } }
    @media (min-width: 768px) {
      #article-page .article-header h1 {
        font-size: 45.5px; } }
  #article-page .article-header .excerpt {
    margin-bottom: 30px;
    font-family: "Fira Sans", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 18px;
    font-style: italic;
    margin-top: 0; }
  #article-page .link-related-box .link-dest-box {
    margin-bottom: 25px; }
    #article-page .link-related-box .link-dest-box .article-header {
      padding: 10px; }
      #article-page .link-related-box .link-dest-box .article-header .article-higthlight, #article-page .link-related-box .link-dest-box .article-header .article-title {
        margin-bottom: 10px; }
  #article-page .link-related-box .article-header {
    padding: 10px 15px 0 15px; }
    #article-page .link-related-box .article-header .article-higthlight {
      margin-bottom: 5px; }
  #article-page .head-article {
    padding-top: 40px;
    position: relative; }
  #article-page .head-image-full-large .head-article, #article-page .head-image-full .head-article, #article-page .head-image-inside .head-article {
    z-index: 1; }
  #article-page .head-text-inside .head-article .fix-bottom, #article-page .head-text-full .head-article .fix-bottom {
    position: relative; }
  #article-page .head-text-inside .head-article .article-gradient, #article-page .head-text-full .head-article .article-gradient {
    display: none; }
  #article-page .head-text-inside .head-article .col-ajust, #article-page .head-text-full .head-article .col-ajust {
    padding: 0; }
  #article-page .head-text-inside .head-article .fix-bottom .wrapper, #article-page .head-text-full .head-article .fix-bottom .wrapper {
    width: 100%;
    max-width: 100%; }
  #article-page .head-text-inside .head-article .fix-bottom .article-header, #article-page .head-text-full .head-article .fix-bottom .article-header {
    width: 100%;
    padding: 0; }
  #article-page .head-text-full .wrapper {
    overflow: hidden;
    height: auto;
    display: block;
    position: relative;
    clear: both; }
  #article-page .head-text-full .head-article .col-ajust {
    width: calc(100% - 40px); }
  #article-page .head-image-full-large h1, #article-page .head-image-full h1, #article-page .head-image-inside h1 {
    color: #fff; }
  #article-page .head-image-full-large .excerpt, #article-page .head-image-full .excerpt, #article-page .head-image-inside .excerpt {
    color: #d3d4d4; }
  @media (max-width: 768px) {
    #article-page .head-image-full-large .article-gradient, #article-page .head-image-full .article-gradient, #article-page .head-image-inside .article-gradient {
      display: none; }
    #article-page .head-image-full-large .fix-bottom, #article-page .head-image-full .fix-bottom, #article-page .head-image-inside .fix-bottom {
      position: relative; }
      #article-page .head-image-full-large .fix-bottom h1, #article-page .head-image-full .fix-bottom h1, #article-page .head-image-inside .fix-bottom h1 {
        font-size: 35px !important;
        color: initial; }
      #article-page .head-image-full-large .fix-bottom .excerpt, #article-page .head-image-full .fix-bottom .excerpt, #article-page .head-image-inside .fix-bottom .excerpt {
        color: initial; } }
  #article-page .head-image-inside .head-article .col-ajust {
    padding: 0; }
  #article-page .head-image-inside .head-article .fix-bottom .wrapper {
    width: 100%;
    max-width: 100%; }
  #article-page .head-image-inside .head-article .fix-bottom .article-header {
    width: 100%; }
  #article-page .head-image-full-large .wrapper {
    clear: both; }
  #article-page .head-image-full-large .head-article {
    width: 100%;
    max-width: 100%;
    padding-top: 0; }
    @media (max-width: 768px) {
      #article-page .head-image-full-large .head-article {
        padding-top: 20px; } }
    #article-page .head-image-full-large .head-article .col-ajust {
      padding: 0;
      width: 100%;
      display: block; }
    @media (max-width: 768px) {
      #article-page .head-image-full-large .head-article .article-header {
        padding: 0; } }
  @media (min-width: 1026px) {
    #article-page .head-image-full-large .riel {
      margin-top: -200px;
      padding-top: 10px;
      padding-bottom: 50px;
      background: #fff; } }
  #article-page .head-image-full .wrapper {
    clear: both;
    position: relative;
    z-index: 2; }
  #article-page .head-image-full .head-article {
    width: 100%;
    padding-top: 0; }
    @media (max-width: 768px) {
      #article-page .head-image-full .head-article {
        padding-top: 20px; } }
    #article-page .head-image-full .head-article .col-ajust {
      width: 100%; }
    @media (max-width: 768px) {
      #article-page .head-image-full .head-article .article-header {
        padding: 0; } }
  @media (min-width: 1026px) {
    #article-page .head-image-full .riel {
      margin-top: -200px;
      background: #fff; } }
  #article-page .recommend-box {
    margin-top: 50px; }
    #article-page .recommend-box h2, #article-page .recommend-box .data-entry:before {
      font-size: 15.71429px;
      font-weight: 600;
      min-height: 90px; }
    #article-page .recommend-box .card-view {
      position: relative;
      padding-bottom: 150px; }
    #article-page .recommend-box .data-entry {
      background: #fff;
      position: absolute;
      bottom: 0; }
      #article-page .recommend-box .data-entry .article-highlight {
        display: none; }
  #article-page .pagination-box {
    text-align: center; }
  #article-page .pagination-box {
    text-align: center;
    border-top: 1px solid #B0B0B0;
    border-bottom: 1px solid #B0B0B0; }

.tags-box {
  overflow: hidden;
  padding: 10px;
  display: block;
  border: 1px solid #d3d4d4; }

.body-content .list-tags {
  list-style-type: none;
  padding: 0; }
  .body-content .list-tags li {
    margin: 4px 7px;
    display: block;
    float: left; }
    .body-content .list-tags li a {
      line-height: 29px;
      background: #168c48;
      position: relative;
      color: #fff;
      font-size: 14px;
      margin-left: 8px;
      padding: 0 12px;
      font-style: italic;
      display: block; }
      .body-content .list-tags li a:hover {
        background: #20ce6a; }
        .body-content .list-tags li a:hover:before {
          border-right: 7px solid #20ce6a; }
      .body-content .list-tags li a:before {
        content: "";
        height: 0;
        width: 0;
        border-right: 7px solid #168c48;
        border-top: 14px solid transparent;
        border-bottom: 14px solid transparent;
        position: absolute;
        left: -7px; }
      .body-content .list-tags li a:after {
        content: "";
        width: 5px;
        height: 5px;
        background: #fff;
        position: absolute;
        top: 50%;
        margin-top: -2px;
        left: 0;
        border-radius: 50%; }

@media (min-width: 1026px) {
  .main-article:before {
    width: 2px;
    height: 3500px;
    position: relative;
    z-index: 0;
    float: left;
    display: block;
    margin-left: -5px; } }

.sponsored-article {
  background: #FDFAE1;
  padding: 20px !important; }
  .sponsored-article .sponsored-snood-article {
    background: #EEE3B0;
    position: relative;
    padding: 5px 15px;
    color: #474c50;
    font-size: 14px;
    margin-bottom: 20px; }
    .sponsored-article .sponsored-snood-article strong {
      text-transform: uppercase; }
    .sponsored-article .sponsored-snood-article .logo-sponsor {
      height: 60px;
      border: 3px solid #fff;
      position: absolute;
      right: -14px;
      top: -15px;
      display: block;
      box-shadow: 0 2px 11px -6px #000; }

#article-page .head-image-inside .ads-skin .head-article {
  padding-top: 0;
  z-index: 2; }
  #article-page .head-image-inside .ads-skin .head-article .col-ajust {
    padding-top: 15px; }
    @media (min-width: 1140px) {
      #article-page .head-image-inside .ads-skin .head-article .col-ajust {
        margin-left: 0; } }
#article-page .head-image-inside .ads-skin .row.relative {
  background: #fff; }
#article-page .head-image-inside .ads-skin .sidebar {
  top: 15px; }
#article-page .head-text-inside .ads-skin .head-article {
  padding-top: 0;
  z-index: 2; }
  #article-page .head-text-inside .ads-skin .head-article .col-ajust {
    padding-top: 15px; }
    @media (min-width: 1140px) {
      #article-page .head-text-inside .ads-skin .head-article .col-ajust {
        margin-left: 0; } }
#article-page .head-text-inside .ads-skin .row.relative {
  background: #fff; }
#article-page .head-text-inside .ads-skin .sidebar {
  top: 15px; }

.imgcredit {
  text-align: right; }
  .imgcredit span {
    font-size: 12px;
    padding: 0 0 10px 0;
    display: block;
    color: #6e6f73; }

.wrap-article > img {
  width: 100%; }

.autor-box__title {
  display: block;
  border-bottom: 2px solid #ccc;
  width: 100%;
  overflow: hidden; }

.autor-box--vcenter {
  min-height: 60px;
  line-height: 60px; }

.autor-box__date {
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8; }

.autor-box--vcenter p {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  font-size: 13px;
  text-decoration: italic; }
  .autor-box--vcenter p strong, .autor-box--vcenter p label, .autor-box--vcenter p a {
    font-weight: 500;
    margin: 0; }

.autor-box__share {
  min-height: 60px;
  border-top: 1px solid #e8e8e8; }
  @media (min-width: 768px) {
    .autor-box__share {
      border-top: 0 none; } }
  .autor-box__share [class^="autor-box__share_"] {
    padding-top: 15px; }
    .autor-box__share [class^="autor-box__share_"] .row {
      text-align: center; }
      @media (min-width: 768px) {
        .autor-box__share [class^="autor-box__share_"] .row {
          text-align: right; } }

.wrap-at-margin-center blockquote p, .wrap-at-margin-right blockquote p {
  text-align: left !important; }

@media (min-width: 768px) {
  .fix-width-fr {
    float: right; } }
@media (min-width: 768px) {
  .fix-width-fr [class^="col-xs"] {
    width: auto; } }
@media (min-width: 768px) {
  .fix-width-fr [class^="col-xs"] .col-sm-6 {
    padding-left: 25px; } }
.fix-width-fr .pub-date {
  display: block; }

.wa_btn {
  display: inline-block;
  background: #00D600;
  padding: 5px 12px;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  height: 30px;
  letter-spacing: -0.5px; }
  .wa_btn .fa {
    margin-right: 1px; }

.pull-bottom {
  position: absolute;
  bottom: 0; }

.sprite-rrss {
  background-image: url(../svg/sprite-rrss-white.svg);
  background-repeat: no-repeat;
  background-size: 90px 110px;
  background-position: center 7px;
  text-indent: -99999px;
  width: 30px;
  height: 30px;
  display: block;
  opacity: 0.4; }
  .sprite-rrss:hover {
    opacity: 1; }
  .sprite-rrss.face-icon {
    background-position: center 7px; }
  .sprite-rrss.twt-icon {
    background-position: center -26px; }
  .sprite-rrss.cmt-icon {
    background-position: center -58px; }
  .sprite-rrss.send-icon {
    background-position: center -90px; }

.ml-disebar {
  margin-left: 0px; }

#nav-sidebar {
  width: 55px;
  height: 100%;
  position: absolute;
  background: #222;
  top: 0px;
  left: 0;
  z-index: 2;
  bottom: 0;
  min-height: 2000px;
  float: left; }
  #nav-sidebar.stiky {
    position: fixed;
    height: 100%;
    min-height: 100%; }
    #nav-sidebar.stiky .fade {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100); }
  #nav-sidebar .option-tools {
    height: 100%;
    position: relative; }
    #nav-sidebar .option-tools .tools-menu {
      position: absolute;
      height: 100%;
      z-index: 6;
      background: #222; }
  #nav-sidebar .envia-articulo .formulario-articulo label {
    color: #807f82;
    font-size: 12px;
    font-weight: normal; }
  #nav-sidebar .envia-articulo .formulario-articulo input {
    font-size: 14px;
    height: 32px;
    padding: 6px 10px; }
  #nav-sidebar .envia-articulo .formulario-articulo textarea {
    font-size: 14px; }
  #nav-sidebar .envia-articulo .formulario-articulo .articulo-enviar {
    margin-left: 10px;
    background-color: #178f4a;
    border: none;
    color: white;
    font-weight: normal;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 20px; }
  #nav-sidebar .option-board {
    width: 450px;
    background: rgba(51, 51, 51, 0.96);
    height: 100%;
    position: absolute;
    z-index: 0;
    min-height: 600px;
    min-height: 100vh;
    left: -455px;
    padding-top: 50px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    #nav-sidebar .option-board .list-rank-rrss h2 {
      color: #fff; }
    #nav-sidebar .option-board .nav-tabs {
      border-bottom: 0 none;
      list-style-type: none;
      padding: 0;
      margin-bottom: 20px; }
      #nav-sidebar .option-board .nav-tabs li {
        margin-right: 4px;
        margin-bottom: 0; }
        #nav-sidebar .option-board .nav-tabs li.active a {
          background: #168c48; }
          #nav-sidebar .option-board .nav-tabs li.active a:hover {
            background: #20ce6a; }
        #nav-sidebar .option-board .nav-tabs li a {
          padding: 5px 15px;
          border-radius: 4px;
          background: rgba(255, 255, 255, 0.2);
          display: block;
          color: #fff;
          border: 0 none; }
          #nav-sidebar .option-board .nav-tabs li a:hover {
            background: rgba(255, 255, 255, 0.4); }
    #nav-sidebar .option-board.is-open {
      -webkit-transform: translate(510px, 0);
      -ms-transform: translate(510px, 0);
      -o-transform: translate(510px, 0);
      transform: translate(510px, 0); }
    #nav-sidebar .option-board.is-closed {
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0); }
    #nav-sidebar .option-board .tab-content {
      margin-top: 15px; }
    #nav-sidebar .option-board .in-content {
      padding: 20px; }
    #nav-sidebar .option-board .head-section-default {
      font-size: 1em; }
      #nav-sidebar .option-board .head-section-default a {
        color: #d3d4d4; }
    #nav-sidebar .option-board .mini-item .mask-image {
      width: 20%;
      padding-top: 20% !important; }
    #nav-sidebar .option-board .article-title a {
      color: #d3d4d4; }
    #nav-sidebar .option-board .content-mask {
      float: left;
      width: 70px;
      height: 70px;
      position: relative;
      margin-left: 15px; }
    #nav-sidebar .option-board .autor-titulo {
      float: left;
      color: white;
      width: 70%;
      border-bottom: 1px solid #374a47;
      padding-left: 10px;
      padding-bottom: 5px;
      margin-top: 10px;
      margin-left: 7px;
      margin-bottom: 2px;
      font-size: 20px;
      font-style: italic; }
    #nav-sidebar .option-board .autor-publicaciones {
      float: left;
      color: white;
      width: auto;
      padding-left: 10px;
      padding-bottom: 5px;
      margin-left: 7px;
      font-size: 20px;
      font-style: italic; }
    #nav-sidebar .option-board .autor-publicaciones-texto {
      color: #84cba6;
      float: left;
      font-size: 12px;
      font-weight: 100;
      width: auto;
      padding-top: 7px;
      padding-left: 8px; }
    #nav-sidebar .option-board .content-mask:after {
      opacity: 0.5;
      content: "";
      border: solid 2px #188b4a;
      width: calc( 100% + 18px );
      height: calc( 100% + 18px );
      display: block;
      border-radius: 50%;
      padding: 50%;
      position: absolute;
      top: -9px;
      left: -9px; }
    #nav-sidebar .option-board .content-mask:before {
      content: "";
      border: solid 2px #188b4a;
      width: calc( 100% + 10px );
      height: calc( 100% + 10px );
      display: block;
      border-radius: 50%;
      padding: 50%;
      position: absolute;
      top: -5px;
      left: -5px; }
    #nav-sidebar .option-board .autor-mask {
      width: 100%;
      height: 100%;
      border: solid 2px rgba(255, 255, 255, 0);
      position: absolute; }
    #nav-sidebar .option-board .autor-descripcion {
      color: #898d97;
      margin-left: 20px;
      margin-right: 12px;
      margin-top: 10px;
      font-size: 15px;
      float: left;
      height: 130px;
      overflow: auto; }
    #nav-sidebar .option-board .article-gradient {
      display: none; }
    #nav-sidebar .option-board .autor-descripcion::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      border-radius: 10px;
      background-color: rgba(0, 0, 0, 0.3); }
    #nav-sidebar .option-board .autor-descripcion::-webkit-scrollbar {
      width: 8px;
      background-color: transparent; }
    #nav-sidebar .option-board .autor-descripcion::-webkit-scrollbar-thumb {
      border-radius: 10px;
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      background-color: #555; }
    #nav-sidebar .option-board .autor-contacto {
      float: left;
      background-color: #32313a;
      margin-left: 18px;
      padding: 3px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      width: 92%; }
      #nav-sidebar .option-board .autor-contacto li {
        float: left;
        list-style: none;
        padding-left: 12px; }
        #nav-sidebar .option-board .autor-contacto li span {
          color: #70a78c;
          font-size: 13px; }
        #nav-sidebar .option-board .autor-contacto li .fa-twitter {
          color: #9ba0a9;
          float: left;
          font-size: 16px;
          padding-right: 4px;
          margin-top: -2px; }
        #nav-sidebar .option-board .autor-contacto li .fa-envelope {
          color: #9ba0a9;
          float: left;
          font-size: 15px;
          padding-right: 10px; }
      #nav-sidebar .option-board .autor-contacto .mail-autor {
        float: right; }
      #nav-sidebar .option-board .autor-contacto .twitter-autor {
        margin-left: 5px; }
        #nav-sidebar .option-board .autor-contacto .twitter-autor a {
          color: #898d97;
          font-size: 14px; }
  #nav-sidebar .brand-box {
    text-align: center;
    width: 100%; }
    #nav-sidebar .brand-box.logo-metro {
      width: 100%;
      background: #168c48 url("../svg/globe-publimetro.svg") no-repeat center center;
      background-size: 70%;
      height: 50px;
      display: block;
      padding: 20px 5px; }
  #nav-sidebar .section-option {
    text-align: center; }
    #nav-sidebar .section-option.estadisticas-option {
      padding: 10px 0 11px 0; }
      #nav-sidebar .section-option.estadisticas-option .fa {
        height: 35px;
        width: 38px;
        background-image: -webkit-linear-gradient(top, rgba(79, 199, 161, 0.1) 20%, rgba(118, 183, 255, 0.04) 100%);
        background-image: -o-linear-gradient(top, rgba(79, 199, 161, 0.1) 20%, rgba(118, 183, 255, 0.04) 100%);
        background-image: linear-gradient(to bottom, rgba(79, 199, 161, 0.1) 20%, rgba(118, 183, 255, 0.04) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1A4FC7A1', endColorstr='#0A76B7FF', GradientType=0);
        vertical-align: middle;
        padding-top: 8px;
        border-radius: 4px;
        color: #b3b3b3;
        -webkit-transition: all ease 0.5s;
        transition: all ease 0.5s;
        cursor: pointer; }
        #nav-sidebar .section-option.estadisticas-option .fa:hover, #nav-sidebar .section-option.estadisticas-option .fa.active {
          color: #fff;
          background-image: -webkit-linear-gradient(top, rgba(118, 183, 255, 0.3) 20%, rgba(79, 199, 161, 0.08) 100%);
          background-image: -o-linear-gradient(top, rgba(118, 183, 255, 0.3) 20%, rgba(79, 199, 161, 0.08) 100%);
          background-image: linear-gradient(to bottom, rgba(118, 183, 255, 0.3) 20%, rgba(79, 199, 161, 0.08) 100%);
          background-repeat: repeat-x;
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4D76B7FF', endColorstr='#144FC7A1', GradientType=0); }
    #nav-sidebar .section-option.active .fa {
      color: #fff;
      background-image: -webkit-linear-gradient(top, rgba(118, 183, 255, 0.3) 20%, rgba(79, 199, 161, 0.08) 100%);
      background-image: -o-linear-gradient(top, rgba(118, 183, 255, 0.3) 20%, rgba(79, 199, 161, 0.08) 100%);
      background-image: linear-gradient(to bottom, rgba(118, 183, 255, 0.3) 20%, rgba(79, 199, 161, 0.08) 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4D76B7FF', endColorstr='#144FC7A1', GradientType=0); }
    #nav-sidebar .section-option .glyphicon-search {
      line-height: 50px; }
    #nav-sidebar .section-option .rounded-img {
      width: 40px;
      height: 40px;
      margin: 10px 7px 5px; }
    #nav-sidebar .section-option .share-list {
      text-align: center; }
      #nav-sidebar .section-option .share-list > li {
        float: none;
        width: 100%;
        cursor: pointer;
        line-height: 35px; }
        #nav-sidebar .section-option .share-list > li > a {
          display: inline-block;
          color: #bbc5c5; }
          #nav-sidebar .section-option .share-list > li > a:hover, #nav-sidebar .section-option .share-list > li > a.active {
            background: rgba(255, 255, 255, 0.2);
            color: #fff; }
          #nav-sidebar .section-option .share-list > li > a.fa-facebook:hover {
            color: #3B5998; }
          #nav-sidebar .section-option .share-list > li > a.fa-twitter:hover {
            color: #55acee; }
  #nav-sidebar #breadcumbs-page {
    background: #1F2020; }
  #nav-sidebar .small-title {
    font-size: 10.90909px;
    display: block;
    padding: 4px;
    border-top: 1px solid #515454;
    padding-top: 15px; }
  #nav-sidebar .up-btn {
    display: block;
    text-align: center;
    color: #515454;
    border-top: 1px solid #383a3a;
    margin-bottom: 12px; }
    #nav-sidebar .up-btn:hover {
      color: #ebecec; }
  #nav-sidebar .breadcumbs-list {
    list-style-type: none;
    text-align: center;
    padding-left: 0; }
    #nav-sidebar .breadcumbs-list li .page-bullet {
      display: block;
      position: relative;
      padding: 0; }
      #nav-sidebar .breadcumbs-list li .page-bullet .bullet {
        width: 10px;
        height: 10px;
        border: 2px solid #ebecec;
        display: inline-block;
        text-indent: -99999px;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        -khtml-border-radius: 50px;
        -o-border-radius: 50px;
        border-radius: 50px;
        vertical-align: middle; }
        #nav-sidebar .breadcumbs-list li .page-bullet .bullet.current {
          background: #1e9c54;
          border-color: #1e9c54; }
    #nav-sidebar .breadcumbs-list li span {
      display: block;
      line-height: 10px; }
      #nav-sidebar .breadcumbs-list li span .bullet {
        width: 4px;
        height: 4px;
        background: #515454;
        display: inline-block;
        text-indent: -99999px;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        -khtml-border-radius: 50px;
        -o-border-radius: 50px;
        border-radius: 50px;
        vertical-align: middle; }
    #nav-sidebar .breadcumbs-list li .tooltip {
      width: 600px !important;
      max-width: 600px;
      font-size: 16px;
      text-align: left !important;
      font-family: "Fira Sans", Helvetica, Arial, sans-serif; }
    #nav-sidebar .breadcumbs-list li ul {
      list-style-type: none;
      padding: 0; }
      #nav-sidebar .breadcumbs-list li ul li a {
        display: block;
        width: 7px;
        height: 7px;
        border: 1px solid #ccc;
        border-radius: 50%;
        text-indent: -9999999px;
        margin: 4px 0;
        margin-left: calc(50% - 3px); }

.cd-read-more {
  /* hide on mobile */
  display: none;
  width: 100%; }

.cd-read-more ul {
  list-style: none;
  padding: 0; }

.cd-read-more li {
  counter-increment: articles;
  margin-bottom: 3px; }
  .cd-read-more li .tooltip {
    min-width: 300px;
    width: 300px; }

.cd-read-more a {
  display: block;
  position: relative;
  padding: 11px 0px; }

.cd-read-more a::before, .cd-read-more a::after {
  position: absolute; }

.cd-read-more a::before {
  /* article number */
  content: counter(articles);
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15px;
  width: 20px;
  height: 20px;
  line-height: 21px;
  font-size: 10px;
  border-radius: 50%;
  color: #ccc;
  font-family: Georgia, serif;
  text-align: center;
  box-shadow: inset 0 0 0 1px #545353;
  -webkit-transition: background-color 0.3s, color 0.3s;
  -moz-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  font-weight: lighter;
  font-family: "Fira Sans", "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.cd-read-more a::after {
  /* bottom separation - line
  content: '';
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: #d9d9d9;*/ }

.cd-read-more a.read em {
  color: #a6a6a6; }

.cd-read-more a.read::before {
  background-color: transparent; }

.cd-read-more a.read svg circle {
  stroke: #168c48; }

.cd-read-more a.reading em {
  color: #2a76e8; }

.cd-read-more a.reading svg {
  display: block; }

.cd-read-more a.reading::before {
  background-color: transparent;
  color: #fff; }

.cd-read-more li:last-of-type a::after {
  display: none; }

.cd-read-more em {
  display: block;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #141414;
  /* truncate text with ellipsis */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s; }

.cd-read-more b {
  color: #a6a6a6;
  font-size: 1.2rem;
  font-family: Georgia, serif;
  font-style: italic; }

.cd-read-more svg {
  /* this is the filling circle around the article number */
  display: block;
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15px;
  stroke: #087436; }

.cd-read-more svg circle {
  stroke-width: 5px;
  stroke: #fff; }

.cd-read-more .read svg circle {
  stroke-dashoffset: 0; }

@media (min-width: 1026px) {
  .cd-read-more {
    display: block; }

  .cd-read-more.fixed {
    position: fixed;
    right: calc(50% - 485px); } }
#breadcumbs-page .small-title {
  padding-top: 0;
  border-top: 0 none; }

.formulario-articulo .in-content {
  padding: 0 !important; }
.formulario-articulo h5 {
  color: #d1d3d3;
  margin-top: 0;
  font-weight: 400; }
.formulario-articulo .articulo-enviar {
  margin-left: 0 !important; }

.estadisticas-section .nav-tabs li:not(.active) {
  display: none; }

 /* Hoy hace mucho frio por lo cual traje un poleron y el dario se dio cuenta de que no funciona
los mas compartidos en las estadisticas del articulo y hay que ocultarlas hasta que la arreglemos*/
.estadisticas-section .in-content:nth-child(2) {
  display: none; }

.blanco {
  background: #FFFFFF !important; }

.marcador {
  width: 100%;
  display: block;
  clear: both;
  position: relative;
  background: #282830;
  padding: 10px 0; }

.marcador-img {
  max-width: 130px;
  width: 100%;
  min-width: 80px; }

.team-name {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: 'Fira Sans', sans-serif;
  display: block; }

.championship {
  color: #FFF;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 400;
  font-family: 'Fira Sans', sans-serif;
  display: block; }

.championship-lg {
  color: #FFE32D;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  font-family: 'Fira Sans', sans-serif;
  display: block;
  text-shadow: rgba(0, 0, 0, 0.8) 1px 1px 1px; }

.date-championship {
  color: #FFF;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 300;
  font-family: 'Fira Sans', sans-serif;
  display: block; }

.marker-home {
  list-style: none;
  display: table;
  width: 100%;
  margin: 10px auto;
  padding: 0; }

.marker-home li {
  display: inline-block;
  border: #282830 1px solid;
  font-family: 'Fira Sans', sans-serif;
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  margin: 0 10px; }

.marker-home-minute {
  width: 30% !important;
  font-size: 14px !important;
  text-align: center !important;
  display: block !important;
  color: #fff !important;
  padding: 5px 0 !important;
  font-weight: 300 !important;
  border: #8EC73F 1px solid !important;
  margin: 0 auto !important; }

.marker-home-x {
  font-size: 24px !important;
  font-weight: 300 !important; }

.marker-home-go {
  font-size: 10px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Fira Sans', sans-serif;
  display: block;
  width: 100%;
  font-weight: 300; }

.marker-go:hover {
  color: #fff; }

.marcador-home-goles {
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  font-family: 'Fira Sans', sans-serif;
  display: block;
  margin-top: 10px; }

.marker-home-bg {
  width: 100%;
  display: table;
  list-style: none;
  margin: 0;
  padding: 0; }

.alineacion {
  background: url(/ArmadoHTML/img/alineacion.svg) top center no-repeat;
  width: 100px;
  height: 80px;
  display: block; }

/*------- Tabs ------*/
.tabs-marcador-home {
  background: #EBECEE;
  text-align: center;
  width: 100%;
  font-family: 'Fira Sans', sans-serif;
  box-shadow: 0 0 15px 0px #29282E; }

.tabs-marcador-home > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  color: #29282E;
  background: none;
  border: none;
  border-bottom: #007533 4px solid; }

.tabs-marcador-home > li {
  float: none;
  margin-bottom: -1px;
  display: inline-block; }

.tabs-marcador-home > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 0;
  color: #959698;
  border-radius: 0;
  background: none; }

.tabs-marcador-home > li > a:hover {
  background: none;
  color: #007533; }

.list-estadisticas {
  width: 100%;
  list-style: none;
  margin: 60px 0 0;
  padding: 0 0 20px 0;
  float: left;
  border-bottom: #D8D8D8 3px solid; }

.list-estadisticas li {
  float: left;
  text-align: left;
  width: calc(25% - 20px);
  margin: 10px; }

.list-estadisticas li::last-child {
  margin-right: 0; }

.list-estadisticas-green {
  background: #087436;
  padding: 10px;
  margin: 10px;
  width: calc(100% - 20px);
  display: block;
  float: left; }

.estadisticas-box {
  width: 100%;
  margin: 0 0 10px 0;
  background: #FFFFFF;
  box-shadow: 0px 2px 2px 2px rgba(53, 53, 53, 0.4);
  padding: 10px;
  display: table; }

.estadistica-img-equipo-l {
  width: 100%;
  max-width: 80px;
  float: left; }

.estadistica-img-equipo-r {
  width: 100%;
  max-width: 80px;
  float: right; }

.estadistica-img-equipo-md {
  max-width: 120px !important; }

.estadisticas-box-list {
  width: 100%;
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  float: left; }

.estadisticas-box-list li {
  float: left;
  text-align: left;
  background: #F6F6F6;
  margin: 5px 0;
  display: inline-block;
  width: 100%; }

.list-7 {
  width: 100% !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  float: left !important; }

.list-7 li {
  text-align: center;
  margin: 5px 15px;
  display: inline-block !important;
  width: calc(14.2% - 30px) !important; }

.list-7 li:last-child {
  float: right !important;
  text-align: right !important; }

.list-7 .marker-relato-min {
  color: #C7CACF;
  font-size: 15px;
  border-radius: 100%;
  text-align: center;
  border: #EDECF2 2px solid;
  padding: 10px;
  font-weight: 500;
  background: #FFFFFF;
  display: block;
  clear: both;
  width: 45px; }

.box-estadisticas-varios {
  width: 100%;
  display: block; }

.box-estadisticas-varios-col-md-6 {
  width: calc(50% - 10px);
  float: left; }

.yellow-card {
  width: 20px;
  height: 32px;
  background: #F1E62E;
  border-radius: 4px;
  border: #DCD230 1px solid;
  float: left;
  -ms-transform: rotate(7deg);
  /* IE 9 */
  -webkit-transform: rotate(7deg);
  /* Chrome, Safari, Opera */
  transform: rotate(7deg);
  margin: 5px 0; }

.demo-chart:nth-child(1) {
  color: #BB1A15; }

.red-card {
  width: 20px;
  height: 32px;
  background: #D2000D;
  border-radius: 4px;
  border: 1px solid #BB000C;
  float: left;
  -ms-transform: rotate(7deg);
  /* IE 9 */
  -webkit-transform: rotate(7deg);
  /* Chrome, Safari, Opera */
  transform: rotate(7deg);
  margin: 5px 0; }

.card-num {
  margin: 0 5px 0 0 !important; }

.estadisticas-destacadas span {
  font-size: 60px;
  font-weight: 600;
  padding-top: 20px;
  display: inline-block; }

.estadisticas-varios-list .bar-progress {
  width: 100% !important;
  float: left;
  margin-bottom: 34px; }

.estadisticas-varios-list .progress {
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  height: 10px;
  margin: 0;
  overflow: hidden; }

.bar-progress {
  width: calc(100% - 20px) !important; }

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

.bar-verde {
  background: #8EC73F;
  height: 10px;
  float: left; }

.bar-roja {
  background: #B91D1F;
  height: 10px;
  float: left; }

.estadisticas-varios-list {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  float: left; }

.estadisticas-varios-list li {
  text-align: center;
  margin: 5px 0px;
  display: inline-block; }

.estadisticas-varios-list span {
  font-size: 22px;
  color: #29282E;
  display: block;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  float: left;
  margin: 28px 0 0 0; }

.box-estadisticas {
  font-size: 16px;
  color: #29282E;
  display: block;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase; }

.fa-futbol-o {
  font-size: 30px;
  color: #8EC73F;
  float: left;
  margin-right: 10px;
  text-align: center; }

.txt-est-16 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ABABAB;
  display: block; }

.txt-est-14 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #29282E;
  display: block; }

.txt-estadisticas-tit {
  font-size: 26px;
  font-weight: 700;
  text-transform: capitalize;
  color: #087436;
  display: block;
  text-align: left; }

.txt-estadisticas-tit2 {
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  color: #087436;
  display: block;
  text-align: left; }

.list-7-12-green {
  font-size: 13px;
  font-weight: 700;
  color: #087436;
  display: block;
  text-align: left; }

.list-7-12-n {
  font-size: 12px;
  font-weight: 300;
  color: #29282E;
  display: block;
  text-align: left; }

.list-7-12-gol {
  font-size: 30px;
  font-weight: 700;
  color: #29282E;
  display: block;
  text-align: left;
  text-align: center; }

/*----- TAB Alineacion-----*/
.alineacion-cancha {
  width: 100%;
  position: relative;
  float: left; }

.cancha {
  width: calc(100% - 40px);
  margin: 20px; }

.jugadores {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 30px;
  left: 30px; }

.jugadores li {
  width: 50%;
  float: left;
  position: relative; }

.jugador {
  background-size: 30px;
  width: 30px;
  height: 30px; }

.plantel-a {
  width: calc(50% - 5px);
  float: left;
  border: 1px solid #D8D8D8;
  margin-right: 5px;
  padding: 0;
  background: #FFFFFF; }

.plantel-b {
  width: calc(50% - 5px);
  float: right;
  border: 1px solid #D8D8D8;
  margin-left: 5px;
  padding: 0;
  background: #FFFFFF; }

.plantel-img {
  width: 100%;
  max-width: 80px;
  float: left; }

.plantel-nomina {
  width: calc(100% - 10px);
  float: left;
  list-style: none;
  margin: 0 10px;
  padding: 0; }

.plantel-nomina li {
  width: calc(100% - 10px);
  padding: 5px;
  background: #F6F6F6;
  float: left;
  margin: 5px 0;
  font-weight: 700;
  text-transform: capitalize;
  font-style: italic; }

.plantel-nomina li:hover {
  background: #D8D8D8; }

.plantel-a .box-estadisticas {
  margin: 20px auto 0 auto; }

.plantel-b .box-estadisticas {
  margin: 20px auto 0 auto; }

.plantel-dt {
  width: 100%;
  background: #078F47 !important;
  color: #FFFFFF !important; }

.plantel-dt span {
  color: #FFFFFF !important; }

.plantel-space {
  margin: 10px auto 15px auto;
  float: left;
  width: 100%;
  text-align: center; }

.plantel-nomina li span {
  float: left; }

.plantel-nomina .yellow-card {
  float: right;
  -ms-transform: rotate(1deg);
  /* IE 9 */
  -webkit-transform: rotate(1deg);
  /* Chrome, Safari, Opera */
  transform: rotate(1deg); }

.plantel-nomina .red-card {
  float: right;
  -ms-transform: rotate(1deg);
  /* IE 9 */
  -webkit-transform: rotate(1deg);
  /* Chrome, Safari, Opera */
  transform: rotate(1deg); }

.f-right {
  float: right;
  margin: 6px 0px !important; }

.jugador-nombre {
  float: left;
  margin: 10px; }

.plantel-team-num {
  border-radius: 100%;
  padding: 8px 10px;
  color: #FFFFFF;
  background: #BB1A15;
  display: block;
  width: 36px;
  float: left; }

.timeline-inverted .marker-pin-2 {
  width: 22px;
  height: 22px;
  border-radius: 50% 50% 0 50%;
  background: #1F7B26;
  position: absolute;
  transform: rotate(-45deg);
  left: 10px;
  top: 15px;
  margin: 0px 0 0 -20px;
  animation-name: bounce;
  animation-fill-mode: both;
  animation-duration: 1s; }

.marker-pin-2 {
  width: 22px;
  height: 22px;
  border-radius: 0 50% 50% 50%;
  background: #1F7B26;
  position: absolute;
  transform: rotate(-45deg);
  right: -10px;
  top: 30px;
  margin: 0px 0 0 -20px;
  animation-name: bounce;
  animation-fill-mode: both;
  animation-duration: 1s; }

#A01 {
  top: 172px;
  left: 9px;
  position: relative; }

#A02 {
  top: 65px;
  left: 135px;
  position: relative; }

#B01 {
  top: 172px;
  left: 9px;
  position: relative; }

#B02 {
  top: 65px;
  left: 135px;
  position: relative; }

/*------ LINEA DE TIEMPO-------*/
.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
  display: block;
  clear: both; }

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: calc(100% - 23px);
  border-left: #d8d8d8 2px solid;
  border-right: #d8d8d8 2px solid;
  left: 23px;
  margin-left: -1.5px; }

.timeline > li {
  margin-bottom: 20px;
  position: relative; }

.timeline > li:before, .timeline > li:after {
  content: " ";
  display: table; }

.timeline > li:after {
  clear: both; }

.timeline > li:before, .timeline > li:after {
  content: " ";
  display: table; }

.timeline > li:after {
  clear: both; }

.timeline > li > .timeline-panel {
  width: 89%;
  padding: 20px 5px;
  position: relative;
  text-align: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  float: right;
  margin-right: 5%; }

.timeline > li > .timeline-badge .timeline-inverted .marker-pin-2 {
  left: 14px !important; }

.timeline > li > .timeline-badge {
  color: #fff;
  width: 25px;
  height: 25px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 5%;
  margin-left: -25px;
  z-index: 100; }

.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " "; }

.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " "; }

.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto; }

.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto; }

.timeline-heading {
  font-weight: 600;
  font-size: 14px;
  color: #27282D; }

.timeline-heading .yellow-card {
  margin-right: 10px;
  -ms-transform: rotate(1deg);
  /* IE 9 */
  -webkit-transform: rotate(1deg);
  /* Chrome, Safari, Opera */
  transform: rotate(1deg); }

.team-play {
  width: 100%;
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  display: block; }

.green-space {
  width: calc(100% - 11%);
  background: #078F47 !important;
  color: #FFFFFF !important;
  margin: 0 6%;
  text-align: left;
  text-transform: uppercase;
  font-style: italic;
  padding: 10px 20px; }

.timeline-heading .marker-relato-min {
  color: #C7CACF;
  font-size: 15px;
  border-radius: 100%;
  text-align: center;
  border: #EDECF2 2px solid;
  padding: 10px;
  font-weight: 500;
  background: #FFFFFF;
  display: block;
  clear: both;
  width: 45px;
  float: left;
  margin: 0 15px 0 0; }

.timeline-heading p {
  float: left;
  margin-top: 10px; }

.timeline-heading .fa-futbol-o {
  margin: 5px 10px 0 0; }

.timeline-body {
  float: left;
  margin: 10px 0 0;
  width: 90%; }

.timeline > li.timeline-inverted > .timeline-panel {
  float: left;
  margin-left: 6%; }

.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto; }

.timeline-badge.primary {
  background-color: #2e6da4 !important; }

.timeline-badge.success {
  background-color: #3f903f !important; }

.timeline-badge.warning {
  background-color: #f0ad4e !important; }

.timeline-badge.danger {
  background-color: #d9534f !important; }

.timeline-badge.info {
  background-color: #5bc0de !important; }

.timeline-title {
  margin-top: 0;
  color: inherit; }

.timeline-body > p, .timeline-body > ul {
  margin-bottom: 0; }

.timeline-body > p + p {
  margin-top: 5px; }

@media (max-width: 767px) {
  ul.timeline:before {
    left: 40px; }

  ul.timeline > li > .timeline-panel {
    width: calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: -webkit-calc(100% - 90px); }

  ul.timeline > li > .timeline-badge {
    left: 15px;
    margin-left: 0;
    top: 16px; }

  ul.timeline > li > .timeline-panel {
    float: right; }

  ul.timeline > li > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto; } }
/*------- LINEA DE TIEMPO --------*/
/*----- END TAB Alineacion-----*/
/*------- Tabs END ------*/
.rect-auto,
.c100.p51 .slice,
.c100.p52 .slice,
.c100.p53 .slice,
.c100.p54 .slice,
.c100.p55 .slice,
.c100.p56 .slice,
.c100.p57 .slice,
.c100.p58 .slice,
.c100.p59 .slice,
.c100.p60 .slice,
.c100.p61 .slice,
.c100.p62 .slice,
.c100.p63 .slice,
.c100.p64 .slice,
.c100.p65 .slice,
.c100.p66 .slice,
.c100.p67 .slice,
.c100.p68 .slice,
.c100.p69 .slice,
.c100.p70 .slice,
.c100.p71 .slice,
.c100.p72 .slice,
.c100.p73 .slice,
.c100.p74 .slice,
.c100.p75 .slice,
.c100.p76 .slice,
.c100.p77 .slice,
.c100.p78 .slice,
.c100.p79 .slice,
.c100.p80 .slice,
.c100.p81 .slice,
.c100.p82 .slice,
.c100.p83 .slice,
.c100.p84 .slice,
.c100.p85 .slice,
.c100.p86 .slice,
.c100.p87 .slice,
.c100.p88 .slice,
.c100.p89 .slice,
.c100.p90 .slice,
.c100.p91 .slice,
.c100.p92 .slice,
.c100.p93 .slice,
.c100.p94 .slice,
.c100.p95 .slice,
.c100.p96 .slice,
.c100.p97 .slice,
.c100.p98 .slice,
.c100.p99 .slice,
.c100.p100 .slice {
  clip: rect(auto, auto, auto, auto); }

.pie,
.c100 .bar,
.c100.p51 .fill,
.c100.p52 .fill,
.c100.p53 .fill,
.c100.p54 .fill,
.c100.p55 .fill,
.c100.p56 .fill,
.c100.p57 .fill,
.c100.p58 .fill,
.c100.p59 .fill,
.c100.p60 .fill,
.c100.p61 .fill,
.c100.p62 .fill,
.c100.p63 .fill,
.c100.p64 .fill,
.c100.p65 .fill,
.c100.p66 .fill,
.c100.p67 .fill,
.c100.p68 .fill,
.c100.p69 .fill,
.c100.p70 .fill,
.c100.p71 .fill,
.c100.p72 .fill,
.c100.p73 .fill,
.c100.p74 .fill,
.c100.p75 .fill,
.c100.p76 .fill,
.c100.p77 .fill,
.c100.p78 .fill,
.c100.p79 .fill,
.c100.p80 .fill,
.c100.p81 .fill,
.c100.p82 .fill,
.c100.p83 .fill,
.c100.p84 .fill,
.c100.p85 .fill,
.c100.p86 .fill,
.c100.p87 .fill,
.c100.p88 .fill,
.c100.p89 .fill,
.c100.p90 .fill,
.c100.p91 .fill,
.c100.p92 .fill,
.c100.p93 .fill,
.c100.p94 .fill,
.c100.p95 .fill,
.c100.p96 .fill,
.c100.p97 .fill,
.c100.p98 .fill,
.c100.p99 .fill,
.c100.p100 .fill {
  position: absolute;
  border: 0.08em solid #86BBE6;
  width: 0.84em;
  height: 0.84em;
  clip: rect(0em, 0.5em, 1em, 0em);
  border-radius: 50%;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg); }

.pie-fill,
.c100.p51 .bar:after,
.c100.p51 .fill,
.c100.p52 .bar:after,
.c100.p52 .fill,
.c100.p53 .bar:after,
.c100.p53 .fill,
.c100.p54 .bar:after,
.c100.p54 .fill,
.c100.p55 .bar:after,
.c100.p55 .fill,
.c100.p56 .bar:after,
.c100.p56 .fill,
.c100.p57 .bar:after,
.c100.p57 .fill,
.c100.p58 .bar:after,
.c100.p58 .fill,
.c100.p59 .bar:after,
.c100.p59 .fill,
.c100.p60 .bar:after,
.c100.p60 .fill,
.c100.p61 .bar:after,
.c100.p61 .fill,
.c100.p62 .bar:after,
.c100.p62 .fill,
.c100.p63 .bar:after,
.c100.p63 .fill,
.c100.p64 .bar:after,
.c100.p64 .fill,
.c100.p65 .bar:after,
.c100.p65 .fill,
.c100.p66 .bar:after,
.c100.p66 .fill,
.c100.p67 .bar:after,
.c100.p67 .fill,
.c100.p68 .bar:after,
.c100.p68 .fill,
.c100.p69 .bar:after,
.c100.p69 .fill,
.c100.p70 .bar:after,
.c100.p70 .fill,
.c100.p71 .bar:after,
.c100.p71 .fill,
.c100.p72 .bar:after,
.c100.p72 .fill,
.c100.p73 .bar:after,
.c100.p73 .fill,
.c100.p74 .bar:after,
.c100.p74 .fill,
.c100.p75 .bar:after,
.c100.p75 .fill,
.c100.p76 .bar:after,
.c100.p76 .fill,
.c100.p77 .bar:after,
.c100.p77 .fill,
.c100.p78 .bar:after,
.c100.p78 .fill,
.c100.p79 .bar:after,
.c100.p79 .fill,
.c100.p80 .bar:after,
.c100.p80 .fill,
.c100.p81 .bar:after,
.c100.p81 .fill,
.c100.p82 .bar:after,
.c100.p82 .fill,
.c100.p83 .bar:after,
.c100.p83 .fill,
.c100.p84 .bar:after,
.c100.p84 .fill,
.c100.p85 .bar:after,
.c100.p85 .fill,
.c100.p86 .bar:after,
.c100.p86 .fill,
.c100.p87 .bar:after,
.c100.p87 .fill,
.c100.p88 .bar:after,
.c100.p88 .fill,
.c100.p89 .bar:after,
.c100.p89 .fill,
.c100.p90 .bar:after,
.c100.p90 .fill,
.c100.p91 .bar:after,
.c100.p91 .fill,
.c100.p92 .bar:after,
.c100.p92 .fill,
.c100.p93 .bar:after,
.c100.p93 .fill,
.c100.p94 .bar:after,
.c100.p94 .fill,
.c100.p95 .bar:after,
.c100.p95 .fill,
.c100.p96 .bar:after,
.c100.p96 .fill,
.c100.p97 .bar:after,
.c100.p97 .fill,
.c100.p98 .bar:after,
.c100.p98 .fill,
.c100.p99 .bar:after,
.c100.p99 .fill,
.c100.p100 .bar:after,
.c100.p100 .fill {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.c100 {
  position: relative;
  font-size: 120px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  float: left;
  margin: 0 0.1em 0.1em 0;
  background-color: #BB1A15; }

.c100 *,
.c100 *:before,
.c100 *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.c100.center {
  float: none;
  margin: 0 auto; }

.c100.big {
  font-size: 240px; }

.c100.small {
  font-size: 80px; }

.c100 > span {
  position: absolute;
  width: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  line-height: 5em;
  font-size: 18px;
  color: #27272F;
  display: block;
  text-align: center;
  white-space: nowrap;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  text-transform: uppercase; }

.c100:after {
  position: absolute;
  top: 0.08em;
  left: 0.08em;
  display: block;
  content: " ";
  border-radius: 50%;
  background-color: #f5f5f5;
  width: 0.84em;
  height: 0.84em;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in; }

.c100 .slice {
  position: absolute;
  width: 1em;
  height: 1em;
  clip: rect(0em, 1em, 1em, 0.5em); }

.c100.p1 .bar {
  -webkit-transform: rotate(3.6deg);
  -moz-transform: rotate(3.6deg);
  -ms-transform: rotate(3.6deg);
  -o-transform: rotate(3.6deg);
  transform: rotate(3.6deg); }

.c100.p2 .bar {
  -webkit-transform: rotate(7.2deg);
  -moz-transform: rotate(7.2deg);
  -ms-transform: rotate(7.2deg);
  -o-transform: rotate(7.2deg);
  transform: rotate(7.2deg); }

.c100.p3 .bar {
  -webkit-transform: rotate(10.8deg);
  -moz-transform: rotate(10.8deg);
  -ms-transform: rotate(10.8deg);
  -o-transform: rotate(10.8deg);
  transform: rotate(10.8deg); }

.c100.p4 .bar {
  -webkit-transform: rotate(14.4deg);
  -moz-transform: rotate(14.4deg);
  -ms-transform: rotate(14.4deg);
  -o-transform: rotate(14.4deg);
  transform: rotate(14.4deg); }

.c100.p5 .bar {
  -webkit-transform: rotate(18deg);
  -moz-transform: rotate(18deg);
  -ms-transform: rotate(18deg);
  -o-transform: rotate(18deg);
  transform: rotate(18deg); }

.c100.p6 .bar {
  -webkit-transform: rotate(21.6deg);
  -moz-transform: rotate(21.6deg);
  -ms-transform: rotate(21.6deg);
  -o-transform: rotate(21.6deg);
  transform: rotate(21.6deg); }

.c100.p7 .bar {
  -webkit-transform: rotate(25.2deg);
  -moz-transform: rotate(25.2deg);
  -ms-transform: rotate(25.2deg);
  -o-transform: rotate(25.2deg);
  transform: rotate(25.2deg); }

.c100.p8 .bar {
  -webkit-transform: rotate(28.8deg);
  -moz-transform: rotate(28.8deg);
  -ms-transform: rotate(28.8deg);
  -o-transform: rotate(28.8deg);
  transform: rotate(28.8deg); }

.c100.p9 .bar {
  -webkit-transform: rotate(32.4deg);
  -moz-transform: rotate(32.4deg);
  -ms-transform: rotate(32.4deg);
  -o-transform: rotate(32.4deg);
  transform: rotate(32.4deg); }

.c100.p10 .bar {
  -webkit-transform: rotate(36deg);
  -moz-transform: rotate(36deg);
  -ms-transform: rotate(36deg);
  -o-transform: rotate(36deg);
  transform: rotate(36deg); }

.c100.p11 .bar {
  -webkit-transform: rotate(39.6deg);
  -moz-transform: rotate(39.6deg);
  -ms-transform: rotate(39.6deg);
  -o-transform: rotate(39.6deg);
  transform: rotate(39.6deg); }

.c100.p12 .bar {
  -webkit-transform: rotate(43.2deg);
  -moz-transform: rotate(43.2deg);
  -ms-transform: rotate(43.2deg);
  -o-transform: rotate(43.2deg);
  transform: rotate(43.2deg); }

.c100.p13 .bar {
  -webkit-transform: rotate(46.8deg);
  -moz-transform: rotate(46.8deg);
  -ms-transform: rotate(46.8deg);
  -o-transform: rotate(46.8deg);
  transform: rotate(46.8deg); }

.c100.p14 .bar {
  -webkit-transform: rotate(50.4deg);
  -moz-transform: rotate(50.4deg);
  -ms-transform: rotate(50.4deg);
  -o-transform: rotate(50.4deg);
  transform: rotate(50.4deg); }

.c100.p15 .bar {
  -webkit-transform: rotate(54deg);
  -moz-transform: rotate(54deg);
  -ms-transform: rotate(54deg);
  -o-transform: rotate(54deg);
  transform: rotate(54deg); }

.c100.p16 .bar {
  -webkit-transform: rotate(57.6deg);
  -moz-transform: rotate(57.6deg);
  -ms-transform: rotate(57.6deg);
  -o-transform: rotate(57.6deg);
  transform: rotate(57.6deg); }

.c100.p17 .bar {
  -webkit-transform: rotate(61.2deg);
  -moz-transform: rotate(61.2deg);
  -ms-transform: rotate(61.2deg);
  -o-transform: rotate(61.2deg);
  transform: rotate(61.2deg); }

.c100.p18 .bar {
  -webkit-transform: rotate(64.8deg);
  -moz-transform: rotate(64.8deg);
  -ms-transform: rotate(64.8deg);
  -o-transform: rotate(64.8deg);
  transform: rotate(64.8deg); }

.c100.p19 .bar {
  -webkit-transform: rotate(68.4deg);
  -moz-transform: rotate(68.4deg);
  -ms-transform: rotate(68.4deg);
  -o-transform: rotate(68.4deg);
  transform: rotate(68.4deg); }

.c100.p20 .bar {
  -webkit-transform: rotate(72deg);
  -moz-transform: rotate(72deg);
  -ms-transform: rotate(72deg);
  -o-transform: rotate(72deg);
  transform: rotate(72deg); }

.c100.p21 .bar {
  -webkit-transform: rotate(75.6deg);
  -moz-transform: rotate(75.6deg);
  -ms-transform: rotate(75.6deg);
  -o-transform: rotate(75.6deg);
  transform: rotate(75.6deg); }

.c100.p22 .bar {
  -webkit-transform: rotate(79.2deg);
  -moz-transform: rotate(79.2deg);
  -ms-transform: rotate(79.2deg);
  -o-transform: rotate(79.2deg);
  transform: rotate(79.2deg); }

.c100.p23 .bar {
  -webkit-transform: rotate(82.8deg);
  -moz-transform: rotate(82.8deg);
  -ms-transform: rotate(82.8deg);
  -o-transform: rotate(82.8deg);
  transform: rotate(82.8deg); }

.c100.p24 .bar {
  -webkit-transform: rotate(86.4deg);
  -moz-transform: rotate(86.4deg);
  -ms-transform: rotate(86.4deg);
  -o-transform: rotate(86.4deg);
  transform: rotate(86.4deg); }

.c100.p25 .bar {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.c100.p26 .bar {
  -webkit-transform: rotate(93.6deg);
  -moz-transform: rotate(93.6deg);
  -ms-transform: rotate(93.6deg);
  -o-transform: rotate(93.6deg);
  transform: rotate(93.6deg); }

.c100.p27 .bar {
  -webkit-transform: rotate(97.2deg);
  -moz-transform: rotate(97.2deg);
  -ms-transform: rotate(97.2deg);
  -o-transform: rotate(97.2deg);
  transform: rotate(97.2deg); }

.c100.p28 .bar {
  -webkit-transform: rotate(100.8deg);
  -moz-transform: rotate(100.8deg);
  -ms-transform: rotate(100.8deg);
  -o-transform: rotate(100.8deg);
  transform: rotate(100.8deg); }

.c100.p29 .bar {
  -webkit-transform: rotate(104.4deg);
  -moz-transform: rotate(104.4deg);
  -ms-transform: rotate(104.4deg);
  -o-transform: rotate(104.4deg);
  transform: rotate(104.4deg); }

.c100.p30 .bar {
  -webkit-transform: rotate(108deg);
  -moz-transform: rotate(108deg);
  -ms-transform: rotate(108deg);
  -o-transform: rotate(108deg);
  transform: rotate(108deg); }

.c100.p31 .bar {
  -webkit-transform: rotate(111.6deg);
  -moz-transform: rotate(111.6deg);
  -ms-transform: rotate(111.6deg);
  -o-transform: rotate(111.6deg);
  transform: rotate(111.6deg); }

.c100.p32 .bar {
  -webkit-transform: rotate(115.2deg);
  -moz-transform: rotate(115.2deg);
  -ms-transform: rotate(115.2deg);
  -o-transform: rotate(115.2deg);
  transform: rotate(115.2deg); }

.c100.p33 .bar {
  -webkit-transform: rotate(118.8deg);
  -moz-transform: rotate(118.8deg);
  -ms-transform: rotate(118.8deg);
  -o-transform: rotate(118.8deg);
  transform: rotate(118.8deg); }

.c100.p34 .bar {
  -webkit-transform: rotate(122.4deg);
  -moz-transform: rotate(122.4deg);
  -ms-transform: rotate(122.4deg);
  -o-transform: rotate(122.4deg);
  transform: rotate(122.4deg); }

.c100.p35 .bar {
  -webkit-transform: rotate(126deg);
  -moz-transform: rotate(126deg);
  -ms-transform: rotate(126deg);
  -o-transform: rotate(126deg);
  transform: rotate(126deg); }

.c100.p36 .bar {
  -webkit-transform: rotate(129.6deg);
  -moz-transform: rotate(129.6deg);
  -ms-transform: rotate(129.6deg);
  -o-transform: rotate(129.6deg);
  transform: rotate(129.6deg); }

.c100.p37 .bar {
  -webkit-transform: rotate(133.2deg);
  -moz-transform: rotate(133.2deg);
  -ms-transform: rotate(133.2deg);
  -o-transform: rotate(133.2deg);
  transform: rotate(133.2deg); }

.c100.p38 .bar {
  -webkit-transform: rotate(136.8deg);
  -moz-transform: rotate(136.8deg);
  -ms-transform: rotate(136.8deg);
  -o-transform: rotate(136.8deg);
  transform: rotate(136.8deg); }

.c100.p39 .bar {
  -webkit-transform: rotate(140.4deg);
  -moz-transform: rotate(140.4deg);
  -ms-transform: rotate(140.4deg);
  -o-transform: rotate(140.4deg);
  transform: rotate(140.4deg); }

.c100.p40 .bar {
  -webkit-transform: rotate(144deg);
  -moz-transform: rotate(144deg);
  -ms-transform: rotate(144deg);
  -o-transform: rotate(144deg);
  transform: rotate(144deg); }

.c100.p41 .bar {
  -webkit-transform: rotate(147.6deg);
  -moz-transform: rotate(147.6deg);
  -ms-transform: rotate(147.6deg);
  -o-transform: rotate(147.6deg);
  transform: rotate(147.6deg); }

.c100.p42 .bar {
  -webkit-transform: rotate(151.2deg);
  -moz-transform: rotate(151.2deg);
  -ms-transform: rotate(151.2deg);
  -o-transform: rotate(151.2deg);
  transform: rotate(151.2deg); }

.c100.p43 .bar {
  -webkit-transform: rotate(154.8deg);
  -moz-transform: rotate(154.8deg);
  -ms-transform: rotate(154.8deg);
  -o-transform: rotate(154.8deg);
  transform: rotate(154.8deg); }

.c100.p44 .bar {
  -webkit-transform: rotate(158.4deg);
  -moz-transform: rotate(158.4deg);
  -ms-transform: rotate(158.4deg);
  -o-transform: rotate(158.4deg);
  transform: rotate(158.4deg); }

.c100.p45 .bar {
  -webkit-transform: rotate(162deg);
  -moz-transform: rotate(162deg);
  -ms-transform: rotate(162deg);
  -o-transform: rotate(162deg);
  transform: rotate(162deg); }

.c100.p46 .bar {
  -webkit-transform: rotate(165.6deg);
  -moz-transform: rotate(165.6deg);
  -ms-transform: rotate(165.6deg);
  -o-transform: rotate(165.6deg);
  transform: rotate(165.6deg); }

.c100.p47 .bar {
  -webkit-transform: rotate(169.2deg);
  -moz-transform: rotate(169.2deg);
  -ms-transform: rotate(169.2deg);
  -o-transform: rotate(169.2deg);
  transform: rotate(169.2deg); }

.c100.p48 .bar {
  -webkit-transform: rotate(172.8deg);
  -moz-transform: rotate(172.8deg);
  -ms-transform: rotate(172.8deg);
  -o-transform: rotate(172.8deg);
  transform: rotate(172.8deg); }

.c100.p49 .bar {
  -webkit-transform: rotate(176.4deg);
  -moz-transform: rotate(176.4deg);
  -ms-transform: rotate(176.4deg);
  -o-transform: rotate(176.4deg);
  transform: rotate(176.4deg); }

.c100.p50 .bar {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.c100.p51 .bar {
  -webkit-transform: rotate(183.6deg);
  -moz-transform: rotate(183.6deg);
  -ms-transform: rotate(183.6deg);
  -o-transform: rotate(183.6deg);
  transform: rotate(183.6deg); }

.c100.p52 .bar {
  -webkit-transform: rotate(187.2deg);
  -moz-transform: rotate(187.2deg);
  -ms-transform: rotate(187.2deg);
  -o-transform: rotate(187.2deg);
  transform: rotate(187.2deg); }

.c100.p53 .bar {
  -webkit-transform: rotate(190.8deg);
  -moz-transform: rotate(190.8deg);
  -ms-transform: rotate(190.8deg);
  -o-transform: rotate(190.8deg);
  transform: rotate(190.8deg); }

.c100.p54 .bar {
  -webkit-transform: rotate(194.4deg);
  -moz-transform: rotate(194.4deg);
  -ms-transform: rotate(194.4deg);
  -o-transform: rotate(194.4deg);
  transform: rotate(194.4deg); }

.c100.p55 .bar {
  -webkit-transform: rotate(198deg);
  -moz-transform: rotate(198deg);
  -ms-transform: rotate(198deg);
  -o-transform: rotate(198deg);
  transform: rotate(198deg); }

.c100.p56 .bar {
  -webkit-transform: rotate(201.6deg);
  -moz-transform: rotate(201.6deg);
  -ms-transform: rotate(201.6deg);
  -o-transform: rotate(201.6deg);
  transform: rotate(201.6deg); }

.c100.p57 .bar {
  -webkit-transform: rotate(205.2deg);
  -moz-transform: rotate(205.2deg);
  -ms-transform: rotate(205.2deg);
  -o-transform: rotate(205.2deg);
  transform: rotate(205.2deg); }

.c100.p58 .bar {
  -webkit-transform: rotate(208.8deg);
  -moz-transform: rotate(208.8deg);
  -ms-transform: rotate(208.8deg);
  -o-transform: rotate(208.8deg);
  transform: rotate(208.8deg); }

.c100.p59 .bar {
  -webkit-transform: rotate(212.4deg);
  -moz-transform: rotate(212.4deg);
  -ms-transform: rotate(212.4deg);
  -o-transform: rotate(212.4deg);
  transform: rotate(212.4deg); }

.c100.p60 .bar {
  -webkit-transform: rotate(216deg);
  -moz-transform: rotate(216deg);
  -ms-transform: rotate(216deg);
  -o-transform: rotate(216deg);
  transform: rotate(216deg); }

.c100.p61 .bar {
  -webkit-transform: rotate(219.6deg);
  -moz-transform: rotate(219.6deg);
  -ms-transform: rotate(219.6deg);
  -o-transform: rotate(219.6deg);
  transform: rotate(219.6deg); }

.c100.p62 .bar {
  -webkit-transform: rotate(223.2deg);
  -moz-transform: rotate(223.2deg);
  -ms-transform: rotate(223.2deg);
  -o-transform: rotate(223.2deg);
  transform: rotate(223.2deg); }

.c100.p63 .bar {
  -webkit-transform: rotate(226.8deg);
  -moz-transform: rotate(226.8deg);
  -ms-transform: rotate(226.8deg);
  -o-transform: rotate(226.8deg);
  transform: rotate(226.8deg); }

.c100.p64 .bar {
  -webkit-transform: rotate(230.4deg);
  -moz-transform: rotate(230.4deg);
  -ms-transform: rotate(230.4deg);
  -o-transform: rotate(230.4deg);
  transform: rotate(230.4deg); }

.c100.p65 .bar {
  -webkit-transform: rotate(234deg);
  -moz-transform: rotate(234deg);
  -ms-transform: rotate(234deg);
  -o-transform: rotate(234deg);
  transform: rotate(234deg); }

.c100.p66 .bar {
  -webkit-transform: rotate(237.6deg);
  -moz-transform: rotate(237.6deg);
  -ms-transform: rotate(237.6deg);
  -o-transform: rotate(237.6deg);
  transform: rotate(237.6deg); }

.c100.p67 .bar {
  -webkit-transform: rotate(241.2deg);
  -moz-transform: rotate(241.2deg);
  -ms-transform: rotate(241.2deg);
  -o-transform: rotate(241.2deg);
  transform: rotate(241.2deg); }

.c100.p68 .bar {
  -webkit-transform: rotate(244.8deg);
  -moz-transform: rotate(244.8deg);
  -ms-transform: rotate(244.8deg);
  -o-transform: rotate(244.8deg);
  transform: rotate(244.8deg); }

.c100.p69 .bar {
  -webkit-transform: rotate(248.4deg);
  -moz-transform: rotate(248.4deg);
  -ms-transform: rotate(248.4deg);
  -o-transform: rotate(248.4deg);
  transform: rotate(248.4deg); }

.c100.p70 .bar {
  -webkit-transform: rotate(252deg);
  -moz-transform: rotate(252deg);
  -ms-transform: rotate(252deg);
  -o-transform: rotate(252deg);
  transform: rotate(252deg); }

.c100.p71 .bar {
  -webkit-transform: rotate(255.6deg);
  -moz-transform: rotate(255.6deg);
  -ms-transform: rotate(255.6deg);
  -o-transform: rotate(255.6deg);
  transform: rotate(255.6deg); }

.c100.p72 .bar {
  -webkit-transform: rotate(259.2deg);
  -moz-transform: rotate(259.2deg);
  -ms-transform: rotate(259.2deg);
  -o-transform: rotate(259.2deg);
  transform: rotate(259.2deg); }

.c100.p73 .bar {
  -webkit-transform: rotate(262.8deg);
  -moz-transform: rotate(262.8deg);
  -ms-transform: rotate(262.8deg);
  -o-transform: rotate(262.8deg);
  transform: rotate(262.8deg); }

.c100.p74 .bar {
  -webkit-transform: rotate(266.4deg);
  -moz-transform: rotate(266.4deg);
  -ms-transform: rotate(266.4deg);
  -o-transform: rotate(266.4deg);
  transform: rotate(266.4deg); }

.c100.p75 .bar {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg); }

.c100.p76 .bar {
  -webkit-transform: rotate(273.6deg);
  -moz-transform: rotate(273.6deg);
  -ms-transform: rotate(273.6deg);
  -o-transform: rotate(273.6deg);
  transform: rotate(273.6deg); }

.c100.p77 .bar {
  -webkit-transform: rotate(277.2deg);
  -moz-transform: rotate(277.2deg);
  -ms-transform: rotate(277.2deg);
  -o-transform: rotate(277.2deg);
  transform: rotate(277.2deg); }

.c100.p78 .bar {
  -webkit-transform: rotate(280.8deg);
  -moz-transform: rotate(280.8deg);
  -ms-transform: rotate(280.8deg);
  -o-transform: rotate(280.8deg);
  transform: rotate(280.8deg); }

.c100.p79 .bar {
  -webkit-transform: rotate(284.4deg);
  -moz-transform: rotate(284.4deg);
  -ms-transform: rotate(284.4deg);
  -o-transform: rotate(284.4deg);
  transform: rotate(284.4deg); }

.c100.p80 .bar {
  -webkit-transform: rotate(288deg);
  -moz-transform: rotate(288deg);
  -ms-transform: rotate(288deg);
  -o-transform: rotate(288deg);
  transform: rotate(288deg); }

.c100.p81 .bar {
  -webkit-transform: rotate(291.6deg);
  -moz-transform: rotate(291.6deg);
  -ms-transform: rotate(291.6deg);
  -o-transform: rotate(291.6deg);
  transform: rotate(291.6deg); }

.c100.p82 .bar {
  -webkit-transform: rotate(295.2deg);
  -moz-transform: rotate(295.2deg);
  -ms-transform: rotate(295.2deg);
  -o-transform: rotate(295.2deg);
  transform: rotate(295.2deg); }

.c100.p83 .bar {
  -webkit-transform: rotate(298.8deg);
  -moz-transform: rotate(298.8deg);
  -ms-transform: rotate(298.8deg);
  -o-transform: rotate(298.8deg);
  transform: rotate(298.8deg); }

.c100.p84 .bar {
  -webkit-transform: rotate(302.4deg);
  -moz-transform: rotate(302.4deg);
  -ms-transform: rotate(302.4deg);
  -o-transform: rotate(302.4deg);
  transform: rotate(302.4deg); }

.c100.p85 .bar {
  -webkit-transform: rotate(306deg);
  -moz-transform: rotate(306deg);
  -ms-transform: rotate(306deg);
  -o-transform: rotate(306deg);
  transform: rotate(306deg); }

.c100.p86 .bar {
  -webkit-transform: rotate(309.6deg);
  -moz-transform: rotate(309.6deg);
  -ms-transform: rotate(309.6deg);
  -o-transform: rotate(309.6deg);
  transform: rotate(309.6deg); }

.c100.p87 .bar {
  -webkit-transform: rotate(313.2deg);
  -moz-transform: rotate(313.2deg);
  -ms-transform: rotate(313.2deg);
  -o-transform: rotate(313.2deg);
  transform: rotate(313.2deg); }

.c100.p88 .bar {
  -webkit-transform: rotate(316.8deg);
  -moz-transform: rotate(316.8deg);
  -ms-transform: rotate(316.8deg);
  -o-transform: rotate(316.8deg);
  transform: rotate(316.8deg); }

.c100.p89 .bar {
  -webkit-transform: rotate(320.4deg);
  -moz-transform: rotate(320.4deg);
  -ms-transform: rotate(320.4deg);
  -o-transform: rotate(320.4deg);
  transform: rotate(320.4deg); }

.c100.p90 .bar {
  -webkit-transform: rotate(324deg);
  -moz-transform: rotate(324deg);
  -ms-transform: rotate(324deg);
  -o-transform: rotate(324deg);
  transform: rotate(324deg); }

.c100.p91 .bar {
  -webkit-transform: rotate(327.6deg);
  -moz-transform: rotate(327.6deg);
  -ms-transform: rotate(327.6deg);
  -o-transform: rotate(327.6deg);
  transform: rotate(327.6deg); }

.c100.p92 .bar {
  -webkit-transform: rotate(331.2deg);
  -moz-transform: rotate(331.2deg);
  -ms-transform: rotate(331.2deg);
  -o-transform: rotate(331.2deg);
  transform: rotate(331.2deg); }

.c100.p93 .bar {
  -webkit-transform: rotate(334.8deg);
  -moz-transform: rotate(334.8deg);
  -ms-transform: rotate(334.8deg);
  -o-transform: rotate(334.8deg);
  transform: rotate(334.8deg); }

.c100.p94 .bar {
  -webkit-transform: rotate(338.4deg);
  -moz-transform: rotate(338.4deg);
  -ms-transform: rotate(338.4deg);
  -o-transform: rotate(338.4deg);
  transform: rotate(338.4deg); }

.c100.p95 .bar {
  -webkit-transform: rotate(342deg);
  -moz-transform: rotate(342deg);
  -ms-transform: rotate(342deg);
  -o-transform: rotate(342deg);
  transform: rotate(342deg); }

.c100.p96 .bar {
  -webkit-transform: rotate(345.6deg);
  -moz-transform: rotate(345.6deg);
  -ms-transform: rotate(345.6deg);
  -o-transform: rotate(345.6deg);
  transform: rotate(345.6deg); }

.c100.p97 .bar {
  -webkit-transform: rotate(349.2deg);
  -moz-transform: rotate(349.2deg);
  -ms-transform: rotate(349.2deg);
  -o-transform: rotate(349.2deg);
  transform: rotate(349.2deg); }

.c100.p98 .bar {
  -webkit-transform: rotate(352.8deg);
  -moz-transform: rotate(352.8deg);
  -ms-transform: rotate(352.8deg);
  -o-transform: rotate(352.8deg);
  transform: rotate(352.8deg); }

.c100.p99 .bar {
  -webkit-transform: rotate(356.4deg);
  -moz-transform: rotate(356.4deg);
  -ms-transform: rotate(356.4deg);
  -o-transform: rotate(356.4deg);
  transform: rotate(356.4deg); }

.c100.p100 .bar {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg); }

.c100:hover {
  cursor: default; }

.c100:hover:after {
  top: 0.04em;
  left: 0.04em;
  width: 0.92em;
  height: 0.92em; }

.tv-body #desktop-main-navigation {
  background-image: -webkit-linear-gradient(left, #24242b 0%, black 100%);
  background-image: -o-linear-gradient(left, #24242b 0%, black 100%);
  background-image: linear-gradient(to right, #24242b 0%, black 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF24242B', endColorstr='#FF000000', GradientType=1); }

#contenidoArticuloTv .related-box {
  display: none; }

.highlight-videos .article-img-bg .view-video .player-options-box {
  display: block;
  position: relative;
  height: auto; }
.highlight-videos .article-img-bg .view-video .player-counter {
  color: #fff;
  position: inherit;
  float: right;
  width: calc(100% - 65px); }
  .highlight-videos .article-img-bg .view-video .player-counter strong {
    color: #fff;
    font-size: 21px; }
  .highlight-videos .article-img-bg .view-video .player-counter span {
    color: #959898; }
.highlight-videos .article-img-bg .view-video .play-btn {
  position: inherit;
  width: 50px;
  float: left;
  margin-top: -5px;
  top: 0; }
  .highlight-videos .article-img-bg .view-video .play-btn span {
    display: none; }
.highlight-videos .article-img-bg .view-video .article-header {
  height: auto;
  min-height: auto; }
.highlight-videos .wrapper-highlight-videos {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto; }
  .highlight-videos .wrapper-highlight-videos h2 {
    font-size: 20px; }
  .highlight-videos .wrapper-highlight-videos > .col-md-6:first-child h2 {
    font-size: 29px; }
    @media (min-width: 768px) {
      .highlight-videos .wrapper-highlight-videos > .col-md-6:first-child h2 {
        font-size: 34px; } }
.highlight-videos .col-xs-12 .col-xs-6 h2 {
  font-size: 16px !important; }
  @media (min-width: 768px) {
    .highlight-videos .col-xs-12 .col-xs-6 h2 {
      font-size: 18px !important;
      min-height: inherit; } }
@media (min-width: 1026px) {
  .highlight-videos .link-image {
    padding-bottom: 0; }
  .highlight-videos .img-responsive {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .highlight-videos article {
    height: 30vh; }
  .highlight-videos .esp-share-on article {
    height: calc(60vh + 4px); } }

.list-news-mini-lands {
  position: relative; }
  .list-news-mini-lands:after {
    content: "";
    display: table;
    clear: both; }
  .list-news-mini-lands .head-section-tv {
    top: 0;
    left: 0;
    position: absolute;
    z-index: 0;
    width: 100%; }
    .list-news-mini-lands .head-section-tv h3 {
      opacity: 0.5;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
      filter: alpha(opacity=50); }
  .list-news-mini-lands .metro-carousel {
    padding-top: 40px; }
    .list-news-mini-lands .metro-carousel ul li {
      position: relative; }
      .list-news-mini-lands .metro-carousel ul li:after {
        content: "";
        height: 2px;
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        background: #168c48;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .list-news-mini-lands .metro-carousel ul li:hover:after {
        width: 100%; }
  .list-news-mini-lands .control-metro-carousel {
    top: 19px; }
  .list-news-mini-lands .mini-item .article-header {
    position: relative; }
  .list-news-mini-lands .mini-item h2,
  .list-news-mini-lands .mini-item h2 a {
    color: #515454; }
  .list-news-mini-lands .mini-item .link-image {
    float: right; }

.rank-number-list .metro-carousel ul li {
  counter-increment: section; }
  .rank-number-list .metro-carousel ul li .mini-item .article-header h5 {
    padding-left: 40px; }
  .rank-number-list .metro-carousel ul li .mini-item .article-header:before {
    content: counter(section);
    position: absolute;
    top: -20px;
    left: 16px;
    font-size: 30px;
    font-weight: bold;
    z-index: 0;
    color: #168c48; }

.black18-bg {
  overflow: hidden; }
  .black18-bg .head-section-tv h3 {
    opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    filter: alpha(opacity=10); }
  .black18-bg .article-title a {
    color: #fff !important; }

.beige-bg {
  overflow: hidden;
  border-bottom: 0 none; }
  .beige-bg .head-section-tv h3 {
    color: #B7A582;
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20); }

.video-icon-on .link-image:after {
  content: "\f04b";
  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;
  color: #515454;
  border-radius: 50%;
  background: #fff;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  text-indent: 4px;
  position: relative;
  top: -22px;
  -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3); }

.pagination-top-right .simple-tabs-rounded {
  padding-right: 80px; }

.video-options-box {
  display: none;
  text-align: right;
  padding-top: 20px; }
  @media (min-width: 768px) {
    .video-options-box {
      display: block; } }
  @media (min-width: 1026px) {
    .video-options-box {
      padding-top: 40px; } }

.player-bottom-expan {
  padding: 0;
  text-align: right;
  display: inline-block;
  clear: both;
  list-style: none;
  margin: 0 0 0 10px; }
  .player-bottom-expan li {
    float: left;
    margin-left: 10px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100); }
    .player-bottom-expan li:hover .fa {
      color: #1db85f;
      border-color: #1db85f; }
    .player-bottom-expan li.active {
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0); }
  .player-bottom-expan .fa {
    width: 35px;
    height: 25px;
    border: 2px solid #92959A;
    display: block;
    color: #92959A;
    font-size: 16px;
    text-align: center;
    padding-top: 2px;
    cursor: pointer; }

.player .active .carr-i, .player .active .carr-c, .player .active .carr-d {
  border-color: #666472; }
.player .active .fa {
  border-color: #666472; }

.player-expand .active .carr-i, .player-expand .active .carr-c, .player-expand .active .carr-d {
  border-color: #fff; }
.player-expand .active .fa {
  border-color: #fff; }

.carr-i {
  width: 7px;
  height: 25px;
  border-bottom: 2px solid #92959A;
  border-top: 2px solid #92959A;
  border-right: 2px solid #92959A;
  display: inline-block; }

.carr-c {
  width: 22px;
  height: 25px;
  border: 2px solid #92959A;
  display: inline-block; }

.carr-d {
  width: 7px;
  height: 25px;
  border-bottom: 2px solid #92959A;
  border-top: 2px solid #92959A;
  border-left: 2px solid #92959A;
  display: inline-block; }

.fa-star-o {
  color: #DDAB4D;
  font-size: 16px;
  margin: 3px; }

.onoffswitch {
  position: relative;
  width: 40px;
  float: right;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  margin-right: 10px; }

.onoffswitch-checkbox {
  display: none; }

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  height: 20px;
  padding: 0;
  line-height: 20px;
  border: 2px solid #B8B8B8;
  border-radius: 20px;
  background-color: #d3d4d4;
  transition: background-color 0.3s ease; }

.onoffswitch-label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin: 0px;
  background: #515454;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
  border: 2px solid #B8B8B8;
  border-radius: 20px;
  transition: all 0.3s ease 0s; }

.onoffswitch-checkbox:checked + .onoffswitch-label {
  background-color: #E8E8E8; }

.onoffswitch-checkbox:checked + .onoffswitch-label, .onoffswitch-checkbox:checked + .onoffswitch-label:before {
  border-color: #ffffff; }

.onoffswitch-checkbox:checked + .onoffswitch-label:before {
  right: 0px;
  background: #168c48; }

.tv-swich {
  display: inline-block;
  float: left; }
  @media (min-width: 768px) {
    .tv-swich {
      float: none; } }
  .tv-swich span {
    color: #9D9D9D;
    font-size: 11px;
    margin: 0 15px;
    float: right;
    line-height: 1.7em;
    display: inline-block; }
    .player-expand .tv-swich span {
      color: #FFFFFF;
      font-size: 16px;
      margin: 0 15px;
      float: right; }

.video-box {
  -webkit-transition: all 0.5s ease 0.3s ease-in-out;
  transition: all 0.5s ease 0.3s ease-in-out; }
  .video-box .rating-star {
    float: left; }
  .video-box .player-options-box {
    margin-top: 15px;
    border-bottom: 2px solid #d3d4d4;
    padding-bottom: 15px;
    margin-bottom: 25px; }
    .video-box .player-options-box:after {
      content: ""; }
    .video-box .player-options-box .play-btn {
      display: none; }
    .video-box .player-options-box .player-counter:before, .video-box .player-options-box .player-counter:after {
      content: " ";
      display: table; }
    .video-box .player-options-box .player-counter:after {
      clear: both; }
    .video-box .player-options-box .player-counter .player-views strong, .video-box .player-options-box .player-counter .player-rank strong {
      font-weight: bold;
      font-size: 22px;
      margin-right: 15px; }
    .video-box .player-options-box .player-counter .player-views span, .video-box .player-options-box .player-counter .player-rank span {
      font-size: 16px;
      color: #959898; }
    .video-box .player-options-box .player-counter .player-views .fa-star, .video-box .player-options-box .player-counter .player-rank .fa-star {
      color: #F5A623;
      margin-right: 5px;
      font-size: 18px; }
    .video-box .player-options-box .player-counter .player-views {
      display: block;
      float: left;
      margin-right: 40px;
      visibility: hidden; }
    .video-box .player-options-box .player-counter .player-rank {
      display: inline-block; }
    .video-box .player-options-box .player-counter .player-bottom-share {
      float: right;
      display: none; }
      @media (min-width: 768px) {
        .video-box .player-options-box .player-counter .player-bottom-share {
          display: block; } }

#article-page .wrap-video-display {
  padding-top: 30px; }
  #article-page .wrap-video-display .control-metro-carousel {
    display: none; }
  #article-page .wrap-video-display .col-ajust {
    position: relative;
    z-index: 2; }
    @media (max-width: 768px) {
      #article-page .wrap-video-display .col-ajust {
        padding: 0; } }
  #article-page .wrap-video-display .grid-video-carousel {
    list-style: none; }
    #article-page .wrap-video-display .grid-video-carousel li {
      max-width: 100%;
      margin: 0; }
      @media (min-width: 768px) {
        #article-page .wrap-video-display .grid-video-carousel li {
          margin: 0 30px; } }
#article-page .video-full-temp .player-options-box {
  border-bottom: 0 none; }
  #article-page .video-full-temp .player-options-box strong, #article-page .video-full-temp .player-options-box .share {
    color: #fff; }
#article-page .video-full-temp .wrap-video-display {
  width: 100%;
  max-width: 100%;
  background: #1F2020;
  overflow: hidden;
  height: auto;
  position: relative;
  z-index: 2;
  transition: all 1s ease; }
  #article-page .video-full-temp .wrap-video-display .col-ajust {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    float: none; }
    @media (min-width: 1280px) {
      #article-page .video-full-temp .wrap-video-display .col-ajust {
        max-width: 1400px; } }
    @media (min-width: 1025px) and (max-width: 1280px) {
      #article-page .video-full-temp .wrap-video-display .col-ajust {
        padding-left: 75px; } }
  #article-page .video-full-temp .wrap-video-display .grid-video-carousel li {
    max-width: 100%;
    width: 100%; }
#article-page .play-list-temp .wrap-metro-carousel {
  position: relative; }
#article-page .play-list-temp .control-metro-carousel {
  display: block; }
  #article-page .play-list-temp .control-metro-carousel a {
    position: absolute;
    top: 0;
    height: 100%;
    width: 120px;
    z-index: 3;
    display: block;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0.3s ease-in-out;
    transition: all 0.3s ease 0.3s ease-in-out; }
    #article-page .play-list-temp .control-metro-carousel a::before {
      border: 2px solid #ccc;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      text-align: center;
      line-height: 37px;
      position: relative;
      top: 50%;
      left: 50%;
      display: block;
      color: #ccc;
      -webkit-transform: translate(-20px, -75px);
      -ms-transform: translate(-20px, -75px);
      -o-transform: translate(-20px, -75px);
      transform: translate(-20px, -75px);
      opacity: 0.5;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
      filter: alpha(opacity=50);
      -webkit-transition: all 0.3s ease 0.3s ease-in-out;
      transition: all 0.3s ease 0.3s ease-in-out; }
    #article-page .play-list-temp .control-metro-carousel a:hover::before {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
      color: #fff; }
    #article-page .play-list-temp .control-metro-carousel a.metro-carousel-control-prev {
      left: 0;
      background-image: -webkit-linear-gradient(left, #1f2020 0%, rgba(31, 32, 32, 0) 100%);
      background-image: -o-linear-gradient(left, #1f2020 0%, rgba(31, 32, 32, 0) 100%);
      background-image: linear-gradient(to right, #1f2020 0%, rgba(31, 32, 32, 0) 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1F2020', endColorstr='#001F2020', GradientType=1); }
    #article-page .play-list-temp .control-metro-carousel a.metro-carousel-control-next {
      right: 0;
      background-image: -webkit-linear-gradient(left, rgba(31, 32, 32, 0) 0%, #1f2020 100%);
      background-image: -o-linear-gradient(left, rgba(31, 32, 32, 0) 0%, #1f2020 100%);
      background-image: linear-gradient(to right, rgba(31, 32, 32, 0) 0%, #1f2020 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001F2020', endColorstr='#FF1F2020', GradientType=1); }
#article-page .play-list-temp .metro-carousel .grid-video-carousel li {
  max-width: 800px;
  margin: 0 30px; }

#votosStar {
  display: none;
  float: left; }

.rating {
  float: left;
  border: 0;
  padding: 0; }

fieldset {
  border: none; }

.rating:not(:checked) > input {
  position: absolute;
  top: -9999px;
  clip: rect(0, 0, 0, 0); }

.rating:not(:checked) > label {
  float: right;
  width: 26px;
  padding: 9px 2px 0;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 26px;
  line-height: 26px;
  color: #ddd; }

.rating:not(:checked) > label:before {
  content: '\f005';
  font-size: 24px; }

.rating > input:checked ~ label {
  color: #F5A623; }

.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
  color: #F5A623; }

.rating > input:checked + label:hover,
.rating > input:checked + label:hover ~ label,
.rating > input:checked ~ label:hover,
.rating > input:checked ~ label:hover ~ label,
.rating > label:hover ~ input:checked ~ label {
  color: #F5A623; }

.rating > label:active {
  position: relative;
  top: 2px;
  left: 2px; }

/*-----   style titulo galeria ------*/
.titulogaleria {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 3%;
  width: calc(100% - 24%);
  z-index: 2;
  border-radius: 2px; }

@media (min-width: 768px) {
  .titulogaleria h2 {
    font-size: 45.5px;
    font-weight: 500; } }
@media (min-width: 480px) {
  .titulogaleria h2 {
    font-size: 35px;
    font-weight: 500;
    color: #fff; } }
.titulogaleria h2 {
  font-size: 24px;
  font-weight: 500;
  color: #fff; }

.titulogaleria span {
  position: absolute;
  z-index: 9;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  font-size: 12px;
  paddin: 5px auto; }

.titulogaleria .fa-camera {
  color: #fff;
  font-size: 20px;
  position: relative;
  top: 8px; }

.titulogaleria .fa-times-circle {
  color: #b7b7b7;
  font-size: 30px;
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 5px; }

.titulogaleria .fa-times-circle:hover {
  color: #222; }

.bannerAbs {
  position: absolute;
  bottom: 15px;
  width: calc(100% - 15%); }

.gallery-description .social-media {
  border-top: 1px solid #D8D8D8;
  padding-top: 5px;
  margin: 10px auto;
  text-align: right; }

.gallery-description .social-media span {
  text-align: justify;
  font-size: 13px; }

.gallery-description .social-media .fa {
  color: #D8D8D8;
  margin-left: 10px; }

.gallery-description .social-media .fa:hover {
  color: #222; }

/*-----   style titulo galeria ------*/
@media (min-width: 768px) {
  #article-page .footer-box .wrapper {
    padding-left: 60px; } }

.footer-box {
  min-height: 200px;
  /*momentaneo*/
  background: #4E4D57;
  /*momentaneo*/
  position: relative;
  /*
  
  $grafico-bg-color:		#BE242C !default;
  $showbiz-bg-color:		#B7228C !default;
  $publiesport-bg-color:	#495B6C !default;
  $tco-bg-color:			#392D3B !default;
  $tv-bg-color:			#24242B !default;
  $diariopyme-bg-color:	#C4D3DE !default;
  
  
  */ }
  .footer-box .navbar-nav {
    margin: 0;
    width: 100%; }
    .footer-box .navbar-nav li {
      display: inline-block; }
      @media (max-width: 480px) {
        .footer-box .navbar-nav li:first-child {
          display: block;
          text-align: center; } }
  @media (max-width: 480px) {
    .footer-box .options-head-footer {
      padding-top: 7px;
      margin-top: 15px;
      border-top: 1px solid rgba(255, 255, 255, 0.2);
      width: 100%; }
      .footer-box .options-head-footer .down-open {
        float: right; }
    .footer-box .wrap-product .nav li {
      width: 100%;
      text-align: center;
      box-sizing: border-box;
      margin: 0; } }
  .footer-box .head-section-brand [role="button"] {
    position: relative;
    height: 40px;
    display: block;
    cursor: pointer; }
    .footer-box .head-section-brand [role="button"]:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      display: block;
      z-index: 3; }
  .footer-box .head-section-brand .logo-metro {
    width: 166px;
    position: relative; }
  .footer-box .print-list {
    padding: 20px 0; }
    .footer-box .print-list li {
      background: #fff;
      min-height: 194px;
      padding: 0;
      position: relative;
      overflow: hidden;
      width: 150px; }
      .footer-box .print-list li img {
        background: #fff;
        box-shadow: none; }
      .footer-box .print-list li h5 {
        min-height: 47px;
        position: absolute;
        width: 100%;
        bottom: 0;
        background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 80%);
        background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 80%);
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 80%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FFFFFF', endColorstr='#FFFFFFFF', GradientType=0);
        color: #515454;
        padding-top: 30px;
        padding-bottom: 10px; }
  @media (max-width: 768px) {
    .footer-box .open-closed-box .col-md-2.col-sm-4.col-xs-6 {
      width: 100%; }
      .footer-box .open-closed-box .col-md-2.col-sm-4.col-xs-6 h5 {
        text-align: center; } }
  .footer-box .media-partner-box .logo-mp img {
    border-radius: 3px;
    -moz-box-shadow: 0px 4px 8px -4px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 4px 8px -4px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 4px 8px -4px rgba(0, 0, 0, 0.5);
    -webkit-transition: 0.8s ease 0.3s ease-in-out;
    transition: 0.8s ease 0.3s ease-in-out; }
    .footer-box .media-partner-box .logo-mp img:hover {
      -moz-box-shadow: 0px 10px 30px 0px black;
      -webkit-box-shadow: 0px 10px 30px 0px black;
      box-shadow: 0px 10px 30px 0px black; }
  .footer-box .creditos {
    background: #272631; }
    .footer-box .creditos p {
      text-align: center;
      font-size: 12px;
      color: #ccc; }
  .footer-box .menu-map {
    position: relative; }
  .footer-box.publicaciones .menu-map:nth-child(2) {
    padding-top: 20px;
    height: auto; }
    .footer-box.publicaciones .menu-map:nth-child(2) .open-closed-box, .footer-box.publicaciones .menu-map:nth-child(2) .corte {
      display: none; }
  .footer-box .nav li {
    line-height: 3em;
    color: #d3d4d4;
    margin: 0 20px; }
    .footer-box .nav li .nueva-mujer {
      min-width: 130px; }
    .footer-box .nav li .ign {
      background-size: 100%;
      min-width: 67px; }
    .footer-box .nav li .askmen {
      min-width: 89px;
      background-size: 100%; }
    .footer-box .nav li .pcmag {
      background-size: 100%; }
  .footer-box .down-open {
    width: 50px;
    border-left: 1px dotted rgba(255, 255, 255, 0.64);
    color: #fff;
    display: inline-block;
    text-align: center; }
    @media (max-width: 480px) {
      .footer-box .down-open {
        position: absolute;
        top: 0;
        right: 0; } }
    .footer-box .down-open .icon-down-open {
      line-height: 40px;
      vertical-align: bottom; }
  .footer-box .head-section-brand > .pull-right {
    display: none; }
    @media (max-width: 480px) {
      .footer-box .head-section-brand > .pull-right {
        width: 100%; }
        .footer-box .head-section-brand > .pull-right > .nav-right {
          float: right; } }
    .footer-box .head-section-brand > .pull-right > div {
      display: inline-block;
      margin-top: 4px;
      vertical-align: bottom; }
  .footer-box .share-list li span {
    font-size: 14px;
    color: #fff; }
  .footer-box .share-list li a {
    color: rgba(255, 255, 255, 0.64);
    font-size: 18px;
    line-height: 38px; }
    .footer-box .share-list li a:hover {
      color: white; }
  .footer-box #editor-picker-box {
    font-size: 14px;
    line-height: 35px;
    position: relative; }
    .footer-box #editor-picker-box a {
      color: #d3d4d4; }
  .footer-box .corte {
    position: relative;
    height: 71px;
    overflow: hidden;
    /* margin-top: -50px; */
    width: 100%;
    position: absolute;
    top: -52px;
    overflow: hidden;
    margin-bottom: 0px;
    z-index: 0; }
  .footer-box .product-list {
    background: #3B3C46; }
  .footer-box .section-list {
    padding-left: 0;
    list-style-type: none; }
    .footer-box .section-list li {
      margin-bottom: 5px;
      padding-bottom: 5px; }
      .footer-box .section-list li a {
        color: #fff;
        font-weight: 200;
        font-size: 16px; }
  .footer-box .horizontal-list {
    list-style-type: none;
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 0; }
    .footer-box .horizontal-list li {
      display: inline-block;
      margin-bottom: 0;
      padding-bottom: 0;
      font-size-adjust: 24px;
      width: 100%; }
      @media (min-width: 768px) {
        .footer-box .horizontal-list li {
          width: auto; } }
      .footer-box .horizontal-list li > a {
        padding: 0 20px;
        display: block;
        line-height: 35px;
        font-size: 12px;
        color: rgba(255, 255, 255, 0.7); }
        .footer-box .horizontal-list li > a:hover {
          color: white; }
      .footer-box .horizontal-list li > h5 {
        margin-bottom: 0;
        font-size: 12px; }
  .footer-box .menu-map .wrapper {
    position: relative;
    z-index: 1; }
  .footer-box .menu-map .in-content h5, .footer-box .menu-map .in-content h5 a {
    color: #fff193;
    font-weight: 300;
    margin-bottom: 20px; }
  .footer-box .diagonal-decoration-footer:before {
    content: ' ';
    background-color: #168c48;
    width: 100%;
    height: 54px;
    display: block;
    -webkit-transform: skewX(0) skewY(1deg);
    -ms-transform: skewX(0) skewY(1deg);
    -o-transform: skewX(0) skewY(1deg);
    transform: skewX(0) skewY(1deg);
    bottom: -8px;
    position: absolute;
    left: 0;
    z-index: 0; }
  .footer-box .metro-menu-map {
    background-color: #168c48; }
  .footer-box .grafico-menu-map {
    background-color: #BE242C; }
    .footer-box .grafico-menu-map .diagonal-decoration-footer:before {
      background: #BE242C !important; }
  .footer-box .showbiz-menu-map {
    background-color: #B7228C; }
    .footer-box .showbiz-menu-map .diagonal-decoration-footer:before {
      background: #B7228C !important; }
  .footer-box .publiesport-menu-map {
    background-color: #495B6C; }
    .footer-box .publiesport-menu-map .diagonal-decoration-footer:before {
      background: #495B6C !important; }
  .footer-box .tco-menu-map {
    background-color: #392D3B; }
    .footer-box .tco-menu-map .diagonal-decoration-footer:before {
      background: #392D3B !important; }
  .footer-box .tv-menu-map {
    background-color: #24242B; }
    .footer-box .tv-menu-map .diagonal-decoration-footer:before {
      background: #24242B !important; }
  .footer-box .diariopyme-menu-map {
    background-color: #C4D3DE; }
    .footer-box .diariopyme-menu-map .diagonal-decoration-footer:before {
      background: #C4D3DE !important; }

.metro-carousel-wrapper {
  padding: 20px 0; }

@media (max-width: 768px) {
  .others-footer h5 {
    background: rgba(38, 44, 49, 0.3);
    border-radius: 4px;
    padding: 7px; } }

@media (min-width: 1026px) {
  .open-closed-box .col-md-2.col-sm-4.col-xs-6 {
    width: 14%; } }

.content {
  margin-bottom: 20px !important; }

.content--wrap-bnr {
  background: #fbfbfb;
  padding: 3px 0 10px 0; }
  .content--wrap-bnr label {
    font-size: 11px;
    font-weight: normal;
    display: block;
    text-align: center; }

.content--row-md-6 {
  position: relative;
  height: auto; }
  @media (min-width: 768px) {
    .content--row-md-6 {
      height: 652px; } }

.content--wrap-bnr {
  height: 652px; }

.content--row-md-1 {
  height: 92px;
  position: relative; }

.content--row-md-2 {
  height: 204px;
  position: relative; }

.content--row-md-4 {
  height: 428px;
  position: relative; }

.content--row-md-5 {
  height: 540px;
  position: relative; }

.content--row-md-3 {
  height: auto;
  position: relative; }
  @media (min-width: 768px) {
    .content--row-md-3 {
      height: 316px; } }

[class*="content--row"] {
  overflow: hidden; }

.porta-bnr__w300 {
  width: 300px;
  margin: 0 auto; }

.without-picture .article-view__wrap-foto {
  display: none; }
.without-picture .article-view__data-entry {
  height: 100%;
  border-top: 4px solid #0d7e3d;
  padding-top: 15px !important;
  min-height: 100% !important; }
  .without-picture .article-view__data-entry .ep {
    position: initial !important;
    top: 0 !important;
    display: inline-block; }
  .without-picture .article-view__data-entry .tit {
    font-size: 30px !important;
    clear: both; }

.article-view__mask {
  overflow: hidden;
  height: auto; }
.article-view__wrap-foto {
  width: 100%;
  height: 100%;
  display: block; }
  .article-view__wrap-foto .article-view__foto {
    width: 100%; }
.article-view--shadow-box {
  -moz-box-shadow: 0px 1px 8px -4px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0px 1px 8px -4px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 1px 8px -4px rgba(0, 0, 0, 0.7); }
.article-view__footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 0px 0 3px 0;
  background: #fff; }

.article-view__foto {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease 0.3s ease-in-out;
  transition: all 0.5s ease 0.3s ease-in-out; }
  .article-view__foto.current {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100); }

.excerpt {
  margin-bottom: 0;
  margin-top: -15px; }

.ads-skin {
  background: #ccc; }
  .ads-skin .bloque--fix {
    padding: 10px; }

@media (min-width: 1026px) {
  .bloque--fix > .row > .col-md-9 {
    width: calc(100% - 334px); } }
@media (min-width: 1026px) {
  .bloque--fix > .row > .col-md-6 {
    width: calc(67% - 233px); } }
@media (min-width: 1026px) {
  .bloque--fix > .row > .col-md-3 {
    width: calc(33.33% - 112px); } }

.ads-skin .bloque--fix > .row {
  margin: 0 -7px; }
  @media (min-width: 1026px) {
    .ads-skin .bloque--fix > .row > div[class^='col-'] {
      padding: 0 7px; }
    .ads-skin .bloque--fix > .row > .col-md-9 {
      width: calc(100% - 330px); }
    .ads-skin .bloque--fix > .row > .col-md-6 {
      width: calc(67% - 221px); }
    .ads-skin .bloque--fix > .row > .col-md-3 {
      width: calc(33% - 109px); } }

.trans-menu-metro {
  background: #00863e; }

.bloque--fix .pic-full-width [data-responsive-image][min-width~="430px"] .article-view__foto {
  width: 100% !important;
  height: auto !important; }

.ViewContent:hover .typecontent-btn .fa {
  background: #168c48;
  color: #fff; }
  .ViewContent:hover .typecontent-btn .fa:before {
    font-size: 23px; }

.article-view--01 .excerpt {
  display: none; }
  @media (min-width: 768px) {
    .article-view--01 .excerpt {
      display: block; } }
.article-view--01 .ep {
  background: yellow;
  display: inline-block;
  padding: 3px 7px;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  font-style: italic; }
.article-view--01 .article-view__mask {
  position: relative; }
  @media (min-width: 768px) {
    .article-view--01 .article-view__mask {
      position: absolute;
      bottom: 0;
      top: 0;
      right: 0;
      left: 0;
      width: 100%;
      height: 100%; } }
.article-view--01 .article-view__data-entry {
  background-image: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.6) 80%);
  background-image: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.6) 80%);
  background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.6) 80%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#99000000', GradientType=0);
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  padding: 4em 2em 3em; }
  .article-view--01 .article-view__data-entry .tit {
    margin-top: 0px;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .article-view--01 .article-view__data-entry .tit {
        margin-bottom: 20px; } }
  .article-view--01 .article-view__data-entry .excerpt {
    color: #ccc; }
  .article-view--01 .article-view__data-entry h1 a, .article-view--01 .article-view__data-entry h2 a, .article-view--01 .article-view__data-entry h3 a, .article-view--01 .article-view__data-entry h4 a {
    color: #fff; }
.article-view--01 .article-view__wrap-foto {
  background: #000; }
  .article-view--01 .article-view__wrap-foto .article-view__foto {
    position: relative;
    width: 100%;
    height: auto; }
    @media (min-width: 768px) {
      .article-view--01 .article-view__wrap-foto .article-view__foto {
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        left: 50%;
        top: 0;
        width: auto;
        height: 100%; } }
  .article-view--01 .article-view__wrap-foto .article-view__foto.current {
    opacity: 1 !important; }
.article-view--01 .article-view__mask[max-width~="400px"] .article-view__data-entry {
  padding: 1.2em;
  padding-bottom: 45px; }
  .article-view--01 .article-view__mask[max-width~="400px"] .article-view__data-entry h1 {
    font-size: 22px; }
.article-view--01 .article-view__footer {
  background: none;
  padding: 0;
  border-top: 1px dashed #717171; }
  .article-view--01 .article-view__footer .article-category-list {
    border-bottom: 0 none; }

[data-format="fix-width"] .article-view__wrap-foto .article-view__foto {
  width: 100%;
  height: auto; }

[data-responsive-image] {
  height: 100%; }

.content--row-md-6 .article-view--01 h2.tit, .content--row-md-3 .article-view--01 h2.tit {
  font-size: 24px; }
  @media (min-width: 768px) {
    .content--row-md-6 .article-view--01 h2.tit, .content--row-md-3 .article-view--01 h2.tit {
      font-size: 34px; } }

.side-col .content--row-md-3 .article-view--01 h2.tit {
  font-size: 26px; }

.achicar-3x2 .article-view__foto {
  width: 100% !important;
  height: auto !important;
  top: 15%; }
.achicar-3x2 .article-view__data-entry .tit {
  font-size: 28px !important; }

.article-view--02 .article-view__data-entry {
  background: #fff;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1px 0px 40px; }
  @media (min-width: 768px) {
    .article-view--02 .article-view__data-entry {
      position: absolute; } }
  @media (min-width: 768px) {
    .article-view--02 .article-view__data-entry {
      padding: 0 5px;
      min-height: 50%;
      max-height: 70%; } }
  .article-view--02 .article-view__data-entry .ep {
    position: absolute;
    top: -25px;
    left: 0;
    margin: 0;
    background: #00863e;
    padding: 3px 7px;
    color: #fff;
    font-weight: 200;
    font-style: italic; }
@media (min-width: 768px) {
  .article-view--02[data-video="true"] .article-view__data-entry {
    min-height: 42%;
    max-height: 42%; } }
.article-view--02 .article-view__data-entry[min-width~="0px"][max-width~="400px"] .article-view__data-entry {
  max-height: 230px; }
.article-view--02 .article-view__data-entry[min-width~="0px"][max-width~="400px"] .tit {
  font-size: 20px;
  margin-top: 10px; }
.article-view--02 .article-view__data-entry[min-width~="0px"][max-width~="240px"] .tit {
  font-size: 18px; }
.article-view--02 .article-view__data-entry[min-width~="0px"][max-width~="240px"] .ep {
  font-size: 13px; }
.article-view--02 .article-view__data-entry[min-width~="0px"][max-width~="240px"] .excerpt {
  max-height: 90px; }
.article-view--02 .embed-responsive-16by9[min-width~="0px"][max-width~="240px"] {
  min-height: 200px; }

.without-picture-icon .article-view--02 .article-view__data-entry .ep {
  margin-left: 55px; }

.article-view--03 {
  -moz-box-shadow: 0px 0px 4px 0px #cacaca;
  -webkit-box-shadow: 0px 0px 4px 0px #cacaca;
  box-shadow: 0px 0px 4px 0px #cacaca;
  position: absolute;
  height: 100%;
  width: 100%;
  background: white; }
  .article-view--03 .article-view__mask {
    position: relative;
    height: 100%; }
  .article-view--03 .article-view__data-entry {
    background: #fff;
    margin-left: 35%;
    padding: 0px 10px; }
    .article-view--03 .article-view__data-entry h4 {
      font-size: 14px;
      margin: 4px 0; }
    .article-view--03 .article-view__data-entry h5 {
      font-size: 12px;
      margin-top: 0; }
  .article-view--03 .article-view__wrap-foto {
    position: absolute;
    height: 100%;
    max-width: 35%;
    display: block;
    float: left;
    margin-right: 10px;
    overflow: hidden; }
    .article-view--03 .article-view__wrap-foto .article-view__foto {
      width: auto;
      height: 100%;
      position: relative;
      -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
      -o-transform: translate(-50%, 0%);
      transform: translate(-50%, 0%);
      margin-left: 50%; }
  .article-view--03 .ep {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    background: #00863e;
    padding: 3px 7px;
    color: #fff;
    font-weight: 200;
    font-style: italic; }
  .article-view--03 .typecontent-btn {
    transform: scale(0.8);
    left: 0px;
    top: 0; }

.ads-skin .article-view--03 .article-view__data-entry h4 {
  font-size: 14px !important; }

.customgrid {
  position: relative;
  overflow: hidden; }
  .customgrid .body-content #shareaffix {
    margin-right: -15px;
    width: 50px;
    display: block; }
    .customgrid .body-content #shareaffix.affix {
      top: 80px;
      z-index: 50; }
    .customgrid .body-content #shareaffix li {
      float: inherit;
      margin-bottom: 10px;
      line-height: inherit; }
      .customgrid .body-content #shareaffix li .fa {
        color: #fff;
        width: 100%;
        height: auto;
        line-height: 50px;
        cursor: pointer; }
      .customgrid .body-content #shareaffix li .fa-facebook {
        background-color: #3B5998; }
        .customgrid .body-content #shareaffix li .fa-facebook:hover {
          -moz-box-shadow: 0 3px 0 #1e2e4f;
          -webkit-box-shadow: 0 3px 0 #1e2e4f;
          box-shadow: 0 3px 0 #1e2e4f; }
      .customgrid .body-content #shareaffix li .fa-twitter {
        background-color: #55acee; }
        .customgrid .body-content #shareaffix li .fa-twitter:hover {
          -moz-box-shadow: 0 3px 0 #147bc9;
          -webkit-box-shadow: 0 3px 0 #147bc9;
          box-shadow: 0 3px 0 #147bc9; }
  .customgrid .body-content p {
    margin-bottom: 30px;
    font-weight: 400; }
  .customgrid .body-content .col-md-12.col-sm-12.col-xs-12 {
    width: 100%;
    margin-bottom: 30px;
    clear: both;
    padding: 0; }
  .customgrid .body-content .gallery-wrap {
    margin-bottom: 30px; }
  .customgrid .body-content .recommend-box-width {
    padding: 0 15px; }
    .customgrid .body-content .recommend-box-width > .row {
      padding: 0; }
      .customgrid .body-content .recommend-box-width > .row .col-sm-4 {
        padding: 0; }
  .customgrid__main-content {
    display: flex;
    flex-wrap: wrap; }
    @media (min-width: 1026px) {
      .customgrid__main-content {
        display: block; } }
  .customgrid__article-wraper {
    padding: 0 10px;
    margin: 0 auto; }
    @media (min-width: 1026px) {
      .customgrid__article-wraper {
        padding: 0 40px; } }
  @media (min-width: 768px) {
    .customgrid__article-wraper {
      width: 698px; } }
  @media (min-width: 1025px) {
    .customgrid__article-wraper {
      width: 955px; } }
  @media (min-width: 1280px) {
    .customgrid__article-wraper {
      width: 1210px; }
    .customgrid .ads-skin {
      padding-top: 120px;
      background-position-x: 50% !important; }
      .customgrid .ads-skin .customgrid__article-wraper {
        width: 1036px !important;
        background-color: #fff;
        overflow: hidden;
        padding: 0 25px; }
        .customgrid .ads-skin .customgrid__article-wraper .article__header {
          transform: inherit; }
        .customgrid .ads-skin .customgrid__article-wraper #shareaffix {
          width: 40px !important; }
      .customgrid .ads-skin .customgrid__main-content {
        margin-top: 30px;
        overflow: hidden; } }
  .customgrid .ads-skin .customgrid__article-wraper {
    background: #fff; }
  @media (min-width: 1366px) {
    .customgrid__article-wraper {
      width: 1366px; } }
  .customgrid .portaSkin {
    display: block;
    overflow: hidden;
    height: auto;
    /*@include breakpoint(laptop){
        margin-left: 55px;
    } */ }
  @media (max-width: 768px) {
    .customgrid .article__main, .customgrid .article__sidebar {
      width: 100% !important; } }
  .customgrid .article__header {
    order: 1;
    width: 100%;
    float: left; }
  .customgrid .article__sidebar {
    padding: 10px;
    order: 3;
    float: right;
    margin-bottom: 30px;
    width: 100%; }
    @media (min-width: 1026px) {
      .customgrid .article__sidebar {
        width: 320px; } }
    .customgrid .article__sidebar .content {
      margin-bottom: 40px !important; }
      .customgrid .article__sidebar .content article {
        padding: 10px 10px 0;
        border: 1px solid #d7e4da;
        -webkit-transition: all 0.8s ease;
        transition: all 0.8s ease; }
        .customgrid .article__sidebar .content article:hover {
          box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.2);
          transform: translateY(-2px); }
        .customgrid .article__sidebar .content article .article-category-list {
          border-bottom: 0; }
        .customgrid .article__sidebar .content article .article-highlight {
          display: none; }
        .customgrid .article__sidebar .content article .article-title {
          font-size: 18px; }
      .customgrid .article__sidebar .content .wrap-bnr .slot {
        margin-bottom: 0; }
      .customgrid .article__sidebar .content .video-format .video-format__layer {
        position: absolute;
        background: rgba(34, 34, 34, 0.3);
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
      .customgrid .article__sidebar .content .video-format .video-format__label {
        position: absolute;
        bottom: 10px;
        color: #fff;
        padding-left: 70px; }
        .customgrid .article__sidebar .content .video-format .video-format__label h5 {
          color: #fff; }
        .customgrid .article__sidebar .content .video-format .video-format__label span {
          font-size: 13px; }
        .customgrid .article__sidebar .content .video-format .video-format__label .video-format__play-box {
          text-align: right;
          font-size: 43px;
          position: absolute;
          left: 7px;
          bottom: 10px;
          width: 50px;
          height: 50px; }
  .customgrid .article__main {
    order: 2;
    float: left;
    margin-bottom: 30px;
    width: 100%; }
    @media (min-width: 1026px) {
      .customgrid .article__main {
        width: calc(100% - 350px); } }
  @media (min-width: 1026px) {
    .customgrid.customgrid--full-width .article__header {
      transform: translate(-50%, 0px);
      position: relative;
      margin-left: 50%;
      width: 100vw;
      width: calc(100vw - 70px); } }
  .customgrid.customgrid--header-in-main .article__header {
    width: 100%; }
    @media (min-width: 1026px) {
      .customgrid.customgrid--header-in-main .article__header {
        width: calc(100% - 350px); } }

.head-image-full .customgrid__main-content, .head-image-inside .customgrid__main-content, .head-image-full-large .customgrid__main-content {
  margin-top: 50px; }
.head-image-full .article__header .mask-image .wrap-text, .head-image-inside .article__header .mask-image .wrap-text, .head-image-full-large .article__header .mask-image .wrap-text {
  margin: 0 auto;
  width: 100%; }
  @media (min-width: 768px) {
    .head-image-full .article__header .mask-image .wrap-text, .head-image-inside .article__header .mask-image .wrap-text, .head-image-full-large .article__header .mask-image .wrap-text {
      width: calc(100% - 60px); } }

.head-text-inside .article__header {
  width: 100%; }
  @media (min-width: 1026px) {
    .head-text-inside .article__header {
      width: calc(100% - 350px); } }
.head-text-inside .customgrid__main-content {
  margin-top: 50px; }
.head-text-inside .fix-bottom {
  position: relative; }
.head-text-inside .article-gradient {
  display: none; }

.head-text-full .customgrid__main-content {
  margin-top: 50px; }
.head-text-full .fix-bottom {
  position: relative; }
.head-text-full .article-gradient {
  display: none; }

.head-image-inside .article__header {
  width: 100%; }
  @media (min-width: 1026px) {
    .head-image-inside .article__header {
      width: calc(100% - 350px); } }

.head-image-full-large .customgrid__main-content {
  margin-top: 0px; }
@media (min-width: 1026px) {
  .head-image-full-large .article__header {
    transform: translate(-50%, 0px);
    position: relative;
    margin-left: 50%;
    width: 100vw;
    width: calc(100vw - 70px); } }
.head-image-full-large .article__header .mask-image .wrap-text {
  margin: 0 auto;
  width: calc(100% - 60px);
  max-width: 1130px; }
  @media (min-width: 1280px) {
    .head-image-full-large .article__header .mask-image .wrap-text .article-header {
      width: calc(100% - 350px); } }
@media (min-width: 1280px) {
  .head-image-full-large .article__sidebar {
    position: relative;
    background-color: #fff;
    margin-top: -292px; } }

.no-sidebar .customgrid .article__main, .no-sidebar .customgrid .article__header {
  width: 100%; }

/*# sourceMappingURL=main.css.map */
