@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

* {
  box-sizing: border-box; }

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

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

body {
  font-family: "Roboto", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.428571429;
  color: #555;
  background-color: #fff; }

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

a {
  color: #444;
  text-decoration: none; }
  a:hover, a:focus {
    color: black;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

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

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

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #eee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: #2D2D2D; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #ddd; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 1rem;
  margin-bottom: 0.5rem; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

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

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

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

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

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

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

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

p {
  margin: 0 0 0.5rem; }

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

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #ddd; }

.text-primary {
  color: #F7DF9E; }

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

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

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

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

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

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

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

.text-danger {
  color: #a94442; }

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

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #F7DF9E; }

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

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

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

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

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

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

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

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

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

.page-header {
  padding-bottom: -0.5rem;
  margin: 2rem 0 1rem;
  border-bottom: 1px solid #eee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 0.5rem; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

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

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

dl {
  margin-top: 0;
  margin-bottom: 1rem; }

dt,
dd {
  line-height: 1.428571429; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

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

.initialism {
  font-size: 90%; }

blockquote {
  padding: 0.5rem 1rem;
  margin: 0 0 1rem;
  font-size: 1.171875rem;
  border-left: 5px solid #eee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #ddd; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

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

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: 1.428571429; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.3333333333%; }
  .col-sm-2 {
    width: 16.6666666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.3333333333%; }
  .col-sm-5 {
    width: 41.6666666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.3333333333%; }
  .col-sm-8 {
    width: 66.6666666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.3333333333%; }
  .col-sm-11 {
    width: 91.6666666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.3333333333%; }
  .col-sm-pull-2 {
    right: 16.6666666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.3333333333%; }
  .col-sm-pull-5 {
    right: 41.6666666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.3333333333%; }
  .col-sm-pull-8 {
    right: 66.6666666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.3333333333%; }
  .col-sm-pull-11 {
    right: 91.6666666667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.3333333333%; }
  .col-sm-push-2 {
    left: 16.6666666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.3333333333%; }
  .col-sm-push-5 {
    left: 41.6666666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.3333333333%; }
  .col-sm-push-8 {
    left: 66.6666666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.3333333333%; }
  .col-sm-push-11 {
    left: 91.6666666667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.3333333333%; }
  .col-md-2 {
    width: 16.6666666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.3333333333%; }
  .col-md-5 {
    width: 41.6666666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.3333333333%; }
  .col-md-8 {
    width: 66.6666666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.3333333333%; }
  .col-md-11 {
    width: 91.6666666667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.3333333333%; }
  .col-md-pull-2 {
    right: 16.6666666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.3333333333%; }
  .col-md-pull-5 {
    right: 41.6666666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.3333333333%; }
  .col-md-pull-8 {
    right: 66.6666666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.3333333333%; }
  .col-md-pull-11 {
    right: 91.6666666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.3333333333%; }
  .col-md-push-2 {
    left: 16.6666666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.3333333333%; }
  .col-md-push-5 {
    left: 41.6666666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.3333333333%; }
  .col-md-push-8 {
    left: 66.6666666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.3333333333%; }
  .col-md-push-11 {
    left: 91.6666666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.3333333333%; }
  .col-lg-2 {
    width: 16.6666666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.3333333333%; }
  .col-lg-5 {
    width: 41.6666666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.3333333333%; }
  .col-lg-8 {
    width: 66.6666666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.3333333333%; }
  .col-lg-11 {
    width: 91.6666666667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.3333333333%; }
  .col-lg-pull-2 {
    right: 16.6666666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.3333333333%; }
  .col-lg-pull-5 {
    right: 41.6666666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.3333333333%; }
  .col-lg-pull-8 {
    right: 66.6666666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.3333333333%; }
  .col-lg-pull-11 {
    right: 91.6666666667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.3333333333%; }
  .col-lg-push-2 {
    left: 16.6666666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.3333333333%; }
  .col-lg-push-5 {
    left: 41.6666666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.3333333333%; }
  .col-lg-push-8 {
    left: 66.6666666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.3333333333%; }
  .col-lg-push-11 {
    left: 91.6666666667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 1rem;
  font-size: 1.40625rem;
  line-height: inherit;
  color: #444;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

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

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

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

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

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

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

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

output {
  display: block;
  padding-top: 1.375rem;
  font-size: 0.9375rem;
  line-height: 1.428571429;
  color: #555; }

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

.form-group {
  margin-bottom: 15px; }

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

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

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

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

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

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

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

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

.form-control-static {
  padding-top: 1.375rem;
  padding-bottom: 1.375rem;
  margin-bottom: 0;
  min-height: 1.9375rem; }
  .form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0; }

.input-sm {
  height: 3.625rem;
  padding: 0.3125rem 10px;
  font-size: 0.8125rem;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm {
  height: 3.625rem;
  line-height: 3.625rem; }

textarea.input-sm,
select[multiple].input-sm {
  height: auto; }

.form-group-sm .form-control {
  height: 3.625rem;
  padding: 0.3125rem 10px;
  font-size: 0.8125rem;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 3.625rem;
  line-height: 3.625rem; }

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

.form-group-sm .form-control-static {
  height: 3.625rem;
  min-height: 1.8125rem;
  padding: 1.3125rem 10px;
  font-size: 0.8125rem;
  line-height: 1.5; }

.input-lg {
  height: 5.25rem;
  padding: 0.625rem 16px;
  font-size: 1.0625rem;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-lg {
  height: 5.25rem;
  line-height: 5.25rem; }

textarea.input-lg,
select[multiple].input-lg {
  height: auto; }

.form-group-lg .form-control {
  height: 5.25rem;
  padding: 0.625rem 16px;
  font-size: 1.0625rem;
  line-height: 1.3333333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 5.25rem;
  line-height: 5.25rem; }

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

.form-group-lg .form-control-static {
  height: 5.25rem;
  min-height: 2.0625rem;
  padding: 1.625rem 16px;
  font-size: 1.0625rem;
  line-height: 1.3333333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 4.6875rem; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 3.75rem;
  height: 3.75rem;
  line-height: 3.75rem;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 5.25rem;
  height: 5.25rem;
  line-height: 5.25rem; }

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 3.625rem;
  height: 3.625rem;
  line-height: 3.625rem; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 6rem; }

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

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

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

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1.375rem; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 2.375rem; }

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

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 1.375rem; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 1.625rem;
    font-size: 1.0625rem; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 1.3125rem;
    font-size: 0.8125rem; } }

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

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

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

.btn-primary {
  color: #fff;
  background-color: #2D2D2D;
  border-color: #202020; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #141414;
    border-color: black; }
  .btn-primary:hover {
    color: #fff;
    background-color: #141414;
    border-color: #020202; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #141414;
    border-color: #020202; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #020202;
      border-color: black; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #2D2D2D;
    border-color: #202020; }
  .btn-primary .badge {
    color: #2D2D2D;
    background-color: #fff; }

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

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

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

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

.btn-link {
  color: #444;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: black;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #ddd;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.625rem 16px;
  font-size: 1.0625rem;
  line-height: 1.3333333;
  border-radius: 6px; }

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

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

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

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

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

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

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

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

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

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

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

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

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

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

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

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

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eee; }
    .nav > li.disabled > a {
      color: #ddd; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #ddd;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eee;
    border-color: #444; }
  .nav .nav-divider {
    height: 1px;
    margin: -0.5rem 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.428571429;
      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:hover, .nav-tabs > li.active > a:focus {
      color: #555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #F7DF9E; }

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

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

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

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

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

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 1rem;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #555; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #444; }

.modal-open {
  overflow: hidden; }

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

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

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

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

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

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

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

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

.modal-body {
  position: relative;
  padding: 0; }

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

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

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

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

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 0.9375rem;
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  border-radius: 5px 5px 0 0; }

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

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

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

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

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

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

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

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

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

.clearfix:after {
  clear: both; }

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

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

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

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

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

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) and (max-width: 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; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

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

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

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

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

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

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

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

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

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

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

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

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

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

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

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

/*------------------------------------*    #MIXINS-SPRITES
\*------------------------------------*/
/**
 * Definimos los nombres de sprites, sus rutas y sus tamaños de cuadrícula.
 */
/**
 * Sprite: Reemplazar texto
 */
/**
 * Sprite: Inline images
 */
/**
 * Sprite: Padded images
 */
/*------------------------------------*	#MIXINS-FONDOS
\*------------------------------------*/
/**
 * Mixin para generar las diferentes variantes de color
 */
/*------------------------------------*    #MIXINS-CENTER
\*------------------------------------*/
/**
 * Para centrar correctamente el elemento es necesario añadirle a su padre 
 * la regla 'position: relative;'.
 */
/* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0; }

.leaflet-container {
  overflow: hidden; }

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-user-drag: none; }

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast; }

/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0; }

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block; }

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer {
  max-width: none !important; }

.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y; }

.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom; }

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none; }

.leaflet-container {
  -webkit-tap-highlight-color: transparent; }

.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4); }

.leaflet-tile {
  filter: inherit;
  visibility: hidden; }

.leaflet-tile-loaded {
  visibility: inherit; }

.leaflet-zoom-box {
  width: 0;
  height: 0;
  box-sizing: border-box;
  z-index: 800; }

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none; }

.leaflet-pane {
  z-index: 400; }

.leaflet-tile-pane {
  z-index: 200; }

.leaflet-overlay-pane {
  z-index: 400; }

.leaflet-shadow-pane {
  z-index: 500; }

.leaflet-marker-pane {
  z-index: 600; }

.leaflet-tooltip-pane {
  z-index: 650; }

.leaflet-popup-pane {
  z-index: 700; }

.leaflet-map-pane canvas {
  z-index: 100; }

.leaflet-map-pane svg {
  z-index: 200; }

.leaflet-vml-shape {
  width: 1px;
  height: 1px; }

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute; }

/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto; }

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none; }

.leaflet-top {
  top: 0; }

.leaflet-right {
  right: 0; }

.leaflet-bottom {
  bottom: 0; }

.leaflet-left {
  left: 0; }

.leaflet-control {
  float: left;
  clear: both; }

.leaflet-right .leaflet-control {
  float: right; }

.leaflet-top .leaflet-control {
  margin-top: 10px; }

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px; }

.leaflet-left .leaflet-control {
  margin-left: 10px; }

.leaflet-right .leaflet-control {
  margin-right: 10px; }

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile {
  will-change: opacity; }

.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  transition: opacity 0.2s linear; }

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1; }

.leaflet-zoom-animated {
  transform-origin: 0 0; }

.leaflet-zoom-anim .leaflet-zoom-animated {
  will-change: transform; }

.leaflet-zoom-anim .leaflet-zoom-animated {
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1); }

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  transition: none; }

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden; }

/* cursors */
.leaflet-interactive {
  cursor: pointer; }

.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab; }

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair; }

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto; }

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing; }

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none; }

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive {
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto; }

/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline: 0; }

.leaflet-container a {
  color: #0078A8; }

.leaflet-container a.leaflet-active {
  outline: 2px solid orange; }

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5); }

/* general typography */
.leaflet-container {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif; }

/* general toolbar styles */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px; }

