@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;600;700&family=Nunito+Sans:wght@400;600;700&display=swap");
/* ==========================================================================
   #BOX-SIZING
   ========================================================================== */
/**
 * More sensible default box-sizing:
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 */
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

/*
* jQuery UI CSS Framework
* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  position: absolute;
  left: -99999999px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.ui-helper-clearfix {
  display: inline-block; }

/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix {
  height: 1%; }

.ui-helper-clearfix {
  display: block; }

/* end clearfix */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important; }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* Accordion
----------------------------------*/
.ui-accordion .ui-accordion-header {
  cursor: pointer;
  position: relative;
  margin-top: 1px;
  zoom: 1; }

.ui-accordion .ui-accordion-li-fix {
  display: inline; }

.ui-accordion .ui-accordion-header-active {
  border-bottom: 0 !important; }

.ui-accordion .ui-accordion-header a {
  display: block;
  font-size: 1em;
  padding: .5em .5em .5em .7em; }

/* IE7-/Win - Fix extra vertical space in lists */
.ui-accordion a {
  zoom: 1; }

.ui-accordion-icons .ui-accordion-header a {
  padding-left: 2.2em; }

.ui-accordion .ui-accordion-header .ui-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px; }

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  margin-top: -2px;
  position: relative;
  top: 1px;
  margin-bottom: 2px;
  overflow: auto;
  display: none;
  zoom: 1; }

.ui-accordion .ui-accordion-content-active {
  display: block; }

/* Autocomplete
----------------------------------*/
.ui-autocomplete {
  position: absolute;
  cursor: default; }

.ui-autocomplete-loading {
  background: white url("images/ui-anim_basic_16x16.gif") right center no-repeat; }

/* workarounds */
* html .ui-autocomplete {
  width: 1px; }

/* without this, the menu expands to 100% in IE6 */
/* Menu
----------------------------------*/
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block; }

.ui-menu .ui-menu {
  margin-top: -3px; }

.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  zoom: 1;
  float: left;
  clear: left;
  width: 100%; }

.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: .2em .4em;
  line-height: 1.5;
  zoom: 1; }

.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px; }

/* Button
----------------------------------*/
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  margin-right: .1em;
  text-decoration: none !important;
  cursor: pointer;
  text-align: center;
  zoom: 1;
  overflow: visible; }

/* the overflow property removes extra width in IE */
.ui-button-icon-only {
  width: 2.2em; }

/* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only {
  width: 2.4em; }

/* button elements seem to need a little more width */
.ui-button-icons-only {
  width: 3.4em; }

button.ui-button-icons-only {
  width: 3.7em; }

/*button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: 1.4; }

.ui-button-text-only .ui-button-text {
  padding: .4em 1em; }

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px; }

.ui-button-text-icon .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em; }

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em; }

/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px; }

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px; }

.ui-button-text-icon .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
  left: .5em; }

.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
  right: .5em; }

/*button sets*/
.ui-buttonset {
  margin-right: 7px; }

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* reset extra padding in Firefox */
/* Datepicker
----------------------------------*/
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month-year {
  width: 100%; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
  display: none;
  /*sorry for IE5*/
  display/**/: block;
  /*sorry for IE5*/
  position: absolute;
  /*must have*/
  z-index: -1;
  /*must have*/
  filter: mask();
  /*must have*/
  top: -4px;
  /*must have*/
  left: -4px;
  /*must have*/
  width: 200px;
  /*must have*/
  height: 200px;
  /*must have*/ }

/* Dialog
----------------------------------*/
.ui-dialog {
  position: absolute;
  padding: .2em;
  width: 300px;
  overflow: hidden; }

.ui-dialog .ui-dialog-titlebar {
  padding: .5em 1em .3em;
  position: relative; }

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 16px .2em 0; }

/*.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }*/
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 35%;
  width: 34px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 26px; }

.ui-dialog .ui-dialog-titlebar-close span {
  display: block;
  margin: 0; }

.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
  padding: 0; }

.ui-dialog .ui-dialog-content {
  border: 0;
  padding: 1em 1em;
  background: none;
  overflow: auto;
  zoom: 1; }

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-top: 1px solid #ff9900;
  background-image: none;
  margin: .5em 0 0 0;
  padding: .3em 1em .5em .4em; }

.ui-dialog .ui-dialog-buttonpane button {
  float: right;
  margin: .5em 1em .5em 0;
  cursor: pointer;
  padding: .1em .3em .1em .3em;
  line-height: 1.4em;
  width: auto;
  overflow: visible; }

.ui-dialog .ui-resizable-se {
  width: 14px;
  height: 14px;
  right: 3px;
  bottom: 3px; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

/* Progressbar
----------------------------------*/
.ui-progressbar {
  height: 2em;
  text-align: left; }

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%; }

/* Resizable
----------------------------------*/
.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  z-index: 99999;
  display: block; }

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

/* Slider
----------------------------------*/
.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

.ui-slider-horizontal {
  height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

/* Tabs
----------------------------------*/
.ui-tabs {
  position: relative;
  padding: .2em;
  zoom: 1; }

/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0; }

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 1px;
  margin: 0 .2em 1px 0;
  border-bottom: 0 !important;
  padding: 0;
  white-space: nowrap; }

.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: .5em 1em;
  text-decoration: none; }

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  margin-bottom: 0;
  padding-bottom: 1px; }

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
  cursor: text; }

.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
  cursor: pointer; }

/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none; }

.ui-tabs .ui-tabs-hide {
  display: none !important; }

/*
* jQuery UI CSS Framework
* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/
*/
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em; }

.ui-widget-content {
  border: 5px solid #fff;
  background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
  color: #222222; }

.ui-widget-content a {
  color: #222222; }

.ui-widget-header {
  border: 0;
  background: #FF9900 50% 50% repeat-x;
  color: #222222;
  font-weight: bold; }

.ui-widget-header a {
  color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default {
  border: 1px solid #FF9900;
  background: #FF9900 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #fff; }

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #fff;
  text-decoration: none; }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus {
  border: 1px solid #FF9900;
  background: #fff url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #FF9900; }

.ui-widget-header .ui-state-hover {
  border: 0; }

.ui-state-hover a, .ui-state-hover a:hover {
  color: #666;
  text-decoration: none; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #FF9900;
  background: #ccc url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #212121; }

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #212121;
  text-decoration: none; }

.ui-widget :active {
  outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
  color: #363636; }

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #363636; }

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
  color: #cd0a0a; }

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #cd0a0a; }

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #cd0a0a; }

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal; }

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none; }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 34px;
  height: 26px;
  /* background-image: url(images/ui-icons_222222_256x240.png){iconsContent}*/ }

.ui-widget-content .ui-icon {
  background-image: url(images/ui-icons_222222_256x240.png); }

.ui-widget-header .ui-icon {
  background-image: url(../images/cerrar.png); }

.ui-state-default .ui-icon {
  background-image: url(images/ui-icons_888888_256x240.png); }

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
  background-image: url(../images/cerrar.png); }

.ui-state-active .ui-icon {
  background-image: url(images/ui-icons_454545_256x240.png); }

.ui-state-highlight .ui-icon {
  background-image: url(images/ui-icons_2e83ff_256x240.png); }

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url(images/ui-icons_cd0a0a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n {
  background-position: 0 0; }

.ui-icon-carat-1-ne {
  background-position: -16px 0; }

.ui-icon-carat-1-e {
  background-position: -32px 0; }

.ui-icon-carat-1-se {
  background-position: -48px 0; }

.ui-icon-carat-1-s {
  background-position: -64px 0; }

.ui-icon-carat-1-sw {
  background-position: -80px 0; }

.ui-icon-carat-1-w {
  background-position: -96px 0; }

.ui-icon-carat-1-nw {
  background-position: -112px 0; }

.ui-icon-carat-2-n-s {
  background-position: -128px 0; }

.ui-icon-carat-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -64px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -64px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: 0px 0px; }

/*.ui-icon-closethick { background-position: -96px -128px; }*/
.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-off {
  background-position: -96px -144px; }

.ui-icon-radio-on {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-tl {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px; }

.ui-corner-tr {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px; }

.ui-corner-bl {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.ui-corner-br {
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.ui-corner-top {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px; }

.ui-corner-bottom {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.ui-corner-right {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.ui-corner-left {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.ui-corner-all {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30); }

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30);
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px; }

/*! jQuery UI - v1.10.1 - 2013-02-20
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=3&bgColorHeader=%23276FB6&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=%232C6BA6&fcHeader=%23ffffff&iconColorHeader=%23ffffff&bgColorContent=%23ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=%23d6d6d6&fcContent=%23222222&iconColorContent=%23222222&bgColorDefault=%232C6BA6&bgTextureDefault=flat&bgImgOpacityDefault=100&borderColorDefault=%23296093&fcDefault=%23ffffff&iconColorDefault=%23ffffff&bgColorHover=%231f507e&bgTextureHover=flat&bgImgOpacityHover=100&borderColorHover=%23235585&fcHover=%23ffffff&iconColorHover=%23ffffff&bgColorActive=%23ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=%23aaaaaa&fcActive=%23212121&iconColorActive=%23454545&bgColorHighlight=%23fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=%23fcefa1&fcHighlight=%23363636&iconColorHighlight=%232e83ff&bgColorError=%23fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=%23cd0a0a&fcError=%23cd0a0a&iconColorError=%23cd0a0a&bgColorOverlay=%23aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=%23aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright (c) 2013 jQuery Foundation and other contributors Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */ }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important; }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block; }

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black; }

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  padding: .5em .5em .5em .7em;
  min-height: 0;
  /* support: IE7 */ }

.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em; }

.ui-accordion .ui-accordion-noicons {
  padding-left: .7em; }

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em; }

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px; }

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
  /* removes extra width in IE */ }

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none; }

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2.2em; }

/* button elements seem to need a little more width */
button.ui-button-icon-only {
  width: 2.4em; }

.ui-button-icons-only {
  width: 3.4em; }

button.ui-button-icons-only {
  width: 3.7em; }

/* button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: normal; }

.ui-button-text-only .ui-button-text {
  padding: .4em 1em; }

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px; }

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em; }

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em; }

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em; }

/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: .4em 1em; }

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px; }

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px; }

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: .5em; }

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em; }

/* button sets */
.ui-buttonset {
  margin-right: 7px; }

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em; }

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month-year {
  width: 100%; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0; }

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative; }

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 21px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px; }

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto; }

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em; }

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right; }

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer; }

.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: none; }

.ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute; }

.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  width: 100%; }

.ui-menu .ui-menu-divider {
  margin: 5px -2px 5px -2px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px .4em;
  line-height: 1.5;
  min-height: 0;
  /* support: IE7 */
  font-weight: normal; }

.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px; }

.ui-menu .ui-state-disabled {
  font-weight: normal;
  margin: .4em 0 .2em;
  line-height: 1.5; }

.ui-menu .ui-state-disabled a {
  cursor: default; }

/* icon support */
.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em; }

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: .2em;
  left: .2em; }

/* right-aligned */
.ui-menu .ui-menu-icon {
  position: static;
  float: right; }

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden; }

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%; }

.ui-progressbar .ui-progressbar-overlay {
  background: url("../images/images_jquery_ui/animated-overlay.gif");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25; }

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit; }

.ui-slider-horizontal {
  height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle; }

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px; }

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0; }

/* more specificity required here to overide default borders */
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none; }

/* vertical centre icon */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0; }

.ui-spinner-up {
  top: 0; }

.ui-spinner-down {
  bottom: 0; }

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px; }

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em; }

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0; }

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom: 0;
  padding: 0;
  white-space: nowrap; }

.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: .5em 1em;
  text-decoration: none; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
  cursor: text; }

.ui-tabs .ui-tabs-nav li a,
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
  cursor: pointer; }

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none; }

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa; }

body .ui-tooltip {
  border-width: 2px; }

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial,sans-serif;
  font-size: 1.1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial,sans-serif;
  font-size: 1em; }

.ui-widget-content {
  border: 1px solid #d6d6d6;
  background: #ffffff url(../images/images_jquery_ui/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
  color: #222222; }

.ui-widget-content a {
  color: #222222; }

.ui-widget-header {
  border: 1px solid #2C6BA6;
  background: #276FB6 url(../images/images_jquery_ui/ui-bg_highlight-soft_75_276FB6_1x100.png) 50% 50% repeat-x;
  color: #ffffff;
  font-weight: bold; }

.ui-widget-header a {
  color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #296093;
  background: #2C6BA6 url(../images/images_jquery_ui/ui-bg_flat_100_2C6BA6_40x100.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #ffffff; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #ffffff;
  text-decoration: none; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #235585;
  background: #1f507e url(../images/images_jquery_ui/ui-bg_flat_100_1f507e_40x100.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #ffffff; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
  color: #ffffff;
  text-decoration: none; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #aaaaaa;
  background: #ffffff url(../images/images_jquery_ui/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #212121; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url(../images/images_jquery_ui/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
  color: #363636; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url(../images/images_jquery_ui/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
  color: #cd0a0a; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* For IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
  background-position: 16px 16px; }

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(../images/images_jquery_ui/ui-icons_222222_256x240.png); }

.ui-widget-header .ui-icon {
  background-image: url(../images/images_jquery_ui/ui-icons_ffffff_256x240.png); }

.ui-state-default .ui-icon {
  background-image: url(../images/images_jquery_ui/ui-icons_ffffff_256x240.png); }

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url(../images/images_jquery_ui/ui-icons_ffffff_256x240.png); }

.ui-state-active .ui-icon {
  background-image: url(../images/images_jquery_ui/ui-icons_454545_256x240.png); }

.ui-state-highlight .ui-icon {
  background-image: url(../images/images_jquery_ui/ui-icons_2e83ff_256x240.png); }

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(../images/images_jquery_ui/ui-icons_cd0a0a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n {
  background-position: 0 0; }

.ui-icon-carat-1-ne {
  background-position: -16px 0; }

.ui-icon-carat-1-e {
  background-position: -32px 0; }

.ui-icon-carat-1-se {
  background-position: -48px 0; }

.ui-icon-carat-1-s {
  background-position: -64px 0; }

.ui-icon-carat-1-sw {
  background-position: -80px 0; }

.ui-icon-carat-1-w {
  background-position: -96px 0; }

.ui-icon-carat-1-nw {
  background-position: -112px 0; }

.ui-icon-carat-2-n-s {
  background-position: -128px 0; }

.ui-icon-carat-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -64px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -64px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3; }

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa url(../images/images_jquery_ui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30); }

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url(../images/images_jquery_ui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30);
  border-radius: 8px; }

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

body {
  margin: 0; }

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

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

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

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

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

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

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

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 {
  padding: 0;
  border: 0; }

input {
  line-height: normal; }

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }

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

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

legend {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

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

td, th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *, :after, :before {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !important;
    -webkit-box-shadow: none !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: ""; }
  blockquote, pre {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  img, tr {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  h2, h3, p {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
  .table td, .table th {
    background-color: #fff !important; }
  .table-bordered td, .table-bordered th {
    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.woff2) format("woff2"), 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: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\002a"; }

.glyphicon-plus:before {
  content: "\002b"; }

.glyphicon-eur:before, .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"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff; }

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

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

a:focus, a:hover {
  color: #23527c;
  text-decoration: underline; }

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto; }

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

.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role=button] {
  cursor: pointer; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777; }

.h1, .h2, .h3, h1, h2, 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, .h5, .h6, h4, h5, 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%; }

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

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

.text-primary {
  color: #337ab7; }

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

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

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

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

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

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

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

.text-danger {
  color: #a94442; }

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

.bg-primary {
  color: #fff;
  background-color: #337ab7; }

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

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

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

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

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

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

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

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

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

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee; }

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

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0; }

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

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none; }

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

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

dd, dt {
  line-height: 1.42857143; }

dt {
  font-weight: 700; }

dd {
  margin-left: 0; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

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

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee; }

blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
  margin-bottom: 0; }

blockquote .small, blockquote footer, blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777; }

blockquote .small:before, blockquote footer:before, blockquote small:before {
  content: '\2014 \00A0'; }

.blockquote-reverse, blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0; }

.blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
  content: ''; }

.blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
  content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143; }

code, kbd, pre, samp {
  font-family: Menlo,Monaco,Consolas,"Courier New",monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }

@media (min-width: 992px) {
  .container {
    width: 970px; } }

@media (min-width: 1200px) {
  .container {
    width: 1170px; } }

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  margin-right: -15px;
  margin-left: -15px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0; } }

table {
  background-color: transparent; }

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

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  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 > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
  border-top: 0; }

.table > tbody + tbody {
  border-top: 2px solid #ddd; }

.table .table {
  background-color: #fff; }

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

.table-bordered {
  border: 1px solid #ddd; }

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

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border-bottom-width: 2px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-responsive {
  min-height: .01%;
  overflow-x: auto; }

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd; }
  .table-responsive > .table {
    margin-bottom: 0; }
  .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
    white-space: nowrap; }
  .table-responsive > .table-bordered {
    border: 0; }
  .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0; }
  .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0; }
  .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; } }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

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

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

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

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

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

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

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

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  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,-webkit-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; }

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: #999; }

.form-control::-webkit-input-placeholder {
  color: #999; }

.form-control::-ms-expand {
  background-color: transparent;
  border: 0; }

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1; }

.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type=search] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
    line-height: 34px; }
  .input-group-sm input[type=date], .input-group-sm input[type=time], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], 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-group-lg input[type=date], .input-group-lg input[type=time], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], 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; }

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

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

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

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

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

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

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

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

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

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0; }

.form-control-static.input-lg, .form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0; }

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm {
  height: 30px;
  line-height: 30px; }

select[multiple].input-sm, textarea.input-sm {
  height: auto; }

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

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

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

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-lg {
  height: 46px;
  line-height: 46px; }

select[multiple].input-lg, textarea.input-lg {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

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

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.has-feedback {
  position: relative; }

.has-feedback .form-control {
  padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.form-group-lg .form-control + .form-control-feedback, .input-group-lg + .form-control-feedback, .input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

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

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 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;
  background-color: #dff0d8;
  border-color: #3c763d; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 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;
  background-color: #fcf8e3;
  border-color: #8a6d3b; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 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;
  background-color: #f2dede;
  border-color: #a94442; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

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

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

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

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

.form-horizontal .checkbox, .form-horizontal .radio {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.btn.focus, .btn:focus, .btn:hover {
  color: #333;
  text-decoration: none; }

.btn.active, .btn:active {
  background-image: none;
  outline: 0;
  -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;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65; }

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

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }

.btn-default.focus, .btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c; }

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad; }

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad; }

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c; }

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
  background-image: none; }

.btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc; }

.btn-default .badge {
  color: #fff;
  background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }

.btn-primary.focus, .btn-primary:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40; }

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40; }

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
  background-image: none; }

.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
  background-color: #337ab7;
  border-color: #2e6da4; }

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success.focus, .btn-success:focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625; }

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439; }

.btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439; }

.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
  color: #fff;
  background-color: #398439;
  border-color: #255625; }

.btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
  background-image: none; }

.btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-info.focus, .btn-info:focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85; }

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc; }

.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc; }

.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85; }

.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
  background-image: none; }

.btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled].focus, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning.focus, .btn-warning:focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d; }

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512; }

.btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512; }

.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open > .dropdown-toggle.btn-warning.focus, .open > .dropdown-toggle.btn-warning:focus, .open > .dropdown-toggle.btn-warning:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d; }

.btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
  background-image: none; }

.btn-warning.disabled.focus, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled].focus, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger.focus, .btn-danger:focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19; }

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925; }

.btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925; }

.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open > .dropdown-toggle.btn-danger.focus, .open > .dropdown-toggle.btn-danger:focus, .open > .dropdown-toggle.btn-danger:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19; }

.btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
  background-image: none; }

.btn-danger.disabled.focus, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled].focus, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff; }

.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0; }

.btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
  border-color: transparent; }

.btn-link:focus, .btn-link:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent; }

.btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none; }

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

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

.btn-group-xs > .btn, .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=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .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-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height,visibility;
  -o-transition-property: height,visibility;
  transition-property: height,visibility; }

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

.dropdown, .dropup {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  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); }

.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: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap; }

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

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

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

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

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

.open > a {
  outline: 0; }

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

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

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

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

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

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

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

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

.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }

.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  float: left; }

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
  z-index: 2; }

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

.btn-toolbar {
  margin-left: -5px; }

.btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
  float: left; }

.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
  margin-left: 5px; }

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

.btn-group > .btn:first-child {
  margin-left: 0; }

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

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

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

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

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

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

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

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

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

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

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none; }

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

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

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

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

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

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

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

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

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

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

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }

.btn-group-justified > .btn, .btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%; }

.btn-group-justified > .btn-group .btn {
  width: 100%; }

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto; }

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

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }

.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0; }

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0; }

.input-group .form-control:focus {
  z-index: 3; }

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

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

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

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

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

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

.input-group .form-control, .input-group-addon, .input-group-btn {
  display: table-cell; }

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

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

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px; }

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px; }

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px; }

.input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
  margin-top: 0; }

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

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

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

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

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }

.input-group-btn > .btn {
  position: relative; }

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

.input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
  z-index: 2; }

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
  margin-right: -1px; }

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-pills > li {
  float: left; }

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

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

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

.nav-stacked > li {
  float: none; }

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

.nav-justified {
  width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-brand > img {
  display: block; }

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

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

.navbar-toggle:focus {
  outline: 0; }

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

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

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

.navbar-nav {
  margin: 7.5px -15px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }

.breadcrumb > li {
  display: inline-block; }

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0"; }

.breadcrumb > .active {
  color: #777; }

.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;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd; }

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd; }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7; }

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd; }

.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px; }

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px; }

.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none; }

.pager li {
  display: inline; }

.pager li > a, .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px; }

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

.pager .next > a, .pager .next > span {
  float: right; }

.pager .previous > a, .pager .previous > span {
  float: left; }

.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff; }

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

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

.label:empty {
  display: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px; }

.badge:empty {
  display: none; }

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

.btn-group-xs > .btn .badge, .btn-xs .badge {
  top: 0;
  padding: 1px 5px; }

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

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff; }

.list-group-item > .badge {
  float: right; }

.list-group-item > .badge + .badge {
  margin-right: 5px; }

.nav-pills > li > a > .badge {
  margin-left: 3px; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee; }

.jumbotron .h1, .jumbotron h1 {
  color: inherit; }

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200; }

.jumbotron > hr {
  border-top-color: #d5d5d5; }

.container .jumbotron, .container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px; }

.jumbotron .container {
  max-width: 100%; }

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px; }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px; }
  .jumbotron .h1, .jumbotron h1 {
    font-size: 63px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out; }

.thumbnail a > img, .thumbnail > img {
  margin-right: auto;
  margin-left: auto; }

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
  border-color: #337ab7; }

.thumbnail .caption {
  padding: 9px;
  color: #333; }

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

.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 {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.alert-success hr {
  border-top-color: #c9e2b3; }

.alert-success .alert-link {
  color: #2b542c; }

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.alert-info hr {
  border-top-color: #a6e1ec; }

.alert-info .alert-link {
  color: #245269; }

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }

.alert-warning hr {
  border-top-color: #f7e1b5; }

.alert-warning .alert-link {
  color: #66512c; }

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

.alert-danger hr {
  border-top-color: #e4b9c0; }

.alert-danger .alert-link {
  color: #843534; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media {
  margin-top: 15px; }

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

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

.media-body {
  width: 10000px; }

.media-object {
  display: block; }

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

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

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

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

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

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

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

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

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

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }

.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

a.list-group-item, button.list-group-item {
  color: #555; }

a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
  color: #333; }

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

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

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #eee; }

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
  color: inherit; }

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
  color: #777; }

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }

.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > small {
  color: inherit; }

.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
  color: #c7ddef; }

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

a.list-group-item-success, button.list-group-item-success {
  color: #3c763d; }

a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
  color: inherit; }

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

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

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

a.list-group-item-info, button.list-group-item-info {
  color: #31708f; }

a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
  color: inherit; }

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

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

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

a.list-group-item-warning, button.list-group-item-warning {
  color: #8a6d3b; }

a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
  color: inherit; }

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

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

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

a.list-group-item-danger, button.list-group-item-danger {
  color: #a94442; }

a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
  color: inherit; }

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

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

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

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

.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-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }

.panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > 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, .panel > .panel-collapse > .list-group {
  margin-bottom: 0; }

.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0; }

.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table {
  margin-bottom: 0; }

.panel > .panel-collapse > .table caption, .panel > .table caption, .panel > .table-responsive > .table caption {
  padding-right: 15px;
  padding-left: 15px; }

.panel > .table-responsive:first-child > .table:first-child, .panel > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table:first-child > thead:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel > .table-responsive:first-child > .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 th:first-child, .panel > .table-responsive:first-child > .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 th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px; }

.panel > .table-responsive:first-child > .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 th:last-child, .panel > .table-responsive:first-child > .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 th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px; }

.panel > .table-responsive:last-child > .table:last-child, .panel > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .table-responsive:last-child > .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 th:first-child, .panel > .table-responsive:last-child > .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 th:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px; }

.panel > .table-responsive:last-child > .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 th:last-child, .panel > .table-responsive:last-child > .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 th:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .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, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th {
  border-top: 0; }

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
  border: 0; }

.panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
  border-left: 0; }

.panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
  border-right: 0; }

.panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
  border-bottom: 0; }

.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0; }

.panel > .table-responsive {
  margin-bottom: 0;
  border: 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 > .list-group, .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: #333;
  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: #333; }

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd; }

.panel-primary {
  border-color: #337ab7; }

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7; }

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff; }

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7; }

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

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }

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

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

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

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2; }

.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5; }

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

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%); }

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

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

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

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

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0; }

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5; }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }

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

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

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

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px; }

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

.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

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

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto; }

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9; }

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px; }

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px; }

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px; }

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px; }

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

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

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

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

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

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

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

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

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

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

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

.popover.top {
  margin-top: -10px; }

.popover.right {
  margin-left: 10px; }

.popover.bottom {
  margin-top: 10px; }

.popover.left {
  margin-left: -10px; }

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

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

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

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

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

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0; }

.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0; }

.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0; }

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25); }

.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25); }

.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left; }

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
  line-height: 1; }

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px; }
  .carousel-inner > .item.active.right, .carousel-inner > .item.next {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  .carousel-inner > .item.active.left, .carousel-inner > .item.prev {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  .carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
  display: block; }

.carousel-inner > .active {
  left: 0; }

.carousel-inner > .next, .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%; }

.carousel-inner > .next {
  left: 100%; }

.carousel-inner > .prev {
  left: -100%; }

.carousel-inner > .next.left, .carousel-inner > .prev.right {
  left: 0; }

.carousel-inner > .active.left {
  left: -100%; }

.carousel-inner > .active.right {
  left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: .5; }

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x; }

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x; }

.carousel-control:focus, .carousel-control:hover {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9; }

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px; }

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px; }

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
  right: 50%;
  margin-right: -10px; }

.carousel-control .icon-next, .carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1; }

.carousel-control .icon-prev:before {
  content: '\2039'; }

.carousel-control .icon-next:before {
  content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none; }

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000\9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px; }

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.carousel-caption .btn {
  text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -10px; }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
  display: table;
  content: " "; }

.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
  clear: both; }

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

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

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

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

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

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

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

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

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  td.visible-xs, th.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 !important; }
  tr.visible-sm {
    display: table-row !important; }
  td.visible-sm, th.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 !important; }
  tr.visible-md {
    display: table-row !important; }
  td.visible-md, th.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 !important; }
  tr.visible-lg {
    display: table-row !important; }
  td.visible-lg, th.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 !important; }
  tr.visible-print {
    display: table-row !important; }
  td.visible-print, th.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; } }

/*# sourceMappingURL=bootstrap.min.css.map */
/*!
 * LABELAUTY jQuery Plugin Styles
 *
 * @file: jquery-labelauty.css
 * @author: Francisco Neves (@fntneves)
 * @site: www.francisconeves.com
 * @license: MIT License
 */
/* Prevent text and blocks selection */
input.labelauty + label ::selection {
  background-color: rgba(255, 255, 255, 0); }

input.labelauty + label ::-moz-selection {
  background-color: rgba(255, 255, 255, 0); }

/* Hide original checkboxes. They are ugly! */
input.labelauty {
  display: none !important; }

/*
 * Let's style the input
 * Feel free to work with it as you wish!
 */
input.labelauty + label {
  display: table;
  font-size: 11px;
  padding: 10px;
  background-color: #efefef;
  color: #b3b3b3;
  cursor: pointer;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  -webkit-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none; }

/* Stylish text inside label */
input.labelauty + label > span.labelauty-unchecked,
input.labelauty + label > span.labelauty-checked {
  display: inline-block;
  line-height: 16px;
  vertical-align: bottom; }

