@import url(http://fonts.googleapis.com/css?family=Ubuntu:300,500);
@import url("../../vendor/owlcarousel/owl-carousel/owl.carousel.css");
@font-face {
  font-family: 'Brandon';
  src: url("fonts/brandontext-regular-webfont.eot");
  src: url("fonts/brandontext-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/brandontext-regular-webfont.woff") format("woff"), url("fonts/brandontext-regular-webfont.ttf") format("truetype"), url("fonts/brandontext-regular-webfont.svg#brandon") format("svg");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Brandon';
  src: url("fonts/brandontext-bold-webfont.eot");
  src: url("fonts/brandontext-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/brandontext-bold-webfont.woff") format("woff"), url("fonts/brandontext-bold-webfont.ttf") format("truetype"), url("fonts/brandontext-bold-webfont.svg#brandon") format("svg");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'mikado_bold';
  src: url("fonts/mikadoblack-webfont.eot");
  src: url("fonts/mikadoblack-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/mikadoblack-webfont.woff") format("woff"), url("fonts/mikadoblack-webfont.ttf") format("truetype"), url("fonts/mikadoblack-webfont.svg#mikado_bold_demoregular") format("svg");
  font-weight: 400;
  font-style: normal; }
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

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

[hidden],
template {
  display: none; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

a {
  background: transparent; }

a:focus {
  outline: thin dotted; }

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

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

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

pre {
  white-space: pre-wrap; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 0; }

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

legend {
  border: 0;
  padding: 0; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button,
input {
  line-height: normal; }

button,
select {
  text-transform: none; }

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

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

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

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

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

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

textarea {
  overflow: auto;
  vertical-align: top; }

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

*,
*: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: transparent; }

body {
  font-family: "Brandon", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.42857;
  color: #333333;
  background-color: #1aa391; }

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

a {
  color: #428bca;
  text-decoration: none; }
  a:hover, a:focus {
    color: #2a6496;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

img {
  vertical-align: middle; }

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

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

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #1aa391;
  border: 1px solid #ddd;
  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: 21px;
  margin-bottom: 21px;
  border: 0;
  border-top: 1px solid #eeeeee; }

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

p {
  margin: 0 0 10.5px; }

.lead {
  margin-bottom: 21px;
  font-size: 17px;
  font-weight: 200;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 22.5px; } }

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

cite {
  font-style: normal; }

.text-muted {
  color: #999999; }

.text-primary {
  color: #428bca; }
  .text-primary:hover {
    color: #3071a9; }

.text-warning {
  color: #c09853; }
  .text-warning:hover {
    color: #a47e3c; }

.text-danger {
  color: #b94a48; }
  .text-danger:hover {
    color: #953b39; }

.text-success {
  color: #468847; }
  .text-success:hover {
    color: #356635; }

.text-info {
  color: #3a87ad; }
  .text-info:hover {
    color: #2d6987; }

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

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

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Brandon", Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #999999; }

h1,
h2,
h3 {
  margin-top: 21px;
  margin-bottom: 10.5px; }
  h1 small,
  h1 .small,
  h2 small,
  h2 .small,
  h3 small,
  h3 .small {
    font-size: 65%; }

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

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

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

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

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

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

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

.page-header {
  padding-bottom: 9.5px;
  margin: 42px 0 21px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10.5px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

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

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px; }
  .list-inline > li:first-child {
    padding-left: 0; }

dl {
  margin-bottom: 21px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; }
    .dl-horizontal dd:before, .dl-horizontal dd:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .dl-horizontal dd:after {
      clear: both; } }
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999; }

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  padding: 10.5px 21px;
  margin: 0 0 21px;
  border-left: 5px solid #eeeeee; }
  blockquote p {
    font-size: 18.75px;
    font-weight: 300;
    line-height: 1.25; }
  blockquote p:last-child {
    margin-bottom: 0; }
  blockquote small {
    display: block;
    line-height: 1.42857;
    color: #999999; }
    blockquote small:before {
      content: '\2014 \00A0'; }
  blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0; }
    blockquote.pull-right p,
    blockquote.pull-right small,
    blockquote.pull-right .small {
      text-align: right; }
    blockquote.pull-right small:before,
    blockquote.pull-right .small:before {
      content: ''; }
    blockquote.pull-right small:after,
    blockquote.pull-right .small:after {
      content: '\00A0 \2014'; }

blockquote:before,
blockquote:after {
  content: ""; }

address {
  margin-bottom: 21px;
  font-style: normal;
  line-height: 1.42857; }

code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px; }

pre {
  display: block;
  padding: 10px;
  margin: 0 0 10.5px;
  font-size: 14px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .container {
    width: 750px; }

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

  .col-sm-1 {
    width: 8.33333%; }

  .col-sm-2 {
    width: 16.66667%; }

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

  .col-sm-4 {
    width: 33.33333%; }

  .col-sm-5 {
    width: 41.66667%; }

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

  .col-sm-7 {
    width: 58.33333%; }

  .col-sm-8 {
    width: 66.66667%; }

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

  .col-sm-10 {
    width: 83.33333%; }

  .col-sm-11 {
    width: 91.66667%; }

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

  .col-sm-pull-0 {
    right: 0%; }

  .col-sm-pull-1 {
    right: 8.33333%; }

  .col-sm-pull-2 {
    right: 16.66667%; }

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

  .col-sm-pull-4 {
    right: 33.33333%; }

  .col-sm-pull-5 {
    right: 41.66667%; }

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

  .col-sm-pull-7 {
    right: 58.33333%; }

  .col-sm-pull-8 {
    right: 66.66667%; }

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

  .col-sm-pull-10 {
    right: 83.33333%; }

  .col-sm-pull-11 {
    right: 91.66667%; }

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

  .col-sm-push-0 {
    left: 0%; }

  .col-sm-push-1 {
    left: 8.33333%; }

  .col-sm-push-2 {
    left: 16.66667%; }

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

  .col-sm-push-4 {
    left: 33.33333%; }

  .col-sm-push-5 {
    left: 41.66667%; }

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

  .col-sm-push-7 {
    left: 58.33333%; }

  .col-sm-push-8 {
    left: 66.66667%; }

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

  .col-sm-push-10 {
    left: 83.33333%; }

  .col-sm-push-11 {
    left: 91.66667%; }

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

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

  .col-sm-offset-1 {
    margin-left: 8.33333%; }

  .col-sm-offset-2 {
    margin-left: 16.66667%; }

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

  .col-sm-offset-4 {
    margin-left: 33.33333%; }

  .col-sm-offset-5 {
    margin-left: 41.66667%; }

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

  .col-sm-offset-7 {
    margin-left: 58.33333%; }

  .col-sm-offset-8 {
    margin-left: 66.66667%; }

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

  .col-sm-offset-10 {
    margin-left: 83.33333%; }

  .col-sm-offset-11 {
    margin-left: 91.66667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .container {
    width: 930px; }

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

  .col-md-1 {
    width: 8.33333%; }

  .col-md-2 {
    width: 16.66667%; }

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

  .col-md-4 {
    width: 33.33333%; }

  .col-md-5 {
    width: 41.66667%; }

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

  .col-md-7 {
    width: 58.33333%; }

  .col-md-8 {
    width: 66.66667%; }

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

  .col-md-10 {
    width: 83.33333%; }

  .col-md-11 {
    width: 91.66667%; }

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

  .col-md-pull-0 {
    right: 0%; }

  .col-md-pull-1 {
    right: 8.33333%; }

  .col-md-pull-2 {
    right: 16.66667%; }

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

  .col-md-pull-4 {
    right: 33.33333%; }

  .col-md-pull-5 {
    right: 41.66667%; }

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

  .col-md-pull-7 {
    right: 58.33333%; }

  .col-md-pull-8 {
    right: 66.66667%; }

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

  .col-md-pull-10 {
    right: 83.33333%; }

  .col-md-pull-11 {
    right: 91.66667%; }

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

  .col-md-push-0 {
    left: 0%; }

  .col-md-push-1 {
    left: 8.33333%; }

  .col-md-push-2 {
    left: 16.66667%; }

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

  .col-md-push-4 {
    left: 33.33333%; }

  .col-md-push-5 {
    left: 41.66667%; }

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

  .col-md-push-7 {
    left: 58.33333%; }

  .col-md-push-8 {
    left: 66.66667%; }

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

  .col-md-push-10 {
    left: 83.33333%; }

  .col-md-push-11 {
    left: 91.66667%; }

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

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

  .col-md-offset-1 {
    margin-left: 8.33333%; }

  .col-md-offset-2 {
    margin-left: 16.66667%; }

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

  .col-md-offset-4 {
    margin-left: 33.33333%; }

  .col-md-offset-5 {
    margin-left: 41.66667%; }

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

  .col-md-offset-7 {
    margin-left: 58.33333%; }

  .col-md-offset-8 {
    margin-left: 66.66667%; }

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

  .col-md-offset-10 {
    margin-left: 83.33333%; }

  .col-md-offset-11 {
    margin-left: 91.66667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .container {
    width: 970px; }

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

  .col-lg-1 {
    width: 8.33333%; }

  .col-lg-2 {
    width: 16.66667%; }

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

  .col-lg-4 {
    width: 33.33333%; }

  .col-lg-5 {
    width: 41.66667%; }

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

  .col-lg-7 {
    width: 58.33333%; }

  .col-lg-8 {
    width: 66.66667%; }

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

  .col-lg-10 {
    width: 83.33333%; }

  .col-lg-11 {
    width: 91.66667%; }

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

  .col-lg-pull-0 {
    right: 0%; }

  .col-lg-pull-1 {
    right: 8.33333%; }

  .col-lg-pull-2 {
    right: 16.66667%; }

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

  .col-lg-pull-4 {
    right: 33.33333%; }

  .col-lg-pull-5 {
    right: 41.66667%; }

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

  .col-lg-pull-7 {
    right: 58.33333%; }

  .col-lg-pull-8 {
    right: 66.66667%; }

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

  .col-lg-pull-10 {
    right: 83.33333%; }

  .col-lg-pull-11 {
    right: 91.66667%; }

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

  .col-lg-push-0 {
    left: 0%; }

  .col-lg-push-1 {
    left: 8.33333%; }

  .col-lg-push-2 {
    left: 16.66667%; }

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

  .col-lg-push-4 {
    left: 33.33333%; }

  .col-lg-push-5 {
    left: 41.66667%; }

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

  .col-lg-push-7 {
    left: 58.33333%; }

  .col-lg-push-8 {
    left: 66.66667%; }

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

  .col-lg-push-10 {
    left: 83.33333%; }

  .col-lg-push-11 {
    left: 91.66667%; }

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

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

  .col-lg-offset-1 {
    margin-left: 8.33333%; }

  .col-lg-offset-2 {
    margin-left: 16.66667%; }

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

  .col-lg-offset-4 {
    margin-left: 33.33333%; }

  .col-lg-offset-5 {
    margin-left: 41.66667%; }

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

  .col-lg-offset-7 {
    margin-left: 58.33333%; }

  .col-lg-offset-8 {
    margin-left: 66.66667%; }

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

  .col-lg-offset-10 {
    margin-left: 83.33333%; }

  .col-lg-offset-11 {
    margin-left: 91.66667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
fieldset {
  padding: 0;
  margin: 0;
  border: 0; }

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

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

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

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

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

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

select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit; }

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

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

output {
  display: block;
  padding-top: 7px;
  font-size: 15px;
  line-height: 1.42857;
  color: #555555;
  vertical-align: middle; }

.form-control {
  display: block;
  width: 100%;
  height: 35px;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.42857;
  color: #555555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control:-moz-placeholder {
    color: #999999; }
  .form-control::-moz-placeholder {
    color: #999999; }
  .form-control:-ms-input-placeholder {
    color: #999999; }
  .form-control::-webkit-input-placeholder {
    color: #999999; }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eeeeee; }

textarea.form-control {
  height: auto; }

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

.radio,
.checkbox {
  display: block;
  min-height: 21px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle; }
  .radio label,
  .checkbox label {
    display: inline;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px; }

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

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

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

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

.input-sm {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm {
  height: 31px;
  line-height: 31px; }

textarea.input-sm {
  height: auto; }

.input-lg {
  height: 47px;
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.33;
  border-radius: 6px; }

select.input-lg {
  height: 47px;
  line-height: 47px; }

textarea.input-lg {
  height: auto; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #c09853; }
.has-warning .form-control {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #a47e3c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e; }
.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #b94a48; }
.has-error .form-control {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392; }
.has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #468847; }
.has-success .form-control {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #356635;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b; }
.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8; }

.form-control-static {
  margin-bottom: 0; }

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

@media (min-width: 768px) {
  .form-inline .form-group, .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control, .navbar-form .form-control {
    display: inline-block; }
  .form-inline .radio, .navbar-form .radio,
  .form-inline .checkbox,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0; }
  .form-inline .radio input[type="radio"], .navbar-form .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0; } }

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .form-horizontal .form-group:after {
    clear: both; }
.form-horizontal .form-control-static {
  padding-top: 7px; }
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right; } }

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

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

.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e; }
  .open .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e; }
  .btn-primary:active, .btn-primary.active {
    background-image: none; }
  .open .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd; }

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

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

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

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

.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #999999;
    text-decoration: none; }

.btn-lg {
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.33;
  border-radius: 6px; }

.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs {
  padding: 1px 5px; }

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0; }

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

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

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

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0 dotted; }

.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 15px;
  background-color: #333333;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9.5px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #fff;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #fff;
  background-color: #428bca; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #999999; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }
.open > a {
  outline: 0; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 13px;
  line-height: 1.42857;
  color: #999999; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid #000;
  content: ""; }
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; } }
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #999999; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #999999;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #428bca; }
    .nav .open > a .caret, .nav .open > a:hover .caret, .nav .open > a:focus .caret {
      border-top-color: #2a6496;
      border-bottom-color: #2a6496; }
  .nav .nav-divider {
    height: 1px;
    margin: 9.5px 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.42857;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #1aa391;
      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: #428bca; }
    .nav-pills > li.active > a .caret, .nav-pills > li.active > a:hover .caret, .nav-pills > li.active > a:focus .caret {
      border-top-color: #fff;
      border-bottom-color: #fff; }

.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: #1aa391; } }

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

.nav .caret {
  border-top-color: #428bca;
  border-bottom-color: #428bca; }

.nav a:hover .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496; }

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

.navbar {
  position: relative;
  min-height: 60px;
  margin-bottom: 0;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 0; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }
.navbar-header:after {
  clear: both; }
@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: auto; }
      .navbar-collapse .navbar-nav.navbar-left:first-child {
        margin-left: -15px; }
      .navbar-collapse .navbar-nav.navbar-right:last-child {
        margin-right: -15px; }
      .navbar-collapse .navbar-text:last-child {
        margin-right: 0; } }

.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 19.5px 15px;
  font-size: 19px;
  line-height: 21px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 13px;
  margin-bottom: 13px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 9.75px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 21px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 21px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 19.5px;
          padding-bottom: 19.5px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }

  .navbar-right {
    float: right !important; } }
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 12.5px;
  margin-bottom: 12.5px; }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0; }

.navbar-btn {
  margin-top: 12.5px;
  margin-bottom: 12.5px; }

.navbar-text {
  float: left;
  margin-top: 19.5px;
  margin-bottom: 19.5px; }
  @media (min-width: 768px) {
    .navbar-text {
      margin-left: 15px;
      margin-right: 15px; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #ccc; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .dropdown > a:hover .caret,
  .navbar-default .navbar-nav > .dropdown > a:focus .caret {
    border-top-color: #333;
    border-bottom-color: #333; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
    .navbar-default .navbar-nav > .open > a .caret, .navbar-default .navbar-nav > .open > a:hover .caret, .navbar-default .navbar-nav > .open > a:focus .caret {
      border-top-color: #555;
      border-bottom-color: #555; }
  .navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: #777;
    border-bottom-color: #777; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }

.navbar-inverse {
  background-color: #333333;
  border-color: #1a1a1a; }
  .navbar-inverse .navbar-brand {
    color: #999999; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #999999; }
  .navbar-inverse .navbar-nav > li > a {
    color: #999999; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #1a1a1a; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #212121; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #1a1a1a;
    color: #fff; }
  .navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
    border-top-color: #fff;
    border-bottom-color: #fff; }
  .navbar-inverse .navbar-nav > .dropdown > a .caret {
    border-top-color: #999999;
    border-bottom-color: #999999; }
  .navbar-inverse .navbar-nav > .open > a .caret, .navbar-inverse .navbar-nav > .open > a:hover .caret, .navbar-inverse .navbar-nav > .open > a:focus .caret {
    border-top-color: #fff;
    border-bottom-color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #1a1a1a; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #999999; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #1a1a1a; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #999999; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }

.clearfix:before, .clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }
.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;
  visibility: hidden !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important; }

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

  tr.visible-xs {
    display: table-row !important; }

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

  tr.visible-xs.visible-sm {
    display: table-row !important; }

  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important; }

  tr.visible-xs.visible-md {
    display: table-row !important; }

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

  tr.visible-xs.visible-lg {
    display: table-row !important; }

  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important; } }
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important; }

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

  tr.visible-sm.visible-xs {
    display: table-row !important; }

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

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important; }

  tr.visible-sm.visible-md {
    display: table-row !important; }

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

  tr.visible-sm.visible-lg {
    display: table-row !important; }

  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important; } }
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important; }

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

  tr.visible-md.visible-xs {
    display: table-row !important; }

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

  tr.visible-md.visible-sm {
    display: table-row !important; }

  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  tr.visible-md {
    display: table-row !important; }

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

  tr.visible-md.visible-lg {
    display: table-row !important; }

  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important; } }
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important; }

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

  tr.visible-lg.visible-xs {
    display: table-row !important; }

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

  tr.visible-lg.visible-sm {
    display: table-row !important; }

  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important; }

  tr.visible-lg.visible-md {
    display: table-row !important; }

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

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
.hidden-xs {
  display: block !important; }

tr.hidden-xs {
  display: table-row !important; }

th.hidden-xs,
td.hidden-xs {
  display: table-cell !important; }

@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm,
  tr.hidden-xs.hidden-sm,
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md,
  tr.hidden-xs.hidden-md,
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg,
  tr.hidden-xs.hidden-lg,
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important; } }
.hidden-sm {
  display: block !important; }

