/*
 * 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: Arial, Helvetica, "HelveticaNeue-Light", "Helvetica Neue Light", sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  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.42857143;
  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.1px;
  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.42857143;
}
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.42857143;
  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.42857143;
}
.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.42857143;
  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.42857143;
  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.42857143;
  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.42857143;
  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.42857143;
  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.42857143;
  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: #555555;
  background-color: #e7e7e7;
}
.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.42857143;
  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;
}
.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;
}
.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.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.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;
  }
}
.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;
  }
}
.cl-list {
  width: 100%;
  clear: both;
  padding: 5px;
  font-weight: 500;
  font-size: 1.1rem;
  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;
  /*text-rendering: auto;*/
}
/* // Colores */
/*  // Anterior #E7EDE5 */
/* //Dorado (se puede usar en opinión o hemeroteca) */
/*  // Verdoso fondo opinión */
/* // Deportes */
/* //Ocio y cultura */
/* //Tecnología */
/* Nuevo scheme */
/* // Deportes */
/* // Opinión (de momento no se usa, se mantiene en gris) */
/* // Economía */
/* // Galicia */
/* // Cultura */
/* // España */
/* // Tecnologia */
/* // Internacional	 */
/* // Sociedad	 */
/* // Tendencias	 */
/* // Especial Depor */
/* // Especial Celta */
/* // Especial Sporting */
/* // Especial Oviedo */
/* ------ */
/* // Rojo Corporativo */
/* // Rojo Corporativo oscuro para clichí©s y textos */
/* // Rojo Corporativo oscuro para clichí©s y textos */
/* // Rojo Corporativo claro */
/* Azul corporativo */
/* Azul corporativo oscuro */
/* Azul corporativo (por definir) */
/* COLORES REDES SOCIALES */
/* // Azul Twitter */
/* // Azul Facebook */
/* // Rojo GPLus */
/* // Rojo Youtube */
/* // Verde Android */
/* // SOBREESCRITURA DE ESTILOS */
.panel {
  border-color: #cccccc;
}
/* Textos */
/*
@import url(http://fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,400,400italic,500,500italic,600,600italic);
@import url(http://fonts.googleapis.com/css?family=Gilda+Display&text=0123456789columnistas);
*/
/*@font-family-sans-serif:  "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
/* Tipografí­a especial cambiada para usar cifras */
/* // ~18px */
/* // ~12px */
/* // ~20px */
/* // h1, h2, h3, h4, h5... */
/* // Ajustes para estilos globales */
/* // Estilos de carácter de texto */
/* // Enlaces en textos (entradillas y textos) */
.text_anchor {
  text-decoration: none;
  font-weight: 400;
  color: #64818e;
  border-bottom: 1px dotted #64818e;
}
.text_anchor:hover {
  color: #e42644;
  border-bottom: none;
}
/* // Botones personalizados */
/*
// --------------------------------------------------

// Modificaciones por defecto
*/
.btn {
  text-transform: uppercase;
  font-weight: 300;
  display: inline-block;
}
/* // Botón especial mini (leer más, más artí­culos de, etc...)  */
.btn-mini,
a.btn-mini {
  background: transparent;
  color: #809aa5;
  text-transform: lowercase;
  font-weight: 400;
  border: 1px solid #eeeeee;
  -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;
  /*   //      .effect(0.25s); */
}
/* // Botón especial sin borde */
.btn-nobr {
  border: none;
  background: none;
  font-weight: 500 !important;
  /*     // Con icono */
}
.btn-nobr i {
  color: #809aa5 !important;
  padding-right: 2px;
}
.btn-nobr i.fa-share {
  padding-top: 2px;
}
.btn-nobr .num {
  display: inline-block;
  background: #eeeeee;
  color: #666666;
  /*
//        &:before {content:"  "; position: relative; top: -1px;}
        //margin-left: 2px;
*/
  font-weight: 300;
  margin-left: 4px;
  -webkit-border-radius: 10px 10px 10px 10px !important;
  border-radius: 10px 10px 10px 10px !important;
  padding-right: 6px !important;
  padding-left: 6px !important;
}
.btn-nobr:hover {
  /*
//        .effect(0.25s);
//        text-shadow: 0px 1px white;
*/
  background-color: white;
  /* //        border-bottom: 1px solid white; */
}
.btn-nobr:hover .num {
  background: white;
}
/*

// Redefinición colores BOOTSTRAP
*/
.btn {
  font-weight: 300;
}
.btn-primary {
  background-color: #809aa5;
  border: none;
  color: white !important;
}
.btn-primary:hover {
  background: #64818e;
  /* 	    //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 */
}
/* // Botón Azul Marca */
.btn-brand {
  color: #ffffff;
  background-color: #809aa5;
  border-color: #809aa5;
}
.btn-brand:hover,
.btn-brand:focus,
.btn-brand:active,
.btn-brand.active,
.open .dropdown-toggle.btn-brand {
  color: #ffffff;
  background-color: #698794;
  border-color: #607c88;
}
.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: #809aa5;
  border-color: #809aa5;
}
/* // Botón Verde Marca */
.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;
}
/*
// BOTONES REDES SOCIALES PIí

// Botón Facebook
*/
.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;
}
/* // Botón Twitter */
.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;
}
/* // Botón Google + */
.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;
}
/* // Botón Youtube */
.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(/assets/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(/assets/img/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url(/assets/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(/assets/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(/assets/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 {
  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: absolute !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;
}
/* 404 */
#page404 {
  padding-top: 5%;
  text-align: center;
}
#page404 header {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
#page404 #logo {
  display: block;
  text-align: left;
}
#page404 #logo img {
  width: 250px;
}
#page404 .container h3 {
  font-family: Arial, Helvetica, "HelveticaNeue-Light", "Helvetica Neue Light", sans-serif;
  font-weight: bold;
  color: #333333;
  display: block;
  margin: 0;
  margin-bottom: 15px;
  font-size: 1.8em;
}
#page404 .container p {
  font-family: Arial, Helvetica, "HelveticaNeue-Light", "Helvetica Neue Light", sans-serif;
  font-weight: 300;
  color: #333333;
  display: block;
  margin-bottom: 25px;
  font-size: 1.7em;
  line-height: 150%;
}
#page404 .container p.text {
  font-size: 1em;
  text-align: left;
}
#page404 .container a {
  color: #000000;
  text-decoration: underline;
}
#page404 .container .btn2 {
  display: inline-block;
  margin: 0 10px 0 10px;
  max-width: 150px;
  background: #eeeeee;
  border-bottom: 1px solid #cccccc;
  border-radius: 4px;
  padding: 15px;
  color: #cccccc;
  min-width: 130px;
  text-shadow: 0 1px 0 #FFFFFF;
  text-decoration: none;
  font-weight: Arial, Helvetica, "HelveticaNeue-Light", "Helvetica Neue Light", sans-serif;
  text-transform: uppercase;
}
#page404 .container .btn2 i {
  color: #cccccc;
  font-size: 70px;
}
#page404 .container .btn2 span {
  display: block;
  margin-top: 5px;
}
#page404 .container .btn2:hover {
  color: #666666;
}
#page404 .container .btn2:hover i {
  color: #666666;
}
#page404 .container footer {
  border-top: 1px solid #eeeeee;
  padding-top: 20px;
  margin-top: 40px;
}
#page404 .container footer .separator,
#page404 .container footer .col-xs-16.tb {
  display: none;
}
/* Menu desplegado */
body.menu-open {
  /*overflow: hidden !important;*/
}
body.menu-open .modal-backdrop.in {
  opacity: 0 !important;
  z-index: 999999999999998 !important;
}
/* Personalizar cajas */
section.box.vd {
  position: relative;
  z-index: 1;
  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;
  z-index: 2;
  position: relative;
  color: #516784;
}
section.box.vd > .cliche span:after {
  padding-left: 7px;
  content: "\f105";
  font-family: "fontAwesome";
}
/* Reset font size en chrome para android */
html * {
  max-height: 1000000px;
}
.box_w {
  margin-left: -13px;
  margin-right: -13px;
  padding-left: 13px;
  padding-left: 10px\9;
  /* IE Hack */
  min-height: 1%;
  overflow: hidden;
}
.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;
}
@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;
}
.localidad .input-group {
  max-width: 200px;
}
.localidad .form-control.tt-hint {
  background: #eee\9 !important;
}
.localidad button {
  vertical-align: top\9;
}
/* Seccion emprende */
.emprende {
  margin-bottom: 20px;
}
.emprende img {
  width: 100%;
}
/* Formularios */
.form-control {
  color: #666666;
  font-weight: normal;
}
/* Agenda */
.agenda h3 {
  margin-bottom: 5px;
  font-weight: 0.9em;
}
.agenda .photo {
  margin-bottom: 10px;
}
.agenda header h2 {
  font-size: 1.1em !important;
}
.agenda header p {
  font-size: 0.9em;
}
.lista_ediciones .anchor_list {
  min-height: 1%;
  overflow: hidden;
}
.lista_ediciones .anchor_list dt {
  display: none;
}
.lista_ediciones .anchor_list dd {
  font-size: 1.4em;
  margin: 8px;
  list-style: none;
  float: left;
  background: #ffffff;
}
.lista_ediciones .anchor_list dd a {
  background: #eeeeee;
  border-radius: 4px;
  border: 1px solid #cccccc;
  font-weight: 300;
  color: #666666;
  padding: 5px 11px 5px 11px;
  -webkit-box-shadow: inset 0 1px 0 0 #ffffff;
  box-shadow: inset 0 1px 0 0 #ffffff;
}
.lista_ediciones .anchor_list dd a:hover {
  background: #f4f4f4;
}
/*
.lista_ediciones2 {
	.clear();
	
	dt { display: none; }

	dd {
		font-size: 1.5em;		
		margin: 8px;
		list-style: none;
		float: left;
		background: @white;
		
		a {
		
			color: @gray-dark;
			i{
				padding-right: 5px;
				color: @gray;
			}
			&:hover {
				background: @gray-lighter;
			}

		}
	}

}
*/
/* Hack publicidad */
.modal-open [id^=scr] {
  display: none !important;
}
/* Alert */
.alert-info {
  background: #f4f4f4;
  border: 1px #cccccc;
  margin-top: 20px;
  font: 300 0.9em Arial, Helvetica, "HelveticaNeue-Light", "Helvetica Neue Light", sans-serif !important;
  color: #333333;
}
.alert-info a {
  color: #000000;
  text-decoration: underline;
}
/******************/
/* BARRA SUPERIOR */
/******************/
#navbar_top {
  min-height: 0;
  margin: 0;
  padding: 5px 0 0 0;
  border: none;
  border-bottom: 1px dotted #eeeeee;
  background: white;
  position: inherit !important;
  z-index: 100 !important;
}
#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;
  color: #333333;
  padding: 4px;
  border: 1px solid #ffffff;
  font: 14px Arial, Helvetica, "HelveticaNeue-Light", "Helvetica Neue Light", 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;
}
#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: #809aa5;
}
#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: 7px 2px 7px 2px;
  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: Arial, Helvetica, "HelveticaNeue-Light", "Helvetica Neue Light", 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;
  min-width: 40px;
  display: inline-block;
  text-align: right;
}
#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 .navbar-left .ed_impresa {
  background: #f4f4f4;
  border-radius: 4px !important;
  border: 1px solid #cccccc !important;
  font-size: 0.8em !important;
  padding: 2px !important;
  margin-top: 5px !important;
  display: block;
}
#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: #809aa5;
}
#navbar_top li span.label-default {
  background: #fff;
  color: #666;
  text-transform: capitalize;
}
#navbar_top .navbar-left > li {
  margin-left: 6px;
  padding-right: 8px;
  border-right: 1px dotted #eeeeee;
}
#navbar_top .navbar-left > li:first-child {
  margin-left: 0px;
}
#navbar_top .navbar-left > li:last-child {
  border-right: none;
  padding-left: 10px;
}
#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: Arial, Helvetica, "HelveticaNeue-Light", "Helvetica Neue Light", 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 **/
/*******************/
/* Variables */
#menu {
  background: #f4f4f4;
  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 #eeeeee;
  -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: 14px;
  font-weight: 400;
  color: black;
  padding: 9px 7px 9px 7px;
  border: none;
  border-left: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
  /*
        &:hover { color: @brand-primary-dark; }
        */
}
#menu #nav_sections > li > button.dropdown-toggle {
  text-transform: uppercase;
  font-size: 1em;
  color: black;
  padding: 10px 7px 9px 7px;
  border: none;
  border-left: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
  background: #f4f4f4;
  text-shadow: 0 1px 0 #ffffff;
}
#menu .dropdown-toggle {
  z-index: 98 !important;
  border: none;
}
#menu a .new {
  background: #e42644;
  font-size: .7em;
  line-height: 100%;
  color: white;
  position: relative;
  font-weight: 100;
  top: -2px;
  padding: 1px 3px;
  margin-right: 3px;
  -webkit-border-radius: 2px 2px 2px 2px !important;
  border-radius: 2px 2px 2px 2px !important;
  text-shadow: 0 1px 0 #bf1832;
}
#menu a .new span {
  -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;
}
#menu #nav_sections .dropdown {
  position: inherit;
  margin-right: -2px;
  /*
		// Primer botón (icono menú inicio)
        &:first-child {

            background: #000;

            > a:first-child {
                border-right: 1px dotted #ccc;
            }
            i {
                line-height: 1.2em;
                position: relative;
                top: 2px;
            }
        }

        // Primer botón desplegado (icono menú inicio)
		&.open:first-child {
            > a:first-child {
            	border-left: 1px solid #fff;
			 	border-right: 1px solid #ccc;
            }
		}
		*/
}
#menu #nav_sections .dropdown #menu_left {
  padding: 8px !important;
}
#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;
  font-family: Arial, Helvetica, "HelveticaNeue-Light", "Helvetica Neue Light", 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 .arrow_down {
  position: relative;
  top: -1px;
}
#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 7px 9px 7px;
}
#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 {
  /*.mk-td();*/
  border-right: 1px solid #eeeeee;
  vertical-align: top;
}
#menu #nav_sections .dropdown.open .tb .td:last-child {
  border-right: none;
}
#menu #nav_sections .dropdown.menu_icon {
  border-right: 1px dotted #cccccc;
  margin: 0px;
  padding: 0px;
}
#menu .dropdown-menu {
  position: absolute;
  left: 0;
  top: auto;
  z-index: 98 !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 #e42644;
}
/* 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;
  font-size: 1.1rem;
  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.42857143;
  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;
  font-size: .85em;
}
.anchor_list dt {
  width: 100%;
  clear: both;
  padding: 5px;
  font-weight: 500;
  font-size: 1.1rem;
  color: #bf1832;
  text-transform: uppercase;
  /*-webkit-font-smoothing: antialiased;*/
  /* -moz-osx-font-smoothing: grayscale; */
}
.anchor_list dd {
  margin: 2px 0;
  -webkit-border-radius: 3px 3px 3px 3px !important;
  border-radius: 3px 3px 3px 3px !important;
}
.anchor_list dd a {
  width: 100%;
  line-height: 140%;
  display: block;
  padding: 3px 10px;
  color: black;
  font-weight: 400;
  text-shadow: 0 1px 0 white;
}
.anchor_list dd a:hover {
  background: white;
  color: #bf1832;
}
.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;
  font-size: 1.1rem;
  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: #f4f4f4;
  border: 1px solid #eeeeee;
  text-shadow: 0 1px 0 white;
  margin: 3px;
  -webkit-border-radius: 3px 3px 3px 3px !important;
  border-radius: 3px 3px 3px 3px !important;
}
.follow_list dd:hover {
  background: white;
}
.follow_list dd.twitter:hover i {
  color: #15a1d3;
}
.follow_list dd.facebook:hover i {
  color: #344e87;
}
.follow_list dd.gplus:hover i {
  color: #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: black;
}
#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: Arial, Helvetica, "HelveticaNeue-Light", "Helvetica Neue Light", 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: Arial, Helvetica, "HelveticaNeue-Light", "Helvetica Neue Light", sans-serif;
  font-weight: 500;
  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;
  z-index: 999999999999999999999999 !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: Arial, Helvetica, "HelveticaNeue-Light", "Helvetica Neue Light", 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(/assets/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(/assets/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(/assets/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: Arial, Helvetica, "HelveticaNeue-Light", "Helvetica Neue Light", 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: Arial, Helvetica, "HelveticaNeue-Light", "Helvetica Neue Light", 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: Arial, Helvetica, "HelveticaNeue-Light", "Helvetica Neue Light", 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: Arial, Helvetica, "HelveticaNeue-Light", "Helvetica Neue Light", 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: Arial, Helvetica, "HelveticaNeue-Light", "Helvetica Neue Light", sans-serif;
  font-weight: 300;
}
.pagination li.active a {
  font-weight: bold;
  background: #64818e !important;
  border: 1px solid #64818e !important;
}
.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);
}
.menu-loggin label {
  font-family: Arial, Helvetica, "HelveticaNeue-Light", "Helvetica Neue Light", sans-serif;
  font-weight: 300;
}
.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;
}
.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;
}
.menu-loggin .btn {
  padding: 1px 	5px;
}
#menu .dropdown-toggle {
  z-index: 1 !important;
}
/******* ETIQUETAS EN NOTICIA *******/
div[itemprop="keywords"] {
  -webkit-border-radius: 0px 0px 0px 0px !important;
  border-radius: 0px 0px 0px 0px !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
div[itemprop="keywords"] .cliche_keywords {
  font-family: Arial, Helvetica, "HelveticaNeue-Light", "Helvetica Neue Light", sans-serif;
  border-top: 1px dotted #cccccc;
  text-transform: uppercase;
  padding: 10px 0px;
  font-weight: 400 !important;
  font-size: .85em;
  color: black;
  margin: 0;
}
div[itemprop="keywords"] ul {
  overflow: hidden;
  min-height: 1%;
  padding: 0;
  margin: 0;
}
div[itemprop="keywords"] li {
  float: left;
  list-style: none;
  margin: 0;
  padding: 3px;
  border: none;
}
div[itemprop="keywords"] li .label {
  text-shadow: none;
}
div[itemprop="keywords"] li a .label {
  -webkit-border-radius: 2px 2px 2px 2px !important;
  border-radius: 2px 2px 2px 2px !important;
  background: #809aa5;
  font-weight: 400 !important;
  font-size: .9em;
  line-height: 100%;
  padding: 2px 4px;
  margin-bottom: 2px !important;
  color: #fff !important;
}
div[itemprop="keywords"] li a:hover .label {
  background: #eeeeee;
  color: black !important;
}
.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 {
  text-align: center;
  padding: 0;
  margin: 0;
}
#social_buttons.vertical,
.social_buttons.vertical {
  min-height: 1%;
  overflow: hidden;
}
#social_buttons.vertical .panel,
.social_buttons.vertical .panel {
  max-width: 100%;
  width: auto;
  float: left;
}
#social_buttons.vertical .panel .sharrre,
.social_buttons.vertical .panel .sharrre {
  float: left;
  border: none;
  border-right: 1px solid #eeeeee;
}
#social_buttons.vertical .panel .sharrre:last-child,
.social_buttons.vertical .panel .sharrre:last-child {
  border: none;
}
#social_buttons.vertical .panel .sharrre .box,
.social_buttons.vertical .panel .sharrre .box {
  min-height: 1%;
  overflow: hidden;
}
#social_buttons.vertical .panel .sharrre .box a,
.social_buttons.vertical .panel .sharrre .box a,
#social_buttons.vertical .panel .sharrre .box span,
.social_buttons.vertical .panel .sharrre .box span {
  display: block;
  float: left;
}
#social_buttons .panel,
.social_buttons .panel {
  -webkit-border-radius: 2px 2px 2px 2px !important;
  border-radius: 2px 2px 2px 2px !important;
  border-color: #cccccc;
  box-sizing: border-box;
  margin: 0 auto;
  min-height: 1%;
  overflow: hidden;
}
#social_buttons .panel .sharrre,
.social_buttons .panel .sharrre {
  border-top: 1px dotted #eeeeee;
  cursor: pointer;
  text-align: center;
  min-height: 1%;
  overflow: hidden;
  /*
                &#twitter:hover .box {
                     background: @c-twitter;
                     i, .count {color: #fff !important;}    
                }
            
                &#facebook:hover .box {
                     background: @c-facebook;                     
                     i, .count {color: #fff !important;}    
                }
            
                &#googleplus:hover .box { 
                     background: @c-gplus;                
                     i, .count {color: #fff !important;}    
                }     	
                &#user_comments:hover .box { 
                     background: @brand-secondary;                
                     i, .count {color: #fff !important;}    
                }  
                
                */
}
#social_buttons .panel .sharrre#twitter .box i,
.social_buttons .panel .sharrre#twitter .box i {
  color: #15a1d3;
}
#social_buttons .panel .sharrre#facebook .box i,
.social_buttons .panel .sharrre#facebook .box i {
  color: #344e87;
}
#social_buttons .panel .sharrre#googleplus .box i,
.social_buttons .panel .sharrre#googleplus .box i {
  color: #c0241c;
}
#social_buttons .panel .sharrre#user_comments .box i,
.social_buttons .panel .sharrre#user_comments .box i {
  color: #809aa5;
}
#social_buttons .panel .sharrre:first-child,
.social_buttons .panel .sharrre:first-child {
  border-top: none;
}
#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:hover,
.social_buttons .panel .sharrre .box:hover {
  background: #eeeeee;
}
#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_buttons.col-xs-2 .panel {
  width: 50px;
}
/* -------- */
/* MODIFICACIÓN CABECERO DE LA PÁGINA */
#header_article #social_buttons,
#header_article .social_buttons {
  float: right;
  width: auto;
}
#header_article #social_buttons .panel,
#header_article .social_buttons .panel {
  float: right;
  width: auto !important;
  border: none;
  box-shadow: none;
  border-color: #eeeeee;
}
#header_article #social_buttons .panel .sharrre,
#header_article .social_buttons .panel .sharrre {
  float: left;
  width: auto;
  border: none;
  height: 40px;
}
#header_article #social_buttons .panel .sharrre:first-child,
#header_article .social_buttons .panel .sharrre:first-child {
  border-left: none;
}
#header_article #social_buttons .panel .sharrre#facebook .box,
#header_article .social_buttons .panel .sharrre#facebook .box {
  background-color: #344e87;
}
#header_article #social_buttons .panel .sharrre#twitter .box,
#header_article .social_buttons .panel .sharrre#twitter .box {
  background-color: #15a1d3;
}
#header_article #social_buttons .panel .sharrre#googleplus .box,
#header_article .social_buttons .panel .sharrre#googleplus .box {
  background-color: #c0241c;
}
#header_article #social_buttons .panel .sharrre#user_comments .box,
#header_article .social_buttons .panel .sharrre#user_comments .box {
  background-color: #809aa5;
}
#header_article #social_buttons .panel .sharrre .box,
#header_article .social_buttons .panel .sharrre .box {
  float: left !important;
  clear: none !important;
  height: 30px;
  min-width: 50px;
  padding: 0 5px 0 10px;
}
#header_article #social_buttons .panel .sharrre .box a,
#header_article .social_buttons .panel .sharrre .box a {
  float: left;
  width: auto;
  text-align: center;
  color: white;
}
#header_article #social_buttons .panel .sharrre .box .count,
#header_article .social_buttons .panel .sharrre .box .count {
  display: block !important;
  float: left !important;
  text-align: center;
  color: white;
  font-size: .9em;
  line-height: 2.6em;
  font-weight: 300;
  padding: 0 5px;
}
#header_article #social_buttons .panel .sharrre .box i,
#header_article .social_buttons .panel .sharrre .box i {
  font-size: .80em;
  line-height: 1em;
  display: inline-block;
  color: white;
}
#header_article #social_buttons .panel .sharrre .box i.glyphicon-comment,
#header_article .social_buttons .panel .sharrre .box i.glyphicon-comment {
  font-size: .75em;
}
#header_article #social_buttons .panel .sharrre .box .share,
#header_article .social_buttons .panel .sharrre .box .share {
  display: block;
  float: left;
  font-size: 20px;
  text-decoration: none;
}
#header_article #social_buttons .panel .sharrre .box .share:before,
#header_article .social_buttons .panel .sharrre .box .share:before {
  font-family: "webicons" !important;
  font-style: normal;
  text-transform: none !important;
  font-weight: 300;
}
/* FIN MODIFICACIÓN CABECERO DE LA PÁGINA */
/*
#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 .separador {
  margin-top: 0 !important;
  margin-bottom: 0;
}
footer .tb {
  width: 100%;
  display: table;
  margin: 0;
  /* ie */
}
footer .tb .td {
  border-right: 1px solid #eeeeee;
  float: none !important;
  display: table-cell;
  /* ie */
}
footer .tb .td:last-child {
  border-right: none;
}
footer dl {
  margin: 0;
}
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 a.dropdown-toggle {
  border: 1px solid #cccccc !important;
  background: #f4f4f4;
  text-shadow: 0 1px 0 white;
  -webkit-border-radius: 2px 2px 2px 2px !important;
  border-radius: 2px 2px 2px 2px !important;
}
footer .social .open a.dropdown-toggle {
  background: white;
  border-radius: 2px 2px 0px 0px !important;
  border-bottom: 1px solid white !important;
}
footer .social dt {
  width: 100%;
  clear: both;
  padding: 5px;
  font-weight: 500;
  font-size: 1.1rem;
  color: #bf1832;
  text-transform: uppercase;
  /*-webkit-font-smoothing: antialiased;*/
  /* -moz-osx-font-smoothing: grayscale; */
}
footer .social dd {
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
  margin-right: 15px;
}
footer .social dd a.dropdown-toggle {
  cursor: pointer;
  color: #333333;
  padding: 7px;
  border: 1px solid #ffffff;
  font: 13px Arial, Helvetica, "HelveticaNeue-Light", "Helvetica Neue Light", 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;
}
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: #809aa5;
}
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: 7px 2px 7px 2px;
  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: Arial, Helvetica, "HelveticaNeue-Light", "Helvetica Neue Light", 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;
  min-width: 40px;
  display: inline-block;
  text-align: right;
}
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: black;
  font-size: 1.8rem;
  padding-top: 2px;
}
footer .mobile_os dt {
  width: 100%;
  clear: both;
  padding: 5px;
  font-weight: 500;
  font-size: 1.1rem;
  color: #bf1832;
  text-transform: uppercase;
  /*-webkit-font-smoothing: antialiased;*/
  /* -moz-osx-font-smoothing: grayscale; */
}
footer .mobile_os dd {
  float: left;
  text-transform: uppercase;
}
footer .mobile_os dd .fa {
  padding: 0;
  font-size: 27px;
  line-height: 0em;
  position: relative;
  /*top: 4px;*/
}
footer .mobile_os dd a {
  color: #666666;
  font-size: .85em;
  position: relative;
}
footer .legal_footer {
  list-style: none;
  margin: 0;
  padding: 0 0 0 180px;
  font-weight: 300;
  font-size: .8em;
  background: url(/default/2015/04/10/00121428657928069247347/Foto/confianza-logo.jpg) top left no-repeat;
  background-size: 150px 29px;
  min-height: 1%;
  overflow: hidden;
}
footer .legal_footer li {
  margin: 0;
  padding: 0 10px 8px 0;
  float: left;
}
footer .legal_footer li .address {
  /*  display: none;*/
}
footer .legal_footer li.copy {
  width: 100%;
  clear: both;
  padding-bottom: 0 !important;
}
#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;
  font-weight: 400 !important;
}
#comments .comments {
  float: right !important;
  display: block;
  font-size: 1.2em;
}
#comments .comments i {
  margin: 0 5px 0 15px;
  font-size: .95em;
  color: #809aa5;
}
#comments .comments .commentCount {
  display: inline-block;
  position: relative;
  font-size: .7em;
  font-weight: 400;
  margin-top: -5px;
  top: -4px;
}
#comments .comments .commentCount:after {
  content: " comentarios";
  text-transform: none;
}
#comments #login_comments,
#comments #form_send {
  -webkit-border-radius: 2px 2px 2px 2px !important;
  border-radius: 2px 2px 2px 2px !important;
  background: #f4f4f4;
  text-shadow: 0px 1px white;
  webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 15px;
  border: 0;
  min-height: 1%;
  overflow: hidden;
}
#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: Arial, Helvetica, "HelveticaNeue-Light", "Helvetica Neue Light", 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 {
  -webkit-border-radius: 2px 2px 2px 2px !important;
  border-radius: 2px 2px 2px 2px !important;
  webkit-box-shadow: none;
  margin-right: 0px;
  box-shadow: none;
}
.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 {
  -webkit-border-radius: 2px 2px 2px 2px !important;
  border-radius: 2px 2px 2px 2px !important;
}
.comments-thread .nav.nav-voz li a:hover {
  color: #000000;
}
.comments-thread .nav.nav-voz li a.active:hover {
  color: #cccccc;
}
.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 2px 2px !important;
  border-radius: 0px 0px 2px 2px !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 .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: 2px 2px 2px 2px !important;
  border-radius: 2px 2px 2px 2px !important;
  border: 1px solid #cccccc;
  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: #809aa5;
  text-decoration: underline;
}
.comments-thread ol li .wrap .additional_data .comment_context .time {
  /*  background: #ccc !important;*/
}
.comments-thread ol li .wrap .additional_data .comment_context .time time {
  display: none;
}
.comments-thread ol li .wrap .additional_data .comment_context .time:before {
  content: none !important;
}
.comments-thread ol li .wrap .additional_data .comment_context .time:after {
  content: none !important;
}
.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;
  width: 100%;
}
.comments-thread ol li .wrap .comment_content p[itemprop="commentText"] strong {
  display: block;
  color: black;
  font-weight: 500;
}
.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: Arial, Helvetica, "HelveticaNeue-Light", "Helvetica Neue Light", sans-serif;
  font-weight: 500;
  font-size: 20px;
  float: left;
}
#scoreboard header span {
  float: right;
  font-family: Arial, Helvetica, "HelveticaNeue-Light", "Helvetica Neue Light", 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: Arial, Helvetica, "HelveticaNeue-Light", "Helvetica Neue Light", 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: Arial, Helvetica, "HelveticaNeue-Light", "Helvetica Neue Light", 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;
  /* 
				&: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;
}
/* Hack marcador portada A13 */
#homepage .open_layout #scoreboard div[class^="col-"] {
  display: inline-block !important;
  float: left !important;
  border: none !important;
}
/* 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: Arial, Helvetica, "HelveticaNeue-Light", "Helvetica Neue Light", 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: Arial, Helvetica, "HelveticaNeue-Light", "Helvetica Neue Light", 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: Arial, Helvetica, "HelveticaNeue-Light", "Helvetica Neue Light", 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: Arial, Helvetica, "HelveticaNeue-Light", "Helvetica Neue Light", 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: Arial, Helvetica, "HelveticaNeue-Light", "Helvetica Neue Light", 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: Arial, Helvetica, "HelveticaNeue-Light", "Helvetica Neue Light", 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 */
  /** SEPARACI�N CUANDO SE EMPIEZA CON P�RRAFOS DE TEXTO **/
  /** COMIENZO RETRANSMISI�N **/
}
.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: #809aa5;
  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;
  /* ie */
  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;
  /*text-rendering: auto;*/
  float: left;
  width: 75%;
  display: block;
}
.retransmision div[itemprop="articleBody"] blockquote span:before,
.retransmision div[itemprop="articleBody"] blockquote span:after {
  color: #809aa5;
  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 Arial, Helvetica, "HelveticaNeue-Light", "Helvetica Neue Light", 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"] [itemprop^="text"] + .ret_content {
  margin-top: 25px;
}
.retransmision div[itemprop="articleBody"] .ret_content {
  border-top: 1px solid black;
  margin-bottom: 25px;
  /** CADA ITEM RETRANSMISI�N **/
}
.retransmision div[itemprop="articleBody"] .ret_content .item:first-child {
  border-top: none;
}
.retransmision div[itemprop="articleBody"] .ret_content .item {
  padding: 15px 0 15px 0;
  border-top: 1px solid #eeeeee;
  border-radius: 0;
  display: block;
  min-height: 1%;
  overflow: hidden;
}
.retransmision div[itemprop="articleBody"] .ret_content .item:last-child {
  padding-bottom: 0;
}
.retransmision div[itemprop="articleBody"] .ret_content .item a {
  text-decoration: underline;
}
.retransmision div[itemprop="articleBody"] .ret_content .item.alert {
  border: none;
  border-top: 2px solid #d20000;
  margin-bottom: 20px !important;
}
.retransmision div[itemprop="articleBody"] .ret_content .item .min {
  color: #333333;
  position: relative;
  padding-right: 2%;
  text-align: right;
  font-weight: 300;
  font-size: 1em;
  width: 12%;
  float: left !important;
}
.retransmision div[itemprop="articleBody"] .ret_content .item .min i {
  position: relative;
  font-size: .8em;
  left: -3px;
  top: -2px;
  display: block;
}
.retransmision div[itemprop="articleBody"] .ret_content .item .min i.fa-square.yellow {
  color: #f6d232;
}
.retransmision div[itemprop="articleBody"] .ret_content .item .min i.fa-square.red {
  color: #c20000;
}
.retransmision div[itemprop="articleBody"] .ret_content .item .min i.fa-circle {
  color: #d20000;
}
.retransmision div[itemprop="articleBody"] .ret_content .item .live {
  border-left: 1px dotted #809aa5;
  padding-left: 15px;
  position: relative;
  float: right !important;
  width: 88%;
  min-height: 80px;
}
.retransmision div[itemprop="articleBody"] .ret_content .item .live a {
  text-decoration: none;
}
.retransmision div[itemprop="articleBody"] .ret_content .item .live .more-live {
  margin: 10px 0 !important;
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  padding: 1px 5px;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  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;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 300;
}
.retransmision div[itemprop="articleBody"] .ret_content .item .live .more-live:hover,
.retransmision div[itemprop="articleBody"] .ret_content .item .live .more-live:focus,
.retransmision div[itemprop="articleBody"] .ret_content .item .live .more-live:active,
.retransmision div[itemprop="articleBody"] .ret_content .item .live .more-live.active,
.open .dropdown-toggle.retransmision div[itemprop="articleBody"] .ret_content .item .live .more-live {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.retransmision div[itemprop="articleBody"] .ret_content .item .live .more-live:active,
.retransmision div[itemprop="articleBody"] .ret_content .item .live .more-live.active,
.open .dropdown-toggle.retransmision div[itemprop="articleBody"] .ret_content .item .live .more-live {
  background-image: none;
}
.retransmision div[itemprop="articleBody"] .ret_content .item .live .more-live.disabled,
.retransmision div[itemprop="articleBody"] .ret_content .item .live .more-live[disabled],
fieldset[disabled] .retransmision div[itemprop="articleBody"] .ret_content .item .live .more-live,
.retransmision div[itemprop="articleBody"] .ret_content .item .live .more-live.disabled:hover,
.retransmision div[itemprop="articleBody"] .ret_content .item .live .more-live[disabled]:hover,
fieldset[disabled] .retransmision div[itemprop="articleBody"] .ret_content .item .live .more-live:hover,
.retransmision div[itemprop="articleBody"] .ret_content .item .live .more-live.disabled:focus,
.retransmision div[itemprop="articleBody"] .ret_content .item .live .more-live[disabled]:focus,
fieldset[disabled] .retransmision div[itemprop="articleBody"] .ret_content .item .live .more-live:focus,
.retransmision div[itemprop="articleBody"] .ret_content .item .live .more-live.disabled:active,
.retransmision div[itemprop="articleBody"] .ret_content .item .live .more-live[disabled]:active,
fieldset[disabled] .retransmision div[itemprop="articleBody"] .ret_content .item .live .more-live:active,
.retransmision div[itemprop="articleBody"] .ret_content .item .live .more-live.disabled.active,
.retransmision div[itemprop="articleBody"] .ret_content .item .live .more-live[disabled].active,
fieldset[disabled] .retransmision div[itemprop="articleBody"] .ret_content .item .live .more-live.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.retransmision div[itemprop="articleBody"] .ret_content .item .live .more-live:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.retransmision div[itemprop="articleBody"] .ret_content .item .live .more-live:hover,
.retransmision div[itemprop="articleBody"] .ret_content .item .live .more-live:focus {
  color: #333333;
  text-decoration: none;
}
.retransmision div[itemprop="articleBody"] .ret_content .item .live .more-live:active,
.retransmision div[itemprop="articleBody"] .ret_content .item .live .more-live.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);
}
.retransmision div[itemprop="articleBody"] .ret_content .item .live .more-live.disabled,
.retransmision div[itemprop="articleBody"] .ret_content .item .live .more-live[disabled],
fieldset[disabled] .retransmision div[itemprop="articleBody"] .ret_content .item .live .more-live {
  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;
}
.retransmision div[itemprop="articleBody"] .ret_content .item .live h2 {
  font-family: Arial, Helvetica, "HelveticaNeue-Light", "Helvetica Neue Light", sans-serif;
  line-height: 120%;
  font-weight: 500;
  font-size: 1.2em;
  color: black;
  font-weight: bold !important;
}
.retransmision div[itemprop="articleBody"] .ret_content .item .live > .photo {
  width: 100%;
}
.retransmision div[itemprop="articleBody"] .ret_content .item .live .mini {
  margin-left: 0px !important;
  margin-top: 0px !important;
  width: 100% !important;
}
.retransmision div[itemprop="articleBody"] .ret_content .item .live .mini .author {
  -webkit-border-radius: 2px 2px 2px 2px !important;
  border-radius: 2px 2px 2px 2px !important;
  text-shadow: 0px 1px white;
  background: #f4f4f4;
  width: 100% !important;
  margin-bottom: 15px;
  overflow: show;
  padding: 7px;
  float: left;
  clear: both;
}
.retransmision div[itemprop="articleBody"] .ret_content .item .live .mini .author:before {
  border-right: 10px solid #f4f4f4;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid transparent;
  position: absolute;
  content: " ";
  z-index: 11;
  left: -5px;
  height: 0;
  width: 0;
  top: 2px;
}
.retransmision div[itemprop="articleBody"] .ret_content .item .live .mini .author .avatar {
  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;
  float: left;
  padding: 0;
  margin: 0;
}
.retransmision div[itemprop="articleBody"] .ret_content .item .live .mini .author .avatar img {
  height: 100%;
}
.retransmision div[itemprop="articleBody"] .ret_content .item .live .mini .author .profile {
  padding: 14px 0 0 7px;
  line-height: 100%;
  min-height: 55px;
  float: left;
}
.retransmision div[itemprop="articleBody"] .ret_content .item .live .mini .author .profile [itemprop^="name"] {
  font-family: Georgia, "Times New Roman", Times, serif;
  display: block;
  clear: both;
}
.retransmision div[itemprop="articleBody"] .ret_content .item .live .mini .author .profile [itemprop^="jobTitle"] {
  font-size: .85em;
}
.retransmision div[itemprop="articleBody"] .ret_content .item .live .mini a.btn-mini {
  -webkit-border-radius: 2px 2px 2px 2px !important;
  border-radius: 2px 2px 2px 2px !important;
  color: black;
  border: none;
}
.retransmision div[itemprop="articleBody"] .ret_content .item .live .mini a.btn-mini:hover {
  text-shadow: none;
}
.retransmision div[itemprop="articleBody"] .ret_content .item .live .panel.panel-default {
  box-shadow: none;
  border: none;
  float: right !important;
}
.retransmision div[itemprop="articleBody"] .ret_content .item .live .panel.panel-default .count {
  display: none;
}
.retransmision div[itemprop="articleBody"] .ret_content .item .live .panel.panel-default .sharrre {
  display: inline-block;
}
.retransmision div[itemprop="articleBody"] .ret_content .item .live .panel.panel-default .sharrre a {
  text-decoration: none !important;
  padding: 5px 10px 5px 5px;
  color: #cccccc !important;
  border: none !important;
}
.retransmision div[itemprop="articleBody"] .ret_content .item .live .panel.panel-default .sharrre a:hover {
  color: #666666 !important;
}
.twitter-tweet {
  margin: 20px 0 20px 0 !important;
  display: block;
}
/* TABLET */
@media (min-width: 768px) and (max-width: 1024px) {
  .retransmision div[itemprop="articleBody"] .ret_content .item .live h2 {
    font-size: 2.4em !important;
  }
  .retransmision div[itemprop="articleBody"] .ret_content .item .min {
    font-size: 1.3em !important;
  }
}
/* MOVILES */
@media (max-width: 767px) {
  .retransmision div[itemprop="articleBody"] .ret_content .item .live h2 {
    font-size: 2.2em !important;
  }
  .retransmision div[itemprop="articleBody"] .ret_content .item .min {
    font-size: 1.8em !important;
  }
}
/** 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;
  margin: 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 {
  /*.avatar(60px, 60px);*/
  width: 60px !important;
  height: 60px !important;
  overflow: hidden !important;
  border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  margin: 0 10px 0 0;
}
.profiles ul li span.author .avatar span,
.profiles ul li span.contributor .avatar span {
  filter: gray !important;
  /* IE6-9 */
  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");
  -webkit-filter: grayscale(100%) !important;
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
.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;
  /* ie */
}
.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: #809aa5;
  border-bottom: 1px dotted #809aa5;
}
.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;
  text-align: center;
  float: left !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /*text-rendering: auto;*/
}
.profiles ul li span.author .profile .social,
.profiles ul li span.contributor .profile .social {
  display: block;
  padding: 0 !important;
}
.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;
  text-transform: lowercase;
}
.profiles ul li span.author .profile .social a:last-child,
.profiles ul li span.contributor .profile .social a:last-child {
  margin-bottom: 0px !important;
}
.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"); */
  filter: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cfilter%20id%3D%22desaturate%22%3E%3CfeColorMatrix%20type%3D%22saturate%22%20values%3D%220%22/%3E%3C/filter%3E%3C/svg%3E#desaturate);
  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 **/