/* Stylish icons inside label */
input.labelauty + label > span.labelauty-unchecked-image,
input.labelauty + label > span.labelauty-checked-image {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: bottom;
  background-repeat: no-repeat;
  background-position: left center;
  transition: background-image 0.5s linear;
  -moz-transition: background-image 0.5s linear;
  -webkit-transition: background-image 0.5s linear;
  -o-transition: background-image 0.5s linear; }

/* When there's a label, add a little margin to the left */
input.labelauty + label > span.labelauty-unchecked-image + span.labelauty-unchecked,
input.labelauty + label > span.labelauty-checked-image + span.labelauty-checked {
  margin-left: 7px; }

/* When not Checked */
input.labelauty:not(:checked):not([disabled]) + label:hover {
  background-color: #eaeaea;
  color: #a7a7a7; }

input.labelauty:not(:checked) + label > span.labelauty-checked-image {
  display: none; }

input.labelauty:not(:checked) + label > span.labelauty-checked {
  display: none; }

/* When Checked */
input.labelauty:checked + label {
  background-color: #3498db;
  color: #ffffff; }

input.labelauty:checked:not([disabled]) + label:hover {
  background-color: #72c5fd; }

input.labelauty:checked + label > span.labelauty-unchecked-image {
  display: none; }

input.labelauty:checked + label > span.labelauty-unchecked {
  display: none; }

input.labelauty:checked + label > span.labelauty-checked {
  display: inline-block; }

input.labelauty.no-label:checked + label > span.labelauty-checked {
  display: block; }

/* When Disabled */
input.labelauty[disabled] + label {
  opacity: 0.5; }

/* Add a background to (un)checked images */
input.labelauty + label > span.labelauty-unchecked-image {
  background-image: url(images/input-unchecked.png); }

input.labelauty + label > span.labelauty-checked-image {
  background-image: url(images/input-checked.png); }

/** Botón **/
.googlebooks {
  position: absolute;
  height: 82px;
  width: 90px;
  bottom: 0;
  right: 0;
  cursor: pointer; }

.googlebooks:before,
.googlebooks:after {
  position: absolute;
  content: "";
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 1; }

.googlebooks:before {
  background-image: url("../images/google-preview.png");
  z-index: 1;
  transition: opacity 0.6s; }

.googlebooks:after {
  background-image: url("../images/google-preview-hover.png"); }

.googlebooks:hover:before {
  opacity: 0; }

/** Modal **/
#modal-preview {
  text-align: center;
  padding: 0 !important; }

#modal-preview:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px; }

#modal-preview .modal-dialog {
  display: inline-block;
  max-width: 750px;
  text-align: left;
  vertical-align: middle; }

#modal-preview .modal-content {
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0; }

#modal-preview .modal-header {
  padding: 15px;
  margin-bottom: 0 !important;
  border-radius: 6px 6px 0 0;
  background: #276fb6; }

#modal-preview .modal-header h4 {
  font-size: 20px;
  color: #fff; }

#modal-preview .modal-header h4 small {
  color: #7ec0f1; }

#modal-preview .modal-header .close {
  font-size: 30px; }

#modal-preview .modal-title {
  font-size: 25px;
  font-weight: bold; }

#modal-preview .modal-body {
  height: 600px;
  padding: 8px 0 0;
  margin-bottom: -10px; }

#modal-preview .modal-body * {
  border: 0 !important; }

#modal-preview .modal-body .overflow-scrolling {
  max-height: 550px;
  padding: 20px 0 !important; }

#modal-preview .modal-body * {
  border: 0 !important; }

#modal-preview .modal-body > div > div:nth-child(2) {
  display: none; }

.jssocials-shares {
  margin: 0.2em 0; }

.jssocials-shares * {
  box-sizing: border-box; }

.jssocials-share {
  display: inline-block;
  vertical-align: top;
  margin: 0.3em 0.6em 0.3em 0; }

.jssocials-share:last-child {
  margin-right: 0; }

.jssocials-share-logo {
  width: 1em;
  vertical-align: middle;
  font-size: 1.5em; }

img.jssocials-share-logo {
  width: auto;
  height: 1em; }

.jssocials-share-link {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 1; }
  .jssocials-share-link.jssocials-share-link-count {
    padding-top: .2em; }
    .jssocials-share-link.jssocials-share-link-count .jssocials-share-count {
      display: block;
      font-size: .6em;
      margin: 0 -.5em -.8em -.5em; }
  .jssocials-share-link.jssocials-share-no-count {
    padding-top: .5em; }
    .jssocials-share-link.jssocials-share-no-count .jssocials-share-count {
      height: 1em; }

.jssocials-share-label {
  padding-left: 0.3em;
  vertical-align: middle; }

.jssocials-share-count-box {
  display: inline-block;
  height: 1.5em;
  padding: 0 0.3em;
  line-height: 1;
  vertical-align: middle;
  cursor: default; }
  .jssocials-share-count-box.jssocials-share-no-count {
    display: none; }

.jssocials-share-count {
  line-height: 1.5em;
  vertical-align: middle; }

.jssocials-share-twitter .jssocials-share-link {
  background: #00aced; }
  .jssocials-share-twitter .jssocials-share-link:hover {
    background: #0087ba; }

.jssocials-share-facebook .jssocials-share-link {
  background: #3b5998; }
  .jssocials-share-facebook .jssocials-share-link:hover {
    background: #2d4373; }

.jssocials-share-googleplus .jssocials-share-link {
  background: #dd4b39; }
  .jssocials-share-googleplus .jssocials-share-link:hover {
    background: #c23321; }

.jssocials-share-linkedin .jssocials-share-link {
  background: #007bb6; }
  .jssocials-share-linkedin .jssocials-share-link:hover {
    background: #005983; }

.jssocials-share-pinterest .jssocials-share-link {
  background: #cb2027; }
  .jssocials-share-pinterest .jssocials-share-link:hover {
    background: #9f191f; }

.jssocials-share-email .jssocials-share-link {
  background: #3490F3; }
  .jssocials-share-email .jssocials-share-link:hover {
    background: #0e76e6; }

.jssocials-share-stumbleupon .jssocials-share-link {
  background: #eb4823; }
  .jssocials-share-stumbleupon .jssocials-share-link:hover {
    background: #c93412; }

.jssocials-share-whatsapp .jssocials-share-link {
  background: #29a628; }
  .jssocials-share-whatsapp .jssocials-share-link:hover {
    background: #1f7d1e; }

.jssocials-share-telegram .jssocials-share-link {
  background: #2ca5e0; }
  .jssocials-share-telegram .jssocials-share-link:hover {
    background: #1c88bd; }

.jssocials-share-line .jssocials-share-link {
  background: #25af00; }
  .jssocials-share-line .jssocials-share-link:hover {
    background: #1a7c00; }

.jssocials-share-viber .jssocials-share-link {
  background: #7b519d; }
  .jssocials-share-viber .jssocials-share-link:hover {
    background: #61407b; }

.jssocials-share-pocket .jssocials-share-link {
  background: #ef4056; }
  .jssocials-share-pocket .jssocials-share-link:hover {
    background: #e9132e; }

.jssocials-share-messenger .jssocials-share-link {
  background: #0084ff; }
  .jssocials-share-messenger .jssocials-share-link:hover {
    background: #006acc; }

.jssocials-share-vkontakte .jssocials-share-link {
  background: #45668e; }
  .jssocials-share-vkontakte .jssocials-share-link:hover {
    background: #344d6c; }

.jssocials-share-link {
  padding: .5em .6em;
  color: #fff;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out; }
  .jssocials-share-link:hover, .jssocials-share-link:focus, .jssocials-share-link:active {
    color: #fff; }

.jssocials-share-count-box {
  position: relative;
  height: 2.5em;
  padding: 0 .3em;
  margin-left: 0.3em;
  background: #f5f5f5;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out; }
  .jssocials-share-count-box:hover {
    background: gainsboro; }
    .jssocials-share-count-box:hover:after {
      border-color: transparent gainsboro transparent transparent; }
  .jssocials-share-count-box:after {
    content: "";
    display: block;
    position: absolute;
    top: 0.85em;
    left: -0.3em;
    width: 0;
    height: 0;
    border-width: 0.4em 0.4em 0.4em 0;
    border-style: solid;
    border-color: transparent #f5f5f5 transparent transparent;
    transform: rotate(360deg);
    transition: background 200ms ease-in-out, border-color 200ms ease-in-out; }
  .jssocials-share-count-box .jssocials-share-count {
    line-height: 2.5em;
    color: #444; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

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

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Layout
********************************************************/
html,
body {
  overflow-x: hidden; }

body {
  height: 1%;
  line-height: 1em;
  font-family: "Nunito Sans", sans-serif;
  color: #333;
  background-color: #FFF; }

.ocultar, .oculta {
  display: none; }

.main-container {
  padding-bottom: 40px; }

/* Sidebar
********************************************************/
#sidebar {
  margin: 6px 0 20px; }

.sidebar-box {
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #f1f1f1;
  border-radius: 3px;
  margin-bottom: 15px;
  padding: 15px; }

.sidebar-box h2 {
  background: #f7f7f7 none repeat scroll 0 0;
  color: #161b1e;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin: -10px -10px 12px;
  padding: 7px 14px; }

/* Texto
********************************************************/
li {
  line-height: 1.5em;
  font-size: 15px; }

p {
  font-size: 14px;
  line-height: 1.6em; }

.dashed-content li {
  margin-bottom: 10px; }

.content .dashed-content.gwe_texto ul {
  list-style: disc outside none;
  padding: 0 0 0 15px; }

select {
  color: #666 !important;
  text-shadow: 0 0 0 #000 !important; }

a {
  color: #727B8C;
  outline: none !important; }

a:hover {
  color: #f0f5ff; }

button {
  outline: none !important; }

/* Buttons
 ********************************************************/
.btntwo, .btn {
  background-color: #727B8C;
  border: 1px solid #727B8C;
  border-radius: 3px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  overflow: hidden;
  padding: 8px 12px;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.3s linear 0s, background 0.3s linear 0s, border 0.3s linear 0s;
  line-height: 1 !important; }

.btn:hover,
.btn:focus,
.btntwo:hover,
.btntwo:focus,
.btn-cart-checkout:hover,
.btn-cart-checkout:focus {
  color: #FFF;
  text-decoration: none;
  background-color: #5b6270;
  border-color: #5b6270; }

.btn-default:hover, .btn-default:focus {
  border-color: #999; }

.btn.disabled:hover,
.btn[disabled]:hover,
fieldset[disabled] .btn:hover {
  background-color: #727B8C;
  color: #ffffff;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none; }

#cart a.btn {
  float: right;
  margin-left: 0px; }

.btn-cart-checkout {
  background-color: #727B8C;
  width: 100%;
  text-align: center;
  color: #fff;
  display: inline-block;
  padding: 8px 10px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 600;
  transition: background 0.2s linear 0s, color 0.2s linear 0s; }

.btn-cart-checkout:hover,
.btn-cart-checkout:focus {
  text-decoration: none;
  color: #fff;
  background-color: #5b6270; }

div.gwe_libro2 .botones .btntwo,
div.gwe_libro3 .botones .btntwo {
  margin-top: 0px;
  width: auto;
  padding: 4px 15px 4px; }

.minificha a.btn, .minificha a.btntwo {
  padding: 5px 15px 5px;
  float: left; }

#acceso-pedido .btn {
  float: left; }

#capaGastosEnvioPOD .btn.off {
  background-color: #CCC;
  border: 1px solid #ADADAD;
  cursor: auto; }

.btns-help {
  margin-top: 22px; }

.btns-help a {
  margin-right: 8px;
  font-size: 12px; }

.btn-default {
  background-color: #ffffff !important;
  border-color: #cccccc;
  color: #333333 !important; }

a.btn, a.btntwo {
  line-height: 1em; }

input.btn, input.btntwo {
  font-weight: normal;
  line-height: 1.4em; }

/* Header
********************************************************/
header {
  height: auto;
  margin-bottom: 50px;
  position: relative;
  top: 0;
  vertical-align: middle;
  width: 100%; }

header .header-top {
  position: relative;
  padding: 0;
  z-index: 999; }

header .header-top #language a,
header .header-top #account a {
  color: #565656; }

header .header-middle {
  padding: 3px 0;
  transition: background-color 0.2s ease 0s; }

header .header-middle .row > div {
  min-height: 100px;
  z-index: 9; }

header .header-middle #logotipo h1 {
  margin: 0; }

header .header-middle #logotipo img {
  max-width: 100%;
  max-width: 230px; }

header #logotipo h1,
header #logotipo > a,
header #search #busqueda,
header #cart #cart-fixed {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

header #search #busqueda {
  width: calc(100% - 30px); }

header #cart-fixed .btn-cart {
  display: flex;
  align-items: center; }

header.sticky .header-middle {
  background-color: rgba(240, 245, 255, 0.95) !important;
  z-index: 999;
  /*background: url('/images/fondocafe.png'), linear-gradient(rgba($color-header-sticky, 0.95), rgba($color-header-sticky, 0.95)) !important;
    background-size: 10% !important;
    background-position: 50% 50%;*/ }

/* Header 1 */
header.header-1 .header-top {
  background-color: #f8f8f8; }

header.header-1 .header-top #account > a,
header.header-1 .header-top #language > a,
header.header-1 .header-top #nav-header li {
  line-height: 35px;
  display: inline-block; }

header.header-1 .header-middle #logotipo img {
  transition: all 0.2s ease 0s; }

header.header-1 .header-nav {
  background-color: #727B8C; }

header.header-1 .header-middle #search .search-text {
  border: 0;
  background: #f1f1f1; }

header.header-1 #cart .btn-cart i {
  color: #727B8C; }

header.header-1.sticky .header-middle {
  box-shadow: 0 8px 10px -8px rgba(0, 0, 0, 0.3);
  padding: 0;
  position: fixed;
  margin-top: -37px;
  width: 100%;
  background: rgba(114, 123, 140, 0.95); }

header.header-1.sticky .header-middle .row > div,
header.header-1.sticky .header-middle .row > #logotipo {
  min-height: 70px;
  margin-top: 0; }

header.header-1.sticky .header-middle #logotipo {
  padding-top: 5px; }

header.header-1.sticky .header-middle #logotipo img {
  max-width: 190px;
  margin-top: -6px; }

header.header-1.sticky .header-middle #search .search-text {
  border-color: #fff; }

header.header-1.sticky .header-middle #search .btntwo.search {
  background-color: #f0f5ff; }

header.header-1.sticky .header-middle #search .btntwo.search i {
  color: #727B8C; }

header.header-1.sticky #cart .btn-cart {
  color: #fff; }

header.header-1.sticky .header-middle #cart .btn-cart i {
  color: #fff; }

header.header-1.sticky .header-middle #cart .btntwo {
  margin-top: 5px; }

/* Header 2 */
header.header-2 .header-middle {
  min-height: 52px;
  background-color: #727B8C;
  transition: all 0.2s ease 0s; }

header.header-2 .header-nav {
  background-color: #fff;
  border-bottom: 1px solid #eeeeee; }

header.header-2 #search .search-text {
  border-color: #fff; }

header.header-2 .navbar .navbar-nav > li > a {
  color: #333333; }

header.header-2 .navbar .navbar-nav > li > a:focus {
  color: #727B8C; }

header.header-2 .navbar-nav > .open > a,
header.header-2 .navbar-nav > .open > a:hover,
header.header-2 .navbar-nav > .open > a:focus {
  border-color: #eee; }

header.header-2 #cart .btn-cart {
  color: #ffffff; }

header.header-2 #search .btntwo.search {
  background-color: #f0f5ff; }

header.header-2 #search .btntwo.search i {
  color: #727B8C; }

header.header-2 #language,
header.header-2 #account {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

header.header-2 #account {
  right: 150px; }

header.header-2 #account a {
  display: inline-block;
  color: #ffffff; }

header.header-2 #account a i,
header.header-2 #cart-fixed a i {
  margin-right: 10px;
  color: #ffffff;
  font-size: 30px; }

header.header-2 #account .dropdown-menu a {
  color: #333; }

header.header-2 #contentMiniCesta {
  top: 50px; }

header.header-2 #contentMiniCesta::before {
  right: 95px; }

header.header-2 #account a {
  display: flex;
  align-items: center; }

header.header-2 #account .dropdown-menu {
  top: 50px; }

header.header-2 #language {
  left: 15px; }

header.header-2 #language a {
  color: #fff;
  transition: all 0.2s ease 0s;
  white-space: nowrap; }

header.header-2 #language a:active {
  box-shadow: none; }

header.header-2 #language .lang-txt {
  font-size: 15px; }

header.header-2 #language a i {
  font-size: 10px;
  color: #f0f5ff; }

header.header-2 #language .dropdown-menu {
  top: 30px; }

header.header-2 #language .dropdown-menu a {
  color: #333; }

header.header-2 .has-languages #account .dropdown-menu::before {
  left: 72px; }

header.header-2 .has-languages #contentMiniCesta::before {
  right: 28px; }

header.header-2 .has-languages .account-txt,
header.header-2 .has-languages .cart-txt {
  display: none !important; }

header.header-2 .has-languages #account {
  right: 70px; }

header.header-2 .dropdown-menu-cabecera {
  margin-top: 1px !important; }

header.header-2.sticky {
  padding-top: 70px; }

header.header-2.sticky .header-middle {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 0;
  box-shadow: 0 8px 10px -8px rgba(0, 0, 0, 0.3); }

header.header-2.sticky .header-middle .row > div,
header.header-2.sticky .header-middle .row > #logotipo {
  margin-top: 0;
  min-height: 70px; }

header.header-2.sticky .header-middle #logotipo {
  padding-top: 5px; }

header.header-2.sticky .header-middle #logotipo img {
  max-width: 190px;
  margin-top: -6px; }

header.header-2.sticky .header-middle #language a {
  padding-top: 5px; }

/* Header 3 */
header.header-3 {
  margin-bottom: 20px; }

header.header-3 .header-top {
  background: none;
  margin: 0 auto;
  border: 0;
  background-color: #727B8C; }

header.header-3 .header-top #account > a,
header.header-3 .header-top #language > a,
header.header-3 .header-top #nav-header li {
  line-height: 35px;
  display: inline-block; }

header.header-3 .header-middle {
  margin-top: 0;
  background: #f0f5ff none repeat scroll 0 0;
  transition: background-color 0.2s ease 0s; }

header.header-3 #nav-header {
  background: none; }

header.header-3 #nav-header li,
header.header-3 #language {
  border: 0;
  color: #fff;
  margin-right: 5px; }

header.header-3 .navbar .navbar-nav > li > a {
  color: #333333; }

header.header-3 .navbar .navbar-nav > li > a:focus {
  color: #727B8C; }

header.header-3 #language {
  border: 0;
  color: #fff;
  margin-right: 15px; }

header.header-3 #nav-header li a::after {
  color: #f0f5ff;
  content: "\2022";
  font-size: 12px;
  padding-left: 8px; }

header.header-3 #nav-header li:last-child a::after {
  content: ""; }

header.header-3 #logotipo {
  display: flex;
  justify-content: center; }

header.header-3 .header-top #account a,
header.header-3 .header-top #nav-header li a,
header.header-3 .header-top #language a,
header.header-3 .header-top i {
  color: #fff;
  font-weight: 700; }

header.header-3 .header-top #account ul.dropdown-menu a,
header.header-3 .header-top #nav-header ul.dropdown-menu li a,
header.header-3 .header-top #language ul.dropdown-menu a,
header.header-3 .header-top ul.dropdown-menu i {
  text-shadow: none; }

header.header-3 .header-nav {
  margin-top: 0;
  padding-bottom: 19px;
  background: url("../images/bg-shadow.png") no-repeat scroll center bottom; }

header.header-3 #nav-header i,
header.header-3 #account i.fa-chevron-down,
header.header-3 #language i {
  font-size: 10px;
  color: #f0f5ff !important; }

header.header-3 #cart .btn-cart i {
  color: #727B8C; }

header.header-3 .navbar-nav {
  width: 100%;
  text-align: center; }

header.header-3 .navbar-nav > li {
  display: inline-block;
  float: none; }

header.header-3 .navbar {
  border-top: 1px solid #e1e0e0;
  border-bottom: 1px solid #e1e0e0; }

header.header-3 .navbar-nav > li > .dropdown-menu {
  position: absolute;
  left: 50%;
  transform: translateX(-50%); }

header.header-3 .navbar-nav > li > .dropdown-menu::before {
  position: absolute;
  top: -8px;
  left: 50%;
  width: 15px;
  height: 15px;
  transform: translateX(-50%) rotate(-45deg);
  content: "";
  background-color: #ffffff;
  border-color: rgba(0, 0, 0, 0.1);
  border-image: none;
  border-style: solid;
  border-width: 1px 1px 0 0;
  pointer-events: none;
  z-index: 200; }

header.header-3 .navbar .navbar-nav > li > a {
  color: #333;
  text-align: left;
  padding-left: 5px; }

header.header-3 .navbar .navbar-nav > li > a::before {
  color: #727B8C;
  content: "\2022";
  font-size: 15px;
  padding-right: 22px; }

header.header-3 .navbar .navbar-nav > li:first-child > a::before {
  content: ""; }

header.header-3 .navbar .navbar-nav > .open > a,
header.header-3 .navbar .navbar-nav > .open > a:hover,
header.header-3 .navbar .navbar-nav > .open > a:focus {
  border-color: #fff !important; }

header.header-3 .header-middle #cart .btntwo {
  margin-top: 5px; }

header.header-3 .social-networks {
  margin: 0; }

header.header-3.sticky .header-middle {
  box-shadow: 0 8px 10px -8px rgba(0, 0, 0, 0.3);
  padding: 10px 0;
  position: fixed;
  margin-top: -36px;
  width: 100%; }

header.header-3.sticky .header-middle .row > div {
  min-height: 70px; }

header.header-3.sticky .header-middle #logotipo img {
  margin-top: 0px; }

/*header.header-3.sticky .header-middle #search .search-text {
    border-color: #fff;
}*/
header.header-3.sticky .header-middle #search .btntwo.search {
  background-color: #d32a15; }

/*header.header-3.sticky #cart .btn-cart i {
    color: #fff;
}*/
header.header-3.sticky .header-middle #logotipo img {
  max-width: 190px; }

header.header-3.sticky .header-middle #cart .btntwo {
  color: #fff; }

/*header.header-3.sticky #cart .btn-cart {
    color: #ffffff;
}*/
header.header-1.sticky .header-nav,
header.header-3.sticky .header-nav {
  margin-top: 70px; }

@media (max-width: 1200px) {
  .header-2 .has-languages #account,
  .header-3 .has-languages #account {
    right: 68px; } }

@media (max-width: 992px) {
  .header-2 .header-middle #language .caret {
    display: none; }
  .header-2 #account .account-txt,
  .header-2 .cart-txt {
    display: none !important; }
  .header-2 #account {
    margin: 0;
    right: 70px !important; }
  .header-2 #account .dropdown-menu {
    right: -17px; }
  .header-2 #search {
    width: 55%; }
  .header-2 #cart {
    width: 20%; }
  .header-2 .has-languages #account {
    right: 56px; }
  .header-2 .has-languages #search {
    width: 50%; }
  .header-2 .has-languages #language {
    right: 104px; } }

@media (max-width: 767px) {
  header.header-2 #cart #account {
    right: 26px !important; }
  header.header-2 #cart #cart-fixed {
    right: 56px; }
  header.header-2 #search {
    top: 52px; }
  .header-2 #account {
    margin: -2px 0 0;
    right: -26px; }
  .header-2 #cart {
    right: 29px;
    top: -21px; }
  .header-2 .header-nav {
    margin-top: 9px; }
  .header-2 .header-nav {
    border-bottom: none; }
  .header-2 .has-languages #account {
    right: -26px; } }

/* hAcks
********************************************************/
ul {
  list-style: none;
  padding-left: 0; }

.navbar-collapse {
  padding-right: 0; }

label {
  display: inline-block;
  font-weight: 600;
  margin-bottom: 8px; }

/* Footer
********************************************************/
#footer {
  background-color: #272a30;
  /*background: url('/images/fondocafe.png'), linear-gradient($color-primary-darker,$color-primary-darker);*/
  padding: 0;
  width: 100%;
  color: #FFF;
  overflow: hidden;
  margin-top: 120px; }

.footer-menu a {
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  line-height: 25px;
  white-space: nowrap; }

.footer-menu a:hover {
  text-decoration: none; }

.footer-info {
  color: #fff;
  padding-top: 10px; }

.footer-top p {
  line-height: 2em;
  font-size: 14px;
  margin: 0; }

.footer-bottom a {
  text-decoration: none; }

.footer-info p.info-name {
  font-weight: bold;
  margin: -2px 7px 0 2px; }

.footer-info p {
  padding-left: 36px; }

.footer-bottom .email a {
  color: #FFF; }

.footer-top {
  padding: 26px 0; }

.footer-bottom {
  padding-bottom: 0;
  padding-top: 44px; }

.footer-bottom h2 {
  clear: both;
  color: #f0f5ff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
  margin: 6px 0 11px;
  text-transform: uppercase; }

.footer-top p {
  font-size: 13px;
  line-height: 2em;
  margin: 0 0 4px; }

.footer-logos img {
  float: right; }

.icon-footer {
  background-color: #0d7ddd;
  border-radius: 50%;
  color: #fff;
  display: inline-block !important;
  font-size: 11px !important;
  height: 21px !important;
  margin-right: 4px;
  padding: 5px 0;
  text-align: center;
  width: 21px !important; }

.footer-top-links {
  padding-top: 8px; }

.footer-top-links a {
  color: #fff;
  display: inline-block;
  padding: 2px 0;
  width: 100%; }

.footer-top-links a:hover {
  opacity: 0.7;
  text-decoration: none; }

.footer-top-links a i {
  color: #0d7ddd;
  font-size: 6px;
  margin-right: 7px;
  vertical-align: middle; }

.footer-copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 34px;
  padding: 16px 0 18px;
  text-align: center; }

.secure-buy {
  margin-left: 2px;
  margin-top: 20px; }

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

.footer-email a {
  color: #fff;
  font-size: 13px;
  line-height: 1.6em; }

.footer-email a i {
  color: #7EC0F1;
  margin-right: 8px; }

.info-name a {
  color: #fff; }

.footer-bottom .social-networks {
  position: relative;
  right: auto;
  margin: 30px 0 0; }

.footer-menu i {
  color: #f0f5ff;
  font-size: 14px;
  margin-right: 10px; }

.footer-logo {
  max-width: 200px; }

.footer-bottom .contact-info {
  margin: 18px 0 0; }

/* Menu social-networks
********************************************************/
.social-networks {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%); }

.social-networks li {
  display: inline-block;
  margin-right: 3px; }

.social-networks li a {
  display: inline-block;
  width: 33px;
  height: 33px;
  line-height: 35px;
  border-radius: 50%;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  color: #333; }

.sticky .social-networks li a {
  color: #333; }

#footer .social-networks li a {
  color: #fff; }

/*
.social-networks .facebook a  {
	background-color: #3b5998;
}
.social-networks .twitter a  {
	background-color: #00aced;
}
.social-networks .google-plus a  {
	background-color: #dd4b39;
}
.social-networks .youtube a  {
	background-color: #bb0000;
}
.social-networks .linkedin a  {
	background-color: #007bb6;
}
.social-networks .flickr a  {
	background-color: #ff0084;
}
.social-networks .pinterest a  {
	background-color: #cb2027;
}
.social-networks .instagram a  {
    background: #bc1888;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.social-networks .whatsapp a  {
	background-color: #00bb2d;
}
.social-networks .rss a  {
    background-color: #FF6600;
}
*/
/* Submenu
********************************************************/
#submenu {
  width: 100%;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.26) inset;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.26) inset;
  position: relative;
  background: none repeat scroll 0 0 #63A0DE; }

/* Box Libros de texto
********************************************************/
.sidebar-box-texto .btn {
  width: 100%; }

.sidebar-box-texto .fa-book {
  color: #276FB6;
  font-size: 1.5em;
  margin: 0 5px 0 0; }

/* Explore
********************************************************/
#explore li {
  font-weight: 600;
  padding: 5px 0 4px; }

#explore li i {
  color: #f89c37;
  font-size: 11px;
  margin: 0 2px 0 0;
  padding: 5px 0 5px 6px; }

#explore li a {
  color: #444648;
  text-decoration: none; }

#explore li a:hover {
  color: inherit; }

/* Categories
********************************************************/
#categories {
  margin-bottom: 5px; }

#categories ul {
  font-size: 0.8em; }

#categories li {
  background: none repeat scroll 0 0 #F9F9F9;
  border: 1px solid #FFFFFF;
  padding: 9px 16px 9px 15px;
  font-size: 1.2em;
  font-weight: bold; }

#categories li:hover {
  background: #e6e6e6;
  cursor: pointer; }

#categories .fa-chevron-right {
  color: #E16122; }

#categories li a {
  text-decoration: none; }

/* Subcategories
********************************************************/
.bloque-top {
  display: flex;
  align-items: center;
  margin: 0 0 30px;
  border-bottom: 1px solid #e4e4e4;
  overflow: hidden;
  font-size: 1em; }