.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black; }

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block; }

.leaflet-bar a:hover {
  background-color: #f4f4f4; }

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none; }

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb; }

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px; }

.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px; }

/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px 'Lucida Console', Monaco, monospace;
  text-indent: 1px; }

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px; }

/* layers control */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px; }

.leaflet-control-layers-toggle {
  background-image: url(images/layers.png);
  width: 36px;
  height: 36px; }

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(images/layers-2x.png);
  background-size: 26px 26px; }

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px; }

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none; }

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative; }

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff; }

.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px; }

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px; }

.leaflet-control-layers label {
  display: block; }

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px; }

/* Default icon URLs */
.leaflet-default-icon-path {
  background-image: url(images/marker-icon.png); }

/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0; }

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333; }

.leaflet-control-attribution a {
  text-decoration: none; }

.leaflet-control-attribution a:hover {
  text-decoration: underline; }

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px; }

.leaflet-left .leaflet-control-scale {
  margin-left: 5px; }

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px; }

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5); }

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px; }

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777; }

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none; }

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box; }

/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px; }

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px; }

.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4; }

.leaflet-popup-content p {
  margin: 18px 0; }

.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none; }

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  transform: rotate(45deg); }

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4); }

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  border: none;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent; }

.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999; }

.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd; }

.leaflet-oldie .leaflet-popup-content-wrapper {
  zoom: 1; }

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678); }

.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px; }

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999; }

/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666; }

/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4); }

.leaflet-tooltip.leaflet-clickable {
  cursor: pointer;
  pointer-events: auto; }

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: ""; }

/* Directions */
.leaflet-tooltip-bottom {
  margin-top: 6px; }

.leaflet-tooltip-top {
  margin-top: -6px; }

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px; }

.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff; }

.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff; }

.leaflet-tooltip-left {
  margin-left: -6px; }

.leaflet-tooltip-right {
  margin-left: 6px; }

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px; }

.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff; }

.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff; }

.introjs-overlay {
  position: absolute;
  box-sizing: content-box;
  z-index: 999999;
  background-color: #000;
  opacity: 0;
  background: radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000',endColorstr='#e6000000',GradientType=1)";
  -ms-filter: "alpha(opacity=50)";
  filter: alpha(opacity=50);
  transition: all .3s ease-out; }

.introjs-fixParent {
  z-index: auto !important;
  opacity: 1 !important;
  transform: none !important; }

.introjs-showElement, tr.introjs-showElement > td, tr.introjs-showElement > th {
  z-index: 9999999 !important; }

.introjs-disableInteraction {
  z-index: 99999999 !important;
  position: absolute;
  background-color: white;
  opacity: 0;
  filter: alpha(opacity=0); }

.introjs-relativePosition, tr.introjs-showElement > td, tr.introjs-showElement > th {
  position: relative; }

.introjs-helperLayer {
  box-sizing: content-box;
  position: absolute;
  z-index: 9999998;
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #777;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.4);
  transition: all .3s ease-out; }

.introjs-tooltipReferenceLayer {
  box-sizing: content-box;
  position: absolute;
  visibility: hidden;
  z-index: 10000000;
  background-color: transparent;
  transition: all .3s ease-out; }

.introjs-helperLayer *, .introjs-helperLayer *:before, .introjs-helperLayer *:after {
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box; }

.introjs-helperNumberLayer {
  box-sizing: content-box;
  position: absolute;
  visibility: visible;
  top: -16px;
  left: -16px;
  z-index: 9999999999 !important;
  padding: 2px;
  font-family: Arial,verdana,tahoma;
  font-size: 13px;
  font-weight: bold;
  color: white;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  background: #ff3019;
  background: linear-gradient(to bottom, #ff3019 0, #cf0404 100%);
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 3px solid white;
  border-radius: 50%;
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019', endColorstr='#cf0404', GradientType=0)";
  filter: "progid:DXImageTransform.Microsoft.Shadow(direction=135, strength=2, color=ff0000)";
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4); }

.introjs-arrow {
  border: 5px solid white;
  content: '';
  position: absolute; }

.introjs-arrow.top {
  top: -10px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: white;
  border-left-color: transparent; }

.introjs-arrow.top-right {
  top: -10px;
  right: 10px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: white;
  border-left-color: transparent; }

.introjs-arrow.top-middle {
  top: -10px;
  left: 50%;
  margin-left: -5px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: white;
  border-left-color: transparent; }

.introjs-arrow.right {
  right: -10px;
  top: 10px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: white; }

.introjs-arrow.right-bottom {
  bottom: 10px;
  right: -10px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: white; }

.introjs-arrow.bottom {
  bottom: -10px;
  border-top-color: white;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent; }

.introjs-arrow.left {
  left: -10px;
  top: 10px;
  border-top-color: transparent;
  border-right-color: white;
  border-bottom-color: transparent;
  border-left-color: transparent; }

.introjs-arrow.left-bottom {
  left: -10px;
  bottom: 10px;
  border-top-color: transparent;
  border-right-color: white;
  border-bottom-color: transparent;
  border-left-color: transparent; }

.introjs-tooltip {
  box-sizing: content-box;
  position: absolute;
  visibility: visible;
  padding: 10px;
  background-color: white;
  min-width: 200px;
  max-width: 300px;
  border-radius: 3px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
  transition: opacity .1s ease-out; }

.introjs-tooltipbuttons {
  text-align: right;
  white-space: nowrap; }