/** ADAPTACIÓN DE PROFILE_CARD (article_authors.php) para listas de autor e hiperlocales **/
#homepage_author .profiles,
#homepage_author_opinion .profiles,
#homepage_author_mmedia .profiles {
  margin: 0 0 40px 0;
  background: #f4f4f4;
  text-shadow: 0 1px 0 white;
  -webkit-border-radius: 4px 4px 4px 4px !important;
  border-radius: 4px 4px 4px 4px !important;
  /*
    	.cliche_small {
    		display: none;
    	}
    
    	 //Foto
        .avatar {
    	    
    	    margin: auto;
    	    display: block;
    	    text-align: center;
    	    width: 100% !important;
    	    .clear();
    		     
            span {
    	        .avatar(140px, 140px);
    	        margin: auto auto 10px auto !important;
    	        float: none !important;
    	        img { width: 100% !important; }
    	    }
        }
    
    	span[itemprop="name"] {
    		a {
    			font-size: 1.7em !important;
     			font-family: @font-family-serif !important;	
    			display: block;
    			text-decoration: none !important;
    			border: none !important;
    			color: @black !important;
    			text-align: center;
    			font-style: italic;
    		}
    	}
    	
    	span[itemprop="jobTitle"]{
    		&:before { content: "" !important; }
    		display: block;
    		text-align: center;
    	}
    	
    	p {
    		display: block;
    		margin-top: 5px;
    		font-family: @font-family-sans-serif;
    		font-weight: 100;
    		line-height: 160% !important;
    		font-style: italic;
    		border-bottom: 1px dotted @gray;
    		margin-bottom: 0px;
    		padding-bottom: 10px;           
    		
    	}
    	
    	 
        // REDES SOCIALES
        .social {
            
            margin-top: 0px;
            display: block;
            padding: 0 0 10px 0;
            text-align: left;
            .clear();        
    	   
            a {
            	display: block;
                font-size: 0.9em;
                color: @gray-dark;
                margin: 0;
                padding: 5px;
                font-weight: 300;
    			border-bottom: 1px dotted @gray;              
                border-top: 1px dotted white;         
                color: @gray-darker;
                span {
    	            padding-left: 10px;
    	            color: @gray-dark;
                }
                
                &:last-child {
                	border-bottom: none;
                	margin-bottom: 10px;
                }
                
            }
    
    	    // Google Plus
    	    .gplus {
                &:before {content:"\f0d5"; font-family: fontAwesome; position: relative; top: 1px; color: @c-gplus;}
    	    }
    
            // Twitter
            .twitter {
                &:before {content:"\f099"; font-family: fontAwesome; position: relative; top: 1px; color: @c-twitter;}                                    
            }
    
            // Facebook
            .fb {
                &:before {content:"\f09a"; font-family: fontAwesome; position: relative; top: 1px; color: @c-facebook;}                                            
            }
    
            // Mail
            .mail {
                &:before {content:"\f0e0"; font-family: fontAwesome; position: relative; top: 1px; color: gray;}                                            
            }
    
        }
		*/
}
#homepage_author .profiles .cliche_small,
#homepage_author_opinion .profiles .cliche_small,
#homepage_author_mmedia .profiles .cliche_small {
  display: none;
}
#homepage_author .profiles ul:hover,
#homepage_author_opinion .profiles ul:hover,
#homepage_author_mmedia .profiles ul:hover {
  background: transparent !important;
}
#homepage_author .profiles ul li,
#homepage_author_opinion .profiles ul li,
#homepage_author_mmedia .profiles ul li {
  border: none;
}
#homepage_author .profiles ul li .author:hover,
#homepage_author_opinion .profiles ul li .author:hover,
#homepage_author_mmedia .profiles ul li .author:hover {
  background: transparent !important;
}
#homepage_author .profiles ul li .author .avatar,
#homepage_author_opinion .profiles ul li .author .avatar,
#homepage_author_mmedia .profiles ul li .author .avatar {
  margin: auto;
  display: block;
  text-align: center;
  width: 100% !important;
  height: auto !important;
  min-height: 1%;
  overflow: hidden;
}
#homepage_author .profiles ul li .author .avatar span,
#homepage_author_opinion .profiles ul li .author .avatar span,
#homepage_author_mmedia .profiles ul li .author .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;
}
#homepage_author .profiles ul li .author .avatar span img,
#homepage_author_opinion .profiles ul li .author .avatar span img,
#homepage_author_mmedia .profiles ul li .author .avatar span img {
  height: 100%;
}
#homepage_author .profiles ul li .author .avatar span img,
#homepage_author_opinion .profiles ul li .author .avatar span img,
#homepage_author_mmedia .profiles ul li .author .avatar span img {
  width: 100% !important;
}
#homepage_author .profiles ul li .author .profile,
#homepage_author_opinion .profiles ul li .author .profile,
#homepage_author_mmedia .profiles ul li .author .profile {
  display: block !important;
}
#homepage_author .profiles ul li .author .profile span[itemprop="name"],
#homepage_author_opinion .profiles ul li .author .profile span[itemprop="name"],
#homepage_author_mmedia .profiles ul li .author .profile span[itemprop="name"] {
  font: italic 2.2rem Georgia, "Times New Roman", Times, serif;
  display: block;
  color: #000000;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 5px !important;
}
#homepage_author .profiles ul li .author .profile span[itemprop="jobTitle"],
#homepage_author_opinion .profiles ul li .author .profile span[itemprop="jobTitle"],
#homepage_author_mmedia .profiles ul li .author .profile span[itemprop="jobTitle"] {
  display: block;
  text-align: center;
  font-weight: 400;
  font-size: 1.4rem;
}
#homepage_author .profiles ul li .author .profile span[itemprop="jobTitle"]:before,
#homepage_author_opinion .profiles ul li .author .profile span[itemprop="jobTitle"]:before,
#homepage_author_mmedia .profiles ul li .author .profile span[itemprop="jobTitle"]:before {
  content: "" !important;
}
#homepage_author .profiles ul li .author .profile [itemprop="description"],
#homepage_author_opinion .profiles ul li .author .profile [itemprop="description"],
#homepage_author_mmedia .profiles ul li .author .profile [itemprop="description"] {
  display: block;
  margin-top: 5px;
  width: 100%;
  font: 300 italic 1.4rem/160% Arial, Helvetica, "HelveticaNeue-Light", "Helvetica Neue Light", sans-serif;
  border-bottom: 1px dotted #cccccc;
  color: #666666;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /*text-rendering: auto;*/
}
#homepage_author .profiles ul li .author .profile .social,
#homepage_author_opinion .profiles ul li .author .profile .social,
#homepage_author_mmedia .profiles ul li .author .profile .social {
  margin-top: 0;
  display: block;
  padding: 0;
  text-align: left;
  overflow: visible;
  float: left;
  width: 100%;
  min-height: 1%;
  overflow: hidden;
}
#homepage_author .profiles ul li .author .profile .social a,
#homepage_author_opinion .profiles ul li .author .profile .social a,
#homepage_author_mmedia .profiles ul li .author .profile .social a {
  display: block;
  float: left;
  font-size: 1.4rem;
  margin: 0;
  padding: 5px;
  font-weight: 300;
  width: 100%;
  border-bottom: 1px dotted #cccccc;
  border-top: 1px dotted white;
  color: #333333;
}
#homepage_author .profiles ul li .author .profile .social a span,
#homepage_author_opinion .profiles ul li .author .profile .social a span,
#homepage_author_mmedia .profiles ul li .author .profile .social a span {
  padding-left: 10px;
  color: #666666;
  display: inline;
}
#homepage_author .profiles ul li .author .profile .social a:last-child,
#homepage_author_opinion .profiles ul li .author .profile .social a:last-child,
#homepage_author_mmedia .profiles ul li .author .profile .social a:last-child {
  border-bottom: none;
  margin-bottom: 10px;
}
#homepage_author .profiles ul li .author .profile .social .gplus:before,
#homepage_author_opinion .profiles ul li .author .profile .social .gplus:before,
#homepage_author_mmedia .profiles ul li .author .profile .social .gplus:before {
  content: "\f0d5";
  font-family: fontAwesome;
  position: relative;
  top: 1px;
  color: #c0241c;
}
#homepage_author .profiles ul li .author .profile .social .twitter:before,
#homepage_author_opinion .profiles ul li .author .profile .social .twitter:before,
#homepage_author_mmedia .profiles ul li .author .profile .social .twitter:before {
  content: "\f099";
  font-family: fontAwesome;
  position: relative;
  top: 1px;
  color: #15a1d3;
}
#homepage_author .profiles ul li .author .profile .social .fb:before,
#homepage_author_opinion .profiles ul li .author .profile .social .fb:before,
#homepage_author_mmedia .profiles ul li .author .profile .social .fb:before {
  content: "\f09a";
  font-family: fontAwesome;
  position: relative;
  top: 1px;
  color: #344e87;
}
#homepage_author .profiles ul li .author .profile .social .mail:before,
#homepage_author_opinion .profiles ul li .author .profile .social .mail:before,
#homepage_author_mmedia .profiles ul li .author .profile .social .mail:before {
  content: "\f0e0";
  font-family: fontAwesome;
  position: relative;
  top: 1px;
  color: gray;
}
#homepage_author .profiles ul li .author .profile .social .link:before,
#homepage_author_opinion .profiles ul li .author .profile .social .link:before,
#homepage_author_mmedia .profiles ul li .author .profile .social .link:before {
  content: "\f0c1";
  font-family: fontAwesome;
  position: relative;
  top: 1px;
  color: gray;
}
#homepage_author .profiles ul li .author.opinion [itemprop="description"],
#homepage_author_opinion .profiles ul li .author.opinion [itemprop="description"],
#homepage_author_mmedia .profiles ul li .author.opinion [itemprop="description"] {
  font-family: Georgia, "Times New Roman", Times, serif;
}
#homepage_author #cloud,
#homepage_author_opinion #cloud,
#homepage_author_mmedia #cloud {
  padding: 10px;
  background: white;
  margin-top: -40px;
  border-top: 1px dotted #cccccc;
}
#homepage_author #cloud strong,
#homepage_author_opinion #cloud strong,
#homepage_author_mmedia #cloud strong {
  display: block;
  color: #bf1832;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 0.9em;
}
#homepage_author #cloud a,
#homepage_author_opinion #cloud a,
#homepage_author_mmedia #cloud a {
  font-weight: 300;
}
#homepage_author #cloud a:hover,
#homepage_author_opinion #cloud a:hover,
#homepage_author_mmedia #cloud a:hover {
  color: #bf1832 !important;
}
/** CAPA FICHAS DE AUTORES PARA LISTAS**/
.bio-lista {
  margin: 0 0 40px 0;
  padding: 20px 10px 10px 10px !important;
  background: #f4f4f4;
  text-shadow: 0 1px 0 white;
}
.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;
  font-style: italic;
}
.bio-lista span[itemprop="jobTitle"] {
  display: block;
  text-align: center;
}
.bio-lista span[itemprop="jobTitle"]:before {
  content: "" !important;
}
.bio-lista p {
  display: block;
  margin-top: 5px;
  font-family: Arial, Helvetica, "HelveticaNeue-Light", "Helvetica Neue Light", sans-serif;
  font-weight: 100;
  line-height: 160% !important;
  font-style: italic;
  border-bottom: 1px dotted #cccccc;
  margin-bottom: 0px;
  padding-bottom: 10px;
}
.bio-lista .social {
  margin-top: 0px;
  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;
  border-top: 1px dotted white;
  color: #333333;
}
.bio-lista .social a span {
  padding-left: 10px;
  color: #666666;
}
.bio-lista .social a:last-child {
  border-bottom: none;
  margin-bottom: 10px;
}
.bio-lista .social .gplus:before {
  content: "\f0d5";
  font-family: fontAwesome;
  position: relative;
  top: 1px;
  color: #c0241c;
}
.bio-lista .social .twitter:before {
  content: "\f099";
  font-family: fontAwesome;
  position: relative;
  top: 1px;
  color: #15a1d3;
}
.bio-lista .social .fb:before {
  content: "\f09a";
  font-family: fontAwesome;
  position: relative;
  top: 1px;
  color: #344e87;
}
.bio-lista .social .mail:before {
  content: "\f0e0";
  font-family: fontAwesome;
  position: relative;
  top: 1px;
  color: gray;
}
.bio-lista .social .link:before {
  content: "\f0c1";
  font-family: fontAwesome;
  position: relative;
  top: 1px;
  color: gray;
}
.bio-lista #cloud {
  padding: 10px;
  background: white;
  margin: -12px -10px -10px -10px;
  border-top: 1px dotted #cccccc;
}
.bio-lista #cloud strong {
  display: block;
  color: #bf1832;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 0.9em;
}
.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 viejos */
.modal {
  width: 100%;
  background: #fff;
  box-shadow: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  overflow: auto;
  background: transparent;
}
.modal .pub {
  text-align: center;
  margin: 0 0 10px 0;
}
.modal .pub img {
  width: auto;
  margin: auto;
}
.modal footer {
  margin: 0 0 25px 0;
  clear: both;
}
.modal .head {
  position: relative;
  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;
  border-bottom: 1px solid #eeeeee;
  z-index: 99999999;
  overflow: visible;
  border-bottom: 1px solid #ccc\9;
  min-height: 1%;
  overflow: hidden;
}
.modal .head .td {
  float: none !important;
  display: table-cell;
  /* ie */
  vertical-align: middle;
}
.modal .head > div {
  padding: 5px;
}
.modal .head > div.ga-title {
  width: 70%;
  text-align: left;
  padding: 0 0 0 15px;
}
.modal .head > div.ga-title a,
.modal .head > div.ga-title p a {
  border: none;
}
.modal .head > div.ga-title h1 {
  margin-bottom: 3px;
}
.modal .head > div.ga-title .btn-mini {
  border: 1px solid #eeeeee;
  background: #f4f4f4;
  text-wrap: none;
}
.modal .head > div .social {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}
.modal .head > div .social a.dropdown-toggle {
  cursor: pointer;
  color: #333333;
  padding: 7px;
  border: 1px solid #ffffff;
  font: 1em Arial, Helvetica, "HelveticaNeue-Light", "Helvetica Neue Light", 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;
}
.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: #809aa5;
}
.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: 7px 2px 7px 2px;
  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: Arial, Helvetica, "HelveticaNeue-Light", "Helvetica Neue Light", 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;
  min-width: 40px;
  display: inline-block;
  text-align: right;
}
.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.pull-right {
  float: right !important;
}
.modal .head > div.modal-close .btn {
  float: right;
  border: none !important;
  display: block;
  background: transparent !important;
}
.modal .head > div.modal-close .btn i {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  background: #222;
  color: #fff;
  font-size: 1.3em;
  text-align: center;
  font-style: normal !important;
  line-height: 135%;
  /*&Cross;*/
}
.modal .head > div.pull-right {
  border: none;
}
.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;
  box-shadow: none;
}
.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;
  position: relative;
}
.modal .photo figure {
  margin: 0;
  padding: 0;
}
.modal .photo .pie {
  background: none repeat scroll 0 0 #f4f4f4;
  display: block;
  font-weight: 200;
  margin: 10px 0 0 0;
  text-align: left;
  width: 100%;
  min-height: 1%;
  overflow: hidden;
}
.modal .photo .pie .description {
  color: #666666;
  display: inline;
  font-family: "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em !important;
  font-weight: 300;
  text-align: left;
  text-transform: inherit;
}
.modal .photo .pie .rel_info {
  display: inline-block;
  margin: 0;
  min-height: inherit !important;
  overflow: visible !important;
  padding: 0 5px 0 0;
  top: auto !important;
  color: #999999;
  font-size: 1.1rem;
  line-height: 100%;
  position: relative;
  top: -1px;
}
.modal .photo .pie .rel_info a {
  color: #666666;
}
.modal .photo .pie .rel_info span[itemprop="author"],
.modal .photo .pie .rel_info span[itemprop="publisher"] {
  text-transform: uppercase;
  font-size: 1.1em;
  float: none !important;
  padding: 0;
}
.modal .photo .pie .rel_info span[itemprop="author"]:before,
.modal .photo .pie .rel_info span[itemprop="publisher"]:before {
  content: "Foto: ";
}
.modal .photo .pie .rel_info span[itemprop="author"]:after,
.modal .photo .pie .rel_info span[itemprop="publisher"]:after {
  content: ".";
}
.modal .photo .pie strong {
  width: 60px;
  float: right;
  font: 12px Georgia;
  display: block;
  margin-top: 10px;
  color: #666;
}
.modal .photo.h_crop {
  max-width: 980px;
}
.modal .photo.h_crop figure img {
  max-width: 100%;
  height: auto;
}
.modal .photo.v_crop {
  width: 900px;
}
.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: 660px;
}
.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;
  background: #f4f4f4;
}
.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 .rel_info .author a {
  color: #666666;
}
.modal .photo.v_crop > div .pie strong {
  font: 12px Georgia;
  display: block;
  margin-top: 30px;
  color: #666;
  text-align: left;
}
.modal .carousel-bar {
  display: none;
}
.modal .control-lat {
  position: fixed;
  top: 30%;
  z-index: 99999999999;
  background: #f4f4f4;
  padding: 15px;
}
.modal .control-lat.inactive {
  display: none;
}
.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: Arial, Helvetica, "HelveticaNeue-Light", "Helvetica Neue Light", sans-serif;
  text-transform: uppercase;
  color: #666666;
  font-size: 15px;
  font-weight: lighter !important;
}
.modal .control-lat span.on {
  display: block;
}
.modal .control-lat:hover span {
  display: block;
}
.modal #modal-lat-prev {
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  left: 0;
}
.modal #modal-lat-prev span {
  padding-left: 15px;
}
.modal #modal-lat-next {
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  right: 0;
}
.modal #modal-lat-next span {
  padding-right: 15px;
}
#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;
  line-height: 155% !important;
  padding: 0;
  color: #666;
  text-align: center;
  border: 1px solid #ccc;
  float: right;
  border: none !important;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  background: #222;
  color: #fff;
  font-size: 1.5em;
}
#rel-close:hover {
  background: #222;
}
#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;
  opacity: 1\9;
}
/* Hack */
.no-rgba .modal-backdrop {
  background: #fff;
}
.no-rgba .modal-backdrop.in {
  opacity: 1 !important;
  /* Web browsers that does not support RGBa */
  background: #ffffff;
  /* IE 8 suppoerted */
  /* Here some time problem for Hover than you can use background color/image */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#88000000, endColorstr=#88000000)";
  /* Below IE7 supported */
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#88000000, endColorstr=#88000000)";
}
.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);
}
/**** Nuevo modal detalle ***/
.detalle {
  min-width: 1010px;
  /* Modal nuevo video */
  /* Hack modals transicion */
}
.detalle #header_article {
  position: relative !important;
  border-bottom: 1px solid #eeeeee !important;
  position: relative;
  min-height: 1px;
  padding-left: 13px;
  padding-right: 13px;
  width: 100%;
}
.detalle #header_article.affix {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.detalle #header_article.affix > div:first-child {
  width: 100%;
}
.detalle #album-info {
  border-bottom: 1px solid #eeeeee;
  padding: 0;
  margin: -10px 0 0 0;
  display: table !important;
  width: 100%;
}
.detalle #album-info .pagination {
  text-align: center;
  padding: 10px !important;
  width: 10%;
  display: table-cell;
  box-shadow: none;
  margin: 0;
  vertical-align: middle;
  font-weight: 300;
}
.detalle #album-info .name {
  border-left: 1px solid #eeeeee;
  padding: 15px 10px 10px 20px !important;
  width: 90%;
  display: table-cell;
}
.detalle #album-info h1 {
  margin: 0;
  font-size: 1.4em;
  font-weight: 400 !important;
}
.detalle #album-info p {
  font-weight: 300;
}
.detalle #album-info p a {
  font-weight: 500;
}
.detalle .modal {
  position: relative;
}
.detalle header {
  background: #fff;
  border-bottom: 1px solid #eeeeee;
}
.detalle header .dropdown {
  margin: 0;
  padding: 0;
  position: relative;
}
.detalle header .dropdown a.dropdown-toggle {
  cursor: pointer;
  color: #333333;
  padding: 7px;
  border: 1px solid #ffffff;
  font: 15px Arial, Helvetica, "HelveticaNeue-Light", "Helvetica Neue Light", 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;
}
.detalle header .dropdown a.dropdown-toggle span {
  text-transform: uppercase;
  padding: 0 0 0 8px;
}
.detalle header .dropdown a.dropdown-toggle .num {
  font-weight: 300 !important;
}
.detalle header .dropdown a.dropdown-toggle i.fa-angle-down {
  font-size: 15px !important;
  line-height: auto;
  top: auto;
  padding-left: 5px;
}
.detalle header .dropdown a.dropdown-toggle i.fa-share-alt,
.detalle header .dropdown a.dropdown-toggle i.fa-comment {
  color: #809aa5;
}
.detalle header .dropdown a.dropdown-toggle:hover i.fa-twitter {
  color: #15a1d3 !important;
}
.detalle header .dropdown a.dropdown-toggle:hover i.fa-facebook {
  color: #344e87 !important;
}
.detalle header .dropdown a.dropdown-toggle:hover i.fa-google-plus {
  color: #c0241c !important;
}
.detalle header .dropdown a.dropdown-toggle:hover i.fa-youtube {
  color: #cb1727 !important;
}
.detalle header .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;
}
.detalle header .dropdown.open > a:first-child i.fa-twitter {
  color: #15a1d3 !important;
}
.detalle header .dropdown.open > a:first-child i.fa-facebook {
  color: #344e87 !important;
}
.detalle header .dropdown.open > a:first-child i.fa-google-plus {
  color: #c0241c !important;
}
.detalle header .dropdown.open > a:first-child i.fa-youtube {
  color: #cb1727 !important;
}
.detalle header .dropdown.open > ul {
  z-index: 99999 !important;
  margin-top: -1px !important;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
  min-width: 100%;
  width: "150px";
  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: 7px 2px 7px 2px;
  min-height: 1%;
  overflow: hidden;
  /* 1 Col */
  /* 2 Col */
  /* 3 Col */
  /* 4 Col */
}
.detalle header .dropdown.open > ul dl {
  margin: 0 !important;
}
.detalle header .dropdown.open > ul dl dt {
  display: none;
}
.detalle header .dropdown.open > ul dl dd {
  width: 100%;
  text-transform: none !important;
}
.detalle header .dropdown.open > ul dl dd > a {
  border-radius: 4px;
  padding: 4px;
  font-family: Arial, Helvetica, "HelveticaNeue-Light", "Helvetica Neue Light", sans-serif;
  font-weight: 300;
  font-size: 13px;
  border: none;
  color: #333333 !important;
}
.detalle header .dropdown.open > ul dl dd > a i {
  width: 20px;
  text-align: center;
}
.detalle header .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;
  min-width: 40px;
  display: inline-block;
  text-align: right;
}
.detalle header .dropdown.open > ul dl dd > a:hover {
  color: #333333;
  background: #f4f4f4;
}
.detalle header .dropdown.open > ul li:nth-child(1):nth-last-child(1) {
  width: 100%;
  display: block;
  float: left;
  margin: 0;
}
.detalle header .dropdown.open > ul li:nth-child(1):nth-last-child(2),
.detalle header .dropdown.open > ul li:nth-child(2):nth-last-child(1) {
  width: 50%;
  display: block;
  float: left;
  margin: 0;
}
.detalle header .dropdown.open > ul li:nth-child(1):nth-last-child(3),
.detalle header .dropdown.open > ul li:nth-child(2):nth-last-child(2),
.detalle header .dropdown.open > ul li:nth-child(3):nth-last-child(1) {
  width: 33.3333%;
  display: block;
  float: left;
  margin: 0;
}
.detalle header .dropdown.open > ul li:nth-child(1):nth-last-child(4),
.detalle header .dropdown.open > ul li:nth-child(2):nth-last-child(3),
.detalle header .dropdown.open > ul li:nth-child(3):nth-last-child(2),
.detalle header .dropdown.open > ul li:nth-child(4):nth-last-child(1) {
  width: 25%;
  display: block;
  float: left;
  margin: 0;
}
.detalle header #social_buttons,
.detalle header .social_buttons {
  float: right;
}
.detalle header #social_buttons .panel,
.detalle header .social_buttons .panel {
  width: auto !important;
  float: left;
  width: auto;
  max-width: 100%;
  -webkit-border-radius: 3px 3px 3px 3px !important;
  border-radius: 3px 3px 3px 3px !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #eeeeee;
}
.detalle header #social_buttons .panel .sharrre,
.detalle header .social_buttons .panel .sharrre {
  max-width: 100%;
  float: left;
  width: auto;
  border-top: none;
  height: 40px;
  border-left: 1px dotted #eeeeee;
}
.detalle header #social_buttons .panel .sharrre:first-child,
.detalle header .social_buttons .panel .sharrre:first-child {
  border-left: none;
}
.detalle header #social_buttons .panel .sharrre .box,
.detalle header .social_buttons .panel .sharrre .box {
  float: left !important;
  clear: none !important;
  height: 30px;
}
.detalle header #social_buttons .panel .sharrre .box a,
.detalle header .social_buttons .panel .sharrre .box a {
  float: left;
  width: auto;
  text-align: center;
  font-size: 2em;
  line-height: 1.4em;
  margin-top: 0px;
}
.detalle header #social_buttons .panel .sharrre .box .count,
.detalle header .social_buttons .panel .sharrre .box .count {
  display: block !important;
  float: left !important;
  text-align: center;
  color: #666666;
  font-size: 1em;
  line-height: 2em;
  font-weight: 300;
  padding-right: 5px;
}
.detalle header #social_buttons .panel .sharrre .box i,
.detalle header .social_buttons .panel .sharrre .box i {
  margin: 0 !important;
  padding: 0 5px !important;
}
.detalle header #social_buttons .panel .sharrre .box i:before,
.detalle header .social_buttons .panel .sharrre .box i:before {
  margin: 0 !important;
  padding: 0 !important;
}
.detalle header #social_buttons .panel .sharrre .box i.icon-star-empty,
.detalle header .social_buttons .panel .sharrre .box i.icon-star-empty {
  color: #ccc;
}
.detalle header #social_buttons .panel .sharrre .box i.glyphicon-comment,
.detalle header .social_buttons .panel .sharrre .box i.glyphicon-comment {
  font-size: .8em;
  line-height: 1.2em;
}
.detalle header #social_buttons .panel .sharrre .box .share,
.detalle header .social_buttons .panel .sharrre .box .share {
  display: block;
  float: left;
  font-size: 20px;
  text-decoration: none;
}
.detalle header #social_buttons .panel .sharrre .box .share:before,
.detalle header .social_buttons .panel .sharrre .box .share:before {
  font-family: "webicons" !important;
  font-style: normal;
  text-transform: none !important;
  font-weight: 300;
}
.detalle header > div a.btn {
  float: left !important;
  cursor: pointer;
  display: block;
  margin: 0 !important;
  padding: 8px 0 8px 0 !important;
  border: none !important;
  box-shadow: none !important;
  font-size: 14px !important;
}
.detalle header > div img {
  max-height: 35px;
  width: auto;
}
.detalle header > div i {
  font-size: 14px !important;
  font-weight: lighter;
  color: #333333;
}
.detalle header > div h1 {
  padding: 10px;
}
.detalle header > div dl {
  margin: 0 !important;
  float: left;
  position: relative;
}
.detalle header > div dl dt {
  display: none;
}
.detalle header > div dl .dropdown-toggle {
  padding: 8px 5px 8px 5px !important;
  border: 1px solid #ffffff !important;
}
.detalle header > div dl dd {
  display: inline-block;
}
.detalle header > div dl dd a:hover {
  color: #000000 !important;
}
.detalle header > div dl dd.open .dropdown-toggle {
  border-top: 1px solid #cccccc !important;
  border-left: 1px solid #cccccc !important;
  border-right: 1px solid #cccccc !important;
}
.detalle header > div dl dd.scrollComments span {
  display: none;
}
.detalle header > div dl dd.scrollComments span.num {
  display: inline-block;
}
.detalle header > div h1 {
  display: block;
}
.detalle header > div p {
  display: block;
  color: #666666 !important;
  text-align: center !important;
}
.detalle header > div p a {
  text-align: center;
}
.detalle .carousel,
.detalle .media_data {
  height: 750px;
  background: #f4f4f4;
  border: none;
  padding: 20px;
}
.detalle .carousel .control-lat,
.detalle .media_data .control-lat {
  position: absolute;
  top: 33% !important;
  width: 100px;
  background: none;
  border-radius: 0 !important;
  text-align: center;
  padding: 0 !important;
  color: #666666;
  z-index: 99999999999;
}
.detalle .carousel .control-lat:hover,
.detalle .media_data .control-lat:hover {
  color: #333333;
}
.detalle .carousel .control-lat#modal-lat-prev,
.detalle .media_data .control-lat#modal-lat-prev {
  left: 0 !important;
}
.detalle .carousel .control-lat#modal-lat-next,
.detalle .media_data .control-lat#modal-lat-next {
  right: 0 !important;
}
.detalle .carousel .control-lat span,
.detalle .media_data .control-lat span {
  display: none !important;
}
.detalle .carousel .control-lat i,
.detalle .media_data .control-lat i {
  width: 100%;
  text-align: center;
  font-size: 5em !important;
  background: #f4f4f4;
  padding: 20px;
  border-radius: 8px;
}
.detalle .carousel .carousel-inner,
.detalle .media_data .carousel-inner {
  background: #f4f4f4;
  border: none !important;
  margin: auto !important;
  padding: 0 !important;
  position: relative;
  height: 750px;
  width: 980px;
}
.detalle .carousel .carousel-inner .pie,
.detalle .media_data .carousel-inner .pie {
  background: #f4f4f4;
  display: block;
  font-weight: 200;
  margin: 10px 0 0 0;
  text-align: left;
  width: 100%;
  min-height: 1%;
  overflow: hidden;
}
.detalle .carousel .carousel-inner .pie .description,
.detalle .media_data .carousel-inner .pie .description {
  color: #666666;
  display: inline;
  font-family: "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em !important;
  font-weight: 300 !important;
  text-align: left;
  text-transform: inherit;
}
.detalle .carousel .carousel-inner .pie .rel_info,
.detalle .media_data .carousel-inner .pie .rel_info {
  display: inline-block;
  margin: 0;
  min-height: inherit !important;
  overflow: visible !important;
  padding: 0 5px 0 0;
  top: auto !important;
  color: #999999;
  font-size: 1.1rem;
  line-height: 100%;
  position: relative;
  top: -1px;
}
.detalle .carousel .carousel-inner .pie .rel_info a,
.detalle .media_data .carousel-inner .pie .rel_info a {
  color: #666666;
}
.detalle .carousel .carousel-inner .pie .rel_info span[itemprop="author"],
.detalle .media_data .carousel-inner .pie .rel_info span[itemprop="author"],
.detalle .carousel .carousel-inner .pie .rel_info span[itemprop="publisher"],
.detalle .media_data .carousel-inner .pie .rel_info span[itemprop="publisher"] {
  text-transform: uppercase;
  font-size: 1.1em;
  float: none !important;
  padding: 0;
}
.detalle .carousel .carousel-inner .pie .rel_info span[itemprop="author"]:before,
.detalle .media_data .carousel-inner .pie .rel_info span[itemprop="author"]:before,
.detalle .carousel .carousel-inner .pie .rel_info span[itemprop="publisher"]:before,
.detalle .media_data .carousel-inner .pie .rel_info span[itemprop="publisher"]:before {
  content: "Foto: ";
}
.detalle .carousel .carousel-inner .pie .rel_info span[itemprop="author"]:after,
.detalle .media_data .carousel-inner .pie .rel_info span[itemprop="author"]:after,
.detalle .carousel .carousel-inner .pie .rel_info span[itemprop="publisher"]:after,
.detalle .media_data .carousel-inner .pie .rel_info span[itemprop="publisher"]:after {
  content: ".";
}
.detalle .carousel .carousel-inner .pie strong,
.detalle .media_data .carousel-inner .pie strong {
  width: 60px;
  float: right;
  font: 12px Georgia;
  display: block;
  margin-top: 10px;
  color: #666;
}
.detalle .video {
  margin: auto !important;
}
.detalle .video .author a {
  color: #666666;
  font-weight: 300;
  padding-top: 5px;
}
.detalle .photo {
  margin: auto !important;
  background: #f4f4f4 !important;
}
.detalle .photo.h_crop {
  max-width: 100% !important;
}
.detalle .photo.h_crop .pub,
.detalle .photo.h_crop .ad_block {
  height: 90px;
}
.detalle .photo.h_crop .rel_info {
  margin: 0px;
  color: #666666;
  float: left;
  padding-top: 5px !important;
}
.detalle .photo.h_crop .rel_info .author a {
  color: #666666;
}
.detalle .photo.v_crop {
  width: 900px;
}
.detalle .photo.v_crop figure {
  float: left;
  margin: 0;
  width: 520px;
}
.detalle .photo.v_crop figure img {
  width: auto;
  height: auto;
  max-width: 520px;
  max-height: 690px;
}
.detalle .photo.v_crop > div {
  width: 350px;
  float: right;
  margin: auto;
  min-height: 1%;
  overflow: hidden;
}
.detalle .photo.v_crop > div .pub {
  margin: 30px 0 0 0;
  text-align: left;
}
.detalle .photo.v_crop > div .pie {
  margin-bottom: 10px;
  text-align: left;
  background: #f4f4f4;
}
.detalle .photo.v_crop > div .pie .rel_info {
  display: block;
  text-align: left;
  padding-top: 5px;
  min-height: 1%;
  overflow: hidden;
}
.detalle .photo.v_crop > div .pie .rel_info .author {
  float: none;
}
.detalle .photo.v_crop > div .pie .rel_info .author a {
  color: #666666;
}
.detalle .photo.v_crop > div .pie strong {
  font: 12px Georgia;
  display: block;
  margin-top: 30px;
  color: #666;
  text-align: left;
}
.detalle .pub {
  margin: 0 0 20px 0;
}
.detalle .detalle_grafico {
  height: auto !important;
}
.detalle .detalle_grafico .carousel-inner {
  height: auto !important;
}
.detalle .container {
  width: 980px;
  margin-top: 30px !important;
  padding: 0;
}
.detalle .container .expanded .carousel-inner {
  padding: 0 !important;
  background: #ffffff;
  height: auto !important;
  width: 100% !important;
}
.detalle .container .expanded .carousel-inner .row > div {
  margin: 0 0;
  padding: 0;
  width: 100%;
  float: none;
}
.detalle .container .expanded .carousel-inner .row > div .article {
  border-top: 1px dotted #cccccc;
  padding: 10px 0 10px 0;
}
.detalle .container .expanded .carousel-inner .row > div .article article {
  margin: 0;
  padding: 0;
}
.detalle .container .expanded .carousel-inner .row > div .article article header h2 {
  height: auto;
  padding: 5px 0 5px 0;
}
.detalle .modal article {
  height: auto !important;
}
.detalle .modal.modal-album.in .carousel-inner {
  position: static !important;
  height: auto !important;
}
#noticia_rel {
  position: fixed;
  bottom: 0;
  right: 20px;
  max-width: 300px;
  max-height: 100px;
  background: #ffffff;
  z-index: 9999999999;
  border: 1px solid #cccccc;
  padding: 15px;
  display: none;
}
#noticia_rel strong {
  color: #666666;
  font-size: 0.8em;
  display: block;
  text-transform: uppercase;
}
#noticia_rel h2 {
  font-size: 1.1em;
  margin: 0;
  padding: 5px 0 5px 0;
  color: #000000;
}
/* Detalle video */
body.detalle_video #header_article {
  background: #252525 !important;
  border-bottom: 1px solid #333 !important;
}
body.detalle_video #menu {
  background: none !important;
  border: none !important;
}
body.detalle_video #menu a {
  color: #999 !important;
  border: none !important;
}
body.detalle_video #social_buttons {
  background: none !important;
}
body.detalle_video #social_buttons .panel {
  background: none !important;
}
body.detalle_video #album-info {
  background: #252729 !important;
  border: none;
  border-bottom: 1px solid #353535 !important;
}
body.detalle_video #album-info .name {
  border: none !important;
}
body.detalle_video #album-info .name h1 a {
  color: #fff;
}
body.detalle_video article.detalle_video {
  background: #252729 !important;
}
body.detalle_video article.detalle_video .carousel-inner {
  background: none !important;
}
/* Hacks iPhone */
.touch.mobile #ads_video {
  width: 90% !important;
}
.touch.mobile #ads_video #skip_ads {
  display: block !important;
  width: 100% !important;
  font-size: 2.1em;
  padding: 3%;
  margin-bottom: 3% !important;
}
.touch.mobile #ads_video video {
  /*background: @gray-lighter;*/
}
.touch.mobile .modal-backdrop.in {
  opacity: 1 !important;
  background: #000 !important;
  display: none !important;
}
.touch.mobile body.modal-open {
  margin: 0 !important;
  background: #000 !important;
  overflow: auto !important;
}
.touch.mobile body.modal-open .Sky_izq,
.touch.mobile body.modal-open .Sky_drcho {
  display: none !important;
}
.touch.mobile .modal {
  position: relative !important;
  -webkit-overflow-scrolling: touch;
  width: 1010px !important;
  margin: auto !important;
  overflow: auto !important;
  background: #000 !important;
}
.touch.mobile .modal #rel-close {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
}
.touch.mobile .modal #rel-close i {
  margin-top: -3px !important;
  font-size: 2.5em;
}
.touch.mobile .modal #rel-close i.fa-angle-left {
  margin-left: -7px !important;
}
.touch.mobile .modal .control-lat {
  display: block;
  background: none;
  padding: 0;
  position: absolute !important;
  top: 40% !important;
  opacity: 0.8 !important;
}
.touch.mobile .modal .control-lat span {
  display: none !important;
}
.touch.mobile .modal .control-lat:active,
.touch.mobile .modal .control-lat:hover {
  opacity: 1 !important;
}
.touch.mobile .modal .control-lat i {
  display: block;
  font-size: 4em;
  width: 80px;
  height: 100px;
  line-height: 100px;
  background: #eeeeee;
  text-align: center;
}
.touch.mobile .modal .control-lat i.fa-angle-right {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.touch.mobile .modal .control-lat i.fa-angle-left {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.touch.mobile .modal .control-lat.inactive {
  display: none !important;
}
.touch.mobile .modal article {
  overflow: auto !important;
  margin: auto !important;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  /* pie mobile */
}
.touch.mobile .modal article .head {
  background: transparent !important;
  position: relative !important;
  overflow: normal !important;
  text-align: left !important;
  padding: 0 !important;
  margin: 0 auto 20px auto !important;
  border-bottom: 1px solid #666;
  background: #222 !important;
  /*
					position: absolute;
					top: 0 !important;
					left: 0 !important;
					right: 0 !important;
					bottom: auto !important;
					min-width: 980px !important;
					height: 70px;
				*/
  height: auto !important;
  box-shadow: none !important;
  display: table !important;
  width: 100% !important;
}
.touch.mobile .modal article .head h1 {
  font-size: 1.8em;
  font-family: Arial, Helvetica, "HelveticaNeue-Light", "Helvetica Neue Light", sans-serif;
  font-weight: 500 !important;
  background: #222 !important;
}
.touch.mobile .modal article .head h1 a {
  color: #fff !important;
}
.touch.mobile .modal article .head p {
  background: #222 !important;
}
.touch.mobile .modal article .head p a {
  font-size: 1.3em;
  color: #ccc !important;
}
.touch.mobile .modal article .head p a.btn-mini {
  border: none !important;
  text-decoration: none !important;
  box-shadow: none !important;
  color: #809aa5 !important;
  background: #333 !important;
}
.touch.mobile .modal article .head .td {
  display: table-cell !important;
  width: auto !important;
  margin: 0 !important;
  padding: 15px !important;
  min-height: 105px;
}
.touch.mobile .modal article .head .modal-control {
  display: none !important;
}
.touch.mobile .modal article .head .ga-title {
  width: 70% !important;
  background: #222 !important;
}
.touch.mobile .modal article .head .col-xs-2 {
  width: 17% !important;
}
.touch.mobile .modal article .head .col-xs-2 .social {
  float: right;
  background: none !important;
  width: 80%;
}
.touch.mobile .modal article .head .col-xs-2 .social a {
  border: none !important;
  color: #fff !important;
  text-shadow: none !important;
}
.touch.mobile .modal article .head .col-xs-2 .social a .num,
.touch.mobile .modal article .head .col-xs-2 .social a i {
  color: #fff !important;
}
.touch.mobile .modal article .head .col-xs-2 .social > a {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  background: #222;
}
.touch.mobile .modal article .head .col-xs-2 .social > a > span,
.touch.mobile .modal article .head .col-xs-2 .social > a .fa-angle-down {
  display: none !important;
}
.touch.mobile .modal article .head .col-xs-2 .social > a i {
  font-size: 2.7em;
  color: #666 !important;
}
.touch.mobile .modal article .head .col-xs-2 .social.open,
.touch.mobile .modal article .head .col-xs-2 .social:hover,
.touch.mobile .modal article .head .col-xs-2 .social:active {
  color: #fff !important;
}
.touch.mobile .modal article .head .col-xs-2 .social.open i,
.touch.mobile .modal article .head .col-xs-2 .social:hover i,
.touch.mobile .modal article .head .col-xs-2 .social:active i {
  color: #fff !important;
}
.touch.mobile .modal article .head .col-xs-2 .social.open ul,
.touch.mobile .modal article .head .col-xs-2 .social:hover ul,
.touch.mobile .modal article .head .col-xs-2 .social:active ul,
.touch.mobile .modal article .head .col-xs-2 .social.open a,
.touch.mobile .modal article .head .col-xs-2 .social:hover a,
.touch.mobile .modal article .head .col-xs-2 .social:active a {
  box-shadow: none !important;
  background: #666 !important;
  color: #fff !important;
  border: none !important;
  text-shadow: none !important;
}
.touch.mobile .modal article .head .col-xs-2 .social.open ul dl dd,
.touch.mobile .modal article .head .col-xs-2 .social:hover ul dl dd,
.touch.mobile .modal article .head .col-xs-2 .social:active ul dl dd,
.touch.mobile .modal article .head .col-xs-2 .social.open a dl dd,
.touch.mobile .modal article .head .col-xs-2 .social:hover a dl dd,
.touch.mobile .modal article .head .col-xs-2 .social:active a dl dd {
  padding: 5px;
}
.touch.mobile .modal article .head .col-xs-2 .social.open ul dl dd a,
.touch.mobile .modal article .head .col-xs-2 .social:hover ul dl dd a,
.touch.mobile .modal article .head .col-xs-2 .social:active ul dl dd a,
.touch.mobile .modal article .head .col-xs-2 .social.open a dl dd a,
.touch.mobile .modal article .head .col-xs-2 .social:hover a dl dd a,
.touch.mobile .modal article .head .col-xs-2 .social:active a dl dd a {
  font-size: 1.8em;
}
.touch.mobile .modal article .head .col-xs-2 .social.open ul dl dd a span,
.touch.mobile .modal article .head .col-xs-2 .social:hover ul dl dd a span,
.touch.mobile .modal article .head .col-xs-2 .social:active ul dl dd a span,
.touch.mobile .modal article .head .col-xs-2 .social.open a dl dd a span,
.touch.mobile .modal article .head .col-xs-2 .social:hover a dl dd a span,
.touch.mobile .modal article .head .col-xs-2 .social:active a dl dd a span {
  padding-left: 10px;
}
.touch.mobile .modal article .head .col-xs-2 .social.open ul dl dd .num,
.touch.mobile .modal article .head .col-xs-2 .social:hover ul dl dd .num,
.touch.mobile .modal article .head .col-xs-2 .social:active ul dl dd .num,
.touch.mobile .modal article .head .col-xs-2 .social.open a dl dd .num,
.touch.mobile .modal article .head .col-xs-2 .social:hover a dl dd .num,
.touch.mobile .modal article .head .col-xs-2 .social:active a dl dd .num {
  display: none;
}
.touch.mobile .modal article .head .modal-close {
  width: 12% !important;
}
.touch.mobile .modal article .head .modal-close #modal-close {
  display: block;
  text-align: center;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  box-shadow: none !important;
  background: none !important;
  width: auto !important;
  height: auto !important;
}
.touch.mobile .modal article .head .modal-close #modal-close i {
  display: block;
  width: 50px;
  height: 50px;
  background: #f4f4f4;
  color: #333;
  border-radius: 50% !important;
  font-size: 1.5em !important;
  padding: 5px;
}
.touch.mobile .modal article .head .modal-close #modal-close i.fa-angle-left {
  display: none !important;
  margin-left: -9px !important;
}
.touch.mobile .modal article .head .modal-close #modal-close i:before {
  content: "";
}
.touch.mobile .modal article .pie > span {
  margin: 0 !important;
  font-size: 1.4em;
  display: block !important;
  float: none !important;
  width: 100% !important;
  background: #000;
}
.touch.mobile .modal article .pie > span span {
  float: none !important;
}
.touch.mobile .modal article .pie .rel_info {
  margin-top: 5px;
}
.touch.mobile .modal article .carousel-inner,
.touch.mobile .modal article .video,
.touch.mobile .modal article > .photo,
.touch.mobile .modal article #gallery-rel {
  margin: 0 auto 0 auto !important;
  width: 980px !important;
  overflow: auto !important;
  -webkit-overflow-scrolling: touch;
}
.touch.mobile .modal article .carousel-inner .photo,
.touch.mobile .modal article .video .photo,
.touch.mobile .modal article > .photo .photo,
.touch.mobile .modal article #gallery-rel .photo {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.touch.mobile .modal article .carousel-inner .photo img,
.touch.mobile .modal article .video .photo img,
.touch.mobile .modal article > .photo .photo img,
.touch.mobile .modal article #gallery-rel .photo img {
  width: 100%;
}
.touch.mobile .modal article .carousel-inner .photo.v_crop,
.touch.mobile .modal article .video .photo.v_crop,
.touch.mobile .modal article > .photo .photo.v_crop,
.touch.mobile .modal article #gallery-rel .photo.v_crop {
  width: 900px !important;
  margin: auto !important;
}
.touch.mobile .modal article .carousel-inner .photo.v_crop > div,
.touch.mobile .modal article .video .photo.v_crop > div,
.touch.mobile .modal article > .photo .photo.v_crop > div,
.touch.mobile .modal article #gallery-rel .photo.v_crop > div {
  float: left !important;
  margin-left: 20px;
}
.touch.mobile .modal article .carousel-inner .pie span,
.touch.mobile .modal article .video .pie span,
.touch.mobile .modal article > .photo .pie span,
.touch.mobile .modal article #gallery-rel .pie span {
  color: #fff !important;
}
.touch.mobile .modal article #gallery-rel {
  background: #000 !important;
}
.touch.mobile .modal article #gallery-rel .expanded {
  background: #000 !important;
}
.touch.mobile .modal article #gallery-rel .expanded section {
  background: #000 !important;
}
.touch.mobile .modal article #gallery-rel .expanded section h2 {
  border: none  !important;
  color: #eee;
}
.touch.mobile .modal article #gallery-rel .expanded section .carousel-inner h2 {
  color: #fff;
}
.touch.mobile .modal article #gallery-rel .expanded section .carousel-inner h2 a {
  color: #fff !important;
}
.touch.mobile .modal article #gallery-rel .expanded section .carousel-inner h2 p {
  color: #ccc !important;
}
/****************/
/*** CABECERO ***/
/****************/
#header .tb {
  padding: 0;
  height: 100px;
}
#header .td {
  vertical-align: middle;
  padding: 0;
  margin: 0;
}
#header .ad {
  text-align: right;
  margin-top: 5px;
}
#header #logo {
  text-align: center;
  margin-top: 20px;
}
#header #logo img {
  height: 65px;
}
#header .col-xs-16 .col-xs-4:first-child {
  margin-top: 25px;
}
#header .weather {
  min-height: 1%;
  overflow: hidden;
  text-align: center;
  width: 55px;
}
#header .weather img {
  width: 40px;
  height: 40px;
}
#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: 11px;
}
#header .date span:first-child {
  font-weight: 500;
  text-transform: uppercase;
  color: #666;
}
#header .date span a {
  font-size: 1em;
}
/*****************************/
/*** CABECERO EN ARTÍCULOS Y MOBILE ***/
/*****************************/
#header_article {
  border: none;
  width: 100%;
  /**** 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;
}
#header_article dl.pull-right {
  margin: 0;
}
#header_article dl.pull-right dt {
  display: none;
}
#header_article dl.pull-right dd {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}
#header_article dl.pull-right dd a.dropdown-toggle {
  cursor: pointer;
  color: #333333;
  padding: 7px;
  border: 1px solid #ffffff;
  font: 1em Arial, Helvetica, "HelveticaNeue-Light", "Helvetica Neue Light", 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;
}
#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: #809aa5;
}
#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: 7px 2px 7px 2px;
  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: Arial, Helvetica, "HelveticaNeue-Light", "Helvetica Neue Light", 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;
  min-width: 40px;
  display: inline-block;
  text-align: right;
}
#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: 1px solid #eeeeee;
}
#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: 0;
  background: #fff;
  border: none;
  border-bottom: 1px solid #ccc\9 !important;
  z-index: 2147483645 !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;
  /* ie */
  /**** 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;
  /* ie */
}
#header_mobile .dropdown {
  margin: 0;
  padding: 0;
  position: relative;
}
#header_mobile .dropdown a.dropdown-toggle {
  cursor: pointer;
  color: #333333;
  padding: 7px;
  border: 1px solid #ffffff;
  font: 1em Arial, Helvetica, "HelveticaNeue-Light", "Helvetica Neue Light", 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;
}
#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: #809aa5;
}
#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: 7px 2px 7px 2px;
  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: Arial, Helvetica, "HelveticaNeue-Light", "Helvetica Neue Light", 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;
  min-width: 40px;
  display: inline-block;
  text-align: right;
}
#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;
  color: #333333;
  padding: 7px;
  border: 1px solid #ffffff;
  font: 1em Arial, Helvetica, "HelveticaNeue-Light", "Helvetica Neue Light", 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;
}
#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: #809aa5;
}
#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: 7px 2px 7px 2px;
  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: Arial, Helvetica, "HelveticaNeue-Light", "Helvetica Neue Light", 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;
  min-width: 40px;
  display: inline-block;
  text-align: right;
}
#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;
}
/* Clase para metas IOS / Android */
#smartbanner {
  position: absolute;
  left: 0;
  top: -82px;
  border-bottom: 1px solid #e8e8e8;
  width: 100%;
  height: 78px;
  font-family: 'Helvetica Neue', sans-serif;
  background: -webkit-linear-gradient(top, #f4f4f4 0, #cdcdcd 100%);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  z-index: 9998;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  -webkit-text-size-adjust: none;
}
#smartbanner .sb-container {
  margin: 0 auto;
}
#smartbanner .sb-close {
  position: absolute;
  left: 5px;
  top: 5px;
  display: block;
  border: 2px solid #fff;
  width: 14px;
  height: 14px;
  font-family: ArialRoundedMTBold,Arial;
  font-size: 15px;
  line-height: 15px;
  text-align: center;
  color: #fff;
  background: #c5c5c5;
  text-decoration: none;
  text-shadow: none;
  border-radius: 14px;
  -webkit-font-smoothing: subpixel-antialiased;
}
#smartbanner .sb-button,
#smartbanner .sb-info {
  font-weight: 700;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  position: absolute;
}
#smartbanner .sb-close:active {
  font-size: 13px;
  color: #aaaaaa;
}
#smartbanner .sb-icon {
  position: absolute;
  left: 30px;
  top: 10px;
  display: block;
  width: 57px;
  height: 57px;
  background: rgba(0, 0, 0, 0.6);
  background-size: cover;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