.bloque-top ul li {
  float: left;
  margin: 1px 11px 0 0; }

.bloque-top ul li a {
  float: left; }

.bloque-top ul li.menu_act {
  font-weight: bold; }

.bloque-top .materias {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }

.bloque-top .materias .label {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  margin: 0 5px 8px 0;
  padding: 0 10px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  background: #727B8C;
  box-shadow: inset 0 -2px 0 0 #676f7e;
  transition: background-color 0.1s linear; }

.bloque-top .materias .label:hover {
  background: rgba(114, 123, 140, 0.7);
  box-shadow: inset 0 -2px 0 0 rgba(114, 123, 140, 0.7); }

.breadcrumb {
  display: inline-block;
  padding: 0;
  margin-bottom: 50px;
  font-size: 14px;
  font-weight: 600;
  background-color: transparent; }

.breadcrumb > li {
  font-variant: all-small-caps; }

.breadcrumb > li + li::before {
  content: "/"; }

/* Ordenar resultados
********************************************************/
.ordenar,
.pager {
  display: flex;
  align-items: center; }

.pager {
  margin-left: 30px; }

.ordenar label,
.pager label {
  margin: 0;
  font-size: 15px; }

.ordenar .custom-select,
.pager .custom-select {
  margin-left: 8px; }

.ordenar select,
.pager select {
  font-size: 14px !important; }

/* Cesta
********************************************************/
table {
  width: 100%;
  font-size: 14px;
  border: 0px;
  margin: 0px;
  padding: 0px;
  border-collapse: collapse; }

caption {
  padding-bottom: 4px;
  text-align: left; }

thead {
  background-color: #f1f2f4;
  color: #333;
  font-size: 12px;
  font-weight: 700 !important;
  text-transform: uppercase; }

.basket_items th {
  padding: 10px; }

.basket_items thead tr {
  border: none; }

#formFavoritos {
  margin-bottom: 30px; }

#formFavoritos .basket_items th,
#formFavoritosEbooks .basket_items th {
  text-align: right; }

#formFavoritos .basket_items #product,
#formFavoritosEbooks .basket_items #product {
  text-align: left; }

#quantity {
  text-align: center; }

tr {
  padding-bottom: 10px;
  border-bottom: 1px solid #CCCCCC; }

td {
  text-align: left;
  padding: 14px 10px 14px 6px;
  border-bottom: 1px solid #EEE;
  margin: 0px; }

.listitem td {
  padding: 10px 10px 10px 6px; }

td.price, td.total {
  padding: 5px 10px;
  width: 100px;
  font-size: 15px; }

tbody .listitem {
  padding-bottom: 10px;
  border-bottom: 1px solid #666666; }

td.compra {
  text-align: left;
  color: #000000;
  font-weight: bold;
  font-size: 0.9em; }

td.product {
  text-align: left;
  width: 230px;
  font-size: 11px; }

td.productdetalle {
  text-align: left;
  width: auto;
  line-height: 1.2em; }

td.productdetalle a, td.productdetalle span.ico_ebook_detalle {
  float: left;
  height: 24px;
  overflow: hidden;
  padding: 3px 5px 0 30px;
  width: auto; }

td.productdetalle a {
  text-decoration: underline; }

td.productdetalle strong {
  float: left;
  margin-left: 10px; }

td.pedido {
  width: 300px;
  text-align: left;
  width: 114px;
  padding-left: 14px; }

td.product a {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2em;
  text-decoration: none;
  color: #000; }

td.product .autor {
  margin-top: 5px;
  color: #333; }

td.checktable {
  width: 20px;
  padding: 10px; }

td.quantity {
  text-align: center; }

td.quantity a {
  font-size: 12px;
  padding: 2px; }

td.quantity input {
  width: 50px;
  text-align: center;
  vertical-align: middle;
  margin-right: 5px; }

.tr-odd {
  background: #F1F2EC; }

tr.pie td.sub {
  text-align: right; }

tr.pie td {
  border-bottom: 5px solid #999999; }

th.verpedido {
  width: 54px; }

td.verpedido {
  width: 100px;
  text-align: right; }

.portada-cesta {
  position: relative;
  float: left; }

td.imgpro .ico_ebook,
.verpedido .ico_ebook {
  background: none repeat scroll 0 0 #63A0DE;
  border-radius: 0.2em 0.2em 0.2em 0.2em;
  -webkit-border-radius: 0.2em 0.2em 0.2em 0.2em;
  color: #FFFFFF;
  float: left;
  font-size: 0.8em;
  font-weight: bold;
  padding: 3px; }

.portada-cesta .wraper_idm .fa-print {
  font-size: 0.7em;
  font-weight: bold;
  padding: 4px 6px; }

.portada-cesta .wraper_idm {
  bottom: 0;
  position: absolute;
  right: 0; }

/* Desglose IVA */
.btn_desgloseIVA {
  margin: 25px 0 5px;
  font-size: 14px;
  font-weight: 700;
  color: #333;
  cursor: pointer; }

#desgloseIVA_boton,
#desgloseIVA_importes {
  clear: both;
  display: none; }

#desgloseIVA_importes table {
  width: 320px;
  margin-top: 10px; }

#desgloseIVA_importes table td {
  padding: 8px;
  text-align: right; }

#desgloseIVA_importes table thead tr {
  font-weight: 700;
  color: #000; }

#desgloseIVA_importes table tbody tr {
  background-color: #f9f9f9; }

#desgloseIVA_importes table tbody td {
  font-size: 15px;
  border: 1px solid #fff; }

#desgloseIVA_importes span {
  margin: 0; }

.checkout-resume .btn_desgloseIVA {
  margin: 15px 0 5px; }

.checkout-resume #desgloseIVA_importes {
  padding: 0 8px; }

.checkout-resume #desgloseIVA_importes table {
  width: calc(100% - 10px);
  margin: 0 5px 5px 5px; }

.checkout-resume #desgloseIVA_importes table tbody td {
  font-size: 13px; }

/* Cajas proceso de compra
********************************************************/
ul.proceso_compra {
  margin: 20px 0 30px;
  text-align: center;
  list-style: inside; }

ul.proceso_compra li.first {
  margin-left: 0px; }

ul.proceso_compra li.select {
  color: #555;
  font-weight: 700; }

ul.proceso_compra li {
  position: relative;
  color: #D3D2C6;
  font-size: 15px;
  display: inline-block;
  margin: 0 50px 0 0;
  padding: 0 1.25em 0 0;
  float: none; }

ul.proceso_compra li::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 3px;
  top: 50%;
  margin-left: 10px;
  transform: translateY(-50%);
  background: #727B8C;
  opacity: .2; }

ul.proceso_compra li:last-child {
  margin: 0;
  padding: 0; }

ul.proceso_compra li:last-child::after {
  display: none; }

ul.proceso_compra li span {
  width: 35px;
  height: 35px;
  line-height: 28px;
  background-color: #fff;
  border-radius: 50%;
  color: #727B8C;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  margin-right: 10px;
  padding: 0;
  text-align: center;
  border: 3px solid #727B8C;
  opacity: .2; }

ul.proceso_compra li.select span {
  opacity: 1; }

/* Formulario de compra
********************************************************/
.grupo_datos {
  width: 100%;
  float: left;
  clear: both;
  margin-bottom: 20px;
  margin-top: 10px; }

.grupo_datos form {
  border-top: 1px solid #cccccc;
  padding-top: 25px;
  margin-top: 20px; }

h2.proceso {
  margin: 6px 4px 20px;
  padding: 0px 0px 5px 0px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.3;
  border-bottom: 1px solid #e6e6e6; }

h2.proceso a {
  color: #006699;
  margin-left: 10px;
  font-size: 11px;
  font-weight: normal; }

.grupo_datos label.corto {
  width: 30px; }

.grupo_datos input.checkbox {
  float: left;
  clear: none; }

.grupo_datos label.checkbox {
  width: auto;
  height: auto;
  color: #333333;
  float: left;
  font-size: 1em;
  margin: -10px 0 0 5px; }

.grupo_datos .totalPedido {
  float: left;
  font-size: 16px;
  font-weight: bold; }

.datos-pedido {
  font-size: 12px; }

.datos-pedido .field {
  margin-bottom: 9px; }

/* Info
********************************************************/
.info2 {
  display: block;
  clear: both;
  overflow: hidden;
  padding: 14px 0px;
  margin-bottom: 0px; }

.info2 a {
  font-size: 11px;
  color: #006699;
  float: right;
  margin-right: 25px;
  margin-top: 10px; }

.info2 .campo_form, .info2 .campo_form label, .bot_form {
  float: left; }

.info2 .campo_form input {
  margin-right: 24px;
  border: 1px solid #cccccc;
  padding: 5px; }

.info2 .campo_form label {
  color: #666666;
  font-weight: bold;
  padding: 5px 9px 0 0; }

.info2 .bot_form {
  width: 134px;
  height: 30px;
  border: 0px;
  text-transform: uppercase;
  color: #ffffff;
  font: bold 12px Arial, Helvetica, sans-serif; }

/* Formas de pago
*******************************************************/
.basket_items {
  margin-bottom: 10px; }

#plazoEntrega p {
  border: 1px solid #c4c4c4;
  border-radius: 3px;
  color: #545454;
  display: inline-block;
  font-size: 12px;
  margin: 5px 0 2px -1px;
  padding: 1px 6px 2px; }

.labelenvio, .labelpago {
  width: 94px;
  float: left;
  font-size: 0.8em;
  line-height: 1.2em;
  margin-right: 15px;
  text-transform: uppercase;
  padding-top: 10px;
  color: #333; }

.labelenvio strong, .labelpago strong {
  font-size: 10px; }

.formaenvio, .formapago {
  flex: 1; }

.selectenvio .fa-check {
  margin-top: 5px;
  font-size: 20px;
  color: #2ABA03; }

.formaenvio select, .formapago select {
  width: 194px;
  float: left;
  color: #333333;
  font-size: 12px; }

.totalenvio, .totalpago {
  font-size: 16px;
  font-weight: 700;
  color: #000; }

.totalenvio span, .totalpago span {
  font-weight: normal;
  font-size: 0.9em; }

.delivery, .payment {
  width: 100%;
  float: right;
  clear: both;
  margin-bottom: 4px;
  padding-top: 5px; }

.payment {
  padding-top: 0px; }

.cesta {
  padding-bottom: 16px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 12px; }

#content-center .botones_cesta {
  width: 100%;
  float: left;
  padding-top: 12px;
  border-top: 1px solid #cccccc; }

#content-center .price_summary .botones_cesta {
  width: 182px;
  margin: 5px 0 0 0;
  padding: 0;
  border: 0;
  color: #006699; }

.form_control {
  width: 100%;
  display: block;
  clear: both;
  color: #3D4043; }

.botones_cesta {
  float: left;
  margin-top: 16px;
  width: 100%;
  font-size: 13px; }

.price_summary {
  border-bottom: 1px solid #eeeeee;
  float: right;
  padding: 20px 0;
  width: 100%; }

.price_summary span {
  font-weight: 700;
  margin: 0 20px 0 0;
  color: #000; }

#subTotalPedido {
  font-size: 1.2em;
  padding-right: 10px;
  text-align: right;
  color: #999;
  min-width: 100px; }

#totalPedido {
  color: #727B8C;
  font-size: 25px;
  font-weight: 700;
  min-width: 100px;
  padding-right: 20px;
  text-align: right; }

#price, #total {
  text-align: center; }

#capaGastosEnvioPOD .labelenvio {
  margin: 0 5px 0 0;
  width: 45px; }

#capaGastosEnvioPOD .formaenvio, #capaGastosEnvioPOD .formapago {
  float: left;
  height: 20px;
  margin: 0;
  padding: 2px;
  width: 144px; }

#capaGastosEnvioPOD .totalenvio {
  color: #3D4043;
  float: right;
  font-size: 1.1em;
  font-weight: 700;
  margin: 6px 6px 6px 15px; }

#capaGastosEnvioPOD .btn {
  float: left; }

.loading {
  float: right;
  margin: 0 0 0 10px; }

#capaGastosEnvioPOD h3 {
  font-weight: normal; }

.price_summary span.iva {
  float: right; }

#btn_realizar {
  float: right;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 600; }

.cart-box {
  background-color: #f8f8f8;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  margin-bottom: 12px;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 0 16px 10px; }

.cart-box h3 {
  color: #333;
  font-size: 17px;
  font-weight: 600;
  margin: 0 0 5px;
  padding: 0; }

.form-inline .cart-box .form-control {
  font-size: 12px;
  vertical-align: top; }

.cart-box .btntwo {
  font-size: 12px;
  padding: 6px 9px;
  text-decoration: none; }

.cart-box p {
  margin-bottom: 0; }

.cupon #codigoCupon,
.cupon #linkAplicar {
  margin-top: 20px; }

.cupon #descripcionCupon {
  margin-bottom: 2px;
  color: #727B8C;
  font-size: 15px; }

.cupon #importeCupon {
  color: #3d4043;
  float: right;
  font-size: 16px;
  font-weight: bold;
  margin: 15px 13px 0; }

.cart-box a {
  color: #333;
  font-weight: 700;
  text-decoration: underline; }

/* Register Login
*******************************************************/
.page-login {
  padding: 0 12%; }

#box-register, #box-login {
  border: 1px solid #e3e3e3;
  float: left;
  padding: 18px 26px;
  width: 48%; }

#box-register {
  margin-right: 2%; }

#box-login .btn, #box-register .btn {
  float: right;
  margin-right: 0; }

#box-login .field input, #box-register .field input {
  width: 53%; }

#box-login .field label, #box-register .field label {
  margin: 7px 0;
  width: 43%; }

#box-login h2, #box-login h2.title, #box-register h2, #box-login h2.title {
  border-bottom: 1px solid #e3e3e3;
  border-top: medium none;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 28px;
  margin-top: 0;
  padding: 8px 0 9px;
  position: relative;
  width: 100%; }

#box-login span.fa-user, #box-register span.fa-user {
  font-size: 30px;
  position: absolute;
  right: 0;
  top: -10px; }

#box-login span.fa-user {
  color: #cccccc; }

#box-login .recuperar {
  float: left;
  margin-top: 10px; }

#box-login .ayuda {
  clear: both;
  float: left;
  font-size: 13px;
  margin-bottom: 10px;
  padding: 0 0 10px; }

#box-login .volver {
  padding-left: 12px;
  text-decoration: none; }

#box-login .botones-login > div {
  margin-top: 10px;
  text-align: center; }

#box-login .botones-login label {
  margin-bottom: 15px; }

#box-login .botones-login .btn {
  max-width: 120px;
  width: 100%;
  float: none;
  margin: 0 0 5px 5px;
  font-weight: 600;
  font-size: 13px; }

#box-login .botones-login .btn i {
  font-size: 15px;
  margin-right: 2px;
  vertical-align: middle; }

#box-login .botones-login .btn.facebook {
  background-color: #3b5998; }

#box-login .botones-login .btn.twitter {
  background-color: #1dcaff; }

/* Main navbar
*******************************************************/
.navbar {
  min-height: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background-color: transparent; }

/* Primer nivel */
.navbar-nav > li > a {
  padding: 15px;
  font-size: 17px;
  color: #fff;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent; }

.navbar-nav > li > a > i {
  vertical-align: middle;
  font-size: 10px; }

.navbar-nav > li:first-child > a {
  padding-left: 0; }

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

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

.navbar-nav > .open > a,
.navbar-nav > .open > a:hover,
.navbar-nav > .open > a:focus {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.1);
  color: #fff; }

/* Segundo nivel */
.navbar-nav .dropdown-menu {
  min-width: 200px;
  padding: 15px;
  border: 1px solid #e7e7e7;
  -webkit-box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15); }

.navbar-nav .open > .dropdown-menu {
  display: flex;
  flex-wrap: wrap; }

.navbar-nav .open.dropdown-1 > .dropdown-menu,
.navbar-nav .open.dropdown-2 > .dropdown-menu {
  min-width: 600px; }

.navbar-nav .dropdown-menu li {
  width: 100%;
  transition: background-color 0.3s ease 0s; }

.navbar-nav .dropdown-1 > .dropdown-menu > li,
.navbar-nav .dropdown-2 > .dropdown-menu > li {
  width: 50%; }

.navbar-nav .dropdown-menu li:hover > a {
  background: rgba(114, 123, 140, 0.1); }

.navbar-nav .dropdown-menu li > a {
  padding: 3px 10px;
  border-radius: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: transparent;
  font-size: 14px; }

.navbar-nav .dropdown-menu li.dropdown-header {
  position: relative;
  max-width: 100%;
  margin: 0 0 10px;
  padding: 5px 0 5px 10px;
  flex-basis: 100%;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  color: #333; }

.navbar-nav .dropdown-menu li.dropdown-header::after {
  position: absolute;
  left: 10px;
  bottom: 0;
  width: 50px;
  height: 0;
  content: " ";
  border-top: 3px solid rgba(114, 123, 140, 0.5);
  min-width: 1em; }

.navbar-nav .dropdown-submenu {
  position: relative; }

.navbar-nav .dropdown-submenu > a::after {
  position: absolute;
  right: 15px;
  content: "❯";
  font-size: 10px;
  font-weight: 400;
  color: #999; }

/* Tercer nivel */
.navbar-nav .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  width: auto;
  height: auto;
  max-height: 300px;
  margin-top: -16px;
  margin-left: 0;
  overflow-x: hidden;
  border: 1px solid #e7e7e7;
  box-shadow: 10px 6px 12px rgba(0, 0, 0, 0.176); }

@media (min-width: 979px) {
  .navbar-nav .dropdown-submenu:hover > .dropdown-menu {
    display: block; } }

@media (max-width: 747px) {
  .navbar-nav .open.dropdown-1 > .dropdown-menu,
  .navbar-nav .open.dropdown-2 > .dropdown-menu {
    min-width: 0; }
  .navbar-nav .dropdown-1 > .dropdown-menu > li,
  .navbar-nav .dropdown-2 > .dropdown-menu > li {
    width: 100%; }
  .navbar-nav .dropdown-menu li > a,
  .navbar-nav .dropdown-submenu > .dropdown-menu a {
    padding: 10px 15px !important; }
  .navbar-nav .dropdown-menu li > a {
    font-weight: 600; }
  .navbar-nav .dropdown-submenu > .dropdown-menu {
    top: 0;
    background: #f9f9f9; }
  .navbar-nav .dropdown-submenu > .dropdown-menu a {
    padding: 8px 15px !important;
    font-size: 12px;
    font-weight: 400; }
  .navbar-nav .dropdown-submenu > .dropdown-menu {
    left: 0;
    border: 0 !important;
    box-shadow: none; } }

/* Encabezados
*******************************************************/
h1 {
  font-size: 1.7em;
  font-weight: 700;
  line-height: 1.2em;
  margin: 0 0 0.9em;
  color: #000; }

h2 {
  font-size: 1.5em;
  line-height: 1.2em;
  font-weight: 700;
  margin: 0 0 0.7em;
  color: #000; }

h3 {
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.2em;
  margin: 0 0 0.7em;
  color: #000; }

h4 {
  font-size: 1em;
  font-weight: 600;
  line-height: 1.2em;
  margin: 0 0 0.5em; }

h1 a,
h2 a,
h3 a,
h4 a {
  text-decoration: none; }

caption {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 15px;
  text-align: left; }

h1.title,
h2.title,
h3.title,
h2.subtitle {
  padding: 0 0 8px;
  width: 100%; }

h1.title {
  position: relative;
  display: flex;
  flex-flow: column;
  margin-bottom: 40px;
  padding: 0 0 10px;
  border-bottom: medium none;
  font-size: 30px; }

h1.title::after {
  border-top: 5px solid #727B8C;
  bottom: 0;
  content: " ";
  display: block;
  height: 0;
  min-width: 1em;
  position: absolute;
  width: 6%; }

h2.title {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  padding: 0 0 10px;
  border-bottom: medium none;
  font-size: 26px; }

h2.title::after {
  border-top: 2px solid #d32a15;
  bottom: 0;
  content: " ";
  display: block;
  height: 0;
  left: 2px;
  min-width: 1em;
  position: absolute;
  width: 6%; }

h2.title a {
  font-size: 15px;
  font-weight: 600;
  margin-right: 5px; }

h2.title a:hover {
  text-decoration: none; }

h2.title a::after {
  content: "\f0da";
  font-family: FontAwesome;
  font-size: 12px;
  margin-left: 8px; }

h1.title + h2.title,
h1.title + .block h2.title,
.block h2.title {
  font-size: 24px; }

h1.title + h2.title,
h1.title + .block h2.title {
  margin-top: -10px; }

.page-home h2.title,
.page-index h2.title {
  font-size: 30px; }

h1 small {
  display: flex;
  margin: 5px 0;
  font-size: 15px;
  font-weight: 600;
  color: #666; }

h1.title,
h2.title,
h3.title {
  font-family: "EB Garamond", serif; }

/* Menú superior
********************************************************/
#nav-header {
  margin: 0; }

#nav-header ul {
  margin-bottom: 0; }

#nav-header li {
  color: #333333;
  display: inline-block;
  font-weight: 600;
  margin-right: 10px; }

#nav-header li a {
  color: #565656;
  font-size: 13px; }

#nav-header li:last-child {
  border: none; }

#language > a,
#account > a,
#cart-fixed .btn-cart {
  font-size: 14px;
  font-weight: 600 !important; }

#account .dropdown-menu,
#language .dropdown-menu {
  border: 1px solid rgba(0, 0, 0, 0.1); }

#account .dropdown-menu a,
#language .dropdown-menu a {
  display: block;
  font-weight: 400;
  color: #333 !important; }

#account a:hover,
#language a:hover,
#nav-header li a:hover {
  text-decoration: none; }

#account a i:first-child,
#language a i:first-child {
  color: #727B8C;
  margin-right: 5px;
  font-size: 12px; }

#account a i:last-child,
#language a i:last-child {
  font-size: 10px; }

/* Idiomas
*******************************************************/
#language {
  margin-right: 15px;
  float: right; }

#language a {
  border: 0;
  border-radius: 0;
  font-weight: 600;
  background: none; }

#language .dropdown-menu {
  min-width: 120px;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 1px;
  padding: 14px 0;
  border-radius: 0;
  border: 1px solid #eee; }

#language .dropdown-menu::before {
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.1);
  border-image: none;
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: -11px;
  left: 50%;
  transform: rotate(-45deg) translateX(-50%);
  z-index: 200;
  pointer-events: none; }

/* Menú micuenta
********************************************************/
#account {
  float: right;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 99; }

#account .btn {
  border: 0;
  border-radius: 0;
  font-weight: 600;
  color: #565656;
  background: none; }

#account .dropdown-menu {
  left: 50%;
  transform: translateX(-50%);
  margin-top: 1px;
  padding: 14px 0;
  border: 1px solid #eeeeee;
  border-radius: 0; }

#account .dropdown-menu::before {
  background-color: #ffffff;
  border-color: rgba(0, 0, 0, 0.1);
  border-image: none;
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: "";
  width: 12px;
  height: 12px;
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: -11px;
  transform: rotate(-45deg) translateX(-50%);
  z-index: 200; }

#account .btn:hover {
  background: #7ec0f1;
  color: #fff; }

#account.open .btn:hover,
#account.open .btn:focus,
#account.open .btn:active {
  background: #7ec0f1;
  color: #fff; }

/* Search
********************************************************/
#search {
  float: left;
  height: auto; }

#search .search-text {
  width: calc(100% - 55px);
  height: 45px;
  padding: 0 0 0 18px;
  border: 2px solid #dcdcdc;
  border-right: none;
  border-radius: 8px 0 0 8px;
  float: left;
  font-size: 14px;
  outline: none; }

#search .btntwo.search {
  width: 55px;
  float: left;
  padding: 6px 20px;
  border-radius: 0 8px 8px 0;
  height: 45px;
  font-size: 17px;
  border: none !important;
  background-color: #d32a15; }

#search .btntwo.search i {
  color: #fff; }

#search label {
  color: #333333;
  float: left;
  font-weight: 600;
  margin: 3px 0; }

.wraper-searchebook {
  float: left;
  margin: 7px 10px 0 5px; }

#search .check {
  float: left;
  margin-right: 4px;
  margin-top: 3px; }

a.avanzado {
  color: #333333;
  float: left;
  font-size: 11.2px;
  font-weight: 600;
  margin: 10px 0 0 5px; }

a.avanzado span {
  letter-spacing: 0.1em; }

/* Minicesta
********************************************************/
#comment-wrapper {
  position: relative; }

#commentWrapper {
  left: 450px;
  position: absolute;
  margin-left: 35px;
  width: 280px; }

#cart-fixed ol li {
  border-top: 1px solid #efefef; }

#cart-fixed ol li:first-child {
  border-top: 0; }

#cart {
  float: right; }

#cart-fixed {
  right: 12px;
  z-index: 1; }

#tt_products_minibasket {
  margin: 0 8px 0 0; }

#cart h3 {
  margin-right: 10px;
  padding-top: 7px;
  font-size: 0.8em;
  color: #848484;
  float: left;
  text-transform: uppercase; }

#cart .dublincore {
  float: left;
  width: 58%; }

#cart .btn-cart {
  display: inline-block;
  color: #333333;
  text-decoration: none; }

#cart .btn-cart i {
  margin-right: 10px;
  font-size: 30px; }

#tt_products_minibasket dd.cantidad {
  background: rgba(0, 0, 0, 0.18) none repeat scroll 0 0;
  border-radius: 0.2em;
  color: #ffffff;
  float: left;
  margin-left: 0;
  overflow: hidden;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle; }

#tt_products_minibasket .basket {
  color: #ffffff;
  margin: 3px 5px 5px 10px;
  text-align: center; }

#tt_products_minibasket .basket strong {
  font-size: 1.3em;
  font-weight: bold;
  margin: 0 0 0 7px; }

#miniCesta img {
  float: left;
  margin-right: 5px;
  min-height: 45px; }

#contentMiniCesta {
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 3px 0 3px 3px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  padding: 26px 16px 10px;
  position: absolute;
  right: -6px;
  top: 50px;
  visibility: hidden;
  width: 286px;
  z-index: 999; }

#contentMiniCesta::before {
  background-color: #ffffff;
  border-color: rgba(0, 0, 0, 0.1);
  border-image: none;
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: "";
  height: 18px;
  pointer-events: none;
  position: absolute;
  right: 92px;
  top: -9px;
  transform: rotate(-45deg);
  width: 18px;
  z-index: 200; }

.miniCesta-article {
  border-bottom: 1px solid rgba(255, 255, 255, 0.29);
  float: left;
  margin-bottom: 8px;
  padding-bottom: 6px;
  width: 100%; }

.miniCesta-article:last-child {
  border-bottom: medium none; }

#miniCesta .info-book {
  color: #333333;
  float: left;
  line-height: 0.8em;
  margin-right: 10px;
  position: relative;
  width: 140px; }

#miniCesta .info-book a {
  color: #333333;
  font-size: 10px;
  font-weight: 600; }

#miniCesta .info-book a:hover {
  text-decoration: none; }

#miniCesta .quantity {
  float: left;
  width: 32px; }

#miniCesta .quantity span {
  height: 25px;
  margin-right: 5px;
  padding: 0 8px;
  float: left;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.05) none repeat scroll 0 0;
  border-radius: 0.2em;
  color: #333333;
  text-align: center;
  vertical-align: middle;
  font-size: 12px; }

#miniCesta .delete.icon-remove-sign {
  color: #333333;
  font-size: 15px; }

#miniCesta .delete.icon-remove-sign:hover {
  opacity: 0.5;
  text-decoration: none; }

#miniCesta .miniCesta-total {
  color: #333333;
  float: right;
  font-size: 14px;
  font-weight: 600; }

#miniCesta .wraper_idm {
  bottom: 0;
  left: 9px;
  position: absolute; }

#miniCesta .wraper_idm .fa-print {
  background: #1e578e none repeat scroll 0 0;
  border-radius: 0.2em;
  color: #ffffff;
  float: left;
  font-size: 0.7em;
  font-weight: bold;
  padding: 2px 5px;
  width: 3.2em; }

#miniCesta [class^="fa-"]::before,
[class*=" fa-"]::before {
  display: inline; }

#miniCesta .ico_ebook, .ico_lista {
  background: #63a0de none repeat scroll 0 0;
  border-radius: 0.2em;
  color: #ffffff;
  float: left;
  font-size: 0.9em;
  font-weight: bold;
  padding: 2px 3px; }

.msg-cart {
  border: 1px solid #c4c4c4;
  border-radius: 3px;
  color: #545454;
  display: inline-block;
  font-size: 11px !important;
  margin: 5px 6px 2px -1px;
  padding: 1px 6px 2px; }

