/*!
 * Bootstrap v3.0.3
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

/*! 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;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h2 small,
h3 small,
h1 .small,
h2 .small,
h3 .small {
  font-size: 65%;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h5 small,
h6 small,
h4 .small,
h5 .small,
h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
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: #8a6d3b;
}
.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
.text-danger:hover {
  color: #843534;
}
.text-success {
  color: #3c763d;
}
.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
.text-info:hover {
  color: #245269;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.list-inline > li:first-child {
  padding-left: 0;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.428571429;
}
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: " ";
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small,
blockquote .small {
  display: block;
  line-height: 1.428571429;
  color: #999999;
}
blockquote small:before,
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: 20px;
  font-style: normal;
  line-height: 1.428571429;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, 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: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  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: 2.5px;
  padding-right: 2.5px;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 725px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 945px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1145px;
  }
}
.row {
  margin-left: -2.5px;
  margin-right: -2.5px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 2.5px;
  padding-right: 2.5px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666666666666%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666666666666%;
}
.col-xs-pull-10 {
  right: 83.33333333333334%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666666666666%;
}
.col-xs-pull-7 {
  right: 58.333333333333336%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666666666667%;
}
.col-xs-pull-4 {
  right: 33.33333333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.666666666666664%;
}
.col-xs-pull-1 {
  right: 8.333333333333332%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666666666666%;
}
.col-xs-push-10 {
  left: 83.33333333333334%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666666666666%;
}
.col-xs-push-7 {
  left: 58.333333333333336%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666666666667%;
}
.col-xs-push-4 {
  left: 33.33333333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.666666666666664%;
}
.col-xs-push-1 {
  left: 8.333333333333332%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell;
}
.table > thead > tr > .active,
.table > tbody > tr > .active,
.table > tfoot > tr > .active,
.table > thead > .active > td,
.table > tbody > .active > td,
.table > tfoot > .active > td,
.table > thead > .active > th,
.table > tbody > .active > th,
.table > tfoot > .active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > .active:hover,
.table-hover > tbody > .active:hover > td,
.table-hover > tbody > .active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > .success,
.table > tbody > tr > .success,
.table > tfoot > tr > .success,
.table > thead > .success > td,
.table > tbody > .success > td,
.table > tfoot > .success > td,
.table > thead > .success > th,
.table > tbody > .success > th,
.table > tfoot > .success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > .success:hover,
.table-hover > tbody > .success:hover > td,
.table-hover > tbody > .success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > .danger,
.table > tbody > tr > .danger,
.table > tfoot > tr > .danger,
.table > thead > .danger > td,
.table > tbody > .danger > td,
.table > tfoot > .danger > td,
.table > thead > .danger > th,
.table > tbody > .danger > th,
.table > tfoot > .danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > .danger:hover,
.table-hover > tbody > .danger:hover > td,
.table-hover > tbody > .danger:hover > th {
  background-color: #ebcccc;
}
.table > thead > tr > .warning,
.table > tbody > tr > .warning,
.table > tfoot > tr > .warning,
.table > thead > .warning > td,
.table > tbody > .warning > td,
.table > tfoot > .warning > td,
.table > thead > .warning > th,
.table > tbody > .warning > th,
.table > tfoot > .warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > .warning:hover,
.table-hover > tbody > .warning:hover > td,
.table-hover > tbody > .warning:hover > th {
  background-color: #faf2cc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  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;
  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: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control:-moz-placeholder {
  color: #999999;
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.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: 20px;
  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],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg {
  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: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.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 {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline select.form-control {
    width: auto;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .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 .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -2.5px;
  margin-right: -2.5px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.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: 14px;
  line-height: 1.428571429;
  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;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  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: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #fff;
}
.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  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;
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon:empty {
  width: 1em;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 2px solid;
  border-right: 2px solid transparent;
  border-left: 2px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  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: 12px;
  line-height: 1.428571429;
  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;
  border-bottom: 2px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group {
  float: left;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 3px 3px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 3px 3px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  white-space: nowrap;
}
.input-group-btn:first-child > .btn {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn {
  margin-left: -1px;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -4px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #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 .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.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: #ffffff;
  background-color: #428bca;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 2px;
  padding-left: 2px;
  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: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}
.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: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -2px;
  margin-left: -2px;
}
@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: 15px 2px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand {
    margin-left: -2px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 2px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  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: 7.5px -2px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    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: 20px;
  }
  .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: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -2px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -2px;
  margin-right: -2px;
  padding: 10px 2px;
  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: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
  }
  .navbar-form select.form-control {
    width: auto;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
@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-form.navbar-right:last-child {
    margin-right: -2px;
  }
}
.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: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 2px;
    margin-right: 2px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    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: #555555;
    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: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  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: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    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: #ffffff;
    background-color: #080808;
  }
  .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: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager:before,
.pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.1428571435;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  line-height: 1;
  color: inherit;
}
.jumbotron p {
  line-height: 1.4;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
}
.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child th,
.panel > .table > tbody:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:last-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  z-index: 1050;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: none;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicons-chevron-left,
  .carousel-control .glyphicons-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  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;
  }
  table.visible-xs {
    display: table;
  }
  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;
  }
  table.visible-xs.visible-sm {
    display: table;
  }
  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;
  }
  table.visible-xs.visible-md {
    display: table;
  }
  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;
  }
  table.visible-xs.visible-lg {
    display: table;
  }
  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;
  }
  table.visible-sm.visible-xs {
    display: table;
  }
  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;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  table.visible-sm.visible-md {
    display: table;
  }
  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;
  }
  table.visible-sm.visible-lg {
    display: table;
  }
  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;
  }
  table.visible-md.visible-xs {
    display: table;
  }
  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;
  }
  table.visible-md.visible-sm {
    display: table;
  }
  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;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  table.visible-md.visible-lg {
    display: table;
  }
  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;
  }
  table.visible-lg.visible-xs {
    display: table;
  }
  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;
  }
  table.visible-lg.visible-sm {
    display: table;
  }
  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;
  }
  table.visible-lg.visible-md {
    display: table;
  }
  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;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}
table.hidden-xs {
  display: table;
}
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;
}
table.hidden-sm {
  display: table;
}
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;
}
table.hidden-md {
  display: table;
}
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;
}
table.hidden-lg {
  display: table;
}
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;
  }
  table.visible-print {
    display: table;
  }
  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;
  }
}

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

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

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

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

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

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

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

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

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

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

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

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

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

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

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

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

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

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

/**
 * Re-set default cursor for disabled elements.
 */

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

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

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

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
@charset "UTF-8";.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}@-webkit-keyframes bounce{0%,20%,50%,80%,100%{-webkit-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}60%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}}@keyframes bounce{0%,20%,50%,80%,100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px)}60%{-webkit-transform:translateY(-15px);-ms-transform:translateY(-15px);transform:translateY(-15px)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce}@-webkit-keyframes flash{0%,50%,100%{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,100%{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);transform:scale(1.1)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes pulse{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes shake{0%,100%{-webkit-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}20%,40%,60%,80%{-webkit-transform:translateX(10px);transform:translateX(10px)}}@keyframes shake{0%,100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px)}20%,40%,60%,80%{-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);-ms-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);-ms-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);-ms-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);-ms-transform:rotate(-5deg);transform:rotate(-5deg)}100%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}}.swing{-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(.9)rotate(-3deg);transform:scale(.9)rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale(1.1)rotate(3deg);transform:scale(1.1)rotate(3deg)}40%,60%,80%{-webkit-transform:scale(1.1)rotate(-3deg);transform:scale(1.1)rotate(-3deg)}100%{-webkit-transform:scale(1)rotate(0);transform:scale(1)rotate(0)}}@keyframes tada{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(.9)rotate(-3deg);-ms-transform:scale(.9)rotate(-3deg);transform:scale(.9)rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale(1.1)rotate(3deg);-ms-transform:scale(1.1)rotate(3deg);transform:scale(1.1)rotate(3deg)}40%,60%,80%{-webkit-transform:scale(1.1)rotate(-3deg);-ms-transform:scale(1.1)rotate(-3deg);transform:scale(1.1)rotate(-3deg)}100%{-webkit-transform:scale(1)rotate(0);-ms-transform:scale(1)rotate(0);transform:scale(1)rotate(0)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateX(0%);transform:translateX(0%)}15%{-webkit-transform:translateX(-25%)rotate(-5deg);transform:translateX(-25%)rotate(-5deg)}30%{-webkit-transform:translateX(20%)rotate(3deg);transform:translateX(20%)rotate(3deg)}45%{-webkit-transform:translateX(-15%)rotate(-3deg);transform:translateX(-15%)rotate(-3deg)}60%{-webkit-transform:translateX(10%)rotate(2deg);transform:translateX(10%)rotate(2deg)}75%{-webkit-transform:translateX(-5%)rotate(-1deg);transform:translateX(-5%)rotate(-1deg)}100%{-webkit-transform:translateX(0%);transform:translateX(0%)}}@keyframes wobble{0%{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%)}15%{-webkit-transform:translateX(-25%)rotate(-5deg);-ms-transform:translateX(-25%)rotate(-5deg);transform:translateX(-25%)rotate(-5deg)}30%{-webkit-transform:translateX(20%)rotate(3deg);-ms-transform:translateX(20%)rotate(3deg);transform:translateX(20%)rotate(3deg)}45%{-webkit-transform:translateX(-15%)rotate(-3deg);-ms-transform:translateX(-15%)rotate(-3deg);transform:translateX(-15%)rotate(-3deg)}60%{-webkit-transform:translateX(10%)rotate(2deg);-ms-transform:translateX(10%)rotate(2deg);transform:translateX(10%)rotate(2deg)}75%{-webkit-transform:translateX(-5%)rotate(-1deg);-ms-transform:translateX(-5%)rotate(-1deg);transform:translateX(-5%)rotate(-1deg)}100%{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes bounceIn{0%{opacity:0;-webkit-transform:scale(.3);transform:scale(.3)}50%{opacity:1;-webkit-transform:scale(1.05);transform:scale(1.05)}70%{-webkit-transform:scale(.9);transform:scale(.9)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes bounceIn{0%{opacity:0;-webkit-transform:scale(.3);-ms-transform:scale(.3);transform:scale(.3)}50%{opacity:1;-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}70%{-webkit-transform:scale(.9);-ms-transform:scale(.9);transform:scale(.9)}100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}60%{opacity:1;-webkit-transform:translateY(30px);transform:translateY(30px)}80%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes bounceInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}60%{opacity:1;-webkit-transform:translateY(30px);-ms-transform:translateY(30px);transform:translateY(30px)}80%{-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}60%{opacity:1;-webkit-transform:translateX(30px);transform:translateX(30px)}80%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes bounceInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}60%{opacity:1;-webkit-transform:translateX(30px);-ms-transform:translateX(30px);transform:translateX(30px)}80%{-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}60%{opacity:1;-webkit-transform:translateX(-30px);transform:translateX(-30px)}80%{-webkit-transform:translateX(10px);transform:translateX(10px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes bounceInRight{0%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}60%{opacity:1;-webkit-transform:translateX(-30px);-ms-transform:translateX(-30px);transform:translateX(-30px)}80%{-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}60%{opacity:1;-webkit-transform:translateY(-30px);transform:translateY(-30px)}80%{-webkit-transform:translateY(10px);transform:translateY(10px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes bounceInUp{0%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}60%{opacity:1;-webkit-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px)}80%{-webkit-transform:translateY(10px);-ms-transform:translateY(10px);transform:translateY(10px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{0%{-webkit-transform:scale(1);transform:scale(1)}25%{-webkit-transform:scale(.95);transform:scale(.95)}50%{opacity:1;-webkit-transform:scale(1.1);transform:scale(1.1)}100%{opacity:0;-webkit-transform:scale(.3);transform:scale(.3)}}@keyframes bounceOut{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}25%{-webkit-transform:scale(.95);-ms-transform:scale(.95);transform:scale(.95)}50%{opacity:1;-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}100%{opacity:0;-webkit-transform:scale(.3);-ms-transform:scale(.3);transform:scale(.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{0%{-webkit-transform:translateY(0);transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}}@keyframes bounceOutDown{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{0%{-webkit-transform:translateX(0);transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(20px);transform:translateX(20px)}100%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}}@keyframes bounceOutLeft{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}100%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{0%{-webkit-transform:translateX(0);transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}}@keyframes bounceOutRight{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{0%{-webkit-transform:translateY(0);transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(20px);transform:translateY(20px)}100%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}}@keyframes bounceOutUp{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}100%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px);transform:translateX(20px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}}@keyframes fadeOutDown{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}}@keyframes fadeOutDownBig{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-20px);transform:translateX(-20px)}}@keyframes fadeOutLeft{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}}@keyframes fadeOutLeftBig{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(20px);transform:translateX(20px)}}@keyframes fadeOutRight{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}}@keyframes fadeOutRightBig{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}}@keyframes fadeOutUp{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}}@keyframes fadeOutUpBig{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px)translateZ(0)rotateY(0)scale(1);transform:perspective(400px)translateZ(0)rotateY(0)scale(1)}0%,40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px)translateZ(150px)rotateY(170deg)scale(1);transform:perspective(400px)translateZ(150px)rotateY(170deg)scale(1)}50%{-webkit-transform:perspective(400px)translateZ(150px)rotateY(190deg)scale(1);transform:perspective(400px)translateZ(150px)rotateY(190deg)scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px)translateZ(0)rotateY(360deg)scale(.95);transform:perspective(400px)translateZ(0)rotateY(360deg)scale(.95)}80%,100%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px)translateZ(0)rotateY(360deg)scale(1);transform:perspective(400px)translateZ(0)rotateY(360deg)scale(1)}}@keyframes flip{0%{-webkit-transform:perspective(400px)translateZ(0)rotateY(0)scale(1);-ms-transform:perspective(400px)translateZ(0)rotateY(0)scale(1);transform:perspective(400px)translateZ(0)rotateY(0)scale(1)}0%,40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px)translateZ(150px)rotateY(170deg)scale(1);-ms-transform:perspective(400px)translateZ(150px)rotateY(170deg)scale(1);transform:perspective(400px)translateZ(150px)rotateY(170deg)scale(1)}50%{-webkit-transform:perspective(400px)translateZ(150px)rotateY(190deg)scale(1);-ms-transform:perspective(400px)translateZ(150px)rotateY(190deg)scale(1);transform:perspective(400px)translateZ(150px)rotateY(190deg)scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px)translateZ(0)rotateY(360deg)scale(.95);-ms-transform:perspective(400px)translateZ(0)rotateY(360deg)scale(.95);transform:perspective(400px)translateZ(0)rotateY(360deg)scale(.95)}80%,100%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px)translateZ(0)rotateY(360deg)scale(1);-ms-transform:perspective(400px)translateZ(0)rotateY(360deg)scale(1);transform:perspective(400px)translateZ(0)rotateY(360deg)scale(1)}}.animated.flip{-webkit-backface-visibility:visible;-ms-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px)rotateX(90deg);transform:perspective(400px)rotateX(90deg);opacity:0}40%{-webkit-transform:perspective(400px)rotateX(-10deg);transform:perspective(400px)rotateX(-10deg)}70%{-webkit-transform:perspective(400px)rotateX(10deg);transform:perspective(400px)rotateX(10deg)}100%{-webkit-transform:perspective(400px)rotateX(0);transform:perspective(400px)rotateX(0);opacity:1}}@keyframes flipInX{0%{-webkit-transform:perspective(400px)rotateX(90deg);-ms-transform:perspective(400px)rotateX(90deg);transform:perspective(400px)rotateX(90deg);opacity:0}40%{-webkit-transform:perspective(400px)rotateX(-10deg);-ms-transform:perspective(400px)rotateX(-10deg);transform:perspective(400px)rotateX(-10deg)}70%{-webkit-transform:perspective(400px)rotateX(10deg);-ms-transform:perspective(400px)rotateX(10deg);transform:perspective(400px)rotateX(10deg)}100%{-webkit-transform:perspective(400px)rotateX(0);-ms-transform:perspective(400px)rotateX(0);transform:perspective(400px)rotateX(0);opacity:1}}.flipInX{-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px)rotateY(90deg);transform:perspective(400px)rotateY(90deg);opacity:0}40%{-webkit-transform:perspective(400px)rotateY(-10deg);transform:perspective(400px)rotateY(-10deg)}70%{-webkit-transform:perspective(400px)rotateY(10deg);transform:perspective(400px)rotateY(10deg)}100%{-webkit-transform:perspective(400px)rotateY(0);transform:perspective(400px)rotateY(0);opacity:1}}@keyframes flipInY{0%{-webkit-transform:perspective(400px)rotateY(90deg);-ms-transform:perspective(400px)rotateY(90deg);transform:perspective(400px)rotateY(90deg);opacity:0}40%{-webkit-transform:perspective(400px)rotateY(-10deg);-ms-transform:perspective(400px)rotateY(-10deg);transform:perspective(400px)rotateY(-10deg)}70%{-webkit-transform:perspective(400px)rotateY(10deg);-ms-transform:perspective(400px)rotateY(10deg);transform:perspective(400px)rotateY(10deg)}100%{-webkit-transform:perspective(400px)rotateY(0);-ms-transform:perspective(400px)rotateY(0);transform:perspective(400px)rotateY(0);opacity:1}}.flipInY{-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px)rotateX(0);transform:perspective(400px)rotateX(0);opacity:1}100%{-webkit-transform:perspective(400px)rotateX(90deg);transform:perspective(400px)rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px)rotateX(0);-ms-transform:perspective(400px)rotateX(0);transform:perspective(400px)rotateX(0);opacity:1}100%{-webkit-transform:perspective(400px)rotateX(90deg);-ms-transform:perspective(400px)rotateX(90deg);transform:perspective(400px)rotateX(90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px)rotateY(0);transform:perspective(400px)rotateY(0);opacity:1}100%{-webkit-transform:perspective(400px)rotateY(90deg);transform:perspective(400px)rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px)rotateY(0);-ms-transform:perspective(400px)rotateY(0);transform:perspective(400px)rotateY(0);opacity:1}100%{-webkit-transform:perspective(400px)rotateY(90deg);-ms-transform:perspective(400px)rotateY(90deg);transform:perspective(400px)rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translateX(100%)skewX(-30deg);transform:translateX(100%)skewX(-30deg);opacity:0}60%{-webkit-transform:translateX(-20%)skewX(30deg);transform:translateX(-20%)skewX(30deg);opacity:1}80%{-webkit-transform:translateX(0%)skewX(-15deg);transform:translateX(0%)skewX(-15deg);opacity:1}100%{-webkit-transform:translateX(0%)skewX(0);transform:translateX(0%)skewX(0);opacity:1}}@keyframes lightSpeedIn{0%{-webkit-transform:translateX(100%)skewX(-30deg);-ms-transform:translateX(100%)skewX(-30deg);transform:translateX(100%)skewX(-30deg);opacity:0}60%{-webkit-transform:translateX(-20%)skewX(30deg);-ms-transform:translateX(-20%)skewX(30deg);transform:translateX(-20%)skewX(30deg);opacity:1}80%{-webkit-transform:translateX(0%)skewX(-15deg);-ms-transform:translateX(0%)skewX(-15deg);transform:translateX(0%)skewX(-15deg);opacity:1}100%{-webkit-transform:translateX(0%)skewX(0);-ms-transform:translateX(0%)skewX(0);transform:translateX(0%)skewX(0);opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{-webkit-transform:translateX(0%)skewX(0);transform:translateX(0%)skewX(0);opacity:1}100%{-webkit-transform:translateX(100%)skewX(-30deg);transform:translateX(100%)skewX(-30deg);opacity:0}}@keyframes lightSpeedOut{0%{-webkit-transform:translateX(0%)skewX(0);-ms-transform:translateX(0%)skewX(0);transform:translateX(0%)skewX(0);opacity:1}100%{-webkit-transform:translateX(100%)skewX(-30deg);-ms-transform:translateX(100%)skewX(-30deg);transform:translateX(100%)skewX(-30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}0%,100%{-webkit-transform-origin:center center;transform-origin:center center}100%{-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);-ms-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}0%,100%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center}100%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}0%,100%{-webkit-transform-origin:left bottom;transform-origin:left bottom}100%{-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}0%,100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom}100%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}0%,100%{-webkit-transform-origin:right bottom;transform-origin:right bottom}100%{-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}0%,100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom}100%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}0%,100%{-webkit-transform-origin:left bottom;transform-origin:left bottom}100%{-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}0%,100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom}100%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}0%,100%{-webkit-transform-origin:right bottom;transform-origin:right bottom}100%{-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}0%,100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom}100%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform:rotate(0);transform:rotate(0);opacity:1}0%,100%{-webkit-transform-origin:center center;transform-origin:center center}100%{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}0%,100%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center}100%{-webkit-transform:rotate(200deg);-ms-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform:rotate(0);transform:rotate(0);opacity:1}0%,100%{-webkit-transform-origin:left bottom;transform-origin:left bottom}100%{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutDownLeft{0%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}0%,100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom}100%{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform:rotate(0);transform:rotate(0);opacity:1}0%,100%{-webkit-transform-origin:right bottom;transform-origin:right bottom}100%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}}@keyframes rotateOutDownRight{0%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}0%,100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom}100%{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}100%{-transform-origin:left bottom;-transform:rotate(-90deg);opacity:0}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}100%{-transform-origin:left bottom;-transform:rotate(-90deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform:rotate(0);transform:rotate(0);opacity:1}0%,100%{-webkit-transform-origin:right bottom;transform-origin:right bottom}100%{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}0%,100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom}100%{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes slideInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}}@keyframes slideOutLeft{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}}@keyframes slideOutRight{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}}@keyframes slideOutUp{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}@-webkit-keyframes hinge{0%{-webkit-transform:rotate(0);transform:rotate(0)}0%,20%,60%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg)}40%{-webkit-transform:rotate(60deg);transform:rotate(60deg)}40%,80%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}80%{-webkit-transform:rotate(60deg)translateY(0);transform:rotate(60deg)translateY(0);opacity:1}100%{-webkit-transform:translateY(700px);transform:translateY(700px);opacity:0}}@keyframes hinge{0%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}0%,20%,60%{-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);-ms-transform:rotate(80deg);transform:rotate(80deg)}40%{-webkit-transform:rotate(60deg);-ms-transform:rotate(60deg);transform:rotate(60deg)}40%,80%{-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}80%{-webkit-transform:rotate(60deg)translateY(0);-ms-transform:rotate(60deg)translateY(0);transform:rotate(60deg)translateY(0);opacity:1}100%{-webkit-transform:translateY(700px);-ms-transform:translateY(700px);transform:translateY(700px);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translateX(-100%)rotate(-120deg);transform:translateX(-100%)rotate(-120deg)}100%{opacity:1;-webkit-transform:translateX(0)rotate(0);transform:translateX(0)rotate(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translateX(-100%)rotate(-120deg);-ms-transform:translateX(-100%)rotate(-120deg);transform:translateX(-100%)rotate(-120deg)}100%{opacity:1;-webkit-transform:translateX(0)rotate(0);-ms-transform:translateX(0)rotate(0);transform:translateX(0)rotate(0)}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1;-webkit-transform:translateX(0)rotate(0);transform:translateX(0)rotate(0)}100%{opacity:0;-webkit-transform:translateX(100%)rotate(120deg);transform:translateX(100%)rotate(120deg)}}@keyframes rollOut{0%{opacity:1;-webkit-transform:translateX(0)rotate(0);-ms-transform:translateX(0)rotate(0);transform:translateX(0)rotate(0)}100%{opacity:0;-webkit-transform:translateX(100%)rotate(120deg);-ms-transform:translateX(100%)rotate(120deg);transform:translateX(100%)rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}
/*------------------------------Boostrap Fix------------------------------*/
  .row {
    margin-left: 0;
    margin-right: 0;
  }
  .colums-3-centered{
    margin-left:12.5%;
  }
@media (max-width: 768px) { 
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    padding-left: 0;
    padding-right: 0;
  }
  .colums-3-centered{
      margin-left:0;
  }
}
/*-------------------------------------------------------------------------*/
 .full-height{height:100%}

/* MODAL STYLES WHERE MOVED */
/* Moved the modal styles to base.less */


/*-------------------------------------------------------------------------*/
.navbar{
  margin-bottom: 0;
}
.navbar-toggle{
  float: left;
}

.log-reg{
  text-align: right;
}
.nav li.dropdown{
  position: static;
}
.dropdown .dropdown-menu{
  width: 100%;
}
h1.logo{
  left: 42%;
  position: absolute;
  margin: 0;
}
footer{
  background-color: #383838;
  padding:20px 0;
}
footer .footer-list{
  list-style-type:none;
    margin:0;
    padding:0;
}
footer .footer-list li{
    margin:0 10px;
    padding: 5px 0;
    border-bottom: 1px solid rgba(0,0,0,0.5);
    border-top: 1px solid rgba(255,255,255,0.5);
}
footer .footer-list li:first-child{border-top:none;}
footer .footer-list li:last-child{border-bottom:none;}


/*progressStatus icon*/
.bg{
  position:absolute;
    left: 50%;
    top: 50%;
}
.bg #progressStatus{
  z-index: 99999;
    position: relative;
    left: -60%;
}


@media (max-width: 767px) {

}

@media (min-width: 768px) and (max-width: 991px) {
    footer .footer-list, footer .footer-list li{
        display: inline-block;
        font-size: 12px;
    }

}

@media (max-width: 991px) {
  /*body.modal-open {
    overflow-y: auto;
  }*/
}

@media (min-width: 992px) and (max-width: 1199px) {
  .navbar{
    margin-bottom: 20px;
  }
  .navbar-dropdown-menu {
    position: absolute;
  }
footer .footer-list, footer .footer-list li{
  display: inline-block;
  }
  h1.logo{
  left: 0;
  position: relative;
  }
  .panel ,.panel-group .panel-heading + .panel-collapse .panel-body {
    border: none;
  }
}

@media (min-width: 1200px) {
   h1.logo{
  left: 0;
  position: relative;
  }
  .navbar{
    margin-bottom: 20px;
  }
  .navbar-dropdown-menu {
    position: absolute;
  }

  .panel ,.panel-group .panel-heading + .panel-collapse .panel-body {
    border: none;
  }
footer .footer-list, footer .footer-list li{
  display: inline-block;
  }
}

/*-------------------------------------------------------------------------*/
.close-cta{
  position: absolute;
  right: 15px;
  top: 10px;
}
.sing-in h2{
  text-align: center;
  margin: 5% 0;
  border-bottom: 2px solid black;
}
.sing-in h4{
  border-bottom: 2px solid black;
}
.sing-in fieldset{
  border: none;
  padding: 0;
  margin: 0;
}
.sing-in legend{
  display: none;
}
.sing-in input[type="submit"]{
  margin-right: 100%;
}
/*-------------------------------------------------------------------------*/
.register fieldset{
  border: none;
  padding: 0;
  margin: 0; 
}
.register fieldset .large-6{
  margin-bottom: 15px;
}
.register legend{
  display: none;
}
.register h2{
  border-bottom: 2px solid black; 
}
.register h2, .register h4{
  text-align: center;
}
.register .facebook-login h4{
  border-bottom: 2px solid black; 
  text-align: left;
}
.register form h4{
  text-align: center;
}
.register form h4 .required-label{
  float: right;
}
.register .zip-code, .register .sex-form, .register .sex-form label{
  display: inline-block;
}
.register .zip-code input{
  width: 70px;
} 
.register .submit-container{
  clear: both;
}
.register .submit-container p{
  text-align: center;
}
.register .submit-container input{
  float: right;
}

/* Author mode styles */
.author-title {
  background: darkGrey;
  color: black;
  text-align: center;
  margin-bottom: 10px;
}
.author-title h4 {
  color: black;
  font-size: 1.5em;
  padding: 0;
  margin: 0;
}
.author-title span {
  color: black;
  font-size: 0.8em;
}


/*!
 * fullPage 2.7.8
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
    margin: 0;
    padding: 0;
    overflow:hidden;

    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
#superContainer {
    height: 100%;
    position: relative;

    /* Touch detection for Windows 8 */
    -ms-touch-action: none;

    /* IE 11 on Windows Phone 8.1*/
    touch-action: none;
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box; /* <=28 */
    box-sizing: border-box;
}
.fp-slide {
    float: left;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index:1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout:fixed;
    width: 100%;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
    overflow: scroll;
}
.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
}
#fp-nav.right {
    right: 17px;
}
#fp-nav.left {
    left: 17px;
}
.fp-slidesNav{
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
}
.fp-slidesNav.bottom {
    bottom: 17px;
}
.fp-slidesNav.top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
 }
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
    width: 10px;
    height: 10px;
    margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
    right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
    left: 20px;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell{
    height: auto !important;
}
.general-grid.author-mode .author-title{
	margin-bottom:0px;
    background-color: #EEE;            

    }

.general-grid.author-mode{
	border: 4px dotted #AAA;
    margin:0px;                    
    }            

.general-grid.author-mode .author-title h4{
    color: #666;            
    }

.general-grid.author-mode .author-title span{
    color: #666;            
    }

.accordion {
  margin-bottom:20px
}

.accordion .panel-group {
  margin-bottom:2px;
  border:1px solid #e5e5e5;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px
}
.accordion .panel-heading {
  border-bottom:0
}
.accordion .panel-heading .panel-toggle {
  display:block;
  padding:8px 15px;
  cursor:pointer;
}
.accordion .panel-body {
  padding:9px 15px;
  border-top:1px solid #e5e5e5
}
/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.5.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all{.featherlight{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483647;text-align:center;white-space:nowrap;cursor:pointer;background:#333;background:rgba(0,0,0,0)}.featherlight:last-of-type{background:rgba(0,0,0,.8)}.featherlight:before{content:'';display:inline-block;height:100%;vertical-align:middle;margin-right:-.25em}.featherlight .featherlight-content{position:relative;text-align:left;vertical-align:middle;display:inline-block;overflow:auto;padding:25px 25px 0;border-bottom:25px solid transparent;margin-left:5%;margin-right:5%;max-height:95%;background:#fff;cursor:auto;white-space:normal}.featherlight .featherlight-inner{display:block}.featherlight .featherlight-close-icon{position:absolute;z-index:9999;top:0;right:0;line-height:25px;width:25px;cursor:pointer;text-align:center;font-family:Arial,sans-serif;background:#fff;background:rgba(255,255,255,.3);color:#000}.featherlight .featherlight-image{width:100%}.featherlight-iframe .featherlight-content{border-bottom:0;padding:0}.featherlight iframe{border:0}.featherlight *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}}@media only screen and (max-width:1024px){.featherlight .featherlight-content{margin-left:10px;margin-right:10px;max-height:98%;padding:10px 10px 0;border-bottom:10px solid transparent}}
div.textimage div.image {
    float: left;
    margin: 0 8px 8px 0;
}
div.textimage.image_left div.image {
}

div.textimage.image_right div.image {
    float: right !important;
    margin: 0 0 8px 8px !important;
}

/* Mobile First */

/* author mode only */
.text-upon-image.author-mode {
  min-height: 200px;
}
.text-upon-image.author-mode .container {
  width: 100%;
}
.text-upon-image.author-mode .text-container {
  padding: 5px;
  background-color: grey;
}
.text-upon-image.author-mode h2, 
.text-upon-image.author-mode h3 {
  font-size: 100%;
  text-transform: lowercase;
}

/* publish mode styles */
.text-upon-image .image-container img {
  width: 100%;
}
.text-upon-image {
  position: relative;
}
.text-upon-image a {
  text-decoration: none;
  display: block;
}
.text-upon-image h2,
.text-upon-image h3 {
  margin: 0;
  padding: 0;
  text-shadow: 1px 1px 1px black;
}
.text-upon-image .text-container {
  background: black;
  color: white;
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100%;
}
.text-upon-image .image-container {
  overflow: hidden;
}
.text-upon-image .image-container.max-300{
  max-height: 300px;
}
.text-upon-image .image-container.max-400{
  max-height: 400px;
}
.text-upon-image .image-container.max-500{
  max-height: 500px;
}
.text-upon-image .image-container .background-image {
  width: 100%;
}
.text-upon-image .image-container .img-desktop {
  display: none;
}



/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .text-upon-image .text-container {
    background: transparent;
    position: absolute;
    bottom: 0;
  }
  .text-upon-image .image-container .img-mobile {
    display: none;
  }
  .text-upon-image .image-container .img-desktop {
    display: block;
  }
}
.ut-switch-hidden {
display: none;
}
.ut-switch-with-info a.closePopUpButton {
  height: 40px;
  width: 40px;
  float: right;
  margin-right: 8%;
}
.register-container,
.login-container,
.forgotpassword-container,
.link-account-container,
.email-verification-container{
    color: #727272;
}
.login-container fieldset, .link-account-container fieldset, .email-verification-container fieldset{
    border: none;
    padding: 0;
    margin: 0;
}
.register-container{
    padding-bottom: 30px;
}
.sign-up.btn{
    width: 100%;
    font-size: 25px;
    margin-top: 50px;
    margin-bottom: 25px;
}
.register-container fieldset{
    position: relative;
}
.gigya-screen .register-container h4{
    text-align: center;
}

.gigya-screen h2, .gigya-screen h4 {
    color: #b8142d; /* need actual color from palette */
    border: 0;
    margin: 1em 0;
    text-align: left;
}

.gigya-screen h2 {
    font-family: TradeGothic_BlCn, sans-serif;
    background-color: rgb(244, 244, 244);
    width: 100%;
    text-align: center;
    border: 0px none;
    line-height: 2;
    padding: 0px;
    margin: 1em 0;
}

.gigya-forgot-password-screen,
.sign-up,
.gigya-social-login{
    margin: 0 0 2em 0;
    height: 50px;
}


.gigya-register-form input[type="checkbox"] + label{
    float: left;
    width: 90%;
    display: block;
    float: left;
}

.gigya-register-form input[type="radio"] + label{
    float: left;
    width: 90%;
    display: block;
    float: left;
}

.sign-up{
    background-color: #b8142d;
    color: #FFF;
    text-align: center;
    border: 0;
    padding: 0;
    box-shadow: none;
}
.sign-up:hover{
    color: #fff;
}
.login-container a.sign-up{
    padding: 6px;
    text-decoration: none;
}
.forgot-password {
    display: block;
    text-align: center;
    padding: 0 0 10px 0;
    margin: 0 0 2em 0;
}

div.gigya-loginID-availability{background-position: left top !important;}

div.pass-container .budweiser-pass .gigya-error-msg {margin-left: 0px; display: inline-block;}

div.pass-container .budweiser-pass .gigya-error-display {display: inline-block;}

.gender .radio{
    padding-left:0;
}
.gender .radio label{
    display: inline-block;
    padding-left:0;
}
.radio input[type="radio"],
.radio-inline input[type="radio"]{
    margin-left: 0;
    margin-right: 5px;
}

.gigya-error-display {
    color: #DD4B39;
}

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

.btn-dual{
    width: 100%;
    max-width: 300px;
    font-weight: bold;
    font-size: 18px;
    background: #6c8bce; /* Old browsers */
    background: -moz-linear-gradient(top, #6c8bce 0%, #4364ab 100%, #4364ab 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6c8bce), color-stop(100%,#4364ab), color-stop(100%,#4364ab)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #6c8bce 0%,#4364ab 100%,#4364ab 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #6c8bce 0%,#4364ab 100%,#4364ab 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #6c8bce 0%,#4364ab 100%,#4364ab 100%); /* IE10+ */
    background: linear-gradient(to bottom, #6c8bce 0%,#4364ab 100%,#4364ab 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c8bce', endColorstr='#4364ab',GradientType=0 ); /* IE6-9 */
    padding: 0;
    text-align: center;
    border: none;
}
.btn-dual > .btn-dual-icon{
    background: #4269b8; /* Old browsers */
    background: -moz-linear-gradient(top, #4269b8 0%, #173f94 100%, #173f94 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4269b8), color-stop(100%,#173f94), color-stop(100%,#173f94)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #4269b8 0%,#173f94 100%,#173f94 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #4269b8 0%,#173f94 100%,#173f94 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #4269b8 0%,#173f94 100%,#173f94 100%); /* IE10+ */
    background: linear-gradient(to bottom, #4269b8 0%,#173f94 100%,#173f94 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4269b8', endColorstr='#173f94',GradientType=0 ); /* IE6-9 */
    height: 40px;
    display: inline-block;
    font-size: 25px;
    float: left;
    margin: 0;
    width: 20%;
    padding-top: 7px;
}
.btn-dual > .btn-text{
    font-size: 15px;
    margin: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.3);
    padding: 0;
    float: left;
    padding-top: 10px;
    width: 80%;
    height: 40px;
    box-shadow: -1px 0 0 rgba(255, 255, 255, 0.1);
}


/* RECAPTCHA fix */
.login-container .gigya-login-form .gigya-error-display { height: auto!important; width: auto!important; }
.login-container .gigya-login-form .gigya-error-display div { height: auto!important; width: auto!important; }
.login-container .gigya-login-form .gigya-error-display .recaptchatable * { font-size: 6pt; }
.login-container .gigya-login-form .gigya-error-display #recaptcha_area { margin: 0 auto; }
.login-container .gigya-login-form .gigya-error-display .recaptchatable #recaptcha_response_field { border: 1px solid gray; color: #000; font-family: inherit; }
iframe[src="about:blank"]{display:none;}

@media (max-width: 768px) {
    .recaptchatable .recaptcha_image_cell img,
    .gigya-captcha,
    #recaptcha_table,
    #recaptcha_area,
    #recaptcha_image {
        width: 200px!important;
        max-width: 200px;
        min-width: 200px!important;
        display: block;
        margin: 0 auto!important;
    }
    .recaptchatable .recaptcha_r1_c1,
    .recaptchatable .recaptcha_r3_c1,
    .recaptchatable .recaptcha_r3_c2,
    .recaptchatable .recaptcha_r7_c1,
    .recaptchatable .recaptcha_r8_c1,
    .recaptchatable .recaptcha_r3_c3,
    .recaptchatable .recaptcha_r2_c1,
    .recaptchatable .recaptcha_r4_c1,
    .recaptchatable .recaptcha_r4_c2,
    .recaptchatable .recaptcha_r4_c4,
    .recaptchatable .recaptcha_image_cell {
        background: none!important;
    }
}
/*fix for error message*/
.gigya-screen .gigya-error-msg { visibility: visible !important; }
/**/
/* Mobile First */
.sharebar .share {
  text-decoration: none;
  cursor: pointer;
}
.sharebar .share.loading  {
    opacity: 0.5;
}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .share-bar{
        position: absolute;
        top: 30px;
        right: 0px;
        /*Minimun size to use :visible*/
        height: 1px;
        width: 1px;
    }
    
}
/* Slider */
.slick-slider {
	box-sizing: border-box;
	display: block;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: none;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	display: block;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
}
.slick-list:focus {
	outline: none;
}
.slick-loading .slick-list {
	background: white url("images/slick/ajax-loader.gif") center center no-repeat;
}
.slick-list.dragging {
	cursor: pointer; cursor: hand;
}
.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	display: block;
	left: 0;
	position: relative;
	top: 0;
	zoom: 1;
}
.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
.slick-slide img {
	display: block;
	height: auto;
	width: 100%;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	border: 1px solid transparent;
	display: block;
	height: auto;
}

/* Icons */
@font-face {
	font-family: "slick";
	src: url("fonts/slick.eot");
	src: url("fonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("fonts/slick/slick.woff") format("woff"), url("fonts/slick/slick.ttf") format("truetype"), url("fonts/slick.svg#slick") format("svg");
	font-weight: normal;
	font-style: normal;
}

/* Dots */
.slick-slider {
	margin-bottom: 30px;
}
.slick-dots {
	bottom: -45px;
	display: block;
	list-style: none;
	padding: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}
.slick-dots li {
	cursor: pointer;
	display: inline-block;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	position: relative;
	width: 20px;
}
.slick-dots li button {
	background: transparent;
	border: 0;
	color: transparent;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 20px;
	line-height: 0;
	outline: none;
	padding: 5px;
	width: 20px;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}
.slick-dots li button:before {
	color: black;
	left: 0;
	content: "\2022";
	height: 20px;
	font-family: "slick";
	font-size: 6px;
	line-height: 20px;
	opacity: 0.25;
	position: absolute;
	text-align: center;
	top: 0;
	width: 20px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
	color: black;
	opacity: 0.75;
}

[dir="rtl"] .slick-next {
	right: auto;left: -25px;
}
[dir="rtl"] .slick-next:before {
	content: "\2190";
}
[dir="rtl"] .slick-prev {
	right: -25px;left: auto;
}
[dir="rtl"] .slick-prev:before {
	content: "\2192";
}
[dir="rtl"] .slick-slide {
	float: right;
}

/* Arrows */
.carousels .next,
.carousels .prev {
	background: rgba(128, 128, 128, 0.5);
	color: white;
	cursor: pointer;
	font-size: 30px;
	height: 100%;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	vertical-align: middle;
	width: 56px;
	z-index:15;
	/* Internet Explorer 10 */
	display:-ms-flexbox;
	-ms-flex-pack:center;
	-ms-flex-align:center;
	/* Firefox */
	display:-moz-box;
	-moz-box-pack:center;
	-moz-box-align:center;
	/* Safari, Opera, and Chrome */
	display:-webkit-box;
	-webkit-box-pack:center;
	-webkit-box-align:center;
	/* W3C */
	display:box;
	box-pack:center;
	box-align:center;
}
.carousels .next span,
.carousels .prev span {
	left: 30%;
	line-height: 1;
	position: absolute;
	top: 45%;
}
.carousels .prev {
	left: 0;
	right: auto;
}
.carousels .next:hover, .carousels .prev:hover{
	text-decoration:none;
}
.carousels .slick-disabled {
	opacity: 0;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.twitter-typeahead {
    width: 100%;
    height: 100%
}

span.twitter-typeahead .tt-dropdown-menu {
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    margin-top: 1px;
    margin-bottom: 1px;
    margin-right: 10px;
    padding: 5px 10px 0px 10px;
    font-family: "deluxe_gothicregular", "Helvetica Neue", Helvetica, Arial,
        sans-serif;
    -webkit-font-smoothing: antialiased;
    opacity: 0.85;
    filter: alpha(opacity = 85);
    font-size: 10px;
}

.tt-suggestion.tt-cursor {
    font-weight: bold;
}

@media ( max-width : 991px) {
    .twitter-typeahead {
        width: 100%;
        height: 100%
    }
}
.twitter-typeahead {
    width: 100%;
    height: 100%
}

span.twitter-typeahead .tt-dropdown-menu {
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    margin-top: 1px;
    margin-bottom: 1px;
    margin-right: 10px;
    padding: 5px 10px 0px 10px;
    font-family: "deluxe_gothicregular", "Helvetica Neue", Helvetica, Arial,
        sans-serif;
    -webkit-font-smoothing: antialiased;
    opacity: 0.85;
    filter: alpha(opacity = 85);
    font-size: 10px;
}

.tt-suggestion.tt-cursor {
    font-weight: bold;
}

@media ( max-width : 991px) {
    .twitter-typeahead {
        width: 100%;
        height: 100%
    }
}
/*
   =====================
   Search results styles
   =====================
*/
.search-results ul {
  padding: 0;
  list-style: none;
}
.search-results .search-list {
  list-style: none;
}
.search-results .search-list .search-result:first-child {
  margin-top: 5px;
}
.search-results .search-list .search-result {
  border-top: 1px solid black;
  margin-top: 22px;
  padding-top: 18px;
}
.search-results .tag-list {
  padding: 0;
  margin: 10px 0;
}
.search-results .tag-list .label a{
  color: #FFFFFF;
  text-decoration: none;
}
.search-results .label-info {
  background-color: #545454;
}
.search-results .label-info  .result-for{
  font-size: 10px;
}

.search-results .btn.view-more {
  margin: 5px auto 5px auto;
  display: block;
}
@media (max-width: 768px) {
  .search-results-container .row .col-lg-8{padding-left:10px;padding-right:10px;}
}

.query {
  display: block;
}

.query .result-for {
  font-size: 35px;
}

.query .instead-for {
  font-size: 22px;
}

.query h1 {
  display: inline-block;
  font-size: 1em;
  padding-left: 0;
  margin: 0;
}

.search-results-container .search-results .instead-for a{
    font-size: 22px;
}

.search-results-container .search-results .result-for a{
    font-size: 35px;
}
/*
   =====================
   Tag Cloud styles
   =====================
*/
.tag-cloud {
  background-color: lightGrey;
  border-top: 1px dashed black;
  margin-top: 22px;
}
.tag-cloud .tag-list {
  overflow: auto;
  width: 100%;
  padding: 0;
  list-style: none;
}
.tag-cloud .tag-list li {
  display: inline-block;
}
/*
   =====================
   FILTERS styles
   =====================
*/
.search-filters {
  margin: 0;
}
.search-filters label {
  margin-right: 10px;
  width: 115px;
}
/* PILL IO's STIWCHES */
.search-filters input[type="checkbox"].ios-switch {
  position: absolute;
  opacity: 0;
}
/* Normal Track */
.search-filters input[type="checkbox"].ios-switch + div {
  vertical-align: middle;
  width: 40px;  height: 20px;
  border: 1px solid rgba(0,0,0,.4);
  border-radius: 999px;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition-duration: 0.4s;
  -webkit-transition-property: background-color, box-shadow;
  -moz-transition-duration: 0.4s;
  -moz-transition-property: background-color, box-shadow;
  transition-duration: 0.4s;
  transition-property: background-color, box-shadow;
  box-shadow: inset 0 0 0 0px rgba(0,0,0,0.4);
  /*margin: 15px 1.2em 15px 2.5em;*/

}
/* Checked Track */
.search-filters input[type="checkbox"].ios-switch:checked + div {
  width: 40px;
  background-position: 0 0;
  background-color: gray;
  border: 1px solid darkGray;
  box-shadow: inset 0 0 0 10px rgba(125,125,125,1);
}
/* Normal Knob */
.search-filters input[type="checkbox"].ios-switch + div > div {
  float: left;
  width: 18px; height: 18px;
  border-radius: inherit;
  background: #ffffff;
  -webkit-transition-timing-function: cubic-bezier(.54,1.85,.5,1);
  -webkit-transition-duration: 0.4s;
  -webkit-transition-property: transform, background-color, box-shadow;
  -moz-transition-timing-function: cubic-bezier(.54,1.85,.5,1);
  -moz-transition-duration: 0.4s;
  -moz-transition-property: transform, background-color, box-shadow;
  transition-timing-function: cubic-bezier(.54,1.85,.5,1);
  transition-duration: 0.4s;
  transition-property: transform, background-color, box-shadow;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3), 0px 0px 0 1px rgba(0, 0, 0, 0.4);
  pointer-events: none;
  margin-top: 1px;
  margin-left: 1px;
}
/* Checked Knob */
.search-filters input[type="checkbox"].ios-switch:checked + div > div {
  -webkit-transform: translate3d(20px, 0, 0);
  -moz-transform: translate3d(20px, 0, 0);
  -ms-transform: translate(20px, 0);
  background-color: #ffffff;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3), 0px 0px 0 1px rgba(145, 145, 145,1);
}


.search-result .photo-icon {
	background: url('icons/photos.svg') no-repeat;
    display: inline-block;
    width: 17px;
    height: 15px;
}
.search-result .event-icon {
	background: url('icons/events.svg') no-repeat;
    display: inline-block;
    width: 17px;
    height: 15px;
}
.search-result .video-icon {
	background: url('icons/videos.svg') no-repeat;
    display: inline-block;
    width: 17px;
    height: 15px;
}
.btn-brand, 
.gigya-social-login  {
    margin: 0 0 2em 0;
    height: 50px;
}

.btn-brand{ 
    background-color: #b8142d; 
    color: #FFF;
    text-align: center;
    border: 0;
    padding: 0;
    box-shadow: none;
    font-size: 16px;
    height: 50px;
}
.btn-brand:link,.btn-brand:visited,.btn-brand:hover,.btn-brand:focus,.btn-brand:active{
    color:#fff;
}
a.profile-change-pass:hover, a.profile-change-pass:hover .update-prfl{
    text-decoration: none;
    color: #fff;
}

div.gigya-loginID-availability{background-position: left top !important;}

.gigya-profile-form .gigya-error-msg {
    display: block;
}
/*--------------------------------------------*/
.newprofile, .change-password-container{
    color:#727272;
}
.newprofile fieldset {
    border: none;
    padding: 0;
    margin: 0;
}
 .gigya-screen h2.form-titles, .gigya-screen h4.form-subtitles{
    background-color: transparent;
    font-family: 'TradeGothic_BlCn', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.429em;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}
.newprofile .btn-brand{
    font-size: 25px;
    margin-top: 50px;
    margin-bottom: 25px;
}
.newprofile .btn-brand:hover{
    color: #fff;
}
/*--------------------------------------------*/
.change-password-container fieldset{
    border: none;
    padding: 0;
    margin: 0;
}
.bg-success{
    background-color: #dff0d8;
    padding: 15px;
}
.bg-error{
    background-color: #f2dede;
    padding: 15px;
}

@media (min-width: 768px) {
  .btn-brand.btn.btn-block{ 
    font-size: 25px;
   }
}
/*fix for error message*/
.gigya-screen .gigya-error-msg { visibility: visible !important; }
/**/
.productlocatorcomponent .product-locator-banner {
    background: #393939;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin-top: 20px;
}

.productlocatorcomponent .product-locator-form {
    background: #393939;
    color: #fff;
    text-transform: uppercase;
}

.productlocatorcomponent .product-locator-form fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

.productlocatorcomponent .product-locator-form label {
    font-weight: normal;
    padding-top: 5px;
}

.productlocatorcomponent .product-locator-form .form-group,
.productlocatorcomponent .product-locator-form .radio {
    margin: 1em 0 1em 1em;
}

.productlocatorcomponent .product-locator-form input[name='zipcode'] {
    display: inline-block;
    font-size: 16px;
    vertical-align: top;
    width: 8em;
    -moz-appearance: textfield;
}

.productlocatorcomponent .product-locator-form input[name='zipcode']::-webkit-outer-spin-button,
.productlocatorcomponent .product-locator-form input[name='zipcode']::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.brands-block {
  margin: 0 auto;
  max-width: 1145px;
}

.brands-list {
  color: #fff;
  list-style: none;
  margin: 0 auto 50px auto;
  padding: 0;
  text-align: center;
}

.brands-list  li {
  margin-right: 20px;
}

.brands-list li:hover {
cursor: pointer;
}

.brands-list  li:last-child {
  margin-right: 0;
}

.brands-list li div {
  border: 5px solid #ebe9ea;
  border-radius: 70px;
  display: block;
  height: 134px;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 134px;
}

.brands-list li div.active-brand {
  opacity: 1;
  border-color: #b41527;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .productlocatorcomponent .product-locator-form fieldset {
        text-align:center;
    }
}

.productlocatorcomponent .results {
    background: #ececec;
    margin-bottom: 20px;
}

.productlocatorcomponent .results h4:first-child {
    margin-left: 25px;
}

.productlocatorcomponent .results .map {
    height: 100%;
    margin: 0 20px 30px 10px;
    min-height: 336px;
}

.productlocatorcomponent .results .places-placeholder {
    margin: 0 10px 30px 20px;
    overflow-y: scroll;
    height: 336px;
}

.productlocatorcomponent .results .places-placeholder h5 address{
    font-size: 75%;
    font-weight: normal;
    line-height: 1;
    color: #999999;
}

.productlocatorcomponent .results .places-placeholder > table {
    margin-bottom: 0
}

.productlocatorcomponent .results .places-placeholder > table td:first-child {
    vertical-align: middle;
}

.productlocatorcomponent .results .places-placeholder > table .marker {
    display: block;
}

.productlocatorcomponent .results .error-message {
    padding:20px;
    background: #f2dede;
    margin: 10px;
}

@media (max-width: 1199px) {
  .brands-block {
    max-width: 945px;
  }
}

@media (max-width: 991px) {
  .brands-block {
    max-width: 725px;
  }
  .brands-list li div {
    height: 95px;
    width: 95px;
  }
}

@media (max-width: 767px) {
  .productlocatorcomponent .results .map-square  .map {
    margin: 20px auto;
    min-height: 235px;
    width: 80vw;
    height: 80vw;
  }
  .productlocatorcomponent .results .places-list {
    width: 100%;
  }
  .productlocatorcomponent .results .map-result.map-square {
    width: 100%;
  }
  .brands-block {
    max-width: 725px;
  }
  brands-list {
    margin: 0 auto;
  }
  .brands-list li {
    margin-right: 0;
  }
  .brands-list li div {
    background-size: contain;
    height: 50px;
    width: 50px;
  }
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 991px) and (orientation: portrait) {
    .productlocatorcomponent .results .map-result {
        width: 100%;
    }
}


.mThumbnailScroller {
  -ms-touch-action: none;
  touch-action: none;
}
.mThumbnailScroller.mTS_no_scroll {
  -ms-touch-action: auto;
  touch-action: auto;
}
.mTSWrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}
.mTSContainer {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
ul.mTSContainer, ol.mTSContainer {
  list-style: none;
}
.mTSThumb, ul.mTSContainer > li img {
  vertical-align: bottom;
}
.mTS_vertical .mTSContainer {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.mTS_horizontal .mTSContainer {
  margin-left: auto !important;
  margin-right: auto !important;
}
.mTSButton {
  width: 20px;
  height: 20px;
  line-height: 20px;
  padding: 14px;
  overflow: hidden;
  text-align: center;
  background-color: #000;
  color: #fff;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-transition: height 0s ease-out 0s, width 0s ease-out 0s, padding 0s ease-out 0s, opacity .2s ease-out 0s;
  -moz-transition: height 0s ease-out 0s, width 0s ease-out 0s, padding 0s ease-out 0s, opacity .2s ease-out 0s;
  -o-transition: height 0s ease-out 0s, width 0s ease-out 0s, padding 0s ease-out 0s, opacity .2s ease-out 0s;
  -ms-transition: height 0s ease-out 0s, width 0s ease-out 0s, padding 0s ease-out 0s, opacity .2s ease-out 0s;
  transition: height 0s ease-out 0s, width 0s ease-out 0s, padding 0s ease-out 0s, opacity .2s ease-out 0s;
}
.mTSButtonDown {
  top: auto;
  bottom: 0;
}
.mTSButtonRight {
  left: auto;
  right: 0;
}
.mTSButtonUp, .mTSButtonDown {
  left: 50%;
  margin-left: -24px;
}
.mTSButtonLeft, .mTSButtonRight {
  top: 50%;
  margin-top: -24px;
}
.mTSButtonIconContainer {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
}
.mTSButtonIcon {
  display: inline-block;
  fill: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.mTSButton.mTS-hidden {
  opacity: 0;
  height: 0;
  width: 0;
  padding: 0;
  -webkit-transition: height 0s ease-out .2s, width 0s ease-out .2s, padding 0s ease-out .2s, opacity .2s ease-out;
  -moz-transition: height 0s ease-out .2s, width 0s ease-out .2s, padding 0s ease-out .2s, opacity .2s ease-out;
  -o-transition: height 0s ease-out .2s, width 0s ease-out .2s, padding 0s ease-out .2s, opacity .2s ease-out;
  -ms-transition: height 0s ease-out .2s, width 0s ease-out .2s, padding 0s ease-out .2s, opacity .2s ease-out;
  transition: height 0s ease-out .2s, width 0s ease-out .2s, padding 0s ease-out .2s, opacity .2s ease-out;
}
.mTS_horizontal .mTSThumbContainer, .mTS_horizontal ul.mTSContainer > li {
  float: left;
}
.mTS-buttons-in {
  padding: 14px;
  background-color: #000;
}
.mTS-buttons-in .mTSButtonIcon {
  fill: #fff;
}
.mTS-buttons-in .mTSWrapper, .mTS-buttons-in .mTSButton {
  background-color: inherit;
}
.mTS-buttons-in .mTSButtonLeft, .mTS-buttons-in .mTSButtonRight {
  width: 24px;
  height: 48px;
  padding: 24px 4px 0 4px;
  margin-top: -36px;
}
.mTS-buttons-in .mTSButtonUp, .mTS-buttons-in .mTSButtonDown {
  width: 24px;
  height: 24px;
  padding: 4px 24px;
  margin-left: -36px;
}
.mTS-buttons-in .mTSButton.mTS-hidden {
  height: 0;
  width: 0;
  padding: 0;
}
.mTS-buttons-in .mTSButton:not(.mTS-hidden) {
  opacity: .4;
}
.mTS-buttons-in:hover .mTSButton:not(.mTS-hidden) {
  opacity: 1;
}
.mTS-buttons-in .mTS_vertical .mTSThumbContainer {
  margin: 14px 0;
}
.mTS-buttons-in .mTS_vertical .mTSThumbContainer:first-child {
  margin-top: 0;
}
.mTS-buttons-in .mTS_vertical .mTSThumbContainer:last-child {
  margin-bottom: 0;
}
.mTS-buttons-in .mTS_horizontal .mTSThumbContainer {
  margin: 0 7px;
}
.mTS-buttons-in .mTS_horizontal .mTSThumbContainer:first-child {
  margin-left: 0;
}
.mTS-buttons-in .mTS_horizontal .mTSThumbContainer:last-child {
  margin-right: 0;
}
.mTS-buttons-out {
  padding: 6px;
  background: #000;
}
.mTS-buttons-out .mTSButtonIcon {
  fill: #000;
}
.mTS-buttons-out .mTSButton {
  background-color: transparent;
  width: 36px;
  height: 36px;
  line-height: 42px;
  padding: 6px;
}
.mTS-buttons-out .mTSButton.mTS-hidden {
  height: 0;
  width: 0;
  padding: 0;
}
.mTS-buttons-out .mTS_vertical .mTSThumbContainer {
  margin: 6px 0;
}
.mTS-buttons-out .mTS_vertical .mTSThumbContainer:first-child {
  margin-top: 0;
}
.mTS-buttons-out .mTS_vertical .mTSThumbContainer:last-child {
  margin-bottom: 0;
}
.mTS-buttons-out .mTS_horizontal .mTSThumbContainer {
  margin: 0 3px;
}
.mTS-buttons-out .mTS_horizontal .mTSThumbContainer:first-child {
  margin-left: 0;
}
.mTS-buttons-out .mTS_horizontal .mTSThumbContainer:last-child {
  margin-right: 0;
}
.mTS-hover-full {
  padding: 8px;
  background: rgba(0, 0, 0, .2);
}
.mTS-hover-full .mTS_vertical .mTSThumbContainer {
  margin: 8px 0;
}
.mTS-hover-full .mTS_vertical .mTSThumbContainer:first-child {
  margin-top: 40px;
}
.mTS-hover-full .mTS_vertical .mTSThumbContainer:last-child {
  margin-bottom: 40px;
}
.mTS-hover-full .mTS_horizontal .mTSThumbContainer {
  margin: 0 4px;
}
.mTS-hover-full .mTS_horizontal .mTSThumbContainer:first-child {
  margin-left: 40px;
}
.mTS-hover-full .mTS_horizontal .mTSThumbContainer:last-child {
  margin-right: 40px;
}
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,900);

.photoGallery *, .photoGallery *:after, .photoGallery *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.photoGallery .clearfix:before, .photoGallery .clearfix:after {
  content: '';
  display: table;
}
.photoGallery .clearfix:after {
  clear: both;
}
.photoGallery .grid-wrap {
  clear: both;
  margin: 0 auto;
  max-width: 1260px;
  padding: 0;
}
.photoGallery .grid {
  margin: 30px auto;
  padding: 0;
  list-style: none;
}
.js .photoGallery .grid.loaded {
  background: none;
}
.photoGallery .grid li {
  display: inline-block;
  overflow: hidden;
  width: 210px;
  text-align: left;
  vertical-align: top;
}
.js .photoGallery  .grid li {
  display: none;
  float: left;
  cursor: pointer;
}
.js .photoGallery .grid.loaded li {
  display: block;
}

/* Anchor and image */
.photoGallery .grid li > a, .photoGallery .grid li img {
  display: block;
  outline: none;
  border: none;
}
.photoGallery .grid li img {
  width: 210px;
  height: auto;
}
.photoGallery .grid li > a {
  position: relative;
  overflow: hidden;
  margin: 7px;
}

/* Curtain element */
.photoGallery .grid .curtain {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background: #96cdc8;
}
.photoGallery .grid.swipe-right .curtain {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.photoGallery .grid.swipe-down .curtain {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.photoGallery .grid.swipe-rotate .curtain {
  width: 200%;
  height: 200%;
  -webkit-transform: rotate3d(0, 0, 1, 90deg);
  transform: rotate3d(0, 0, 1, 90deg);
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

/* Shadow */
.photoGallery .grid .curtain::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 1);
  content: '';
}
.photoGallery .grid.swipe-right .curtain::after, .photoGallery .grid.swipe-rotate .curtain::after {
  left: -100%;
}
.photoGallery .grid.swipe-down .curtain::after {
  top: -100%;
}

/* Title */
.photoGallery .grid li h3 {
  background: #2E3444;
  color: #D3EEE2;
  font-family: 'Lato', sans-serif;
  font-size: 100%;
  font-size: 1em;
  font-weight: 300;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 1.25;
  margin: 0;
  padding: 20px;
  position: absolute;
  bottom: -40px;
  left: 0;
  text-align: right;
  text-transform: uppercase;
  width: 100%;
  -webkit-transition: -webkit-transform 0.2s, color 0.2s;
  transition: transform 0.2s, color 0.2s;
}

/* Pseudo element for hover effect */
.photoGallery .grid li > a::before {
  position: absolute;
  top: 0;
  left: 0;
//  width: 100.5%;
//  height: 100.5%;
  border: 0px solid transparent;
  background: rgba(0, 0, 0, 0);
  content: '';
  -webkit-transition: border-width 0.2s, border-color 0.2s;
  transition: border-width 0.2s, border-color 0.2s;
}

/* Hover effects */
.photoGallery .grid li.shown:hover h3 {
  color: #fff;
  -webkit-transform: translate3d(0, -40px, 0);
  transform: translate3d(0, -40px, 0);
}

/* Animations */

/* Swipe right */
.photoGallery .grid.swipe-right li.animate .curtain {
  -webkit-animation: swipeRight 1.5s cubic-bezier(0.6, 0, 0.4, 1) forwards;
  animation: swipeRight 1.5s cubic-bezier(0.6, 0, 0.4, 1) forwards;
}
@-webkit-keyframes swipeRight {
  0% {
  }

  /* fixes Chrome 35.0.1916.114 issue (easing breaks) */
  50%, 60% {
    -webkit-transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0);
  }
}
@keyframes swipeRight {
  0% {
  }
  50%, 60% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate(0);
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

/* Swipe down */
.photoGallery .grid.swipe-down li.animate .curtain {
  -webkit-animation: swipeDown 1.5s cubic-bezier(0.6, 0, 0.4, 1) forwards;
  animation: swipeDown 1.5s cubic-bezier(0.6, 0, 0.4, 1) forwards;
}
@-webkit-keyframes swipeDown {
  0% {
  }

  /* fixes Chrome 35.0.1916.114 issue (easing breaks) */
  50%, 60% {
    -webkit-transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 100%, 0);
  }
}
@keyframes swipeDown {
  0% {
  }
  50%, 60% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  100% {
    transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

/* Swipe rotate */
.photoGallery .grid.swipe-rotate li.animate .curtain {
  -webkit-animation: swipeRotate 1.5s ease forwards;
  animation: swipeRotate 1.5s ease forwards;
}
@-webkit-keyframes swipeRotate {
  0% {
  }

  /* fixes Chrome 35.0.1916.114 issue (easing breaks) */
  50%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
  }
}
@keyframes swipeRotate {
  0% {
  }
  50%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
  }
}

/* Shadow */
.photoGallery .grid li.animate .curtain::after {
  -webkit-animation: fadeOut 1.5s ease forwards;
  animation: fadeOut 1.5s ease forwards;
  -webkit-animation-delay: inherit;
  animation-delay: inherit;
}
@-webkit-keyframes fadeOut {
  0% {
  }

  /* fixes Chrome 35.0.1916.114 issue (easing breaks) */
  50%, 60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
  }
  50%, 60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* Hide image and title and show at half time */
.js .photoGallery  .grid li img, .js .photoGallery .grid li h3 {
  visibility: hidden;
}
.photoGallery .grid li img {
  margin-right: auto;
  margin-left: auto;
}
.photoGallery .grid li.animate img, .photoGallery .grid li.animate h3 {
  -webkit-animation: showMe 1.5s step-end forwards;
  animation: showMe 1.5s step-end forwards;
}
@-webkit-keyframes showMe {
  from {
    visibility: hidden;
  }
  60%, 100% {
    visibility: visible;
  }
}
@keyframes showMe {
  from {
    visibility: hidden;
  }
  60%, 100% {
    visibility: visible;
  }
}
.photoGallery .hide-title .grid li.shown h3 {
  display: none;
}
.photoGallery .grid li.shown img, .photoGallery .grid li.shown h3 {
  visibility: visible;
}
.photoGallery .thumbnail-carousel-event {
  border: 1em solid #2E3444;
}
.photoGallery .thumbnail-carousel-event ul {
  background: #CCCCCC;
}
.photoGallery .thumbnail-carousel-event ul li {
  border: .5em solid #a5a5a5;
  margin: .2em;
  cursor: pointer;
}
.photoGallery h2.photogallery-title {
  font-family: 'Lato', sans-serif;
  font-size: 3em;
  text-align: center;
  text-transform: uppercase;
}
.photoGallery #galleryModal .modal-dialog {
  opacity: 1;
}
.photoGallery .modal-dialog .modal-content.photogallery-modal {
  background: #000;
  color: #fff;
}
.photoGallery .slick-track{
  line-height: 490px;
}
.photoGallery .slick-slider {
  margin-bottom: 0;
}
.photoGallery .slick-slide {
  padding: 5px 10px;
}
.photoGallery .slick-slide img {
  display: inline-block;
  max-height: 490px;
  max-width: 100%;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.photoGallery .slick-prev, .photoGallery .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.photoGallery .slick-prev:hover, .photoGallery .slick-prev:focus, .photoGallery .slick-next:hover, .photoGallery .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.photoGallery .slick-prev:hover:before, .photoGallery .slick-prev:focus:before, .photoGallery .slick-next:hover:before, .photoGallery .slick-next:focus:before {
  opacity: 1;
}
.photoGallery .slick-prev.slick-disabled:before, .photoGallery .slick-next.slick-disabled:before {
  opacity: .25;
}
.photoGallery .slick-prev:before, .photoGallery .slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.photoGallery .slick-prev {
  left: 0;
}
.photoGallery [dir='rtl'] .slick-prev {
  right: 0;
  left: auto;
}
.photoGallery .slick-prev:before {
  content: '←';
}
.photoGallery [dir='rtl'] .slick-prev:before {
  content: '→';
}
.photoGallery .slick-next {
  right: 0;
}
.photoGallery [dir='rtl'] .slick-next {
  right: auto;
  left: 0;
}
.photoGallery .slick-next:before {
  content: '→';
}
.photoGallery [dir='rtl'] .slick-next:before {
  content: '←';
}
/*Type Next Prev Menu*/
.nav-bar-container {
    color: #000;
    letter-spacing:1px;
    position: relative;
    width: 100%;
}
.edit-mode{
   	height:123px;
}
.nav-bar-container p,.submenu-container p{
    text-align:center;
 }
.nav-bar-container a,.submenu-container a{
    color: #000;
}
.nav-bar-container a:hover,.submenu-container a:hover{
    text-decoration: none;
}
.nav-bar-title h4,.nav-bar-title h3,.nav-bar-title h5{
    font-family: "FuturaStd-Book","Helvetica Neue",Helvetica,Arial,sans-serif;
    letter-spacing: 2px;
    line-height: 18px;
}
.nav-bar-container .nav-bar-title h4{
    font-size: 0.83em;
}
.nav-bar-title h3{
    font-size: 1.3em;
    letter-spacing:3px;
    margin: 10px 0;
}
.nav-bar-title h5{
    font-size: 0.788em;
}
.prev-section {
    position: absolute;
    bottom: 0;
    z-index:9;
}
.next-section {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index:9;
}
.nav-bar-title {
    clear:both;
    font-family: "FuturaStd-Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-align: center;
    width: 100%;
    z-index:8;
}
.prev-section-title,.next-section-title,.nav-bar-title{
    text-transform: uppercase;
}
.prev-section-title,.next-section-title  {
    font-family: "FuturaStd-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.7em;
}
.prev-section-subtitle,.next-section-subtitle{
    font-family: "Didot_italic", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.1em;
}
.prev-section-text {
    float: left;
}
.prev-arrow,.next-arrow {
    color:#b2b2b2;
    font-size:1.125em;
    position: relative;
    top: 9px;
}
.prev-arrow {
    float: left;
    margin-right: 9px;
}
.next-section-text {
    float: right;
}
.next-arrow {
    float: right;
    margin-left: 9px;
}
.inactive {
    color: #D8D8D8 !important;
}

@media (max-width: 991px) {
    .prev-section-text{
        width:110px;
    }
    .next-section-text{
        width:110px;
    }
}

@media (max-width: 768px) {
    .prev-section-text,.next-section-text{
        display:none;
    }
    .prev-section,.next-section{
        bottom:22px;
    }
}

/*Type Submenu*/
.submenu-container {
    border-bottom: 1px solid #CCC;
    border-top: 1px solid #CCC;
    color: #000;
    letter-spacing: 1px;
    padding: 14px 0;
    position: relative;
    width: 100%;
}
.submenu-container > ul {
    color: #222;
    font-family: "FuturaStd-Medium","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 0.625em;
    list-style: none;
    margin-bottom: 0;
    text-transform: uppercase;
}

.submenu-container ul li {
    border-right: 1px solid #CCCCCC;
    display: inline-block;
    padding: 0 10px;
}

.submenu-container li:last-child {
    border: medium none;
}
.submenu-container li:nth-child(5) {
    border: medium none;
}
.social-bar {
    position: absolute;
    right: 0;
}

.share-bar.loaded {
    right: 200px;
    margin:0;
    top: 0;
}

@media (min-device-width : 768px) and (max-device-width : 1024px) {
    .touch header.sticky-main-header.sticky-main-header-scrolling {
        display: none;
    }
}

@font-face {
  font-family: 'geogrotesque_regular';
  src: url('../universal-template-budlight/fonts/geogrotesque-regular-webfont/emtype_foundry_-_geogrotesque-regular-webfont.eot');
  src: url('../universal-template-budlight/fonts/geogrotesque-regular-webfont/emtype_foundry_-_geogrotesque-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../universal-template-budlight/fonts/geogrotesque-regular-webfont/emtype_foundry_-_geogrotesque-regular-webfont.ttf') format('truetype'), url('../universal-template-budlight/fonts/geogrotesque-regular-webfont/emtype_foundry_-_geogrotesque-regular-webfont.woff') format('woff'), url('../universal-template-budlight/fonts/geogrotesque-regular-webfont/emtype_foundry_-_geogrotesque-regular-webfont.svg#geogrotesque') format('svg');
  font-weight: normal;
  font-style: normal; }

.beer-button-module h1, .beer-button-module h2, .beer-button-module h3, .beer-button-module h4, .beer-button-module h5, .beer-button-module h6, .beer-button-module p {
  font-family: 'geogrotesque_regular', Verdana, sans-serif;
  font-size: 1em;
  color: white;
  margin: 0; }
.beer-button-module h1, .beer-button-module h2 {
  text-transform: uppercase; }
.beer-button-module h2 {
  font-size: 1.9375em; }
  @media (max-width: 900px) {
    .beer-button-module h2 {
      font-size: 0.75em; } }
.beer-button-module h3 {
  color: #2babe2; }
  @media (max-width: 900px) {
    .beer-button-module h3 {
      font-size: 0.8125em; } }
.beer-button-module p {
  line-height: 1.5em; }
  @media (max-width: 900px) {
    .beer-button-module p {
      font-size: 0.8125em; } }
.beer-button-module a {
  color: #9d9d9e;
  text-decoration: none; }
  .beer-button-module a:hover {
    text-decoration: underline; }
.beer-button-module ::-webkit-input-placeholder {
  padding-left: 5px; }
.beer-button-module ::-moz-placeholder {
  padding-left: 5px; }
.beer-button-module :-ms-input-placeholder {
  padding-left: 5px; }
.beer-button-module ::placeholder {
  padding-left: 5px; }


/*input {
  -webkit-appearance: none;
  border-radius: 0; }*/

.klink-logo {
  background-image: url("../../../content/dam/universaltemplate/Budlight/bud-light-button/klink-logo.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% 100%;
  display: block;
  overflow: hidden;
  text-indent: -1999px;
  width: 24px;
  height: 13px; }

.store-icon-ios {
  background-image: url("../../../content/dam/universaltemplate/Budlight/bud-light-button/ios.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% 100%;
  display: block;
  overflow: hidden;
  text-indent: -1999px;
  width: 135px;
  height: 40px; }

.store-icon-google {
  background-image: url("../../../content/dam/universaltemplate/Budlight/bud-light-button/google.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% 100%;
  display: block;
  overflow: hidden;
  text-indent: -1999px;
  width: 115px;
  height: 40px; }

.step-1-icon {
  background-image: url("../../../content/dam/universaltemplate/Budlight/bud-light-button/step-1.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% 100%;
  display: block;
  overflow: hidden;
  text-indent: -1999px;
  width: 89px;
  height: 89px; }
  @media (max-width: 900px) {
    .step-1-icon {
      width: 45px;
      height: 45px; } }

.step-2-icon {
  background-image: url("../../../content/dam/universaltemplate/Budlight/bud-light-button/step-2.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% 100%;
  display: block;
  overflow: hidden;
  text-indent: -1999px;
  width: 89px;
  height: 89px; }
  @media (max-width: 900px) {
    .step-2-icon {
      width: 45px;
      height: 45px; } }

.step-3-icon {
  background-image: url("../../../content/dam/universaltemplate/Budlight/bud-light-button/step-3.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% 100%;
  display: block;
  overflow: hidden;
  text-indent: -1999px;
  width: 89px;
  height: 89px; }
  @media (max-width: 900px) {
    .step-3-icon {
      width: 45px;
      height: 45px; } }

.callout {
  background: #0664ac;
  font-size: 1.5625em;
  width: 333px;
  height: 46px;
  margin: 0 auto;
  padding-top: 18px; }

.beer-button-module {
  width: 100%;
  min-width: 320px;
  margin: 0;
  padding: 0 0 30px 0;
  text-align: center; }
  .beer-button-module .desktop-only {
    display: block; }
  .beer-button-module .mobile-only {
    display: none; }
  @media (max-width: 900px) {
    .beer-button-module .desktop-only {
      display: none; }
    .beer-button-module .mobile-only {
      display: block; } }
  .beer-button-module section {
    width: 100%;
    max-width: 1200px;
    min-width: 320px;
    margin: 0 auto; }

.beer-button-module {
  background: black url('../../../content/dam/universaltemplate/Budlight/bud-light-button/main-bg.jpg') no-repeat;
  background-size: 100%; }
  @media all and (max-width: 1200px) {
    .beer-button-module {
      background-size: auto;
      background-position: top right; } }
  @media all and (min-width: 1400px) {
    .beer-button-module {
      background-size: 100% 100%;
      background-position: top right; } }
  .beer-button-module .section-hero {
    padding-top: 66px; }
    .beer-button-module .section-hero:after {
      content: "";
      clear: both;
      display: block; }
    @media (max-width: 900px) {
      .beer-button-module .section-hero {
        padding-top: 32px; } }
  .beer-button-module .section-hero__content {
    float: right;
    width: 49.17%; }
    @media (max-width: 900px) {
      .beer-button-module .section-hero__content {
        float: none;
        margin: 0 auto;
        width: 100%;
        max-width: 463px; } }
    .beer-button-module .section-hero__content .bl-logo {
      width: 78.47%; }
  .beer-button-module .section-hero__video {
    display: block;
    float: left;
    width: 50.83%; }
    @media (max-width: 900px) {
      .beer-button-module .section-hero__video {
        float: none;
        margin: 40px auto 0 auto;
        padding: none;
        width: 93%;
        max-width: 539px; } }
    .beer-button-module .section-hero__video .video {
      width: 88.31%;
      float: right; }
      @media (max-width: 900px) {
        .beer-button-module .section-hero__video .video {
          width: 100%;
          float: none; } }
  .beer-button-module .section-hero__download {
    float: right;
    width: 49.17%;
    margin-top: 10px; }
    @media (max-width: 900px) {
      .beer-button-module .section-hero__download {
        float: none;
        margin: 0 auto;
        width: 100%;
        max-width: 463px; } }
    @media (max-width: 900px) {
      .beer-button-module .section-hero__download {
        margin-top: 20px; } }
    .beer-button-module .section-hero__download .store-icons-container {
      width: 277px;
      margin: 10px auto; }
      .beer-button-module .section-hero__download .store-icons-container:after {
        content: "";
        clear: both;
        display: block; }
      @media (max-width: 900px) {
        .beer-button-module .section-hero__download .store-icons-container {
          margin-top: 17px; } }
      .beer-button-module .section-hero__download .store-icons-container .store-icon {
        float: left; }
        .beer-button-module .section-hero__download .store-icons-container .store-icon.store-icon-google {
          margin-left: 27px; }
    @media (max-width: 900px) {
      .beer-button-module .section-hero__download .section-hero__sponsor {
        margin-top: 21px; } }
    .beer-button-module .section-hero__download .section-hero__sponsor .klink-logo {
      display: inline-block; }
  .beer-button-module .section-steps {
    border-top: solid 1px #d1d1d1;
    border-bottom: solid 1px #d1d1d1;
    width: 739px;
    margin: 49px auto 0 auto;
    padding: 47px 0 50px 0;
    text-align: center; }
    .beer-button-module .section-steps:after {
      content: "";
      clear: both;
      display: block; }
    @media (max-width: 900px) {
      .beer-button-module .section-steps {
        width: 90%;
        margin: 26px auto 0 auto;
        padding: 26px 0 30px 0; } }
  .beer-button-module .section-steps__step {
    width: 180px;
    margin-top: 40px; }
    @media (max-width: 900px) {
      .beer-button-module .section-steps__step {
        width: 33.3%;
        margin-top: 8px; } }
    .beer-button-module .section-steps__step .step-icon {
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 35px; }
      @media (max-width: 900px) {
        .beer-button-module .section-steps__step .step-icon {
          margin-bottom: 15px; } }
    .beer-button-module .section-steps__step.step-left {
      float: left; }
    .beer-button-module .section-steps__step.step-right {
      float: right; }
      .beer-button-module .section-steps__step.step-right p {
        width: 120px;
        margin: 0 auto; }
        @media (max-width: 900px) {
          .beer-button-module .section-steps__step.step-right p {
            width: 78px; } }
    .beer-button-module .section-steps__step.step-center {
      display: inline-block; }
    .beer-button-module .section-steps__step .step-caption {
      margin-bottom: 11px; }
      @media (max-width: 900px) {
        .beer-button-module .section-steps__step .step-caption {
          margin-bottom: 7px; } }
  .beer-button-module .section-mobile-download {
    border-bottom: solid 1px #d1d1d1;
    padding-top: 26px;
    padding-bottom: 31px; }
  .beer-button-module .callout-form {
    width: 58%;
    max-width: 500px;
    margin: 0 auto; }
    .beer-button-module .callout-form:after {
      content: "";
      clear: both;
      display: block; }
    .beer-button-module .callout-form .input {
      border: 0;
      height: 40px;
      display: block;
      margin-bottom: 13px;
      padding: 0; }
      .beer-button-module .callout-form .input.input-name, .beer-button-module .callout-form .input.input-email {
        width: 100%; }
      .beer-button-module .callout-form .input.input-zip {
        width: 50%;
        float: left; }
    .beer-button-module .callout-form .callout-submit {
      border: 0;
      background: #0664ac;
      color: white;
      float: right;
      width: 45%;
      height: 40px;
      padding: 0; }
  .beer-button-module .section-footer {
    padding-top: 60px; }
    @media (max-width: 900px) {
      .beer-button-module .section-footer {
        padding-top: 23px; } }
    .beer-button-module .section-footer .callout-container h4 {
      font-size: 1.4375em; }
      @media (max-width: 900px) {
        .beer-button-module .section-footer .callout-container h4 {
          font-size: 0.8125em;
          width: 200px;
          margin: 0 auto; } }
    .beer-button-module .section-footer .callout {
      margin-top: 60px; }
    .beer-button-module .section-footer .callout-form {
      margin-top: 24px; }
    .beer-button-module .section-footer .footer-links-container {
      margin: 37px 0 50px 0; }
      .beer-button-module .section-footer .footer-links-container:after {
        content: "";
        clear: both;
        display: block; }
      .beer-button-module .section-footer .footer-links-container .footer-link {
        margin: 0 25px; }
        @media (max-width: 900px) {
          .beer-button-module .section-footer .footer-links-container .footer-link {
            font-size: 0.8125em;
            margin: 0 5px; } }


.coming-soon-image {
	width: 100%;
}

.launching-soon{
	width: 50%;
    margin-bottom: 8px;
}


.small {
  font-size: 11px;
  color: #999999;
  letter-spacing: 0.01em;
  line-height: 1.1em;
}
.indent {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.cover-image {
  background: transparent no-repeat 50% 50%;
  background-size: contain;
}
.text-image {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background: transparent no-repeat 50% 50%;
  background-size: contain;
}
/* Trade Gothic Regular */
/*@font-face {
  font-family: 'TradeGothic_Rg';
  src: url('../../../apps/universaltemplate/components/content/mlbOpeningDay/clientlibs/css/fonts/TradeGothic/tradegothicltstd-webfont.eot');
  src: url('../../../apps/universaltemplate/components/content/mlbOpeningDay/clientlibs/css/fonts/TradeGothic/tradegothicltstd-webfont.eot?#iefix') format('embedded-opentype'), url('../../../apps/universaltemplate/components/content/mlbOpeningDay/clientlibs/css/fonts/TradeGothic/tradegothicltstd-webfont.woff') format('woff'), url('../../../apps/universaltemplate/components/content/mlbOpeningDay/clientlibs/css/fonts/TradeGothic/tradegothicltstd-webfont.ttf') format('truetype'), url('../../../apps/universaltemplate/components/content/mlbOpeningDay/clientlibs/css/fonts/TradeGothic/tradegothicltstd-webfont.svg#trade_gothic_lt_stdregular') format('svg');
  font-weight: normal;
  font-style: normal;
}*/
/* Trade Gothic Condensed */
/*@font-face {
  font-family: 'TradeGothic_RgCn';
  src: url('../../../apps/universaltemplate/components/content/mlbOpeningDay/clientlibs/css/fonts/TradeGothic/tradegothicltstd-cn18-webfont.eot');
  src: url('../../../apps/universaltemplate/components/content/mlbOpeningDay/clientlibs/css/fonts/TradeGothic/tradegothicltstd-cn18-webfont.eot?#iefix') format('embedded-opentype'), url('../../../apps/universaltemplate/components/content/mlbOpeningDay/clientlibs/css/fonts/TradeGothic/tradegothicltstd-cn18-webfont.woff') format('woff'), url('../../../apps/universaltemplate/components/content/mlbOpeningDay/clientlibs/css/fonts/TradeGothic/tradegothicltstd-cn18-webfont.ttf') format('truetype'), url('../../../apps/universaltemplate/components/content/mlbOpeningDay/clientlibs/css/fonts/TradeGothic/tradegothicltstd-cn18-webfont.svg#trade_gothic_lt_stdCnno.18') format('svg');
  font-weight: normal;
  font-style: normal;
}*/
/* Trade Gothic Condensed and Bold */
/*@font-face {
  font-family: 'TradeGothic_BlCn';
  src: url('../../../apps/universaltemplate/components/content/mlbOpeningDay/clientlibs/css/fonts/TradeGothic/tradegothicltstd-bdcn20-webfont.eot');
  src: url('../../../apps/universaltemplate/components/content/mlbOpeningDay/clientlibs/css/fonts/TradeGothic/tradegothicltstd-bdcn20-webfont.eot?#iefix') format('embedded-opentype'), url('../../../apps/universaltemplate/components/content/mlbOpeningDay/clientlibs/css/fonts/TradeGothic/tradegothicltstd-bdcn20-webfont.woff') format('woff'), url('../../../apps/universaltemplate/components/content/mlbOpeningDay/clientlibs/css/fonts/TradeGothic/tradegothicltstd-bdcn20-webfont.ttf') format('truetype'), url('../../../apps/universaltemplate/components/content/mlbOpeningDay/clientlibs/css/fonts/TradeGothic/tradegothicltstd-bdcn20-webfont.svg#trade_gothic_lt_stdBdCnno.20') format('svg');
  font-weight: normal;
  font-style: normal;
}*/
#mlbView {
  /* --------------- social share --------------- */
  /* --------------- end of social share --------------- */
}
#mlbView .social-button {
  cursor: pointer;
}
#mlbView .social-button .icon {
  background: #cccccc url(../../../content/budweiser/en/opening-day/images/social-icon@2x.png) no-repeat 0 50%;
  background-size: 140px 21px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  -webkit-transition: background-color 0.15s;
  -moz-transition: background-color 0.15s;
  -o-transition: background-color 0.15s;
  -ms-transition: background-color 0.15s;
  transition: background-color 0.15s;
}
#mlbView .social-button.twitter .icon {
  background-position: 50% 50%;
}
#mlbView .social-button.fb .icon {
  background-position: 100% 50%;
}
#mlbView .social-button:hover.petition .icon {
  background-color: #b8152d;
}
#mlbView .social-button:hover.petition .petition-label {
  opacity: 1;
}
#mlbView .social-button:hover.twitter .icon {
  background-color: #00aced;
}
#mlbView .social-button:hover.fb .icon {
  background-color: #3b5998;
}
#mlbView .map-stage {
  position: absolute;
  width: 100%;
  height: 100%;
  /* --------------- mixin --------------- */
  /* --------------- map --------------- */
  /* --------------- team score --------------- */
  /* --------------- team main --------------- */
}
#mlbView .map-stage .thumbnail-circle-mixin {
  width: 46px;
  height: 46px;
  border-radius: 23px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out;
  -ms-transition: -ms-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
#mlbView .map-stage * {
  position: absolute;
}
#mlbView .map-stage .team-group {
  width: 650px;
  height: 100%;
  left: 35px;
}
#mlbView .map-stage .us-map {
  position: absolute;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background: transparent no-repeat 50% 50%;
  background-size: contain;
  background-image: url(../../../content/budweiser/en/opening-day/images/map-bg@2x.png);
  opacity: 0;
}
#mlbView .map-stage.show-map .us-map {
  opacity: 1;
}
#mlbView .map-stage .team-score-group {
  display: none;
  width: 650px;
  height: 100%;
  left: 35px;
}
#mlbView .map-stage .team-score-group .team-bg .points {
  background: #b5b5b6;
  opacity: .21;
  width: 46px;
  height: 46px;
  border-radius: 23px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out;
  -ms-transition: -ms-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
#mlbView .map-stage .team-score-group .team-bg.active {
  cursor: default;
}
#mlbView .map-stage .team-score-group.show {
  display: block;
}
#mlbView .map-stage .team-main-group {
  width: 650px;
  height: 100%;
  left: 35px;
}
#mlbView .map-stage .team-main-group .team {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out;
  -ms-transition: -ms-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
#mlbView .map-stage .team-main-group .team .info {
  display: none;
}
#mlbView .map-stage .team-main-group .team .info .line {
  width: 540px;
  height: 1px;
  background: gray;
  margin: 54px 0 0 79px;
}
#mlbView .map-stage .team-main-group .team .info .line.line-top {
  display: none;
  margin-top: -8px;
}
#mlbView .map-stage .team-main-group .team .info .team-petitions {
  font-size: 35px;
  color: #2f2f2f;
  margin: 0px 0 0 92px;
}
#mlbView .map-stage .team-main-group .team .info .signature-label {
  font-size: 20px;
  color: #727272;
  margin: 12px 0 0 186px;
  letter-spacing: -0.03em;
}
#mlbView .map-stage .team-main-group .team .info .petition-label {
  font-size: 18px;
  color: #b8152d;
  margin: 10px 0 0 -133px;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#mlbView .map-stage .team-main-group .team .info .social-button {
  margin-top: 4px;
}
#mlbView .map-stage .team-main-group .team .info .social-button.petition {
  margin-left: 480px;
}
#mlbView .map-stage .team-main-group .team .info .social-button.twitter {
  margin-left: 530px;
}
#mlbView .map-stage .team-main-group .team .info .social-button.fb {
  margin-left: 580px;
}
#mlbView .map-stage .team-main-group .team.active {
  cursor: default;
}
#mlbView .map-stage .team-main-group .team.active .info {
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  -moz-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  -o-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
}
#mlbView .map-stage .team-main-group .team.active.first .info .line-top {
  display: block;
}
#mlbView .map-stage .team-main-group .team.active2 .info {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
#mlbView .map-stage .team-main-group .team .thumbnail-bg {
  background: #eaeaea;
  width: 46px;
  height: 46px;
  border-radius: 23px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out;
  -ms-transition: -ms-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
#mlbView .map-stage .team-main-group .team .thumbnail-bg-shadow {
  background: rgba(0, 0, 0, 0.4);
  width: 46px;
  height: 46px;
  border-radius: 23px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out;
  -ms-transition: -ms-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  margin: 3px 0 0 3px;
}
#mlbView .map-stage .team-main-group .team .thumbnail {
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 46px;
  height: 46px;
  background: no-repeat 50% 50%;
  background-size: cover;
  opacity: 0;
}
#mlbView .map-stage .team-main-group .team.show .thumbnail-bg,
#mlbView .map-stage .team-main-group .team.show .thumbnail-bg-shadow {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#mlbView .map-stage .team-main-group .team.show2 .thumbnail {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
  opacity: 1;
}
#mlbView .map-stage.interactive .team {
  cursor: pointer;
}
#mlbView .map-stage.list .team-score-group,
#mlbView .map-stage.list .team-main-group {
  overflow: hidden;
}
#solariView {
  height: 48px;
  position: relative;
  /* --------------- mixin --------------- */
  /* --------------- main --------------- */
}
#solariView .solari-part {
  position: absolute;
  width: 100%;
  height: 50%;
}
#solariView .top-part {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #b8152d;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  line-height: 1.4em;
}
#solariView .bottom-part {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #b8152d;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  line-height: 0em;
  border-top: solid 1px #c97978;
}
#solariView .solari {
  float: left;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 100%;
  color: white;
  perspective: 800px;
  text-align: center;
  font-size: 36px;
  margin-right: 1px;
}
#solariView .solari .text {
  padding-left: 0 !important;
}
#solariView .solari:last-child {
  margin-right: 0px;
}
#solariView .solari.comma .text {
  margin-left: 9px;
}
#solariView .solari.comma .text2 {
  margin-left: 4px;
}
#solariView .solari .top {
  position: absolute;
  width: 100%;
  height: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #b8152d;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  line-height: 1.4em;
  overflow: hidden;
}
#solariView .solari .play {
  position: absolute;
  width: 100%;
  height: 50%;
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
#solariView .solari .play div {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#solariView .solari .play div.front {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #b8152d;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  line-height: 1.4em;
  background-color: #b8152d;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b8152d), color-stop(100% #800f1f));
  background-image: -webkit-linear-gradient(top, #b8152d 0%, #800f1f 100%);
  background-image: -moz-linear-gradient(top, #b8152d 0%, #800f1f 100%);
  background-image: -ms-linear-gradient(top, #b8152d 0%, #800f1f 100%);
  background-image: -o-linear-gradient(top, #b8152d 0%, #800f1f 100%);
  background-image: linear-gradient(top, #b8152d 0%, #800f1f 100%);
}
#solariView .solari .play div.back {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #b8152d;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  line-height: 0em;
  border-top: solid 1px #c97978;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
#solariView .solari .play.flip {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
#solariView .solari .bottom {
  position: absolute;
  width: 100%;
  height: 50%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #b8152d;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  line-height: 0em;
  border-top: solid 1px #c97978;
  bottom: 0;
}
#mlbView.ie9 #solariView .solari .play.flip,
#mlbView.ie8 #solariView .solari .play.flip,
#mlbView.android #solariView .solari .play.flip {
  -webkit-transform: rotateX(0deg) !important;
  -moz-transform: rotateX(0deg) !important;
  -ms-transform: rotateX(0deg) !important;
  -o-transform: rotateX(0deg) !important;
  transform: rotateX(0deg) !important;
}
#mlbView.ie9 #solariView .solari .play.flip1,
#mlbView.ie8 #solariView .solari .play.flip1,
#mlbView.android #solariView .solari .play.flip1 {
  margin-top: 10%;
}
#mlbView.ie9 #solariView .solari .play.flip2,
#mlbView.ie8 #solariView .solari .play.flip2,
#mlbView.android #solariView .solari .play.flip2 {
  margin-top: 20%;
}
#mlbView.ie9 #solariView .solari .play.flip3,
#mlbView.ie8 #solariView .solari .play.flip3,
#mlbView.android #solariView .solari .play.flip3 {
  margin-top: 30%;
}
#mlbView.ie9 #solariView .solari .play.flip4,
#mlbView.ie8 #solariView .solari .play.flip4,
#mlbView.android #solariView .solari .play.flip4 {
  margin-top: 40%;
}
#mlbView.ie9 #solariView .solari .play.flip5,
#mlbView.ie8 #solariView .solari .play.flip5,
#mlbView.android #solariView .solari .play.flip5 {
  margin-top: 50%;
}
@media (max-width: 767px) {
  #solariView {
    height: 25%;
    margin-top: 25%;
  }
  #solariView .solari {
    width: 15.9%;
    font-size: 450%;
    margin-right: 2px;
  }
  #solariView .top,
  #solariView .front {
    line-height: 1.45em !important;
  }
}
@media (max-width: 660px) {
  #solariView .top,
  #solariView .front {
    line-height: 1.3em !important;
  }
}
@media (max-width: 600px) {
  #solariView .solari {
    font-size: 350%;
  }
  #solariView .top,
  #solariView .front {
    line-height: 1.6em !important;
  }
}
@media (max-width: 540px) {
  #solariView .top,
  #solariView .front {
    line-height: 1.5em !important;
  }
}
@media (max-width: 520px) {
  #solariView .solari {
    font-size: 350%;
  }
  #solariView .top,
  #solariView .front {
    line-height: 1.3em !important;
  }
}
@media (max-width: 425px) {
  #solariView .solari {
    font-size: 370%;
  }
  #solariView .top,
  #solariView .front {
    line-height: 1.2em !important;
  }
}
@media (max-width: 400px) {
  #solariView .top,
  #solariView .front {
    line-height: 1.3em !important;
  }
}
@media (max-width: 380px) {
  #solariView .solari {
    font-size: 410%;
  }
  #solariView .top,
  #solariView .front {
    line-height: 1.35em !important;
  }
}
@media (max-width: 320px) {
  #solariView {
    height: 52px;
  }
  #solariView .top,
  #solariView .front {
    line-height: 1.25em !important;
  }
}
@media (max-width: 300px) {
  #solariView .solari {
    width: 15%;
  }
}
#mlbView .intro {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
#mlbView .intro.standby {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=(0));
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  -webkit-transform: translate(0px, 10px);
  -moz-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  -o-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
  visibility: hidden;
}
#mlbView .loading-container {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#mlbView .loading-container .loading {
  position: absolute;
  left: 50%;
  top: 45%;
  margin: -60px 0 0 -60px;
  background: #b8152d;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out;
  -ms-transition: -ms-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
#mlbView .loading-container .loading.show {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#mlbView .loading-container .loading img {
  display: none;
}
#mlbView .loading-container .loading .text {
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  color: white;
  font-size: 44px;
  line-height: 0.05em;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
#mlbView .loading-container .loading .text.show {
  opacity: 1;
}
/* --------------- IE8 / IE9 --------------- */
#mlbView.ie9 .loading,
#mlbView.ie8 .loading {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  width: 0;
  height: 0;
  margin: 0;
  background: none;
}
#mlbView.ie9 .loading img,
#mlbView.ie8 .loading img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
#mlbView.ie9 .loading .text,
#mlbView.ie8 .loading .text {
  display: none;
  opacity: 1;
}
#mlbView.ie9 .container .map-stage .team-score-group .team-bg .points,
#mlbView.ie8 .container .map-stage .team-score-group .team-bg .points {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=(100));
  opacity: 1;
}
#mlbView.ie9 .container .map-stage .team-score-group .team-bg .points img,
#mlbView.ie8 .container .map-stage .team-score-group .team-bg .points img {
  width: 100%;
  height: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=21)";
  filter: alpha(opacity=(21));
  opacity: 0.21;
  -ms-filter: 'alpha(opacity=21)';
}
#mlbView.ie9 .container .map-stage .team-main-group .team .thumbnail-bg,
#mlbView.ie8 .container .map-stage .team-main-group .team .thumbnail-bg,
#mlbView.ie9 .container .map-stage .team-main-group .team .thumbnail-bg-shadow,
#mlbView.ie8 .container .map-stage .team-main-group .team .thumbnail-bg-shadow {
  display: none;
  background: none;
  width: 0;
  height: 0;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  margin: 23px 0 0 23px;
}
#mlbView.ie9 .container .map-stage .team-main-group .team .thumbnail-bg img,
#mlbView.ie8 .container .map-stage .team-main-group .team .thumbnail-bg img,
#mlbView.ie9 .container .map-stage .team-main-group .team .thumbnail-bg-shadow img,
#mlbView.ie8 .container .map-stage .team-main-group .team .thumbnail-bg-shadow img {
  width: 100%;
  height: 100%;
}
#mlbView.ie9 .container .map-stage .team-main-group .team .thumbnail-bg-shadow,
#mlbView.ie8 .container .map-stage .team-main-group .team .thumbnail-bg-shadow {
  top: 3px;
  left: 3px;
}
#mlbView.ie9 .container .map-stage .team-main-group .team .thumbnail-bg-shadow img,
#mlbView.ie8 .container .map-stage .team-main-group .team .thumbnail-bg-shadow img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=(30));
  opacity: 0.3;
  -ms-filter: 'alpha(opacity=30)';
}
#mlbView.ie9 .container .map-stage .team-main-group .team.show .thumbnail-bg,
#mlbView.ie8 .container .map-stage .team-main-group .team.show .thumbnail-bg,
#mlbView.ie9 .container .map-stage .team-main-group .team.show .thumbnail-bg-shadow,
#mlbView.ie8 .container .map-stage .team-main-group .team.show .thumbnail-bg-shadow {
  display: block;
}
/* --------------- IE8 ONLY --------------- */
#mlbView.ie8 .image-ie8 {
  height: auto !important;
  text-indent: inherit !important;
}
#mlbView.ie8 .image-ie8.done {
  background-image: none !important;
}
#mlbView.ie8 .image-ie8 img {
  max-width: 100%;
}
#mlbView.ie8 .social-button .icon {
  background: transparent url(../../../content/budweiser/en/opening-day/images/social-icon.png) no-repeat 0 0;
}
#mlbView.ie8 .social-button.petition .icon {
  background-position: 0% 0%;
}
#mlbView.ie8 .social-button.twitter .icon {
  background-position: 50% 0%;
}
#mlbView.ie8 .social-button.fb .icon {
  background-position: 100% 0%;
}
#mlbView.ie8 .social-button:hover.petition .icon {
  background-position: 0% 100%;
  background-color: transparent;
}
#mlbView.ie8 .social-button:hover.twitter .icon {
  background-position: 50% 100%;
  background-color: transparent;
}
#mlbView.ie8 .social-button:hover.fb .icon {
  background-position: 100% 100%;
  background-color: transparent;
}
#mlbView.ie8 .container .header .title {
  background-image: url(../../../content/budweiser/en/opening-day/images/header-title.png);
}
#mlbView.ie8 .container .league-name {
  background-image: url(../../../content/budweiser/en/opening-day/images/league-title.png);
}
#mlbView.ie8 .container .desc .title {
  background-image: url(../../../content/budweiser/en/opening-day/images/desc-title.png);
}
#mlbView.ie8 .container .sign-button .icon {
  background-image: url(../../../content/budweiser/en/opening-day/images/sign-button-icon.png);
}
#mlbView.ie8 .container .total-signatures .title {
  background-image: url(../../../content/budweiser/en/opening-day/images/total-signatures-title.png);
}
#mlbView.ie8 .container .map-stage .us-map {
  background-image: url(../../../content/budweiser/en/opening-day/images/map-bg.png);
  display: none;
}
#mlbView.ie8 .container .map-stage.show-map .us-map {
  display: block;
}
#mlbView.ie8 .container .map-stage .team-main-group .team .thumbnail {
  display: none;
}
#mlbView.ie8 .container .map-stage .team-main-group .team.show2 .thumbnail {
  display: block;
}
#mlbView.ie8 .container .map-stage .team-main-group .team.active .info {
  display: none;
}
#mlbView.ie8 .container .map-stage .team-main-group .team.active2 .info {
  display: block;
}
@media (max-width: 767px) {
  #mlbView.ie8 .container .total-signatures .title {
    background-image: url(../../../content/budweiser/en/opening-day/images/total-signatures-title-white.png);
  }
}
#mlbView {
  font-family: "TradeGothic_BlCn", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #404040;
  font-size: 18px;
  height: 570px;
}
#mlbView * {
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
}
#mlbView h1 {
  text-indent: 100%;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
#mlbView p {
  font-size: 1em;
}
#mlbView .text {
  padding-left: 0 !important;
}
#mlbView .full-bg {
  z-index: -1;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  visibility: hidden;
}
#mlbView .full-bg.ready {
  visibility: visible;
}
#mlbView .container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
#mlbView .container img {
  border: 0;
}
#mlbView .container .fadeOut {
  opacity: 0;
}
#mlbView .container .hide {
  display: none;
}
#mlbView .container .map-container {
  width: 720px;
  height: 440px;
  position: absolute;
  right: 38px;
}
#mlbView .container .map-container .controller {
  z-index: 1;
  width: 100%;
  position: absolute;
}
#mlbView .container .map-container .controller a {
  display: none;
  position: absolute;
}
#mlbView .container .map-container .controller a img {
  width: 40px;
  height: 40px;
}
#mlbView .container .map-container p.note {
  font-size: 11px;
  color: #999999;
  letter-spacing: 0.01em;
  line-height: 1.1em;
  position: absolute;
  margin: 387px 0 0 25px;
  width: 180px;
  display: none;
}
#mlbView .container .map-container.list p.note {
  width: auto;
  margin: 393px 47px 0 0;
  right: 0;
  display: block;
}
#mlbView .container .map-container.list .controller a {
  display: block;
}
#mlbView .container .map-container-mobile {
  position: relative;
  display: none;
  max-width: 700px;
}
#mlbView .container .map-container-mobile img {
  width: 100%;
}
#mlbView .container .close-league {
  top: 19px;
  right: 38px;
}
#mlbView .container .prev-league {
  top: 178px;
  left: 0px;
}
#mlbView .container .next-league {
  top: 178px;
  right: 0px;
}
#mlbView .container .league-name {
  position: absolute;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background: transparent no-repeat 50% 50%;
  background-size: contain;
  margin: 25px 0 0 54px;
  width: 550px;
  height: 18px;
  background-image: url(../../../content/budweiser/en/opening-day/images/league-title@2x.png);
  background-size: 550px 108px;
  background-position: 550px 0;
}
#mlbView .container .league-name.ale {
  background-position: 0 0px;
}
#mlbView .container .league-name.alw {
  background-position: 0 -18px;
}
#mlbView .container .league-name.alc {
  background-position: 0 -36px;
}
#mlbView .container .league-name.nle {
  background-position: 0 -54px;
}
#mlbView .container .league-name.nlw {
  background-position: 0 -72px;
}
#mlbView .container .league-name.nlc {
  background-position: 0 -90px;
}
#mlbView .container .header {
  width: 638px;
  margin: 0px auto 32px;
}
#mlbView .container .header .title {
  height: 52px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background: transparent no-repeat 50% 50%;
  background-size: contain;
  background-image: url(../../../content/budweiser/en/opening-day/images/header-title@2x.png);
}
#mlbView .container .desc {
  width: 330px;
  position: relative;
  margin-left: 70px;
  margin-top: 58px;
}
#mlbView .container .desc .title {
  padding: 10px 0 0px;
  width: auto;
  height: 18px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background: transparent no-repeat 50% 50%;
  background-size: contain;
  background-position: 0 0;
  background-image: url(../../../content/budweiser/en/opening-day/images/desc-title@2x.png);
}
#mlbView .container .desc .title.goal {
  background-image: url(../../../content/budweiser/en/opening-day/images/desc-title-goal@2x.png);
}
#mlbView .container .desc .body {
  margin: 0;
  padding: 14px 0 5px;
  line-height: 1.4em;
}
#mlbView .container .desc .body span {
  color: #b8152d;
}
#mlbView .container .sign-button {
  background-color: #b8152d;
  display: block;
  text-align: center;
  font-size: 26px;
  color: white;
  text-decoration: none;
  padding: 13px 0 10px;
  width: 330px;
  position: relative;
  margin-left: 70px;
  margin-top: 10px;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  -ms-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
#mlbView .container .sign-button:hover {
  background-color: #800f1f;
}
#mlbView .container .sign-button .icon {
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  width: 24px;
  height: 24px;
  margin: 2px 0 0 76px;
  left: 50%;
  background: transparent no-repeat 50% 50%;
  background-size: contain;
  background-image: url(../../../content/budweiser/en/opening-day/images/sign-button-icon@2x.png);
}
#mlbView .container .sign-button .text {
  margin-left: -35px;
  letter-spacing: -0.025em;
  padding-left: 0;
}
#mlbView .container .disclaimer {
  font-size: 11px;
  color: #999999;
  letter-spacing: 0.01em;
  line-height: 1.1em;
  width: 200px;
  position: relative;
  margin-left: 70px;
  margin-top: 8px;
  min-height: 40px;
}
#mlbView .container .total-signatures {
  margin-top: 302px;
  margin-left: 70px;
  width: 250px;
  position: absolute;
}
#mlbView .container .total-signatures > * {
  position: relative;
}
#mlbView .container .total-signatures .title {
  width: 246px;
  height: 12px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background: transparent no-repeat 50% 50%;
  background-size: contain;
  background-size: 246px 12px;
  margin: 0 0 12px;
  background-image: url(../../../content/budweiser/en/opening-day/images/total-signatures-title@2x.png);
}
#mlbView .container .total-signatures .mlb-progress {
  margin-top: 13px;
  height: 6px;
}
#mlbView .container .total-signatures .mlb-progress > div {
  position: absolute;
}
#mlbView .container .total-signatures .mlb-progress .goal-text {
  font-size: 11px;
  color: #999999;
  letter-spacing: 0.01em;
  line-height: 1.1em;
  color: #22285a;
  top: 2px;
  line-height: 0;
  letter-spacing: -0.05em;
}
#mlbView .container .total-signatures .mlb-progress .goal-text.to {
  right: 0px;
}
#mlbView .container .total-signatures .mlb-progress .bar {
  background: #cccccc;
  height: 5px;
  width: 194px;
  margin-left: 10px;
}
#mlbView .container .total-signatures .mlb-progress .bar .elapse {
  width: 0px;
  height: 5px;
  background: #b8152d;
  float: left;
  -webkit-transition: width 3s;
  -moz-transition: width 3s;
  -o-transition: width 3s;
  -ms-transition: width 3s;
  transition: width 3s;
}
#mlbView .container .total-signatures .mlb-progress .bar .line {
  width: 2px;
  height: 5px;
  background: #22285a;
  float: left;
}
#mlbView .container .total-signatures .detail {
  width: 250px;
  height: 20px;
  margin-top: 9px;
}
#mlbView .container .total-signatures .detail > * {
  position: absolute;
}
#mlbView .container .total-signatures .detail .line {
  background: #22285a;
}
#mlbView .container .total-signatures .detail .line.v {
  width: 1px;
  height: 10px;
  top: 1px;
}
#mlbView .container .total-signatures .detail .line.h {
  width: 55px;
  height: 1px;
  top: 10px;
}
#mlbView .container .total-signatures .detail .line.l {
  left: 1px;
}
#mlbView .container .total-signatures .detail .line.r {
  right: 1px;
}
#mlbView .container .total-signatures .detail .remaining-days {
  white-space: nowrap;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 16px;
  color: #22285a;
  line-height: 1em;
}
#mlbView .container .total-signatures .detail .remaining-days .remaining-days-value {
  font-size: 26px;
  color: #b8152d;
}
#mlbView .container .social-share {
  z-index: 1;
  position: absolute;
  margin-left: 306px;
  margin-top: 10px;
}
#mlbView .container .social-share a {
  float: left;
  margin-left: 7px;
}
#mlbView.mlb-progress .container .desc .title.goal {
  display: none;
}
#mlbView.mlb-progress .container .desc .body.goal {
  display: none;
}
#mlbView.goal .container .desc .title.mlb-progress {
  display: none;
}
#mlbView.goal .container .desc .body.mlb-progress {
  display: none;
}
@media (min-width: 1200px) {
  #mlbView.goal .container .total-signatures {
    margin-top: 340px;
  }
}
.mlbOpeningDay .video-title {
  margin: 40px auto 0;
  width: 700px;
}
.mlbOpeningDay .video-title img {
  width: 100%;
}
.mlbOpeningDay .video-title img.mobile {
  display: none;
}
.mlbOpeningDay p.video-subtitle,
p.legal-copy {
  font-family: "TradeGothic_BlCn", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  color: #333333;
  margin: 0;
  padding: 5px 0 0px;
  font-size: 18px;
}
p.legal-copy {
  padding: 0 20px 20px;
}
@media (max-width: 1199px) {
  #mlbView {
    height: 770px;
  }
  #mlbView .container {
    max-width: 962px;
  }
  #mlbView .container .map-container {
    position: relative;
    margin: 0 auto;
    right: auto;
  }
  #mlbView .container .map-container p.note {
    margin-top: 375px;
  }
  #mlbView .container .desc {
    margin-top: 0px;
    margin-left: 45px;
    margin-right: 45px;
    width: auto;
  }
  #mlbView .container .desc .body {
    padding: 8px 0 0px;
    width: 570px;
  }
  #mlbView .container .desc .body span {
    color: #b8152d;
  }
  #mlbView .container .sign-button {
    margin-top: 13px;
    margin-left: 45px;
  }
  #mlbView .container .disclaimer {
    margin-left: 45px;
  }
  #mlbView .container .total-signatures {
    margin-top: 91px;
    right: 45px;
  }
  #mlbView .container .social-share {
    margin-left: 281px;
  }
}
@media (max-width: 767px) {
  #mlbView {
    height: auto;
    padding-bottom: 20px;
  }
  #mlbView .container .header {
    width: 90%;
    margin: 0px auto 20px;
  }
  #mlbView .container .header .title {
    width: 100%;
    background-size: contain;
    background-position: 50% 0%;
  }
  #mlbView .container .map-container {
    background: none;
    display: none;
  }
  #mlbView .container .map-container-mobile {
    display: block;
    margin: auto;
  }
  #mlbView .container .desc {
    margin: 0px 5% 0;
  }
  #mlbView .container .desc .title {
    background-size: contain;
    background-position: 0% 0%;
  }
  #mlbView .container .desc .title.mlb-progress {
    width: 45%;
  }
  #mlbView .container .desc .title.goal {
    width: 80%;
  }
  #mlbView .container .desc .body {
    width: auto;
  }
  #mlbView .container .sign-button {
    margin-left: auto;
    margin-right: auto;
    width: auto;
    padding: 20px 0;
  }
  #mlbView .container .disclaimer {
    width: auto;
    margin-left: 5%;
    margin-right: 5%;
  }
  #mlbView .container .total-signatures {
    right: 70px;
    left: 70px;
    margin-left: auto;
    width: auto;
  }
  #mlbView .container .total-signatures .mlb-progress,
  #mlbView .container .total-signatures .detail .line {
    display: none;
  }
  #mlbView .container .total-signatures .title {
    position: absolute;
    background-image: url(../../../content/budweiser/en/opening-day/images/total-signatures-title-white@2x.png);
    background-size: contain;
    margin: 0;
    width: 100%;
    height: 3.5%;
    top: 58%;
  }
  #mlbView .container .total-signatures .detail {
    position: absolute;
    top: 75%;
    margin-left: 5.5%;
  }
  #mlbView .container .total-signatures .detail .remaining-days {
    text-align: left;
    font-size: 160%;
    width: 20%;
    white-space: inherit;
  }
  #mlbView .container .total-signatures .detail .remaining-days .remaining-days-value {
    margin: 28% 0 0 -135%;
    font-size: 240%;
    position: absolute;
  }
  #mlbView .container .social-share {
    position: relative;
    margin-right: 5%;
  }
  #mlbView .container .social-share a {
    float: right;
  }
  .mlbOpeningDay .video-title {
    width: 80%;
  }
  .mlbOpeningDay .video-title img.mobile {
    display: block;
  }
  .mlbOpeningDay .video-title img.normal {
    display: none;
  }
}
@media (max-width: 600px) {
  #mlbView .container .header {
    margin-bottom: 10px;
  }
  #mlbView .container .header .sub-title {
    margin-top: 25px;
  }
  #mlbView .container .header .title {
    margin-bottom: 0px;
  }
  #mlbView .container .total-signatures {
    right: 10%;
    left: 10%;
  }
  #mlbView .container .total-signatures .detail {
    margin-left: 10%;
  }
  #mlbView .container .total-signatures .detail .remaining-days {
    width: 15%;
  }
  #mlbView .container .total-signatures .detail .remaining-days .remaining-days-value {
    margin: 37% 0 0 -180%;
  }
}
@media (max-width: 420px) {
  #mlbView .container {
    font-size: 14px;
  }
  #mlbView .container .header {
    margin-bottom: -10px;
  }
  #mlbView .container .header .sub-title {
    margin-top: 13px;
  }
  #mlbView .container .desc .title {
    padding-top: 0px;
  }
  #mlbView .container .desc .body {
    padding: 0;
    line-height: 1.4em;
  }
  #mlbView .container .total-signatures .detail .remaining-days .remaining-days-value {
    margin: 27% 0 0 -135%;
  }
  #mlbView .container .social-share {
    position: absolute;
    right: 0;
    width: 100px;
  }
  #mlbView .container .disclaimer {
    width: 50%;
  }
  .mlbOpeningDay p.video-subtitle,
  p.legal-copy {
    font-size: 14px;
  }
}
@media (max-width: 380px) {
  #mlbView .container {
    font-size: 11px;
  }
  #mlbView .container .header {
    margin-bottom: -20px;
  }
  #mlbView .container .total-signatures .detail .remaining-days .remaining-days-value {
    margin: 22% 0 0 -110%;
  }
}

.link-image {
  height: 300px;
  position: relative;
  overflow: hidden;
}

.link-image > .link-image-text {
  background-color: rgba(0,0,0,0.6);
  bottom: 0;
  color: #fff;
  display: block;
  font-family: 'TradeGothic_BlCn', sans-serif;
  font-size: 3em;
  padding: 3%;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.link-image .icon-play {
  font-size: 42px;
}
.link-image.size-lg > .link-image-text {
  font-size: 3em;
  line-height: 1.428571429;
}
.link-image > .link-image-text {
  font-size: 2em;
  line-height: 1.028571429;
}
.link-image.size-sm > .link-image-text {
  font-size: 1em;
  line-height: 0;
}

.link-image > .link-image-text:hover {
  text-decoration: none;
  color: #e0b05f;
}
.link-image > .link-image-text{
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.link-image-text > .icon-play {
  background-color: #fff;
  border-radius: 50%;
  color: #b8152d;
  display: inline-block;
  height: 32px;
  overflow: hidden;
  position: relative;
  width: 32px;
}

.link-image-text > .icon-play:before {
  left: -5px;
  position: absolute;
  top: -4px;
}
@media (min-width: 768px) and  (max-width: 992px){
  .link-image {
    height: 230px;
  }
}
/*
  ==========================================
  Language Selector BASE STYLES
  ========================================== 
 */

.language-list{
 width: 250px;
}
.mh-mn-language-item{
 width: 60px;
}
.language-selector button.btn.dropdown-toggle {
 margin-top: 5px;
 margin-left: 110px;
}
.language-selector button.btn.dropdown-toggle:hover {
 padding-right: 0;
}

.join-us-container{
	text-align: center;
	padding: 40px 0;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
}
.join-us-container .social-list-item{
	border: 1px solid #000;
	width: 70px;
	height: 70px;
	text-align: center;
	padding: 0;
	background: #fff;
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	transition: background 0.3s; 
}
.join-us-container .social-list-item:hover{
	background: #000;
}
.join-us-container .social-list-item a{
	font-size: 2em;
	padding: 20px 0;
	display: block;
	text-decoration: none;
	color: #000;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}
.join-us-container .social-list-item a:hover{
	text-decoration: none;
	color: #fff;
}
.image-text-over {
  position: relative;
}
.image-text-over .background-image {
  width: 100%;
  /* tablet max-height: 80%; */
}
.image-text-over .title {
  text-align: center;
  padding: 5px 0;
  margin: 0;
}
.image-text-over .text {
  color: black;
  display: block;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
}
.image-text-over .upper-title-container{
  background-color: lightGrey;
}
.image-text-over.on-top .upper-title-container{
  display: none;
}
.image-text-over.on-top .text{
  color: white;
}
.image-text-over .text-container{
  position: relative;
  background-color: darkGrey;
}
.image-text-over.on-top .text-container {
 /*
  width: 100%;
  margin: auto;
  position: absolute;
  top: 50%; 
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  */
  position: absolute;
  top: 30px;
}
.image-text-over .text-container .title {
  display: none;
}
.image-text-over.on-top .text-container .title {
  display: block;
}
.image-text-over.inverted .text {
  color: white;
}
.image-text-over.on-top.inverted .text{
  color: black;
}

.image-text-over.rollover{
  overflow: hidden;
}
div.image {
  /*margin-bottom: 20px;*/
  overflow: hidden;
}
div.image img {
  display: block;
  width:100%;
}
div.image small {
  display: block;
}

/* UPDATED images styles */


/* preview mode */
.image-preview-mode {
  display: none;
}
/*
.image-preview-mode {
  background: darkGrey;
  color: black;
}
.image-preview-mode h6 {
  font-size: 12px;
  margin: 0;
  padding: 10px 0;
  color: blue;
  text-align: center;
}
.image-preview-mode p {
  color: black;
}
*/
.image-component .after-description {
  background: white;
}
.image-component .caption {
  margin: 0;
}
/* image component */
.image-component a,
.image-component a:hover {
  color: white;
}
.image-component a {
  position: relative;
  text-decoration: none;
  display: block;
}
.image-component .title-container {
  position: absolute;
  bottom: 0;
  width: 100%;
}
/* image component on modal description */
.image-preview-mode .caption,
.img-comp-modal .caption {
  padding: 20px 0;
  color: black;
  text-align: center;
}
.img-comp-modal .caption {
  background: white;
}

/* this style should be only on blackcrown styles, a copy only with arial in the general styles */
.image-component .title-container .title {
  text-align: center;
  text-transform: uppercase;
  font-family: "TradeGothic_BlCn", "Helvetica Neue", Helvetica, Arial , sans-serif;
  font-size: 2em;
  background: #0b2654;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.image-component .caption a{
                text-decoration: underline;
                text-transform: uppercase;
}

.image-component .image-component-wrapper {
  position:relative;
  color: #fff;
}

// FIX Primary Carrousel Image titles
.primary-carousel .image-component .title-container {
  position: static;
}

.primary-carousel .image-component .title-container .title {
  margin-top: 0;
}



@media (min-width:768px){
  .full-width-img-bg.image-component.component{
      position: absolute;
      width: 100%;
      top: 0;
      left: 0;
  }
}
.iframe-container {
  font-size: 0;
}
.iconsBar ul {
    list-style: none;
    padding: 0;
    position: relative;
    text-align: center;
    width: 100%;
}
.iconsBar li {
    display: inline-block;
}
.iconsBar .center-img {
    display: inline-block;
    margin-right: -1px;
    vertical-align: middle;
    width: 1px;
}
.iconsBar .border-icon {
    background: none repeat scroll 0 0 #C2C2C2;
    display: inline-block;
    height: 70px;
    margin: 0 1.8em;
    position: relative;
    top: 20%;
    vertical-align: middle;
    width: 1px;
}
@media (max-width: 991px) { 
    .iconsBar .border-icon {
        margin: 0 0.8em;
    }
    .iconsBar img {
        width: 79%;
    }
}
@media (max-width: 768px) { 
    .iconsBar .border-icon {
        margin: 0 0.5em;
    }
    .iconsBar img {
        width: 75%;
    }
    .iconsBar li {
        width: 5em;
    }
	.iconsBar ul {
       margin: 1em 0;
       padding: 0;
    }
    .iconsBar .border-icon {
       height: 40px;
    }
	.iconsBar ul .one-icon{
        width: 11em;
    }
}


.register-container,
.login-container,
.forgotpassword-container,
.link-account-container,
.email-verification-container{
    color: #727272;
}
.login-container fieldset, .link-account-container fieldset, .email-verification-container fieldset{
    border: none;
    padding: 0;
    margin: 0;
}
.register-container{
    padding-bottom: 30px;
}
.sign-up.btn{
    width: 100%;
    font-size: 25px;
    margin-top: 50px;
    margin-bottom: 25px;
}
.register-container fieldset{
    position: relative;
}
.gigya-screen .register-container h4{
    text-align: center;
}

.gigya-screen h2, .gigya-screen h4 {
    color: #b8142d; /* need actual color from palette */
    border: 0;
    margin: 1em 0;
    text-align: left;
}

.gigya-screen h2 {
    font-family: TradeGothic_BlCn, sans-serif;
    background-color: rgb(244, 244, 244);
    width: 100%;
    text-align: center;
    border: 0px none;
    line-height: 2;
    padding: 0px;
    margin: 1em 0;
}

.gigya-forgot-password-screen,
.sign-up,
.gigya-social-login{
    margin: 0 0 2em 0;
    height: 50px;
}


.gigya-register-form input[type="checkbox"] + label{
    float: left;
    width: 90%;
    display: block;
    float: left;
}

.gigya-register-form input[type="radio"] + label{
    float: left;
    width: 90%;
    display: block;
    float: left;
}

.sign-up{
    background-color: #b8142d;
    color: #FFF;
    text-align: center;
    border: 0;
    padding: 0;
    box-shadow: none;
}
.sign-up:hover{
    color: #fff;
}
.login-container a.sign-up{
    padding: 6px;
    text-decoration: none;
}
.forgot-password {
    display: block;
    text-align: center;
    padding: 0 0 10px 0;
    margin: 0 0 2em 0;
}

div.gigya-loginID-availability{background-position: left top !important;}

div.pass-container .budweiser-pass .gigya-error-msg {margin-left: 0px; display: inline-block;}

div.pass-container .budweiser-pass .gigya-error-display {display: inline-block;}

.gender .radio{
    padding-left:0;
}
.gender .radio label{
    display: inline-block;
    padding-left:0;
}
.radio input[type="radio"],
.radio-inline input[type="radio"]{
    margin-left: 0;
    margin-right: 5px;
}

.gigya-error-display {
    color: #DD4B39;
}

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

.btn-dual{
    width: 100%;
    max-width: 300px;
    font-weight: bold;
    font-size: 18px;
    background: #6c8bce; /* Old browsers */
    background: -moz-linear-gradient(top, #6c8bce 0%, #4364ab 100%, #4364ab 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6c8bce), color-stop(100%,#4364ab), color-stop(100%,#4364ab)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #6c8bce 0%,#4364ab 100%,#4364ab 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #6c8bce 0%,#4364ab 100%,#4364ab 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #6c8bce 0%,#4364ab 100%,#4364ab 100%); /* IE10+ */
    background: linear-gradient(to bottom, #6c8bce 0%,#4364ab 100%,#4364ab 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c8bce', endColorstr='#4364ab',GradientType=0 ); /* IE6-9 */
    padding: 0;
    text-align: center;
    border: none;
}
.btn-dual > .btn-dual-icon{
    background: #4269b8; /* Old browsers */
    background: -moz-linear-gradient(top, #4269b8 0%, #173f94 100%, #173f94 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4269b8), color-stop(100%,#173f94), color-stop(100%,#173f94)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #4269b8 0%,#173f94 100%,#173f94 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #4269b8 0%,#173f94 100%,#173f94 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #4269b8 0%,#173f94 100%,#173f94 100%); /* IE10+ */
    background: linear-gradient(to bottom, #4269b8 0%,#173f94 100%,#173f94 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4269b8', endColorstr='#173f94',GradientType=0 ); /* IE6-9 */
    height: 40px;
    display: inline-block;
    font-size: 25px;
    float: left;
    margin: 0;
    width: 20%;
    padding-top: 7px;
}
.btn-dual > .btn-text{
    font-size: 15px;
    margin: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.3);
    padding: 0;
    float: left;
    padding-top: 10px;
    width: 80%;
    height: 40px;
    box-shadow: -1px 0 0 rgba(255, 255, 255, 0.1);
}


/* RECAPTCHA fix */
.login-container .gigya-login-form .gigya-error-display { height: auto!important; width: auto!important; }
.login-container .gigya-login-form .gigya-error-display div { height: auto!important; width: auto!important; }
.login-container .gigya-login-form .gigya-error-display .recaptchatable * { font-size: 6pt; }
.login-container .gigya-login-form .gigya-error-display #recaptcha_area { margin: 0 auto; }
.login-container .gigya-login-form .gigya-error-display .recaptchatable #recaptcha_response_field { border: 1px solid gray; color: #000; font-family: inherit; }
iframe[src="about:blank"]{display:none;}

@media (max-width: 768px) {
    .recaptchatable .recaptcha_image_cell img,
    .gigya-captcha,
    #recaptcha_table,
    #recaptcha_area,
    #recaptcha_image {
        width: 200px!important;
        max-width: 200px;
        min-width: 200px!important;
        display: block;
        margin: 0 auto!important;
    }
    .recaptchatable .recaptcha_r1_c1,
    .recaptchatable .recaptcha_r3_c1,
    .recaptchatable .recaptcha_r3_c2,
    .recaptchatable .recaptcha_r7_c1,
    .recaptchatable .recaptcha_r8_c1,
    .recaptchatable .recaptcha_r3_c3,
    .recaptchatable .recaptcha_r2_c1,
    .recaptchatable .recaptcha_r4_c1,
    .recaptchatable .recaptcha_r4_c2,
    .recaptchatable .recaptcha_r4_c4,
    .recaptchatable .recaptcha_image_cell {
        background: none!important;
    }
}
/*fix for error message*/
.gigya-screen .gigya-error-msg { visibility: visible !important; }
/**/

/* Go to top author mode styles */

.gototop-author .author-title {
  background: darkGrey;
  color: black;
  text-align: center;
  margin-bottom: 10px;
}
.gototop-author .author-title h4 {
  color: black;
  font-size: 1.5em;
  padding: 0;
  margin: 0;
}
.gototop-author .author-title span {
  color: black;
  font-size: 0.8em;
}
.go-to-page{
  text-align: center;
  margin: 0;
  padding:20px 0;
}
.go-to-page .go-to-page-text span{
  display: block;
}
.go-to-page .go-to-page-btn a.btn{
  margin: 30px;
}
.go-to-page-image {
  height: auto;
  margin-bottom: 3em;
  position: relative;
}
.go-to-page-image img {
  width: 100%;
  z-index: 1;
}
.go-to-page-image h2 {
  color: #FFFFFF;
  left: 38%;
  position: absolute;
  top: 10%;
  z-index: 2;
}
.goToPage .go-to-page-image a{
  background: none repeat scroll 0 0 #000000;
  border: 1px solid #FFFFFF;
  border-radius: 0;
  color: #FFFFFF;
  font-family: "FuturaStd-Medium","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 0.7em;
  left: 40%;
  letter-spacing: 3px;
  line-height: 1.25em;
  position: absolute;
  text-transform: uppercase;
  top: 65%;
  transition: background 0.3s ease 0s;
  z-index: 2;
}
.goToPage .go-to-page-image a:hover {
  background: none repeat scroll 0 0 #fff;
  color: #000;
}

@media (max-width: 991px) {
    .goToPage .go-to-page-image a{
      left: 35%;
	  top: 61%;
    }
    .go-to-page-image h2 {
       left: 31%;
    }

}
    
@media (max-width: 768px) {
    .goToPage .go-to-page-image a{
      left: 26%;
      top: 55%;
      font-size: 0.5em;
    }
    .go-to-page-image {
      margin-bottom: 2em;
    }
    .go-to-page-image h2 {
       font-size: 1em;
       top: -5%;
    }
}

.register-container,
.login-container,
.forgotpassword-container,
.link-account-container,
.email-verification-container{
    color: #727272;
}
.login-container fieldset, .link-account-container fieldset, .email-verification-container fieldset{
    border: none;
    padding: 0;
    margin: 0;
}
.register-container{
    padding-bottom: 30px;
}
.sign-up.btn{
    width: 100%;
    font-size: 25px;
    margin-top: 50px;
    margin-bottom: 25px;
}
.register-container fieldset{
    position: relative;
}
.gigya-screen .register-container h4{
    text-align: center;
}

.gigya-screen h2, .gigya-screen h4 {
    color: #b8142d; /* need actual color from palette */
    border: 0;
    margin: 1em 0;
    text-align: left;
}

.gigya-screen h2 {
    font-family: TradeGothic_BlCn, sans-serif;
    background-color: rgb(244, 244, 244);
    width: 100%;
    text-align: center;
    border: 0px none;
    line-height: 2;
    padding: 0px;
    margin: 1em 0;
}

.gigya-forgot-password-screen,
.sign-up,
.gigya-social-login{
    margin: 0 0 2em 0;
    height: 50px;
}


.gigya-register-form input[type="checkbox"] + label{
    float: left;
    width: 90%;
    display: block;
    float: left;
}

.gigya-register-form input[type="radio"] + label{
    float: left;
    width: 90%;
    display: block;
    float: left;
}

.sign-up{
    background-color: #b8142d;
    color: #FFF;
    text-align: center;
    border: 0;
    padding: 0;
    box-shadow: none;
}
.sign-up:hover{
    color: #fff;
}
.login-container a.sign-up{
    padding: 6px;
    text-decoration: none;
}
.forgot-password {
    display: block;
    text-align: center;
    padding: 0 0 10px 0;
    margin: 0 0 2em 0;
}

div.gigya-loginID-availability{background-position: left top !important;}

div.pass-container .budweiser-pass .gigya-error-msg {margin-left: 0px; display: inline-block;}

div.pass-container .budweiser-pass .gigya-error-display {display: inline-block;}

.gender .radio{
    padding-left:0;
}
.gender .radio label{
    display: inline-block;
    padding-left:0;
}
.radio input[type="radio"],
.radio-inline input[type="radio"]{
    margin-left: 0;
    margin-right: 5px;
}

.gigya-error-display {
    color: #DD4B39;
}

#error-msg-raas {
    display: inline-block;
}

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

.btn-dual{
    width: 100%;
    max-width: 300px;
    font-weight: bold;
    font-size: 18px;
    background: #6c8bce; /* Old browsers */
    background: -moz-linear-gradient(top, #6c8bce 0%, #4364ab 100%, #4364ab 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6c8bce), color-stop(100%,#4364ab), color-stop(100%,#4364ab)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #6c8bce 0%,#4364ab 100%,#4364ab 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #6c8bce 0%,#4364ab 100%,#4364ab 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #6c8bce 0%,#4364ab 100%,#4364ab 100%); /* IE10+ */
    background: linear-gradient(to bottom, #6c8bce 0%,#4364ab 100%,#4364ab 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c8bce', endColorstr='#4364ab',GradientType=0 ); /* IE6-9 */
    padding: 0;
    text-align: center;
    border: none;
}
.btn-dual > .btn-dual-icon{
    background: #4269b8; /* Old browsers */
    background: -moz-linear-gradient(top, #4269b8 0%, #173f94 100%, #173f94 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4269b8), color-stop(100%,#173f94), color-stop(100%,#173f94)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #4269b8 0%,#173f94 100%,#173f94 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #4269b8 0%,#173f94 100%,#173f94 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #4269b8 0%,#173f94 100%,#173f94 100%); /* IE10+ */
    background: linear-gradient(to bottom, #4269b8 0%,#173f94 100%,#173f94 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4269b8', endColorstr='#173f94',GradientType=0 ); /* IE6-9 */
    height: 40px;
    display: inline-block;
    font-size: 25px;
    float: left;
    margin: 0;
    width: 20%;
    padding-top: 7px;
}
.btn-dual > .btn-text{
    font-size: 15px;
    margin: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.3);
    padding: 0;
    float: left;
    padding-top: 10px;
    width: 80%;
    height: 40px;
    box-shadow: -1px 0 0 rgba(255, 255, 255, 0.1);
}


/* RECAPTCHA fix */
.login-container .gigya-login-form .gigya-error-display { height: auto!important; width: auto!important; }
.login-container .gigya-login-form .gigya-error-display div { height: auto!important; width: auto!important; }
.login-container .gigya-login-form .gigya-error-display .recaptchatable * { font-size: 6pt; }
.login-container .gigya-login-form .gigya-error-display #recaptcha_area { margin: 0 auto; }
.login-container .gigya-login-form .gigya-error-display .recaptchatable #recaptcha_response_field { border: 1px solid gray; color: #000; font-family: inherit; }
iframe[src="about:blank"]{display:none;}

@media (max-width: 768px) {
    .recaptchatable .recaptcha_image_cell img,
    .gigya-captcha,
    #recaptcha_table,
    #recaptcha_area,
    #recaptcha_image {
        width: 200px!important;
        max-width: 200px;
        min-width: 200px!important;
        display: block;
        margin: 0 auto!important;
    }
    .recaptchatable .recaptcha_r1_c1,
    .recaptchatable .recaptcha_r3_c1,
    .recaptchatable .recaptcha_r3_c2,
    .recaptchatable .recaptcha_r7_c1,
    .recaptchatable .recaptcha_r8_c1,
    .recaptchatable .recaptcha_r3_c3,
    .recaptchatable .recaptcha_r2_c1,
    .recaptchatable .recaptcha_r4_c1,
    .recaptchatable .recaptcha_r4_c2,
    .recaptchatable .recaptcha_r4_c4,
    .recaptchatable .recaptcha_image_cell {
        background: none!important;
    }
}
/*fix for error message*/
.gigya-screen .gigya-error-msg { visibility: visible !important; }
/**/
.findservicecomponent .find-a-service-banner {
    background: #393939;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin-top: 20px;
}

.findservicecomponent .find-a-service-form {
    background: #393939;
    color: #fff;
    text-transform: uppercase;
}

.findservicecomponent .find-a-service-form fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

.findservicecomponent .find-a-service-form label {
    font-weight: normal;
    padding-top: 5px;
}

.findservicecomponent .find-a-service-form .form-group,
.findservicecomponent .find-a-service-form .radio {
    margin: 1em 0 1em 1em;
}

.findservicecomponent .find-a-service-form input[name='zipcode'] {
    display: inline-block;
    font-size: 16px;
    vertical-align: top;
    width: 8em;
    -moz-appearance: textfield;
}

.findservicecomponent .find-a-service-form input[name='zipcode']::-webkit-outer-spin-button,
.findservicecomponent .find-a-service-form input[name='zipcode']::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.brands-block {
  margin: 0 auto;
  max-width: 1145px;
}

.brands-list {
  color: #fff;
  list-style: none;
  margin: 0 auto 50px auto;
  padding: 0;
  text-align: center;
}

.brands-list  li {
  margin-right: 20px;
}

.brands-list li:hover {
cursor: pointer;
}

.brands-list  li:last-child {
  margin-right: 0;
}

.brands-list li div {
  border: 5px solid #ebe9ea;
  border-radius: 70px;
  display: block;
  height: 134px;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 134px;
}

.brands-list li div.active-brand {
  opacity: 1;
  border-color: #b41527;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .findservicecomponent .find-a-service-form fieldset {
        text-align:center;
    }
}

.findservicecomponent .results {
    background: #ececec;
    margin-bottom: 20px;
}

.findservicecomponent .results h4:first-child {
    margin-left: 25px;
}

.findservicecomponent .results .map {
    height: 100%;
    margin: 0 20px 30px 10px;
    min-height: 336px;
}

.findservicecomponent .results .places-placeholder {
    margin: 0 10px 30px 20px;
    overflow-y: scroll;
    height: 336px;
}

.findservicecomponent .results .places-placeholder h5 address{
    font-size: 75%;
    font-weight: normal;
    line-height: 1;
    color: #999999;
}

.findservicecomponent .results .places-placeholder > table {
    margin-bottom: 0
}

.findservicecomponent .results .places-placeholder > table td:first-child {
    vertical-align: middle;
}

.findservicecomponent .results .places-placeholder > table .marker {
    display: block;
}

.findservicecomponent .results .error-message {
    padding:20px;
    background: #f2dede;
    margin: 10px;
}

@media (max-width: 1199px) {
  .brands-block {
    max-width: 945px;
  }
}

@media (max-width: 991px) {
  .brands-block {
    max-width: 725px;
  }
  .brands-list li div {
    height: 95px;
    width: 95px;
  }
}

@media (max-width: 767px) {
  .findservicecomponent .results .map-square  .map {
    margin: 20px auto;
    min-height: 235px;
    width: 80vw;
    height: 80vw;
  }
  .findservicecomponent .results .places-list {
    width: 100%;
  }
  .findservicecomponent .results .map-result.map-square {
    width: 100%;
  }
  .brands-block {
    max-width: 725px;
  }
  brands-list {
    margin: 0 auto;
  }
  .brands-list li {
    margin-right: 0;
  }
  .brands-list li div {
    background-size: contain;
    height: 50px;
    width: 50px;
  }
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 991px) and (orientation: portrait) {
    .findservicecomponent .results .map-result {
        width: 100%;
    }
}


.eventMapComponent p.caption{
    background: grey;
    color: black;
    text-align: center;
    padding: 10px;
}

.eventMapComponent .map{
    background-color: #00aeef;
    position: relative;
}
.eventMapComponent .map .map-title{
    position: relative;
    left: 0;
    right: 0;
    margin: 15px auto 0;
    text-align: center;
    font-size: 2em;
    color: #ffffff;
    font-family: "deluxe_gothicregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #ffffff;
    font-style: italic;
    text-transform: uppercase;
    background: #2b296d; /* Old browsers */
    background: -moz-linear-gradient(left, #2b296d 0%, #2cace2 50%, #2b296d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#2b296d), color-stop(50%,#2cace2), color-stop(100%,#2b296d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #2b296d 0%,#2cace2 50%,#2b296d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #2b296d 0%,#2cace2 50%,#2b296d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #2b296d 0%,#2cace2 50%,#2b296d 100%); /* IE10+ */
    background: linear-gradient(to right, #2b296d 0%,#2cace2 50%,#2b296d 100%); /* W3C */
}
/* modal */
.point-overlay{
    background: rgba(33, 29, 112, 0.8);
    padding: 4%;
}
.point-overlay .point-content{
    margin: 0px auto;
    background: #fff;
    font-family: "geogrotesque_regularregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.point-overlay .point-content .info-section{
    text-align: left;
    padding: 4%;
}
.point-overlay .point-content .info-section .info-section-header{
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
}
.point-overlay .point-content .info-section .info-section-header h3.city{
    margin-top: 0;
    font-size: 0.9em;
    color: #ccc;
}
.point-overlay .point-content .info-section .info-section-header h3.city .icon-location{
    font-size: 1em;
    color: #00aeef;
    margin: 0 -4px;
}
.point-overlay .point-content .info-section .info-section-header h1.event-name{
    margin: 0;
    font-size: 1.5em;
    padding: 0;
    text-transform: uppercase;
}
.point-overlay .point-content .info-section .info-section-header h2.date{
    margin: 0;
    font-size: 1em;
    text-transform: uppercase;
}
.point-overlay .point-content .info-section .info-section-content{
    padding-top: 15px;
    font-size: 0.9em;
}
.point-overlay .point-content .video-section{
    position: relative;
    height: 100%;
    line-height: 0;
}
.point-overlay .point-content .video-section iframe{
    top: 0;
    left: 0;
    width: 100%;
}
/*points*/
.points{
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.point-list{
    height: auto;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    padding: 0;
}
.point-list .location-list{
    padding: 5px 5px 5px 10px;
    font-size: 1em;
    color: #fff;
    background: #040231;
    margin: 0;
    line-height: 1em;
}
.point-list .location-list .icon-location{
    color: #fff;
    font-size: 1.4em;
    margin-right: 10px;
    line-height: 1.2em;
    display: inline-block;
    margin-bottom: 1px;
    vertical-align: middle;
}
.point-list li{
    display: block;
    padding: 5px 10px 0px;
    background: #211d70; /* Old browsers */
    background: -moz-linear-gradient(left, #211d70 0%, #2989d8 50%, #211d70 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#211d70), color-stop(50%,#2989d8), color-stop(100%,#211d70)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #211d70 0%,#2989d8 50%,#211d70 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #211d70 0%,#2989d8 50%,#211d70 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #211d70 0%,#2989d8 50%,#211d70 100%); /* IE10+ */
    background: linear-gradient(to right, #211d70 0%,#2989d8 50%,#211d70 100%); /* W3C */
    border-bottom: 1px solid #00aeef;
    cursor: pointer;
}
.point-list li .event-list-name{
    color: #fff;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.point-coords .id-name{
    margin: 10px;
}
.point-coords .hover-name{
    display: none;
}
.point-coords:hover .hover-name{
    display: inline-block;
    width: 215px;
    margin: 0 auto;
    position: absolute;
    top: -35px;
    left: 4px;
    font-size: 1.6em;
    text-shadow: 3px 3px 2px rgba(150, 150, 150, 1);
    text-transform: uppercase;
}

/* Hover - Effect */
.point-coords{
    display: inline-block;
    cursor: pointer;
    margin: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #fff;
    -moz-box-shadow:    0px 0px 10px #fff;
    -webkit-box-shadow: 0px 0px 10px #fff;
    box-shadow:         0px 0px 10px #fff;
}
.point-list .point-coords{
    background: rgba(255,255,255,1);
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
    -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s;
}
.point-coords:after{
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.point-list .point-coords:after{
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
.point-list .point-coords:hover{
    background: rgba(255,255,255,1);
    -webkit-transform: scale(0.93);
    -moz-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.93);
    color: #fff;
}
.point-list .point-coords:hover:after{
    -webkit-animation: sonarEffect 1.3s ease-out 75ms;
    -moz-animation: sonarEffect 1.3s ease-out 75ms;
    animation: sonarEffect 1.3s ease-out 75ms;
}

@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}
@-moz-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
        -moz-transform: scale(1.5);
        opacity: 0;
    }
}
@keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
        transform: scale(1.5);
        opacity: 0;
    }
}
/* Extra Small devices only */
@media (max-width: 768px) {

}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .modal.universal-modal.in .desk-hide{
        display: block !important;
    }
    .desk-hide{
        display: none !important;
    }
    .eventMapComponent .map .map-title{
        position: absolute;
        font-size: 3em;
        background: none;
    }
    .point-overlay .point-content{
        padding: 4%;
    }
    .point-overlay .point-content .info-section{
        padding: 0;
    }
    .points{
        position: absolute;
    }
    .point-list{
        height: 100%;
    }
    .point-list li{
        padding: 0px;
        position: absolute;
        display: flex;
        margin: -2px;
        background: none;
        border: none;
    }
    .point-list li .event-list-name{
        margin-bottom: 0;
    }
}

/* Small devices only */
@media (min-width: 768px) and (max-width: 992px) {
    .point-coords:hover .hover-name{
        width: 165px;
        font-size: 1.2em;
    }
    .eventMapComponent .map .map-title {
        font-size: 2.3em;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

.embeded-video-iframe-content {
  position: relative;
  height: 100%;
  line-height: 0;
}
.embeded-video-iframe-content > .iframe-modal-content {
  top: 0;
  left: 0;
  width: 100%;
}
.video-iframe img {
  top: 0;
  left: 0;
  width: 100%;
}
.video-iframe i.video-play{
    position:absolute;
    top:50%;
    left:50%;
}
/* updated styles */
.embed-video .video-iframe {
  position: relative;
}
.embed-video .title-container {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.embed-video a:hover,
.embed-video a {
  color: white;
  text-decoration: none;
}

.iframe-insite-content{
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.hide-video{
  display:none;
}
.see-video {
  display:block;
}
.sharebar.sharebarSection {
  height: 35px;
  margin-top: 0.5em;
  position: relative;
  text-align: right;
}
.sharebar.sharebarSection .share {
  color: #000;
}
.share-bar.loaded {
  right: 40px;
  width: 123px;
}
.embedVideo .normal-section h4 .sharebar .gig-bar-container.gig-share-bar-container .gig-button-container {
  border: 1px solid #000000;
  margin-right: 5px;
  padding: 0;
}
.embedVideo .gig-button-container {
  border: 1px solid #000000;
  display: inline-block;
  margin-right: 6px;
  margin-top: 0;
  padding: 3px 0;
  vertical-align: top;
}
.embedVideo .gig-bar-container.gig-share-bar-container td {
  padding: 1px 2px;
}
.embedVideo .icon-export {
  font-size: 1.5em;
}
.embedVideo .sharebar.sharebarSection { height: auto; min-height: 45px; }

/* Small devices (tablets, 768px and up) */
@media (max-width: 991px) {
    .embedVideo .sharebar.sharebarSection { height: auto; min-height: 70px; }
}

/* NOTE: this style should be only on blackcrown styles, a copy only with arial in the general styles */
.embed-video .title-container .video-title, .embed-video .title-container .video-subtitle {
  text-align: center;
  text-transform: uppercase;
  font-family: "TradeGothic_BlCn", "Helvetica Neue", Helvetica, Arial , sans-serif;
  font-size: 2em;
}

.share-message {
  text-align: right;
  color: #555;
  font-family: 'FuturaStd-Book', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 0.7em;
}

/* NOTE: this styles are Budlight Redesign specific  */
.redesign-modal-backdrop-open .modal-backdrop.in {
  background-color: #FFF !important;
  opacity: 0.83 !important;
}

@media (max-width:767px){
  .redesign-modal-backdrop-open .modal-backdrop.in {
    background-color: #000 !important;
    opacity: 1 !important;
  }
}
.info-card {
  width: 100%;
}
.info-card .title,
.info-card .numeric,
.info-card .description,
.info-card .fine-print {
  text-align: center;
  padding: 0;
  margin: 0;
}
.info-card .title {
  background: #000000;
  color: #FFFFFF;
  display: block;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  padding: 5px 0;
}
.info-card .info-body {
  background: darkGray;
  padding: 5px 0;
}
.info-card .numeric .unit {
  margin-left: -3px;
}
.info-card .fine-print {
  font-size: 0.8em;
}

.register-container,
.login-container,
.forgotpassword-container,
.link-account-container,
.email-verification-container{
    color: #727272;
}
.login-container fieldset, .link-account-container fieldset, .email-verification-container fieldset{
    border: none;
    padding: 0;
    margin: 0;
}
.register-container{
    padding-bottom: 30px;
}
.sign-up.btn{
    width: 100%;
    font-size: 25px;
    margin-top: 50px;
    margin-bottom: 25px;
}
.register-container fieldset{
    position: relative;
}
.gigya-screen .register-container h4{
    text-align: center;
}

.gigya-screen h2, .gigya-screen h4 {
    color: #b8142d; /* need actual color from palette */
    border: 0;
    margin: 1em 0;
    text-align: left;
}

.gigya-screen h2 {
    font-family: TradeGothic_BlCn, sans-serif;
    background-color: rgb(244, 244, 244);
    width: 100%;
    text-align: center;
    border: 0px none;
    line-height: 2;
    padding: 0px;
    margin: 1em 0;
}

.gigya-forgot-password-screen,
.sign-up,
.gigya-social-login{
    margin: 0 0 2em 0;
    height: 50px;
}


.gigya-register-form input[type="checkbox"] + label{
    float: left;
    width: 90%;
    display: block;
    float: left;
}

.gigya-register-form input[type="radio"] + label{
    float: left;
    width: 90%;
    display: block;
    float: left;
}

.sign-up{
    background-color: #b8142d;
    color: #FFF;
    text-align: center;
    border: 0;
    padding: 0;
    box-shadow: none;
}
.sign-up:hover{
    color: #fff;
}
.login-container a.sign-up{
    padding: 6px;
    text-decoration: none;
}
.forgot-password {
    display: block;
    text-align: center;
    padding: 0 0 10px 0;
    margin: 0 0 2em 0;
}

div.gigya-loginID-availability{background-position: left top !important;}

div.pass-container .budweiser-pass .gigya-error-msg {margin-left: 0px; display: inline-block;}

div.pass-container .budweiser-pass .gigya-error-display {display: inline-block;}

.gender .radio{
    padding-left:0;
}
.gender .radio label{
    display: inline-block;
    padding-left:0;
}
.radio input[type="radio"],
.radio-inline input[type="radio"]{
    margin-left: 0;
    margin-right: 5px;
}

.gigya-error-display {
    color: #DD4B39;
}

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

.btn-dual{
    width: 100%;
    max-width: 300px;
    font-weight: bold;
    font-size: 18px;
    background: #6c8bce; /* Old browsers */
    background: -moz-linear-gradient(top, #6c8bce 0%, #4364ab 100%, #4364ab 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6c8bce), color-stop(100%,#4364ab), color-stop(100%,#4364ab)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #6c8bce 0%,#4364ab 100%,#4364ab 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #6c8bce 0%,#4364ab 100%,#4364ab 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #6c8bce 0%,#4364ab 100%,#4364ab 100%); /* IE10+ */
    background: linear-gradient(to bottom, #6c8bce 0%,#4364ab 100%,#4364ab 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c8bce', endColorstr='#4364ab',GradientType=0 ); /* IE6-9 */
    padding: 0;
    text-align: center;
    border: none;
}
.btn-dual > .btn-dual-icon{
    background: #4269b8; /* Old browsers */
    background: -moz-linear-gradient(top, #4269b8 0%, #173f94 100%, #173f94 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4269b8), color-stop(100%,#173f94), color-stop(100%,#173f94)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #4269b8 0%,#173f94 100%,#173f94 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #4269b8 0%,#173f94 100%,#173f94 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #4269b8 0%,#173f94 100%,#173f94 100%); /* IE10+ */
    background: linear-gradient(to bottom, #4269b8 0%,#173f94 100%,#173f94 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4269b8', endColorstr='#173f94',GradientType=0 ); /* IE6-9 */
    height: 40px;
    display: inline-block;
    font-size: 25px;
    float: left;
    margin: 0;
    width: 20%;
    padding-top: 7px;
}
.btn-dual > .btn-text{
    font-size: 15px;
    margin: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.3);
    padding: 0;
    float: left;
    padding-top: 10px;
    width: 80%;
    height: 40px;
    box-shadow: -1px 0 0 rgba(255, 255, 255, 0.1);
}


/* RECAPTCHA fix */
.login-container .gigya-login-form .gigya-error-display { height: auto!important; width: auto!important; }
.login-container .gigya-login-form .gigya-error-display div { height: auto!important; width: auto!important; }
.login-container .gigya-login-form .gigya-error-display .recaptchatable * { font-size: 6pt; }
.login-container .gigya-login-form .gigya-error-display #recaptcha_area { margin: 0 auto; }
.login-container .gigya-login-form .gigya-error-display .recaptchatable #recaptcha_response_field { border: 1px solid gray; color: #000; font-family: inherit; }
iframe[src="about:blank"]{display:none;}

@media (max-width: 768px) {
    .recaptchatable .recaptcha_image_cell img,
    .gigya-captcha,
    #recaptcha_table,
    #recaptcha_area,
    #recaptcha_image {
        width: 200px!important;
        max-width: 200px;
        min-width: 200px!important;
        display: block;
        margin: 0 auto!important;
    }
    .recaptchatable .recaptcha_r1_c1,
    .recaptchatable .recaptcha_r3_c1,
    .recaptchatable .recaptcha_r3_c2,
    .recaptchatable .recaptcha_r7_c1,
    .recaptchatable .recaptcha_r8_c1,
    .recaptchatable .recaptcha_r3_c3,
    .recaptchatable .recaptcha_r2_c1,
    .recaptchatable .recaptcha_r4_c1,
    .recaptchatable .recaptcha_r4_c2,
    .recaptchatable .recaptcha_r4_c4,
    .recaptchatable .recaptcha_image_cell {
        background: none!important;
    }
}

.collapse-section{
  margin-top: 0;
  border: 2px solid darkGrey;
}
.collapse-section .panel-group .panel{
    border-radius: 0;
    box-shadow: none;
}
.collapse-section .view-all-button{
    text-align:center;
    margin:20px;
}
.collapse-section .view-all-button .btn{
  text-transform:uppercase;
}
/* New styles */
.collapse-section .main-title,
.collapse-section .panel-heading{
  border-top: none;
  padding-bottom: 10px;
  background: darkGrey;
}
.collapse-section .panel-heading{
  padding:0 0 10px 0; 
  border-top-left-radius: 0; 
  border-top-right-radius: 0;
}
.collapse-section .main-title h4,
.collapse-section .panel-title{
  text-transform: uppercase;
  margin: 0;
  padding: 10px 10px 2px 10px;
}
.collapse-section h4.hidden-xs,
.collapse-section .panel-title a{
  color: black;
}
.collapse-section .panel-title a{
  display:block
}
.collapse-section .panel-title a:hover,
.collapse-section h4.hidden-xs a:hover{
  text-decoration:none;
}
.collapse-section h4.hidden-xs a{
  text-transform: none;
  font-style: normal;
  color: black;
  font-size:0.8em;
  margin-top:5px;
}
.collapse-section h4.hidden-xs a,
.collapse-section .panel-title a span{
  float:right;
}
.collapse-section .view-all-button .btn{
  border:none;
  border-radius: 0;
  background-color: black;
  color: green;
}
/* == Option B Styles == */
.non-collapse-section .collapse-section.secondary-opt .main-title, 
.collapse-section.secondary-opt .main-title, 
.non-collapse-section .collapse-section.secondary-opt .panel-heading, 
.collapse-section.secondary-opt .panel-heading{
  padding:0 0 10px 0; 
  border-top: none; 
  border-top-left-radius: 0; 
  border-top-right-radius: 0; 
  background-color: #0b2654;
}
.non-collapse-section .collapse-section.secondary-opt .panel-title,
.collapse-section.secondary-opt .panel-title, 
.non-collapse-section .collapse-section.secondary-opt .main-title h4, 
.collapse-section.secondary-opt .main-title h4{
  border-bottom: none; 
  border-top: none;
}

.collapse-section{
  margin-top: 0;
  border: 2px solid darkGrey;
}
.collapse-section .panel-group .panel{
    border-radius: 0;
    box-shadow: none;
}
.collapse-section .view-all-button{
    text-align:center;
    margin:20px;
}
.collapse-section .view-all-button .btn{
  text-transform:uppercase;
}
/* New styles */
.collapse-section .main-title,
.collapse-section .panel-heading{
  border-top: none;
  padding-bottom: 10px;
  background: darkGrey;
}
.collapse-section .panel-heading{
  padding:0 0 10px 0; 
  border-top-left-radius: 0; 
  border-top-right-radius: 0;
}
.collapse-section .main-title h4,
.collapse-section .panel-title{
  text-transform: uppercase;
  margin: 0;
  padding: 10px 10px 2px 10px;
}
.collapse-section h4.hidden-xs,
.collapse-section .panel-title a{
  color: black;
}
.collapse-section .panel-title a{
  display:block
}
.collapse-section .panel-title a:hover,
.collapse-section h4.hidden-xs a:hover{
  text-decoration:none;
}
.collapse-section h4.hidden-xs a{
  text-transform: none;
  font-style: normal;
  color: black;
  font-size:0.8em;
  margin-top:5px;
}
.collapse-section h4.hidden-xs a,
.collapse-section .panel-title a span{
  float:right;
}
.collapse-section .view-all-button .btn{
  border:none;
  border-radius: 0;
  background-color: black;
  color: green;
}
/* == Option B Styles == */
.non-collapse-section .collapse-section.secondary-opt .main-title, 
.collapse-section.secondary-opt .main-title, 
.non-collapse-section .collapse-section.secondary-opt .panel-heading, 
.collapse-section.secondary-opt .panel-heading{
  padding:0 0 10px 0; 
  border-top: none; 
  border-top-left-radius: 0; 
  border-top-right-radius: 0; 
  background-color: #0b2654;
}
.non-collapse-section .collapse-section.secondary-opt .panel-title,
.collapse-section.secondary-opt .panel-title, 
.non-collapse-section .collapse-section.secondary-opt .main-title h4, 
.collapse-section.secondary-opt .main-title h4{
  border-bottom: none; 
  border-top: none;
}

/* Elastislide Style */
.carouselWithThumbnail .es-carousel-wrapper{
	background: #fff;
	position:relative;
	position:relative;
	margin-bottom:20px;
}
.carouselWithThumbnail .es-carousel{
	overflow:hidden;
	background:#fff;
}
.carouselWithThumbnail .es-carousel ul{
	display:none;
}
.carouselWithThumbnail .es-carousel ul li{
	height:100%;
	float:left;
	display:block;
}
.carouselWithThumbnail .es-carousel ul li a{
	display:block;
	border-style:solid;
	border-color:#222;
	opacity:0.8;
	-webkit-touch-callout:none;
	/* option */
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.carouselWithThumbnail .es-carousel ul li.selected a{
	border:0;
	opacity:1;
}
.carouselWithThumbnail .es-carousel ul li a:hover{
	opacity:1;
}
.carouselWithThumbnail .es-carousel ul li a img{
	display:block;
	border:none;
	max-height:100%;
	max-width:100%;
}
.carouselWithThumbnail .es-nav span{
    background-color:#222;
	cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0.8;
    padding-top: 33px;
    position: absolute;
    top:0;
    width: 47px;
}
.carouselWithThumbnail .es-nav span.es-nav-next{
	right:0;
	left:auto;
	background-position:top right;
}
.carouselWithThumbnail .es-nav span:hover{
	opacity:1.0;
}
.carouselWithThumbnail *,.carouselWithThumbnail  *:before, .carouselWithThumbnail  *:after {
    -moz-box-sizing: content-box ;
}
.carouselWithThumbnail .rg-image > img {
    width: 100%;
}
.carouselWithThumbnail .rg-image-nav-prev.icon-arrow-left,.rg-image-nav-next.icon-arrow-right {
	font-size: 4em;
	color:#000;
    position: absolute; 
    text-decoration:none;
    top: 39%;
}
.carouselWithThumbnail .rg-image-nav-prev.icon-arrow-left:hover, .rg-image-nav-prev.icon-arrow-left:active, .rg-image-nav-next.icon-arrow-right:hover, .rg-image-nav-next.icon-arrow-right:active {
	text-decoration:none;
}
.carouselWithThumbnail .rg-image-nav-prev.icon-arrow-left {
    left: -115px;
}
.carouselWithThumbnail .rg-image-nav-next.icon-arrow-right {
    right: -115px;
}
.carouselWithThumbnail .rg-image-wrapper {
    position: relative;
}
.carouselWithThumbnail .es-carousel > ul {
    padding: 0;
}
.carouselWithThumbnail .rg-caption > p {
    background: none repeat scroll 0 0 #000;
    color: #FFF;
    font-family: "HTFDidot-BoldIta96","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1em;
    margin: 0;
    padding: 1.6em 0;
    text-align: center;
}
.carouselWithThumbnail .rg-caption > span {
    color: #FFF;
    font-family: "FuturaStd-Book","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 0.9em;
    margin-left: 2.2em;
    position: absolute;
    top: 33%;
    z-index: 999;
}
.carouselWithThumbnail .rg-caption {
    position: relative;
}
.carouselWithThumbnail .es-nav-prev,.carouselWithThumbnail .es-nav-next {
    color: #FFFFFF;
    font-family: 'Anheuser-Busch-Icons-v2';
    font-size: 4em;
}       
.carouselWithThumbnail .es-nav-prev:before {
    content: "\e61c";
}
.carouselWithThumbnail .es-nav-next:before {
    content: "\e61b";
}

.carouselWithThumbnail .es-nav-next , .carouselWithThumbnail .es-nav-prev, .carouselWithThumbnail .es-nav-next *:before,.carouselWithThumbnail .es-nav-prev *:before, .carouselWithThumbnail .es-nav-next *:after,.carouselWithThumbnail .es-nav-prev *:after {
    -moz-box-sizing: padding-box;
}

.carouselWithThumbnail .rg-loading {
    background: url("images/loading.gif") no-repeat scroll center center #000000;
    border-radius: 10px;
    height: 46px;
    left: 50%;
    margin: -23px 0 0 -23px;
    opacity: 0.7;
    position: absolute;
    top: 50%;
    width: 46px;
    z-index: 100;
}

@media (min-width: 768px) and (max-width: 991px) { 
    .carouselWithThumbnail .rg-image-nav-prev.icon-arrow-left {
        left: 0;
    }
    .carouselWithThumbnail .rg-image-nav-next.icon-arrow-right {
        right: 0;
	}
	.carouselWithThumbnail .rg-image-nav-prev.icon-arrow-left,.rg-image-nav-next.icon-arrow-right {	
        top: 36%;
	}
    .carouselWithThumbnail .rg-loading {
        top: 30%;    
    }                            
}

@media (max-width: 768px) { 
    .carouselWithThumbnail .rg-image-nav-prev.icon-arrow-left {
        left: 0;
    }
    .carouselWithThumbnail .rg-image-nav-next.icon-arrow-right {
        right: 0;
    }
    .carouselWithThumbnail .rg-image-nav-prev.icon-arrow-left,.rg-image-nav-next.icon-arrow-right {
        top: 31%;
    }
    .carouselWithThumbnail .rg-loading {
        top: 30%;    
    }                            
}


/*
  ==========================================
  Primary Carousel BASE STYLES
  ========================================== 
  
  (Modifications to the boostrap base component)

  */
.component.primary-carousel .carousel.slide {
  margin-bottom: 30px;
}
.primary-carousel .carousel-indicators {
  background: black;
}
.component.primary-carousel .carousel-indicators {
  bottom: -30px;
  padding-top: 5px;
  width: 100%;
  height: 30px;
}
.primary-carousel .carousel-indicators li{
  border: #413f40;
  background-color: #413f40;
}
.primary-carousel [class^="icon-"],
.primary-carousel [class*=" icon-"] {
  font-family: 'Anheuser-Busch-Icons-v2';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
}
.primary-carousel .carousel-control .icon-prev:before {
  /* old caracter using bootstrap default -- content: '\2039';*/
  content: "\e606";
}
.primary-carousel .carousel-control .icon-next:before {
  /* old caracter using bootstrap default -- content: '\203a';*/
  content: "\e605";
}

/* Fade transition for carousel items */
.carousel .item {
    left: 0 !important;
      -webkit-transition: opacity .6s; /*adjust timing here */
         -moz-transition: opacity .6s;
          -ms-transition: opacity .6s;
           -o-transition: opacity .6s;
              transition: opacity .6s;
}
.carousel-control {
    background-image: none !important; /* remove background gradients on controls */
}
/* Fade controls with items */
.next.left,
.prev.right {
    opacity: 1;
    z-index: 1;
}
.active.left,
.active.right {
    opacity: 0;
    z-index: 2;
}
.link-button .btn-row {
  width: 100%;
  padding-top: 10px;
}
.link-button .btn-row:first-child{
  padding-top: 0;
}
.link-button .btn-generic {
  color: #000000;
  background-color: #D3D3D3;
  border-color: #A9A9A9;
}

#overlay {
    position:fixed; 
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#000;
    opacity:0.5;
    filter:alpha(opacity=50);
}

#modal {
    position:absolute;
    background:url(../../../apps/universaltemplate/components/content/button/clientlibs/css/tint20.png) 0 0 repeat;
    background:rgba(0,0,0,0.2);
    border-radius:14px;
    padding:8px;
}

#content {
    border-radius:8px;
    background:#fff;
    padding:20px;
}

#close {
    position:absolute;
    width:24px;
    height:22px;
    display:block;
    text-indent:7px;
    top:-6px;
    right:-6px;
    background-color: #fff;
    border-radius: 50%;
    color: #000;
    opacity:1;
}

.budtrackercomponent{height:100%;}
.bud-tracker{height:100%;}
.bud-tracker .content{
    height: 899px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    background-attachment: scroll;
    background-position-x: 0%;
    background-position-y: 0%;
    background-image: none;
    background-repeat: repeat;
}
.bud-tracker .content iframe{
    margin:0px;
}

.register-container,
.login-container,
.forgotpassword-container,
.link-account-container,
.email-verification-container{
    color: #727272;
}
.login-container fieldset, .link-account-container fieldset, .email-verification-container fieldset{
    border: none;
    padding: 0;
    margin: 0;
}
.register-container{
    padding-bottom: 30px;
}
.sign-up.btn{
    width: 100%;
    font-size: 25px;
    margin-top: 50px;
    margin-bottom: 25px;
}
.register-container fieldset{
    position: relative;
}
.gigya-screen .register-container h4{
    text-align: center;
}

.gigya-screen h2, .gigya-screen h4 {
    color: #b8142d; /* need actual color from palette */
    border: 0;
    margin: 1em 0;
    text-align: left;
}

.gigya-screen h2 {
    font-family: TradeGothic_BlCn, sans-serif;
    background-color: rgb(244, 244, 244);
    width: 100%;
    text-align: center;
    border: 0px none;
    line-height: 2;
    padding: 0px;
    margin: 1em 0;
}

.gigya-forgot-password-screen,
.sign-up,
.gigya-social-login{
    margin: 0 0 2em 0;
    height: 50px;
}


.gigya-register-form input[type="checkbox"] + label{
    float: left;
    width: 90%;
    display: block;
    float: left;
}

.gigya-register-form input[type="radio"] + label{
    float: left;
    width: 90%;
    display: block;
    float: left;
}

.sign-up{
    background-color: #b8142d;
    color: #FFF;
    text-align: center;
    border: 0;
    padding: 0;
    box-shadow: none;
}
.sign-up:hover{
    color: #fff;
}
.login-container a.sign-up{
    padding: 6px;
    text-decoration: none;
}
.forgot-password {
    display: block;
    text-align: center;
    padding: 0 0 10px 0;
    margin: 0 0 2em 0;
}

div.gigya-loginID-availability{background-position: left top !important;}

div.pass-container .budweiser-pass .gigya-error-msg {margin-left: 0px; display: inline-block;}

div.pass-container .budweiser-pass .gigya-error-display {display: inline-block;}

.gender .radio{
    padding-left:0;
}
.gender .radio label{
    display: inline-block;
    padding-left:0;
}
.radio input[type="radio"],
.radio-inline input[type="radio"]{
    margin-left: 0;
    margin-right: 5px;
}

.gigya-error-display {
    color: #DD4B39;
}

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

.btn-dual{
    width: 100%;
    max-width: 300px;
    font-weight: bold;
    font-size: 18px;
    background: #6c8bce; /* Old browsers */
    background: -moz-linear-gradient(top, #6c8bce 0%, #4364ab 100%, #4364ab 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6c8bce), color-stop(100%,#4364ab), color-stop(100%,#4364ab)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #6c8bce 0%,#4364ab 100%,#4364ab 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #6c8bce 0%,#4364ab 100%,#4364ab 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #6c8bce 0%,#4364ab 100%,#4364ab 100%); /* IE10+ */
    background: linear-gradient(to bottom, #6c8bce 0%,#4364ab 100%,#4364ab 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c8bce', endColorstr='#4364ab',GradientType=0 ); /* IE6-9 */
    padding: 0;
    text-align: center;
    border: none;
}
.btn-dual > .btn-dual-icon{
    background: #4269b8; /* Old browsers */
    background: -moz-linear-gradient(top, #4269b8 0%, #173f94 100%, #173f94 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4269b8), color-stop(100%,#173f94), color-stop(100%,#173f94)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #4269b8 0%,#173f94 100%,#173f94 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #4269b8 0%,#173f94 100%,#173f94 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #4269b8 0%,#173f94 100%,#173f94 100%); /* IE10+ */
    background: linear-gradient(to bottom, #4269b8 0%,#173f94 100%,#173f94 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4269b8', endColorstr='#173f94',GradientType=0 ); /* IE6-9 */
    height: 40px;
    display: inline-block;
    font-size: 25px;
    float: left;
    margin: 0;
    width: 20%;
    padding-top: 7px;
}
.btn-dual > .btn-text{
    font-size: 15px;
    margin: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.3);
    padding: 0;
    float: left;
    padding-top: 10px;
    width: 80%;
    height: 40px;
    box-shadow: -1px 0 0 rgba(255, 255, 255, 0.1);
}


/* RECAPTCHA fix */
.login-container .gigya-login-form .gigya-error-display { height: auto!important; width: auto!important; }
.login-container .gigya-login-form .gigya-error-display div { height: auto!important; width: auto!important; }
.login-container .gigya-login-form .gigya-error-display .recaptchatable * { font-size: 6pt; }
.login-container .gigya-login-form .gigya-error-display #recaptcha_area { margin: 0 auto; }
.login-container .gigya-login-form .gigya-error-display .recaptchatable #recaptcha_response_field { border: 1px solid gray; color: #000; font-family: inherit; }
iframe[src="about:blank"]{display:none;}

@media (max-width: 768px) {
    .recaptchatable .recaptcha_image_cell img,
    .gigya-captcha,
    #recaptcha_table,
    #recaptcha_area,
    #recaptcha_image {
        width: 200px!important;
        max-width: 200px;
        min-width: 200px!important;
        display: block;
        margin: 0 auto!important;
    }
    .recaptchatable .recaptcha_r1_c1,
    .recaptchatable .recaptcha_r3_c1,
    .recaptchatable .recaptcha_r3_c2,
    .recaptchatable .recaptcha_r7_c1,
    .recaptchatable .recaptcha_r8_c1,
    .recaptchatable .recaptcha_r3_c3,
    .recaptchatable .recaptcha_r2_c1,
    .recaptchatable .recaptcha_r4_c1,
    .recaptchatable .recaptcha_r4_c2,
    .recaptchatable .recaptcha_r4_c4,
    .recaptchatable .recaptcha_image_cell {
        background: none!important;
    }
}
/*fix for error message*/
.gigya-screen .gigya-error-msg { visibility: visible !important; }
/**/
.bowtielocatorcomponent{height:100%;}
.bowtie-locator{height:100%; width:842px;margin:0 auto;}
.bowtie-locator .content{
    height:899px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    background-attachment: scroll;
    background-position-x: 0%;
    background-position-y: 0%;
    background-image: none;
    background-repeat: repeat;
}
.bowtie-locator .content iframe{
    margin:0px;
    overflow:hidden;
}
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}40%,43%,70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}40%,43%,70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:none;transform:none}}@keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:none;transform:none}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) rotateY(-1turn);transform:perspective(400px) rotateY(-1turn)}0%,40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg);transform:perspective(400px) translateZ(150px) rotateY(-190deg)}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg);transform:perspective(400px) translateZ(150px) rotateY(-170deg)}50%,80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95)}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) rotateY(-1turn);transform:perspective(400px) rotateY(-1turn)}0%,40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg);transform:perspective(400px) translateZ(150px) rotateY(-190deg)}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg);transform:perspective(400px) translateZ(150px) rotateY(-170deg)}50%,80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95)}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg)}60%,80%{opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg)}60%,80%{opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:none;transform:none;opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{0%{transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{0%{transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{0%{transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{transform-origin:center;opacity:1}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{transform-origin:center;opacity:1}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{transform-origin:top left}0%,20%,60%{-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{transform-origin:top left}0%,20%,60%{-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%,to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%,to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
/*-------------------------------------------------------------------------*/
ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.bjqs-slide{position:absolute; display:none;width: 890px !important;}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}
ul.bjqs-controls.v-centered li a{position:absolute;}
ul.bjqs-controls.v-centered li.bjqs-next a{right:0;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left:0;}
ol.bjqs-markers{list-style: none; padding: 0; margin: 0; width:100%;}
ol.bjqs-markers.h-centered{text-align: center;}
ol.bjqs-markers li{display:inline;}
ol.bjqs-markers li a{display:inline-block;}
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}
.bjqs-wrapper{margin:0 auto;}
 /*-------------------------------------------------------------------------*/
.age-checker{
    text-align: center;
    border: 1px solid #516E77;
    padding-bottom: 20px;
 }
 .age-checker-content{
    border-bottom: 1px solid #516E77;
    margin-bottom: 2em;
 }
 .facebook-verify{
    display: inline-block;
    padding: 1em;
    margin-bottom: 1.25em;
    background-color: #516E77;
 }
 .age-checker-month, .age-checker-day, .age-checker-year{
    display: inline-block;
 }
.age-checker-month a.btn.active, .age-checker-day a.btn.active, .age-checker-year a.btn.active{
    background-color: #2284a1;
}
.age-checker ul.button-group{
    padding:0;
}
 .age-checker-year .carousel .wrapper{
    height: 30px;
    width: 950px !important;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
 }
.age-checker-year .carousel ul.main-carousel{
    list-style: none;
}
.age-checker-year .carousel ul.main-carousel li{
    float: left;
    margin: 0;
    /*margin-left: 1%;*/
}
.age-checker-year .carousel ul li.space{
    color:transparent;
}
.age-checker-year .carousel ul li ul.button-group{
    display: inline-block;
    padding:0;
}
.age-checker-year .carousel ul.main-carousel li ul.button-group li{
    margin: 0;
}
.age-checker-year .carousel .next{
    float: right;
}
.age-checker-year .carousel .previous{
    float: left;
}
.age-checker-modal {
  background: #000000;
}
.age-checker-modal .modal-dialog {
  min-width: auto;
}

.normal-section {
  background:none;
  padding-bottom:10px;
  padding-top:10px;
}
.normal-section.primary-bg{
  background:#ccc;
}
.normal-section.secondary-bg{
  background:#000;
}
.normal-section .container{
  background:none;
}
.normal-section .container.primary-container-bg{
  background:#fff;
}
.normal-section .container.secondary-container-bg{
  background:#000;
}
.normal-section .main-title{
  display:block;
}
.normal-section .main-title:hover,
.full-section .main-title:hover{
  text-decoration:none;
}

.normal-section .section-heading,
.full-section .section-heading {
  font-size: 1.5em;
}
.normal-section .main-title,
.full-section .main-title{
  color:#000;
  text-transform: uppercase;
  margin: 0;
  padding: 10px 10px 2px 10px;
}
.normal-section .container.primary-container-bg .main-title {color:#ccc}
.normal-section .container.secondary-container-bg .main-title {color:#fff;}

.normal-section .main-title {
  display: block;
  float: none;
  width: 100%;
  text-decoration: none;
  cursor: pointer;
}
.normal-section .section-heading {
  /*overflow: hidden; Commented to show the sharebar pupup*/
  display: inline-block;
  width: 100%;
}
.normal-section h1.no-title{
  padding-bottom: 25px;
}
.normal-section .section-heading .sharebar {
  float: none;
  text-align: center;
  width: 100%;
}
.normal-section .sharebar .share-bar .sharebar {
  /*background-color: white;*/
}
.blwhite {
  background-color: #FFF;
}

@media (min-width: 1024px) {
  .component-mobile,
  .component-tablet {
   display: none;
  }
  .component-desktop,
  .component-desktop-tablet{
   display: block;
  }

}
@media (max-width: 1024px) {
  .component-mobile, 
  .component-desktop {
	display: none;
  }
  .component-desktop-tablet
  .component-tablet {
	display: block;
  }
}

@media (max-width: 767px) {
  .Section.section > .normal-section.section-no-padding {
    padding: 0;
  }
  .Section.section > .normal-section.section-no-padding > .container {
    padding: 0;
  }
  .component-tablet, 
  .component-desktop,
  .component-desktop-tablet{
	display: none;

  }
  .component-mobile {
	display: block;
  }

}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .normal-section .section-heading {
    position: relative;
  }
  .normal-section .section-heading .sharebar {
    /*float: right;*/
    position: absolute;
    right: 0;
    text-align: right;
    width: auto;
  }
  .normal-section .main-title {
    display: inline;
    float: left;
    width: auto;
    max-width: 90%;
  }
}


/* Section author mode styles */
.section-author .author-title {
  background: darkGrey;
  color: black;
  text-align: center;
  margin-bottom: 10px;
}
.section-author .author-title .section-heading {
  color: black;
  font-size: 1.5em;
  padding: 0;
  margin: 0;
}
.section-author .author-title span {
  color: black;
  font-size: 0.8em;
}
#nfl-video .nfl-container #adgreetz{
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  text-align: center;
}
#nfl-video .nfl-container iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#nfl-video .nfl-container .sharebarSection{
  text-align: center;
  margin-top: 15px;
}
#nfl-video .nfl-container .sharebarSection .loaded{
  width: auto;
  height: auto;
  position: relative;
  right: inherit;
}
#nfl-video .nfl-container .sharebarSection .loaded .share-text{
  display: inline-block;
  vertical-align: top;
  font-family: deluxe_gothicregular , "Helvetica Neue" , Helvetica , Arial , sans-serif;
  font-style: italic;
  text-transform: uppercase;
  padding-top: 4px;
  margin-right: 15px;
  color: #fff;
}
#nfl-video .nfl-container .sharebarSection .loaded .sharebar{
  display: inline-block;
}
#nfl-video .nfl-container .sharebarSection .loaded table img{
  width: 25px;
}
#nfl-video .nfl-container .buttonSection .link-button .btn-generic{
  font-size: 25px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-style: italic;
  padding: 10px 60px;
  border: 2px solid #fff;
  background: #3276b1;
}

.JavaScriptModule p.caption{
	background: grey;
	color: black;
	text-align: center;
	padding: 10px;
}

div.textimage div.image {
    float: left;
    margin: 0 8px 8px 0;
}
div.textimage.image_left div.image {
}

div.textimage.image_right div.image {
    float: right !important;
    margin: 0 0 8px 8px !important;
}

/* Mobile First */

/* author mode only */
.text-upon-image.author-mode {
  min-height: 200px;
}
.text-upon-image.author-mode .container {
  width: 100%;
}
.text-upon-image.author-mode .text-container {
  padding: 5px;
  background-color: grey;
}
.text-upon-image.author-mode h2, 
.text-upon-image.author-mode h3 {
  font-size: 100%;
  text-transform: lowercase;
}

/* publish mode styles */
.text-upon-image .image-container img {
  width: 100%;
}
.text-upon-image {
  position: relative;
}
.text-upon-image a {
  text-decoration: none;
  display: block;
}
.text-upon-image h2,
.text-upon-image h3 {
  margin: 0;
  padding: 0;
  text-shadow: 1px 1px 1px black;
}
.text-upon-image .text-container {
  background: black;
  color: white;
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100%;
}
.text-upon-image .image-container {
  overflow: hidden;
}
.text-upon-image .image-container.max-300{
  max-height: 300px;
}
.text-upon-image .image-container.max-400{
  max-height: 400px;
}
.text-upon-image .image-container.max-500{
  max-height: 500px;
}
.text-upon-image .image-container .background-image {
  width: 100%;
}
.text-upon-image .image-container .img-desktop {
  display: none;
}



/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .text-upon-image .text-container {
    background: transparent;
    position: absolute;
    bottom: 0;
  }
  .text-upon-image .image-container .img-mobile {
    display: none;
  }
  .text-upon-image .image-container .img-desktop {
    display: block;
  }
}
/* Mobile First */
.sharebar .share {
  text-decoration: none;
  cursor: pointer;
}
.sharebar .share.loading  {
    opacity: 0.5;
}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .share-bar{
        position: absolute;
        top: 30px;
        right: 0px;
        /*Minimun size to use :visible*/
        height: 1px;
        width: 1px;
    }
    
}
/* Slider */
.slick-slider {
	box-sizing: border-box;
	display: block;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: none;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	display: block;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
}
.slick-list:focus {
	outline: none;
}
.slick-loading .slick-list {
	background: white url("images/slick/ajax-loader.gif") center center no-repeat;
}
.slick-list.dragging {
	cursor: pointer; cursor: hand;
}
.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	display: block;
	left: 0;
	position: relative;
	top: 0;
	zoom: 1;
}
.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
.slick-slide img {
	display: block;
	height: auto;
	width: 100%;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	border: 1px solid transparent;
	display: block;
	height: auto;
}

/* Icons */
@font-face {
	font-family: "slick";
	src: url("fonts/slick.eot");
	src: url("fonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("fonts/slick/slick.woff") format("woff"), url("fonts/slick/slick.ttf") format("truetype"), url("fonts/slick.svg#slick") format("svg");
	font-weight: normal;
	font-style: normal;
}

/* Dots */
.slick-slider {
	margin-bottom: 30px;
}
.slick-dots {
	bottom: -45px;
	display: block;
	list-style: none;
	padding: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}
.slick-dots li {
	cursor: pointer;
	display: inline-block;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	position: relative;
	width: 20px;
}
.slick-dots li button {
	background: transparent;
	border: 0;
	color: transparent;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 20px;
	line-height: 0;
	outline: none;
	padding: 5px;
	width: 20px;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}
.slick-dots li button:before {
	color: black;
	left: 0;
	content: "\2022";
	height: 20px;
	font-family: "slick";
	font-size: 6px;
	line-height: 20px;
	opacity: 0.25;
	position: absolute;
	text-align: center;
	top: 0;
	width: 20px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
	color: black;
	opacity: 0.75;
}

[dir="rtl"] .slick-next {
	right: auto;left: -25px;
}
[dir="rtl"] .slick-next:before {
	content: "\2190";
}
[dir="rtl"] .slick-prev {
	right: -25px;left: auto;
}
[dir="rtl"] .slick-prev:before {
	content: "\2192";
}
[dir="rtl"] .slick-slide {
	float: right;
}

/* Arrows */
.carousels .next,
.carousels .prev {
	background: rgba(128, 128, 128, 0.5);
	color: white;
	cursor: pointer;
	font-size: 30px;
	height: 100%;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	vertical-align: middle;
	width: 56px;
	z-index:15;
	/* Internet Explorer 10 */
	display:-ms-flexbox;
	-ms-flex-pack:center;
	-ms-flex-align:center;
	/* Firefox */
	display:-moz-box;
	-moz-box-pack:center;
	-moz-box-align:center;
	/* Safari, Opera, and Chrome */
	display:-webkit-box;
	-webkit-box-pack:center;
	-webkit-box-align:center;
	/* W3C */
	display:box;
	box-pack:center;
	box-align:center;
}
.carousels .next span,
.carousels .prev span {
	left: 30%;
	line-height: 1;
	position: absolute;
	top: 45%;
}
.carousels .prev {
	left: 0;
	right: auto;
}
.carousels .next:hover, .carousels .prev:hover{
	text-decoration:none;
}
.carousels .slick-disabled {
	opacity: 0;
}
.twitter-typeahead {
    width: 100%;
    height: 100%
}

span.twitter-typeahead .tt-dropdown-menu {
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    margin-top: 1px;
    margin-bottom: 1px;
    margin-right: 10px;
    padding: 5px 10px 0px 10px;
    font-family: "deluxe_gothicregular", "Helvetica Neue", Helvetica, Arial,
        sans-serif;
    -webkit-font-smoothing: antialiased;
    opacity: 0.85;
    filter: alpha(opacity = 85);
    font-size: 10px;
}

.tt-suggestion.tt-cursor {
    font-weight: bold;
}

@media ( max-width : 991px) {
    .twitter-typeahead {
        width: 100%;
        height: 100%
    }
}
/* 
   =====================
   Search results styles
   =====================
*/
.search-results ul {
  padding: 0;
  list-style: none;
}
.search-results .search-list {
  list-style: none;
}
.search-results .search-list .search-result:first-child {
  margin-top: 5px;
}
.search-results .search-list .search-result {
  border-top: 1px solid black;
  margin-top: 22px;
  padding-top: 18px;
}
.search-results .tag-list {
  padding: 0;
  margin: 10px 0;
}
.search-results .tag-list .label a{
  color: #FFFFFF;
  text-decoration: none;
}
.search-results .label-info {
  background-color: #545454;
}
.search-results .label-info  .result-for{
  font-size: 10px;
}

.search-results .btn.view-more {
  margin: 5px auto 5px auto;
  display: block;
}
@media (max-width: 768px) { 
  .search-results-container .row .col-lg-8{padding-left:10px;padding-right:10px;}
}
.query .result-for {
  font-size: 35px;
}

.query .instead-for {
  font-size: 22px;
}

.search-results-container .search-results .instead-for a{
    font-size: 22px;
}

.search-results-container .search-results .result-for a{
    font-size: 35px;
}
/* 
   =====================
   Tag Cloud styles
   =====================
*/
.tag-cloud {
  background-color: lightGrey;
  border-top: 1px dashed black;
  margin-top: 22px;
}
.tag-cloud .tag-list {
  overflow: auto;
  width: 100%;
  padding: 0;
  list-style: none;
}
.tag-cloud .tag-list li {
  display: inline-block;
}
/* 
   =====================
   FILTERS styles
   =====================
*/
.search-filters {
  margin: 0;
}
.search-filters label {
  margin-right: 10px;
  width: 115px;
}
/* PILL IO's STIWCHES */
.search-filters input[type="checkbox"].ios-switch { 
  position: absolute;
  opacity: 0;
}
/* Normal Track */
.search-filters input[type="checkbox"].ios-switch + div {
  vertical-align: middle;
  width: 40px;  height: 20px;
  border: 1px solid rgba(0,0,0,.4);
  border-radius: 999px;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition-duration: 0.4s;
  -webkit-transition-property: background-color, box-shadow;
  -moz-transition-duration: 0.4s;
  -moz-transition-property: background-color, box-shadow;
  transition-duration: 0.4s;
  transition-property: background-color, box-shadow;  
  box-shadow: inset 0 0 0 0px rgba(0,0,0,0.4);
  /*margin: 15px 1.2em 15px 2.5em;*/

}
/* Checked Track */
.search-filters input[type="checkbox"].ios-switch:checked + div {
  width: 40px;
  background-position: 0 0;
  background-color: gray;
  border: 1px solid darkGray;
  box-shadow: inset 0 0 0 10px rgba(125,125,125,1);
}
/* Normal Knob */
.search-filters input[type="checkbox"].ios-switch + div > div {
  float: left;
  width: 18px; height: 18px;
  border-radius: inherit;
  background: #ffffff;
  -webkit-transition-timing-function: cubic-bezier(.54,1.85,.5,1);
  -webkit-transition-duration: 0.4s;
  -webkit-transition-property: transform, background-color, box-shadow;
  -moz-transition-timing-function: cubic-bezier(.54,1.85,.5,1);
  -moz-transition-duration: 0.4s;
  -moz-transition-property: transform, background-color, box-shadow;
  transition-timing-function: cubic-bezier(.54,1.85,.5,1);
  transition-duration: 0.4s;
  transition-property: transform, background-color, box-shadow;  
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3), 0px 0px 0 1px rgba(0, 0, 0, 0.4);
  pointer-events: none;
  margin-top: 1px;
  margin-left: 1px;
}
/* Checked Knob */
.search-filters input[type="checkbox"].ios-switch:checked + div > div {
  -webkit-transform: translate3d(20px, 0, 0);
  -moz-transform: translate3d(20px, 0, 0);
  -ms-transform: translate(20px, 0);
  background-color: #ffffff;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3), 0px 0px 0 1px rgba(145, 145, 145,1);
}


.search-result .photo-icon {
	background: url('icons/photos.svg') no-repeat;
    display: inline-block;
    width: 17px;
    height: 15px;
}
.search-result .event-icon {
	background: url('icons/events.svg') no-repeat;
    display: inline-block;
    width: 17px;
    height: 15px;
}
.search-result .video-icon {
	background: url('icons/videos.svg') no-repeat;
    display: inline-block;
    width: 17px;
    height: 15px;
}
.btn-brand, 
.gigya-social-login  {
    margin: 0 0 2em 0;
    height: 50px;
}

.btn-brand{ 
    background-color: #b8142d; 
    color: #FFF;
    text-align: center;
    border: 0;
    padding: 0;
    box-shadow: none;
    font-size: 25px;
    height: 50px;
}
.btn-brand:link,.btn-brand:visited,.btn-brand:hover,.btn-brand:focus,.btn-brand:active{
    color:#fff;
}
a.profile-change-pass:hover, a.profile-change-pass:hover .update-prfl{
    text-decoration: none;
    color: #fff;
}

div.gigya-loginID-availability{background-position: left top !important;}

.gigya-profile-form .gigya-error-msg {
    display: block;
}
/*--------------------------------------------*/
.newprofile, .change-password-container{
    color:#727272;
}
.newprofile fieldset {
    border: none;
    padding: 0;
    margin: 0;
}
 .gigya-screen h2.form-titles, .gigya-screen h4.form-subtitles{
    background-color: transparent;
    font-family: 'TradeGothic_BlCn', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.429em;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}
.newprofile .btn-brand{
    font-size: 25px;
    margin-top: 50px;
    margin-bottom: 25px;
}
.newprofile .btn-brand:hover{
    color: #fff;
}
/*--------------------------------------------*/
.change-password-container fieldset{
    border: none;
    padding: 0;
    margin: 0;
}
.bg-success{
    background-color: #dff0d8;
    padding: 15px;
}
.bg-error{
    background-color: #f2dede;
    padding: 15px;
}
.productlocatorcomponent .product-locator-banner {
    background: #393939;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin-top: 20px;
}

.productlocatorcomponent .product-locator-form {
    background: #393939;
    color: #fff;
    text-transform: uppercase;
}

.productlocatorcomponent .product-locator-form fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

.productlocatorcomponent .product-locator-form label {
    font-weight: normal;
    padding-top: 5px;
}

.productlocatorcomponent .product-locator-form .form-group,
.productlocatorcomponent .product-locator-form .radio {
    margin: 1em 0 1em 1em;
}

.productlocatorcomponent .product-locator-form input[name='zipcode'] {
    display: inline-block;
    font-size: 16px;
    vertical-align: top;
    width: 8em;
    -moz-appearance: textfield;
}

.productlocatorcomponent .product-locator-form input[name='zipcode']::-webkit-outer-spin-button,
.productlocatorcomponent .product-locator-form input[name='zipcode']::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.brands-block {
  margin: 0 auto;
  max-width: 1145px;
}

.brands-list {
  color: #fff;
  list-style: none;
  margin: 0 auto 50px auto;
  padding: 0;
  text-align: center;
}

.brands-list  li {
  margin-right: 20px;
}

.brands-list li:hover {
cursor: pointer;
}

.brands-list  li:last-child {
  margin-right: 0;
}

.brands-list li div {
  border: 5px solid #ebe9ea;
  border-radius: 70px;
  display: block;
  height: 134px;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 134px;
}

.brands-list li div.active-brand {
  opacity: 1;
  border-color: #b41527;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .productlocatorcomponent .product-locator-form fieldset {
        text-align:center;
    }
}

.productlocatorcomponent .results {
    background: #ececec;
    margin-bottom: 20px;
}

.productlocatorcomponent .results h4:first-child {
    margin-left: 25px;
}

.productlocatorcomponent .results .map {
    height: 100%;
    margin: 0 20px 30px 10px;
    min-height: 336px;
}

.productlocatorcomponent .results .places-placeholder {
    margin: 0 10px 30px 20px;
    overflow-y: scroll;
    height: 336px;
}

.productlocatorcomponent .results .places-placeholder h5 address{
    font-size: 75%;
    font-weight: normal;
    line-height: 1;
    color: #999999;
}

.productlocatorcomponent .results .places-placeholder > table {
    margin-bottom: 0
}

.productlocatorcomponent .results .places-placeholder > table td:first-child {
    vertical-align: middle;
}

.productlocatorcomponent .results .places-placeholder > table .marker {
    display: block;
}

.productlocatorcomponent .results .error-message {
    padding:20px;
    background: #f2dede;
    margin: 10px;
}

@media (max-width: 1200px) {
  .brands-block {
    max-width: 945px;
  }
}

@media (max-width: 992px) {
  .brands-block {
    max-width: 725px;
  }
  .brands-list li div {
    height: 95px;
    width: 95px;
  }
}

@media (max-width: 768px) {
  .productlocatorcomponent .results .map-square  .map {
    margin: 20px auto;
    min-height: 235px;
    width: 80vw;
    height: 80vw;
  }
  .productlocatorcomponent .results .places-list {
    width: 100%;
  }
  .productlocatorcomponent .results .map-result.map-square {
    width: 100%;
  }
  .brands-block {
    max-width: 725px;
  }
  brands-list {
    margin: 0 auto;
  }
  .brands-list li {
    margin-right: 0;
  }
  .brands-list li div {
    background-size: contain;
    height: 50px;
    width: 50px;
  }
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 991px) and (orientation: portrait) {
    .productlocatorcomponent .results .map-result {
        width: 100%;
    }
}


/*Type Next Prev Menu*/
.nav-bar-container {
    color: #000;
    letter-spacing:1px;
    position: relative;
    width: 100%;
}
.edit-mode{
   	height:123px;
}
.nav-bar-container p,.submenu-container p{
    text-align:center;
 }
.nav-bar-container a,.submenu-container a{
    color: #000;
}
.nav-bar-container a:hover,.submenu-container a:hover{
    text-decoration: none;
}
.nav-bar-title h4,.nav-bar-title h3,.nav-bar-title h5{
    font-family: "FuturaStd-Book","Helvetica Neue",Helvetica,Arial,sans-serif;
    letter-spacing: 2px;
    line-height: 18px;
}
.nav-bar-container .nav-bar-title h4{
    font-size: 0.83em;
}
.nav-bar-title h3{
    font-size: 1.3em;
    letter-spacing:3px;
    margin: 10px 0;
}
.nav-bar-title h5{
    font-size: 0.788em;
}
.prev-section {
    position: absolute;
    bottom: 0;
    z-index:9;
}
.next-section {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index:9;
}
.nav-bar-title {
    clear:both;
    font-family: "FuturaStd-Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-align: center;
    width: 100%;
    z-index:8;
}
.prev-section-title,.next-section-title,.nav-bar-title{
    text-transform: uppercase;
}
.prev-section-title,.next-section-title  {
    font-family: "FuturaStd-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.7em;
}
.prev-section-subtitle,.next-section-subtitle{
    font-family: "Didot_italic", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.1em;
}
.prev-section-text {
    float: left;
}
.prev-arrow,.next-arrow {
    color:#b2b2b2;
    font-size:1.125em;
    position: relative;
    top: 9px;
}
.prev-arrow {
    float: left;
    margin-right: 9px;
}
.next-section-text {
    float: right;
}
.next-arrow {
    float: right;
    margin-left: 9px;
}
.inactive {
    color: #D8D8D8 !important;
}

@media (max-width: 991px) {
    .prev-section-text{
        width:110px;
    }
    .next-section-text{
        width:110px;
    }
}

@media (max-width: 768px) {
    .prev-section-text,.next-section-text{
        display:none;
    }
    .prev-section,.next-section{
        bottom:22px;
    }
}

/*Type Submenu*/
.submenu-container {
    border-bottom: 1px solid #CCC;
    border-top: 1px solid #CCC;
    color: #000;
    letter-spacing: 1px;
    padding: 14px 0;
    position: relative;
    width: 100%;
}
.submenu-container > ul {
    color: #222;
    font-family: "FuturaStd-Medium","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 0.625em;
    list-style: none;
    margin-bottom: 0;
    text-transform: uppercase;
}

.submenu-container ul li {
    border-right: 1px solid #CCCCCC;
    display: inline-block;
    padding: 0 10px;
}

.submenu-container li:last-child {
    border: medium none;
}
.submenu-container li:nth-child(5) {
    border: medium none;
}
.social-bar {
    position: absolute;
    right: 0;
}

.share-bar.loaded {
    right: 200px;
    margin:0;
    top: 0;
}

@media (min-device-width : 768px) and (max-device-width : 1024px) {
    .touch header.sticky-main-header.sticky-main-header-scrolling {
        display: none;
    }
}

.small {
  font-size: 11px;
  color: #999999;
  letter-spacing: 0.01em;
  line-height: 1.1em;
}
.indent {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.cover-image {
  background: transparent no-repeat 50% 50%;
  background-size: contain;
}
.text-image {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background: transparent no-repeat 50% 50%;
  background-size: contain;
}
/* Trade Gothic Regular */
/*@font-face {
  font-family: 'TradeGothic_Rg';
  src: url('../../../apps/gooseIsland/components/content/mlbOpeningDay/clientlibs/css/fonts/TradeGothic/tradegothicltstd-webfont.eot');
  src: url('../../../apps/gooseIsland/components/content/mlbOpeningDay/clientlibs/css/fonts/TradeGothic/tradegothicltstd-webfont.eot?#iefix') format('embedded-opentype'), url('../../../apps/gooseIsland/components/content/mlbOpeningDay/clientlibs/css/fonts/TradeGothic/tradegothicltstd-webfont.woff') format('woff'), url('../../../apps/gooseIsland/components/content/mlbOpeningDay/clientlibs/css/fonts/TradeGothic/tradegothicltstd-webfont.ttf') format('truetype'), url('../../../apps/gooseIsland/components/content/mlbOpeningDay/clientlibs/css/fonts/TradeGothic/tradegothicltstd-webfont.svg#trade_gothic_lt_stdregular') format('svg');
  font-weight: normal;
  font-style: normal;
}*/
/* Trade Gothic Condensed */
/*@font-face {
  font-family: 'TradeGothic_RgCn';
  src: url('../../../apps/gooseIsland/components/content/mlbOpeningDay/clientlibs/css/fonts/TradeGothic/tradegothicltstd-cn18-webfont.eot');
  src: url('../../../apps/gooseIsland/components/content/mlbOpeningDay/clientlibs/css/fonts/TradeGothic/tradegothicltstd-cn18-webfont.eot?#iefix') format('embedded-opentype'), url('../../../apps/gooseIsland/components/content/mlbOpeningDay/clientlibs/css/fonts/TradeGothic/tradegothicltstd-cn18-webfont.woff') format('woff'), url('../../../apps/gooseIsland/components/content/mlbOpeningDay/clientlibs/css/fonts/TradeGothic/tradegothicltstd-cn18-webfont.ttf') format('truetype'), url('../../../apps/gooseIsland/components/content/mlbOpeningDay/clientlibs/css/fonts/TradeGothic/tradegothicltstd-cn18-webfont.svg#trade_gothic_lt_stdCnno.18') format('svg');
  font-weight: normal;
  font-style: normal;
}*/
/* Trade Gothic Condensed and Bold */
/*@font-face {
  font-family: 'TradeGothic_BlCn';
  src: url('../../../apps/gooseIsland/components/content/mlbOpeningDay/clientlibs/css/fonts/TradeGothic/tradegothicltstd-bdcn20-webfont.eot');
  src: url('../../../apps/gooseIsland/components/content/mlbOpeningDay/clientlibs/css/fonts/TradeGothic/tradegothicltstd-bdcn20-webfont.eot?#iefix') format('embedded-opentype'), url('../../../apps/gooseIsland/components/content/mlbOpeningDay/clientlibs/css/fonts/TradeGothic/tradegothicltstd-bdcn20-webfont.woff') format('woff'), url('../../../apps/gooseIsland/components/content/mlbOpeningDay/clientlibs/css/fonts/TradeGothic/tradegothicltstd-bdcn20-webfont.ttf') format('truetype'), url('../../../apps/gooseIsland/components/content/mlbOpeningDay/clientlibs/css/fonts/TradeGothic/tradegothicltstd-bdcn20-webfont.svg#trade_gothic_lt_stdBdCnno.20') format('svg');
  font-weight: normal;
  font-style: normal;
}*/
#mlbView {
  /* --------------- social share --------------- */
  /* --------------- end of social share --------------- */
}
#mlbView .social-button {
  cursor: pointer;
}
#mlbView .social-button .icon {
  background: #cccccc url(../../../content/budweiser/en/opening-day/images/social-icon@2x.png) no-repeat 0 50%;
  background-size: 140px 21px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  -webkit-transition: background-color 0.15s;
  -moz-transition: background-color 0.15s;
  -o-transition: background-color 0.15s;
  -ms-transition: background-color 0.15s;
  transition: background-color 0.15s;
}
#mlbView .social-button.twitter .icon {
  background-position: 50% 50%;
}
#mlbView .social-button.fb .icon {
  background-position: 100% 50%;
}
#mlbView .social-button:hover.petition .icon {
  background-color: #b8152d;
}
#mlbView .social-button:hover.petition .petition-label {
  opacity: 1;
}
#mlbView .social-button:hover.twitter .icon {
  background-color: #00aced;
}
#mlbView .social-button:hover.fb .icon {
  background-color: #3b5998;
}
#mlbView .map-stage {
  position: absolute;
  width: 100%;
  height: 100%;
  /* --------------- mixin --------------- */
  /* --------------- map --------------- */
  /* --------------- team score --------------- */
  /* --------------- team main --------------- */
}
#mlbView .map-stage .thumbnail-circle-mixin {
  width: 46px;
  height: 46px;
  border-radius: 23px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out;
  -ms-transition: -ms-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
#mlbView .map-stage * {
  position: absolute;
}
#mlbView .map-stage .team-group {
  width: 650px;
  height: 100%;
  left: 35px;
}
#mlbView .map-stage .us-map {
  position: absolute;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background: transparent no-repeat 50% 50%;
  background-size: contain;
  background-image: url(../../../content/budweiser/en/opening-day/images/map-bg@2x.png);
  opacity: 0;
}
#mlbView .map-stage.show-map .us-map {
  opacity: 1;
}
#mlbView .map-stage .team-score-group {
  display: none;
  width: 650px;
  height: 100%;
  left: 35px;
}
#mlbView .map-stage .team-score-group .team-bg .points {
  background: #b5b5b6;
  opacity: .21;
  width: 46px;
  height: 46px;
  border-radius: 23px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out;
  -ms-transition: -ms-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
#mlbView .map-stage .team-score-group .team-bg.active {
  cursor: default;
}
#mlbView .map-stage .team-score-group.show {
  display: block;
}
#mlbView .map-stage .team-main-group {
  width: 650px;
  height: 100%;
  left: 35px;
}
#mlbView .map-stage .team-main-group .team {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out;
  -ms-transition: -ms-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
#mlbView .map-stage .team-main-group .team .info {
  display: none;
}
#mlbView .map-stage .team-main-group .team .info .line {
  width: 540px;
  height: 1px;
  background: gray;
  margin: 54px 0 0 79px;
}
#mlbView .map-stage .team-main-group .team .info .line.line-top {
  display: none;
  margin-top: -8px;
}
#mlbView .map-stage .team-main-group .team .info .team-petitions {
  font-size: 35px;
  color: #2f2f2f;
  margin: 0px 0 0 92px;
}
#mlbView .map-stage .team-main-group .team .info .signature-label {
  font-size: 20px;
  color: #727272;
  margin: 12px 0 0 186px;
  letter-spacing: -0.03em;
}
#mlbView .map-stage .team-main-group .team .info .petition-label {
  font-size: 18px;
  color: #b8152d;
  margin: 10px 0 0 -133px;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#mlbView .map-stage .team-main-group .team .info .social-button {
  margin-top: 4px;
}
#mlbView .map-stage .team-main-group .team .info .social-button.petition {
  margin-left: 480px;
}
#mlbView .map-stage .team-main-group .team .info .social-button.twitter {
  margin-left: 530px;
}
#mlbView .map-stage .team-main-group .team .info .social-button.fb {
  margin-left: 580px;
}
#mlbView .map-stage .team-main-group .team.active {
  cursor: default;
}
#mlbView .map-stage .team-main-group .team.active .info {
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  -moz-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  -o-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
}
#mlbView .map-stage .team-main-group .team.active.first .info .line-top {
  display: block;
}
#mlbView .map-stage .team-main-group .team.active2 .info {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
#mlbView .map-stage .team-main-group .team .thumbnail-bg {
  background: #eaeaea;
  width: 46px;
  height: 46px;
  border-radius: 23px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out;
  -ms-transition: -ms-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
#mlbView .map-stage .team-main-group .team .thumbnail-bg-shadow {
  background: rgba(0, 0, 0, 0.4);
  width: 46px;
  height: 46px;
  border-radius: 23px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out;
  -ms-transition: -ms-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  margin: 3px 0 0 3px;
}
#mlbView .map-stage .team-main-group .team .thumbnail {
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 46px;
  height: 46px;
  background: no-repeat 50% 50%;
  background-size: cover;
  opacity: 0;
}
#mlbView .map-stage .team-main-group .team.show .thumbnail-bg,
#mlbView .map-stage .team-main-group .team.show .thumbnail-bg-shadow {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#mlbView .map-stage .team-main-group .team.show2 .thumbnail {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
  opacity: 1;
}
#mlbView .map-stage.interactive .team {
  cursor: pointer;
}
#mlbView .map-stage.list .team-score-group,
#mlbView .map-stage.list .team-main-group {
  overflow: hidden;
}
#solariView {
  height: 48px;
  position: relative;
  /* --------------- mixin --------------- */
  /* --------------- main --------------- */
}
#solariView .solari-part {
  position: absolute;
  width: 100%;
  height: 50%;
}
#solariView .top-part {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #b8152d;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  line-height: 1.4em;
}
#solariView .bottom-part {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #b8152d;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  line-height: 0em;
  border-top: solid 1px #c97978;
}
#solariView .solari {
  float: left;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 100%;
  color: white;
  perspective: 800px;
  text-align: center;
  font-size: 36px;
  margin-right: 1px;
}
#solariView .solari .text {
  padding-left: 0 !important;
}
#solariView .solari:last-child {
  margin-right: 0px;
}
#solariView .solari.comma .text {
  margin-left: 9px;
}
#solariView .solari.comma .text2 {
  margin-left: 4px;
}
#solariView .solari .top {
  position: absolute;
  width: 100%;
  height: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #b8152d;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  line-height: 1.4em;
  overflow: hidden;
}
#solariView .solari .play {
  position: absolute;
  width: 100%;
  height: 50%;
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
#solariView .solari .play div {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#solariView .solari .play div.front {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #b8152d;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  line-height: 1.4em;
  background-color: #b8152d;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b8152d), color-stop(100% #800f1f));
  background-image: -webkit-linear-gradient(top, #b8152d 0%, #800f1f 100%);
  background-image: -moz-linear-gradient(top, #b8152d 0%, #800f1f 100%);
  background-image: -ms-linear-gradient(top, #b8152d 0%, #800f1f 100%);
  background-image: -o-linear-gradient(top, #b8152d 0%, #800f1f 100%);
  background-image: linear-gradient(top, #b8152d 0%, #800f1f 100%);
}
#solariView .solari .play div.back {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #b8152d;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  line-height: 0em;
  border-top: solid 1px #c97978;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
#solariView .solari .play.flip {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
#solariView .solari .bottom {
  position: absolute;
  width: 100%;
  height: 50%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #b8152d;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  line-height: 0em;
  border-top: solid 1px #c97978;
  bottom: 0;
}
#mlbView.ie9 #solariView .solari .play.flip,
#mlbView.ie8 #solariView .solari .play.flip,
#mlbView.android #solariView .solari .play.flip {
  -webkit-transform: rotateX(0deg) !important;
  -moz-transform: rotateX(0deg) !important;
  -ms-transform: rotateX(0deg) !important;
  -o-transform: rotateX(0deg) !important;
  transform: rotateX(0deg) !important;
}
#mlbView.ie9 #solariView .solari .play.flip1,
#mlbView.ie8 #solariView .solari .play.flip1,
#mlbView.android #solariView .solari .play.flip1 {
  margin-top: 10%;
}
#mlbView.ie9 #solariView .solari .play.flip2,
#mlbView.ie8 #solariView .solari .play.flip2,
#mlbView.android #solariView .solari .play.flip2 {
  margin-top: 20%;
}
#mlbView.ie9 #solariView .solari .play.flip3,
#mlbView.ie8 #solariView .solari .play.flip3,
#mlbView.android #solariView .solari .play.flip3 {
  margin-top: 30%;
}
#mlbView.ie9 #solariView .solari .play.flip4,
#mlbView.ie8 #solariView .solari .play.flip4,
#mlbView.android #solariView .solari .play.flip4 {
  margin-top: 40%;
}
#mlbView.ie9 #solariView .solari .play.flip5,
#mlbView.ie8 #solariView .solari .play.flip5,
#mlbView.android #solariView .solari .play.flip5 {
  margin-top: 50%;
}
@media (max-width: 767px) {
  #solariView {
    height: 25%;
    margin-top: 25%;
  }
  #solariView .solari {
    width: 15.9%;
    font-size: 450%;
    margin-right: 2px;
  }
  #solariView .top,
  #solariView .front {
    line-height: 1.45em !important;
  }
}
@media (max-width: 660px) {
  #solariView .top,
  #solariView .front {
    line-height: 1.3em !important;
  }
}
@media (max-width: 600px) {
  #solariView .solari {
    font-size: 350%;
  }
  #solariView .top,
  #solariView .front {
    line-height: 1.6em !important;
  }
}
@media (max-width: 540px) {
  #solariView .top,
  #solariView .front {
    line-height: 1.5em !important;
  }
}
@media (max-width: 520px) {
  #solariView .solari {
    font-size: 350%;
  }
  #solariView .top,
  #solariView .front {
    line-height: 1.3em !important;
  }
}
@media (max-width: 425px) {
  #solariView .solari {
    font-size: 370%;
  }
  #solariView .top,
  #solariView .front {
    line-height: 1.2em !important;
  }
}
@media (max-width: 400px) {
  #solariView .top,
  #solariView .front {
    line-height: 1.3em !important;
  }
}
@media (max-width: 380px) {
  #solariView .solari {
    font-size: 410%;
  }
  #solariView .top,
  #solariView .front {
    line-height: 1.35em !important;
  }
}
@media (max-width: 320px) {
  #solariView {
    height: 52px;
  }
  #solariView .top,
  #solariView .front {
    line-height: 1.25em !important;
  }
}
@media (max-width: 300px) {
  #solariView .solari {
    width: 15%;
  }
}
#mlbView .intro {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
#mlbView .intro.standby {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=(0));
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  -webkit-transform: translate(0px, 10px);
  -moz-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  -o-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
  visibility: hidden;
}
#mlbView .loading-container {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#mlbView .loading-container .loading {
  position: absolute;
  left: 50%;
  top: 45%;
  margin: -60px 0 0 -60px;
  background: #b8152d;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out;
  -ms-transition: -ms-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
#mlbView .loading-container .loading.show {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#mlbView .loading-container .loading img {
  display: none;
}
#mlbView .loading-container .loading .text {
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  color: white;
  font-size: 44px;
  line-height: 0.05em;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
#mlbView .loading-container .loading .text.show {
  opacity: 1;
}
/* --------------- IE8 / IE9 --------------- */
#mlbView.ie9 .loading,
#mlbView.ie8 .loading {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  width: 0;
  height: 0;
  margin: 0;
  background: none;
}
#mlbView.ie9 .loading img,
#mlbView.ie8 .loading img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
#mlbView.ie9 .loading .text,
#mlbView.ie8 .loading .text {
  display: none;
  opacity: 1;
}
#mlbView.ie9 .container .map-stage .team-score-group .team-bg .points,
#mlbView.ie8 .container .map-stage .team-score-group .team-bg .points {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=(100));
  opacity: 1;
}
#mlbView.ie9 .container .map-stage .team-score-group .team-bg .points img,
#mlbView.ie8 .container .map-stage .team-score-group .team-bg .points img {
  width: 100%;
  height: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=21)";
  filter: alpha(opacity=(21));
  opacity: 0.21;
  -ms-filter: 'alpha(opacity=21)';
}
#mlbView.ie9 .container .map-stage .team-main-group .team .thumbnail-bg,
#mlbView.ie8 .container .map-stage .team-main-group .team .thumbnail-bg,
#mlbView.ie9 .container .map-stage .team-main-group .team .thumbnail-bg-shadow,
#mlbView.ie8 .container .map-stage .team-main-group .team .thumbnail-bg-shadow {
  display: none;
  background: none;
  width: 0;
  height: 0;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  margin: 23px 0 0 23px;
}
#mlbView.ie9 .container .map-stage .team-main-group .team .thumbnail-bg img,
#mlbView.ie8 .container .map-stage .team-main-group .team .thumbnail-bg img,
#mlbView.ie9 .container .map-stage .team-main-group .team .thumbnail-bg-shadow img,
#mlbView.ie8 .container .map-stage .team-main-group .team .thumbnail-bg-shadow img {
  width: 100%;
  height: 100%;
}
#mlbView.ie9 .container .map-stage .team-main-group .team .thumbnail-bg-shadow,
#mlbView.ie8 .container .map-stage .team-main-group .team .thumbnail-bg-shadow {
  top: 3px;
  left: 3px;
}
#mlbView.ie9 .container .map-stage .team-main-group .team .thumbnail-bg-shadow img,
#mlbView.ie8 .container .map-stage .team-main-group .team .thumbnail-bg-shadow img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=(30));
  opacity: 0.3;
  -ms-filter: 'alpha(opacity=30)';
}
#mlbView.ie9 .container .map-stage .team-main-group .team.show .thumbnail-bg,
#mlbView.ie8 .container .map-stage .team-main-group .team.show .thumbnail-bg,
#mlbView.ie9 .container .map-stage .team-main-group .team.show .thumbnail-bg-shadow,
#mlbView.ie8 .container .map-stage .team-main-group .team.show .thumbnail-bg-shadow {
  display: block;
}
/* --------------- IE8 ONLY --------------- */
#mlbView.ie8 .image-ie8 {
  height: auto !important;
  text-indent: inherit !important;
}
#mlbView.ie8 .image-ie8.done {
  background-image: none !important;
}
#mlbView.ie8 .image-ie8 img {
  max-width: 100%;
}
#mlbView.ie8 .social-button .icon {
  background: transparent url(../../../content/budweiser/en/opening-day/images/social-icon.png) no-repeat 0 0;
}
#mlbView.ie8 .social-button.petition .icon {
  background-position: 0% 0%;
}
#mlbView.ie8 .social-button.twitter .icon {
  background-position: 50% 0%;
}
#mlbView.ie8 .social-button.fb .icon {
  background-position: 100% 0%;
}
#mlbView.ie8 .social-button:hover.petition .icon {
  background-position: 0% 100%;
  background-color: transparent;
}
#mlbView.ie8 .social-button:hover.twitter .icon {
  background-position: 50% 100%;
  background-color: transparent;
}
#mlbView.ie8 .social-button:hover.fb .icon {
  background-position: 100% 100%;
  background-color: transparent;
}
#mlbView.ie8 .container .header .title {
  background-image: url(../../../content/budweiser/en/opening-day/images/header-title.png);
}
#mlbView.ie8 .container .league-name {
  background-image: url(../../../content/budweiser/en/opening-day/images/league-title.png);
}
#mlbView.ie8 .container .desc .title {
  background-image: url(../../../content/budweiser/en/opening-day/images/desc-title.png);
}
#mlbView.ie8 .container .sign-button .icon {
  background-image: url(../../../content/budweiser/en/opening-day/images/sign-button-icon.png);
}
#mlbView.ie8 .container .total-signatures .title {
  background-image: url(../../../content/budweiser/en/opening-day/images/total-signatures-title.png);
}
#mlbView.ie8 .container .map-stage .us-map {
  background-image: url(../../../content/budweiser/en/opening-day/images/map-bg.png);
  display: none;
}
#mlbView.ie8 .container .map-stage.show-map .us-map {
  display: block;
}
#mlbView.ie8 .container .map-stage .team-main-group .team .thumbnail {
  display: none;
}
#mlbView.ie8 .container .map-stage .team-main-group .team.show2 .thumbnail {
  display: block;
}
#mlbView.ie8 .container .map-stage .team-main-group .team.active .info {
  display: none;
}
#mlbView.ie8 .container .map-stage .team-main-group .team.active2 .info {
  display: block;
}
@media (max-width: 767px) {
  #mlbView.ie8 .container .total-signatures .title {
    background-image: url(../../../content/budweiser/en/opening-day/images/total-signatures-title-white.png);
  }
}
#mlbView {
  font-family: "TradeGothic_BlCn", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #404040;
  font-size: 18px;
  height: 570px;
}
#mlbView * {
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
}
#mlbView h1 {
  text-indent: 100%;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
#mlbView p {
  font-size: 1em;
}
#mlbView .text {
  padding-left: 0 !important;
}
#mlbView .full-bg {
  z-index: -1;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  visibility: hidden;
}
#mlbView .full-bg.ready {
  visibility: visible;
}
#mlbView .container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
#mlbView .container img {
  border: 0;
}
#mlbView .container .fadeOut {
  opacity: 0;
}
#mlbView .container .hide {
  display: none;
}
#mlbView .container .map-container {
  width: 720px;
  height: 440px;
  position: absolute;
  right: 38px;
}
#mlbView .container .map-container .controller {
  z-index: 1;
  width: 100%;
  position: absolute;
}
#mlbView .container .map-container .controller a {
  display: none;
  position: absolute;
}
#mlbView .container .map-container .controller a img {
  width: 40px;
  height: 40px;
}
#mlbView .container .map-container p.note {
  font-size: 11px;
  color: #999999;
  letter-spacing: 0.01em;
  line-height: 1.1em;
  position: absolute;
  margin: 387px 0 0 25px;
  width: 180px;
  display: none;
}
#mlbView .container .map-container.list p.note {
  width: auto;
  margin: 393px 47px 0 0;
  right: 0;
  display: block;
}
#mlbView .container .map-container.list .controller a {
  display: block;
}
#mlbView .container .map-container-mobile {
  position: relative;
  display: none;
  max-width: 700px;
}
#mlbView .container .map-container-mobile img {
  width: 100%;
}
#mlbView .container .close-league {
  top: 19px;
  right: 38px;
}
#mlbView .container .prev-league {
  top: 178px;
  left: 0px;
}
#mlbView .container .next-league {
  top: 178px;
  right: 0px;
}
#mlbView .container .league-name {
  position: absolute;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background: transparent no-repeat 50% 50%;
  background-size: contain;
  margin: 25px 0 0 54px;
  width: 550px;
  height: 18px;
  background-image: url(../../../content/budweiser/en/opening-day/images/league-title@2x.png);
  background-size: 550px 108px;
  background-position: 550px 0;
}
#mlbView .container .league-name.ale {
  background-position: 0 0px;
}
#mlbView .container .league-name.alw {
  background-position: 0 -18px;
}
#mlbView .container .league-name.alc {
  background-position: 0 -36px;
}
#mlbView .container .league-name.nle {
  background-position: 0 -54px;
}
#mlbView .container .league-name.nlw {
  background-position: 0 -72px;
}
#mlbView .container .league-name.nlc {
  background-position: 0 -90px;
}
#mlbView .container .header {
  width: 638px;
  margin: 0px auto 32px;
}
#mlbView .container .header .title {
  height: 52px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background: transparent no-repeat 50% 50%;
  background-size: contain;
  background-image: url(../../../content/budweiser/en/opening-day/images/header-title@2x.png);
}
#mlbView .container .desc {
  width: 330px;
  position: relative;
  margin-left: 70px;
  margin-top: 58px;
}
#mlbView .container .desc .title {
  padding: 10px 0 0px;
  width: auto;
  height: 18px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background: transparent no-repeat 50% 50%;
  background-size: contain;
  background-position: 0 0;
  background-image: url(../../../content/budweiser/en/opening-day/images/desc-title@2x.png);
}
#mlbView .container .desc .title.goal {
  background-image: url(../../../content/budweiser/en/opening-day/images/desc-title-goal@2x.png);
}
#mlbView .container .desc .body {
  margin: 0;
  padding: 14px 0 5px;
  line-height: 1.4em;
}
#mlbView .container .desc .body span {
  color: #b8152d;
}
#mlbView .container .sign-button {
  background-color: #b8152d;
  display: block;
  text-align: center;
  font-size: 26px;
  color: white;
  text-decoration: none;
  padding: 13px 0 10px;
  width: 330px;
  position: relative;
  margin-left: 70px;
  margin-top: 10px;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  -ms-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
#mlbView .container .sign-button:hover {
  background-color: #800f1f;
}
#mlbView .container .sign-button .icon {
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  width: 24px;
  height: 24px;
  margin: 2px 0 0 76px;
  left: 50%;
  background: transparent no-repeat 50% 50%;
  background-size: contain;
  background-image: url(../../../content/budweiser/en/opening-day/images/sign-button-icon@2x.png);
}
#mlbView .container .sign-button .text {
  margin-left: -35px;
  letter-spacing: -0.025em;
  padding-left: 0;
}
#mlbView .container .disclaimer {
  font-size: 11px;
  color: #999999;
  letter-spacing: 0.01em;
  line-height: 1.1em;
  width: 200px;
  position: relative;
  margin-left: 70px;
  margin-top: 8px;
  min-height: 40px;
}
#mlbView .container .total-signatures {
  margin-top: 302px;
  margin-left: 70px;
  width: 250px;
  position: absolute;
}
#mlbView .container .total-signatures > * {
  position: relative;
}
#mlbView .container .total-signatures .title {
  width: 246px;
  height: 12px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background: transparent no-repeat 50% 50%;
  background-size: contain;
  background-size: 246px 12px;
  margin: 0 0 12px;
  background-image: url(../../../content/budweiser/en/opening-day/images/total-signatures-title@2x.png);
}
#mlbView .container .total-signatures .mlb-progress {
  margin-top: 13px;
  height: 6px;
}
#mlbView .container .total-signatures .mlb-progress > div {
  position: absolute;
}
#mlbView .container .total-signatures .mlb-progress .goal-text {
  font-size: 11px;
  color: #999999;
  letter-spacing: 0.01em;
  line-height: 1.1em;
  color: #22285a;
  top: 2px;
  line-height: 0;
  letter-spacing: -0.05em;
}
#mlbView .container .total-signatures .mlb-progress .goal-text.to {
  right: 0px;
}
#mlbView .container .total-signatures .mlb-progress .bar {
  background: #cccccc;
  height: 5px;
  width: 194px;
  margin-left: 10px;
}
#mlbView .container .total-signatures .mlb-progress .bar .elapse {
  width: 0px;
  height: 5px;
  background: #b8152d;
  float: left;
  -webkit-transition: width 3s;
  -moz-transition: width 3s;
  -o-transition: width 3s;
  -ms-transition: width 3s;
  transition: width 3s;
}
#mlbView .container .total-signatures .mlb-progress .bar .line {
  width: 2px;
  height: 5px;
  background: #22285a;
  float: left;
}
#mlbView .container .total-signatures .detail {
  width: 250px;
  height: 20px;
  margin-top: 9px;
}
#mlbView .container .total-signatures .detail > * {
  position: absolute;
}
#mlbView .container .total-signatures .detail .line {
  background: #22285a;
}
#mlbView .container .total-signatures .detail .line.v {
  width: 1px;
  height: 10px;
  top: 1px;
}
#mlbView .container .total-signatures .detail .line.h {
  width: 55px;
  height: 1px;
  top: 10px;
}
#mlbView .container .total-signatures .detail .line.l {
  left: 1px;
}
#mlbView .container .total-signatures .detail .line.r {
  right: 1px;
}
#mlbView .container .total-signatures .detail .remaining-days {
  white-space: nowrap;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 16px;
  color: #22285a;
  line-height: 1em;
}
#mlbView .container .total-signatures .detail .remaining-days .remaining-days-value {
  font-size: 26px;
  color: #b8152d;
}
#mlbView .container .social-share {
  z-index: 1;
  position: absolute;
  margin-left: 306px;
  margin-top: 10px;
}
#mlbView .container .social-share a {
  float: left;
  margin-left: 7px;
}
#mlbView.mlb-progress .container .desc .title.goal {
  display: none;
}
#mlbView.mlb-progress .container .desc .body.goal {
  display: none;
}
#mlbView.goal .container .desc .title.mlb-progress {
  display: none;
}
#mlbView.goal .container .desc .body.mlb-progress {
  display: none;
}
@media (min-width: 1200px) {
  #mlbView.goal .container .total-signatures {
    margin-top: 340px;
  }
}
.mlbOpeningDay .video-title {
  margin: 40px auto 0;
  width: 700px;
}
.mlbOpeningDay .video-title img {
  width: 100%;
}
.mlbOpeningDay .video-title img.mobile {
  display: none;
}
.mlbOpeningDay p.video-subtitle,
p.legal-copy {
  font-family: "TradeGothic_BlCn", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  color: #333333;
  margin: 0;
  padding: 5px 0 0px;
  font-size: 18px;
}
p.legal-copy {
  padding: 0 20px 20px;
}
@media (max-width: 1199px) {
  #mlbView {
    height: 770px;
  }
  #mlbView .container {
    max-width: 962px;
  }
  #mlbView .container .map-container {
    position: relative;
    margin: 0 auto;
    right: auto;
  }
  #mlbView .container .map-container p.note {
    margin-top: 375px;
  }
  #mlbView .container .desc {
    margin-top: 0px;
    margin-left: 45px;
    margin-right: 45px;
    width: auto;
  }
  #mlbView .container .desc .body {
    padding: 8px 0 0px;
    width: 570px;
  }
  #mlbView .container .desc .body span {
    color: #b8152d;
  }
  #mlbView .container .sign-button {
    margin-top: 13px;
    margin-left: 45px;
  }
  #mlbView .container .disclaimer {
    margin-left: 45px;
  }
  #mlbView .container .total-signatures {
    margin-top: 91px;
    right: 45px;
  }
  #mlbView .container .social-share {
    margin-left: 281px;
  }
}
@media (max-width: 767px) {
  #mlbView {
    height: auto;
    padding-bottom: 20px;
  }
  #mlbView .container .header {
    width: 90%;
    margin: 0px auto 20px;
  }
  #mlbView .container .header .title {
    width: 100%;
    background-size: contain;
    background-position: 50% 0%;
  }
  #mlbView .container .map-container {
    background: none;
    display: none;
  }
  #mlbView .container .map-container-mobile {
    display: block;
    margin: auto;
  }
  #mlbView .container .desc {
    margin: 0px 5% 0;
  }
  #mlbView .container .desc .title {
    background-size: contain;
    background-position: 0% 0%;
  }
  #mlbView .container .desc .title.mlb-progress {
    width: 45%;
  }
  #mlbView .container .desc .title.goal {
    width: 80%;
  }
  #mlbView .container .desc .body {
    width: auto;
  }
  #mlbView .container .sign-button {
    margin-left: auto;
    margin-right: auto;
    width: auto;
    padding: 20px 0;
  }
  #mlbView .container .disclaimer {
    width: auto;
    margin-left: 5%;
    margin-right: 5%;
  }
  #mlbView .container .total-signatures {
    right: 70px;
    left: 70px;
    margin-left: auto;
    width: auto;
  }
  #mlbView .container .total-signatures .mlb-progress,
  #mlbView .container .total-signatures .detail .line {
    display: none;
  }
  #mlbView .container .total-signatures .title {
    position: absolute;
    background-image: url(../../../content/budweiser/en/opening-day/images/total-signatures-title-white@2x.png);
    background-size: contain;
    margin: 0;
    width: 100%;
    height: 3.5%;
    top: 58%;
  }
  #mlbView .container .total-signatures .detail {
    position: absolute;
    top: 75%;
    margin-left: 5.5%;
  }
  #mlbView .container .total-signatures .detail .remaining-days {
    text-align: left;
    font-size: 160%;
    width: 20%;
    white-space: inherit;
  }
  #mlbView .container .total-signatures .detail .remaining-days .remaining-days-value {
    margin: 28% 0 0 -135%;
    font-size: 240%;
    position: absolute;
  }
  #mlbView .container .social-share {
    position: relative;
    margin-right: 5%;
  }
  #mlbView .container .social-share a {
    float: right;
  }
  .mlbOpeningDay .video-title {
    width: 80%;
  }
  .mlbOpeningDay .video-title img.mobile {
    display: block;
  }
  .mlbOpeningDay .video-title img.normal {
    display: none;
  }
}
@media (max-width: 600px) {
  #mlbView .container .header {
    margin-bottom: 10px;
  }
  #mlbView .container .header .sub-title {
    margin-top: 25px;
  }
  #mlbView .container .header .title {
    margin-bottom: 0px;
  }
  #mlbView .container .total-signatures {
    right: 10%;
    left: 10%;
  }
  #mlbView .container .total-signatures .detail {
    margin-left: 10%;
  }
  #mlbView .container .total-signatures .detail .remaining-days {
    width: 15%;
  }
  #mlbView .container .total-signatures .detail .remaining-days .remaining-days-value {
    margin: 37% 0 0 -180%;
  }
}
@media (max-width: 420px) {
  #mlbView .container {
    font-size: 14px;
  }
  #mlbView .container .header {
    margin-bottom: -10px;
  }
  #mlbView .container .header .sub-title {
    margin-top: 13px;
  }
  #mlbView .container .desc .title {
    padding-top: 0px;
  }
  #mlbView .container .desc .body {
    padding: 0;
    line-height: 1.4em;
  }
  #mlbView .container .total-signatures .detail .remaining-days .remaining-days-value {
    margin: 27% 0 0 -135%;
  }
  #mlbView .container .social-share {
    position: absolute;
    right: 0;
    width: 100px;
  }
  #mlbView .container .disclaimer {
    width: 50%;
  }
  .mlbOpeningDay p.video-subtitle,
  p.legal-copy {
    font-size: 14px;
  }
}
@media (max-width: 380px) {
  #mlbView .container {
    font-size: 11px;
  }
  #mlbView .container .header {
    margin-bottom: -20px;
  }
  #mlbView .container .total-signatures .detail .remaining-days .remaining-days-value {
    margin: 22% 0 0 -110%;
  }
}

.link-image {
  height: 300px;
  position: relative;
  overflow: hidden;
}

.link-image > .link-image-text {
  background-color: rgba(0,0,0,0.6);
  bottom: 0;
  color: #fff;
  display: block;
  font-family: 'TradeGothic_BlCn', sans-serif;
  font-size: 3em;
  padding: 3%;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.link-image .icon-play {
  font-size: 42px;
}
.link-image.size-lg > .link-image-text {
  font-size: 3em;
  line-height: 1.428571429;
}
.link-image > .link-image-text {
  font-size: 2em;
  line-height: 1.028571429;
}
.link-image.size-sm > .link-image-text {
  font-size: 1em;
  line-height: 0;
}

.link-image > .link-image-text:hover {
  text-decoration: none;
  color: #e0b05f;
}
.link-image > .link-image-text{
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.link-image-text > .icon-play {
  background-color: #fff;
  border-radius: 50%;
  color: #b8152d;
  display: inline-block;
  height: 32px;
  overflow: hidden;
  position: relative;
  width: 32px;
}

.link-image-text > .icon-play:before {
  left: -5px;
  position: absolute;
  top: -4px;
}
@media (min-width: 768px) and  (max-width: 992px){
  .link-image {
    height: 230px;
  }
}
.join-us-container{
	text-align: center;
	padding: 40px 0;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
}
.join-us-container .social-list-item{
	border: 1px solid #000;
	width: 70px;
	height: 70px;
	text-align: center;
	padding: 0;
	background: #fff;
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	transition: background 0.3s; 
}
.join-us-container .social-list-item:hover{
	background: #000;
}
.join-us-container .social-list-item a{
	font-size: 2em;
	padding: 20px 0;
	display: block;
	text-decoration: none;
	color: #000;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}
.join-us-container .social-list-item a:hover{
	text-decoration: none;
	color: #fff;
}
.image-text-over {
  position: relative;
}
.image-text-over .background-image {
  width: 100%;
  /* tablet max-height: 80%; */
}
.image-text-over .title {
  text-align: center;
  padding: 5px 0;
  margin: 0;
}
.image-text-over .text {
  color: black;
  display: block;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
}
.image-text-over .upper-title-container{
  background-color: lightGrey;
}
.image-text-over.on-top .upper-title-container{
  display: none;
}
.image-text-over.on-top .text{
  color: white;
}
.image-text-over .text-container{
  position: relative;
  background-color: darkGrey;
}
.image-text-over.on-top .text-container {
 /*
  width: 100%;
  margin: auto;
  position: absolute;
  top: 50%; 
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  */
  position: absolute;
  top: 30px;
}
.image-text-over .text-container .title {
  display: none;
}
.image-text-over.on-top .text-container .title {
  display: block;
}
.image-text-over.inverted .text {
  color: white;
}
.image-text-over.on-top.inverted .text{
  color: black;
}

.image-text-over.rollover{
  overflow: hidden;
}
div.image {
  /*margin-bottom: 20px;*/
  overflow: hidden;
}
div.image img {
  display: block;
  width:100%;
}
div.image small {
  display: block;
}

/* UPDATED images styles */


/* preview mode */
.image-preview-mode {
  display: none;
}
/*
.image-preview-mode {
  background: darkGrey;
  color: black;
}
.image-preview-mode h6 {
  font-size: 12px;
  margin: 0;
  padding: 10px 0;
  color: blue;
  text-align: center;
}
.image-preview-mode p {
  color: black;
}
*/
.image-component .after-description {
  background: white;
}
.image-component .caption {
  margin: 0;
}
/* image component */
.image-component a,
.image-component a:hover {
  color: white;
}
.image-component a {
  position: relative;
  text-decoration: none;
  display: block;
}
.image-component .title-container {
  position: absolute;
  bottom: 0;
  width: 100%;
}
/* image component on modal description */
.image-preview-mode .caption,
.img-comp-modal .caption {
  padding: 20px 0;
  color: black;
  text-align: center;
}
.img-comp-modal .caption {
  background: white;
}

/* this style should be only on blackcrown styles, a copy only with arial in the general styles */
.image-component .title-container .title {
  text-align: center;
  text-transform: uppercase;
  font-family: "TradeGothic_BlCn", "Helvetica Neue", Helvetica, Arial , sans-serif;
  font-size: 2em;
  background: #0b2654;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.image-component .caption a{
                text-decoration: underline;
                text-transform: uppercase;
}

.image-component .image-component-wrapper {
  position:relative;
  color: #fff;
}

// FIX Primary Carrousel Image titles
.primary-carousel .image-component .title-container {
  position: static;
}

.primary-carousel .image-component .title-container .title {
  margin-top: 0;
}
.iframe-container {
  font-size: 0;
}
.iconsBar ul {
    list-style: none;
    padding: 0;
    position: relative;
    text-align: center;
    width: 100%;
}
.iconsBar li {
    display: inline-block;
}
.iconsBar .center-img {
    display: inline-block;
    margin-right: -1px;
    vertical-align: middle;
    width: 1px;
}
.iconsBar .border-icon {
    background: none repeat scroll 0 0 #C2C2C2;
    display: inline-block;
    height: 70px;
    margin: 0 1.8em;
    position: relative;
    top: 20%;
    vertical-align: middle;
    width: 1px;
}
@media (max-width: 991px) { 
    .iconsBar .border-icon {
        margin: 0 0.8em;
    }
    .iconsBar img {
        width: 79%;
    }
}
@media (max-width: 768px) { 
    .iconsBar .border-icon {
        margin: 0 0.5em;
    }
    .iconsBar img {
        width: 75%;
    }
    .iconsBar li {
        width: 5em;
    }
	.iconsBar ul {
       margin: 1em 0;
       padding: 0;
    }
    .iconsBar .border-icon {
       height: 40px;
    }
	.iconsBar ul .one-icon{
        width: 11em;
    }
}


.register-container,
.login-container,
.forgotpassword-container,
.link-account-container,
.email-verification-container{
    color: #727272;
}
.login-container fieldset, .link-account-container fieldset, .email-verification-container fieldset{
    border: none;
    padding: 0;
    margin: 0;
}
.register-container{
    padding-bottom: 30px;
}
.sign-up.btn{
    width: 100%;
    font-size: 25px;
    margin-top: 50px;
    margin-bottom: 25px;
}
.register-container fieldset{
    position: relative;
}
.gigya-screen .register-container h4{
    text-align: center;
}

.gigya-screen h2, .gigya-screen h4 {
    color: #b8142d; /* need actual color from palette */
    border: 0;
    margin: 1em 0;
    text-align: left;
}

.gigya-screen h2 {
    font-family: TradeGothic_BlCn, sans-serif;
    background-color: rgb(244, 244, 244);
    width: 100%;
    text-align: center;
    border: 0px none;
    line-height: 2;
    padding: 0px;
    margin: 1em 0;
}

.gigya-forgot-password-screen,
.sign-up,
.gigya-social-login{
    margin: 0 0 2em 0;
    height: 50px;
}


.gigya-register-form input[type="checkbox"] + label{
    float: left;
    width: 90%;
    display: block;
    float: left;
}

.gigya-register-form input[type="radio"] + label{
    float: left;
    width: 90%;
    display: block;
    float: left;
}

.sign-up{
    background-color: #b8142d;
    color: #FFF;
    text-align: center;
    border: 0;
    padding: 0;
    box-shadow: none;
}
.sign-up:hover{
    color: #fff;
}
.login-container a.sign-up{
    padding: 6px;
    text-decoration: none;
}
.forgot-password {
    display: block;
    text-align: center;
    padding: 0 0 10px 0;
    margin: 0 0 2em 0;
}

div.gigya-loginID-availability{background-position: left top !important;}

div.pass-container .budweiser-pass .gigya-error-msg {margin-left: 0px; display: inline-block;}

div.pass-container .budweiser-pass .gigya-error-display {display: inline-block;}

.gender .radio{
    padding-left:0;
}
.gender .radio label{
    display: inline-block;
    padding-left:0;
}
.radio input[type="radio"],
.radio-inline input[type="radio"]{
    margin-left: 0;
    margin-right: 5px;
}

.gigya-error-display {
    color: #DD4B39;
}

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

.btn-dual{
    width: 100%;
    max-width: 300px;
    font-weight: bold;
    font-size: 18px;
    background: #6c8bce; /* Old browsers */
    background: -moz-linear-gradient(top, #6c8bce 0%, #4364ab 100%, #4364ab 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6c8bce), color-stop(100%,#4364ab), color-stop(100%,#4364ab)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #6c8bce 0%,#4364ab 100%,#4364ab 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #6c8bce 0%,#4364ab 100%,#4364ab 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #6c8bce 0%,#4364ab 100%,#4364ab 100%); /* IE10+ */
    background: linear-gradient(to bottom, #6c8bce 0%,#4364ab 100%,#4364ab 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c8bce', endColorstr='#4364ab',GradientType=0 ); /* IE6-9 */
    padding: 0;
    text-align: center;
    border: none;
}
.btn-dual > .btn-dual-icon{
    background: #4269b8; /* Old browsers */
    background: -moz-linear-gradient(top, #4269b8 0%, #173f94 100%, #173f94 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4269b8), color-stop(100%,#173f94), color-stop(100%,#173f94)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #4269b8 0%,#173f94 100%,#173f94 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #4269b8 0%,#173f94 100%,#173f94 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #4269b8 0%,#173f94 100%,#173f94 100%); /* IE10+ */
    background: linear-gradient(to bottom, #4269b8 0%,#173f94 100%,#173f94 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4269b8', endColorstr='#173f94',GradientType=0 ); /* IE6-9 */
    height: 40px;
    display: inline-block;
    font-size: 25px;
    float: left;
    margin: 0;
    width: 20%;
    padding-top: 7px;
}
.btn-dual > .btn-text{
    font-size: 15px;
    margin: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.3);
    padding: 0;
    float: left;
    padding-top: 10px;
    width: 80%;
    height: 40px;
    box-shadow: -1px 0 0 rgba(255, 255, 255, 0.1);
}


/* RECAPTCHA fix */
.login-container .gigya-login-form .gigya-error-display { height: auto!important; width: auto!important; }
.login-container .gigya-login-form .gigya-error-display div { height: auto!important; width: auto!important; }
.login-container .gigya-login-form .gigya-error-display .recaptchatable * { font-size: 6pt; }
.login-container .gigya-login-form .gigya-error-display #recaptcha_area { margin: 0 auto; }
.login-container .gigya-login-form .gigya-error-display .recaptchatable #recaptcha_response_field { border: 1px solid gray; color: #000; font-family: inherit; }
iframe[src="about:blank"]{display:none;}

@media (max-width: 768px) {
    .recaptchatable .recaptcha_image_cell img,
    .gigya-captcha,
    #recaptcha_table,
    #recaptcha_area,
    #recaptcha_image {
        width: 200px!important;
        max-width: 200px;
        min-width: 200px!important;
        display: block;
        margin: 0 auto!important;
    }
    .recaptchatable .recaptcha_r1_c1,
    .recaptchatable .recaptcha_r3_c1,
    .recaptchatable .recaptcha_r3_c2,
    .recaptchatable .recaptcha_r7_c1,
    .recaptchatable .recaptcha_r8_c1,
    .recaptchatable .recaptcha_r3_c3,
    .recaptchatable .recaptcha_r2_c1,
    .recaptchatable .recaptcha_r4_c1,
    .recaptchatable .recaptcha_r4_c2,
    .recaptchatable .recaptcha_r4_c4,
    .recaptchatable .recaptcha_image_cell {
        background: none!important;
    }
}


/* Go to top author mode styles */

.gototop-author .author-title {
  background: darkGrey;
  color: black;
  text-align: center;
  margin-bottom: 10px;
}
.gototop-author .author-title h4 {
  color: black;
  font-size: 1.5em;
  padding: 0;
  margin: 0;
}
.gototop-author .author-title span {
  color: black;
  font-size: 0.8em;
}
.go-to-page{
  text-align: center;
  margin: 0;
  padding:20px 0;
}
.go-to-page .go-to-page-text span{
  display: block;
}
.go-to-page .go-to-page-btn a.btn{
  margin: 30px;
}
.go-to-page-image {
  height: auto;
  margin-bottom: 3em;
  position: relative;
}
.go-to-page-image img {
  width: 100%;
  z-index: 1;
}
.go-to-page-image h2 {
  color: #FFFFFF;
  left: 38%;
  position: absolute;
  top: 10%;
  z-index: 2;
}
.goToPage .go-to-page-image a{
  background: none repeat scroll 0 0 #000000;
  border: 1px solid #FFFFFF;
  border-radius: 0;
  color: #FFFFFF;
  font-family: "FuturaStd-Medium","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 0.7em;
  left: 40%;
  letter-spacing: 3px;
  line-height: 1.25em;
  position: absolute;
  text-transform: uppercase;
  top: 65%;
  transition: background 0.3s ease 0s;
  z-index: 2;
}
.goToPage .go-to-page-image a:hover {
  background: none repeat scroll 0 0 #fff;
  color: #000;
}

@media (max-width: 991px) {
    .goToPage .go-to-page-image a{
      left: 35%;
	  top: 61%;
    }
    .go-to-page-image h2 {
       left: 31%;
    }

}
    
@media (max-width: 768px) {
    .goToPage .go-to-page-image a{
      left: 26%;
      top: 55%;
      font-size: 0.5em;
    }
    .go-to-page-image {
      margin-bottom: 2em;
    }
    .go-to-page-image h2 {
       font-size: 1em;
       top: -5%;
    }
}

.register-container,
.login-container,
.forgotpassword-container,
.link-account-container,
.email-verification-container{
    color: #727272;
}
.login-container fieldset, .link-account-container fieldset, .email-verification-container fieldset{
    border: none;
    padding: 0;
    margin: 0;
}
.register-container{
    padding-bottom: 30px;
}
.sign-up.btn{
    width: 100%;
    font-size: 25px;
    margin-top: 50px;
    margin-bottom: 25px;
}
.register-container fieldset{
    position: relative;
}
.gigya-screen .register-container h4{
    text-align: center;
}

.gigya-screen h2, .gigya-screen h4 {
    color: #b8142d; /* need actual color from palette */
    border: 0;
    margin: 1em 0;
    text-align: left;
}

.gigya-screen h2 {
    font-family: TradeGothic_BlCn, sans-serif;
    background-color: rgb(244, 244, 244);
    width: 100%;
    text-align: center;
    border: 0px none;
    line-height: 2;
    padding: 0px;
    margin: 1em 0;
}

.gigya-forgot-password-screen,
.sign-up,
.gigya-social-login{
    margin: 0 0 2em 0;
    height: 50px;
}


.gigya-register-form input[type="checkbox"] + label{
    float: left;
    width: 90%;
    display: block;
    float: left;
}

.gigya-register-form input[type="radio"] + label{
    float: left;
    width: 90%;
    display: block;
    float: left;
}

.sign-up{
    background-color: #b8142d;
    color: #FFF;
    text-align: center;
    border: 0;
    padding: 0;
    box-shadow: none;
}
.sign-up:hover{
    color: #fff;
}
.login-container a.sign-up{
    padding: 6px;
    text-decoration: none;
}
.forgot-password {
    display: block;
    text-align: center;
    padding: 0 0 10px 0;
    margin: 0 0 2em 0;
}

div.gigya-loginID-availability{background-position: left top !important;}

div.pass-container .budweiser-pass .gigya-error-msg {margin-left: 0px; display: inline-block;}

div.pass-container .budweiser-pass .gigya-error-display {display: inline-block;}

.gender .radio{
    padding-left:0;
}
.gender .radio label{
    display: inline-block;
    padding-left:0;
}
.radio input[type="radio"],
.radio-inline input[type="radio"]{
    margin-left: 0;
    margin-right: 5px;
}

.gigya-error-display {
    color: #DD4B39;
}

#error-msg-raas {
    display: inline-block;
}

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

.btn-dual{
    width: 100%;
    max-width: 300px;
    font-weight: bold;
    font-size: 18px;
    background: #6c8bce; /* Old browsers */
    background: -moz-linear-gradient(top, #6c8bce 0%, #4364ab 100%, #4364ab 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6c8bce), color-stop(100%,#4364ab), color-stop(100%,#4364ab)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #6c8bce 0%,#4364ab 100%,#4364ab 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #6c8bce 0%,#4364ab 100%,#4364ab 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #6c8bce 0%,#4364ab 100%,#4364ab 100%); /* IE10+ */
    background: linear-gradient(to bottom, #6c8bce 0%,#4364ab 100%,#4364ab 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c8bce', endColorstr='#4364ab',GradientType=0 ); /* IE6-9 */
    padding: 0;
    text-align: center;
    border: none;
}
.btn-dual > .btn-dual-icon{
    background: #4269b8; /* Old browsers */
    background: -moz-linear-gradient(top, #4269b8 0%, #173f94 100%, #173f94 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4269b8), color-stop(100%,#173f94), color-stop(100%,#173f94)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #4269b8 0%,#173f94 100%,#173f94 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #4269b8 0%,#173f94 100%,#173f94 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #4269b8 0%,#173f94 100%,#173f94 100%); /* IE10+ */
    background: linear-gradient(to bottom, #4269b8 0%,#173f94 100%,#173f94 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4269b8', endColorstr='#173f94',GradientType=0 ); /* IE6-9 */
    height: 40px;
    display: inline-block;
    font-size: 25px;
    float: left;
    margin: 0;
    width: 20%;
    padding-top: 7px;
}
.btn-dual > .btn-text{
    font-size: 15px;
    margin: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.3);
    padding: 0;
    float: left;
    padding-top: 10px;
    width: 80%;
    height: 40px;
    box-shadow: -1px 0 0 rgba(255, 255, 255, 0.1);
}


/* RECAPTCHA fix */
.login-container .gigya-login-form .gigya-error-display { height: auto!important; width: auto!important; }
.login-container .gigya-login-form .gigya-error-display div { height: auto!important; width: auto!important; }
.login-container .gigya-login-form .gigya-error-display .recaptchatable * { font-size: 6pt; }
.login-container .gigya-login-form .gigya-error-display #recaptcha_area { margin: 0 auto; }
.login-container .gigya-login-form .gigya-error-display .recaptchatable #recaptcha_response_field { border: 1px solid gray; color: #000; font-family: inherit; }
iframe[src="about:blank"]{display:none;}

@media (max-width: 768px) {
    .recaptchatable .recaptcha_image_cell img,
    .gigya-captcha,
    #recaptcha_table,
    #recaptcha_area,
    #recaptcha_image {
        width: 200px!important;
        max-width: 200px;
        min-width: 200px!important;
        display: block;
        margin: 0 auto!important;
    }
    .recaptchatable .recaptcha_r1_c1,
    .recaptchatable .recaptcha_r3_c1,
    .recaptchatable .recaptcha_r3_c2,
    .recaptchatable .recaptcha_r7_c1,
    .recaptchatable .recaptcha_r8_c1,
    .recaptchatable .recaptcha_r3_c3,
    .recaptchatable .recaptcha_r2_c1,
    .recaptchatable .recaptcha_r4_c1,
    .recaptchatable .recaptcha_r4_c2,
    .recaptchatable .recaptcha_r4_c4,
    .recaptchatable .recaptcha_image_cell {
        background: none!important;
    }
}

.eventMapComponent p.caption{
    background: grey;
    color: black;
    text-align: center;
    padding: 10px;
}

.eventMapComponent .map{
    background-color: #00aeef;
    position: relative;
}
.eventMapComponent .map .map-title{
    position: relative;
    left: 0;
    right: 0;
    margin: 15px auto 0;
    text-align: center;
    font-size: 2em;
    color: #ffffff;
    font-family: "deluxe_gothicregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #ffffff;
    font-style: italic;
    text-transform: uppercase;
    background: #2b296d; /* Old browsers */
    background: -moz-linear-gradient(left, #2b296d 0%, #2cace2 50%, #2b296d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#2b296d), color-stop(50%,#2cace2), color-stop(100%,#2b296d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #2b296d 0%,#2cace2 50%,#2b296d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #2b296d 0%,#2cace2 50%,#2b296d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #2b296d 0%,#2cace2 50%,#2b296d 100%); /* IE10+ */
    background: linear-gradient(to right, #2b296d 0%,#2cace2 50%,#2b296d 100%); /* W3C */
}
/* modal */
.point-overlay{
    background: rgba(33, 29, 112, 0.8);
    padding: 4%;
}
.point-overlay .point-content{
    margin: 0px auto;
    background: #fff;
    font-family: "geogrotesque_regularregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.point-overlay .point-content .info-section{
    text-align: left;
    padding: 4%;
}
.point-overlay .point-content .info-section .info-section-header{
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
}
.point-overlay .point-content .info-section .info-section-header h3.city{
    margin-top: 0;
    font-size: 0.9em;
    color: #ccc;
}
.point-overlay .point-content .info-section .info-section-header h3.city .icon-location{
    font-size: 1em;
    color: #00aeef;
    margin: 0 -4px;
}
.point-overlay .point-content .info-section .info-section-header h1.event-name{
    margin: 0;
    font-size: 1.5em;
    padding: 0;
    text-transform: uppercase;
}
.point-overlay .point-content .info-section .info-section-header h2.date{
    margin: 0;
    font-size: 1em;
    text-transform: uppercase;
}
.point-overlay .point-content .info-section .info-section-content{
    padding-top: 15px;
    font-size: 0.9em;
}
.point-overlay .point-content .video-section{
    position: relative;
    height: 100%;
    line-height: 0;
}
.point-overlay .point-content .video-section iframe{
    top: 0;
    left: 0;
    width: 100%;
}
/*points*/
.points{
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.point-list{
    height: auto;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    padding: 0;
}
.point-list .location-list{
    padding: 5px 5px 5px 10px;
    font-size: 1em;
    color: #fff;
    background: #040231;
    margin: 0;
    line-height: 1em;
}
.point-list .location-list .icon-location{
    color: #fff;
    font-size: 1.4em;
    margin-right: 10px;
    line-height: 1.2em;
    display: inline-block;
    margin-bottom: 1px;
    vertical-align: middle;
}
.point-list li{
    display: block;
    padding: 5px 10px 0px;
    background: #211d70; /* Old browsers */
    background: -moz-linear-gradient(left, #211d70 0%, #2989d8 50%, #211d70 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#211d70), color-stop(50%,#2989d8), color-stop(100%,#211d70)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #211d70 0%,#2989d8 50%,#211d70 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #211d70 0%,#2989d8 50%,#211d70 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #211d70 0%,#2989d8 50%,#211d70 100%); /* IE10+ */
    background: linear-gradient(to right, #211d70 0%,#2989d8 50%,#211d70 100%); /* W3C */
    border-bottom: 1px solid #00aeef;
    cursor: pointer;
}
.point-list li .event-list-name{
    color: #fff;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.point-coords .id-name{
    margin: 10px;
}
.point-coords .hover-name{
    display: none;
}
.point-coords:hover .hover-name{
    display: inline-block;
    width: 215px;
    margin: 0 auto;
    position: absolute;
    top: -35px;
    left: 4px;
    font-size: 1.6em;
    text-shadow: 3px 3px 2px rgba(150, 150, 150, 1);
    text-transform: uppercase;
}

/* Hover - Effect */
.point-coords{
    display: inline-block;
    cursor: pointer;
    margin: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #fff;
    -moz-box-shadow:    0px 0px 10px #fff;
    -webkit-box-shadow: 0px 0px 10px #fff;
    box-shadow:         0px 0px 10px #fff;
}
.point-list .point-coords{
    background: rgba(255,255,255,1);
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
    -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s;
}
.point-coords:after{
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.point-list .point-coords:after{
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
.point-list .point-coords:hover{
    background: rgba(255,255,255,1);
    -webkit-transform: scale(0.93);
    -moz-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.93);
    color: #fff;
}
.point-list .point-coords:hover:after{
    -webkit-animation: sonarEffect 1.3s ease-out 75ms;
    -moz-animation: sonarEffect 1.3s ease-out 75ms;
    animation: sonarEffect 1.3s ease-out 75ms;
}

@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}
@-moz-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
        -moz-transform: scale(1.5);
        opacity: 0;
    }
}
@keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
        transform: scale(1.5);
        opacity: 0;
    }
}
/* Extra Small devices only */
@media (max-width: 768px) {

}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .modal.universal-modal.in .desk-hide{
        display: block !important;
    }
    .desk-hide{
        display: none !important;
    }
    .eventMapComponent .map .map-title{
        position: absolute;
        font-size: 3em;
        background: none;
    }
    .point-overlay .point-content{
        padding: 4%;
    }
    .point-overlay .point-content .info-section{
        padding: 0;
    }
    .points{
        position: absolute;
    }
    .point-list{
        height: 100%;
    }
    .point-list li{
        padding: 0px;
        position: absolute;
        display: flex;
        margin: -2px;
        background: none;
        border: none;
    }
    .point-list li .event-list-name{
        margin-bottom: 0;
    }
}

/* Small devices only */
@media (min-width: 768px) and (max-width: 992px) {
    .point-coords:hover .hover-name{
        width: 165px;
        font-size: 1.2em;
    }
    .eventMapComponent .map .map-title {
        font-size: 2.3em;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

.embeded-video-iframe-content {
  position: relative;
  height: 100%;
  line-height: 0;
}
.embeded-video-iframe-content > .iframe-modal-content {
  top: 0;
  left: 0;
  width: 100%;
}
.video-iframe img {
  top: 0;
  left: 0;
  width: 100%;
}
.video-iframe i.video-play{
    position:absolute;
    top:50%;
    left:50%;
}
/* updated styles */
.embed-video .video-iframe {
  position: relative;
}
.embed-video .title-container {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.embed-video a:hover,
.embed-video a {
  color: white;
  text-decoration: none;
}

.iframe-insite-content{
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.hide-video{
  display:none;
}
.see-video {
  display:block;
}
.sharebar.sharebarSection {
  height: 35px;
  margin-top: 0.5em;
  position: relative;
  text-align: right;
}
.sharebar.sharebarSection .share {
  color: #000;
}
.share-bar.loaded {
  right: 40px;
  width: 123px;
}
.embedVideo .normal-section h4 .sharebar .gig-bar-container.gig-share-bar-container .gig-button-container {
  border: 1px solid #000000;
  margin-right: 5px;
  padding: 0;
}
.embedVideo .gig-button-container {
  border: 1px solid #000000;
  display: inline-block;
  margin-right: 6px;
  margin-top: 0;
  padding: 3px 0;
  vertical-align: top;
}
.embedVideo .gig-bar-container.gig-share-bar-container td {
  padding: 1px 2px;
}
.embedVideo .icon-export {
  font-size: 1.5em;
}
.embedVideo .sharebar.sharebarSection { height: auto; min-height: 45px; }

/* Small devices (tablets, 768px and up) */
@media (max-width: 991px) {
    .embedVideo .sharebar.sharebarSection { height: auto; min-height: 70px; }
}

/* NOTE: this style should be only on blackcrown styles, a copy only with arial in the general styles */
.embed-video .title-container .video-title, .embed-video .title-container .video-subtitle {
  text-align: center;
  text-transform: uppercase;
  font-family: "TradeGothic_BlCn", "Helvetica Neue", Helvetica, Arial , sans-serif;
  font-size: 2em;
}

.share-message {
  text-align: right;
  color: #555;
  font-family: 'FuturaStd-Book', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 0.7em;
}
.info-card {
  width: 100%;
}
.info-card .title,
.info-card .numeric,
.info-card .description,
.info-card .fine-print {
  text-align: center;
  padding: 0;
  margin: 0;
}
.info-card .title {
  background: #000000;
  color: #FFFFFF;
  display: block;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  padding: 5px 0;
}
.info-card .info-body {
  background: darkGray;
  padding: 5px 0;
}
.info-card .numeric .unit {
  margin-left: -3px;
}
.info-card .fine-print {
  font-size: 0.8em;
}

.collapse-section{
  margin-top: 0;
  border: 2px solid darkGrey;
}
.collapse-section .panel-group .panel{
    border-radius: 0;
    box-shadow: none;
}
.collapse-section .view-all-button{
    text-align:center;
    margin:20px;
}
.collapse-section .view-all-button .btn{
  text-transform:uppercase;
}
/* New styles */
.collapse-section .main-title,
.collapse-section .panel-heading{
  border-top: none;
  padding-bottom: 10px;
  background: darkGrey;
}
.collapse-section .panel-heading{
  padding:0 0 10px 0; 
  border-top-left-radius: 0; 
  border-top-right-radius: 0;
}
.collapse-section .main-title h4,
.collapse-section .panel-title{
  text-transform: uppercase;
  margin: 0;
  padding: 10px 10px 2px 10px;
}
.collapse-section h4.hidden-xs,
.collapse-section .panel-title a{
  color: black;
}
.collapse-section .panel-title a{
  display:block
}
.collapse-section .panel-title a:hover,
.collapse-section h4.hidden-xs a:hover{
  text-decoration:none;
}
.collapse-section h4.hidden-xs a{
  text-transform: none;
  font-style: normal;
  color: black;
  font-size:0.8em;
  margin-top:5px;
}
.collapse-section h4.hidden-xs a,
.collapse-section .panel-title a span{
  float:right;
}
.collapse-section .view-all-button .btn{
  border:none;
  border-radius: 0;
  background-color: black;
  color: green;
}
/* == Option B Styles == */
.non-collapse-section .collapse-section.secondary-opt .main-title, 
.collapse-section.secondary-opt .main-title, 
.non-collapse-section .collapse-section.secondary-opt .panel-heading, 
.collapse-section.secondary-opt .panel-heading{
  padding:0 0 10px 0; 
  border-top: none; 
  border-top-left-radius: 0; 
  border-top-right-radius: 0; 
  background-color: #0b2654;
}
.non-collapse-section .collapse-section.secondary-opt .panel-title,
.collapse-section.secondary-opt .panel-title, 
.non-collapse-section .collapse-section.secondary-opt .main-title h4, 
.collapse-section.secondary-opt .main-title h4{
  border-bottom: none; 
  border-top: none;
}

/* Elastislide Style */
.carouselWithThumbnail .es-carousel-wrapper{
	background: #fff;
	position:relative;
	position:relative;
	margin-bottom:20px;
}
.carouselWithThumbnail .es-carousel{
	overflow:hidden;
	background:#fff;
}
.carouselWithThumbnail .es-carousel ul{
	display:none;
}
.carouselWithThumbnail .es-carousel ul li{
	height:100%;
	float:left;
	display:block;
}
.carouselWithThumbnail .es-carousel ul li a{
	display:block;
	border-style:solid;
	border-color:#222;
	opacity:0.8;
	-webkit-touch-callout:none;
	/* option */
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.carouselWithThumbnail .es-carousel ul li.selected a{
	border:0;
	opacity:1;
}
.carouselWithThumbnail .es-carousel ul li a:hover{
	opacity:1;
}
.carouselWithThumbnail .es-carousel ul li a img{
	display:block;
	border:none;
	max-height:100%;
	max-width:100%;
}
.carouselWithThumbnail .es-nav span{
    background-color:#222;
	cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0.8;
    padding-top: 33px;
    position: absolute;
    top:0;
    width: 47px;
}
.carouselWithThumbnail .es-nav span.es-nav-next{
	right:0;
	left:auto;
	background-position:top right;
}
.carouselWithThumbnail .es-nav span:hover{
	opacity:1.0;
}
.carouselWithThumbnail *,.carouselWithThumbnail  *:before, .carouselWithThumbnail  *:after {
    -moz-box-sizing: content-box ;
}
.carouselWithThumbnail .rg-image > img {
    width: 100%;
}
.carouselWithThumbnail .rg-image-nav-prev.icon-arrow-left,.rg-image-nav-next.icon-arrow-right {
	font-size: 4em;
	color:#000;
    position: absolute; 
    text-decoration:none;
    top: 39%;
}
.carouselWithThumbnail .rg-image-nav-prev.icon-arrow-left:hover, .rg-image-nav-prev.icon-arrow-left:active, .rg-image-nav-next.icon-arrow-right:hover, .rg-image-nav-next.icon-arrow-right:active {
	text-decoration:none;
}
.carouselWithThumbnail .rg-image-nav-prev.icon-arrow-left {
    left: -115px;
}
.carouselWithThumbnail .rg-image-nav-next.icon-arrow-right {
    right: -115px;
}
.carouselWithThumbnail .rg-image-wrapper {
    position: relative;
}
.carouselWithThumbnail .es-carousel > ul {
    padding: 0;
}
.carouselWithThumbnail .rg-caption > p {
    background: none repeat scroll 0 0 #000;
    color: #FFF;
    font-family: "HTFDidot-BoldIta96","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1em;
    margin: 0;
    padding: 1.6em 0;
    text-align: center;
}
.carouselWithThumbnail .rg-caption > span {
    color: #FFF;
    font-family: "FuturaStd-Book","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 0.9em;
    margin-left: 2.2em;
    position: absolute;
    top: 33%;
    z-index: 999;
}
.carouselWithThumbnail .rg-caption {
    position: relative;
}
.carouselWithThumbnail .es-nav-prev,.carouselWithThumbnail .es-nav-next {
    color: #FFFFFF;
    font-family: 'Anheuser-Busch-Icons-v2';
    font-size: 4em;
}       
.carouselWithThumbnail .es-nav-prev:before {
    content: "\e61c";
}
.carouselWithThumbnail .es-nav-next:before {
    content: "\e61b";
}

.carouselWithThumbnail .es-nav-next , .carouselWithThumbnail .es-nav-prev, .carouselWithThumbnail .es-nav-next *:before,.carouselWithThumbnail .es-nav-prev *:before, .carouselWithThumbnail .es-nav-next *:after,.carouselWithThumbnail .es-nav-prev *:after {
    -moz-box-sizing: padding-box;
}

.carouselWithThumbnail .rg-loading {
    background: url("images/loading.gif") no-repeat scroll center center #000000;
    border-radius: 10px;
    height: 46px;
    left: 50%;
    margin: -23px 0 0 -23px;
    opacity: 0.7;
    position: absolute;
    top: 50%;
    width: 46px;
    z-index: 100;
}

@media (min-width: 768px) and (max-width: 991px) { 
    .carouselWithThumbnail .rg-image-nav-prev.icon-arrow-left {
        left: 0;
    }
    .carouselWithThumbnail .rg-image-nav-next.icon-arrow-right {
        right: 0;
	}
	.carouselWithThumbnail .rg-image-nav-prev.icon-arrow-left,.rg-image-nav-next.icon-arrow-right {	
        top: 36%;
	}
    .carouselWithThumbnail .rg-loading {
        top: 30%;    
    }                            
}

@media (max-width: 768px) { 
    .carouselWithThumbnail .rg-image-nav-prev.icon-arrow-left {
        left: 0;
    }
    .carouselWithThumbnail .rg-image-nav-next.icon-arrow-right {
        right: 0;
    }
    .carouselWithThumbnail .rg-image-nav-prev.icon-arrow-left,.rg-image-nav-next.icon-arrow-right {
        top: 31%;
    }
    .carouselWithThumbnail .rg-loading {
        top: 30%;    
    }                            
}


/*
  ==========================================
  Primary Carousel BASE STYLES
  ========================================== 
  
  (Modifications to the boostrap base component)

  */
.component.primary-carousel .carousel.slide {
  margin-bottom: 30px;
}
.primary-carousel .carousel-indicators {
  background: black;
}
.component.primary-carousel .carousel-indicators {
  bottom: -30px;
  padding-top: 5px;
  width: 100%;
  height: 30px;
}
.primary-carousel .carousel-indicators li{
  border: #413f40;
  background-color: #413f40;
}
.primary-carousel [class^="icon-"],
.primary-carousel [class*=" icon-"] {
  font-family: 'Anheuser-Busch-Icons-v2';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
}
.primary-carousel .carousel-control .icon-prev:before {
  /* old caracter using bootstrap default -- content: '\2039';*/
  content: "\e606";
}
.primary-carousel .carousel-control .icon-next:before {
  /* old caracter using bootstrap default -- content: '\203a';*/
  content: "\e605";
}

/* Fade transition for carousel items */
.carousel .item {
    left: 0 !important;
      -webkit-transition: opacity .6s; /*adjust timing here */
         -moz-transition: opacity .6s;
          -ms-transition: opacity .6s;
           -o-transition: opacity .6s;
              transition: opacity .6s;
}
.carousel-control {
    background-image: none !important; /* remove background gradients on controls */
}
/* Fade controls with items */
.next.left,
.prev.right {
    opacity: 1;
    z-index: 1;
}
.active.left,
.active.right {
    opacity: 0;
    z-index: 2;
}
.link-button .btn-row {
  width: 100%;
  padding-top: 10px;
}
.link-button .btn-row:first-child{
  padding-top: 0;
}
.link-button .btn-generic {
  color: #000000;
  background-color: #D3D3D3;
  border-color: #A9A9A9;
}
.budtrackercomponent{height:100%;}
.bud-tracker{height:100%;}
.bud-tracker .content{
    height: 899px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    background-attachment: scroll;
    background-position-x: 0%;
    background-position-y: 0%;
    background-image: none;
    background-repeat: repeat;
}
.bud-tracker .content iframe{
    margin:0px;
}

.register-container,
.login-container,
.forgotpassword-container,
.link-account-container,
.email-verification-container{
    color: #727272;
}
.login-container fieldset, .link-account-container fieldset, .email-verification-container fieldset{
    border: none;
    padding: 0;
    margin: 0;
}
.register-container{
    padding-bottom: 30px;
}
.sign-up.btn{
    width: 100%;
    font-size: 25px;
    margin-top: 50px;
    margin-bottom: 25px;
}
.register-container fieldset{
    position: relative;
}
.gigya-screen .register-container h4{
    text-align: center;
}

.gigya-screen h2, .gigya-screen h4 {
    color: #b8142d; /* need actual color from palette */
    border: 0;
    margin: 1em 0;
    text-align: left;
}

.gigya-screen h2 {
    font-family: TradeGothic_BlCn, sans-serif;
    background-color: rgb(244, 244, 244);
    width: 100%;
    text-align: center;
    border: 0px none;
    line-height: 2;
    padding: 0px;
    margin: 1em 0;
}

.gigya-forgot-password-screen,
.sign-up,
.gigya-social-login{
    margin: 0 0 2em 0;
    height: 50px;
}


.gigya-register-form input[type="checkbox"] + label{
    float: left;
    width: 90%;
    display: block;
    float: left;
}

.gigya-register-form input[type="radio"] + label{
    float: left;
    width: 90%;
    display: block;
    float: left;
}

.sign-up{
    background-color: #b8142d;
    color: #FFF;
    text-align: center;
    border: 0;
    padding: 0;
    box-shadow: none;
}
.sign-up:hover{
    color: #fff;
}
.login-container a.sign-up{
    padding: 6px;
    text-decoration: none;
}
.forgot-password {
    display: block;
    text-align: center;
    padding: 0 0 10px 0;
    margin: 0 0 2em 0;
}

div.gigya-loginID-availability{background-position: left top !important;}

div.pass-container .budweiser-pass .gigya-error-msg {margin-left: 0px; display: inline-block;}

div.pass-container .budweiser-pass .gigya-error-display {display: inline-block;}

.gender .radio{
    padding-left:0;
}
.gender .radio label{
    display: inline-block;
    padding-left:0;
}
.radio input[type="radio"],
.radio-inline input[type="radio"]{
    margin-left: 0;
    margin-right: 5px;
}

.gigya-error-display {
    color: #DD4B39;
}

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

.btn-dual{
    width: 100%;
    max-width: 300px;
    font-weight: bold;
    font-size: 18px;
    background: #6c8bce; /* Old browsers */
    background: -moz-linear-gradient(top, #6c8bce 0%, #4364ab 100%, #4364ab 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6c8bce), color-stop(100%,#4364ab), color-stop(100%,#4364ab)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #6c8bce 0%,#4364ab 100%,#4364ab 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #6c8bce 0%,#4364ab 100%,#4364ab 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #6c8bce 0%,#4364ab 100%,#4364ab 100%); /* IE10+ */
    background: linear-gradient(to bottom, #6c8bce 0%,#4364ab 100%,#4364ab 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c8bce', endColorstr='#4364ab',GradientType=0 ); /* IE6-9 */
    padding: 0;
    text-align: center;
    border: none;
}
.btn-dual > .btn-dual-icon{
    background: #4269b8; /* Old browsers */
    background: -moz-linear-gradient(top, #4269b8 0%, #173f94 100%, #173f94 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4269b8), color-stop(100%,#173f94), color-stop(100%,#173f94)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #4269b8 0%,#173f94 100%,#173f94 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #4269b8 0%,#173f94 100%,#173f94 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #4269b8 0%,#173f94 100%,#173f94 100%); /* IE10+ */
    background: linear-gradient(to bottom, #4269b8 0%,#173f94 100%,#173f94 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4269b8', endColorstr='#173f94',GradientType=0 ); /* IE6-9 */
    height: 40px;
    display: inline-block;
    font-size: 25px;
    float: left;
    margin: 0;
    width: 20%;
    padding-top: 7px;
}
.btn-dual > .btn-text{
    font-size: 15px;
    margin: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.3);
    padding: 0;
    float: left;
    padding-top: 10px;
    width: 80%;
    height: 40px;
    box-shadow: -1px 0 0 rgba(255, 255, 255, 0.1);
}


/* RECAPTCHA fix */
.login-container .gigya-login-form .gigya-error-display { height: auto!important; width: auto!important; }
.login-container .gigya-login-form .gigya-error-display div { height: auto!important; width: auto!important; }
.login-container .gigya-login-form .gigya-error-display .recaptchatable * { font-size: 6pt; }
.login-container .gigya-login-form .gigya-error-display #recaptcha_area { margin: 0 auto; }
.login-container .gigya-login-form .gigya-error-display .recaptchatable #recaptcha_response_field { border: 1px solid gray; color: #000; font-family: inherit; }
iframe[src="about:blank"]{display:none;}

@media (max-width: 768px) {
    .recaptchatable .recaptcha_image_cell img,
    .gigya-captcha,
    #recaptcha_table,
    #recaptcha_area,
    #recaptcha_image {
        width: 200px!important;
        max-width: 200px;
        min-width: 200px!important;
        display: block;
        margin: 0 auto!important;
    }
    .recaptchatable .recaptcha_r1_c1,
    .recaptchatable .recaptcha_r3_c1,
    .recaptchatable .recaptcha_r3_c2,
    .recaptchatable .recaptcha_r7_c1,
    .recaptchatable .recaptcha_r8_c1,
    .recaptchatable .recaptcha_r3_c3,
    .recaptchatable .recaptcha_r2_c1,
    .recaptchatable .recaptcha_r4_c1,
    .recaptchatable .recaptcha_r4_c2,
    .recaptchatable .recaptcha_r4_c4,
    .recaptchatable .recaptcha_image_cell {
        background: none!important;
    }
}

.bowtielocatorcomponent{height:100%;}
.bowtie-locator{height:100%; width:842px;margin:0 auto;}
.bowtie-locator .content{
    height:899px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    background-attachment: scroll;
    background-position-x: 0%;
    background-position-y: 0%;
    background-image: none;
    background-repeat: repeat;
}
.bowtie-locator .content iframe{
    margin:0px;
    overflow:hidden;
}
/*-------------------------------------------------------------------------*/
ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.bjqs-slide{position:absolute; display:none;width: 890px !important;}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}
ul.bjqs-controls.v-centered li a{position:absolute;}
ul.bjqs-controls.v-centered li.bjqs-next a{right:0;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left:0;}
ol.bjqs-markers{list-style: none; padding: 0; margin: 0; width:100%;}
ol.bjqs-markers.h-centered{text-align: center;}
ol.bjqs-markers li{display:inline;}
ol.bjqs-markers li a{display:inline-block;}
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}
.bjqs-wrapper{margin:0 auto;}
 /*-------------------------------------------------------------------------*/
.age-checker{
    text-align: center;
    border: 1px solid #516E77;
    padding-bottom: 20px;
 }
 .age-checker-content{
    border-bottom: 1px solid #516E77;
    margin-bottom: 2em;
 }
 .facebook-verify{
    display: inline-block;
    padding: 1em;
    margin-bottom: 1.25em;
    background-color: #516E77;
 }
 .age-checker-month, .age-checker-day, .age-checker-year{
    display: inline-block;
 }
.age-checker-month a.btn.active, .age-checker-day a.btn.active, .age-checker-year a.btn.active{
    background-color: #2284a1;
}
.age-checker ul.button-group{
    padding:0;
}
 .age-checker-year .carousel .wrapper{
    height: 30px;
    width: 950px !important;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
 }
.age-checker-year .carousel ul.main-carousel{
    list-style: none;
}
.age-checker-year .carousel ul.main-carousel li{
    float: left;
    margin: 0;
    /*margin-left: 1%;*/
}
.age-checker-year .carousel ul li.space{
    color:transparent;
}
.age-checker-year .carousel ul li ul.button-group{
    display: inline-block;
    padding:0;
}
.age-checker-year .carousel ul.main-carousel li ul.button-group li{
    margin: 0;
}
.age-checker-year .carousel .next{
    float: right;
}
.age-checker-year .carousel .previous{
    float: left;
}
.age-checker-modal {
  background: #000000;
}
.age-checker-modal .modal-dialog {
  min-width: auto;
}

#age-list-container {
  font-family: "TradeGothic_RgCn", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0 20px 0 20px;
  /* Bicubic resizing for non-native sized IMG:
     code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */

  /* For image replacement */

  /* Hide for both screenreaders and browsers:
     css-discuss.incutio.com/wiki/Screenreader_Visibility */

  /* Hide only visually, but have it available for screenreaders: by Jon Neal.
    www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */

  /* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */

  /* Hide visually and from screenreaders, but maintain layout */

  /* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
     j.mp/bestclearfix */

  /* Form */

  /* Slider */

  /* Elastislide Style */

}
#age-list-container article,
#age-list-container aside,
#age-list-container details,
#age-list-container figcaption,
#age-list-container figure,
#age-list-container footer,
#age-list-container header,
#age-list-container hgroup,
#age-list-container menu,
#age-list-container nav,
#age-list-container section {
  display: block;
}
#age-list-container blockquote,
#age-list-container q {
  quotes: none;
}
#age-list-container blockquote:before,
#age-list-container blockquote:after,
#age-list-container q:before,
#age-list-container q:after {
  content: "";
  content: none;
}
#age-list-container ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
#age-list-container mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
#age-list-container del {
  text-decoration: line-through;
}
#age-list-container abbr[title],
#age-list-container dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
#age-list-container table {
  border-collapse: collapse;
  border-spacing: 0;
}
#age-list-container input,
#age-list-container select {
  vertical-align: middle;
}
#age-list-container select,
#age-list-container input,
#age-list-container textarea,
#age-list-container button {
  font: 99% sans-serif;
}
#age-list-container pre,
#age-list-container code,
#age-list-container kbd,
#age-list-container samp {
  font-family: monospace, sans-serif;
}
#age-list-container a:hover,
#age-list-container a:active {
  outline: none;
}
#age-list-container ul,
#age-list-container ol {
  list-style: none;
}
#age-list-container ol {
  list-style-type: decimal;
}
#age-list-container nav ul,
#age-list-container nav li {
  margin: 0;
  list-style: none;
  list-style-image: none;
}
#age-list-container small {
  font-size: 85%;
}
#age-list-container strong,
#age-list-container th {
  font-weight: bold;
}
#age-list-container td {
  vertical-align: top;
}
#age-list-container sub,
#age-list-container sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
#age-list-container sup {
  top: -0.5em;
}
#age-list-container sub {
  bottom: -0.25em;
}
#age-list-container pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  padding: 15px;
}
#age-list-container textarea {
  overflow: auto;
}
#age-list-container .ie6 legend,
#age-list-container .ie7 legend {
  margin-left: -7px;
}
#age-list-container input[type="radio"] {
  vertical-align: text-bottom;
}
#age-list-container input[type="checkbox"] {
  vertical-align: bottom;
}
#age-list-container .ie7 input[type="checkbox"] {
  vertical-align: baseline;
}
#age-list-container .ie6 input {
  vertical-align: text-bottom;
}
#age-list-container label,
#age-list-container input[type="button"],
#age-list-container input[type="submit"],
#age-list-container input[type="image"],
#age-list-container button {
  cursor: pointer;
}
#age-list-container button,
#age-list-container input,
#age-list-container select,
#age-list-container textarea {
  margin: 0;
}
#age-list-container input:invalid,
#age-list-container textarea:invalid {
  border-radius: 1px;
}
#age-list-container ::-moz-selection {
  background: #FF5E99;
  color: #fff;
  text-shadow: none;
}
#age-list-container ::selection {
  background: #FF5E99;
  color: #fff;
  text-shadow: none;
}
#age-list-container a:link {
  -webkit-tap-highlight-color: #FF5E99;
}
#age-list-container button {
  width: auto;
  overflow: visible;
}
#age-list-container .ie7 img {
  -ms-interpolation-mode: bicubic;
}
#age-list-container .ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}
#age-list-container .hidden {
  display: none;
  visibility: hidden;
}
#age-list-container .visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
#age-list-container .visuallyhidden.focusable:active,
#age-list-container .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
#age-list-container .invisible {
  visibility: hidden;
}
#age-list-container .group:before,
#age-list-container .group:after,
#age-list-container .clearfix:before,
#age-list-container .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
#age-list-container .group:after,
#age-list-container .clearfix:after {
  clear: both;
}
#age-list-container .group,
#age-list-container .clearfix {
  zoom: 1;
}
#age-list-container body,
#age-list-container select,
#age-list-container input,
#age-list-container textarea {
  color: #444;
}
#age-list-container a,
#age-list-container a:active {
  color: #fff;
  outline: none;
}
#age-list-container a:hover {
  color: #fff;
}
#age-list-container *:focus {
  outline: none;
}
#age-list-container .wrap {
  position: relative;
  margin: 0 auto;
  width: 1000px;
}
#age-list-container #logo {
  position: fixed;
  top: 20px;
  left: 50%;
  margin-left: -500px;
}
#age-list-container .main {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -390px;
  margin-left: -500px;
}
#age-list-container body.success .main {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -90px;
  margin-left: -185px;
  width: 435px;
  height: 90px;
  background: none;
}
#age-list-container body.success .main h1 {
  width: 435px;
  height: 90px;
  background: url(../../../SiteDesignData/Theme/BudweiserAgeGate/Images/success-enjoy-responsibly.png) no-repeat;
}
#age-list-container .input-area {
  position: relative;
  top: 190px;
  left: 0;
  padding: 15px 15px 20px;
  height: 350px;
  text-align: center;
  display: none;
  background: #9E0B0F;
  background: #5a0000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(75, 0, 0, 0.97)), to(rgba(160, 0, 0, 0.97)));
  background-image: -webkit-linear-gradient(top, rgba(75, 0, 0, 0.97), rgba(160, 0, 0, 0.97));
  background-image: -moz-linear-gradient(top, rgba(75, 0, 0, 0.97), rgba(160, 0, 0, 0.97));
  background-image: -ms-linear-gradient(top, rgba(75, 0, 0, 0.97), rgba(160, 0, 0, 0.97));
  background-image: -o-linear-gradient(top, rgba(75, 0, 0, 0.97), rgba(160, 0, 0, 0.97));
  background-image: linear-gradient(to bottom, rgba(75, 0, 0, 0.97), rgba(160, 0, 0, 0.97));
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
#age-list-container .panel .input-area {
  display: none !important;
}
#age-list-container .no-js .input-area {
  display: block;
}
#age-list-container .input-area h1 {
  position: relative;
  text-indent: 0;
  text-align: center;
  font-family: 'TradeGothicBold', arial, sans-serif;
  text-transform: uppercase;
  color: #f6a852;
  font-size: 56px;
  margin: 0 15px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}
#age-list-container .input-area h2 {
  font-size: 19px;
  text-indent: 0;
  text-align: center;
  font-family: 'TradeGothicBold', arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 15px 20px 15px;
  padding: 20px 0 0 0;
  /*border-top: 2px solid rgba(255,255,255,.1); */

  text-shadow: 0 0 1px rgba(255, 0, 0, 0.1);
  line-height: 0.8;
}
#age-list-container .input-area p {
  margin-top: 16px;
  width: 790px;
  display: inline-block;
  color: #FF8888;
}
#age-list-container .ie7 .input-area p {
  display: block;
}
#age-list-container label {
  display: none;
}
#age-list-container ul,
#age-list-container ol {
  list-style: none !important;
  padding-left: 0 !important;
}
#age-list-container ul.age-list {
  list-style: none;
  position: relative;
  clear: both;
  margin-bottom: 15px;
  display: inline-block;
}
#age-list-container ul.age-list li {
  float: left;
  margin-left: 2px;
  color: #fbebeb;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.1em;
  cursor: pointer;
  background: #333;
}
#age-list-container ul.age-list li.first {
  margin: 0;
}
#age-list-container .ie7 #age-list-months {
  margin-left: 26px;
}
#age-list-container .ie7 #age-list-days {
  margin-left: 28px;
}
#age-list-container ul#age-list-months li {
  width: 64px;
  font-size: 1.05em;
}
#age-list-container ul#age-list-days li {
  width: 22px;
  font-size: 1.05em;
}
#age-list-container ul#age-list-days li.first {
  width: 31px;
}
#age-list-container ul#age-list-days li.last {
  width: 30px;
}
#age-list-container ul#age-list-months li,
#age-list-container ul#age-list-days li {
  padding-top: 3px;
  padding-bottom: 3px;
}
#age-list-container ul#age-list-months li.active,
#age-list-container ul#age-list-days li.active {
  background: #666;
}
#age-list-container ul#age-list-months li.selected,
#age-list-container ul#age-list-days li.selected {
  background: #888;
}
#age-list-container .js input {
  display: none;
}
#age-list-container .no-js #age-list-container {
  display: none;
}
#age-list-container .es-carousel-wrapper {
  position: relative;
  width: 100%;
  height: 22px;
}
#age-list-container .es-carousel {
  height: 22px;
  overflow: hidden;
}
#age-list-container .es-carousel ul li {
  float: left;
  width: 44px;
  height: 22px;
  color: #fbebeb;
  font-size: 1.05em;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 21px;
  cursor: pointer;
  background: #333;
}
#age-list-container .es-carousel ul li.active {
  background: #666;
}
#age-list-container .es-carousel ul li.selected {
  background: #888;
}
#age-list-container .es-carousel ul li.gray {
  color: #d2d2d2;
  color: rgba(210, 210, 210, 0.4);
  cursor: default;
}
#age-list-container .es-carousel ul li.shim,
#age-list-container .es-carousel ul li.active.shim {
  width: 14px !important;
  cursor: default;
  background: none;
}
#age-list-container .es-nav span {
  position: absolute;
  top: 50%;
  left: -17px;
  margin-top: -9px;
  width: 9px;
  height: 9px;
  cursor: pointer;
  color: #333;
}
#age-list-container .es-nav span.es-nav-next {
  right: -10px;
  left: auto;
  background-position: top right;
}
#age-checker-addon {
  font-family: "TradeGothic_RgCn", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0 20px 0 20px;
  /* Elastislide Style */

}
#age-checker-addon ul {
  list-style: none;
  padding: 0;
}
#age-checker-addon ul li {
  margin: 0;
  list-style: none;
  list-style-image: none;
}
#age-checker-addon .es-carousel-wrapper-addon {
  position: relative;
  width: 100%;
  height: 22px;
}
#age-checker-addon .es-carousel-addon {
  height: 22px;
  overflow: hidden;
}
#age-checker-addon .es-carousel-addon ul li {
  float: left;
  width: 44px;
  height: 22px;
  color: #fbebeb;
  font-size: 1.05em;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 21px;
  cursor: pointer;
  background: #333;
}
#age-checker-addon .es-carousel-addon ul li.active {
  background: #666;
}
#age-checker-addon .es-carousel-addon ul li.selected {
  background: #888;
}
#age-checker-addon .es-carousel-addon ul li.gray {
  color: #d2d2d2;
  color: rgba(210, 210, 210, 0.4);
  cursor: default;
}
#age-checker-addon .es-carousel-addon ul li.shim,
#age-checker-addon .es-carousel-addon ul li.active.shim {
  width: 14px !important;
  cursor: default;
  background: none;
}
#age-checker-addon .es-nav span {
  position: absolute;
  top: 50%;
  left: -17px;
  margin-top: -9px;
  width: 9px;
  height: 9px;
  cursor: pointer;
  color: #333;
}
#age-checker-addon .es-nav span.es-nav-next {
  right: -10px;
  left: auto;
  background-position: top right;
}
.age-checker-form {
  margin-bottom: 1.875em;
}
@media (max-width: 991px) and (min-width: 768px) {
  .age-checker-form label.overlabel-apply {
  left: 45%;
}

}
@media (max-width: 767px) {
  .age-checker-form label.overlabel-apply {
  left: 35%;
}

}
.age-checker-form div#closing_date {
  position: relative;
  margin-right: 3px;
}
.age-checker-form div#closing_date input {
  width: 70%;
  height: 20px;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  left: 15%;
  margin-bottom: 10px;
  z-index: 9;
}
.age-checker-form input#closing_date_field {
  width: 10em;
}
.age-checker-form label.overlabel {
  color: #999;
}
.age-checker-form label.overlabel-apply {
  position: absolute;
  top: 7px;
  z-index: 10;
  color: #999;
  font-size: 1.250em;
}
.age-checker-form .android-ics.light .dwwr {
  border-radius: 0;
}
.age-checker .age-checker-content {
  padding-bottom: 0.125em;
  margin-bottom: 0;
}
.age-checker .age-checker-content h1 {
  margin: 0 0 0.125em 0;
}
.age-checker .age-checker-content p {
  padding: 0.125em;
}
.age-checker .age-checker-content .btn-primary {
  border-radius: 0;
  border: none;
  width: 200px;
  line-height: 1.1;
}
.age-checker .age-checker-content .fix {
  display: block;
}
.sticky-on-modal {
  position: absolute;
  z-index: 10000;
  width: 100%;
  bottom: 0;
}
.sticky-on-modal .footer-container {
  width: 100%;
  margin-top: 0.725em;
}
@media (max-width: 991px) and (min-width: 768px) {
  
}
.sticky-on-modal .footer-container .footer-list {
  float: right;
}
.sticky-on-modal .footer-container .footer-list li:nth-child(1) {
  display: none;
}
.sticky-on-modal .footer-container .footer-list li:nth-child(2) {
  display: none;
}
.sticky-on-modal .footer-container .footer-list a {
  line-height: 1.5;
  text-align: right;
}
@media (max-width: 768px) {
  .sticky-on-modal .footer-container .footer-list a {
  font-size: 0.525em;
}

}
.sticky-on-modal .footer-container .disclaimer,
.sticky-on-modal .footer-container .disclaimer-enjoy {
  float: left;
  width: 50%;
  margin-top: 0;
}
@media (max-width: 768px) {
  .sticky-on-modal .footer-container .disclaimer,
.sticky-on-modal .footer-container .disclaimer-enjoy {
  width: 56%;
  font-size: 0.725em;
}
.sticky-on-modal .footer-container .disclaimer p,
.sticky-on-modal .footer-container .disclaimer-enjoy p {
  font-size: 0.125em;
}

}
.sticky-on-modal .footer-container .disclaimer p,
.sticky-on-modal .footer-container .disclaimer-enjoy p {
  font-size: 0.825em;
}
@media (max-width: 992px) {
  .sticky-on-modal .footer-container .disclaimer-enjoy {
  float: none;
}

}
.sticky-on-modal .footer-container .enjoy {
  font-family: "TradeGothic_RgCn", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.sticky-on-modal .footer-container .enjoy p {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.225em;
  color: white;
  text-shadow: 1px 1px black;
  clear: both;
}
.sticky-on-modal .gototopcomponent {
  display: none;
}

.normal-section {
  background:none;
  padding-bottom:10px;
  padding-top:10px;
}
.normal-section.primary-bg{
  background:#ccc;
}
.normal-section.secondary-bg{
  background:#000;
}
.normal-section .container{
  background:none;
}
.normal-section .container.primary-container-bg{
  background:#fff;
}
.normal-section .container.secondary-container-bg{
  background:#000;
}
.normal-section .main-title{
  display:block;
}
.normal-section .main-title:hover,
.full-section .main-title:hover{
  text-decoration:none;
}

.normal-section .section-heading,
.full-section .section-heading {
  font-size: 1.5em;
}
.normal-section .main-title,
.full-section .main-title{
  color:#000;
  text-transform: uppercase;
  margin: 0;
  padding: 10px 10px 2px 10px;
}
.normal-section .container.primary-container-bg .main-title {color:#ccc}
.normal-section .container.secondary-container-bg .main-title {color:#fff;}

.normal-section .main-title {
  display: block;
  float: none;
  width: 100%;
  text-decoration: none;
  cursor: pointer;
}
.normal-section .section-heading {
  /*overflow: hidden; Commented to show the sharebar pupup*/
  display: inline-block;
  width: 100%;
}
.normal-section h1.no-title{
  padding-bottom: 25px;
}
.normal-section .section-heading .sharebar {
  float: none;
  text-align: center;
  width: 100%;
}
.normal-section .sharebar .share-bar .sharebar {
  /*background-color: white;*/
}

@media (max-width: 767px) {
  .Section.section > .normal-section.section-no-padding {
    padding: 0;
  }
  .Section.section > .normal-section.section-no-padding > .container {
    padding: 0;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .normal-section .section-heading {
    position: relative;
  }
  .normal-section .section-heading .sharebar {
    /*float: right;*/
    position: absolute;
    right: 0;
    text-align: right;
    width: auto;
  }
  .normal-section .main-title {
    display: inline;
    float: left;
    width: auto;
    max-width: 90%;
  }
}


/* Section author mode styles */
.section-author .author-title {
  background: darkGrey;
  color: black;
  text-align: center;
  margin-bottom: 10px;
}
.section-author .author-title .section-heading {
  color: black;
  font-size: 1.5em;
  padding: 0;
  margin: 0;
}
.section-author .author-title span {
  color: black;
  font-size: 0.8em;
}
.JavaScriptModule p.caption{
	background: grey;
	color: black;
	text-align: center;
	padding: 10px;
}

/*-------------------------------------------------------------------------*/
ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.bjqs-slide{position:absolute; display:none;width: 890px !important;}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}
ul.bjqs-controls.v-centered li a{position:absolute;}
ul.bjqs-controls.v-centered li.bjqs-next a{right:0;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left:0;}
ol.bjqs-markers{list-style: none; padding: 0; margin: 0; width:100%;}
ol.bjqs-markers.h-centered{text-align: center;}
ol.bjqs-markers li{display:inline;}
ol.bjqs-markers li a{display:inline-block;}
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}
.bjqs-wrapper{margin:0 auto;}
 /*-------------------------------------------------------------------------*/
.age-checker{
    text-align: center;
    border: 1px solid #516E77;
    padding-bottom: 20px;
 }
 .age-checker-content{
    border-bottom: 1px solid #516E77;
    margin-bottom: 2em;
 }
 .facebook-verify{
    display: inline-block;
    padding: 1em;
    margin-bottom: 1.25em;
    background-color: #516E77;
 }
 .age-checker-month, .age-checker-day, .age-checker-year{
    display: inline-block;
 }
.age-checker-month a.btn.active, .age-checker-day a.btn.active, .age-checker-year a.btn.active{
    background-color: #2284a1;
}
.age-checker ul.button-group{
    padding:0;
}
 .age-checker-year .carousel .wrapper{
    height: 30px;
    width: 950px !important;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
 }
.age-checker-year .carousel ul.main-carousel{
    list-style: none;
}
.age-checker-year .carousel ul.main-carousel li{
    float: left;
    margin: 0;
    /*margin-left: 1%;*/
}
.age-checker-year .carousel ul li.space{
    color:transparent;
}
.age-checker-year .carousel ul li ul.button-group{
    display: inline-block;
    padding:0;
}
.age-checker-year .carousel ul.main-carousel li ul.button-group li{
    margin: 0;
}
.age-checker-year .carousel .next{
    float: right;
}
.age-checker-year .carousel .previous{
    float: left;
}
.age-checker-modal {
  background: #000000;
}
.age-checker-modal .modal-dialog {
  min-width: auto;
}

#age-list-container {
  font-family: "TradeGothic_RgCn", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0 20px 0 20px;
  /* Bicubic resizing for non-native sized IMG:
     code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */

  /* For image replacement */

  /* Hide for both screenreaders and browsers:
     css-discuss.incutio.com/wiki/Screenreader_Visibility */

  /* Hide only visually, but have it available for screenreaders: by Jon Neal.
    www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */

  /* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */

  /* Hide visually and from screenreaders, but maintain layout */

  /* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
     j.mp/bestclearfix */

  /* Form */

  /* Slider */

  /* Elastislide Style */

}
#age-list-container article,
#age-list-container aside,
#age-list-container details,
#age-list-container figcaption,
#age-list-container figure,
#age-list-container footer,
#age-list-container header,
#age-list-container hgroup,
#age-list-container menu,
#age-list-container nav,
#age-list-container section {
  display: block;
}
#age-list-container blockquote,
#age-list-container q {
  quotes: none;
}
#age-list-container blockquote:before,
#age-list-container blockquote:after,
#age-list-container q:before,
#age-list-container q:after {
  content: "";
  content: none;
}
#age-list-container ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
#age-list-container mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
#age-list-container del {
  text-decoration: line-through;
}
#age-list-container abbr[title],
#age-list-container dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
#age-list-container table {
  border-collapse: collapse;
  border-spacing: 0;
}
#age-list-container input,
#age-list-container select {
  vertical-align: middle;
}
#age-list-container select,
#age-list-container input,
#age-list-container textarea,
#age-list-container button {
  font: 99% sans-serif;
}
#age-list-container pre,
#age-list-container code,
#age-list-container kbd,
#age-list-container samp {
  font-family: monospace, sans-serif;
}
#age-list-container a:hover,
#age-list-container a:active {
  outline: none;
}
#age-list-container ul,
#age-list-container ol {
  list-style: none;
}
#age-list-container ol {
  list-style-type: decimal;
}
#age-list-container nav ul,
#age-list-container nav li {
  margin: 0;
  list-style: none;
  list-style-image: none;
}
#age-list-container small {
  font-size: 85%;
}
#age-list-container strong,
#age-list-container th {
  font-weight: bold;
}
#age-list-container td {
  vertical-align: top;
}
#age-list-container sub,
#age-list-container sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
#age-list-container sup {
  top: -0.5em;
}
#age-list-container sub {
  bottom: -0.25em;
}
#age-list-container pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  padding: 15px;
}
#age-list-container textarea {
  overflow: auto;
}
#age-list-container .ie6 legend,
#age-list-container .ie7 legend {
  margin-left: -7px;
}
#age-list-container input[type="radio"] {
  vertical-align: text-bottom;
}
#age-list-container input[type="checkbox"] {
  vertical-align: bottom;
}
#age-list-container .ie7 input[type="checkbox"] {
  vertical-align: baseline;
}
#age-list-container .ie6 input {
  vertical-align: text-bottom;
}
#age-list-container label,
#age-list-container input[type="button"],
#age-list-container input[type="submit"],
#age-list-container input[type="image"],
#age-list-container button {
  cursor: pointer;
}
#age-list-container button,
#age-list-container input,
#age-list-container select,
#age-list-container textarea {
  margin: 0;
}
#age-list-container input:invalid,
#age-list-container textarea:invalid {
  border-radius: 1px;
}
#age-list-container ::-moz-selection {
  background: #FF5E99;
  color: #fff;
  text-shadow: none;
}
#age-list-container ::selection {
  background: #FF5E99;
  color: #fff;
  text-shadow: none;
}
#age-list-container a:link {
  -webkit-tap-highlight-color: #FF5E99;
}
#age-list-container button {
  width: auto;
  overflow: visible;
}
#age-list-container .ie7 img {
  -ms-interpolation-mode: bicubic;
}
#age-list-container .ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}
#age-list-container .hidden {
  display: none;
  visibility: hidden;
}
#age-list-container .visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
#age-list-container .visuallyhidden.focusable:active,
#age-list-container .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
#age-list-container .invisible {
  visibility: hidden;
}
#age-list-container .group:before,
#age-list-container .group:after,
#age-list-container .clearfix:before,
#age-list-container .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
#age-list-container .group:after,
#age-list-container .clearfix:after {
  clear: both;
}
#age-list-container .group,
#age-list-container .clearfix {
  zoom: 1;
}
#age-list-container body,
#age-list-container select,
#age-list-container input,
#age-list-container textarea {
  color: #444;
}
#age-list-container a,
#age-list-container a:active {
  color: #fff;
  outline: none;
}
#age-list-container a:hover {
  color: #fff;
}
#age-list-container *:focus {
  outline: none;
}
#age-list-container .wrap {
  position: relative;
  margin: 0 auto;
  width: 1000px;
}
#age-list-container #logo {
  position: fixed;
  top: 20px;
  left: 50%;
  margin-left: -500px;
}
#age-list-container .main {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -390px;
  margin-left: -500px;
}
#age-list-container body.success .main {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -90px;
  margin-left: -185px;
  width: 435px;
  height: 90px;
  background: none;
}
#age-list-container body.success .main h1 {
  width: 435px;
  height: 90px;
  background: url(../../../SiteDesignData/Theme/BudweiserAgeGate/Images/success-enjoy-responsibly.png) no-repeat;
}
#age-list-container .input-area {
  position: relative;
  top: 190px;
  left: 0;
  padding: 15px 15px 20px;
  height: 350px;
  text-align: center;
  display: none;
  background: #9E0B0F;
  background: #5a0000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(75, 0, 0, 0.97)), to(rgba(160, 0, 0, 0.97)));
  background-image: -webkit-linear-gradient(top, rgba(75, 0, 0, 0.97), rgba(160, 0, 0, 0.97));
  background-image: -moz-linear-gradient(top, rgba(75, 0, 0, 0.97), rgba(160, 0, 0, 0.97));
  background-image: -ms-linear-gradient(top, rgba(75, 0, 0, 0.97), rgba(160, 0, 0, 0.97));
  background-image: -o-linear-gradient(top, rgba(75, 0, 0, 0.97), rgba(160, 0, 0, 0.97));
  background-image: linear-gradient(to bottom, rgba(75, 0, 0, 0.97), rgba(160, 0, 0, 0.97));
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
#age-list-container .panel .input-area {
  display: none !important;
}
#age-list-container .no-js .input-area {
  display: block;
}
#age-list-container .input-area h1 {
  position: relative;
  text-indent: 0;
  text-align: center;
  font-family: 'TradeGothicBold', arial, sans-serif;
  text-transform: uppercase;
  color: #f6a852;
  font-size: 56px;
  margin: 0 15px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}
#age-list-container .input-area h2 {
  font-size: 19px;
  text-indent: 0;
  text-align: center;
  font-family: 'TradeGothicBold', arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 15px 20px 15px;
  padding: 20px 0 0 0;
  /*border-top: 2px solid rgba(255,255,255,.1); */

  text-shadow: 0 0 1px rgba(255, 0, 0, 0.1);
  line-height: 0.8;
}
#age-list-container .input-area p {
  margin-top: 16px;
  width: 790px;
  display: inline-block;
  color: #FF8888;
}
#age-list-container .ie7 .input-area p {
  display: block;
}
#age-list-container label {
  display: none;
}
#age-list-container ul,
#age-list-container ol {
  list-style: none !important;
  padding-left: 0 !important;
}
#age-list-container ul.age-list {
  list-style: none;
  position: relative;
  clear: both;
  margin-bottom: 15px;
  display: inline-block;
}
#age-list-container ul.age-list li {
  float: left;
  margin-left: 2px;
  color: #fbebeb;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.1em;
  cursor: pointer;
  background: #333;
}
#age-list-container ul.age-list li.first {
  margin: 0;
}
#age-list-container .ie7 #age-list-months {
  margin-left: 26px;
}
#age-list-container .ie7 #age-list-days {
  margin-left: 28px;
}
#age-list-container ul#age-list-months li {
  width: 64px;
  font-size: 1.05em;
}
#age-list-container ul#age-list-days li {
  width: 22px;
  font-size: 1.05em;
}
#age-list-container ul#age-list-days li.first {
  width: 31px;
}
#age-list-container ul#age-list-days li.last {
  width: 30px;
}
#age-list-container ul#age-list-months li,
#age-list-container ul#age-list-days li {
  padding-top: 3px;
  padding-bottom: 3px;
}
#age-list-container ul#age-list-months li.active,
#age-list-container ul#age-list-days li.active {
  background: #666;
}
#age-list-container ul#age-list-months li.selected,
#age-list-container ul#age-list-days li.selected {
  background: #888;
}
#age-list-container .js input {
  display: none;
}
#age-list-container .no-js #age-list-container {
  display: none;
}
#age-list-container .es-carousel-wrapper {
  position: relative;
  width: 100%;
  height: 22px;
}
#age-list-container .es-carousel {
  height: 22px;
  overflow: hidden;
}
#age-list-container .es-carousel ul li {
  float: left;
  width: 44px;
  height: 22px;
  color: #fbebeb;
  font-size: 1.05em;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 21px;
  cursor: pointer;
  background: #333;
}
#age-list-container .es-carousel ul li.active {
  background: #666;
}
#age-list-container .es-carousel ul li.selected {
  background: #888;
}
#age-list-container .es-carousel ul li.gray {
  color: #d2d2d2;
  color: rgba(210, 210, 210, 0.4);
  cursor: default;
}
#age-list-container .es-carousel ul li.shim,
#age-list-container .es-carousel ul li.active.shim {
  width: 14px !important;
  cursor: default;
  background: none;
}
#age-list-container .es-nav span {
  position: absolute;
  top: 50%;
  left: -17px;
  margin-top: -9px;
  width: 9px;
  height: 9px;
  cursor: pointer;
  color: #333;
}
#age-list-container .es-nav span.es-nav-next {
  right: -10px;
  left: auto;
  background-position: top right;
}
#age-checker-addon {
  font-family: "TradeGothic_RgCn", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0 20px 0 20px;
  /* Elastislide Style */

}
#age-checker-addon ul {
  list-style: none;
  padding: 0;
}
#age-checker-addon ul li {
  margin: 0;
  list-style: none;
  list-style-image: none;
}
#age-checker-addon .es-carousel-wrapper-addon {
  position: relative;
  width: 100%;
  height: 22px;
}
#age-checker-addon .es-carousel-addon {
  height: 22px;
  overflow: hidden;
}
#age-checker-addon .es-carousel-addon ul li {
  float: left;
  width: 44px;
  height: 22px;
  color: #fbebeb;
  font-size: 1.05em;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 21px;
  cursor: pointer;
  background: #333;
}
#age-checker-addon .es-carousel-addon ul li.active {
  background: #666;
}
#age-checker-addon .es-carousel-addon ul li.selected {
  background: #888;
}
#age-checker-addon .es-carousel-addon ul li.gray {
  color: #d2d2d2;
  color: rgba(210, 210, 210, 0.4);
  cursor: default;
}
#age-checker-addon .es-carousel-addon ul li.shim,
#age-checker-addon .es-carousel-addon ul li.active.shim {
  width: 14px !important;
  cursor: default;
  background: none;
}
#age-checker-addon .es-nav span {
  position: absolute;
  top: 50%;
  left: -17px;
  margin-top: -9px;
  width: 9px;
  height: 9px;
  cursor: pointer;
  color: #333;
}
#age-checker-addon .es-nav span.es-nav-next {
  right: -10px;
  left: auto;
  background-position: top right;
}
.age-checker-form {
  margin-bottom: 1.875em;
}
@media (max-width: 991px) and (min-width: 768px) {
  .age-checker-form label.overlabel-apply {
  left: 45%;
}

}
@media (max-width: 767px) {
  .age-checker-form label.overlabel-apply {
  left: 35%;
}

}
.age-checker-form div#closing_date {
  position: relative;
  margin-right: 3px;
}
.age-checker-form div#closing_date input {
  width: 70%;
  height: 20px;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  left: 15%;
  margin-bottom: 10px;
  z-index: 9;
}
.age-checker-form input#closing_date_field {
  width: 10em;
}
.age-checker-form label.overlabel {
  color: #999;
}
.age-checker-form label.overlabel-apply {
  position: absolute;
  top: 7px;
  z-index: 10;
  color: #999;
  font-size: 1.250em;
}
.age-checker-form .android-ics.light .dwwr {
  border-radius: 0;
}
.age-checker .age-checker-content {
  padding-bottom: 0.125em;
  margin-bottom: 0;
}
.age-checker .age-checker-content h1 {
  margin: 0 0 0.125em 0;
}
.age-checker .age-checker-content p {
  padding: 0.125em;
}
.age-checker .age-checker-content .btn-primary {
  border-radius: 0;
  border: none;
  width: 200px;
  line-height: 1.1;
}
.age-checker .age-checker-content .fix {
  display: block;
}
.sticky-on-modal {
  position: absolute;
  z-index: 10000;
  width: 100%;
  bottom: 0;
}
.sticky-on-modal .footer-container {
  width: 100%;
  margin-top: 0.725em;
}
@media (max-width: 991px) and (min-width: 768px) {
  
}
.sticky-on-modal .footer-container .footer-list {
  float: right;
}
.sticky-on-modal .footer-container .footer-list li:nth-child(1) {
  display: none;
}
.sticky-on-modal .footer-container .footer-list li:nth-child(2) {
  display: none;
}
.sticky-on-modal .footer-container .footer-list a {
  line-height: 1.5;
  text-align: right;
}
@media (max-width: 768px) {
  .sticky-on-modal .footer-container .footer-list a {
  font-size: 0.525em;
}

}
.sticky-on-modal .footer-container .disclaimer,
.sticky-on-modal .footer-container .disclaimer-enjoy {
  float: left;
  width: 50%;
  margin-top: 0;
}
@media (max-width: 768px) {
  .sticky-on-modal .footer-container .disclaimer,
.sticky-on-modal .footer-container .disclaimer-enjoy {
  width: 56%;
  font-size: 0.725em;
}
.sticky-on-modal .footer-container .disclaimer p,
.sticky-on-modal .footer-container .disclaimer-enjoy p {
  font-size: 0.125em;
}

}
.sticky-on-modal .footer-container .disclaimer p,
.sticky-on-modal .footer-container .disclaimer-enjoy p {
  font-size: 0.825em;
}
@media (max-width: 992px) {
  .sticky-on-modal .footer-container .disclaimer-enjoy {
  float: none;
}

}
.sticky-on-modal .footer-container .enjoy {
  font-family: "TradeGothic_RgCn", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.sticky-on-modal .footer-container .enjoy p {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.225em;
  color: white;
  text-shadow: 1px 1px black;
  clear: both;
}
.sticky-on-modal .gototopcomponent {
  display: none;
}

#age-list-container {
  font-family: "TradeGothic_RgCn", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0 20px 0 20px;
  /* Bicubic resizing for non-native sized IMG:
     code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */

  /* For image replacement */

  /* Hide for both screenreaders and browsers:
     css-discuss.incutio.com/wiki/Screenreader_Visibility */

  /* Hide only visually, but have it available for screenreaders: by Jon Neal.
    www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */

  /* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */

  /* Hide visually and from screenreaders, but maintain layout */

  /* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
     j.mp/bestclearfix */

  /* Form */

  /* Slider */

  /* Elastislide Style */

}
#age-list-container article,
#age-list-container aside,
#age-list-container details,
#age-list-container figcaption,
#age-list-container figure,
#age-list-container footer,
#age-list-container header,
#age-list-container hgroup,
#age-list-container menu,
#age-list-container nav,
#age-list-container section {
  display: block;
}
#age-list-container blockquote,
#age-list-container q {
  quotes: none;
}
#age-list-container blockquote:before,
#age-list-container blockquote:after,
#age-list-container q:before,
#age-list-container q:after {
  content: "";
  content: none;
}
#age-list-container ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
#age-list-container mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
#age-list-container del {
  text-decoration: line-through;
}
#age-list-container abbr[title],
#age-list-container dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
#age-list-container table {
  border-collapse: collapse;
  border-spacing: 0;
}
#age-list-container input,
#age-list-container select {
  vertical-align: middle;
}
#age-list-container select,
#age-list-container input,
#age-list-container textarea,
#age-list-container button {
  font: 99% sans-serif;
}
#age-list-container pre,
#age-list-container code,
#age-list-container kbd,
#age-list-container samp {
  font-family: monospace, sans-serif;
}
#age-list-container a:hover,
#age-list-container a:active {
  outline: none;
}
#age-list-container ul,
#age-list-container ol {
  list-style: none;
}
#age-list-container ol {
  list-style-type: decimal;
}
#age-list-container nav ul,
#age-list-container nav li {
  margin: 0;
  list-style: none;
  list-style-image: none;
}
#age-list-container small {
  font-size: 85%;
}
#age-list-container strong,
#age-list-container th {
  font-weight: bold;
}
#age-list-container td {
  vertical-align: top;
}
#age-list-container sub,
#age-list-container sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
#age-list-container sup {
  top: -0.5em;
}
#age-list-container sub {
  bottom: -0.25em;
}
#age-list-container pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  padding: 15px;
}
#age-list-container textarea {
  overflow: auto;
}
#age-list-container .ie6 legend,
#age-list-container .ie7 legend {
  margin-left: -7px;
}
#age-list-container input[type="radio"] {
  vertical-align: text-bottom;
}
#age-list-container input[type="checkbox"] {
  vertical-align: bottom;
}
#age-list-container .ie7 input[type="checkbox"] {
  vertical-align: baseline;
}
#age-list-container .ie6 input {
  vertical-align: text-bottom;
}
#age-list-container label,
#age-list-container input[type="button"],
#age-list-container input[type="submit"],
#age-list-container input[type="image"],
#age-list-container button {
  cursor: pointer;
}
#age-list-container button,
#age-list-container input,
#age-list-container select,
#age-list-container textarea {
  margin: 0;
}
#age-list-container input:invalid,
#age-list-container textarea:invalid {
  border-radius: 1px;
}
#age-list-container ::-moz-selection {
  background: #FF5E99;
  color: #fff;
  text-shadow: none;
}
#age-list-container ::selection {
  background: #FF5E99;
  color: #fff;
  text-shadow: none;
}
#age-list-container a:link {
  -webkit-tap-highlight-color: #FF5E99;
}
#age-list-container button {
  width: auto;
  overflow: visible;
}
#age-list-container .ie7 img {
  -ms-interpolation-mode: bicubic;
}
#age-list-container .ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}
#age-list-container .hidden {
  display: none;
  visibility: hidden;
}
#age-list-container .visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
#age-list-container .visuallyhidden.focusable:active,
#age-list-container .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
#age-list-container .invisible {
  visibility: hidden;
}
#age-list-container .group:before,
#age-list-container .group:after,
#age-list-container .clearfix:before,
#age-list-container .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
#age-list-container .group:after,
#age-list-container .clearfix:after {
  clear: both;
}
#age-list-container .group,
#age-list-container .clearfix {
  zoom: 1;
}
#age-list-container body,
#age-list-container select,
#age-list-container input,
#age-list-container textarea {
  color: #444;
}
#age-list-container a,
#age-list-container a:active {
  color: #fff;
  outline: none;
}
#age-list-container a:hover {
  color: #fff;
}
#age-list-container *:focus {
  outline: none;
}
#age-list-container .wrap {
  position: relative;
  margin: 0 auto;
  width: 1000px;
}
#age-list-container #logo {
  position: fixed;
  top: 20px;
  left: 50%;
  margin-left: -500px;
}
#age-list-container .main {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -390px;
  margin-left: -500px;
}
#age-list-container body.success .main {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -90px;
  margin-left: -185px;
  width: 435px;
  height: 90px;
  background: none;
}
#age-list-container body.success .main h1 {
  width: 435px;
  height: 90px;
  background: url(../../../SiteDesignData/Theme/BudweiserAgeGate/Images/success-enjoy-responsibly.png) no-repeat;
}
#age-list-container .input-area {
  position: relative;
  top: 190px;
  left: 0;
  padding: 15px 15px 20px;
  height: 350px;
  text-align: center;
  display: none;
  background: #9E0B0F;
  background: #5a0000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(75, 0, 0, 0.97)), to(rgba(160, 0, 0, 0.97)));
  background-image: -webkit-linear-gradient(top, rgba(75, 0, 0, 0.97), rgba(160, 0, 0, 0.97));
  background-image: -moz-linear-gradient(top, rgba(75, 0, 0, 0.97), rgba(160, 0, 0, 0.97));
  background-image: -ms-linear-gradient(top, rgba(75, 0, 0, 0.97), rgba(160, 0, 0, 0.97));
  background-image: -o-linear-gradient(top, rgba(75, 0, 0, 0.97), rgba(160, 0, 0, 0.97));
  background-image: linear-gradient(to bottom, rgba(75, 0, 0, 0.97), rgba(160, 0, 0, 0.97));
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
#age-list-container .panel .input-area {
  display: none !important;
}
#age-list-container .no-js .input-area {
  display: block;
}
#age-list-container .input-area h1 {
  position: relative;
  text-indent: 0;
  text-align: center;
  font-family: 'TradeGothicBold', arial, sans-serif;
  text-transform: uppercase;
  color: #f6a852;
  font-size: 56px;
  margin: 0 15px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}
#age-list-container .input-area h2 {
  font-size: 19px;
  text-indent: 0;
  text-align: center;
  font-family: 'TradeGothicBold', arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 15px 20px 15px;
  padding: 20px 0 0 0;
  /*border-top: 2px solid rgba(255,255,255,.1); */

  text-shadow: 0 0 1px rgba(255, 0, 0, 0.1);
  line-height: 0.8;
}
#age-list-container .input-area p {
  margin-top: 16px;
  width: 790px;
  display: inline-block;
  color: #FF8888;
}
#age-list-container .ie7 .input-area p {
  display: block;
}
#age-list-container label {
  display: none;
}
#age-list-container ul,
#age-list-container ol {
  list-style: none !important;
  padding-left: 0 !important;
}
#age-list-container ul.age-list {
  list-style: none;
  position: relative;
  clear: both;
  margin-bottom: 15px;
  display: inline-block;
}
#age-list-container ul.age-list li {
  float: left;
  margin-left: 2px;
  color: #fbebeb;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.1em;
  cursor: pointer;
  background: #333;
}
#age-list-container ul.age-list li.first {
  margin: 0;
}
#age-list-container .ie7 #age-list-months {
  margin-left: 26px;
}
#age-list-container .ie7 #age-list-days {
  margin-left: 28px;
}
#age-list-container ul#age-list-months li {
  width: 64px;
  font-size: 1.05em;
}
#age-list-container ul#age-list-days li {
  width: 22px;
  font-size: 1.05em;
}
#age-list-container ul#age-list-days li.first {
  width: 31px;
}
#age-list-container ul#age-list-days li.last {
  width: 30px;
}
#age-list-container ul#age-list-months li,
#age-list-container ul#age-list-days li {
  padding-top: 3px;
  padding-bottom: 3px;
}
#age-list-container ul#age-list-months li.active,
#age-list-container ul#age-list-days li.active {
  background: #666;
}
#age-list-container ul#age-list-months li.selected,
#age-list-container ul#age-list-days li.selected {
  background: #888;
}
#age-list-container .js input {
  display: none;
}
#age-list-container .no-js #age-list-container {
  display: none;
}
#age-list-container .es-carousel-wrapper {
  position: relative;
  width: 100%;
  height: 22px;
}
#age-list-container .es-carousel {
  height: 22px;
  overflow: hidden;
}
#age-list-container .es-carousel ul li {
  float: left;
  width: 44px;
  height: 22px;
  color: #fbebeb;
  font-size: 1.05em;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 21px;
  cursor: pointer;
  background: #333;
}
#age-list-container .es-carousel ul li.active {
  background: #666;
}
#age-list-container .es-carousel ul li.selected {
  background: #888;
}
#age-list-container .es-carousel ul li.gray {
  color: #d2d2d2;
  color: rgba(210, 210, 210, 0.4);
  cursor: default;
}
#age-list-container .es-carousel ul li.shim,
#age-list-container .es-carousel ul li.active.shim {
  width: 14px !important;
  cursor: default;
  background: none;
}
#age-list-container .es-nav span {
  position: absolute;
  top: 50%;
  left: -17px;
  margin-top: -9px;
  width: 9px;
  height: 9px;
  cursor: pointer;
  color: #333;
}
#age-list-container .es-nav span.es-nav-next {
  right: -10px;
  left: auto;
  background-position: top right;
}
#age-checker-addon {
  font-family: "TradeGothic_RgCn", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0 20px 0 20px;
  /* Elastislide Style */

}
#age-checker-addon ul {
  list-style: none;
  padding: 0;
}
#age-checker-addon ul li {
  margin: 0;
  list-style: none;
  list-style-image: none;
}
#age-checker-addon .es-carousel-wrapper-addon {
  position: relative;
  width: 100%;
  height: 22px;
}
#age-checker-addon .es-carousel-addon {
  height: 22px;
  overflow: hidden;
}
#age-checker-addon .es-carousel-addon ul li {
  float: left;
  width: 44px;
  height: 22px;
  color: #fbebeb;
  font-size: 1.05em;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 21px;
  cursor: pointer;
  background: #333;
}
#age-checker-addon .es-carousel-addon ul li.active {
  background: #666;
}
#age-checker-addon .es-carousel-addon ul li.selected {
  background: #888;
}
#age-checker-addon .es-carousel-addon ul li.gray {
  color: #d2d2d2;
  color: rgba(210, 210, 210, 0.4);
  cursor: default;
}
#age-checker-addon .es-carousel-addon ul li.shim,
#age-checker-addon .es-carousel-addon ul li.active.shim {
  width: 14px !important;
  cursor: default;
  background: none;
}
#age-checker-addon .es-nav span {
  position: absolute;
  top: 50%;
  left: -17px;
  margin-top: -9px;
  width: 9px;
  height: 9px;
  cursor: pointer;
  color: #333;
}
#age-checker-addon .es-nav span.es-nav-next {
  right: -10px;
  left: auto;
  background-position: top right;
}
.age-checker-form {
  margin-bottom: 1.875em;
}
@media (max-width: 991px) and (min-width: 768px) {
  .age-checker-form label.overlabel-apply {
  left: 45%;
}

}
@media (max-width: 767px) {
  .age-checker-form label.overlabel-apply {
  left: 35%;
}

}
.age-checker-form div#closing_date {
  position: relative;
  margin-right: 3px;
}
.age-checker-form div#closing_date input {
  width: 70%;
  height: 20px;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  left: 15%;
  margin-bottom: 10px;
  z-index: 9;
}
.age-checker-form input#closing_date_field {
  width: 10em;
}
.age-checker-form label.overlabel {
  color: #999;
}
.age-checker-form label.overlabel-apply {
  position: absolute;
  top: 7px;
  z-index: 10;
  color: #999;
  font-size: 1.250em;
}
.age-checker-form .android-ics.light .dwwr {
  border-radius: 0;
}
.age-checker .age-checker-content {
  padding-bottom: 0.125em;
  margin-bottom: 0;
}
.age-checker .age-checker-content h1 {
  margin: 0 0 0.125em 0;
}
.age-checker .age-checker-content p {
  padding: 0.125em;
}
.age-checker .age-checker-content .btn-primary {
  border-radius: 0;
  border: none;
  width: 200px;
  line-height: 1.1;
}
.age-checker .age-checker-content .fix {
  display: block;
}
.sticky-on-modal {
  position: absolute;
  z-index: 10000;
  width: 100%;
  bottom: 0;
}
.sticky-on-modal .footer-container {
  width: 100%;
  margin-top: 0.725em;
}
@media (max-width: 991px) and (min-width: 768px) {
  
}
.sticky-on-modal .footer-container .footer-list {
  float: right;
}
.sticky-on-modal .footer-container .footer-list li:nth-child(1) {
  display: none;
}
.sticky-on-modal .footer-container .footer-list li:nth-child(2) {
  display: none;
}
.sticky-on-modal .footer-container .footer-list a {
  line-height: 1.5;
  text-align: right;
}
@media (max-width: 768px) {
  .sticky-on-modal .footer-container .footer-list a {
  font-size: 0.525em;
}

}
.sticky-on-modal .footer-container .disclaimer,
.sticky-on-modal .footer-container .disclaimer-enjoy {
  float: left;
  width: 50%;
  margin-top: 0;
}
@media (max-width: 768px) {
  .sticky-on-modal .footer-container .disclaimer,
.sticky-on-modal .footer-container .disclaimer-enjoy {
  width: 56%;
  font-size: 0.725em;
}
.sticky-on-modal .footer-container .disclaimer p,
.sticky-on-modal .footer-container .disclaimer-enjoy p {
  font-size: 0.125em;
}

}
.sticky-on-modal .footer-container .disclaimer p,
.sticky-on-modal .footer-container .disclaimer-enjoy p {
  font-size: 0.825em;
}
@media (max-width: 992px) {
  .sticky-on-modal .footer-container .disclaimer-enjoy {
  float: none;
}

}
.sticky-on-modal .footer-container .enjoy {
  font-family: "TradeGothic_RgCn", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.sticky-on-modal .footer-container .enjoy p {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.225em;
  color: white;
  text-shadow: 1px 1px black;
  clear: both;
}
.sticky-on-modal .gototopcomponent {
  display: none;
}

/*
 *  =======================================
 *  BASE SKIN FOR UNIVERSAL TEMPLATE
 *  =======================================
 */
/*FONTS*/
/* Trade Gothic Regular */
@font-face {
  font-family: 'TradeGothic_Rg';
src: url('fonts/TradeGothic/tradegothicltstd-webfont.eot');
src: url('fonts/TradeGothic/tradegothicltstd-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/TradeGothic/tradegothicltstd-webfont.woff') format('woff'), url('fonts/TradeGothic/tradegothicltstd-webfont.ttf') format('truetype'), url('fonts/TradeGothic/tradegothicltstd-webfont.svg#trade_gothic_lt_stdregular') format('svg');
font-weight: normal;
font-style: normal;
}
/* Trade Gothic Condensed */
@font-face {
  font-family: 'TradeGothic_RgCn';
src: url('fonts/TradeGothic/tradegothicltstd-cn18-webfont.eot');
src: url('fonts/TradeGothic/tradegothicltstd-cn18-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/TradeGothic/tradegothicltstd-cn18-webfont.woff') format('woff'), url('fonts/TradeGothic/tradegothicltstd-cn18-webfont.ttf') format('truetype'), url('fonts/TradeGothic/tradegothicltstd-cn18-webfont.svg#trade_gothic_lt_stdCnno.18') format('svg');
font-weight: normal;
font-style: normal;
}
/* Trade Gothic Condensed and Bold */
@font-face {
  font-family: 'TradeGothic_BlCn';
src: url('fonts/TradeGothic/tradegothicltstd-bdcn20-webfont.eot');
src: url('fonts/TradeGothic/tradegothicltstd-bdcn20-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/TradeGothic/tradegothicltstd-bdcn20-webfont.woff') format('woff'), url('fonts/TradeGothic/tradegothicltstd-bdcn20-webfont.ttf') format('truetype'), url('fonts/TradeGothic/tradegothicltstd-bdcn20-webfont.svg#trade_gothic_lt_stdBdCnno.20') format('svg');
font-weight: normal;
font-style: normal;
}
/* Icons */
@font-face {
  font-family: 'Anheuser-Busch-Icons';
src: url('fonts/Anheuser-Busch-Icons/Anheuser-Busch-Icons.eot');
src: url('fonts/Anheuser-Busch-Icons/Anheuser-Busch-Icons.eot?#iefix') format('embedded-opentype'), url('fonts/Anheuser-Busch-Icons/Anheuser-Busch-Icons.ttf') format('truetype'), url('fonts/Anheuser-Busch-Icons/Anheuser-Busch-Icons.woff') format('woff'), url('fonts/Anheuser-Busch-Icons/Anheuser-Busch-Icons.svg#Anheuser-Busch-Icons') format('svg');
font-weight: normal;
font-style: normal;
}
/* Icons v2*/
@font-face {
  font-family: 'Anheuser-Busch-Icons-v2';
src: url('fonts/Anheuser-Busch-Icons-v2/Anheuser-Busch-Icons-v2.eot');
src: url('fonts/Anheuser-Busch-Icons-v2/Anheuser-Busch-Icons-v2.eot?#iefix') format('embedded-opentype'), url('fonts/Anheuser-Busch-Icons-v2/Anheuser-Busch-Icons-v2.ttf') format('truetype'), url('fonts/Anheuser-Busch-Icons-v2/Anheuser-Busch-Icons-v2.woff') format('woff'), url('fonts/Anheuser-Busch-Icons-v2/Anheuser-Busch-Icons-v2.svg#Anheuser-Busch-Icons-v2') format('svg');
font-weight: normal;
font-style: normal;
}
/* HelveticaNeueLT Std Regular */
@font-face {
  font-family: "HelveticaNeueLT Std";
src: url("fonts/helveticaneueltstd-roman-webfont/helveticaneueltstd-roman-webfont.eot?#iefix");
src: url("fonts/helveticaneueltstd-roman-webfont/helveticaneueltstd-roman-webfont.eot?#iefix") format("eot"), url("fonts/helveticaneueltstd-roman-webfont/helveticaneueltstd-roman-webfont.woff") format("woff"), url("fonts/helveticaneueltstd-roman-webfont/helveticaneueltstd-roman-webfont.ttf") format("truetype"), url("fonts/helveticaneueltstd-roman-webfont/helveticaneueltstd-roman-webfont.svg") format("svg");
}
@font-face {
  font-family: 'HelveticaNeueLT Std Md';
src: url('fonts/helveticaneueltstd-md-webfont/helveticaneueltstd-md-webfont.eot');
src: url('fonts/helveticaneueltstd-md-webfont/helveticaneueltstd-md-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/helveticaneueltstd-md-webfont/helveticaneueltstd-md-webfont.woff') format('woff'), url('fonts/helveticaneueltstd-md-webfont/helveticaneueltstd-md-webfont.ttf') format('truetype'), url('fonts/helveticaneueltstd-md-webfont/helveticaneueltstd-md-webfont.svg#helvetica_neue_lt_std65Md') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
  font-family: 'Glyphicons Halflings';
src: url('fonts/glyphicons-halflings-regular.eot');
src: url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('fonts/glyphicons-halflings-regular.woff') format('woff'), url('fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}
/* Bud Bold*/
@font-face {
  font-family: 'BudBold';
src: url('fonts/Bud-Bold-Webfonts/BudBold.eot');
src: url('fonts/Bud-Bold-Webfonts/BudBold.eot?#iefix') format('embedded-opentype'), url('fonts/Bud-Bold-Webfonts/BudBold.ttf') format('truetype'), url('fonts/Bud-Bold-Webfonts/BudBold.woff') format('woff'), url('fonts/Bud-Bold-Webfonts/BudBold.svg') format('svg');
font-weight: normal;
font-style: normal;
}
/* Bud Crafted*/
@font-face {
  font-family: 'BudCrafted';
src: url('fonts/Bud-Crafted-Webfonts/BudCrafted.eot');
src: url('fonts/Bud-Crafted-Webfonts/BudCrafted.eot?#iefix') format('embedded-opentype'), url('fonts/Bud-Crafted-Webfonts/BudCrafted.ttf') format('truetype'), url('fonts/Bud-Crafted-Webfonts/BudCrafted.woff') format('woff'), url('fonts/Bud-Crafted-Webfonts/BudCrafted.svg') format('svg');
font-weight: normal;
font-style: normal;
}
/* 1.- GENERAL STYLES
   ================================================= */
body {
  font-family: "TradeGothic_Rg", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000000;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: subpixel-antialiased;
}
a:hover,
a:active,
a:focus,
a:visited {
  outline: 0;
}
p {
  font-size: 1.143em;
  /* 16 px */

  color: #000000;
}
.body-disabler {
  background-color: #000;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 30px;
  height: 30px;
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 50px;
  height: 50px;
  margin-top: -15px;
  margin-left: -15px;
  font-size: 50px;
}

}
.fade-effect:hover img {
  opacity: 0.5;
}
.fade-effect {
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}
.bg #progressStatus {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 30px;
  padding: 10px;
}
.btn-group > .btn:first-child {
  padding-right: 0;
  transition: padding-right 0.25s ease-in-out;
  -moz-transition: padding-right 0.25s ease-in-out;
  -webkit-transition: padding-right 0.25s ease-in-out;
}
.btn-group > .btn:hover,
.btn-group.open > .btn {
  color: #ccc;
  padding-right: 5px;
}
/* Icons */
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'Anheuser-Busch-Icons-v2';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-photos:before {
  content: "\e600";
}
.icon-general:before {
  content: "\e601";
}
.icon-events:before {
  content: "\e602";
}
.icon-videos:before {
  content: "\e603";
}
.icon-key:before {
  content: "\e604";
}
.icon-arrow-right:before {
  content: "\e605";
}
.icon-arrow-left:before {
  content: "\e606";
}
.icon-user:before {
  content: "\e607";
}
.icon-top:before {
  content: "\e608";
}
.icon-search:before {
  content: "\e609";
}
.icon-play:before {
  content: "\e60a";
}
.icon-menu:before {
  content: "\e60b";
}
.icon-export:before {
  content: "\e60c";
}
.icon-back-play:before {
  content: "\e60d";
}
.icon-arrow-up:before {
  content: "\e60e";
}
.icon-arrow-down:before {
  content: "\e60f";
}
.icon-plus:before {
  content: "\e610";
}
.icon-facebook:before {
  content: "\e611";
}
.icon-youtube:before {
  content: "\e612";
}
.icon-twitter:before {
  content: "\e613";
}
.icon-googleplus:before {
  content: "\e621";
}
.icon-instagram:before {
  content: "\e628";
}
.icon-arrow-up-2:before {
  content: "\e614";
}
.icon-youtube-original:before {
  content: "\e615";
}
.icon-facebook-original:before {
  content: "\e616";
}
.icon-twitter-original:before {
  content: "\e617";
}
.icon-googleplus-original:before {
  content: "\e620";
}
.icon-instagram-original:before {
  content: "\e61a";
}
.icon-arrow-right-nav-bar:before {
  content: "\e61d";
}
.icon-arrow-left-nav-bar:before {
  content: "\e61e";
}
.icon-right-arrow-bld:before {
  content: "\e61b";
}
.icon-left-arrow-bld:before {
  content: "\e61c";
}
.icon-close:before {
  content: "\e61f";
}
.icon-location:before {
  content: "\e622";
}
.icon-cross:before {
  content: "\e623";
}
.icon-pinterest:before {
  content: "\e624";
}
.icon-pinterest2:before {
  content: "\e625";
}
.icon-tumblr:before {
  content: "\e626";
}
.icon-tumblr2:before {
  content: "\e627";
}
.icon-yelp:before {
  content: "\e62b";
}
.icon-foursquare:before {
  content: "\e62d";
}
.icon-tripAdvisor:before {
  content: "\e62a";
}
.icon-youtubePlay:before {
  content: "\e62e";
}
.icon-facebook-alt1:before {
  content: "\ea8c";
}
.icon-facebook-alt2:before {
  content: "\ea8e";
}
.icon-youtube-alt1:before {
  content: "\ea97";
}
.icon-youtube-alt2:before {
  content: "\ea98";
}
.icon-twitter-alt1:before {
  content: "\ea93";
}
.icon-linkedin:before {
  content: "\e900";
}
.icon-linkedin-original:before {
  content: "\e901";
}
/*
=================================
  CQ STYLES
=================================
 */
#CQ .cq-editrollover-insert-container {
  border: 2px solid darkGrey !important;
  background-color: #EFEFEF;
}
#CQ span.cq-editrollover-insert-message {
  color: #868686;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  top: 4%;
  font-size: 90%;
  text-align: center;
}
#CQ div.cq-editrollover-highlight-top,
#CQ div.cq-editrollover-highlight-left,
#CQ div.cq-editrollover-highlight-right,
#CQ div.cq-editrollover-highlight-bottom {
  background-color: #FF3300;
}
/* something fishy on image component */
.parbase.image.cq-analyzable.section {
  margin: 0;
}
/*
=========================================================================
  GENERAL MODAL STYLES (budweiser, blackcrown, platinum, budlight)
==========================================================================
*/
/* Base = MOBILE FIRST and all the breakpoints */
.modal {
  z-index: 9999;
  overflow: hidden;
}
.modal-dialog-eventmap {
  overflow-y: auto!important;
}
.modal-dialog {
  z-index: 9998;
  margin: 15px 0 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.modal-dialog .modal-header {
  padding: 0;
}
.modal-dialog .modal-content {
  border: 8px solid rgba(90, 90, 90, 0.4);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  background: transparent;
}
.modal-dialog .modal-header .close {
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  color: #000;
  font-family: sans-serif;
  font-size: 15px;
  font-weight: normal;
  height: 30px;
  line-height: 31px;
  margin: 0;
  position: absolute;
  right: -15px;
  text-align: center;
  text-shadow: none;
  top: 0px;
  width: 30px;
  z-index: 10;
}
.modal-backdrop {
  z-index: 9998;
}
.modal-backdrop.in.fullopacity {
  opacity: 1;
  filter: alpha(opacity=100);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: black;
}
.modal-header {
  border-bottom: none;
}
.modal-header .close {
  margin-top: -10px;
  margin-right: -10px;
  opacity: 1;
  filter: alpha(opacity=100);
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#ffffff);
  background: #fff;
}
.universal-modal .modal-dialog {
  min-width: auto;
}
.universal-modal .modal-dialog img {
  width: 100%;
}
.modal {
  text-align: center;
}
.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  /* Adjusts for spacing */

}
.modal-dialog {
  width: 95%;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 992px) {
  .universal-modal .modal-dialog {
  width: 850px;
  max-width: 90%;
}

}
@media (max-width: 991px) and (min-width: 768px) {
  .universal-modal .modal-dialog {
  max-width: 60%;
}

}
/* Special Media Querie ONLY FOR THE MODAL DO NOT USE elsewhere */
@media screen and (max-width: 500px) {
  .universal-modal .modal-dialog {
  max-width: 80%;
  padding: 0;
}

}
/* Special Media Querie ONLY FOR THE MODAL DO NOT USE elsewhere */
@media screen and (min-width: 501px) and (max-width: 991px) {
  .universal-modal .modal-dialog {
  max-width: 60%;
  padding: 0;
}

}
/* Sticky Footer */
@media (min-width: 768px) {
  html,
body {
  height: 100%;
}
.sticky-footer-wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -90px;
  /* the bottom margin is the negative value of the footer's height */
  
}
footer,
.sticky-footer-push {
  height: 90px;
  /* '.push' must be the same height as 'footer' */
  
}

}
/* Equal Height Columns */
@media (min-width: 768px) {
  .equal-height-columns {
  display: table;
}
.equal-height-columns .row {
  display: table-row;
  height: 100%;
}
.equal-height-columns .row .col-sm-4,
.equal-height-columns .row .col-md-4,
.equal-height-columns .row .col-lg-4,
.equal-height-columns .row .col-sm-8,
.equal-height-columns .row .col-md-8,
.equal-height-columns .row .col-lg-8 {
  display: table-cell;
  float: none;
  vertical-align: top;
}

}
/*
=========================================================================
  GENERAL HEADER FOR COMPONENTS IN AUTHOR MODE
==========================================================================
*/
.component .author-title {
  background: grey;
  color: black;
  text-align: center;
  margin-bottom: 10px;
}
.component .author-title h4 {
  color: black;
  font-size: 1.5em;
  padding: 0;
  margin: 0;
}
.component .author-title span {
  color: black;
  font-size: 0.8em;
}
/*
=========================================================================
  BOOSTRAP ADJUSTMENTS
==========================================================================
*/
/* this fixes a small padding on the main page of everything */
.main-body > .row > .col-lg-12,
.grid-component .col-lg-12:first-child,
section .col-lg-12 {
  padding-left: 0;
  padding-right: 0;
}
/*
=========================================================================
  FOOTER ADJUSTMENT
==========================================================================
*/
footer {
  display: none;
}
/*
=========================================================================
  AGE GATE ADJUSTMENTS
==========================================================================
*/
.sticky-footer-wrapper,
.main-body {
  display: none;
}

/*
body{
  background: white;
  padding-top: 216px;
}
.main-body{
  margin-top: 20px;
}
*/
/* 
=========================================================================
  GENERAL HEADER STYLES (budweiser, blackcrown, platinum, budlight)
==========================================================================
*/
/*
.main-header-logo{ 
  background-repeat: no-repeat;
  background-position: 0 0;
  content: '';
  height: 90px;
}
.top-search-input { 
  font-family: @fontStDefault
}
*/
/* 
  CUSTOM SIDR STYLES
======================
*/
/*
.sidr { font-family: @fontStDefault }
.sidr { display: none; height: 100%; overflow-x: none; overflow-y: auto; position: absolute; position: fixed; top: 0; width: 70%; z-index: 999999; }
.sidr.right { left: auto; right: -70%; }
.sidr.left { left: -70%; right: auto; }
.sidr-inner { padding: 0 0 15px; }
.sidr-inner .ab-icon { display: none!important; }
.sidr-inner .top-nav,
.sidr-inner .top-nav-sub { list-style: none; padding: 0; }
.sidr-inner .top-nav-sub { display: none; }
.sidr-inner .top-nav-link, 
.sidr-inner .top-nav-sub-link { border-bottom: 1px solid @itemBorder; color: #FFFFFF; display: block; font-size: 1.5em; font-weight: bold; padding: 10px 20px; position: relative; text-shadow: 0 1px 4px rgba(0,0,0,0.5); width: 100%; }
.sidr-inner .top-nav-sub-link { font-weight: normal; padding-left: 40px; }
.sidr-inner .top-nav-link:hover, 
.sidr-inner .top-nav-sub-link:hover { background-color: #CACACA; cursor: pointer; }
.sidr-inner .icon-arrow-down,
.sidr-inner .icon-arrow-up { position: absolute; right: 15px; top: 15px; }

.main-header-container { background: gray; }
.ab-icon { color: #FFFFFF; display: block; font-size: 45px; height: 60px; line-height: 60px; text-align: center; width: 60px; }
.ab-icon:hover { color: #FFFFFF; }
.main-header-wrap { position: fixed; top: 0; width: 100%; z-index: 500; }
.main-header-container { background: gray; bottom: 0; position: absolute; width: 100%; }
.main-header-logo { display: block; height: 116px; margin: 0 auto; max-width: 600px; }
.user-nav-container,
.top-nav-container { position: absolute; top: 30px; }
.user-nav-container { right: 15px; }
.top-nav-container { left: 15px; }

.user-nav-link,
.top-nav-link,
.top-nav-sub-link { color: #FFFFFF; }
span.top-nav-link { cursor: default; }
.user-nav,
.top-nav-container .top-nav { display: none; }
.top-nav-container .icon-menu { cursor: pointer; }
.top-nav-item,
.top-nav-sub-item { list-style: none; }
.top-search-container { background-color: #FFFFFF; overflow: hidden; }
.top-search-input,
.top-search-submit { border: 1px solid #909090; float: left; }
.top-search-input { border-radius: 0; border-right: 0; font-style: italic; padding: 0 10px; -webkit-appearance: none; }
.top-search-submit { background-color: #FFFFFF; border-left: 0; }
*/
/* Extra Small devices only */
@media (max-width: 768px) {
  /*
    .top-search-container { padding: 10px; }
    .top-search-input,
    .top-search-submit { font-size: 1.3em; height: 50px; }
    .top-search-input { width: 85%; }
    .top-search-submit { width: 15%; }
    .main-header { padding: 0; }
    */
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  /*
    body { padding-top: 100px; }
    .sidr { width: 40%; }
    .sidr.right { right: -40%; }
    .sidr.left { left: -40%; }
    .ab-icon { font-size: 30px; height: 40px; line-height: 40px; width: 40px; }
    .main-header-container { height: 80px; }
    .main-header-logo { height: 80px; }
    .user-nav-container,
    .top-nav-container { top: 20px; }
    .top-search-container { background-color: transparent; position: absolute; right: 70px; top: 25px; padding: 0; }
    .top-search-input,
    .top-search-submit { height: 25px; }
    .top-search-input { font-size: 12px; width: 170px; border-right: 1px solid #ccc; }
    */
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  /*
    body { padding-top: 165px; }
    .main-header,
    .top-nav { margin: 0 auto; padding: 0 10px; width: 940px; }
    .main-header-logo { float: left; }
    .user-nav-container,
    .top-search-container,
    .top-nav-container { position: static; }
    .user-nav-container,
    .top-search-container { float: right; }
    .user-nav-container { padding: 20px 0 0; }
    .user-nav,
    .top-nav-container .top-nav { display: block; }
    .user-nav-item { border-right: 1px solid #FFFFFF; display: inline-block; padding: 0 5px; }
    .user-nav-item:last-child { border-right: 0; padding-right: 0; }
    .top-search-container { clear: right; }
    .top-nav-container { background-color: #363636; clear: both; width: 100%; }
    .top-nav-item { display: inline-block; position: relative; }
    .top-nav-item:hover > .top-nav-sub { display: block; }
    .top-nav-link { color: #FFFFFF; display: block; font-size: 22px; height: 40px; letter-spacing: -1px; line-height: 41px; margin: 0 14px 0 0; }
    .top-nav-link:hover,
    .top-nav-link.top-nav-link-selected,
    .top-nav-link.top-nav-link-selected-sub,
    .user-nav-link:hover { color: @textSelect; }
    .top-nav-sub { background-color: #363636; display: none; padding: 10px 0; position: absolute; }
    .top-nav-sub-link { border-bottom: 1px solid @itemBorder; display: block; padding: 5px 10px; white-space: nowrap; width: 100%; }
    .top-nav-sub-item:last-child > .top-nav-sub-link { border-bottom: 0; }
    .top-nav-sub-link:hover,
    .top-nav-sub-link.top-nav-sub-link-selected { background-color: #CACACA; color: #FFFFFF; }
    */
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  /*
    .main-header,
    .top-nav { width: 100%; padding-left: 0; }
    */
}

/*
=========================================================================
  GENERAL FOOTER STYLES (budweiser, blackcrown, platinum, budlight)
==========================================================================
*/
/* VARS */
/* Base = MOBILE FIRST and all the breakpoints */
footer {
  background-color: white;
  padding: 0;
  height: 350px;
  display: block;
}
footer a:hover {
  text-decoration: none;
}
footer .container {
  padding-top: 30px;
  padding-bottom: 30px;
}
footer .footer-list li {
  margin: 0;
  border: none;
}
footer .footer-container {
  margin-top: 20px;
  width: 60%;
}
footer .disclaimer,
footer .disclaimer-enjoy {
  margin-left: 10px;
  margin-top: 40px;
}
footer .disclaimer p,
footer .disclaimer-enjoy p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.428571429;
  text-transform: uppercase;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  footer {
  height: 90px;
}
footer .footer-list li {
  margin: 0 8px;
  border: none;
}
footer .footer-container {
  width: auto;
}
footer .disclaimer {
  margin-left: 8px;
  margin-top: 0;
  width: 70%;
}
footer .disclaimer-enjoy {
  margin-left: 8px;
  margin-top: 0;
  width: 30%;
}
footer .disclaimer p,
footer .disclaimer-enjoy p {
  font-size: 0.8em;
  margin-bottom: 0;
  line-height: 1;
}

}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  footer .footer-list li {
  margin: 0 20px;
  border: none;
}
footer a {
  font-weight: normal;
}
footer .disclaimer {
  float: left;
  margin-left: 20px;
}
footer .disclaimer-enjoy {
  float: left;
  display: block;
  text-align: right;
  width: 30%;
}

}
/* Extra Small devices only */
@media (max-width: 767px) {
  /* no styles here yet */
}