tr.hidden-sm {
  display: table-row !important; }

th.hidden-sm,
td.hidden-sm {
  display: table-cell !important; }

@media (max-width: 767px) {
  .hidden-sm.hidden-xs,
  tr.hidden-sm.hidden-xs,
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md,
  tr.hidden-sm.hidden-md,
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg,
  tr.hidden-sm.hidden-lg,
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important; } }
.hidden-md {
  display: block !important; }

tr.hidden-md {
  display: table-row !important; }

th.hidden-md,
td.hidden-md {
  display: table-cell !important; }

@media (max-width: 767px) {
  .hidden-md.hidden-xs,
  tr.hidden-md.hidden-xs,
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm,
  tr.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-md.hidden-lg,
  tr.hidden-md.hidden-lg,
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important; } }
.hidden-lg {
  display: block !important; }

tr.hidden-lg {
  display: table-row !important; }

th.hidden-lg,
td.hidden-lg {
  display: table-cell !important; }

@media (max-width: 767px) {
  .hidden-lg.hidden-xs,
  tr.hidden-lg.hidden-xs,
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm,
  tr.hidden-lg.hidden-sm,
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md,
  tr.hidden-lg.hidden-md,
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important; } }
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important; }

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

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; }

  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important; } }
@font-face {
  font-family: 'Brandon';
  src: url("fonts/brandontext-regular-webfont.eot");
  src: url("fonts/brandontext-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/brandontext-regular-webfont.svg#brandon_text_regularregular") format("svg"), url("fonts/brandontext-regular-webfont.woff") format("woff"), url("fonts/brandontext-regular-webfont.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }
.about {
  width: 100%;
  height: 100%;
  min-width: 280px;
  color: white;
  display: block;
  font-family: "Brandon", arial, sans-serif;
  position: absolute;
  left: 0;
  text-align: center;
  top: 0;
  -webkit-overflow-scrolling: touch; }
  .about:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
    /* Adjusts for spacing */ }
  .about header {
    margin: 20px 0 50px 0; }
    .about header .characters {
      display: block;
      width: 100%;
      height: 380px;
      background: url("../img/about/characters.png") no-repeat center center; }
      @media (max-width: 768px) {
        .about header .characters {
          width: 100%;
          height: 440px;
          background-size: 90% auto; } }
      @media (max-width: 640px) {
        .about header .characters {
          width: 100%;
          height: 370px; } }
      @media (max-width: 480px) {
        .about header .characters {
          width: 100%;
          height: 250px; } }
      @media (max-width: 400px) {
        .about header .characters {
          width: 100%;
          height: 210px; } }
      @media (max-width: 320px) {
        .about header .characters {
          width: 100%;
          height: 190px; } }
    .about header .preguntados {
      width: 100%;
      height: 90px;
      background: url("../img/landing/logo-en.png") no-repeat center center;
      background-size: 100% auto;
      display: block;
      margin: 0 auto;
      max-width: 550px;
      text-indent: -9999px; }
      @media (max-width: 768px) {
        .about header .preguntados {
          width: 100%;
          height: 65px; } }
      @media (max-width: 480px) {
        .about header .preguntados {
          width: 100%;
          height: 45px; } }
      @media (max-width: 320px) {
        .about header .preguntados {
          width: 100%;
          height: 40px; } }
      .es .about header .preguntados {
        background: url("../img/landing/logo-es.png") no-repeat center center;
        background-size: 100% auto; }
      .ca .about header .preguntados {
        background: url("../img/landing/logo-es.png") no-repeat center center;
        background-size: 100% auto; }
      .pt .about header .preguntados {
        background: url("../img/landing/logo-pt.png") no-repeat center center;
        background-size: 100% auto; }
  .about .container {
    display: inline-block;
    vertical-align: middle;
    width: 90%;
    max-width: 765px; }
  .about .app-logo {
    width: 32%;
    max-width: 200px;
    display: block;
    margin: 0 auto 15px; }
    .about .app-logo img {
      width: 100%;
      height: auto; }
    @media (max-width: 768px) {
      .about .app-logo {
        width: 30%;
        margin-bottom: 0; } }
  .about h3 {
    font-size: 23px;
    text-transform: uppercase; }
    @media (max-width: 768px) {
      .about h3 {
        font-size: 15px; } }
    @media (max-width: 480px) {
      .about h3 {
        font-size: 11px; } }
  .about .logo {
    display: block; }
    .about .logo.etermax {
      width: 200px;
      height: 41px;
      margin: 10px auto 60px auto;
      background: url("../img/about/logo-etermax.png") no-repeat center center; }
      @media (max-width: 768px) {
        .about .logo.etermax {
          width: 125px;
          height: 49px;
          background-size: 100%; } }
      @media (max-width: 480px) {
        .about .logo.etermax {
          width: 100px;
          height: 20px;
          background-size: 100%; } }
    .about .logo.sounds-fun {
      width: 169px;
      height: 66px;
      margin: 10px auto 60px auto;
      background: url("../img/about/logo-sounds-fun.png") no-repeat center center;
      text-indent: -9999em;
      background-size: 100%; }
      @media (max-width: 768px) {
        .about .logo.sounds-fun {
          width: 80px;
          height: 31px;
          background-size: 100%; } }
      @media (max-width: 480px) {
        .about .logo.sounds-fun {
          width: 80px;
          height: 31px;
          background-size: 100%; } }
  .about footer p {
    font-size: 19px; }
    @media (max-width: 480px) {
      .about footer p {
        font-size: 10px; } }

.devices {
  color: white; }
  .devices .bg-blue {
    background: #43afd9; }
  .devices .bg-beige {
    background: #e8e8de; }
  .devices h1 {
    font: 32px "mikado_bold", Arial, sans-serif;
    text-shadow: 5px 5px rgba(60, 60, 60, 0.3);
    margin: 10px 0 15px;
    text-align: center; }
    @media (min-width: 768px) {
      .devices h1 {
        font-size: 46px;
        margin-bottom: 30px; } }
    @media (min-width: 992px) {
      .devices h1 {
        font-size: 54px;
        margin-bottom: 30px; } }
  .devices h2 {
    color: #ade0ee;
    margin: 30px 0 0;
    font-size: 30px;
    font-weight: 700;
    text-align: center; }
    @media (max-width: 768px) {
      .devices h2 {
        font-size: 19px;
        margin-top: 20px; } }
  .devices .features {
    font-size: 19px;
    margin-bottom: 30px;
    min-height: 190px; }
    .devices .features li {
      text-shadow: none;
      font-size: 21px;
      font-weight: 400; }
      @media (max-width: 768px) {
        .devices .features li {
          font-size: 19px; } }
  @media (max-width: 340px) {
    .devices .characters {
      position: relative;
      top: -118px;
      left: -139px; } }
  @media (max-width: 768px) {
    .devices .characters {
      width: 40%; } }
  .devices .characters .character img {
    width: 46%;
    display: block;
    margin: 10px auto 20px; }
    @media (max-width: 768px) {
      .devices .characters .character img {
        width: 58%;
        margin-bottom: 0; } }
  .devices .device {
    display: block;
    width: 114%;
    margin: -79% 0 0 -4%; }
    @media (max-width: 767px) {
      .devices .device {
        margin: -12% auto 0;
        width: 130%; } }
    @media (max-width: 480px) {
      .devices .device {
        margin-top: -5%; } }
    @media (max-width: 340px) {
      .devices .device {
        padding-top: 30px; } }

footer[role="footer"] {
  background: #121212;
  padding: 55px 0;
  position: relative;
  font-family: Ubuntu, "Helvetica Neue", Helvetica, Arial, sans-serif; }
  footer[role="footer"] .container:before, footer[role="footer"] .container:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  footer[role="footer"] .container:after {
    clear: both; }
  footer[role="footer"] ul {
    margin: 0;
    padding: 0; }
  footer[role="footer"] .logo {
    float: left;
    opacity: 0.5;
    filter: alpha(opacity=50);
    width: 200px;
    height: 40px;
    background-image: url("../img/logo-footer.png"); }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      footer[role="footer"] .logo {
        background-image: url("../img/logo-footer@2x.png");
        background-size: 200px 40px; } }
    @media (max-width: 768px) {
      footer[role="footer"] .logo {
        float: none;
        margin: 0 auto 25px auto; } }
  footer[role="footer"] nav {
    float: right;
    text-align: right;
    font-weight: 500;
    line-height: 35px; }
    @media (max-width: 480px) {
      footer[role="footer"] nav {
        font-size: 13px; } }
    @media (max-width: 768px) {
      footer[role="footer"] nav {
        float: none;
        text-align: center; } }
    footer[role="footer"] nav li {
      display: inline-block; }
      @media (max-width: 480px) {
        footer[role="footer"] nav li {
          margin-left: 0;
          margin-bottom: 5px;
          line-height: 23px; } }
    footer[role="footer"] nav a {
      color: white;
      font-size: 20px;
      text-decoration: none;
      clear: both;
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
      footer[role="footer"] nav a:hover {
        color: #3daf49; }
      footer[role="footer"] nav a:active {
        color: #25812E; }
  footer[role="footer"] .contact li:nth-child(2) {
    margin-left: 20px; }
  footer[role="footer"] .social {
    display: block;
    clear: both;
    float: right;
    margin: 30px 0 10px;
    width: 100%; }
    footer[role="footer"] .social:before, footer[role="footer"] .social:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    footer[role="footer"] .social:after {
      clear: both; }
    @media (max-width: 480px) {
      footer[role="footer"] .social {
        text-align: center; } }
    footer[role="footer"] .social li {
      text-align: center;
      width: 43px;
      margin-left: 3%; }
      @media (max-width: 768px) {
        footer[role="footer"] .social li {
          margin: 0 1.5%; } }
      footer[role="footer"] .social li a {
        background-image: url(../img/sprites/footer-social.png);
        background-repeat: no-repeat;
        text-indent: -9999px;
        display: block;
        height: 41px;
        width: 41px;
        margin: 0 auto;
        zoom: 1;
        filter: alpha(opacity=80);
        opacity: .8;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
        footer[role="footer"] .social li a:hover {
          zoom: 1;
          filter: alpha(opacity=100);
          opacity: 1; }
        footer[role="footer"] .social li a.fb {
          background-position: 0 0; }
        footer[role="footer"] .social li a.tw {
          background-position: 0 -50px;
          min-width: 50px; }
        footer[role="footer"] .social li a.google {
          background-position: 0 -100px;
          min-width: 48px; }
        footer[role="footer"] .social li a.linkedin {
          background-position: 0 -150px;
          height: 43px;
          min-width: 48px; }
  footer[role="footer"] small {
    display: block;
    text-align: right;
    font-size: 13px;
    font-weight: 300;
    color: #8e8e8e;
    clear: both; }
    @media (max-width: 768px) {
      footer[role="footer"] small {
        text-align: center; } }
    footer[role="footer"] small a {
      color: #8e8e8e;
      text-decoration: none;
      -webkit-transition: color 0.3s;
      transition: color 0.3s; }
      footer[role="footer"] small a:hover {
        color: #fff; }
      footer[role="footer"] small a:active {
        color: #666; }

ul.features {
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  list-style-image: url("../img/list-star.png");
  font-size: 23px; }
  ul.features li {
    margin-bottom: 10px;
    font-weight: 700; }

.blue {
  color: #2879c9; }

.fucsia {
  color: #cc378b; }

.green {
  color: #1fbba6; }

.orange {
  color: #f8952e; }

.violet {
  color: #8e45b7; }

button {
  border: 0;
  outline: 0; }

.flag {
  background: url("../img/sprites/flags.png") no-repeat; }
  .flag.es {
    background-position: 0 -4px; }
  .flag.en {
    background-position: 0 -28px; }
  .flag.usa {
    background-position: 0 -52px; }
  .flag.ca {
    background-position: 0 -76px; }
  .flag.pt {
    background-position: 0 -124px; }
  .flag.br {
    background-position: 0 -124px; }
  .flag.it {
    background-position: 0 -148px; }
  .flag.fr {
    background-position: 0 -172px; }
  .flag.de {
    background-position: 0 -196px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .flag {
      background: url("../img/sprites/flags@2x.png") no-repeat;
      background-size: 22px 216px; } }

.stores {
  display: block;
  text-align: center;
  margin-top: 20px; }
  @media (max-width: 768px) {
    .stores {
      text-align: center;
      margin-top: 25px; } }
  .stores .store {
    display: inline-block;
    width: 200px;
    height: 65px;
    margin: 5px 2%;
    border-radius: 10px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2); }
    @media (max-width: 992px) {
      .stores .store {
        width: 180px;
        height: 59px;
        border-radius: 7px; } }
    @media (max-width: 480px) {
      .stores .store {
        width: 140px;
        height: 46px;
        border-radius: 5px; } }
    .stores .store.ios {
      background: #1E1B1B url("../img/localizations/en/storebadge-apple.svg") no-repeat center center;
      background-size: 100% auto; }
      .es .stores .store.ios {
        background: #1E1B1B url("../img/localizations/es/storebadge-apple.svg") no-repeat center center;
        background-size: 100% auto; }
      .ca .stores .store.ios {
        background: #1E1B1B url("../img/localizations/ca/storebadge-apple.svg") no-repeat center center;
        background-size: 100% auto; }
      .pt .stores .store.ios {
        background: #1E1B1B url("../img/localizations/pt/storebadge-apple.svg") no-repeat center center;
        background-size: 100% auto; }
      .it .stores .store.ios {
        background: #1E1B1B url("../img/localizations/it/storebadge-apple.svg") no-repeat center center;
        background-size: 100% auto; }
      .fr .stores .store.ios {
        background: #1E1B1B url("../img/localizations/fr/storebadge-apple.svg") no-repeat center center;
        background-size: 100% auto; }
      .de .stores .store.ios {
        background: #1E1B1B url("../img/localizations/de/storebadge-apple.svg") no-repeat center center;
        background-size: 100% auto; }
    .stores .store.android {
      background: #1E1B1B url("../img/localizations/en/storebadge-google.svg") no-repeat center center;
      background-size: 100% auto; }
      .es .stores .store.android {
        background: #1E1B1B url("../img/localizations/es/storebadge-google.svg") no-repeat center center;
        background-size: 100% auto; }
      .ca .stores .store.android {
        background: #1E1B1B url("../img/localizations/ca/storebadge-google.svg") no-repeat center center;
        background-size: 100% auto; }
      .pt .stores .store.android {
        background: #1E1B1B url("../img/localizations/pt/storebadge-google.svg") no-repeat center center;
        background-size: 100% auto; }
      .it .stores .store.android {
        background: #1E1B1B url("../img/localizations/it/storebadge-google.svg") no-repeat center center;
        background-size: 100% auto; }
      .fr .stores .store.android {
        background: #1E1B1B url("../img/localizations/fr/storebadge-google.svg") no-repeat center center;
        background-size: 100% auto; }
      .de .stores .store.android {
        background: #1E1B1B url("../img/localizations/de/storebadge-google.svg") no-repeat center center;
        background-size: 100% auto; }
    .stores .store.facebook {
      background: #1E1B1B url("../img/localizations/en/storebadge-facebook.svg") no-repeat center center;
      background-size: 100% auto; }
      .es .stores .store.facebook {
        background: #1E1B1B url("../img/localizations/es/storebadge-facebook.svg") no-repeat center center;
        background-size: 100% auto; }
      .ca .stores .store.facebook {
        background: #1E1B1B url("../img/localizations/ca/storebadge-facebook.svg") no-repeat center center;
        background-size: 100% auto; }
      .pt .stores .store.facebook {
        background: #1E1B1B url("../img/localizations/pt/storebadge-facebook.svg") no-repeat center center;
        background-size: 100% auto; }
      .it .stores .store.facebook {
        background: #1E1B1B url("../img/localizations/it/storebadge-facebook.svg") no-repeat center center;
        background-size: 100% auto; }
      .fr .stores .store.facebook {
        background: #1E1B1B url("../img/localizations/fr/storebadge-facebook.svg") no-repeat center center;
        background-size: 100% auto; }
      .de .stores .store.facebook {
        background: #1E1B1B url("../img/localizations/de/storebadge-facebook.svg") no-repeat center center;
        background-size: 100% auto; }
    .stores .store.amazon {
      background: #1E1B1B url("../img/localizations/en/storebadge-amazon.svg") no-repeat center center;
      background-size: 90% auto; }
      .es .stores .store.amazon {
        background: #1E1B1B url("../img/localizations/es/storebadge-amazon.svg") no-repeat center center;
        background-size: 90% auto; }
      .ca .stores .store.amazon {
        background: #1E1B1B url("../img/localizations/ca/storebadge-amazon.svg") no-repeat center center;
        background-size: 90% auto; }
      .pt .stores .store.amazon {
        background: #1E1B1B url("../img/localizations/pt/storebadge-amazon.svg") no-repeat center center;
        background-size: 90% auto; }
      .it .stores .store.amazon {
        background: #1E1B1B url("../img/localizations/it/storebadge-amazon.svg") no-repeat center center;
        background-size: 90% auto; }
      .fr .stores .store.amazon {
        background: #1E1B1B url("../img/localizations/fr/storebadge-amazon.svg") no-repeat center center;
        background-size: 90% auto; }
      .de .stores .store.amazon {
        background: #1E1B1B url("../img/localizations/de/storebadge-amazon.svg") no-repeat center center;
        background-size: 90% auto; }
    .stores .store.windowsphone {
      background: #1E1B1B url("../img/localizations/en/storebadge-wphone.svg") no-repeat center center;
      background-size: 90% auto; }
      .es .stores .store.windowsphone {
        background: #1E1B1B url("../img/localizations/es/storebadge-wphone.svg") no-repeat center center;
        background-size: 90% auto; }
      .ca .stores .store.windowsphone {
        background: #1E1B1B url("../img/localizations/ca/storebadge-wphone.svg") no-repeat center center;
        background-size: 90% auto; }
      .pt .stores .store.windowsphone {
        background: #1E1B1B url("../img/localizations/pt/storebadge-wphone.svg") no-repeat center center;
        background-size: 90% auto; }
      .it .stores .store.windowsphone {
        background: #1E1B1B url("../img/localizations/it/storebadge-wphone.svg") no-repeat center center;
        background-size: 90% auto; }
      .fr .stores .store.windowsphone {
        background: #1E1B1B url("../img/localizations/fr/storebadge-wphone.svg") no-repeat center center;
        background-size: 90% auto; }
      .de .stores .store.windowsphone {
        background: #1E1B1B url("../img/localizations/de/storebadge-wphone.svg") no-repeat center center;
        background-size: 90% auto; }

.navbar-etermax {
  position: relative;
  border: 0;
  -webkit-box-shadow: 0 1px 18px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 18px rgba(0, 0, 0, 0.15);
  z-index: 1030; }
  .navbar-etermax .container {
    position: relative; }
  .navbar-etermax h1 {
    float: left; }
    .navbar-etermax h1 .brand {
      margin: 3px 0; }
  .navbar-etermax .navbar-brand {
    width: 168px;
    height: 60px;
    max-width: 168px;
    display: block;
    text-indent: -9999px;
    background: url("../img/logo-header.png") no-repeat center center;
    background-size: 100% auto;
    margin: 0 20px 0 10px !important;
    padding: 0; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .navbar-etermax .navbar-brand {
        background-image: url("../img/logo-header@2x.png");
        background-size: 168px 60px; } }
  .navbar-etermax .nav {
    font-family: "Ubuntu", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    margin-right: 40px; }
    @media (max-width: 767px) {
      .navbar-etermax .nav {
        margin-right: 0;
        width: 100%; } }
    @media (min-width: 768px) {
      .navbar-etermax .nav li {
        float: left;
        line-height: 35px; } }
    .navbar-etermax .nav li a {
      font-weight: 500;
      -webkit-transition: color 0.3s;
      transition: color 0.3s; }
      .navbar-etermax .nav li a:hover {
        color: #3daf49; }
      .navbar-etermax .nav li a:active {
        color: #25812E; }
  @media (min-width: 768px) {
    .navbar-etermax .localizations {
      position: absolute;
      right: 20px; } }
  @media (max-width: 768px) {
    .navbar-etermax .localizations {
      margin-right: 15px; } }
  .navbar-etermax .localizations .dropdown-toggle {
    width: 22px;
    height: 16px;
    display: block;
    padding: 0;
    margin: 22px 0 8px 25px; }
    .navbar-etermax .localizations .dropdown-toggle:hover {
      -webkit-box-shadow: 0 0 1px 2px rgba(61, 175, 73, 0.4);
      box-shadow: 0 0 1px 2px rgba(61, 175, 73, 0.4); }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .navbar-etermax .localizations .dropdown-toggle {
        width: 22px;
        height: 15px; } }
  .navbar-etermax .localizations .dropdown-menu {
    margin: 14px -14px 0 0;
    padding: 0;
    background: #333333;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    border: none; }
    .navbar-etermax .localizations .dropdown-menu:before {
      content: '';
      width: 1px;
      height: 1px;
      display: block;
      border-style: solid;
      border-color: transparent transparent #333 transparent;
      border-width: 8px;
      position: absolute;
      top: -16px;
      right: 18px; }
    .navbar-etermax .localizations .dropdown-menu li a {
      position: relative;
      border-bottom: 1px dotted #2f5e47;
      padding: 8px 5px 8px 48px;
      color: white;
      font-size: 16px;
      font-weight: 300; }
      .navbar-etermax .localizations .dropdown-menu li a i {
        position: absolute;
        left: 14px;
        top: 10px;
        width: 22px;
        height: 16px; }
        @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
          .navbar-etermax .localizations .dropdown-menu li a i {
            width: 22px;
            height: 15px; } }
      .navbar-etermax .localizations .dropdown-menu li a.active {
        display: none; }
      .navbar-etermax .localizations .dropdown-menu li a:hover {
        background-color: rgba(59, 192, 103, 0.2); }
      .navbar-etermax .localizations .dropdown-menu li a.active:focus, .navbar-etermax .localizations .dropdown-menu li a.active:hover {
        background-color: transparent; }
    .navbar-etermax .localizations .dropdown-menu li:last-child a {
      border: none; }

.navbar-game {
  width: 100%;
  top: 0;
  z-index: 1000; }
  .navbar-game .navbar-brand {
    width: 240px;
    height: 60px;
    background: url("../img/logo-triviacrack.png") no-repeat left center;
    background-size: 100% auto;
    text-indent: -9999px;
    margin-left: 10px !important; }
    .es .navbar-game .navbar-brand {
      background: url("../img/logo-preguntados.png") no-repeat left center;
      background-size: 100% auto; }
    .ca .navbar-game .navbar-brand {
      background: url("../img/logo-preguntados.png") no-repeat left center;
      background-size: 100% auto; }
    .pt .navbar-game .navbar-brand {
      background: url("../img/logo-perguntados.png") no-repeat left center;
      background-size: 100% auto; }
    @media (max-width: 480px) {
      .navbar-game .navbar-brand {
        width: 62%; } }
  .navbar-game .navbar-nav {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px; }
    @media (min-width: 768px) {
      .navbar-game .navbar-nav {
        margin-left: 15px; } }
  .navbar-game .navbar-collapse.in {
    overflow-y: hidden; }
  .navbar-game .actions .social {
    display: inline-block; }
    .navbar-game .actions .social > li {
      width: 45px;
      text-align: center;
      border-left: 1px dashed black; }
      .navbar-game .actions .social > li > a {
        width: 100%;
        height: 100%;
        text-indent: -9999px;
        display: block;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
        .navbar-game .actions .social > li > a.fb {
          background: url(../img/sprite-social.png) repeat-y left center;
          background-size: 90px auto; }
          .navbar-game .actions .social > li > a.fb:hover {
            background-color: #3b5998;
            background-position: left -60px; }
        .navbar-game .actions .social > li > a.tw {
          background: url(../img/sprite-social.png) repeat-y right center;
          background-size: 90px auto; }
          .navbar-game .actions .social > li > a.tw:hover {
            background-color: #00aced;
            background-position: right -60px; }
        .navbar-game .actions .social > li > a.gplus {
          display: none; }
      .navbar-game .actions .social > li.download-support {
        width: auto;
        border-right: 1px dashed black; }
        .navbar-game .actions .social > li.download-support > a {
          text-indent: 0;
          padding-left: 34px;
          background: url(../img/icon-phone.png) repeat-y 9px center;
          background-size: 20px auto; }
          .navbar-game .actions .social > li.download-support > a:hover {
            background-color: #3daf49;
            background-position: 9px -50px; }
            @media (max-width: 767px) {
              .navbar-game .actions .social > li.download-support > a:hover {
                background-position: 9px -60px; } }
    @media (max-width: 768px) {
      .navbar-game .actions .social {
        display: block; }
        .navbar-game .actions .social > li {
          text-align: left; } }
  .navbar-game .actions .platforms-menu {
    padding: 0;
    text-align: left; }
    .navbar-game .actions .platforms-menu li a {
      padding: 10px 16px 10px 43px;
      background: url("../img/sprites/all-platforms.png") no-repeat;
      background-size: 36px auto; }
      @media (max-width: 768px) {
        .navbar-game .actions .platforms-menu li a {
          font-size: 13px; } }
      .navbar-game .actions .platforms-menu li a.fb {
        background-position: 9px 6px; }
      .navbar-game .actions .platforms-menu li a.itunes {
        background-position: 9px -45px; }
      .navbar-game .actions .platforms-menu li a.gplay {
        background-position: 9px -97px; }
      .navbar-game .actions .platforms-menu li a.facebook {
        background-position: 10px 7px; }
      .navbar-game .actions .platforms-menu li a.amazon {
        background-position: 8px -212px; }
      .navbar-game .actions .platforms-menu li a.windowsphone {
        background-position: 8px -157px; }
      .navbar-game .actions .platforms-menu li a:hover {
        background-color: #3daf49; }
      @media (max-width: 768px) {
        .navbar-game .actions .platforms-menu li a {
          padding: 10px 15px 10px 45px !important; }
          .navbar-game .actions .platforms-menu li a:hover {
            background-image: url("../img/sprites/all-platforms.png") !important;
            background-color: #3daf49 !important; } }
  @media (min-width: 768px) {
    .navbar-game .actions {
      float: right; } }

.how-to {
  background: url("../img/pattern-bg-gray.png") repeat #3f454e;
  color: white;
  padding-bottom: 20px; }
  .how-to h1 {
    text-align: center;
    color: white;
    margin: 0 0 25px;
    padding-top: 30px;
    font: 54px "mikado_bold", Arial, sans-serif;
    text-shadow: 5px 5px rgba(20, 20, 20, 0.5);
    text-transform: uppercase; }
    @media (max-width: 992px) {
      .how-to h1 {
        margin-bottom: 5px; } }
    @media (max-width: 768px) {
      .how-to h1 {
        font-size: 32px;
        margin-bottom: 0; } }
  .how-to h2 {
    color: white;
    font: 48px "mikado_bold", Arial, sans-serif;
    text-shadow: 5px 5px rgba(20, 20, 20, 0.5);
    margin-top: 0; }
    .pt .how-to h2 {
      width: 266px; }
    @media (max-width: 992px) {
      .how-to h2 {
        font-size: 38px; } }
    @media (max-width: 768px) {
      .how-to h2 {
        text-align: center;
        font-size: 32px; } }
  .how-to ul.slides {
    margin: 0;
    padding: 0 0 30px; }
  .how-to .explanation {
    height: 500px; }
    @media (max-width: 992px) {
      .how-to .explanation {
        height: 400px; } }
    @media (max-width: 768px) {
      .how-to .explanation {
        height: 150px; } }
    @media (max-width: 480px) {
      .how-to .explanation {
        height: 200px; } }
    .how-to .explanation > p {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  @media (max-width: 992px) {
    .how-to .empty-space {
      min-height: 40px; } }
  @media (max-width: 992px) {
    .how-to .empty-space {
      min-height: 20px; } }
  .how-to .character {
    float: left;
    z-index: 2;
    position: relative;
    top: 130px; }
    @media (max-width: 992px) {
      .how-to .character {
        left: -22px; }
        .how-to .character img {
          width: 85%; } }
    @media (max-width: 768px) {
      .how-to .character {
        top: 80px;
        left: 50%;
        margin-left: -180px;
        width: 130px;
        position: absolute; }
        .how-to .character img {
          width: 100%; } }
    @media (max-width: 767px) {
      .how-to .character {
        top: 70px;
        left: 50%;
        margin-left: -130px;
        width: 110px;
        position: absolute; } }
    .how-to .character.crown {
      top: 170px;
      right: 71px; }
      @media (max-width: 992px) {
        .how-to .character.crown img {
          width: 80%; } }
      @media (max-width: 768px) {
        .how-to .character.crown {
          width: 165px;
          top: 110px; } }
  .how-to .ruleta {
    width: 382px;
    height: 382px;
    display: block;
    position: absolute;
    right: 10px;
    top: 10px; }
    @media (max-width: 992px) {
      .how-to .ruleta {
        right: 0;
        width: 310px;
        height: 310px; } }
    @media (max-width: 768px) {
      .how-to .ruleta {
        width: 280px;
        height: 280px;
        position: relative;
        margin: 5px auto 40px;
        left: 50px;
        top: 0; } }
    @media (max-width: 767px) {
      .how-to .ruleta {
        width: 240px;
        height: 240px;
        position: relative;
        margin: 5px auto 40px;
        left: 30px;
        top: 0; } }
    .how-to .ruleta .spinner {
      width: 98%;
      height: 98%;
      background: url("../img/ruleta.png") no-repeat center center;
      background-size: 100% 100%;
      display: block;
      top: 0;
      left: 0;
      margin: 0;
      -webkit-animation: spin 12s cubic-bezier(0.19, 1, 0.22, 1) infinite;
      -moz-animation: spin 12s cubic-bezier(0.19, 1, 0.22, 1) infinite;
      animation: spin 12s cubic-bezier(0.19, 1, 0.22, 1) infinite; }
      @media (max-width: 768px) {
        .how-to .ruleta .spinner {
          position: absolute; } }
      .how-to .ruleta .spinner:active {
        -webkit-transform: rotate(486deg);
        -webkit-transition: all 1s; }
    .how-to .ruleta .center {
      width: 103px;
      height: 115px;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -68px 0 0 -54px;
      z-index: 1; }
      .how-to .ruleta .center:before {
        content: '';
        width: 100%;
        height: 100%;
        background-image: url("../img/localizations/en/ruleta-center.png");
        background-repeat: no-repeat;
        background-size: 100% auto;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1; }
        .es .how-to .ruleta .center:before {
          background-image: url("../img/localizations/es/ruleta-center.png"); }
        .fr .how-to .ruleta .center:before {
          background-image: url("../img/localizations/fr/ruleta-center.png"); }
      .how-to .ruleta .center:after {
        content: '';
        position: absolute;
        top: 12px;
        left: 0;
        width: 103px;
        height: 103px;
        display: block;
        z-index: -1;
        -webkit-box-shadow: 0 1px 11px rgba(0, 0, 0, 0.7);
        box-shadow: 0 1px 11px rgba(0, 0, 0, 0.7);
        border-radius: 50%; }
      @media (max-width: 992px) {
        .how-to .ruleta .center {
          width: 96px;
          height: 110px;
          margin: -65px 0 0 -50px; }
          .how-to .ruleta .center:after {
            top: 11px;
            width: 96px;
            height: 96px; } }
      @media (max-width: 768px) {
        .how-to .ruleta .center {
          width: 77px;
          height: 85px;
          margin: -46px 0 0 -41px; }
          .how-to .ruleta .center:after {
            top: 9px;
            width: 76px;
            height: 76px; } }
    .how-to .ruleta.crown {
      top: 0;
      width: 360px;
      height: 360px; }
      .how-to .ruleta.crown .spinner {
        -webkit-animation: spin-to-crown 12s cubic-bezier(0.19, 1, 0.22, 1) infinite;
        -moz-animation: spin-to-crown 12s cubic-bezier(0.19, 1, 0.22, 1) infinite;
        animation: spin-to-crown 12s cubic-bezier(0.19, 1, 0.22, 1) infinite; }
      @media (max-width: 992px) {
        .how-to .ruleta.crown {
          right: 0;
          width: 310px;
          height: 310px; }
          .how-to .ruleta.crown .center {
            margin: -56px 0 0 -50px; } }
      @media (max-width: 768px) {
        .how-to .ruleta.crown {
          width: 240px;
          height: 240px;
          margin-bottom: 10px;
          left: 60px; }
          .how-to .ruleta.crown .center {
            margin: -44px 0 0 -40px; } }
      @media (max-width: 340px) {
        .how-to .ruleta.crown {
          left: 34px; } }
  .how-to .question-panel {
    width: 352px;
    height: auto;
    margin: 15px 0 20px;
    position: relative; }
    @media (max-width: 992px) {
      .how-to .question-panel {
        width: 310px;
        margin-top: 10px; } }
    @media (max-width: 768px) {
      .how-to .question-panel {
        width: 295px;
        margin: 0 auto 20px; } }
    @media (max-width: 340px) {
      .how-to .question-panel {
        width: 98%;
        margin-bottom: 15px; } }
    .how-to .question-panel .panel {
      width: 100%;
      height: 185px;
      -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4), inset 0 0 5px 1px rgba(0, 0, 0, 0.3);
      box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4), inset 0 0 5px 1px rgba(0, 0, 0, 0.3);
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 40px 22px;
      display: block;
      border-radius: 12px;
      color: #222222;
      background: #fff; }
      @media (max-width: 992px) {
        .how-to .question-panel .panel {
          margin: 0 auto;
          height: 170px; } }
      @media (max-width: 768px) {
        .how-to .question-panel .panel {
          height: 145px; } }
      .how-to .question-panel .panel.panel-1 {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        -webkit-transform: rotate(3deg);
        -ms-transform: rotate(3deg);
        transform: rotate(3deg); }
      .how-to .question-panel .panel.panel-2 {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        -webkit-transform: rotate(-4deg);
        -ms-transform: rotate(-4deg);
        transform: rotate(-4deg); }
      .how-to .question-panel .panel.panel-3 {
        position: relative;
        top: 0;
        left: 0;
        z-index: 3;
        line-height: 100px;
        text-align: center; }
        .how-to .question-panel .panel.panel-3 p {
          display: inline-block;
          vertical-align: middle;
          font-size: 19px;
          line-height: 28px;
          font-weight: 700;
          margin: 0; }
        @media (max-width: 992px) {
          .how-to .question-panel .panel.panel-3 {
            line-height: 80px; }
            .how-to .question-panel .panel.panel-3 p {
              font-size: 19px; } }
        @media (max-width: 768px) {
          .how-to .question-panel .panel.panel-3 {
            line-height: 70px; }
            .how-to .question-panel .panel.panel-3 p {
              font-size: 18px;
              line-height: 24px;
              font-weight: 400; } }
        .how-to .question-panel .panel.panel-3 .validation-container {
          position: absolute;
          display: block;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: url("../img/correct-answer.png") no-repeat center center;
          z-index: 1;
          -webkit-animation: fadeIn 10s cubic-bezier(0.19, 1, 0.22, 1) infinite;
          -moz-animation: fadeIn 10s cubic-bezier(0.19, 1, 0.22, 1) infinite;
          animation: fadeIn 10s cubic-bezier(0.19, 1, 0.22, 1) infinite; }
  .how-to .btn-trivia {
    width: 100%;
    height: 47px;
    display: block;
    color: #222222;
    margin: 5px auto 13px;
    position: relative;
    background: white;
    -webkit-box-shadow: 0 4px 0 #bebebe, 0 5px 9px rgba(0, 0, 0, 0.8);
    box-shadow: 0 4px 0 #bebebe, 0 5px 9px rgba(0, 0, 0, 0.8);
    border-radius: 8px;
    font-size: 23px;
    line-height: 44px; }
  .how-to .answers {
    width: 352px;
    height: auto;
    position: relative; }
    .how-to .answers .btn-trivia {
      width: 100%;
      height: 47px;
      display: block;
      color: #222222;
      margin: 5px auto 13px;
      position: relative;
      background: white;
      -webkit-box-shadow: 0 4px 0 #bebebe, 0 5px 9px rgba(0, 0, 0, 0.8);
      box-shadow: 0 4px 0 #bebebe, 0 5px 9px rgba(0, 0, 0, 0.8);
      border-radius: 8px;
      font-size: 23px;
      line-height: 54px; }
      .how-to .answers .btn-trivia.correct {
        -webkit-animation: buttonCorrect 10s cubic-bezier(0.19, 1, 0.22, 1) infinite;
        -moz-animation: buttonCorrect 10s cubic-bezier(0.19, 1, 0.22, 1) infinite;
        animation: buttonCorrect 10s cubic-bezier(0.19, 1, 0.22, 1) infinite; }
    @media (max-width: 992px) {
      .how-to .answers {
        width: 310px; }
        .how-to .answers .btn-trivia {
          height: 40px;
          font-size: 21px;
          margin: 5px auto 10px; } }
    @media (max-width: 768px) {
      .how-to .answers {
        width: 295px;
        margin: 0 auto; }
        .how-to .answers .btn-trivia {
          height: 38px;
          font-size: 19px;
          line-height: 44px; } }
    @media (max-width: 340px) {
      .how-to .answers {
        width: 97%; } }
  .how-to .crown-meter {
    width: 200px;
    position: relative;
    float: right;
    margin: 94px 82px 0 0;
    z-index: 3; }
    @media (max-width: 992px) {
      .how-to .crown-meter {
        width: 180px;
        margin: 92px 55px 0 0; } }
    @media (max-width: 768px) {
      .how-to .crown-meter {
        width: 200px;
        margin: 15px auto 15px;
        float: none; } }
    .how-to .crown-meter .meter {
      width: 100%;
      height: auto; }
      .how-to .crown-meter .meter.full {
        opacity: 0.3;
        filter: alpha(opacity=30);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        -webkit-animation: fadeIn-delay 12s cubic-bezier(0.19, 1, 0.22, 1) infinite;
        -moz-animation: fadeIn-delay 12s cubic-bezier(0.19, 1, 0.22, 1) infinite;
        animation: fadeIn-delay 12s cubic-bezier(0.19, 1, 0.22, 1) infinite; }
  .how-to .challenge .character {
    width: 49%;
    display: inline-block;
    float: none;
    text-align: center;
    top: 0;
    left: 0;
    margin: 0;
    position: relative; }
    .how-to .challenge .character img {
      width: 90%;
      height: auto;
      margin: 0 auto; }
    @media (max-width: 992px) {
      .how-to .challenge .character {
        max-width: 205px; } }
  .how-to .challenge p {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .how-to .challenge .btn-trivia {
    color: white;
    width: 90%;
    height: 66px;
    border-radius: 12px;
    margin-top: 20px;
    font: 30px "mikado_bold", Arial, sans-serif; }
    .how-to .challenge .btn-trivia span {
      width: 40px;
      height: 48px;
      display: inline-block;
      margin: 2px 0 -15px 0;
      background: url("../img/sprite-challenge.png") no-repeat;
      background-size: 100% auto; }
    .how-to .challenge .btn-trivia.gold {
      background: #ff8400;
      -webkit-box-shadow: 0 7px 0 #b75f01, 0 10px 10px rgba(0, 0, 0, 0.6);
      box-shadow: 0 7px 0 #b75f01, 0 10px 10px rgba(0, 0, 0, 0.6); }
      .how-to .challenge .btn-trivia.gold span {
        background-position: 0 -89px; }
    .how-to .challenge .btn-trivia.aqua {
      background: #1fbba6;
      -webkit-box-shadow: 0 7px 0 #189786, 0 10px 10px rgba(0, 0, 0, 0.6);
      box-shadow: 0 7px 0 #189786, 0 10px 10px rgba(0, 0, 0, 0.6); }
    @media (max-width: 992px) {
      .how-to .challenge .btn-trivia {
        font-size: 21px;
        height: 57px; }
        .how-to .challenge .btn-trivia span {
          width: 31px;
          margin-bottom: -22px; }
        .how-to .challenge .btn-trivia.gold span {
          background-position: 0 -69px; } }
    @media (max-width: 480px) {
      .how-to .challenge .btn-trivia span {
        display: none; } }
  @media (max-width: 768px) {
    .how-to .challenge .height-fix {
      min-height: 360px; } }
  .how-to .owl-controls {
    display: block;
    width: 100%;
    margin: 40px 0 0;
    text-align: center; }
    .how-to .owl-controls .owl-page {
      width: 23px;
      height: 23px;
      -webkit-box-shadow: inset 3px 4px 8px rgba(0, 0, 0, 0.5), inset -2px -2px 4px rgba(255, 255, 255, 0.3);
      box-shadow: inset 3px 4px 8px rgba(0, 0, 0, 0.5), inset -2px -2px 4px rgba(255, 255, 255, 0.3);
      display: inline-block;
      border-radius: 50%;
      margin: 0 8px;
      background: rgba(0, 0, 0, 0.05); }
      .how-to .owl-controls .owl-page.active {
        background: #1fbba6;
        -webkit-box-shadow: inset 2px 3px 3px rgba(255, 255, 255, 0.5);
        box-shadow: inset 2px 3px 3px rgba(255, 255, 255, 0.5); }

.game-intro {
  padding-bottom: 25px;
  background: url("../img/bg-intro-rays-sm.png") center center/auto 100% no-repeat #1fbba6;
  min-height: 600px; }
  @media (min-width: 480px) {
    .game-intro {
      background: url("../img/bg-intro-rays-md.png") center center/auto 100% no-repeat #1fbba6; } }
  @media (min-width: 1200px) {
    .game-intro {
      background: url("../img/bg-intro-rays.png") center center/auto 100% no-repeat #1fbba6; } }
  .game-intro h1 {
    text-align: center;
    background-image: url("../img/landing/logo-en.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 600px auto;
    text-indent: -9999px;
    height: 76px;
    margin: 5px 0 35px; }
    .es .game-intro h1 {
      background-image: url("../img/logo-preguntados-es.png"); }
    .ca .game-intro h1 {
      background-image: url("../img/logo-preguntados-es.png"); }
    .pt .game-intro h1 {
      background-image: url("../img/landing/logo-pt.png"); }
    @media (max-width: 768px) {
      .game-intro h1 {
        height: 76px;
        background-size: 90% auto;
        margin-bottom: 20px; } }
    @media (max-width: 480px) {
      .game-intro h1 {
        height: 64px;
        background-size: 100% auto;
        margin-bottom: 10px; } }
  .game-intro h2 {
    color: white;
    font: 44px "mikado_bold", Arial, sans-serif;
    text-shadow: 4px 5px #376e67;
    margin: 15px 0 20px; }
    @media (max-width: 480px) {
      .game-intro h2 {
        text-align: center;
        font-size: 26px;
        margin-top: 5px; } }
  .game-intro .characters {
    width: 100%;
    height: auto;
    display: block;
    margin: 55px 0 25px;
    min-height: 68px; }
    .game-intro .characters:before, .game-intro .characters:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .game-intro .characters:after {
      clear: both; }
    @media (max-width: 768px) {
      .game-intro .characters {
        margin-top: 50px; } }
    .game-intro .characters > div {
      width: 16.5%;
      height: 100%;
      float: left;
      position: relative; }
      .game-intro .characters > div.pochoclin {
        width: 20.5%;
        top: 20px; }
        @media (max-width: 768px) {
          .game-intro .characters > div.pochoclin {
            top: 5px; } }
        @media (max-width: 480px) {
          .game-intro .characters > div.pochoclin img {
            width: 95%;
            max-width: 95%; } }
      .game-intro .characters > div.artista {
        width: 13%;
        top: 0; }
        .game-intro .characters > div.artista img {
          max-width: 105%; }
        @media (max-width: 768px) {
          .game-intro .characters > div.artista {
            top: -6px; } }
        @media (max-width: 480px) {
          .game-intro .characters > div.artista img {
            width: 115%;
            max-width: 115%; } }
      .game-intro .characters > div.pelotin {
        width: 16%;
        top: 7px; }
      .game-intro .characters > div.warrior {
        width: 17%;
        top: -3px; }
        .game-intro .characters > div.warrior img {
          max-width: 84%; }
        @media (max-width: 480px) {
          .game-intro .characters > div.warrior img {
            width: 91%;
            max-width: 91%; } }
      .game-intro .characters > div.nerd {
        width: 14%;
        top: -5px; }
        @media (max-width: 768px) {
          .game-intro .characters > div.nerd {
            top: 9px; } }
        @media (max-width: 480px) {
          .game-intro .characters > div.nerd img {
            width: 95%;
            max-width: 95%; } }
      .game-intro .characters > div.globin {
        width: 19.5%;
        top: 55px; }
        .game-intro .characters > div.globin img {
          max-width: 83%; }
        @media (max-width: 768px) {
          .game-intro .characters > div.globin {
            top: 15px; } }
        @media (max-width: 480px) {
          .game-intro .characters > div.globin img {
            width: 95%;
            max-width: 95%; } }
      .game-intro .characters > div img {
        max-width: 85%;
        display: block;
        margin: 0 auto; }
  .game-intro .features {
    font-size: 23px; }
    @media (max-width: 767px) {
      .game-intro .features {
        font-size: 18px; } }
  .game-intro .social-panel {
    display: block;
    width: 110%;
    margin-left: -8%;
    background: #b7dbed;
    border-radius: 12px;
    position: relative;
    border: 5px solid #b7dbed;
    -webkit-box-shadow: 2px 4px 7px rgba(20, 20, 20, 0.4);
    box-shadow: 2px 4px 7px rgba(20, 20, 20, 0.4); }
    .game-intro .social-panel .content {
      width: 100%;
      background: white;
      border-radius: 8px;
      padding: 5px; }
    .game-intro .social-panel .twitter-link {
      color: #00aced;
      display: block;
      margin: 1px 0 5px 7px;
      font-size: 20px; }
  .game-intro .social-buttons {
    width: 100%;
    text-align: center;
    margin-top: 20px; }
    .game-intro .social-buttons .btn-container > span {
      display: block;
      color: white; }
    .game-intro .social-buttons .btn-container > a {
      width: 85%;
      height: 50px;
      display: block;
      color: white;
      line-height: 52px;
      margin: 2px auto 15px;
      position: relative;
      background: #3b5998;
      -webkit-box-shadow: 0 5px 0 #1a2e57;
      box-shadow: 0 5px 0 #1a2e57;
      border-radius: 8px;
      font-weight: 700;
      font-size: 27px; }
      .game-intro .social-buttons .btn-container > a span {
        padding-left: 36px;
        background: url("../img/sprites/all-platforms.png") no-repeat;
        background-size: 38px auto;
        background-position: 2px 4px; }
      .game-intro .social-buttons .btn-container > a:hover {
        text-decoration: none;
        top: 2px;
        -webkit-box-shadow: 0 3px 0 #1a2e57;
        box-shadow: 0 3px 0 #1a2e57; }
      .game-intro .social-buttons .btn-container > a:active {
        text-decoration: none;
        top: 4px;
        -webkit-box-shadow: 0 1px 0 #1a2e57;
        box-shadow: 0 1px 0 #1a2e57; }
    .game-intro .social-buttons .btn-container.tw-follow > a {
      background: #00aced;
      -webkit-box-shadow: 0 5px 0 #245d72;
      box-shadow: 0 5px 0 #245d72; }
      .game-intro .social-buttons .btn-container.tw-follow > a span {
        padding-left: 36px;
        background: url(../img/sprite-social.png) no-repeat -57px center;
        background-size: 93px auto; }
      .game-intro .social-buttons .btn-container.tw-follow > a:hover {
        text-decoration: none;
        top: 2px;
        -webkit-box-shadow: 0 3px 0 #245d72;
        box-shadow: 0 3px 0 #245d72; }
      .game-intro .social-buttons .btn-container.tw-follow > a:active {
        text-decoration: none;
        top: 4px;
        -webkit-box-shadow: 0 1px 0 #245d72;
        box-shadow: 0 1px 0 #245d72; }

#tweetFeed {
  width: 94%;
  height: 160px;
  display: block;
  margin: 0 auto;
  overflow: auto;
  top: 10px;
  background: url("../img/bg/terms-pattern.png") repeat #f5f5f5;
  -webkit-box-shadow: inset 0 0px 10px 1px #999;
  box-shadow: inset 0 0px 10px 1px #999;
  padding: 15px 4%;
  font: 12px/14px "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #555;
  font-style: italic; }
  #tweetFeed ul {
    margin: 0;
    padding: 0; }
  #tweetFeed a {
    color: #1fbba6; }
  #tweetFeed .jta-tweet-list-item {
    border-bottom: 1px solid #918da4;
    margin-bottom: 14px;
    display: block;
    clear: both; }
  #tweetFeed .jta-tweet-user-screen-name-link {
    font-weight: bold; }
  #tweetFeed .jta-clear {
    height: 8px;
    clear: both;
    display: block; }
  #tweetFeed .jta-tweet-text {
    line-height: 17px;
    display: block;
    margin-bottom: 4px; }
  #tweetFeed .jta-tweet-timestamp {
    font-style: normal; }
  #tweetFeed .jta-tweet-attributes {
    float: left;
    color: #999;
    font-size: 11px;
    margin-top: 3px; }
  #tweetFeed .jta-tweet-twitter-bird-icon {
    float: left;
    width: 19px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-image: url(http://si0.twimg.com/images/dev/cms/intents/bird/bird_gray/bird_16_gray.png); }
  #tweetFeed .jta-tweet-twitter-bird-icon:hover {
    background-image: url(http://si0.twimg.com/images/dev/cms/intents/bird/bird_black/bird_16_black.png); }
  #tweetFeed .jta-tweet-actions {
    float: right;
    color: #999;
    font-size: 11px;
    margin-top: 4px;
    width: 60px; }
    #tweetFeed .jta-tweet-actions a {
      float: left;
      text-indent: -9999px; }
  #tweetFeed .jta-tweet-action-reply a,
  #tweetFeed .jta-tweet-action-retweet a,
  #tweetFeed .jta-tweet-action-favorite a {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding-left: 19px;
    padding-top: 3px;
    color: #999;
    text-decoration: none; }
  #tweetFeed .jta-tweet-action-retweet a {
    margin-top: 1px; }
  #tweetFeed .jta-tweet-action-reply a {
    background-image: url(http://si0.twimg.com/images/dev/cms/intents/icons/reply.png); }
  #tweetFeed .jta-tweet-action-retweet a {
    background-image: url(http://si0.twimg.com/images/dev/cms/intents/icons/retweet.png); }
  #tweetFeed .jta-tweet-action-favorite a {
    background-image: url(http://si0.twimg.com/images/dev/cms/intents/icons/favorite.png); }
  #tweetFeed .jta-tweet-action-reply a:hover,
  #tweetFeed .jta-tweet-action-retweet a:hover,
  #tweetFeed .jta-tweet-action-favorite a:hover {
    color: #666666;
    text-decoration: underline; }
  #tweetFeed .jta-tweet-action-reply a:hover {
    background-image: url(http://si0.twimg.com/images/dev/cms/intents/icons/reply_hover.png); }
  #tweetFeed .jta-tweet-action-retweet a:hover {
    background-image: url(http://si0.twimg.com/images/dev/cms/intents/icons/retweet_hover.png); }
  #tweetFeed .jta-tweet-action-favorite a:hover {
    background-image: url(http://si0.twimg.com/images/dev/cms/intents/icons/favorite_hover.png); }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0); }
  67% {
    -webkit-transform: rotate(0); }
  100% {
    -webkit-transform: rotate(1440deg); } }
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0); }
  67% {
    -moz-transform: rotate(0); }
  100% {
    -moz-transform: rotate(1440deg); } }
@keyframes spin {
  0% {
    transform: rotate(0); }
  67% {
    transform: rotate(0); }
  100% {
    transform: rotate(1440deg); } }
@-webkit-keyframes spin-to-crown {
  0% {
    -webkit-transform: rotate(155deg); }
  67% {
    -webkit-transform: rotate(155deg); }
  100% {
    -webkit-transform: rotate(1595deg); } }
@-moz-keyframes spin-to-crown {
  0% {
    -moz-transform: rotate(155deg); }
  67% {
    -moz-transform: rotate(155deg); }
  100% {
    -moz-transform: rotate(1595deg); } }
@keyframes spin-to-crown {
  0% {
    transform: rotate(155deg); }
  67% {
    transform: rotate(155deg); }
  100% {
    transform: rotate(1595deg); } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  70% {
    opacity: 0; }
  75% {
    opacity: 1; }
  100% {
    opacity: 1; } }
@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  70% {
    opacity: 0; }
  75% {
    opacity: 1; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  70% {
    opacity: 0; }
  75% {
    opacity: 1; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn-delay {
  0% {
    opacity: 1; }
  63% {
    opacity: 1; }
  67% {
    opacity: 0; }
  96% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fadeIn-delay {
  0% {
    opacity: 1; }
  63% {
    opacity: 1; }
  67% {
    opacity: 0; }
  96% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn-delay {
  0% {
    opacity: 1; }
  63% {
    opacity: 1; }
  67% {
    opacity: 0; }
  96% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes buttonCorrect {
  0% {
    background: #fff;
    color: #222222;
    -webkit-box-shadow: 0 4px 0 #bebebe, 0 5px 9px rgba(0, 0, 0, 0.8);
    box-shadow: 0 4px 0 #bebebe, 0 5px 9px rgba(0, 0, 0, 0.8); }
  70% {
    background: #fff;
    color: #222222;
    -webkit-box-shadow: 0 4px 0 #bebebe, 0 5px 9px rgba(0, 0, 0, 0.8);
    box-shadow: 0 4px 0 #bebebe, 0 5px 9px rgba(0, 0, 0, 0.8); }
  75% {
    background: #73bf43;
    color: #fff;
    -webkit-box-shadow: 0 4px 0 #5fa235, 0 5px 9px rgba(0, 0, 0, 0.8);
    box-shadow: 0 4px 0 #5fa235, 0 5px 9px rgba(0, 0, 0, 0.8); }
  100% {
    background: #73bf43;
    color: #fff;
    -webkit-box-shadow: 0 4px 0 #5fa235, 0 5px 9px rgba(0, 0, 0, 0.8);
    box-shadow: 0 4px 0 #5fa235, 0 5px 9px rgba(0, 0, 0, 0.8); } }
@-moz-keyframes buttonCorrect {
  0% {
    background: #fff;
    color: #222222;
    -webkit-box-shadow: 0 4px 0 #bebebe, 0 5px 9px rgba(0, 0, 0, 0.8);
    box-shadow: 0 4px 0 #bebebe, 0 5px 9px rgba(0, 0, 0, 0.8); }
  70% {
    background: #fff;
    color: #222222;
    -webkit-box-shadow: 0 4px 0 #bebebe, 0 5px 9px rgba(0, 0, 0, 0.8);
    box-shadow: 0 4px 0 #bebebe, 0 5px 9px rgba(0, 0, 0, 0.8); }
  75% {
    background: #73bf43;
    color: #fff;
    -webkit-box-shadow: 0 4px 0 #5fa235, 0 5px 9px rgba(0, 0, 0, 0.8);
    box-shadow: 0 4px 0 #5fa235, 0 5px 9px rgba(0, 0, 0, 0.8); }
  100% {
    background: #73bf43;
    color: #fff;
    -webkit-box-shadow: 0 4px 0 #5fa235, 0 5px 9px rgba(0, 0, 0, 0.8);
    box-shadow: 0 4px 0 #5fa235, 0 5px 9px rgba(0, 0, 0, 0.8); } }
@keyframes buttonCorrect {
  0% {
    background: #fff;
    color: #222222;
    -webkit-box-shadow: 0 4px 0 #bebebe, 0 5px 9px rgba(0, 0, 0, 0.8);
    box-shadow: 0 4px 0 #bebebe, 0 5px 9px rgba(0, 0, 0, 0.8); }
  70% {
    background: #fff;
    color: #222222;
    -webkit-box-shadow: 0 4px 0 #bebebe, 0 5px 9px rgba(0, 0, 0, 0.8);
    box-shadow: 0 4px 0 #bebebe, 0 5px 9px rgba(0, 0, 0, 0.8); }
  75% {
    background: #73bf43;
    color: #fff;
    -webkit-box-shadow: 0 4px 0 #5fa235, 0 5px 9px rgba(0, 0, 0, 0.8);
    box-shadow: 0 4px 0 #5fa235, 0 5px 9px rgba(0, 0, 0, 0.8); }
  100% {
    background: #73bf43;
    color: #fff;
    -webkit-box-shadow: 0 4px 0 #5fa235, 0 5px 9px rgba(0, 0, 0, 0.8);
    box-shadow: 0 4px 0 #5fa235, 0 5px 9px rgba(0, 0, 0, 0.8); } }
@font-face {
  font-family: 'Lato';
  src: url("fonts/brandontext-regular-webfont.eot");
  src: url("fonts/brandontext-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/brandontext-regular-webfont.svg#brandon_text_regularregular") format("svg"), url("fonts/brandontext-regular-webfont.woff") format("woff"), url("fonts/brandontext-regular-webfont.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }
.landing {
  width: 100%;
  height: 100%;
  min-width: 280px;
  color: white;
  display: block;
  font-family: "Lato", arial, sans-serif;
  position: absolute;
  left: 0;
  text-align: center;
  top: 0;
  -webkit-overflow-scrolling: touch; }
  .landing:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
    /* Adjusts for spacing */ }
  .landing .container {
    display: inline-block;
    vertical-align: middle;
    width: 99%;
    max-width: 765px;
    padding: 22px 10px 35px; }
    @media (max-width: 480px) {
      .landing .container {
        padding: 10px 10px 5px; } }
  .landing .app-logo {
    width: 32%;
    max-width: 200px;
    display: block;
    margin: 0 auto 15px; }
    .landing .app-logo img {
      width: 100%;
      height: auto; }
    @media (max-width: 768px) {
      .landing .app-logo {
        width: 30%;
        margin-bottom: 0; } }
  .landing .logo {
    width: 100%;
    height: 63px;
    background: url("../img/landing/logo-en.png") no-repeat center center;
    display: block;
    margin: 15px auto 25px;
    max-width: 550px;
    text-indent: -9999px; }
    @media (max-width: 768px) {
      .landing .logo {
        background-size: 90% auto; } }
    @media (max-width: 480px) {
      .landing .logo {
        background-size: 90% auto;
        margin: 0 auto;
        height: 59px; } }
    .es .landing .logo {
      background: url("../img/landing/logo-es.png") no-repeat center center; }
      @media (max-width: 768px) {
        .es .landing .logo {
          background-size: 90% auto; } }
      @media (max-width: 480px) {
        .es .landing .logo {
          background-size: 90% auto;
          margin: 0 auto;
          height: 59px; } }
    .ca .landing .logo {
      background: url("../img/landing/logo-es.png") no-repeat center center; }
      @media (max-width: 768px) {
        .ca .landing .logo {
          background-size: 90% auto; } }
      @media (max-width: 480px) {
        .ca .landing .logo {
          background-size: 90% auto;
          margin: 0 auto;
          height: 59px; } }
    .pt .landing .logo {
      background: url("../img/landing/logo-pt.png") no-repeat center center; }
      @media (max-width: 768px) {
        .pt .landing .logo {
          background-size: 90% auto; } }
      @media (max-width: 480px) {
        .pt .landing .logo {
          background-size: 90% auto;
          margin: 0 auto;
          height: 59px; } }
  .landing p {
    font-size: 22px; }
    @media (max-width: 480px) {
      .landing p {
        font-size: 16px; } }
  .landing .characters {
    width: 100%;
    height: auto;
    display: block;
    margin: 42px 0;
    min-height: 68px; }
    .landing .characters:before, .landing .characters:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .landing .characters:after {
      clear: both; }
    @media (max-width: 480px) {
      .landing .characters {
        margin: 20px 0 20px -4%; } }
    .landing .characters > div {
      width: 16.5%;
      height: 100%;
      float: left;
      position: relative; }
      .landing .characters > div.pop {
        width: 20.5%;
        top: 15px; }
      .landing .characters > div.tina {
        width: 13%;
        top: -16px; }
        .landing .characters > div.tina img {
          max-width: 105%; }
        @media (max-width: 768px) {
          .landing .characters > div.tina {
            top: -6px; } }
      .landing .characters > div.bonzo {
        width: 16%;
        top: 7px; }
      .landing .characters > div.hector {
        width: 17%;
        top: -3px; }
        .landing .characters > div.hector img {
          max-width: 84%; }
      .landing .characters > div.al {
        width: 14%;
        top: 11px; }
      .landing .characters > div.tito {
        width: 19.5%;
        top: 29px; }
        .landing .characters > div.tito img {
          max-width: 83%; }
        @media (max-width: 768px) {
          .landing .characters > div.tito {
            top: 15px; } }
      .landing .characters > div img {
        max-width: 85%;
        display: block;
        margin: 0 auto; }

@font-face {
  font-family: 'Brandon';
  src: url("fonts/brandontext-regular-webfont.eot");
  src: url("fonts/brandontext-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/brandontext-regular-webfont.svg#brandon_text_regularregular") format("svg"), url("fonts/brandontext-regular-webfont.woff") format("woff"), url("fonts/brandontext-regular-webfont.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Mikado';
  src: url("fonts/mikadoblack-webfont.eot");
  src: url("fonts/mikadoblack-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/mikadoblack-webfont.woff") format("woff"), url("fonts/mikadoblack-webfont.ttf") format("truetype"), url("fonts/mikadoblack-webfont.svg#mikado_bold_demoregular") format("svg");
  font-weight: 400;
  font-style: normal; }
.landing-boardgame {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  overflow: auto;
  width: 100%;
  height: 100%;
  min-width: 280px;
  font-family: "Brandon", arial, sans-serif;
  color: white;
  text-align: center;
  background-color: #1e0043;
  -webkit-overflow-scrolling: touch; }
  .landing-boardgame:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
    /* Adjusts for spacing */ }
  .landing-boardgame .container {
    display: inline-block;
    vertical-align: middle;
    width: 99%;
    max-width: 965px;
    padding: 22px 10px 35px; }
  .landing-boardgame .main {
    display: block;
    width: 100%;
    height: 679px;
    padding-top: 30px;
    background: url("../img/boardgame/main.png") no-repeat center bottom; }
    @media (max-width: 992px) {
      .landing-boardgame .main {
        background-size: 100% auto; } }
    @media (max-width: 768px) {
      .landing-boardgame .main {
        width: 100%;
        height: 500px; } }
    @media (max-width: 480px) {
      .landing-boardgame .main {
        width: 100%;
        height: 350px; } }
    .landing-boardgame .main h1 {
      margin-bottom: 0;
      font: 50px "Mikado", arial, sans-serif;
      text-transform: uppercase; }
      @media (max-width: 768px) {
        .landing-boardgame .main h1 {
          font-size: 35px; } }
      @media (max-width: 480px) {
        .landing-boardgame .main h1 {
          font-size: 25px; } }
    .landing-boardgame .main h4 {
      display: block;
      margin: 0 auto;
      width: 60%;
      font-size: 28px;
      line-height: 130%; }
      @media (max-width: 768px) {
        .landing-boardgame .main h4 {
          width: 80%;
          font-size: 20px; } }
      @media (max-width: 480px) {
        .landing-boardgame .main h4 {
          width: 90%;
          font-size: 15px; } }

@font-face {
  font-family: 'Brandon';
  src: url("fonts/brandontext-regular-webfont.eot");
  src: url("fonts/brandontext-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/brandontext-regular-webfont.svg#brandon_text_regularregular") format("svg"), url("fonts/brandontext-regular-webfont.woff") format("woff"), url("fonts/brandontext-regular-webfont.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }
.legales h2 {
  text-align: center;
  color: #fff; }
  @media (max-width: 768px) {
    .legales h2 {
      font-size: 25px; } }
  @media (max-width: 480px) {
    .legales h2 {
      font-size: 25px; } }
.legales header {
  padding: 20px; }
  .legales header .characters {
    display: block;
    width: 100%;
    height: 380px;
    background: url("../img/about/characters.png") no-repeat center center; }
    @media (max-width: 768px) {
      .legales header .characters {
        width: 100%;
        height: 440px;
        background-size: 90% auto; } }
    @media (max-width: 640px) {
      .legales header .characters {
        width: 100%;
        height: 370px; } }
    @media (max-width: 480px) {
      .legales header .characters {
        width: 100%;
        height: 250px; } }
    @media (max-width: 400px) {
      .legales header .characters {
        width: 100%;
        height: 210px; } }
    @media (max-width: 320px) {
      .legales header .characters {
        width: 100%;
        height: 190px; } }
  .legales header .preguntados {
    width: 100%;
    height: 90px;
    background: url("../img/landing/logo-en.png") no-repeat center center;
    background-size: 100% auto;
    display: block;
    margin: 0 auto;
    max-width: 550px;
    text-indent: -9999px; }
    @media (max-width: 768px) {
      .legales header .preguntados {
        width: 100%;
        height: 65px; } }
    @media (max-width: 480px) {
      .legales header .preguntados {
        width: 100%;
        height: 45px; } }
    @media (max-width: 320px) {
      .legales header .preguntados {
        width: 100%;
        height: 40px; } }
    .es .legales header .preguntados {
      background: url("../img/landing/logo-es.png") no-repeat center center;
      background-size: 100% auto; }
    .ca .legales header .preguntados {
      background: url("../img/landing/logo-es.png") no-repeat center center;
      background-size: 100% auto; }
    .pt .legales header .preguntados {
      background: url("../img/landing/logo-pt.png") no-repeat center center;
      background-size: 100% auto; }
.legales article {
  margin: 50px 0; }
  @media (max-width: 768px) {
    .legales article {
      margin: 40px 0; } }
  @media (max-width: 480px) {
    .legales article {
      margin: 30px 0; } }
  .legales article p {
    font-size: 20px;
    font-family: "Brandon", arial, sans-serif;
    color: #fff; }
    @media (max-width: 768px) {
      .legales article p {
        font-size: 18px; } }
    @media (max-width: 480px) {
      .legales article p {
        font-size: 16px; } }
  .legales article h4 {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    line-height: 140%; }
    @media (max-width: 768px) {
      .legales article h4 {
        font-size: 15px; } }

.rules {
  padding: 20px 0 60px;
  background: #f9f9f9; }
  .rules h1 {
    font: 54px "mikado_bold", Arial, sans-serif;
    color: #77776e;
    text-align: center;
    text-transform: uppercase; }
    @media (max-width: 992px) {
      .rules h1 {
        font-size: 42px; } }
    @media (max-width: 480px) {
      .rules h1 {
        font-size: 38px; } }
  .rules h2 {
    font: 30px "mikado_bold", Arial, sans-serif;
    text-transform: uppercase;
    margin: 35px 0 5px; }
    @media (max-width: 992px) {
      .rules h2 {
        font-size: 26px; } }
    @media (max-width: 480px) {
      .rules h2 {
        font-size: 24px; } }
  .rules p {
    font-size: 19px;
    color: #444;
    font-weight: 700;
    line-height: 29px; }
    @media (max-width: 992px) {
      .rules p {
        font-size: 15px; } }
  .rules .screens > img {
    display: block;
    width: 92%;
    margin-top: 40px; }
    .rules .screens > img.screen-2 {
      margin-top: 180px; }
  @media (max-width: 992px) {
    .rules .screens {
      text-align: center; }
      .rules .screens > img {
        display: inline-block;
        width: 40%;
        margin: 20px 2.5%; }
        .rules .screens > img.screen-2 {
          margin-top: 20px; } }

/*# sourceMappingURL=style.css.map */
