/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    /*color: #000 !important; // Black prints faster: h5bp.com/s*/
    /*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) ")";
  }
  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;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .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;
  }
}
@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;
  -moz-osx-font-smoothing: grayscale;
}
.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-lock:before {
  content: "\e033";
}
.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-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.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-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.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-bell:before {
  content: "\e123";
}
.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-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.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";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
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: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
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;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
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;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  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;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-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 #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.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 #ddd;
}
.table .table {
  background-color: #fff;
}
.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 #ddd;
}
.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 #ddd;
}
.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-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > 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-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > 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;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > 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;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > 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;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .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 > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .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;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  display: block;
  background: #d4d4d4;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #777777;
}
.form-control::-webkit-input-placeholder {
  color: #777777;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 34px;
  line-height: 1.42857143 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 30px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 46px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-horizontal .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 10px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  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: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3071a9;
  border-color: #285e8e;
}
.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: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  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-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  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-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  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-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  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-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #428bca;
  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: #2a6496;
  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: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.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;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 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: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}
.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 #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #428bca;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.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;
  color: #428bca;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2a6496;
  background-color: #eeeeee;
  border-color: #ddd;
}
.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: #fff;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  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;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.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,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  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-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.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 #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-heading .badge {
  color: #428bca;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #428bca;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.panel-body:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* Fonts */