.numArticulos {
  position: absolute;
  bottom: -8px;
  left: 20px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  background-color: #d32a15; }

/* Books
 ********************************************************/
.books {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%; }

.books li {
  position: relative;
  padding: 0 15px 15px;
  margin-bottom: 50px; }

.books li a,
.books div a {
  text-decoration: none; }

.books .portada {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  max-width: 145px;
  height: 225px;
  margin: 0 auto 15px; }

.books .portada > div {
  position: relative; }

.books .portada img {
  box-shadow: 0 8px 10px -10px rgba(0, 0, 0, 0.5); }

.books .item-papel .portada img {
  width: 100%;
  max-height: 200px;
  box-shadow: none; }

.books .title,
.books .title a {
  height: 40px;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.4em;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  color: #000; }

.books .creator {
  display: block;
  margin-bottom: 5px;
  line-height: 1.3em;
  text-transform: uppercase;
  color: #272a30;
  font-size: 12px;
  font-weight: 600; }

.books .creator a {
  text-decoration: none; }

.books .publisher {
  display: block;
  margin-bottom: 5px;
  font-size: 0.9em;
  text-transform: uppercase; }

.books .publisher a {
  color: #333;
  text-decoration: none; }

.books .dublincore {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-bottom: 15px; }

.books .precio {
  width: 100%;
  margin: 2px 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1em;
  text-shadow: none;
  color: #000;
  border: none; }

.books .precio strike {
  display: block;
  margin: 2px 0 4px;
  line-height: 1em;
  font-size: 14px;
  font-weight: normal;
  color: #545454; }

.books .mulsinop {
  margin-bottom: 4px;
  font-size: 13px;
  line-height: 1.4em; }

.books .btntwo {
  margin-top: 10px; }

.block .books.grid {
  margin-bottom: -50px; }

.books.grid.carrusel {
  margin-bottom: 0; }

.books.grid li {
  width: calc(100% / 6); }

.books.grid.solr li {
  width: calc(100% / 5); }

.books.grid form {
  width: 100%;
  padding: 0 4px;
  overflow: hidden;
  text-align: center; }

.books.grid .botones {
  float: none;
  text-align: center; }

.books.grid .mulsinop {
  display: none; }

.books.grid .creator {
  max-height: 34px;
  overflow: hidden;
  text-overflow: ellipsis; }

.books.list li {
  width: 100%;
  padding: 30px 20px 15px;
  margin-bottom: 0;
  line-height: 0.8em;
  border-bottom: 1px solid #eeeeee; }

.books.list li:first-child {
  padding-top: 2px; }

.books.list li:last-child {
  border: 0; }

.books.list li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start; }

.books.list .portada {
  align-items: flex-start;
  width: 150px;
  margin: 0 30px 15px 5px; }

.books.list form {
  display: flex;
  flex: 1; }

.books.list .title {
  height: auto;
  font-size: 18px; }

.books.list .creator {
  font-size: 15px;
  margin-bottom: 10px; }

.books.list .dublincore {
  align-items: flex-start;
  width: 80%;
  padding-right: 30px;
  border-right: 1px solid #e3e3e3; }

.books.list .mulsinop {
  margin-bottom: 15px;
  line-height: 1.6em;
  font-size: 15px;
  color: #444; }

.books.list .botones {
  display: flex;
  flex-flow: column;
  justify-content: center;
  width: 20%;
  padding: 0 0 0 32px; }

.books.list .precio {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  margin-bottom: 10px;
  font-size: 25px; }

.books.list .precio strike {
  margin-bottom: 6px;
  font-size: 18px; }

.books.list .btntwo {
  width: 100%;
  max-width: 150px;
  margin-top: 10px;
  padding: 10px 0;
  font-size: 16px; }

/* Sidebar books
********************************************************/
#sidebar-books {
  overflow: hidden;
  margin: 15px 0 20px 0; }

.minilibbloque {
  border-top: 1px solid #E3E3E3;
  float: left;
  margin: 0 2px 25px;
  padding: 15px 15px 0;
  width: 84%; }

.minilibbloque img {
  background: #ffffff;
  float: left;
  margin-right: 7px;
  border: 1px solid #E3E3E3;
  padding: 2px; }

.minilibbloque img:hover {
  background: #F7F7F7; }

.minilibbloque p a {
  font-size: 10px;
  font-weight: bold;
  line-height: 1.2em;
  margin-bottom: 4px;
  text-decoration: none; }

.minilibbloque p.autor {
  font-size: 10px;
  margin-top: 3px;
  line-height: 1.2em; }

/* Paginacion
********************************************************/
.paginador {
  width: 100%;
  height: 30px;
  padding-top: 20px;
  float: right;
  border-top: 1px solid #f0f0f0;
  font-size: 12px;
  font-weight: 300;
  text-align: center; }

.paginador a,
.paginador span {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  display: inline-block;
  font-size: 14px;
  margin: 1px;
  text-decoration: none;
  color: #666; }

.paginador a:hover {
  background-color: #b1b1b1;
  border: 1px solid #b1b1b1;
  color: #ffffff; }

.paginador a:active {
  background-color: #ffffff;
  border: 1px solid #555555;
  color: #555555; }

.paginador span.pages {
  background-color: #ffffff;
  border: 1px solid #999999;
  color: #777777;
  margin: 1px;
  padding: 8px; }

.paginador span.current {
  background-color: #727B8C;
  border: 1px solid #727B8C;
  color: #ffffff; }

.paginador a.limits i {
  margin: 0 -3px; }

/* Ficha detalle
********************************************************/
.fichaDetalle {
  padding-top: 10px;
  color: #333333;
  border-right: 1px solid #eeeeee; }

.fichaDetalle h1 {
  color: #333333;
  font-size: 26px;
  margin: 0 0 5px;
  width: 92%; }

.fichaDetalle h1 span {
  font-size: 65%;
  font-weight: 400;
  vertical-align: top; }

.fichaDetalle h2 {
  font-size: 18px;
  font-weight: 600;
  color: #272a30; }

.fichaDetalle #autor {
  margin: 0 0 24px;
  width: 92%; }

.fichaDetalle #autor a,
.fichaDetalle #autor span {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  color: #727B8C; }

#detimg {
  position: relative;
  max-width: 300px;
  margin: 0 auto 10px;
  text-align: center; }

#detimg.item-papel::after {
  display: none; }

.fichaDetalle #detimg img {
  width: 100%;
  height: auto; }

.fichaDetalle dl.summary {
  color: #666666;
  font-size: 15px;
  line-height: 1.3em; }

.fichaDetalle dt.titulo,
.fichaDetalle dt.subheader,
.fichaDetalle dt.autor,
.fichaDetalle dt.editorial {
  display: none; }

.fichaDetalle dt {
  clear: left;
  color: #000;
  float: left;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0;
  padding-right: 5px;
  width: 128px; }

.fichaDetalle dt.ficha {
  border-bottom: 1px solid #E3E3E3;
  color: #FF9900;
  font-weight: 600;
  margin: 0 0 10px;
  padding: 0 0 5px;
  width: 90%; }

.fichaDetalle dd.titulo {
  font-size: 1.3em;
  font-weight: bold;
  color: #1E578E;
  clear: both;
  margin-bottom: 2px;
  line-height: 1.2em;
  text-transform: uppercase; }

.fichaDetalle dd.titulo span {
  color: #333333;
  font-size: 10px;
  font-weight: normal;
  margin-left: 6px; }

.fichaDetalle dd.editorial a,
.fichaDetalle dd.editorial span {
  color: #666666;
  cursor: pointer; }

.fichaDetalle dd.subheader, .fichaDetalle dd.autor {
  margin-bottom: 3px; }

.fichaDetalle dd.autor {
  margin-bottom: 20px;
  line-height: 1.2em; }

.fichaDetalle dd {
  margin-bottom: 5px; }

.fichaDetalle dd.novedad {
  width: 78px;
  height: 20px;
  margin: 0px 0px 13px 0px; }

.fichaDetalle .formulario {
  width: 135px;
  height: 33px;
  float: right;
  padding: 0; }

.fichaDetalle .formulario a {
  font-size: .9em;
  padding-left: 3px; }

.fichaDetalle .formulario p {
  font-size: .9em;
  padding: 0 0 5px 2px;
  color: #2286bf; }

.fichaDetalle .formulario p {
  font-size: .9em;
  padding: 0 0 5px 2px;
  color: #2286bf; }

.fichaDetalle .centros {
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  float: left;
  width: 100%; }

.fichaDetalle .centros h2.title {
  background: #f7f7f7 none repeat scroll 0 0;
  border-bottom: 1px solid #e3e3e3;
  margin: 0;
  padding: 8px 0 10px 14px;
  font-size: 14px; }

.fichaDetalle .centros h2.title::after {
  border: 0; }

.fichaDetalle .centros ul {
  width: 100%;
  margin: 0;
  padding: 5px; }

.fichaDetalle .centros ul li {
  border-bottom: 1px dotted #dddddd;
  padding: 4px 10px;
  width: 100%; }

.fichaDetalle .centros ul li:last-child {
  margin: 0;
  border-bottom: 0; }

.fichaDetalle .centros ul li span {
  float: right; }

.fichaDetalle .disponibilidad {
  border: 0; }

.fichaDetalle .discount {
  position: absolute;
  right: 0;
  top: -10px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  font-size: 18px;
  text-align: center; }

.price-col {
  padding-left: 30px; }

.btn.buy {
  width: 100%;
  margin: 5px 0 0;
  padding: 15px;
  text-align: left;
  font-size: 18px;
  font-weight: 700; }

.btn.buy i {
  margin-right: 5px; }

.btn.buy span {
  font-size: 21px;
  margin-right: 3px;
  vertical-align: bottom; }

.precioDetalle {
  width: 100%;
  margin-bottom: 15px; }

.precioDetalle .wraper-precioDetalle {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  margin-bottom: 8px;
  width: 100%; }

.precioDetalle .disponibilidad {
  height: 30px;
  margin: 5px 0 0;
  padding: 10px;
  font-size: 16px;
  font-weight: 700;
  background: transparent !important; }

.precioDetalle .disponibilidad.green {
  color: #008a00; }

.precioDetalle .disponibilidad.orange {
  color: #B95E06; }

.precioDetalle .disponibilidad.red {
  color: #B12704; }

.descargas ul li {
  line-height: 1.4em;
  margin: 0 5px 5px 0;
  padding-left: 13px; }

.precioDetalle .infoprices {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 8px; }

.precioDetalle .infoprices p {
  display: block;
  float: left;
  color: #666;
  font-size: 12px;
  font-weight: normal;
  margin-left: 2px; }

.precioDetalle .infoprices .antes {
  font-size: 16px;
  color: #666;
  text-decoration: line-through; }

.precioDetalle .infoprices .despues {
  font-size: 30px;
  font-weight: 700; }

.precioDetalle .iva {
  margin-top: 5px;
  color: #333;
  font-size: 12px; }

.precioDetalle .unimin {
  margin-top: 10px;
  padding: 6px;
  display: inline-block;
  font-size: 12px; }

.fichaDetalle dd.caducidad {
  margin: 20px 0;
  text-transform: none; }

.caducidad .fa-warning-sign {
  margin-right: 5px;
  color: #ff9900; }

.wraper-detalle {
  margin: 10px 0 0;
  text-align: center;
  width: 100%;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

.wraper-detalle a,
.wraper-detalle button,
.wraper-detalle span {
  padding: 10px 15px;
  font-size: 15px;
  color: #727B8C;
  text-align: left;
  background: none;
  border: 1px solid #727B8C; }

.wraper-detalle i {
  margin-right: 8px;
  font-size: 15px; }

.wraper-detalle .fa-plus-sign {
  color: #276FB6;
  margin-right: 5px; }

.wraper-detalle .fa-plus-sign:hover {
  color: #F78100; }

.wraper-detalle .fa-question-sign,
.wraper-detalle .fa-book,
.wraper-detalle .fa-tablet {
  color: #276fb6;
  font-size: 20px;
  margin-right: 5px;
  vertical-align: middle; }

.wraper-detalle .fa-question-sign:hover {
  color: #F78100; }

.price-col .valoracion {
  border: 1px solid #E3E3E3;
  float: right;
  margin: 10px 0 0px 0px;
  padding: 6px 0;
  text-align: center;
  width: 100%;
  border-radius: 0.2em 0.2em 0.2em 0.2em;
  -webkit-border-radius: 0.2em 0.2em 0.2em 0.2em; }

.price-col .valoracion img {
  max-width: 20px; }

.price-col .valoracion span {
  display: inline-block;
  margin: 0 0 0 5px;
  vertical-align: middle;
  color: #FF9900;
  font-weight: 700;
  font-size: 15px; }

.price-col .attribute {
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden; }

.price-col .attribute label {
  padding-top: 10px;
  padding-left: 10px;
  font-size: 11px;
  text-transform: uppercase;
  color: #333; }

.price-col .attribute .form-group {
  margin-bottom: 10px; }

.price-col .attribute .form-group:last-child {
  margin-bottom: 0; }

.price-col .attribute .form-control {
  height: 30px;
  padding: 6px;
  background-size: 12px;
  border: 1px solid #f1f1f1;
  background-color: #f1f1f1;
  box-shadow: none;
  color: #888;
  font-size: 12px;
  text-transform: uppercase; }

.ocultar, .oculta {
  display: none; }

p.mulacccom {
  clear: both;
  display: block;
  overflow: hidden;
  padding: 8px;
  margin-bottom: 0; }

.mulacccom span.fa-envelope-alt {
  float: left;
  margin-top: 3px; }

.precioDetalle-mobile {
  display: none; }

.page-detalle .modal-footer .form-group {
  margin: 0; }

.page-detalle .modal-footer .btn {
  float: right;
  margin-left: 5px; }

.page-detalle .grecaptcha-badge {
  visibility: hidden; }

/* Tabs
********************************************************/
#detnavtab {
  border-bottom: 1px solid #eaeaea;
  float: left;
  height: 45px;
  margin-bottom: 20px;
  width: 100%; }

#detpestanias {
  clear: both;
  margin: 42px 0 30px; }

.bodytext {
  padding: 10px 0px;
  font-size: 15px;
  line-height: 170%; }

#detnavtab li a {
  background-color: #f8f8f8;
  border-right: 1px solid #eaeaea;
  border-top: 1px solid #eaeaea;
  box-sizing: content-box;
  color: #444444 !important;
  display: block;
  float: left;
  font-size: 15px;
  font-weight: 700;
  line-height: 1em;
  padding: 14px 31px;
  text-align: center;
  width: auto; }

#detnavtab li a.selected {
  background-color: #ffffff;
  border-bottom: 1px solid #fdfdfd;
  border-top: 1px solid #eaeaea;
  box-shadow: none;
  color: #727B8C !important;
  outline: 0 none;
  z-index: 8888; }

#detnavtab li a:hover {
  background-color: #ffffff;
  outline: 0 none;
  text-decoration: none;
  z-index: 8888; }

#tabsinopsis {
  padding: 20px 30px; }

#tabopiniones {
  padding: 20px 30px; }

/* Iconos formatos
********************************************************/
.discount {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.25);
  background: #272a30; }

.ranking {
  position: absolute;
  left: -10px;
  top: -10px;
  left: -15px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #fff;
  background-color: #727B8C; }

.wraper_ebook {
  bottom: 0;
  left: 0;
  position: absolute; }

.wraper_ebook {
  bottom: 0;
  left: 0;
  position: absolute; }

.ico_ebook,
.ico_lista,
.icon-print {
  background: #63A0DE;
  border-radius: 0 4px 0 0;
  -webkit-border-radius: 0 2px 0 0;
  color: #FFFFFF;
  float: left;
  font-size: 15px;
  font-weight: 700;
  line-height: 1em;
  padding: 4px 8px; }

.wraper_idm {
  bottom: 0;
  right: 24px;
  position: absolute; }

.wraper_idm .fa-print {
  background: none repeat scroll 0 0 #1E578E;
  border-radius: 0.2em 0.2em 0.2em 0.2em;
  -webkit-border-radius: 0.2em 0.2em 0.2em 0.2em;
  color: #FFFFFF;
  float: left;
  font-size: 0.9em;
  font-weight: bold;
  padding: 2px 5px; }

th.verebook {
  width: 50px; }

td.verebook {
  text-align: right; }

dd.formato_ebook {
  display: block;
  height: 24px;
  overflow: hidden;
  width: 58px; }

/* Formularios
********************************************************/
.form-group {
  position: relative; }

.checkbox input[type="checkbox"] {
  margin-top: 0; }

.mensaje p {
  margin-bottom: 20px; }

.help-block {
  margin-bottom: 0;
  text-align: right; }

.radio, .checkbox {
  line-height: 16px; }

/* Formulario de contacto
********************************************************/
.content fieldset {
  display: block;
  margin: 20px 0;
  border: none;
  color: #666666; }

.field {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.2em;
  clear: both;
  display: block; }

.field label {
  float: left;
  font-size: 14px;
  font-weight: 600;
  width: 174px; }

.field input, .field select, .field textarea, .field input.fichero {
  border: 1px solid #D9D9D9;
  color: #333333;
  margin-bottom: 10px;
  padding: 6px 12px;
  vertical-align: middle;
  width: 358px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.field select.corto {
  width: 176px; }

.field .checkbox {
  width: 20px; }

.field textarea {
  height: 150px; }

.field input.check {
  width: 20px;
  clear: right;
  float: left;
  margin-right: 6px; }

.content input.boton-enviar {
  width: auto;
  height: 18px;
  float: right;
  overflow: auto;
  color: #3D4043;
  background: url(../images/bg_input2.jpg) repeat-x left bottom;
  padding: 0px 5px 0px 5px;
  font-size: 12px;
  margin: 0px 40px 0 0;
  border: 1px solid #999999;
  line-height: 1em;
  font-size: 12px; }

.advice {
  font-size: 10px; }

fieldset {
  border: none; }

.field.checkbox {
  float: left; }

.field.checkbox label {
  padding-top: 5px; }

.contact-info h3 {
  margin-bottom: 20px;
  font-size: 20px;
  color: #000; }

.contact-info .contact-item-title {
  margin: 5px 0 0;
  font-size: 16px;
  font-weight: 700; }

.contact-info .contact-item-title i {
  width: 20px;
  height: 20px;
  text-align: center;
  color: #727B8C; }

.contact-info p {
  padding-left: 25px; }

.contact form {
  padding: 6px; }

.contact-page h2 {
  font-size: 22px;
  margin-bottom: 26px; }

/* Formulario de listas de correo
********************************************************/
.checkbox.lista {
  min-height: 30px;
  padding-top: 0; }

.checkbox.lista label {
  line-height: 20px;
  font-size: 13px; }

.checkbox.lista input[type="checkbox"] {
  margin-bottom: 20px; }

/* Eventos
********************************************************/
.listado_noticias {
  margin-bottom: 42px; }

.eventos-noticias-more,
.eventos-blog-more {
  display: inline-block;
  font-size: 13px;
  margin-top: 6px; }

.listado_noticias .ver_todas {
  float: right;
  margin-bottom: 42px; }

.eventDate-format {
  background-color: #727B8C;
  border: 3px solid #727B8C;
  border-radius: 0;
  float: left;
  height: 50px;
  margin-top: 4px;
  width: 40px; }

.eventDate-format div.date_top {
  color: #ffffff;
  font-weight: 600;
  margin-top: 2px; }

.date_bot {
  background-color: #fff;
  color: #4d4d4d;
  font-size: 20px;
  font-weight: bold;
  margin-top: 5px;
  padding: 7px 4px; }

.eventos {
  min-height: 130px;
  margin-bottom: 20px;
  padding: 10px 15px; }

.eventos:last-child {
  border-bottom: none; }

.eventos .img-muestraEvento {
  float: left;
  margin: 5px 10px 10px 0;
  max-width: 70px;
  padding: 0 0 10px; }

.eventos h2 {
  margin: 0 0 4px;
  padding: 0;
  clear: none;
  font-size: 19px;
  font-weight: 600; }

.eventos h2 a {
  color: #000; }

.eventos h2 a:hover {
  text-decoration: none; }

.eventos h3 a {
  padding: 0;
  margin: 0;
  text-decoration: none; }

.eventos .date {
  padding: 0;
  margin: 0;
  font-size: 10px; }

.eventos .eventos-img {
  width: 25%;
  max-width: 130px;
  height: 130px;
  margin-right: 20px;
  float: left;
  overflow: hidden;
  position: relative; }

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

.eventos-info {
  display: inline-block;
  width: 70%;
  vertical-align: top; }

.eventos img {
  display: inline-block;
  margin: 0 19px 10px 0;
  vertical-align: top; }

.eventos p {
  margin: 0 0 10px 0; }

.eventos p img {
  margin: 0 10px 10px;
  padding: 3px;
  border: 1px solid #e3e3e3; }

.eventos .cuerpo_noticia {
  margin-bottom: 30px; }

.eventos .cuerpo_noticia h2.titulo {
  padding: 0;
  margin: 4px 0 8px 0;
  background: transparent; }

.eventos .cuerpo_noticia h2.titulo a {
  color: #666666;
  font-size: 0.9em;
  background: transparent; }

.eventos .cuerpo_noticia .date {
  padding: 0;
  margin: 0 0 8px 0;
  font-size: 0.8em; }

.eventos .cuerpo_noticia .entradilla {
  display: block;
  overflow: hidden;
  clear: both;
  border-bottom: 1px dashed #CCCCCC;
  margin: 0px 0 12px 0;
  font-size: 1em;
  font-style: italic;
  padding: 0px 0 6px 0; }

.caja .mixta .img {
  float: right;
  margin: 10px 10px 10px 0; }

.volver {
  float: right;
  font-size: 14px;
  font-weight: 600; }

.volver .fa {
  font-size: 11px;
  margin-right: 6px; }

.eventos-blog h2,
.eventos-blog .entradilla {
  margin-left: 0 !important; }

.eventos-date {
  margin-bottom: 5px;
  color: #727B8C;
  font-size: 13px;
  font-weight: 700; }

.news-categories a {
  border: 1px solid #dedede;
  border-radius: 4px;
  color: #333333;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 7px;
  padding: 6px 10px;
  width: 80%; }

.news-categories a:hover {
  text-decoration: none;
  color: #727B8C; }

.page-noticia .eventos h2 {
  font-size: 25px; }

.page-noticia .eventos .entradilla {
  margin-top: 6px;
  font-size: 18px;
  line-height: 1.4em;
  color: #272a30; }

.page-noticia .eventos img {
  float: left; }

.eventos-header {
  margin-bottom: 40px; }

.page-noticias .eventos img {
  width: 14%; }

.page-noticias .eventos {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 22px;
  min-height: 65px;
  padding-bottom: 20px; }

/* Contenidos imagen y texto
********************************************************/
.dashed-content {
  display: block;
  clear: both;
  overflow: hidden; }

.dashed-content img {
  float: left;
  margin: 3px 15px 10px 0;
  max-width: 100%; }

.dashed-content.gwe_banner img {
  float: left;
  margin: 0 0 10px;
  max-width: 100%; }

.dashed-content p {
  font-size: 15px;
  line-height: 1.7em; }

.dashed-content p strong {
  font-weight: 600;
  color: #333333; }

.dashed-content p em strong {
  font-style: italic; }

#content-center .dashed-content ul {
  line-height: 1.4em;
  margin-bottom: 8px;
  padding: 0 0 0 15px;
  list-style: disc outside none; }

#content-center .dashed-content ul li {
  line-height: 1.4em;
  margin-bottom: 8px; }

#content-center .dashed-content ol {
  line-height: 1.4em;
  margin-bottom: 8px;
  padding: 0 0 0 20px;
  list-style: decimal outside none; }

#content-center .dashed-content ol li {
  line-height: 1.4em;
  margin-bottom: 8px; }

#content-center .dashed-content td {
  border: 1px solid #CCCCCC;
  margin: 0;
  padding: 10px 5px 10px 6px;
  text-align: left; }

/* Avisos
 ********************************************************/
.info, .success, .warning, .error, .validation {
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  margin: 20px 0px 20px 0px;
  padding: 12px;
  background: #FFFFFF;
  background-repeat: no-repeat;
  background-position: 10px center;
  clear: both;
  line-height: 1.2em;
  float: left;
  width: 100%; }

.info p, .success p, .warning p, .error p, .validation p {
  display: inline-block;
  margin: 0;
  padding: 0 0 0 42px;
  vertical-align: middle; }

.info,
.warning,
.success,
.error {
  background-color: #F7F7F7;
  color: #333333; }

.warning .fa-exclamation-triangle,
.success .fa-check-circle,
.error .fa-times,
.info .fa-info-circle {
  font-size: 26px;
  position: absolute; }

.warning .fa-exclamation-triangle {
  color: #EA8E26; }

.success .fa-check-circle {
  color: #61bf16; }

.error .fa-times {
  color: #dd3e26; }

.info .fa-info-circle {
  color: #276FB6; }

/* Suscripcion boletin
********************************************************/
#newsletter p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3em;
  margin-bottom: 8px; }

#emailSuscripcion, #mce-EMAIL {
  width: 60%;
  height: 35px;
  margin-bottom: 0;
  padding: 4px 10px;
  border: medium none;
  color: #333333;
  display: inline-block;
  font-size: 16px;
  line-height: 1.7em;
  outline: none; }

.footer-newsletter {
  overflow: hidden;
  width: 100%;
  background-color: #727B8C;
  padding: 16px 0; }

.footer-newsletter-info {
  padding-left: 85px; }

.footer-newsletter-info::before {
  content: "\f003";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: -3px;
  display: inline-block;
  font: 42px/1 FontAwesome;
  left: 18px;
  position: absolute;
  text-rendering: auto;
  vertical-align: top;
  color: #c6cad1; }

.footer-newsletter h2 {
  color: #fff;
  font-size: 17px;
  margin-bottom: 0px; }

.footer-newsletter p {
  color: #fff;
  font-size: 15px;
  font-weight: 100;
  line-height: 1.3em;
  margin-bottom: 0px; }

.footer-newsletter label {
  color: #000;
  float: left;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 5px;
  text-align: left;
  width: 30%; }

.footer-newsletter-form {
  max-height: 34px;
  margin-top: 3px;
  text-align: right; }

.footer-newsletter .btntwo {
  height: 35px;
  background-color: #272a30;
  border: 1px solid #272a30;
  border-radius: 0;
  font-size: 14px;
  font-weight: 600;
  margin-left: -4px;
  padding: 10px 12px; }

.footer-newsletter .mc4wp-form {
  float: left;
  padding-left: 10px;
  width: 70%; }

.footer-newsletter .mc4wp-form .mc4wp-form-fields {
  position: relative; }

.footer-newsletter .mc4wp-form .mc4wp-form-fields::after {
  -moz-osx-font-smoothing: grayscale;
  color: #ccc;
  content: "?";
  display: inline-block;
  font: 18px/1 ionicons;
  height: 25px;
  position: absolute;
  right: 0;
  text-align: right;
  text-rendering: auto;
  top: 4px;
  transform: translate(0px, 0px);
  width: 25px; }

.footer-newsletter .mc4wp-form .mc4wp-form-fields input[type="submit"] {
  height: 25px;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  z-index: 10; }

.footer-newsletter .mc4wp-form .mc4wp-form-fields input[type="email"] {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #cccccc;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #cccccc;
  padding-bottom: 10px;
  width: 100%; }

.footer-newsletter .mc4wp-form .mc4wp-form-fields input[type="email"]:focus {
  outline: 0 none; }

.col-right {
  padding-left: 0;
  padding-right: 0; }

.footer-newsletter label {
  color: #ffffff; }

.footer-newsletter .mc4wp-form .mc4wp-form-fields input[type="email"] {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #464646;
  color: #cccccc; }

.footer-newsletter .mc4wp-form .mc4wp-form-fields input[type="email"]:focus {
  outline: 0 none; }

/* Fichaotros
********************************************************/
.fichaotros img {
  float: left;
  overflow: auto;
  margin-right: 10px;
  border: 1px solid #E3E3E3;
  padding: 2px; }

.fichaotros {
  margin: 17px 15px 0 0; }

.fichaotros dd.title {
  margin-bottom: 15px; }

/* Comentarios
********************************************************/
.comentario {
  margin-bottom: 10px;
  padding: 10px 0;
  border-bottom: 1px solid #E3E3E3; }

.comentario p {
  margin: 0 0 10px;
  font-size: 13px;
  color: #888888; }

.comentario .titulo {
  padding-top: 3px; }

.comentario .datos {
  margin: 5px 0 10px;
  font-size: 12px; }

.comentario h4 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  padding: 0 0 5px 0px; }

.comentario h4 .fa-comment {
  color: #276FB6;
  margin-right: 5px; }

.comentario .datos {
  line-height: 15px; }

.comentario .datos strong {
  font-weight: bold; }

.comentario .rating {
  max-width: 140px;
  padding-right: 0; }

.comentario .rating img {
  max-width: 20px; }

.modal .valoracion {
  width: 100%;
  margin-bottom: 30px;
  padding: 25px 0;
  background: #F7F7F7;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  border-radius: 6px; }

.modal .valoracion label {
  margin-right: 10px;
  padding-top: 3px !important;
  font-size: 16px !important;
  vertical-align: middle;
  color: #666; }

.modal .valoracion .stars {
  display: inline-block; }

.modal .valoracion span {
  margin-left: 10px;
  padding-top: 3px !important;
  font-size: 12px;
  color: #999;
  vertical-align: middle; }

/* Enlaces
********************************************************/
.enlace {
  margin-bottom: 25px; }

.enlace h3 {
  margin-bottom: 5px; }

.enlace p {
  margin-bottom: 8px; }

/* Videos
********************************************************/
.videos .video-container {
  position: relative;
  padding-bottom: 53%;
  height: 0;
  overflow: hidden; }

.videos .video-container iframe,
.videos .video-container object,
.videos .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 840px;
  height: 100%;
  max-height: 460px; }

/* Best sellers
 ********************************************************/
.miniFichaLateral {
  border-bottom: 1px solid #e7e7e7;
  display: inline-block;
  margin-bottom: 9px;
  position: relative;
  width: 100%; }

.miniFichaLateral:last-child {
  border-bottom: none;
  margin-bottom: 0; }

.miniFichaLateral .portada {
  margin-right: 6%;
  width: 34%; }

.miniFichaLateral img {
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.12);
  float: left;
  margin-bottom: 10px;
  margin-left: 2px;
  margin-right: 10px;
  padding: 2px;
  width: 100%; }

.miniFichaLateral a:hover img {
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.25); }

.miniFichaLateral dl.dublincore dd.title a {
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 0; }

.miniFichaLateral dl.dublincore dd.title a:hover {
  text-decoration: none; }

.miniFichaLateral .creator a {
  color: #777777;
  display: block;
  font-size: 11px;
  line-height: 1.3em;
  margin-bottom: 5px;
  text-transform: uppercase; }

.miniFichaLateral dl.dublincore a {
  font-size: 10px; }

.miniFichaLateral .precio {
  color: #F99D32;
  font-size: 12px;
  margin-top: 3px; }

/* Aviso cookies
 ********************************************************/
#cookie-compliant {
  position: fixed;
  overflow-y: auto;
  bottom: 0;
  width: 100%;
  min-height: 200px;
  max-height: 100%;
  line-height: 200px;
  padding: 30px 0;
  background-color: rgba(0, 0, 0, 0.98);
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.15);
  z-index: 99999999;
  display: none; }

#cookie-compliant p {
  margin: 0;
  color: #a2a2a2;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 20px; }

#cookie-compliant p a {
  font-weight: 600;
  color: #d32a15; }

#cookie-compliant p a:hover {
  color: #f0f5ff; }

#cookie-compliant .btn {
  height: auto;
  max-width: 200px;
  margin-right: 5px;
  padding: 12px;
  display: inline-block;
  width: 100%;
  border-radius: 4px;
  font-size: 15px !important;
  font-weight: 600; }

#cookie-compliant .btn:hover {
  background: #505662;
  border-color: #505662; }

#cookie-compliant .btn:active {
  margin-bottom: -2px;
  margin-top: 2px; }

#cookie-compliant h2 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
  color: #fff; }

#cookie-compliant h2 a {
  float: right;
  font-size: 14px;
  font-weight: 400; }

#cookie-compliant h3 {
  margin: 25px 0 5px;
  font-size: 14px;
  color: #727B8C; }

#cookie-compliant .introcookies-text p {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.2em;
  line-height: 25px; }

#cookie-compliant .introcookies-btn {
  text-align: right; }

#cookie-compliant #configcookies {
  padding: 0 15px;
  display: none; }

#cookie-compliant #configcookies li {
  border-top: 1px solid #232323; }

#cookie-compliant #configcookies li:last-child {
  padding-bottom: 0;
  margin-bottom: 0; }

#cookie-compliant #configcookies li p {
  padding-bottom: 15px;
  clear: both;
  font-size: 0.9em;
  font-weight: 400;
  color: #a2a2a2; }

#cookie-compliant #configcookies label {
  font-size: 15px;
  font-weight: 600;
  float: left; }

#cookie-compliant #configcookies .botones {
  padding-bottom: 15px;
  line-height: 0;
  text-align: right; }

#cookie-compliant #configcookies .botones button {
  max-width: 180px;
  padding: 8px;
  font-size: 15px; }

#cookie-compliant #configcookies .botones .btn#grabarAceptar {
  background: #222;
  border-color: #222; }

#cookie-compliant #configcookies .botones .btn#grabarAceptar:hover {
  background: #333;
  border-color: #333; }

#cookie-compliant .lista-check {
  margin: 10px 0; }

#cookie-compliant .lista-check div {
  border: 0; }

#cookie-compliant .lista-check input[type="radio"]:empty ~ label::before,
#cookie-compliant .lista-check input[type="checkbox"]:empty ~ label::before {
  top: 4px;
  font-size: 15px;
  height: 20px;
  width: 20px;
  line-height: 20px; }

#cookie-compliant .lista-check input[type="radio"]:empty ~ label,
#cookie-compliant .lista-check input[type="checkbox"]:empty ~ label {
  padding-left: 32px; }

#cookie-compliant .lista-check .primary input[type="radio"]:checked ~ label::before,
#cookie-compliant .lista-check .primary input[type="checkbox"]:checked ~ label::before {
  background: #727B8C; }

#cookie-compliant .lista-check input ~ label {
  margin-bottom: 5px;
  color: #fff; }

#cookie-compliant .lista-check input:disabled ~ label::before {
  opacity: 0.4;
  pointer-events: none; }

#cookie-compliant .lista-check input ~ label + span {
  line-height: 45px;
  color: #fff;
  pointer-events: none;
  font-size: 14px; }

/* Map
 ********************************************************/
#map {
  border: 1px solid #eeeeee;
  padding: 10px;
  margin-bottom: 30px; }

.mensaje-info.dashed-content {
  text-align: left; }

.mensaje-info.dashed-content p {
  margin-bottom: 2px; }

/* Cart-mobile
 ********************************************************/
.cart-mobile {
  float: right;
  margin-right: 3px;
  margin-top: 5px;
  position: relative; }

.cart-mobile .btntwo {
  font-size: 22px;
  margin-top: 4px;
  padding: 0px; }

/* Images
********************************************************/
.gallery {
  margin-top: 10px; }

.gallery .slick-slide {
  padding: 5px; }

.gallery .slick-slide img {
  border: 2px solid #ccc; }

.gallery .slick-prev {
  left: -15px; }

.gallery .slick-next {
  right: -15px; }

.gallery .slick-prev i,
.gallery .slick-next i {
  font-size: 25px; }

/* Materias-mobile
********************************************************/
.materias-mobile {
  width: 100%; }

/* Bootstrap
********************************************************/
a:focus {
  text-decoration: none; }

.form-control {
  width: 100%;
  height: 50px;
  padding: 6px 12px;
  font-size: 15px;
  display: block;
  background-color: #FFFFFF;
  background-image: none;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  color: #555555;
  line-height: 1.42857; }

.form-control:focus {
  border-color: #f0f5ff;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(91, 204, 255, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(91, 204, 255, 0.6); }

select.form-control {
  padding: 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url("../images/down.svg") right 8px center no-repeat;
  background-size: 25px;
  cursor: pointer; }

select.form-control::-ms-expand {
  display: none; }

.navbar-toggle {
  padding: 7px;
  border-radius: 3px;
  color: #000; }

.navbar-toggle .icon-bar {
  height: 4px;
  background-color: #fff; }

.nav-tabs > li > a {
  border-radius: 3px 3px 0 0;
  font-size: 12px;
  font-weight: bold;
  padding: 6px 17px; }

.tab-content > .tab-pane {
  padding: 8px; }

/* UI
********************************************************/
.ui-dialog .ui-dialog-buttonpane button {
  background-color: #FCAC4A;
  border: medium none;
  border-radius: 2px;
  color: #FFFFFF;
  cursor: pointer;
  float: right;
  line-height: 1.4em;
  margin: 0.5em 1em 0.5em 0;
  overflow: visible;
  padding: 3px 11px;
  width: auto; }

.ui-widget-header {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border: medium none; }

.ui-dialog .ui-dialog-buttonpane {
  padding: 0.3em 0 0.5em 0.4em; }

.ui-dialog .ui-dialog-buttonpane {
  border: medium none; }

.ui-dialog .ui-dialog-titlebar-close {
  background-color: rgba(0, 0, 0, 0);
  border: medium none; }

.ui-dialog .ui-dialog-titlebar-close:after {
  color: #333333;
  content: "x";
  font-size: 17px; }

/* Pnotify
********************************************************/
.ui-pnotify {
  height: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999; }

html > body .ui-pnotify {
  position: fixed; }

.ui-pnotify .ui-pnotify-shadow {
  box-shadow: 0 2px 10px rgba(50, 50, 50, 0.5); }

.ui-pnotify-container {
  background-position: 0 0;
  height: 100%;
  margin: 0;
  padding: 0.8em; }

.ui-pnotify-sharp {
  border-radius: 0; }

.ui-pnotify .fa-ok-sign {
  font-size: 20px;
  margin-right: 6px;
  vertical-align: bottom; }

.ui-pnotify-closer, .ui-pnotify-sticker {
  float: right;
  margin-left: 0.2em; }

.ui-pnotify-title {
  display: block;
  margin-bottom: 0.4em; }

.ui-pnotify-text {
  display: block;
  line-height: 1.5em;
  margin: 0 auto;
  max-width: 430px;
  text-align: center; }

.ui-pnotify-icon, .ui-pnotify-icon span {
  display: block;
  float: left;
  margin-right: 0.2em; }

.ui-pnotify-history-container {
  border-top: medium none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 0;
  position: absolute;
  right: 18px;
  top: 0;
  width: 70px;
  z-index: 10000; }

.ui-pnotify-history-container .ui-pnotify-history-header {
  padding: 2px; }

.ui-pnotify-history-container button {
  cursor: pointer;
  display: block;
  width: 100%; }

.ui-pnotify-history-container .ui-pnotify-history-pulldown {
  display: block;
  margin: 0 auto; }

.ui-pnotify-container.alert {
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  color: #c09853;
  font-size: 13px;
  margin-bottom: 18px;
  padding: 8px 35px 8px 14px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  font-weight: bold; }

.ui-pnotify-container.alert strong {
  font-weight: normal; }

.ui-pnotify-container.alert a {
  font-weight: normal;
  color: #1D74C4;
  text-decoration: underline; }

.ui-pnotify-container.alert .center-box {
  box-sizing: border-box;
  padding: 10px 0 10px 0px; }

.ui-pnotify-container.alert-heading {
  color: inherit; }

.ui-pnotify-container.alert .close {
  line-height: 18px;
  position: relative;
  right: -21px;
  top: -2px; }

.ui-pnotify-container.alert-success {
  background-color: #D6E0EF;
  border-color: #D6E0EF;
  color: #1D74C4; }

.ui-pnotify-container.alert-danger, .ui-pnotify-container.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48; }

.ui-pnotify-container.alert-danger .center-box, .ui-pnotify-container.alert-error .center-box {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iNzIuMTAyIDAgMjQgMjQiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgNzIuMTAyIDAgMjQgMjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8cG9seWdvbiBmaWxsPSIjQjk0QTQ4IiBwb2ludHM9IjkzLjcsNi4xIDkwLjUsMi42IDg0LjIsOC40IDc4LjQsMi4xIDc0LjksNS40IDgwLjcsMTEuNyA3NC41LDE3LjUgNzcuNywyMSA4NCwxNS4yIDg5LjgsMjEuNCA5My4zLDE4LjIgODcuNSwxMS45Ii8+Cjwvc3ZnPgo=") no-repeat scroll 5px center rgba(0, 0, 0, 0); }

.ui-pnotify-container.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad; }

.ui-pnotify-container.alert-info .center-box {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMTA5LjEwMiAwIDI0IDI0IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDEwOS4xMDIgMCAyNCAyNCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHJlY3QgeD0iMTE4LjciIHk9IjcuMyIgZmlsbD0iIzNBODdBRCIgd2lkdGg9IjQuOSIgaGVpZ2h0PSIxMy45Ii8+Cgk8cmVjdCB4PSIxMTguNyIgeT0iMi43IiBmaWxsPSIjM0E4N0FEIiB3aWR0aD0iNC45IiBoZWlnaHQ9IjMuNiIvPgo8L2c+Cjwvc3ZnPgo=") no-repeat scroll 5px center rgba(0, 0, 0, 0); }

.ui-pnotify-container.alert-block {
  padding-bottom: 14px;
  padding-top: 14px; }

/* Mis eBooks
********************************************************/
td.productdetalle .download {
  height: auto;
  padding: 0;
  text-decoration: none;
  margin: 0 15px 0 0; }

td.productdetalle .download span {
  padding: 0 4px 0 0;
  font-size: 1.3em;
  text-decoration: none; }

td.verpedido .upper.big {
  float: left;
  padding: 0; }

td.verpedido .upper.big span {
  padding: 0 4px 0 0;
  font-size: 1.3em;
  text-decoration: none; }

/* Disponibilidad Librerias L
********************************************************/
#linkDisponibilidad_L {
  background: url("../images/librerial_new.png") no-repeat scroll 0 0 #d61b23;
  float: left;
  height: 45px;
  text-indent: -99999em;
  width: 162px;
  border-radius: 0.2em; }

#disponibilidad_L {
  background: none repeat scroll 0 0 #d61b23;
  border-radius: 0.2em;
  float: right;
  margin: 10px 0 0;
  padding: 0 0 10px;
  text-align: center;
  width: 100%; }

#linksLibrerias_L span {
  border-bottom: 1px dotted #ffffff;
  border-top: 1px dotted #ffffff;
  color: #ffffff;
  float: left;
  margin: 7px 0 12px;
  padding: 4px 0;
  width: 100%; }

#linksLibrerias_L a {
  color: #000000;
  float: left;
  font-size: 0.9em;
  margin: 0 0 5px 12px;
  text-align: left;
  width: 100%; }

#linksLibrerias_L a:hover {
  color: #ffffff; }

/* Autocomplete
*******************************************************/
.ui-autocomplete {
  max-width: 500px;
  padding: 10px 0 0;
  box-shadow: 0 8px 10px -8px rgba(0, 0, 0, 0.3); }

.ui-autocomplete::before {
  background-color: #fff;
  border-color: #d6d6d6;
  border-image: none;
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: "";
  height: 18px;
  pointer-events: none;
  position: absolute;
  left: 20px;
  top: -10px;
  transform: rotate(-45deg);
  width: 18px;
  z-index: 200; }

.ui-autocomplete .ui-menu-item a {
  display: inline-block;
  line-height: 1em;
  padding: 8px 8px 8px 14px;
  width: 100%; }

.ui-autocomplete .autocomplete-title {
  margin-top: 15px !important; }

.ui-autocomplete .autocomplete-title:first-child {
  margin-top: 0 !important; }

.ui-autocomplete .autocomplete-more a {
  border-bottom: medium none;
  color: #727B8C;
  text-decoration: underline;
  display: block;
  padding: 15px 20px 15px 15px;
  text-align: right; }

.ui-autocomplete .autocomplete-item img {
  width: 30px;
  margin-right: 10px;
  float: left;
  padding: 2px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3); }

.ui-autocomplete .autocomplete-title span {
  display: inline-block;
  font-weight: 700;
  padding: 7px 8px 2px 14px;
  text-transform: uppercase;
  color: #666;
  font-size: 13px; }

.ui-autocomplete .autocomplete-title::after {
  border-top: 2px solid #727B8C;
  margin-left: 15px;
  margin-bottom: 10px;
  content: " ";
  display: block;
  height: 0;
  min-width: 1em;
  width: 6%; }

.ui-autocomplete .autocomplete-item .titulo {
  display: block;
  margin: 4px 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px; }

.ui-autocomplete .autocomplete-item .autor {
  color: #999;
  font-size: 10px; }

.ui-autocomplete-loading {
  background-position: calc(100% - 5px) center !important; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-state-hover.autocomplete-title,
.ui-widget-content .ui-state-hover.autocomplete-title,
.ui-widget-header .ui-state-hover.autocomplete-title,
.ui-state-focus.autocomplete-title,
.ui-widget-content .ui-state-focus.autocomplete-title,
.ui-widget-header .ui-state-focus.autocomplete-title {
  background-image: none;
  border: none;
  background-color: #F7F7F7; }

/* FAQs
*******************************************************/
#faqs {
  margin-bottom: 20px; }

#search-filters {
  margin-bottom: 10px; }

.sidebar-section-title {
  color: #727B8C;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 2px;
  text-transform: uppercase; }

.sidebar-section-box {
  border-bottom: 1px solid #eee;
  color: #333;
  margin-bottom: 11px;
  padding-bottom: 8px; }

ul li:last-child .sidebar-section-box {
  border-bottom: none; }

.sidebar-section-box li a,
.sidebar-section-box li > span {
  color: #333333;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  padding: 3px 0;
  cursor: pointer; }

.sidebar-section-box li a:hover,
.sidebar-section-box li a:hover span,
.sidebar-section-box li span:hover {
  color: #999; }

.sidebar-section-box li a span,
.sidebar-section-box li span span {
  color: #666;
  font-size: 13px;
  font-weight: 100; }

.sidebar-section-select {
  background-color: #e7e7e7;
  padding-left: 10px; }

/* Filters
*******************************************************/
#search-filters {
  width: 94%; }

.filters-on {
  margin-bottom: 18px; }

.filters-on span {
  background: #ededed none repeat scroll 0 0;
  border-radius: 3px;
  color: #323232;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3em;
  margin: 2px 0 4px;
  padding: 8px 10px;
  width: 100%;
  position: relative; }

.filters-on span a.remove-filter {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  right: 9px;
  transform: translateY(-50%);
  font-size: 15px; }

.delete-filters {
  color: #666;
  display: inline-block;
  font-size: 11px;
  margin-top: 7px;
  text-decoration: underline; }

.delete-filters:hover {
  color: #666;
  text-decoration: none; }

.btn-condiciones {
  text-decoration: underline; }

#search-filters select {
  width: 100%;
  height: 35px;
  margin: 5px 0 15px;
  box-shadow: none;
  font-size: 14px;
  color: #666; }

/* Checkout process
********************************************************/
.checkout-resume {
  background-color: #f5f5f5;
  border-radius: 3px;
  padding: 10px 14px; }

.checkout-resume > div {
  background-color: #fff;
  margin-bottom: 12px;
  padding: 10px 10px 4px; }

.checkout-resume h2 {
  font-size: 18px;
  color: #333; }

.checkout-resume li {
  margin-bottom: 4px;
  font-size: 13px !important; }

.checkout-resume li span {
  float: right; }

.checkout-resume li.checkout-resume-total {
  border-top: 1px solid #eee;
  font-size: 17px !important;
  font-weight: 700;
  padding-top: 5px; }

.checkout-resume strong {
  font-size: 15px;
  font-weight: 700;
  color: #000; }

.ico-secure,
.ico-cupon {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-right: 8px;
  line-height: 40px;
  background-color: #eee;
  border-radius: 50%;
  text-align: center;
  vertical-align: top; }

.ico-secure i,
.ico-cupon i {
  font-size: 20px;
  color: #cbcbcb; }

.checkout-resume p {
  display: inline-block;
  width: 75%;
  line-height: 1.4em;
  vertical-align: bottom; }

.checkout-title {
  color: #3a9bea;
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 18px; }

.checkout-box {
  border: 1px solid #dddddd;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 30px;
  padding: 0;
  vertical-align: top;
  width: 100%;
  position: relative; }

.checkout-box .form-group {
  position: relative;
  height: 80px; }

.checkout-box-col {
  height: 170px; }

.checkout-box-wrapper {
  padding: 20px;
  overflow: hidden; }

.checkout-box-wrapper .address {
  font-size: 13px;
  font-weight: 400; }

.checkout-box-wrapper .name {
  color: #555555;
  font-size: 15px;
  font-weight: 600;
  line-height: 15px;
  margin-bottom: 12px; }

.checkout-box h2 {
  background-color: #F5F5F5;
  color: #333333;
  font-size: 17px;
  font-weight: 700;
  margin: 6px 4px 4px;
  padding: 10px; }

.checkout-box .field {
  margin-top: 10px; }

.checkout-box .field input, .field select,
.checkout-box .field textarea,
.checkout-box .field input.fichero {
  margin-bottom: 4px; }

.checkout-box .field input.check {
  margin-right: 6px;
  margin-top: 1px;
  width: 14px; }

.checkout-box .field textarea {
  height: 88px;
  width: 100%; }

.btn-checkout {
  float: right;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 600; }

.margin-r0 {
  margin-right: 0 !important; }

.botones_cesta {
  font-size: 13px; }

.checkout .basket_items {
  margin-bottom: 28px; }

.checkout-box-address ul {
  margin-bottom: 18px; }

.checkout thead {
  background-color: #f5f5f5;
  color: #727B8C; }

.checkout-col {
  margin-bottom: 26px; }

.page-login .proceso_compra {
  margin-bottom: 0px; }

.page-login .panel {
  margin-top: 34px; }

.checkout-box h2 label {
  color: #333333;
  font-size: 16px;
  font-weight: 700; }

.checkout-box a {
  display: inline-block;
  line-height: 1em;
  margin-bottom: 10px;
  margin-right: 10px;
  margin-top: 9px; }

.checkout-box a.add-adress {
  background-color: #22ace3;
  color: #ffffff;
  font-size: 14px;
  padding: 9px 16px;
  cursor: pointer;
  border-radius: 3px; }

.checkout-box a.add-adress:hover {
  text-decoration: none;
  background-color: #1e9ccd;
  color: #ffffff; }

.checkout-box a.add-adress i {
  font-size: 16px; }

.checkout-options-edit {
  position: absolute;
  top: 5px;
  right: 0;
  margin: 0;
  padding: 5px 10px;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.1em !important; }

.checkout-options-edit:hover {
  text-decoration: none; }

.checkout-options-edit span {
  font-size: 10px;
  margin-right: 4px; }

#nuevaDireccion {
  box-shadow: 0 7px 6px -2px rgba(0, 0, 0, 0.1);
  padding-bottom: 30px;
  margin-top: 30px; }

#dirFacturacion {
  margin-top: 10px; }

.botones_dir {
  margin-top: 40px; }

.btn-checkout-secondary {
  background-color: #c9c9c9;
  border: none;
  margin-right: 10px; }

.btn-checkout-secondary:hover {
  background-color: #969696;
  border-color: transparent; }

.boton-nuevaDireccion {
  margin-bottom: 30px; }

/* Points
********************************************************/
.puntos_book {
  color: #333;
  display: inline-block;
  font-size: 11px;
  margin: 11px 0 6px; }

.points-usernav {
  background-color: #f5f5f5;
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
  margin-top: 20px;
  padding: 16px 0 0;
  position: relative;
  text-align: center; }

.points-usernav p {
  font-size: 10px;
  margin: 0;
  padding: 4px 6px 2px !important; }

.points-usernav .points-usernav-number {
  background-color: #0D7DDD;
  border-radius: 50%;
  color: #ffffff;
  font-size: 12px;
  left: 40%;
  padding: 4px 6px;
  position: absolute;
  top: -14px; }

.points-usernav-title {
  color: #0d7ddd;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase; }

#menu2.dropdown-menu li.points-usernav > a {
  font-size: 11px;
  text-decoration: underline;
  padding: 2px 12px 10px !important; }

.puntos-cart-msg {
  position: relative;
  float: right;
  width: 100%;
  max-width: 648px;
  padding: 0 15px 0 0 !important;
  margin-bottom: 30px;
  overflow: visible !important;
  color: #000; }

.puntos-cart-msg span {
  font-size: 16px;
  font-weight: 700;
  color: #000; }

.puntos-cart-msg i {
  margin-right: 15px;
  padding: 12px 15px;
  border-radius: 4px 0 0 4px;
  background: #E6E6E6;
  font-size: 30px;
  text-align: center;
  color: #272a30; }

.puntos-importe {
  margin-top: 20px; }

/* Availability
********************************************************/
.disponibilidad {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20px;
  padding: 0 5px;
  margin: 2px 0 5px;
  border: 1px solid;
  border-radius: 3px;
  color: #787878;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap; }

/*
.disponibilidad.green {
	color: #008a00;
	border-color: #008a00;
}
.disponibilidad.orange {
	color: #B95E06;
	border-color: #B95E06;
}
.disponibilidad.red {
	color: #B12704;
	border-color: #B12704;
}
*/
.disponibilidad {
  color: #fff;
  border: 0; }

.disponibilidad.green {
  background-color: #008a00; }

.disponibilidad.orange {
  background-color: #B95E06; }

.disponibilidad.red {
  background-color: #B12704; }

.precioDetalle .disponibilidad {
  border: 0; }

/* Send to friend
********************************************************/
.actions-box {
  background-color: #F7F7F7;
  float: right;
  width: 73%;
  margin-bottom: 44px;
  padding: 24px 22px 28px 22px;
  margin-top: 28px; }

.actions-box .btn {
  float: right; }

.actions-box h3 {
  border: medium none;
  color: #276fb6;
  margin-bottom: 22px;
  text-transform: uppercase; }

.actions-box p {
  margin-bottom: 30px;
  margin-top: -24px; }

/* Tarifa plana
********************************************************/
.highlight-box {
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  margin: 0 0 20px;
  padding: 16px 6px 7px; }

.highlight-box .btntwo {
  float: right;
  margin-top: 4px;
  padding: 10px 20px; }

.highlight-box h3 {
  font-size: 16px;
  margin: 4px 0 4px; }

.highlight-box h3 span {
  color: #17a232;
  padding-left: 4px; }

.btn.btn-days {
  background-color: transparent;
  border: 2px solid #17a232;
  float: right;
  margin-bottom: 2px;
  margin-top: -6px;
  color: #17a232; }

.btn.btn-days:hover {
  background-color: transparent;
  border: 2px solid #17a232;
  color: #17a232; }

.banners-home {
  margin-top: 30px; }

#linkAplicar {
  font-size: 13px;
  padding: 9px 14px; }

/* Home featured 
********************************************************/
.home-featured .row {
  display: flex; }

.home-featured .row > div {
  flex: 1; }

.featured-item {
  height: 100%;
  margin-bottom: 0;
  background-color: #f0f5ff;
  border: 1px solid #f0f5ff; }

.featured-item .panel-body {
  display: flex;
  align-items: flex-start;
  padding: 30px; }

.panel-body-txt {
  flex: 1;
  padding-right: 15px; }

.featured-item h2 {
  color: #333333;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 8px;
  text-decoration: none;
  text-transform: uppercase; }

.featured-item a {
  text-decoration: none;
  display: block;
  color: #666; }

.featured-item p {
  line-height: 1.4em; }

.featured-item .panel-body-img img {
  max-height: 145px;
  max-width: 100%; }

/* Hacks temp
********************************************************/
a.avanzado {
  display: none; }

header #logotipo {
  margin: 0; }

/* Headings */
.title-wrapper h2 {
  border-bottom: 1px solid #eaeaea;
  color: #333e48;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  margin: 0 0 34px;
  padding-bottom: 13px;
  position: relative;
  text-transform: capitalize; }

.title-wrapper h2::before {
  background: #2b82d2 none repeat scroll 0 0;
  bottom: -1px;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  width: 115px; }

/* 2D Trasnforms */
.rotate {
  transform: rotate(366deg);
  -webkit-transform: rotate(366deg);
  -moz-transform: rotate(366deg);
  -o-transform: rotate(366deg);
  -ms-transform: rotate(366deg); }

/* Bestseller */
.bestsellers .panel {
  background-color: #f8f8f8;
  margin-bottom: 40px;
  padding: 8px 14px 14px 14px; }

.bestsellers h2.title {
  border-top: medium none;
  margin-top: 0; }

.bestsellers li {
  display: inline-block;
  margin-bottom: 20px;
  margin-left: 2%;
  position: relative;
  width: 100%;
  padding: 0; }

.bestsellers .portada {
  width: 18%;
  margin-right: 4%; }

.bestsellers .portada img {
  width: 100%; }

.bestsellers .precio,
.bestsellers .discount {
  display: none; }

.bestsellers .col-md-8 {
  padding: 22px; }

/* Bloque destacado
********************************************************/
.block {
  margin-bottom: 50px; }

.block-featured {
  position: relative;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding: 50px 0;
  z-index: 0;
  background-color: #f0f5ff; }

.block-featured h2 a {
  color: #3c3c3c; }

.block-featured ul {
  margin-bottom: 0; }

/* Resize sidebar proportions */
@media (min-width: 992px) {
  .main-container > .row > .col-md-pull-9 {
    right: 80%; }
  .main-container > .row > .col-md-3 {
    width: 20%; }
  .main-container > .row > .col-md-push-3 {
    left: 20%; }
  .main-container > .row > .col-md-9 {
    width: 80%; }
  .page-verPedido .main-container > .row > .col-md-pull-9,
  .page-formDireccion .main-container > .row > .col-md-pull-9,
  .page-formPedido .main-container > .row > .col-md-pull-9 {
    right: 75%; }
  .page-verPedido .main-container > .row > .col-md-3,
  .page-formDireccion .main-container > .row > .col-md-3,
  .page-formPedido .main-container > .row > .col-md-3 {
    width: 25%; }
  .page-verPedido .main-container > .row > .col-md-push-3,
  .page-formDireccion .main-container > .row > .col-md-push-3,
  .page-formPedido .main-container > .row > .col-md-push-3 {
    left: 25%; }
  .page-verPedido .main-container > .row > .col-md-9,
  .page-formDireccion .main-container > .row > .col-md-9,
  .page-formPedido .main-container > .row > .col-md-9 {
    width: 75%; } }

.list-style-buttons {
  display: flex;
  justify-content: flex-end;
  flex: 1; }

.list-style-buttons a {
  display: inline-block;
  height: 20px;
  margin-right: 8px;
  opacity: 0.3;
  width: 20px; }

.list-style-buttons a.hover, .list-style-buttons a.active {
  opacity: 1;
  color: #727B8C; }

.list-style-buttons a i {
  font-size: 20px; }

a {
  outline: none !important;
  cursor: pointer; }

/* Custom Selects
********************************************************/
.custom-select {
  height: 35px;
  background: transparent url("../images/icon-arrow.png") no-repeat scroll calc(100% - 10px);
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  border: 1px solid #EFEDED; }

.custom-select select {
  background: none;
  border: medium none;
  box-shadow: none;
  padding: 0 0 0 5px;
  font-size: 12px;
  cursor: pointer; }

.custom-select.order {
  width: 130px; }

.custom-select.order select {
  width: 145px;
  height: 35px; }

.custom-select.limit {
  width: 60px; }

.custom-select.limit select {
  width: 75px;
  height: 35px;
  margin: 0; }

/* Filters Mobile
********************************************************/
.filters-search-mobile {
  float: left;
  margin: -30px 0 0 !important;
  width: 100% !important; }

.filters-search-mobile {
  display: none; }

.filters-search-mobile select {
  margin-bottom: 14px; }

.filters-search-mobile option {
  padding: 4px; }

.filters-search-mobile .filters-on {
  margin: 10px 0 16px;
  padding: 0; }

.filters-search-mobile .filters-on span {
  font-size: 13px;
  margin-bottom: 10px;
  margin-right: 6px;
  padding: 10px 36px 10px 13px;
  width: auto; }

.btn.btn-filters {
  height: 35px;
  margin: 0 0 0 16px;
  padding: 0 10px;
  float: right;
  background-color: #727B8C;
  border: none;
  border-radius: 0;
  color: #ffffff;
  display: none; }

.btn.btn-filters.open {
  background-color: rgba(34, 132, 224, 0.8); }

.btn.btn-filters .fa {
  margin-right: 4px; }

.btn.btn-filters:active,
.btn.btn-filters:hover {
  border: none; }

.filters-selects {
  background-color: #F7F7F7;
  border-bottom: 1px solid #e3e3e3;
  display: none;
  padding: 24px 24px 12px;
  margin-bottom: 30px; }

@media (max-width: 992px) {
  .btn-filters,
  .filters-search-mobile {
    display: block !important; } }

@media (max-width: 480px) {
  .btn.btn-filters span {
    display: none; }
  .bloque-subtop .bread {
    height: 30px;
    text-overflow: ellipsis;
    width: 130px !important; } }

/* Modals
********************************************************/
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle; }

.modal-header {
  padding: 20px 26px 16px;
  background: #fafafa;
  border-radius: 6px 6px 0 0; }

.modal-header .modal-title {
  font-size: 22px;
  font-weight: 600; }

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

.modal-body {
  border-radius: 0 0 4px 4px;
  padding: 30px;
  text-align: left; }

.modal-body h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 24px; }

.modal-body p {
  margin: 0 0 20px; }

.modal-body label {
  font-size: 14px; }

.modal-body .text {
  margin-bottom: 30px; }

.form-horizontal .modal-body .control-label {
  padding-top: 15px; }

.modal-body input[type="text"],
.modal-body input[type="email"],
.modal-body input[type="password"],
.modal-body textarea,
.modal-body textarea.form-control {
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: none;
  color: #888;
  font-size: 14px;
  font-weight: 300;
  max-height: 150px;
  line-height: 40px;
  margin: 0;
  padding: 0 10px;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  resize: none; }

.modal-body #msg-modal {
  line-height: 20px;
  color: #666; }

.modal-footer {
  margin-top: 0;
  background: rgba(238, 238, 238, 0.3); }

.book-detail-coments .modal-footer .btn {
  margin-top: 0px; }

.modal-no-header .modal-header {
  border: none; }

.modal-no-header .bootstrap-dialog-title {
  display: none; }

.modal-no-footer .modal-footer {
  border: none; }

.modal {
  text-align: center;
  padding: 0 !important;
  overflow: hidden;
  z-index: 9999; }

.modal::before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -4px;
  margin-top: -80px;
  vertical-align: middle; }

.modal .modal-dialog {
  overflow-y: initial !important; }

.modal .modal-body {
  max-height: calc(100vh - 200px);
  overflow-y: auto; }

.modal.bootstrap-dialog .modal-body {
  overflow-y: inherit; }

.modal-backdrop.in {
  opacity: 0.6; }

.form-horizontal .modal-body .radio,
.form-horizontal .modal-body .checkbox {
  padding-left: 40px; }

.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0; }

/* alertModal */
.bootstrap-dialog .modal-dialog {
  max-width: 400px; }

.bootstrap-dialog .modal-content,
.bootstrap-dialog .modal-content .modal-header {
  border-radius: 6px; }

.bootstrap-dialog .bootstrap-dialog-message div {
  font-size: 16px;
  text-align: center; }

.bootstrap-dialog .bootstrap-dialog-message div h2 {
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  text-align: center; }

.bootstrap-dialog .modal-body {
  padding-top: 15px;
  padding-bottom: 30px; }

.bootstrap-dialog .modal-header,
.bootstrap-dialog .modal-footer {
  background-color: #fff; }

.bootstrap-dialog .modal-footer {
  margin-top: 0;
  padding-top: 0;
  text-align: center;
  border-top: 0; }

.bootstrap-dialog i {
  position: absolute;
  top: -50px;
  left: -30px;
  padding: 10px;
  border-radius: 50%;
  background: #fff;
  font-size: 54px;
  text-align: center; }

.bootstrap-dialog.check-circle i {
  color: #009700; }

.bootstrap-dialog.times-circle i {
  color: #FF6552; }

.bootstrap-dialog.info-circle i {
  color: #E8C104; }

.bootstrap-dialog.question-circle i {
  color: #727B8C; }

.bootstrap-dialog-footer-buttons {
  display: flex;
  justify-content: center;
  align-items: center; }

.bootstrap-dialog button.btn {
  width: 50%;
  padding: 8px 16px;
  font-size: 15px; }

.bootstrap-dialog .close {
  position: absolute;
  top: 8px;
  right: 12px;
  font-size: 32px; }

.bootstrap-dialog #msg-modal {
  text-align: center; }

#opinion {
  height: 100px;
  resize: none; }

/* alertInsCarrito */
.bootstrap-dialog.alertCarrito-dialog .modal-dialog {
  max-width: 500px; }

.bootstrap-dialog.alertCarrito-dialog .modal-content {
  background-color: #fff; }

.bootstrap-dialog.alertCarrito-dialog .bootstrap-dialog-message {
  overflow: hidden; }

.bootstrap-dialog.alertCarrito-dialog .modal-header {
  padding-top: 0; }

.bootstrap-dialog.alertCarrito-dialog .modal-header .bootstrap-dialog-close-button {
  display: none !important; }

.bootstrap-dialog.alertCarrito-dialog i {
  top: -30px; }

.bootstrap-dialog.alertCarrito-dialog .bootstrap-dialog-message div h2 {
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  color: #727B8C;
  border-bottom: 1px solid #eee; }

.bootstrap-dialog.alertCarrito-dialog .bootstrap-dialog-message div h2 small {
  color: #333; }

.bootstrap-dialog.alertCarrito-dialog img {
  max-width: 50px;
  margin: 0 10px 10px 0;
  float: left; }

.bootstrap-dialog.alertCarrito-dialog .modal-body p {
  margin: 0 0 3px;
  line-height: 1.3em;
  text-align: left; }

.bootstrap-dialog.alertCarrito-dialog .modal-body p.autor {
  max-width: 230px;
  font-size: 12px;
  color: #666; }

.bootstrap-dialog.alertCarrito-dialog .modal-body p.precio {
  margin-top: -10px;
  text-align: right;
  font-size: 18px;
  font-weight: 600;
  color: #333; }

.bootstrap-dialog.alertCarrito-dialog .modal-body a {
  font-size: 14px;
  font-weight: 600;
  color: #000; }

.form-box {
  margin: 0 auto 28px;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  margin: 0 auto 28px;
  padding: 30px 38px 30px 36px;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.03);
  overflow: hidden; }

.form-box h2 {
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 0;
  padding-top: 0; }

input.labelauty + label {
  position: relative;
  width: 100%;
  min-height: 182px;
  padding: 24px 24px 0;
  margin-bottom: 30px;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  background-color: #fbfbfb;
  border: 3px solid #f0f0f0;
  color: #333; }

input.labelauty + label span {
  line-height: 1.4em; }

input.labelauty + label p {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 15px;
  margin-bottom: 12px; }

input.labelauty + label > span.labelauty-unchecked-image,
input.labelauty + label > span.labelauty-checked-image {
  left: -15px;
  position: absolute;
  top: -15px;
  vertical-align: top; }

input.labelauty + label > span.labelauty-unchecked-image + span.labelauty-unchecked,
input.labelauty + label > span.labelauty-checked-image + span.labelauty-checked {
  margin-left: 0; }

.labelauty-unchecked-image {
  display: none; }

input.labelauty:checked + label {
  background-color: #fff;
  border: 3px solid #727B8C;
  color: #444; }

input.labelauty + label > span.labelauty-checked-image {
  background: #727B8C url("../images/input-checked-white.png") no-repeat scroll center center;
  border-radius: 50%;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
  height: 35px;
  width: 36px; }

input.labelauty:checked:not([disabled]) + label:hover {
  background-color: #fff; }

input.labelauty:not(:checked):not([disabled]) + label:hover {
  background-color: #f2f2f2;
  border-color: #eaeaea;
  color: #666666; }

input.labelauty + label > span.labelauty-unchecked,
input.labelauty + label > span.labelauty-checked {
  line-height: 18px; }

input.labelauty + label span.default {
  width: 120px;
  margin-top: 10px;
  padding: 2px 6px;
  display: block;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.5em;
  background: #333;
  border-radius: 3px;
  color: #fff;
  text-align: center; }

input.labelauty + label span.default i {
  color: #fcdd73; }

input.labelauty + label > span.labelauty-unchecked-image + span.labelauty-unchecked,
input.labelauty + label > span.labelauty-checked-image + span.labelauty-checked {
  margin-bottom: 20px; }

input.labelauty + label .checkout-options-edit {
  position: absolute;
  top: auto;
  bottom: 24px;
  right: 24px;
  max-height: 24px;
  margin: 0; }

/* Autentication page
********************************************************/
.login-register-panel {
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  box-shadow: 0 0 4px 5px rgba(0, 0, 0, 0.02);
  margin: 28px auto;
  max-width: 480px; }

.login-register-panel .tab-content > .tab-pane {
  padding: 40px 30px 22px; }

.login-register-panel .nav-tabs {
  background-color: #e3e3e3;
  border-bottom: medium none;
  border-radius: 4px 4px 0 0; }

.login-register-panel .nav-tabs > li {
  width: 50%; }

.login-register-panel .nav-tabs > li > a {
  border: medium none;
  font-size: 17px;
  font-weight: 700;
  padding: 16px;
  text-align: center;
  color: #333;
  border-radius: 4px 0 0;
  margin-right: 0; }

.login-register-panel .nav-tabs > li:last-child > a {
  border-radius: 0 4px 0 0; }

.login-register-panel .nav-tabs > li.active > a {
  color: #333; }

.login-register-panel .nav-tabs > li > a:hover {
  border: medium none;
  color: #717171;
  background-color: transparent; }

.login-register-panel .nav-tabs > li.active > a:hover {
  color: #333;
  background-color: #fff; }

.login-register-panel .nav-tabs > li > a:focus {
  border: medium none; }

.login-register-panel .form-control {
  font-size: 16px;
  line-height: 1.429;
  padding: 7px 8px; }

.login-register-panel .form-group .btn {
  font-size: 16px;
  margin-top: 28px;
  padding: 14px 0;
  width: 100%; }

/* Warnings
********************************************************/
.well {
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  font-size: 15px;
  line-height: 1.4em;
  margin-bottom: 20px;
  min-height: 20px;
  padding: 19px;
  box-shadow: none; }

/* Mi cuenta anchos
********************************************************/
.page-buscadorAvanzado .main-container,
.page-formDatos .main-container,
.page-formCambiarClave .main-container,
.page-listaFavoritos .main-container,
.page-listaPedidos .main-container,
.page-detallePedido .main-container,
.page-formListas .main-container,
.page-formMisDirecciones .main-container,
.page-formPedidoEspecial .main-container,
.page-formBaja .main-container {
  max-width: 820px; }

.page-buscadorAvanzado h1.title,
.page-formDatos h1.title,
.page-formCambiarClave h1.title,
.page-listaFavoritos h1.title,
.page-listaPedidos h1.title,
.page-detallePedido h1.title,
.page-formListas h1.title,
.page-formMisDirecciones h1.title,
.page-formPedidoEspecial h1.title,
.page-formBaja h1.title {
  text-align: center; }

.page-buscadorAvanzado h1.title::after,
.page-formDatos h1.title::after,
.page-formCambiarClave h1.title::after,
.page-listaFavoritos h1.title::after,
.page-listaPedidos h1.title::after,
.page-detallePedido h1.title::after,
.page-formListas h1.title::after,
.page-formMisDirecciones h1.title::after,
.page-formPedidoEspecial h1.title::after,
.page-formBaja h1.title::after {
  left: 50%;
  margin-left: -35px;
  width: 70px; }

.page-listaPedidos .bloque-top {
  border-bottom: none; }

/* Misc
********************************************************/
.scrollToTop {
  position: fixed;
  width: 40px;
  height: 40px;
  line-height: 45px;
  border-radius: 50%;
  right: 30px;
  bottom: 30px;
  background: #d32a15;
  text-align: center;
  opacity: 1;
  display: none;
  text-decoration: none !important; }

.scrollToTop i {
  font-size: 25px;
  color: #fff; }

.page-formListas .checkbox {
  padding-left: 0; }

.page-formListas .checkbox a {
  padding: 15px; }

.page-formListas .checkbox i {
  margin-right: 5px;
  color: #999; }

.checkbox input[disabled] {
  cursor: pointer;
  opacity: 1; }

.help-block.with-errors li {
  font-size: 12px; }

.info-txt {
  font-size: 14px;
  margin-bottom: 30px;
  padding: 0 15px; }

/* Libros de texto
********************************************************/
.school-module {
  background: url("../images/bg-school.jpg") repeat-x scroll 0 80px; }

.school-module .col-centered {
  float: none;
  margin: 0 auto; }

.school-module .login-box-wrapper {
  padding: 30px 0; }

.school-module .login-box {
  background-color: #ffffff;
  box-shadow: 0 0 6px 5px rgba(0, 0, 0, 0.1);
  padding: 40px; }

.school-module .login-box h1 {
  position: relative;
  border-bottom: medium none;
  font-size: 20px;
  margin-bottom: 0;
  text-align: center; }

.school-module .login-box h1.title::after {
  left: 50%;
  margin-left: -35px;
  width: 70px; }

.school-module .login-box h2 {
  text-align: center; }

.school-module .login-box p {
  font-size: 15px;
  text-align: center; }

.school-module .login-colegios {
  border-bottom: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
  margin: 34px 14px;
  padding: 24px 0; }

.school-module .main-container {
  margin-top: 30px; }

.school-module .content {
  padding-top: 0; }

.school-module h2.title,
.school-module h2.subtitle {
  margin: 0 0 15px !important;
  padding-top: 0;
  font-size: 2em;
  font-weight: 400; }

.school-module h1.title a {
  float: right;
  margin: 6px 10px 0 0;
  font-size: 12px;
  color: #444444;
  font-weight: 600; }

.school-module .sidebar {
  margin-bottom: 30px;
  overflow: hidden; }

.school-module .sidebar ul {
  margin-left: -8px; }

.school-module .sidebar li {
  font-size: 14px;
  margin: 0 0 5px -5px;
  color: #666666; }

.school-module .sidebar li i {
  font-size: 5px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px; }

.school-module .sidebar li strong,
.school-module .sidebar li span {
  font-size: 15px;
  font-weight: 700;
  color: #444444; }

.school-module .school-header {
  position: relative;
  height: 140px;
  margin-bottom: 48px;
  overflow: hidden;
  border-radius: 6px; }

.school-module .school-header::after {
  content: "";
  background: url("../images/school-header.jpg") no-repeat;
  opacity: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
  -webkit-filter: blur(1px);
  filter: blur(1px); }

.school-module .header-1 .header-middle,
.school-module .header-3 .header-middle {
  background: #fff; }

.school-module .header-3 .header-middle {
  border-bottom: 1px solid #e1e0e0; }

.school-module .header-3.sticky .header-middle {
  border-bottom: 0; }

.school-module .header-3 .navbar {
  border-top: 0 !important;
  background: #fff !important; }

.school-module .school-header img.school-img-wrapper {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-filter: blur(1px);
  filter: blur(1px); }

.school-module .school-header .school-info {
  position: absolute;
  bottom: 25px;
  left: 25px; }

.school-module .school-header .school-info .school-logo {
  width: 90px;
  height: 90px;
  max-width: 100%;
  left: 8px;
  bottom: 8px;
  padding: 6px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 6px;
  box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.05);
  text-align: center;
  z-index: 99;
  float: left; }

.school-module .school-header .school-info .school-txt {
  display: inline-block;
  height: 80px;
  max-width: 500px;
  padding: 10px 20px;
  margin-top: 5px;
  border-radius: 0 6px 6px 0;
  background: rgba(0, 0, 0, 0.8); }

.school-module .school-header .school-info .school-txt h1 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700 !important;
  margin: 0; }

.school-module .school-header .school-info .school-txt p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 0;
  line-height: 15px; }

.school-module .school-header .btn-school {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 99;
  opacity: 1; }

.school-module .texto {
  margin-bottom: 30px; }

.school-module #landing {
  display: none;
  margin-bottom: 30px; }

.school-module .cursos-list li a {
  background-color: #eee;
  border-radius: 0 4px 4px 0;
  border-left: 5px solid #f0f5ff;
  color: #666666;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
  padding: 16px 17px;
  width: 100%; }

.school-module .cursos-list li a:hover {
  background-color: #ccc;
  color: #333;
  text-decoration: none; }

.school-module .school-address h2 {
  padding-bottom: 10px;
  border-bottom: 1px solid #dcdcdc; }

.school-module .school-address li {
  padding-left: 5px;
  font-size: 14px; }

.school-module .sidebar-box-texto .btn {
  width: 100%; }

.school-module .sidebar-box-texto h2 {
  text-align: center; }

.school-module a.btn,
.school-module a.btntwo {
  line-height: 1em; }

.school-module .sidebar-box-texto .btn {
  font-size: 15px;
  padding: 10px 12px; }

.school-module .table-school {
  margin-bottom: 40px;
  font-size: 14px; }

.school-module .table-school tr {
  border-bottom: none; }

.school-module .table-school img {
  width: 70px; }

.school-module .table-school > thead > tr > th,
.school-module .table-school > tbody > tr > th,
.school-module .table-school > tfoot > tr > th,
.school-module .table-school > thead > tr > td,
.school-module .table-school > tbody > tr > td,
.school-module .table-school > tfoot > tr > td {
  border-bottom: 1px solid #dddddd;
  line-height: 1.42857;
  padding: 14px 8px;
  vertical-align: middle;
  border-top: none; }

.school-module .table-school > thead > tr > th {
  border-bottom: medium none;
  padding: 9px 18px; }

.school-module .table-school thead {
  background-color: #F3F9F7;
  color: #727B8C;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.2px; }

.school-module .table-school .cantidad,
.school-module .table-school .precio {
  text-align: center; }

.school-module .table-school .precio {
  font-size: 16px; }

.school-module .table-school td.portada_lib {
  vertical-align: top; }

.school-module .table-school p {
  font-size: 13px;
  line-height: 1.5em;
  margin-bottom: 0; }

.school-module .table-school h5 {
  font-weight: 600;
  margin: 0 0 4px 0; }

.school-module .select-all {
  float: right;
  margin: 6px 18px 0 0;
  line-height: 20px; }

.school-module .select-all label {
  font-size: 13px; }

.school-module .school-module #addCesta {
  float: right; }

.school-module .centrocurso {
  line-height: 1.4em; }

.school-module .curso h3 {
  margin: 30px 0 15px 5px;
  font-size: 18px;
  color: #444444;
  font-weight: 600; }

.school-module .curso h3 span {
  text-transform: uppercase; }

.school-module .curso .precio span {
  font-weight: 300; }

.school-module .curso .precio span {
  font-weight: 300; }

.school-module .curso .precio span {
  font-weight: 300; }

.school-module h2.title {
  margin: 40px 0 30px !important;
  font-size: 24px; }

ul.libros_texto {
  display: block;
  clear: both;
  padding: 0;
  color: #333;
  font-size: 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 0 0 40px;
  background: #EFEFEF;
  overflow: hidden; }

ul.libros_texto li {
  background: #efefef url("../images/bg_pasosTexto2.png") no-repeat scroll left center;
  float: left;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1em;
  padding: 18px 0 18px 48px;
  position: relative;
  width: 33.3%;
  height: 55px; }

ul.libros_texto li.first {
  background: transparent; }

ul.libros_texto li.next::after {
  border-color: transparent transparent transparent #2284E0;
  border-style: solid;
  border-width: 28px 0 28px 14px;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 0; }

ul.libros_texto li.select {
  color: #FFF;
  background: #2284E0 none repeat scroll 0 0; }

ul.libros_texto li.select::after {
  border-color: transparent transparent transparent #EFEFEF;
  border-style: solid;
  border-width: 28px 0 28px 14px;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 0; }

ul.libros_texto li:first-child {
  background-image: none; }

ul.libros_texto li:first-child.select::after,
ul.libros_texto li:first-child.next::after {
  border: none; }

ul.libros_texto li span {
  color: #0d7ddd;
  font-size: 20px;
  font-weight: bold;
  left: 26px;
  line-height: 1.2em;
  position: absolute;
  top: 17px; }

ul.libros_texto li.select span {
  color: #5BCCFF; }

ul.libros_texto li.past span {
  color: #666; }

ul.libros_texto li a {
  color: #333; }

.colegios {
  display: block;
  clear: both;
  overflow: hidden;
  padding: 30px 22px 22px;
  background-color: #F8F8F8; }

.colegios h3 {
  color: #000;
  font-size: 1.3em;
  display: block;
  clear: both;
  margin: 0 0 10px 10px; }

.colegios h3.proceso a {
  color: #0d7ddd; }

.colegios h3 {
  display: block;
  clear: both;
  overflow: hidden;
  margin: 0 0 30px 0;
  text-transform: uppercase;
  color: #000;
  font-size: 1em;
  background: #E2E2E2;
  padding: 10px 20px 10px 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px 4px; }

.colegios .content {
  display: block;
  clear: both;
  overflow: hidden;
  background: #FFF;
  margin: 10px 0;
  padding: 20px 25px; }

.colegios select {
  width: 100%;
  padding: 15px;
  margin: 0 0 8px 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../images/icon-arrow.png") right 10px center no-repeat;
  border: 1px solid #D8D8D8;
  box-shadow: none;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
  color: #3a3a3a;
  font-size: 14px; }

ul#cursos {
  display: block;
  clear: both;
  overflow: hidden;
  margin: 10px 0 0 0; }

ul#cursos li {
  display: block;
  clear: both;
  overflow: hidden; }

ul#cursos li a {
  display: block;
  clear: both;
  overflow: hidden;
  text-decoration: none;
  font-size: 0.9em;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 10px 15px;
  margin-bottom: 2px; }

ul#cursos li a:hover {
  background-color: rgba(255, 255, 255, 0.3); }

.colegios table thead th {
  background-color: #0d7ddd;
  color: #fff;
  font-size: 11.5px;
  padding: 11px 20px;
  text-align: left;
  text-transform: uppercase; }

.colegios table td {
  border-bottom: 1px solid #FFF;
  border-top: 1px solid #FFF;
  line-height: 1.2em; }

.colegios table.basket_items td {
  border-bottom: 1px solid #CCC;
  border-top: 1px solid #CCC;
  background: #FFF; }

.colegios table.basket_items td.product {
  padding-left: 20px; }

.colegios table td.portada_lib,
.colegios table td.portada_lib img {
  width: 100px; }

.colegios table td.titulo {
  padding-left: 10px;
  font-size: 0.8em; }

.colegios table td.titulo h5 {
  font-size: 13px;
  line-height: 1.4em;
  font-weight: bold;
  color: #000;
  margin: 0; }

.colegios table td.titulo p, .colegios table td.titulo .editorial {
  color: #999;
  font-size: 12px;
  line-height: 1.4em;
  margin: 1px 0 0; }

.colegios table td.titulo .ean {
  color: #666;
  font-size: 11px; }

.colegios table td.precio, .colegios .grupo_datos .totalPedido, .colegios td.total, .colegios #totalPedido {
  color: #F78100; }

.colegios table td.precio.rebajado {
  width: 100px; }

.colegios table td.precio .valores {
  width: 50px;
  float: left; }

.colegios table td.precio span.descuento {
  color: #FFF;
  font-size: 1em;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  padding: 7px 3px;
  margin-left: 0;
  background-color: #FF3300;
  background-image: -moz-linear-gradient(top, #FF3300, #CF142B 29px);
  background-image: -webkit-linear-gradient(top, #FF3300, #CF142B 29px);
  background-image: -o-linear-gradient(top, #FF3300, #CF142B 29px);
  background-image: -ms-linear-gradient(top, #FF3300, #CF142B 29px);
  background-image: linear-gradient(top, #FF3300, #CF142B 29px);
  border: 2px solid #FFFFFF;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  position: relative;
  float: left; }

.colegios table td.precio strike {
  color: #666; }

.colegios table td.cantidad {
  text-align: center; }

.colegios table td.cantidad input {
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  padding: 7px;
  text-align: center; }

.colegios td.quantity input {
  display: block;
  clear: both;
  overflow: hidden;
  text-align: center; }

.colegios td.quantity a {
  float: left; }

.colegios td.precio {
  text-align: left;
  padding-left: 20px;
  font-size: 14px; }

.colegios table tr.alternative td {
  background: rgba(255, 255, 255, 0.85) none repeat scroll 0 0;
  border-top: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1; }

.colegios table tr,
.colegios table tr td {
  border: none !important; }

.colegios table td.product a {
  color: #000; }

td.quantity a {
  color: #727B8C;
  line-height: 1.2em; }

.colegios .gastosenvio {
  width: 720px;
  background: #E5E5E5; }

.colegios ul.proceso_compra {
  margin: 30px 0 0 0;
  height: 20px;
  padding: 16px 0 8px 0;
  border: 1px solid #CCC;
  background: transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.colegios ul.proceso_compra li {
  width: 21%;
  float: left;
  height: auto;
  padding: 0 0 0 15px;
  margin: 0 10px 0 0;
  font-size: 0.9em;
  color: #666; }

.colegios ul.proceso_compra li.first {
  margin-left: 9px; }

.colegios ul.proceso_compra li.select {
  color: #000;
  font-weight: bold; }

.colegios .formNormal, .colegios .info2 {
  padding: 40px 0 0 0; }

.colegios .info2 form label {
  text-transform: none; }

.colegios .info2 a {
  margin-right: 90px; }

.colegios label.labelenvio, .colegios label.labelpago {
  font-size: 0.8em; }

.colegios .formaenvio select, .colegios .formapago select {
  height: 18px;
  font-size: 0.9em;
  padding: 0;
  text-transform: none; }

.colegios .field {
  clear: both;
  display: block;
  margin-bottom: 5px;
  margin-left: 15px;
  width: 95%; }

.colegios .field input, .colegios .field select {
  width: 300px; }

.colegios .field input.check {
  width: 20px;
  background: transparent;
  border: 0; }

.colegios .field select {
  width: 311px; }

.colegios .info, .colegios .success, .colegios .warning, .colegios .error, .colegios .validation {
  width: 710px; }

.colegios .info p, .colegios .success p, .colegios .warning p, .colegios .error p, .colegios .validation p {
  width: 600px; }

ul#provincias, ul#centros {
  display: none; }

.colegios .btn span.icon-angle-right {
  font-size: 12px;
  margin-left: 3px;
  margin-right: -2px; }

.colegios .btn span.icon-angle-left {
  font-size: 12px;
  margin-left: -3px;
  margin-right: 7px; }

.colegios .btn {
  margin: 20px 6px 0 0;
  padding: 4px 10px;
  border-radius: 4px; }

.colegios .btn span {
  font-size: 12px;
  margin-left: 3px;
  margin-right: -2px; }

.colegios .bottom_table {
  margin-right: 7px;
  text-align: right;
  text-transform: uppercase; }

.colegios label {
  font-size: 16px; }

@media (max-width: 767px) {
  ul.libros_texto li {
    padding-top: 16px;
    line-height: 0.8em;
    font-size: 18px; }
  ul.libros_texto li span {
    line-height: 0.8em; } }

/* Editoriales
********************************************************/
.alphabet {
  margin-bottom: 30px;
  text-align: center; }

.alphabet a {
  color: #999;
  display: inline-block;
  font-size: 19px;
  padding: 4px; }

.alphabet a.selected {
  font-size: 30px;
  font-weight: 700;
  color: #727B8C; }

.editorial-list > div {
  display: inline-block;
  float: none;
  margin-bottom: 28px;
  padding-left: 8px;
  padding-right: 8px;
  text-align: center;
  vertical-align: top;
  width: 23.8%;
  font-size: 14px;
  font-weight: 600; }

.editorial-list-wrapper {
  background-color: #fff;
  border: 1px solid #eee;
  margin-bottom: 10px;
  min-height: 138px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 100%;
  -webkit-transition: box-shadow 300ms;
  -moz-transition: box-shadow 300ms;
  -o-transition: box-shadow 300ms;
  transition: box-shadow 300ms;
  border-radius: 4px; }

.editorial-list-wrapper:hover {
  border: 1px solid #e4e4e4;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.06); }

.editorial-list-wrapper img {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto; }

.editorial-list-wrapper img.portrait {
  height: 86%;
  width: auto; }

.editorial-list > div a {
  color: #333;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2em; }

.editorial-list > div a:hover {
  color: #C03D67;
  text-decoration: none; }

.editorial-list-feautured {
  border: 1px solid #eee;
  margin-bottom: 40px;
  padding: 20px 20px 0; }

.editorial-list-feautured h3 {
  border: none; }

/* Tooltips/Popovers
********************************************************/
.tooltip {
  margin-top: 10px;
  transform: none;
  z-index: 9999999999999999999; }

.tooltip > .tooltip-inner {
  border-radius: 5px;
  color: #fff;
  font-size: 13px;
  padding: 10px 15px; }

.popover-title {
  font-weight: 600;
  font-size: 16px; }

/* Nueva cesta compra
********************************************************/
.page-cestaCompra .cart-box {
  display: flex;
  align-items: center;
  padding: 30px 15px;
  margin-bottom: 30px;
  overflow: hidden;
  clear: both; }

.page-cestaCompra .cart-box .cart-box-title {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 600;
  color: #000; }

.page-cestaCompra .cart-box p {
  font-weight: 500;
  line-height: 1.4em;
  color: #333; }

.page-cestaCompra .cart-box .info-gastos {
  margin-top: 4px;
  font-size: 13px !important;
  color: #333; }

.page-cestaCompra .delivery {
  display: flex;
  align-items: center;
  height: 54px;
  padding: 0;
  margin-bottom: 10px; }

.page-cestaCompra .delivery:last-child {
  margin-bottom: 0; }

.page-cestaCompra .labelenvio,
.page-cestaCompra .labelpago {
  width: 135px;
  height: 100%;
  float: left;
  margin: 0;
  padding: 0;
  line-height: 54px;
  text-align: center;
  text-transform: uppercase;
  color: #333;
  font-size: 13px;
  font-weight: 700;
  background-color: #EBEBEB;
  border-radius: 4px 0 0 4px; }

.page-cestaCompra .labelenvio,
.page-cestaCompra .labelpago {
  font-size: 12px;
  line-height: 54px; }

.page-cestaCompra select {
  width: 100% !important;
  height: 54px;
  max-width: 475px;
  padding: 0 15px;
  margin: 0;
  border: 2px solid #EBEBEB;
  box-shadow: none;
  outline: none;
  cursor: pointer;
  color: #3a3a3a;
  text-transform: none;
  border-radius: 0 4px 4px 0;
  font-size: 15px !important;
  transition: background-image 0.4s ease 0s, background-size 0.4s ease 0s; }

.page-cestaCompra .form-inline .cart-box .form-control.ok {
  width: 100%;
  background-image: url("../images/check.svg");
  background-size: 25px;
  color: #006B5A; }

.page-cestaCompra .totalenvio,
.page-cestaCompra .totalpago,
.page-cestaCompra #importeCupon {
  height: 52px;
  line-height: 56px;
  font-size: 18px; }

.page-cestaCompra #gastosEnvio {
  margin: 0 0 0 15px; }

.page-cestaCompra .cart-box h3 {
  font-size: 20px;
  margin: 0 0 3px; }

.page-cestaCompra .basket_items {
  margin-bottom: 30px; }

.page-cestaCompra #plazoEntrega {
  display: none; }

.page-cestaCompra #plazoEntrega p.nota {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  margin: 15px 0 25px;
  padding: 15px;
  line-height: 1.5em;
  font-size: 15px;
  border: 0;
  color: #fff;
  background-color: #272a30; }

.page-cestaCompra #plazoEntrega p.nota strong {
  font-size: 18px; }

.page-cestaCompra #plazoEntrega p.nota i {
  margin-right: 3px;
  color: #006B5A; }

.page-cestaCompra table img {
  width: 50px; }

.page-cestaCompra td.product {
  width: 50%; }

.page-cestaCompra td.product {
  width: 50%; }

.page-cestaCompra td.quantity input {
  width: 50px;
  height: 40px;
  padding: 0;
  font-size: 16px !important; }

.page-cestaCompra .cupon .col-md-5 {
  display: flex; }

.page-cestaCompra .cupon #codigoCupon {
  flex: 1;
  height: 35px;
  border-radius: 6px 0 0 6px;
  border-right: 0; }

.page-cestaCompra #linkAplicar {
  padding: 10px 15px;
  margin-left: -2px;
  font-size: 15px;
  font-weight: 600;
  color: #fff; }

.page-cestaCompra .cupon #linkAplicar {
  width: 95px;
  height: 35px;
  padding: 10px 0;
  border-radius: 0 6px 6px 0; }

/* Mis direcciones
********************************************************/
.page-formMisDirecciones .form-group {
  min-height: 85px; }

.page-formMisDirecciones .form-group .list-unstyled {
  position: absolute; }

.page-formMisDirecciones input.labelauty + label {
  min-height: 170px; }

.page-formDireccion .checkout-resume {
  margin-top: 85px; }

/* Lista check
********************************************************/
.lista-check {
  margin: 20px 0; }

.lista-check div {
  clear: both;
  overflow: hidden;
  border-bottom: 1px solid #eee; }

.lista-check label {
  border-radius: 3px;
  font-weight: 400; }

.lista-check input[type="radio"]:empty,
.lista-check input[type="checkbox"]:empty {
  display: none; }

.lista-check input[type="radio"]:empty ~ label,
.lista-check input[type="checkbox"]:empty ~ label {
  position: relative;
  line-height: 30px;
  margin-top: 0.5em;
  padding-left: 45px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.lista-check input[type="radio"]:empty ~ label:before,
.lista-check input[type="checkbox"]:empty ~ label:before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  background: #D1D3D4;
  border-radius: 0;
  font-size: 18px;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 28px; }

.lista-check input[type="radio"]:hover:not(:checked) ~ label,
.lista-check input[type="checkbox"]:hover:not(:checked) ~ label {
  color: #888; }

.lista-check input[type="radio"]:hover:not(:checked) ~ label:before,
.lista-check input[type="checkbox"]:hover:not(:checked) ~ label:before {
  font-family: FontAwesome;
  content: '\f00c';
  color: #C2C2C2; }

.lista-check input[type="radio"]:checked ~ label,
.lista-check input[type="checkbox"]:checked ~ label {
  color: #333;
  font-weight: 600; }

.lista-check input[type="radio"]:checked ~ label:before,
.lista-check input[type="checkbox"]:checked ~ label:before {
  font-family: FontAwesome;
  content: '\f00c';
  color: #333;
  background-color: #ccc; }

.lista-check .primary input[type="radio"]:checked ~ label:before,
.lista-check .primary input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #f0f5ff; }

/* Temporalmente aqui cambios de listado de curso */
@media (min-width: 992px) {
  .school-module .cursos-list li {
    float: none;
    margin-bottom: 12px; }
  .school-module .cursos-list li a {
    margin-bottom: 0px;
    height: 100%;
    display: flex;
    align-items: center; }
  .school-module .cursos-list.row {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    justify-content: left; } }

/* Promociones
********************************************************/
.starburst {
  position: absolute;
  top: -3px;
  right: -10px;
  display: block;
  width: 35px;
  height: 35px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  rotation: -45deg;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  -moz-transition: -moz-transform 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  font-size: 18px;
  line-height: 35px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
  cursor: default; }

.starburst span {
  display: block;
  width: 35px;
  height: 35px;
  -webkit-transform: rotate(22.5deg);
  -moz-transform: rotate(22.5deg);
  rotation: 22.5deg; }

.starburst.promo1,
.starburst.promo1 span {
  background: #ea4338;
  color: #fff; }

.starburst.promo2,
.starburst.promo2 span {
  background: #0BAB29;
  color: #fff; }

.fa-percent {
  transform: rotate(-22.5deg); }

.fa-percent:before {
  font-size: 16px;
  line-height: 28px; }

.portada-cesta .starburst,
.portada-cesta .starburst span {
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 14px; }

.fichaDetalle .starburst {
  top: 0px; }

.fichaDetalle .starburst,
.fichaDetalle .starburst span {
  width: 40px;
  height: 40px;
  line-height: 35px;
  font-size: 20px; }

td.price, td.total {
  width: 120px; }

.grupoCestaNormal {
  background: #fdfdfd; }

.grupoCestaOfertaImpar {
  background: #fcead5; }

.grupoCestaOfertaPar {
  background: #f8ffec; }

tr.grupoCestaOfertaImpar:nth-last-match(0) {
  background: red;
  border-bottom: 3px solid #000 !important; }

.grupoCestaOfertaImpar td.quantity input {
  border: 1px solid #ead0b1; }

.grupoCestaOfertaPar td.quantity input {
  border: 1px solid #d4e0c2; }

.textPromocion {
  margin-top: 7px;
  font-size: 13px;
  font-weight: 600; }

.textPromocion span {
  display: block;
  font-weight: 400;
  color: #555; }

.grupoCestaNormal .textPromocion {
  color: #cf7e8e; }

.grupoCestaOfertaImpar .textPromocion {
  color: #d18f42; }

.grupoCestaOfertaPar .textPromocion {
  color: #0bab29; }

.textPromocion i {
  vertical-align: middle; }

.restantesPromocion {
  border: 0 !important; }

.restantesPromocion td {
  padding: 0 0 15px !important;
  text-align: right;
  border: 0; }

.restantesPromocion td span {
  display: inline-block;
  padding: 5px 10px;
  text-align: center;
  vertical-align: baseline;
  border-radius: 0 0 4px 4px;
  background: #5cb85c;
  color: #fff;
  font-size: 13px; }

.restantesPromocion td span i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  font-size: 18px; }

#cart .btntwo .fa-shopping-cart {
  color: #fff !important; }

tbody .listitem.grupoCestaOfertaImpar,
tbody .listitem.grupoCestaOfertaPar {
  border-bottom: 2px solid #fff; }

/* Sucursales 
********************************************************/
.page-nuestras-librerias .main-container {
  max-width: 992px; }

.page-nuestras-librerias .panel-body {
  padding: 30px; }

.page-nuestras-librerias .panel-group .panel {
  margin-bottom: 10px; }

.stores-section .row {
  column-count: 2;
  column-gap: 30px; }

.stores-item {
  position: relative;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
  border-radius: .25rem; }

.stores-section .panel-title {
  font-size: 18px;
  font-weight: 600;
  color: #727B8C; }

.stores-section .panel-heading a:hover {
  text-decoration: none !important; }

.stores-section .stores-item-wrapper {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: .25rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075); }

.stores-section .stores-item-wrapper p {
  line-height: 1.6em;
  margin-bottom: 0; }

.stores-section .stores-item-img {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
  border-radius: .25rem .25rem 0 0; }

.stores-section .stores-item-img img {
  min-height: 100%;
  min-width: 100%; }

.stores-section .stores-item-img.logo {
  height: 100px;
  border-bottom: 1px solid #eee;
  background: #fafafa; }

.stores-section .stores-item-img.logo img {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(-10%, -50%);
  min-height: 0 !important;
  min-width: 0 !important;
  max-width: 200px; }

.stores-section .stores-item .map-marker {
  background-color: #727B8C;
  border-radius: 50%;
  color: #ffffff;
  height: 40px;
  padding: 9px;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 180px;
  width: 40px;
  text-decoration: none; }

.stores-section .stores-item .map-marker.noimg {
  top: 80px; }

.stores-section .stores-item .map-marker:hover {
  background-color: #727B8C; }

.stores-section .stores-item .map-marker i {
  font-size: 22px; }

.stores-section .stores-item .map-marker:hover i {
  color: #fff; }

.stores-section .stores-item-info {
  min-height: 170px;
  padding: 30px; }

.stores-section .stores-item-info .title {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 600; }

.stores-section .stores-item-info strong {
  font-weight: 600; }

.stores-section .stores-item-info i {
  color: #ccc;
  margin-right: 6px;
  font-size: 15px;
  vertical-align: middle; }

.stores-section .stores-item-info h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase; }

.stores-section .stores-item-info > div:nth-of-type(1) {
  border: 0; }

.stores-section .stores-item-description,
.stores-section .stores-item-contact,
.stores-section .stores-item-schedule,
.stores-section .stores-item-others,
.stores-section .stores-item-map,
.stores-section .stores-item-gallery {
  padding: 15px 0;
  border-top: 1px solid #eee; }

.stores-section .stores-item-description p {
  font-size: 16px;
  line-height: 1.3;
  color: #212529; }

.stores-section .stores-item-contact div {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 18px; }

.stores-section .stores-item-schedule {
  font-size: 14px; }

.stores-section .stores-item-map {
  padding: 15px 0 5px;
  display: none; }

.stores-section .stores-item-map iframe {
  width: 100%;
  max-height: 250px; }

.stores-section .stores-item-others .link {
  margin: 12px 0 0; }

.stores-section .stores-item-others i {
  display: inline-block;
  margin: 5px 8px 0 0;
  color: #727B8C;
  font-size: 18px; }

.stores-section .stores-item-gallery .thumbnail {
  border: 0; }

.stores-section .stores-item-gallery img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 95% !important;
  max-width: 95% !important;
  width: auto !important;
  display: block;
  border: 0 !important; }

.stores-section .stores-item-gallery .lSPager li {
  height: 10px; }

/* Block banner
********************************************************/
.block-banner {
  margin-bottom: 50px; }

.block-banner .dashed-content {
  padding: 0; }

.block-banner .dashed-content img {
  width: 100%;
  margin: 0;
  float: none; }

.block-banner .dashed-content h2 {
  display: inline-block;
  margin: 15px 0 0;
  padding: 0;
  font-size: 20px;
  font-weight: 700; }

.block-banner .dashed-content p {
  margin: 5px 0 0;
  font-size: 14px;
  line-height: 1.3em; }

.block-banner .dashed-content h3,
.block-banner .dashed-content a {
  color: #3c3c3c; }

.block-banner .dashed-content img + p {
  margin: 15px 0 0; }

/* Login Facebook
********************************************************/
.recuperar {
  line-height: 42px; }

.login-facebook {
  position: relative;
  display: block;
  width: 100%;
  height: 30px;
  padding-left: 20px;
  line-height: 40px;
  background: #4267b2;
  border-radius: 3px;
  color: #fff !important;
  height: 40px;
  text-align: center; }

.login-facebook:hover {
  color: #fff;
  text-decoration: none; }

.login-facebook i {
  margin-right: 5px;
  font-size: 20px;
  vertical-align: middle; }

.login-facebook::before {
  position: absolute;
  left: 12px;
  content: "\f230";
  font-family: FontAwesome;
  font-size: 20px;
  margin-right: 5px; }

.login-facebook b {
  font-size: 16px;
  font-weight: 600; }

/* jsSocials
********************************************************/
#share-links {
  margin-top: 15px; }

#share-links .jssocials-share-link {
  width: 28px;
  height: 28px;
  line-height: 26px;
  padding: 0;
  border-radius: 4px; }

#share-links .jssocials-share-link i {
  font-size: 18px; }

/* Slick
********************************************************/
.slick-dots {
  position: absolute;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  background: transparent; }

.slick-dots li button::before {
  font-family: 'slick';
  font-size: 30px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button::before {
  opacity: .75;
  color: black; }

.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 30px;
  color: #999;
  z-index: 99; }

.slick-prev:hover,
.slick-next:hover {
  color: #727B8C; }

.slick-slider img {
  width: 100%; }

.slider .slick-dots {
  bottom: 10px; }

.slider .slick-prev,
.slider .slick-next {
  font-size: 60px; }

.slider .slick-prev {
  left: 10px; }

.slider .slick-next {
  right: 10px; }

.carrusel {
  margin-bottom: 50px; }

.carrusel .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 10px; }

.carrusel .slick-item {
  margin: 0 15px;
  text-align: center;
  outline: none; }

.carrusel .slick-prev,
.carrusel .slick-next {
  top: 120px; }

.carrusel .slick-prev {
  left: -15px; }

.carrusel .slick-next {
  right: -15px; }

.carrusel .slick-dots {
  bottom: -30px; }

/* Stripe
********************************************************/
.sr-main {
  position: relative;
  display: block; }

.sr-field-error {
  margin: 12px 0;
  text-align: left;
  font-size: 15px;
  font-weight: 600;
  line-height: 17px;
  color: #c41616; }

/* Inputs */
.sr-input,
input[type="text"] {
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 12px;
  height: 44px;
  width: 100%;
  transition: box-shadow 0.2s ease;
  background: white;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

/* One Page Checkout
********************************************************/
.onepagecheckout h1 span {
  display: block;
  line-height: 1.2em;
  font-size: 17px;
  font-weight: 400;
  color: #999; }

.onepagecheckout .list-group {
  position: relative;
  margin-bottom: 30px;
  z-index: 0;
  clear: both; }

.onepagecheckout .list-group-item {
  padding: 10px 15px;
  overflow: hidden; }

.onepagecheckout .list-group-item.active {
  padding: 10px 15px;
  background: #727B8C;
  border: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  font-size: 20px;
  font-weight: 600; }

.onepagecheckout .list-group-item.active i {
  width: 35px;
  height: 35px;
  margin: 0 5px 0 0;
  line-height: 35px;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  background: #f0f5ff;
  color: #727B8C; }

.onepagecheckout .list-group-item-heading {
  overflow: hidden;
  padding: 5px 0; }

.onepagecheckout .list-group-item-heading.active dd {
  margin: 15px 0; }

.onepagecheckout .list-group-item.topspace {
  margin-top: 30px; }

.onepagecheckout label {
  width: 100%;
  padding: 2px;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 600;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #222; }

.onepagecheckout .btn {
  margin-top: 5px; }

.onepagecheckout .form-group {
  margin: 5px 0 15px; }

.onepagecheckout .form-control {
  height: 35px; }

.onepagecheckout h3 {
  font-weight: 700;
  margin: 5px 0;
  padding-bottom: 10px; }

.onepagecheckout h3 small {
  float: right;
  margin-top: 10px; }

.onepagecheckout .radio {
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid #eee; }

.onepagecheckout .radio label {
  margin: 0; }

.onepagecheckout .radio:last-child {
  border: 0; }

.onepagecheckout .radio img {
  width: auto;
  height: 30px;
  margin: 8px 0 8px 25px; }

.onepagecheckout .radio strong {
  font-size: 15px;
  font-weight: 600; }

.onepagecheckout .radio .data-info {
  margin-top: -3px;
  padding: 0 0 0 30px;
  line-height: 18px;
  font-size: 13px;
  border-bottom: 0;
  color: #666; }

.onepagecheckout .addresses .radio .data-info .btn-sm {
  margin-top: 5px;
  padding: 1px 10px;
  background: #727B8C;
  color: #fff;
  font-weight: 600; }

.onepagecheckout .addresses .radio .data-info .btn-sm:hover {
  text-decoration: none; }

.onepagecheckout .addresses .buttons {
  margin-top: 15px; }

.onepagecheckout .addresses .buttons .so-btn {
  margin-right: 5px; }

.onepagecheckout .envio .radio strong {
  float: right;
  margin-left: 15px; }

.onepagecheckout .envio .radio .data-info select {
  margin-top: 5px; }

.onepagecheckout .pago .radio .data-info strong {
  font-size: 13px; }

.onepagecheckout .noaddress p {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: #000;
  line-height: 1.2em; }

.onepagecheckout .noaddress i {
  background: #727B8C;
  color: #fff;
  width: 25px;
  height: 25px;
  float: left;
  text-align: center;
  line-height: 25px;
  border-radius: 50%;
  font-size: 18px;
  margin: 3px 10px 10px 0; }

.onepagecheckout .dirFactOpen {
  width: 100%;
  max-width: 100%;
  padding: 2px 0 0;
  margin-top: 15px;
  float: right; }

.onepagecheckout .dirFactOpen label {
  width: auto;
  margin-right: 10px; }

.onepagecheckout .dirFactOpen label.tit {
  display: block;
  margin: 8px 0; }

.onepagecheckout .compropago {
  margin-top: 20px; }

.onepagecheckout .compropago-item {
  height: auto;
  padding: 0 5px;
  margin-bottom: 5px; }

.onepagecheckout .compropago-item img {
  width: 100%;
  border: 4px solid #fff; }

.onepagecheckout .compropago-item .iradio_square-blue {
  display: none; }

.onepagecheckout .compropago-item .iradio_square-blue.checked + img {
  border: 4px solid #727B8C;
  background: #727B8C;
  border-radius: 4px; }

.onepagecheckout table tr:last-child {
  border: 0;
  background: #f8f8f8;
  color: #000;
  font-weight: 700;
  font-size: 18px; }

.onepagecheckout table tr td {
  padding: 15px 5px; }

.onepagecheckout td.product {
  line-height: 15px; }

.onepagecheckout td.product a {
  font-size: 11px;
  font-weight: 600; }

.onepagecheckout table tr:last-child td {
  padding: 15px 5px; }

.onepagecheckout table tr:last-child td span {
  margin-left: 2px;
  font-size: 18px; }

.onepagecheckout .listitem td {
  padding: 5px; }

.onepagecheckout table .listitem {
  height: 80px; }

.onepagecheckout table .portada-cesta {
  position: relative;
  float: left;
  width: 35px;
  border: 0;
  overflow: hidden; }

.onepagecheckout table img {
  width: 100%;
  padding: 0;
  border: 0; }

.onepagecheckout table td.quantity input {
  width: 34px;
  text-align: center;
  height: 40px;
  padding: 0 5px;
  border-radius: 3px 0 0 3px;
  line-height: 1em;
  display: inline-block;
  vertical-align: top;
  margin: 0; }

.onepagecheckout td.quantity {
  width: 35px;
  min-width: 70px;
  font-weight: 600; }

.onepagecheckout td.quantity span {
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  background: #f8f8f8;
  border-radius: 4px; }

.onepagecheckout td.quantity i {
  margin-left: 5px;
  font-size: 15px; }

.onepagecheckout .quantity-control {
  width: 20px;
  margin-left: -3.5px; }

.onepagecheckout td.total {
  text-align: right;
  font-size: 13px; }

.onepagecheckout td.total.all strong {
  font-size: 20px;
  color: #727B8C; }

.onepagecheckout td.total.all strong span {
  font-size: 10px !important; }

.onepagecheckout .tarifa-plana {
  overflow: hidden; }

.onepagecheckout .tarifa-plana h3 {
  font-weight: 600; }

.onepagecheckout .tarifa-plana p {
  display: inline-block; }

.onepagecheckout .btn-buy {
  margin-top: 25px !important;
  padding: 12px;
  font-size: 18px;
  font-weight: 600; }

.onepagecheckout .cupon input {
  width: calc(100% - 80px);
  float: left;
  border-right: 0; }

.onepagecheckout .cupon .btn {
  float: right;
  width: 80px;
  height: 35px;
  border-radius: 0; }

.onepagecheckout .cupon #codigoCupon,
.onepagecheckout .cupon #linkAplicar,
.onepagecheckout .btn {
  margin: 0; }

.onepagecheckout .cupon #codigoCupon {
  border-radius: 6px 0 0 6px; }

.onepagecheckout .cupon .btn-aplicarCupon {
  border-radius: 0 6px 6px 0; }

.onepagecheckout .msg,
.onepagecheckout .condiciones {
  padding-left: 5px; }

.onepagecheckout .msg {
  margin-top: 15px; }

.onepagecheckout .msg .checkbox,
.onepagecheckout .condiciones .checkbox {
  margin: 8px 0; }

.onepagecheckout #charNum {
  margin-top: 5px;
  font-size: 12px; }

.onepagecheckout #aceptoPolPri {
  position: relative;
  float: left; }

.onepagecheckout #msg label {
  margin: 5px 0; }

.onepagecheckout #inputMsg {
  height: 100px; }

.onepagecheckout textarea {
  resize: none; }

.onepagecheckout .cupon #importeCupon {
  float: left;
  font-size: 13px;
  font-weight: 600;
  margin: 10px 0;
  color: #848484; }

.onepagecheckout .login {
  margin-bottom: 30px;
  padding-left: 15px;
  color: #000;
  z-index: 1;
  font-size: 15px; }

.onepagecheckout .login i {
  color: #727B8C;
  margin-right: 2px; }

.onepagecheckout .login a {
  font-weight: 600; }

.onepagecheckout .login a:hover {
  text-decoration: underline; }

.page-checkout #modal-mis-direcciones iframe {
  width: 100%;
  height: 600px;
  border: none;
  margin-top: -130px; }

.page-checkout #modal-login .modal-dialog {
  max-width: 450px; }

.page-checkout #modal-mis-direcciones .modal-header .close {
  margin-top: -2px; }

.page-checkout #modal-login .modal-body input {
  height: 40px; }

.page-checkout iframe {
  width: 100%; }

.page-checkout .modal-body label {
  font-size: 15px;
  font-weight: 600;
  color: #222; }

.nopadding {
  padding: 0 !important; }

.reset-pass {
  margin-top: 10px;
  text-align: right;
  font-size: 13px;
  font-weight: 600; }

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  .onepagecheckout input[type='checkbox'],
  .onepagecheckout input[type='radio'] {
    --active: #2284e0;
    --active-inner: #fff;
    --focus: 2px rgba(39, 94, 254, .3);
    --border: #BBC1E1;
    --border-hover: #275EFE;
    --background: #fff;
    --disabled: #F6F8FF;
    --disabled-inner: #E1E6F9;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 17px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0 5px 0 0;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    transition: background .3s, border-color .3s, box-shadow .2s; }
    .onepagecheckout input[type='checkbox']:after,
    .onepagecheckout input[type='radio']:after {
      content: '';
      display: block;
      left: 0;
      top: 0;
      position: absolute;
      transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s); }
    .onepagecheckout input[type='checkbox']:checked,
    .onepagecheckout input[type='radio']:checked {
      --b: var(--active);
      --bc: var(--active);
      --d-o: .3s;
      --d-t: .6s;
      --d-t-e: cubic-bezier(.2, .85, .32, 1.2); }
    .onepagecheckout input[type='checkbox']:disabled,
    .onepagecheckout input[type='radio']:disabled {
      --b: var(--disabled);
      cursor: not-allowed;
      opacity: .9; }
      .onepagecheckout input[type='checkbox']:disabled:checked,
      .onepagecheckout input[type='radio']:disabled:checked {
        --b: var(--disabled-inner);
        --bc: var(--border); }
      .onepagecheckout input[type='checkbox']:disabled + label,
      .onepagecheckout input[type='radio']:disabled + label {
        cursor: not-allowed; }
    .onepagecheckout input[type='checkbox']:hover:not(:checked):not(:disabled),
    .onepagecheckout input[type='radio']:hover:not(:checked):not(:disabled) {
      --bc: var(--border-hover); }
    .onepagecheckout input[type='checkbox']:focus,
    .onepagecheckout input[type='radio']:focus {
      box-shadow: 0 0 0 var(--focus); }
    .onepagecheckout input[type='checkbox']:not(.switch),
    .onepagecheckout input[type='radio']:not(.switch) {
      width: 17px; }
      .onepagecheckout input[type='checkbox']:not(.switch):after,
      .onepagecheckout input[type='radio']:not(.switch):after {
        opacity: var(--o, 0); }
      .onepagecheckout input[type='checkbox']:not(.switch):checked,
      .onepagecheckout input[type='radio']:not(.switch):checked {
        --o: 1; }
    .onepagecheckout input[type='checkbox'] + label,
    .onepagecheckout input[type='radio'] + label {
      font-size: 14px;
      line-height: 21px;
      display: inline-block;
      vertical-align: top;
      cursor: pointer;
      margin-left: 4px; }
  .onepagecheckout input[type='checkbox']:not(.switch):after {
    width: 5px;
    height: 10px;
    border: 2px solid var(--active-inner);
    border-top: 0;
    border-left: 0;
    left: 5px;
    top: 2px;
    transform: rotate(var(--r, 20deg)); }
  .onepagecheckout input[type='checkbox']:not(.switch):checked {
    --r: 43deg; }
  .onepagecheckout input[type='checkbox'].switch {
    width: 38px;
    border-radius: 11px; }
    .onepagecheckout input[type='checkbox'].switch:after {
      left: 2px;
      top: 2px;
      border-radius: 50%;
      width: 15px;
      height: 15px;
      background: var(--ab, var(--border));
      transform: translateX(var(--x, 0)); }
    .onepagecheckout input[type='checkbox'].switch:checked {
      --ab: var(--active-inner);
      --x: 17px; }
    .onepagecheckout input[type='checkbox'].switch:disabled:not(:checked):after {
      opacity: .6; }
  .onepagecheckout input[type='radio'] {
    border-radius: 50%; }
    .onepagecheckout input[type='radio']:after {
      width: 15px;
      height: 15px;
      border-radius: 50%;
      background: var(--active-inner);
      opacity: 0;
      transform: scale(var(--s, 0.7)); }
    .onepagecheckout input[type='radio']:checked {
      --s: .5; } }

/* Checkout buttons */
.btn-cart-checkout.ver-cesta,
.btn-cart-checkout.procesar-cesta {
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  height: 30px;
  padding: 0 10px;
  line-height: 1em;
  font-size: 13px;
  font-weight: 600; }

.btn-cart-checkout.ver-cesta {
  width: 45%;
  background-color: #f0f5ff;
  border: 1px solid #f0f5ff; }

.btn-cart-checkout.ver-cesta:hover {
  background-color: #bdd3ff;
  border: 1px solid #bdd3ff; }

.btn-cart-checkout.procesar-cesta {
  width: calc(55% - 5px);
  margin-left: 5px;
  background-color: #727B8C;
  border: 1px solid #727B8C; }

.btn-cart-checkout.procesar-cesta:hover {
  background-color: #5b6270;
  border: 1px solid #5b6270; }

.btn-cancel {
  color: #666;
  background: #fff;
  border: 1px solid #dbdbdb; }

/* Loading */
.loading-overlay {
  position: relative;
  display: table;
  opacity: 0.7;
  z-index: 99999 !important; }

.loading-overlay-content {
  text-transform: uppercase;
  letter-spacing: 0.4em;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  display: table-cell;
  vertical-align: middle; }

.loading-overlay.loading-theme-light {
  background-color: #fff;
  color: #000; }

.loading-overlay.loading-theme-dark {
  background-color: #000;
  color: #fff; }

/* Transitions
********************************************************/
.btntwo:hover,
.btn:hover,
i,
header a,
a,
.sidebar-section-box li > span {
  transition: color 0.2s ease 0s, background-color 0.2s ease 0s; }

header .header-middle .row > div,
header .header-middle #logotipo img {
  transition: all 0.2s ease 0s; }

@media (max-width: 1200px) {
  .footer-menu {
    padding-left: 32px; }
  .social-networks li a {
    width: 30px;
    height: 30px;
    line-height: 32px; }
  .page-cestaCompra #capaGastosEnvio.cart-box .form-control {
    width: 285px; } }

@media (max-width: 992px) {
  header.header-2 #language {
    margin-right: 5px; }
  #sidebar {
    border-right: medium none;
    margin: 10px 0 0 0;
    padding: 0 10px;
    width: 100%;
    border-top: 1px solid #eee;
    padding-top: 10px;
    float: left; }
  .footer-top p {
    line-height: 1.4em;
    font-size: 12px; }
  .miniFichaLateral {
    width: 46%; }
  ul.proceso_compra {
    padding: 10px; }
  .list_carousel #prev_carou {
    left: 15px; }
  .list_carousel #next_carou {
    right: 15px; }
  .actions-box {
    width: 100%; }
  .navbar-collapse {
    padding-left: 0 !important; }
  .nav > li > a {
    padding: 14px 8px;
    font-size: 15px; }
  .page-login {
    padding: 0 20px; }
  .featured-item {
    margin-bottom: 15px; }
  .featured-item .panel-body {
    flex-flow: column;
    justify-content: center; }
  .featured-item .panel-body-txt {
    padding: 15px; }
  .featured-item h2 {
    text-align: center; }
  header #logotipo img {
    width: 100%;
    max-width: 180px !important; }
  .footer-newsletter {
    padding: 22px 0; }
  .footer-newsletter-info {
    padding-left: 0px;
    text-align: center; }
  .footer-newsletter-form {
    margin-top: 14px; }
  .footer-newsletter-info::before {
    display: none; }
  .footer-bottom > .row > div {
    text-align: center; }
  #footer .social-networks {
    float: none;
    margin: 18px auto 0;
    text-align: center;
    width: 100%; }
  .footer-menu {
    margin-bottom: 20px; }
  .footer-menu a {
    margin-bottom: 6px; }
  .footer-menu .fa {
    display: none; }
  #footer .social-networks {
    float: none;
    height: 50px;
    text-align: center;
    width: 100%; }
  .social-networks li {
    display: inline-block;
    float: none;
    margin: 0; }
  .fichaDetalle h1 {
    font-size: 22px; }
  .home-news h2.title {
    padding: 11px 16px 12px; }
  .page-noticias .eventos img {
    width: 20%; }
  .eventos img {
    max-width: 275px; }
  header.header-3 .header-middle .row > div {
    min-height: 80px; }
  header.header-3.sticky #cart {
    padding-top: 16px; }
  .page-cestaCompra #capaGastosEnvio {
    flex-flow: column; }
  .page-cestaCompra #capaGastosEnvio > div {
    width: 100%; }
  .page-cestaCompra #capaGastosEnvio.cart-box .form-control {
    width: 440px; }
  .page-cestaCompra .selectenvio {
    margin-top: 30px; }
  .page-cestaCompra .cupon #codigoCupon,
  .page-cestaCompra #importeCupon {
    margin-top: 20px; }
  .page-cestaCompra .cupon {
    flex-flow: column; }
  .page-cestaCompra .cupon .col-md-5 {
    width: 100%; }
  .puntos-cart-msg {
    max-width: none; }
  .sidebar-news {
    margin-bottom: 30px; }
  .page-formDireccion .checkout-resume {
    margin-top: 0; }
  .btn.buy {
    font-size: 13px; }
  .wraper-detalle a,
  .wraper-detalle button,
  .wraper-detalle span {
    padding: 8px 12px;
    font-size: 12px; }
  #footer div {
    text-align: center !important; }
  .footer-newsletter h2 {
    font-size: 22px; }
  #footer .social-networks {
    position: relative;
    right: auto;
    transform: none;
    margin-top: 20px; } }

@media (min-width: 767px) and (max-width: 992px) {
  .featured-item .panel-body {
    padding: 15px; }
  .featured-item .panel-body-txt {
    padding: 10px 0;
    width: 100%; }
  .featured-item .panel-body-img {
    text-align: center;
    width: 100%; }
  .featured-item h3 {
    text-align: center; }
  .featured-item p {
    text-align: center; } }

@media (max-width: 767px) {
  body {
    padding-top: 120px; }
  body.page-detalle {
    padding-bottom: 84px; }
  header {
    margin: 0;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
    position: fixed;
    z-index: 999;
    min-height: 100px; }
  .header-top {
    position: relative;
    height: 55px;
    padding: 6px;
    border: none;
    background-color: #727B8C !important;
    z-index: auto !important; }
  .header-middle {
    position: initial !important;
    padding: 0; }
  .header-middle .row > div,
  .header-middle .row > h1 {
    min-height: 0 !important; }
  header .header-middle {
    padding: 0; }
  header .header-middle #logotipo {
    margin-top: 0; }
  header #logotipo a, #search #busqueda,
  #cart #cart-fixed {
    position: relative; }
  header .header-middle #logotipo h1 {
    position: relative;
    top: auto;
    left: auto;
    transform: none; }
  header #logotipo {
    position: absolute !important;
    top: 0 !important;
    left: 0; }
  header #logotipo a {
    position: relative !important;
    top: inherit !important;
    left: inherit !important;
    color: #fff; } }

@media all and (max-width: 767px) and (-ms-high-contrast: none), (max-width: 767px) and (-ms-high-contrast: active) {
  header #logotipo a {
    top: 23px !important; } }

@media (max-width: 767px) {
  header .navbar {
    clear: none;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border: none;
    box-shadow: none; }
  header .header-nav {
    padding-bottom: 0 !important;
    background: none !important; }
  header .navbar-nav > li {
    width: 100%; }
  header #account .dropdown-menu {
    top: 35px !important;
    left: -5px; }
  header.header-2 .navbar {
    margin-top: 39px; }
  .slider {
    margin-top: 10px; }
  .materias {
    display: none; }
  .materias-mobile {
    display: block !important;
    margin-bottom: 18px; }
  #account > a,
  #language > a,
  #nav-header li {
    line-height: 0 !important; }
  .navbar-toggle {
    margin: 11px 10px 10px;
    position: absolute;
    right: 0;
    top: 0; }
  #account {
    background-color: transparent;
    border: none; }
  #account a:hover {
    text-decoration: none; }
  header #account {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 55px; }
  header .cart-mobile {
    position: absolute;
    top: 50%;
    right: 85px;
    transform: translateY(-50%);
    margin: 0;
    float: none; }
  #account a,
  header .cart-mobile .btntwo {
    background: none !important;
    outline: none;
    border: 0; }
  header #account a i,
  header .btn-cart i {
    padding: 0 !important;
    margin: 0 !important;
    font-size: 20px !important;
    color: #fff !important; }
  #languaje {
    margin-top: 12px; }
  #tt_products_minibasket {
    margin: 0; }
  #search .btntwo.search i {
    color: #fff; }
  #search .btntwo.search {
    float: right;
    height: 48px;
    margin-right: 0;
    padding: 0;
    width: 48px; }
  #search {
    margin: 0 !important;
    padding: 0;
    width: 100% !important; }
  #search #busqueda {
    position: relative !important;
    width: 100% !important; }
  #search .search-text {
    border: 0 none;
    border-radius: 0;
    margin-left: 0;
    width: calc(100% - 48px);
    height: 48px; }
  #search .btntwo.search {
    border-radius: 0; }
  .navbar .container {
    padding-left: 15px;
    padding-right: 15px; }
  .header-nav .container {
    padding-left: 0;
    padding-right: 0; }
  /* Primer nivel */
  .navbar .navbar-nav > li > a,
  .navbar .navbar-nav > .active > a,
  .navbar .navbar-nav > .active > a:hover,
  .navbar .navbar-nav > .active > a:focus {
    background-color: #f9f9f9;
    border-bottom: 1px solid #e8e8e8;
    border-width: 0 0 1px;
    color: #333 !important;
    font-size: 15px;
    font-weight: 700;
    padding: 10px 15px !important; }
  .navbar .navbar-nav > .open > a,
  .navbar .navbar-nav > .open > a:hover {
    background-color: #727B8C;
    color: #fff !important; }
  .navbar .navbar-nav > a:hover,
  .navbar .navbar-nav > a:focus,
  .navbar .navbar-nav > .open > a,
  .navbar .navbar-nav > .open > a:hover,
  .navbar .navbar-nav > .open > a:focus {
    text-shadow: none;
    border-bottom: 1px solid #e7e7e7;
    background: #727B8C !important;
    color: #fff !important; }
  .navbar .navbar-nav > .active > a i {
    color: #fff !important; }
  .navbar-nav .main-nav-title {
    color: #E78C32;
    padding: 6px 12px; }
  .navbar-nav .main-nav-title {
    display: none; }
  /* Segundo nivel */
  .navbar-nav {
    margin: 0;
    width: 100%; }
  .navbar-collapse {
    max-height: 500px; }
  .navbar-nav .dropdown-menu {
    position: relative !important;
    margin: 0 !important;
    padding: 0 !important; }
  header .dropdown-menu::before {
    display: none; }
  .dropdown-menu .dropdown-explorar li > a:hover {
    background-color: #F7F7F7; }
  .dropdown-menu.dropdown-menu-three .dropdown-materias,
  .dropdown-menu.dropdown-menu-three .dropdown-explorar,
  .dropdown-menu.dropdown-menu-three li,
  .dropdown-menu.dropdown-menu-two li {
    width: 100% !important;
    margin: 0; }
  .dropdown-menu li > a,
  .dropdown-menu li a {
    border-bottom: 1px solid #E6E6E6;
    border-right: medium none;
    margin: 0;
    text-decoration: none !important; }
  .dropdown-menu li > a:hover, .dropdown-menu li a:hover {
    background-color: #F7F7F7 !important; }
  .tx-ttproducts-pi1 h1, .verpedido-title {
    display: none; }
  header .navbar {
    padding: 0; }
  .navbar .navbar-nav > li {
    background: #fff; }
  .navbar .navbar-nav > li > a::before {
    display: none; }
  .dropdown-menu-cabecera,
  .dropdown-menu-cabecera .menu-explorar,
  .dropdown-menu-cabecera .menu-explorar li > a {
    width: 100%;
    margin: 0 !important; }
  .dropdown-menu-cabecera .menu-materias {
    width: 100%;
    column-count: 1; }
  .dropdown-menu-cabecera .menu-explorar li > a {
    background: #fff; }
  #account .btn-login {
    padding-left: 9px; }
  .libroimg img {
    max-width: 80px; }
  .list_carousel {
    margin-top: 0;
    padding: 20px 0;
    box-shadow: none;
    border: 0; }
  .caroufredsel_wrapper {
    height: 130px !important; }
  .list_carousel #prev_carou,
  .list_carousel #next_carou {
    top: 65px; }
  .list_carousel_content #prev_carou,
  .list_carousel_content #next_carou {
    top: 36px; }
  .fichaDetalle,
  .price-col {
    width: 100%; }
  .footer-logos img {
    float: none;
    margin: 0 auto; }
  .footer-top {
    padding: 12px 0 16px; }
  .footer-top .icon-footer {
    display: none !important; }
  .footer-copyright {
    padding: 10px 20px; }
  .footer-info {
    padding-top: 0; }
  .footer-info p {
    padding-bottom: 10px;
    padding-left: 0; }
  .precioDetalle .discountprice {
    left: -10px; }
  .comentario h4 {
    margin-top: 5px; }
  .checkout-col {
    padding: 0 30px; }
  .checkout-title {
    padding: 20px 20px 0; }
  .highlight-box .btntwo,
  .highlight-box .btn-days {
    width: 100%;
    margin-bottom: 10px; }
  .highlight-box .btn-days {
    margin-top: 10px; }
  .cart-box {
    padding: 20px 6px; }
  .cart-box .col-md-6 {
    margin-bottom: 10px; }
  .sticky-wrapper {
    height: auto !important; }
  .featured-item .panel-body {
    height: auto; }
  .modal::before {
    height: auto; }
  .modal-dialog {
    width: 94% !important; }
  .home-featured .row {
    flex-flow: column; }
  .featured-item .panel-body {
    flex-flow: row-reverse; }
  .panel-body-txt {
    padding: 10px 5px 0 25px; }
  .featured-item h2 {
    text-align: left; }
  .featured-item .panel-body-img {
    float: left;
    width: 14%; }
  .wraper-detalle a,
  .wraper-detalle button,
  .wraper-detalle span {
    padding: 15px;
    font-size: 15px; }
  /* 	Detalle */
  #detimg {
    text-align: center;
    max-width: 320px;
    width: 100%;
    margin: 0 auto 24px;
    float: none; }
  .fichaDetalle {
    border-right: none; }
  .fichaDetalle #detimg img {
    float: none;
    max-width: 320px; }
  .fichaDetalle dl.summary {
    width: 100%;
    margin-left: 0;
    text-align: center;
    color: #000; }
  .wraper-detalle {
    padding: 0; }
  .wraper-detalle a,
  .wraper-detalle button {
    font-size: 16px; }
  .fichaDetalle h1,
  .fichaDetalle #autor {
    text-align: center;
    width: 100%; }
  .cta-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 14px 20px;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 99; }
  .btn.buy {
    border: medium none;
    font-size: 18px;
    font-weight: 600;
    padding: 17px; }
  .precioDetalle {
    display: none; }
  .precioDetalle-mobile {
    max-width: 290px;
    border: 0;
    background-color: #f2f2f2;
    display: block;
    margin: 0 auto 30px;
    padding: 15px;
    text-align: center;
    float: none; }
  .precioDetalle-mobile .disponibilidad {
    border-top: 1px solid #eeeeee;
    margin-top: 0;
    padding: 9px 0 0;
    text-align: center; }
  .fichaDetalle dt {
    width: 100%;
    font-size: 18px; }
  .fichaDetalle dd {
    margin-bottom: 10px;
    clear: both; }
  #tabsinopsis {
    padding: 10px; }
  .footer-menu {
    padding: 0 15px; }
  .fichaDetalle h2 {
    text-align: center; }
  .modal.fade .modal-dialog {
    top: 50%;
    transform: translateY(-50%); }
  td.quantity input {
    margin: 0 auto 5px; }
  .page-cestaCompra .formaenvio,
  .page-cestaCompra .formapago {
    width: 60%; }
  .page-cestaCompra #capaGastosEnvio.cart-box .form-control {
    max-width: 420px;
    width: 100%; }
  #linkAplicar {
    width: 100%;
    margin-top: 30px; }
  .form-horizontal .modal-body .form-group {
    margin-bottom: 0; }
  .form-horizontal .modal-body .control-label {
    margin-bottom: 8px; }
  .form-horizontal .modal-body .control-label {
    padding-bottom: 5px; }
  .modal .valoracion {
    padding: 15px 0 15px 18px;
    text-align: left; }
  .modal .valoracion .stars {
    display: block; }
  .modal .valoracion span {
    margin-left: 5px;
    padding-top: 15px !important; }
  #cookie-compliant {
    min-height: 0;
    line-height: inherit; }
  #cookie-compliant .buttons {
    margin-top: 10px; }
  .page-formDireccion .checkout-resume {
    margin-top: 20px; }
  .numArticulos {
    bottom: -8px;
    left: 10px; }
  /* Logo movil */
  header #logotipo img {
    max-width: 150px !important;
    margin-top: 55px; }
  /* Header movil */
  header.header-3 .header-top {
    background: #f0f5ff;
    background-color: #f0f5ff !important; }
  header.header-3 .header-top #account a, header.header-3 .header-top #nav-header li a, header.header-3 .header-top #language a, header.header-3 .header-top i {
    text-shadow: none;
    color: #333; }
  header #account a i, header .btn-cart i {
    color: #333 !important;
    text-shadow: none; }
  .navbar-toggle .icon-bar {
    background-color: #333; } }

@media (max-width: 698px) {
  .fichaDetalle, .price-col {
    width: 100%; }
  .checkout-box-col {
    width: 100%; }
  .field input, .field select, .field textarea, .field input.fichero {
    width: 100%; }
  ul.proceso_compra li::after {
    display: none; }
  ul.proceso_compra li span {
    display: block;
    margin: 0 auto 5px; }
  .bootstrap-dialog i {
    top: -60px !important;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .bootstrap-dialog.alertCarrito-dialog i {
    top: -50px !important; }
  .login-register-panel .nav-tabs > li > a {
    text-align: left;
    font-size: 15px;
    line-height: 15px; }
  .page-cestaCompra .cupon #linkAplicar {
    width: 15%;
    padding: 12px 0;
    font-size: 11px;
    text-shadow: transparent;
    text-decoration: none; }
  #cookie-compliant {
    text-align: center; }
  #cookie-compliant p {
    font-size: 14px;
    line-height: 1.2em; }
  #cookie-compliant .introcookies-text {
    margin-bottom: 5px; }
  #cookie-compliant .introcookies-text div {
    height: auto; }
  #cookie-compliant .introcookies-btn {
    margin-top: 30px;
    text-align: center; }
  #cookie-compliant #configcookies {
    padding: 0 15px;
    text-align: left; }
  #cookie-compliant #configcookies li p {
    font-size: 11px;
    line-height: 1.2em;
    display: none; }
  #cookie-compliant #configcookies .botones {
    text-align: center; }
  #cookie-compliant #configcookies .botones button {
    margin-top: 15px; }
  #cookie-compliant .lista-check input ~ label + span {
    cursor: pointer;
    pointer-events: visible; } }

@media (max-width: 580px) {
  .field input, .field select, .field textarea, .field input.fichero {
    width: 100%; }
  #box-register, #box-login {
    padding: 15px;
    border: 1px solid #E3E3E3;
    width: 100%;
    margin: 0 0 20px 0; }
  .miniFichaLateral {
    width: 96%; }
  .stores-section .row {
    column-count: 1; }
  .page-noticias .eventos img,
  .eventos img {
    width: 100%;
    max-width: none; }
  ul.proceso_compra li {
    margin: 0 5px 15px;
    padding: 0;
    font-size: 12px; }
  .ordenar label,
  .pager label {
    font-size: 13px; }
  .pager {
    float: left;
    margin: 0 0 0 15px; }
  .custom-select.order {
    width: 115px; } }

@media (max-width: 480px) {
  header #logotipo {
    left: 0;
    margin-left: 0;
    margin-top: 0;
    position: fixed;
    top: 7px; }
  .basket_items th {
    font-size: 10px;
    padding: 8px 5px 7px 11px; }
  .ordenar {
    margin: 0; }
  .pager {
    margin: 0 0 0 10px; }
  .ordenar label,
  .pager label {
    display: none; }
  .btn.btn-filters {
    margin: 0; }
  .title-list {
    display: none; }
  #btn_realizar, .botones_cesta .btn {
    margin-bottom: 17px;
    width: 100%; }
  .selectenvio {
    margin: 0; }
  .labelenvio strong, .labelpago strong {
    float: left; }
  .imgpro {
    padding: 0; }
  td.price, td.total {
    padding: 5px; }
  td {
    padding: 14px 5px; }
  td.verpedido {
    width: auto; }
  td.precio {
    width: 75px; }
  .footer-menu {
    width: 100% !important;
    padding: 6px 0; }
  .footer-menu a {
    display: block;
    float: none;
    margin-left: 0;
    margin-top: 0;
    padding: 0;
    text-align: center;
    width: 100%; }
  .footer-menu a:hover {
    text-decoration: none !important; }
  .footer-logos {
    padding: 0 26px !important; }
  .footer-bottom {
    border-top: none; }
  .news-categories a {
    display: block;
    width: 100%;
    margin: 0 auto 10px; }
  .eventos .eventos-info {
    width: 100%;
    margin-top: 10px; }
  .page-cestaCompra .formaenvio,
  .page-cestaCompra .formapago {
    width: 100%; }
  .page-cestaCompra .labelenvio,
  .page-cestaCompra .labelpago {
    text-align: center;
    border-radius: 4px 4px 0 0;
    display: inline-grid;
    line-height: 30px; }
  .page-cestaCompra .delivery {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    margin-bottom: 50px; }
  .page-cestaCompra .delivery:last-child {
    margin-bottom: 30px; }
  .page-cestaCompra .totalenvio,
  .page-cestaCompra .totalpago {
    position: absolute;
    bottom: 45px;
    right: 15px; }
  .puntos-cart-msg {
    padding: 15px !important; }
  .featured-item .panel-body {
    flex-flow: column;
    align-items: center; }
  .featured-item .panel-body-img {
    display: flex;
    justify-content: center;
    width: 100%; }
  .panel-body-txt {
    padding: 0 5px 0 20px;
    text-align: center; }
  .featured-item h2 {
    text-align: center; }
  .eventos .eventos-img {
    width: 100%;
    max-width: none;
    height: auto; }
  ul.proceso_compra li {
    width: 100%;
    margin: 0 0 15px;
    font-size: 14px; }
  .block-banner > .row > div {
    width: 100%; }
  .block-banner .dashed-content {
    margin-top: 15px; }
  .login-links .col-xs-6 {
    width: 100%; }
  .login-links .login-facebook {
    width: 100%;
    margin-top: 28px; }
  #desgloseIVA_importes {
    width: 100%; }
  #desgloseIVA_importes table {
    width: 100%; }
  #desgloseIVA_importes table td {
    text-align: center; }
  .onepagecheckout .dirFactOpen input {
    position: relative;
    float: left;
    margin-left: 0;
    margin-right: 5px; } }

@media (max-width: 403px) {
  #cookie-compliant #configcookies button {
    max-width: none !important; }
  #cookie-compliant #configcookies .botones button {
    display: block;
    margin: 15px auto 0; } }

@media (max-width: 320px) {
  .block-home-news .eventos img {
    width: 100%;
    max-width: none; } }

/** Books Lists
************************************/
@media (max-width: 1200px) {
  .books.grid li {
    width: calc(100% / 5); }
  .page-detalle .books.grid li {
    width: calc(100% / 6); } }

@media (max-width: 992px) {
  .books.grid li,
  .books.grid.solr li {
    width: calc(100% / 4); }
  .page-detalle .books.grid li {
    width: calc(100% / 3); }
  .books.list .portada {
    margin: 0 30px 0 0; }
  .books.list .dublincore {
    width: 75%; }
  .books.list .botones {
    width: 25%; } }

@media (max-width: 768px) {
  .books.grid li,
  .books.grid.solr li {
    width: calc(100% / 3); }
  .books.list .creator {
    font-size: 14px; }
  .books.list .precio {
    font-size: 24px; }
  .books.list .dublincore {
    padding-right: 16px; }
  .books.list .botones {
    padding: 0 0 0 22px; }
  .carrusel .slick-prev {
    left: 5px; }
  .carrusel .slick-next {
    right: 5px; } }

@media (max-width: 576px) {
  .books {
    align-items: baseline; }
  .books .portada {
    height: auto; }
  .books.grid li,
  .books.grid.solr li,
  .books.list li {
    display: inline-block;
    width: calc(100% / 2);
    padding: 0 15px 15px !important;
    margin-bottom: 50px;
    border: 0; }
  .page-detalle .books.grid li {
    width: calc(100% / 2); }
  .books.list .portada,
  .books.list form {
    width: 100%;
    text-align: center; }
  .books.list .portada {
    margin: 0 auto 15px; }
  .books.list form {
    flex-direction: column;
    flex: 1 0 100%; }
  .books.list .mulsinop {
    display: none !important; }
  .books.list .dublincore {
    border-right: medium none;
    width: 100%;
    align-items: center; }
  .books.list .botones {
    padding: 0;
    width: 100%; }
  .books.list .btntwo {
    font-size: 14px;
    padding: 8px 12px;
    width: auto; }
  .books.list .dublincore {
    padding: 0; }
  .books.list .dublincore .title a {
    height: 40px;
    font-size: 15px; }
  .books.list .creator {
    margin-bottom: 5px;
    font-size: 12px; }
  .books.list .precio {
    margin: 2px 0;
    font-size: 20px; }
  .books.list .precio strike {
    font-size: 14px;
    margin-bottom: 4px; }
  .carrusel .slick-item {
    align-self: baseline; }
  .books.list li > a {
    flex-flow: row wrap; } }

@media all and (max-width: 576px) and (-ms-high-contrast: none), (max-width: 576px) and (-ms-high-contrast: active) {
  .books .portada {
    height: 200px; }
  .books .portada img {
    height: 200px;
    object-fit: contain; } }

@media print {
  body {
    background: white;
    font-size: 12pt; }
  #menu, #colizq {
    display: none; }
  #wrapper, #content {
    width: auto;
    margin: 0 5%;
    padding: 0;
    border: 0;
    float: none !important;
    color: black;
    background: transparent none; }
  div#content {
    margin-left: 10%;
    padding-top: 1em;
    border-top: 1px solid #930; }
  div#content-center {
    margin-left: 10%;
    padding-top: 1em;
    border-top: 1px solid #930; }
  a:link, a:visited {
    color: #520;
    background: transparent;
    font-weight: bold;
    text-decoration: underline; }
  #sidebar, #nav-header, #account, #submenu, .navbar.navbar-default, .footer-menu, .btn, #social, .bloque-top, .materias-mobile {
    display: none !important; }
  .col-md-push-3 {
    left: 4%; }
  .col-md-9 {
    width: 95% !important; }
  #language,
  #search,
  #cart,
  .page-detallePedido h1.title,
  .footer-newsletter,
  .footer-logo,
  .social-networks {
    display: none; }
  a[href]:after {
    content: none !important; }
  .page-detallePedido #header #logotipo {
    margin: -5px 0 0 160px; }
  #footer {
    margin: 0; } }

/*# sourceMappingURL=style.css.map */