html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.5;
  color: #f9f9f9;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #49dfd9;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #21bbb5;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.5;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border: 0;
  border-top: 1px solid #333333;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 30px;
  margin-bottom: 15px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 15px;
  margin-bottom: 15px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 52px;
}
h2,
.h2 {
  font-size: 43px;
}
h3,
.h3 {
  font-size: 34px;
}
h4,
.h4 {
  font-size: 25px;
}
h5,
.h5 {
  font-size: 20px;
}
h6,
.h6 {
  font-size: 17px;
}
p {
  margin: 0 0 15px;
}
.lead {
  margin-bottom: 30px;
  font-size: 23px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 30px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 14px;
  margin: 60px 0 30px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 15px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 30px;
}
dt,
dd {
  line-height: 1.5;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 15px 30px;
  margin: 0 0 30px;
  font-size: 25px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.5;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 30px;
  font-style: normal;
  line-height: 1.5;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1100px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.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-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}

.se_score { 
  width: 100%; 
  border-spacing: 0; 
  border-collapse: collapse; 
  empty-cells: show; 
}
:root .se_score {
  border-collapse: separate; 
}
@font-face {
  font-family: 'Nexa Light';
  src: url('../fonts/nexa_light-webfont.eot');
  src: url('../fonts/nexa_light-webfontd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/nexa_light-webfont.woff') format('woff'), url('../fonts/nexa_light-webfont.ttf') format('truetype'), url('../fonts/nexa_light-webfont.svg#nexa_lightregular') format('svg');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Nexa Bold';
  src: url('../fonts/nexa_bold-webfont.eot');
  src: url('../fonts/nexa_bold-webfontd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/nexa_bold-webfont.woff') format('woff'), url('../fonts/nexa_bold-webfont.ttf') format('truetype'), url('../fonts/nexa_bold-webfont.svg#nexa_boldregular') format('svg');
  font-style: normal;
  font-weight: normal;
}
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
body {
  font-family: "Nexa Light", "Helvetica Neue", helvetica, arial, sans-serif;
  background-color: #242424;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
}
body.modal-open {
  overflow: hidden;
}
h1 {
  font-size: 30px;
  text-shadow: 0 0 1px #000;
  text-align: center;
  margin: 0;
  padding: 0 30px;
  position: absolute;
  top: 50%;
  left: 0;
  text-align: center;
  width: 100%;
  color: white;
}
h1 strong {
  font-family: "Nexa Bold", "Helvetica Neue", helvetica, arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
h1 span {
  color: #e2a956;
  font-size: 22px;
  text-shadow: none;
}
h2 {
  font-family: "Nexa Bold", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 30px;
}
h3 {
  font-size: 30px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 40px;
    padding: 0;
  }
  h1 span {
    font-size: 28px;
  }
  h2 {
    font-size: 38px;
  }
  h3 {
    font-size: 38px;
  }
}
strong {
  font-family: "Nexa Bold", "Helvetica Neue", helvetica, arial, sans-serif;
}
.section {
  margin: 0 auto 5em;
  padding-right: 30px;
  padding-left: 30px;
  max-width: 940px;
}
.turnGPUon {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.callToAction {
  margin: auto;
  display: inline-block;
  font-family: "Nexa Bold", "Helvetica Neue", helvetica, arial, sans-serif;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 18px;
  font-size: 17px;
  line-height: 1.5;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.callToAction:focus,
.callToAction:active:focus,
.callToAction.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.callToAction:hover,
.callToAction:focus {
  color: #333333;
  text-decoration: none;
}
.callToAction:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.theater {
  margin: 0 auto 5em;
  padding-right: 30px;
  padding-left: 30px;
  max-width: 940px;
}
body[data-mobile] .theater .embed-container:before {
  content: "Tap to activate playlist, then choose video below";
  background-color: #000;
  font-size: 14px;
  font-family: "Nexa Bold", "Helvetica Neue", helvetica, arial, sans-serif;
  position: absolute;
  pointer-events: none;
  z-index: 1;
  left: 0;
  top: 0;
  text-align: center;
  padding: 10%;
  width: 100%;
  height: 100%;
}
body[data-mobile] .theater .embed-container.active:before {
  display: none;
}
@media (min-width: 768px) {
  body[data-mobile] .theater .embed-container:before {
    font-size: 17px;
  }
}
@media (min-width: 992px) {
  body[data-mobile] .theater .embed-container:before {
    display: none;
  }
}
.playlist:empty {
  background: url('img/spinner.gif') no-repeat 50% 50%;
  min-height: 80px;
}
.playlist div {
  position: relative;
  padding: 5px 10px 5px 38px;
  font-size: 12px;
  cursor: pointer;
}
.playlist div:hover,
.playlist div:focus {
  background-color: #716c6a;
}
.playlist div:hover:after,
.playlist div:focus:after {
  border-left-color: #959595;
}
.playlist div:after,
.playlist div:before {
  content: "";
  position: absolute;
  border: solid transparent;
  border-width: 7px 0px 7px 14px;
  left: 15px;
  top: 50%;
  height: 0;
  width: 0;
}
.playlist div:after {
  border-radius: 0;
  border-left-color: #757575;
  margin-top: -8px;
}
.playlist div:before {
  border-left-color: #242424;
  margin-top: -7px;
}
.playlist div img {
  display: block;
  float: left;
  margin-right: 10px;
  width: 18%;
}
@media (min-width: 768px) {
  .playlist {
    padding: 10px 50px 20px;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
  }
  .playlist div {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    text-align: center;
    margin: 0;
    position: relative;
    max-width: 150px;
    padding: 0;
    margin-left: 15px;
    cursor: pointer;
  }
  .playlist div:hover,
  .playlist div:focus {
    background-color: transparent;
  }
  .playlist div:hover:after,
  .playlist div:focus:after {
    border-left-color: #fff;
  }
  .playlist div:first-child {
    margin-left: 0;
  }
  .playlist div:before,
  .playlist div:after {
    content: "";
    border-radius: 50% 50%;
    top: 50%;
    left: 50%;
    position: absolute;
  }
  .playlist div:before {
    width: 38px;
    height: 38px;
    border: 2px solid #fff;
    margin: -28px 0 0 -20px;
    background: rgba(255, 255, 255, 0.4);
  }
  .playlist div:after {
    border-radius: 0;
    border: solid transparent;
    height: 0;
    width: 0;
    margin-top: -21px;
    margin-left: -8px;
    border-left-color: #fff;
    border-width: 12px 0 12px 20px;
  }
  .playlist div img {
    display: block;
    float: none;
    width: 100%;
    min-width: 112px;
    height: auto;
    margin: 0 0 5px;
  }
}
@media (min-width: 768px) {
  .playlist-controls {
    position: relative;
    overflow: hidden;
    min-height: 132px;
  }
  .playlist-controls:before,
  .playlist-controls:after {
    content: "";
    position: absolute;
    width: 5%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
  }
  .playlist-controls:before {
    left: 0;
    bottom: 0;
    background: -moz-linear-gradient(left, #242424 0%, rgba(36, 36, 36, 0) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #242424), color-stop(100%, rgba(36, 36, 36, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #242424 0%, rgba(36, 36, 36, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #242424 0%, rgba(36, 36, 36, 0) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #242424 0%, rgba(36, 36, 36, 0) 100%);
    /* IE10+ */
    background: linear-gradient(to right, #242424 0%, rgba(36, 36, 36, 0) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#00333333', GradientType=1);
    /* IE6-9 */
  }
  .playlist-controls:after {
    right: 0;
    bottom: 0;
    background: -moz-linear-gradient(left, rgba(36, 36, 36, 0) 0%, #242424 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(36, 36, 36, 0)), color-stop(100%, #242424));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(36, 36, 36, 0) 0%, #242424 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(36, 36, 36, 0) 0%, #242424 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(36, 36, 36, 0) 0%, #242424 100%);
    /* IE10+ */
    background: linear-gradient(to right, rgba(36, 36, 36, 0) 0%, #242424 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00333333', endColorstr='#333333', GradientType=1);
    /* IE6-9 */
  }
  .playlist-controls .prev,
  .playlist-controls .next {
    display: block;
    position: absolute;
    top: 50%;
    border: solid transparent;
    height: 0;
    width: 0;
    margin-top: -15px;
    cursor: pointer;
    z-index: 2;
  }
  .playlist-controls .prev {
    left: 0;
    border-right-color: #fff;
    border-width: 12px 20px 12px 0;
  }
  .playlist-controls .prev:hover {
    border-right-color: #ccc;
  }
  .playlist-controls .next {
    right: 0;
    border-left-color: #fff;
    border-width: 12px 0 12px 20px;
  }
  .playlist-controls .next:hover {
    border-left-color: #ccc;
  }
}
.page-header {
  border-bottom: none;
}
.close-button {
  font-size: 30px;
  line-height: 1;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.close-button span {
  font-family: Helvetica, Arial, sans-serif;
  text-shadow: 0 1px 0 #ffffff;
}
.close-button:hover,
.close-button:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.close-button:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#cover {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
#cover.ready {
  top: 50%;
  left: 50%;
  margin: -540px 0 0 -810px;
  position: absolute;
}
#content {
  position: relative;
}
#top {
  position: relative;
  padding: 0;
  overflow: hidden;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
#intro-video {
  width: 60%;
  max-width: 850px;
  margin: auto;
  top: 160px;
  position: relative;
  visibility: hidden;
  text-align: center;
}
#intro {
  position: relative;
  z-index: 1;
  visibility: hidden;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  background: url('img/intro-bg.png');
}
#intro h1 {
  position: absolute;
  top: 60%;
  width: 100%;
  margin-top: -220px;
  background: url('img/cup.png') no-repeat 50% 0;
  background-size: auto 120px;
  padding-top: 130px;
  text-shadow: none;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 480px) {
  #intro h1 {
    background-size: auto auto;
    padding-top: 170px;
    top: 230px;
  }
}
@media (min-width: 768px) {
  #intro h1 {
    background-size: auto auto;
    padding-top: 170px;
    top: 55%;
  }
}
#intro a.close {
  position: absolute;
  top: 0;
  right: -40px;
  color: #fff;
  font-size: 30px;
  line-height: 1;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 45px !important;
}
#intro a.close span {
  font-family: Helvetica, Arial, sans-serif;
  text-shadow: 0 1px 0 #ffffff;
}
#intro a.close:hover,
#intro a.close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
#intro a.close:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#intro .actions {
  position: absolute;
  bottom: 9.25%;
  width: 100%;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#intro .actions a.watch {
  text-align: center;
  white-space: nowrap;
  color: #888;
  display: inline-block;
  font-size: 16px;
  font-family: "Nexa Bold", "Helvetica Neue", helvetica, arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  margin-right: 15px;
}
#intro .actions a.watch:hover,
#intro .actions a.watch:focus {
  color: #a0a0a0;
}
#intro .actions a.watch:hover:after,
#intro .actions a.watch:focus:after {
  color: #888;
}
#intro .actions a.watch:after {
  text-transform: lowercase;
  margin-left: 15px;
}
#intro .actions a.button {
  margin: auto;
  display: inline-block;
  font-family: "Nexa Bold", "Helvetica Neue", helvetica, arial, sans-serif;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 18px;
  font-size: 17px;
  line-height: 1.5;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #282828;
  background-color: #49dfd9;
  border-color: #49dfd9;
}
#intro .actions a.button:focus,
#intro .actions a.button:active:focus,
#intro .actions a.button.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#intro .actions a.button:hover,
#intro .actions a.button:focus {
  color: #333333;
  text-decoration: none;
}
#intro .actions a.button:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
#intro .actions a.button:hover,
#intro .actions a.button:focus,
#intro .actions a.button:active,
#intro .actions a.button.active,
.open .dropdown-toggle#intro .actions a.button {
  color: #282828;
  background-color: #26d9d2;
  border-color: #23c8c1;
}
#intro .actions a.button:active,
#intro .actions a.button.active,
.open .dropdown-toggle#intro .actions a.button {
  background-image: none;
}
#intro .actions a.button.disabled,
#intro .actions a.button[disabled],
fieldset[disabled] #intro .actions a.button,
#intro .actions a.button.disabled:hover,
#intro .actions a.button[disabled]:hover,
fieldset[disabled] #intro .actions a.button:hover,
#intro .actions a.button.disabled:focus,
#intro .actions a.button[disabled]:focus,
fieldset[disabled] #intro .actions a.button:focus,
#intro .actions a.button.disabled:active,
#intro .actions a.button[disabled]:active,
fieldset[disabled] #intro .actions a.button:active,
#intro .actions a.button.disabled.active,
#intro .actions a.button[disabled].active,
fieldset[disabled] #intro .actions a.button.active {
  background-color: #49dfd9;
  border-color: #49dfd9;
}
#intro .actions a.button .badge {
  color: #49dfd9;
  background-color: #282828;
}
html[lang="en"] #intro .actions a.watch:after {
  content: "or";
}
html[lang="es"] #intro .actions a.watch:after {
  content: "o";
}
.back-to-top {
  text-align: center;
  margin-bottom: 3em;
}
.back-to-top a {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  color: #49dfd9;
  display: inline-block;
  font-family: "Nexa Bold", "Helvetica Neue", helvetica, arial, sans-serif;
  padding-top: 54px;
  background: url('img/arrow2.png') no-repeat 50% 0;
  white-space: nowrap;
  font-size: 17px;
}
.back-to-top a:hover,
.back-to-top a:focus {
  text-decoration: none;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.back-to-top a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.container-fluid {
  max-width: 1440px;
}
#timeline {
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('img/nav-bg.png');
  padding: 1em 30px 0;
  font-size: 17px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#timeline.collapsed {
  height: 0;
  padding: 0;
}
#timeline.collapsed > a,
#timeline.collapsed .menu,
#timeline.collapsed h3 {
  display: none;
}
#timeline.collapsed .close {
  left: 0;
  right: auto;
  top: 100px;
}
#timeline h3 {
  color: #e2a956;
  font-size: 25px;
  margin: 0 0 5px;
  padding-left: 5%;
}
#timeline a {
  color: #fff;
}
#timeline > a {
  width: 25%;
  display: block;
  text-align: center;
  text-decoration: none;
  float: left;
  font-family: "Nexa Light", "Helvetica Neue", helvetica, arial, sans-serif;
  line-height: 60px;
}
#timeline > a:hover,
#timeline > a:focus {
  color: #e0dbce;
}
#timeline > a:active,
#timeline > a.active {
  font-family: "Nexa Bold", "Helvetica Neue", helvetica, arial, sans-serif;
  background-color: #e2a956;
  color: #fff;
  background: url('img/circle.svg') no-repeat 50% 50%;
  background-size: contain;
}
#timeline .close {
  position: absolute;
  margin: 0;
  right: 15px;
  top: 15px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  background: url('img/toggle-btn.png') no-repeat;
  background-size: 100% 100%;
  width: 30px;
  height: 30px;
}
#timeline .menu {
  position: absolute;
  padding: 0 30px;
  bottom: 30px;
  left: 0;
  width: 100%;
}
#timeline .menu ul,
#timeline .menu li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#timeline .menu li {
  text-align: right;
}
#timeline .menu > li {
  float: left;
  margin-right: 10px;
}
#timeline .menu > li a {
  display: block;
  text-align: center;
}
#timeline .submenu {
  font-size: 30px;
  font-family: "Nexa Bold", "Helvetica Neue", helvetica, arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