@font-face {
  font-family: 'Hispan';
  font-style: normal;
  font-weight: normal;
  src: url('../font/hispan-light.eot');
  src: url('../font/hispan-light.eot') format('embedded-opentype'), url('../font/hispan-light.woff2') format('woff2'), url('../font/hispan-light.woff') format('woff'), url('../font/hispan-light.ttf') format('truetype'), url('../font/hispan-light.svg#light') format('svg');
}
/*@font-face {
    font-family: 'Hispan'; font-style:normal; font-weight: lighter;
    src: url('../font/hispan-condensed.eot');
    src: url('../font/hispan-condensed.eot') format('embedded-opentype'),
        url('../font/hispan-condensed.woff2') format('woff2'),
        url('../font/hispan-condensed.woff') format('woff'),
        url('../font/hispan-condensed.ttf') format('truetype'),
        url('../font/hispan-condensed.svg#condensed') format('svg');
}*/
@font-face {
  font-family: 'Hispan';
  font-style: normal;
  font-weight: bold;
  src: url('../font/hispan-bold.eot');
  src: url('../font/hispan-bold.eot') format('embedded-opentype'), url('../font/hispan-bold.woff2') format('woff2'), url('../font/hispan-bold.woff') format('woff'), url('../font/hispan-bold.ttf') format('truetype'), url('../font/hispan-bold.svg#bold') format('svg');
}
#header {
  background: #303030;
  position: relative;
  margin-bottom: 10px;
  font-family: 'Hispan', Arial;
}
#masthead {
  height: 30px;
  border-bottom: 2px solid #a61b21;
  background: #222;
  color: #b2b2b2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-transform: uppercase;
  font-weight: bold;
}
#masthead ul {
  padding-top: 5px;
  margin: 0;
}
#masthead ul li {
  height: 14px;
  line-height: 14px;
  padding: 0 10px;
}
#masthead ul li ~ li {
  border-left: 2px solid #b2b2b2;
}
#masthead ul li:last-child {
  /*border-left: 0 transparent;*/
  padding-right: 0;
}
#masthead a {
  color: #b2b2b2;
}
#masthead a:hover {
  color: #fff;
  text-decoration: none;
}
#masthead a.btn {
  color: #fff;
  margin-top: -4px;
  font-weight: bold;
}
#masthead a.btn.btn-danger {
  background-color: #c9302c;
  border-color: #ac2925;
}
#masthead a.btn.btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
}
#navbar {
  padding-top: 30px;
}
#navbar > .container {
  height: 75px;
}
#menu {
  margin-top: 26px;
  position: relative;
}
#menu ul {
  margin: 0;
}
#menu ul li {
  padding: 0;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
}
#menu ul li ~ li {
  margin-left: 2px;
}
#menu ul li.search a {
  width: 44px;
  text-align: center;
  text-indent: 0;
  padding: 0;
}
#menu ul li.search a:before {
  display: none;
}
#menu ul li.search .search-form {
  position: absolute;
  top: 0;
  right: 44px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWPQ1NT8z4AOSBMEAMQQBek5754EAAAAAElFTkSuQmCC') repeat 0 0 #a61b21;
  overflow: hidden;
}
#menu ul li.search .search-form form {
  position: relative;
  padding: 8px;
}
#menu ul li.search .search-form form .form-group {
  margin: 0;
}
#menu ul li.search .search-form form input {
  background: none repeat scroll 0 0 #000;
  border: 0 none;
  border-radius: 0;
  height: 28px;
  width: 180px;
  color: #fff;
}
#menu ul li.search .search-form form button {
  background: transparent;
  border: 0 none;
  position: absolute;
  top: 8px;
  right: 8px;
  height: 28px;
  width: 28px;
}
#menu ul li > a {
  display: block;
  height: 44px;
  line-height: 44px;
  padding: 0 20px;
  /*width: 120px;*/
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWPQ1NT8z4AOSBMEAMQQBek5754EAAAAAElFTkSuQmCC') repeat 0 0 #3b3b3b;
  text-decoration: none;
  color: #cdcdcd;
  overflow: hidden;
  position: relative;
  transition: all 0.2s;
}
#menu ul li:focus > a,
#menu ul li:hover > a,
#menu ul li.active > a,
#menu ul li > a:hover {
  background-color: #a61b21;
}
#menu ul li.haschild > a {
  padding-right: 50px;
}
#menu ul li.haschild > a:before {
  display: block;
  position: absolute;
  top: 12px;
  right: 10px;
  width: 20px;
  height: 20px;
  content: '\e802';
  background: tomato;
  line-height: 20px;
  text-indent: 0;
  text-align: center;
  color: #fff;
  background: #303030;
  font-family: "hispan-icons";
  font-size: 12px;
}
#menu ul li.haschild:hover > a::before,
#menu ul li.haschild.active > a::before,
#menu ul li.haschild > a:hover::before {
  background-color: #5d0f0f;
  content: '\e805';
}
#menu ul li.haschild.active,
#menu ul li.haschild:hover {
  border-bottom: 5px solid #5d0f0f;
}
#menu ul li.haschild.active .child,
#menu ul li.haschild:hover .child {
  display: block;
}
#menu ul li.haschild .child {
  display: none;
  position: absolute;
  left: 0;
  top: 49px;
  width: 580px;
  background: #222;
  z-index: 600;
  padding: 30px 50px 30px 10px;
}
#menu ul li.haschild .child ul li ~ li {
  margin: 0;
}
#menu ul li.haschild .child ul li a {
  background: #222;
  line-height: 36px;
  height: 36px;
  border-bottom: 1px solid #343434;
}
#menu ul li.haschild .child ul li a:hover {
  background: #d4d4d4;
  color: #222;
}
#logo {
  margin: 5px 0 0 0;
  width: 140px;
  height: 60px;
  position: relative;
  overflow: hidden;
}
#logo a {
  display: block;
  width: 140px;
  height: 60px;
  overflow: hidden;
  background: url('../img/logo.png') no-repeat 0 0 transparent;
  text-indent: 999px;
}
#ticker {
  height: 30px;
  background: #e7e5d0;
  color: #303030;
  line-height: 30px;
}
#ticker .header {
  background: #FAA61A;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  text-align: right;
  padding-right: 20px;
}
#ticker .header.breaking {
  background: #d2171f;
}
#ticker .titles {
  height: 30px;
  overflow: hidden;
  font-family: Arial;
}
#ticker a {
  color: #303030;
}
.top-banner {
  max-width: 728px;
  margin: 0 auto;
  position: relative;
}
.top-banner .close-banner {
  display: block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 18px;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.9);
  text-decoration: none;
}
.top-banner .close-banner:hover {
  background: #000;
}
#menu-toggle {
  position: relative;
  z-index: 800;
}
#app-ad {
  background: #E7E5D0;
}
#app-ad .app-container {
  position: relative;
  min-height: 60px;
}
#app-ad .app-msg {
  width: 60%;
  padding: 10px 0;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
}
#app-ad .app-links {
  width: 30%;
  position: absolute;
  left: 60%;
  top: 0;
  text-align: center;
}
#app-ad .app-links img {
  display: inline-block;
  width: 100px;
  padding: 13.33333333px 0;
}
#app-ad .close {
  width: 10%;
  position: absolute;
  left: 90%;
  top: 0;
  padding-top: 20px;
  display: block;
  width: 100%;
  text-indent: 10px;
}
#ads {
  /*margin-bottom: 10px;*/
}
#ads .placeholder {
  width: 800px;
  height: 98px;
  margin: 0 auto;
}
.select-handler {
  display: block;
  position: relative;
  height: 28px;
  text-indent: 6px;
  background: #000;
  color: #d4d4d4;
  font-family: Arial;
  line-height: 28px;
  width: 148px;
  font-size: 12px;
  z-index: 5;
  cursor: pointer;
}
.select-handler:hover {
  text-decoration: none;
  color: #fff;
}
.select-handler:hover::after {
  background: #333;
}
.select-handler:after {
  content: '\e802';
  font-family: "hispan-icons";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 4px;
  right: 4px;
  background: #303030;
  line-height: 22px;
}
.select-handler + select {
  height: 28px;
  width: 148px;
  margin: 0;
  padding: 0;
  border: 0 none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.box-nomargin .panel {
  margin-bottom: 0;
}
.panel {
  border: 0 none;
  border-radius: 0;
  box-shadow: 0 0 0 transparent;
}
.panel .panel-title {
  /* TODO - Deprecated: should use .title-border */
  position: relative;
  background: #fff;
  margin-bottom: 12px;
  font-family: 'Hispan', Arial;
  font-weight: bold;
}
.panel .panel-title:after {
  content: "";
  display: block;
  position: absolute;
  height: 3px;
  background: #e4e4e4;
  top: 8px;
  left: 0;
  width: 100%;
}
.panel .panel-title span {
  display: inline-block;
  color: #a61b21;
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  background: #fff;
  position: relative;
  z-index: 12;
  margin-left: 15px;
  padding: 0 7px;
}
.panel.title-border .panel-title {
  position: relative;
  background: #fff;
  margin-bottom: 12px;
  font-family: 'Hispan', Arial;
  font-weight: bold;
}
.panel.title-border .panel-title:after {
  content: "";
  display: block !important;
  position: absolute;
  height: 3px;
  background: #303030;
  top: 8px;
  left: 0;
  width: 100%;
}
.panel.title-border .panel-title span {
  display: inline-block;
  color: #a61b21;
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  background: #fff;
  position: relative;
  z-index: 12;
  margin-left: 15px;
  padding: 0 7px;
}
.panel.title-border.title-border-top {
  margin-top: 10px;
}
.panel.title-border.title-border-top .panel-title:after {
  top: -10px;
}
.panel.title-border.title-border-top .panel-title span {
  margin-left: 0;
  padding-left: 0;
  text-transform: none;
}
.panel.title-border.title-border_green .panel-title:after {
  background: #63ba2f;
}
.panel.title-border.title-border_green .panel-title span {
  color: #000;
}
.panel.title-pattern .panel-title {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWPQ1NT8z4AOSBMEAMQQBek5754EAAAAAElFTkSuQmCC') repeat 0 0 #343434;
  margin: 0;
}
.panel.title-pattern .panel-title:after {
  display: none;
}
.panel.title-pattern .panel-title span {
  display: block;
  text-align: center;
  margin: 0;
  font-weight: normal;
  font-size: 16px;
  background: transparent;
  padding: 0;
  line-height: 28px;
  color: #e3e2e2;
}
.panel.title-condensed .panel-title {
  background: none transparent;
}
.panel.title-condensed .panel-title:after {
  display: none;
}
.panel.title-condensed .panel-title > span {
  display: block;
  margin: 0;
  font-size: 14px;
  background: transparent;
  padding: 0;
  line-height: 28px;
}
.panel .panel-body {
  padding: 0;
}
.panel .panel-body.has_padding {
  padding: 10px 10px 10px 0;
}
.panel .panel-body .item {
  position: relative;
}
.panel .panel-body .item .section {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  float: left;
  font-family: 'Hispan', Arial;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  z-index: 67;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAEUlEQVQImWNgYGCQYkADmAIABaMAT85OrbsAAAAASUVORK5CYII=');
  background-repeat: repeat;
}
.panel .panel-body .item .section:after,
.panel .panel-body .item .section::before {
  display: none !important;
}
.panel .panel-body .item .section.green {
  background-color: #7ec352;
}
.panel .panel-body .item .section.purple {
  background-color: #de3c96;
}
.panel .panel-body .item .section.orange {
  background-color: #f99d1c;
}
.panel .panel-body .item .section.blue {
  background-color: #00aeef;
}
.panel .panel-body .item .section a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 5px;
}
.panel .panel-footer {
  background: transparent;
  position: relative;
  border: 0 none;
  margin: 0;
  padding: 0;
  /*        .more.has-line {
                    &:after { content: ''; position: absolute; top: 50%; left: 0; margin-top: -2px; height: 3px; width: 100%; background: #333; z-index: 1; }
                    .btn { position: relative; z-index: 99; }
                }*/
}
.panel .img {
  min-height: 60px;
}
.panel .img > a {
  display: block;
  width: 100%;
  position: relative;
}
.panel .img.video {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.panel .img.video a:after {
  content: '\e80a';
  font-family: "hispan-icons";
  position: absolute;
  width: 40px;
  height: 40px;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  border: 2px solid #fff;
  box-shadow: 0 0 5px #333;
  font-size: 18px;
  text-align: center;
  line-height: 36px;
  color: rgba(255, 255, 255, 0.8);
  text-indent: 3px;
}
.panel.tabs .panel-title ul {
  border: 0 none;
}
.panel.tabs .panel-title ul > li a {
  border: 0 none;
  margin: 0;
  border-radius: 0;
  padding: 0;
  color: #000;
}
.panel.tabs .panel-title ul > li a:hover {
  border: 0 none;
  background: none transparent;
}
.panel.tabs .panel-title ul > li span {
  color: #b2b2b2;
}
.panel.tabs .panel-title ul > li.active span {
  color: #a61b21;
  font-size: 22px;
}
.panel.tabs .panel-title ul > li ~ li span {
  margin-left: 0;
}
.panel.tabs.schedule-page .btn.btn-danger {
  border-radius: 0;
  background: #a61b21;
}
.panel.tabs.schedule-page .big-title {
  font-family: 'Hispan', Arial;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 40px;
}
.panel.tabs.title-tabs .panel-title {
  background: none transparent;
}
.panel.tabs.title-tabs .panel-title:after {
  display: none;
}
.panel.tabs.title-tabs .panel-title span {
  display: block;
  margin: 0;
  font-size: 12px;
  background: transparent;
  padding: 0;
  line-height: 45px;
  color: #fff;
  padding: 0 11px;
}
.panel.tabs.title-tabs .panel-title li span {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWPQ1NT8z4AOSBMEAMQQBek5754EAAAAAElFTkSuQmCC') repeat 0 0 #3b3b3b;
  color: #fff;
}
.panel.tabs.title-tabs .panel-title .tab-3 span {
  padding: 0 15px;
}
.panel.tabs.title-tabs .panel-title li ~ li {
  border-left: 1px solid #fff;
}
.panel.tabs.title-tabs .panel-title li.active span {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWPQ1NT8z4AOSBMEAMQQBek5754EAAAAAElFTkSuQmCC') repeat 0 0 #a61b21;
  color: #fff;
}
.panel.tabs.title-tabs .sub-tabs li {
  min-height: 0;
  line-height: 24px;
  height: 24px;
  text-align: center;
  font-family: 'Hispan', Arial;
  font-weight: bold;
  padding: 0;
}
.panel.tabs.title-tabs .sub-tabs li a {
  display: inline-block;
  background: #b2b2b2;
  color: #fff;
  width: 83px;
}
.panel.tabs.title-tabs .sub-tabs li.active a {
  background: #a61b21;
}
.panel.tabs.title-tabs .sub-tabs li + li {
  margin: 0 6px 0 7px;
}
.panel.tabs.title-tabs .sub-tabs li + li + li {
  margin: 0;
}
.panel.footer-btn .panel-footer .more.has-line:after {
  display: none;
}
.panel.footer-btn .panel-footer .more.has-line a {
  display: block;
  width: 100%;
  background: #b2b2b2 !important;
  color: #fff;
}
.panel .tab-content .panel {
  margin-bottom: 0;
}
.panel.items-has-margin .item ~ .item {
  margin-top: 20px;
}
.panel.no-bg {
  background: transparent;
}
.panel.no-bg .item ~ .item {
  border-top: 0 none;
}
.more.has-line {
  position: relative;
}
.more.has-line:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
  height: 3px;
  width: 100%;
  background: #333;
  z-index: 1;
}
.more.has-line .btn {
  position: relative;
  z-index: 99;
}
/** Social Sharing **/
.panel.sharings ul,
.panel.share ul {
  margin: 0;
  padding: 0;
}
.panel.sharings li,
.panel.share li {
  padding: 0 2px;
}
.panel.sharings li a,
.panel.share li a {
  display: inline-block;
  width: 36px;
  height: 36px;
  background: #3b3b3b;
  border-radius: 18px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  transition: all 0.3s;
}
.panel.sharings li a:hover,
.panel.share li a:hover {
  background: #a61b21;
  text-decoration: none;
}
.panel.share li {
  padding: 0 4px;
}
.panel.share li a {
  background: #b2b2b2;
}
/** Media Box **/
.panel.media a:link,
.panel.media a:active,
.panel.media a:visited {
  color: #333;
  line-height: 36px;
}
.panel.media .panel-body {
  position: relative;
}
.panel.media .titles span {
  display: block;
  color: #fff;
  position: absolute;
  right: 10px;
  font-weight: 800;
  z-index: 30;
  top: 5px;
}
.panel.media .titles span + span {
  top: 32px;
}
.panel.media .titles .time {
  font-size: 26px;
}
.panel.media .titles .title {
  color: #c7c5c2;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.panel.media .img {
  background: #333;
}
.panel.media .img img {
  opacity: 0.7;
  display: block;
  width: 100%;
  height: auto;
  height: 148px;
  /* Only in widescreen */
}
.panel.media.carousel {
  max-height: none;
}
.panel.media.carousel a,
.panel.media.carousel a:active,
.panel.media.carousel a:link,
.panel.media.carousel a:hover,
.panel.media.carousel a:visited {
  line-height: 24px;
  padding-top: 4px;
}
.carousel-control a {
  display: inline-block;
  width: 36px;
  height: 36px;
  position: relative;
  z-index: 42;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  background: transparent;
  text-shadow: 0 0 3px #333;
  outline: 0 none;
}
.carousel-control a:hover {
  background: #a61b21;
}
.carousel-control.text-center a {
  background: #b2b2b2;
  text-shadow: 0 0 0 transparent;
}
/** Carousels [sliders] **/
.panel.carousel {
  max-height: 265px;
  overflow: hidden;
}
.panel.carousel .counter {
  color: #c7c5c2;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  right: 10px;
  font-weight: 800;
  z-index: 30;
  top: 5px;
}
.panel.carousel .counter span {
  display: inline-block;
}
.panel.carousel .counter span + span {
  top: 32px;
}
.panel.carousel .carousel-control {
  position: relative;
}
.panel.carousel .carousel-control:after {
  height: 3px;
  top: 16px;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background: #303030;
  z-index: 38;
}
.panel.carousel .carousel-control a {
  margin: 0 -2px;
  /**/
  padding: 0;
  color: #fff;
  outline: 0 none;
}
.panel.carousel .carousel-control a:hover {
  background: #303030;
}
.panel.carousel .carousel-control a:focus {
  outline: 0 none;
}
/** Apps **/
.panel.apps .item {
  text-align: center;
  background: #000;
  width: 280px;
  height: 285px;
  position: relative;
}
.panel.apps .item ~ .item {
  border-top: 1px dashed #343434;
}
.panel.apps .img {
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.panel.apps .img a {
  display: block;
  /*max-height: 50px;*/
}
.panel.apps a.link {
  display: block;
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
}
.panel.apps a.link + a {
  left: auto;
  right: 0;
}
/** Itemlist **/
.itemlist .panel-body ul {
  margin: 0;
  padding: 0;
}
.itemlist .panel-body li {
  margin-bottom: 14px;
  min-height: 50px;
}
.itemlist .panel-body li a {
  font-size: 14px;
  display: block;
  color: #333;
  position: relative;
  font-family: 'Hispan', Arial;
  font-weight: bold;
}
.itemlist .panel-body li a:hover {
  text-decoration: none;
  color: #a61b21;
}
.itemlist .panel-body li a .title {
  display: block;
  line-height: 1.2em;
}
.itemlist .panel-body li.featured > .inner {
  position: relative;
}
.itemlist .panel-body li.featured .title {
  display: block;
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  padding: 0 10px;
}
.itemlist.thumb .panel-body a .img {
  display: block;
  float: left;
  width: 80px;
  max-height: 56px;
}
.itemlist.thumb .panel-body a .img img {
  display: block;
  width: 80px;
}
.itemlist.thumb .panel-body a .title {
  margin-left: 88px;
}
.itemlist.thumb.thumbs-large li {
  clear: both;
  margin-bottom: 20px;
  min-height: 112px;
}
.itemlist.thumb.thumbs-large li .desc {
  margin-left: 220px;
}
.itemlist.thumb.thumbs-large li .desc h3 {
  font-size: 18px;
}
.itemlist.thumb.thumbs-large li .desc h3 a {
  font-size: 18px;
}
.itemlist.thumb.thumbs-large li .img {
  width: 200px;
  float: left;
  margin-right: 20px;
}
.itemlist.thumb.thumbs-large li.featured {
  min-height: 240px;
}
.itemlist.thumb.thumbs-large li.featured .desc {
  margin-left: 430px;
}
.itemlist.thumb.thumbs-large li.featured .desc h3 {
  font-size: 24px;
}
.itemlist.thumb.thumbs-large li.featured .desc h3 a {
  font-size: 24px;
}
.itemlist.thumb.thumbs-large li.featured .img {
  width: 430px;
}
.itemlist.thumb.thumbs-large li.img-right .img {
  float: right;
  margin-right: 0;
  margin-left: 20px;
}
.itemlist.thumb.thumbs-large li.img-right .desc {
  margin-right: 450px;
  margin-left: 0;
}
.itemlist.thumb.thumbs-large li .meta {
  font-size: 12px;
}
.itemlist.bullets .panel-body li {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAEklEQVQImWPYtGnTf2yYYSAlAHO0bvVEZeQwAAAAAElFTkSuQmCC') no-repeat left 5px transparent;
  padding-left: 14px;
  min-height: 0;
}
.itemlist.bullets .panel-body li.featured {
  background: none transparent;
  padding: 0;
  position: relative;
}
.itemlist.bullets .panel-body li.featured .title {
  font-size: 16px;
  bottom: 0;
  left: 0;
  width: 100%;
}
.itemlist.bullets .panel-body li.featured .img {
  display: block;
  width: 100%;
  float: none;
  margin-bottom: 4px;
}
.itemlist.bullets .panel-body li.featured .img img {
  width: 100%;
  min-height: 60px;
}
.itemlist.bullets .panel-body li.featured:hover {
  background: none transparent;
}
.itemlist.bullets .panel-body li:hover {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAEklEQVQImWNYJq30HxtmGEgJAMoHQ8l2wNVhAAAAAElFTkSuQmCC');
}
.itemlist.slider li {
  margin-bottom: 0;
}
.itemlist.episodes .panel-body li {
  min-height: 84px;
}
.itemlist.episodes .panel-body a .img {
  width: 140px;
  margin-right: 10px;
  overflow: visible;
}
.itemlist.episodes .panel-body a .img:after {
  top: 42px;
}
.itemlist.episodes .panel-body a .img img {
  width: 100%;
}
.itemlist.episodes .panel-body .title {
  font-size: 16px;
  font-family: 'Hispan', Arial;
}
.itemlist.episodes .panel-body .subtitle {
  display: block;
  font-size: 14px;
  color: #b2b2b2;
  line-height: 1.3;
}
/** Single Items **/
.item {
  position: relative;
}
.item.video a {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.item.video a:before {
  content: '\e80a';
  font-family: "hispan-icons";
  position: absolute;
  width: 40px;
  height: 40px;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  border: 2px solid #fff;
  box-shadow: 0 0 5px #333;
  font-size: 18px;
  text-align: center;
  line-height: 36px;
  color: rgba(255, 255, 255, 0.8);
  text-indent: 3px;
  z-index: 100;
}
.item.video.big .img {
  display: block;
  position: relative;
  width: 100%;
}
.item.video.big .img img {
  display: block;
  width: 100%;
  height: auto;
}
.item.video.big .title-holder {
  display: block;
  position: absolute;
  color: #fff;
  font-family: Arial;
  font-size: 18px;
  font-family: 'Hispan', Arial;
  font-weight: bold;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 10px 10px;
  z-index: 69;
}
.item.video.big .title-holder > span {
  display: block;
}
.item.video.big .title-holder > a:after {
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 100px;
  background: black;
  z-index: -1;
  content: "";
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 79%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(79%, rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 79%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 79%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 79%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 79%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
}
.item.video.big .subtitle {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
}
.item.video.medium a:after {
  display: none;
}
.item.video.medium .img {
  display: block;
  position: relative;
  width: 100%;
}
.item.video.medium .img > a:after {
  content: '\e80a';
  font-family: "hispan-icons";
  position: absolute;
  width: 40px;
  height: 40px;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  border: 2px solid #fff;
  box-shadow: 0 0 5px #333;
  font-size: 18px;
  text-align: center;
  line-height: 38px;
  color: rgba(255, 255, 255, 0.8);
  text-indent: 3px;
}
.item.video.medium .img img {
  display: block;
  width: 100%;
  height: auto;
}
.item.video.medium span {
  display: block;
  font-family: 'Hispan', Arial;
  font-weight: bold;
  color: #333;
}
.item.video.medium span.title {
  font-size: 20px;
}
.item.video .air-table {
  font-size: 12px;
  margin-top: 16px;
}
.item.video .air-table a {
  color: #333;
}
.item.video .air-table a:hover {
  color: #a61b21;
}
.item.video .air-table a:after {
  display: none;
}
.item.image {
  position: relative;
}
.item.image .img:after {
  content: '\e811';
  font-family: "hispan-icons";
  position: absolute;
  width: 60px;
  height: 60px;
  left: 50%;
  top: 50%;
  margin: -30px 0 0 -30px;
  text-shadow: 0 0 5px #333;
  font-size: 48px;
  text-align: center;
  line-height: 40px;
  color: rgba(255, 255, 255, 0.8);
  text-indent: 0;
}
.panel.top-news {
  margin-bottom: 0;
}
.panel.top-news .item {
  position: relative;
}
.panel.top-news .img {
  background: #285e8e;
  position: relative;
}
.panel.top-news .img:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 135px;
  left: 0;
  bottom: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 79%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(79%, rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 79%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 79%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 79%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 79%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
}
.panel.top-news .img > a {
  display: block;
  position: relative;
}
.panel.top-news .img > a:after {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  font-size: 46px;
  line-height: 100px;
  text-indent: 10px;
  border: 3px solid #fff;
  margin: -50px 0 0 -50px;
}
.panel.top-news .title {
  display: block;
  position: absolute;
  bottom: 0px;
  left: 10px;
  width: 90%;
  font-family: 'Hispan', Arial;
}
.panel.top-news .title h2 {
  margin: 0;
  line-height: 1.2em;
  font-weight: bold;
  font-size: 34px;
}
.panel.top-news .title p {
  color: #fff;
  text-shadow: 1px 1px 0 #000;
  font-size: 16px;
}
.panel.top-news .title a {
  display: block;
  color: #fff;
  text-shadow: 2px 2px 0 #000;
  text-decoration: none;
}
.panel.top-news .related {
  display: block;
  position: absolute;
  right: 10px;
  top: 320px;
  color: #d4d4d4;
  width: 30%;
  font-family: 'Hispan', Arial;
  font-weight: bold;
  padding-left: 20px;
  border-left: 1px solid #fff;
}
.panel.top-news .related h3 {
  margin-top: 0;
  font-weight: bold;
  font-size: 18px;
}
.panel.top-news .related ul {
  margin: 0;
  padding: 0;
}
.panel.top-news .related li ~ li {
  margin-top: 10px;
}
.panel.top-news .related a {
  color: #d4d4d4;
  text-decoration: none;
}
.panel.top-news .related a:hover {
  color: #fff;
}
.panel.top-news .program-desc {
  position: absolute;
  bottom: 20px;
  left: 0;
  margin: 0 120px 0px 20px;
  cursor: pointer;
}
.panel.top-news .program-desc h2 {
  margin: 0;
  background: #a61b21;
  padding: 5px 10px;
  font-family: 'Hispan', Arial;
  font-weight: bold;
  /*height: 44px;*/
  overflow: hidden;
  display: inline-block;
  background: rgba(166, 27, 33, 0.8);
}
.panel.top-news .program-desc h2.has-data {
  /*height: 58px;*/
  overflow: visible;
}
.panel.top-news .program-desc h2.has-data + p {
  /*margin-top: 58px;*/
}
.panel.top-news .program-desc h2.has-data > small {
  float: left;
}
.panel.top-news .program-desc h2 small {
  display: block;
  color: #fff;
  font-size: 14px;
}
.panel.top-news .program-desc h2 a {
  color: #fff;
  text-shadow: 3px 3px 1px #000;
  text-decoration: none;
}
.panel.top-news .program-desc p {
  display: block;
  margin: 0;
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  color: #a61b21;
  font-family: 'Hispan', Arial;
  font-weight: bold;
  font-size: 18px;
  /*margin-top: 44px;*/
  padding: 5px 10px;
}
.panel.slider .panel-body {
  position: relative;
  max-height: 164px;
  overflow: hidden;
}
.panel.slider .panel-body li {
  float: left;
  width: 33.3333%;
}
.panel.slider .panel-body li .img {
  width: 100%;
}
.panel.slider .panel-body li .img img {
  display: block;
  width: 100%;
  height: auto;
}
.panel.slider .panel-body li .title {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  padding: 0 10px 10px;
  z-index: 66;
}
.panel.slider .panel-body li .title:after {
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 100px;
  background: black;
  z-index: -1;
  content: "";
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 79%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(79%, rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 79%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 79%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 79%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 79%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
}
.panel.slider .panel-body li .section a:after,
.panel.slider .panel-body li .section a:before,
.panel.slider .panel-body li .section a::before {
  display: none !important;
}
.panel.slider .panel-body .carousel-control {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  margin-top: -18px;
  z-index: 99;
  height: 0;
  overflow: visible;
}
.panel.slider .panel-body .carousel-control a {
  float: left;
}
.panel.slider .panel-body .carousel-control a.next {
  float: right;
}
.panel.slider.slider-wide .panel-body {
  max-height: 164px;
  overflow: hidden;
}
.panel.slider.slider-wide .panel-body li {
  width: 25%;
}
.panel.item-pick .panel-body {
  position: relative;
}
.panel.item-pick .categories {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 103;
}
.panel.item-pick .categories ul li {
  width: 140px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWPQ1NT8z4AOSBMEAMQQBek5754EAAAAAElFTkSuQmCC') repeat 0 0 #3b3b3b;
  position: relative;
  height: 41px;
  line-height: 40px;
  font-family: Arial;
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
}
.panel.item-pick .categories ul li:last-child {
  border: none transparent;
}
.panel.item-pick .categories ul li a {
  color: #b2b2b2;
  text-decoration: none;
  display: block;
  padding-left: 10px;
}
.panel.item-pick .categories ul li a:hover {
  color: #fff;
}
.panel.item-pick .categories ul li.active {
  color: #fff;
  width: 160px;
  border-right: 1px solid #fff;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWPQ1NT8z4AOSBMEAMQQBek5754EAAAAAElFTkSuQmCC') repeat 0 0 #a61b21;
}
.panel.item-pick .categories ul li.active a {
  position: relative;
  border-top: 1px solid #fff;
  top: -1px;
  color: #fff;
  padding-right: 10px;
  text-align: right;
}
.panel.item-pick .item .inner {
  margin-left: 140px;
}
.panel.item-pick .item .inner a {
  display: block;
}
.panel.item-pick .item .inner a .img {
  display: block;
  overflow: hidden;
}
.panel.item-pick .item .inner a .img img {
  display: block;
  width: 100%;
}
.panel.item-pick .item .inner a .title {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  min-height: 75px;
  width: 100%;
  padding-left: 180px;
  color: #fff;
  font-family: 'Hispan', Arial;
  font-weight: bold;
  font-size: 22px;
  padding-right: 10px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 79%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(79%, rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 79%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 79%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 79%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 79%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
}
.panel.banner img {
  display: block;
  width: 100%;
  height: auto;
}
.panel.slideshow .panel-body {
  position: relative;
}
.panel.slideshow .carousel-control {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -18px;
  z-index: 880;
}
.panel.slideshow .carousel-control .next {
  float: right;
}
.panel.slideshow .inner {
  position: relative;
}
.panel.slideshow .inner .img {
  position: relative;
}
.panel.slideshow .inner .img:after {
  display: block;
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 100px;
  background: black;
  z-index: 112;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 79%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(79%, rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 79%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 79%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 79%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 79%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
}
.panel.slideshow .inner .title {
  position: absolute;
  bottom: 0px;
  left: 0;
  padding: 0 20px 20px;
  z-index: 120;
}
.panel.slideshow .inner .title h2 {
  margin: 0;
  font-size: 14px;
  font-family: Arial !important;
  font-weight: bold;
  text-shadow: 2px 2px 0 #000;
  line-height: 1.4;
  color: #fff;
}
.panel.slideshow .inner .title h2 a {
  color: #fff;
  text-decoration: none;
}
.panel.slideshow.gallery {
  margin-bottom: 0;
}
.panel.slideshow.gallery .panel-body {
  padding-top: 10px;
}
.panel.slideshow.gallery .panel-body .img:after {
  display: none;
}
.panel.slideshow.gallery .panel-body .date {
  color: #b2b2b2;
  font-size: 12px;
}
.panel.slideshow.gallery .pages {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-family: 'Hispan', Arial;
  font-weight: bold;
}
.panel.slideshow.gallery .carousel-control {
  top: 230px;
  z-index: 210;
}
.panel.slideshow.gallery .item h2 {
  font-family: 'Hispan', Arial;
  font-weight: bold;
  font-size: 28px;
}
.panel.slideshow.gallery .item h2 a {
  color: #a61b21;
}
.panel.slideshow.gallery .item h2 a:hover {
  color: #7a1418;
  text-decoration: none;
}
.panel.slideshow.gallery .item .inner {
  height: 432px;
}
.panel.slideshow.gallery .item .desc {
  padding-top: 10px;
  height: 100%;
  position: relative;
}
.panel.slideshow.gallery .item .panel.share {
  position: absolute;
  bottom: 20px;
  right: 0;
}
.panel.slideshow.gallery.panorama .item .desc {
  padding-top: 0;
}
.panel.slideshow.gallery.panorama .item .desc h2 {
  margin-top: 0;
}
.panel.slideshow.gallery.panorama .item .panel.share {
  position: static;
  /*bottom: 20px; right: 0;*/
  float: right;
}
.panel.slideshow.homepage {
  max-height: 382px;
  overflow: hidden;
}
.panel.slideshow.homepage .carousel-control {
  top: 160px;
  left: 10px;
}
.panel.slideshow.homepage .carousel-control .next {
  margin-right: 13px;
}
.panel.slideshow.homepage .pages {
  position: absolute;
  top: 290px;
  left: 0;
  z-index: 1000;
  color: #fff;
  text-shadow: 0 0 3px #000;
}
.panel.slideshow.homepage .item .inner {
  height: 326px;
  padding: 0 10px;
}
.panel.slideshow.homepage .item .desc {
  padding-top: 0;
}
.panel.slideshow.homepage .item .desc h2 {
  margin-top: 0;
}
.panel.user-items ul.items li,
.panel.live-links ul.items li {
  margin-bottom: 20px;
}
.panel.user-items ul.items li .inner .img,
.panel.live-links ul.items li .inner .img {
  width: 200px;
  margin-right: 20px;
  height: 112px;
  overflow: hidden;
  background: #e5e5e5;
}
.panel.schedules .table th {
  border-bottom: 3px solid #3b3b3b;
  font-size: 12px;
  font-weight: bold;
  color: #a61b21;
}
.panel.schedules .table tbody tr {
  background: #e7e5d0;
  border-bottom: 2px solid #fff;
}
.panel.schedules .table tbody tr:nth-child(2n) {
  background: #f7f5df;
}
.panel.schedules .table tbody tr td ~ td {
  border-left: 2px solid #fff;
}
.panel.schedules .table tbody .time {
  text-align: center;
  font-size: 11px;
  color: #999;
  font-weight: bold;
}
.panel.schedules .table tbody .time span {
  font-size: 24px;
  color: #333333;
  display: block;
  font-weight: normal;
}
.panel.schedules .table tbody .program h3 {
  font-size: 14px;
  margin-top: 0;
  font-weight: bold;
}
.panel.schedules .table tbody .program p {
  font-size: 12px;
}
.panel.schedules.schedules-condensed .panel-body {
  height: 500px;
  overflow-x: hidden;
  overflow-y: auto;
  margin-bottom: 20px;
}
.panel.schedules.schedules-condensed .table tr {
  height: 80px;
  background: #e7e5d0;
  border: 0 none;
}
.panel.schedules.schedules-condensed .table tr.active {
  background: #a61b21;
}
.panel.schedules.schedules-condensed .table tr.active td.program {
  background: #a61b21;
}
.panel.schedules.schedules-condensed .table tr.active td.program h3 {
  color: #fff;
}
.panel.schedules.schedules-condensed .table tr.active td.program p {
  color: #e3dcc8;
}
.panel.schedules.schedules-condensed .table tr.active .time {
  background: #5d0f0f;
}
.panel.schedules.schedules-condensed .table td {
  border-top: 2px solid #fff;
}
.panel.schedules.schedules-condensed .table td ~ td {
  border-left: 0 none;
}
.panel.schedules.schedules-condensed .table .time {
  text-align: center;
  vertical-align: middle;
  background: #3b3b3b;
  color: #fff;
  font-size: 22px;
  font-family: 'Hispan', Arial;
  font-weight: bold;
}
.panel.schedules.schedules-condensed .table .time span {
  display: block;
  color: #fff;
  font-size: 22px;
  font-family: 'Hispan', Arial;
  font-weight: bold;
}
.panel.schedules.schedules-condensed .table .program h3 {
  font-size: 22px;
  font-family: 'Hispan', Arial;
  font-weight: bold;
  margin-top: 0;
}
.panel.schedules.schedules-condensed .table .program p {
  height: 40px;
  overflow: hidden;
  color: #969696;
}
.panel.schedules.schedules-condensed.schedules-sidebar tr {
  height: 99px;
}
.panel.schedules.schedules-condensed.schedules-sidebar tr .program h3 {
  font-size: 20px;
}
.panel.episodes ul {
  margin-bottom: 0;
}
.panel.episodes ul li {
  margin-bottom: 20px;
}
.panel.episodes .episode {
  color: #a61b21;
  font-family: 'Hispan', Arial;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 20px;
}
.panel.episodes .img {
  /*float: left; .img { width: auto !important; }*/
}
.panel.episodes h3 {
  margin-top: 0;
  font-family: 'Hispan', Arial;
  font-weight: bold;
  text-transform: uppercase;
}
.panel.episodes h3 a {
  color: #000;
}
.panel.episodes .schedule .text-group {
  margin-bottom: 10px;
}
.panel.episodes .schedule strong {
  color: #b2b2b2;
  font-size: 14px;
}
.panel.episodes .schedule p {
  margin-bottom: 0;
  font-size: 12px;
}
.panel.episodes.condensed li {
  margin-bottom: 0;
}
.panel.episodes.condensed .img {
  width: 200px;
  margin-right: 20px;
}
.panel.episodes.condensed h3 {
  margin-bottom: 5px;
  font-size: 16px;
}
.panel.episodes.condensed p {
  font-size: 12px;
  margin-bottom: 5px;
}
.panel.episodes.condensed .meta {
  font-size: 12px;
}
.panel.tiles .panel-title:after {
  display: none;
}
.panel.tiles .panel-title h3 {
  font-weight: bold;
  margin-top: 35px;
  font-family: "Hispan", Arial;
  text-transform: uppercase;
  color: #a61b21;
}
.panel.tiles .tile {
  position: relative;
  margin-bottom: 20px;
  max-height: 156px;
  overflow: hidden;
  height: 156px;
}
.panel.tiles .tile > a {
  display: block;
  height: 100%;
}
.panel.tiles .tile > a .img.video {
  position: relative;
}
.panel.tiles .tile > a .img.video:after {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  border: 2px solid #fff;
  border-radius: 20px;
  box-shadow: 0 0 5px #333;
  color: rgba(255, 255, 255, 0.8);
  content: "";
  font-family: "hispan-icons";
  font-size: 18px;
  height: 40px;
  left: 50%;
  line-height: 36px;
  margin: -20px 0 0 -20px;
  position: absolute;
  text-align: center;
  text-indent: 3px;
  top: 50%;
  width: 40px;
}
.panel.tiles .tile .inner {
  position: relative;
  height: 100%;
}
.panel.tiles .tile .inner:after {
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 100px;
  background: black;
  z-index: 1;
  content: "";
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 79%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(79%, rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 79%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 79%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 79%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 79%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
}
.panel.tiles .tile .desc {
  position: absolute;
  bottom: 10px;
  left: 0;
  margin: 0 10px;
  z-index: 100;
}
.panel.tiles .tile .desc h4 {
  font-weight: bold;
  font-family: "Hispan", Arial;
  /*text-transform: uppercase;*/
  color: #fff;
  margin: 0;
}
.panel.tiles .tile .desc h4 a {
  color: #fff;
}
.panel.tiles .tile .desc .episode {
  color: #ffd800;
  font-weight: bold;
  font-family: "Hispan", Arial;
  /*text-transform: uppercase;*/
  font-size: 12px;
}
.panel.tiles.media-tiles .tile {
  max-height: 157px;
}
.panel.tiles.media-tiles.tiles-wide .panel-body {
  height: 703px;
  overflow: hidden;
}
.panel.poll .answers {
  padding-top: 15px;
}
.panel.poll .answers ul {
  padding-left: 20px;
}
.panel.poll .percent {
  border: 1px solid #757575;
  height: 12px;
  padding: 2px;
  margin: 5px 0 15px;
}
.panel.poll .percent .bar {
  height: 100%;
  background: #999;
}
.comment-form .login {
  height: 30px;
  line-height: 30px;
  margin-bottom: 10px;
  font-size: 12px;
}
.comment-form .comment-form-body {
  position: relative;
  /*.avatar { width: 50px; height: 50px; background: #b2b2b2; margin-right: 10px; }*/
}
.comment-form .comment-form-body .input {
  /*margin-left: 60px;*/
  margin-right: 80px;
  position: relative;
}
.comment-form .comment-form-body .input input {
  background: #fff;
}
.comment-form .comment-form-body .input textarea {
  background: #fff;
  height: 80px;
}
.comment-form .comment-form-body .input .button-holder {
  position: absolute;
  top: 10px;
  right: 10px;
}
.comment-form .comment-form-body .input .button-holder a {
  color: #b2b2b2;
}
.comment-form .comment-form-body .buttons {
  position: absolute;
  top: 0;
  right: 0;
}
.comment-form .comment-form-body .cancel-reply {
  margin-right: 10px;
}
.comments-list .comment-items .comment-item {
  margin: 20px 0;
}
.comments-list .comment-items .comment-item .avatar {
  display: block;
}
.comments-list .comment-items .comment-item .avatar img {
  display: block;
}
.comments-list .comment-items .comment-item .comment-header {
  height: 46px;
  padding: 5px;
  line-height: 36px;
  border: 1px solid #eee;
  background: #f5f5f5;
}
.comments-list .comment-items .comment-item .comment-header .avatar {
  display: block;
  float: left;
  width: 34px;
  height: 34px;
  margin-right: 10px;
  border: 2px solid #fff;
}
.comments-list .comment-items .comment-item .comment-header .name {
  display: block;
  float: left;
}
.comments-list .comment-items .comment-item .comment-header .comment-rate {
  margin-left: 10px;
}
.comments-list .comment-items .comment-item .comment-header .comment-rate .rate-count {
  font-size: 12px;
  color: #666;
}
.comments-list .comment-items .comment-item .comment-header .comment-rate a {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  color: #fff;
  line-height: 20px;
  text-align: center;
}
.comments-list .comment-items .comment-item .comment-header .comment-rate a.vote-up {
  background: #10b618;
}
.comments-list .comment-items .comment-item .comment-header .comment-rate a.vote-down {
  background: #be0200;
}
.comments-list .comment-items .comment-item .comment-text .date {
  font-size: 12px;
  color: #bbb;
}
.comments-list .comment-items .comment-item .comment-text .comment-reply a {
  color: #b2b2b2;
  font-size: 13px;
  display: inline-block;
}
.comments-list .comment-items .comment-item .comment-items.quotes {
  margin-left: 80px;
}
.timeline.vertical ul {
  margin: 0;
  padding: 0;
}
.timeline.vertical ul li {
  padding-left: 20px;
  position: relative;
}
.timeline.vertical ul li:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  left: 4px;
  top: 6px;
  background: #b2b2b2;
}
.timeline.vertical ul li:last-child::before {
  display: none;
}
.timeline.vertical ul li:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  top: 6px;
  left: 0;
  background: #b2b2b2;
}
.timeline.vertical ul li:hover::after,
.timeline.vertical ul li.active::after {
  background: #a61b21;
}
.timeline.vertical ul li .date {
  color: #b2b2b2;
  font-weight: bold;
}
.timeline.vertical ul li .title {
  font-family: 'Hispan', Arial;
  padding: 16px 0;
}
.timeline.vertical ul li .title a {
  color: #333;
  font-size: 13px;
}
.timeline.vertical ul li .title a:hover {
  text-decoration: underline;
}
/** Dirty codes **/
#news-digest li.featured .title {
  padding: 0 10px 10px;
  z-index: 96;
}
#news-digest li.featured .title:after {
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 100px;
  background: black;
  z-index: -1;
  content: "";
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 79%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(79%, rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 79%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 79%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 79%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 79%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
}
#programs .item.video a:before {
  margin-top: 0;
  top: 40px;
}
#utility .more {
  font-size: 12px;
  font-weight: bold;
  color: #a61b21;
}
.items-filter li,
.items-tags li {
  text-transform: uppercase;
  font-family: 'Hispan', Arial;
  font-weight: bold;
}
.items-filter li a,
.items-tags li a {
  display: block;
  float: left;
  line-height: 24px;
  color: #fff;
  background-color: #b2b2b2;
  padding: 0 10px;
  text-decoration: none;
}
.items-filter li.active a,
.items-tags li.active a,
.items-filter li:hover a,
.items-tags li:hover a {
  background: #a61b21;
}
.local-time {
  margin-top: 30px;
  line-height: 36px;
}
.local-time > div {
  display: inline-block;
  height: 36px;
  padding: 0 40px;
  font-size: 18px;
  margin-left: 20px;
}
.map {
  margin-bottom: 20px;
  height: 450px;
}
.tags-list ul {
  margin-bottom: 0;
  padding: 0;
  max-height: 20px;
  overflow: hidden;
}
.tags-list ul li {
  padding: 0 10px;
}
.tags-list ul li ~ li {
  border-left: 1px solid #e8e8e8;
}
.panel-group .panel-default > .panel-heading {
  border: 0 none;
  background: transparent;
  padding-left: 0;
  padding-right: 0;
}
.panel-group .panel-title > a {
  background: #fff;
  display: inline-block;
  position: relative;
  padding-right: 10px;
  z-index: 99;
}
.panel.tiles.tiles-panorama .tile .img {
  max-height: 140px;
  overflow: hidden;
}
.ads-carousel {
  position: relative;
  max-height: 148px;
  overflow: hidden;
}
.ads-carousel .pages {
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
  z-index: 99;
}
.ads-carousel .pages a {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #ddd;
  border-radius: 8px;
  box-shadow: 0 0 3px #777;
  overflow: hidden;
  outline: 0 none;
}
.ads-carousel .pages a ~ a {
  margin-left: 6px;
}
.ads-carousel .pages a:hover,
.ads-carousel .pages a.selected {
  background: #fff;
  text-decoration: none;
  transition: all 0.2s;
}
.ads-carousel .ad-items {
  max-height: 148px;
}
.rss-list table tbody tr td:first-child a {
  color: orange;
  transition: 0.2s all;
  display: block;
}
.rss-list table tbody tr td:first-child a:hover {
  text-decoration: none;
  color: darkorange;
}
.rss-list table tbody tr td:last-child a {
  color: #333333;
  transition: 0.2s all;
  display: block;
}
.rss-list table tbody tr td:last-child a:hover {
  color: #555555;
  text-decoration: none;
}
body.mail-page {
  min-height: 400px;
}
body.mail-page .mail-success {
  display: none;
}
body.mail-page.success {
  position: relative;
}
body.mail-page.success:after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}
body.mail-page.success .mail-success {
  display: block;
  position: absolute;
  width: 100%;
  height: 100px;
  top: 50%;
  left: 0;
  z-index: 900;
  margin-top: -50px;
  font-size: 16px;
}
body.mail-page.success .mail-success strong {
  display: block;
}
#footer {
  color: #6e6e6e;
  font-family: 'Hispan', Arial;
}
#footer a {
  transition: 0.3s all;
}
#footer .panel {
  background: none transparent;
}
#footer .panel .panel-heading {
  padding: 0;
  border: 0 none;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 18px;
}
#footer .panel .panel-body {
  padding: 0;
}
#mastfoot {
  background: #222;
  height: 60px;
  border-bottom: 2px solid #a61b21;
}
#sharings-footer {
  margin-top: 14px;
}
#sharings-footer li a {
  display: block;
  color: #222;
  background: #b4b4b4;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 18px;
  font-size: 20px;
}
#sharings-footer li a:hover {
  background: #fff;
  text-decoration: none;
}
#weather .inner {
  position: relative;
}
#weather .type-image {
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  width: 58px;
  height: 58px;
  color: #b2b2b2;
}
#weather .type-image i {
  display: block;
  width: 58px;
  height: 58px;
  font-size: 48px;
  line-height: 58px;
}
#weather .temperature {
  font-family: Arial;
  width: 130px;
  height: 32px;
  position: absolute;
  top: 0;
  left: 70px;
  font-size: 28px;
  line-height: 44px;
  font-weight: bold;
  color: #b2b2b2;
}
#weather .location {
  font-family: Arial;
  width: 130px;
  height: 20px;
  position: absolute;
  top: 32px;
  left: 70px;
  font-size: 12px;
  line-height: 20px;
  color: #6e6e6e;
  text-transform: uppercase;
}
#weather .choose-location {
  position: absolute;
  left: 200px;
  top: 16px;
}
#nav-footer {
  background: #303030;
  padding-top: 30px;
}
#nav-footer form .label {
  font-size: 12px;
  font-family: Arial;
  font-weight: normal;
  color: #d4d4d4;
  line-height: 26px;
}
#nav-footer form .form-group {
  position: relative;
}
#nav-footer form input {
  background: #000;
  border: 0 none;
  width: 148px;
  height: 28px;
  border-radius: 0;
}
#sitemap .sitemap-titles {
  padding-bottom: 16px;
}
#sitemap .sitemap-titles .header {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}
#sitemap .sitemap-items {
  font-size: 14px;
}
#sitemap .sitemap-items a {
  color: #828282;
}
#sitemap .sitemap-items a:hover {
  color: #fff;
  text-decoration: none;
}
#copyright {
  background: #fff;
  color: #333;
  font-size: 12px;
  font-family: Arial;
}
#copyright .inner {
  margin: 10px 0;
}
#newsletter .btn:hover {
  background: #a61b21;
}
@font-face {
  font-family: 'hispan-icons';
  src: url('../font/hispan-icons.eot?35086579');
  src: url('../font/hispan-icons.eot?35086579#iefix') format('embedded-opentype'), url('../font/hispan-icons.woff?35086579') format('woff'), url('../font/hispan-icons.ttf?35086579') format('truetype'), url('../font/hispan-icons.svg?35086579#hispan-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'hispan-icons';
    src: url('../font/hispan-icons.svg?35086579#hispan-icons') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "hispan-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-tv:before {
  content: '\e800';
}
/* '' */
.icon-search:before {
  content: '\e801';
}
/* '' */
.icon-down:before {
  content: '\e802';
}
/* '' */
.icon-left:before {
  content: '\e803';
}
/* '' */
.icon-right:before {
  content: '\e804';
}
/* '' */
.icon-up:before {
  content: '\e805';
}
/* '' */
.icon-down-bold:before {
  content: '\e806';
}
/* '' */
.icon-left-bold:before {
  content: '\e807';
}
/* '' */
.icon-right-bold:before {
  content: '\e808';
}
/* '' */
.icon-up-bold:before {
  content: '\e809';
}
/* '' */
.icon-play:before {
  content: '\e80a';
}
/* '' */
.icon-facebook:before {
  content: '\e80b';
}
/* '' */
.icon-youtube:before {
  content: '\e80c';
}
/* '' */
.icon-twitter:before {
  content: '\e80d';
}
/* '' */
.icon-gplus:before {
  content: '\e80e';
}
/* '' */
.icon-rss:before {
  content: '\e80f';
}
/* '' */
.icon-chat:before {
  content: '\e810';
}
/* '' */
.icon-frame:before {
  content: '\e811';
}
/* '' */
.icon-windy-rain-inv:before {
  content: '\e812';
}
/* '' */
.icon-snow-inv:before {
  content: '\e813';
}
/* '' */
.icon-snow-heavy-inv:before {
  content: '\e814';
}
/* '' */
.icon-hail-inv:before {
  content: '\e815';
}
/* '' */
.icon-clouds-inv:before {
  content: '\e816';
}
/* '' */
.icon-clouds-flash-inv:before {
  content: '\e817';
}
/* '' */
.icon-temperature:before {
  content: '\e818';
}
/* '' */
.icon-compass:before {
  content: '\e819';
}
/* '' */
.icon-na:before {
  content: '\e81a';
}
/* '' */
.icon-clouds-flash-alt:before {
  content: '\e81b';
}
/* '' */
.icon-sun-inv:before {
  content: '\e81c';
}
/* '' */
.icon-moon-inv:before {
  content: '\e81d';
}
/* '' */
.icon-cloud-sun-inv:before {
  content: '\e81e';
}
/* '' */
.icon-cloud-moon-inv:before {
  content: '\e81f';
}
/* '' */
.icon-cloud-inv:before {
  content: '\e820';
}
/* '' */
.icon-cloud-flash-inv:before {
  content: '\e821';
}
/* '' */
.icon-drizzle-inv:before {
  content: '\e822';
}
/* '' */
.icon-rain-inv:before {
  content: '\e823';
}
/* '' */
.icon-windy:before {
  content: '\e824';
}
/* '' */
.icon-rain:before {
  content: '\e825';
}
/* '' */
.icon-drizzle:before {
  content: '\e826';
}
/* '' */
.icon-cloud-flash-alt:before {
  content: '\e827';
}
/* '' */
.icon-cloud-flash:before {
  content: '\e828';
}
/* '' */
.icon-cloud:before {
  content: '\e829';
}
/* '' */
.icon-fog:before {
  content: '\e82a';
}
/* '' */
.icon-fog-cloud:before {
  content: '\e82b';
}
/* '' */
.icon-fog-moon:before {
  content: '\e82c';
}
/* '' */
.icon-fog-sun:before {
  content: '\e82d';
}
/* '' */
.icon-cloud-moon:before {
  content: '\e82e';
}
/* '' */
.icon-cloud-sun:before {
  content: '\e82f';
}
/* '' */
.icon-snowflake:before {
  content: '\e830';
}
/* '' */
.icon-wind:before {
  content: '\e831';
}
/* '' */
.icon-mist:before {
  content: '\e832';
}
/* '' */
.icon-eclipse:before {
  content: '\e833';
}
/* '' */
.icon-moon:before {
  content: '\e834';
}
/* '' */
.icon-sun:before {
  content: '\e835';
}
/* '' */
.icon-sunrise:before {
  content: '\e836';
}
/* '' */
.icon-windy-inv:before {
  content: '\e837';
}
/* '' */
.icon-windy-rain:before {
  content: '\e838';
}
/* '' */
.icon-snow:before {
  content: '\e839';
}
/* '' */
.icon-snow-alt:before {
  content: '\e83a';
}
/* '' */
.icon-snow-heavy:before {
  content: '\e83b';
}
/* '' */
.icon-hail:before {
  content: '\e83c';
}
/* '' */
.icon-clouds:before {
  content: '\e83d';
}
/* '' */
.icon-clouds-flash:before {
  content: '\e83e';
}
/* '' */
.icon-download:before {
  content: '\e83f';
}
/* '' */
.icon-download-1:before {
  content: '\e840';
}
/* '' */
.icon-print:before {
  content: '\e841';
}
/* '' */
.icon-envelope:before {
  content: '\e842';
}
/* '' */
.icon-code:before {
  content: '\e843';
}
/* '' */
.icon-picture:before {
  content: '\e844';
}
/* '' */
.icon-thumbs-up:before {
  content: '\e845';
}
/* '' */
.icon-thumbs-down:before {
  content: '\e846';
}
/* '' */
.icon-pinterest:before {
  content: '\e847';
}
/* '' */
.icon-instagram:before {
  content: '\e848';
}
/* '' */
.icon-share:before {
  content: '\e849';
}
/* '' */
.icon-linkedin:before {
  content: '\e84a';
}
/* '' */
.icon-digg:before {
  content: '\e84b';
}
/* '' */
.icon-delicious:before {
  content: '\e84c';
}
/* '' */
.icon-attention:before {
  content: '\e84d';
}
/* '' */
.icon-plus-circle:before {
  content: '\e84e';
}
/* '' */
.icon-menu:before {
  content: '\e84f';
}
/* '' */
.icon-meneame:before {
  content: '\e850';
}
/* '' */
.icon-blogger:before {
  content: '\e851';
}
/* '' */
.page-header {
  margin-top: 10px;
}
.page-header a {
  color: #a61b21;
}
.page-header a:hover {
  color: #7a1418;
  text-decoration: none;
}
#item h1,
#item h2,
#item h3,
#item h4,
#item h5 {
  font-family: 'Hispan', Arial;
}
#item h3 {
  font-weight: bold;
  margin-top: 35px;
}
#item .panel .panel-title {
  color: #a61b21;
}
#item .panel .panel-title:after {
  display: none;
}
#item .panel.slideshow li {
  float: left;
}
#item .panel.slideshow li.player {
  float: none;
}
#item .panel.slideshow li.player .img:after {
  display: none;
}
@media (max-width: 767px) {
  #item .panel.slideshow li.player .img {
    height: 300px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #item .panel.slideshow li.player .img {
    height: 405px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #item .panel.slideshow li.player .img {
    height: 394px;
  }
}
@media (min-width: 1200px) {
  #item .panel.slideshow li.player .img {
    height: 478px;
  }
}
#item .page-header h3 {
  font-family: Arial !important;
  font-size: 14px;
  color: #333;
  margin-bottom: 0;
}
#item .page-header h3 a {
  color: #a61b21;
}
#item .page-header h3 a:hover {
  text-decoration: none;
  color: #7a1418;
}
#item .page-header .item-title {
  margin-top: 10px;
  color: #000;
  font-size: 34px;
}
#item .item-text,
#item .item-text > p {
  font-size: 16px;
}
#item .item-text .introtext {
  font-weight: bold;
}
#item .item-text h3,
#item .item-text h4 {
  font-weight: bold;
}
#item .item-text h4 {
  font-size: 22px;
  margin-top: 40px;
}
#item .item-text blockquote {
  border-left: 0 none;
  float: right;
  margin-bottom: 0;
  margin-right: -290px;
  padding: 10px;
  position: relative;
  text-align: left;
  width: 270px;
  background: #b2b2b2;
  font-family: 'Hispan', Arial;
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 150px;
  clear: right;
}
#item .item-text blockquote:before {
  color: #c7c7c7;
  content: "“";
  float: left;
  font-family: arial;
  font-size: 90px;
  line-height: 0px;
  margin-bottom: -20px;
  padding-top: 50px;
}
#item .item-sharings {
  margin: 10px 0 30px;
  padding-top: 20px;
  border-top: 1px solid #b2b2b2;
}
#item .item-author {
  margin-bottom: 10px;
}
#item .item-author a {
  font-weight: bold;
  color: #a61b21;
}
#item .item-about-author {
  margin: 40px 0 30px;
}
#item .item-about-author .img {
  width: 150px;
  margin-left: 20px;
  border: 1px solid #b2b2b2;
}
#item .item-about-author p {
  font-style: italic;
}
#item .item-date {
  font-size: 12px;
  margin-bottom: 20px;
}
#item .item-sidebar .font-resizer {
  margin-bottom: 10px;
}
#item .item-sidebar .font-resizer .smaller {
  font-size: 12px;
}
#item .item-sidebar .font-resizer .larger {
  font-size: 16px;
}
#item .item-sidebar .font-resizer .reset {
  font-size: 18px;
}
#item .item-sidebar .btn-default {
  background: #b2b2b2;
  border-radius: 0;
  border: 0 none;
  color: #fff;
  font-weight: bold;
}
#item .item-sidebar .btn-default:hover {
  background: #a61b21;
}
#item .item-sidebar .download-media {
  margin-bottom: 20px;
}
#item .item-sidebar .download-media i:before {
  font-size: 20px;
}
#item .item-sidebar .print {
  margin: 30px 0;
}
#item .item-sidebar .print a {
  color: #b2b2b2;
  font-weight: bold;
}
#item .items-tags li {
  text-transform: none;
  font-size: 12px;
  padding: 0;
}
#item .items-tags li ~ li {
  margin-left: 8px;
}
#item .nav-tabs > li > a {
  color: #333;
  border-radius: 0;
  font-size: 13px;
  font-family: 'Hispan', Arial;
}
#item .item-comments h4 {
  font-weight: bold;
}
#item .item-comments .comment-rate a {
  margin-left: 5px;
}
#item.satellites input {
  border-radius: 0;
  font-weight: normal;
  padding: 0 6px;
  height: 25px;
}
#item.satellites .item-collpasibles .panel-default > .panel-heading {
  background: transparent;
  border: 0 none;
  padding: 0;
}
#item.satellites .item-collpasibles .panel-default > .panel-heading h4 {
  text-transform: none !important;
  font-size: 18px;
}
#item.satellites .item-collpasibles .panel-default > .panel-heading a {
  color: #333;
}
#item.satellites .item-collpasibles .panel-default > .panel-heading a:hover {
  color: #a61b21;
}
#item.satellites .item-collpasibles .panel-body {
  border: 0 none;
}
#item figure > img {
  display: block;
  width: 100% !important;
  height: auto !important;
}
#item figure figcaption {
  width: 100%;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
  color: #efefef;
  padding: 5px 10px;
  text-shadow: 0 0 3px #000;
}
#item .panel.share ul {
  font-size: 0;
}
.item-related.media-related .panel.tiles.fixed-height .panel-body {
  height: 528px;
  overflow: hidden;
}
/* Orphan Styles */
#liveblog .sidebar-title {
  font-weight: bold;
  text-transform: uppercase;
}
#liveblog li .item {
  padding-top: 10px;
  padding-bottom: 40px;
  border-bottom: 1px solid #b2b2b2;
}
#liveblog li .item .item-date {
  text-transform: uppercase;
  color: #b2b2b2;
  font-size: 14px;
  font-family: 'Hispan', Arial;
  font-weight: bold;
}
#liveblog li:last-child .item {
  border-bottom: 0 none;
}
#search .search-filter {
  border-bottom: 1px solid #b2b2b2;
  padding-bottom: 20px;
}
#search .search-info {
  margin: 10px 0 20px;
}
#search .items li {
  padding: 0 0 10px 0;
}
#search .items li ~ li {
  border-top: 1px solid #ddd;
}
#search .items li .item-date span:first-child {
  color: #b2b2b2;
  font-size: 11px;
}
#search .items li .label {
  border-radius: 0;
  background: #a61b21;
  margin-left: 10px;
}
#search .items li .item-text {
  margin-top: 5px;
}
#search .items h3 {
  font-family: 'Hispan', Arial;
  font-weight: bold;
  margin-top: 10px;
  font-size: 20px;
}
#search .items h3 a {
  color: #333;
}
#search .items h3 a:hover {
  text-decoration: none;
  color: #a61b21;
}
#frequencies img.overlay {
  position: absolute;
}
#player {
  margin-bottom: 20px;
}
.embed-page {
  height: 100%;
  overflow: hidden;
}
.embed-page .inner .img {
  width: 100vw;
  height: 100vh;
}
/* TODO */
.pagination > li > a,
.pagination > li > span {
  border: 0 none !important;
  color: #333;
}
.pagination > li.active > a,
.pagination > li.active > a:focus,
.pagination > li.active > span {
  color: #333;
  background: #ddd;
}
.pagination > li.active:hover > a,
.pagination > li.active:focus > a,
.pagination > li.active:hover > span,
.pagination > li.active:focus > span {
  color: #fff;
  background: #a61b21;
}
.pagination > li:hover > a,
.pagination > li:focus > a,
.pagination > li:hover > span,
.pagination > li:focus > span {
  color: #fff;
  background: #a61b21;
}
.alert.alert-info.bg_grey {
  border: 0 none;
  border-radius: 0;
  color: #727272;
  margin-top: 20px;
}
.alert.alert-info.bg_grey a {
  color: #a61b21;
}
.select-box {
  position: relative;
}
.select-box ul.items {
  width: 100%;
  position: absolute;
  top: 28px;
  left: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 800;
  background: #000;
  border-top: 3px solid #222;
  height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
}
.select-box ul.items li {
  width: 100%;
}
.select-box ul.items li a {
  padding: 3px 5px;
  color: #fff;
  display: block;
  white-space: nowrap;
  font-size: 13px;
}
.select-box ul.items li a:hover {
  text-decoration: none;
}
.select-box ul.items li:hover {
  background: #333;
}
.select-box ul.items li:hover a {
  color: #eee;
}
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  padding: 4px;
  border-radius: 0;
  margin-bottom: 20px;
  box-shadow: 2px 2px 3px #b1b1b1;
  direction: ltr;
  /*.dow {
            border-top: 1px solid #ddd !important;
    }*/
}
.datepicker-inline {
  width: 100%;
  border: 1px solid #a61b21;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker > div {
  display: none;
}
.datepicker.days div.datepicker-days {
  display: block;
}
.datepicker.months div.datepicker-months {
  display: block;
}
.datepicker.years div.datepicker-years {
  display: block;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.datepicker table thead tr + tr {
  background: #a61b21;
  color: #fff;
}
.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 0;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #a61b21;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #a61b21;
  cursor: default;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  color: #000;
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:focus,
.datepicker table tr td.today:hover:focus,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td.today,
.open > .dropdown-toggle.datepicker table tr td.today:hover,
.open > .dropdown-toggle.datepicker table tr td.today.disabled,
.open > .dropdown-toggle.datepicker table tr td.today.disabled:hover {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td.today,
.open > .dropdown-toggle.datepicker table tr td.today:hover,
.open > .dropdown-toggle.datepicker table tr td.today.disabled,
.open > .dropdown-toggle.datepicker table tr td.today.disabled:hover {
  background-image: none;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.today,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today.disabled,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover.disabled:hover,
.datepicker table tr td.today.disabled.disabled:hover,
.datepicker table tr td.today.disabled:hover.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
.datepicker table tr td.today:hover[disabled]:hover,
.datepicker table tr td.today.disabled[disabled]:hover,
.datepicker table tr td.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today:hover:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today:hover.disabled:focus,
.datepicker table tr td.today.disabled.disabled:focus,
.datepicker table tr td.today.disabled:hover.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
.datepicker table tr td.today:hover[disabled]:focus,
.datepicker table tr td.today.disabled[disabled]:focus,
.datepicker table tr td.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
fieldset[disabled] .datepicker table tr td.today:hover:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today:hover.disabled:active,
.datepicker table tr td.today.disabled.disabled:active,
.datepicker table tr td.today.disabled:hover.disabled:active,
.datepicker table tr td.today[disabled]:active,
.datepicker table tr td.today:hover[disabled]:active,
.datepicker table tr td.today.disabled[disabled]:active,
.datepicker table tr td.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.today:active,
fieldset[disabled] .datepicker table tr td.today:hover:active,
fieldset[disabled] .datepicker table tr td.today.disabled:active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today:hover.disabled.active,
.datepicker table tr td.today.disabled.disabled.active,
.datepicker table tr td.today.disabled:hover.disabled.active,
.datepicker table tr td.today[disabled].active,
.datepicker table tr td.today:hover[disabled].active,
.datepicker table tr td.today.disabled[disabled].active,
.datepicker table tr td.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.today.active,
fieldset[disabled] .datepicker table tr td.today:hover.active,
fieldset[disabled] .datepicker table tr td.today.disabled.active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover.active {
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today .badge,
.datepicker table tr td.today:hover .badge,
.datepicker table tr td.today.disabled .badge,
.datepicker table tr td.today.disabled:hover .badge {
  color: #ffdb99;
  background-color: #000;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  color: #000;
  background-color: #f7ca77;
  border-color: #f1a417;
  border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today:hover:focus,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td.range.today,
.open > .dropdown-toggle.datepicker table tr td.range.today:hover,
.open > .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open > .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td.range.today,
.open > .dropdown-toggle.datepicker table tr td.range.today:hover,
.open > .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open > .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
  background-image: none;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.range.today,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today:hover.disabled:hover,
.datepicker table tr td.range.today.disabled.disabled:hover,
.datepicker table tr td.range.today.disabled:hover.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
.datepicker table tr td.range.today:hover[disabled]:hover,
.datepicker table tr td.range.today.disabled[disabled]:hover,
.datepicker table tr td.range.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today:hover.disabled:focus,
.datepicker table tr td.range.today.disabled.disabled:focus,
.datepicker table tr td.range.today.disabled:hover.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
.datepicker table tr td.range.today:hover[disabled]:focus,
.datepicker table tr td.range.today.disabled[disabled]:focus,
.datepicker table tr td.range.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
fieldset[disabled] .datepicker table tr td.range.today:hover:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today:hover.disabled:active,
.datepicker table tr td.range.today.disabled.disabled:active,
.datepicker table tr td.range.today.disabled:hover.disabled:active,
.datepicker table tr td.range.today[disabled]:active,
.datepicker table tr td.range.today:hover[disabled]:active,
.datepicker table tr td.range.today.disabled[disabled]:active,
.datepicker table tr td.range.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.range.today:active,
fieldset[disabled] .datepicker table tr td.range.today:hover:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today:hover.disabled.active,
.datepicker table tr td.range.today.disabled.disabled.active,
.datepicker table tr td.range.today.disabled:hover.disabled.active,
.datepicker table tr td.range.today[disabled].active,
.datepicker table tr td.range.today:hover[disabled].active,
.datepicker table tr td.range.today.disabled[disabled].active,
.datepicker table tr td.range.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.range.today.active,
fieldset[disabled] .datepicker table tr td.range.today:hover.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover.active {
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today .badge,
.datepicker table tr td.range.today:hover .badge,
.datepicker table tr td.range.today.disabled .badge,
.datepicker table tr td.range.today.disabled:hover .badge {
  color: #f7ca77;
  background-color: #000;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  color: #fff;
  background-color: #777777;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected:hover:focus,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td.selected,
.open > .dropdown-toggle.datepicker table tr td.selected:hover,
.open > .dropdown-toggle.datepicker table tr td.selected.disabled,
.open > .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td.selected,
.open > .dropdown-toggle.datepicker table tr td.selected:hover,
.open > .dropdown-toggle.datepicker table tr td.selected.disabled,
.open > .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
  background-image: none;
}
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.selected,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover.disabled:hover,
.datepicker table tr td.selected.disabled.disabled:hover,
.datepicker table tr td.selected.disabled:hover.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected:hover[disabled]:hover,
.datepicker table tr td.selected.disabled[disabled]:hover,
.datepicker table tr td.selected.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected:hover:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected:hover.disabled:focus,
.datepicker table tr td.selected.disabled.disabled:focus,
.datepicker table tr td.selected.disabled:hover.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected:hover[disabled]:focus,
.datepicker table tr td.selected.disabled[disabled]:focus,
.datepicker table tr td.selected.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected:hover:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected:hover.disabled:active,
.datepicker table tr td.selected.disabled.disabled:active,
.datepicker table tr td.selected.disabled:hover.disabled:active,
.datepicker table tr td.selected[disabled]:active,
.datepicker table tr td.selected:hover[disabled]:active,
.datepicker table tr td.selected.disabled[disabled]:active,
.datepicker table tr td.selected.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.selected:active,
fieldset[disabled] .datepicker table tr td.selected:hover:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected:hover.disabled.active,
.datepicker table tr td.selected.disabled.disabled.active,
.datepicker table tr td.selected.disabled:hover.disabled.active,
.datepicker table tr td.selected[disabled].active,
.datepicker table tr td.selected:hover[disabled].active,
.datepicker table tr td.selected.disabled[disabled].active,
.datepicker table tr td.selected.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.selected.active,
fieldset[disabled] .datepicker table tr td.selected:hover.active,
fieldset[disabled] .datepicker table tr td.selected.disabled.active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover.active {
  background-color: #777777;
  border-color: #555555;
}
.datepicker table tr td.selected .badge,
.datepicker table tr td.selected:hover .badge,
.datepicker table tr td.selected.disabled .badge,
.datepicker table tr td.selected.disabled:hover .badge {
  color: #777777;
  background-color: #fff;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  color: #fff;
  background-color: #a61b21;
  border-color: #a61b21;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td.active,
.open > .dropdown-toggle.datepicker table tr td.active:hover,
.open > .dropdown-toggle.datepicker table tr td.active.disabled,
.open > .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  color: #fff;
  background-color: #7a1418;
  border-color: #711217;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td.active,
.open > .dropdown-toggle.datepicker table tr td.active:hover,
.open > .dropdown-toggle.datepicker table tr td.active.disabled,
.open > .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  background-image: none;
}
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.active,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.disabled,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover.disabled:hover,
.datepicker table tr td.active.disabled.disabled:hover,
.datepicker table tr td.active.disabled:hover.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active:hover[disabled]:hover,
.datepicker table tr td.active.disabled[disabled]:hover,
.datepicker table tr td.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active:hover:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active:hover.disabled:focus,
.datepicker table tr td.active.disabled.disabled:focus,
.datepicker table tr td.active.disabled:hover.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active:hover[disabled]:focus,
.datepicker table tr td.active.disabled[disabled]:focus,
.datepicker table tr td.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active:hover:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active:hover.disabled:active,
.datepicker table tr td.active.disabled.disabled:active,
.datepicker table tr td.active.disabled:hover.disabled:active,
.datepicker table tr td.active[disabled]:active,
.datepicker table tr td.active:hover[disabled]:active,
.datepicker table tr td.active.disabled[disabled]:active,
.datepicker table tr td.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.active:active,
fieldset[disabled] .datepicker table tr td.active:hover:active,
fieldset[disabled] .datepicker table tr td.active.disabled:active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active:hover.disabled.active,
.datepicker table tr td.active.disabled.disabled.active,
.datepicker table tr td.active.disabled:hover.disabled.active,
.datepicker table tr td.active[disabled].active,
.datepicker table tr td.active:hover[disabled].active,
.datepicker table tr td.active.disabled[disabled].active,
.datepicker table tr td.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.active.active,
fieldset[disabled] .datepicker table tr td.active:hover.active,
fieldset[disabled] .datepicker table tr td.active.disabled.active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover.active {
  background-color: #a61b21;
  border-color: #a61b21;
}
.datepicker table tr td.active .badge,
.datepicker table tr td.active:hover .badge,
.datepicker table tr td.active.disabled .badge,
.datepicker table tr td.active.disabled:hover .badge {
  color: #a61b21;
  background-color: #fff;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 0;
}
.datepicker table tr td span:hover {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #a61b21;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #fff;
  background-color: #a61b21;
  border-color: #a61b21;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td span.active,
.open > .dropdown-toggle.datepicker table tr td span.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  color: #fff;
  background-color: #7a1418;
  border-color: #711217;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td span.active,
.open > .dropdown-toggle.datepicker table tr td span.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  background-image: none;
}
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td span.active,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active:hover.disabled:active,
.datepicker table tr td span.active.disabled.disabled:active,
.datepicker table tr td span.active.disabled:hover.disabled:active,
.datepicker table tr td span.active[disabled]:active,
.datepicker table tr td span.active:hover[disabled]:active,
.datepicker table tr td span.active.disabled[disabled]:active,
.datepicker table tr td span.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td span.active:active,
fieldset[disabled] .datepicker table tr td span.active:hover:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active:hover.disabled.active,
.datepicker table tr td span.active.disabled.disabled.active,
.datepicker table tr td span.active.disabled:hover.disabled.active,
.datepicker table tr td span.active[disabled].active,
.datepicker table tr td span.active:hover[disabled].active,
.datepicker table tr td span.active.disabled[disabled].active,
.datepicker table tr td span.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td span.active.active,
fieldset[disabled] .datepicker table tr td span.active:hover.active,
fieldset[disabled] .datepicker table tr td span.active.disabled.active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.active {
  background-color: #a61b21;
  border-color: #a61b21;
}
.datepicker table tr td span.active .badge,
.datepicker table tr td span.active:hover .badge,
.datepicker table tr td span.active.disabled .badge,
.datepicker table tr td span.active.disabled:hover .badge {
  color: #a61b21;
  background-color: #fff;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #a61b21;
}
.datepicker th.datepicker-switch {
  width: 145px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}
.input-group.date .input-group-addon i {
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: solid #ccc;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}
@media (max-width: 1199px) {
  blockquote,
  .blockquote {
    display: none;
  }
  #menu > ul li a {
    padding-left: 6px;
    padding-right: 6px;
  }
  .panel .panel-title span {
    font-size: 15px;
  }
  .panel.title-tabs .nav-tabs li {
    width: 33%;
  }
  .panel.title-tabs .nav-tabs li a {
    max-height: 45px;
    overflow: hidden;
  }
  .panel.title-tabs .nav-tabs li a span {
    font-size: 10px !important;
    padding: 0 5px !important;
  }
  .panel.title-tabs .sub-tabs li a {
    width: 68px !important;
  }
  .panel.apps .item {
    width: 220px;
    height: 224px;
  }
  .panel.itemlist .panel-body li a {
    font-size: 12px;
  }
  .panel.itemlist.thumb.thumbs-large li.featured .img {
    width: 360px;
  }
  .panel.itemlist.thumb.thumbs-large li.featured .desc {
    margin-left: 380px;
  }
  .panel.itemlist.thumb.thumbs-large li.img-right .desc {
    margin-right: 380px;
    margin-left: 0;
  }
  .panel.itempicker .panel.item-pick .categories ul li {
    height: 30px;
  }
  .panel.itempicker .panel.item-pick .categories ul li a {
    line-height: 30px;
  }
  .panel.itempicker .panel.item-pick .item .inner a .title {
    font-size: 18px;
    line-height: 22px;
    min-height: 0;
    padding-bottom: 10px;
    padding-left: 160px;
  }
  .panel.itempicker .panel.itemlist .panel-body {
    padding-bottom: 0;
  }
  .panel.itempicker .panel.itemlist ul li:last-child {
    display: none;
  }
  .panel.top-news .program-desc h2 {
    font-size: 24px;
  }
  .panel.top-news .program-desc p {
    font-size: 16px;
  }
  .panel.tiles .tile {
    height: 120px;
    max-height: 120px;
  }
  .panel.tiles.tiles-wide .panel-body {
    height: 580px !important;
  }
  .panel.tiles.tiles-wide .panel-body li {
    height: 125px;
    max-height: 125px;
  }
  .panel.list.sharings .panel-body ul {
    font-size: 0;
  }
  .panel.list.sharings .panel-body ul li a {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 18px;
  }
  .panel.poll {
    font-size: 12px;
  }
  .panel.slideshow.homepage {
    max-height: 312px;
  }
  .panel.slideshow.homepage .carousel-control {
    top: 130px;
  }
  .panel.slideshow.homepage .item .inner {
    height: 251px;
  }
  #articles ul li:last-child {
    display: none;
  }
  #item .panel.share ul li {
    padding: 0 3px;
  }
  #item .panel.share ul li a {
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .panel.title-tabs .nav-tabs li {
    width: 33%;
  }
  .panel.title-tabs .nav-tabs li a {
    max-height: 45px;
    overflow: hidden;
  }
  .panel.title-tabs .nav-tabs li a span {
    font-size: 12px !important;
    padding: 0 5px !important;
  }
  .panel.itemlist .panel-body li a {
    font-size: 14px;
  }
  .panel.itemlist.thumb.thumbs-large li .img {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  .panel.itemlist.thumb.thumbs-large li.featured .img {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  .panel.itemlist.thumb.thumbs-large li.img-right .img {
    margin-left: 0;
  }
  .panel.itemlist.thumb.thumbs-large li.img-right .desc {
    margin-right: 0;
  }
  .panel.itemlist.thumb.thumbs-large li .desc {
    margin-left: 0 !important;
  }
  .panel.apps .item {
    width: 100%;
    height: 100%;
  }
  .panel.slideshow.gallery .item .inner {
    height: 270px;
  }
  .panel.slideshow.gallery .item h2 {
    font-size: 18px;
  }
  .panel.slideshow.gallery .item p {
    font-size: 13px;
  }
  .panel.slideshow.gallery .item .panel.share {
    display: none;
  }
  .panel.slideshow.gallery .carousel-control {
    top: 140px;
  }
  .panel.schedules .table tbody tr td p {
    word-break: break-all;
  }
  .panel.tiles.tiles-wide .panel-body {
    height: 464px !important;
  }
  .panel.tiles.tiles-wide .panel-body li {
    height: 96px;
  }
  #menu {
    width: 100%;
    padding-right: 60px;
    z-index: 1000;
  }
  #menu > a {
    position: absolute;
    top: 0;
    right: 0;
    background: #777;
    color: #eee;
    border-color: #555;
  }
  #menu > ul {
    position: absolute;
    left: 0;
    width: 100%;
    top: 49px;
    z-index: 1033;
    display: none;
  }
  #menu > ul li {
    width: 100%;
    float: none;
    margin-bottom: 0;
    border-bottom: 1px solid #333;
    display: block;
  }
  #menu > ul li ~ li {
    margin-left: 0;
  }
  #menu > ul li.haschild:hover .child {
    display: none;
  }
  #menu > ul li.haschild .child {
    position: static;
    width: 100%;
    padding: 15px 20px;
  }
  #menu > ul li .search-form {
    width: 100% !important;
    right: 0 !important;
  }
  #menu > ul li .search-form form input {
    width: 100% !important;
  }
  #item .item-text figure,
  #item .item-text img {
    width: 100% !important;
    height: auto !important;
  }
  .item-related.media-related .panel.tiles .panel-body li {
    height: 130px;
    max-height: 130px;
  }
}
@media (max-width: 767px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }
  .panel.top-news .img {
    /*&:after { display: none; }*/
  }
  .panel.top-news .title {
    bottom: 10px;
  }
  .panel.top-news .title h2 {
    font-size: 18px;
  }
  .panel.top-news .program-desc {
    position: static;
    margin: 0;
  }
  .panel.top-news + div .panel-body .item a:after,
  .panel.top-news + div .panel-body .item a:before {
    display: none;
  }
  .panel.top-news + div .panel-body .item span.title {
    display: none;
  }
  .panel.slider .panel-body li .title {
    position: static;
    color: #333;
  }
  .panel.slider .panel-body li .title::after {
    display: none;
  }
  .panel.slideshow.gallery .item .inner {
    height: auto !important;
  }
  .panel.slideshow.gallery .item h2 {
    font-size: 18px;
  }
  .panel.slideshow.gallery .item p {
    font-size: 13px;
  }
  .panel.slideshow.gallery .item .panel.share {
    display: none;
  }
  .panel.slideshow.gallery .carousel-control {
    top: 140px;
  }
  #mastfoot {
    height: auto;
  }
  #mastfoot #weather {
    height: 60px;
  }
  .item-related.media-related .panel.tiles .panel-body {
    height: auto;
    overflow: visible;
  }
  .item-related.media-related .panel.tiles .panel-body li {
    display: block !important;
    height: 150px;
    max-height: 150px;
  }
  .item-related.media-related .panel.tiles .panel-footer {
    display: none;
  }
}
@media print {
  body {
    padding: 0;
    margin: 0;
    background-color: #fff;
  }
  body * {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }
  a[href]:after {
    content: "";
  }
  #navbar {
    padding: 0;
  }
  #navbar #logo a {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }
  #navbar #menu {
    display: none;
  }
  #masthead {
    display: none;
  }
  #ticker {
    display: none;
  }
  #sidebar {
    display: none;
  }
  #mastfoot {
    display: none;
  }
  #nav-footer {
    display: none;
  }
  #copyright {
    border-top: 2px solid #ababab;
  }
  .totop {
    display: none !important;
  }
  #item .item-body .item-date {
    display: none;
  }
  #item .item-body .item-tools {
    display: none;
  }
  #item .item-body .item-media {
    display: none !important;
  }
  #item .item-text blockquote {
    clear: right;
  }
  #item .item-text img {
    display: none !important;
  }
  #item .items-tags li a {
    background: #eee;
    color: #333;
    font-family: Arial;
    font-size: 10px;
  }
  #item .item-related {
    display: none;
  }
  #item .item-comments {
    display: none;
  }
  .panel.slideshow .inner .img:after {
    display: none;
  }
  .panel.slideshow .inner .title {
    position: static;
    padding: 10px 0 0;
  }
  .panel.slideshow .inner .title h2 {
    color: #666;
  }
  .img {
    max-height: 24cm;
    page-break-inside: avoid;
  }
}
/* Misc Rules */
::-moz-selection {
  background: #5af;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #5af;
  color: #fff;
  text-shadow: none;
}
body {
  overflow-x: hidden;
}
.img {
  display: block;
  width: 100%;
}
.img img {
  display: block;
  width: 100%;
  height: auto;
}
img {
  border: 0 none;
}
a {
  outline: 0 none;
}
a.more {
  display: block;
  color: #333;
}
a:after,
a:before {
  cursor: pointer;
}
.btn {
  font-family: 'Hispan', Arial;
}
.btn.black {
  background: #222;
  height: 28px;
  color: #d4d4d4;
  border-radius: 0;
  line-height: 14px;
  font-weight: bold;
}
.btn.black:hover {
  background: #333;
}
.placeholder {
  display: block;
  background: #d4d4d4;
}
#main {
  margin-top: 10px;
  margin-bottom: 20px;
}
#mainbody .btn {
  border-radius: 0 !important;
}
#mainbody .btn.btn-xs {
  padding-top: 0;
  padding-bottom: 0;
}
#mainbody .btn.btn-danger {
  background: #a61b21;
  font-weight: bold;
}
/* Color Styles */
.bg_khaki {
  background: #e7e5d0;
}
.bg_khaki .panel-title {
  margin-bottom: 0;
  padding-bottom: 12px;
}
.bg_khaki .panel {
  background-color: transparent;
}
.bg_grey {
  background: #f7f7f7;
}
.page-header {
  border: 0 none;
  text-transform: uppercase;
  font-size: 32px;
  font-family: 'Hispan', Arial;
  font-weight: bold;
  color: #a61b21;
  margin-bottom: 0;
  margin-top: 30px;
}
.page-header._border-top {
  border-top: 1px solid #b2b2b2;
  margin-top: 0;
  padding-top: 30px;
}
.page-header h3 {
  font-family: Arial !important;
  color: #333;
  font-size: 14px;
  font-weight: bold;
}
.page-header h2 {
  font-weight: bold;
  font-size: 32px;
}
.page-header .item-title {
  text-transform: none;
}
.meta {
  color: #727272;
  line-height: 18px;
}
.meta.meta-inline {
  display: inline-block;
}
.meta.meta-inline ~ .meta-inline {
  margin-left: 20px;
}
.rss-list h3 {
  text-transform: uppercase;
  font-family: 'Hispan', Arial;
  font-weight: bold;
}
#liveblog label {
  font-weight: normal;
}
#gallery .top-banner {
  margin-top: 30px;
}
#latest .panel.tabs .panel-title ul > li.active span {
  font-size: 12px;
}
.satellites .table tr {
  border-top: 2px solid #fff;
}
.satellites .table tr td + td {
  border-left: 2px solid #fff;
}
.text-red {
  color: #a61b21;
}
._no-margin {
  margin-top: 0 !important;
}
._margin-top {
  margin-top: 30px;
}
._border-bottom {
  padding-bottom: 20px;
  border-bottom: 3px solid #303030;
}
.sidebar_margin-top {
  margin-top: 82px;
}
._relative {
  position: relative;
}
.totop {
  position: fixed;
  bottom: 100px;
  left: 15px;
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.totop:hover {
  background: rgba(0, 0, 0, 0.3);
}
.totop a {
  color: rgba(255, 255, 255, 0.7);
  display: block;
  line-height: 60px;
  text-align: center;
  font-size: 36px;
}
.totop a,
.totop a:focus,
.totop a:hover,
.totop a:visited {
  outline: 0 none;
}
.totop a:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.9);
}
/* nanoScroll */
.timeline-container {
  height: 400px;
  margin-bottom: 20px;
  font-size: 12px;
  background: #efefef;
}
.timeline-container .content {
  padding: 10px;
}
/** initial setup **/
.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.nano > .nano-content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.nano > .nano-content:focus {
  outline: thin dotted;
}
.nano > .nano-content::-webkit-scrollbar {
  visibility: hidden;
}
.nano > .nano-pane {
  background: transparent;
  position: absolute;
  width: 7px;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden\9;
  opacity: .01;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.nano > .nano-pane > .nano-slider {
  background: #ababab;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  margin: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.nano > .nano-pane.active,
.nano > .nano-pane:hover {
  width: 10px;
  background: #ddd;
  background: rgba(0, 0, 0, 0.2);
}
.nano.has-scrollbar > .nano-content::-webkit-scrollbar {
  visibility: visible;
}
.nano:hover > .nano-pane,
.nano:hover .nano-pane.active,
.nano:hover .nano-pane.flashed {
  visibility: visible\9;
  opacity: 0.99;
}
.backdrop {
  transition: all 0.3s;
  position: fixed;
  width: 100%;
  height: 100%;
  background: black;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  z-index: 1012;
  display: none;
}
.map {
  position: fixed;
  width: 840px;
  margin: auto;
  z-index: 1040;
  left: 50%;
  margin-left: -420px;
  top: 20%;
  display: none;
}
.map img {
  display: block;
  width: 840px;
}
.map a {
  font-family: Arial;
  position: relative;
  z-index: 1084;
  margin-bottom: -15px;
  margin-right: -15px;
  display: block;
  background: #000;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  text-align: center;
  line-height: 24px;
  border: 3px solid #ddd;
  opacity: 1;
}
.map a:hover {
  opacity: 1;
  color: #fff;
}
.anchor-span {
  cursor: pointer;
  margin-left: 10px;
  color: #0085bf;
}
.fup-uploader {
  position: relative;
  width: 100%;
}
.fup-upload-button {
  display: block;
  padding: 5px 0;
  text-align: center;
  background: #233863;
  color: #cfdce8;
  width: 150px;
  border: solid 1px #98acca;
  cursor: pointer;
}
.fup-upload-button-hover {
  background: #436190;
}
.fup-upload-drop-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 70px;
  z-index: 2;
  background: #5a7eba;
  text-align: center;
}
.fup-upload-drop-area span {
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -8px;
  font-size: 16px;
}
.fup-upload-drop-area-active {
  background: #305490;
  color: White;
}
.fup-upload-list {
  margin: 10px 35px;
  padding: 0;
  list-style: disc;
}
.fup-upload-list li {
  margin: 0;
  padding: 0;
  line-height: 15px;
  font-size: 12px;
}
.fup-upload-file,
.fup-upload-spinner,
.fup-upload-size,
.fup-upload-cancel,
.fup-upload-failed-text {
  margin-right: 5px;
}
.fup-upload-failed-text {
  color: Red;
}
.fup-upload-spinner {
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: text-bottom;
}
.fup-upload-size,
.fup-upload-cancel {
  font-size: 11px;
}
.fup-upload-failed-text {
  display: none;
}
.fup-upload-fail .fup-upload-failed-text {
  display: inline;
}
.htable {
  text-align: center;
  width: 100%;
}
.htable tr {
  background-color: #dddddd;
}
.htable td {
  border: 3px solid white;
  font-size: 20px;
  font-weight: bold;
  padding: 15px;
  text-align: center;
  width: 33%;
}
.htable tr:hover {
  background-color: #ff7700;
  cursor: pointer;
}
.itemTitle {
  font-size: 32px;
  font-weight: bold;
  color: #a61b21;
  font-family: "Hispan", Arial;
}
.radioption {
  font-size: 24px;
  font-weight: normal;
  line-height: 40px;
  font-family: tahoma;
}
.test div.catItemIntroText {
  float: left;
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
  padding: 20px 0 12px;
}
div.catItemExtraFields,
div.genericItemExtraFields {
  border: medium none;
  float: right;
}
.catItemView.groupSecondary.test {
  background-color: #f0f0f0;
}
.test .itemContainer {
  float: left;
  margin: 8px 0;
  background-color: #f0f0f0;
}
div.catItemHeader h3.catItemTitle {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 110%;
  margin: 0;
  padding: 10px 0 4px;
}
.title2 {
  display: block;
  font-family: "Hispan", Arial;
  margin-left: 15px;
  position: relative;
  top: -70px;
}
.title2 a {
  color: #fff;
  display: block;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.2em;
  text-decoration: none;
  text-shadow: 2px 2px 0 #000;
}
div.subCategoryContainer {
  float: left;
}
div.itemListCategory {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
}
div.itemVideoBlock,
div.catItemVideoBlock {
  padding: 0;
}
.catItemVideoBlock {
  float: left;
}
.jwlogo {
  visibility: hidden !important;
}
.test > div.catItemBody > div.catItemImageBlock {
  float: left;
  padding: 0;
  margin: 0;
}
.catItemView.groupLeading.test {
  margin-bottom: 10px;
}
#comments-footer {
  display: none;
}
.capitulos .catItemBody .catItemImageBlock {
  float: left;
  margin: 0;
  padding: 5px 5px 5px 0;
}
.capitulos .itemList #itemListLinks {
  padding: 0px;
  background: none;
  border: none;
}
.itemListCategory {
  color: #a61b21;
  font-family: Hispan,Arial;
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: bold;
}
div.subCategory {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}
.catItemTitle {
  font-family: tahoma !important;
}