#smartbanner.no-icon .sb-icon {
  display: none;
}
#smartbanner .sb-info {
  left: 98px;
  top: 18px;
  width: 44%;
  font-size: 11px;
  line-height: 1.2em;
  color: #6a6a6a;
}
#smartbanner #smartbanner.no-icon .sb-info {
  left: 34px;
}
#smartbanner .sb-info strong {
  display: block;
  font-size: 13px;
  color: #4d4d4d;
  line-height: 18px;
}
#smartbanner .sb-info > span {
  display: block;
}
#smartbanner .sb-info em {
  font-style: normal;
  text-transform: uppercase;
}
#smartbanner .sb-button {
  right: 20px;
  top: 24px;
  border: 1px solid #bfbfbf;
  padding: 0 10px;
  min-width: 10%;
  height: 24px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #6a6a6a;
  background: -webkit-linear-gradient(top, #efefef 0, #dcdcdc 100%);
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6), 0 1px 0 rgba(255, 255, 255, 0.7) inset;
}
#smartbanner .sb-button:active,
#smartbanner .sb-button:hover {
  background: -webkit-linear-gradient(top, #dcdcdc 0, #efefef 100%);
}
#smartbanner .sb-icon.gloss:after {
  content: '';
  position: absolute;
  left: 0;
  top: -1px;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 50%;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.7) 0, rgba(255, 255, 255, 0.2) 100%);
  border-radius: 10px 10px 12px 12px;
}
#smartbanner.android {
  background: #eee;
  border-top: none;
  box-shadow: none;
}
#smartbanner.android .sb-close {
  border: 0;
  width: 17px;
  height: 17px;
  line-height: 17px;
  color: #fff;
  background: #888;
  text-shadow: none;
  box-shadow: none;
}
#smartbanner.android .sb-close:active {
  color: #eeeeee;
}
#smartbanner.android .sb-info {
  color: #666;
  text-shadow: none;
}
#smartbanner.android .sb-info strong {
  color: #333333;
}
#smartbanner.android .sb-button {
  min-width: 12%;
  border: none;
  padding: 1px;
  color: #fff;
  background: 0 0;
  border-radius: 0;
  box-shadow: none;
}
#smartbanner.android .sb-button span {
  text-align: center;
  display: block;
  padding: 0 10px;
  background: #E42644!important;
  text-transform: none;
  text-shadow: none;
  box-shadow: none;
}
#smartbanner.android .sb-button:active,
#smartbanner.android .sb-button:hover {
  background: 0 0;
}
.alert {
  box-shadow: none;
  min-height: 1%;
  overflow: hidden;
}
.alert.panel {
  border-color: #cccccc;
  -webkit-border-radius: 2px 2px 2px 2px !important;
  border-radius: 2px 2px 2px 2px !important;
  overflow: hidden;
}
.alert h3 {
  background: #f4f4f4;
  margin: 0;
  padding: 13px;
  font-size: 14px;
  font-family: Arial, Helvetica, "HelveticaNeue-Light", "Helvetica Neue Light", sans-serif;
  float: left;
  text-transform: uppercase;
  z-index: 20;
  color: black;
  text-shadow: 0 1px 0 white;
  -webkit-border-radius: 2px 2px 2px 2px !important;
  border-radius: 2px 2px 2px 2px !important;
}
.alert > div {
  height: 40px;
  background: #fff;
  float: left;
  position: relative;
  padding: 12px 10px 8px 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: bold;
  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 {
  color: #cccccc;
  content: "\f105";
  font-size: .9em;
  font-weight: 300;
  padding: 0 5px 0 0;
  font-family: FontAwesome;
}
.alert > div h4 a {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /*text-rendering: auto;*/
  display: inline;
  font: 600 0.8em/100% Arial, Helvetica, "HelveticaNeue-Light", "Helvetica Neue Light", sans-serif !important;
  text-transform: none !important;
}
.alert > div strong {
  text-transform: uppercase;
  font-weight: bold !important;
}
.alert > div strong:after {
  content: ": ";
}
.alert.alert-danger h3 {
  background: #e42644;
  color: white;
  text-shadow: 0 -1px 0 #bf1832;
  -webkit-border-radius: 2px 2px 2px 2px !important;
  border-radius: 2px 2px 2px 2px !important;
}
.alert.alert-danger > div {
  background: white;
  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;
  text-shadow: 0 1px 0 white;
}
.alert span.nav {
  display: block;
  float: right;
  min-height: 40px;
  background: #f4f4f4;
  border-left: 1px dotted #eeeeee;
  text-shadow: 0 1px 0 white;
  font-weight: 200;
  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: #333333;
  /*
				&: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: Arial, Helvetica, "HelveticaNeue-Light", "Helvetica Neue Light", 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;
  -webkit-border-radius: 2px 2px 2px 2px !important;
  border-radius: 2px 2px 2px 2px !important;
}
.alert.carousel .carousel-inner .item > div {
  float: left;
  padding: 10px 10px 10px 20px;
  position: relative;
}
.alert.carousel .carousel-inner .item > div .fa-caret-right {
  position: absolute;
  top: 23%;
  left: -1px;
  font-size: 25px;
  color: #f4f4f4;
}
@font-face {
  font-family: 'WebFontsLVG';
  src: url('/assets/fonts/webicons-webfont.eot');
  src: url('/assets/fonts/webicons-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/assets/fonts/webicons-webfont.woff2') format('woff2'), /* Super Modern Browsers */ url('/assets/fonts/webicons-webfont.woff') format('woff'), /* Pretty Modern Browsers */ url('/assets/fonts/webicons-webfont.ttf') format('truetype'), /* Safari, Android, iOS */ url('/assets/fonts/webicons-webfont.svg#WebFontsLVG') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
.no-touch .photo:hover .media {
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.photo {
  color: #666666;
  padding: 0;
  margin: 0 0 0 0;
  min-height: 1%;
  overflow: hidden;
  background: #fff;
  -webkit-overflow-scrolling: touch;
  /* CASE PLAYING */
}
.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.interaccion_2 {
  cursor: pointer;
}
.photo.interaccion_2 figure {
  position: relative !important;
}
.photo.interaccion_2 figure .video-js {
  display: none;
  /* Erase Play button (autoplay on) */
}
.photo.interaccion_2 figure .video-js .vjs-big-play-button {
  display: none;
}
.photo.playing figure {
  position: relative;
  width: 100%;
  clear: both;
  /*
            img {z-index: 99 !important;}
            .media {z-index: 100 !important;}
            */
}
.photo.playing figure:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.photo.playing figure > * {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.photo.playing figure .video-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.photo.playing figure .vjs-big-play-button {
  display: none;
}
.photo.playing figure img,
.photo.playing figure .media {
  display: none !important;
}
.photo figure {
  width: 100%;
  position: relative;
  margin: 0;
}
.photo figure img {
  width: 100%;
  height: auto;
  margin: 0;
}
.photo figure .media {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 10;
  padding: 0px 5px;
  text-align: center;
  border: 3px solid #fff;
  width: 40px;
  height: 40px;
  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.streaming {
  /*
					i {
						&:after {
							width: 9px;
							height: 9px;
			                .border-radius(50%, 50%, 50%, 50%);
							position: relative;
							top: -3px;
							left: 5px;
							content: " ";
							display: inline-block;
							background-color: @brand-primary;
							.blink_me;
						}
					}

					// En el caso de ser de VTV
					&.vtv {
						i {
							&:after {
								top: -9px;
							}
						}
					}
					*/
}
@keyframes record {
  from {
    color: white;
  }
  to {
    color: #E42644;
    text-shadow: 0px 0px 4px #fff;
  }
}
.photo figure .media.streaming .fa + span:before,
.photo figure .media.streaming .icon + span:before {
  /*
							width: 40px;
							height: 40px;
							line-height: 34px;
							overflow: hidden;
							text-align: center;
							margin: 0 5px;
							*/
  animation-name: record;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  font-size: 14px !important;
  content: "\f111" !important;
  font-family: 'FontAwesome' !important;
}
.photo figure .media i {
  float: left;
  font-size: 1.6em;
  line-height: 1.6em;
  margin: 0;
  color: white;
  padding: 0 1px;
  text-transform: uppercase;
  font-weight: 200;
}
.photo figure .media i.icon {
  font-weight: lighter;
  font-size: 1.9em;
  line-height: 1.4em;
  margin-left: -4px;
}
.photo figure .media .expand {
  /*
                    float: left;
                    font-size: .9em;
                    line-height: 1.6em;
                    margin: 0;
                    color: white;
                    padding-left: 5px;
                    padding-right: 5px;
                    padding-top: .6em;
                    text-transform: uppercase;
                    font-weight: bold;
					*/
  display: none;
}
.photo figure .media .expand small {
  display: none;
}
.photo figure .media .detail {
  display: none;
}
.photo figure .media.play,
.photo figure .media.vtv {
  width: 100%;
  background: transparent !important;
  border: none;
}
.photo figure .media.play i,
.photo figure .media.vtv i {
  display: none;
}
.photo figure .media.play:before,
.photo figure .media.vtv:before {
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 24px;
  line-height: 34px;
  float: left;
  content: "V";
  font-family: 'WebFontsLVG';
  border: 3px solid white;
  color: #E42644 !important;
  margin-left: -3px;
  background: white;
  -webkit-border-radius: 3px 3px 3px 3px !important;
  border-radius: 3px 3px 3px 3px !important;
}
.photo figure .media.play .fa + span:before,
.photo figure .media.vtv .fa + span:before,
.photo figure .media.play .icon + span:before,
.photo figure .media.vtv .icon + span:before {
  width: 40px;
  height: 40px;
  line-height: 34px;
  overflow: hidden;
  text-align: center;
  margin: 0 5px;
  color: white;
  font-size: 22px;
  float: left;
  content: "W";
  font-family: 'WebFontsLVG';
  border: 3px solid white;
  margin-bottom: 10px;
  -webkit-border-radius: 3px 3px 3px 3px !important;
  border-radius: 3px 3px 3px 3px !important;
}
.photo p {
  margin-bottom: 0px;
  min-height: 1%;
  overflow: hidden;
  text-align: right;
}
.photo p span[itemprop="author"],
.photo p span[itemprop="publisher"],
.photo p span[itemprop="contributor"] {
  font: 0.9em/100% Georgia, "Times New Roman", Times, serif;
  text-transform: uppercase;
  /*float: right;*/
  padding: 5px 0 0 0;
  color: #999999 !important;
}
.photo p span[itemprop="author"] .avatar,
.photo p span[itemprop="publisher"] .avatar,
.photo p span[itemprop="contributor"] .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,
.photo p span[itemprop="contributor"] .avatar img {
  height: 100%;
}
.photo p span[itemprop="author"] a,
.photo p span[itemprop="publisher"] a,
.photo p span[itemprop="contributor"] a {
  color: #999999 !important;
}
.photo p span + span[itemprop="author"],
.photo p span + span[itemprop="publisher"],
.photo p span + span[itemprop="contributor"],
.photo p .ie-before {
  display: inline;
}
.photo p span + span[itemprop="author"]:before,
.photo p span + span[itemprop="publisher"]:before,
.photo p span + span[itemprop="contributor"]:before,
.photo p .ie-before:before {
  content: " / ";
  color: #cccccc;
}
/************* MODIFICACORES EN TAMAÑOS DE IMAGEN PEQUEÑOS **************/
.open_layout .col-xs-4 figure .media {
  position: absolute;
  padding: 2px;
  left: 5px;
  bottom: 5px;
  z-index: 10;
  width: 25px;
  height: 25px;
  border: 2px solid white;
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  -webkit-border-radius: 2px 2px 2px 2px !important;
  border-radius: 2px 2px 2px 2px !important;
  /* VIDEO */
}
.open_layout .col-xs-4 figure .media .expand {
  display: none;
}
.open_layout .col-xs-4 figure .media i {
  float: left;
  font-size: 1.1em !important;
  line-height: 20px;
  margin: 0;
  color: white;
  text-transform: uppercase;
  /*
							&.icon {
						        font-weight: lighter;
								font-size: 1.9em;
								line-height: 1.4em;
								margin-left: -4px;
							}
							*/
}
.open_layout .col-xs-4 figure .media.play,
.open_layout .col-xs-4 figure .media.vtv {
  border: none;
  padding: 0px;
}
.open_layout .col-xs-4 figure .media.play i,
.open_layout .col-xs-4 figure .media.vtv i {
  display: none;
}
.open_layout .col-xs-4 figure .media.play:before,
.open_layout .col-xs-4 figure .media.vtv:before {
  width: 25px;
  height: 25px;
  line-height: 23px !important;
  overflow: hidden;
  text-align: center;
  margin: 0;
  color: white !important;
  font-size: 12px;
  float: left;
  content: "W";
  font-family: 'WebFontsLVG';
  background: transparent !important;
  border: 2px solid white;
  -webkit-border-radius: 2px 2px 2px 2px !important;
  border-radius: 2px 2px 2px 2px !important;
}
.open_layout .col-xs-4 figure .media .fa + span:before,
.open_layout .col-xs-4 figure .media .icon + span:before {
  display: none;
}
/************* ESTILOS ESPECIALES DE COMPORTAMIENTO EN DETALLE **************/
.photo.h_crop.extended figure {
  width: 100%;
  position: relative;
  z-index: 1;
  /* Imagen */
  /* ICONOGRAFIA */
  /* CASE VIDEO */
  /* HOVER STATE */
}
.photo.h_crop.extended figure img {
  width: 100%;
}
.photo.h_crop.extended figure .media {
  position: absolute;
  bottom: 0;
  left: 10px;
  max-width: 100%;
  width: 100%;
  z-index: 2;
  margin: 0 10px 0 0;
  padding: 0;
  border: none;
  text-align: left;
  float: left;
  height: auto;
  /* icon */
  /* text */
  /* detail */
}
.photo.h_crop.extended figure .media .fa {
  width: 40px;
  height: 40px;
  line-height: 34px;
  overflow: hidden;
  text-align: center;
  margin: 0 5px 0 0;
  color: white;
  font-size: 22px;
  float: left;
  border: 3px solid white;
}
.photo.h_crop.extended figure .media .expand {
  display: none;
}
.photo.h_crop.extended figure .media .detail {
  font-family: 'Georgia', serif;
  font-size: 15px;
  font-weight: 700 !important;
  margin: 0 0 10px 0 !important;
  padding: 8px;
  line-height: 120%;
  max-width: 90%;
  display: inline-block;
  float: left;
  background: white;
  color: black;
  border: 3px solid white;
  -webkit-border-radius: 2px 2px 2px 2px !important;
  border-radius: 2px 2px 2px 2px !important;
}
.photo.h_crop.extended figure.interaccion_2 .media {
  float: left;
  clear: both;
  bottom: 0px;
  /* KILL OLD ICONS */
}
.photo.h_crop.extended figure.interaccion_2 .media.play .icon,
.photo.h_crop.extended figure.interaccion_2 .media.play .fa,
.photo.h_crop.extended figure.interaccion_2 .media.play .expand {
  display: none;
}
.photo.h_crop.extended figure.interaccion_2 .media.play:before {
  width: 40px;
  height: 40px;
  text-align: center;
  background: white;
  color: #E42644;
  font-size: 24px;
  line-height: 38px;
  float: left;
  content: "V";
  font-family: 'WebFontsLVG';
  border: 3px solid white;
}
.photo.h_crop.extended figure.interaccion_2 .media.play .detail {
  margin-bottom: 15px !important;
}
.photo.h_crop.extended figure.interaccion_2 .media.play .fa + span:before,
.photo.h_crop.extended figure.interaccion_2 .media.play .icon + span:before {
  width: 40px;
  height: 40px;
  line-height: 34px;
  overflow: hidden;
  text-align: center;
  margin: 0 5px;
  color: white;
  font-size: 22px;
  float: left;
  content: "W";
  font-family: 'WebFontsLVG';
  border: 3px solid white;
  margin-bottom: 10px;
}
.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 {
  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;
  /*
				 &:hover, &.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;
  /*
				&.active { border: 2px solid #ed5565; }
				*/
}
.carousel .carousel-thumbs a img {
  width: 100px;
}
.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;
}
/* MEDIA EMBEDS */
.by16and9 {
  position: relative;
  width: 100%;
  clear: both;
}
.by16and9:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.by16and9 > * {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

