@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,300italic,100italic,100,400italic,500,500italic,700,700italic);
@import url(http://fonts.googleapis.com/css?family=Gilda+Display);
/*
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
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: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
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;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #666666;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input,
select[multiple],
textarea {
  background-image: none;
}
a {
  color: #000000;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #e42644;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
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.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-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: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #f4f4f4;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16.099999999999998px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #eeeeee;
}
.text-primary {
  color: #e42644;
}
.text-warning {
  color: #c09853;
}
.text-danger {
  color: #b94a48;
}
.text-success {
  color: #468847;
}
.text-info {
  color: #3a87ad;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 500;
  line-height: 1.1;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-weight: normal;
  line-height: 1;
  color: #eeeeee;
}
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
h1 small,
.h1 small {
  font-size: 24px;
}
h2 small,
.h2 small {
  font-size: 18px;
}
h3 small,
.h3 small,
h4 small,
.h4 small {
  font-size: 14px;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #f4f4f4;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.428571429;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .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;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #eeeeee;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #f4f4f4;
}
blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 1.428571429;
  color: #eeeeee;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #f4f4f4;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}
code,
pre {
  font-family: "Gilda Display";
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #666666;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre.prettyprint {
  margin-bottom: 20px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 13px;
  padding-right: 13px;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.row {
  margin-left: -13px;
  margin-right: -13px;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.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,
.col-xs-13,
.col-xs-14,
.col-xs-15,
.col-xs-16,
.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,
.col-sm-13,
.col-sm-14,
.col-sm-15,
.col-sm-16,
.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,
.col-md-13,
.col-md-14,
.col-md-15,
.col-md-16,
.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,
.col-lg-13,
.col-lg-14,
.col-lg-15,
.col-lg-16 {
  position: relative;
  min-height: 1px;
  padding-left: 13px;
  padding-right: 13px;
}
.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,
.col-xs-13,
.col-xs-14,
.col-xs-15 {
  float: left;
}
.col-xs-1 {
  width: 6.25%;
}
.col-xs-2 {
  width: 12.5%;
}
.col-xs-3 {
  width: 18.75%;
}
.col-xs-4 {
  width: 25%;
}
.col-xs-5 {
  width: 31.25%;
}
.col-xs-6 {
  width: 37.5%;
}
.col-xs-7 {
  width: 43.75%;
}
.col-xs-8 {
  width: 50%;
}
.col-xs-9 {
  width: 56.25%;
}
.col-xs-10 {
  width: 62.5%;
}
.col-xs-11 {
  width: 68.75%;
}
.col-xs-12 {
  width: 75%;
}
.col-xs-13 {
  width: 81.25%;
}
.col-xs-14 {
  width: 87.5%;
}
.col-xs-15 {
  width: 93.75%;
}
.col-xs-16 {
  width: 100%;
}
.col-xs-offset-1 {
  margin-left: 6.25%;
}
.col-xs-offset-2 {
  margin-left: 12.5%;
}
.col-xs-offset-3 {
  margin-left: 18.75%;
}
.col-xs-offset-4 {
  margin-left: 25%;
}
.col-xs-offset-5 {
  margin-left: 31.25%;
}
.col-xs-offset-6 {
  margin-left: 37.5%;
}
.col-xs-offset-7 {
  margin-left: 43.75%;
}
.col-xs-offset-8 {
  margin-left: 50%;
}
.col-xs-offset-9 {
  margin-left: 56.25%;
}
.col-xs-offset-10 {
  margin-left: 62.5%;
}
.col-xs-offset-11 {
  margin-left: 68.75%;
}
.col-xs-offset-12 {
  margin-left: 75%;
}
.col-xs-offset-13 {
  margin-left: 81.25%;
}
.col-xs-offset-14 {
  margin-left: 87.5%;
}
.col-xs-offset-15 {
  margin-left: 93.75%;
}
.col-xs-offset-16 {
  margin-left: 100%;
}
@media (min-width: 768px) {
  .container {
    max-width: 746px;
  }
  .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,
  .col-sm-13,
  .col-sm-14,
  .col-sm-15 {
    float: left;
  }
  .col-sm-1 {
    width: 6.25%;
  }
  .col-sm-2 {
    width: 12.5%;
  }
  .col-sm-3 {
    width: 18.75%;
  }
  .col-sm-4 {
    width: 25%;
  }
  .col-sm-5 {
    width: 31.25%;
  }
  .col-sm-6 {
    width: 37.5%;
  }
  .col-sm-7 {
    width: 43.75%;
  }
  .col-sm-8 {
    width: 50%;
  }
  .col-sm-9 {
    width: 56.25%;
  }
  .col-sm-10 {
    width: 62.5%;
  }
  .col-sm-11 {
    width: 68.75%;
  }
  .col-sm-12 {
    width: 75%;
  }
  .col-sm-13 {
    width: 81.25%;
  }
  .col-sm-14 {
    width: 87.5%;
  }
  .col-sm-15 {
    width: 93.75%;
  }
  .col-sm-16 {
    width: 100%;
  }
  .col-sm-push-1 {
    left: 6.25%;
  }
  .col-sm-push-2 {
    left: 12.5%;
  }
  .col-sm-push-3 {
    left: 18.75%;
  }
  .col-sm-push-4 {
    left: 25%;
  }
  .col-sm-push-5 {
    left: 31.25%;
  }
  .col-sm-push-6 {
    left: 37.5%;
  }
  .col-sm-push-7 {
    left: 43.75%;
  }
  .col-sm-push-8 {
    left: 50%;
  }
  .col-sm-push-9 {
    left: 56.25%;
  }
  .col-sm-push-10 {
    left: 62.5%;
  }
  .col-sm-push-11 {
    left: 75%;
  }
  .col-sm-push-12 {
    left: 75%;
  }
  .col-sm-push-13 {
    left: 81.25%;
  }
  .col-sm-push-14 {
    left: 87.5%;
  }
  .col-sm-push-15 {
    left: 93.75%;
  }
  .col-sm-push-16 {
    left: 100%;
  }
  .col-sm-pull-1 {
    right: 6.25%;
  }
  .col-sm-pull-2 {
    right: 12.5%;
  }
  .col-sm-pull-3 {
    right: 18.75%;
  }
  .col-sm-pull-4 {
    right: 25%;
  }
  .col-sm-pull-5 {
    right: 31.25%;
  }
  .col-sm-pull-6 {
    right: 37.5%;
  }
  .col-sm-pull-7 {
    right: 43.75%;
  }
  .col-sm-pull-8 {
    right: 50%;
  }
  .col-sm-pull-9 {
    right: 56.25%;
  }
  .col-sm-pull-10 {
    right: 62.5%;
  }
  .col-sm-pull-11 {
    right: 68.75%;
  }
  .col-sm-pull-12 {
    right: 75%;
  }
  .col-sm-pull-13 {
    right: 81.25%;
  }
  .col-sm-pull-14 {
    right: 87.5%;
  }
  .col-sm-pull-15 {
    right: 93.75%;
  }
  .col-sm-pull-16 {
    right: 100%;
  }
  .col-sm-offset-1 {
    margin-left: 6.25%;
  }
  .col-sm-offset-2 {
    margin-left: 12.5%;
  }
  .col-sm-offset-3 {
    margin-left: 18.75%;
  }
  .col-sm-offset-4 {
    margin-left: 25%;
  }
  .col-sm-offset-5 {
    margin-left: 31.25%;
  }
  .col-sm-offset-6 {
    margin-left: 37.5%;
  }
  .col-sm-offset-7 {
    margin-left: 43.75%;
  }
  .col-sm-offset-8 {
    margin-left: 50%;
  }
  .col-sm-offset-9 {
    margin-left: 56.25%;
  }
  .col-sm-offset-10 {
    margin-left: 62.5%;
  }
  .col-sm-offset-11 {
    margin-left: 68.75%;
  }
  .col-sm-offset-12 {
    margin-left: 75%;
  }
  .col-sm-offset-13 {
    margin-left: 81.25%;
  }
  .col-sm-offset-14 {
    margin-left: 87.5%;
  }
  .col-sm-offset-15 {
    margin-left: 93.75%;
  }
  .col-sm-offset-16 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 966px;
  }
  .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,
  .col-md-13,
  .col-md-14,
  .col-md-15 {
    float: left;
  }
  .col-md-1 {
    width: 6.25%;
  }
  .col-md-2 {
    width: 12.5%;
  }
  .col-md-3 {
    width: 18.75%;
  }
  .col-md-4 {
    width: 25%;
  }
  .col-md-5 {
    width: 31.25%;
  }
  .col-md-6 {
    width: 37.5%;
  }
  .col-md-7 {
    width: 43.75%;
  }
  .col-md-8 {
    width: 50%;
  }
  .col-md-9 {
    width: 56.25%;
  }
  .col-md-10 {
    width: 62.5%;
  }
  .col-md-11 {
    width: 68.75%;
  }
  .col-md-12 {
    width: 75%;
  }
  .col-md-13 {
    width: 81.25%;
  }
  .col-md-14 {
    width: 87.5%;
  }
  .col-md-15 {
    width: 93.75%;
  }
  .col-md-16 {
    width: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 6.25%;
  }
  .col-md-push-2 {
    left: 12.5%;
  }
  .col-md-push-3 {
    left: 18.75%;
  }
  .col-md-push-4 {
    left: 25%;
  }
  .col-md-push-5 {
    left: 31.25%;
  }
  .col-md-push-6 {
    left: 37.5%;
  }
  .col-md-push-7 {
    left: 43.75%;
  }
  .col-md-push-8 {
    left: 50%;
  }
  .col-md-push-9 {
    left: 56.25%;
  }
  .col-md-push-10 {
    left: 62.5%;
  }
  .col-md-push-11 {
    left: 68.75%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 6.25%;
  }
  .col-md-pull-2 {
    right: 12.5%;
  }
  .col-md-pull-3 {
    right: 18.75%;
  }
  .col-md-pull-4 {
    right: 25%;
  }
  .col-md-pull-5 {
    right: 31.25%;
  }
  .col-md-pull-6 {
    right: 37.5%;
  }
  .col-md-pull-7 {
    right: 43.75%;
  }
  .col-md-pull-8 {
    right: 50%;
  }
  .col-md-pull-9 {
    right: 56.25%;
  }
  .col-md-pull-10 {
    right: 62.5%;
  }
  .col-md-pull-11 {
    right: 68.75%;
  }
  .col-md-pull-12 {
    right: 75%;
  }
  .col-md-pull-13 {
    right: 81.25%;
  }
  .col-md-pull-14 {
    right: 87.5%;
  }
  .col-md-pull-15 {
    right: 93.75%;
  }
  .col-md-pull-16 {
    right: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 6.25%;
  }
  .col-md-offset-2 {
    margin-left: 12.5%;
  }
  .col-md-offset-3 {
    margin-left: 18.75%;
  }
  .col-md-offset-4 {
    margin-left: 25%;
  }
  .col-md-offset-5 {
    margin-left: 31.25%;
  }
  .col-md-offset-6 {
    margin-left: 37.5%;
  }
  .col-md-offset-7 {
    margin-left: 43.75%;
  }
  .col-md-offset-8 {
    margin-left: 50%;
  }
  .col-md-offset-9 {
    margin-left: 56.25%;
  }
  .col-md-offset-10 {
    margin-left: 62.5%;
  }
  .col-md-offset-11 {
    margin-left: 68.75%;
  }
  .col-md-offset-12 {
    margin-left: 75%;
  }
  .col-md-offset-13 {
    margin-left: 81.25%;
  }
  .col-md-offset-14 {
    margin-left: 87.5%;
  }
  .col-md-offset-15 {
    margin-left: 93.75%;
  }
  .col-md-offset-16 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1166px;
  }
  .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,
  .col-lg-13,
  .col-lg-14,
  .col-lg-15 {
    float: left;
  }
  .col-lg-1 {
    width: 6.25%;
  }
  .col-lg-2 {
    width: 12.5%;
  }
  .col-lg-3 {
    width: 18.75%;
  }
  .col-lg-4 {
    width: 25%;
  }
  .col-lg-5 {
    width: 31.25%;
  }
  .col-lg-6 {
    width: 37.5%;
  }
  .col-lg-7 {
    width: 43.75%;
  }
  .col-lg-8 {
    width: 50%;
  }
  .col-lg-9 {
    width: 56.25%;
  }
  .col-lg-10 {
    width: 62.5%;
  }
  .col-lg-11 {
    width: 68.75%;
  }
  .col-lg-12 {
    width: 75%;
  }
  .col-lg-13 {
    width: 81.25%;
  }
  .col-lg-14 {
    width: 87.5%;
  }
  .col-lg-15 {
    width: 93.75%;
  }
  .col-lg-16 {
    width: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 6.25%;
  }
  .col-lg-push-2 {
    left: 12.5%;
  }
  .col-lg-push-3 {
    left: 18.75%;
  }
  .col-lg-push-4 {
    left: 25%;
  }
  .col-lg-push-5 {
    left: 31.25%;
  }
  .col-lg-push-6 {
    left: 37.5%;
  }
  .col-lg-push-7 {
    left: 43.75%;
  }
  .col-lg-push-8 {
    left: 50%;
  }
  .col-lg-push-9 {
    left: 56.25%;
  }
  .col-lg-push-10 {
    left: 62.5%;
  }
  .col-lg-push-11 {
    left: 68.75%;
  }
  .col-lg-push-12 {
    left: 75%;
  }
  .col-lg-push-13 {
    left: 81.25%;
  }
  .col-lg-push-14 {
    left: 87.5%;
  }
  .col-lg-push-15 {
    left: 93.75%;
  }
  .col-lg-push-16 {
    left: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 6.25%;
  }
  .col-lg-pull-2 {
    right: 12.5%;
  }
  .col-lg-pull-3 {
    right: 18.75%;
  }
  .col-lg-pull-4 {
    right: 25%;
  }
  .col-lg-pull-5 {
    right: 31.25%;
  }
  .col-lg-pull-6 {
    right: 37.5%;
  }
  .col-lg-pull-7 {
    right: 43.75%;
  }
  .col-lg-pull-8 {
    right: 50%;
  }
  .col-lg-pull-9 {
    right: 56.25%;
  }
  .col-lg-pull-10 {
    right: 62.5%;
  }
  .col-lg-pull-11 {
    right: 68.75%;
  }
  .col-lg-pull-12 {
    right: 75%;
  }
  .col-lg-pull-13 {
    right: 81.25%;
  }
  .col-lg-pull-14 {
    right: 87.5%;
  }
  .col-lg-pull-15 {
    right: 93.75%;
  }
  .col-lg-pull-16 {
    right: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 6.25%;
  }
  .col-lg-offset-2 {
    margin-left: 12.5%;
  }
  .col-lg-offset-3 {
    margin-left: 18.75%;
  }
  .col-lg-offset-4 {
    margin-left: 25%;
  }
  .col-lg-offset-5 {
    margin-left: 31.25%;
  }
  .col-lg-offset-6 {
    margin-left: 37.5%;
  }
  .col-lg-offset-7 {
    margin-left: 43.75%;
  }
  .col-lg-offset-8 {
    margin-left: 50%;
  }
  .col-lg-offset-9 {
    margin-left: 56.25%;
  }
  .col-lg-offset-10 {
    margin-left: 62.5%;
  }
  .col-lg-offset-11 {
    margin-left: 68.75%;
  }
  .col-lg-offset-12 {
    margin-left: 75%;
  }
  .col-lg-offset-13 {
    margin-left: 81.25%;
  }
  .col-lg-offset-14 {
    margin-left: 87.5%;
  }
  .col-lg-offset-15 {
    margin-left: 93.75%;
  }
  .col-lg-offset-16 {
    margin-left: 100%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table caption + thead tr:first-child th,
.table colgroup + thead tr:first-child th,
.table thead:first-child tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed thead > tr > th,
.table-condensed tbody > tr > th,
.table-condensed tfoot > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td {
  background-color: #d0e9c6;
  border-color: #c9e2b3;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
  border-color: #eed3d7;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td {
  background-color: #ebcccc;
  border-color: #e6c1c7;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
  border-color: #fbeed5;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td {
  background-color: #faf2cc;
  border-color: #f8e5be;
}
@media (max-width: 768px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
    background-color: #fff;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .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 > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > thead > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > thead > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #666666;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  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;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
.form-control:-moz-placeholder {
  color: #eeeeee;
}
.form-control::-moz-placeholder {
  color: #eeeeee;
}
.form-control:-ms-input-placeholder {
  color: #eeeeee;
}
.form-control::-webkit-input-placeholder {
  color: #eeeeee;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #cccccc;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #f4f4f4;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  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"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 45px;
  line-height: 45px;
}
textarea.input-lg {
  height: auto;
}
.has-warning .help-block,
.has-warning .control-label {
  color: #c09853;
}
.has-warning .form-control {
  border-color: #c09853;
  -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: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3;
}
.has-error .help-block,
.has-error .control-label {
  color: #b94a48;
}
.has-error .form-control {
  border-color: #b94a48;
  -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: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede;
}
.has-success .help-block,
.has-success .control-label {
  color: #468847;
}
.has-success .form-control {
  border-color: #468847;
  -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: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8;
}
.form-control-static {
  margin-bottom: 0;
  padding-top: 7px;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #a6a6a6;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
.form-horizontal .control-label,
.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 .form-group {
  margin-left: -13px;
  margin-right: -13px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  filter: alpha(opacity=65);
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-primary {
  color: #ffffff;
  background-color: #e42644;
  border-color: #d61b38;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #c81935;
  border-color: #9f142a;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #e42644;
  border-color: #d61b38;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-link {
  color: #000000;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.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: #e42644;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #eeeeee;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.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;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-briefcase:before {
  content: "\1f4bc";
}
.glyphicon-calendar:before {
  content: "\1f4c5";
}
.glyphicon-pushpin:before {
  content: "\1f4cc";
}
.glyphicon-paperclip:before {
  content: "\1f4ce";
}
.glyphicon-camera:before {
  content: "\1f4f7";
}
.glyphicon-lock:before {
  content: "\1f512";
}
.glyphicon-bell:before {
  content: "\1f514";
}
.glyphicon-bookmark:before {
  content: "\1f516";
}
.glyphicon-fire:before {
  content: "\1f525";
}
.glyphicon-wrench:before {
  content: "\1f527";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0 dotted;
  content: "";
}
.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: 14px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  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: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #666666;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #e42644;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #e42644;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #eeeeee;
}
.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-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #eeeeee;
}
.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 dotted;
  border-bottom: 4px solid #000000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}
.btn-default .caret {
  border-top-color: #333333;
}
.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
  border-top-color: #fff;
}
.dropup .btn-default .caret {
  border-bottom-color: #333333;
}
.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.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:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group {
  float: left;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-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 > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-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-xs > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  padding: 1px 5px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.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-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-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 {
  float: none;
  display: table-cell;
  width: 1%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group.col {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  line-height: 45px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  background-color: #f4f4f4;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  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 > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -4px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.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: #f4f4f4;
}
.nav > li.disabled > a {
  color: #eeeeee;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #eeeeee;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #f4f4f4;
  border-color: #000000;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #f4f4f4 #f4f4f4 #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #cccccc;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}
.nav-tabs.nav-justified > li > a {
  border-bottom: 1px solid #dddddd;
  margin-right: 0;
}
.nav-tabs.nav-justified > .active > a {
  border-bottom-color: #ffffff;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 5px;
}
.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: #ffffff;
  background-color: #e42644;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  border-bottom: 1px solid #dddddd;
  margin-right: 0;
}
.nav-tabs-justified > .active > a {
  border-bottom-color: #ffffff;
}
.tabbable:before,
.tabbable:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.tabbable:after {
  clear: both;
}
.tabbable:before,
.tabbable:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.tabbable:after {
  clear: both;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.nav .caret {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.nav a:hover .caret {
  border-top-color: #e42644;
  border-bottom-color: #e42644;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  z-index: 1000;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-header:after {
  clear: both;
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 13px;
  padding-left: 13px;
  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: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -13px;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -13px;
  }
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}
.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -13px;
  margin-left: -13px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  z-index: 1030;
  top: 0;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
}
.navbar-brand {
  float: left;
  padding: 15px 13px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand {
    margin-left: -13px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 13px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -13px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -13px;
  margin-right: -13px;
  padding: 10px 13px;
  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: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-text {
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    margin-left: 13px;
    margin-right: 13px;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #bf1832;
  border-bottom: 4px solid #bf1832;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e6e6e6;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    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: #555555;
    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: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #eeeeee;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #eeeeee;
}
.navbar-inverse .navbar-nav > li > a {
  color: #eeeeee;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.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: #080808;
  color: #ffffff;
}
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #eeeeee;
  border-bottom-color: #eeeeee;
}
.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #eeeeee;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    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: #ffffff;
    background-color: #080808;
  }
  .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: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #eeeeee;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #eeeeee;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  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 > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #f4f4f4;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #e42644;
  border-color: #e42644;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #eeeeee;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.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;
}
.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: 20px 0;
  list-style: none;
  text-align: center;
}
.pager:before,
.pager:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f4f4f4;
}
.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: #eeeeee;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.label-default {
  background-color: #eeeeee;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #d5d5d5;
}
.label-primary {
  background-color: #e42644;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #bf1832;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #eeeeee;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.btn .badge {
  position: relative;
  top: -1px;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #000000;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.1428571435;
  color: inherit;
  background-color: #f4f4f4;
}
.jumbotron h1 {
  line-height: 1;
  color: inherit;
}
.jumbotron p {
  line-height: 1.4;
}
.container .jumbotron {
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1 {
    font-size: 63px;
  }
}
.thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
  display: block;
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #000000;
}
.thumbnail > img {
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #666666;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  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 {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #356635;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #2d6987;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #fbeed5;
  color: #c09853;
}
.alert-warning hr {
  border-top-color: #f8e5be;
}
.alert-warning .alert-link {
  color: #a47e3c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger hr {
  border-top-color: #e6c1c7;
}
.alert-danger .alert-link {
  color: #953b39;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  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;
  color: #ffffff;
  text-align: center;
  background-color: #e42644;
  -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;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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 {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-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-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.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: #ffffff;
  border: 1px solid #dddddd;
}
.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;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #e42644;
  border-color: #e42644;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading {
  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: #fbdbe0;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.panel-body:after {
  clear: both;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.panel-body:after {
  clear: both;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
}
.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table {
  margin-bottom: 0;
}
.panel > .panel-body + .table {
  border-top: 1px solid #dddddd;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #666666;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #e42644;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #e42644;
  border-color: #e42644;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #e42644;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #e42644;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-warning {
  border-color: #fbeed5;
}
.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #fbeed5;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #fbeed5;
}
.panel-danger {
  border-color: #eed3d7;
}
.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #eed3d7;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #eed3d7;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 15px;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-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);
  transform: translate(0, 0);
}
.modal-dialog {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding: 10px;
  z-index: 1050;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  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: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.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;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    left: 50%;
    right: auto;
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .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);
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.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: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  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: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  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);
  white-space: normal;
}
.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: 14px;
  font-weight: normal;
  line-height: 18px;
  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: #ffffff;
}
.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: #ffffff;
}
.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: #ffffff;
}
.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: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  filter: alpha(opacity=90);
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
.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;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
  }
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.visible-xs {
  display: none !important;
}
tr.visible-xs {
  display: none !important;
}
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm {
  display: none !important;
}
tr.visible-sm {
  display: none !important;
}
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md {
  display: none !important;
}
tr.visible-md {
  display: none !important;
}
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg {
  display: none !important;
}
tr.visible-lg {
  display: none !important;
}
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  tr.hidden-xs {
    display: none !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm {
    display: none !important;
  }
  tr.hidden-xs.hidden-sm {
    display: none !important;
  }
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md {
    display: none !important;
  }
  tr.hidden-xs.hidden-md {
    display: none !important;
  }
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg {
    display: none !important;
  }
  tr.hidden-xs.hidden-lg {
    display: none !important;
  }
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-sm.hidden-xs {
    display: none !important;
  }
  tr.hidden-sm.hidden-xs {
    display: none !important;
  }
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
  tr.hidden-sm {
    display: none !important;
  }
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md {
    display: none !important;
  }
  tr.hidden-sm.hidden-md {
    display: none !important;
  }
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg {
    display: none !important;
  }
  tr.hidden-sm.hidden-lg {
    display: none !important;
  }
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-md.hidden-xs {
    display: none !important;
  }
  tr.hidden-md.hidden-xs {
    display: none !important;
  }
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm {
    display: none !important;
  }
  tr.hidden-md.hidden-sm {
    display: none !important;
  }
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  tr.hidden-md {
    display: none !important;
  }
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg {
    display: none !important;
  }
  tr.hidden-md.hidden-lg {
    display: none !important;
  }
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-lg.hidden-xs {
    display: none !important;
  }
  tr.hidden-lg.hidden-xs {
    display: none !important;
  }
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm {
    display: none !important;
  }
  tr.hidden-lg.hidden-sm {
    display: none !important;
  }
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md {
    display: none !important;
  }
  tr.hidden-lg.hidden-md {
    display: none !important;
  }
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
  tr.hidden-lg {
    display: none !important;
  }
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
tr.visible-print {
  display: none !important;
}
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print {
    display: none !important;
  }
  tr.hidden-print {
    display: none !important;
  }
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
/******************/
/* BARRA SUPERIOR */
/******************/
#navbar_top {
  min-height: 0;
  margin: 0;
  padding: 5px 0 0 0;
  border: none;
  border-bottom: 1px dotted #eeeeee;
  background: white;
}
#navbar_top .navbar-header {
  display: none;
}
#navbar_top .navbar-collapse.collapse {
  margin-bottom: 5px;
}
#navbar_top .navbar-left > li {
  margin: 0;
  padding: 0;
  position: relative;
}
#navbar_top .navbar-left > li a.dropdown-toggle {
  cursor: pointer;
  background: #ffffff;
  color: #333333;
  padding: 4px;
  border: 1px solid #ffffff;
  font: 14px "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-decoration: none;
  display: block;
  position: relative;
  -moz-transition: all 0s ease-in;
  /* Firefox */
  -webkit-transition: all 0s ease-in;
  /* WebKit */
  -o-transition: all 0s ease-in;
  /* Opera */
  transition: all 0s ease-in;
  /* Standard */
  box-shadow: none;
}
#navbar_top .navbar-left > li a.dropdown-toggle span {
  text-transform: uppercase;
  padding: 0 0 0 8px;
}
#navbar_top .navbar-left > li a.dropdown-toggle .num {
  font-weight: 300 !important;
  padding-left: 0px !important;
}
#navbar_top .navbar-left > li a.dropdown-toggle i.fa-angle-down {
  font-size: 14px !important;
  line-height: auto;
  top: auto;
  padding-left: 5px;
}
#navbar_top .navbar-left > li a.dropdown-toggle i.fa-share-alt,
#navbar_top .navbar-left > li a.dropdown-toggle i.fa-comment {
  color: #1c7e95;
}
#navbar_top .navbar-left > li a.dropdown-toggle:hover i.fa-twitter {
  color: #15a1d3 !important;
}
#navbar_top .navbar-left > li a.dropdown-toggle:hover i.fa-facebook {
  color: #344e87 !important;
}
#navbar_top .navbar-left > li a.dropdown-toggle:hover i.fa-google-plus {
  color: #c0241c !important;
}
#navbar_top .navbar-left > li a.dropdown-toggle:hover i.fa-youtube {
  color: #cb1727 !important;
}
#navbar_top .navbar-left > li.open > a:first-child {
  z-index: 9999999 !important;
  background: #ffffff;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #ffffff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: none;
  position: relative;
}
#navbar_top .navbar-left > li.open > a:first-child i.fa-twitter {
  color: #15a1d3 !important;
}
#navbar_top .navbar-left > li.open > a:first-child i.fa-facebook {
  color: #344e87 !important;
}
#navbar_top .navbar-left > li.open > a:first-child i.fa-google-plus {
  color: #c0241c !important;
}
#navbar_top .navbar-left > li.open > a:first-child i.fa-youtube {
  color: #cb1727 !important;
}
#navbar_top .navbar-left > li.open > ul {
  z-index: 99999 !important;
  margin-top: -1px !important;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
  min-width: 100%;
  width: "auto";
  border: 1px solid #cccccc;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15) !important;
  display: block;
  padding: 10px;
  min-height: 1%;
  overflow: hidden;
  /* 1 Col */
  /* 2 Col */
  /* 3 Col */
  /* 4 Col */
}
#navbar_top .navbar-left > li.open > ul dl {
  margin: 0 !important;
}
#navbar_top .navbar-left > li.open > ul dl dt {
  display: none;
}
#navbar_top .navbar-left > li.open > ul dl dd {
  width: 100%;
  text-transform: none !important;
}
#navbar_top .navbar-left > li.open > ul dl dd > a {
  border-radius: 4px;
  padding: 4px;
  font-family: "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 13px;
  border: none;
  color: #333333 !important;
}
#navbar_top .navbar-left > li.open > ul dl dd > a i {
  width: 20px;
  text-align: center;
}
#navbar_top .navbar-left > li.open > ul dl dd > a span.num {
  margin-left: 0;
  margin-right: 2px;
  padding: 0 5px 0 5px;
  border-left: none;
  border-right: 1px solid #cccccc;
  color: #666666;
  font-weight: 300;
  width: 25px;
  display: inline-block;
  text-align: center;
}
#navbar_top .navbar-left > li.open > ul dl dd > a:hover {
  color: #333333;
  background: #f4f4f4;
}
#navbar_top .navbar-left > li.open > ul li:nth-child(1):nth-last-child(1) {
  width: 100%;
  display: block;
  float: left;
  margin: 0;
}
#navbar_top .navbar-left > li.open > ul li:nth-child(1):nth-last-child(2),
#navbar_top .navbar-left > li.open > ul li:nth-child(2):nth-last-child(1) {
  width: 50%;
  display: block;
  float: left;
  margin: 0;
}
#navbar_top .navbar-left > li.open > ul li:nth-child(1):nth-last-child(3),
#navbar_top .navbar-left > li.open > ul li:nth-child(2):nth-last-child(2),
#navbar_top .navbar-left > li.open > ul li:nth-child(3):nth-last-child(1) {
  width: 33.3333%;
  display: block;
  float: left;
  margin: 0;
}
#navbar_top .navbar-left > li.open > ul li:nth-child(1):nth-last-child(4),
#navbar_top .navbar-left > li.open > ul li:nth-child(2):nth-last-child(3),
#navbar_top .navbar-left > li.open > ul li:nth-child(3):nth-last-child(2),
#navbar_top .navbar-left > li.open > ul li:nth-child(4):nth-last-child(1) {
  width: 25%;
  display: block;
  float: left;
  margin: 0;
}
#navbar_top .navbar-left .dropdown-toggle.btn {
  padding-right: 10px !important;
  padding-left: 10px !important;
  margin-top: 3px;
}
#navbar_top #search-box li {
  min-height: 1%;
  overflow: hidden;
}
#navbar_top #search-box li input {
  width: 200px;
  margin: 0;
}
#navbar_top #search-box li input:focus {
  outline: none;
}
#navbar_top #search-box li input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
#navbar_top #search-box li span {
  margin: 0;
}
#navbar_top .dropdown-menu {
  border-width: 1px;
  border-radius: 4px;
}
#navbar_top .dropdown-menu li {
  padding: 0 !important;
}
#navbar_top .dropdown-menu li a {
  padding: 5px 5px 5px 15px;
}
#navbar_top li {
  margin: 0;
  padding: 5px;
  font-size: 14px;
  text-shadow: none;
}
#navbar_top li a {
  padding: 0;
}
#navbar_top li a:hover,
#navbar_top li a strong {
  color: #333;
}
#navbar_top li span.label {
  font-size: .8em;
  text-transform: uppercase;
  font-weight: 400;
}
#navbar_top li span.label-user {
  background: #1c7e95;
}
#navbar_top li span.label-default {
  background: #fff;
  color: #666;
  text-transform: capitalize;
}
#navbar_top .navbar-left > li {
  margin-left: 6px;
}
#navbar_top .navbar-left > li:first-child {
  margin-left: 0px;
  padding-right: 8px;
  border-right: 1px dotted #eeeeee;
}
#navbar_top .navbar-right li {
  padding-left: 10px;
}
#navbar_top .menu-loggin {
  z-index: 1000 !important;
  min-width: 300px;
  padding: 10px;
  margin-top: 5px;
  webkit-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.175);
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.175);
}
#navbar_top .menu-loggin label {
  font-family: "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
#navbar_top .menu-loggin .arrow {
  position: relative;
  z-index: 11;
  float: right;
  height: 0;
  width: 0;
  top: -25px;
  right: 28px;
  content: " ";
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #cccccc;
}
#navbar_top .menu-loggin .arrow:before {
  z-index: 11;
  float: right;
  margin-right: -15px;
  margin-top: 1px;
  height: 0;
  width: 0;
  content: " ";
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid white;
}
#navbar_top .menu-loggin .btn {
  padding: 1px 	5px;
}
#navbar_top #logged_user .dropdown-toggle {
  color: #666666;
}
#navbar_top #logged_user .dropdown-toggle small {
  text-transform: Capitalize !important;
}
#navbar_top #logged_user .dropdown-toggle b.caret {
  border-top-color: #cccccc;
  border-bottom-color: #cccccc;
}
#navbar_top #logged_user .dropdown-menu {
  z-index: 1000 !important;
  min-width: 300px;
  padding: 10px;
  margin-top: 5px;
  webkit-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.175);
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.175);
}
#navbar_top #logged_user .dropdown-menu li {
  border-bottom: 1px dotted #cccccc;
}
#navbar_top #logged_user .dropdown-menu li.dissconect {
  border-bottom: none;
}
#navbar_top #logged_user .dropdown-menu .arrow {
  position: relative;
  z-index: 11;
  top: 0px;
  right: 28px;
  float: right;
  height: 0;
  width: 0;
  top: -25px;
  content: " ";
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #cccccc;
}
#navbar_top #logged_user .dropdown-menu .arrow:before {
  z-index: 11;
  float: right;
  margin-right: -15px;
  margin-top: 1px;
  height: 0;
  width: 0;
  content: " ";
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #f4f4f4;
}
#navbar_top #logged_user .dropdown-menu .menu_head {
  background: #f4f4f4;
  margin: -10px -10px 0px -10px;
  padding: 10px !important;
  border-bottom: 1px dotted #cccccc;
  text-shadow: 0 1px 0 white;
}
#navbar_top #logged_user .dropdown-menu .menu_head a {
  color: #666666 !important;
}
#navbar_top #logged_user .dropdown-menu .menu_head a:hover {
  background: transparent;
}
#navbar_top #logged_user .dropdown-menu .menu_head small {
  background: white;
  padding: 1px 5px;
  font-weight: 300;
  text-transform: uppercase;
  font-size: .65em;
  -webkit-border-radius: 4px 4px 4px 4px !important;
  border-radius: 4px 4px 4px 4px !important;
}
#navbar_top #logged_user .dropdown-menu .menu_head small.premium {
  background-color: #cc9900;
  color: white;
  text-shadow: none;
}
#navbar_top #logged_user .dropdown-menu .menu_head #avatar {
  width: 30px;
  height: 30px;
  float: left;
  clear: none;
  margin: -5px 0 0 0;
  border: 2px solid white;
  -webkit-border-radius: 4px 4px 4px 4px !important;
  border-radius: 4px 4px 4px 4px !important;
}
#navbar_top #logged_user .dropdown-menu .menu_head #boton_perfil {
  display: inline;
}
#navbar_top #logged_user .dropdown-menu #boton_desconectar {
  margin-top: 10px;
}
/*******************/
/** MENÚ INFERIOR **/
/*******************/
#menu {
  background: #fff;
  min-height: 0;
  border: none;
  z-index: auto !important;
  /* Menu principal */
  /* Li que despliega del menu principal */
  /* Capas desplegables de menú */
}
#menu a {
  cursor: pointer;
}
#menu > li {
  position: inherit;
  padding: 0;
}
#menu .navbar-left {
  margin-left: 0;
}
#menu .navbar-right {
  margin-right: 0;
}
#menu .navbar-collapse.collapse {
  padding: 0;
  border: 1px solid #ccc;
  -webkit-border-radius: 2px 2px 2px 2px !important;
  border-radius: 2px 2px 2px 2px !important;
}
#menu #nav_sections > li > a {
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 400;
  color: #666;
  padding: 9px 15px 9px 15px;
  border: none;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
#menu #nav_sections > li > button.dropdown-toggle {
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 400;
  color: #666;
  padding: 10px 15px 9px 15px;
  border: none;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  background: #fff;
}
#menu .dropdown-toggle {
  z-index: 999 !important;
  border: none;
}
#menu #nav_sections .dropdown {
  position: inherit;
  margin-right: -2px;
}
#menu #nav_sections .dropdown h2.cliche_small {
  font-size: 0.85em;
}
#menu #nav_sections .dropdown span.cliche_small,
#menu #nav_sections .dropdown dt.cliche_small {
  border-bottom: 1px dotted #cccccc !important;
  border-top: medium none !important;
  font-size: 12px !important;
  font-weight: 300 !important;
  margin: 0 0 10px 0 !important;
  padding: 0 0 5px !important;
  color: #666666 !important;
  line-height: 1 !important;
  -moz-osx-font-smoothing: none !important;
  font-family: "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  display: block;
}
#menu #nav_sections .dropdown article {
  font-size: 12px;
}
#menu #nav_sections .dropdown .separador {
  margin: 5px 0 5px 0;
}
#menu #nav_sections .dropdown.open > a:first-child {
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #fff;
  -webkit-box-shadow: 1px -2px 2px 0 rgba(0, 0, 0, 0.175);
  box-shadow: 1px -2px 2px 0 rgba(0, 0, 0, 0.175);
  -webkit-border-radius: 2px 2px 0px 0px !important;
  border-radius: 2px 2px 0px 0px !important;
  margin-bottom: -1px;
  background: white;
  padding: 9px 15px 9px 15px;
}
#menu #nav_sections .dropdown.open > button:first-child {
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #fff !important;
  -webkit-box-shadow: 1px -2px 2px 0 rgba(0, 0, 0, 0.175);
  box-shadow: 1px -2px 2px 0 rgba(0, 0, 0, 0.175);
  -webkit-border-radius: 2px 2px 0px 0px !important;
  border-radius: 2px 2px 0px 0px !important;
  margin-bottom: -1px;
  background: white;
  padding: 10px 15px 9px 15px;
  position: relative;
}
#menu #nav_sections .dropdown.open .tb {
  /*.mk-tb();*/
  width: 100%;
}
#menu #nav_sections .dropdown.open .tb .td {
  float: none !important;
  display: table-cell;
  border-right: 1px solid #eeeeee;
  vertical-align: top;
}
#menu #nav_sections .dropdown.open .tb .td:last-child {
  border-right: none;
}
#menu #nav_sections .dropdown:first-child > a:first-child {
  border-right: 1px dotted #ccc;
}
#menu #nav_sections .dropdown:first-child i {
  line-height: 1.2em;
  position: relative;
  top: 2px;
}
#menu #nav_sections .dropdown.open:first-child > a:first-child {
  border-left: 1px solid #fff;
  border-right: 1px solid #ccc;
}
#menu .dropdown-menu {
  position: absolute;
  left: 0;
  top: auto;
  z-index: 100 !important;
  padding: 15px 0;
  background: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.175);
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.175);
}
#menu .dropdown-menu li {
  list-style: none;
  text-transform: none;
}
#menu .dropdown-menu li ul {
  margin: 0;
  padding: 0;
}
#menu .dropdown-menu article.size_sm h1,
#menu .dropdown-menu article.size_sm h2 {
  font-size: 1.4em;
}
#menu .dropdown-menu article.size_sm p {
  font-size: 1em;
}
#menu li[class*="nav_"].open {
  margin-top: -3px;
  -webkit-border-radius: 4px 4px 0px 0px !important;
  border-radius: 4px 4px 0px 0px !important;
  border-top: 3px solid #cccccc;
}
#menu li[class*="nav_"].open.nav_deportes {
  border-top: 3px solid #009900;
}
#menu li[class*="nav_"].open.nav_sociedad {
  border-top-color: #aba918;
}
#menu li[class*="nav_"].open.nav_cultura {
  border-top-color: #8647b2;
}
#menu li[class*="nav_"].open.nav_tecnologia {
  border-top-color: #0099cc;
}
#menu li[class*="nav_"].open.nav_opinion {
  border-top-color: #666666;
}
#menu li[class*="nav_"].open.nav_economia {
  border-top-color: #d96459;
}
#menu li[class*="nav_"].open.nav_galicia {
  border-top-color: #4d6684;
}
#menu li[class*="nav_"].open.nav_cultura {
  border-top-color: #8647b2;
}
#menu li[class*="nav_"].open.nav_espana {
  border-top-color: #d46700;
}
#menu li[class*="nav_"].open.nav_internacional {
  border-top-color: #9aadbd;
}
#menu li[class*="nav_"].open.nav_tendencias {
  border-top-color: #e46bff;
}
/* Desplegable localidades */
.localidad {
  display: block;
  float: left;
  clear: both;
  margin-bottom: 15px;
  /* firefox 19+ */
  /* ie */
}
.localidad .cliche_small {
  border: 0;
  width: 100%;
  clear: both;
  padding: 5px;
  font-weight: 500;
  color: #bf1832;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 7px 0 10px 0 !important;
  padding: 0 0 0 5px !important;
}
.localidad input {
  font-weight: 300;
  text-transform: none;
  border-right: none;
  -webkit-border-radius: 2px 0px 0px 2px !important;
  border-radius: 2px 0px 0px 2px !important;
  color: black !important;
}
.localidad ::-webkit-input-placeholder {
  color: black !important;
}
.localidad ::-moz-placeholder {
  color: black !important;
}
.localidad :-ms-input-placeholder {
  color: black !important;
}
.localidad input:-moz-placeholder {
  color: black !important;
}
.localidad .btn {
  -webkit-border-radius: 0px 2px 2px 0px !important;
  border-radius: 0px 2px 2px 0px !important;
}
.localidad label {
  font-weight: 300;
  text-transform: uppercase;
  padding: 0 3px;
  font-size: .85em;
  color: #bf1832;
}
.localidad .tt-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: 14px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  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;
  -webkit-border-radius: 0px 0px 2px 2px !important;
  border-radius: 0px 0px 2px 2px !important;
  margin-top: -1px;
  -webkit-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.175);
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.175);
  padding: 0px;
  width: 215px;
  font-weight: 300;
  font-size: .85em;
}
.localidad .tt-dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.localidad .tt-dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.localidad .tt-dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #666666;
  white-space: nowrap;
}
.localidad .tt-dropdown-menu .anchor_list {
  margin-top: 0px;
}
.localidad .tt-dropdown-menu span.tt-suggestions {
  padding: 5px;
}
.localidad .tt-dropdown-menu li {
  width: 100%;
  line-height: 140%;
  display: block;
  padding: 3px 5px;
  text-transform: none;
}
.localidad .tt-dropdown-menu li:hover {
  display: block;
  cursor: pointer;
  background: #eeeeee;
  -webkit-border-radius: 3px 3px 3px 3px !important;
  border-radius: 3px 3px 3px 3px !important;
}
.anchor_list {
  font-weight: 300;
  text-transform: uppercase;
  font-size: .85em;
}
.anchor_list dt {
  width: 100%;
  clear: both;
  padding: 5px;
  font-weight: 500;
  color: #bf1832;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.anchor_list dd a {
  width: 100%;
  line-height: 140%;
  display: block;
  padding: 3px 5px;
  color: #000;
}
.anchor_list dd a:hover {
  background: #eeeeee;
  -webkit-border-radius: 3px 3px 3px 3px !important;
  border-radius: 3px 3px 3px 3px !important;
  color: #145a6a;
  text-shadow: 0 1px 0 white;
  font-weight: 500;
}
.anchor_list dd.separator {
  border-top: 1px solid #eeeeee;
}
.anchor_list.services dd {
  margin: 0 0 4px 0;
}
.anchor_list.services dd .btn {
  background: #f4f4f4;
  border-color: #eeeeee;
  text-transform: capitalize !important;
  text-align: left;
  color: #666666;
  text-shadow: 0 1px 0 white;
}
.anchor_list.services dd .btn i {
  margin-right: 4px;
}
.anchor_list.services dd .btn:hover {
  background: white;
}
/* En el menú eliminamos el margin superior */
.dropdown-menu .anchor_list {
  margin-top: 0px;
}
.nav_local .dropdown-menu .col-xs-2 {
  border: none !important;
  padding-right: 0px;
  border-right: 1px solid #cccccc !important;
}
.nav_local .dropdown-menu .col-xs-14 {
  border: none !important;
  background: transparent !important;
}
.nav_local .col-xs-4 {
  display: none;
}
.ed_list {
  margin-top: 0;
  padding: 0;
  background: transparent !important;
  background-color: transparent !important;
}
.ed_list dt {
  margin-bottom: 7px;
}
.ed_list dd {
  border-bottom: 1px solid #f4f4f4;
}
.ed_list dd ul {
  border: 1px solid white;
  padding: 5px 0px 5px 5px !important;
}
.ed_list dd a:hover {
  margin-right: 15px !important;
}
.ed_list dd i {
  position: absolute;
  top: 22%;
  right: 0;
  display: none;
  padding: 5px;
}
.ed_list dd:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.ed_list dd:last-child i {
  top: 0;
  bottom: 0;
  line-height: 50%;
}
.ed_list dd.active {
  position: relative;
}
.ed_list dd.active ul {
  border: 1px solid #cccccc;
  margin-bottom: -1px;
  -webkit-border-radius: 4px 0px 0px 4px !important;
  border-radius: 4px 0px 0px 4px !important;
  border-right-color: white;
  margin-right: -2px !important;
  position: relative;
  background: white;
}
.ed_list dd li {
  text-transform: uppercase !important;
}
.mun_list {
  display: none;
  margin: 0;
  clear: both;
}
.mun_list:first-child {
  display: block;
}
.mun_list dt {
  background: #ffffff;
  padding-left: 10px;
}
.mun_list .sub-list {
  float: left;
  width: 20%;
  border-right: 1px dotted #cccccc;
  margin: 7px 0 7px 0;
  padding: 0 7px 0 7px;
}
.mun_list .sub-list:last-child {
  border-right: none;
}
.mun_list .sub-list dd {
  text-transform: none;
}
.follow_list {
  margin-top: 0;
  margin-bottom: 15px;
  /* float: left;*/
  width: 100%;
  clear: both;
  font-weight: 300;
  text-transform: uppercase;
  min-height: 1%;
  overflow: hidden;
}
.follow_list dt {
  font-size: .85em;
  width: 100%;
  clear: both;
  padding: 5px;
  font-weight: 500;
  color: #bf1832;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.follow_list dd {
  float: left;
  width: 45px;
  height: 45px;
  text-align: center;
  background: #ccc;
  -webkit-border-radius: 3px 3px 3px 3px !important;
  border-radius: 3px 3px 3px 3px !important;
  margin: 3px;
}
.follow_list dd.twitter {
  background: #15a1d3;
}
.follow_list dd.facebook {
  background: #344e87;
}
.follow_list dd.gplus {
  background: #c0241c;
}
.follow_list dd span {
  display: none;
}
.follow_list dd i {
  display: inline-block;
  font-size: 1.8em;
  line-height: 1.9em;
  width: 100%;
  color: #fff;
}
#menu .follow_list {
  font-size: .75em;
}
#menu .follow_list dd {
  width: 35px;
  height: 35px;
}
/*****************/
/* Menu lateral */
/***************/
#nav-panel {
  display: block;
  background: #fff;
  width: 250px;
  position: fixed;
  top: 0;
  left: -300px;
  bottom: 0;
  box-shadow: 1px 0 5px rgba(0, 0, 0, 0.15) !important;
  border-right: 1px solid #cccccc;
  z-index: 999999999999999;
  padding: 30px 20px 20px 20px;
  border-radius: 0;
  font-size: 14px;
  /*
	#menu-close {
		display: block;
		text-align: right;
		margin-bottom: 15px;
	}
	*/
}
#nav-panel a {
  font-size: 14px;
  font-weight: 300;
  font-family: "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #666666;
  /*&.dropdown-toggle{
			&:hover {
				& + .dropdown-menu { display: block; }
			}
		}
		*/
}
#nav-panel a:hover {
  color: #e42644;
}
#nav-panel h2 {
  border-top: none;
  color: #000000;
  font-size: 1em;
  font-family: "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0 0 10px 10px;
  text-transform: uppercase;
}
#nav-panel h2.cliche_small {
  clear: both;
  color: #bf1832;
  font-weight: 500;
  margin: 0 0 10px 0;
  padding: 0;
  border: 0;
  text-transform: uppercase;
  width: 100%;
}
#nav-panel form {
  margin: 0;
}
#nav-panel ul {
  margin: 10px 10px 30px 10px;
  padding: 0;
}
#nav-panel ul li {
  /* border-bottom: 1px solid @gray-light; */
  margin: 0;
  padding: 7px 0 7px 0;
  background: #fff;
  list-style: none;
  position: relative;
  font-size: 14px;
  font-weight: 300;
}
#nav-panel ul li.nobrd {
  border: none;
}
#nav-panel ul li > a {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
}
#nav-panel ul li > a i {
  font-size: 20px;
  float: right;
  color: #cccccc;
}
#nav-panel ul li .dropdown-menu {
  left: 95%;
  top: -50px;
  margin: 0;
  padding: 10px 0 10px 0;
  background: #ffffff;
  border: 1px solid #cccccc;
  position: absolute;
}
#nav-panel ul li .dropdown-menu:before {
  content: "";
  left: -10px;
  top: 50px;
  position: absolute;
  z-index: 101;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #ccc;
}
#nav-panel ul li .dropdown-menu:after {
  content: "";
  left: -9px;
  top: 50px;
  position: absolute;
  z-index: 1000;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid white;
}
#nav-panel ul li .dropdown-menu.top {
  top: -220% !important;
}
#nav-panel ul li .dropdown-menu.top:before {
  top: 20%;
}
#nav-panel ul li .dropdown-menu.top:after {
  top: 20%;
}
#nav-panel ul li .dropdown-menu.bottom {
  bottom: -50px;
  top: auto;
}
#nav-panel ul li .dropdown-menu.bottom:before {
  top: auto;
  bottom: 60px;
}
#nav-panel ul li .dropdown-menu.bottom:after {
  top: auto;
  bottom: 60px;
}
#nav-panel ul li .dropdown-menu.single {
  top: -25%;
}
#nav-panel ul li .dropdown-menu.single:before {
  top: 11px;
}
#nav-panel ul li .dropdown-menu.single:after {
  top: 11px;
}
#nav-panel ul li .dropdown-menu li {
  margin: 0;
  padding: 2px;
  border: none;
  width: 200px;
  text-align: left;
}
#nav-panel ul li .dropdown-menu li a:hover {
  background: none !important;
}
#nav-panel ul li .dropdown-menu li.dropdown-header {
  font-family: "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1em;
  color: #cccccc;
  padding: 5px !important;
}
#menu-close {
  background: #fff;
  width: 30px;
  height: 40px;
  -webkit-border-radius: 0px 6px 6px 0px !important;
  border-radius: 0px 6px 6px 0px !important;
  min-height: 1%;
  overflow: hidden;
  border: 1px solid #cccccc;
  border-left: none;
  color: #eeeeee;
  font-size: 30px;
  line-height: 35px;
  padding: 0;
  text-align: center;
  position: absolute;
  top: 13px;
  right: -30px;
  z-index: 9999999999999 !important;
  cursor: pointer;
  display: block;
}
#menu-close i {
  margin-left: -8px;
  color: #cccccc;
}
#menu-close:hover {
  color: #e42644;
}
/* MENU LATERAL NUEVO */
#menu-lat {
  /*position: fixed;
	top: 0;
	bottom: 0;
	z-index: 99999999;
*/
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
}
.multilevelpushmenu_wrapper {
  position: absolute;
  overflow: hidden;
  min-width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  /*background: url(../img/sombra.png) top right repeat-y;*/
}
.multilevelpushmenu_wrapper .levelHolderClass {
  position: absolute;
  overflow: hidden;
  top: 0;
  width: auto;
  min-height: 100%;
  font-size: 1em;
  zoom: 1;
  /*width: 90% !important;*/
  background: url(../img/sombra.png) top right repeat-y;
  padding: 30px 0 30px 0;
}
.multilevelpushmenu_wrapper .ltr {
  margin-left: -100%;
  left: 0;
  /*-moz-box-shadow: 5px 0 5px -5px #1f4164;
	-webkit-box-shadow: 5px 0 5px -5px #1f4164;
	box-shadow: 5px 0 5px -5px #1f4164;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#1f4164,direction=90,strength=2);
	*/
}
.multilevelpushmenu_wrapper .rtl {
  margin-right: -100%;
  right: 0;
  -moz-box-shadow: 5px 0 5px 5px #1f4164;
  -webkit-box-shadow: 5px 0 5px 5px #1f4164;
  box-shadow: 5px 0 5px 5px #1f4164;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#1f4164, direction=270, strength=2);
}
.multilevelpushmenu_wrapper .multilevelpushmenu_inactive {
  /*	background: url(../img/sombra.png) top right repeat-y;*/
}
.multilevelpushmenu_wrapper h2 {
  font-size: 13px;
  color: #000000;
  padding: 0;
  margin: 0 40px 20px 15px;
  color: #bf1832;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  cursor: default;
  min-height: 1%;
  overflow: hidden;
}
.multilevelpushmenu_wrapper h2 i {
  color: #666666;
}
.multilevelpushmenu_wrapper h2 span {
  cursor: pointer;
  font-size: 11px;
  font-family: "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  float: right;
  color: #666666;
}
.multilevelpushmenu_wrapper h2 span i {
  color: #666666;
}
.multilevelpushmenu_wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.multilevelpushmenu_wrapper li {
  cursor: pointer;
  border-bottom: 1px solid #f4f4f4;
  padding: 5px;
  margin: 0 40px 0 15px;
}
.multilevelpushmenu_wrapper li.cliche {
  border: none;
}
.multilevelpushmenu_wrapper li.cliche h2 {
  margin: 0;
  padding: 0;
}
.multilevelpushmenu_wrapper li.nobrd {
  border: none !important;
  margin-bottom: 20px;
}
.multilevelpushmenu_wrapper li:hover {
  /*background-color: #295685;*/
}
.multilevelpushmenu_wrapper a {
  display: block;
  outline: none;
  overflow: hidden;
  padding: .2em .2em;
  text-decoration: none;
  color: #666666;
  font-size: 1em;
  font-family: "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 35px;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}
.multilevelpushmenu_wrapper .fa {
  line-height: inherit !important;
}
.multilevelpushmenu_wrapper a:hover {
  color: #e42644;
}
.multilevelpushmenu_wrapper div.backItemClass {
  display: block;
  padding: 5px;
  /*border-top: 1px solid #295685;*/
  margin: 0 40px 0 15px;
  background: #f4f4f4;
  color: #cccccc;
  font-size: 12px;
  display: none;
}
.multilevelpushmenu_wrapper .floatRight {
  float: right;
}
.multilevelpushmenu_wrapper .floatLeft {
  float: left;
}
.multilevelpushmenu_wrapper .cursorPointer {
  cursor: pointer;
}
.multilevelpushmenu_wrapper .iconSpacing_ltr {
  padding: 0 .4em 0 0;
  display: none;
}
.multilevelpushmenu_wrapper .iconSpacing_rtl {
  padding: 0 0 0 .4em;
}
/******************/
/* ESTADO SUBMENÚ */
/******************/
#menu.navbar_submenu {
  margin-bottom: 75px !important;
}
.submenu dl {
  width: 100%;
  margin-bottom: 0px;
}
.submenu.nav_galicia .localidad {
  display: none;
}
.submenu.nav_local .col-xs-2,
.submenu.nav_local .col-xs-14 {
  display: none;
}
.submenu.nav_local .col-xs-4 {
  margin-bottom: 0px;
  width: 100%;
}
.submenu.nav_local .col-xs-4 dd.search_form {
  float: right !important;
}
.submenu.nav_local .col-xs-4 dd.search_form .localidad {
  width: 220px;
  margin-top: -7px;
  margin-bottom: -7px;
}
.submenu .dropdown-menu {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.submenu .col-xs-7,
.submenu .col-xs-5 {
  display: none !important;
}
.submenu .col-xs-4 {
  position: relative;
  min-height: 1px;
  padding-left: 13px;
  padding-right: 13px;
  width: 100%;
}
.submenu .col-xs-4 .ad_block {
  display: none !important;
}
.submenu .col-xs-4 .anchor_list {
  float: left;
}
.submenu .col-xs-4 .anchor_list dt,
.submenu .col-xs-4 .anchor_list dd {
  float: left !important;
  width: auto !important;
  background: #fff;
}
.submenu .col-xs-4 .anchor_list dt {
  padding: 2px 5px 0 0;
}
.submenu .col-xs-4 .anchor_list dt:after {
  content: ":";
}
/*******************************/
/* CABECERO ESPECIAL SECCIONES */
/*******************************/
#header.sections .tb {
  height: auto !important;
  padding: 10px 0;
}
#header.sections #logo h1 {
  padding: 0px;
  margin: 0px;
}
#header.sections #logo h1 img {
  width: 100%;
  height: auto;
  padding: 0 15px;
}
#header.sections #sec_name {
  text-align: left;
}
#header.sections #sec_name h2 {
  font-family: "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-weight: bolder;
}
/*******************************/
/* 			PAGINADOR		   */
/*******************************/
.pagination {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.pagination li a {
  font-size: 1.2em;
  color: #666666;
  font-family: "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.pagination li.active a {
  font-weight: bold;
  background: #145a6a !important;
  border: 1px solid #145a6a !important;
}
/******* ETIQUETAS EN NOTICIA *******/
div[itemprop="keywords"] {
  -webkit-border-radius: 0px 0px 0px 0px !important;
  border-radius: 0px 0px 0px 0px !important;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
div[itemprop="keywords"] .cliche_keywords {
  font-family: "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  font-size: .85em;
  border-top: 1px dotted #eeeeee;
  padding: 10px 0px;
  margin: 0;
  color: black;
}
div[itemprop="keywords"] ul {
  min-height: 1%;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
div[itemprop="keywords"] li {
  float: left;
  list-style: none;
  margin: 0;
  padding: 5px;
  border: none;
}
div[itemprop="keywords"] li .label {
  text-shadow: none;
}
div[itemprop="keywords"] li a .label {
  -webkit-border-radius: 4px 4px 4px 4px !important;
  border-radius: 4px 4px 4px 4px !important;
  background: #1c7e95;
  font-weight: 400 !important;
  font-size: .85em;
}
div[itemprop="keywords"] li a:hover .label {
  background: #eeeeee;
  color: #1c7e95;
  text-shadow: 0px 1px white !important;
  -moz-transition: all 0.25s ease-in;
  /* Firefox */
  -webkit-transition: all 0.25s ease-in;
  /* WebKit */
  -o-transition: all 0.25s ease-in;
  /* Opera */
  transition: all 0.25s ease-in;
  /* Standard */
}
.carousel-article + div[itemprop="keywords"] {
  margin: -20px 0 40px 0;
  padding: 0;
}
.citation button {
  margin-top: 20px;
}
.citation .citation-carousel {
  clear: both;
}
.citation .citation-carousel ul {
  margin: 0;
  padding: 0;
}
.citation .citation-carousel ul li {
  list-style: none;
  border-bottom: none;
  margin: 0 !important;
  padding: 0;
}
.citation .citation-carousel ul li article[itemprop="citation"] {
  border-bottom: 1px dotted #ccc !important;
  margin: 10px 0 10px 0;
  padding: 5px 5px 10px 5px;
  position: relative;
  min-height: 1%;
  overflow: hidden;
}
.citation .citation-carousel ul li article[itemprop="citation"]:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.citation .citation-carousel ul li article[itemprop="citation"] figure {
  width: 90px;
  margin-right: -90px;
  height: 100%;
  float: left;
}
.citation .citation-carousel ul li article[itemprop="citation"] figure img {
  width: 90%;
  margin-right: 10px;
}
.citation .citation-carousel ul li article[itemprop="citation"] label {
  margin-bottom: 5px;
  background: none;
}
.citation .citation-carousel ul li article[itemprop="citation"] div {
  margin-left: 90px;
  float: left;
  min-width: 100px;
}
.citation .citation-carousel ul li article[itemprop="citation"] h4 {
  margin: 0;
  padding: 0;
  font-size: 18px;
}
.citation .citation-carousel ul li article[itemprop="citation"].no-thumb div {
  margin-left: 0;
}
/*

@media (max-width: @screen-md){ 
	article[itemprop="citation"]{
		width: 33%;
		float: left;
		max-height: 160px;
		border-bottom: none;
		margin: 0;
		}
}

@media (max-width: @screen-sm) { 
	article[itemprop="citation"]{
		width: 100%;
		display: block;
		height: auto;
		border-bottom: 1px dotted #ccc;
		}
}
*/
/* Sharrre estilos */
#social_buttons,
.social_buttons {
  margin: 0;
  padding: 0;
  text-align: center;
}
#social_buttons .panel,
.social_buttons .panel {
  max-width: 50px;
  margin: 0 auto;
  box-sizing: border-box;
}
#social_buttons .panel .sharrre,
.social_buttons .panel .sharrre {
  cursor: pointer;
  text-align: center;
  border-top: 1px dotted #cccccc;
  min-height: 1%;
  overflow: hidden;
}
#social_buttons .panel .sharrre:first-child,
.social_buttons .panel .sharrre:first-child {
  border-top: none;
}
#social_buttons .panel .sharrre#twitter:hover .box,
.social_buttons .panel .sharrre#twitter:hover .box {
  background: #15a1d3;
}
#social_buttons .panel .sharrre#twitter:hover .box i,
.social_buttons .panel .sharrre#twitter:hover .box i,
#social_buttons .panel .sharrre#twitter:hover .box .count,
.social_buttons .panel .sharrre#twitter:hover .box .count {
  color: #fff;
}
#social_buttons .panel .sharrre#facebook:hover .box,
.social_buttons .panel .sharrre#facebook:hover .box {
  background: #344e87;
}
#social_buttons .panel .sharrre#facebook:hover .box i,
.social_buttons .panel .sharrre#facebook:hover .box i,
#social_buttons .panel .sharrre#facebook:hover .box .count,
.social_buttons .panel .sharrre#facebook:hover .box .count {
  color: #fff;
}
#social_buttons .panel .sharrre#googleplus:hover .box,
.social_buttons .panel .sharrre#googleplus:hover .box {
  background: #c0241c;
}
#social_buttons .panel .sharrre#googleplus:hover .box i,
.social_buttons .panel .sharrre#googleplus:hover .box i,
#social_buttons .panel .sharrre#googleplus:hover .box .count,
.social_buttons .panel .sharrre#googleplus:hover .box .count {
  color: #fff;
}
#social_buttons .panel .sharrre#user_comments:hover .box,
.social_buttons .panel .sharrre#user_comments:hover .box {
  background: #1c7e95;
}
#social_buttons .panel .sharrre#user_comments:hover .box i,
.social_buttons .panel .sharrre#user_comments:hover .box i,
#social_buttons .panel .sharrre#user_comments:hover .box .count,
.social_buttons .panel .sharrre#user_comments:hover .box .count {
  color: #fff;
}
#social_buttons .panel .sharrre .box,
.social_buttons .panel .sharrre .box {
  min-height: 1%;
  overflow: hidden;
  margin: 5px;
  -webkit-border-radius: 3px 3px 3px 3px !important;
  border-radius: 3px 3px 3px 3px !important;
}
#social_buttons .panel .sharrre .box a,
.social_buttons .panel .sharrre .box a {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 2em;
  line-height: 1em;
  margin-top: 5px;
}
#social_buttons .panel .sharrre .box .count,
.social_buttons .panel .sharrre .box .count {
  text-align: center;
  color: #666666;
  font-size: .85em;
  font-weight: 300;
}
#social_buttons .panel .sharrre i,
.social_buttons .panel .sharrre i {
  color: #666;
  margin: 0 !important;
  padding: 0 !important;
}
#social_buttons .panel .sharrre i:before,
.social_buttons .panel .sharrre i:before {
  margin: 0 !important;
  padding: 0 !important;
}
#social_buttons .panel .sharrre i.icon-star-empty,
.social_buttons .panel .sharrre i.icon-star-empty {
  color: #ccc;
}
#social_buttons .panel .sharrre .share,
.social_buttons .panel .sharrre .share {
  color: #666;
  display: block;
  float: left;
  font-size: 14px;
  text-decoration: none;
}
#social_buttons .panel .sharrre .share:before,
.social_buttons .panel .sharrre .share:before {
  font-family: "webicons" !important;
  font-style: normal;
  text-transform: none !important;
  font-weight: 300;
}
/* -------- */
/*
#social_stars {
	float: right;	
		
	div[itemprop="aggregateRating"] {
		background: #eee;
		color: #666;
		cursor: pointer;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		padding: 5px;
		font-size: 10pt;
		-webkit-border-radius: 5px;    
		border-radius: 5px;
		text-shadow: 0px 1px 0px #ffffff;
        filter: dropshadow(color=#ffffff, offx=0, offy=1);
        width: 100%;
        min-height: 30px;
        line-height: 20px;
        text-align: center;
		&:hover { 
			background: #f4f4f4; 
			text-decoration: none;
			}
		i { 
			&:before, &:after {margin: 0 !important; }			
		}	

	}
}

.col-md-2 {
	#social_stars{
		width: 100%;	
	}
 }

.col-md-4 {
	#social_stars{
		float: left;
	}
}

*/
footer {
  margin: 0;
}
footer .separador {
  margin-top: 0 !important;
  margin-bottom: 0;
}
footer .tb {
  width: 100%;
  display: table;
  margin: 0;
}
footer .tb .td {
  border-right: 1px solid #eeeeee;
  float: none !important;
  display: table-cell;
}
footer .tb .td:last-child {
  border-right: none;
}
footer dl {
  margin: 0;
}
footer dl dt {
  width: 100%;
  clear: both;
  padding: 5px;
  font-weight: 500;
  color: #bf1832;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
footer dl dd .separador {
  float: left;
  clear: both;
  margin: 10px 0 !important;
  border-width: 1px !important;
  border-top-style: dotted;
}
footer dl dd .btn {
  float: left;
  font-weight: 300;
}
footer dl dd img {
  float: right;
}
footer .social {
  font-size: .85em;
  /*
        
        .btn-group {
			width: auto;
			position: inherit;	
			
			 .tb {
			     .mk-tb();
			     width: auto !important;
			     border: 2px solid #000;
			     .td {
			         .mk-td();
    			     vertical-align: top;
    			     &:last-child {
    			         border-right: none;
    			     }
			     }
			     
			 }
		 
			 a.btn { 
			 	background: @white;
			 	border: 1px solid @white; 
			 	 -webkit-box-shadow: none;
				 -moz-box-shadow: none;
				 box-shadow: none;
			 }
		 
			 .btn.dropdown-toggle
			 {
				 background: @white;
				 -webkit-box-shadow: none;
				 -moz-box-shadow: none;
				 box-shadow: none;
				border: 1px solid @white; 
				border-left: none !important;
				padding-left: 0 !important;

			 }
			 
			 &.open {
			 
			 	 a {
	                .fa-twitter { color: @c-twitter; }
	                .fa-facebook { color: @c-facebook; }
	                .fa-google-plus { color: @c-gplus; }
	                .fa-youtube { color: @c-youtube; }
	             }

			 	 	
			 	.btn {		 	
			 		border: 1px solid @gray;	
				 	 border-bottom: 1px solid @white !important;
				 	 z-index: 10000 !important;
				 	 background: @white;
				 	 border-bottom-left-radius: 0;
			 	 }
				 button {			
				 	 border-left: none;	 	
					 border-bottom: 1px solid @white !important;
					 box-shadow: none !important;
					 z-index: 10000 !important;
					 border-bottom-right-radius: 0;
					 border-bottom-left-radius: 0;
				}
				
			 }
			 
			         
		    .dropdown-menu {
				width: auto;
				left: 0;
				margin: -1px 13px auto 0;
				padding: 10px;
				border-color: @gray;
				 box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.176); 
							
				   li {
					   border-right: 1px solid @gray-light;
					   &:last-child { border: none; }
					   dt { display: none; }
					   dd { 
					   	display: block; 
					   	width: 100%;
					   }
				   }
			   
		    }
	    }
	    
	    */
}
footer .social dt {
  /* display: none; */
  font-size: 12px;
}
footer .social dd {
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
  margin-right: 15px;
}
footer .social dd a.dropdown-toggle {
  cursor: pointer;
  background: #ffffff;
  color: #333333;
  padding: 7px;
  border: 1px solid #ffffff;
  font: 13px "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-decoration: none;
  display: block;
  position: relative;
  -moz-transition: all 0s ease-in;
  /* Firefox */
  -webkit-transition: all 0s ease-in;
  /* WebKit */
  -o-transition: all 0s ease-in;
  /* Opera */
  transition: all 0s ease-in;
  /* Standard */
  box-shadow: none;
}
footer .social dd a.dropdown-toggle span {
  text-transform: uppercase;
  padding: 0 0 0 8px;
}
footer .social dd a.dropdown-toggle .num {
  font-weight: 300 !important;
  padding-left: 0px !important;
}
footer .social dd a.dropdown-toggle i.fa-angle-down {
  font-size: 13px !important;
  line-height: auto;
  top: auto;
  padding-left: 5px;
}
footer .social dd a.dropdown-toggle i.fa-share-alt,
footer .social dd a.dropdown-toggle i.fa-comment {
  color: #1c7e95;
}
footer .social dd a.dropdown-toggle:hover i.fa-twitter {
  color: #15a1d3 !important;
}
footer .social dd a.dropdown-toggle:hover i.fa-facebook {
  color: #344e87 !important;
}
footer .social dd a.dropdown-toggle:hover i.fa-google-plus {
  color: #c0241c !important;
}
footer .social dd a.dropdown-toggle:hover i.fa-youtube {
  color: #cb1727 !important;
}
footer .social dd.open > a:first-child {
  z-index: 9999999 !important;
  background: #ffffff;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #ffffff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: none;
  position: relative;
}
footer .social dd.open > a:first-child i.fa-twitter {
  color: #15a1d3 !important;
}
footer .social dd.open > a:first-child i.fa-facebook {
  color: #344e87 !important;
}
footer .social dd.open > a:first-child i.fa-google-plus {
  color: #c0241c !important;
}
footer .social dd.open > a:first-child i.fa-youtube {
  color: #cb1727 !important;
}
footer .social dd.open > ul {
  z-index: 99999 !important;
  margin-top: -1px !important;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
  min-width: 100%;
  width: 500px;
  border: 1px solid #cccccc;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15) !important;
  display: block;
  padding: 10px;
  min-height: 1%;
  overflow: hidden;
  /* 1 Col */
  /* 2 Col */
  /* 3 Col */
  /* 4 Col */
}
footer .social dd.open > ul dl {
  margin: 0 !important;
}
footer .social dd.open > ul dl dt {
  display: none;
}
footer .social dd.open > ul dl dd {
  width: 100%;
  text-transform: none !important;
}
footer .social dd.open > ul dl dd > a {
  border-radius: 4px;
  padding: 4px;
  font-family: "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 13px;
  border: none;
  color: #333333 !important;
}
footer .social dd.open > ul dl dd > a i {
  width: 20px;
  text-align: center;
}
footer .social dd.open > ul dl dd > a span.num {
  margin-left: 0;
  margin-right: 2px;
  padding: 0 5px 0 5px;
  border-left: none;
  border-right: 1px solid #cccccc;
  color: #666666;
  font-weight: 300;
  width: 25px;
  display: inline-block;
  text-align: center;
}
footer .social dd.open > ul dl dd > a:hover {
  color: #333333;
  background: #f4f4f4;
}
footer .social dd.open > ul li:nth-child(1):nth-last-child(1) {
  width: 100%;
  display: block;
  float: left;
  margin: 0;
}
footer .social dd.open > ul li:nth-child(1):nth-last-child(2),
footer .social dd.open > ul li:nth-child(2):nth-last-child(1) {
  width: 50%;
  display: block;
  float: left;
  margin: 0;
}
footer .social dd.open > ul li:nth-child(1):nth-last-child(3),
footer .social dd.open > ul li:nth-child(2):nth-last-child(2),
footer .social dd.open > ul li:nth-child(3):nth-last-child(1) {
  width: 33.3333%;
  display: block;
  float: left;
  margin: 0;
}
footer .social dd.open > ul li:nth-child(1):nth-last-child(4),
footer .social dd.open > ul li:nth-child(2):nth-last-child(3),
footer .social dd.open > ul li:nth-child(3):nth-last-child(2),
footer .social dd.open > ul li:nth-child(4):nth-last-child(1) {
  width: 25%;
  display: block;
  float: left;
  margin: 0;
}
footer .social dd .fa {
  color: #666666;
  font-size: 24px;
  line-height: 0em;
  position: relative;
  top: 4px;
}
footer .mobile_os dt {
  /* display: none; */
  font-size: 12px;
}
footer .mobile_os dd {
  float: left;
  text-transform: uppercase;
}
footer .mobile_os dd .fa {
  padding: 0 10px 0 0;
  font-size: 27px;
  line-height: 0em;
  position: relative;
  top: 4px;
}
footer .mobile_os dd a {
  color: #666666;
  font-size: .85em;
}
footer .legal_footer {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 300;
  font-size: .8em;
}
footer .legal_footer li {
  margin: 0;
  padding: 0;
  float: left;
  padding: 0 5px;
}
footer .legal_footer li .address {
  display: none;
}
#comments {
  -webkit-border-radius: 0px 0px 0px 0px !important;
  border-radius: 0px 0px 0px 0px !important;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
}
#comments .cliche_small {
  border-bottom: 1px dotted #cccccc !important;
}
#comments .comments {
  float: right !important;
  display: block;
  font-size: 1.2em;
}
#comments .comments i {
  margin: 0 5px 0 15px;
  font-size: 1em;
  color: #1c7e95;
}
#comments .comments .commentCount {
  display: inline-block;
  font-size: .7em;
  font-weight: 400;
}
#comments .comments .commentCount:after {
  content: " comentarios";
  text-transform: none;
}
#comments #login_comments,
#comments #form_send {
  border: 0;
  margin-top: 15px;
  background: #eeeeee;
  -webkit-border-radius: 4px 4px 4px 4px !important;
  border-radius: 4px 4px 4px 4px !important;
  min-height: 1%;
  overflow: hidden;
  text-shadow: 0px 1px white;
  webkit-box-shadow: none;
  box-shadow: none;
}
#comments #form_send {
  padding: 20px 0;
}
#comments #form_send .form-inline .checkbox label {
  font-size: 12px;
  font-weight: 300;
}
#comments #form_send .form-group.pull-left {
  margin: 0;
}
#comments #form_send .form-group label {
  font-weight: 300;
}
#comments #form_send button {
  position: relative;
  bottom: 0px;
}
#login_comments {
  padding: 10px 0 20px 0 !important;
  margin: 10px 0 20px 0;
}
#login_comments .row div[class="col-xs-8"]:last-child {
  border-left: 1px dotted #cccccc;
}
#login_comments > div button[class~="btn-brand"] {
  margin-top: 5px;
}
#login_comments > div .checkbox {
  display: block;
  margin: 5px 0 10px 0px;
}
#login_comments > div h4 {
  font-family: "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1.1em;
  margin: 10px 0;
  text-transform: uppercase;
  padding: 0;
}
#login_comments > div p {
  font-weight: 300;
  font-size: .9em;
}
#login_comments > div p strong {
  font-weight: 400;
  color: black;
}
#login_comments > div label {
  font-weight: 300;
  margin-top: 10px;
}
.comments-thread .tab-content {
  margin-right: 0px;
  webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.comments-thread .tab-content .tab-pane small {
  display: block;
  padding: 10px 0;
}
.comments-thread .tab-content .alert-warning {
  font-size: .9em;
  font-weight: 300;
  border-color: #faebcc;
}
.comments-thread .nav.nav-voz {
  border-bottom: none;
}
.comments-thread .nav.nav-voz li {
  text-transform: uppercase;
  font-size: .8em;
  font-weight: 600;
}
.comments-thread .nav.nav-voz li a:hover {
  color: #000000;
}
.comments-thread .nav.nav-voz li a.active:hover {
  color: #cccccc;
}
.comments-thread .nav.nav-voz li.active a {
  webkit-box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.05);
}
.comments-thread ol {
  margin: 0;
  padding: 0;
}
.comments-thread ol li {
  list-style: none;
  border-top: none;
  border-bottom: 1px dotted #cccccc;
  padding: 0;
  margin: 0;
}
.comments-thread ol li:first-child {
  border-top: 1px dotted #cccccc;
}
.comments-thread ol li.reply_more {
  border: none;
  width: 100%;
  margin-bottom: 20px;
}
.comments-thread ol li.reply_more + li {
  border-top: 1px dotted #cccccc;
}
.comments-thread ol li.reply_more .btn {
  position: relative;
  top: -1px;
  text-align: center;
  border-style: dotted;
  margin-left: 15px;
  -webkit-border-radius: 0px 0px 4px 4px !important;
  border-radius: 0px 0px 4px 4px !important;
  background-color: #f4f4f4;
  border-width: 1px !important;
  border-color: #cccccc;
  border-top-color: #f4f4f4;
}
.comments-thread ol li .wrap {
  margin: 0;
  padding: 20px 5px;
  border: none;
  min-height: 1%;
  overflow: hidden;
}
.comments-thread ol li .wrap[class*="selected"] {
  position: relative;
}
.comments-thread ol li .wrap[class*="selected"]:before {
  font-family: fontAwesome;
  content: "";
  position: absolute;
  top: -7px;
  right: 10px;
  font-size: 2em;
}
.comments-thread ol li .wrap[class*="selected"][class*="premium"]:before {
  color: #bf1832;
}
.comments-thread ol li .wrap[class*="selected"][class*="voted"]:before {
  color: #cc9900;
}
.comments-thread ol li .wrap .additional_data {
  width: 100%;
  display: block;
  padding: 10px 0;
}
.comments-thread ol li .wrap .additional_data .creator {
  display: inline !important;
  border: none;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: block;
  min-height: 1%;
  overflow: hidden;
}
.comments-thread ol li .wrap .additional_data .creator .avatar {
  float: left;
  display: block;
  width: 55px;
  height: 55px;
  -webkit-border-radius: 55px;
  /* Saf3+, Chrome */
  border-radius: 55px;
  /* Opera 10.5, IE 9 */
  -moz-border-radius: 55px;
  /* Disabled for FF1+ */
  margin: 0 5px 0 5px;
  overflow: hidden;
  -webkit-border-radius: 6px 6px 6px 6px !important;
  border-radius: 6px 6px 6px 6px !important;
  border: 2px solid #eeeeee;
  margin: -10px 10px 0 0;
}
.comments-thread ol li .wrap .additional_data .creator .avatar img {
  height: 100%;
}
.comments-thread ol li .wrap .additional_data .creator span[itemprop="name"] {
  display: inline;
}
.comments-thread ol li .wrap .additional_data .creator span[itemprop="address"] {
  display: inline;
  font-weight: 300;
}
.comments-thread ol li .wrap .additional_data .creator span[itemprop="address"]:before {
  content: " de ";
}
.comments-thread ol li .wrap .additional_data .comment_context {
  font-size: .85em;
  font-weight: 300;
  width: 100%;
}
.comments-thread ol li .wrap .additional_data .comment_context .reply_to a {
  color: #1c7e95;
  text-decoration: underline;
}
.comments-thread ol li .wrap .additional_data .comment_context .time time {
  display: none;
}
.comments-thread ol li .wrap .comment_content {
  clear: both;
  float: left;
}
.comments-thread ol li .wrap .comment_content p[itemprop="commentText"] {
  color: #666;
  display: block;
  float: left;
  clear: both;
  font-weight: 300;
  font-size: .9em;
}
.comments-thread ol li .wrap .comment_content p[itemprop="commentText"] strong {
  display: block;
  color: #333;
}
.comments-thread ol li .wrap .comment_content small {
  color: #ccc;
}
.comments-thread ol li.reply {
  border-left: 1px dotted #cccccc;
  margin-left: 15px;
  padding-left: 15px;
  background: #f4f4f4;
  text-shadow: 0px 1px white;
}
.comments-thread .btn-more {
  padding: 5px 0 15px 0;
  text-align: center;
}
.comments-thread .btn-more button {
  margin: auto;
}
#sidebar .comments-thread {
  -webkit-border-radius: 0px 0px 0px 0px !important;
  border-radius: 0px 0px 0px 0px !important;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 5px;
}
#sidebar .comments-thread li {
  border-bottom: none;
  padding: 0px 0px;
}
#sidebar .comments-thread li .wrap .comment_content {
  padding: 10px;
}
#hcard {
  margin: 10px 0 10px 0;
  padding: 10px;
  position: relative;
  min-height: 1%;
  overflow: hidden;
  border: 1px solid #ddd;
  -webkit-box-shadow: 2px 2px 0px 0px #eeeeee;
  box-shadow: 2px 2px 0px 0px #eeeeee;
  margin-right: 2px;
}
#hcard figure {
  width: 90px;
  margin-right: -90px;
  height: 100%;
  float: left;
}
#hcard figure img {
  width: 90%;
  margin-right: 10px;
}
#hcard div {
  margin-left: 90px;
  float: left;
  min-width: 100px;
}
#hcard h3 {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 18px;
}
#hcard.no-thumb div {
  margin-left: 0;
}
.movie header {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 2px 0px 0px #eee;
  box-shadow: 0px 2px 0px 0px #eee;
  min-height: 1%;
  overflow: hidden;
}
.movie header h1 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 55px;
  margin: 0;
  padding: 0;
}
.movie header span {
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  margin: 0 5px 0 5px;
}
.movie header span small {
  display: block;
  font-size: 11px;
  margin-top: -5px;
  color: #fff;
  font-weight: normal;
}
.movie .col-md-8 section {
  border: none;
  margin: 0 0 20px 0;
  padding: 0;
}
.movie .col-md-8 section figure {
  width: 230px;
  float: left;
  margin: 0 15px 10px 0;
}
.movie .col-md-8 section div {
  font-size: 14px;
  padding: 0 7px 0 7px;
  line-height: 22px;
}
.movie .col-md-8 section h3 {
  border: 1px solid #ddd;
  padding: 10px;
  font-size: 15px;
  color: #333;
  -webkit-box-shadow: 2px 2px 0px 0px #eeeeee;
  box-shadow: 2px 2px 0px 0px #eeeeee;
  margin-right: 2px;
}
.movie .col-md-8 section ul {
  margin: 0;
  padding: 0;
}
.movie .col-md-8 section ul li {
  list-style: none;
}
.movie .col-md-8 section ul li strong {
  text-align: left;
}
.movie .col-md-4 > div {
  margin-bottom: 15px;
}
.movie .col-md-4 blockquote {
  padding-top: 20px;
  min-height: 1%;
  overflow: hidden;
  font-size: 14px;
  line-height: 140%;
  background: #f4f4f4;
  color: #454545;
  text-align: left;
}
.movie .col-md-4 blockquote:after {
  content: none;
}
.movie .col-md-4 blockquote:before {
  display: block;
  float: left;
  margin: 10px 10px 0 0;
  font-size: 80px;
  content: open-quote;
  color: #bababa;
}
.movie .video {
  border: none;
  margin: 0;
  padding: 0;
}
.movie .video span {
  display: none;
}
.movie figure img {
  width: 100%;
}
.movie .tab-content .form {
  margin-top: 0;
}
.movie .tab-content button {
  margin-top: 10px;
}
.movie .form-group,
.movie .pagination {
  margin: 0 !important;
}
.movie .movie_search {
  margin: 0;
}
.movie .movie_search button {
  margin: 5px 0 15px 0;
}
.movie #cartel {
  -webkit-box-shadow: 2px 2px 0px 0px #eeeeee;
  box-shadow: 2px 2px 0px 0px #eeeeee;
  margin-right: 2px;
  border: 1px solid #ddd;
  padding: 5px;
}
/* Responsive */
@media (max-width: 1200px) {
  .movie .col-md-4 {
    margin: 30px;
  }
}
.form-date {
  min-height: 1%;
  overflow: hidden;
  -webkit-border-radius: 5px 5px 5px 5px !important;
  border-radius: 5px 5px 5px 5px !important;
  border: 1px solid #ddd;
}
.form-date input {
  width: 80%;
  border: none;
  padding: 7px;
}
.form-date .add-on {
  background: #eee;
  border-left: 1px solid #ddd;
  display: block;
  color: #666;
  width: 15%;
  text-align: center;
  padding: 7px;
  cursor: pointer;
}
#myTab {
  background: #f4f4f4;
  -webkit-border-radius: 5px 5px 0 0 !important;
  border-radius: 5px 5px 0 0 !important;
  margin-right: 2px;
}
#myTab li {
  margin: 0 0 -1px 0 !important;
  border-bottom: none;
  padding: 0;
}
.tab-content {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  -webkit-box-shadow: 2px 2px 0px 0px #eeeeee;
  box-shadow: 2px 2px 0px 0px #eeeeee;
  margin-right: 2px;
}
.tab-content ul {
  margin: 0;
  padding: 0;
  font: 14px Arial;
}
.tab-content li {
  border-bottom: 1px dotted #ddd;
  list-style: none;
  margin: 0;
  padding: 5px 0 5px 0;
}
.tab-content div {
  padding: 10px;
}
.tab-content.tab-coments {
  border-top: 1px solid #ddd;
  margin-top: -1px;
  border-color: #f4f4f4 !important;
  -webkit-border-radius: 0 4px 4px 4px !important;
  border-radius: 0 4px 4px 4px !important;
}
#scoreboard {
  margin: 0 0 30px 0;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  /*.shadow(#eee);*/
}
#scoreboard header {
  margin: 0;
  padding: 15px;
  /*background: #fff;*/
  border-bottom: 1px solid #ddd;
  -webkit-box-shadow: 0px 2px 0px 0px #eee;
  box-shadow: 0px 2px 0px 0px #eee;
  min-height: 1%;
  overflow: hidden;
  border-radius-top-left: 4px;
  border-radius-top-right: 4px;
}
#scoreboard header h3 {
  margin: 0;
  padding: 0;
  color: #666;
  text-transform: uppercase;
  font-family: "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 20px;
  float: left;
}
#scoreboard header span {
  float: right;
  font-family: "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #888;
}
#scoreboard > div {
  min-height: 1%;
  overflow: hidden;
  padding: 30px 10px 30px 10px;
  margin: auto;
  background: #f4f4f4;
  /*
		ul {
			margin: 20px 0 0 0;			
			
			&.pull-left { 
				margin-left: -10px;
				padding: 0 0 0 20px;
				border-left: 1px solid @gray; 
			}
			&.pull-right { 
				margin-right: -10px;
				padding: 0 10px 0 0;
				border-right: 1px solid @gray;				
			}
			
			li {
				font: 11px Arial;
				list-style: square;
				margin-bottom: 3px;
				a { 
					color: @gray-dark; 
					&:hover { text-decoration: underline; }
				}
			}
		}			
		*/
}
#scoreboard > div:first-child {
  display: none;
}
#scoreboard > div .team {
  text-align: center;
  min-height: 1%;
  overflow: hidden;
}
#scoreboard > div .team > div {
  width: 63%;
  min-height: 1%;
  overflow: hidden;
}
#scoreboard > div .team > div figure {
  width: 60px;
  text-align: center;
}
#scoreboard > div .team > div h2 {
  font-family: "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1.1em;
  text-transform: uppercase;
  color: #333;
  margin: 10px 0 0 0;
  padding: 5px 0 0 0;
  float: left;
  width: 140px;
  line-height: inherit !important;
}
#scoreboard > div .team > ul {
  width: 35%;
  margin: 20px auto auto auto;
  padding: 0;
}
#scoreboard > div .team > ul.pull-left {
  border-right: 1px solid #cccccc;
}
#scoreboard > div .team > ul.pull-right {
  border-left: 1px solid #cccccc;
}
#scoreboard > div .team > ul li {
  font: 11px Arial;
  list-style: square;
  margin-bottom: 3px;
  text-align: left;
  list-style-position: inside;
  margin-left: 20px;
}
#scoreboard > div .team > ul li a {
  color: #666666;
}
#scoreboard > div .team > ul li a:hover {
  text-decoration: underline;
}
#scoreboard > div .score {
  min-height: 1%;
  overflow: hidden;
  text-align: center;
  position: relative;
  /*height: 85px;*/
  padding: 0;
}
#scoreboard > div .score span {
  width: 45%;
  min-height: 65px;
  padding: 5px;
  display: block;
  float: left;
  font: 45px Arial;
  color: #666;
  margin: 0;
  background: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#scoreboard > div .score span:first-child {
  margin-right: 8px;
}
#scoreboard > div .score a {
  margin-top: 10px;
  width: 98%;
}
#scoreboard footer {
  padding: 10px;
  border-top: 1px solid #ddd;
  min-height: 1%;
  overflow: hidden;
}
#scoreboard footer div {
  float: left;
  border-right: 1px dotted #ccc;
  padding: 5px 10px 5px 10px;
  /*margin-right: 15px;*/
  font-family: "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
  font-size: 14px;
  color: #666;
}
#scoreboard footer div small {
  font: bold 11px Arial;
  color: #333;
  display: block;
}
#scoreboard footer div:last-child {
  border: none;
}
#scoreboard footer div:last-child img {
  width: 100px;
}
#scoreboard.sidebar > div {
  margin: 5px;
  padding: 5px 5px 10px 5px;
  border-bottom: 1px dotted #cccccc;
}
#scoreboard.sidebar > div:last-of-type {
  border: none !important;
}
#scoreboard.sidebar header span {
  font-size: 13px;
  line-height: 25px;
}
#scoreboard.sidebar .team ul {
  display: none;
}
#scoreboard.sidebar .team > div {
  float: none !important;
  width: 100% !important;
}
#scoreboard.sidebar .team > div figure {
  display: block;
  text-align: center;
  width: 100%;
  margin-bottom: 2px;
}
#scoreboard.sidebar .team > div figure img {
  max-height: 50px;
}
#scoreboard.sidebar .team > div h2 {
  float: none !important;
  width: auto !important;
  font-size: 14px;
}
#scoreboard.sidebar .score {
  padding-top: 10px;
}
#scoreboard.sidebar .score span {
  font-size: 30px;
  min-height: 55px;
}
#scoreboard.sidebar .score a {
  font-size: 10px;
}
#scoreboard.sidebar footer {
  display: none;
}
#scoreboard.box {
  margin: 0 0 5px 0;
  padding: 5px 0 5px 0;
  box-shadow: none;
}
#scoreboard.box > div {
  background: #fff;
  margin: 0;
  padding: 0;
  border-bottom: 1px dotted #cccccc;
}
#scoreboard.box > div:last-of-type {
  border: none !important;
}
#scoreboard.box header {
  display: none;
}
#scoreboard.box .team ul {
  display: none;
}
#scoreboard.box .team > div {
  float: none !important;
  width: 100% !important;
}
#scoreboard.box .team > div figure {
  display: block;
  text-align: center;
  width: 100%;
  margin-bottom: 2px;
}
#scoreboard.box .team > div figure img {
  max-height: 50px;
}
#scoreboard.box .team > div h2 {
  float: none !important;
  width: auto !important;
  font-size: 14px;
}
#scoreboard.box .score {
  padding-top: 10px;
}
#scoreboard.box .score span {
  font-size: 30px;
  min-height: 50px;
}
#scoreboard.box .score a {
  font-size: 10px;
}
#scoreboard.box footer {
  display: none;
}
#articleBody #scoreboard .team > div {
  width: 100%;
  text-align: center;
  margin: 0 !important;
  min-height: 1%;
  overflow: hidden;
}
#articleBody #scoreboard .team > div figure {
  display: block;
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  text-align: center;
}
#articleBody #scoreboard .team > div h2 {
  width: 100%;
  margin: 0 !important;
  text-align: center;
  text-transform: inherit;
}
/* Caja pagina equipos */
.info_team {
  padding-bottom: 20px;
}
.info_team h2.cliche a:after {
  content: "" !important;
}
.info_team .box {
  min-height: 1%;
  overflow: hidden;
}
.info_team .box h3 {
  font-family: "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1em;
  text-transform: uppercase;
  margin: 0 0 15px 0;
  padding: 7px;
  border-bottom: 1px dotted #cccccc;
  color: #666666;
}
.info_team .box.club {
  margin-bottom: 10px;
}
.info_team .box.club figure {
  width: 55%;
  float: left;
  text-align: center;
}
.info_team .box.club figure img {
  width: 90%;
}
.info_team .box.club ul {
  width: 45%;
  float: left;
  margin: 10px 0 0 0;
  padding: 0;
}
.info_team .box.club ul li {
  list-style: none;
  padding: 0 0 5px 0;
  font-family: "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 0.9em;
}
.info_team .box.club ul li strong {
  display: block;
  color: #666666;
}
.info_team .box.plantilla {
  background: #ffffff;
}
/**********/
/* Alineaciones */
#alineaciones {
  margin: 0 !important;
  display: block;
}
#alineaciones .col-xs-8 {
  padding: 0;
}
#alineaciones .col-xs-8 > div {
  border: 1px solid #eeeeee;
  margin: 0 5px 0 5px;
  padding: 10px;
}
#alineaciones .equipo {
  min-height: 1%;
  overflow: hidden;
  border-bottom: 2px solid #cccccc;
  margin-bottom: 5px;
  padding-bottom: 3px;
}
#alineaciones .equipo img {
  height: 35px;
  float: left;
  width: auto;
  padding-right: 10px;
}
#alineaciones .equipo > span {
  display: block;
  float: left;
}
#alineaciones .equipo > span h3 {
  color: #666666;
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: inherit;
}
#alineaciones .equipo > span p {
  color: #cccccc;
  font-weight: 300;
  margin: 0;
  padding: 0;
}
#alineaciones span {
  display: block;
  margin-bottom: 5px;
  font-size: 1.3rem;
  font-weight: 500;
  color: #666666;
}
#alineaciones .def {
  background: #C6E5D9;
}
#alineaciones .med {
  background: #F4EAD5;
}
#alineaciones .del {
  background: #C4E1E3;
}
#alineaciones .port {
  background: #F0E2A4;
}
#alineaciones .fa-circle.port {
  background: none;
  color: #F0E2A4;
}
#alineaciones .fa-circle.def {
  background: none;
  color: #C6E5D9;
}
#alineaciones .fa-circle.med {
  background: none;
  color: #F4EAD5;
}
#alineaciones .fa-circle.del {
  background: none;
  color: #C4E1E3;
}
#alineaciones ul {
  min-height: 1%;
  overflow: hidden;
  clear: both;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #eeeeee;
  /*
		max-height: 200px;		
		.col(2);
		&:first-child{ .col(1); }		
		*/
}
#alineaciones ul:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
#alineaciones ul li {
  list-style: none;
  margin: 8px 0 8px 0;
  min-height: 1%;
  overflow: hidden;
  border-bottom: none;
  padding: 0;
  font-family: "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  font-weight: 300;
}
#alineaciones ul li span {
  width: 20px;
  height: 20px;
  display: block;
  -webkit-border-radius: 15px 15px 15px 15px !important;
  border-radius: 15px 15px 15px 15px !important;
  background: #eee;
  padding: 3px;
  text-align: center;
  float: left;
  margin: 0 5px 0 0 !important;
  color: #666666;
  font-weight: bold;
  font-size: 11px;
  line-height: 13px;
}
#alineaciones ul li .yellow {
  color: #F6D232;
}
#alineaciones ul li .red {
  color: #c20000;
}
#alineaciones ul li .fa {
  padding-left: 3px;
}
#alineaciones ul li .fa-arrow-left {
  color: #cccccc;
}
#alineaciones ul li .fa-arrow-right {
  color: #6FA64A;
}
#alineaciones ul li img {
  max-height: 10px;
  padding-left: 3px;
}
#alineaciones .leyenda {
  margin: 10px 0 15px 0;
}
#alineaciones .leyenda span {
  font: "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 11px;
  float: none;
  display: inline-block;
  clear: inherit;
  padding-left: 2px;
  padding-right: 7px;
}
.player_profile {
  border: 1px solid #eeeeee;
  padding: 10px;
  border-radius: 4px;
}
.player_profile .col-xs-4 img {
  margin-bottom: 0 !important;
  width: 100% !important;
}
.player_profile .col-xs-12 {
  padding-left: 0;
}
.player_profile .col-xs-12 > div {
  min-height: 1%;
  overflow: hidden;
  border-bottom: 2px solid #cccccc;
  margin-bottom: 13px;
  margin-top: 0;
  width: 100%;
  line-height: 30px;
}
.player_profile .col-xs-12 h3 {
  color: #666666;
  margin: 0;
  float: left;
  padding: 5px 0 5px 0;
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: inherit;
  font-family: "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.player_profile .col-xs-12 span {
  width: 20px;
  height: 20px;
  display: block;
  -webkit-border-radius: 15px 15px 15px 15px !important;
  border-radius: 15px 15px 15px 15px !important;
  background: #eee;
  padding: 3px;
  text-align: center;
  margin: 0 5px 0 10px !important;
  color: #666666;
  font-weight: bold;
  font-size: 11px;
  line-height: 13px;
  float: right !important;
}
.player_profile .col-xs-12 span.def {
  background: #C6E5D9;
}
.player_profile .col-xs-12 span.med {
  background: #F4EAD5;
}
.player_profile .col-xs-12 span.del {
  background: #C4E1E3;
}
.player_profile .col-xs-12 span.port {
  background: #F0E2A4;
}
.player_profile .col-xs-12 ul {
  margin: 0;
  padding: 0;
}
.player_profile .col-xs-12 ul li {
  list-style: none;
  padding: 0 0 5px 0;
  font-family: "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 12px;
}
.player_profile .col-xs-12 ul li strong:nth-child(2) {
  padding-left: 15px;
}
.retransmision div[itemprop="articleBody"] {
  /* Declaraci�n resaltada */
}
.retransmision div[itemprop="articleBody"] article.interview {
  margin-top: 10px;
  margin-bottom: -20px !important;
  padding-bottom: 0 !important;
}
.retransmision div[itemprop="articleBody"] article.interview header {
  min-height: 1%;
  overflow: hidden;
}
.retransmision div[itemprop="articleBody"] article.interview header h1[itemprop^="headline"],
.retransmision div[itemprop="articleBody"] article.interview header h2[itemprop^="headline"] {
  quotes: "\201C" "\201D";
}
.retransmision div[itemprop="articleBody"] article.interview header h1[itemprop^="headline"]:before,
.retransmision div[itemprop="articleBody"] article.interview header h2[itemprop^="headline"]:before,
.retransmision div[itemprop="articleBody"] article.interview header h1[itemprop^="headline"]:after,
.retransmision div[itemprop="articleBody"] article.interview header h2[itemprop^="headline"]:after {
  color: #1c7e95;
  font-size: 1.9em;
  line-height: 0em;
  vertical-align: -0.4em;
  font-weight: bolder;
}
.retransmision div[itemprop="articleBody"] article.interview header h1[itemprop^="headline"]:before,
.retransmision div[itemprop="articleBody"] article.interview header h2[itemprop^="headline"]:before {
  content: open-quote;
}
.retransmision div[itemprop="articleBody"] article.interview header h1[itemprop^="headline"]:after,
.retransmision div[itemprop="articleBody"] article.interview header h2[itemprop^="headline"]:after {
  content: close-quote;
}
.retransmision div[itemprop="articleBody"] article.interview header h1[itemprop^="headline"] a,
.retransmision div[itemprop="articleBody"] article.interview header h2[itemprop^="headline"] a {
  text-decoration: none;
}
.retransmision div[itemprop="articleBody"] article.interview header .photo {
  margin-bottom: 0 !important;
}
.retransmision div[itemprop="articleBody"] blockquote {
  font: italic 1.4em Georgia, "Times New Roman", Times, serif;
  border-left: none !important;
  line-height: 130%;
  color: black;
  width: 100%;
  display: table;
  margin: 0;
  width: auto;
  margin: 0 !important;
  padding-bottom: 0 !important;
  quotes: "\201C" "\201D";
}
.retransmision div[itemprop="articleBody"] blockquote span {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: left;
  width: 75%;
  display: block;
}
.retransmision div[itemprop="articleBody"] blockquote span:before,
.retransmision div[itemprop="articleBody"] blockquote span:after {
  color: #1c7e95;
  font-size: 2.5em;
  line-height: 0em;
  vertical-align: -0.45em;
  font-weight: bolder;
}
.retransmision div[itemprop="articleBody"] blockquote span:before {
  content: open-quote;
  margin-right: 0.20em;
}
.retransmision div[itemprop="articleBody"] blockquote span:after {
  content: close-quote;
}
.retransmision div[itemprop="articleBody"] blockquote small {
  color: #666666;
  padding-top: 10px;
  padding-bottom: 0 !important;
  font-weight: 300;
  font-size: .8em;
  display: block;
  float: left;
}
.retransmision div[itemprop="articleBody"] blockquote small .cargo {
  padding: 0;
  font: 0.8em "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.retransmision div[itemprop="articleBody"] blockquote small .cargo:before {
  content: ". ";
}
.retransmision div[itemprop="articleBody"] blockquote .photo {
  float: right !important;
  -webkit-border-radius: 4px 4px 4px 4px !important;
  border-radius: 4px 4px 4px 4px !important;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 10px;
  margin-top: 10px;
}
.retransmision div[itemprop="articleBody"] .ret_content {
  margin: 0 0 20px 0;
  border-bottom: 1px solid #333333;
  display: block;
}
.retransmision div[itemprop="articleBody"] .ret_content p[itemprop="text"],
.retransmision div[itemprop="articleBody"] .ret_content div[itemprop="text"] {
  border-top: 1px dotted #cccccc;
  padding: 15px 0 10px 0;
  border-radius: 0;
  display: block;
  min-height: 1%;
  overflow: hidden;
}
.retransmision div[itemprop="articleBody"] .ret_content p[itemprop="text"]:first-child,
.retransmision div[itemprop="articleBody"] .ret_content div[itemprop="text"]:first-child {
  border-top: 1px solid #333333;
}
.retransmision div[itemprop="articleBody"] .ret_content p[itemprop="text"]:last-child,
.retransmision div[itemprop="articleBody"] .ret_content div[itemprop="text"]:last-child {
  padding-bottom: 0;
}
.retransmision div[itemprop="articleBody"] .ret_content p[itemprop="text"] a,
.retransmision div[itemprop="articleBody"] .ret_content div[itemprop="text"] a {
  text-decoration: underline;
}
.retransmision div[itemprop="articleBody"] .ret_content p[itemprop="text"].alert,
.retransmision div[itemprop="articleBody"] .ret_content div[itemprop="text"].alert {
  border: none;
  border-top: 2px solid #d20000;
  margin-bottom: 0 !important;
  /*.min { color:#d20000; }			*/
}
.retransmision div[itemprop="articleBody"] .ret_content p[itemprop="text"] .wrap_content,
.retransmision div[itemprop="articleBody"] .ret_content div[itemprop="text"] .wrap_content {
  min-height: 1%;
  overflow: hidden;
  float: none;
  display: block;
  margin-bottom: 15px;
}
.retransmision div[itemprop="articleBody"] .ret_content p[itemprop="text"] img,
.retransmision div[itemprop="articleBody"] .ret_content div[itemprop="text"] img {
  width: 100%;
  display: block;
}
.retransmision div[itemprop="articleBody"] .ret_content p[itemprop="text"] > div,
.retransmision div[itemprop="articleBody"] .ret_content div[itemprop="text"] > div,
.retransmision div[itemprop="articleBody"] .ret_content p[itemprop="text"] blockquote,
.retransmision div[itemprop="articleBody"] .ret_content div[itemprop="text"] blockquote,
.retransmision div[itemprop="articleBody"] .ret_content p[itemprop="text"] iframe,
.retransmision div[itemprop="articleBody"] .ret_content div[itemprop="text"] iframe,
.retransmision div[itemprop="articleBody"] .ret_content p[itemprop="text"] img,
.retransmision div[itemprop="articleBody"] .ret_content div[itemprop="text"] img,
.retransmision div[itemprop="articleBody"] .ret_content p[itemprop="text"] object,
.retransmision div[itemprop="articleBody"] .ret_content div[itemprop="text"] object {
  clear: both;
  display: block;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.retransmision div[itemprop="articleBody"] .ret_content p[itemprop="text"] > div figure img,
.retransmision div[itemprop="articleBody"] .ret_content div[itemprop="text"] > div figure img,
.retransmision div[itemprop="articleBody"] .ret_content p[itemprop="text"] blockquote figure img,
.retransmision div[itemprop="articleBody"] .ret_content div[itemprop="text"] blockquote figure img,
.retransmision div[itemprop="articleBody"] .ret_content p[itemprop="text"] iframe figure img,
.retransmision div[itemprop="articleBody"] .ret_content div[itemprop="text"] iframe figure img,
.retransmision div[itemprop="articleBody"] .ret_content p[itemprop="text"] img figure img,
.retransmision div[itemprop="articleBody"] .ret_content div[itemprop="text"] img figure img,
.retransmision div[itemprop="articleBody"] .ret_content p[itemprop="text"] object figure img,
.retransmision div[itemprop="articleBody"] .ret_content div[itemprop="text"] object figure img {
  margin-bottom: 0 !important;
}
.retransmision div[itemprop="articleBody"] .ret_content p[itemprop="text"] span,
.retransmision div[itemprop="articleBody"] .ret_content div[itemprop="text"] span {
  display: block;
  float: left;
}
.retransmision div[itemprop="articleBody"] .ret_content p[itemprop="text"] span.social,
.retransmision div[itemprop="articleBody"] .ret_content div[itemprop="text"] span.social {
  display: block;
  float: right;
}
.retransmision div[itemprop="articleBody"] .ret_content p[itemprop="text"] span.social a,
.retransmision div[itemprop="articleBody"] .ret_content div[itemprop="text"] span.social a {
  color: #cccccc !important;
  text-decoration: none !important;
  border: none !important;
  padding: 5px 10px 5px 5px;
}
.retransmision div[itemprop="articleBody"] .ret_content p[itemprop="text"] span.social a:hover,
.retransmision div[itemprop="articleBody"] .ret_content div[itemprop="text"] span.social a:hover {
  color: #666666 !important;
}
.retransmision div[itemprop="articleBody"] .ret_content p[itemprop="text"] span.min,
.retransmision div[itemprop="articleBody"] .ret_content div[itemprop="text"] span.min {
  font-weight: 600;
  width: 15%;
  color: #333333;
  font-size: 15px;
  position: relative;
}
.retransmision div[itemprop="articleBody"] .ret_content p[itemprop="text"] span.min i,
.retransmision div[itemprop="articleBody"] .ret_content div[itemprop="text"] span.min i {
  position: absolute;
  top: 6px;
  right: 10px;
  font-size: 10px;
}
.retransmision div[itemprop="articleBody"] .ret_content p[itemprop="text"] span.min i.fa-circle,
.retransmision div[itemprop="articleBody"] .ret_content div[itemprop="text"] span.min i.fa-circle {
  color: #d20000;
}
.retransmision div[itemprop="articleBody"] .ret_content p[itemprop="text"] span.min i.fa-square.yellow,
.retransmision div[itemprop="articleBody"] .ret_content div[itemprop="text"] span.min i.fa-square.yellow {
  color: #f6d232;
}
.retransmision div[itemprop="articleBody"] .ret_content p[itemprop="text"] span.min i.fa-square.red,
.retransmision div[itemprop="articleBody"] .ret_content div[itemprop="text"] span.min i.fa-square.red {
  color: #c20000;
}
.retransmision div[itemprop="articleBody"] .ret_content p[itemprop="text"] span.min .avatar,
.retransmision div[itemprop="articleBody"] .ret_content div[itemprop="text"] span.min .avatar {
  margin-top: 10px;
}
.retransmision div[itemprop="articleBody"] .ret_content p[itemprop="text"] span.min .avatar span,
.retransmision div[itemprop="articleBody"] .ret_content div[itemprop="text"] span.min .avatar span {
  float: left;
  width: 45px;
  height: 45px;
  -webkit-border-radius: 45px;
  /* Saf3+, Chrome */
  border-radius: 45px;
  /* Opera 10.5, IE 9 */
  -moz-border-radius: 45px;
  /* Disabled for FF1+ */
  margin: 0 5px 0 5px;
  overflow: hidden;
  margin: 0;
  display: block;
}
.retransmision div[itemprop="articleBody"] .ret_content p[itemprop="text"] span.min .avatar span img,
.retransmision div[itemprop="articleBody"] .ret_content div[itemprop="text"] span.min .avatar span img {
  height: 100%;
}
.retransmision div[itemprop="articleBody"] .ret_content p[itemprop="text"] span.min .avatar.opi span,
.retransmision div[itemprop="articleBody"] .ret_content div[itemprop="text"] span.min .avatar.opi span {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
.retransmision div[itemprop="articleBody"] .ret_content p[itemprop="text"] span.min .avatar small,
.retransmision div[itemprop="articleBody"] .ret_content div[itemprop="text"] span.min .avatar small {
  font-size: 12px !important;
  font-weight: 300 !important;
  line-height: 16px;
  display: block;
  padding: 5px 10px 0 0;
  clear: both;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.retransmision div[itemprop="articleBody"] .ret_content p[itemprop="text"] span.min .avatar small i,
.retransmision div[itemprop="articleBody"] .ret_content div[itemprop="text"] span.min .avatar small i {
  display: block;
  color: #666666;
  font-family: "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-size: 11px;
}
.retransmision div[itemprop="articleBody"] .ret_content p[itemprop="text"] span.live,
.retransmision div[itemprop="articleBody"] .ret_content div[itemprop="text"] span.live {
  width: 85%;
  -moz-osx-font-smoothing: grayscale;
  font: 300 16px "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  color: #000000;
  margin-bottom: 0 !important;
  position: relative;
}
.retransmision div[itemprop="articleBody"] .ret_content p[itemprop="text"] span.live h2,
.retransmision div[itemprop="articleBody"] .ret_content div[itemprop="text"] span.live h2 {
  display: block;
  margin: 0 0 8px 0;
  font-weight: 500 !important;
  font-size: 16px !important;
  font-family: "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  color: #000000;
}
.retransmision div[itemprop="articleBody"] .ret_content p[itemprop="text"] span.live h2 .fa-circle,
.retransmision div[itemprop="articleBody"] .ret_content div[itemprop="text"] span.live h2 .fa-circle {
  color: #d20000;
  padding-right: 5px;
}
.retransmision div[itemprop="articleBody"] .ret_content p[itemprop="text"] span.live h2 img,
.retransmision div[itemprop="articleBody"] .ret_content div[itemprop="text"] span.live h2 img {
  width: auto;
  height: auto;
  display: inline-block;
  margin-bottom: 0;
  padding: 0 5px 0 0;
}
.retransmision div[itemprop="articleBody"] .ret_content p[itemprop="text"] span.live .more-live,
.retransmision div[itemprop="articleBody"] .ret_content div[itemprop="text"] span.live .more-live {
  text-align: center;
  color: #000000;
  display: block;
}
.retransmision div[itemprop="articleBody"] .ret_content p[itemprop="text"] span.live .more-live span,
.retransmision div[itemprop="articleBody"] .ret_content div[itemprop="text"] span.live .more-live span {
  padding: 5px;
  border: 1px solid #cccccc;
  float: inherit;
  display: inline-block;
  border-radius: 4px;
  margin-top: 10px;
  font-family: "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 12px;
}
.retransmision div[itemprop="articleBody"] .ret_content p[itemprop="text"] span.live .more-live + img,
.retransmision div[itemprop="articleBody"] .ret_content div[itemprop="text"] span.live .more-live + img,
.retransmision div[itemprop="articleBody"] .ret_content p[itemprop="text"] span.live .more-live + blockquote,
.retransmision div[itemprop="articleBody"] .ret_content div[itemprop="text"] span.live .more-live + blockquote,
.retransmision div[itemprop="articleBody"] .ret_content p[itemprop="text"] span.live .more-live + div,
.retransmision div[itemprop="articleBody"] .ret_content div[itemprop="text"] span.live .more-live + div,
.retransmision div[itemprop="articleBody"] .ret_content p[itemprop="text"] span.live .more-live + iframe,
.retransmision div[itemprop="articleBody"] .ret_content div[itemprop="text"] span.live .more-live + iframe,
.retransmision div[itemprop="articleBody"] .ret_content p[itemprop="text"] span.live .more-live + object,
.retransmision div[itemprop="articleBody"] .ret_content div[itemprop="text"] span.live .more-live + object {
  margin-top: 20px;
}
.retransmision div[itemprop="articleBody"] .ret_content p[itemprop="text"] span.live p > a,
.retransmision div[itemprop="articleBody"] .ret_content div[itemprop="text"] span.live p > a {
  color: #1c7e95 !important;
  font-weight: 400 !important;
}
.retransmision div[itemprop="articleBody"] .ret_content p[itemprop="text"] span.live p:last-child,
.retransmision div[itemprop="articleBody"] .ret_content div[itemprop="text"] span.live p:last-child {
  margin-bottom: 0;
}
.retransmision div[itemprop="articleBody"] .ret_content p[itemprop="text"] span.live .photo,
.retransmision div[itemprop="articleBody"] .ret_content div[itemprop="text"] span.live .photo {
  margin-bottom: 0 !important;
}
.retransmision div[itemprop="articleBody"] .ret_content p[itemprop="text"] span.live .btn-mini,
.retransmision div[itemprop="articleBody"] .ret_content div[itemprop="text"] span.live .btn-mini {
  background: none repeat scroll 0 0 #1c7e95;
  color: #ffffff !important;
  margin-top: 8px;
  margin-left: 0;
  text-decoration: none;
  font-weight: bold;
  display: block;
  width: 140px;
}
.retransmision div[itemprop="articleBody"] .ret_content p[itemprop="text"] span.live .mini,
.retransmision div[itemprop="articleBody"] .ret_content div[itemprop="text"] span.live .mini {
  width: 100% !important;
  margin: 0 !important;
  border: none !important;
  border-radius: 4px !important;
  /*
							article {
								margin-bottom: 0 !important;								
								.clear();							
															
								>span {
									&.blq-left { 
										width: 18% !important; 
										float: left; 								
										position: absolute;
										left: -18%;										
									}
									&.blq-right { width: 95% !important; float: right; }
									
								}							
								
								
							}
							
							*/
}
.retransmision div[itemprop="articleBody"] .ret_content p[itemprop="text"] span.live .mini article,
.retransmision div[itemprop="articleBody"] .ret_content div[itemprop="text"] span.live .mini article {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  /* Hack opini�n */
}
.retransmision div[itemprop="articleBody"] .ret_content p[itemprop="text"] span.live .mini article.opinion h2,
.retransmision div[itemprop="articleBody"] .ret_content div[itemprop="text"] span.live .mini article.opinion h2 {
  font-family: Georgia, "Times New Roman", Times, serif !important;
  font-size: 1.2em !important;
}
.retransmision div[itemprop="articleBody"] .ret_content p[itemprop="text"] span.live .mini .btn,
.retransmision div[itemprop="articleBody"] .ret_content div[itemprop="text"] span.live .mini .btn {
  width: auto !important;
}
.retransmision div[itemprop="articleBody"] .ret_content p[itemprop="text"] span.live .mini .author,
.retransmision div[itemprop="articleBody"] .ret_content div[itemprop="text"] span.live .mini .author {
  min-height: 1%;
  overflow: hidden;
  margin: 0 !important;
  display: block !important;
  padding-bottom: 5px !important;
}
.retransmision div[itemprop="articleBody"] .ret_content p[itemprop="text"] span.live .mini .author a,
.retransmision div[itemprop="articleBody"] .ret_content div[itemprop="text"] span.live .mini .author a {
  text-decoration: none;
  display: block !important;
}
.retransmision div[itemprop="articleBody"] .ret_content p[itemprop="text"] span.live .mini .author span,
.retransmision div[itemprop="articleBody"] .ret_content div[itemprop="text"] span.live .mini .author span {
  display: block !important;
}
.retransmision div[itemprop="articleBody"] .ret_content p[itemprop="text"] span.live .mini .author .avatar,
.retransmision div[itemprop="articleBody"] .ret_content div[itemprop="text"] span.live .mini .author .avatar {
  display: block !important;
  float: left !important;
  padding: 0 10px 0 0;
}
.retransmision div[itemprop="articleBody"] .ret_content p[itemprop="text"] span.live .mini .author .avatar span,
.retransmision div[itemprop="articleBody"] .ret_content div[itemprop="text"] span.live .mini .author .avatar span {
  width: 45px !important;
  height: 45px !important;
}
.retransmision div[itemprop="articleBody"] .ret_content p[itemprop="text"] span.live .mini .author .profile,
.retransmision div[itemprop="articleBody"] .ret_content div[itemprop="text"] span.live .mini .author .profile {
  float: left !important;
  padding-top: 5px !important;
}
.retransmision div[itemprop="articleBody"] .ret_content p[itemprop="text"] span.live .mini .author .profile a,
.retransmision div[itemprop="articleBody"] .ret_content div[itemprop="text"] span.live .mini .author .profile a {
  font-size: 0.9em !important;
  font-style: normal !important;
}
.retransmision div[itemprop="articleBody"] .ret_content p[itemprop="text"] span.live .mini .author .profile span,
.retransmision div[itemprop="articleBody"] .ret_content div[itemprop="text"] span.live .mini .author .profile span {
  font-size: 0.9 !important;
  display: block !important;
  float: none !important;
  text-align: left !important;
}
.retransmision div[itemprop="articleBody"] .ret_content p[itemprop="text"] span.live .mini .author .profile span:last-child,
.retransmision div[itemprop="articleBody"] .ret_content div[itemprop="text"] span.live .mini .author .profile span:last-child {
  color: #666666 !important;
}
.retransmision div[itemprop="articleBody"] .ret_content p[itemprop="text"] span.live .mini h4,
.retransmision div[itemprop="articleBody"] .ret_content div[itemprop="text"] span.live .mini h4 {
  font-size: 0.9em !important;
}
.retransmision div[itemprop="articleBody"] .ret_content p[itemprop="text"] span.live .mini h4 span,
.retransmision div[itemprop="articleBody"] .ret_content div[itemprop="text"] span.live .mini h4 span {
  float: none !important;
  display: block !important;
}
.retransmision div[itemprop="articleBody"] .ret_content p[itemprop="text"] span.live .mini h3,
.retransmision div[itemprop="articleBody"] .ret_content div[itemprop="text"] span.live .mini h3 {
  padding-top: 10px !important;
  font-size: 0.9em !important;
  text-align: left !important;
  display: block !important;
}
.retransmision div[itemprop="articleBody"] .ret_content p[itemprop="text"] span.live .mini h3 a,
.retransmision div[itemprop="articleBody"] .ret_content div[itemprop="text"] span.live .mini h3 a {
  text-decoration: none !important;
}
.retransmision div[itemprop="articleBody"] .ret_content p[itemprop="text"] span.live .mini h2,
.retransmision div[itemprop="articleBody"] .ret_content div[itemprop="text"] span.live .mini h2 {
  margin: 5px 0 5px 0;
  text-align: left !important;
}
.retransmision div[itemprop="articleBody"] .ret_content p[itemprop="text"] span.live .mini h2 a,
.retransmision div[itemprop="articleBody"] .ret_content div[itemprop="text"] span.live .mini h2 a {
  text-decoration: none !important;
}
.retransmision div[itemprop="articleBody"] .ret_content p[itemprop="text"] span.live .mini p,
.retransmision div[itemprop="articleBody"] .ret_content div[itemprop="text"] span.live .mini p {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border: none !important;
  text-align: left !important;
  overflow: auto !important;
  width: 100% !important;
  display: block;
  -moz-osx-font-smoothing: grayscale;
  font: 300 16px "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  color: #000000 !important;
}
.retransmision div[itemprop="articleBody"] .ret_content p[itemprop="text"] span.live .mini p.capitular,
.retransmision div[itemprop="articleBody"] .ret_content div[itemprop="text"] span.live .mini p.capitular {
  font-family: Georgia, "Times New Roman", Times, serif !important;
  color: #666666 !important;
  font-size: 14px !important;
}
.retransmision div[itemprop="articleBody"] .ret_content p[itemprop="text"] span.live .mini:only-child h4,
.retransmision div[itemprop="articleBody"] .ret_content div[itemprop="text"] span.live .mini:only-child h4 {
  border: none !important;
  padding-top: 2px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.retransmision div[itemprop="articleBody"] .ret_content p[itemprop="text"] span.live .mini:only-child h2,
.retransmision div[itemprop="articleBody"] .ret_content div[itemprop="text"] span.live .mini:only-child h2 {
  margin-top: 0 !important;
}
.twitter-tweet {
  margin: 20px 0 20px 0 !important;
  display: block;
}
/** CAPA FICHAS DE AUTORES **/
.profiles {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px 0px 0px 0px !important;
  border-radius: 0px 0px 0px 0px !important;
}
.profiles ul {
  padding: 0;
}
.profiles ul li {
  list-style: none;
  margin: 0;
  padding: 5px 0;
  border-top: 1px dotted #cccccc;
  min-height: 1%;
  overflow: hidden;
}
.profiles ul li span.author,
.profiles ul li span.contributor {
  display: block;
  padding: 5px;
}
.profiles ul li span.author:hover,
.profiles ul li span.contributor:hover {
  -webkit-border-radius: 4px 4px 4px 4px !important;
  border-radius: 4px 4px 4px 4px !important;
  background-color: #eeeeee;
}
.profiles ul li span.author .avatar,
.profiles ul li span.contributor .avatar {
  float: left;
  display: block;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 60px;
  /* Saf3+, Chrome */
  border-radius: 60px;
  /* Opera 10.5, IE 9 */
  -moz-border-radius: 60px;
  /* Disabled for FF1+ */
  margin: 0 5px 0 5px;
  overflow: hidden;
  margin: 0 10px 0 0;
}
.profiles ul li span.author .avatar img,
.profiles ul li span.contributor .avatar img {
  height: 100%;
}
.profiles ul li span.author .avatar img,
.profiles ul li span.contributor .avatar img {
  width: 100%;
}
.profiles ul li span.author .profile,
.profiles ul li span.contributor .profile {
  padding: 0;
  display: block;
  font-size: 1em;
  height: 60px;
  vertical-align: middle;
  float: none !important;
  display: table-cell;
}
.profiles ul li span.author .profile:before,
.profiles ul li span.contributor .profile:before,
.profiles ul li span.author .profile:after,
.profiles ul li span.contributor .profile:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.profiles ul li span.author .profile:after,
.profiles ul li span.contributor .profile:after {
  clear: both;
}
.profiles ul li span.author .profile:before,
.profiles ul li span.contributor .profile:before,
.profiles ul li span.author .profile:after,
.profiles ul li span.contributor .profile:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.profiles ul li span.author .profile:after,
.profiles ul li span.contributor .profile:after {
  clear: both;
}
.profiles ul li span.author .profile span[itemprop="name"],
.profiles ul li span.contributor .profile span[itemprop="name"] {
  font: 0.9em Georgia, "Times New Roman", Times, serif;
  text-transform: uppercase;
}
.profiles ul li span.author .profile span[itemprop="name"] a,
.profiles ul li span.contributor .profile span[itemprop="name"] a {
  color: #1c7e95;
  border-bottom: 1px dotted #1c7e95;
}
.profiles ul li span.author .profile span[itemprop="name"] a:hover,
.profiles ul li span.contributor .profile span[itemprop="name"] a:hover {
  color: #e42644;
  border-bottom: 1px dotted #e42644;
}
.profiles ul li span.author .profile span[itemprop="address"],
.profiles ul li span.contributor .profile span[itemprop="address"] {
  display: none;
}
.profiles ul li span.author .profile span[itemprop="jobTitle"],
.profiles ul li span.contributor .profile span[itemprop="jobTitle"] {
  font-weight: 300;
  color: #666666;
}
.profiles ul li span.author .profile span[itemprop="address"],
.profiles ul li span.contributor .profile span[itemprop="address"],
.profiles ul li span.author .profile span[itemprop="jobTitle"],
.profiles ul li span.contributor .profile span[itemprop="jobTitle"] {
  font-size: .85em;
}
.profiles ul li span.author .profile span[itemprop="address"]:before,
.profiles ul li span.contributor .profile span[itemprop="address"]:before,
.profiles ul li span.author .profile span[itemprop="jobTitle"]:before,
.profiles ul li span.contributor .profile span[itemprop="jobTitle"]:before {
  content: ", ";
}
.profiles ul li span.author .profile span[itemprop="description"],
.profiles ul li span.contributor .profile span[itemprop="description"] {
  padding: 5px 0 10px 0;
  font: italic 0.85em/140% Georgia, "Times New Roman", Times, serif;
  color: #666666;
  float: left !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.profiles ul li span.author .profile .social,
.profiles ul li span.contributor .profile .social {
  display: block;
  padding: 6px 0 0 0;
}
.profiles ul li span.author .profile .social a,
.profiles ul li span.contributor .profile .social a {
  font-size: 1.1em;
  text-transform: capitalize;
  min-width: 30px;
  display: block;
  float: left;
  margin-right: 5px;
  color: #666666;
  margin: 0;
}
.profiles ul li span.author .profile .social a span,
.profiles ul li span.contributor .profile .social a span {
  display: none;
}
.profiles ul li span.author .profile .social .gplus:before,
.profiles ul li span.contributor .profile .social .gplus:before {
  content: "\f0d5";
  font-family: fontAwesome;
  position: relative;
  top: 1px;
}
.profiles ul li span.author .profile .social .twitter:before,
.profiles ul li span.contributor .profile .social .twitter:before {
  content: "\f099";
  font-family: fontAwesome;
  position: relative;
  top: 1px;
}
.profiles ul li span.author .profile .social .fb:before,
.profiles ul li span.contributor .profile .social .fb:before {
  content: "\f09a";
  font-family: fontAwesome;
  position: relative;
  top: 1px;
}
.profiles ul li span.author .profile .social .mail:before,
.profiles ul li span.contributor .profile .social .mail:before {
  content: "\f0e0";
  font-family: fontAwesome;
  position: relative;
  top: 1px;
}
.profiles ul li span.author.opinion .avatar,
.profiles ul li span.contributor.opinion .avatar {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
  float: left;
  display: block;
  width: 75px;
  height: 75px;
  -webkit-border-radius: 75px;
  /* Saf3+, Chrome */
  border-radius: 75px;
  /* Opera 10.5, IE 9 */
  -moz-border-radius: 75px;
  /* Disabled for FF1+ */
  margin: 0 5px 0 5px;
  overflow: hidden;
  margin-right: 10px;
}
.profiles ul li span.author.opinion .avatar img,
.profiles ul li span.contributor.opinion .avatar img {
  height: 100%;
}
.profiles ul li span.author.opinion span[itemprop="jobTitle"],
.profiles ul li span.contributor.opinion span[itemprop="jobTitle"] {
  display: block;
  font: italic 400 1em/150% Georgia, "Times New Roman", Times, serif;
  padding-top: 5px;
  color: #333333;
}
.profiles ul li span.author.opinion span[itemprop="jobTitle"]:before,
.profiles ul li span.contributor.opinion span[itemprop="jobTitle"]:before {
  content: "";
}
/** FIN CAPA FICHAS DE AUTORES **/
/** CAPA FICHAS DE AUTORES PARA LISTAS**/
.bio-lista {
  margin: 0 0 40px 0;
  padding: 20px 10px 10px 10px !important;
}
.bio-lista .cliche_small {
  display: none;
}
.bio-lista .avatar {
  margin: auto;
  display: block;
  text-align: center;
  width: 100% !important;
  min-height: 1%;
  overflow: hidden;
}
.bio-lista .avatar span {
  float: left;
  display: block;
  width: 140px;
  height: 140px;
  -webkit-border-radius: 140px;
  /* Saf3+, Chrome */
  border-radius: 140px;
  /* Opera 10.5, IE 9 */
  -moz-border-radius: 140px;
  /* Disabled for FF1+ */
  margin: 0 5px 0 5px;
  overflow: hidden;
  margin: auto auto 10px auto !important;
  float: none !important;
}
.bio-lista .avatar span img {
  height: 100%;
}
.bio-lista .avatar span img {
  width: 100% !important;
}
.bio-lista span[itemprop="name"] a {
  font-size: 1.7em !important;
  font-family: Georgia, "Times New Roman", Times, serif !important;
  display: block;
  text-decoration: none !important;
  border: none !important;
  color: #000000 !important;
  text-align: center;
}
.bio-lista span[itemprop="jobTitle"] {
  display: block;
  text-align: center;
  font-weight: bold;
}
.bio-lista span[itemprop="jobTitle"]:before {
  content: "" !important;
}
.bio-lista p {
  display: block;
  margin-top: 5px;
  font-family: "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 160% !important;
}
.bio-lista .social {
  display: block;
  padding: 0 0 10px 0;
  text-align: left;
  min-height: 1%;
  overflow: hidden;
}
.bio-lista .social a {
  display: block;
  font-size: 0.9em;
  color: #666666;
  margin: 0;
  padding: 5px;
  font-weight: 300;
  border-bottom: 1px dotted #cccccc;
  color: #333333;
}
.bio-lista .social a span {
  padding-left: 10px;
  color: #666666;
}
.bio-lista .social .gplus:before {
  content: "\f0d5";
  font-family: fontAwesome;
  position: relative;
  top: 1px;
}
.bio-lista .social .twitter:before {
  content: "\f099";
  font-family: fontAwesome;
  position: relative;
  top: 1px;
}
.bio-lista .social .fb:before {
  content: "\f09a";
  font-family: fontAwesome;
  position: relative;
  top: 1px;
}
.bio-lista .social .mail:before {
  content: "\f0e0";
  font-family: fontAwesome;
  position: relative;
  top: 1px;
}
.bio-lista #cloud {
  padding-top: 10px;
}
.bio-lista #cloud strong {
  display: block;
  color: #bf1832;
  margin-bottom: 5px;
  font-size: 0.9em;
  text-transform: uppercase;
}
.weather-info {
  background: #f4f4f4 url(../img/sky.jpg) no-repeat;
  min-height: 1%;
  overflow: hidden;
  margin-bottom: 30px;
}
.weather-info .widget {
  padding: 30px;
}
.weather-info .widget .weather-today {
  min-height: 1%;
  overflow: hidden;
  height: 250px;
}
.weather-info .widget .weather-today figure {
  float: left;
  width: 150px;
  margin-right: 20px;
}
.weather-info .widget .weather-today figure img {
  width: 100%;
}
.weather-info .widget .weather-today > div {
  float: left;
  text-align: center;
}
.weather-info .widget .weather-today h1,
.weather-info .widget .weather-today h2 {
  color: #fff;
  margin: 0;
  padding: 0;
  text-shadow: 0px 1px 0px #111;
  filter: dropshadow(color=#111111, offx=0, offy=1);
}
.weather-info .widget .weather-today h1 {
  font-size: 120px;
  font-weight: 200;
}
.weather-info .widget .weather-today h2 {
  font-size: 20px;
  text-transform: uppercase;
}
.weather-info .weather-bar {
  min-height: 1%;
  overflow: hidden;
}
.weather-info .weather-bar > div {
  background: #333;
  color: #eee;
  text-align: center;
  padding: 15px;
  border-right: 1px solid #555;
  min-height: 1%;
  overflow: hidden;
}
.weather-info .weather-bar > div:last-child {
  border-right: none;
}
.weather-info .weather-bar > div > div {
  float: left;
  text-transform: uppercase;
  text-align: left;
  line-height: 15px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 12px;
}
.weather-info .weather-bar > div > div strong {
  color: #fff;
  display: block;
}
.weather-info .weather-bar > div > div small {
  font-size: 12px;
  font-weight: 200;
  color: #ccc;
}
.weather-info .weather-bar > div > span {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 25px;
  font-weight: 200;
  color: #666;
  float: right;
  padding-left: 40px;
}
.weather-info .weather-bar > div > span strong {
  color: #fff;
  font-weight: 500;
  padding-right: 3px;
}
.weather-info .weather-bar > div > span.nublado {
  background: url("../img/weather_icon_01.png") left center no-repeat;
}
.weather-info .weather-bar > div > span.sol {
  background: url("../img/weather_icon_02.png") left center no-repeat;
}
.weather-info .weather-bar > div > span.lluvia {
  background: url("../img/weather_icon_03.png") left center no-repeat;
}
.weather-info .weather-location {
  background: #333;
  color: #ccc;
  padding: 0;
  min-height: 1%;
  overflow: hidden;
}
.weather-info .weather-location .navbar-form,
.weather-info .weather-location .form-group {
  width: 100%;
}
.weather-info .weather-location a {
  padding-top: 15px;
  display: block;
  color: #ccc;
  text-decoration: none;
}
.weather-info .weather-location a:hover {
  color: #fff;
}
.contentinfo {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  padding: 5px 0 5px 0;
  font-family: Georgia, serif;
  min-height: 1%;
  overflow: hidden;
  /** CREO QUE SOBRA **/
  /** CREO QUE SOBRA **/
  /* span[itemprop="dateline"] {
			border-right: 1px solid #ccc;
			margin-right: 7px;
			padding-right: 7px;
			font-weight: bold;
			}	*/
}
.contentinfo > span {
  float: left;
  display: block;
  margin-right: 10px;
  min-height: 1%;
  overflow: hidden;
}
.contentinfo > span:last-child {
  float: right;
}
.contentinfo .author {
  width: auto;
}
.contentinfo .author span,
.contentinfo .author a {
  display: none;
  float: left;
}
.contentinfo .author span[itemprop="name"] {
  text-transform: uppercase;
  display: block;
}
.contentinfo .author span[itemprop="name"] a {
  display: block;
  color: #000;
}
.contentinfo .author span.avatar {
  float: left;
  display: block;
  width: 32px;
  height: 32px;
  -webkit-border-radius: 32px;
  /* Saf3+, Chrome */
  border-radius: 32px;
  /* Opera 10.5, IE 9 */
  -moz-border-radius: 32px;
  /* Disabled for FF1+ */
  margin: 0 5px 0 5px;
  overflow: hidden;
}
.contentinfo .author span.avatar img {
  height: 100%;
}
.contentinfo span[itemprop="publisher"] {
  text-transform: uppercase;
  display: block;
}
.contentinfo span[itemprop="publisher"] a {
  display: block;
  color: #000;
}
.contentinfo .date {
  font-family: Arial, serif;
  width: 40%;
  text-align: center;
  line-height: 35px;
  color: #666;
}
.contentinfo .date strong {
  color: #333;
}
.contentinfo .comments a {
  font-size: 13px;
  color: #666;
  padding: 0;
  text-decoration: none;
}
.modal {
  width: 100%;
  background: #fff;
  box-shadow: none;
  margin: 0;
  padding: 0 0 0 0;
  overflow: auto !important;
  background: transparent;
  /*min-width: 980px;
		min-height: 100%;
		height: auto;*/
}
.modal .pub {
  text-align: center;
  margin: 0 0 10px 0;
}
.modal .pub img {
  width: auto;
  margin: auto;
}
.modal .head {
  /*
			background: #383838;	
			color: #fff;
			width: 980px;
			*/
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  margin: 0 auto 15px auto;
  padding: 10px !important;
  text-align: center;
  background: #fff;
  color: #111;
  min-width: 980px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  z-index: 99999999;
  overflow: visible;
  /*.mk-tb();*/
}
.modal .head .td {
  float: none !important;
  display: table-cell;
  vertical-align: middle;
}
.modal .head > div {
  /*border-right: 1px solid #eee;*/
  padding: 5px;
  /*min-height: 66px;	
				 width: 7%; */
}
.modal .head > div.ga-title {
  width: 70%;
  text-align: left;
  padding: 0 0 0 15px;
}
.modal .head > div.ga-title a {
  text-decoration: none;
}
.modal .head > div .social {
  /* width: 15%; */
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}
.modal .head > div .social a.dropdown-toggle {
  cursor: pointer;
  background: #ffffff;
  color: #333333;
  padding: 7px;
  border: 1px solid #ffffff;
  font: 1em "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-decoration: none;
  display: block;
  position: relative;
  -moz-transition: all 0s ease-in;
  /* Firefox */
  -webkit-transition: all 0s ease-in;
  /* WebKit */
  -o-transition: all 0s ease-in;
  /* Opera */
  transition: all 0s ease-in;
  /* Standard */
  box-shadow: none;
}
.modal .head > div .social a.dropdown-toggle span {
  text-transform: uppercase;
  padding: 0 0 0 8px;
}
.modal .head > div .social a.dropdown-toggle .num {
  font-weight: 300 !important;
  padding-left: 0px !important;
}
.modal .head > div .social a.dropdown-toggle i.fa-angle-down {
  font-size: 1em !important;
  line-height: auto;
  top: auto;
  padding-left: 5px;
}
.modal .head > div .social a.dropdown-toggle i.fa-share-alt,
.modal .head > div .social a.dropdown-toggle i.fa-comment {
  color: #1c7e95;
}
.modal .head > div .social a.dropdown-toggle:hover i.fa-twitter {
  color: #15a1d3 !important;
}
.modal .head > div .social a.dropdown-toggle:hover i.fa-facebook {
  color: #344e87 !important;
}
.modal .head > div .social a.dropdown-toggle:hover i.fa-google-plus {
  color: #c0241c !important;
}
.modal .head > div .social a.dropdown-toggle:hover i.fa-youtube {
  color: #cb1727 !important;
}
.modal .head > div .social.open > a:first-child {
  z-index: 9999999 !important;
  background: #ffffff;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #ffffff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: none;
  position: relative;
}
.modal .head > div .social.open > a:first-child i.fa-twitter {
  color: #15a1d3 !important;
}
.modal .head > div .social.open > a:first-child i.fa-facebook {
  color: #344e87 !important;
}
.modal .head > div .social.open > a:first-child i.fa-google-plus {
  color: #c0241c !important;
}
.modal .head > div .social.open > a:first-child i.fa-youtube {
  color: #cb1727 !important;
}
.modal .head > div .social.open > ul {
  z-index: 99999 !important;
  margin-top: -1px !important;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
  min-width: 100%;
  width: 180px;
  border: 1px solid #cccccc;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15) !important;
  display: block;
  padding: 10px;
  min-height: 1%;
  overflow: hidden;
  /* 1 Col */
  /* 2 Col */
  /* 3 Col */
  /* 4 Col */
}
.modal .head > div .social.open > ul dl {
  margin: 0 !important;
}
.modal .head > div .social.open > ul dl dt {
  display: none;
}
.modal .head > div .social.open > ul dl dd {
  width: 100%;
  text-transform: none !important;
}
.modal .head > div .social.open > ul dl dd > a {
  border-radius: 4px;
  padding: 4px;
  font-family: "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 13px;
  border: none;
  color: #333333 !important;
}
.modal .head > div .social.open > ul dl dd > a i {
  width: 20px;
  text-align: center;
}
.modal .head > div .social.open > ul dl dd > a span.num {
  margin-left: 0;
  margin-right: 2px;
  padding: 0 5px 0 5px;
  border-left: none;
  border-right: 1px solid #cccccc;
  color: #666666;
  font-weight: 300;
  width: 25px;
  display: inline-block;
  text-align: center;
}
.modal .head > div .social.open > ul dl dd > a:hover {
  color: #333333;
  background: #f4f4f4;
}
.modal .head > div .social.open > ul li:nth-child(1):nth-last-child(1) {
  width: 100%;
  display: block;
  float: left;
  margin: 0;
}
.modal .head > div .social.open > ul li:nth-child(1):nth-last-child(2),
.modal .head > div .social.open > ul li:nth-child(2):nth-last-child(1) {
  width: 50%;
  display: block;
  float: left;
  margin: 0;
}
.modal .head > div .social.open > ul li:nth-child(1):nth-last-child(3),
.modal .head > div .social.open > ul li:nth-child(2):nth-last-child(2),
.modal .head > div .social.open > ul li:nth-child(3):nth-last-child(1) {
  width: 33.3333%;
  display: block;
  float: left;
  margin: 0;
}
.modal .head > div .social.open > ul li:nth-child(1):nth-last-child(4),
.modal .head > div .social.open > ul li:nth-child(2):nth-last-child(3),
.modal .head > div .social.open > ul li:nth-child(3):nth-last-child(2),
.modal .head > div .social.open > ul li:nth-child(4):nth-last-child(1) {
  width: 25%;
  display: block;
  float: left;
  margin: 0;
}
.modal .head > div .social a.dropdown-toggle {
  display: inline-block;
}
.modal .head > div.modal-control {
  width: 5%;
  min-height: 1%;
  overflow: hidden;
  border-right: 1px solid #eee;
}
.modal .head > div.modal-control .btn {
  padding: 8px;
  box-shadow: none;
  min-height: 1%;
  overflow: hidden;
  font-size: 14px !important;
  border: none;
}
.modal .head > div.modal-control .btn a {
  color: #666;
  display: block;
  float: left;
  padding: 0 5px 0 5px !important;
}
.modal .head > div.modal-control .btn a i {
  font-size: 15px;
}
.modal .head > div.modal-control .btn span {
  float: left;
  padding: 0 5px 0 5px !important;
  display: block;
  font-size: 13px;
  color: #666;
  text-transform: lowercase;
}
.modal .head > div.modal-close {
  width: 5%;
  float: right;
}
.modal .head > div.modal-close .btn {
  width: 40px;
  height: 40px;
  float: right;
}
.modal .head > div.pull-right {
  border: none;
  /*border-left: 1px solid #eee;*/
}
.modal .head .btn {
  font-size: 22px;
  line-height: 155% !important;
  text-align: center;
  padding: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border: 1px solid #ccc;
  color: #666;
}
.modal .head .btn:hover {
  background: #fff;
  color: #e42644;
}
.modal .head .boton {
  margin: 0 3px 0 3px;
  padding: 0;
  text-align: center;
  text-shadow: none;
  font-weight: 300;
  opacity: 1;
  cursor: pointer;
  text-decoration: none;
  display: block;
  line-height: 66px;
  float: left;
}
.modal .head .boton i {
  border-radius: 3px;
  border: 1px solid #ccc;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  font-size: 26px;
  padding: 5px 10px 5px 10px;
  text-align: center;
  color: #666;
}
.modal .head .boton i:hover {
  color: #e42644;
}
.modal .head p.firma {
  display: none;
}
.modal .head h1 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  margin: 0;
  padding: 0;
  color: #000;
}
.modal .head p {
  color: #333;
  margin: 2px 0 0 0;
  padding: 0;
  text-align: left;
  display: block;
}
.modal .head p span {
  text-transform: uppercase;
  font-family: Georgia;
  font-size: 12px;
}
.modal .head .dropdown-menu li {
  margin: 10px 20px 10px 20px;
  text-align: left;
  color: #333;
}
.modal .head .dropdown-menu li.dropdown-header {
  padding: 0 0 5px 0;
  font: 11px Arial;
  color: #ccc;
  text-transform: uppercase;
  border-bottom: 1px solid #e5e5e5;
  text-align: left;
}
.modal .head .dropdown-menu li i {
  padding-right: 5px;
}
.modal .head .dropdown-menu li a {
  margin: 0;
  padding: 0;
}
.modal .head .dropdown-menu li a:hover {
  background: none;
  color: #000;
}
.modal .video {
  width: 980px;
  margin: 95px auto;
}
.modal > article {
  border: none;
  margin: 0 !important;
  padding: 0 !important;
  min-height: auto;
}
.modal > article .carousel-inner {
  margin: 95px auto 10px auto;
  padding: 0;
}
.modal > article .carousel-inner .photo {
  margin: auto !important;
}
.modal .photo {
  background: transparent;
  border: none;
  text-align: center;
  margin: auto;
}
.modal .photo figure {
  margin: 0;
  padding: 0;
}
.modal .photo p {
  font-weight: 300;
  color: #666;
  text-align: left;
  margin: 10px auto 0 auto;
  border: none !important;
  width: 100%;
  min-height: 1%;
  overflow: hidden;
}
.modal .photo p span[itemprop="description"] {
  display: block;
}
.modal .photo.h_crop {
  max-width: 920px;
}
.modal .photo.h_crop figure img {
  width: 100%;
  height: auto;
}
.modal .photo.h_crop .pie {
  min-height: 1%;
  overflow: hidden;
  width: 100%;
  margin: 10px auto auto auto;
}
.modal .photo.h_crop .pie .description {
  float: left;
  width: 80%;
}
.modal .photo.h_crop .pie .rel_info {
  float: left;
  width: 20%;
}
.modal .photo.h_crop .pie strong {
  width: 60px;
  float: right;
  font: 12px Georgia;
  display: block;
  margin-top: 10px;
  color: #666;
}
.modal .photo.v_crop {
  width: 900px;
  margin: auto;
}
.modal .photo.v_crop figure {
  float: left;
  margin: 0;
  width: 520px;
}
.modal .photo.v_crop figure img {
  width: auto;
  height: auto;
  max-width: 520px;
  max-height: 800px;
}
.modal .photo.v_crop > div {
  width: 350px;
  float: right;
  margin: auto;
  min-height: 1%;
  overflow: hidden;
}
.modal .photo.v_crop > div .pub {
  margin: 30px 0 0 0;
  text-align: left;
}
.modal .photo.v_crop > div .pie {
  margin-bottom: 10px;
  text-align: left;
}
.modal .photo.v_crop > div .pie .rel_info {
  display: block;
  text-align: left;
  padding-top: 5px;
  min-height: 1%;
  overflow: hidden;
}
.modal .photo.v_crop > div .pie .rel_info .author {
  float: none;
}
.modal .photo.v_crop > div .pie strong {
  font: 12px Georgia;
  display: block;
  margin-top: 30px;
  color: #666;
  text-align: left;
}
.modal > article > .photo {
  margin-top: 95px;
}
.modal .carousel-bar {
  display: none;
}
.modal .control-lat {
  position: fixed;
  top: 30%;
  z-index: 99999999999;
  background: #f4f4f4;
  padding: 15px;
}
.modal .control-lat.inactive {
  opacity: 0.1;
}
.modal .control-lat i {
  font-size: 45px;
  color: #666666;
  float: left;
  display: block;
  padding: 0;
}
.modal .control-lat span {
  line-height: 47px;
  display: none;
  float: left;
  font-family: "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #666666;
  font-size: 15px;
}
.modal .control-lat span.on {
  display: block;
}
.modal .control-lat:hover span {
  display: block;
}
.modal #modal-lat-prev {
  left: 0;
}
.modal #modal-lat-prev span {
  padding-left: 15px;
}
.modal #modal-lat-next {
  right: 0;
}
.modal #modal-lat-next span {
  padding-right: 15px;
}
/*
.modal.h_crop {	.modal-body { img { width: 100%; } } }
.modal.v_crop { 
	.modal-dialog {
		width: 800px;
		.modal-body { 	
			margin: auto;
			.clear();
			> div:first-child {
				width: 430px;
				float: left;
				img { 
					width: 100%;
				} 
			}
			> div:last-child {
				width: 320px;
				float: right;
				p {
					display: block;
					font-weight: 300;
					line-height: 140%;
					margin-bottom: 30px;
				}
			}
		} 
	}
}

*/
#gallery-rel {
  width: 600px;
  margin: 0 auto 0 auto;
}
#gallery-rel nav {
  min-height: 1%;
  overflow: hidden;
  margin-bottom: 20px;
}
#gallery-rel h2 {
  text-align: left;
}
#gallery-rel .carousel-inner {
  margin-top: 0;
}
#rel-close {
  position: absolute;
  top: 15px;
  right: 20px;
  width: 40px;
  height: 40px;
  font-size: 22px;
  line-height: 155% !important;
  padding: 0;
  color: #666;
  text-align: center;
  border: 1px solid #ccc;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
#rel-close:hover {
  background: #fff;
}
#ads_video {
  width: 1010px;
  margin: 5% auto;
}
#ads_video nav {
  margin-bottom: 10px;
  display: block;
  min-height: 1%;
  overflow: hidden;
}
.modal-backdrop {
  background: #fff;
}
.modal-backdrop.in {
  opacity: 0.95;
}
.carousel.carousel-fade .item {
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
}
.carousel.carousel-fade .active.item {
  opacity: 1;
}
.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
  left: 0;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
}
/****************/
/*** CABECERO ***/
/****************/
#header .tb {
  width: 100%;
  display: table;
  margin: 0;
  padding: 0;
  height: 100px;
}
#header .td {
  float: none !important;
  display: table-cell;
  vertical-align: middle;
  padding: 0;
  margin: 0;
}
#header .ad {
  text-align: right;
  margin-top: 10px;
}
#header #logo {
  text-align: center;
}
#header #logo img {
  height: 60px;
}
#header .col-xs-16 .col-xs-4:first-child {
  margin-top: 25px;
}
#header .weather {
  min-height: 1%;
  overflow: hidden;
  text-align: center;
}
#header .weather span {
  font-size: 15px;
  font-weight: 300;
  display: block;
  color: #c5c5c5;
}
#header .weather span strong {
  font-weight: 300;
  color: #666;
}
#header .weather i {
  font-size: 40px;
  line-height: 40px;
  font-style: normal;
  display: block;
}
#header .date {
  margin: 5px 0 0 20px;
}
#header .date span {
  margin: 0;
  padding: 0;
  display: block;
  font-weight: 300;
  font-size: 12px;
}
#header .date span:first-child {
  font-weight: bold;
  text-transform: uppercase;
  color: #666;
}
#header .date span a {
  font-size: .9em;
}
/*****************************/
/*** CABECERO EN ARTÍCULOS Y MOBILE ***/
/*****************************/
#header_article {
  border: none;
  width: 100%;
  display: table;
  margin: 0;
  /* Botones
    	   
            button {
                background: #fff;
                color: #333;
                font-size: 14px;
                font-weight: normal;
                border: none;
                margin: 0 5px 0 0;
            }
            
            */
  /**** MENU DE NAVEGACIÓN ****/
  /***** MENÚ FLOTANTE EN ARTÓCULO */
}
#header_article > div:first-child {
  width: 100%;
  display: table;
  padding: 0;
}
#header_article .td {
  vertical-align: middle;
  padding: 0;
  margin: 0;
  float: none !important;
  display: table-cell;
}
#header_article dl.pull-right {
  margin: 0;
}
#header_article dl.pull-right dt {
  display: none;
}
#header_article dl.pull-right dd {
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
}
#header_article dl.pull-right dd a.dropdown-toggle {
  cursor: pointer;
  background: #ffffff;
  color: #333333;
  padding: 7px;
  border: 1px solid #ffffff;
  font: 1em "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-decoration: none;
  display: block;
  position: relative;
  -moz-transition: all 0s ease-in;
  /* Firefox */
  -webkit-transition: all 0s ease-in;
  /* WebKit */
  -o-transition: all 0s ease-in;
  /* Opera */
  transition: all 0s ease-in;
  /* Standard */
  box-shadow: none;
}
#header_article dl.pull-right dd a.dropdown-toggle span {
  text-transform: uppercase;
  padding: 0 0 0 8px;
}
#header_article dl.pull-right dd a.dropdown-toggle .num {
  font-weight: 300 !important;
  padding-left: 0px !important;
}
#header_article dl.pull-right dd a.dropdown-toggle i.fa-angle-down {
  font-size: 1em !important;
  line-height: auto;
  top: auto;
  padding-left: 5px;
}
#header_article dl.pull-right dd a.dropdown-toggle i.fa-share-alt,
#header_article dl.pull-right dd a.dropdown-toggle i.fa-comment {
  color: #1c7e95;
}
#header_article dl.pull-right dd a.dropdown-toggle:hover i.fa-twitter {
  color: #15a1d3 !important;
}
#header_article dl.pull-right dd a.dropdown-toggle:hover i.fa-facebook {
  color: #344e87 !important;
}
#header_article dl.pull-right dd a.dropdown-toggle:hover i.fa-google-plus {
  color: #c0241c !important;
}
#header_article dl.pull-right dd a.dropdown-toggle:hover i.fa-youtube {
  color: #cb1727 !important;
}
#header_article dl.pull-right dd.open > a:first-child {
  z-index: 9999999 !important;
  background: #ffffff;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #ffffff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: none;
  position: relative;
}
#header_article dl.pull-right dd.open > a:first-child i.fa-twitter {
  color: #15a1d3 !important;
}
#header_article dl.pull-right dd.open > a:first-child i.fa-facebook {
  color: #344e87 !important;
}
#header_article dl.pull-right dd.open > a:first-child i.fa-google-plus {
  color: #c0241c !important;
}
#header_article dl.pull-right dd.open > a:first-child i.fa-youtube {
  color: #cb1727 !important;
}
#header_article dl.pull-right dd.open > ul {
  z-index: 99999 !important;
  margin-top: -1px !important;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
  min-width: 100%;
  width: "auto";
  border: 1px solid #cccccc;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15) !important;
  display: block;
  padding: 10px;
  min-height: 1%;
  overflow: hidden;
  /* 1 Col */
  /* 2 Col */
  /* 3 Col */
  /* 4 Col */
}
#header_article dl.pull-right dd.open > ul dl {
  margin: 0 !important;
}
#header_article dl.pull-right dd.open > ul dl dt {
  display: none;
}
#header_article dl.pull-right dd.open > ul dl dd {
  width: 100%;
  text-transform: none !important;
}
#header_article dl.pull-right dd.open > ul dl dd > a {
  border-radius: 4px;
  padding: 4px;
  font-family: "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 13px;
  border: none;
  color: #333333 !important;
}
#header_article dl.pull-right dd.open > ul dl dd > a i {
  width: 20px;
  text-align: center;
}
#header_article dl.pull-right dd.open > ul dl dd > a span.num {
  margin-left: 0;
  margin-right: 2px;
  padding: 0 5px 0 5px;
  border-left: none;
  border-right: 1px solid #cccccc;
  color: #666666;
  font-weight: 300;
  width: 25px;
  display: inline-block;
  text-align: center;
}
#header_article dl.pull-right dd.open > ul dl dd > a:hover {
  color: #333333;
  background: #f4f4f4;
}
#header_article dl.pull-right dd.open > ul li:nth-child(1):nth-last-child(1) {
  width: 100%;
  display: block;
  float: left;
  margin: 0;
}
#header_article dl.pull-right dd.open > ul li:nth-child(1):nth-last-child(2),
#header_article dl.pull-right dd.open > ul li:nth-child(2):nth-last-child(1) {
  width: 50%;
  display: block;
  float: left;
  margin: 0;
}
#header_article dl.pull-right dd.open > ul li:nth-child(1):nth-last-child(3),
#header_article dl.pull-right dd.open > ul li:nth-child(2):nth-last-child(2),
#header_article dl.pull-right dd.open > ul li:nth-child(3):nth-last-child(1) {
  width: 33.3333%;
  display: block;
  float: left;
  margin: 0;
}
#header_article dl.pull-right dd.open > ul li:nth-child(1):nth-last-child(4),
#header_article dl.pull-right dd.open > ul li:nth-child(2):nth-last-child(3),
#header_article dl.pull-right dd.open > ul li:nth-child(3):nth-last-child(2),
#header_article dl.pull-right dd.open > ul li:nth-child(4):nth-last-child(1) {
  width: 25%;
  display: block;
  float: left;
  margin: 0;
}
#header_article dl.pull-right dd a.dropdown-toggle span {
  font-weight: 500;
}
#header_article #logo {
  text-align: center;
  height: 100%;
}
#header_article #logo img {
  height: 35px !important;
}
#header_article #menu {
  float: left;
  width: auto;
  margin: 10px 0;
  border: none;
}
#header_article #menu .navbar-collapse {
  border: none;
}
#header_article #menu .navbar-form {
  margin: 0;
  padding: 0;
}
#header_article #menu .navbar-form .form-group {
  background: #f4f4f4;
  -webkit-border-radius: 25px;
  border-radius: 15px;
  text-align: center;
  min-height: 1%;
  overflow: hidden;
}
#header_article #menu .navbar-form .form-group i {
  color: #c5c5c5;
  padding: 10px 7px 10px 10px;
}
#header_article #menu .navbar-form .form-group input {
  background: #f4f4f4;
  border: none;
  box-shadow: none;
  color: #666;
  width: 130px;
  margin: 0;
  padding: 10px 10px 10px 0;
  height: auto;
}
#header_article.affix {
  top: 0;
  position: fixed;
  /*
	    left: auto;
	    right: auto;
	    */
  left: 0;
  background: #fff;
  border: none;
  /* z-index: 9999999999999 !important;*/
  z-index: 2147483645 !important;
  /* width: @body-width !important; */
  width: 100%;
  margin: 0;
  padding: 0;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}
#header_article.affix > div:first-child {
  width: 1010px;
  padding-left: 13px;
  padding-right: 13px;
  display: table;
  margin: auto;
}
#header_mobile {
  padding: 0 0 20px 0;
  border: none;
  width: 100%;
  display: table;
  margin: 0;
  /**** MENU DE NAVEGACIÓN ****/
}
#header_mobile > div:first-child {
  width: 100%;
  display: table;
  padding: 0;
}
#header_mobile .td {
  vertical-align: middle;
  padding: 0;
  margin: 0;
  float: none !important;
  display: table-cell;
}
#header_mobile .dropdown {
  margin: 0;
  padding: 0;
  position: relative;
}
#header_mobile .dropdown a.dropdown-toggle {
  cursor: pointer;
  background: #ffffff;
  color: #333333;
  padding: 7px;
  border: 1px solid #ffffff;
  font: 1em "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-decoration: none;
  display: block;
  position: relative;
  -moz-transition: all 0s ease-in;
  /* Firefox */
  -webkit-transition: all 0s ease-in;
  /* WebKit */
  -o-transition: all 0s ease-in;
  /* Opera */
  transition: all 0s ease-in;
  /* Standard */
  box-shadow: none;
}
#header_mobile .dropdown a.dropdown-toggle span {
  text-transform: uppercase;
  padding: 0 0 0 8px;
}
#header_mobile .dropdown a.dropdown-toggle .num {
  font-weight: 300 !important;
  padding-left: 0px !important;
}
#header_mobile .dropdown a.dropdown-toggle i.fa-angle-down {
  font-size: 1em !important;
  line-height: auto;
  top: auto;
  padding-left: 5px;
}
#header_mobile .dropdown a.dropdown-toggle i.fa-share-alt,
#header_mobile .dropdown a.dropdown-toggle i.fa-comment {
  color: #1c7e95;
}
#header_mobile .dropdown a.dropdown-toggle:hover i.fa-twitter {
  color: #15a1d3 !important;
}
#header_mobile .dropdown a.dropdown-toggle:hover i.fa-facebook {
  color: #344e87 !important;
}
#header_mobile .dropdown a.dropdown-toggle:hover i.fa-google-plus {
  color: #c0241c !important;
}
#header_mobile .dropdown a.dropdown-toggle:hover i.fa-youtube {
  color: #cb1727 !important;
}
#header_mobile .dropdown.open > a:first-child {
  z-index: 9999999 !important;
  background: #ffffff;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #ffffff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: none;
  position: relative;
}
#header_mobile .dropdown.open > a:first-child i.fa-twitter {
  color: #15a1d3 !important;
}
#header_mobile .dropdown.open > a:first-child i.fa-facebook {
  color: #344e87 !important;
}
#header_mobile .dropdown.open > a:first-child i.fa-google-plus {
  color: #c0241c !important;
}
#header_mobile .dropdown.open > a:first-child i.fa-youtube {
  color: #cb1727 !important;
}
#header_mobile .dropdown.open > ul {
  z-index: 99999 !important;
  margin-top: -1px !important;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
  min-width: 100%;
  width: "400px";
  border: 1px solid #cccccc;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15) !important;
  display: block;
  padding: 10px;
  min-height: 1%;
  overflow: hidden;
  /* 1 Col */
  /* 2 Col */
  /* 3 Col */
  /* 4 Col */
}
#header_mobile .dropdown.open > ul dl {
  margin: 0 !important;
}
#header_mobile .dropdown.open > ul dl dt {
  display: none;
}
#header_mobile .dropdown.open > ul dl dd {
  width: 100%;
  text-transform: none !important;
}
#header_mobile .dropdown.open > ul dl dd > a {
  border-radius: 4px;
  padding: 4px;
  font-family: "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 13px;
  border: none;
  color: #333333 !important;
}
#header_mobile .dropdown.open > ul dl dd > a i {
  width: 20px;
  text-align: center;
}
#header_mobile .dropdown.open > ul dl dd > a span.num {
  margin-left: 0;
  margin-right: 2px;
  padding: 0 5px 0 5px;
  border-left: none;
  border-right: 1px solid #cccccc;
  color: #666666;
  font-weight: 300;
  width: 25px;
  display: inline-block;
  text-align: center;
}
#header_mobile .dropdown.open > ul dl dd > a:hover {
  color: #333333;
  background: #f4f4f4;
}
#header_mobile .dropdown.open > ul li:nth-child(1):nth-last-child(1) {
  width: 100%;
  display: block;
  float: left;
  margin: 0;
}
#header_mobile .dropdown.open > ul li:nth-child(1):nth-last-child(2),
#header_mobile .dropdown.open > ul li:nth-child(2):nth-last-child(1) {
  width: 50%;
  display: block;
  float: left;
  margin: 0;
}
#header_mobile .dropdown.open > ul li:nth-child(1):nth-last-child(3),
#header_mobile .dropdown.open > ul li:nth-child(2):nth-last-child(2),
#header_mobile .dropdown.open > ul li:nth-child(3):nth-last-child(1) {
  width: 33.3333%;
  display: block;
  float: left;
  margin: 0;
}
#header_mobile .dropdown.open > ul li:nth-child(1):nth-last-child(4),
#header_mobile .dropdown.open > ul li:nth-child(2):nth-last-child(3),
#header_mobile .dropdown.open > ul li:nth-child(3):nth-last-child(2),
#header_mobile .dropdown.open > ul li:nth-child(4):nth-last-child(1) {
  width: 25%;
  display: block;
  float: left;
  margin: 0;
}
#header_mobile dl.pull-right {
  margin: 0;
}
#header_mobile dl.pull-right dt {
  display: none;
}
#header_mobile dl.pull-right dd {
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
}
#header_mobile dl.pull-right dd a.dropdown-toggle {
  cursor: pointer;
  background: #ffffff;
  color: #333333;
  padding: 7px;
  border: 1px solid #ffffff;
  font: 1em "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-decoration: none;
  display: block;
  position: relative;
  -moz-transition: all 0s ease-in;
  /* Firefox */
  -webkit-transition: all 0s ease-in;
  /* WebKit */
  -o-transition: all 0s ease-in;
  /* Opera */
  transition: all 0s ease-in;
  /* Standard */
  box-shadow: none;
}
#header_mobile dl.pull-right dd a.dropdown-toggle span {
  text-transform: uppercase;
  padding: 0 0 0 8px;
}
#header_mobile dl.pull-right dd a.dropdown-toggle .num {
  font-weight: 300 !important;
  padding-left: 0px !important;
}
#header_mobile dl.pull-right dd a.dropdown-toggle i.fa-angle-down {
  font-size: 1em !important;
  line-height: auto;
  top: auto;
  padding-left: 5px;
}
#header_mobile dl.pull-right dd a.dropdown-toggle i.fa-share-alt,
#header_mobile dl.pull-right dd a.dropdown-toggle i.fa-comment {
  color: #1c7e95;
}
#header_mobile dl.pull-right dd a.dropdown-toggle:hover i.fa-twitter {
  color: #15a1d3 !important;
}
#header_mobile dl.pull-right dd a.dropdown-toggle:hover i.fa-facebook {
  color: #344e87 !important;
}
#header_mobile dl.pull-right dd a.dropdown-toggle:hover i.fa-google-plus {
  color: #c0241c !important;
}
#header_mobile dl.pull-right dd a.dropdown-toggle:hover i.fa-youtube {
  color: #cb1727 !important;
}
#header_mobile dl.pull-right dd.open > a:first-child {
  z-index: 9999999 !important;
  background: #ffffff;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #ffffff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: none;
  position: relative;
}
#header_mobile dl.pull-right dd.open > a:first-child i.fa-twitter {
  color: #15a1d3 !important;
}
#header_mobile dl.pull-right dd.open > a:first-child i.fa-facebook {
  color: #344e87 !important;
}
#header_mobile dl.pull-right dd.open > a:first-child i.fa-google-plus {
  color: #c0241c !important;
}
#header_mobile dl.pull-right dd.open > a:first-child i.fa-youtube {
  color: #cb1727 !important;
}
#header_mobile dl.pull-right dd.open > ul {
  z-index: 99999 !important;
  margin-top: -1px !important;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
  min-width: 100%;
  width: "auto";
  border: 1px solid #cccccc;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15) !important;
  display: block;
  padding: 10px;
  min-height: 1%;
  overflow: hidden;
  /* 1 Col */
  /* 2 Col */
  /* 3 Col */
  /* 4 Col */
}
#header_mobile dl.pull-right dd.open > ul dl {
  margin: 0 !important;
}
#header_mobile dl.pull-right dd.open > ul dl dt {
  display: none;
}
#header_mobile dl.pull-right dd.open > ul dl dd {
  width: 100%;
  text-transform: none !important;
}
#header_mobile dl.pull-right dd.open > ul dl dd > a {
  border-radius: 4px;
  padding: 4px;
  font-family: "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 13px;
  border: none;
  color: #333333 !important;
}
#header_mobile dl.pull-right dd.open > ul dl dd > a i {
  width: 20px;
  text-align: center;
}
#header_mobile dl.pull-right dd.open > ul dl dd > a span.num {
  margin-left: 0;
  margin-right: 2px;
  padding: 0 5px 0 5px;
  border-left: none;
  border-right: 1px solid #cccccc;
  color: #666666;
  font-weight: 300;
  width: 25px;
  display: inline-block;
  text-align: center;
}
#header_mobile dl.pull-right dd.open > ul dl dd > a:hover {
  color: #333333;
  background: #f4f4f4;
}
#header_mobile dl.pull-right dd.open > ul li:nth-child(1):nth-last-child(1) {
  width: 100%;
  display: block;
  float: left;
  margin: 0;
}
#header_mobile dl.pull-right dd.open > ul li:nth-child(1):nth-last-child(2),
#header_mobile dl.pull-right dd.open > ul li:nth-child(2):nth-last-child(1) {
  width: 50%;
  display: block;
  float: left;
  margin: 0;
}
#header_mobile dl.pull-right dd.open > ul li:nth-child(1):nth-last-child(3),
#header_mobile dl.pull-right dd.open > ul li:nth-child(2):nth-last-child(2),
#header_mobile dl.pull-right dd.open > ul li:nth-child(3):nth-last-child(1) {
  width: 33.3333%;
  display: block;
  float: left;
  margin: 0;
}
#header_mobile dl.pull-right dd.open > ul li:nth-child(1):nth-last-child(4),
#header_mobile dl.pull-right dd.open > ul li:nth-child(2):nth-last-child(3),
#header_mobile dl.pull-right dd.open > ul li:nth-child(3):nth-last-child(2),
#header_mobile dl.pull-right dd.open > ul li:nth-child(4):nth-last-child(1) {
  width: 25%;
  display: block;
  float: left;
  margin: 0;
}
#header_mobile dl.pull-right dd a.dropdown-toggle span {
  font-weight: 500;
}
#header_mobile #logo {
  text-align: center;
  height: 100%;
}
#header_mobile #logo img {
  height: 55px !important;
}
#header_mobile #menu {
  float: left;
  width: auto;
  margin: 0;
  border: none;
  font-size: 2em;
}
#header_mobile #menu .navbar-collapse {
  border: none;
}
.alert {
  border-color: #cccccc;
  padding: 10px;
  min-height: 1%;
  overflow: hidden;
}
.alert h3 {
  background: #f4f4f4;
  margin: 0;
  padding: 12px;
  font-size: 14px;
  font-family: "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  float: left;
  text-transform: uppercase;
  z-index: 20;
  min-height: 40px;
}
.alert > div {
  height: 40px;
  background: #fff;
  float: left;
  position: relative;
  padding: 10px 10px 10px 20px;
  font-weight: 300;
  font-size: 14px;
  color: #333;
  width: 81%;
  line-height: 18px;
}
.alert > div img {
  padding: 0 3px 0 3px !important;
  max-height: 16px;
  width: auto;
}
.alert > div span {
  font-weight: 500;
  color: #666666;
  padding: 0 5px 0 5px;
}
.alert > div small {
  font-weight: 300;
  font-size: normal;
  color: #666666;
  padding-left: 5px;
}
.alert > div .fa-caret-right {
  position: absolute;
  top: 23%;
  left: -1px;
  font-size: 25px;
  color: #f4f4f4;
}
.alert > div h4 {
  display: inline;
  padding: 0 0 0 5px;
}
.alert > div h4:before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: .9em;
  font-weight: 300;
  padding: 0 5px 0 0;
  color: #cccccc;
}
.alert > div h4 a {
  font: 600 0.8em/100% "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  display: inline;
  color: #145a6a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  text-transform: none !important;
}
.alert > div:before {
  /*
			-moz-border-bottom-colors: none;
			-moz-border-left-colors: none;
			-moz-border-right-colors: none;
			-moz-border-top-colors: none;
			background: @gray-lighter;
			content: "";
			position: absolute;
			top: 40%;
			left: -5px;	
			border-color: @gray @gray transparent transparent;
			border-image: none;
			border-style: solid solid none none;
			border-width: 1px 1px 0 0;
			display: block;
			width: 10px;
			height: 10px;   
			transform: rotate(45deg);
			-ms-transform: rotate(45deg); 
			-webkit-transform: rotate(45deg); 
			z-index:2;		*/
}
.alert > div strong {
  text-transform: uppercase;
}
.alert.alert-danger {
  border-color: #e42644;
}
.alert.alert-danger h3 {
  background: #e42644;
  color: #fff;
}
.alert.alert-danger > div {
  background: #fff;
  border-color: transparent;
}
.alert.alert-danger > div .fa-caret-right {
  color: #e42644;
}
.alert.alert-live .fa-circle {
  font-size: 12px;
  color: #d20000;
  margin-right: 3px;
}
.alert span.nav {
  display: block;
  float: right;
  min-height: 40px;
  background: #fff;
  border-left: 1px solid #cccccc;
  min-height: 1%;
  overflow: hidden;
}
.alert span.nav a {
  display: block;
  line-height: 40px;
  padding: 0 15px 0 15px;
  font-size: 20px;
  text-align: center;
  float: left;
  color: #666;
  /*&:last-child { padding-left: 0; }*/
}
.alert span.nav span {
  display: block;
  line-height: 40px;
  font-size: 15px;
  color: #666;
  float: left;
  padding: 0;
  font-family: "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.alert.carousel {
  padding: 0;
}
.alert.carousel .carousel-inner {
  padding: 0 !important;
  width: auto;
}
.alert.carousel .carousel-inner .item {
  min-height: 1%;
  overflow: hidden;
}
.alert.carousel .carousel-inner .item h3 {
  float: left;
}
.alert.carousel .carousel-inner .item > div {
  float: left;
  padding: 10px 10px 10px 20px;
}
video {
  width: 100%;
  height: auto;
}
.photo {
  color: #666666;
  padding: 0;
  margin: 0 0 10px 0;
  min-height: 1%;
  overflow: hidden;
}
.photo.thumbnail {
  width: 90px;
  height: 90px;
  height: auto;
  float: left;
  margin-bottom: 0px;
  clear: none;
  border: none;
  margin-right: 13px;
  -webkit-border-radius: 0 0 0 0 !important;
  border-radius: 0 0 0 0 !important;
}
.photo figure {
  position: relative;
  margin: 0;
}
.photo figure img {
  height: auto;
  margin: 0;
}
.photo figure .media {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 10;
  padding: 5px 10px;
  background: #000;
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  -webkit-border-radius: 3px 3px 3px 3px !important;
  border-radius: 3px 3px 3px 3px !important;
}
.photo figure .media i {
  float: left;
  font-size: 1.6em;
  line-height: 1.6em;
  margin: 0;
  color: #fff;
  padding: 0 5px;
  text-transform: uppercase;
  font-weight: 200;
}
.photo figure .media .expand {
  float: left;
  font-size: .9em;
  line-height: 1.6em;
  margin: 0;
  color: white;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: .6em;
  text-transform: uppercase;
  font-weight: 200;
  display: none;
}
.photo figure .media .expand small {
  display: none;
}
.photo figure .media .detail {
  display: none;
}
.photo figure:hover .media {
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.photo figure:hover .media .expand {
  display: block;
}
.photo p {
  min-height: 1%;
  overflow: hidden;
  text-align: right;
  margin-bottom: 0px;
}
.photo p span[itemprop="author"],
.photo p span[itemprop="publisher"] {
  font: 0.8em/100% Georgia, "Times New Roman", Times, serif;
  text-transform: uppercase;
  float: right;
  padding: 5px 0 0 0;
  color: #cccccc;
}
.photo p span[itemprop="author"] .avatar,
.photo p span[itemprop="publisher"] .avatar {
  float: left;
  display: block;
  width: 48px;
  height: 48px;
  -webkit-border-radius: 48px;
  /* Saf3+, Chrome */
  border-radius: 48px;
  /* Opera 10.5, IE 9 */
  -moz-border-radius: 48px;
  /* Disabled for FF1+ */
  margin: 0 5px 0 5px;
  overflow: hidden;
}
.photo p span[itemprop="author"] .avatar img,
.photo p span[itemprop="publisher"] .avatar img {
  height: 100%;
}
.photo p span[itemprop="author"] a,
.photo p span[itemprop="publisher"] a {
  color: #cccccc;
}
.photo p span + span[itemprop="author"],
.photo p span + span[itemprop="publisher"],
.photo p .ie-before {
  display: inline;
}
.photo p span + span[itemprop="author"]:before,
.photo p span + span[itemprop="publisher"]:before,
.photo p .ie-before:before {
  content: " / ";
  color: #cccccc;
}
/************* ESTILOS ESPECIALES DE COMPORTAMIENTO EN DETALLE **************/
.photo.h_crop.extended figure .media.play,
.photo.h_crop.extended figure .media.carousel {
  width: auto;
}
.photo.h_crop.extended figure .media.play i,
.photo.h_crop.extended figure .media.carousel i {
  float: none !important;
  display: table-cell;
  font-size: 1.8em;
  line-height: 1.8em;
  vertical-align: top;
  padding: 0 17px 0 10px;
}
.photo.h_crop.extended figure .media.play > span,
.photo.h_crop.extended figure .media.carousel > span {
  float: none !important;
  display: table-cell;
  border-left: 1px dotted #666666;
  vertical-align: top;
}
.photo.h_crop.extended figure .media.play > span .expand,
.photo.h_crop.extended figure .media.carousel > span .expand {
  font-size: .8em;
  line-height: 1em;
  font-weight: 600;
  display: block;
}
.photo.h_crop.extended figure .media.play > span .expand small,
.photo.h_crop.extended figure .media.carousel > span .expand small {
  display: inline;
  padding-left: 5px;
  font-weight: 300;
}
.photo.h_crop.extended figure .media.play > span .detail,
.photo.h_crop.extended figure .media.carousel > span .detail {
  display: block;
  clear: both;
  color: white;
  padding: 0 15px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.3em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.photo.h_crop.extended figure .media.play .expand small:after {
  content: " min.";
}
.photo.h_crop.extended figure .media.carousel .expand small:after {
  content: " fotos";
}
.carousel .author .avatar {
  float: left;
  display: block;
  width: 48px;
  height: 48px;
  -webkit-border-radius: 48px;
  /* Saf3+, Chrome */
  border-radius: 48px;
  /* Opera 10.5, IE 9 */
  -moz-border-radius: 48px;
  /* Disabled for FF1+ */
  margin: 0 5px 0 5px;
  overflow: hidden;
}
.carousel .author .avatar img {
  height: 100%;
}
.carousel img {
  padding: 0;
  margin: auto;
  width: 100%;
}
.carousel .photo {
  border-bottom: none !important;
  margin: 0;
  padding: 0;
}
.carousel .controls {
  background: #ed5565;
  color: #fff;
  padding: 5px;
  position: absolute;
  right: 0;
  top: 20px;
  min-height: 1%;
  overflow: hidden;
}
.carousel .controls a {
  display: block;
  float: left;
  padding: 0 3px 0 3px;
}
.carousel .controls a span {
  color: #fff;
  font-size: 15px;
}
.carousel .carousel-caption {
  display: none;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  margin: 0;
  padding: 10px 20px 40px 20px;
  min-height: 1%;
  overflow: hidden;
}
.carousel .carousel-caption p {
  margin: 0;
  text-shadow: none;
}
.carousel .carousel-bar {
  position: relative;
  background: #e5e5e5;
  padding: 5px;
  min-height: 1%;
  overflow: hidden;
}
.carousel .carousel-indicators {
  /*bottom: 0;
			left: 0;*/
  float: left;
  width: auto;
  margin: 0;
  padding: 0;
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
  text-align: left;
}
.carousel .carousel-indicators li {
  border: none;
  background: #ccc;
}
.carousel .carousel-indicators li.active {
  background: #ed5565;
  border: none;
}
.carousel .carousel-buttons {
  min-width: 20%;
  float: right;
  z-index: 9999;
  color: #000;
  margin: 0;
  padding: 0;
  color: #666666;
  text-align: right;
  min-height: 1%;
  overflow: hidden;
}
.carousel .carousel-buttons i {
  margin-right: 12px;
  cursor: pointer;
}
.carousel .carousel-buttons i:hover,
.carousel .carousel-buttons i.active {
  color: #ed5565;
}
.carousel .carousel-buttons i.glyphicon-resize-horizontal {
  display: none;
}
.carousel .carousel-thumbs {
  position: absolute !important;
  z-index: 999999;
  display: none;
  bottom: 30px;
  left: 0;
  right: 0;
  background: black;
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  margin: 0;
  width: 100%;
  min-height: 160px;
  min-height: 1%;
  overflow: hidden;
}
.carousel .carousel-thumbs a {
  cursor: pointer;
  float: left;
  margin: 10px;
  border: 2px solid #eeeeee;
}
.carousel .carousel-thumbs a img {
  width: 100px;
}
.carousel .carousel-thumbs a.active {
  border: 2px solid #ed5565;
}
.carousel .ads {
  position: absolute !important;
  z-index: 999999;
  display: none;
  bottom: 0;
  left: 0;
  right: 0;
  background: black;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  margin: 0;
  width: 100%;
  height: 260px;
  min-height: 1%;
  overflow: hidden;
}
.carousel .ads > div {
  width: 400px;
  margin: 40px auto;
}
.carousel .ads > div img {
  width: 100%;
}
.carousel .ads > div a {
  background: #333;
  color: #eee;
  display: block;
  cursor: pointer;
  padding: 10px;
  text-align: center;
  font: bold 16px Arial;
  text-decoration: none;
}
.gallery {
  /* Boton maximizar solo al ancho en p�gina de galeria */
  /* Publicidad p�gina galeria */
}
.gallery .glyphicon-resize-horizontal {
  display: inline !important;
}
.gallery .col-md-4 .pub {
  margin-top: 20px;
  background: #f4f4f4;
  text-align: center;
  width: 300px;
  height: 90px;
  min-height: 90px;
  line-height: 90px;
}
.gallery .col-md-4 .pub span:after {
  content: " 300 x 90";
}
/* Estilos pantalla completa */
#mas-multimedia2 > div {
  margin: 0;
  padding: 0;
}
#mas-multimedia2 > div.col-xs-5,
#mas-multimedia2 > div.col-xs-6 {
  max-height: 140px;
  overflow: hidden;
}
#mas-multimedia2 > div img {
  width: 100%;
  overflow: hidden;
}
.col-xs-3 .thumbnail,
.col-xs-2 .thumbnail,
.col-xs-1 .thumbnail {
  width: 100%;
  margin-left: 0;
}
.listas_top {
  margin: 0 0 20px 0;
  padding: 0;
  min-height: 1%;
  overflow: hidden;
}
.listas_top strong.top_titular {
  font-family: "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  color: #000000;
  font-size: 1.3em;
  display: block;
}
.listas_top i.top_capitular {
  font-style: normal;
  /*
			background: @brand-secondary-dark;
			color: #fff;			
			width: 80px;
			height: 80px;			
			*/
  padding: 10px 0 10px 0;
  color: #000000;
  font-family: Georgia, "Times New Roman", Times, serif !important;
  font-size: 90px;
  line-height: 50px;
  text-align: center;
  display: block;
  float: left;
  margin-right: 10px;
  font-weight: 300 !important;
}
.listas_top li {
  border-top: 1px solid #000000;
  margin: 0 0 30px 0;
  padding: 10px 0 0 0;
  list-style: none;
  color: #000000;
  -moz-osx-font-smoothing: grayscale;
  font: 300 1.2em/160% "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.listas_top li h2 {
  font-family: "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  color: #000000;
  font-size: 1.3em;
  margin-bottom: 10px;
}
.listas_top li h2 i {
  padding-right: 7px;
  font-style: normal;
}
.listas_top li img {
  width: 100%;
  margin-bottom: 20px;
}
.listas_top li .more-live {
  padding: 5px;
  text-align: center;
  border-radius: 4px;
  background: #145a6a;
  color: #ffffff;
}
/* Carousel */
#carousel-top {
  border: none !important;
}
#carousel-top .carousel-control {
  background: none !important;
  width: auto !important;
  opacity: 0.9 !important;
}
#carousel-top .carousel-control span {
  width: 90px !important;
  background: #ffffff !important;
  padding: 30px !important;
  color: #333333 !important;
  text-shadow: none !important;
}
#carousel-top .pie {
  position: absolute;
  bottom: 0;
  background: #ffffff;
  padding: 15px;
  font: 2.3em "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  left: 0;
  color: #333333;
}
#carousel-top .left {
  left: 0 !important;
}
#carousel-top .right {
  right: 0 !important;
}
#carousel-top .right span {
  right: 50% !important;
  left: auto !important;
}
.top_nav {
  background: #1c7e95;
  color: #ffffff;
  padding: 0;
  margin-bottom: 10px;
  min-height: 1%;
  overflow: hidden;
}
.top_nav span {
  float: left;
  text-align: center;
  display: block;
  font: 300 1.2em "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.top_nav span i {
  font-size: 30px;
  height: 50px;
  line-height: 50px;
}
.top_nav span a {
  display: block;
  color: #ffffff;
}
.top_nav span:first-child {
  width: 10%;
}
.top_nav span:nth-child(2) {
  width: 80%;
  /*	border-left: 1px solid @brand-secondary-dark;
			border-right: 1px solid @brand-secondary-dark;			 
			*/
  font-style: italic;
  font-weight: 300;
  height: 50px;
  line-height: 50px;
}
.top_nav span:last-child {
  width: 10%;
}
#lista_autores {
  font-family: "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 5px;
}
#lista_autores > strong {
  -moz-osx-font-smoothing: grayscale;
  clear: both;
  color: #bf1832;
  font-size: 0.85em;
  font-weight: 500;
  text-transform: uppercase;
}
#lista_autores .panel-default {
  margin: 0;
  padding: 0;
  border: none;
  background: #ffffff;
  box-shadow: none;
}
#lista_autores .panel-default .panel-heading {
  background: #ffffff;
  box-shadow: none;
  border-bottom: 1px dotted #cccccc;
  padding: 10px 0 10px 0;
}
#lista_autores .panel-default .panel-heading h4 {
  font-family: "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.9em;
  font-weight: 300;
  color: #000000;
}
#lista_autores .panel-default .panel-heading h4 i {
  padding-left: 10px;
  color: #cccccc;
}
#lista_autores .panel-default .panel-heading.nobrd {
  border: none;
}
#lista_autores .panel-default .panel-body {
  padding: 0;
}
#lista_autores .panel-default ul {
  margin: 0;
  padding: 0;
}
#lista_autores .panel-default ul li {
  font-family: "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  list-style: none;
  font-weight: 300;
}
#lista_autores .panel-default ul li a {
  color: gray;
  font-size: 0.8em;
}
.cl-list {
  width: 100%;
  clear: both;
  padding: 5px;
  font-weight: 500;
  color: #bf1832;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Desplegable */
.antialiased,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Nuevo scheme */
/* ------ */
.panel {
  border-color: #cccccc;
}
.text_anchor {
  text-decoration: none;
  font-weight: 400;
  color: #145a6a;
  border-bottom: 1px dotted #145a6a;
}
.text_anchor:hover {
  color: #e42644;
  border-bottom: none;
}
.btn {
  text-transform: uppercase;
  font-weight: 300;
  display: inline-block;
}
.btn-mini,
a.btn-mini {
  background: transparent;
  color: #1c7e95;
  text-transform: lowercase;
  font-weight: 400;
  border: 1px solid #eeeeee;
  text-shadow: 0 1px 0 #fff;
  -webkit-box-shadow: 10px 10px 5px white;
  box-shadow: 0px 0px 2px white;
}
.btn-mini:hover,
a.btn-mini:hover {
  background: #f4f4f4;
  text-shadow: 0px 1px white;
}
.btn-nobr {
  font-weight: 500 !important;
  background: none;
  border: none;
}
.btn-nobr i {
  padding-right: 2px;
}
.btn-nobr i.fa-share {
  padding-top: 2px;
}
.btn-nobr:hover {
  background-color: #eeeeee;
  -moz-transition: all 0.25s ease-in;
  /* Firefox */
  -webkit-transition: all 0.25s ease-in;
  /* WebKit */
  -o-transition: all 0.25s ease-in;
  /* Opera */
  transition: all 0.25s ease-in;
  /* Standard */
  text-shadow: 0px 1px white;
}
.btn-nobr .num {
  color: #666666;
  margin-left: 2px;
  font-weight: 300;
}
.btn-nobr .num:before {
  content: " | ";
  position: relative;
  top: -1px;
}
.btn {
  font-weight: 300;
}
.btn-primary {
  background-color: #1c7e95;
  border: none;
  color: white !important;
}
.btn-primary:hover {
  background: #145a6a;
  -moz-transition: all 0.25s ease-in;
  /* Firefox */
  -webkit-transition: all 0.25s ease-in;
  /* WebKit */
  -o-transition: all 0.25s ease-in;
  /* Opera */
  transition: all 0.25s ease-in;
  /* Standard */
}
.btn-brand {
  color: #ffffff;
  background-color: #1c7e95;
  border-color: #1c7e95;
}
.btn-brand:hover,
.btn-brand:focus,
.btn-brand:active,
.btn-brand.active,
.open .dropdown-toggle.btn-brand {
  color: #ffffff;
  background-color: #166173;
  border-color: #125261;
}
.btn-brand:active,
.btn-brand.active,
.open .dropdown-toggle.btn-brand {
  background-image: none;
}
.btn-brand.disabled,
.btn-brand[disabled],
fieldset[disabled] .btn-brand,
.btn-brand.disabled:hover,
.btn-brand[disabled]:hover,
fieldset[disabled] .btn-brand:hover,
.btn-brand.disabled:focus,
.btn-brand[disabled]:focus,
fieldset[disabled] .btn-brand:focus,
.btn-brand.disabled:active,
.btn-brand[disabled]:active,
fieldset[disabled] .btn-brand:active,
.btn-brand.disabled.active,
.btn-brand[disabled].active,
fieldset[disabled] .btn-brand.active {
  background-color: #1c7e95;
  border-color: #1c7e95;
}
.btn-green-brand {
  color: #ffffff;
  background-color: #009900;
  border-color: #009900;
}
.btn-green-brand:hover,
.btn-green-brand:focus,
.btn-green-brand:active,
.btn-green-brand.active,
.open .dropdown-toggle.btn-green-brand {
  color: #ffffff;
  background-color: #007000;
  border-color: #005c00;
}
.btn-green-brand:active,
.btn-green-brand.active,
.open .dropdown-toggle.btn-green-brand {
  background-image: none;
}
.btn-green-brand.disabled,
.btn-green-brand[disabled],
fieldset[disabled] .btn-green-brand,
.btn-green-brand.disabled:hover,
.btn-green-brand[disabled]:hover,
fieldset[disabled] .btn-green-brand:hover,
.btn-green-brand.disabled:focus,
.btn-green-brand[disabled]:focus,
fieldset[disabled] .btn-green-brand:focus,
.btn-green-brand.disabled:active,
.btn-green-brand[disabled]:active,
fieldset[disabled] .btn-green-brand:active,
.btn-green-brand.disabled.active,
.btn-green-brand[disabled].active,
fieldset[disabled] .btn-green-brand.active {
  background-color: #009900;
  border-color: #009900;
}
.btn-fa {
  color: #ffffff;
  background-color: #344e87;
  border-color: #2d4474;
}
.btn-fa:hover,
.btn-fa:focus,
.btn-fa:active,
.btn-fa.active,
.open .dropdown-toggle.btn-fa {
  color: #ffffff;
  background-color: #293d69;
  border-color: #1c2a48;
}
.btn-fa:active,
.btn-fa.active,
.open .dropdown-toggle.btn-fa {
  background-image: none;
}
.btn-fa.disabled,
.btn-fa[disabled],
fieldset[disabled] .btn-fa,
.btn-fa.disabled:hover,
.btn-fa[disabled]:hover,
fieldset[disabled] .btn-fa:hover,
.btn-fa.disabled:focus,
.btn-fa[disabled]:focus,
fieldset[disabled] .btn-fa:focus,
.btn-fa.disabled:active,
.btn-fa[disabled]:active,
fieldset[disabled] .btn-fa:active,
.btn-fa.disabled.active,
.btn-fa[disabled].active,
fieldset[disabled] .btn-fa.active {
  background-color: #344e87;
  border-color: #2d4474;
}
.btn-fa .caret {
  border-top-color: #ffffff;
}
.btn-tw {
  color: #ffffff;
  background-color: #15a1d3;
  border-color: #1390bc;
}
.btn-tw:hover,
.btn-tw:focus,
.btn-tw:active,
.btn-tw.active,
.open .dropdown-toggle.btn-tw {
  color: #ffffff;
  background-color: #1185ae;
  border-color: #0d6584;
}
.btn-tw:active,
.btn-tw.active,
.open .dropdown-toggle.btn-tw {
  background-image: none;
}
.btn-tw.disabled,
.btn-tw[disabled],
fieldset[disabled] .btn-tw,
.btn-tw.disabled:hover,
.btn-tw[disabled]:hover,
fieldset[disabled] .btn-tw:hover,
.btn-tw.disabled:focus,
.btn-tw[disabled]:focus,
fieldset[disabled] .btn-tw:focus,
.btn-tw.disabled:active,
.btn-tw[disabled]:active,
fieldset[disabled] .btn-tw:active,
.btn-tw.disabled.active,
.btn-tw[disabled].active,
fieldset[disabled] .btn-tw.active {
  background-color: #15a1d3;
  border-color: #1390bc;
}
.btn-tw .caret {
  border-top-color: #ffffff;
}
.btn-gp {
  color: #ffffff;
  background-color: #c0241c;
  border-color: #a92019;
}
.btn-gp:hover,
.btn-gp:focus,
.btn-gp:active,
.btn-gp.active,
.open .dropdown-toggle.btn-gp {
  color: #ffffff;
  background-color: #9c1d17;
  border-color: #741611;
}
.btn-gp:active,
.btn-gp.active,
.open .dropdown-toggle.btn-gp {
  background-image: none;
}
.btn-gp.disabled,
.btn-gp[disabled],
fieldset[disabled] .btn-gp,
.btn-gp.disabled:hover,
.btn-gp[disabled]:hover,
fieldset[disabled] .btn-gp:hover,
.btn-gp.disabled:focus,
.btn-gp[disabled]:focus,
fieldset[disabled] .btn-gp:focus,
.btn-gp.disabled:active,
.btn-gp[disabled]:active,
fieldset[disabled] .btn-gp:active,
.btn-gp.disabled.active,
.btn-gp[disabled].active,
fieldset[disabled] .btn-gp.active {
  background-color: #c0241c;
  border-color: #a92019;
}
.btn-gp .caret {
  border-top-color: #ffffff;
}
.btn-youtube {
  color: #ffffff;
  background-color: #cb1727;
  border-color: #a92019;
}
.btn-youtube:hover,
.btn-youtube:focus,
.btn-youtube:active,
.btn-youtube.active,
.open .dropdown-toggle.btn-youtube {
  color: #ffffff;
  background-color: #a71320;
  border-color: #741611;
}
.btn-youtube:active,
.btn-youtube.active,
.open .dropdown-toggle.btn-youtube {
  background-image: none;
}
.btn-youtube.disabled,
.btn-youtube[disabled],
fieldset[disabled] .btn-youtube,
.btn-youtube.disabled:hover,
.btn-youtube[disabled]:hover,
fieldset[disabled] .btn-youtube:hover,
.btn-youtube.disabled:focus,
.btn-youtube[disabled]:focus,
fieldset[disabled] .btn-youtube:focus,
.btn-youtube.disabled:active,
.btn-youtube[disabled]:active,
fieldset[disabled] .btn-youtube:active,
.btn-youtube.disabled.active,
.btn-youtube[disabled].active,
fieldset[disabled] .btn-youtube.active {
  background-color: #cb1727;
  border-color: #a92019;
}
.btn-youtube .caret {
  border-top-color: #ffffff;
}
/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  border: solid #fff 5px;
  left: -5px;
  background: #fff;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../img/bx_loader.gif) center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(../img/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url(../img/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  /*top: 50%;
	margin-top: -16px;*/
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(../img/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(../img/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}
#debug {
  position: fixed;
  top: 100px;
  left: 0;
  background: #202024;
  padding: 5px;
  min-height: 1%;
  overflow: hidden;
}
#debug span {
  font: 11px Arial;
  display: block;
  margin: 5px;
  float: left;
  cursor: pointer;
  color: #666;
}
#debug span.active {
  font-weight: bold;
  color: #fff;
}
.debug-span {
  background: #000;
  opacity: 0.8;
  padding: 5px;
  color: #ccc;
  font: 11px Arial;
}
body {
  margin: 0 0 30px 0;
  height: 100%;
  background: #ffffff;
}
body > .container,
.navbar .container {
  width: 1010px !important;
  max-width: 1010px !important;
}
a:hover {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333333;
}
.Lateral_izquierdo,
.Lateral_derecho {
  position: fixed !important;
  display: none;
  width: 120px;
  z-index: 1;
  border-top: none;
}
#favorite {
  margin: 10px;
  padding: 6px;
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #ccc;
  display: none;
  font: 12px Arial;
  background: #eee;
  -webkit-box-shadow: inset 0 1px 0 0 #FFFFFF;
  box-shadow: inset 0 1px 0 0 #FFFFFF;
}
.arrow-up {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid white;
}
#mas-multimedia {
  background: #000000;
  border-radius: 4px;
  padding: 2px;
  min-height: 1%;
  overflow: hidden;
}
#mas-multimedia .cliche_media {
  /*background: @brand-primary;*/
  border: none;
  text-transform: uppercase;
}
#mas-multimedia .cliche_media h1 {
  font: 100 3.8em/85% "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  margin: 0;
  padding: 15px 0 0 15px;
  color: #666666;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#mas-multimedia .cliche_media h1 span {
  font-weight: 100 !important;
  display: block;
  clear: both;
  color: white;
}
#mas-multimedia .cliche_media h1 small {
  font: italic 0.29em/100% Georgia, "Times New Roman", Times, serif !important;
  float: left;
  text-transform: none;
  font-weight: lighter !important;
  padding: 0 0 0 5px;
  color: white;
}
#mas-multimedia > div {
  margin: 0;
  padding: 2px;
  position: relative;
  border-radius: 4px;
  /* 
		.caption {
			display: none;			
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			background: black;
			color: @white;
			opacity: 0.9;
			margin: 2px;
			padding: 0;
			cursor: pointer;
			border-radius: 4px;
			
			i {
				position: absolute;
				top: 35%;
				left: 48%;
				font-size: 2em;
				margin: 0;
				padding: 0;
			}
		}
		
		&:hover {
			.caption { display: block; }
		}
		
		*/
}
#mas-multimedia > div .expand time {
  display: none;
}
#mas-multimedia > div img {
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  background: #000000;
  border-radius: 4px;
}
#mas-multimedia > div .media.play,
#mas-multimedia > div .media.carousel {
  width: auto;
  display: none;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: black;
  padding: 10px 10px 5px 10px;
  filter: alpha(opacity=75);
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
  -webkit-border-radius: 4px 4px 4px 4px !important;
  border-radius: 4px 4px 4px 4px !important;
  /*
                    i {
                        .mk-td();
                        font-size: 1.8em;                    
                        line-height: 1.8em;  
                        color: white;
                        vertical-align: top;
                        padding: 0 17px 0 10px;
                    }
                    */
}
#mas-multimedia > div .media.play > span .expand,
#mas-multimedia > div .media.carousel > span .expand {
  font-size: .8em;
  line-height: 1em;
  font-weight: 600;
  text-transform: uppercase !important;
  color: white;
  display: block;
}
#mas-multimedia > div .media.play > span .expand small,
#mas-multimedia > div .media.carousel > span .expand small {
  display: inline;
  padding-left: 5px;
  font-weight: 300;
}
#mas-multimedia > div .media.play > span .detail,
#mas-multimedia > div .media.carousel > span .detail {
  display: block;
  clear: both;
  color: white;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.5em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#mas-multimedia > div.col-xs-4 .media.play > span .detail,
#mas-multimedia > div.col-xs-4 .media.carousel > span .detail {
  font-size: 1em;
}
#mas-multimedia > div .media.play .expand small:after {
  content: " min.";
}
#mas-multimedia > div .media.carousel .expand small:after {
  content: " fotos";
}
#mas-multimedia > div:hover {
  cursor: hand;
}
#mas-multimedia > div:hover img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
  -moz-transition: all 0.5s ease-in;
  /* Firefox */
  -webkit-transition: all 0.5s ease-in;
  /* WebKit */
  -o-transition: all 0.5s ease-in;
  /* Opera */
  transition: all 0.5s ease-in;
  /* Standard */
}
#mas-multimedia > div:hover .media.play,
#mas-multimedia > div:hover .media.carousel {
  display: block !important;
  -moz-transition: all 0.25s ease-in;
  /* Firefox */
  -webkit-transition: all 0.25s ease-in;
  /* WebKit */
  -o-transition: all 0.25s ease-in;
  /* Opera */
  transition: all 0.25s ease-in;
  /* Standard */
}
.section-last-news {
  margin-bottom: 10px;
}
.section-last-news > div {
  margin-bottom: 15px;
}
.section-last-news h2.economia {
  border-top-color: #d96459;
}
.section-last-news h2.economia a {
  color: #d03d30;
}
.section-last-news h2.galicia {
  border-top-color: #4d6684;
}
.section-last-news h2.galicia a {
  color: #3a4d64;
}
.section-last-news h2.deportes {
  border-top-color: #009900;
}
.section-last-news h2.deportes a {
  color: #006600;
}
.section-last-news h2.cultura {
  border-top-color: #8647b2;
}
.section-last-news h2.cultura a {
  color: #6b388e;
}
.section-last-news h2.espana {
  border-top-color: #d46700;
}
.section-last-news h2.espana a {
  color: #a14e00;
}
.section-last-news h2.tecnologia {
  border-top-color: #0099cc;
}
.section-last-news h2.tecnologia a {
  color: #007399;
}
.section-last-news h2.internacional {
  border-top-color: #9aadbd;
}
.section-last-news h2.internacional a {
  color: #7b94a9;
}
.section-last-news h2.sociedad {
  border-top-color: #aba918;
}
.section-last-news h2.sociedad a {
  color: #7e7d12;
}
.section-last-news h2.tendencias {
  border-top-color: #e46bff;
}
.section-last-news h2.tendencias a {
  color: #db38ff;
}
.section-last-news ul {
  margin: 0;
  padding: 0;
}
.section-last-news ul li {
  list-style: none;
  border-bottom: 1px #cccccc dotted;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.section-last-news ul li a {
  font-family: "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 0.85em;
}
.section-last-news ul li:last-child {
  border: none;
}
/* Menu desplegado */
body.menu-open {
  /*overflow: hidden !important;*/
}
body.menu-open .modal-backdrop.in {
  opacity: 0 !important;
  z-index: 999999999999998 !important;
}
.blink_me {
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: blinker;
  -moz-animation-duration: 1.5s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  animation-name: blinker;
  animation-duration: 1.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@-moz-keyframes blinker {
  0% {
    opacity: 1.0;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1.0;
  }
}
@-webkit-keyframes blinker {
  0% {
    opacity: 1.0;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1.0;
  }
}
@keyframes blinker {
  0% {
    opacity: 1.0;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1.0;
  }
}
/* Personalizar cajas */
section.box.vd {
  position: relative;
  z-index: 1;
  /* background: #d0d7e1; */
  background: #f4f4f4;
  border-top: 4px solid #7B8A9E;
}
section.box.vd > .cliche {
  margin-bottom: 15px;
  padding: 0px;
  font-size: 1.8em;
}
section.box.vd > .cliche a:after {
  content: "";
}
section.box.vd > .cliche span {
  display: inline-block;
  padding: 5px 10px 5px 10px;
  margin: 0;
  /*margin-top: -25px;*/
  /*margin-bottom: 15px;  */
  /*margin-left: -1px;*/
  /*background: #899AB0; */
  z-index: 2;
  position: relative;
  /* border-top: 4px solid #7B8A9E;*/
  color: #516784;
  /*.border-radius(4px, 4px, 4px, 4px);*/
  /*  text-shadow: 0 -1px 0 #7B8A9E;   */
}
section.box.vd > .cliche span:after {
  padding-left: 7px;
  content: "\f105";
  font-family: "fontAwesome";
}
.box_w {
  margin-left: -13px;
  margin-right: -13px;
  padding-left: 13px;
  padding-left: 10px\9;
  /* IE Hack */
  min-height: 1%;
  overflow: hidden;
  /* padding: 0; */
  /*
	
	
	.col-xs-1 { width: ((@body-width/@grid-columns)*1) - @grid-gutter-width !important; }
	.col-xs-2 { width: ((@body-width/@grid-columns)*2)-@grid-gutter-width/2 !important; }
	
	.col-xs-3 { width: ((@body-width/@grid-columns)*3) - @grid-gutter-width !important; }
	.col-xs-4 { width: ((@body-width/@grid-columns)*4)-@grid-gutter-width/2  !important; }
	.col-xs-5 { width: ((@body-width/@grid-columns)*5)-@grid-gutter-width/2  !important; }
	.col-xs-6 { width: ((@body-width/@grid-columns)*6)-@grid-gutter-width/2  !important; }
	
	.col-xs-7 { width: ((@body-width/@grid-columns)*7) - @grid-gutter-width !important; }
	.col-xs-8 { width: ((@body-width/@grid-columns)*8)-@grid-gutter-width/2  !important; }
	.col-xs-9 { width: ((@body-width/@grid-columns)*9)-@grid-gutter-width/2  !important; }
	.col-xs-10 { width: ((@body-width/@grid-columns)*10)-@grid-gutter-width/2  !important; }
	.col-xs-11 { width: ((@body-width/@grid-columns)*11)-@grid-gutter-width/2  !important; }
	.col-xs-12 { width: ((@body-width/@grid-columns)*12)-@grid-gutter-width/2  !important; }
	.col-xs-13 { width: ((@body-width/@grid-columns)*13)-@grid-gutter-width/2  !important; }
	.col-xs-14 { width: ((@body-width/@grid-columns)*14)-@grid-gutter-width/2  !important; }
	.col-xs-15 { width: ((@body-width/@grid-columns)*15)-@grid-gutter-width/2  !important; }
	.col-xs-16 { width: ((@body-width/@grid-columns)*16)-@grid-gutter-width/2  !important; }

*/
}
.box_w [class^=col-] {
  padding: 0;
  margin-right: 26px;
  margin-right: 10px\9;
  /* IE Hack */
}
.box_w [class^=col-]:last-child {
  margin-right: 0;
}
.box_w article {
  padding: 13px 0 13px 0;
}
.box_w .col-xs-1 {
  width: 50.125px !important;
}
.box_w .col-xs-2 {
  width: 113.25px !important;
}
.box_w .col-xs-3 {
  width: 176.375px !important;
}
.box_w .col-xs-4 {
  width: 239.5px !important;
}
.box_w .col-xs-5 {
  width: 302.625px !important;
}
.box_w .col-xs-6 {
  width: 365.75px !important;
}
.box_w .col-xs-7 {
  width: 428.875px !important;
}
.box_w .col-xs-8 {
  width: 492px !important;
}
.box_w .col-xs-9 {
  width: 555.125px !important;
}
.box_w .col-xs-10 {
  width: 618.25px !important;
}
.box_w .col-xs-11 {
  width: 681.375px !important;
}
.box_w .col-xs-12 {
  width: 744.5px !important;
}
.box_w .col-xs-13 {
  width: 807.625px !important;
}
.box_w .col-xs-14 {
  width: 870.75px !important;
}
.box_w .col-xs-15 {
  width: 933.875px !important;
}
.box_w .col-xs-16 {
  width: 997px !important;
}
/*
section {
	border-top: 4px solid #eee;
	padding: 12px 0 10px 0;
	margin: 10px 0 10px 0;
	min-height: 1%;
	overflow: hidden;
	h3 {
		font-size: 18px;
		padding: 0;
		margin: 0 0 15px 0;	
	}
	ul {
		margin: 0;
		padding: 0;
		li {
			margin: 5px 0 10px 0;
			padding: 0 0 10px 0;
			font-size: 13px;
			border-bottom: 1px solid #ccc;
			list-style: none;
			strong { 
				display: block; 
				margin-top: 5px;
				color: #666;
				text-align: right;
				}
		}
	}
}
*/
@font-face {
  font-family: 'Voz';
  src: url('../fonts/Voz-Medium.eot');
  src: url('../fonts/Voz-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Voz-Medium.woff') format('woff'), url('../fonts/Voz-Medium.ttf') format('truetype'), url('../fonts/Voz-Medium.svg#Voz') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Voz';
  src: url('../fonts/Voz-Bold.eot');
  src: url('../fonts/Voz-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Voz-Bold.woff') format('woff'), url('../fonts/Voz-Bold.ttf') format('truetype'), url('../fonts/Voz-Bold.svg#Voz') format('svg');
  font-weight: bold;
  font-style: normal;
}
/*
@font-face {
  font-family: Voz-light;
  src: url('../fonts/Voz-Light.otf');
}

@font-face {
  font-family: Voz-Gotica;
  font-weight: bold;
  src: url('../fonts/Voz-Gotica.otf');
}
*/
@charset "UTF-8";
@font-face {
  font-family: 'webicons';
  src: url('../fonts/webicons-webfont.eot');
  src: url('../fonts/webicons-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/webicons-webfont.woff') format('woff'), url('../fonts/webicons-webfont.ttf') format('truetype'), url('../fonts/webicons-webfont.svg#webiconsregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.icon {
  font-family: "webicons" !important;
  font-style: normal;
  text-transform: none !important;
}
/*
@font-face {
  font-family: "webicons";
  src:url("../fonts/webicons.eot");
  src:url("../fonts/webicons.eot?#iefix") format("embedded-opentype"),
    url("../fonts/webicons.woff") format("woff"),
    url("../fonts/webicons.ttf") format("truetype"),
    url("../fonts/webicons.svg#webicons") format("svg");
  font-weight: normal;
  font-style: normal;
}


[data-icon]:before {
  font-family: "webicons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "webicons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}*/
.icon-fontawesome-webfont-1:before {
  content: "b";
}
.icon-fontawesome-webfont-3:before {
  content: "d";
}
.icon-fontawesome-webfont-4:before {
  content: "e";
}
.icon-fontawesome-webfont:before {
  content: "a";
}
.icon-fontawesome-webfont-2:before {
  content: "c";
}
.icon-fontawesome-webfont-5:before {
  content: "f";
}
.icon-fontawesome-webfont-6:before {
  content: "g";
}
.icon-fontawesome-webfont-7:before {
  content: "h";
}
.icon-fontawesome-webfont-8:before {
  content: "i";
}
.icon-ios7-icon:before {
  content: "j";
}
.icon-fontawesome-webfont-9:before {
  content: "k";
}
.icon-ios7-icon-1:before {
  content: "l";
}
.icon-light-up:before {
  content: "m";
}
.icon-fontawesome-webfont-10:before {
  content: "n";
}
/* Non-responsive overrides
 *
 * Utilitze the following CSS to disable the responsive-ness of the container,
 * grid system, and navbar.
 */
.container .navbar-header,
.container .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}
/* Always float the navbar header */
.navbar-header {
  float: left;
}
/* Undo the collapsing navbar */
.navbar-collapse {
  display: block !important;
  height: auto !important;
  padding-bottom: 0;
  overflow: visible !important;
}
.navbar-toggle {
  display: none;
}
.navbar-collapse {
  border-top: 0;
}
.navbar-brand {
  margin-left: -15px;
}
/* Always apply the floated nav */
.navbar-nav {
  float: left;
  margin: 0;
}
.navbar-nav > li {
  float: left;
}
.navbar-nav > li > a {
  padding: 15px;
}
/* Redeclare since we override the float above */
.navbar-nav.navbar-right {
  float: right;
}
/* Undo custom dropdowns */
.navbar .navbar-nav .open .dropdown-menu {
  position: absolute;
  float: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-width: 0 1px 1px;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #333;
}
.navbar .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar .navbar-nav .open .dropdown-menu > .active > a,
.navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
  color: #fff !important;
  background-color: #428bca !important;
}
.navbar .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .disabled > a:focus {
  color: #999 !important;
  background-color: transparent !important;
}
body {
  font-size: 14px !important;
}
#homepage .open_layout {
  overflow: hidden;
  padding-bottom: 10px;
}
#homepage .open_layout div[class^="col-"] {
  float: none !important;
  display: table-cell;
  border-left: 1px dotted #cccccc !important;
  vertical-align: top;
}
#homepage .open_layout .horizontal {
  border-top: 1px dotted #cccccc !important;
  padding: 10px 0 0 0 !important;
}
#homepage .open_layout .row + .row {
  margin-top: 10px;
}
#homepage .box article.size_sm h1,
#homepage .box article.size_sm h2 {
  font-size: 1.2em;
}
#homepage .box article.size_sm p {
  font-size: .85em;
}
#homepage .col-xs-16 article h1,
#homepage .col-xs-15 article h1,
#homepage .col-xs-14 article h1,
#homepage .col-xs-16 article h2,
#homepage .col-xs-15 article h2,
#homepage .col-xs-14 article h2 {
  font-size: 4.1rem;
}
#homepage .col-xs-16 article.size_l h1,
#homepage .col-xs-15 article.size_l h1,
#homepage .col-xs-14 article.size_l h1,
#homepage .col-xs-16 article.size_l h2,
#homepage .col-xs-15 article.size_l h2,
#homepage .col-xs-14 article.size_l h2 {
  font-size: 5.1rem;
}
#homepage .col-xs-16 article.size_xl h1,
#homepage .col-xs-15 article.size_xl h1,
#homepage .col-xs-14 article.size_xl h1,
#homepage .col-xs-16 article.size_xl h2,
#homepage .col-xs-15 article.size_xl h2,
#homepage .col-xs-14 article.size_xl h2 {
  font-size: 6.1rem;
}
#homepage .col-xs-16 article.size_xxl h1,
#homepage .col-xs-15 article.size_xxl h1,
#homepage .col-xs-14 article.size_xxl h1,
#homepage .col-xs-16 article.size_xxl h2,
#homepage .col-xs-15 article.size_xxl h2,
#homepage .col-xs-14 article.size_xxl h2 {
  font-size: 7.1rem;
  text-transform: uppercase;
  text-align: center;
}
#homepage .col-xs-13 article h1,
#homepage .col-xs-12 article h1,
#homepage .col-xs-11 article h1,
#homepage .col-xs-13 article h2,
#homepage .col-xs-12 article h2,
#homepage .col-xs-11 article h2 {
  font-size: 3.6rem;
}
#homepage .col-xs-13 article.size_l h1,
#homepage .col-xs-12 article.size_l h1,
#homepage .col-xs-11 article.size_l h1,
#homepage .col-xs-13 article.size_l h2,
#homepage .col-xs-12 article.size_l h2,
#homepage .col-xs-11 article.size_l h2 {
  font-size: 4.6rem;
}
#homepage .col-xs-13 article.size_xl h1,
#homepage .col-xs-12 article.size_xl h1,
#homepage .col-xs-11 article.size_xl h1,
#homepage .col-xs-13 article.size_xl h2,
#homepage .col-xs-12 article.size_xl h2,
#homepage .col-xs-11 article.size_xl h2 {
  font-size: 5.6rem;
}
#homepage .col-xs-13 article.size_xxl h1,
#homepage .col-xs-12 article.size_xxl h1,
#homepage .col-xs-11 article.size_xxl h1,
#homepage .col-xs-13 article.size_xxl h2,
#homepage .col-xs-12 article.size_xxl h2,
#homepage .col-xs-11 article.size_xxl h2 {
  font-size: 6.6rem;
  text-transform: uppercase;
  text-align: center;
}
#homepage .col-xs-10 > article h1,
#homepage .col-xs-9 > article h1,
#homepage .col-xs-8 > article h1,
#homepage .col-xs-10 > article h2,
#homepage .col-xs-9 > article h2,
#homepage .col-xs-8 > article h2 {
  font-size: 3rem;
}
#homepage .col-xs-10 > article.size_l h1,
#homepage .col-xs-9 > article.size_l h1,
#homepage .col-xs-8 > article.size_l h1,
#homepage .col-xs-10 > article.size_l h2,
#homepage .col-xs-9 > article.size_l h2,
#homepage .col-xs-8 > article.size_l h2 {
  font-size: 4rem;
}
#homepage .col-xs-10 > article.size_xl h1,
#homepage .col-xs-9 > article.size_xl h1,
#homepage .col-xs-8 > article.size_xl h1,
#homepage .col-xs-10 > article.size_xl h2,
#homepage .col-xs-9 > article.size_xl h2,
#homepage .col-xs-8 > article.size_xl h2 {
  font-size: 5rem;
}
#homepage .col-xs-10 > article.size_xxl h1,
#homepage .col-xs-9 > article.size_xxl h1,
#homepage .col-xs-8 > article.size_xxl h1,
#homepage .col-xs-10 > article.size_xxl h2,
#homepage .col-xs-9 > article.size_xxl h2,
#homepage .col-xs-8 > article.size_xxl h2 {
  font-size: 6rem;
  text-transform: uppercase;
  text-align: center;
}
#homepage .col-xs-6 article h1,
#homepage .col-xs-5 article h1,
#homepage .col-xs-4 article h1,
#homepage .col-xs-6 article h2,
#homepage .col-xs-5 article h2,
#homepage .col-xs-4 article h2 {
  font-size: 2rem;
}
#homepage .col-xs-6 article.size_l h1,
#homepage .col-xs-5 article.size_l h1,
#homepage .col-xs-4 article.size_l h1,
#homepage .col-xs-6 article.size_xl h1,
#homepage .col-xs-5 article.size_xl h1,
#homepage .col-xs-4 article.size_xl h1,
#homepage .col-xs-6 article.size_xxl h1,
#homepage .col-xs-5 article.size_xxl h1,
#homepage .col-xs-4 article.size_xxl h1,
#homepage .col-xs-6 article.size_l h2,
#homepage .col-xs-5 article.size_l h2,
#homepage .col-xs-4 article.size_l h2,
#homepage .col-xs-6 article.size_xl h2,
#homepage .col-xs-5 article.size_xl h2,
#homepage .col-xs-4 article.size_xl h2,
#homepage .col-xs-6 article.size_xxl h2,
#homepage .col-xs-5 article.size_xxl h2,
#homepage .col-xs-4 article.size_xxl h2 {
  font-size: 2rem;
}
#homepage .col-xs-3 article h1,
#homepage .col-xs-2 article h1,
#homepage .col-xs-1 article h1,
#homepage .col-xs-3 article h2,
#homepage .col-xs-2 article h2,
#homepage .col-xs-1 article h2 {
  font-size: 1.6rem;
}
#homepage .col-xs-3 article.size_l h1,
#homepage .col-xs-2 article.size_l h1,
#homepage .col-xs-1 article.size_l h1,
#homepage .col-xs-3 article.size_xl h1,
#homepage .col-xs-2 article.size_xl h1,
#homepage .col-xs-1 article.size_xl h1,
#homepage .col-xs-3 article.size_xxl h1,
#homepage .col-xs-2 article.size_xxl h1,
#homepage .col-xs-1 article.size_xxl h1,
#homepage .col-xs-3 article.size_l h2,
#homepage .col-xs-2 article.size_l h2,
#homepage .col-xs-1 article.size_l h2,
#homepage .col-xs-3 article.size_xl h2,
#homepage .col-xs-2 article.size_xl h2,
#homepage .col-xs-1 article.size_xl h2,
#homepage .col-xs-3 article.size_xxl h2,
#homepage .col-xs-2 article.size_xxl h2,
#homepage .col-xs-1 article.size_xxl h2 {
  font-size: 1.6rem;
}
#homepage #col_a article h1,
#homepage .col-xs-7 article h1,
#homepage #col_a article h2,
#homepage .col-xs-7 article h2 {
  font-size: 2.9rem;
}
#homepage #col_a article.size_l h1,
#homepage .col-xs-7 article.size_l h1,
#homepage #col_a article.size_l h2,
#homepage .col-xs-7 article.size_l h2 {
  font-size: 3rem;
}
#homepage #col_a article.size_xl h1,
#homepage .col-xs-7 article.size_xl h1,
#homepage #col_a article.size_xl h2,
#homepage .col-xs-7 article.size_xl h2 {
  font-size: 3rem;
}
#homepage #col_a article.size_xxl h1,
#homepage .col-xs-7 article.size_xxl h1,
#homepage #col_a article.size_xxl h2,
#homepage .col-xs-7 article.size_xxl h2 {
  font-size: 4.1rem;
}
#homepage #col_b .box.opinion {
  /*


            article {
                
                text-align: center;
                
                //AUTOR
                .author {
                
                    float: left;
                    clear: both;
                    margin-bottom: 5px;
					// background-color: @gray-lighter;
                    display: table;
                    border-bottom: 1px dotted @gray-lighter;
                    padding: 5px;
                
                    // Fotografía del opinante
                    .avatar {
                        display: table-cell;
                        width: 10%;
                        height: auto;                      
                        padding: 0 !important; 
                        margin: 0 !important;
                        //.avatar(60px, 60px);

                        .desaturate();  
                
                        //.sepia();
                        
                        img {
                        	.border-radius(50%, 50%, 50%, 50%);
                            width: 100%;
                            height: auto;
                        }
                    }

                    .profile {
                        display: table-cell;
                        width: 50%;
                        text-align: left;
                        font-size: .8em;
                        padding: 0 0 0 5px;
                        vertical-align: middle;
						&:before {
							content: "";
						}

                        span[itemprop="name"] {
                            font-family: @font-family-serif;
                            color: black;
                            text-transform: uppercase;
                            line-height: 105%;
                        }
                    }

                }
                //FIN AUTOR
                
                //TEXTOS
    
                h3 {
                    font-size: .85em;
                    padding: 3px 0;
                    color: @brand-primary-dark;
                    a{color: @brand-primary-dark;}
                }
    
                
                h1,h2 {
                    font-size: 1.1em;
                    font-style: italic;
                }
    
            }
            
            */
}
#homepage #col_c .list.numbered section {
  margin-left: 0;
  padding-left: 0;
}
#homepage #col_c .list.numbered .number {
  font-size: 16px;
  padding-top: 0;
  padding-left: 5px;
  font-weight: bold;
}
#homepage #col_c .list.numbered article header {
  padding-left: 3px;
}
#homepage #col_c .list.numbered article h2 {
  font-size: 15px;
  line-height: 120%;
  margin-bottom: 5px;
}
#homepage #col_c .list.numbered .photo {
  display: block;
}
#homepage #col_c .list.numbered .photo img {
  width: 100%;
  height: auto;
}
#homepage #col_c .box.opinion .photo {
  width: 60%;
  margin: 0 19%;
}
#homepage #col_c .box.opinion article h2,
#homepage #col_c .box.opinion article h3 {
  text-align: center;
}
#homepage #col_c .box.opinion article h3[itemprop="keywords"] a {
  border-left: none;
  padding-left: 0;
}
#homepage #col_c .box.opinion .rel_info {
  text-align: center;
}
div[class^="col"] article:last-child {
  border-bottom: 0px;
}
section article:last-child {
  border-bottom: 0px;
}
article {
  border-bottom: 1px dotted #cccccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
  min-height: 1%;
  overflow: hidden;
  width: 100%;
  z-index: 0;
}
article h3 {
  font: 300 1em "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #bf1832;
  text-transform: uppercase;
  margin: 0;
}
article h3 a {
  color: #bf1832;
}
article h1,
article h2 {
  font-size: 1.6em;
  line-height: 110%;
  margin-top: 0px;
  margin-bottom: 5px;
  text-transform: none;
}
article h1 a,
article h2 a {
  color: black;
}
article.art_thumb {
  padding-top: 0px;
}
article.art_thumb h1,
article.art_thumb h2 {
  margin-top: 0px;
  font-size: 1.4em;
}
article.art_thumb .photo.thumbnail {
  padding-top: none !important;
}
article .photo.h_crop.thumbnail {
  padding-top: 0px;
}
article p[itemprop^="alternativeHeadline"] {
  font-weight: 300;
  text-transform: none;
  line-height: 130%;
  margin-bottom: 0px;
  color: #333333;
}
article p[itemprop^="alternativeHeadline"] strong,
article p[itemprop^="alternativeHeadline"] b {
  font-weight: 400;
}
article p[itemprop^="alternativeHeadline"] a {
  text-decoration: underline;
}
article .rel_info {
  margin: 7px 0 3px 0;
  line-height: 100%;
  font-size: 1rem;
  color: #999999;
}
article .rel_info a {
  color: #999999;
}
article .rel_info a:hover {
  text-decoration: underline;
}
article .rel_info span[itemprop="author"],
article .rel_info span[itemprop="contributor"],
article .rel_info span[itemprop="publisher"] {
  font-family: Georgia, "Times New Roman", Times, serif;
}
article .rel_info span[itemprop="author"] span[itemprop="name"],
article .rel_info span[itemprop="contributor"] span[itemprop="name"],
article .rel_info span[itemprop="publisher"] span[itemprop="name"] {
  text-transform: uppercase;
  display: inline;
}
article .rel_info span:first-child[itemprop="publisher"] + span[itemprop="author"]:before,
article .rel_info span:first-child[itemprop="author"] + span[itemprop="contributor"]:before,
article .rel_info span:first-child[itemprop="author"] + span[itemprop="publisher"]:before {
  content: " / ";
}
article .rel_info span:first-child[itemprop="author"],
article .rel_info span:first-child[itemprop="publisher"] {
  text-transform: capitalize;
}
article .rel_info span:first-child[itemprop="author"]:before,
article .rel_info span:first-child[itemprop="publisher"]:before {
  /* content: "Por ";*/
}
article .rel_info span[itemprop="dateline"] {
  font-family: Georgia, "Times New Roman", Times, serif;
}
article .rel_info .authors + span[itemprop="dateline"]:before {
  content: " / ";
}
article .rel_info .comments {
  position: relative;
  padding-left: 5px;
  color: #cccccc;
}
article .rel_info .comments:before {
  content: "";
}
article .rel_info .comments span.commentCount {
  padding-left: 3px;
  font-family: "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
article .rel_info .comments span.commentCount:before {
  content: "";
}
article .rel_info .comments .glyphicon-comment {
  position: relative;
  top: 2px;
  color: #cccccc;
}
article.opinion .photo {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
  -webkit-border-radius: 50% 50% 50% 50% !important;
  border-radius: 50% 50% 50% 50% !important;
}
article.opinion a {
  color: #000;
}
article.opinion .author .profile:before {
  font-style: italic;
  text-transform: capitalize;
}
article.opinion .author .profile span[itemprop="name"] {
  font-style: italic;
  text-transform: capitalize;
  font-size: 1.2rem;
}
article.opinion h3[itemprop="keywords"] {
  padding: 3px 0;
}
article.opinion h3[itemprop="keywords"] a {
  color: #bf1832;
}
article.opinion h1,
article.opinion h2 {
  font-size: 1.1em;
  font-style: italic;
}
article.opinion h1 a:hover,
article.opinion h2 a:hover {
  color: #e42644;
}
#homepage-opinion .rel_info {
  display: none;
}
#homepage #col_a,
#homepage #col_b {
  /*
        
        article.opinion {
    
            
            .photo {
		        .desaturate;
        	     .border-radius(4px, 4px, 4px, 4px);
		                             
            }

            a {color: #000;}           
            
            // FIRMA DEL AUTOR
            .author {
            
                .profile {
                
                    &:before {
                        content: "Por ";
                        font-style: italic;
                        text-transform: capitalize;
                    }
                    
                    span[itemprop="name"] {
                        font-style: italic;
                        text-transform: capitalize;
                    }
                    
                }
                
            }
            
           // Nombre de columna
            h3[itemprop="keywords"] {
                a{color: @brand-primary-dark;}
            }
    
        }
        
*/
}
#homepage #col_a article.opinion {
  /*
    
        // Título
        h1[itemprop^="headline"], h2[itemprop^="headline"] {
            font-style: italic;
            font-size: 2.5rem !important;
        } 
        
        */
}
#homepage #col_b article.opinion {
  /*
        
        // Título
        h1[itemprop^="headline"], h2[itemprop^="headline"] {
            font-style: italic;
            font-size: 2rem !important;
        } 
        
        */
}
#homepage article.interview header h1[itemprop^="headline"],
#homepage article.interview header h2[itemprop^="headline"] {
  quotes: "\201C" "\201D";
  font-style: italic;
}
#homepage article.interview header h1[itemprop^="headline"]:before,
#homepage article.interview header h2[itemprop^="headline"]:before,
#homepage article.interview header h1[itemprop^="headline"]:after,
#homepage article.interview header h2[itemprop^="headline"]:after {
  color: #cccccc;
  font-size: 1.9em;
  line-height: 0em;
  vertical-align: -0.4em;
  font-weight: bolder;
}
#homepage article.interview header h1[itemprop^="headline"]:before,
#homepage article.interview header h2[itemprop^="headline"]:before {
  content: open-quote;
  padding-right: 7px;
}
#homepage article.interview header h1[itemprop^="headline"]:after,
#homepage article.interview header h2[itemprop^="headline"]:after {
  content: close-quote;
}


.lista .hemeroteca {
  padding: 0px;
}
.lista .hemeroteca dt,
.lista .hemeroteca dd {
  padding: 0px;
}
.lista .hemeroteca dt {
  text-transform: uppercase;
  color: #bf1832;
  font-weight: ligther;
  border-bottom: 1px dotted #cccccc;
  padding: 2px 0;
}
.lista .hemeroteca ul {
  margin: 0 0 10px 0;
  padding: 0;
}
.lista .hemeroteca ul li {
  margin: 0;
  border-bottom: 1px dotted #cccccc;
  padding: 4px 0;
}
.lista .hemeroteca ul article {
  padding: 0;
  margin: 0;
}
.lista .hemeroteca ul article h1 {
  font-size: 1.5rem !important;
  margin: 0;
  padding: 0;
}
.lista .box-pager {
  background: #f4f4f4;
  margin-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
  padding: 8px 8px 7px 8px;
  -webkit-border-radius: 4px 4px 4px 4px !important;
  border-radius: 4px 4px 4px 4px !important;
  min-height: 1%;
  overflow: hidden;
}
.lista .box-pager.open .dropdown-toggle {
  background-color: white;
  -webkit-box-shadow: 2px -2px 3px 0 rgba(0, 0, 0, 0.175);
  box-shadow: 2px -2px 3px 0 rgba(0, 0, 0, 0.175);
  border-bottom-color: white;
  -webkit-border-radius: 4px 4px 0px 0px !important;
  border-radius: 4px 4px 0px 0px !important;
}
.lista .box-pager .pagination {
  margin: 0;
}
.lista .box-pager button {
  display: block;
  margin-right: 5px;
}
.lista .box-pager button.dropdown-toggle {
  background: transparent;
  border-color: #eeeeee;
  position: relative;
  z-index: 11;
  text-shadow: 0 1px 0 #fff;
}
.lista .box-pager button.dropdown-toggle:hover {
  background: white;
}
.lista .box-pager .prev,
.lista .box-pager .next {
  background: #ffffff;
  border-color: #eeeeee;
  line-height: auto;
  text-shadow: 0 1px 0 #fff;
}
.lista .box-pager .prev span,
.lista .box-pager .next span {
  font-size: 12px;
}
.lista .box-pager .prev.disable,
.lista .box-pager .next.disable {
  background: #eeeeee;
  border: 1px solid #eeeeee;
  color: #cccccc;
}
.lista .box-pager .dropdown-menu {
  left: 21px;
  margin-top: -9px;
  max-height: 300px;
  z-index: 10;
  overflow: auto;
  border-color: #eeeeee;
  -webkit-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.175);
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.175);
  -webkit-border-radius: 0px 0px 4px 4px !important;
  border-radius: 0px 0px 4px 4px !important;
}
.lista .box-pager .dropdown-menu li a {
  font: normal 1.2rem "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300 !important;
  margin: 0 5px;
  padding: 4px;
  -webkit-border-radius: 4px 4px 4px 4px !important;
  border-radius: 4px 4px 4px 4px !important;
}
.lista .box-pager .dropdown-menu li a:hover,
.lista .box-pager .dropdown-menu li a:focus {
  background: #f4f4f4;
  color: #1c7e95;
  text-shadow: 0 1px 0 #fff;
}
.lista article:nth-child(18) {
  border-bottom: none;
}
.lista article [itemprop^="headline"] {
  font-size: 2.2rem !important;
}
.lista article [itemprop^="alternativeHeadline"] {
  font-size: 1.3rem !important;
}
.lista article .art_thumb .photo {
  width: 165px !important;
}
.lista article .art_thumb .photo .time {
  display: none;
}
.lista article .art_thumb .photo.h_crop.thumbnail {
  padding-top: 5px;
}
.lista article.opinion  .photo {
  display: none;
}
.lista article.opinion h3 {
  display: none;
}
.lista > .photo {
  border-bottom: 1px dotted #cccccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.lista > .photo .pie {
  display: none;
}
.lista .time {
  color: #bf1832;
  display: inline-block;
  font: normal 1.1rem/100% "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 8px;
  text-transform: uppercase;
  border-left: 2px solid #bf1832;
  padding-left: 5px;
}
#homepage_hemeroteca footer .address {
  display: block !important;
}
.calendar {
  padding: 0;
  margin: 0 -1px 20px 0;
  -webkit-border-radius: 4px 4px 4px 4px !important;
  border-radius: 4px 4px 4px 4px !important;
}
.calendar table {
  width: 100%;
  border: none;
  border: 1px solid #eeeeee;
}
.calendar table thead .btn {
  border: 1px solid #f4f4f4;
}
.calendar table thead .btn.active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.calendar table th,
.calendar table td {
  text-align: center;
  text-shadow: 0 1px 0 #fff;
}
.calendar table th.btn-primary strong,
.calendar table td.btn-primary strong {
  font-weight: 300;
}
.calendar table th.btn-primary:hover,
.calendar table td.btn-primary:hover {
  border: none !important;
  background: #bf1832 !important;
}
.cliche:not[class*="opinión"] + article + article,
.cliche:not[class*="opinión"] + article + article + article {
  border-left: 1px solid #ebebeb;
  padding-left: 10px;
  padding-top: 10px;
  margin-top: -10px;
}
.cliche:not[class*="opinión"] + article + article h1,
.cliche:not[class*="opinión"] + article + article + article h1 {
  font-size: 1.6em;
}
.cliche:not[class*="opinión"] + article {
  border-bottom: none;
}
.cliche:not[class*="opinión"] + article + article {
  padding-top: 0px;
}
.cliche:not[class*="opinión"] + article + article + div + hr.separador,
.cliche:not[class*="opinión"] + article + article + article + div + hr.separador {
  background: #fff;
  height: 10px;
  border-top: none;
}
.citation-carousel {
  border-left: 1px dotted #1c7e95;
  margin-left: 5px;
  margin-top: 10px;
}
.citation-carousel ul {
  margin: 0;
  padding: 0 0 0 5px;
}
.citation-carousel ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.citation-carousel ul li a p {
  color: #666666;
}
.citation-carousel ul li:last-child {
  padding: 0;
}
.citation-carousel ul li article {
  margin: 0;
  padding: 5px;
  -webkit-border-radius: 4px 4px 4px 4px !important;
  border-radius: 4px 4px 4px 4px !important;
}
.citation-carousel ul li article:hover {
  background-color: #eeeeee;
  -moz-transition: all 0.25s ease-in;
  /* Firefox */
  -webkit-transition: all 0.25s ease-in;
  /* WebKit */
  -o-transition: all 0.25s ease-in;
  /* Opera */
  transition: all 0.25s ease-in;
  /* Standard */
}
.citation-carousel ul li article:hover h2,
.citation-carousel ul li article:hover p {
  text-shadow: 0px 1px white;
}
.citation-carousel ul li article:hover p {
  color: #666666;
}
.citation-carousel ul li article figure {
  float: left;
  margin: 0 10px 0 0;
  position: relative;
}
.citation-carousel ul li article figure img {
  width: 75px;
  height: 75px;
  -webkit-border-radius: 4px 4px 4px 4px !important;
  border-radius: 4px 4px 4px 4px !important;
}
.citation-carousel ul li article figure .media {
  position: absolute;
  bottom: 5px;
  left: 5px;
  z-index: 10;
  padding: 5px;
  background: #000;
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  -webkit-border-radius: 4px 4px 4px 4px !important;
  border-radius: 4px 4px 4px 4px !important;
}
.citation-carousel ul li article figure .media i {
  float: left;
  font-size: 1.1em;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
}
.citation-carousel ul li article figure .media i + span {
  display: none;
}
.citation-carousel ul li article div {
  vertical-align: middle;
  font: 600 1em/130% "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.citation-carousel ul li article div .pref {
  display: inline;
  font-weight: 300;
  text-transform: uppercase;
  font-family: "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-style: normal !important;
  color: black;
  font-size: .8em;
  background: #eeeeee;
  padding: 0px 5px;
  -webkit-border-radius: 3px 3px 3px 3px !important;
  border-radius: 3px 3px 3px 3px !important;
  margin-right: 5px;
}
.citation-carousel ul li article div h2 {
  font: 600 1em/130% "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  display: inline;
  color: #145a6a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  text-transform: none !important;
}
.citation-carousel ul li article div p {
  font-size: .9em;
  line-height: 130% !important;
  padding: 5px 0 0 0;
  margin: 0;
}
.citation-carousel ul li .btn-mini {
  margin-top: 5px;
  margin-left: 5px;
}
.citation-carousel ul li .btn-mini span {
  text-transform: uppercase;
}
.citation-carousel ul li .btn-mini i {
  padding-left: 3px;
  font-weight: bolder;
}
.citation-carousel ul li .btn-mini:hover {
  background: #eeeeee;
  color: black !important;
}
.citation-carousel ul li.thumb article {
  width: 100%;
  display: table;
  margin: 0;
}
.citation-carousel ul li.thumb article figure {
  float: none !important;
  display: table-cell;
}
.citation-carousel ul li.thumb article div {
  padding-left: 10px;
  float: none !important;
  display: table-cell;
}
.citation-carousel ul li.opinion article figure img {
  -webkit-border-radius: 4px 4px 4px 4px !important;
  border-radius: 4px 4px 4px 4px !important;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
.citation-carousel ul li.opinion article div h2 {
  font: italic 600 1em/130% Georgia, "Times New Roman", Times, serif !important;
}
.citation-carousel ul li.opinion article div h2 span.tit:after {
  content: ". ";
}
.citation-carousel ul li.opinion article div .rel_info {
  font: 1em/130% Georgia, "Times New Roman", Times, serif !important;
  color: #000000;
  font-style: italic;
  text-wrap: none;
}
.citation-carousel ul li.opinion article div .rel_info span[itemprop="author"],
.citation-carousel ul li.opinion article div .rel_info span[itemprop="contributor"],
.citation-carousel ul li.opinion article div .rel_info span[itemprop="publisher"] {
  text-wrap: none;
  display: inline-block;
}
.citation-carousel ul li.opinion article div .rel_info span[itemprop="author"]:before,
.citation-carousel ul li.opinion article div .rel_info span[itemprop="contributor"]:before,
.citation-carousel ul li.opinion article div .rel_info span[itemprop="publisher"]:before {
  content: " Por ";
  font-size: .85em;
  font-style: italic;
}
.citation-carousel ul li.opinion article div .rel_info span[itemprop="author"] span[itemprop="name"],
.citation-carousel ul li.opinion article div .rel_info span[itemprop="contributor"] span[itemprop="name"],
.citation-carousel ul li.opinion article div .rel_info span[itemprop="publisher"] span[itemprop="name"] {
  text-transform: none;
  font-style: italic;
  font-size: .85em;
}
.box.multimedia .citation-carousel {
  border-left: 1px dotted #1c7e95 !important;
  margin-left: 5px;
  float: left;
  width: 100%;
}
.box.multimedia .citation-carousel ul {
  margin: 0;
  padding: 0 0 0 5px;
}
.box.multimedia .citation-carousel ul li {
  width: 50%;
  float: left;
}
.nav .citation-carousel {
  border: none;
}
section.panel {
  padding: 0;
}
section.indent {
  border: none;
  border-bottom: 1px dotted #cccccc;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px 0px 0px 0px !important;
  border-radius: 0px 0px 0px 0px !important;
}
section.indent .cliche {
  margin: 0px 0px 10px 0px;
  text-transform: uppercase;
  border-top: none;
  color: #bf1832 !important;
}
section.indent .cliche a {
  color: #bf1832 !important;
}
section.indent .cliche + article,
section.indent + article:first-child {
  margin-bottom: 0px;
}
section.indent article + article {
  padding-left: 10px;
  margin-left: 5px;
  width: auto;
  border-left: 1px dotted #1c7e95;
  margin-bottom: 0px;
  padding-top: 10px;
}
section.indent article + article h1,
section.indent article + article h2 {
  font-size: 2rem !important;
}
section.indent article + article.size_l h1,
section.indent article + article.size_xl h1,
section.indent article + article.size_xxl h1,
section.indent article + article.size_l h2,
section.indent article + article.size_xl h2,
section.indent article + article.size_xxl h2 {
  font-size: 2rem !important;
}
section.box {
  padding: 10px 10px 0px 10px;
  margin-bottom: 15px;
  border-color: #eeeeee;
}
section.box .cliche {
  margin: -10px -10px 10px -10px;
  text-transform: uppercase;
  border-top: none;
}
section.box *:last-child {
  margin-bottom: 0px;
}
section.box.multimedia {
  position: relative;
  overflow: hidden;
  /*
            .cliche.genero {
                position: absolute;
                top: 7px;
                left: 30px;
                border: 3px solid @gray-dark;
                border-top: transparent;
                background: white;
                .border-radius(0px, 0px, 4px, 4px);
                padding: 3px 7px !important;
                font-size: 1.5rem;
                
                En este caso se elimina el más
                a {
                    span {padding: 0px !important; border: none !important;}
                    &:after {display: none;}
                }              	  
                
            } */
}
section.box.multimedia article h1,
section.box.multimedia article h2 {
  font-size: 1.7em;
}
section.box.multimedia .complement {
  border-top: 1px dotted #cccccc;
  padding-bottom: 10px;
}
section.box.multimedia .complement div[class^="col-"] {
  margin-top: 15px;
  border-left: 1px dotted #cccccc;
}
section.box.multimedia .complement div[class^="col-"]:first-child {
  border-left: none;
}
section.box.multimedia .complement article h1,
section.box.multimedia .complement article h2 {
  font-size: 1.2em !important;
}
section.box.multimedia .complement article p {
  font-size: .85em;
}
section.box.multimedia.theme article h1,
section.box.multimedia.theme article h2 {
  font-size: 1.5em;
  font-family: "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
section.box.facebook {
  border-top-color: #344e87 !important;
}
section.box.facebook .cliche {
  background: white;
}
section.box.facebook .cliche span {
  color: #344e87;
}
section.box.facebook .fb-like-box.fb_iframe_widget {
  width: 100% !important;
  margin-bottom: 15px;
  margin-top: -35px;
}
section.box.facebook .fb-like-box.fb_iframe_widget span {
  width: 100% !important;
}
section.box.facebook .fb-like-box.fb_iframe_widget span iframe {
  width: 100% !important;
}
section.box.edition_sites .form-locality {
  background: #f4f4f4;
  margin: -11px -10px 0 -10px;
  padding: 0 10px 10px 10px;
  z-index: 10;
  border-top: 1px solid #eeeeee;
}
section.box.edition_sites .form-locality:before {
  position: relative;
  z-index: 11;
  top: 14px;
  height: 0;
  width: 0;
  content: " ";
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid white;
}
section.box.edition_sites .form-locality .anchor_list dd {
  display: inline-block;
  text-transform: capitalize;
  margin: 0 !important;
  padding: 0 !important;
  width: 49%;
}
section.box.tab-panel {
  /* CAJA BLOGS
        	
        	&.last-post {
        	
        	
	        	.carousel {
	        		padding: 0px !important;
	        	}
				
				.list {
					margin: 0px -10px 0 -10px !important;
					background: white;
					padding: 0px 10px;
					
					/ Ocultamos el cliché
					.cliche_small {display: none;}
					
					/ Article (div)
					.article { 
						
						/ Artículos
						article {
							padding: 2px;
							margin: 0px;						
							
							width: 100% !important;
							display: block !important;
							float: left;
							font-size: .8em;
							
							/ Imagen del bloguero
							figure {
								img {
									width: 60px;
									height: 60px;
							        .border-radius(30px,30px,30px,30px);									
								}
							}
							
							/ Cabecero (en este caso contiene todos los campos)
							header {
							
								padding: 4px;
								
								/ Antetítulo (nombre del blog)
								h3[itemprop="keywords"] {
									a {color: @brand-primary !important;}
								}
																
								/ Título
								h2[itemprop^="headline"] {
									font-family: @font-family-sans-serif;
									font-size: 1em !important;
									a {color: black;}
								}
								
								/ Firma
								.author {

									span[itemprop="name"] {
										text-transform: none !important;
										&:before {
											content: "Por ";
										}
									}

								}	
								
							}

						}

					}
					/ Fin article
					
				}
				/ Fin list
				
				/ Pié de caja
				.panel-footer {
					border-top: 1px dotted @gray !important;
					margin: 0px -10px !important;
					font-size: .8em;
					padding: 8px 10px;
					text-align: right;
					
					.btn-mini {margin-bottom: 0px !important;}
				}				
				
								
        	}
        	*/
}
section.box.tab-panel .cliche span {
  color: #666666;
}
section.box.tab-panel .nav-tabs {
  font-size: .8em;
  margin: 0 -10px 0 -10px;
  background: #f4f4f4;
  padding: 10px 5px 0 5px;
  margin-top: -12px;
  border-bottom-color: #f4f4f4;
}
section.box.tab-panel .nav-tabs li > a {
  padding: 5px 10px;
  margin-bottom: -1px;
  text-shadow: 0 1px 0 #fff;
  font-weight: 500;
}
section.box.tab-panel .nav-tabs li > a:hover {
  border-bottom-color: #f4f4f4;
}
section.box.tab-panel .nav-tabs li > a.active {
  color: #666666;
}
section.box.tab-panel.top-news .list,
section.box.tab-panel.last-news .list,
section.box.tab-panel.last-post .list {
  background: #ebebeb;
  margin-top: 5px;
}
section.box.tab-panel.top-news .list .cliche_small,
section.box.tab-panel.last-news .list .cliche_small,
section.box.tab-panel.last-post .list .cliche_small {
  display: none;
}
section.box.tab-panel.top-news .list .carousel-article,
section.box.tab-panel.last-news .list .carousel-article,
section.box.tab-panel.last-post .list .carousel-article {
  margin: 0px !important;
  padding: 0px !important;
}
section.box.tab-panel.top-news .list .row div:first-child,
section.box.tab-panel.last-news .list .row div:first-child,
section.box.tab-panel.last-post .list .row div:first-child {
  border-top: none;
}
section.box.tab-panel.top-news .list article header,
section.box.tab-panel.last-news .list article header,
section.box.tab-panel.last-post .list article header {
  height: 50px;
}
section.box.tab-panel.top-news .list article .photo img,
section.box.tab-panel.last-news .list article .photo img,
section.box.tab-panel.last-post .list article .photo img {
  width: 65px;
  height: 65px;
}
section.box.tab-panel.top-news .list article h2[itemprop^="headline"],
section.box.tab-panel.last-news .list article h2[itemprop^="headline"],
section.box.tab-panel.last-post .list article h2[itemprop^="headline"] {
  font-size: .9em !important;
}
section.box.tab-panel.last-news .list {
  height: 400px;
  overflow: hidden;
  overflow-y: scroll;
  margin: 0px -10px 0 -10px !important;
  background: white;
  padding: 10px;
}
section.box.tab-panel.last-news .list .article article {
  padding: 0px;
  margin: 0px;
  width: 100% !important;
  display: block !important;
  float: left;
  font-size: .85em;
}
section.box.tab-panel.last-news .list .article article header {
  padding: 4px;
}
section.box.tab-panel.last-news .list .article article header .time {
  font-size: .8em;
  font-weight: 300;
  line-height: 120%;
  text-shadow: 0 1px 0 #ffffff;
  color: #bf1832 !important;
  background: #f4f4f4;
  -webkit-border-radius: 4px 4px 4px 4px !important;
  border-radius: 4px 4px 4px 4px !important;
  display: inline-block;
  margin: 0px 6px 0px 0px;
}
section.box.tab-panel.last-news .list .article article header .time time {
  display: none;
}
section.box.tab-panel.last-news .list .article article header h2[itemprop^="headline"] {
  font-family: "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline;
}
section.box.tab-panel.last-news .list .article article header h2[itemprop^="headline"] a {
  color: black;
}
section.box.tab-panel.last-news .list .article article header h2[itemprop^="headline"]:after {
  content: ".";
}
section.box.tab-panel.last-news .list .article article header p[itemprop^="alternativeHeadline"] {
  font-family: "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline;
  font-style: normal !important;
}
section.box.tab-panel.last-news .panel-footer {
  border-top: 1px dotted #cccccc !important;
  margin: 0px -10px !important;
  font-size: .8em;
  padding: 6px;
  text-align: right;
  text-shadow: 0 1px 0 #ffffff;
  color: #cccccc;
}
section.box.tab-panel.last-news .panel-footer .social {
  padding-left: 5px;
}
section.box.tab-panel.last-news .panel-footer .social .fa {
  font-size: 1em;
  margin: 0 0 0 0;
  padding: 4px 0px;
  min-width: 20px;
  color: white;
  text-align: center;
  -webkit-border-radius: 4px 4px 4px 4px !important;
  border-radius: 4px 4px 4px 4px !important;
  text-shadow: 0 1px 0 #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* &:first-child {margin-left: 5px;} */
}
section.box.tab-panel.last-news .panel-footer .social .fa-facebook {
  background: #344e87;
}
section.box.tab-panel.last-news .panel-footer .social .fa-twitter {
  background: #15a1d3;
}
section.box.tab-panel.last-news .panel-footer .social .fa-google {
  background: #c0241c;
}
section.box.horizontal {
  border-color: #eeeeee;
}
section.box.horizontal .panel-heading {
  padding: 0px;
  margin: -10px -11px 0 -11px;
  border-bottom: 1px dotted #cccccc;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  border-top: 1px solid white !important;
}
section.box.horizontal .panel-heading .cliche {
  border: none;
  margin: 0;
  font-size: 1.8em !important;
}
section.box.horizontal .panel-heading .cliche a span {
  border: none;
}
section.box.horizontal .panel-heading .cliche a:after {
  content: none;
}
section.box.horizontal .nav-pills {
  position: absolute;
  right: 0;
  top: 8px;
}
section.box.horizontal .nav-pills li {
  text-transform: uppercase;
  font-size: .9em;
  margin: 0 10px 0 0;
}
section.box.horizontal .nav-pills li a {
  font-weight: 300;
  text-shadow: 0 1px 0 #ffffff;
  padding: 2px 4px;
}
section.box.horizontal .nav-pills li a:hover {
  background: white;
}
section.box.horizontal .panel-body {
  padding: 0;
  width: 100%;
}
section.box.horizontal .panel-body .row {
  display: table;
}
section.box.horizontal .first {
  display: table-cell;
  float: none;
  border-right: 1px dotted #cccccc;
  padding-top: 10px;
}
section.box.horizontal .complement {
  display: table-cell;
  float: none;
  vertical-align: top;
  padding-top: 10px;
}
section.box.horizontal .complement .cliche_small {
  border-top: none;
  font-size: .9em;
  padding: 0 0 5px 0;
  margin-bottom: 10px;
  border-bottom: 1px dotted #cccccc;
  font-weight: 300;
}
section.box.horizontal .complement article.size_sm h1,
section.box.horizontal .complement article.size_sm h2 {
  font-size: 1.2em;
}
section.box.horizontal .complement article.size_sm p {
  font-size: .85em;
}
section.box.horizontal.opinion {
  overflow: hidden;
  background: #f4f4f4;
}
section.box.horizontal.opinion .panel-heading {
  border-bottom: 1px dotted #cccccc;
  background: #f4f4f4;
}
section.box.horizontal.opinion .first {
  border: none;
}
section.box.horizontal.opinion .first .nav-tabs {
  font-size: .8em;
  padding: 10px 5px -1px 5px;
  border-bottom-color: #eeeeee;
  z-index: 10;
}
section.box.horizontal.opinion .first .nav-tabs li > a {
  padding: 5px 10px;
  margin-bottom: -2px;
  text-shadow: 0 1px 0 #ffffff;
  font-weight: 500;
}
section.box.horizontal.opinion .first .nav-tabs li > a:hover {
  border-bottom-color: #f4f4f4;
}
section.box.horizontal.opinion .first .nav-tabs li > a.active {
  color: #666666;
}
section.box.horizontal.opinion .first figure {
  padding: 10px !important;
  background: white;
  border: 1px solid #eeeeee;
  z-index: 1;
  margin-top: -1px;
  -webkit-border-radius: 0px 0px 4px 4px !important;
  border-radius: 0px 0px 4px 4px !important;
}
section.box.horizontal.opinion .articles {
  padding: 10px 0;
  border-top: 1px dotted #cccccc;
  margin-top: 10px;
}
section.box.horizontal.opinion .articles .complement {
  border-right: 1px dotted #cccccc;
}
section.box.horizontal.opinion .articles .complement.col-xs-2 {
  padding-top: 17px;
}
section.box.horizontal.opinion .articles .complement.col-xs-2 .cliche_small {
  border: none;
  font-weight: 500;
}
section.box.horizontal.opinion .articles .complement:last-child {
  border-right: none;
}
section.box.horizontal.opinion .articles .complement .photo {
  width: 75px;
  margin: 0 15px 0 5px;
}
section .btn-mini {
  margin-left: 0px;
  margin-bottom: 10px !important;
}
section .btn-mini span {
  text-transform: uppercase;
}
section .btn-mini i {
  padding-left: 3px;
  font-weight: bolder;
}
section .btn-mini:hover {
  background: #eeeeee;
  color: black !important;
}
section .btn-mini:hover i {
  color: black !important;
}
section .table-container {
  overflow: hidden;
  max-width: 100%;
  border: 1px solid #eeeeee;
  background: white;
  -webkit-border-radius: 4px 4px 4px 4px !important;
  border-radius: 4px 4px 4px 4px !important;
  padding: 4px;
}
section .table-container .table {
  /****** PARTIDOS ******/
  /****** FIN PARTIDOS ******/
}
section .table-container .table caption {
  padding: 4px 0px 4px 4px;
}
section .table-container .table.games {
  /* Alineación y estilos de celdas */
}
section .table-container .table.games thead {
  /* Local */
}
section .table-container .table.games thead tr th:nth-child(2) {
  text-align: right;
}
section .table-container .table.games tbody {
  /* Días de los partidos */
  /* Horas y estados de los partidos */
  /* Resultado */
  /* Color equipos */
  /* Visitante */
}
section .table-container .table.games tbody td[colspan='4'] + tr + td {
  botder-top-color: #cccccc;
}
section .table-container .table.games tbody td[colspan='4'] h5 {
  font-weight: 500;
}
section .table-container .table.games tbody td[colspan='4'] h5:first-letter {
  text-transform: uppercase;
}
section .table-container .table.games tbody td:nth-child(1) span {
  -webkit-border-radius: 4px 4px 4px 4px !important;
  border-radius: 4px 4px 4px 4px !important;
  background: #eeeeee;
  padding: 0 4px;
}
section .table-container .table.games tbody td:nth-child(1).active {
  background: white;
}
section .table-container .table.games tbody td:nth-child(1).active span {
  background: #009900;
  color: white;
  font-weight: 500;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: blinker;
  -moz-animation-duration: 1.5s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  animation-name: blinker;
  animation-duration: 1.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
section .table-container .table.games tbody td:nth-child(1).inactive span {
  background: #bf1832;
  font-weight: 500;
  color: white;
  padding: 0 6px;
}
section .table-container .table.games tbody tr td:nth-child(3) {
  font-weight: 500;
  white-space: nowrap;
  text-align: center;
}
section .table-container .table.games tbody tr td:nth-child(2),
section .table-container .table.games tbody tr td:nth-child(4) {
  color: black;
  font-weight: 300;
}
section .table-container .table.games tbody tr td:nth-child(4) {
  text-align: left;
}
section .table-container .table.games tbody tr td:nth-child(2) {
  text-align: right;
}
.nobox {
  padding-bottom: 0px !important;
  margin-bottom: 20px !important;
}
.nobox .indent {
  background: white;
  margin-bottom: 0px !important;
}
.nobox .row div[class^="col-"] {
  float: none !important;
  display: table-cell;
  border-left: 1px dotted #cccccc !important;
  vertical-align: top;
}
.nobox .row div[class^="col-"]:first-child {
  border-left: none !important;
}
section.box.gray {
  border-color: #eeeeee;
  background: #f4f4f4;
}
section.box.home {
  position: relative;
  z-index: 1;
  border-top-width: 3px;
  border-top-style: solid;
  border-top-color: #666666;
}
section.box.home h1,
section.box.home h2,
section.box.home p {
  text-shadow: 0 1px 0 #ffffff;
}
section.box.home .cliche {
  -webkit-border-radius: 4px 4px 0px 0px !important;
  border-radius: 4px 4px 0px 0px !important;
  border-bottom: 1px dotted white;
  border-top: 1px solid white;
  margin-top: -10px;
  position: relative;
  z-index: 2;
}
section.box.home .cliche span {
  border-bottom: 1px dotted #cccccc;
  text-shadow: 0 1px 0 #ffffff;
  display: inline-block;
  padding: 0 0 0 10px;
  position: relative;
  font-weight: 300;
  width: 100%;
  z-index: 3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
section.box.home .cliche a {
  display: block;
  color: #666666;
}
section.box.home .cliche a:after {
  content: 'más ›';
  font-family: "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: .5em;
  padding: 6px 8px 4px 8px;
  line-height: 100%;
  -webkit-border-radius: 4px 4px 4px 4px !important;
  border-radius: 4px 4px 4px 4px !important;
  color: gray;
  position: absolute;
  top: 6px;
  right: 10px;
  text-shadow: 0 1px 0 #ffffff;
}
section.box.home .btn-mini {
  text-shadow: none;
}
section.box.home #scoreboard {
  background-color: white !important;
  margin-bottom: 0px;
  border: none;
  position: relative;
  z-index: 10;
  border-top: 1px solid #eeeeee;
  padding: 10px 0;
  max-height: 90px;
  -webkit-border-radius: 4px 4px 0px 0px !important;
  border-radius: 4px 4px 0px 0px !important;
}
section.box.home #scoreboard .team > div figure img {
  max-height: 45px;
}
section.box.home #scoreboard .team > div h2 {
  text-transform: none;
  font-size: .85em;
  line-height: 110% !important;
}
section.box.home #scoreboard .score {
  padding: 0px;
}
section.box.home #scoreboard .score span {
  background: #eeeeee !important;
  min-height: 30px;
  width: 47%;
  margin: 0;
}
section.box.home #scoreboard .score span + span {
  float: right;
}
section.box.home #scoreboard .score a {
  margin: 7px 0 0 0 !important;
  width: 100%;
  -webkit-border-radius: 4px 4px 4px 4px !important;
  border-radius: 4px 4px 4px 4px !important;
}
section.box.home #scoreboard .col-xs-6 {
  width: 30%;
}
section.box.home #scoreboard .col-xs-4 {
  width: 40%;
}
section.deportes {
  border-top-color: #009900 !important;
}
section.deportes .cliche span {
  color: #009900;
}
section.opinion {
  border-top-color: #666666 !important;
}
section.opinion .cliche span {
  color: #666666;
}
section.economia {
  border-top-color: #d96459 !important;
}
section.economia .cliche span {
  color: #d96459;
}
section.galicia {
  border-top-color: #4d6684 !important;
}
section.galicia .cliche span {
  color: #4d6684;
}
section.cultura {
  border-top-color: #8647b2 !important;
}
section.cultura .cliche span {
  color: #8647b2;
}
section.espana {
  border-top-color: #d46700 !important;
}
section.espana .cliche span {
  color: #d46700;
}
section.internacional {
  border-top-color: #9aadbd !important;
}
section.internacional .cliche span {
  color: #9aadbd;
}
section.sociedad {
  border-top-color: #aba918 !important;
}
section.sociedad .cliche span {
  color: #aba918;
}
section.tendencias {
  border-top-color: #e46bff !important;
}
section.tendencias .cliche span {
  color: #e46bff;
}
section.ocio {
  border-top-color: #aba918 !important;
}
section.ocio .cliche span {
  color: #aba918;
}
section.tecnologia {
  border-top-color: #0099cc !important;
}
section.tecnologia .cliche span {
  color: #0099cc;
}
section.globalgalicia {
  border-top-color: #e42644 !important;
}
section.globalgalicia .cliche a {
  background-image: url('../img/home/inf/global/global-galicia-logo.png');
  background-repeat: no-repeat;
  background-size: auto 75%;
  background-position: 10px center;
}
section.globalgalicia .cliche a span {
  color: transparent !important;
  text-shadow: none !important;
  visibility: hidden;
}
section.yes {
  border-top-color: #FC9888 !important;
}
section.yes .cliche a {
  background-image: url('../img/home/inf/yes/yes-logo.png');
  background-repeat: no-repeat;
  background-size: auto 75%;
  background-position: left center;
  background-position: 10px center;
}
section.yes .cliche a span {
  color: transparent !important;
  text-shadow: none !important;
  visibility: hidden;
}
section.mercados {
  border-top-color: #CC0041 !important;
}
section.mercados .cliche a {
  background-image: url('../img/home/inf/mercados/logo_mercados.png');
  background-repeat: no-repeat;
  background-size: auto 75%;
  background-position: left center;
  background-position: 10px center;
}
section.mercados .cliche a span {
  color: transparent !important;
  text-shadow: none !important;
  visibility: hidden;
}
section.extravoz {
  background: #eeeeee;
  border-top: 5px solid #e42c1a;
  padding: 0;
  margin-bottom: 20px;
}
section.extravoz .media {
  display: none;
}
section.extravoz .cliche {
  background: #e42c1a;
  border-bottom: none;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 5%;
  z-index: 99;
  text-align: center;
}
section.extravoz .cliche a {
  background-image: url('../img/logo_extra.jpg');
  background-repeat: no-repeat;
  background-size: auto 70%;
  background-position: left center;
  background-position: 10px center;
  padding: 25px !important;
  display: block;
  min-width: 200px;
  /* Hack para los cliches en las cajas (IE8) */
}
section.extravoz .cliche a span {
  color: transparent !important;
  text-shadow: none !important;
  visibility: hidden;
}
section.extravoz .cliche a img.no-backgroundsize {
  width: 100%;
}
section.extravoz .apertura {
  position: relative;
}
section.extravoz .apertura article {
  padding-bottom: 0;
}
section.extravoz .apertura header {
  background: #000000;
  filter: alpha(opacity=85);
  -webkit-opacity: 0.85;
  -moz-opacity: 0.85;
  opacity: 0.85;
  width: 440px;
  text-align: center;
  position: absolute;
  padding: 15px;
  left: 40px;
  bottom: 40px;
}
section.extravoz .apertura header h2 {
  font-size: 6.1rem !important;
}
section.extravoz .apertura header h2 a {
  color: #fff;
}
section.extravoz .apertura header h3 {
  font-size: 1.6rem !important;
  border: none !important;
  font-weight: bold;
}
section.extravoz .apertura header h3 a {
  border: none !important;
  font-weight: bold;
}
section.extravoz .apertura header p {
  font-size: 1.4rem !important;
}
section.extravoz .apertura .photo {
  margin: 0 !important;
}
section.extravoz .apertura .pie {
  display: none;
}
section.extravoz .apertura_b {
  position: relative;
}
section.extravoz .apertura_b header {
  padding: 10px;
}
section.extravoz .apertura_b header h2 {
  font-size: 6.1rem !important;
  text-align: center;
}
section.extravoz .apertura_b header h2 a {
  color: #000;
}
section.extravoz .apertura_b header h3 {
  font-size: 1.6rem !important;
  border: none !important;
  font-weight: bold;
  text-align: center;
}
section.extravoz .apertura_b header h3 a {
  border: none !important;
  font-weight: bold;
}
section.extravoz .apertura_b header p {
  font-size: 1.4rem !important;
  text-align: center;
}
section.extravoz .relacionados {
  padding: 0 30px 0 30px;
}
section.extravoz .relacionados h3 {
  clear: both;
  font-family: "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: bold;
  color: #bf1832;
  margin: 10px 0 10px 0;
  padding: 0;
  text-transform: uppercase;
}
section.extravoz .relacionados > div {
  min-height: 1%;
  overflow: hidden;
}
section.extravoz .relacionados > div article {
  float: left;
  width: 31.9%;
  padding-bottom: 10px;
  padding-right: 10px;
  margin-right: 10px;
  border: none;
  border-right: 1px dotted #cccccc;
}
section.extravoz .relacionados > div article:last-child {
  border: none;
  margin-right: 0;
  padding-right: 0;
}
section.vertical .cliche {
  left: 50%;
}
section.vertical .apertura {
  position: relative;
}
section.vertical .apertura > article {
  margin: 0;
  padding: 0;
}
section.vertical .apertura .photo {
  position: relative;
  min-height: 1px;
  padding-left: 13px;
  padding-right: 13px;
  float: left;
  width: 50%;
  padding-left: 0 !important;
  margin: 0 !important;
}
section.vertical .apertura .photo .pie {
  display: none;
}
section.vertical .apertura header {
  background: none;
  top: auto;
  left: auto;
  bottom: auto;
  opacity: 1;
  margin-top: 10%;
  position: relative;
  min-height: 1px;
  padding-left: 13px;
  padding-right: 13px;
  float: left;
  width: 50%;
}
section.vertical .apertura header h2 {
  font-size: 6.1rem !important;
  text-align: left;
}
section.vertical .apertura header h2 a {
  color: #000;
}
section.vertical .apertura header h3 {
  font-size: 1.6rem !important;
  border: none !important;
  font-weight: bold;
  text-align: left;
}
section.vertical .apertura header h3 a {
  border: none !important;
  font-weight: bold;
}
section.vertical .apertura header p {
  font-size: 1.4rem !important;
  text-align: left;
}
section article h3[itemprop="keywords"] a {
  border-left: 2px solid #bf1832;
  padding-left: 5px;
  margin-bottom: 2px;
  font-size: .85em;
  line-height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 5px ;
  margin-top: 0px;
  display: inline-block;
  font-weight: 500;
}
section article h3[itemprop="keywords"] {
  /*
    &.sec_opinion {
        a {
            border-left-color: @opinion !important;
            color: @opinion;       
        }
    } 
    */
}
section article h3[itemprop="keywords"].sec_deportes a {
  border-left-color: #009900 !important;
  color: #009900;
}
section article h3[itemprop="keywords"].sec_sociedad a {
  border-left-color: #aba918 !important;
  color: #aba918;
}
section article h3[itemprop="keywords"].sec_cultura a {
  border-left-color: #8647b2 !important;
  color: #8647b2;
}
section article h3[itemprop="keywords"].sec_tecnologia a {
  border-left-color: #0099cc !important;
  color: #0099cc;
}
section article h3[itemprop="keywords"].sec_economia a {
  border-left-color: #d96459 !important;
  color: #d96459;
}
section article h3[itemprop="keywords"].sec_galicia a {
  border-left-color: #4d6684 !important;
  color: #4d6684;
}
section article h3[itemprop="keywords"].sec_cultura a {
  border-left-color: #8647b2 !important;
  color: #8647b2;
}
section article h3[itemprop="keywords"].sec_espana a {
  border-left-color: #d46700 !important;
  color: #d46700;
}
section article h3[itemprop="keywords"].sec_internacional a {
  border-left-color: #9aadbd !important;
  color: #9aadbd;
}
section article h3[itemprop="keywords"].sec_tendencias a {
  border-left-color: #e46bff !important;
  color: #e46bff;
}
/* Hack para los cliches en las cajas (IE8) */
img.no-backgroundsize {
  max-width: 60%;
  max-height: 70px;
  padding: 5px;
}
.cliche {
  display: block;
  text-transform: uppercase;
  font: 300 1.5em/1.5em "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-top: #cccccc 3px solid;
  border-bottom: #cccccc 1px dotted;
  text-align: left;
  margin-top: -11px;
  color: #666666;
  padding: 0;
}
.cliche a {
  color: #666666;
}
.cliche a:after {
  padding-left: 7px;
  font-family: "fontAwesome";
  color: #bf1832;
}
.cliche a:hover {
  color: #bf1832;
}
.cliche_small {
  border-top: 1px solid #333333;
  font-family: "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1em;
  color: black;
  padding: 10px 0px;
  margin: 0;
}

.arrow_theme {
  position: relative;
  z-index: 11;
  top: 4px;
  left: 40px;
  height: 0;
  width: 0;
  content: " ";
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #f4f4f4;
}

.cliche_tema {
  display: block;
  font: 300 1.5em/120% "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #666666;
  text-transform: uppercase;
  text-shadow: 0 1px 0 white;
  border-bottom: 1px solid #eeeeee;
  -webkit-border-radius: 4px 4px 4px 4px !important;
  border-radius: 4px 4px 4px 4px !important;
  padding: 6px 0px;
  background: #f4f4f4;
}
.cliche_tema span {
  padding: 0 0 0 12px;
  display: inline-block;
  line-height: 90%;
}
.cliche_tema small {
  font-family: Georgia, "Times New Roman", Times, serif;
  text-transform: lowercase;
  color: #bf1832;
}
.cliche_tema a {
  color: #666666;
}
.cliche_tema a:hover {
  color: #bf1832;
}
/*
.cliche_tema {
    
    display: block;
    font: 300 2em/120% @font-family-sans-serif;    
    color: @gray-dark;
    text-transform: uppercase;
    border-bottom: 1px solid @gray;
    padding: 6px 0px; 

    span {     	
		padding: 0 0 0 6px;
		display: inline-block;
		line-height: 90%;
	    border-left: 2px solid @brand-primary-dark; 
	}
	
    a {
        color: @gray-dark;
        &:hover {color: @brand-primary-dark;}
    }

}
*/
hr.separador {
  margin-top: -11px;
  border-top: #cccccc 3px solid;
  width: 100%;
  clear: both;
}
.btn-mini + hr.separador {
  margin-top: 0px !important;
}
div[class^="col"] > .cliche:first-child {
  margin-top: 0px;
}
.cliche + article .photo.h_crop {
  padding-top: 0px;
}
.ad_block {
  text-align: center;
  margin-bottom: 15px;
  padding-bottom: 5px;
  margin-top: 5px;
  position: relative;
  border: none;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.ad_block span[itemprop='description'] {
  font-size: .7em;
  font-weight: 300;
  /*width: 100%;
        display: block; */
  -webkit-border-radius: 0px 0px 4px 0px !important;
  border-radius: 0px 0px 4px 0px !important;
  width: auto;
  height: auto;
  float: left;
  background: white;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 0 5px;
}
.ad_block + .cliche {
  margin-top: 0px;
}
.ad_block + article {
  border-top: 1px dotted #cccccc;
  padding-top: 10px;
}
#pos1 {
  /* padding-top: 5px;
    position: relative;
    border: none; */
}
#pos1 span[itemprop='description'] {
  /* width: auto;
        height: auto;
        float: left;
        background: #fff;
        position: absolute;
        top: 5px;
        left: 5px;
        padding: 0 5px; */
}
#pos2 {
  margin-left: -13px;
  margin-right: -13px;
  margin-top: -5px;
  position: relative;
  overflow: visible;
  border: none;
}
#pos2 span[itemprop='description'] {
  width: auto;
  height: auto;
  float: left;
  background: #fff;
  position: absolute;
  top: 0px;
  left: 10px;
  padding: 0 5px;
}
#pos3 {
  border: none;
  position: relative;
}
#pos3 span[itemprop='description'] {
  width: auto;
  height: auto;
  float: left;
  background: #fff;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 0 5px;
}
#col_b .ad_block:first-child {
  margin-top: 0px !important;
}
#ad_news_210x210 {
  margin-right: 26px;
}
.patrocinio {
  text-align: left;
  font-family: "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.patrocinio .btn-xs {
  text-transform: none;
  color: black;
  background: #f4f4f4;
  text-shadow: 0 1px 0 #ffffff;
}
.patrocinio .btn-xs:hover {
  background: #eeeeee;
}
.patrocinio .btn-xs.srafael {
  background: #e42644;
  border-color: #bf1832;
  color: white;
  text-shadow: 0 -1px 0 #bf1832;
}
.patrocinio .btn-xs.srafael:hover {
  background: #eeeeee;
  color: black;
  border-color: #cccccc;
  text-shadow: 0 1px 0 #ffffff;
}
.patrocinio img {
  -webkit-border-radius: 4px 4px 4px 4px !important;
  border-radius: 4px 4px 4px 4px !important;
}
.patrocinio span[itemprop="description"] {
  -webkit-border-radius: 4px 0px 4px 0px !important;
  border-radius: 4px 0px 4px 0px !important;
  filter: alpha(opacity=75);
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
}
.patrocinio p {
  font-size: .9em;
  font-family: "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 5px 0 0 0;
}
.patrocinio p strong {
  display: block;
  color: black;
}
.patrocinio p + ul {
  margin-top: -5px;
}
.patrocinio ul {
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0 0 0 0;
  font-size: .9em;
}
.patrocinio ul li {
  margin: 0 0 0 0;
  padding: 4px 0;
  font-weight: normal;
  border-top: 1px dotted #cccccc;
}
.patrocinio ul li:last-child {
  border-bottom: 1px dotted #cccccc;
}
.patrocinio ul li a {
  font-weight: 300 !important;
}
/* ECOMMERCE */
.ecommerce {
  /* OFERPLAN */
}
.ecommerce .cliche {
  text-align: center;
  margin-bottom: 0;
  position: relative;
  display: inline-block;
  background-color: #f4f4f4;
  -webkit-border-radius: 4px 4px 4px 4px !important;
  border-radius: 4px 4px 4px 4px !important;
}
.ecommerce .cliche a:after {
  content: "";
}
.ecommerce article {
  border-bottom: 1px dotted #cccccc;
  margin-bottom: 0;
  padding: 10px 0 10px 0;
}
.ecommerce article figure {
  position: relative;
}
.ecommerce article figure span {
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 10px;
  font-family: "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000000;
  padding: 0 15px 0 15px;
  width: 50%;
}
.ecommerce article figure span strong {
  font-size: 19px;
}
.ecommerce article h2 {
  font-size: 16px;
  margin-bottom: 5px;
}
.ecommerce article h3 {
  margin-top: 0;
}
.ecommerce article p {
  font-size: 13px;
  margin-bottom: 10px;
}
.ecommerce article .photo {
  padding: 0;
}
.ecommerce article button {
  width: 100%;
  margin-top: 7px;
}
.ecommerce article .price {
  margin-top: 5px;
  min-height: 1%;
  overflow: hidden;
}
.ecommerce article .price span {
  display: block;
  float: left;
  margin-top: -2px;
  padding: 6px 0 3px 0;
  font-size: 12px;
  font-family: "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}
.ecommerce article .price span:first-child strong {
  text-decoration: line-through;
}
.ecommerce article .price span strong {
  display: block;
  font-size: 15px;
}
.ecommerce.expand {
  margin: 20px 0 20px 0;
  min-height: 1%;
  overflow: hidden;
}
.ecommerce.expand article {
  margin: 20px 0 20px 0;
  padding: 0;
}
.ecommerce.expand article figure {
  height: 110px;
}
.ecommerce.oferplan article figure span {
  background: #D2FF19;
}
.ecommerce.oferplan article .price span {
  width: 50%;
  background: #D2FF19;
  color: #000000;
}
.ecommerce.oferplan article .price span:first-child {
  background: #f4f4f4;
  color: #666666;
}
.ecommerce.oferplan.col_c .cliche {
  border-top-color: #D2FF19 !important;
}
.ecommerce.oferplan.col_c .cliche a {
  background: url('../img/logo_oferplan.png') center center no-repeat;
  background-size: auto 95%;
  border-top: 1px solid white !important;
  width: 100%;
  height: 45px !important;
  display: block;
  float: left;
  overflow: hidden;
  position: relative;
  margin-bottom: -5px;
}
.ecommerce.oferplan.col_c .cliche a span {
  visibility: hidden;
}
.ecommerce.oferplan.horizontal {
  border-top-color: #D2FF19 !important;
}
.ecommerce.oferplan.horizontal .cliche {
  position: relative !important;
  font-size: 5em !important;
  background-color: #f4f4f4 !important;
}
.ecommerce.oferplan.horizontal .cliche a {
  background: url('../img/logo_oferplan.png') left center no-repeat;
  background-size: auto 90%;
  background-position: 10px 0px;
  height: 50px;
  margin-bottom: -15px;
}
.ecommerce.oferplan.horizontal .cliche a span {
  visibility: hidden;
}
.capitular::first-letter {
  display: block;
  float: left;
  padding: .2em;
  font-size: 3.3em;
  color: #cccccc;
  text-transform: uppercase;
}
#article-page #header_article {
  border: none;
  width: 100%;
  display: table;
  margin: 0;
  /**** MENU DE NAVEGACIÓN ****/
  /**** FIN MENU DE NAVEGACIÓN ****/
}
#article-page #header_article .td {
  vertical-align: middle;
  padding: 0;
  margin: 0;
  float: none !important;
  display: table-cell;
}
#article-page #header_article dl.pull-right {
  margin: 0;
}
#article-page #header_article dl.pull-right dt {
  display: none;
}
#article-page #header_article dl.pull-right dd {
  display: inline;
}
#article-page #header_article #logo {
  text-align: center;
  height: 100%;
}
#article-page #header_article #logo img {
  height: 30px;
  width: auto;
  margin: 0;
}
#article-page #header_article #menu {
  float: left;
  width: auto;
  margin: 15px 0;
}
#article-page #header_article #menu .navbar-form {
  margin: 0;
  padding: 0;
}
#article-page #header_article #menu .navbar-form .form-group {
  background: #f4f4f4;
  -webkit-border-radius: 25px;
  border-radius: 15px;
  text-align: center;
  min-height: 1%;
  overflow: hidden;
}
#article-page #header_article #menu .navbar-form .form-group i {
  color: #c5c5c5;
  padding: 10px 7px 10px 10px;
}
#article-page #header_article #menu .navbar-form .form-group input {
  background: #f4f4f4;
  border: none;
  box-shadow: none;
  color: #666;
  width: 130px;
  margin: 0;
  padding: 10px 10px 10px 0;
  height: auto;
}
#article-page #articleBody {
  border-bottom: none;
  margin-top: 0px;
  /** FIN BARRA SUPERIOR MIGAS DE PAN / SOCIAL **/
  /** CABECERO DEL ARTÍCULO **/
  /** FIN CABECERO DEL ARTÍCULO **/
  /****************************************/
  /** COMIENZO CUERPO TEXTO DEL ARTÍCULO **/
  /****************************************/
  /** FIN TEXTO DEL ARTÍCULO **/
  /** SIDEBAR **/
}
#article-page #articleBody #article_nav {
  /** BARRA SUPERIOR MIGAS DE PAN / SOCIAL **/
}
#article-page #articleBody #article_nav .breadcrumb {
  text-transform: uppercase;
  background: none;
  padding: 7px 0 10px 0;
  margin: 0;
  font-weight: 300;
}
#article-page #articleBody #article_nav .breadcrumb a {
  color: #e42644;
}
#article-page #articleBody #article_nav .breadcrumb a:hover {
  text-decoration: underline;
}
#article-page #articleBody #article_nav .breadcrumb li:before {
  content: " \f105 ";
  font-weight: 100;
  font-family: "FontAwesome";
}
#article-page #articleBody #article_nav .breadcrumb li:first-child:before {
  content: none;
}
#article-page #articleBody #article_header {
  /** FIRMA DEL ARTÍCULO **/
  /** FIN FIRMA DEL ARTÍCULO **/
}
#article-page #articleBody #article_header > h1 {
  padding: 0;
  font-size: 2.6em;
  color: #000;
}
#article-page #articleBody #article_header > p[itemprop^="alternativeHeadline"] {
  color: #666666;
  padding: 5px 0 15px 0;
  font: italic 300 1.35em/135% Georgia, "Times New Roman", Times, serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#article-page #articleBody #article_header > p[itemprop^="alternativeHeadline"]:before {
  content: "\f111";
  font: normal 0.3em 'fontAwesome';
  color: #cccccc;
  position: relative;
  padding-right: 4px;
  top: -0.7em;
  color: #bf1832;
}
#article-page #articleBody #article_header > p[itemprop^="alternativeHeadline"] a {
  text-decoration: none;
  font-weight: 400;
  color: #145a6a;
  border-bottom: 1px dotted #145a6a;
}
#article-page #articleBody #article_header > p[itemprop^="alternativeHeadline"] a:hover {
  color: #e42644;
  border-bottom: none;
}
#article-page #articleBody #article_header .rel_info {
  font-size: 1.2em;
  border-top: 1px dotted #cccccc;
  padding: 10px 0 20px 0 !important;
}
#article-page #articleBody #article_header .rel_info span[itemprop="publisher"],
#article-page #articleBody #article_header .rel_info span[itemprop="author"] {
  font-size: .8em;
}
#article-page #articleBody #article_header .rel_info span[itemprop="publisher"]:after,
#article-page #articleBody #article_header .rel_info span[itemprop="author"]:after {
  content: ". ";
}
#article-page #articleBody #article_header .rel_info span[itemprop="dateline"] {
  font-size: .8em;
}
#article-page #articleBody #article_header .rel_info .time {
  color: black;
  font: 0.8em Georgia, "Times New Roman", Times, serif;
}
#article-page #articleBody #article_header .rel_info .time time {
  display: none;
}
#article-page #articleBody #article_header .rel_info span[itemprop="aggregateRating"] {
  float: right !important;
  padding-top: 3px;
  font-weight: 400;
}
#article-page #articleBody #article_header .rel_info span[itemprop="aggregateRating"] button {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font-size: 1em;
  color: #cccccc;
}
#article-page #articleBody #article_header .rel_info span[itemprop="aggregateRating"] button.on {
  color: #ffcc00;
}
#article-page #articleBody #article_header .rel_info span[itemprop="aggregateRating"] button:hover {
  color: #cc9900;
}
#article-page #articleBody #article_header .rel_info span[itemprop="aggregateRating"] span[itemprop="ratingCount"] {
  position: relative;
  top: -1px;
  margin-left: 5px;
  font: 0.8em "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#article-page #articleBody #article_header .rel_info span[itemprop="aggregateRating"] span[itemprop="ratingCount"]:after {
  content: " votos";
}
#article-page #articleBody #article_header .rel_info .comments {
  float: right !important;
  display: block;
  color: black;
  padding-top: 4px;
}
#article-page #articleBody #article_header .rel_info .comments i {
  margin: 0 5px 0 15px;
  font-size: 1em;
  color: #1c7e95;
}
#article-page #articleBody #article_header .rel_info .comments .commentCount {
  font-weight: 400;
  display: inline-block;
  font-size: .8em;
  position: relative;
  top: -2px;
}
#article-page #articleBody #article_header .rel_info .comments .commentCount:after {
  content: " comentarios";
}
#article-page #articleBody #article_content {
  /**** COMPORTAMIENTO FOTOGRAFÍAS ***/
  /**** FIN COMPORTAMIENTO FOTOGRAFÍAS ***/
  /** CUERPO DEL TEXTO DEL ARTÍCULO **/
  /*  Lista */
  /***********************************/
  /** FIN CUERPO TEXTO DEL ARTÍCULO **/
  /***********************************/
}
#article-page #articleBody #article_content .photo {
  margin-bottom: 20px;
  font-size: .9em;
  /* Variación desborda por la derecha */
}
#article-page #articleBody #article_content .photo p {
  font-weight: 200;
  /* firma */
  /* Pié de foto */
}
#article-page #articleBody #article_content .photo p span[itemprop="author"],
#article-page #articleBody #article_content .photo p span[itemprop="publisher"] {
  text-transform: uppercase;
  display: inline;
  font-size: 1em;
}
#article-page #articleBody #article_content .photo p span[itemprop="description"] {
  font-family: "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: inherit;
  display: inline;
}
#article-page #articleBody #article_content .photo p span[itemprop="description"]:after {
  content: ".";
}
#article-page #articleBody #article_content .photo.pull-left {
  max-width: 200px;
  margin-right: 26px;
  clear: left;
}
#article-page #articleBody #article_content div[itemprop="articleBody"] {
  /**** ESTILOS DE TEXTO EN LÍNEA ***/
  /* Titular contiguo (apoyo contenido) */
  /* Modificador genérico */
  /* Declaración resaltada */
  /****** MINIS (CONTENIDOS ARRASTRADOS AL TEXTO) ********/
  /* OPINIÓN */
  /* ENTREVISTA */
}
#article-page #articleBody #article_content div[itemprop="articleBody"] p[itemprop="text"] {
  font: 300 1.2em/160% "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#article-page #articleBody #article_content div[itemprop="articleBody"] p[itemprop="text"] a {
  text-decoration: none;
  font-weight: 400;
  color: #145a6a;
  border-bottom: 1px dotted #145a6a;
}
#article-page #articleBody #article_content div[itemprop="articleBody"] p[itemprop="text"] a:hover {
  color: #e42644;
  border-bottom: none;
}
#article-page #articleBody #article_content div[itemprop="articleBody"] p[itemprop="text"] strong {
  font-weight: 400;
}
#article-page #articleBody #article_content div[itemprop="articleBody"] .ladillo {
  display: inline-block;
  padding: 5px 20px;
  color: black;
  border-left: 1px dotted #1c7e95;
}
#article-page #articleBody #article_content div[itemprop="articleBody"] .ladillo strong {
  font-weight: bolder;
}
#article-page #articleBody #article_content div[itemprop="articleBody"] p + h2 {
  padding: 10px 20px;
  font-size: 1.6em;
  color: black;
  border-left: 1px dotted #1c7e95;
}
#article-page #articleBody #article_content div[itemprop="articleBody"] p + h2 + .full {
  margin-top: 10px;
}
#article-page #articleBody #article_content div[itemprop="articleBody"] .pull-left {
  margin-bottom: 10px;
  margin-left: -14.8%;
  clear: both;
}
#article-page #articleBody #article_content div[itemprop="articleBody"] .pull-left.full {
  margin-right: 0;
}
#article-page #articleBody #article_content div[itemprop="articleBody"] blockquote {
  font: italic 1.4em Georgia, "Times New Roman", Times, serif;
  border-left: 1px dotted #1c7e95;
  line-height: 130%;
  color: black;
  width: 100%;
  display: table;
  margin: 0;
  width: auto;
  margin: 0 0 15px 0;
  quotes: "\201C" "\201D";
}
#article-page #articleBody #article_content div[itemprop="articleBody"] blockquote span {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#article-page #articleBody #article_content div[itemprop="articleBody"] blockquote span:before,
#article-page #articleBody #article_content div[itemprop="articleBody"] blockquote span:after {
  color: #1c7e95;
  font-size: 2.5em;
  line-height: 0em;
  vertical-align: -0.45em;
  font-weight: bolder;
}
#article-page #articleBody #article_content div[itemprop="articleBody"] blockquote span:before {
  content: open-quote;
  margin-right: 0.20em;
}
#article-page #articleBody #article_content div[itemprop="articleBody"] blockquote span:after {
  content: close-quote;
}
#article-page #articleBody #article_content div[itemprop="articleBody"] blockquote small {
  color: #666666;
  padding-top: 10px;
  font-weight: 300;
  font-size: .8em;
  padding-bottom: 10px;
}
#article-page #articleBody #article_content div[itemprop="articleBody"] blockquote small .cargo {
  padding: 0;
  font: 0.8em "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#article-page #articleBody #article_content div[itemprop="articleBody"] blockquote small .cargo:before {
  content: ". ";
}
#article-page #articleBody #article_content div[itemprop="articleBody"] blockquote .photo {
  float: right !important;
  -webkit-border-radius: 4px 4px 4px 4px !important;
  border-radius: 4px 4px 4px 4px !important;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 10px;
  margin-top: 10px;
}
#article-page #articleBody #article_content div[itemprop="articleBody"] .mini {
  width: 200px;
  margin: 7px 26px 0px -14.8%;
  border: none;
  padding: 0;
  overflow: hidden;
}
#article-page #articleBody #article_content div[itemprop="articleBody"] .mini + .mini {
  margin-top: 0;
}
#article-page #articleBody #article_content div[itemprop="articleBody"] .mini article .cliche_small {
  border-bottom: 1px dotted #cccccc;
  margin-bottom: 10px;
}
#article-page #articleBody #article_content div[itemprop="articleBody"] .mini article .cliche_small span {
  text-transform: uppercase;
  display: block;
  color: #cccccc;
}
#article-page #articleBody #article_content div[itemprop="articleBody"] .mini article .author {
  padding-bottom: 10px;
  width: 100%;
  display: table;
  margin: 0;
}
#article-page #articleBody #article_content div[itemprop="articleBody"] .mini article .author .avatar {
  float: none !important;
  display: table-cell;
}
#article-page #articleBody #article_content div[itemprop="articleBody"] .mini article .author .avatar span {
  float: left;
  display: block;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 60px;
  /* Saf3+, Chrome */
  border-radius: 60px;
  /* Opera 10.5, IE 9 */
  -moz-border-radius: 60px;
  /* Disabled for FF1+ */
  margin: 0 5px 0 5px;
  overflow: hidden;
}
#article-page #articleBody #article_content div[itemprop="articleBody"] .mini article .author .avatar span img {
  height: 100%;
}
#article-page #articleBody #article_content div[itemprop="articleBody"] .mini article .author .profile {
  vertical-align: middle;
  float: none !important;
  display: table-cell;
}
#article-page #articleBody #article_content div[itemprop="articleBody"] .mini article .author .profile span[itemprop="name"] {
  padding-bottom: 0;
  font-size: .9em;
  padding-left: 5px;
}
#article-page #articleBody #article_content div[itemprop="articleBody"] .mini article .author .profile span[itemprop="jobTitle"] {
  font: italic 0.85em/120% Georgia, "Times New Roman", Times, serif !important;
  padding-left: 5px;
  float: left;
}
#article-page #articleBody #article_content div[itemprop="articleBody"] .mini article h2[itemprop^="headline"] {
  border: none;
  padding-top: 0px;
  font-size: 1.2em;
  line-height: 120%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#article-page #articleBody #article_content div[itemprop="articleBody"] .mini article p[itemprop="text"] {
  font-family: Georgia, "Times New Roman", Times, serif;
  text-align: left;
  font-size: .9em;
  font-weight: normal;
  color: #666666;
  margin-bottom: 5px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#article-page #articleBody #article_content div[itemprop="articleBody"] .mini article span[itemprop="name"] {
  text-transform: uppercase;
  font: 0.8em Georgia, "Times New Roman", Times, serif;
  display: block;
  padding-bottom: 5px;
}
#article-page #articleBody #article_content div[itemprop="articleBody"] .mini article .photo {
  -webkit-border-radius: 4px 4px 4px 4px !important;
  border-radius: 4px 4px 4px 4px !important;
}
#article-page #articleBody #article_content div[itemprop="articleBody"] .mini article .photo.thumbnail {
  width: 70px;
  height: 70px;
}
#article-page #articleBody #article_content div[itemprop="articleBody"] .opi article .author {
  padding-bottom: 10px;
  width: 100%;
  display: table;
  margin: 0;
}
#article-page #articleBody #article_content div[itemprop="articleBody"] .opi article .author .avatar {
  float: none !important;
  display: table-cell;
}
#article-page #articleBody #article_content div[itemprop="articleBody"] .opi article .author .avatar span {
  float: left;
  display: block;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 60px;
  /* Saf3+, Chrome */
  border-radius: 60px;
  /* Opera 10.5, IE 9 */
  -moz-border-radius: 60px;
  /* Disabled for FF1+ */
  margin: 0 5px 0 5px;
  overflow: hidden;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
#article-page #articleBody #article_content div[itemprop="articleBody"] .opi article .author .avatar span img {
  height: 100%;
}
#article-page #articleBody #article_content div[itemprop="articleBody"] .opi article .author .profile {
  vertical-align: middle;
  float: none !important;
  display: table-cell;
}
#article-page #articleBody #article_content div[itemprop="articleBody"] .opi article .author .profile span[itemprop="name"] {
  padding-bottom: 0;
  font-size: .9em;
  padding-left: 5px;
}
#article-page #articleBody #article_content div[itemprop="articleBody"] .opi article .author .profile span[itemprop="jobTitle"] {
  font: italic 0.85em/120% Georgia, "Times New Roman", Times, serif !important;
  padding-left: 5px;
  float: left;
}
#article-page #articleBody #article_content div[itemprop="articleBody"] .opi article h3[itemprop^="description"] {
  font-size: 1em;
  line-height: 100%;
  text-align: center;
  color: #bf1832;
  padding: 0;
  margin: 0;
  border: none;
  clear: both;
  text-transform: uppercase;
}
#article-page #articleBody #article_content div[itemprop="articleBody"] .opi article h3[itemprop^="description"] a {
  color: #bf1832;
}
#article-page #articleBody #article_content div[itemprop="articleBody"] .opi article h2[itemprop^="headline"] {
  text-align: center;
}
#article-page #articleBody #article_content div[itemprop="articleBody"] .interview article .interview_person {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  display: block;
  float: left;
  width: 100%;
}
#article-page #articleBody #article_content div[itemprop="articleBody"] .interview article .interview_person .thumbnail {
  float: none !important;
  display: table-cell;
}
#article-page #articleBody #article_content div[itemprop="articleBody"] .interview article .interview_person small {
  float: none !important;
  display: table-cell;
  color: black;
  padding: 0 10px 0 0;
  font-family: 400 1.1em Georgia, "Times New Roman", Times, serif;
  vertical-align: middle;
}
#article-page #articleBody #article_content div[itemprop="articleBody"] .interview article .interview_person small i {
  padding-top: 2px;
  float: left;
  font-size: .75em;
  line-height: 120%;
  font-style: italic;
  color: #666666;
}
#article-page #articleBody #article_content div[itemprop="articleBody"] .interview article h2[itemprop^="headline"] {
  text-align: center;
  font-style: italic;
  padding-bottom: 10px;
  border: 0;
}
#article-page #articleBody #article_content div[itemprop="articleBody"] .interview article h2[itemprop^="headline"] span {
  quotes: "\201C" "\201D";
}
#article-page #articleBody #article_content div[itemprop="articleBody"] .interview article h2[itemprop^="headline"] span:before,
#article-page #articleBody #article_content div[itemprop="articleBody"] .interview article h2[itemprop^="headline"] span:after {
  color: #1c7e95;
  font-size: 2.5em;
  line-height: 0em;
  vertical-align: -0.45em;
  font-weight: bolder;
}
#article-page #articleBody #article_content div[itemprop="articleBody"] .interview article h2[itemprop^="headline"] span:before {
  content: open-quote;
  margin-right: 0.20em;
}
#article-page #articleBody #article_content div[itemprop="articleBody"] .interview article h2[itemprop^="headline"] span:after {
  content: close-quote;
}
#article-page #articleBody #article_content div[itemprop="articleBody"] .mini_group {
  max-width: 250px;
  margin-right: 26px;
  border: none;
}
#article-page #articleBody #article_content div[itemprop="articleBody"] .mini_group .cliche_small {
  padding: 10px 0px;
  font-size: 1em;
  border-top: 1px solid #000;
}
#article-page #articleBody #article_content div[itemprop="articleBody"] .mini_group .mini {
  margin: 0;
}
#article-page #articleBody #article_content div[itemprop="articleBody"] .mini_group .mini + .mini {
  margin-top: -1px;
}
#article-page #articleBody #article_content div[itemprop="articleBody"] .mini_group .opi article .author {
  display: block !important;
  width: 100%;
  clear: both;
  float: left;
  border-bottom: 1px dotted #cccccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#article-page #articleBody #article_content div[itemprop="articleBody"] .mini_group .opi article .author .avatar {
  float: left;
  display: block;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50px;
  /* Saf3+, Chrome */
  border-radius: 50px;
  /* Opera 10.5, IE 9 */
  -moz-border-radius: 50px;
  /* Disabled for FF1+ */
  margin: 0 5px 0 5px;
  overflow: hidden;
}
#article-page #articleBody #article_content div[itemprop="articleBody"] .mini_group .opi article .author .avatar img {
  height: 100%;
}
#article-page #articleBody #article_content div[itemprop="articleBody"] .mini_group .opi article .author .profile span[itemprop="name"] {
  font-size: .85em !important;
}
#article-page #articleBody #article_content div[itemprop="articleBody"] .mini_group .opi article h3[itemprop^="description"] {
  font-size: .9em;
  line-height: 140%;
}
#article-page #articleBody #article_content div[itemprop="articleBody"] .mini_group .opi article h3[itemprop^="description"] a {
  color: #bf1832;
}
#article-page #articleBody #article_content div[itemprop="articleBody"] .mini_group .opi article h2[itemprop^="headline"] {
  font-size: 1.15em;
}
#article-page #articleBody #article_content div[itemprop="articleBody"] .mini_group .opi article h2[itemprop^="headline"] span:before,
#article-page #articleBody #article_content div[itemprop="articleBody"] .mini_group .opi article h2[itemprop^="headline"] span:after {
  font-size: 1em;
  line-height: 90%;
  margin-bottom: -1px;
  position: relative;
}
#article-page #articleBody #article_content div[itemprop="articleBody"] .mini_group .opi article p[itemprop="text"] {
  display: none;
}
#article-page #articleBody #article_content div[itemprop="articleBody"] .mini_group .interview article .interview_person {
  margin: 10px 0;
}
#article-page #articleBody #article_content div[itemprop="articleBody"] .mini_group .interview article .interview_person .photo {
  width: 50px;
  height: 50px;
}
#article-page #articleBody #article_content div[itemprop="articleBody"] .mini_group .interview article .interview_person small {
  font-size: 1em;
}
#article-page #articleBody #article_content div[itemprop="articleBody"] .mini_group .interview article h2[itemprop^="headline"] {
  font-size: 1.15em;
}
#article-page #articleBody #article_content div[itemprop="articleBody"] .mini_group .generic article h2[itemprop^="headline"] {
  font-size: 1.15em;
}
#article-page #articleBody #article_content div[itemprop="articleBody"] .mini_group .generic article p[itemprop="text"] {
  display: none;
}
#article-page #articleBody #article_content .list ul {
  color: #333;
  list-style: decimal;
  list-style-position: outside;
  font-size: 37px;
  font-family: Georgia, "Times New Roman", Times, serif;
  margin: 30px 0 30px 0;
}
#article-page #articleBody #article_content .list ul li {
  margin-bottom: 20px;
}
#article-page #articleBody #article_content .list ul h3 {
  font-size: 18px;
  font-family: Georgia, "Times New Roman", Times, serif;
  padding-bottom: 7px;
  border-bottom: 1px solid #ccc;
  line-height: 120%;
}
#article-page #articleBody #article_content .list ul p {
  font: 14px Arial;
  color: #666;
  font-weight: 300;
  font-family: "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#article-page #articleBody #sidebar .panel,
#article-page #articleBody #sidebar .box {
  padding: 0px;
}
#article-page.opinion {
  /** CABECERO DEL ARTÍCULO **/
  /****************************************/
  /** COMIENZO CUERPO TEXTO DEL ARTÍCULO **/
  /****************************************/
}
#article-page.opinion #article_header > h1 {
  text-align: center;
  font-style: italic;
  padding-bottom: 10px !important;
}
#article-page.opinion #article_header > h2 {
  text-align: center;
  text-transform: uppercase;
  font: 1.2em Georgia, "Times New Roman", Times, serif;
  color: #e42644;
}
#article-page.opinion #article_header > h2:before,
#article-page.opinion #article_header > h2:after {
  font-size: 2.5em;
  line-height: .2em;
  color: #eeeeee;
  vertical-align: -0.15em;
}
#article-page.opinion #article_header > h2:before {
  content: "\7E";
  padding-right: 5px;
}
#article-page.opinion #article_header > h2:after {
  content: "\7E";
  padding-left: 5px;
}
#article-page.opinion #article_header > h2 a {
  color: #e42644;
}
#article-page.opinion #article_header > h2 a:hover {
  text-decoration: underline;
}
#article-page.opinion #article_content {
  /** CUERPO DEL TEXTO DEL ARTÍCULO **/
  /** FIN CUERPO DEL TEXTO DEL ARTÍCULO **/
}
#article-page.opinion #article_content div[itemprop="articleBody"] #social_buttons + p::first-letter {
  display: block;
  float: left;
  padding: .2em .2em .2em 0em;
  font-size: 3.5em;
  color: #cccccc;
  text-transform: uppercase;
  font-style: normal;
}
#article-page.opinion #article_content div[itemprop="articleBody"] p[itemprop="text"] {
  font-family: Georgia, "Times New Roman", Times, serif !important;
  color: #333333 !important;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#article-page.interview {
  /** CABECERO DEL ARTÍCULO **/
  /****************************************/
  /** COMIENZO CUERPO TEXTO DEL ARTÍCULO **/
  /****************************************/
  /***********************************************/
  /** VARIACIONES DE APERTURAS A ANCHO COMPLETO **/
  /** APERTURA TEXTO SOBRE PARTE IZQUIERDA FOTO **/
  /***********************************************/
  /** CUERPO DEL TEXTO DEL ARTÍCULO **/
  /***********************************************/
  /** VARIACIONES DE APERTURAS A ANCHO COMPLETO **/
  /** APERTURA TEXTO SOBRE PARTE INFERIOR FOTO **/
  /***********************************************/
  /** CUERPO DEL TEXTO DEL ARTÍCULO **/
}
#article-page.interview #article_header > h1 {
  text-align: center;
  font-style: italic;
  quotes: "\201C" "\201D";
}
#article-page.interview #article_header > h1:before,
#article-page.interview #article_header > h1:after {
  color: #1c7e95;
  font-size: 2.5em;
  line-height: 0em;
  vertical-align: -0.45em;
  font-weight: bolder;
}
#article-page.interview #article_header > h1:before {
  content: open-quote;
  margin-right: 0.20em;
}
#article-page.interview #article_header > h1:after {
  content: close-quote;
}
#article-page.interview #article_header > h2 {
  text-align: center;
  text-transform: uppercase;
  font: 1.2em Georgia, "Times New Roman", Times, serif;
  color: #e42644;
}
#article-page.interview #article_header > h2 i {
  font-style: normal;
}
#article-page.interview #article_header > h2 a {
  color: #e42644;
}
#article-page.interview #article_header > h2 a:hover {
  text-decoration: underline;
}
#article-page.interview #article_content {
  /** CUERPO DEL TEXTO DEL ARTÍCULO **/
  /** FIN CUERPO DEL TEXTO DEL ARTÍCULO **/
}
#article-page.interview #article_content div[itemprop="articleBody"] p[itemprop="text"].question {
  font-weight: 400 !important;
  font-style: italic !important;
}
#article-page.interview #article_content div[itemprop="articleBody"] p[itemprop="text"].answer {
  font-family: Georgia, "Times New Roman", Times, serif !important;
  font-style: italic !important;
  color: #666666 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 30px;
  padding-bottom: 10px;
}
#article-page.interview #article_content div[itemprop="articleBody"] p[itemprop="text"].answer:before {
  content: "\201C";
  font-size: 5rem;
  color: #cccccc;
  position: relative;
  left: -30px;
  line-height: 0px;
  top: 2.5rem;
  margin-right: -2.2rem;
}
#article-page.interview #article_content div[itemprop="articleBody"] p[itemprop="text"].answer:after {
  content: "\201D";
  font-size: 5rem;
  color: #cccccc;
  position: relative;
  line-height: 0px;
  top: 2.5rem;
  margin-right: -2.2rem;
}
#article-page.interview #articleBody .full_aperture_50pct {
  position: relative !important;
}
#article-page.interview #articleBody .full_aperture_50pct .pie {
  position: relative;
  top: -20px;
  margin-bottom: -20px;
  z-index: 10;
}
#article-page.interview #articleBody .full_aperture_50pct .pie .author {
  background-color: black;
  padding: 5px;
}
#article-page.interview #articleBody .full_aperture_50pct #article_header {
  position: static;
}
#article-page.interview #articleBody .full_aperture_50pct #article_header > h1 {
  position: absolute;
  top: 150px;
  left: 30px;
  width: 40%;
  color: white !important;
  text-shadow: 0 1px 0 black;
}
#article-page.interview #articleBody .full_aperture_50pct #article_header > h2 {
  text-align: center;
  text-transform: uppercase;
  font: 1.2em Georgia, "Times New Roman", Times, serif;
  color: #e42644;
  position: absolute;
  top: 0px;
  background: white;
  padding: 10px 0;
  left: 40px;
  width: 40%;
}
#article-page.interview #articleBody .full_aperture_50pct #article_header > h2 i {
  font-style: normal;
}
#article-page.interview #articleBody .full_aperture_50pct #article_header > h2 a {
  color: #e42644;
}
#article-page.interview #articleBody .full_aperture_50pct #article_header > h2 a:hover {
  text-decoration: underline;
}
#article-page.interview #articleBody .full_aperture {
  position: relative !important;
}
#article-page.interview #articleBody .full_aperture .pie {
  display: none;
  position: relative;
  margin-top: -20px;
  z-index: 10;
}
#article-page.interview #articleBody .full_aperture .pie .author {
  background-color: black;
  padding: 5px;
}
#article-page.interview #articleBody .full_aperture #article_header {
  position: static;
}
#article-page.interview #articleBody .full_aperture #article_header > h1 {
  position: absolute;
  top: 400px;
  color: white !important;
  margin: 0 10%;
  width: 80%;
  text-shadow: 0 1px 0 black;
}
#article-page.interview #articleBody .full_aperture #article_header > h2 {
  text-align: center;
  text-transform: uppercase;
  font: 1.2em Georgia, "Times New Roman", Times, serif;
  color: #e42644;
  position: absolute;
  top: 0px;
  background: white;
  padding: 10px 0;
  margin: 0 10%;
  width: 80%;
}
#article-page.interview #articleBody .full_aperture #article_header > h2 i {
  font-style: normal;
}
#article-page.interview #articleBody .full_aperture #article_header > h2 a {
  color: #e42644;
}
#article-page.interview #articleBody .full_aperture #article_header > h2 a:hover {
  text-decoration: underline;
}
.carousel-article {
  border: 1px solid #cccccc;
  position: relative;
}
.carousel-article .carousel-control {
  width: 40px;
  height: 40px;
  overflow: hidden;
  padding: 0 !important;
  top: 50%;
  margin-top: -20px;
  line-height: 1.1em;
  background: white;
  color: #666666;
  border: 1px solid #cccccc;
  font-size: 30px;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.carousel-article .carousel-control:hover i {
  color: #e42644;
}
.carousel-article .carousel-control i {
  text-shadow: none !important;
  display: block;
  position: relative;
  margin-top: 4px;
  font-weight: lighter;
}
.carousel-article .carousel-control.left {
  margin-left: -1px;
  border-left: white;
  -webkit-border-radius: 0px 3px 3px 0px !important;
  border-radius: 0px 3px 3px 0px !important;
}
.carousel-article .carousel-control.left i {
  margin-left: -3px;
}
.carousel-article .carousel-control.right {
  margin-right: -1px;
  border-right: white;
  -webkit-border-radius: 3px 0px 0px 3px !important;
  border-radius: 3px 0px 0px 3px !important;
}
.carousel-article .carousel-control.right i {
  margin-right: -3px;
}
.carousel-article .row {
  margin: 0;
  padding: 0;
}
.carousel-article .row > div {
  float: left;
  height: auto;
  padding: 5px;
}
.carousel-article .row > div .article {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}
.carousel-article .row > div .article h2 {
  font-size: 1em;
}
.carousel-article .row > div .article .number {
  display: none;
}
.carousel-article .row > div .article:hover {
  -webkit-border-radius: 3px 3px 3px 3px !important;
  border-radius: 3px 3px 3px 3px !important;
  background: #eeeeee;
  text-shadow: 0px 1px white;
  -moz-transition: all 0.25s ease-in;
  /* Firefox */
  -webkit-transition: all 0.25s ease-in;
  /* WebKit */
  -o-transition: all 0.25s ease-in;
  /* Opera */
  transition: all 0.25s ease-in;
  /* Standard */
}
.carousel-article .row > div .article:hover h2 a {
  color: black !important;
}
.carousel-article .row > div .article:hover .photo {
  text-shadow: none;
}
.carousel-article article {
  border: none;
  width: 90%;
  padding: 5px 5px 5px 5px;
  float: left;
  width: 100%;
  display: table;
  margin: 0;
}
.carousel-article article header {
  float: none !important;
  display: table-cell;
  width: 100%;
  line-height: 120%;
  vertical-align: middle;
  margin: 0;
  padding-left: 10px;
}
.carousel-article article header a {
  color: #333333;
}
.carousel-article article p {
  font-size: .8em;
  font-style: italic;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.carousel-article article .photo {
  float: none !important;
  display: table-cell;
  background: none;
  vertical-align: middle;
  margin: 0;
}
.carousel-article article .photo img {
  -webkit-border-radius: 3px 3px 3px 3px !important;
  border-radius: 3px 3px 3px 3px !important;
}
.carousel-article .carousel-control {
  display: none;
}
.numbered .carousel-article .row > div .article .number {
  display: block;
  float: left;
  width: 10%;
  font-family: "Gilda Display";
  text-align: center;
  font-size: 1.8em;
  line-height: 1.8em;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.numbered .carousel-article .row > div .article article {
  width: 90%;
}
#carousel_box .carousel-article .cliche_small {
  display: none;
}
#carousel_box .carousel-article .row > div {
  width: 33.333333%;
  border-right: 1px dotted #cccccc;
}
#carousel_box .carousel-article .row > div:last-child {
  border-right-color: transparent;
}
#carousel_box .carousel-article:hover .carousel-control {
  display: block;
}
#carousel_box .carousel-article article header {
  height: 65px;
}
#carousel_box .carousel-article article .photo {
  vertical-align: middle;
}
#carousel_box .carousel-article article .photo img {
  width: 65px;
  height: 65px;
}
.list .carousel-article {
  -webkit-border-radius: 0px 0px 0px 0px !important;
  border-radius: 0px 0px 0px 0px !important;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 0 0 10px;
}
.list .carousel-article .row > div {
  width: 100%;
  padding: 5px 0;
  border-bottom: 1px dotted #cccccc;
}
.list .carousel-article .row > div:first-child {
  border-top: 1px dotted #cccccc;
}
.list .carousel-article .row > div:last-child {
  border-bottom-color: transparent;
}
.list .carousel-article article {
  display: block;
  width: 100%;
  float: left;
  margin-bottom: 0px;
}
.list .carousel-article article header {
  font-size: 1.2em !important;
  height: 80px;
}
.list .carousel-article article .photo img {
  width: 80px;
  height: 80px;
}
.expanded .carousel-article {
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px 0px 0px 0px !important;
  border-radius: 0px 0px 0px 0px !important;
}
.expanded .carousel-article .cliche_small {
  margin: 0 10px;
  border-bottom: none;
  webkit-box-shadow: none;
  box-shadow: none;
  border-top: 1px solid #333333;
  font-family: "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1em;
  color: black;
  padding: 10px 0px;
  margin: 0;
}
.expanded .carousel-article .row > div {
  width: 50%;
}
.expanded .carousel-article .article {
  display: table;
}
.expanded .carousel-article article {
  display: block;
  width: 100%;
  display: table;
}
.expanded .carousel-article article header {
  display: block;
  font-size: 1.2em !important;
  display: table-row;
}
.expanded .carousel-article article header h1,
.expanded .carousel-article article header h2 {
  height: 80px;
  display: table-cell;
  padding: 5px 5px 5px 5px;
  vertical-align: middle;
}
.expanded .carousel-article article .photo {
  width: 100% !important;
}
/****** NAVEGACIÓN PESTAÑAS ******/
.nav-tabs {
  font-family: "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 300;
}
.nav-tabs .active a {
  border-color: #eeeeee !important;
  border-bottom-color: white !important;
  color: #bf1832 !important;
  font-weight: 500;
}
.tabs-clasifi {
  margin: 0;
  padding: 0;
  border: none;
}
/****** JORNADAS ******/
.clasifi {
  margin-top: -1px;
  -webkit-border-radius: 0 0 4px 4px !important;
  border-radius: 0 0 4px 4px !important;
}
.clasifi .panel-head {
  padding: 0;
}
.clasifi .panel-head h2 {
  font-family: "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 300;
  margin: 0;
  padding: 5px 0 0 0;
}
.clasifi .panel-body .row {
  width: 100%;
  display: table;
  margin: 0;
}
.clasifi .panel-body .row div[class^="col-xs"] {
  float: none !important;
  display: table-cell;
  vertical-align: top;
  border-right: 1px solid #eeeeee;
}
.clasifi .panel-body .row > div[class^="col-xs"]:first-child {
  padding: 0px !important;
}
.clasifi .panel-body .row > div[class^="col-xs"] {
  padding-top: 4px !important;
}
.clasifi .panel-body .row > div[class^="col-xs"]:last-child {
  border-right: none;
}
.clasifi .nav-pills li {
  font-family: "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
  border: none;
  /* Enlaces */
  /* Activo */
  /* Separador */
}
.clasifi .nav-pills li a {
  padding: 4px 8px;
  font-weight: 300;
  -webkit-border-radius: 4px 0 0 4px !important;
  border-radius: 4px 0 0 4px !important;
}
.clasifi .nav-pills li.active a {
  background-color: white !important;
  border: 1px solid #eeeeee;
  color: #bf1832;
  margin-right: -1px;
  border-right-color: white;
}
.clasifi .nav-pills li hr {
  margin: 0;
  padding: 0;
}
/****** TABLAS GENERAL ******/
.table.games,
.table.chart,
.table.calendar {
  font-family: "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25rem;
}
.table.games td,
.table.chart td,
.table.calendar td {
  border-top-color: #eeeeee;
}
.table.games th,
.table.chart th,
.table.calendar th {
  border: none;
}
.table.games tbody,
.table.chart tbody,
.table.calendar tbody {
  border: none;
}
.table.games caption,
.table.chart caption,
.table.calendar caption {
  text-transform: uppercase;
  text-align: left;
  font-weight: 500;
  font-size: 1.1em;
  color: #666666 !important;
}
.table.games caption small,
.table.chart caption small,
.table.calendar caption small {
  font-weight: 300;
  background: #1c7e95;
  color: white;
  font-weight: 500;
  display: inline-block;
  text-align: center !important;
  padding: 0 4px !important;
  font-size: .9em;
  -webkit-border-radius: 4px 4px 4px 4px !important;
  border-radius: 4px 4px 4px 4px !important;
}
.table.games caption .btn-mini,
.table.chart caption .btn-mini,
.table.calendar caption .btn-mini {
  margin: -4px 0 0 0 !important;
  line-height: 1.1;
}
/****** CLASIFICACION ******/
.table.chart {
  /* Centrado de escudos */
}
.table.chart tr td:nth-child(2) {
  text-align: center;
  min-width: 20px;
}
/****** PARTIDOS ******/
.table.games {
  /* Alineación de cabecero */
  /* Alineación y estilos del cuerpo */
}
.table.games h5 {
  font-family: "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding-top: 2px;
  font-size: 1em;
}
.table.games thead tr th:nth-child(2) {
  text-align: right;
}
.table.games tbody {
  /* Días de los partidos */
  /* Horas y estados de los partidos */
  /* Resultado */
  /* Color equipos */
}
.table.games tbody td[colspan='8'] + tr + td {
  botder-top-color: #cccccc;
}
.table.games tbody td[colspan='8'] h5 {
  font-weight: 500;
}
.table.games tbody td[colspan='8'] h5:first-letter {
  text-transform: uppercase;
}
.table.games tbody tr td:nth-child(1) span {
  -webkit-border-radius: 4px 4px 4px 4px !important;
  border-radius: 4px 4px 4px 4px !important;
  background: #eeeeee;
  padding: 0 4px;
}
.table.games tbody tr td:nth-child(3),
.table.games tbody tr td:nth-child(5) {
  text-align: center;
  min-width: 20px;
}
.table.games tbody tr td:nth-child(4) {
  font-weight: 500;
  white-space: nowrap;
  text-align: center;
}
.table.games tbody tr td:nth-child(2),
.table.games tbody tr td:nth-child(6) {
  color: black;
}
.table.games tbody tr td:nth-child(2) {
  text-align: right;
}
/****** JORNADAS (calendario) ******/
.calendar dt {
  text-transform: uppercase;
  text-align: left;
  font-weight: 500 !important;
  font-size: .9em;
  color: #666666;
  font-family: "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.calendar dd {
  display: block;
  float: left;
  width: 15.5%;
  margin: .5%;
}
.calendar dd .btn-mini {
  width: 100%;
  text-align: center !important;
  margin: 0px !important;
  line-height: 110%;
  text-align: left;
  background-color: #f4f4f4;
  color: #666666 !important;
  padding: 4px;
  text-shadow: 0 1px 0 #ffffff;
  font-weight: 300;
}
.calendar dd.active .btn-mini {
  background: #1c7e95 !important;
  color: white !important;
  text-shadow: none;
}
.calendar dd.inactive .btn-mini {
  background: #1c7e95 !important;
  color: white !important;
  text-shadow: none;
  filter: alpha(opacity=60);
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
#homepage_hiperlocal .cliche_tema_hiperlocal {
  background: #f4f4f4;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: lighter;
  padding: 10px;
  margin: -5px 0 15px 0;
  text-align: center;
  -webkit-border-radius: 4px 4px 4px 4px !important;
  border-radius: 4px 4px 4px 4px !important;
  border: 1px solid #eeeeee;
  text-shadow: 0 1px 0 white;
  font-size: 3em;
}
#homepage_hiperlocal .box.today .cliche span,
#homepage_hiperlocal .box.bio-lista .cliche span,
#homepage_hiperlocal .box.remember .cliche span {
  display: block;
  padding-bottom: 5px;
}
#homepage_hiperlocal .box.today .cliche span small,
#homepage_hiperlocal .box.bio-lista .cliche span small,
#homepage_hiperlocal .box.remember .cliche span small {
  color: #cccccc;
  font-weight: 300;
  margin-top: -5px;
  display: block;
}
#homepage_hiperlocal .box.today .cliche_small_branded {
  text-transform: uppercase;
  font-weight: 500;
  color: #bf1832;
  font-family: "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 100%;
  clear: both;
  padding: 5px;
  border: none;
  padding: 0;
  font-size: .9em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#homepage_hiperlocal .box.today .nav-tabs {
  margin: 0px -10px 10px -10px;
  padding: 0px 5px;
}
#homepage_hiperlocal .box.today .nav-tabs li a {
  padding: 2px 4px;
  font-size: .80em;
  margin-bottom: -1px;
}
#homepage_hiperlocal .box.today .nav-pills {
  margin: 5px -10px 10px -10px;
  padding: 0px 5px;
}
#homepage_hiperlocal .box.today .nav-pills li a {
  padding: 2px 4px;
  font-size: .80em;
  margin-bottom: -1px;
  border: 1px solid #eeeeee;
}
#homepage_hiperlocal .box.today .date {
  margin-top: -10px;
}
#homepage_hiperlocal .box.today .date span {
  font-size: .75em !important;
}
#homepage_hiperlocal .box.today .weather {
  text-align: center;
  width: 100%;
}
#homepage_hiperlocal .box.today .weather .icon {
  font-size: 8em;
  line-height: 125%;
  text-align: center;
  display: block;
  -webkit-border-radius: 50% 50% 50% 50% !important;
  border-radius: 50% 50% 50% 50% !important;
  width: 142px;
  height: 142px;
  font-weight: bolder;
  color: #1c7e95;
  background: #fff;
}
#homepage_hiperlocal .box.today .weather .measure {
  display: block;
  width: 100%;
  clear: both;
  float: left !important;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #cccccc;
}
#homepage_hiperlocal .box.today .weather .measure small {
  width: 48%;
  float: left !important;
  background: #ebebeb;
  text-align: center;
  font-size: .9em;
  -webkit-border-radius: 4px 4px 4px 4px !important;
  border-radius: 4px 4px 4px 4px !important;
  padding: 6px 4px;
}
#homepage_hiperlocal .box.today .weather .measure small + small {
  float: right !important;
}
#homepage_hiperlocal .box.today #lista_farmacias {
  margin-bottom: 10px;
}
#homepage_hiperlocal .box.today #lista_farmacias .cliche_small_branded {
  text-transform: uppercase;
  font-weight: 500;
  color: #bf1832;
  width: 100%;
  clear: both;
  padding: 5px;
  border: none;
  padding: 0;
  font-size: .9em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#homepage_hiperlocal .box.today #lista_farmacias .panel-heading {
  padding: 4px;
  font-size: 1em;
  background: white;
  border-bottom-color: #f4f4f4;
}
#homepage_hiperlocal .box.today #lista_farmacias .panel-heading .panel-title {
  padding: 4px;
  font-family: "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: .75em;
}
#homepage_hiperlocal .box.today #lista_farmacias .panel-body {
  font-size: .75em;
  padding: 8px;
}
#homepage_hiperlocal .box.today #lista_farmacias h6 {
  font-family: "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
#homepage_hiperlocal .box.today #lista_farmacias h6 small {
  display: block;
  color: #666666;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#homepage_hiperlocal .box.remember {
  background: #eeeee5;
}
#homepage_hiperlocal .box.remember h3.cliche_small {
  float: left !important;
  font-family: "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-top: none;
  font-weight: 300;
  background: #cc9900;
  color: white;
  padding: 2px 4px;
  margin-bottom: 5px;
  -webkit-border-radius: 4px 4px 4px 4px !important;
  border-radius: 4px 4px 4px 4px !important;
}
#homepage_hiperlocal .box.remember .cliche span small {
  color: #cc9900;
}
#homepage_hiperlocal .box.dog article h2[itemprop^="headline"],
#homepage_hiperlocal .box.dog article h3[itemprop^="headline"] {
  font-size: .85em;
  font-family: "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
#homepage_hiperlocal .box.dog article h3[itemprop^="keywords"] small {
  color: #bf1832;
  text-transform: lowercase;
  font-size: .85em !important;
}
/* CAJA INFO */
#hiperlocal_info {
  padding: 20px;
  font: 300 1em "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  min-height: 1%;
  overflow: hidden;
  /* Graficos */
}
#hiperlocal_info .brd {
  border-right: 1px solid #eeeeee !important;
}
#hiperlocal_info h1 {
  text-transform: uppercase;
  font: 300 1.5em "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #cccccc;
  margin: 4px 0 14px 0;
  line-height: 110%;
  text-align: center;
}
#hiperlocal_info h1 span {
  color: #333333;
  font-weight: bold;
  font-size: 1.4em;
  display: block;
}
#hiperlocal_info h4 {
  text-transform: uppercase;
  font-weight: 500;
  color: #BF1832;
  font-family: "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 100%;
  clear: both;
  padding: 5px;
  border: none;
  padding: 0;
  font-size: .9em;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#hiperlocal_info h5 {
  text-transform: uppercase;
  font-weight: 500;
  color: #cccccc;
  font-family: "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 100%;
  clear: both;
  border: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#hiperlocal_info figure {
  width: 100%;
  text-align: center;
  /*
		border: 1px solid @gray;
		border-radius: 50%;
		width: 125px;
		height: 125px;
		overflow: hidden;
		padding: 5px;
		*/
}
#hiperlocal_info figure img {
  /*width: auto;
			height: 100%;
			*/
  width: 39%;
}
#hiperlocal_info ul {
  margin: 0;
  padding: 0;
}
#hiperlocal_info ul li {
  list-style: none;
  border-bottom: 1px dotted #cccccc;
  padding: 5px 0 5px 0;
  margin-bottom: 5px;
}
#hiperlocal_info ul li strong {
  color: #333333;
  font-weight: normal;
  padding-right: 3px;
}
#hiperlocal_info ul li span {
  font: lighter 18px Georgia, "Times New Roman", Times, serif !important;
  display: block;
  text-align: center;
}
#hiperlocal_info ul li:first-child span {
  font-size: 30px !important;
}
#hiperlocal_info div.symbol {
  text-align: center;
}
#hiperlocal_info div.symbol span {
  width: 70px;
  height: 70px;
  background: #f4f4f4;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  position: relative;
}
#hiperlocal_info div.symbol span i.fa {
  font-size: 3em;
  color: #cccccc;
  position: absolute;
  top: 18%;
  left: 0;
  right: 0;
  text-align: center;
}
#hiperlocal_info .pie {
  background: #f4f4f4;
  border-radius: 4px;
  border-top: 1px solid #eeeeee;
  margin: 15px 0 25px 0;
  padding: 10px 15px 10px 15px;
}
#hiperlocal_info .pie h4 {
  text-align: left;
  margin: 0;
  padding: 0 5px 0 0;
  display: inline;
}
#hiperlocal_info .head_cifras {
  margin: 10px 0 20px 0;
  padding: 0;
  min-height: 1%;
  overflow: hidden;
}
#hiperlocal_info .head_cifras h2 {
  float: left;
  width: 50%;
  height: 40px;
  line-height: 40px;
}
#hiperlocal_info .head_cifras .nav-tabs {
  margin: 0;
  padding: 0;
  float: right;
  width: 50%;
  height: 40px;
  border-bottom: 1px solid #eeeeee;
  /*
				li {
					border: none;
					margin: 0 0 -1px 0;
					padding: 5px;
					
					
					
					a {
						border: 1px solid @gray-light !important;
						padding: 10px;
						border-radius: 15px;
						color: @gray;	
						font-size: 0.9em;
					}
					
					&.active {
						a { 
							color: @gray-darker !important; 
							border: 1px solid @gray !important;
						}
					}
				}
				*/
}
#hiperlocal_info .head_cifras .nav-tabs li {
  margin: 0 0 -1px 0;
  padding: 0;
  border-bottom: 1px solid #eeeeee !important;
}
#hiperlocal_info .head_cifras .nav-tabs li.active {
  margin-bottom: -4px;
}
#hiperlocal_info .head_cifras .nav-tabs li.active a {
  border-bottom: 2px solid #ffffff;
}
#hiperlocal_info .panel {
  border: none !important;
  box-shadow: none;
  margin: 0;
  padding: 0;
}
#hiperlocal_info .panel-body {
  background: #f4f4f4;
  border-top: 1px solid #eeeeee;
  padding: 0;
  margin: 0;
  border-radius: 8px;
}
#hiperlocal_info .panel-body .nav-pills {
  margin: 10px 0 0 0;
  border: none;
}
#hiperlocal_info .panel-body .nav-pills li {
  margin: 0;
  border: none;
}
#hiperlocal_info .panel-body .col-xs-13 {
  background: #ffffff;
  border-radius: 5px;
  border-left: 0;
}
/****************/
/* GRAFICOS */
#hiperlocal_datos h2 {
  display: block;
  color: #666666 !important;
  font-size: 1.5em;
  font-weight: 300;
  font-family: "Roboto";
  text-align: left;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #eeeeee;
}
#hiperlocal_datos h3 {
  display: block;
  color: #666666 !important;
  font-size: 1em;
  font-weight: 500;
  font-family: "Roboto";
  text-align: left;
  text-transform: uppercase;
  margin: 10px 0 0 10px;
  padding: 0;
}
.classoraWidgetEvolutionHeader {
  display: none;
}
/****************/
#homepage-suple #col_a article h2 {
  font-size: 2em;
}
#homepage-suple #col_a .photo {
  position: relative;
  min-height: 1px;
  padding-left: 13px;
  padding-right: 13px;
  float: left;
  width: 50%;
  padding-left: 0;
}
#homepage-suple #col_a header {
  position: relative;
  min-height: 1px;
  padding-left: 13px;
  padding-right: 13px;
  float: left;
  width: 50%;
}
#homepage-suple #col_a article > h3 + header {
  width: 100% !important;
  padding-left: 0;
}
#homepage-suple .mas-suples dd {
  margin: 0;
  padding: 10px 0 10px 0;
  border-bottom: 1px dotted #cccccc;
}
#homepage-suple .mas-suples dd span {
  display: block;
  margin-bottom: 5px;
}
#homepage-suple .mas-suples dd img {
  width: 100%;
  border: 1px solid #eeeeee;
}

ul.contenidos.img li {
  float:left;
  width: 30%;
  margin: 5px;
}

nav#pagination {
  clear:both;
}


/* HACKS */


#sortPanel > a, #sortPanel dt, .lista > a, .lista dt {
	border: none;
	color: #bf1832;
    padding: 2px 0 10px 0 !important;
    text-transform: uppercase;
}

#sortPanel dd, .lista dd, .list-unstyled {
	margin-bottom: 30px;
	display: block;
}


.list-unstyled li {
	border-bottom: none !important;
    margin: 0;
    padding: 5px 5px 5px 10px !important;
}

.list-unstyled li.first, .cat_on {
	background: #f4f4f4;
}

#sortPanel a, .lista a {
	font-weight: 300;
	font-size: 1em;
}

#col_b {
	border-left: 1px solid #f4f4f4;
}

#resultPrint {
	min-height: 1%;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#resultPrint li {
	list-style: none;
	margin: 0 !important;
	padding: 10px;
}


#resultPrint.info li, #resultPrint.esq li {
	border-bottom: 1px dotted #ccc;
	margin-right: 20px !important;
	padding: 0;
}

#resultPrint.info li article, #resultPrint.esq li article {
	margin: 20px 0 20px 0;
	padding: 0;
}

#resultPrint.info li:first-child article, #resultPrint.esq li:first-child article  { margin-top: 0; }

.fecha {
	 border-left: 2px solid #bf1832;
    color: #bf1832;
    display: block;
    font: 13px "Roboto","Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-bottom: 8px;
    padding-left: 5px;
    text-transform: uppercase;
}

#resultPrint.img li {
	width: 33.3% !important;
	height: 220px;
}

#resultPrint.img li:hover {
	background: #f4f4f4;
}


#resultPrint li img { width: 100%; }

#resultPrint li article p {
	text-align: left;
	font-weight: bold;
}

#resultPrint li article header p {
	font-weight: 300;
	font-size: 14px !important;
    line-height: 130%;
}

.esquela {
	border: 3px double #ccc;
	padding: 10px;
	margin: 15px;
	font-weight: 300;
}

.esquela h2{
	text-transform: capitalize;
}
.esquela h2 em {
	display: block;
	font-size: 12px;
	color: #666;
	font-style: normal;
	margin-bottom: 10px;
}

.esquela p.dep {
	font: bold 12px Georgia;
	color: #000;
}

.esquela .area.auto {
	min-height: 1%;
	overflow: hidden;
	margin: 0;
	margin-top: 20px;
}

.esquela .area.auto p.izq {
	float: left; 
	width: 50%;
	text-align: left;
}

.esquela .area.auto p.der {
	float: right; 
	width: 50%;
	text-align: right;
}

nav#pagination { text-align: center; }

#searchForm {
	min-height: 1%;
	overflow: hidden;
}

#searchForm button {
    background-color: #809aa5;
    border: 1px solid #809aa5;
    color: #ffffff;
    text-transform: uppercase;
    height: 35px;
    margin: 0;
    float: right;
    -webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}

#searchForm .form-control {
	border-right: 0;
	float: left;
	height: 35px;
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
	color: #333;
}

#tabs a {
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	margin-top: -2px;
	margin-bottom: -1px;
}

#tabs .active a {
	background: #fff;
	border-bottom: 1px solid #fff;
	border-top: 4px solid #bf1832; 
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}