.introjs-button {
  box-sizing: content-box;
  position: relative;
  overflow: visible;
  display: inline-block;
  padding: .3em .8em;
  border: 1px solid #d4d4d4;
  margin: 0;
  text-decoration: none;
  text-shadow: 1px 1px 0 #fff;
  font: 11px/normal sans-serif;
  color: #333;
  white-space: nowrap;
  cursor: pointer;
  outline: 0;
  background-color: #ececec;
  background-image: linear-gradient(#f4f4f4, #ececec);
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  border-radius: .2em;
  zoom: 1;
  *display: inline;
  margin-top: 10px; }

.introjs-button:hover {
  border-color: #bcbcbc;
  text-decoration: none;
  box-shadow: 0 1px 1px #e3e3e3; }

.introjs-button:focus, .introjs-button:active {
  background-image: linear-gradient(#ececec, #f4f4f4); }

.introjs-button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.introjs-skipbutton {
  box-sizing: content-box;
  margin-right: 5px;
  color: #7a7a7a; }

.introjs-prevbutton {
  border-radius: .2em 0 0 .2em;
  border-right: 0; }

.introjs-prevbutton.introjs-fullbutton {
  border: 1px solid #d4d4d4;
  border-radius: .2em; }

.introjs-nextbutton {
  border-radius: 0 .2em .2em 0; }

.introjs-nextbutton.introjs-fullbutton {
  border-radius: .2em; }

.introjs-disabled, .introjs-disabled:hover, .introjs-disabled:focus {
  color: #9a9a9a;
  border-color: #d4d4d4;
  box-shadow: none;
  cursor: default;
  background-color: #f4f4f4;
  background-image: none;
  text-decoration: none; }

.introjs-hidden {
  display: none; }

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

.introjs-bullets ul {
  box-sizing: content-box;
  clear: both;
  margin: 15px auto 0;
  padding: 0;
  display: inline-block; }

.introjs-bullets ul li {
  box-sizing: content-box;
  list-style: none;
  float: left;
  margin: 0 2px; }

.introjs-bullets ul li a {
  box-sizing: content-box;
  display: block;
  width: 6px;
  height: 6px;
  background: #ccc;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  text-decoration: none;
  cursor: pointer; }

.introjs-bullets ul li a:hover {
  background: #999; }

.introjs-bullets ul li a.active {
  background: #999; }

.introjs-progress {
  box-sizing: content-box;
  overflow: hidden;
  height: 10px;
  margin: 10px 0 5px 0;
  border-radius: 4px;
  background-color: #ecf0f1; }

.introjs-progressbar {
  box-sizing: content-box;
  float: left;
  width: 0;
  height: 100%;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  background-color: #08c; }

.introjsFloatingElement {
  position: absolute;
  height: 0;
  width: 0;
  left: 50%;
  top: 50%; }

.introjs-fixedTooltip {
  position: fixed; }

.introjs-hint {
  box-sizing: content-box;
  position: absolute;
  background: transparent;
  width: 20px;
  height: 15px;
  cursor: pointer; }

.introjs-hint:focus {
  border: 0;
  outline: 0; }

.introjs-hidehint {
  display: none; }

.introjs-fixedhint {
  position: fixed; }

.introjs-hint:hover > .introjs-hint-pulse {
  border: 5px solid rgba(60, 60, 60, 0.57); }

.introjs-hint-pulse {
  box-sizing: content-box;
  width: 10px;
  height: 10px;
  border: 5px solid rgba(60, 60, 60, 0.27);
  border-radius: 30px;
  background-color: rgba(136, 136, 136, 0.24);
  z-index: 10;
  position: absolute;
  transition: all .2s ease-out; }

.introjs-hint-no-anim .introjs-hint-dot {
  animation: none; }

.introjs-hint-dot {
  box-sizing: content-box;
  border: 10px solid rgba(146, 146, 146, 0.36);
  background: transparent;
  border-radius: 60px;
  height: 50px;
  width: 50px;
  animation: introjspulse 3s ease-out;
  animation-iteration-count: infinite;
  position: absolute;
  top: -25px;
  left: -25px;
  z-index: 1;
  opacity: 0; }

@keyframes introjspulse {
  0% {
    transform: scale(0);
    opacity: .0; }
  25% {
    transform: scale(0);
    opacity: .1; }
  50% {
    transform: scale(0.1);
    opacity: .3; }
  75% {
    transform: scale(0.5);
    opacity: .5; }
  100% {
    transform: scale(1);
    opacity: .0; } }

/* https://fonts.googleapis.com/css?family=Josefin+Sans:400,400i,600,600i,700,700i */
@font-face {
  font-display: swap;
  font-family: 'Josefin Sans';
  font-style: italic;
  font-weight: 400;
  src: local("Josefin Sans Italic"), local("JosefinSans-Italic"), url(https://fonts.gstatic.com/s/josefinsans/v12/q9w3H4aeBxj0hZ8Osfi3d2frnYWAzH6tTbHZfcsRIsM.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; }

@font-face {
  font-display: swap;
  font-family: 'Josefin Sans';
  font-style: italic;
  font-weight: 600;
  src: local("Josefin Sans SemiBold Italic"), local("JosefinSans-SemiBoldItalic"), url(https://fonts.gstatic.com/s/josefinsans/v12/ppse0J9fKSaoxCIIJb33G0GjWynV6JUy6bTtUoDwWRw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; }

@font-face {
  font-display: swap;
  font-family: 'Josefin Sans';
  font-style: italic;
  font-weight: 700;
  src: local("Josefin Sans Bold Italic"), local("JosefinSans-BoldItalic"), url(https://fonts.gstatic.com/s/josefinsans/v12/ppse0J9fKSaoxCIIJb33G1h3o8VkC1exAYQ700cRowo.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; }

@font-face {
  font-display: swap;
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Josefin Sans Regular"), local("JosefinSans-Regular"), url(https://fonts.gstatic.com/s/josefinsans/v12/xgzbb53t8j-Mo-vYa23n5hampu5_7CjHW5spxoeN3Vs.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; }

@font-face {
  font-display: swap;
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 600;
  src: local("Josefin Sans SemiBold"), local("JosefinSans-SemiBold"), url(https://fonts.gstatic.com/s/josefinsans/v12/C6HYlRF50SGJq1XyXj04z93uLUHnU24AL_1IdxwhTqs.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; }

@font-face {
  font-display: swap;
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Josefin Sans Bold"), local("JosefinSans-Bold"), url(https://fonts.gstatic.com/s/josefinsans/v12/C6HYlRF50SGJq1XyXj04z8hHwsiXhsDb0smKjAA7Bek.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; }

/*https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i*/
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: local("Roboto Light Italic"), local("Roboto-LightItalic"), url(https://fonts.gstatic.com/s/roboto/v18/7m8l7TlFO-S3VkhHuR0at4gp9Q8gbYrhqGlRav_IXfk.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; }

@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local("Roboto Italic"), local("Roboto-Italic"), url(https://fonts.gstatic.com/s/roboto/v18/vPcynSL0qHq_6dX7lKVByXYhjbSpvc47ee6xR_80Hnw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; }

@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: local("Roboto Medium Italic"), local("Roboto-MediumItalic"), url(https://fonts.gstatic.com/s/roboto/v18/OLffGBTaF0XFOW1gnuHF0Ygp9Q8gbYrhqGlRav_IXfk.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; }

@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: local("Roboto Bold Italic"), local("Roboto-BoldItalic"), url(https://fonts.gstatic.com/s/roboto/v18/t6Nd4cfPRhZP44Q5QAjcC4gp9Q8gbYrhqGlRav_IXfk.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; }

@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Light"), local("Roboto-Light"), url(https://fonts.gstatic.com/s/roboto/v18/Hgo13k-tfSpn0qi1SFdUfZBw1xU1rKptJj_0jans920.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; }

@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v18/oMMgfZMQthOryQo9n22dcuvvDin1pK8aKteLpeZ5c0A.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; }

@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url(https://fonts.gstatic.com/s/roboto/v18/RxZJdnzeo3R5zSexge8UUZBw1xU1rKptJj_0jans920.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; }

@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url(https://fonts.gstatic.com/s/roboto/v18/d-6IYplOFocCacKzxwXSOJBw1xU1rKptJj_0jans920.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; }

html {
  font-size: 1rem; }

body {
  -webkit-font-smoothing: antialiased; }

a {
  text-decoration: underline; }
  a:focus, a:hover {
    text-decoration: underline; }

/*------------------------------------*    #TYPE
\*------------------------------------*/
/**
 * Sobreescribo algunos estilos que Bootstrap añade a los Títulos.
 */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 0; }

h1:not([class]), .h1,
h2:not([class]), .h2,
h3:not([class]), .h3,
h4:not([class]), .h4,
h5:not([class]), .h5,
h6:not([class]), .h6 {
  margin-bottom: 1rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: #2D2D2D;
  text-transform: uppercase; }

/**
 * Defino el tamaño de fuente de los títulos y su familia tipográfica.
 */
h1:not([class]),
.h1 {
  font-size: 28px; }
  @media only screen and (min-width: 320px) {
    h1:not([class]),
    .h1 {
      font-size: calc(28px + 10 * ((100vw - 320px) / 880)); } }
  @media only screen and (min-width: 1200px) {
    h1:not([class]),
    .h1 {
      font-size: 38px; } }

h2:not([class]),
.h2 {
  font-size: 24px; }
  @media only screen and (min-width: 320px) {
    h2:not([class]),
    .h2 {
      font-size: calc(24px + 11 * ((100vw - 320px) / 880)); } }
  @media only screen and (min-width: 1200px) {
    h2:not([class]),
    .h2 {
      font-size: 35px; } }

h3:not([class]),
.h3 {
  font-size: 21px; }
  @media only screen and (min-width: 320px) {
    h3:not([class]),
    .h3 {
      font-size: calc(21px + 3 * ((100vw - 320px) / 880)); } }
  @media only screen and (min-width: 1200px) {
    h3:not([class]),
    .h3 {
      font-size: 24px; } }

h4:not([class]),
.h4 {
  font-size: 18px; }

h5:not([class]),
.h5 {
  font-size: 16px; }

h6:not([class]),
.h6 {
  font-size: 14px; }

p:not([class]) {
  margin-bottom: 2em; }

dt {
  margin-bottom: 0.25rem;
  color: #2D2D2D; }

dd {
  margin-bottom: 1rem; }

/*doc
---
title: Buttons
category: Componentes - Buttons
---

## Tamaños
```example
<a href="" class="btn btn-primary">Botón</a>
<a href="" class="btn btn-primary">Botón
  <span class="icon icon--fullscreen">
    <svg height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
      <defs>
        <path d="M0 0h24v24H0z" id="a"></path>
      </defs>
      <clipPath id="b">
        <use overflow="visible" xlink:href="#a"></use>
      </clipPath>
      <path clip-path="url(#b)" d="M15 3l2.3 2.3-2.89 2.87 1.42 1.42L18.7 6.7 21 9V3zM3 9l2.3-2.3 2.87 2.89 1.42-1.42L6.7 5.3 9 3H3zm6 12l-2.3-2.3 2.89-2.87-1.42-1.42L5.3 17.3 3 15v6zm12-6l-2.3 2.3-2.87-2.89-1.42 1.42 2.89 2.87L15 21h6z"></path>
      <path clip-path="url(#b)" d="M0 0h24v24H0z" fill="none"></path>
    </svg>
  </span>
</a>
<a href="" class="btn btn-primary">
  <span class="icon icon--fullscreen">
    <svg height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
      <defs>
        <path d="M0 0h24v24H0z" id="a"></path>
      </defs>
      <clipPath id="b">
        <use overflow="visible" xlink:href="#a"></use>
      </clipPath>
      <path clip-path="url(#b)" d="M15 3l2.3 2.3-2.89 2.87 1.42 1.42L18.7 6.7 21 9V3zM3 9l2.3-2.3 2.87 2.89 1.42-1.42L6.7 5.3 9 3H3zm6 12l-2.3-2.3 2.89-2.87-1.42-1.42L5.3 17.3 3 15v6zm12-6l-2.3 2.3-2.87-2.89-1.42 1.42 2.89 2.87L15 21h6z"></path>
      <path clip-path="url(#b)" d="M0 0h24v24H0z" fill="none"></path>
    </svg>
  </span>
</a>
<a href="" class="btn btn-primary btn-sm">Botón</a>
<a href="" class="btn btn-primary btn-sm">Botón
  <span class="icon icon--fullscreen">
    <svg height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
      <defs>
        <path d="M0 0h24v24H0z" id="a"></path>
      </defs>
      <clipPath id="b">
        <use overflow="visible" xlink:href="#a"></use>
      </clipPath>
      <path clip-path="url(#b)" d="M15 3l2.3 2.3-2.89 2.87 1.42 1.42L18.7 6.7 21 9V3zM3 9l2.3-2.3 2.87 2.89 1.42-1.42L6.7 5.3 9 3H3zm6 12l-2.3-2.3 2.89-2.87-1.42-1.42L5.3 17.3 3 15v6zm12-6l-2.3 2.3-2.87-2.89-1.42 1.42 2.89 2.87L15 21h6z"></path>
      <path clip-path="url(#b)" d="M0 0h24v24H0z" fill="none"></path>
    </svg>
  </span>
</a>
<a href="" class="btn btn-primary btn-sm">
  <span class="icon icon--fullscreen">
    <svg height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
      <defs>
        <path d="M0 0h24v24H0z" id="a"></path>
      </defs>
      <clipPath id="b">
        <use overflow="visible" xlink:href="#a"></use>
      </clipPath>
      <path clip-path="url(#b)" d="M15 3l2.3 2.3-2.89 2.87 1.42 1.42L18.7 6.7 21 9V3zM3 9l2.3-2.3 2.87 2.89 1.42-1.42L6.7 5.3 9 3H3zm6 12l-2.3-2.3 2.89-2.87-1.42-1.42L5.3 17.3 3 15v6zm12-6l-2.3 2.3-2.87-2.89-1.42 1.42 2.89 2.87L15 21h6z"></path>
      <path clip-path="url(#b)" d="M0 0h24v24H0z" fill="none"></path>
    </svg>
  </span>
</a>
```
*/
.btn {
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
  border-width: 2px; }
  .btn:focus, .btn.focus {
    box-shadow: none; }
  .btn:active, .btn.active {
    box-shadow: none; }
  .btn .icon {
    margin-top: -1px;
    vertical-align: top; }
    .btn .icon,
    .btn .icon svg {
      width: 18px;
      height: 18px; }

.btn-lg, .btn-group-lg > .btn {
  font-size: 15px;
  line-height: 18px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 8px 10px;
  font-size: 11px;
  line-height: 16px;
  border-radius: 2px; }
  .btn-sm .icon, .btn-group-sm > .btn .icon,
  .btn-sm .icon svg, .btn-group-sm > .btn .icon svg {
    width: 16px;
    height: 16px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 5px 5px;
  font-size: 11px;
  line-height: 15px;
  border-width: 1px;
  border-radius: 0; }
  .btn-xs .icon, .btn-group-xs > .btn .icon,
  .btn-xs .icon svg, .btn-group-xs > .btn .icon svg {
    width: 15px;
    height: 15px; }

.btn-primary:focus, .btn-primary.focus {
  color: #fff; }

.btn-brand-primary {
  color: #2D2D2D;
  background-color: #F7DF9E;
  border-color: #F7DF9E; }
  .btn-brand-primary:focus, .btn-brand-primary.focus {
    color: #2D2D2D;
    background-color: #f3cf6f;
    border-color: #edb828; }
  .btn-brand-primary:hover {
    color: #2D2D2D;
    background-color: #f3cf6f;
    border-color: #f2cc65; }
  .btn-brand-primary:active, .btn-brand-primary.active,
  .open > .btn-brand-primary.dropdown-toggle {
    color: #2D2D2D;
    background-color: #f3cf6f;
    border-color: #f2cc65; }
    .btn-brand-primary:active:hover, .btn-brand-primary:active:focus, .btn-brand-primary:active.focus, .btn-brand-primary.active:hover, .btn-brand-primary.active:focus, .btn-brand-primary.active.focus,
    .open > .btn-brand-primary.dropdown-toggle:hover,
    .open > .btn-brand-primary.dropdown-toggle:focus,
    .open > .btn-brand-primary.dropdown-toggle.focus {
      color: #2D2D2D;
      background-color: #f0c54e;
      border-color: #edb828; }
  .btn-brand-primary:active, .btn-brand-primary.active,
  .open > .btn-brand-primary.dropdown-toggle {
    background-image: none; }
  .btn-brand-primary.disabled:hover, .btn-brand-primary.disabled:focus, .btn-brand-primary.disabled.focus, .btn-brand-primary[disabled]:hover, .btn-brand-primary[disabled]:focus, .btn-brand-primary[disabled].focus,
  fieldset[disabled] .btn-brand-primary:hover,
  fieldset[disabled] .btn-brand-primary:focus,
  fieldset[disabled] .btn-brand-primary.focus {
    background-color: #F7DF9E;
    border-color: #F7DF9E; }
  .btn-brand-primary .badge {
    color: #F7DF9E;
    background-color: #2D2D2D; }
  .btn-brand-primary:focus, .btn-brand-primary.focus {
    box-shadow: none; }

.btn-toggle-sidebar {
  opacity: 1;
  transition: opacity .5s; }
  @media (min-width: 768px) {
    .btn-toggle-sidebar {
      position: absolute;
      top: 5.3125rem;
      right: 1rem;
      z-index: 1030; } }
  .is-menu-open .btn-toggle-sidebar,
  .is-menu-open.is-user-active .btn-toggle-sidebar {
    opacity: 0; }

.close {
  padding: 0;
  float: right;
  font-size: 700;
  font-weight: bold;
  line-height: 1;
  color: #2D2D2D;
  text-shadow: 0 1px 0 #fff;
  cursor: pointer;
  opacity: .5;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }
  .close:focus, .close:hover {
    color: #2D2D2D;
    text-decoration: none;
    cursor: pointer;
    opacity: .75; }
  .close .icon {
    vertical-align: top; }
    .close .icon,
    .close .icon svg {
      width: 24px;
      height: 24px; }
    @media (min-width: 768px) {
      .close .icon,
      .close .icon svg {
        width: 40px;
        height: 40px; } }

.close--full-screen {
  float: none;
  padding: 0.5rem;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1110;
  background-color: #F7DF9E;
  transition: all .2s ease-in-out; }
  .close--full-screen, .close--full-screen:focus, .close--full-screen:hover {
    opacity: 1; }
  .close--full-screen:focus, .close--full-screen:hover {
    background-color: #f3cf6f; }
  .close--full-screen:focus {
    outline: none; }

.details-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  border-bottom: 1px solid #f4f4f4; }

.details-list__item {
  border-top: 1px solid #f4f4f4;
  text-transform: uppercase; }

.detail-list__item__link {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: #2D2D2D;
  text-transform: uppercase;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 0.5rem;
  transition: background-color .5s ease-in-out; }
  .detail-list__item__link, .detail-list__item__link:focus, .detail-list__item__link:hover {
    text-decoration: none; }
  .detail-list__item__link:focus, .detail-list__item__link:hover {
    background-color: #f4f4f4; }
  .detail-list__item__link .icon {
    margin-left: auto;
    margin-top: 3px; }

.detail-list__item__text {
  margin-top: 0.25rem; }

.dock {
  width: 100%;
  position: absolute;
  bottom: -50px;
  text-align: center;
  z-index: 500; }
  @media (max-width: 767px) {
    .dock {
      display: none; } }
  .is-comparing .dock {
    display: none; }

.dock__list {
  padding-left: 0;
  list-style: none;
  display: inline-block; }

.dock__list__item {
  display: inline-block;
  margin: 0 0.5rem;
  box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.25);
  transition: box-shadow .2s, margin-bottom .2s; }
  .dock__list__item:focus, .dock__list__item:hover {
    margin-bottom: 10px;
    box-shadow: 0px 0px 0px 5px #fff; }
    .dock__list__item:focus .dock__item__title,
    .dock__list__item:focus .dock__layer-info,
    .dock__list__item:focus .dock__layer-reverso, .dock__list__item:hover .dock__item__title,
    .dock__list__item:hover .dock__layer-info,
    .dock__list__item:hover .dock__layer-reverso {
      opacity: 1; }
  .dock__list__item.is-active {
    box-shadow: 0px 0px 0px 5px #F7DF9E; }
    .dock__list__item.is-active .dock__item__title,
    .dock__list__item.is-active .dock__layer-info,
    .dock__list__item.is-active .dock__layer-reverso {
      opacity: 1;
      color: #F7DF9E; }

.dock__item {
  display: block;
  position: relative; }
  .dock__item::before {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, 0.4); }
  .dock__item .popover {
    min-width: 350px;
    border-color: #fff; }

.dock__item__title {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  line-height: 1.42857;
  color: #2D2D2D;
  width: 100%;
  position: absolute;
  top: 60%;
  left: 0;
  font-size: 0.8125rem;
  color: #fff;
  text-shadow: 0px 0px 7px black;
  text-transform: uppercase;
  transform: translateY(-100%);
  opacity: 0;
  transition: opacity .2s; }

.dock__layer-info {
  position: absolute;
  top: 0.5rem;
  right: 0.25rem;
  color: #fff;
  opacity: 0;
  transition: opacity .2s; }
  .dock__layer-info,
  .dock__layer-info svg {
    width: 24px;
    height: 24px; }
  .dock__layer-info .icon-info-more {
    fill: currentColor;
    /* Paths and strokes that overflow the viewBox can show in IE.
    If you use normalize.css, it already sets this. */
    overflow: hidden; }

.dock__layer-reverso {
  position: absolute;
  top: 0.5rem;
  left: 0.25rem;
  color: #fff;
  opacity: 0;
  transition: opacity .2s; }
  .dock__layer-reverso,
  .dock__layer-reverso svg {
    width: 24px;
    height: 24px; }
  .dock__layer-reverso .icon-info-more {
    margin-top: -4px;
    fill: currentColor;
    /* Paths and strokes that overflow the viewBox can show in IE.
    If you use normalize.css, it already sets this. */
    overflow: hidden; }

/** Efecto de flip  https://davidwalsh.name/css-flip */
/* entire container, keeps perspective */
.flip-container {
  perspective: 1000px; }

/* flip the pane when hovered */
/*.flip-container:hover .flipper,*/
.flip-container.hover .flipper,
.flip-container.flip .flipper {
  transform: rotateY(180deg); }

.flip-container, .front, .back {
  width: 129px;
  height: 176px; }

/* flip speed goes here */
.flipper {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative; }

/* hide back of pane during swap */
.front, .back {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0; }

/* front pane, placed above back */
.front {
  z-index: 2;
  /* for firefox 31 */
  transform: rotateY(0deg); }

/* back, initially hidden pane */
.back {
  transform: rotateY(180deg); }

.fullsize {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  transition: transform .3s ease-in; }
  .is-menu-open .fullsize {
    transform: translateX(-500px); }
  .is-sidebar-alteraciones-open .fullsize {
    transform: translateX(-400px); }

.icon {
  display: inline-block;
  line-height: 0; }
  .icon svg {
    /* Allows sizing by changing the icon’s font-size */
    /* Nice visual alignment for icons alongside text */
    /* Default path fill = value of the color property */
    fill: currentColor;
    /* Paths and strokes that overflow the viewBox can show in IE.
    If you use normalize.css, it already sets this. */
    overflow: hidden; }

.icon-share {
  vertical-align: text-top; }

.icon--left {
  margin-right: 5px; }

.icon--right {
  margin-left: 5px; }

.icon--rotate-180 {
  transform: rotateY(180deg); }

.icon {
  vertical-align: middle; }

.icon-menu {
  vertical-align: top;
  width: 1.5em;
  height: 1.5em; }

.icon-mail {
  margin-top: -3px; }

.map {
  float: left;
  width: 100%;
  height: 100%; }

.is-comparing .map {
  width: 49.5%; }
  .is-comparing .map + .map {
    float: right; }

.leaflet-control {
  border-radius: 0;
  background-color: #fff; }
  .leaflet-control a {
    border-radius: 0 !important; }

@media (min-width: 768px) {
  .leaflet-control-layers {
    display: none; }
    .is-comparing .leaflet-control-layers {
      display: block; } }

.leaflet-control-layers-toggle {
  width: 26px;
  height: 26px;
  background-size: 16px; }
  .leaflet-control-layers-toggle,
  .leaflet-retina .leaflet-control-layers-toggle {
    background-image: url(../icons/stack.svg); }
  .leaflet-touch .leaflet-control-layers-toggle {
    width: 30px;
    height: 30px;
    background-size: 20px; }

@media (max-width: 767px) {
  .leaflet-control-layers--alteraciones {
    display: none; } }

.leaflet-control-layers-toggle--alteraciones {
  width: 26px;
  height: 26px;
  background-size: 16px; }
  .leaflet-control-layers-toggle--alteraciones,
  .leaflet-retina .leaflet-control-layers-toggle--alteraciones {
    background-image: url(../icons/alteraciones.svg); }
  .leaflet-touch .leaflet-control-layers-toggle--alteraciones {
    width: 30px;
    height: 30px;
    background-size: 20px; }

.leaflet-control-layers-list {
  padding: 0.5rem; }

.leaflet-control-layers-base label {
  margin-bottom: 0.5rem; }

.leaflet-control-layers-base label div span {
  font-size: 0.8125rem; }

.leaflet-control-layers-base__title {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  line-height: 1.42857;
  color: #2D2D2D;
  font-size: 0.8125rem;
  text-transform: uppercase; }

input.leaflet-control-layers-selector {
  margin-right: 0.25rem; }

@media (max-width: 767px) {
  .leaflet-control-help {
    display: none; } }

.leaflet-control-help-link {
  background-image: url(../icons/ayuda.svg);
  width: 26px;
  height: 26px;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center; }

@media (max-width: 767px) {
  .leaflet-control-compare {
    display: none; } }

.leaflet-control-compare-link {
  background-image: url(../icons/compare.svg);
  width: 26px;
  height: 26px;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center; }
  .is-comparing .leaflet-control-compare-link {
    background-image: url(../icons/compare_active.svg);
    background-color: #F7DF9E;
    color: #fff; }
    .is-comparing .leaflet-control-compare-link:hover {
      background-color: #F7DF9E; }

.leaflet-control__label {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  line-height: 1.42857;
  color: #2D2D2D;
  visibility: hidden;
  opacity: 0;
  width: 200px;
  padding-right: 10px;
  position: absolute;
  left: -200px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.8125rem;
  color: #fff;
  text-shadow: 0px 0px 7px black;
  text-transform: uppercase;
  text-align: right;
  transition: all 200ms ease-out; }
  .leaflet-control:hover .leaflet-control__label {
    opacity: 1;
    visibility: visible; }

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  position: relative; }

.leaflet-bar a, .leaflet-bar a:hover {
  border-bottom: none; }

.leaflet-top {
  top: 60px; }
  @media (min-width: 768px) {
    .leaflet-top {
      top: 130px; } }

.leaflet-top {
  top: 60px; }
  @media (min-width: 768px) {
    .leaflet-top {
      top: 130px; } }

.leaflet-top,
.leaflet-bottom {
  z-index: 1020; }

.leaflet-right .leaflet-control {
  margin-right: 1rem; }

.leaflet-container {
  background-color: #191919; }

/* Do not combine these two rules; IE will break. */
.leaflet-container:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important; }

.leaflet-container.leaflet-fullscreen-on {
  width: 100% !important;
  height: 100% !important; }

.leaflet-control-defaultextent a {
  background-image: url(../icons/fullscreen.svg);
  text-indent: -9999px; }
  .leaflet-fullscreen-on .leaflet-control-defaultextent a {
    background-image: url(../icons/fullscreen_active.svg);
    background-color: #F7DF9E; }

.is-user-inactive .leaflet-control-container,
.is-user-inactive .dock,
.is-user-inactive .site-header,
.is-user-inactive .site-footer,
.is-user-inactive .btn-toggle-sidebar,
.is-user-inactive .sponsors {
  transition: opacity 1s ease;
  opacity: 0; }

.is-user-active .leaflet-control-container,
.is-user-active .dock,
.is-user-active .site-header,
.is-user-active .site-footer,
.is-user-active .btn-toggle-sidebar,
.is-user-active .sponsors {
  transition: opacity 0.5s ease;
  opacity: 1; }

.leaflet-control-minimap {
  box-shadow: 0px 0px 0px 2px #fff; }

.leaflet-zoom-hide > g:first-child path {
  stroke: #fff;
  fill: #edb828;
  stroke-opacity: 1;
  fill-opacity: .5;
  stroke-linejoin: miter;
  stroke-linecap: square;
  stroke-width: 0; }

@media (max-width: 991px) {
  .leaflet-control-minimap {
    display: none !important;
    z-index: -1 !important; } }

@media (min-width: 992px) {
  .leaflet-control-share {
    display: none; } }

.leaflet-control-minimap .leaflet-interactive {
  fill: #F7DF9E;
  stroke: #F7DF9E; }

.canal-RUV .leaflet-control-compare,
.canal-RUV .leaflet-control-layers--alteraciones,
.canal-RIR .leaflet-control-compare,
.canal-RIR .leaflet-control-layers--alteraciones,
.canal-RVIS .leaflet-control-compare,
.canal-RVIS .leaflet-control-layers--alteraciones {
  display: none; }

.is-comparing .leaflet-control-layers-base label:nth-child(1n+5) {
  display: none; }

/*------------------------------------*	#MODALS
\*------------------------------------*/
/**
 * Sobreescribimos algunas reglas del componente Modals de Bootstrap.
 */
.modal-title {
  margin-bottom: 0;
  color: #555; }

.modal-content {
  border: none;
  border-radius: 0; }

.modal-header .close {
  margin-top: -7px; }
  @media (min-width: 1200px) {
    .modal-header .close {
      margin-top: -2px; } }

.obra-detalle__titulo-seccion {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: #2D2D2D;
  text-transform: uppercase;
  font-size: 16px;
  padding-top: 3rem;
  margin-bottom: 1.5rem; }
  @media only screen and (min-width: 320px) {
    .obra-detalle__titulo-seccion {
      font-size: calc(16px + 4 * ((100vw - 320px) / 880)); } }
  @media only screen and (min-width: 1200px) {
    .obra-detalle__titulo-seccion {
      font-size: 20px; } }

.obra__history-index {
  margin-bottom: 1rem; }

.sidebar {
  max-width: 100%;
  position: absolute;
  left: 100%;
  background-color: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  transition: transform .3s ease-in; }

.sidebar--detalles {
  width: 500px;
  height: 100%; }
  .is-menu-open .sidebar--detalles {
    transform: translateX(-100%); }

.sidebar--alteraciones {
  width: 400px;
  height: 100%; }
  .is-sidebar-alteraciones-open .sidebar--alteraciones {
    transform: translateX(-100%); }

.sidebar__scroll {
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

.sidebar__wrapper {
  padding: 2rem; }

.sidebar__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding-top: 3rem;
  padding-left: 2rem;
  padding-right: 2rem; }

.sidebar__scroll--active {
  padding-top: 3.5625rem; }
  @media (min-width: 768px) {
    .sidebar__scroll--active {
      padding-top: 3.8125rem; } }
  .sidebar__scroll--active .sidebar__header {
    width: 100%;
    height: 3.5625rem;
    padding-top: 0;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    border-bottom: 1px solid #eee; }
    @media (min-width: 768px) {
      .sidebar__scroll--active .sidebar__header {
        height: 3.8125rem; } }
    .sidebar__scroll--active .sidebar__header .sidebar__header__title {
      font-size: 24px; }
    .sidebar__scroll--active .sidebar__header .sidebar__header__subtitle {
      font-size: 14px; }

.sidebar__header__titles > :last-child {
  margin-bottom: 0; }

.sidebar__header__title {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: #2D2D2D;
  text-transform: uppercase;
  font-size: 26px;
  margin-bottom: 0;
  transition: font-size .5s; }
  @media only screen and (min-width: 320px) {
    .sidebar__header__title {
      font-size: calc(26px + 20 * ((100vw - 320px) / 880)); } }
  @media only screen and (min-width: 1200px) {
    .sidebar__header__title {
      font-size: 46px; } }

.sidebar__header__title--alteraciones {
  font-size: 16px; }
  @media only screen and (min-width: 320px) {
    .sidebar__header__title--alteraciones {
      font-size: calc(16px + 8 * ((100vw - 320px) / 880)); } }
  @media only screen and (min-width: 1200px) {
    .sidebar__header__title--alteraciones {
      font-size: 24px; } }

.sidebar__header__subtitle {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: #2D2D2D;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 0;
  transition: font-size .5s; }
  @media only screen and (min-width: 320px) {
    .sidebar__header__subtitle {
      font-size: calc(16px + 8 * ((100vw - 320px) / 880)); } }
  @media only screen and (min-width: 1200px) {
    .sidebar__header__subtitle {
      font-size: 24px; } }

.textosCollapseQueEs {
  display: none; }

.sidebar__go-top {
  top: auto;
  right: 1rem;
  bottom: 0.5rem;
  left: auto;
  position: absolute;
  opacity: 0;
  transition: opacity .5s; }
  .sidebar__go-top.is-visible {
    opacity: 1; }

button.sidebar__close {
  opacity: .75;
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  z-index: 1000; }
  button.sidebar__close:focus, button.sidebar__close:hover {
    opacity: 1; }

.site-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  background-color: #2D2D2D;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.5rem 1rem;
  z-index: 1000; }
  @media (min-width: 480px) {
    .site-footer {
      display: none; } }

.site-footer__obra {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: #2D2D2D;
  text-transform: uppercase;
  font-size: 0.9375rem;
  color: #fff;
  margin-bottom: 5px; }

.site-footer__autor {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: #2D2D2D;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 0.6875rem;
  color: #ddd; }

.splash {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  top: 0;
  left: 0;
  position: fixed;
  overflow: auto;
  background: rgba(0, 0, 0, 0.9); }

.splash--modal {
  display: block; }
  .splash--modal .splash__container {
    margin: 1rem auto; }
    @media (min-width: 768px) {
      .splash--modal .splash__container {
        margin: 6.5rem auto; } }

.splash__container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 0;
  margin-right: 0; }
  .splash__container:before, .splash__container:after {
    content: " ";
    display: table; }
  .splash__container:after {
    clear: both; }
  @media (min-width: 768px) {
    .splash__container {
      width: 750px; } }
  @media (min-width: 992px) {
    .splash__container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .splash__container {
      width: 1170px; } }

.splash-opened {
  overflow: hidden; }

/**
 * Transitions
 */
.splash {
  pointer-events: none;
  opacity: 0;
  transition: opacity .5s;
  z-index: -1; }
  .splash .close--full-screen {
    opacity: 0;
    transform: scale3d(0.8, 0.8, 1);
    transition: opacity 0.5s, transform 0.5s; }

.splash--open {
  pointer-events: auto;
  opacity: 1;
  z-index: 1040; }
  .splash--open .close--full-screen {
    opacity: 1;
    transform: scale3d(1, 1, 1); }

.history {
  /*
  width: $sidebar-width;
  max-width: 100%;
  height: 100%;
  padding: 20px 30px;
  overflow: scroll;

  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  
  transition: transform .55s ease-in;
  transform: translateX(105%);    
  
  background-color: #fff;
  box-shadow: $shadow;

  &.active {
    transform: translateX(0);
  }
  */ }

.collapse--box {
  padding: 15px;
  font-size: 0.8125rem;
  color: #444;
  background-color: white; }

.popover {
  padding: 0.5rem;
  border-radius: 0;
  border: 0;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5); }

.popover-title {
  padding: 14px 14px 0;
  border-bottom: 0; }

.popover-content {
  font-size: 0.8125rem; }

.leaflet-control-share {
  position: relative; }

.leaflet-control-share-link {
  background-image: url(../icons/share.svg);
  background-size: 16px; }

@media (min-width: 768px) {
  .share-splash {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto; } }

.share-splash__title {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: #2D2D2D;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 0.5rem;
  color: #fff; }
  @media only screen and (min-width: 320px) {
    .share-splash__title {
      font-size: calc(16px + 4 * ((100vw - 320px) / 880)); } }
  @media only screen and (min-width: 1200px) {
    .share-splash__title {
      font-size: 20px; } }

.share-splash__subtitle {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  line-height: 1.42857;
  color: #2D2D2D;
  font-size: 24px;
  margin-bottom: 1rem;
  color: #fff; }
  @media only screen and (min-width: 320px) {
    .share-splash__subtitle {
      font-size: calc(24px + 10 * ((100vw - 320px) / 880)); } }
  @media only screen and (min-width: 1200px) {
    .share-splash__subtitle {
      font-size: 34px; } }

.share-splash__img {
  display: block;
  max-width: 100%;
  height: auto; }

.share-splash__actions {
  display: -ms-flexbox;
  display: flex; }

.share-splash__actions__social-btn {
  -ms-flex-positive: 1;
      flex-grow: 1; }

.search-box {
  width: 100%;
  position: relative; }

.search-box__input {
  display: inline-block;
  width: 100%;
  padding: 0.5rem 2rem 0.5rem 0;
  pointer-events: auto;
  font-family: inherit;
  font-size: 0.9375rem;
  line-height: 1;
  color: #F7DF9E;
  border: 0;
  border-bottom: 2px solid;
  background: transparent;
  border-radius: 0;
  -webkit-appearance: none; }
  .splash .search-box__input {
    pointer-events: none; }
  .splash--open .search-box__input {
    pointer-events: auto; }
  .search-box__input:focus {
    outline: none; }
  .search-box__input::-webkit-input-placeholder {
    opacity: 0.3;
    color: inherit; }
  .search-box__input::-webkit-input-placeholder {
    opacity: 0.3;
    color: inherit; }
  .search-box__input::-webkit-input-placeholder {
    opacity: 0.3;
    color: inherit; }
  .search-box__input::-webkit-search-cancel-button, .search-box__input::-webkit-search-decoration {
    -webkit-appearance: none; }
  .search-box__input::-ms-clear {
    display: none; }

.search-box__btn {
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: none;
  background: none;
  position: absolute;
  right: 0;
  top: 2px;
  color: #fff; }
  .splash .search-box__btn {
    pointer-events: none; }
  .splash--open .search-box__btn {
    pointer-events: auto; }
  .search-box__btn:focus {
    outline: none; }
  .search-box__btn .icon,
  .search-box__btn .icon svg {
    width: 24px;
    height: 24px; }

.data {
  margin-bottom: 0.5rem;
  font-size: 0.8125rem;
  font-weight: 500; }

.data--avatar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 1rem; }
  .data--avatar .data__title {
    margin-right: 0.25rem; }

.data__img {
  margin-right: 0.5rem;
  border-radius: 100%; }

.data__title {
  display: inline; }

.data__description {
  display: inline;
  color: #444; }

.social-btn,
.leaflet-bar a.social-btn {
  display: inline-block;
  padding: 1rem;
  text-align: center;
  transition: background-color .3s; }
  .social-btn, .social-btn:focus, .social-btn:hover,
  .leaflet-bar a.social-btn,
  .leaflet-bar a.social-btn:focus,
  .leaflet-bar a.social-btn:hover {
    color: #fff; }
  .social-btn .icon,
  .social-btn .icon svg,
  .leaflet-bar a.social-btn .icon,
  .leaflet-bar a.social-btn .icon svg {
    width: 24px;
    height: 24px; }

.leaflet-bar a.social-btn {
  width: auto;
  height: auto;
  line-height: 1.428571429; }

.social-btn--twitter,
.leaflet-bar a.social-btn--twitter {
  background-color: #00acee; }
  .social-btn--twitter:focus, .social-btn--twitter:hover,
  .leaflet-bar a.social-btn--twitter:focus,
  .leaflet-bar a.social-btn--twitter:hover {
    background-color: #0075a2; }

.social-btn--facebook,
.leaflet-bar a.social-btn--facebook {
  background-color: #3b5998; }
  .social-btn--facebook:focus, .social-btn--facebook:hover,
  .leaflet-bar a.social-btn--facebook:focus,
  .leaflet-bar a.social-btn--facebook:hover {
    background-color: #263961; }

.social-btn--google-plus,
.leaflet-bar a.social-btn--google-plus {
  background-color: #dd4b39; }
  .social-btn--google-plus:focus, .social-btn--google-plus:hover,
  .leaflet-bar a.social-btn--google-plus:focus,
  .leaflet-bar a.social-btn--google-plus:hover {
    background-color: #ac2d1e; }

.alteraciones-canal {
  display: block;
  font-family: "Roboto", sans-serif; }
  @media (max-width: 767px) {
    .alteraciones-canal {
      display: none; } }
  .alteraciones-canal label {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 0.8125rem;
    line-height: 1.2;
    cursor: pointer; }
    .alteraciones-canal label:focus, .alteraciones-canal label:active, .alteraciones-canal label:hover {
      color: #2D2D2D; }
      .alteraciones-canal label:focus:before, .alteraciones-canal label:active:before, .alteraciones-canal label:hover:before {
        border: 1px solid #6f6f6f; }
    input[type="checkbox"]:checked + .alteraciones-canal label {
      font-weight: bold; }
    .alteraciones-canal label:before {
      width: 14px;
      height: 14px;
      min-width: 14px;
      display: inline-block;
      margin-top: 2px;
      margin-right: 10px;
      content: "\00a0";
      border: 1px solid #bbbbbb; }
      input[type="checkbox"]:checked + .alteraciones-canal label:before {
        background: red;
        color: #333; }
  .alteraciones-canal input[type="checkbox"] {
    display: none; }
  .alteraciones-canal .leaflet-control-layers-list {
    width: 400px; }

.leaflet-control-layers-list__info-btn .icon {
  color: #c4c4c4; }
  .leaflet-control-layers-list__info-btn .icon,
  .leaflet-control-layers-list__info-btn .icon svg {
    width: 24px;
    height: 24px; }

.alteraciones-canal-VIS,
.alteraciones-canal-UV,
.alteraciones-canal-IR,
.alteraciones-canal-RX {
  display: none; }

.canal-VIS .alteraciones-canal-VIS {
  display: block; }

.canal-UV .alteraciones-canal-UV {
  display: block; }

.canal-RX .alteraciones-canal-RX {
  display: block; }

.canal-IR .alteraciones-canal-IR {
  display: block; }

.technique_AI[type='checkbox']:checked + label:before {
  background: #e0d784; }

.technique_CC[type='checkbox']:checked + label:before {
  background: #ce84e0; }

.technique_CE[type='checkbox']:checked + label:before {
  background: #e0a084; }

.dsub_IR_F1[type='checkbox']:checked + label:before {
  background: #f48fb1; }

.dsub_IR_F2[type='checkbox']:checked + label:before {
  background: #ce93d8; }

.dsub_IR_F3[type='checkbox']:checked + label:before {
  background: #9fa8da; }

.dsub_IR_F4[type='checkbox']:checked + label:before {
  background: #81d4fa; }

.dsub_IR_F5[type='checkbox']:checked + label:before {
  background: #a5d6a7; }

.dsub_IR_F6[type='checkbox']:checked + label:before {
  background: #e6ee9c; }

.dsub_IR_F7[type='checkbox']:checked + label:before {
  background: #ffcc80; }

.dsub_IR_F8[type='checkbox']:checked + label:before {
  background: #d65b5b; }

.technique_DD[type='checkbox']:checked + label:before {
  background: #b2e084; }

.technique_DS[type='checkbox']:checked + label:before {
  background: #cee084; }

.technique_EE[type='checkbox']:checked + label:before {
  background: #96e084; }

.technique_EM[type='checkbox']:checked + label:before {
  background: #84e08d; }

.technique_ES[type='checkbox']:checked + label:before {
  background: #84e0a9; }

.technique_FI[type='checkbox']:checked + label:before {
  background: #e0bb84; }

.technique_IN[type='checkbox']:checked + label:before {
  background: #84e0c4; }

.technique_LI[type='checkbox']:checked + label:before {
  background: #84e0e0; }

.technique_OT[type='checkbox']:checked + label:before {
  background: #84c4e0; }

.technique_PE[type='checkbox']:checked + label:before {
  background: #84a9e0; }

.technique_PI[type='checkbox']:checked + label:before {
  background: #e08484; }

.technique_PS[type='checkbox']:checked + label:before {
  background: #848de0; }

.technique_SA[type='checkbox']:checked + label:before {
  background: #9684e0; }

.technique_TR[type='checkbox']:checked + label:before {
  background: #b284e0; }

.alteration_AB[type='checkbox']:checked + label:before {
  background: #cc3232; }

.alteration_AM[type='checkbox']:checked + label:before {
  background: #cc5132; }

.alteration_AR[type='checkbox']:checked + label:before {
  background: #ccad32; }

.alteration_BD[type='checkbox']:checked + label:before {
  background: #cc8e32; }

.alteration_CE[type='checkbox']:checked + label:before {
  background: #cc7032; }

.alteration_CR[type='checkbox']:checked + label:before {
  background: #cc32cb; }

.alteration_DC[type='checkbox']:checked + label:before {
  background: #cc3270; }

.alteration_DE[type='checkbox']:checked + label:before {
  background: #8ecc32; }

.alteration_DF[type='checkbox']:checked + label:before {
  background: #70cc32; }

.alteration_DG[type='checkbox']:checked + label:before {
  background: #51cc32; }

.alteration_DR[type='checkbox']:checked + label:before {
  background: #32cc51; }

.alteration_DT[type='checkbox']:checked + label:before {
  background: #32cc32; }

.alteration_EN[type='checkbox']:checked + label:before {
  background: #32cc70; }

.alteration_FI[type='checkbox']:checked + label:before {
  background: #cc32cb; }

.alteration_GO[type='checkbox']:checked + label:before {
  background: #32cc8e; }

.alteration_GR[type='checkbox']:checked + label:before {
  background: #32ccad; }

.alteration_HU[type='checkbox']:checked + label:before {
  background: #32cbcc; }

.alteration_IA[type='checkbox']:checked + label:before {
  background: #32adcc; }

.alteration_LE[type='checkbox']:checked + label:before {
  background: #cc328e; }

.alteration_MA[type='checkbox']:checked + label:before {
  background: #3270cc; }

.alteration_MB[type='checkbox']:checked + label:before {
  background: #3251cc; }

.alteration_OR[type='checkbox']:checked + label:before {
  background: red; }

.alteration_OT[type='checkbox']:checked + label:before {
  background: #5132cc; }

.alteration_OX[type='checkbox']:checked + label:before {
  background: #7032cc; }

.alteration_PA[type='checkbox']:checked + label:before {
  background: #8e32cc; }

.alteration_PM[type='checkbox']:checked + label:before {
  background: #ad32cc; }

.alteration_PR[type='checkbox']:checked + label:before {
  background: #3232cc; }

.alteration_RE[type='checkbox']:checked + label:before {
  background: #cc32ad; }

.alteration_RI[type='checkbox']:checked + label:before {
  background: #328ecc; }

.alteration_RP[type='checkbox']:checked + label:before {
  background: #adcc32; }

.alteration_SU[type='checkbox']:checked + label:before {
  background: #cc3251; }

.technique_FH[type='checkbox']:checked + label:before {
  background: #d65b5b; }

.alteration_MF[type='checkbox']:checked + label:before {
  background: #d65b5b; }

#loading {
  display: none;
  position: fixed;
  top: 48%;
  left: 48%;
  width: 80px;
  height: 80px;
  z-index: 1000000000000; }
  #loading img {
    width: 80px;
    height: 80px; }
  #loading.active {
    display: block; }

.introjs-tooltip {
  padding: 1rem; }

.introjs-tooltiptext h3 {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: #2D2D2D;
  text-transform: uppercase;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  font-size: 16px; }

.introjs-arrow {
  border-width: 8px; }
  .introjs-arrow.top {
    top: -16px; }
  .introjs-arrow.right {
    right: -16px; }
  .introjs-arrow.bottom {
    bottom: -16px; }
  .introjs-arrow.left {
    right: -16px; }

.introjs-button {
  color: #333;
  background-color: #eee;
  border-color: #eee;
  margin-top: 0;
  padding: 8px 10px;
  font-size: 11px;
  line-height: 16px;
  font-weight: 700;
  text-shadow: none;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  text-transform: uppercase;
  background-image: none;
  border-width: 1px;
  border-radius: 2px !important; }
  .introjs-button:focus, .introjs-button.focus {
    color: #333;
    background-color: #d5d5d5;
    border-color: #aeaeae; }
  .introjs-button:hover {
    color: #333;
    background-color: #d5d5d5;
    border-color: #cfcfcf; }
  .introjs-button:active, .introjs-button.active,
  .open > .introjs-button.dropdown-toggle {
    color: #333;
    background-color: #d5d5d5;
    border-color: #cfcfcf; }
    .introjs-button:active:hover, .introjs-button:active:focus, .introjs-button:active.focus, .introjs-button.active:hover, .introjs-button.active:focus, .introjs-button.active.focus,
    .open > .introjs-button.dropdown-toggle:hover,
    .open > .introjs-button.dropdown-toggle:focus,
    .open > .introjs-button.dropdown-toggle.focus {
      color: #333;
      background-color: #c3c3c3;
      border-color: #aeaeae; }
  .introjs-button:active, .introjs-button.active,
  .open > .introjs-button.dropdown-toggle {
    background-image: none; }
  .introjs-button.disabled:hover, .introjs-button.disabled:focus, .introjs-button.disabled.focus, .introjs-button[disabled]:hover, .introjs-button[disabled]:focus, .introjs-button[disabled].focus,
  fieldset[disabled] .introjs-button:hover,
  fieldset[disabled] .introjs-button:focus,
  fieldset[disabled] .introjs-button.focus {
    background-color: #eee;
    border-color: #eee; }
  .introjs-button .badge {
    color: #eee;
    background-color: #333; }
  .introjs-button, .introjs-button:hover, .introjs-button:focus, .introjs-button:active {
    background-image: none;
    box-shadow: none;
    text-decoration: none; }

.introjs-skipbutton {
  border-color: transparent; }
  .introjs-skipbutton, .introjs-skipbutton:hover, .introjs-skipbutton:focus, .introjs-skipbutton:active {
    background-color: transparent; }
  .introjs-skipbutton:hover, .introjs-skipbutton:focus, .introjs-skipbutton:active {
    border-color: #eee; }

.introjs-prevbutton.introjs-fullbutton {
  border-color: #eee; }
  .introjs-prevbutton.introjs-fullbutton:hover, .introjs-prevbutton.introjs-fullbutton:focus, .introjs-prevbutton.introjs-fullbutton:active {
    border-color: #d5d5d5; }

.introjs-nextbutton {
  color: #2D2D2D;
  background-color: #F7DF9E;
  border-color: #F7DF9E;
  margin-left: 5px; }
  .introjs-nextbutton:focus, .introjs-nextbutton.focus {
    color: #2D2D2D;
    background-color: #f3cf6f;
    border-color: #edb828; }
  .introjs-nextbutton:hover {
    color: #2D2D2D;
    background-color: #f3cf6f;
    border-color: #f2cc65; }
  .introjs-nextbutton:active, .introjs-nextbutton.active,
  .open > .introjs-nextbutton.dropdown-toggle {
    color: #2D2D2D;
    background-color: #f3cf6f;
    border-color: #f2cc65; }
    .introjs-nextbutton:active:hover, .introjs-nextbutton:active:focus, .introjs-nextbutton:active.focus, .introjs-nextbutton.active:hover, .introjs-nextbutton.active:focus, .introjs-nextbutton.active.focus,
    .open > .introjs-nextbutton.dropdown-toggle:hover,
    .open > .introjs-nextbutton.dropdown-toggle:focus,
    .open > .introjs-nextbutton.dropdown-toggle.focus {
      color: #2D2D2D;
      background-color: #f0c54e;
      border-color: #edb828; }
  .introjs-nextbutton:active, .introjs-nextbutton.active,
  .open > .introjs-nextbutton.dropdown-toggle {
    background-image: none; }
  .introjs-nextbutton.disabled:hover, .introjs-nextbutton.disabled:focus, .introjs-nextbutton.disabled.focus, .introjs-nextbutton[disabled]:hover, .introjs-nextbutton[disabled]:focus, .introjs-nextbutton[disabled].focus,
  fieldset[disabled] .introjs-nextbutton:hover,
  fieldset[disabled] .introjs-nextbutton:focus,
  fieldset[disabled] .introjs-nextbutton.focus {
    background-color: #F7DF9E;
    border-color: #F7DF9E; }
  .introjs-nextbutton .badge {
    color: #F7DF9E;
    background-color: #2D2D2D; }

.introjs-donebutton {
  color: #2D2D2D;
  background-color: #F7DF9E;
  border-color: #F7DF9E; }
  .introjs-donebutton:focus, .introjs-donebutton.focus {
    color: #2D2D2D;
    background-color: #f3cf6f;
    border-color: #edb828; }
  .introjs-donebutton:hover {
    color: #2D2D2D;
    background-color: #f3cf6f;
    border-color: #f2cc65; }
  .introjs-donebutton:active, .introjs-donebutton.active,
  .open > .introjs-donebutton.dropdown-toggle {
    color: #2D2D2D;
    background-color: #f3cf6f;
    border-color: #f2cc65; }
    .introjs-donebutton:active:hover, .introjs-donebutton:active:focus, .introjs-donebutton:active.focus, .introjs-donebutton.active:hover, .introjs-donebutton.active:focus, .introjs-donebutton.active.focus,
    .open > .introjs-donebutton.dropdown-toggle:hover,
    .open > .introjs-donebutton.dropdown-toggle:focus,
    .open > .introjs-donebutton.dropdown-toggle.focus {
      color: #2D2D2D;
      background-color: #f0c54e;
      border-color: #edb828; }
  .introjs-donebutton:active, .introjs-donebutton.active,
  .open > .introjs-donebutton.dropdown-toggle {
    background-image: none; }
  .introjs-donebutton.disabled:hover, .introjs-donebutton.disabled:focus, .introjs-donebutton.disabled.focus, .introjs-donebutton[disabled]:hover, .introjs-donebutton[disabled]:focus, .introjs-donebutton[disabled].focus,
  fieldset[disabled] .introjs-donebutton:hover,
  fieldset[disabled] .introjs-donebutton:focus,
  fieldset[disabled] .introjs-donebutton.focus {
    background-color: #F7DF9E;
    border-color: #F7DF9E; }
  .introjs-donebutton .badge {
    color: #F7DF9E;
    background-color: #2D2D2D; }

.introjs-helperLayer {
  background-color: transparent;
  border: none;
  box-shadow: none; }

.sponsors {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  padding: 0.25rem 1rem;
  position: fixed;
  bottom: 0;
  z-index: 1000;
  pointer-events: none;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent); }

.sponsor {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center; }

.sponsors__text {
  margin-right: 0.5rem;
  margin-bottom: 0.25rem;
  font-size: 0.8125rem;
  color: #d0d0d0;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75); }

.sponsors__logo, .sponsors__logo:focus, .sponsors__logo:hover {
  color: #fff; }

.sponsors__logo .icon--telefonica svg {
  width: 100px; }

.language-button {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.25);
  background-color: transparent;
  padding: 0.25rem;
  font-size: 0.6875rem;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  cursor: pointer;
  transition: all 0.2s ease-in-out; }

.language-button:focus, .language-button:hover {
  color: #2D2D2D;
  border-color: #fff;
  background-color: #fff; }

.language-button, .language-button:focus, .language-button:hover {
  text-decoration: none; }

.hamburger {
  padding: 7px 12px 17px;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.34s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }

.hamburger:hover {
  opacity: 0.7; }

.hamburger--inverse .hamburger-inner, .hamburger--inverse .hamburger-inner::before, .hamburger--inverse .hamburger-inner::after {
  background-color: #fff; }

.hamburger--inverse .hamburger__text {
  color: #fff; }

.hamburger-box {
  width: 20px;
  height: 15px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 20px;
  height: 3px;
  background-color: #2D2D2D;
  border-radius: 0;
  position: absolute; }

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -6px; }

.hamburger-inner::after {
  bottom: -6px; }

.hamburger__text {
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: #2D2D2D;
  text-transform: uppercase;
  position: absolute;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  color: #2D2D2D; }

.menu-hamburger {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 0;
  left: 0;
  position: fixed;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 1100;
  background: rgba(0, 0, 0, 0.9); }

.menu-hamburger__close {
  background: transparent;
  border: 0;
  padding: 0;
  width: 56px;
  height: 56px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1110;
  line-height: 0;
  color: #2D2D2D;
  background-color: #F7DF9E;
  cursor: pointer; }

.menu-hamburger__close:focus, .menu-hamburger__close:hover {
  background-color: #f3cf6f; }

.menu-hamburger__container {
  padding-left: 1rem;
  padding-right: 1rem; }

.menu-hamburger__logo {
  display: inline-block;
  margin-bottom: 2rem;
  line-height: 0;
  color: #fff; }

.menu-hamburger__search {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2rem; }

.menu-hamburger__search-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.menu-hamburger__search-input {
  width: 100%;
  padding: 0.5rem 0;
  font-family: inherit;
  font-size: 1rem;
  color: #F7DF9E;
  border: 0;
  border-bottom: 2px solid;
  background: transparent;
  border-radius: 0;
  -webkit-appearance: none; }

.menu-hamburger__search-input:focus {
  outline: none; }

.menu-hamburger__search-button {
  background: transparent;
  border: 0;
  padding: 0;
  margin-left: 0.5rem;
  line-height: 0;
  color: #fff; }

.menu-hamburger__search-button-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.menu-hamburger__nav {
  margin-bottom: 3rem; }

.menu-hamburger__nav-item {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: #F7DF9E;
  text-transform: uppercase;
  font-size: 16px;
  display: block;
  transition: all 0.2s ease-in-out; }

@media only screen and (min-width: 320px) {
  .menu-hamburger__nav-item {
    font-size: calc(16px + 8 * ((100vw - 320px) / 880)); } }

@media only screen and (min-width: 1200px) {
  .menu-hamburger__nav-item {
    font-size: 24px; } }

.menu-hamburger__nav-item, .menu-hamburger__nav-item:focus, .menu-hamburger__nav-item:hover {
  text-decoration: none; }

.menu-hamburger__nav-item:focus, .menu-hamburger__nav-item:hover {
  color: #fff; }

.menu-hamburger__nav-item:not(:last-child) {
  margin-bottom: 2rem; }

.menu-hamburger__nav-item.is-active {
  color: #fff; }

.menu-hamburger__share {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2rem; }

.menu-hamburger__share-label {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  line-height: 1.42857;
  color: #fff;
  text-transform: none;
  margin-right: 0.5rem; }

.menu-hamburger__share-icon {
  margin-right: 0.5rem;
  line-height: 0;
  color: #F7DF9E;
  transition: all 0.2s ease-in-out; }

.menu-hamburger__share-icon, .menu-hamburger__share-icon:focus, .menu-hamburger__share-icon:hover {
  text-decoration: none; }

.menu-hamburger__share-icon:focus, .menu-hamburger__share-icon:hover {
  color: #fff; }

.menu-hamburger__share-icon-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.menu-hamburger__language-button,
.site-header--default .menu-hamburger__language-button {
  color: #fff;
  border-color: #fff; }

.is-menu-hamburger-visible {
  overflow: hidden; }

.menu-hamburger {
  transition: opacity .5s; }

.menu-hamburger__close {
  transition: all 0.2s ease-in-out; }

.menu-hamburger.is-hidden {
  pointer-events: none;
  opacity: 0; }

.menu-hamburger.is-hidden .menu-hamburger__close {
  opacity: 0; }

.menu-hamburger.is-hidden .menu-hamburger__search-button,
.menu-hamburger.is-hidden .menu-hamburger__search-input {
  pointer-events: none; }

.minisite-header {
  width: 100%;
  height: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1010;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25); }

.minisite-header::after {
  box-shadow: 0 0 120px 80px rgba(0, 0, 0, 0.7);
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  transition: box-shadow 0.3s; }

.minisite-header--fixed {
  position: fixed; }

.minisite-header__logo {
  padding-left: 1rem; }

.minisite-header__logo-img {
  height: 40px; }

.minisite-header__title {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  padding-top: 0.5rem;
  position: absolute;
  top: auto;
  left: 50%;
  font-size: 26px;
  transform: translateX(-50%); }

@media (max-width: 767px) {
  .minisite-header__title {
    display: none; } }

.minisite-header__title-link {
  color: #fff;
  text-decoration: none; }

.minisite-header__actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 100%; }

.minisite-header__button-icon {
  background: transparent;
  border: 0;
  padding: 0;
  margin-right: 1rem;
  line-height: 0;
  color: #fff;
  cursor: pointer; }

@media (max-width: 767px) {
  .minisite-header__button-icon {
    display: none; } }

.minisite-header__button-icon-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.minisite-header__language {
  margin-right: 1rem; }

@media (max-width: 767px) {
  .minisite-header__language {
    display: none; } }

.minisite-header__hamburger {
  width: 60px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid rgba(255, 255, 255, 0.25); }

.u-mr---\@xs {
  margin-right: 0.25rem !important; }

.u-mr\+\@xs {
  margin-right: 2rem !important; }

.u-mb0\@xs {
  margin-bottom: 0 !important; }

.u-mb--\@xs {
  margin-bottom: 0.5rem !important; }

.u-mb\@xs {
  margin-bottom: 1.5rem !important; }

.u-mb\+\@xs {
  margin-bottom: 2rem !important; }

.u-mb\+\+\@xs {
  margin-bottom: 3rem !important; }

.u-mb\+\+\+\@xs {
  margin-bottom: 5rem !important; }

@media (min-width: 768px) {
  .u-mb0\@sm {
    margin-bottom: 0 !important; } }

@media (min-width: 768px) {
  .u-mb\+\+\+\@sm {
    margin-bottom: 5rem !important; } }

.u-p\@xs {
  padding: 1.5rem !important; }

.u-p\+\@xs {
  padding: 2rem !important; }

@media (min-width: 768px) {
  .u-p\+\+\@sm {
    padding: 3rem !important; } }

.u-ph--\@xs {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important; }

.u-ph\@xs {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important; }

.u-ph0\@xs {
  padding-left: 0 !important;
  padding-right: 0 !important; }

@media (min-width: 768px) {
  .u-ph\+\+\@sm {
    padding-left: 3rem !important;
    padding-right: 3rem !important; } }

.u-pv\+\@xs {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important; }

.u-pv---\@xs {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important; }

.u-pv\@xs {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.u-pv\+\@xs {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important; }

.u-pv\+\+\@xs {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

@media (min-width: 768px) {
  .u-pv\+\+\@sm {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; } }

@media (min-width: 768px) {
  .u-pv\+\+\+\@sm {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; } }

@media (min-width: 768px) {
  .u-pt-\@sm {
    padding-top: 1rem; } }

.u-bg-white {
  background-color: #fff; }

.u-color-white\@xs {
  color: #fff; }

.u-color-gray-light\@xs {
  color: #ddd; }

.u-text-center\@xs {
  text-align: center; }

@media (min-width: 768px) {
  .u-text-center\@sm {
    text-align: center; } }

.u-font-size-large\@xs {
  font-size: 1.0625rem !important; }

.introjs-overlay {
  position: absolute;
  box-sizing: content-box;
  z-index: 999999;
  background-color: #000;
  opacity: 0;
  background: radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000',endColorstr='#e6000000',GradientType=1)";
  -ms-filter: "alpha(opacity=50)";
  filter: alpha(opacity=50);
  transition: all .3s ease-out; }

.introjs-fixParent {
  z-index: auto !important;
  opacity: 1 !important;
  transform: none !important; }

.introjs-showElement, tr.introjs-showElement > td, tr.introjs-showElement > th {
  z-index: 9999999 !important; }

.introjs-disableInteraction {
  z-index: 99999999 !important;
  position: absolute;
  background-color: white;
  opacity: 0;
  filter: alpha(opacity=0); }

.introjs-relativePosition, tr.introjs-showElement > td, tr.introjs-showElement > th {
  position: relative; }

.introjs-helperLayer {
  box-sizing: content-box;
  position: absolute;
  z-index: 9999998;
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #777;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.4);
  transition: all .3s ease-out; }

.introjs-tooltipReferenceLayer {
  box-sizing: content-box;
  position: absolute;
  visibility: hidden;
  z-index: 10000000;
  background-color: transparent;
  transition: all .3s ease-out; }

.introjs-helperLayer *, .introjs-helperLayer *:before, .introjs-helperLayer *:after {
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box; }

.introjs-helperNumberLayer {
  box-sizing: content-box;
  position: absolute;
  visibility: visible;
  top: -16px;
  left: -16px;
  z-index: 9999999999 !important;
  padding: 2px;
  font-family: Arial,verdana,tahoma;
  font-size: 13px;
  font-weight: bold;
  color: white;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  background: #ff3019;
  background: linear-gradient(to bottom, #ff3019 0, #cf0404 100%);
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 3px solid white;
  border-radius: 50%;
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019', endColorstr='#cf0404', GradientType=0)";
  filter: "progid:DXImageTransform.Microsoft.Shadow(direction=135, strength=2, color=ff0000)";
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4); }

.introjs-arrow {
  border: 5px solid white;
  content: '';
  position: absolute; }

.introjs-arrow.top {
  top: -10px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: white;
  border-left-color: transparent; }

.introjs-arrow.top-right {
  top: -10px;
  right: 10px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: white;
  border-left-color: transparent; }

.introjs-arrow.top-middle {
  top: -10px;
  left: 50%;
  margin-left: -5px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: white;
  border-left-color: transparent; }

.introjs-arrow.right {
  right: -10px;
  top: 10px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: white; }

.introjs-arrow.right-bottom {
  bottom: 10px;
  right: -10px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: white; }

.introjs-arrow.bottom {
  bottom: -10px;
  border-top-color: white;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent; }

.introjs-arrow.left {
  left: -10px;
  top: 10px;
  border-top-color: transparent;
  border-right-color: white;
  border-bottom-color: transparent;
  border-left-color: transparent; }

.introjs-arrow.left-bottom {
  left: -10px;
  bottom: 10px;
  border-top-color: transparent;
  border-right-color: white;
  border-bottom-color: transparent;
  border-left-color: transparent; }

.introjs-tooltip {
  box-sizing: content-box;
  position: absolute;
  visibility: visible;
  padding: 10px;
  background-color: white;
  min-width: 200px;
  max-width: 300px;
  border-radius: 3px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
  transition: opacity .1s ease-out; }

.introjs-tooltipbuttons {
  text-align: right;
  white-space: nowrap; }

.introjs-button {
  box-sizing: content-box;
  position: relative;
  overflow: visible;
  display: inline-block;
  padding: .3em .8em;
  border: 1px solid #d4d4d4;
  margin: 0;
  text-decoration: none;
  text-shadow: 1px 1px 0 #fff;
  font: 11px/normal sans-serif;
  color: #333;
  white-space: nowrap;
  cursor: pointer;
  outline: 0;
  background-color: #ececec;
  background-image: linear-gradient(#f4f4f4, #ececec);
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  border-radius: .2em;
  zoom: 1;
  *display: inline;
  margin-top: 10px; }

.introjs-button:hover {
  border-color: #bcbcbc;
  text-decoration: none;
  box-shadow: 0 1px 1px #e3e3e3; }

.introjs-button:focus, .introjs-button:active {
  background-image: linear-gradient(#ececec, #f4f4f4); }

.introjs-button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.introjs-skipbutton {
  box-sizing: content-box;
  margin-right: 5px;
  color: #7a7a7a; }

.introjs-prevbutton {
  border-radius: .2em 0 0 .2em;
  border-right: 0; }

.introjs-prevbutton.introjs-fullbutton {
  border: 1px solid #d4d4d4;
  border-radius: .2em; }

.introjs-nextbutton {
  border-radius: 0 .2em .2em 0; }

.introjs-nextbutton.introjs-fullbutton {
  border-radius: .2em; }

.introjs-disabled, .introjs-disabled:hover, .introjs-disabled:focus {
  color: #9a9a9a;
  border-color: #d4d4d4;
  box-shadow: none;
  cursor: default;
  background-color: #f4f4f4;
  background-image: none;
  text-decoration: none; }

.introjs-hidden {
  display: none; }

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

.introjs-bullets ul {
  box-sizing: content-box;
  clear: both;
  margin: 15px auto 0;
  padding: 0;
  display: inline-block; }

.introjs-bullets ul li {
  box-sizing: content-box;
  list-style: none;
  float: left;
  margin: 0 2px; }

.introjs-bullets ul li a {
  box-sizing: content-box;
  display: block;
  width: 6px;
  height: 6px;
  background: #ccc;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  text-decoration: none;
  cursor: pointer; }

.introjs-bullets ul li a:hover {
  background: #999; }

.introjs-bullets ul li a.active {
  background: #999; }

.introjs-progress {
  box-sizing: content-box;
  overflow: hidden;
  height: 10px;
  margin: 10px 0 5px 0;
  border-radius: 4px;
  background-color: #ecf0f1; }

.introjs-progressbar {
  box-sizing: content-box;
  float: left;
  width: 0;
  height: 100%;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  background-color: #08c; }

.introjsFloatingElement {
  position: absolute;
  height: 0;
  width: 0;
  left: 50%;
  top: 50%; }

.introjs-fixedTooltip {
  position: fixed; }

.introjs-hint {
  box-sizing: content-box;
  position: absolute;
  background: transparent;
  width: 20px;
  height: 15px;
  cursor: pointer; }

.introjs-hint:focus {
  border: 0;
  outline: 0; }

.introjs-hidehint {
  display: none; }

.introjs-fixedhint {
  position: fixed; }

.introjs-hint:hover > .introjs-hint-pulse {
  border: 5px solid rgba(60, 60, 60, 0.57); }

.introjs-hint-pulse {
  box-sizing: content-box;
  width: 10px;
  height: 10px;
  border: 5px solid rgba(60, 60, 60, 0.27);
  border-radius: 30px;
  background-color: rgba(136, 136, 136, 0.24);
  z-index: 10;
  position: absolute;
  transition: all .2s ease-out; }

.introjs-hint-no-anim .introjs-hint-dot {
  animation: none; }

.introjs-hint-dot {
  box-sizing: content-box;
  border: 10px solid rgba(146, 146, 146, 0.36);
  background: transparent;
  border-radius: 60px;
  height: 50px;
  width: 50px;
  animation: introjspulse 3s ease-out;
  animation-iteration-count: infinite;
  position: absolute;
  top: -25px;
  left: -25px;
  z-index: 1;
  opacity: 0; }

@keyframes introjspulse {
  0% {
    transform: scale(0);
    opacity: .0; }
  25% {
    transform: scale(0);
    opacity: .1; }
  50% {
    transform: scale(0.1);
    opacity: .3; }
  75% {
    transform: scale(0.5);
    opacity: .5; }
  100% {
    transform: scale(1);
    opacity: .0; } }