#timeline .author {
  position: absolute;
  left: 30px;
  bottom: 0;
  margin-left: 30px;
  text-align: left !important;
  font-family: "Nexa Light", "Helvetica Neue", helvetica, arial, sans-serif;
}
#timeline .author b {
  font-family: "Nexa Bold", "Helvetica Neue", helvetica, arial, sans-serif;
  display: block;
  -webkit-font-smoothing: antialiased;
}
#timeline .close,
#timeline .menu {
  z-index: 1;
}
#timeline .addthis_sharing_toolbox a {
  color: #242424 !important;
  line-height: 20px !important;
}
@media (max-width: 480px) {
  #timeline .submenu {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  #timeline {
    font-size: 25px;
  }
  #timeline h3 {
    font-size: 50px;
  }
  #timeline > a {
    line-height: 90px;
  }
  #timeline .close {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 992px) {
  #timeline {
    font-size: 14px;
    max-width: 100%;
    height: auto;
    padding: 0 15px;
  }
  #timeline.collapsed {
    height: auto;
    padding: 0 15px;
  }
  #timeline.collapsed > a,
  #timeline.collapsed .menu,
  #timeline.collapsed h3 {
    display: block;
  }
  #timeline.collapsed .close {
    display: none;
  }
  #timeline h3 {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  #timeline > a {
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
    width: auto;
    line-height: 30px;
    padding: 0 5px;
    color: #e2a956;
  }
  #timeline > a:hover,
  #timeline > a:focus {
    background-color: #e0dbce;
    color: #242424;
  }
  #timeline > a:active,
  #timeline > a.active {
    background-image: none;
    background-color: #e2a956;
    color: #fff;
  }
  #timeline > a:active {
    font-family: "Nexa Light", "Helvetica Neue", helvetica, arial, sans-serif;
  }
  #timeline .close {
    display: none;
  }
  #timeline .menu {
    width: auto;
    position: static;
    float: right;
    padding: 0;
  }
  #timeline .menu a {
    line-height: 30px;
    text-decoration: underline;
  }
  #timeline .menu li {
    text-align: left;
  }
  #timeline .menu > ul {
    float: right;
  }
  #timeline .menu > ul > li {
    float: left;
    margin-left: 12px;
  }
  #timeline .addthis_sharing_toolbox {
    position: relative;
    top: 5px;
  }
  #timeline .submenu {
    font-size: 14px;
    font-family: "Nexa Light", "Helvetica Neue", helvetica, arial, sans-serif;
    -webkit-font-smoothing: subpixel-antialiased;
    position: relative;
    color: #cacaca;
  }
  #timeline .submenu:before {
    content: "more";
    line-height: 30px;
    margin-right: 14px;
  }
  #timeline .submenu:after {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -2px;
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #f9f9f9;
  }
  #timeline .submenu:hover,
  #timeline .submenu:focus,
  #timeline .submenu.active {
    text-decoration: underline;
  }
  #timeline .submenu:hover li,
  #timeline .submenu:focus li,
  #timeline .submenu.active li {
    display: block;
  }
  #timeline .submenu li a {
    color: #cacaca;
    display: block;
    text-decoration: none;
    padding-right: 14px;
  }
  #timeline .submenu li a:hover,
  #timeline .submenu li a:focus {
    color: #f9f9f9;
  }
  #timeline .submenu ul {
    background: url('img/nav-bg.png');
    position: absolute;
    width: 210px;
    right: -15px;
    padding: 0 15px;
  }
  #timeline .submenu ul li {
    float: none;
    display: none;
  }
  #timeline .submenu ul a {
    text-align: right;
  }
  #timeline .author {
    position: static;
  }
  #timeline .author b {
    display: inline;
  }
}
@media (min-width: 1200px) {
  #timeline > a {
    padding: 0 10px;
  }
}
html[lang="es"] #timeline .submenu:before {
  content: "más";
}
.photography {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.photography[data-loading]:before {
  content: "";
  background: url('img/spinner.gif') no-repeat;
  width: 32px;
  height: 32px;
  position: absolute;
  z-index: 1;
  margin: -16px 0 0 -16px;
  left: 50%;
  top: 50%;
}
.photography img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.photography .caption {
  position: absolute;
  top: 0;
  left: 0;
  background: url("img/caption-bg.png");
  padding: 10px 20px;
  font-family: "Nexa Bold", "Helvetica Neue", helvetica, arial, sans-serif;
  text-transform: uppercase;
}
.photography .caption p,
.photography .caption h2 {
  margin: 0;
}
.photography .caption p {
  text-transform: none;
  font-family: "Nexa Light", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 20px;
}
.photography .caption h2 {
  font-size: 25px;
  color: #f9f9f9;
}
.photography .description {
  position: absolute;
  text-align: center;
  padding: 0 15px;
  font-size: 15px;
  font-family: "Nexa Bold", "Helvetica Neue", helvetica, arial, sans-serif;
  color: #999;
  margin-top: 1em;
  width: 100%;
}
@media (min-width: 768px) {
  .photography .description {
    padding: 0;
    right: 15px;
    text-align: right;
    font-size: 16px;
  }
}
.article {
  margin: 0 auto 5em;
  padding-right: 30px;
  padding-left: 30px;
  max-width: 940px;
  margin-top: 5em;
}
.article .flag {
  margin: 2em auto 0;
  display: table;
  text-align: center;
  text-transform: uppercase;
  color: #999;
  font-size: 17px;
}
.article .flag img {
  display: block;
  margin: 0 auto 1em;
}
.article .flag strong {
  color: #fff;
}
.highlights {
  margin: 0 auto 5em;
  padding-right: 30px;
  padding-left: 30px;
  max-width: 940px;
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
.highlights div {
  padding-top: 2em;
  padding-bottom: 2em;
  padding-left: 30px;
  padding-right: 30px;
}
.highlights span {
  position: absolute;
  width: 3000px;
  height: 100%;
  left: -3000px;
  top: 0;
}
.highlights h3 {
  color: #fff;
  margin: 0;
}
.highlights ul {
  color: #000;
  padding: 0;
  margin: 0;
  font-size: 18px;
  list-style-position: inside;
}
.highlights li {
  margin-top: 1em;
}
.highlights:before {
  position: absolute;
  top: -1.1em;
  right: 15px;
  font-size: 42px;
}
#uruguay .highlights span,
#uruguay .highlights div {
  background-color: #84d8d4;
}
#uruguay .highlights:before {
  content: "URU30";
  color: #84d8d4;
}
#italy .highlights span,
#italy .highlights div {
  background-color: #00c281;
}
#italy .highlights:before {
  content: "ITA34";
  color: #00c281;
}
#france .highlights span,
#france .highlights div {
  background-color: #f47c7d;
}
#france .highlights:before {
  content: "FRA38";
  color: #f47c7d;
}
#brazil .highlights span,
#brazil .highlights div {
  background-color: #84d8d4;
}
#brazil .highlights:before {
  content: "BRA50";
  color: #84d8d4;
}
#switzerland .highlights span,
#switzerland .highlights div {
  background-color: #00c281;
}
#switzerland .highlights:before {
  content: "SWI54";
  color: #00c281;
}
#sweden .highlights span,
#sweden .highlights div {
  background-color: #f47c7d;
}
#sweden .highlights:before {
  content: "SWE58";
  color: #f47c7d;
}
#chile .highlights span,
#chile .highlights div {
  background-color: #84d8d4;
}
#chile .highlights:before {
  content: "CHI62";
  color: #84d8d4;
}
#england .highlights span,
#england .highlights div {
  background-color: #00c281;
}
#england .highlights:before {
  content: "ENG66";
  color: #00c281;
}
#mexico .highlights span,
#mexico .highlights div {
  background-color: #f47c7d;
}
#mexico .highlights:before {
  content: "MEX70";
  color: #f47c7d;
}
#germany .highlights span,
#germany .highlights div {
  background-color: #84d8d4;
}
#germany .highlights:before {
  content: "GER74";
  color: #84d8d4;
}
#argentina .highlights span,
#argentina .highlights div {
  background-color: #00c281;
}
#argentina .highlights:before {
  content: "ARG78";
  color: #00c281;
}
#spain .highlights span,
#spain .highlights div {
  background-color: #f47c7d;
}
#spain .highlights:before {
  content: "SPA82";
  color: #f47c7d;
}
#mexico2 .highlights span,
#mexico2 .highlights div {
  background-color: #84d8d4;
}
#mexico2 .highlights:before {
  content: "MEX86";
  color: #84d8d4;
}
#italy2 .highlights span,
#italy2 .highlights div {
  background-color: #00c281;
}
#italy2 .highlights:before {
  content: "ITA90";
  color: #00c281;
}
#usa .highlights span,
#usa .highlights div {
  background-color: #f47c7d;
}
#usa .highlights:before {
  content: "USA94";
  color: #f47c7d;
}
#france2 .highlights span,
#france2 .highlights div {
  background-color: #84d8d4;
}
#france2 .highlights:before {
  content: "FRA98";
  color: #84d8d4;
}
#korea-japan .highlights span,
#korea-japan .highlights div {
  background-color: #00c281;
}
#korea-japan .highlights:before {
  content: "KOR-JAP02";
  color: #00c281;
}
#germany2 .highlights span,
#germany2 .highlights div {
  background-color: #f47c7d;
}
#germany2 .highlights:before {
  content: "GER06";
  color: #f47c7d;
}
#south-africa .highlights span,
#south-africa .highlights div {
  background-color: #84d8d4;
}
#south-africa .highlights:before {
  content: "SAF10";
  color: #84d8d4;
}
#brazil2 .highlights span,
#brazil2 .highlights div {
  background-color: #00c281;
}
#brazil2 .highlights:before {
  content: "RUSSIA2018";
  color: #00c281;
}
#credits {
  margin-bottom: 4em;
}
#credits h2,
#credits h3 {
  color: #fdfdfd;
}
#credits h3 {
  font-size: 25px;
}
#guide {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform: scale(0.4, 0.4);
  -ms-transform: scale(0.4, 0.4);
  transform: scale(0.4, 0.4);
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#guide.show {
  position: fixed;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
  filter: alpha(opacity=100);
}
#guide.shown {
  -webkit-transition: none;
  transition: none;
}
#guide .container {
  margin: 50px auto 0;
  height: 100%;
  max-width: 60%;
  max-height: 65%;
  color: #f9f9f9;
  background: url('img/guide-bg.png');
  font-family: "Nexa Bold", "Helvetica Neue", helvetica, arial, sans-serif;
  overflow: auto;
}
#guide .container .content {
  position: relative;
  margin: 60px 20px 20px;
  text-align: center;
}
#guide .container span,
#guide .container div {
  font-size: 22px;
}
#guide h2,
#guide h3 {
  font-family: "Nexa Light", "Helvetica Neue", helvetica, arial, sans-serif;
  color: #e2a956;
}
#guide h3 {
  font-size: 24px;
}
#guide .hint-timeline {
  margin: auto;
  text-align: center;
  padding-left: 25px;
  background: url('img/small-arrows.png') no-repeat;
}
#guide .hint-scroll {
  padding-top: 90px;
  text-align: center;
  margin: 0 auto 60px;
  position: relative;
}
#guide .hint-scroll span {
  background: url('img/scroll-arrows.png') no-repeat 0 100%;
  padding-left: 72px;
  display: inline-block;
  line-height: 57px;
}
#guide .hint-scroll:before {
  position: absolute;
  bottom: 80px;
  left: 0;
  width: 100%;
  text-align: center;
}
#guide .hint-button-close {
  margin: auto;
  display: inline-block;
  font-family: "Nexa Bold", "Helvetica Neue", helvetica, arial, sans-serif;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 18px;
  font-size: 17px;
  line-height: 1.5;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #282828;
  background-color: #49dfd9;
  border-color: #49dfd9;
  margin-top: 20px;
  margin-bottom: 20px;
}
#guide .hint-button-close:focus,
#guide .hint-button-close:active:focus,
#guide .hint-button-close.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#guide .hint-button-close:hover,
#guide .hint-button-close:focus {
  color: #333333;
  text-decoration: none;
}
#guide .hint-button-close:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
#guide .hint-button-close:hover,
#guide .hint-button-close:focus,
#guide .hint-button-close:active,
#guide .hint-button-close.active,
.open .dropdown-toggle#guide .hint-button-close {
  color: #282828;
  background-color: #26d9d2;
  border-color: #23c8c1;
}
#guide .hint-button-close:active,
#guide .hint-button-close.active,
.open .dropdown-toggle#guide .hint-button-close {
  background-image: none;
}
#guide .hint-button-close.disabled,
#guide .hint-button-close[disabled],
fieldset[disabled] #guide .hint-button-close,
#guide .hint-button-close.disabled:hover,
#guide .hint-button-close[disabled]:hover,
fieldset[disabled] #guide .hint-button-close:hover,
#guide .hint-button-close.disabled:focus,
#guide .hint-button-close[disabled]:focus,
fieldset[disabled] #guide .hint-button-close:focus,
#guide .hint-button-close.disabled:active,
#guide .hint-button-close[disabled]:active,
fieldset[disabled] #guide .hint-button-close:active,
#guide .hint-button-close.disabled.active,
#guide .hint-button-close[disabled].active,
fieldset[disabled] #guide .hint-button-close.active {
  background-color: #49dfd9;
  border-color: #49dfd9;
}
#guide .hint-button-close .badge {
  color: #49dfd9;
  background-color: #282828;
}
#guide .close {
  position: absolute;
  top: -30px;
  right: 0;
  color: #fff;
  font-size: 30px;
  line-height: 1;
  opacity: 0.5;
  filter: alpha(opacity=50);
  border: none;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  background: none;
  white-space: nowrap;
}
#guide .close span {
  font-family: Helvetica, Arial, sans-serif;
  text-shadow: 0 1px 0 #ffffff;
}
#guide .close:hover,
#guide .close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
#guide .close:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#guide .close span {
  font-size: 30px;
  font-weight: lighter;
}
html[lang="en"] #guide .hint-scroll:before {
  content: "or";
}
html[lang="es"] #guide .hint-scroll:before {
  content: "o";
}
@media (min-width: 768px) {
  .photography .caption {
    padding: 12px 15px 8px;
  }
  .photography .caption h2 {
    font-size: 32px;
  }
  .photography .caption p {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .photography .caption {
    padding: 40px 30px 20px 18px;
  }
  .photography .caption h2 {
    font-size: 43px;
  }
  .photography .caption p {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .photography .caption {
    padding: 50px 40px 20px 40px;
  }
}
