/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "thesansosfsemilight", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #ec8009;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #a25806;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -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: "notesesaregular", 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,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #ec8009;
}
a.text-primary:hover {
  color: #bb6507;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #ec8009;
}
a.bg-primary:hover {
  background-color: #bb6507;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 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;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 0;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 1024px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1024px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
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.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > 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 #ddd;
}
.table .table {
  background-color: #fff;
}
.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 #ddd;
}
.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 #ddd;
}
.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-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@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 #ddd;
    -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;
  min-width: 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;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -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;
  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;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 34px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  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: 0;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.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;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  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-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  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-error .form-control-feedback {
  color: #a94442;
}
.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;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 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: -15px;
  margin-right: -15px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
.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.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  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: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #ec8009;
  border-color: #d37308;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #c56b08;
  border-color: #985306;
}
.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: #ec8009;
  border-color: #d37308;
}
.btn-primary .badge {
  color: #ec8009;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  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: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  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-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  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: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  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-link {
  color: #ec8009;
  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: #a25806;
  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,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.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;
}
@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');
}
.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-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: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px 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: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -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.42857143;
  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: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #ec8009;
}
.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-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  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: 4px 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 {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: 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 {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .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 > .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: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  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:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[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 {
  position: relative;
  z-index: 2;
  float: left;
  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: 0;
}
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,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].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: 0;
}
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,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].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 #ccc;
  border-radius: 0;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 0;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 0;
}
.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 > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  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 > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.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: 0;
}
.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: 0;
  border-color: #ec8009;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  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: 0;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 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: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: none;
}
.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: 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 54px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.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-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .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: 17px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 54px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}
.navbar-toggle:focus {
  outline: none;
}
.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: 8.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    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: 17px;
    padding-bottom: 17px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 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: -15px;
  }
}
.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-btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-sm {
  margin-top: 12px;
  margin-bottom: 12px;
}
.navbar-btn.btn-xs {
  margin-top: 16px;
  margin-bottom: 16px;
}
.navbar-text {
  margin-top: 17px;
  margin-bottom: 17px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: rgba(0, 0, 0, 0.32);
  border-color: rgba(0, 0, 0, 0.32);
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: rgba(0, 0, 0, 0.32);
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: rgba(0, 0, 0, 0.32);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: rgba(0, 0, 0, 0.32);
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: rgba(0, 0, 0, 0.32);
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: 0;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #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: #fff;
}
@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: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #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: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #ec8009;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #a25806;
  background-color: #eeeeee;
  border-color: #ddd;
}
.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: #fff;
  background-color: #ec8009;
  border-color: #ec8009;
  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: #fff;
  border-color: #ddd;
  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: 0;
  border-top-left-radius: 0;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.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: 0;
  border-top-left-radius: 0;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #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: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #fff;
  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: #ec8009;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #bb6507;
}
.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: #fff;
  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;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #ec8009;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.container .jumbotron {
  border-radius: 0;
}
.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.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #ec8009;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0;
}
.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: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #ec8009;
  -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: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
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: #fff;
  background-color: #ec8009;
  border-color: #ec8009;
}
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: #fde2c4;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.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 #ddd;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr: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:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.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,
.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 {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
  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 #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #ec8009;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #ec8009;
  border-color: #ec8009;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ec8009;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ec8009;
}
.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-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;
}
.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;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  -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: 0;
}
.well-sm {
  padding: 9px;
  border-radius: 0;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  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: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  -webkit-transform: translate(0, -25%);
  -moz-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-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 {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -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: 1040;
  background-color: #000;
}
.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.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.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 .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 (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 1024px) {
  .modal-lg {
    width: 900px;
  }
}
.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: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 0;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -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: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.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 {
  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: #fff;
  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: #fff;
  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 #fff;
  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: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-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,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer: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,
.visible-sm,
.visible-md,
.visible-lg {
  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: 1023px) {
  .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: 1024px) 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-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;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*
 * ESA COLOR CODES *
 *
 * Blue   - 0,51,141    00338d
 * Azure  - 0,152,219   0098db
 * Green  - 0,133,66    008542
 * Orange - 227,114,34  e37222
 * Red    - 208,16,58   d0103a
 * Yellow - 253,200,47  fdc82f
 *
 */
/*
.multi-transition(@rest...) {
  transition:         @rest;
  -moz-transition:    @rest; // Firefox 4 
  -webkit-transition: @rest; // Safari and Chrome 
  -o-transition:      @rest; // Opera 
}
*/
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on October 24, 2014 */
@font-face {
  font-family: 'thesansosfsemibold';
  src: url('../fonts/thesansosf-semibold-webfont.eot');
  src: url('../fonts/thesansosf-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/thesansosf-semibold-webfont.woff') format('woff'), url('../fonts/thesansosf-semibold-webfont.ttf') format('truetype'), url('../fonts/thesansosf-semibold-webfont.svg#thesansosfsemibold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'thesansosfsemibold_italic';
  src: url('../fonts/thesansosf-semibolditalic-webfont.eot');
  src: url('../fonts/thesansosf-semibolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/thesansosf-semibolditalic-webfont.woff') format('woff'), url('../fonts/thesansosf-semibolditalic-webfont.ttf') format('truetype'), url('../fonts/thesansosf-semibolditalic-webfont.svg#thesansosfsemibold_italic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'thesansosfsemilight';
  src: url('../fonts/thesansosf-semilight-webfont.eot');
  src: url('../fonts/thesansosf-semilight-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/thesansosf-semilight-webfont.woff') format('woff'), url('../fonts/thesansosf-semilight-webfont.ttf') format('truetype'), url('../fonts/thesansosf-semilight-webfont.svg#thesansosfsemilight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'thesansosfsemilight_italic';
  src: url('../fonts/thesansosf-semilightitalic-webfont.eot');
  src: url('../fonts/thesansosf-semilightitalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/thesansosf-semilightitalic-webfont.woff') format('woff'), url('../fonts/thesansosf-semilightitalic-webfont.ttf') format('truetype'), url('../fonts/thesansosf-semilightitalic-webfont.svg#thesansosfsemilight_italic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'notesesaitalic';
  src: url('../fonts/notesesaregita-webfont.eot');
  src: url('../fonts/notesesaregita-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/notesesaregita-webfont.woff') format('woff'), url('../fonts/notesesaregita-webfont.ttf') format('truetype'), url('../fonts/notesesaregita-webfont.svg#notesesaitalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'notesesaregular';
  src: url('../fonts/notesesareg-webfont.eot');
  src: url('../fonts/notesesareg-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/notesesareg-webfont.woff') format('woff'), url('../fonts/notesesareg-webfont.ttf') format('truetype'), url('../fonts/notesesareg-webfont.svg#notesesaregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'notesesabold_italic';
  src: url('../fonts/notesesabolita-webfont.eot');
  src: url('../fonts/notesesabolita-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/notesesabolita-webfont.woff') format('woff'), url('../fonts/notesesabolita-webfont.ttf') format('truetype'), url('../fonts/notesesabolita-webfont.svg#notesesabold_italic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'notesesalogosregular';
  src: url('../fonts/notesesalogos-webfont.eot');
  src: url('../fonts/notesesalogos-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/notesesalogos-webfont.woff') format('woff'), url('../fonts/notesesalogos-webfont.ttf') format('truetype'), url('../fonts/notesesalogos-webfont.svg#notesesalogosregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'notesesabold';
  src: url('../fonts/notesesabol-webfont.eot');
  src: url('../fonts/notesesabol-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/notesesabol-webfont.woff') format('woff'), url('../fonts/notesesabol-webfont.ttf') format('truetype'), url('../fonts/notesesabol-webfont.svg#notesesabold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'icomoon-seid';
  src: url('../fonts/icomoon-seid.eot?v4ywo');
  src: url('../fonts/icomoon-seid.eot?v4ywo#iefix') format('embedded-opentype'), url('../fonts/icomoon-seid.ttf?v4ywo') format('truetype'), url('../fonts/icomoon-seid.woff?v4ywo') format('woff'), url('../fonts/icomoon-seid.svg?v4ywo#icomoon-seid') format('svg');
  font-weight: normal;
  font-style: normal;
}
.icon-seid {
  font-family: 'icomoon-seid';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 18px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-seid-about {
  position: relative;
  top: -2px;
}
.icon-seid-about:before {
  content: "?";
  padding: 1px 6px 0 6px;
  margin-top: -2px;
  line-height: 16px;
  font-size: 13px;
  font-family: "notesesabold";
  text-align: center;
  background-color: #fff;
  color: #333333;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
a:hover > .icon-seid-about:before,
.active .icon-seid-about:before {
  background-color: #8197a6;
}
.icon-seid-search:before {
  content: "\e80c";
}
.icon-seid-enlarge:before {
  content: "\e801";
}
.icon-seid-cross2:before {
  content: "\e800";
}
.icon-seid-share:before {
  content: "\e802";
}
.icon-seid-twitter:before {
  content: "\e803";
}
.icon-seid-chevron-right:before {
  content: "\e804";
}
.icon-seid-chevron-left:before {
  content: "\e805";
}
.icon-seid-arrow-right:before {
  content: "\e806";
}
.icon-seid-arrow-left:before {
  content: "\e807";
}
.icon-seid-youtube-play:before {
  content: "\e808";
}
.icon-seid-flag:before {
  content: "\e809";
}
.icon-seid-social-facebook:before {
  content: "\e80a";
}
.icon-seid-home:before {
  content: "\e80b";
}
h1,
h2,
h3,
h4 {
  font-family: "notesesaregular", helvetica, arial, sans-serif;
  font-weight: normal;
}
a {
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
.azure a,
a.azure,
.tb-content a.azure {
  color: #8197a6;
}
.azure a:hover,
a.azure:hover,
.tb-content a.azure:hover {
  color: #bdc8d0;
}
.red a,
a.red,
.tb-content a.red {
  color: #ed1b2f;
}
.red a:hover,
a.red:hover,
.tb-content a.red:hover {
  color: #f47a85;
}
.green a,
a.green,
.tb-content a.green {
  color: #008542;
}
.green a:hover,
a.green:hover,
.tb-content a.green:hover {
  color: #00eb75;
}
.orange a,
a.orange,
.tb-content a.orange {
  color: #e37222;
}
.orange a:hover,
a.orange:hover,
.tb-content a.orange:hover {
  color: #eeac7d;
}
.blue a,
a.blue,
.tb-content a.blue {
  color: #003247;
}
.blue a:hover,
a.blue:hover,
.tb-content a.blue:hover {
  color: #007aad;
}
.yellow a,
a.yellow,
.tb-content a.yellow {
  color: #FBAB18;
}
.yellow a:hover,
a.yellow:hover,
.tb-content a.yellow:hover {
  color: #fdcf7c;
}
/*
.azure {
  h1, h2, h3, h4 {
    color: @esa-azure;
  }
}

.green {
  h1, h2, h3, h4 {
    color: @esa-green;
  }
}

.orange {
  h1, h2, h3, h4 {
    color: @esa-orange;
  }
}

.red {
  h1, h2, h3, h4 {
    color: @esa-red;
  }
}
*/
.select-container {
  position: relative;
  cursor: pointer;
  background-color: #1e1e1e;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.select-container select {
  outline: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border-radius: 0;
  font-size: 13px;
  color: #fff;
  width: 100%;
  border: none;
  padding: 0 40px 0 15px;
  height: 38px;
  line-height: 38px;
}
.select-container select::-ms-expand {
  display: none;
}
.select-container select::selection,
.select-container select:focus,
.select-container select:focus::-ms-value {
  background: none;
}
.select-container:hover,
.select-container:focus {
  background-color: #333333;
}
.select-container:after {
  content: "";
  display: block;
  width: 6px;
  height: 5px;
  position: absolute;
  right: 15px;
  top: 15px;
  border-top: 6px solid #7b7b7b;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  z-index: 2;
  pointer-events: none;
}
.select-container option {
  background: transparent !important;
  color: #000;
}
.select-container option::selection {
  background: transparent;
}
@-moz-document url-prefix() {
  .select-container option {
    color: #fff;
  }
}
html,
body {
  height: 100%;
  width: 100%;
}
* {
  -webkit-overflow-scrolling: none;
}
body {
  background: #000;
  position: relative;
}
body.finished .body-wrapper {
  opacity: 1;
  filter: alpha(opacity=100);
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9000;
}
main {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}
main.finished {
  opacity: 1;
  filter: alpha(opacity=100);
}
footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  overflow: visible;
  z-index: 100;
}
.no-disp {
  display: none !important;
}
.content .bgGradient {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.content .bg {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: fixed;
  top: -50px;
  right: -100px;
  bottom: -50px;
  left: -100px;
}
.content .bg > img {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  height: 100%;
  min-width: 100%;
}
.content .stage {
  position: relative;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 3;
}
@media (min-width: 769px) {
  .content .stage {
    padding: 108px 30px 54px 30px;
  }
}
@media (max-width: 768px) {
  .content .stage {
    padding: 108px 20px 54px 20px;
  }
}
.acc-test {
  position: fixed;
  right: 10px;
  bottom: 80px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 10px 20px;
  z-index: 66666;
}
.radial-gradient {
  background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0) 0%, rgba(88, 88, 88, 0.04) 35%, rgba(31, 30, 30, 0.58) 65%, #000000 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(35%, rgba(204, 204, 204, 0.15)), color-stop(62%, rgba(52, 50, 50, 0.67)), color-stop(100%, #000000));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0) 0%, rgba(88, 88, 88, 0.04) 35%, rgba(31, 30, 30, 0.58) 65%, #000000 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0) 0%, rgba(88, 88, 88, 0.04) 35%, rgba(31, 30, 30, 0.58) 65%, #000000 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0) 0%, rgba(88, 88, 88, 0.04) 35%, rgba(31, 30, 30, 0.58) 65%, #000000 100%);
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0) 0%, rgba(88, 88, 88, 0.04) 35%, rgba(31, 30, 30, 0.58) 65%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=1);
}
.radial-gradient-2 {
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0) 0%, rgba(204, 204, 204, 0.15) 35%, rgba(52, 50, 50, 0.67) 62%, #000000 100%);
}
.thin-scrollbar::-webkit-scrollbar {
  background: transparent;
  width: 5px;
  cursor: pointer;
}
.thin-scrollbar::-webkit-scrollbar-thumb {
  background: white;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.no-padding {
  padding: 0 !important;
}
.bg-blue {
  background-color: #003247 !important;
}
.bg-azure {
  background-color: #8197a6 !important;
}
.bg-green {
  background-color: #008542 !important;
}
.bg-orange {
  background-color: #e37222 !important;
}
.bg-red {
  background-color: #ed1b2f !important;
}
.bg-yellow {
  background-color: #FBAB18 !important;
}
.border-blue {
  border-color: #003247 !important;
}
.border-azure {
  border-color: #8197a6 !important;
}
.border-green {
  border-color: #008542 !important;
}
.border-orange {
  border-color: #e37222 !important;
}
.border-red {
  border-color: #ed1b2f !important;
}
.border-yellow {
  border-color: #FBAB18 !important;
}
.text-blue {
  color: #003247 !important;
}
.text-azure {
  color: #8197a6 !important;
}
.text-green {
  color: #008542 !important;
}
.text-orange {
  color: #e37222 !important;
}
.text-red {
  color: #ed1b2f !important;
}
.text-yellow {
  color: #FBAB18 !important;
}
.btn,
.btn-seid {
  display: inline-block;
  text-transform: uppercase;
  font-family: "thesansosfsemibold";
  color: #fff !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn.btn-small,
.btn-seid.btn-small {
  padding: 4px 16px;
}
.btn.btn-flat,
.btn-seid.btn-flat {
  background: #003247;
  color: #fff;
}
.btn.btn-flat.active,
.btn-seid.btn-flat.active,
.btn.btn-flat:hover,
.btn-seid.btn-flat:hover {
  background: #003247;
  color: #fff;
  box-shadow: 0;
}
.btn.btn-flat > .glyphicon,
.btn-seid.btn-flat > .glyphicon {
  margin-right: 5px;
}
.btn.btn-flat.gray,
.btn-seid.btn-flat.gray {
  color: #fff;
  background: #555555;
}
.btn.btn-flat.gray.active,
.btn-seid.btn-flat.gray.active,
.btn.btn-flat.gray:hover,
.btn-seid.btn-flat.gray:hover {
  background: #003247;
}
.btn.btn-flat.azure,
.btn-seid.btn-flat.azure {
  color: #fff;
  background: #8197a6;
}
.btn.btn-flat.azure.active,
.btn-seid.btn-flat.azure.active,
.btn.btn-flat.azure:hover,
.btn-seid.btn-flat.azure:hover {
  background: #5a7180;
}
.btn.btn-flat.green,
.btn-seid.btn-flat.green {
  color: #fff;
  background: #008542;
}
.btn.btn-flat.green.active,
.btn-seid.btn-flat.green.active,
.btn.btn-flat.green:hover,
.btn-seid.btn-flat.green:hover {
  background: #005229;
}
.btn.btn-flat.orange,
.btn-seid.btn-flat.orange {
  color: #fff;
  background: #e37222;
}
.btn.btn-flat.orange.active,
.btn-seid.btn-flat.orange.active,
.btn.btn-flat.orange:hover,
.btn-seid.btn-flat.orange:hover {
  background: #a45015;
}
.btn.btn-flat.red,
.btn-seid.btn-flat.red {
  color: #fff;
  background: #ed1b2f;
}
.btn.btn-flat.red.active,
.btn-seid.btn-flat.red.active,
.btn.btn-flat.red:hover,
.btn-seid.btn-flat.red:hover {
  background: #ae0e1d;
}
.btn.btn-flat.blue,
.btn-seid.btn-flat.blue {
  color: #fff;
  background: #003247;
}
.btn.btn-flat.blue.active,
.btn-seid.btn-flat.blue.active,
.btn.btn-flat.blue:hover,
.btn-seid.btn-flat.blue:hover {
  background: #000000;
}
.btn.btn-flat.yellow,
.btn-seid.btn-flat.yellow {
  color: #fff;
  background: #FBAB18;
}
.btn.btn-flat.yellow.active,
.btn-seid.btn-flat.yellow.active,
.btn.btn-flat.yellow:hover,
.btn-seid.btn-flat.yellow:hover {
  background: #c38003;
}
.btn.btn-flat.btn-inv,
.btn-seid.btn-flat.btn-inv {
  background: #eeeeee;
  color: #003247;
}
.btn.btn-flat.btn-inv.active,
.btn-seid.btn-flat.btn-inv.active,
.btn.btn-flat.btn-inv:hover,
.btn-seid.btn-flat.btn-inv:hover {
  color: #fff !important;
  background: #003247;
}
.btn.btn-flat.btn-inv.azure,
.btn-seid.btn-flat.btn-inv.azure {
  color: #8197a6;
}
.btn.btn-flat.btn-inv.azure.active,
.btn-seid.btn-flat.btn-inv.azure.active,
.btn.btn-flat.btn-inv.azure:hover,
.btn-seid.btn-flat.btn-inv.azure:hover {
  background: #8197a6;
}
.btn.btn-flat.btn-inv.green,
.btn-seid.btn-flat.btn-inv.green {
  color: #008542;
}
.btn.btn-flat.btn-inv.green.active,
.btn-seid.btn-flat.btn-inv.green.active,
.btn.btn-flat.btn-inv.green:hover,
.btn-seid.btn-flat.btn-inv.green:hover {
  background: #008542;
}
.btn.btn-flat.btn-inv.orange,
.btn-seid.btn-flat.btn-inv.orange {
  color: #e37222;
}
.btn.btn-flat.btn-inv.orange.active,
.btn-seid.btn-flat.btn-inv.orange.active,
.btn.btn-flat.btn-inv.orange:hover,
.btn-seid.btn-flat.btn-inv.orange:hover {
  background: #e37222;
}
.btn.btn-flat.btn-inv.red,
.btn-seid.btn-flat.btn-inv.red {
  color: #ed1b2f;
}
.btn.btn-flat.btn-inv.red.active,
.btn-seid.btn-flat.btn-inv.red.active,
.btn.btn-flat.btn-inv.red:hover,
.btn-seid.btn-flat.btn-inv.red:hover {
  background: #ed1b2f;
}
.btn.btn-flat.btn-inv.blue,
.btn-seid.btn-flat.btn-inv.blue {
  color: #003247;
}
.btn.btn-flat.btn-inv.blue.active,
.btn-seid.btn-flat.btn-inv.blue.active,
.btn.btn-flat.btn-inv.blue:hover,
.btn-seid.btn-flat.btn-inv.blue:hover {
  background: #003247;
}
.btn.btn-flat.btn-inv.yellow,
.btn-seid.btn-flat.btn-inv.yellow {
  color: #FBAB18;
}
.btn.btn-flat.btn-inv.yellow.active,
.btn-seid.btn-flat.btn-inv.yellow.active,
.btn.btn-flat.btn-inv.yellow:hover,
.btn-seid.btn-flat.btn-inv.yellow:hover {
  background: #FBAB18;
}
/* Ripple Out */
@-webkit-keyframes ripple-out {
  0% {
    opacity: 1;
  }
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@keyframes ripple-out {
  0% {
    opacity: 1;
  }
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
.ripple-out {
  box-shadow: 0 0 1px transparent;
}
.ripple-out:before {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 1px;
  border-color: transparent;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.ripple-out.anim-active:before {
  border-color: #7b7b7b;
  -webkit-animation-name: ripple-out;
  animation-name: ripple-out;
}
.view-frame.ng-enter,
.view-frame.ng-leave {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.view-frame.ng-enter {
  /*
  -webkit-animation:fade-in @page-trans-speed both ease-in;
  -moz-animation:fade-in @page-trans-speed both ease-in;
  animation:fade-in @page-trans-speed both ease-in;
  */
  z-index: 8888;
}
.view-frame.ng-enter.slideLeft {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  /*
    -webkit-animation:slideInRight @page-trans-speed both ease-in;
    -moz-animation:slideInRight @page-trans-speed both ease-in;
    animation:slideInRight @page-trans-speed both ease-in;
    */
}
.view-frame.ng-enter.slideLeft.ng-enter-active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.view-frame.ng-enter.slideRight {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  /*
    -webkit-animation:slideInLeft @page-trans-speed both ease-in;
    -moz-animation:slideInLeft @page-trans-speed both ease-in;
    animation:slideInLeft @page-trans-speed both ease-in;
    */
}
.view-frame.ng-enter.slideRight.ng-enter-active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.view-frame.ng-leave {
  z-index: 9999;
  /*
  -webkit-animation:fade-out @page-trans-speed both ease-in;
  -moz-animation:fade-out @page-trans-speed both ease-in;
  animation:fade-out @page-trans-speed both ease-in;
  */
}
.view-frame.ng-leave.slideLeft {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  /*
    -webkit-animation:slideOutLeft @page-trans-speed both ease-in;
    -moz-animation:slideOutLeft @page-trans-speed both ease-in;
    animation:slideOutLeft @page-trans-speed both ease-in;
    */
}
.view-frame.ng-leave.slideLeft.ng-leave-active {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.view-frame.ng-leave.slideRight {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  /*
    -webkit-animation:slideOutRight @page-trans-speed both ease-in;
    -moz-animation:slideOutRight @page-trans-speed both ease-in;
    animation:slideOutRight @page-trans-speed both ease-in;
    */
}
.view-frame.ng-leave.slideRight.ng-leave-active {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-moz-keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fade-out-in {
  0%,
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  50% {
    opacity: 0.4;
    filter: alpha(opacity=40);
  }
}
@-moz-keyframes fade-out-in {
  0%,
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  50% {
    opacity: 0.4;
    filter: alpha(opacity=40);
  }
}
@-webkit-keyframes fade-out-in {
  0%,
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  50% {
    opacity: 0.4;
    filter: alpha(opacity=40);
  }
}
/* ANIMATIONS
============================================================================= */
/* leaving animations ----------------------------------------- */
@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}
@-moz-keyframes slideOutLeft {
  from {
    -moz-transform: translate3d(0, 0, 0);
  }
  to {
    -moz-transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(100%, 0, 0);
  }
}
@-moz-keyframes slideOutRight {
  from {
    -moz-transform: translate3d(0, 0, 0);
  }
  to {
    -moz-transform: translate3d(100%, 0, 0);
  }
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0);
  }
}
/* entering animations --------------------------------------- */
/* slide in from the left */
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes slideInLeft {
  from {
    -moz-transform: translate3d(-100%, 0, 0);
  }
  to {
    -moz-transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
/* slide in from the right */
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes slideInRight {
  from {
    -moz-transform: translate3d(100%, 0, 0);
  }
  to {
    -moz-transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
.animate-spin {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
}
.footer {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  padding-left: 10px;
}
@media (max-width: 768px), (max-height: 620px) {
  .footer {
    display: none;
  }
}
.footer .bar {
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0px;
  overflow: visible;
  background: #1e1e1e;
}
.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer .paths {
  position: relative;
  float: left;
  overflow: visible;
  border-right: 1px solid #000;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.footer .paths:hover .path-label,
.footer .paths .path-label.active {
  background: #000;
}
.footer .paths.home a {
  line-height: 42px;
}
.footer .paths.home .icon-seid {
  font-size: 22px;
}
.footer .paths ul {
  width: 800px;
  position: absolute;
  bottom: -300px;
  margin-right: 0;
  padding: 0;
  background: transparent;
  z-index: -1;
  display: block;
}
.footer .paths ul li {
  float: left;
  margin: 0 5px 5px 0;
  overflow: hidden;
}
.footer .paths ul li a {
  display: block;
  color: #fff;
  padding: 2px 12px 2px 4px;
  line-height: 22px;
  background: #222222;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  -webkit-transform: scale(0.1, 1);
  -ms-transform: scale(0.1, 1);
  transform: scale(0.1, 1);
}
.footer .paths ul li a.home {
  padding: 2px 6px !important;
}
.footer .paths ul li a.home .icon-seid {
  font-size: 14px;
  vertical-align: middle;
}
.footer .paths ul li a.home.invisible {
  visibility: hidden;
}
.footer .paths ul li a.active {
  text-decoration: underline;
}
.footer .paths ul li a:hover {
  -webkit-transition-delay: 0;
  transition-delay: 0;
  text-decoration: underline;
}
.footer .paths:hover ul,
.footer .paths.in ul {
  bottom: 6px;
  left: 0px;
}
.footer .paths:hover ul > li:nth-child(10) a,
.footer .paths.in ul > li:nth-child(10) a {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.footer .paths:hover ul > li:nth-child(9) a,
.footer .paths.in ul > li:nth-child(9) a {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
.footer .paths:hover ul > li:nth-child(8) a,
.footer .paths.in ul > li:nth-child(8) a {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.footer .paths:hover ul > li:nth-child(7) a,
.footer .paths.in ul > li:nth-child(7) a {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
.footer .paths:hover ul > li:nth-child(6) a,
.footer .paths.in ul > li:nth-child(6) a {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.footer .paths:hover ul > li:nth-child(5) a,
.footer .paths.in ul > li:nth-child(5) a {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.footer .paths:hover ul > li:nth-child(4) a,
.footer .paths.in ul > li:nth-child(4) a {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.footer .paths:hover ul > li:nth-child(3) a,
.footer .paths.in ul > li:nth-child(3) a {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.footer .paths:hover ul > li:nth-child(2) a,
.footer .paths.in ul > li:nth-child(2) a {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.footer .paths:hover ul > li:nth-child(1) a,
.footer .paths.in ul > li:nth-child(1) a {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
.footer .paths:hover ul > li:nth-child(0) a,
.footer .paths.in ul > li:nth-child(0) a {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.footer .paths:hover ul > li > a,
.footer .paths.in ul > li > a {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.footer .paths.blue > ul > li > a {
  background: #003247;
}
.footer .paths.blue > ul > li > a:hover,
.footer .paths.blue > ul > li > a.active {
  background: #000000;
}
.footer .paths.azure > ul > li > a {
  background: #8197a6;
}
.footer .paths.azure > ul > li > a:hover,
.footer .paths.azure > ul > li > a.active {
  background: #5a7180;
}
.footer .paths.green > ul > li > a {
  background: #008542;
}
.footer .paths.green > ul > li > a:hover,
.footer .paths.green > ul > li > a.active {
  background: #005229;
}
.footer .paths.orange > ul > li > a {
  background: #e37222;
}
.footer .paths.orange > ul > li > a:hover,
.footer .paths.orange > ul > li > a.active {
  background: #a45015;
}
.footer .paths.red > ul > li > a {
  background: #ed1b2f;
}
.footer .paths.red > ul > li > a:hover,
.footer .paths.red > ul > li > a.active {
  background: #ae0e1d;
}
.footer .paths.yellow > ul > li > a {
  background: #FBAB18;
}
.footer .paths.yellow > ul > li > a:hover,
.footer .paths.yellow > ul > li > a.active {
  background: #aa6f03;
}
.footer .paths .path-label {
  display: block;
  padding: 0 20px;
  height: 42px;
  line-height: 36px;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  border-top: 6px solid transparent;
  background: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 666;
}
.footer .paths h3 {
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 13px;
  padding: 0;
  margin: 0;
  cursor: default;
}
.footer .paths h3.glyphicon {
  font-size: 13px;
}
.touch .header .tools-fullscreen {
  display: none;
}
.header .bar {
  position: relative;
  background: #ccc;
  background: rgba(0, 0, 0, 0.32);
  height: 36px;
  width: 100%;
  padding: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header .bar {
    height: 48px;
  }
}
@media (min-width: 1024px) {
  .header .bar {
    height: 54px;
  }
}
.header .bar a {
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header .bar .nav-main > li:last-child a:after {
  display: none;
}
.header .bar .nav-main > li > a {
  margin: 0 1px 0 0;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 32px;
  border-top: 4px solid transparent;
  position: relative;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  padding: 0 8px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header .bar .nav-main > li > a {
    padding: 0 20px;
    line-height: 44px;
  }
}
@media (min-width: 1024px) {
  .header .bar .nav-main > li > a {
    width: 133px;
    text-align: center;
    line-height: 50px;
  }
}
.header .bar .nav-main > li > a.active,
.header .bar .nav-main > li > a:hover,
.header .bar .nav-main > li > a:focus {
  border-color: #fff;
  color: #fff;
}
.header .bar .nav-main > li > a:after {
  content: "";
  display: block;
  width: 1px;
  background: rgba(255, 255, 255, 0.16);
  position: absolute;
  height: 20px;
  right: -1px;
  top: 5px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header .bar .nav-main > li > a:after {
    height: 28px;
    right: -1px;
    top: 11px;
  }
}
@media (min-width: 1024px) {
  .header .bar .nav-main > li > a:after {
    height: 28px;
    right: -1px;
    top: 11px;
  }
}
.header #logo-esa {
  float: right;
  padding: 2px 10px 0 15px;
  height: 36px;
  line-height: 36px;
  position: relative;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media (min-width: 1024px) {
  .header #logo-esa {
    padding: 4px 20px 0 15px;
    height: 54px;
    line-height: 54px;
  }
}
.header #logo-esa:hover {
  background-color: #000;
}
.header #logo-esa:hover:before {
  background-color: #000;
}
.header #logo-esa:before {
  content: "";
  display: block;
  width: 1px;
  background: rgba(255, 255, 255, 0.16);
  position: absolute;
  height: 20px;
  left: 0;
  top: 10px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header #logo-esa:before {
    height: calc(28px - 6px);
    top: 12px;
  }
}
@media (min-width: 1024px) {
  .header #logo-esa:before {
    height: 28px;
    top: 15px;
  }
}
.header #logo-esa .icon-esa {
  line-height: 1;
  text-decoration: none;
}
.header #logo-esa .icon-esa:after {
  content: "4";
  font-family: "notesesalogosregular";
  font-size: 24px;
  color: #fff;
  line-height: 36px;
  display: block;
}
@media (min-width: 1024px) {
  .header #logo-esa .icon-esa:after {
    font-size: 40px;
    line-height: 54px;
  }
}
@media (max-width: 1023px) and (min-width: 769px) {
  .header #logo-esa .icon-esa:after {
    line-height: 48px;
    height: 48px;
  }
}
.header #logo-seid {
  float: left;
  margin: 0;
  color: #fff !important;
  line-height: 54px;
  padding: 0 10px 0 10px;
  display: block;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header #logo-seid {
    padding: 0 20px 0 10px;
  }
}
@media (min-width: 1024px) {
  .header #logo-seid {
    padding: 0 30px 0 20px;
  }
}
.header #logo-seid:hover {
  background-color: #000;
}
.header #logo-seid h1 {
  margin: 0;
  font-size: 20px;
  line-height: 36px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header #logo-seid h1 {
    font-size: 24px;
    line-height: 48px;
  }
}
@media (min-width: 1024px) {
  .header #logo-seid h1 {
    font-size: 28px;
    line-height: 54px;
  }
}
.header .breadcrumb {
  position: absolute;
  top: 60px;
  width: 100%;
  border-radius: 0;
  margin: 0;
  padding: 4px 10px;
  opacity: 0;
  -webkit-transform: translate3d(0, 6px, 0);
  transform: translate3d(0, 6px, 0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}
.header .breadcrumb strong {
  font-family: "notesesaregular", helvetica, arial, sans-serif;
}
.header .breadcrumb a {
  color: #003247;
  text-decoration: underline;
}
.header .breadcrumb a:hover {
  text-decoration: none;
}
.header .nav,
.off-canvas-header .nav {
  font-family: "notesesaregular", helvetica, arial, sans-serif;
}
.header .nav.tools,
.off-canvas-header .nav.tools {
  margin-right: 10px;
}
.header .nav.tools a,
.off-canvas-header .nav.tools a {
  height: 36px;
  line-height: 36px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header .nav.tools a,
  .off-canvas-header .nav.tools a {
    height: 48px;
    line-height: 48px;
  }
}
@media (min-width: 1024px) {
  .header .nav.tools a,
  .off-canvas-header .nav.tools a {
    height: 54px;
    line-height: 54px;
  }
}
.header .nav.tools a:hover,
.off-canvas-header .nav.tools a:hover,
.header .nav.tools a.active,
.off-canvas-header .nav.tools a.active {
  color: #8197a6;
  background-color: #000;
}
.header .nav.tools .tools-music .glyphicon,
.off-canvas-header .nav.tools .tools-music .glyphicon {
  position: relative;
  top: 3px;
  font-size: 18px;
}
.header .nav.tools .tools-share .icon-seid,
.off-canvas-header .nav.tools .tools-share .icon-seid {
  position: relative;
  top: 1px;
}
.header .nav.tools .tools-fullscreen .icon-seid,
.off-canvas-header .nav.tools .tools-fullscreen .icon-seid {
  font-size: 14px;
}
.header .nav.tools li > a,
.off-canvas-header .nav.tools li > a {
  padding: 4px 10px 0 10px;
}
.header .nav.tools .searchfield,
.off-canvas-header .nav.tools .searchfield {
  position: relative;
  width: 220px;
  color: #999999;
  margin-right: 5px;
}
.header .nav.tools .searchfield .clear-search,
.off-canvas-header .nav.tools .searchfield .clear-search {
  position: absolute;
  right: 10px;
  top: 0;
  line-height: 50px;
  cursor: pointer;
  font-size: 18px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header .nav.tools .searchfield .clear-search,
  .off-canvas-header .nav.tools .searchfield .clear-search {
    line-height: 48px;
  }
}
@media (min-width: 1024px) {
  .header .nav.tools .searchfield .clear-search,
  .off-canvas-header .nav.tools .searchfield .clear-search {
    line-height: 54px;
  }
}
.header .nav.tools .searchfield .search-icon,
.off-canvas-header .nav.tools .searchfield .search-icon {
  position: absolute;
  left: 60px;
  top: 0;
  cursor: pointer;
  line-height: 50px;
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header .nav.tools .searchfield .search-icon,
  .off-canvas-header .nav.tools .searchfield .search-icon {
    line-height: 48px;
  }
}
@media (min-width: 1024px) {
  .header .nav.tools .searchfield .search-icon,
  .off-canvas-header .nav.tools .searchfield .search-icon {
    line-height: 54px;
  }
}
.header .nav.tools .searchfield input[type=search]:focus + .search-icon,
.off-canvas-header .nav.tools .searchfield input[type=search]:focus + .search-icon,
.header .nav.tools .searchfield input[type=search].not-empty + .search-icon,
.off-canvas-header .nav.tools .searchfield input[type=search].not-empty + .search-icon {
  left: 10px;
}
.header .nav.tools .searchfield input[type=search],
.off-canvas-header .nav.tools .searchfield input[type=search] {
  font-family: "notesesaregular";
  font-size: 18px;
  color: #eeeeee;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background-color: #1e1e1e;
  padding: 0 45px 0 85px;
  outline: 0;
  position: relative;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 10px;
  height: 30px;
  line-height: 30px;
}
.header .nav.tools .searchfield input[type=search]:focus,
.off-canvas-header .nav.tools .searchfield input[type=search]:focus,
.header .nav.tools .searchfield input[type=search].not-empty,
.off-canvas-header .nav.tools .searchfield input[type=search].not-empty {
  padding: 0 45px 0 30px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header .nav.tools .searchfield input[type=search],
  .off-canvas-header .nav.tools .searchfield input[type=search] {
    height: 28px;
    line-height: 28px;
  }
}
@media (min-width: 1024px) {
  .header .nav.tools .searchfield input[type=search],
  .off-canvas-header .nav.tools .searchfield input[type=search] {
    height: 34px;
    line-height: 34px;
  }
}
.header .nav.tools .searchfield input[type=search]:placeholder,
.off-canvas-header .nav.tools .searchfield input[type=search]:placeholder {
  color: #6e6e6e;
}
.header .nav.tools .searchfield input[type=search]:hover,
.off-canvas-header .nav.tools .searchfield input[type=search]:hover,
.header .nav.tools .searchfield input[type=search]:focus,
.off-canvas-header .nav.tools .searchfield input[type=search]:focus {
  background-color: #333333;
}
.off-canvas-header .nav.tools {
  margin-right: 60px !important;
}
.off-canvas-header .nav.tools .searchfield {
  width: 180px !important;
}
.off-canvas-header .nav.tools .searchfield input[type=search] {
  padding: 0 25px 0 75px;
}
.off-canvas-header .nav.tools .searchfield .search-icon {
  left: 50px;
}
@media (max-width: 350px) {
  .off-canvas-header .nav.tools .searchfield {
    width: 150px !important;
  }
  .off-canvas-header .nav.tools .searchfield input[type=search] {
    padding: 0 25px 0 55px;
  }
  .off-canvas-header .nav.tools .searchfield .search-icon {
    left: 30px;
  }
}
/*
@media only screen and (max-width: 1200px) {
  .pathHoverInfo {
    padding: 8px 24px 8px 7px;
    font-size: @font-size-h1 * 1.2;
  }
}

@media only screen and (max-width: 1024px) {
  .pathHoverInfo {
    padding: 6px 18px 6px 5px;
    font-size: @font-size-h1 * 0.9;
  }
}
*/
body {
  overflow-x: hidden;
}
body .main {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.activeTopic {
  text-decoration: underline;
}
.on-off-canvas {
  transform: translateX(275px);
  -webkit-transform: translateX(275px);
  -moz-transform: translateX(275px);
  -o-transform: translateX(275px);
  -ms-transform: translateX(275px);
}
.on-off-canvas-main {
  position: fixed;
}
.blue {
  border-color: #003247;
}
.azure {
  border-color: #8197a6;
}
.orange {
  border-color: #e37222;
}
.green {
  border-color: #008542;
}
.red {
  border-color: #ed1b2f;
}
.yellow {
  border-color: #FBAB18;
}
.off-canvas-menu-wrapper {
  background: rgba(0, 0, 0, 0.95) !important;
  position: fixed;
  left: -275px;
  top: 0;
  bottom: 0;
  width: 275px;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 9999;
  -webkit-box-shadow: 5px 5px 15px -5px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 5px 5px 15px -5px rgba(0, 0, 0, 0.8);
  box-shadow: 5px 5px 15px -5px rgba(0, 0, 0, 0.8);
  overflow-y: auto;
}
.off-canvas-menu-wrapper a {
  display: block;
  padding-left: 10px;
  outline: none;
}
.off-canvas-menu-wrapper.ng-hide {
  opacity: 0.1;
  filter: alpha(opacity=10);
}
.off-canvas-menu-wrapper .off-canvas-menu {
  list-style-type: none;
  font-family: "notesesaregular", helvetica, arial, sans-serif;
  height: 100%;
  width: 100%;
  padding-left: 6px;
  margin-bottom: 0;
}
.off-canvas-menu-wrapper .off-canvas-menu li,
.off-canvas-menu-wrapper .off-canvas-menu li * {
  color: white;
  text-transform: uppercase;
}
.off-canvas-menu-wrapper .off-canvas-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  list-style-type: none;
  min-height: 50px;
  line-height: 50px;
}
.off-canvas-menu-wrapper .off-canvas-menu li:hover,
.off-canvas-menu-wrapper .off-canvas-menu li:focus,
.off-canvas-menu-wrapper .off-canvas-menu li.active {
  background: #1e1e1e;
}
.off-canvas-menu-wrapper .off-canvas-menu .explore-menu {
  margin-left: 0;
  padding-left: 0;
}
.off-canvas-menu-wrapper .off-canvas-menu .explore-menu li {
  border-left-width: 1px;
  border-left-style: solid;
}
.off-canvas-menu-wrapper .off-canvas-menu .explore-menu li li {
  border: none;
}
.off-canvas-menu-wrapper .off-canvas-menu .explore-menu .path-title {
  padding-left: 15px;
}
.off-canvas-menu-wrapper .off-canvas-menu .explore-menu .topic-title {
  padding-left: 20px;
}
.off-canvas-menu-wrapper .off-canvas-menu .explore-menu .explore-path.blue.active .path-title,
.off-canvas-menu-wrapper .off-canvas-menu .explore-menu .explore-path.blue .path-title:hover,
.off-canvas-menu-wrapper .off-canvas-menu .explore-menu .explore-path.blue .path-title:focus {
  background: rgba(0, 50, 71, 0.75);
}
.off-canvas-menu-wrapper .off-canvas-menu .explore-menu .explore-path.azure.active .path-title,
.off-canvas-menu-wrapper .off-canvas-menu .explore-menu .explore-path.azure .path-title:hover,
.off-canvas-menu-wrapper .off-canvas-menu .explore-menu .explore-path.azure .path-title:focus {
  background: rgba(129, 151, 166, 0.75);
}
.off-canvas-menu-wrapper .off-canvas-menu .explore-menu .explore-path.orange.active .path-title,
.off-canvas-menu-wrapper .off-canvas-menu .explore-menu .explore-path.orange .path-title:hover,
.off-canvas-menu-wrapper .off-canvas-menu .explore-menu .explore-path.orange .path-title:focus {
  background: rgba(227, 114, 34, 0.75);
}
.off-canvas-menu-wrapper .off-canvas-menu .explore-menu .explore-path.green.active .path-title,
.off-canvas-menu-wrapper .off-canvas-menu .explore-menu .explore-path.green .path-title:hover,
.off-canvas-menu-wrapper .off-canvas-menu .explore-menu .explore-path.green .path-title:focus {
  background: rgba(0, 133, 66, 0.75);
}
.off-canvas-menu-wrapper .off-canvas-menu .explore-menu .explore-path.red.active .path-title,
.off-canvas-menu-wrapper .off-canvas-menu .explore-menu .explore-path.red .path-title:hover,
.off-canvas-menu-wrapper .off-canvas-menu .explore-menu .explore-path.red .path-title:focus {
  background: rgba(237, 27, 47, 0.75);
}
.off-canvas-menu-wrapper .off-canvas-menu .explore-menu .explore-path.yellow.active .path-title,
.off-canvas-menu-wrapper .off-canvas-menu .explore-menu .explore-path.yellow .path-title:hover,
.off-canvas-menu-wrapper .off-canvas-menu .explore-menu .explore-path.yellow .path-title:focus {
  background: rgba(251, 171, 24, 0.75);
}
.off-canvas-menu-wrapper .off-canvas-menu .explore-menu .path-menu.blue {
  background: rgba(0, 50, 71, 0.3);
}
.off-canvas-menu-wrapper .off-canvas-menu .explore-menu .path-menu.blue .topic-title:hover,
.off-canvas-menu-wrapper .off-canvas-menu .explore-menu .path-menu.blue .topic-title:focus {
  background: rgba(0, 50, 71, 0.55);
}
.off-canvas-menu-wrapper .off-canvas-menu .explore-menu .path-menu.azure {
  background: rgba(129, 151, 166, 0.3);
}
.off-canvas-menu-wrapper .off-canvas-menu .explore-menu .path-menu.azure .topic-title:hover,
.off-canvas-menu-wrapper .off-canvas-menu .explore-menu .path-menu.azure .topic-title:focus {
  background: rgba(129, 151, 166, 0.55);
}
.off-canvas-menu-wrapper .off-canvas-menu .explore-menu .path-menu.orange {
  background: rgba(227, 114, 34, 0.3);
}
.off-canvas-menu-wrapper .off-canvas-menu .explore-menu .path-menu.orange .topic-title:hover,
.off-canvas-menu-wrapper .off-canvas-menu .explore-menu .path-menu.orange .topic-title:focus {
  background: rgba(227, 114, 34, 0.55);
}
.off-canvas-menu-wrapper .off-canvas-menu .explore-menu .path-menu.green {
  background: rgba(0, 133, 66, 0.3);
}
.off-canvas-menu-wrapper .off-canvas-menu .explore-menu .path-menu.green .topic-title:hover,
.off-canvas-menu-wrapper .off-canvas-menu .explore-menu .path-menu.green .topic-title:focus {
  background: rgba(0, 133, 66, 0.55);
}
.off-canvas-menu-wrapper .off-canvas-menu .explore-menu .path-menu.red {
  background: rgba(237, 27, 47, 0.3);
}
.off-canvas-menu-wrapper .off-canvas-menu .explore-menu .path-menu.red .topic-title:hover,
.off-canvas-menu-wrapper .off-canvas-menu .explore-menu .path-menu.red .topic-title:focus {
  background: rgba(237, 27, 47, 0.55);
}
.off-canvas-menu-wrapper .off-canvas-menu .explore-menu .path-menu.yellow {
  background: rgba(251, 171, 24, 0.3);
}
.off-canvas-menu-wrapper .off-canvas-menu .explore-menu .path-menu.yellow .topic-title:hover,
.off-canvas-menu-wrapper .off-canvas-menu .explore-menu .path-menu.yellow .topic-title:focus {
  background: rgba(251, 171, 24, 0.55);
}
.off-canvas-menu-wrapper .off-canvas-menu .path-menu {
  padding-left: 0;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
.off-canvas-menu-wrapper .off-canvas-menu .path-menu.ng-hide {
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
  opacity: 0;
  filter: alpha(opacity=0);
}
.off-canvas-clickable-layer {
  background: #000000;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 250;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.off-canvas-clickable-layer.ng-hide {
  opacity: 0;
  filter: alpha(opacity=0);
}
.mobile {
  width: 100vw;
}
.desktop {
  width: 100%;
}
.off-canvas-header {
  height: 50px;
  text-decoration: none;
  display: none;
  position: absolute;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.42);
}
.off-canvas-header #off-canvas-menu-button {
  color: #fff;
  font-size: 28px;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  display: block;
  position: fixed;
  right: 10px;
  top: 0;
  height: 50px;
  width: 50px;
  background: rgba(0, 0, 0, 0.42);
}
.off-canvas-header #off-canvas-menu-button:before {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
}
.rotate-button {
  -webkit-transform: rotate(-180deg) !important;
  -ms-transform: rotate(-180deg) !important;
  transform: rotate(-180deg) !important;
}
@media (max-width: 768px) {
  .bar {
    display: none;
  }
  #logo-esa {
    float: left;
    position: relative;
    height: 100%;
    line-height: 100%;
    padding-left: 20px;
    text-align: center;
  }
  #logo-esa .icon-esa {
    line-height: 1;
    text-decoration: none;
    height: 50px;
    display: block;
  }
  #logo-esa .icon-esa:after {
    content: "4";
    font-family: "notesesalogosregular";
    font-size: 36px;
    color: #fff;
    line-height: 50px;
    height: 50px;
    display: block;
  }
  .off-canvas-header {
    display: block;
  }
  #logo-esa:before {
    display: none;
  }
}
.breadcrumb > li {
  text-transform: capitalize;
}
.crater-simple-space {
  display: none;
}
.crater-simple-wrapper {
  border-left: 5px solid #fff;
  cursor: pointer;
  width: 240px;
  height: 135px;
  display: block;
  overflow: hidden;
  margin: 0;
  position: absolute;
  left: 10px;
  top: 10px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 1s ease, transform 1s ease, top 10s;
  transition: opacity 1s ease, transform 1s ease, top 10s;
}
.crater-simple-wrapper.invisible {
  -webkit-transform: rotateY(0deg) translateZ(0) !important;
  -moz-transform: rotateY(0deg) translateZ(0) !important;
  -ms-transform: rotateY(0deg) translateZ(0) !important;
  -o-transform: rotateY(0deg) translateZ(0) !important;
  transform: rotateY(0deg) translateZ(0) !important;
}
.crater-simple-wrapper.invisible .crater-image-gray {
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
}
@media (max-width: 768px) {
  .crater-simple-wrapper {
    transform: initial !important;
  }
}
.crater-simple-wrapper.azure {
  border-color: #8197a6;
}
@media (min-width: 769px) {
  .crater-simple-wrapper.azure .crater-title-wrapper {
    background-color: rgba(129, 151, 166, 0.5);
  }
}
.crater-simple-wrapper.green {
  border-color: #008542;
}
@media (min-width: 769px) {
  .crater-simple-wrapper.green .crater-title-wrapper {
    background-color: rgba(0, 133, 66, 0.5);
  }
}
.crater-simple-wrapper.red {
  border-color: #ed1b2f;
}
@media (min-width: 769px) {
  .crater-simple-wrapper.red .crater-title-wrapper {
    background-color: rgba(237, 27, 47, 0.5);
  }
}
.crater-simple-wrapper.orange {
  border-color: #e37222;
}
@media (min-width: 769px) {
  .crater-simple-wrapper.orange .crater-title-wrapper {
    background-color: rgba(227, 114, 34, 0.5);
  }
}
.crater-simple-wrapper.blue {
  border-color: #003247;
}
@media (min-width: 769px) {
  .crater-simple-wrapper.blue .crater-title-wrapper {
    background-color: rgba(0, 50, 71, 0.5);
  }
}
.crater-simple-wrapper.yellow {
  border-color: #FBAB18;
}
@media (min-width: 769px) {
  .crater-simple-wrapper.yellow .crater-title-wrapper {
    background-color: rgba(251, 171, 24, 0.5);
  }
}
.crater-simple-wrapper:hover {
  z-index: 6666;
  box-shadow: 0 0 40px 6px rgba(0, 0, 0, 0.75);
}
.crater-simple-wrapper:hover .crater-title-wrapper {
  width: 100%;
}
.crater-simple-wrapper:hover .crater-simple-title {
  opacity: 1;
  filter: alpha(opacity=100);
}
.crater-simple-wrapper:focus {
  outline: none !important;
}
.crater-title-wrapper {
  position: absolute;
  display: table;
  width: 0px;
  height: 100%;
  z-index: 666;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.crater-simple-title {
  position: absolute;
  padding: 10px 40px 0 10px;
  font-size: 22px;
  color: #fff;
  margin: 0 !important;
  width: 240px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.95), 0 0 36px rgba(0, 0, 0, 0.95);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
  filter: alpha(opacity=0);
}
.crater-simple-image {
  opacity: 0;
  filter: alpha(opacity=0);
  display: block;
  position: absolute;
  width: 240px;
  height: 135px;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.crater-simple-image > img {
  width: 100%;
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.crater-simple-image .crater-image-color {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.bw .crater-simple-image {
  opacity: 1;
  filter: alpha(opacity=100);
}
.bw .crater-simple-image.ng-hide-add,
.bw .crater-simple-image.ng-hide-remove {
  -webkit-transition: transform 1s ease, opacity 1s ease !important;
  transition: transform 1s ease, opacity 1s ease !important;
  display: block !important;
}
.bw .crater-simple-image.ng-hide-add {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.bw .crater-simple-image.ng-hide-add.ng-hide-add-active {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}
.bw .crater-simple-image.ng-hide-remove {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}
.bw .crater-simple-image.ng-hide-remove.ng-hide-remove-active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
@media (max-width: 768px) {
  .crater-image-list {
    padding: 0;
  }
  .crater-simple-wrapper {
    position: static;
    margin: 5px;
    display: inline-block;
    border-left-width: 5px;
    width: 45%;
    height: auto;
    box-shadow: 0 0 40px 6px rgba(0, 0, 0, 0.75);
    overflow: hidden;
  }
  .crater-simple-wrapper:hover {
    transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    width: 45%;
    height: auto;
  }
  .crater-simple-wrapper:hover .crater-simple-inner {
    -webkit-filter: none;
    filter: none;
  }
  .crater-simple-wrapper .crater-simple-title {
    opacity: 1;
    filter: alpha(opacity=100);
    font-size: 26px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    width: 100%;
    padding: 0 4px;
  }
  .crater-simple-wrapper .crater-simple-image {
    position: static;
    height: auto;
    width: 33.333%;
    display: inline-block;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .crater-simple-wrapper .crater-simple-image:nth-child(2) {
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
  }
  .crater-simple-wrapper .crater-simple-image:nth-child(3) {
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
  }
  .crater-simple-wrapper .crater-simple-image:nth-child(4) {
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
  }
  .crater-simple-wrapper .crater-simple-image:nth-child(5) {
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
  }
  .crater-simple-wrapper .crater-simple-image:nth-child(6) {
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
  }
  .crater-title-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
  }
  .crater-simple-inner {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    /* IE 6-9 */
    height: 100%;
    position: relative;
  }
}
@media (max-width: 650px) {
  .crater-simple-wrapper {
    border-left-width: 4px;
  }
  .crater-simple-wrapper .crater-simple-title {
    font-size: 24px;
  }
}
@media (max-width: 570px) {
  .crater-simple-wrapper .crater-simple-title {
    font-size: 20px;
  }
}
@media (max-width: 490px) {
  .crater-simple-wrapper {
    width: 70%;
  }
  .crater-simple-wrapper:hover {
    width: 70%;
  }
}
@media (max-width: 375px) {
  .crater-simple-wrapper {
    width: 80%;
  }
  .crater-simple-wrapper:hover {
    width: 80%;
  }
}
.hs-wrapper {
  position: absolute;
  display: block;
  width: 32px;
  height: 32px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 3;
}
.hs-wrapper:hover {
  z-index: 6666;
}
.hs-wrapper .hs-marker {
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  margin: 0;
  cursor: pointer;
  color: #fff;
  z-index: 5;
}
.hs-wrapper .hs-marker > .glyphicon {
  position: absolute;
  display: block;
  width: 14px;
  height: 14px;
  left: 50%;
  top: 50%;
  z-index: 666;
  margin: -7px 0 0 -7px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.hs-wrapper .hs-marker > .glyphicon.animate {
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.hs-wrapper .hs-marker > .glyphicon-globe {
  -webkit-transform: rotateY(0deg) !important;
  -ms-transform: rotateY(0deg) !important;
  transform: rotateY(0deg) !important;
}
.hs-wrapper .hs-marker > .glyphicon-globe.animate {
  -webkit-transform: rotateY(180deg) !important;
  -ms-transform: rotateY(180deg) !important;
  transform: rotateY(180deg) !important;
}
.azure .hs-wrapper .hs-marker {
  background: #8197a6;
}
.green .hs-wrapper .hs-marker {
  background: #008542;
}
.orange .hs-wrapper .hs-marker {
  background: #e37222;
}
.red .hs-wrapper .hs-marker {
  background: #ed1b2f;
}
.blue .hs-wrapper .hs-marker {
  background: #003247;
}
.yellow .hs-wrapper .hs-marker {
  background: #FBAB18;
}
.hs-wrapper .hs-popup {
  position: absolute;
  left: 37px;
  bottom: 32px;
  display: block;
  padding: 0px;
  width: 170px;
  z-index: 66;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hs-wrapper .hs-popup:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -5px;
  right: 0;
  height: 100%;
  border-left: 5px solid #8197a6;
  background-color: #000;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-perspective-origin: 100% 100%;
  -moz-perspective-origin: 100% 100%;
  perspective-origin: 100% 100%;
  -webkit-perspective: 200px;
  -moz-perspective: 200px;
  perspective: 200px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.azure .hs-wrapper .hs-popup:before {
  border-left-color: #8197a6;
}
.green .hs-wrapper .hs-popup:before {
  border-left-color: #008542;
}
.orange .hs-wrapper .hs-popup:before {
  border-left-color: #e37222;
}
.red .hs-wrapper .hs-popup:before {
  border-left-color: #ed1b2f;
}
.blue .hs-wrapper .hs-popup:before {
  border-left-color: #003247;
}
.yellow .hs-wrapper .hs-popup:before {
  border-left-color: #FBAB18;
}
.hs-wrapper .hs-popup.ng-hide {
  display: block !important;
  -webkit-transform: translate3d(0, 32px, 0);
  transform: translate3d(0, 32px, 0);
}
.hs-wrapper .hs-popup.ng-hide:before {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(1, 0.1);
  -ms-transform: scale(1, 0.1);
  transform: scale(1, 0.1);
}
.hs-wrapper .hs-popup.ng-hide .hs-popup-header {
  position: absolute;
  left: -6666px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(1, 0.1);
  -ms-transform: scale(1, 0.1);
  transform: scale(1, 0.1);
}
.hs-wrapper .hs-popup.ng-hide.ng-hide-add .hs-popup-header,
.hs-wrapper .hs-popup.ng-hide.ng-hide-remove .hs-popup-header {
  left: 0;
  position: static;
}
.hs-wrapper .hs-popup .hs-popup-header {
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-perspective-origin: 100% 100%;
  -moz-perspective-origin: 100% 100%;
  perspective-origin: 100% 100%;
  -webkit-perspective: 200px;
  -moz-perspective: 200px;
  perspective: 200px;
  -webkit-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.hs-wrapper .hs-popup .hs-popup-body {
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.hs-wrapper .hs-popup img {
  width: 100%;
}
.hs-wrapper .hs-popup-body {
  background-color: rgba(0, 0, 0, 0.6);
}
.hs-wrapper .hs-desc {
  color: #fff;
  text-transform: uppercase;
  font-family: "thesansosfsemibold";
  font-size: 13px;
  line-height: 18px;
  padding: 8px 12px 6px 12px;
}
.interviews {
  list-style: none;
}
@media (max-width: 768px), (max-height: 620px) {
  .interviews > li {
    width: 100%;
  }
  .interviews .int-wrapper > * {
    display: inline-block !important;
  }
  .interviews .int-wrapper .int-popup {
    right: 0 !important;
  }
  .interviews .int-image-inner {
    width: 100% !important;
    height: 100% !important;
  }
}
@media (min-width: 481px) and (max-width: 768px), (max-height: 620px) {
  .interviews .int-wrapper .int-popup {
    width: 65%;
  }
  .interviews .int-image {
    width: 35% !important;
  }
}
@media (max-width: 480px) {
  .interviews .int-wrapper .int-popup {
    width: 55%;
  }
  .interviews .int-image {
    width: 45% !important;
  }
}
.interviews > li {
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.interviews > li .int-image {
  width: 136px;
  height: 136px;
  cursor: pointer;
  overflow: hidden;
  background: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.azure .interviews > li .int-image:hover {
  border-color: #8197a6;
}
.green .interviews > li .int-image:hover {
  border-color: #008542;
}
.orange .interviews > li .int-image:hover {
  border-color: #e37222;
}
.red .interviews > li .int-image:hover {
  border-color: #ed1b2f;
}
.blue .interviews > li .int-image:hover {
  border-color: #003247;
}
.yellow .interviews > li .int-image:hover {
  border-color: #FBAB18;
}
.interviews > li .int-image-inner {
  width: 136px;
  height: 136px;
  background-position: center center;
  background-size: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.interviews > li .int-image-inner .glyphicon {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #fff;
  font-size: 14px;
}
.interviews > li .int-image-inner:hover,
.interviews > li .int-image-inner:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.interviews > li .int-image-inner:hover .glyphicon,
.interviews > li .int-image-inner:focus .glyphicon {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.interviews > li .afkl-lazy-wrapper {
  position: relative;
  display: block;
  height: 100%;
}
.interviews > li .afkl-lazy-wrapper img {
  position: absolute;
  left: 50%;
  height: 100%;
  width: auto !important;
  display: inline-block;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
.interviews > li .int-popup {
  position: absolute;
  width: 180px;
  height: 136px;
  right: -180px;
  top: 0px;
  background-color: #000;
  color: #fff;
  padding: 15px;
  border-left: 5px solid #8197a6;
  z-index: 66;
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-perspective: 200px;
  -moz-perspective: 200px;
  perspective: 200px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.interviews > li .int-popup.ng-hide {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0.1, 1);
  -ms-transform: scale(0.1, 1);
  transform: scale(0.1, 1);
}
.azure .interviews > li .int-popup {
  border-color: #8197a6;
}
.green .interviews > li .int-popup {
  border-color: #008542;
}
.orange .interviews > li .int-popup {
  border-color: #e37222;
}
.red .interviews > li .int-popup {
  border-color: #ed1b2f;
}
.blue .interviews > li .int-popup {
  border-color: #003247;
}
.yellow .interviews > li .int-popup {
  border-color: #FBAB18;
}
.interviews > li .int-popup-inner {
  display: table;
  width: 100%;
  height: 100%;
}
.interviews > li .int-popup-content {
  display: table-cell;
  vertical-align: middle;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.interviews > li .int-title {
  font-size: 13px;
  line-height: 15px;
}
.interviews > li .int-desc {
  margin-top: 5px;
  font-size: 11px;
  line-height: 13px;
  color: #919191;
}
/* preventing reflow lazy image setup */
.afkl-lazy-wrapper {
  position: relative;
  height: 0;
  overflow: hidden;
  display: block;
  background-color: #222;
}
.afkl-lazy-wrapper:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(../images/balls.gif);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  opacity: 1;
  filter: alpha(opacity=100);
}
[afkl-lazy-image-loaded=done].afkl-lazy-wrapper:before {
  opacity: 0;
  filter: alpha(opacity=0);
}
/*Changes added to fit Lorenzo's Re-Design (Oct 2016)*/
.afkl-lazy-wrapper.overlay-image {
  width: 66.6%;
  float: right;
  height: auto;
  padding-bottom: 50.25%;
  max-height: 85%;
  background: rgba(255, 255, 255, 0.1);
}
.afkl-lazy-wrapper.overlay-image img {
  padding: 30px;
}
/*End of the changes mentioned above*/
/* auto size our image */
.afkl-lazy-wrapper .afkl-lazy-image {
  width: 100%;
}
.afkl-lazy-image {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
}
[afkl-lazy-image-loaded=done] .afkl-lazy-image {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* default loading state */
.afkl-lazy-image-loading {
  background-color: #222;
}
/* available ratio's, make your own if they are different on different devices or simply extend */
.afkl-img-ratio-4-2,
.afkl-img-ratio-2-1 {
  padding-bottom: 50%;
  /* (2/4)*100 */
}
.afkl-img-ratio-16-9 {
  padding-bottom: 56.25%;
  /* (9/16)*100 */
}
.afkl-img-ratio-3-2 {
  padding-bottom: 66.67%;
  /* now calculation is clear, right :) */
}
.afkl-img-ratio-1-1 {
  padding-bottom: 100%;
}
.afkl-img-ratio-4-3 {
  padding-bottom: 75%;
}
.afkl-img-ratio-3-4 {
  padding-bottom: 133%;
}
/* Stars 
------------------------------------- */
#loading {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: 9500;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
#loading .loading-inner {
  background-color: #000;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 769px) {
  #loading .loading-inner {
    top: 50px;
  }
}
@media (max-width: 768px) {
  #loading .loading-inner {
    top: 40px;
  }
}
#loading .loading-inner:before,
#loading .loading-inner:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
#loading .loading-inner:before {
  height: 54px;
  top: -54px;
}
#loading .loading-inner:after {
  height: 42px;
  bottom: -42px;
}
#loading .loading-wrapper {
  display: block;
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translate3d(0, -70%, 0);
  transform: translate3d(0, -70%, 0);
  text-align: center;
}
#loading .text {
  position: relative;
  width: 100%;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}
#loading .seid-spinner {
  color: #fff;
  width: 36px;
  height: 36px;
}
#loading .seid-progress {
  position: absolute;
  left: 0;
  right: 0;
  top: 7px;
  color: #fff;
}
#loading .spinner-wrapper {
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}
#loading h1 {
  margin-top: 0;
  color: #fff;
  display: block;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 769px) {
  #loading h1 {
    font-size: 60px;
  }
}
@media (min-width: 520px) and (max-width: 768px) {
  #loading h1 {
    font-size: 40px;
  }
}
#loading.ng-hide-remove {
  opacity: 0;
  filter: alpha(opacity=0);
}
#loading.ng-hide-remove .text {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0.95, 0.95);
  -ms-transform: scale(0.95, 0.95);
  transform: scale(0.95, 0.95);
}
#loading.ng-hide-remove .spinner-wrapper {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0.75, 0.75);
  -ms-transform: scale(0.75, 0.75);
  transform: scale(0.75, 0.75);
}
#loading.ng-hide-remove.ng-hide-remove-active {
  opacity: 1;
  filter: alpha(opacity=100);
}
#loading.ng-hide-remove.ng-hide-remove-active .text {
  opacity: 1;
  filter: alpha(opacity=100);
}
#loading.ng-hide-remove.ng-hide-remove-active .spinner-wrapper {
  opacity: 1;
  filter: alpha(opacity=100);
}
#loading.ng-hide-add {
  opacity: 1;
  filter: alpha(opacity=100);
}
#loading.ng-hide-add .text {
  -webkit-transition-delay: 0;
  transition-delay: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
#loading.ng-hide-add .spinner-wrapper {
  -webkit-transition-delay: 0;
  transition-delay: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
#loading.ng-hide-add.ng-hide-add-active {
  opacity: 0;
  filter: alpha(opacity=0);
}
#loading.ng-hide-add.ng-hide-add-active .text {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0.95, 0.95);
  -ms-transform: scale(0.95, 0.95);
  transform: scale(0.95, 0.95);
}
#loading.ng-hide-add.ng-hide-add-active .spinner-wrapper {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0.75, 0.75);
  -ms-transform: scale(0.75, 0.75);
  transform: scale(0.75, 0.75);
}
.stars {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: -webkit-radial-gradient(2px 2px at 20px 30px, #c5c5c5, rgba(0, 0, 0, 0)), -webkit-radial-gradient(2px 2px at 40px 70px, #e5e5e5, rgba(0, 0, 0, 0)), -webkit-radial-gradient(2px 2px at 50px 160px, #a5a5a5, rgba(0, 0, 0, 0)), -webkit-radial-gradient(2px 2px at 90px 40px, #e5e5e5, rgba(0, 0, 0, 0)), -webkit-radial-gradient(2px 2px at 130px 80px, #e5e5e5, rgba(0, 0, 0, 0)), -webkit-radial-gradient(2px 2px at 160px 120px, #a5a5a5, rgba(0, 0, 0, 0));
  background-image: radial-gradient(2px 2px at 20px 30px, #c5c5c5, rgba(0, 0, 0, 0)), radial-gradient(2px 2px at 40px 70px, #e5e5e5, rgba(0, 0, 0, 0)), radial-gradient(2px 2px at 50px 160px, #a5a5a5, rgba(0, 0, 0, 0)), radial-gradient(2px 2px at 90px 40px, #e5e5e5, rgba(0, 0, 0, 0)), radial-gradient(2px 2px at 130px 80px, #e5e5e5, rgba(0, 0, 0, 0)), radial-gradient(2px 2px at 160px 120px, #a5a5a5, rgba(0, 0, 0, 0));
  background-repeat: repeat;
  background-size: 200px 200px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.stars:nth-child(1) {
  opacity: 0.2;
  filter: alpha(opacity=20);
  -webkit-animation: starani 100s linear 0s infinite alternate;
  animation: starani 100s linear 0s infinite alternate;
  -webkit-animation-duration: 60s;
  animation-duration: 60s;
  background-position: -50px -50px;
  background-size: 100px 100px;
}
.stars:nth-child(2) {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-animation: starani 100s linear 0s infinite alternate;
  animation: starani 100s linear 0s infinite alternate;
  -webkit-animation-duration: 40s;
  animation-duration: 40s;
  background-size: 200px 200px;
}
.stars:nth-child(3) {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-animation: starani 100s linear 0s infinite alternate;
  animation: starani 100s linear 0s infinite alternate;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  background-size: 300px 300px;
}
/*
.stars:nth-child(1) {
  background-position: 50% 50%;
  .animation-delay(0s);
  .opacity(0.5);
  .scale(1.75, 1.75);
}
.stars:nth-child(2) {
  background-position: 20% 60%;
  .animation-delay(0.2s);
  .opacity(0.75);
  .scale(2.5, 2.5);
}
.stars:nth-child(3) {
  background-position: -20% -30%;
  .animation-delay(0.4s);
  .scale(3.25, 3.25);
}
.stars:nth-child(4) {
  background-position: 40% -80%;
  .animation-delay(0.6s);
}
.stars:nth-child(5) {
  background-position: -20% 30%;
  .animation-delay(0.8s);
}
*/
@keyframes zoom {
  0% {
    opacity: 0;
    transform: scale(0.5);
    animation-timing-function: ease-in;
  }
  85% {
    opacity: 1;
    transform: scale(2.8);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: scale(3.5);
  }
}
@-webkit-keyframes zoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -webkit-animation-timing-function: ease-in;
  }
  85% {
    opacity: 1;
    -webkit-transform: scale(2.8);
    -webkit-animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(3.5);
  }
}
@-webkit-keyframes starani {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 0.1;
  }
  2% {
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale3d(6, 6, 6);
    transform: scale3d(6, 6, 6);
    opacity: 0.8;
  }
}
@keyframes starani {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 0.1;
  }
  2% {
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale3d(6, 6, 6);
    transform: scale3d(6, 6, 6);
    opacity: 0.6;
  }
}
@-moz-keyframes starani {
  0% {
    -moz-transform: scale3d(1, 1, 1);
    opacity: 0.1;
  }
  2% {
    opacity: 0.8;
  }
  100% {
    -moz-transform: scale3d(1.7, 1.7, 1.7);
    transform: scale3d(1.7, 1.7, 1.7);
  }
}
.starani {
  -webkit-animation: starani 100s linear 0s infinite alternate;
  animation: starani 100s linear 0s infinite alternate;
}
@-webkit-keyframes ngdialog-flyin {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes ngdialog-flyin {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes ngdialog-flyout {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@keyframes ngdialog-flyout {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-webkit-keyframes ngdialog-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ngdialog-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes ngdialog-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ngdialog-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes ngdialog-zoomin {
  0% {
    -webkit-transform: scale(1, 0.9);
    -ms-transform: scale(1, 0.9);
    transform: scale(1, 0.9);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes ngdialog-zoomin {
  0% {
    -webkit-transform: scale(1, 0.9);
    -ms-transform: scale(1, 0.9);
    transform: scale(1, 0.9);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-webkit-keyframes ngdialog-zoomout {
  0% {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    -webkit-transform: scale(1, 0.9);
    -ms-transform: scale(1, 0.9);
    transform: scale(1, 0.9);
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@keyframes ngdialog-zoomout {
  0% {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    -webkit-transform: scale(1, 0.9);
    -ms-transform: scale(1, 0.9);
    transform: scale(1, 0.9);
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
a[href*="#/explore/science"] {
  color: #ed1b2f;
}
a[href*="#/explore/missions"] {
  color: #8197a6;
}
a[href*="#/explore/technology"] {
  color: #FBAB18;
}
a[href*="#/explore/humans"] {
  color: #008542;
}
a[href*="#/explore/esa"] {
  color: #00597B;
}
a[href*="#/explore/vision"] {
  color: #008542;
}
.ngdialog,
.ngdialog *,
.ngdialog *:before,
.ngdialog *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ngdialog {
  position: fixed;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.ngdialog-overlay {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.9);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  -webkit-animation: ngdialog-fadein 0.5s;
  animation: ngdialog-fadein 0.5s;
}
.ngdialog.ngdialog-closing .ngdialog-overlay {
  -webkit-backface-visibility: hidden;
  -webkit-animation: ngdialog-fadeout 0.5s;
  animation: ngdialog-fadeout 0.5s;
}
.ngdialog-content {
  background: white;
  -webkit-backface-visibility: hidden;
  -webkit-animation: ngdialog-zoomin 0.5s;
  animation: ngdialog-zoomin 0.5s;
  background-color: rgba(0, 0, 0, 0.75);
  margin: 0 auto;
  overflow: auto;
}
@media (min-width: 769px) {
  .ngdialog-content {
    overflow-y: hidden;
  }
}
.ngdialog.ngdialog-closing .ngdialog-content {
  -webkit-backface-visibility: hidden;
  -webkit-animation: ngdialog-zoomout 0.5s;
  animation: ngdialog-zoomout 0.5s;
}
.ngdialog-close:before {
  font-family: 'Helvetica', Arial, sans-serif;
  content: '\00D7';
  cursor: pointer;
}
body.ngdialog-open {
  overflow: hidden;
}
.ngdialog.ngdialog-theme-plain .ngdialog-content {
  color: #fff;
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 1.1em;
  line-height: 1.5em;
  position: relative;
  width: 100%;
  height: 100%;
}
.ngdialog.ngdialog-theme-plain .ngdialog-content > img {
  width: 100%;
  margin-bottom: 12px;
}
.ngdialog.ngdialog-theme-plain .ngdialog-content h1,
.ngdialog.ngdialog-theme-plain .ngdialog-content h2,
.ngdialog.ngdialog-theme-plain .ngdialog-content h3,
.ngdialog.ngdialog-theme-plain .ngdialog-content h4,
.ngdialog.ngdialog-theme-plain .ngdialog-content h5,
.ngdialog.ngdialog-theme-plain .ngdialog-content h6,
.ngdialog.ngdialog-theme-plain .ngdialog-content p,
.ngdialog.ngdialog-theme-plain .ngdialog-content ul,
.ngdialog.ngdialog-theme-plain .ngdialog-content li {
  color: inherit;
}
.ngdialog.ngdialog-theme-plain .ngdialog-close {
  cursor: pointer;
  position: absolute;
  right: 28px;
  top: 28px;
  width: 39px;
  height: 39px;
  line-height: 39px;
  display: block;
  background-color: #222222;
  text-align: center;
  z-index: 6666;
}
.ngdialog.ngdialog-theme-plain .ngdialog-close:before {
  background: transparent;
  color: #bbb;
  content: "\00D7";
  font-size: 26px;
  font-weight: 400;
  height: 39px;
  line-height: 37px;
  text-align: center;
  width: 39px;
}
.no-touch .ngdialog.ngdialog-theme-plain .ngdialog-close:before {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}
.no-touch .ngdialog.ngdialog-theme-plain .ngdialog-close:hover:before,
.no-touch .ngdialog.ngdialog-theme-plain .ngdialog-close:active:before {
  color: #7b7b7b;
}
.ngdialog.ngdialog-theme-plain .ngdialog-message {
  margin-bottom: 0.5em;
}
.ngdialog.ngdialog-theme-plain .ngdialog-input {
  margin-bottom: 1em;
}
.ngdialog.ngdialog-theme-plain .ngdialog-input textarea,
.ngdialog.ngdialog-theme-plain .ngdialog-input input[type="text"],
.ngdialog.ngdialog-theme-plain .ngdialog-input input[type="password"],
.ngdialog.ngdialog-theme-plain .ngdialog-input input[type="email"],
.ngdialog.ngdialog-theme-plain .ngdialog-input input[type="url"] {
  background: #f0f0f0;
  border: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  margin: 0 0 0.25em;
  min-height: 2.5em;
  padding: 0.25em 0.67em;
  width: 100%;
}
.ngdialog.ngdialog-theme-plain .ngdialog-input textarea:focus,
.ngdialog.ngdialog-theme-plain .ngdialog-input input[type="text"]:focus,
.ngdialog.ngdialog-theme-plain .ngdialog-input input[type="password"]:focus,
.ngdialog.ngdialog-theme-plain .ngdialog-input input[type="email"]:focus,
.ngdialog.ngdialog-theme-plain .ngdialog-input input[type="url"]:focus {
  -webkit-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
  outline: none;
}
.ngdialog.ngdialog-theme-plain .ngdialog-buttons:after {
  clear: both;
  content: '';
  display: table;
}
.ngdialog.ngdialog-theme-plain .ngdialog-button {
  border: 0;
  cursor: pointer;
  float: right;
  font-family: inherit;
  font-size: 0.8em;
  letter-spacing: 0.1em;
  line-height: 1em;
  margin: 0 0 0 0.5em;
  padding: 0.75em 2em;
  text-transform: uppercase;
}
.ngdialog.ngdialog-theme-plain .ngdialog-button:focus {
  -webkit-animation: ngdialog-pulse 1.1s infinite;
  animation: ngdialog-pulse 1.1s infinite;
  outline: none;
}
@media (max-width: 568px) {
  .ngdialog.ngdialog-theme-plain .ngdialog-button:focus {
    -webkit-animation: none;
    animation: none;
  }
}
.ngdialog.ngdialog-theme-plain .ngdialog-button.ngdialog-button-primary {
  background: #3288e6;
  color: #fff;
}
.ngdialog.ngdialog-theme-plain .ngdialog-button.ngdialog-button-secondary {
  background: #e0e0e0;
  color: #777;
}
.ngdialog videogular vg-controls {
  bottom: 27px;
  position: absolute;
}
.ngdialog h2 {
  color: #8197a6;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
.ngdialog .playlist,
.ngdialog .stage-desc {
  background: 0 !important;
}
.ngdialog .pl-items-wrapper {
  border: 0 !important;
}
.ngdialog .title {
  padding: 28px;
  margin: 0 !important;
  font-size: 36px;
  font-family: "notesesaregular";
  font-weight: normal;
  color: #fff;
  border-bottom-style: solid;
}
.ngdialog .desc {
  color: #fff !important;
  font-family: "thesansosfsemilight";
  font-size: 15px;
  line-height: 24px;
  padding: 30px;
  text-align: justify;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
  filter: alpha(opacity=100);
}
.ngdialog .desc.changing {
  opacity: 0;
  filter: alpha(opacity=0);
}
@media (min-width: 769px) {
  .ngdialog .desc {
    width: 33.4%;
    height: 85%;
    height: calc(100% - 98px);
    overflow-y: auto;
  }
  .ngdialog .desc.gallery-desc {
    background: black;
    height: 90vh;
    height: calc(100vh - 98px);
    overflow-y: auto;
  }
}
@media (max-width: 768px) {
  .ngdialog .desc {
    padding-top: 28px !important;
  }
}
.ngdialog .desc .shortdesc {
  color: #fff !important;
  font-style: italic;
}
.ngdialog .desc .longdesc {
  color: #919191 !important;
}
.ngdialog .desc .short {
  font-style: italic;
}
.ngdialog .html5frame {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.ngdialog .html5frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
@media (max-width: 768px) {
  .ngdialog .full-height {
    padding-bottom: 90% !important;
    padding-bottom: calc(100vh - 105px) !important;
  }
}
.ngdialog.ngdialog-social .ngdialog-content {
  background-color: #313131;
  color: #fff;
  width: 620px;
  height: 340px;
  padding: 75px 30px;
  text-align: center;
  position: absolute;
  top: 40%;
  left: 50%;
  margin-top: -170px;
  margin-left: -310px;
}
@media (min-width: 769px) {
  .ngdialog.ngdialog-social .ngdialog-content {
    overflow-y: hidden;
  }
}
.ngdialog.ngdialog-social .ngdialog-content h2 {
  font-size: 36px;
  margin-bottom: 30px;
}
.ngdialog.ngdialog-social .ngdialog-content .cta {
  font-size: 24px;
  margin-bottom: 30px;
}
.ngdialog.ngdialog-social .ngdialog-content .btn-social {
  display: inline-block;
  position: relative;
  font-family: "thesansosfsemibold";
  font-size: 20px;
  color: #fff;
  height: 62px;
  line-height: 62px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 20px;
  padding: 0 20px;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background-color: rgba(19, 117, 200, 0.75);
  margin: 0 12px;
}
.ngdialog.ngdialog-social .ngdialog-content .btn-social:hover {
  background-color: #1375c8;
}
.ngdialog.ngdialog-social .ngdialog-content .btn-social .iconBtn {
  background-color: #1375c8;
}
.ngdialog.ngdialog-social .ngdialog-content .btn-social .iconBtn {
  position: relative;
  display: inline-block;
  float: left;
  width: 62px;
  height: 62px;
  line-height: 62px;
  top: 0;
  left: -20px;
}
.ngdialog.ngdialog-social .ngdialog-content .btn-social .iconBtn:before {
  top: -2px;
}
.ngdialog.ngdialog-social .ngdialog-content .btn-social .icon-seid {
  font-size: 32px;
}
.ngdialog.ngdialog-social .ngdialog-content .btn-social.btn-tw {
  background-color: rgba(19, 189, 252, 0.75);
}
.ngdialog.ngdialog-social .ngdialog-content .btn-social.btn-tw:hover {
  background-color: #13bdfc;
}
.ngdialog.ngdialog-social .ngdialog-content .btn-social.btn-tw .iconBtn {
  background-color: #13bdfc;
}
.ngdialog.ngdialog-social .ngdialog-content .btn-social.btn-tw .icon-seid {
  font-size: 24px;
}
.overlay-manage-cookies {
  /* The switch - the box around the slider */
  /* Hide default HTML checkbox */
  /* The slider */
  /* Rounded sliders */
  position: fixed;
  z-index: 11000;
  background-color: rgba(0, 0, 0, 0.9);
  border: 1px solid #ababab;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) !important;
  height: auto !important;
  padding: 20px;
  color: #fff;
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 1.1em;
  line-height: 1.5em;
  width: 50%;
  left: 50%;
  min-width: 360px;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-perspective: 200px;
  -moz-perspective: 200px;
  perspective: 200px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.overlay-manage-cookies .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 30px;
}
.overlay-manage-cookies .slider-always-active {
  background-color: #145997;
  padding: 5px 10px;
  border-radius: 50px;
  display: block;
  float: left;
  margin-bottom: 20px;
}
.overlay-manage-cookies .functional-cookie-text {
  display: block;
  clear: both;
  margin-top: 10px;
}
.overlay-manage-cookies .functional-cookie-container {
  display: flex;
  align-items: center;
}
.overlay-manage-cookies .functional-cookie-container .switch {
  margin-right: 10px;
}
.overlay-manage-cookies .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.overlay-manage-cookies .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.overlay-manage-cookies .slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.overlay-manage-cookies input:checked + .slider {
  background-color: #145997;
}
.overlay-manage-cookies input:focus + .slider {
  box-shadow: 0 0 1px #145997;
}
.overlay-manage-cookies input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
.overlay-manage-cookies .slider.round {
  border-radius: 34px;
}
.overlay-manage-cookies .slider.round:before {
  border-radius: 50%;
}
.overlay-manage-cookies.ng-hide {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(1, 0.1);
  -ms-transform: scale(1, 0.1);
  transform: scale(1, 0.1);
}
.overlay-manage-cookies .overlay-buttons {
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px;
}
.overlay-manage-cookies .overlay-buttons .btn {
  display: inline-block;
  position: relative;
  font-family: "thesansosfsemibold";
  font-size: 16px;
  color: #fff;
  height: 30px;
  line-height: 30px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 20px;
  padding: 0 20px;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background-color: rgba(19, 117, 200, 0.75);
  margin: 5px;
}
.overlay-manage-cookies .overlay-buttons .btn:hover {
  background-color: #1375c8;
}
.overlay-manage-cookies .overlay-buttons .btn .iconBtn {
  background-color: #1375c8;
}
.overlay-manage-cookies .overlay-buttons .btn .iconBtn {
  position: relative;
  display: inline-block;
  float: left;
  width: 30px;
  height: 30px;
  line-height: 30px;
  top: 0;
  left: -20px;
}
.overlay-manage-cookies .overlay-buttons .btn .iconBtn:before {
  top: -2px;
}
.overlay-manage-cookies .overlay-link {
  font-size: 14px;
  margin-bottom: 0;
}
.overlay-cookies {
  position: fixed;
  z-index: 11000;
  background-color: rgba(0, 0, 0, 0.9);
  border-top: 1px solid #ababab;
  bottom: 0;
  height: auto !important;
  padding: 20px;
  color: #fff;
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 1.1em;
  line-height: 1.5em;
  width: 100%;
  text-align: center;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-perspective: 200px;
  -moz-perspective: 200px;
  perspective: 200px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.overlay-cookies.ng-hide {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(1, 0.1);
  -ms-transform: scale(1, 0.1);
  transform: scale(1, 0.1);
}
.overlay-cookies .overlay-buttons {
  margin-bottom: 10px;
}
.overlay-cookies .overlay-buttons .btn {
  display: inline-block;
  position: relative;
  font-family: "thesansosfsemibold";
  font-size: 16px;
  color: #fff;
  height: 30px;
  line-height: 30px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 20px;
  padding: 0 20px;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background-color: rgba(19, 117, 200, 0.75);
  margin: 5px;
}
.overlay-cookies .overlay-buttons .btn:hover {
  background-color: #1375c8;
}
.overlay-cookies .overlay-buttons .btn .iconBtn {
  background-color: #1375c8;
}
.overlay-cookies .overlay-buttons .btn .iconBtn {
  position: relative;
  display: inline-block;
  float: left;
  width: 30px;
  height: 30px;
  line-height: 30px;
  top: 0;
  left: -20px;
}
.overlay-cookies .overlay-buttons .btn .iconBtn:before {
  top: -2px;
}
.overlay-cookies .overlay-link {
  font-size: 14px;
  margin-bottom: 0;
}
.orientation-warning {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  color: #ed1b2f;
  z-index: 66666;
  display: block;
}
.orientation-warning .icons {
  font-size: 64px;
}
.orientation-warning .content {
  position: absolute;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  display: block;
  width: 80%;
  height: 180px;
  top: 50%;
  margin-top: -110px;
  left: 10%;
  padding: 20px;
  background: #ed1b2f;
  color: #fff;
  border-radius: 9px;
}
@media (max-width: 767px) {
  .orientation-warning .content {
    height: 230px;
  }
}
/*
@media screen and (orientation:landscape) {
  body {
    min-height: 320px;
    height: 100%;
    overflow: hidden;
  }

}
*/
.seid-assetgroup {
  position: relative;
  width: 100%;
  height: 100%;
}
.seid-assetgroup ul {
  list-style: none;
  padding: 0;
}
.seid-assetgroup .ag-stage {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #000000;
}
.seid-assetgroup .ag-stage img {
  width: 100%;
}
.seid-assetgroup .ag-stage .ag-items-list {
  margin: 0 auto;
  max-width: 140vh;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0px, 0);
  -webkit-transform: translate(0px, 0);
  -moz-transform: translate(0px, 0);
  -ms-transform: translate(0px, 0);
  -o-transform: translate(0px, 0);
}
.seid-assetgroup .ag-stage .ag-items-list.next-item.ng-hide-add {
  opacity: 1;
  filter: alpha(opacity=100);
}
.seid-assetgroup .ag-stage .ag-items-list.next-item.ng-hide-add-active {
  opacity: 0;
  filter: alpha(opacity=0);
}
.seid-assetgroup .ag-stage .ag-items-list.next-item.ng-hide-add-active:not(.desc-hidden-change) {
  transform: translate(-50px, 0);
  -webkit-transform: translate(-50px, 0);
  -moz-transform: translate(-50px, 0);
  -ms-transform: translate(-50px, 0);
  -o-transform: translate(-50px, 0);
}
.seid-assetgroup .ag-stage .ag-items-list.next-item.ng-hide-remove {
  opacity: 0;
  filter: alpha(opacity=0);
}
.seid-assetgroup .ag-stage .ag-items-list.next-item.ng-hide-remove:not(.desc-hidden-change) {
  transform: translate(50px, 0);
  -webkit-transform: translate(50px, 0);
  -moz-transform: translate(50px, 0);
  -ms-transform: translate(50px, 0);
  -o-transform: translate(50px, 0);
}
.seid-assetgroup .ag-stage .ag-items-list.next-item.ng-hide-remove-active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.seid-assetgroup .ag-stage .ag-items-list.next-item.ng-hide-remove-active:not(.desc-hidden-change) {
  transform: translate(0px, 0);
  -webkit-transform: translate(0px, 0);
  -moz-transform: translate(0px, 0);
  -ms-transform: translate(0px, 0);
  -o-transform: translate(0px, 0);
}
.seid-assetgroup .ag-stage .ag-items-list.prev-item.ng-hide-add {
  opacity: 1;
  filter: alpha(opacity=100);
}
.seid-assetgroup .ag-stage .ag-items-list.prev-item.ng-hide-add-active {
  opacity: 0;
  filter: alpha(opacity=0);
}
.seid-assetgroup .ag-stage .ag-items-list.prev-item.ng-hide-add-active:not(.desc-hidden-change) {
  transform: translate(50px, 0);
  -webkit-transform: translate(50px, 0);
  -moz-transform: translate(50px, 0);
  -ms-transform: translate(50px, 0);
  -o-transform: translate(50px, 0);
}
.seid-assetgroup .ag-stage .ag-items-list.prev-item.ng-hide-remove {
  opacity: 0;
  filter: alpha(opacity=0);
}
.seid-assetgroup .ag-stage .ag-items-list.prev-item.ng-hide-remove:not(.desc-hidden-change) {
  transform: translate(-50px, 0);
  -webkit-transform: translate(-50px, 0);
  -moz-transform: translate(-50px, 0);
  -ms-transform: translate(-50px, 0);
  -o-transform: translate(-50px, 0);
}
.seid-assetgroup .ag-stage .ag-items-list.prev-item.ng-hide-remove-active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.seid-assetgroup .ag-stage .ag-items-list.prev-item.ng-hide-remove-active:not(.desc-hidden-change) {
  transform: translate(0px, 0);
  -webkit-transform: translate(0px, 0);
  -moz-transform: translate(0px, 0);
  -ms-transform: translate(0px, 0);
  -o-transform: translate(0px, 0);
}
@media (max-width: 768px) {
  .seid-assetgroup .ag-stage .ag-video {
    margin-bottom: 27px;
  }
}
@media (min-width: 769px) {
  .seid-assetgroup .ag-stage .ag-player-wrapper {
    width: 66.6%;
    margin: 0;
    height: 85%;
    height: calc(100% - 98px);
    float: right;
    padding: 30px;
    background: rgba(255, 255, 255, 0.1);
    -webkit-transition: all 1s;
    transition: all 1s;
  }
  .seid-assetgroup .ag-stage .ag-player-wrapper.full-width {
    width: 100% !important;
    height: 100% !important;
    display: block;
    margin: 0 auto;
  }
  .seid-assetgroup .ag-stage .ag-player-wrapper.gallery {
    max-width: 100% !important;
    padding: 0px;
  }
  .seid-assetgroup .ag-stage .ag-player-wrapper.gallery .ag-items-list {
    display: block;
    max-width: initial !important;
  }
  .seid-assetgroup .ag-stage .ag-player-wrapper .ag-items-list {
    margin: 0 auto;
    max-width: 140vh;
  }
}
.seid-assetgroup .ag-stage .pl-player-wrapper {
  position: relative;
}
.seid-assetgroup .ag-stage .pl-player-wrapper videogular vg-controls {
  position: absolute;
  bottom: 2%;
  height: 32px;
}
.seid-assetgroup .ag-stage .stage-image {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.seid-assetgroup .ag-stage .stage-desc {
  color: #fff;
  padding: 10px 40px 40px 20px;
}
.seid-assetgroup .ag-stage .stage-desc p {
  font-size: 14px;
}
.seid-assetgroup .ag-stage .ag-controls-wrapper {
  float: right;
  width: 163px;
  margin-top: 28px;
}
.seid-assetgroup .ag-stage .ag-control {
  position: relative;
  display: inline-block;
  z-index: 6666;
  color: #bbb;
  width: 39px;
  height: 39px;
  background-color: #222222;
  text-align: center;
  line-height: 39px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  user-select: none;
}
.seid-assetgroup .ag-stage .ag-control .icon-seid {
  font-size: 18px;
  line-height: 39px;
}
.seid-assetgroup .ag-stage .ag-control.next {
  margin-left: 5px;
}
.no-touch .seid-assetgroup .ag-stage .ag-control:hover {
  color: #7b7b7b;
}
.seid-assetgroup .ag-stage .title {
  border-bottom-style: solid;
  position: relative;
  min-height: 98px;
  z-index: 10;
  padding: 0 !important;
}
.seid-assetgroup .ag-stage .title h3 {
  position: relative;
  margin: 0;
  padding: 28px;
  font-size: 36px;
  width: 100%;
}
@media (min-width: 1200px) {
  .seid-assetgroup .ag-stage .title h3 {
    width: 1000px;
  }
}
@media (min-width: 769px) {
  .seid-assetgroup .ag-stage .title.initialized h3 {
    -webkit-transition: all 1s;
    transition: all 1s;
  }
  .seid-assetgroup .ag-stage .title.next-item h3.ng-hide-add {
    position: absolute;
    transform: translate(0px, 0);
    -webkit-transform: translate(0px, 0);
    -moz-transform: translate(0px, 0);
    -ms-transform: translate(0px, 0);
    -o-transform: translate(0px, 0);
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .seid-assetgroup .ag-stage .title.next-item h3.ng-hide-add-active {
    transform: translate(-100%, 0);
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .seid-assetgroup .ag-stage .title.next-item h3.ng-hide-remove {
    position: absolute;
    transform: translate(100%, 0);
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .seid-assetgroup .ag-stage .title.next-item h3.ng-hide-remove-active {
    transform: translate(0px, 0);
    -webkit-transform: translate(0px, 0);
    -moz-transform: translate(0px, 0);
    -ms-transform: translate(0px, 0);
    -o-transform: translate(0px, 0);
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .seid-assetgroup .ag-stage .title.prev-item h3.ng-hide-add {
    position: absolute;
    transform: translate(0px, 0);
    -webkit-transform: translate(0px, 0);
    -moz-transform: translate(0px, 0);
    -ms-transform: translate(0px, 0);
    -o-transform: translate(0px, 0);
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
  }
  .seid-assetgroup .ag-stage .title.prev-item h3.ng-hide-add-active {
    transform: translate(100%, 0);
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .seid-assetgroup .ag-stage .title.prev-item h3.ng-hide-remove {
    position: absolute;
    transform: translate(-100%, 0);
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .seid-assetgroup .ag-stage .title.prev-item h3.ng-hide-remove-active {
    transform: translate(0px, 0);
    -webkit-transform: translate(0px, 0);
    -moz-transform: translate(0px, 0);
    -ms-transform: translate(0px, 0);
    -o-transform: translate(0px, 0);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.seid-nestedgallery {
  position: relative;
}
.seid-nestedgallery .subtitle {
  position: absolute;
  left: 30px;
  top: -30px;
  font-size: 18px;
  color: #919191 !important;
  margin: 0;
}
.seid-nestedgallery .ng-stage {
  height: 85%;
  height: calc(100% - 98px);
}
.seid-nestedgallery .ng-player-wrapper {
  position: relative;
}
@media (min-width: 769px) {
  .seid-nestedgallery .ng-player-wrapper {
    width: 66.6%;
    float: right;
    padding: 30px;
  }
  .seid-nestedgallery .ng-player-wrapper .ng-control {
    left: 30px;
  }
  .seid-nestedgallery .ng-player-wrapper .ng-control.next {
    right: 30px;
  }
  .seid-nestedgallery .ng-player-wrapper.full-width {
    max-width: 150vh;
    width: 100% !important;
    float: none !important;
    margin: 0 auto !important;
  }
}
.seid-nestedgallery .ng-control {
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -24px;
  z-index: 6666;
  color: #fff;
  width: 48px;
  height: 48px;
  background-color: rgba(0, 0, 0, 0.28);
  text-align: center;
  line-height: 48px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  user-select: none;
}
.seid-nestedgallery .ng-control .icon-seid {
  font-size: 24px;
  line-height: 48px;
}
.seid-nestedgallery .ng-control.toggle {
  margin: 0;
  right: 9px;
  left: auto;
  top: 9px;
  font-size: 18px;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.seid-nestedgallery .ng-control.toggle.ng-hide {
  opacity: 0;
  filter: alpha(opacity=0);
}
.seid-nestedgallery .ng-control.next {
  left: auto;
  right: 0px;
}
.no-touch .seid-nestedgallery .ng-control:hover {
  background-color: rgba(0, 0, 0, 0.56);
}
.overlay-topic .pl-items-wrapper {
  display: block;
  right: 0;
  background: #2c2c2c;
  overflow: hidden;
  z-index: 666;
  width: 100%;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
@media (min-width: 769px) {
  .overlay-topic .pl-items-wrapper {
    transform: translate(0, -20px);
    -webkit-transform: translate(0, -20px);
    -moz-transform: translate(0, -20px);
    -ms-transform: translate(0, -20px);
    -o-transform: translate(0, -20px);
  }
}
.show-items.overlay-topic .pl-items-wrapper .pl-control,
.show-items.overlay-topic .pl-items-wrapper .pl-items,
.show-items.overlay-topic .pl-items-wrapper .pl-index {
  opacity: 1;
  filter: alpha(opacity=100);
}
.overlay-topic .pl-items {
  overflow: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  padding: 10px;
}
.overlay-topic .pl-items .pl-mov {
  position: absolute;
  color: #fff;
  top: 57px;
  display: block;
  width: 39px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  background: #3d3d3d;
  z-index: 666;
}
.overlay-topic .pl-items .pl-mov .icon-seid {
  line-height: 39px;
}
.overlay-topic .pl-items .right {
  right: 0;
}
.overlay-topic .pl-items .left {
  left: 0;
}
.overlay-topic .pl-items .pl-item-list {
  white-space: nowrap;
  height: 125px;
  overflow-y: hidden;
  overflow-x: auto;
}
.overlay-topic .pl-items > ul {
  list-style: none;
  margin: 0;
}
.overlay-topic .pl-items li {
  position: relative;
  border-left: 3px solid #999999;
  margin: 0px 0 20px 0;
  background-color: #000;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 150px;
  display: inline-block;
  margin-bottom: 0 !important;
  overflow: hidden;
  height: 125px;
}
.overlay-topic .pl-items li:hover .item-caption,
.overlay-topic .pl-items li.select .item-caption,
.overlay-topic .pl-items li:focus .item-caption {
  height: 100%;
}
.overlay-topic .pl-items li:hover .item-title,
.overlay-topic .pl-items li.select .item-title,
.overlay-topic .pl-items li:focus .item-title {
  white-space: normal !important;
  overflow: initial !important;
}
.overlay-topic .pl-items li:hover .item-desc,
.overlay-topic .pl-items li.select .item-desc,
.overlay-topic .pl-items li:focus .item-desc {
  display: block !important;
  white-space: normal !important;
}
.overlay-topic .pl-items li .item-caption {
  color: #fff;
  padding: 10px;
  background: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 769px) {
  .overlay-topic .pl-items li .item-caption {
    height: 42px;
  }
}
@media (max-width: 768px) {
  .overlay-topic .pl-items li .item-caption {
    height: 62px;
  }
}
.overlay-topic .pl-items li .item-caption .glyphicon {
  float: left;
  line-height: 18px;
  margin-right: 6px;
}
.overlay-topic .pl-items li .item-caption .item-title {
  display: block;
  margin-left: 2px;
  font-family: "notesesaregular";
  font-size: 16px;
  color: #fff;
  text-overflow: ellipsis;
  /* Required for text-overflow to do anything */
  white-space: nowrap;
  overflow: hidden;
}
.overlay-topic .pl-items li .item-caption .item-desc {
  font-family: "notesesaregular";
  font-size: 14px;
  line-height: 18px;
  color: #7b7b7b;
  white-space: nowrap;
}
@media (min-width: 769px) {
  .overlay-topic .pl-items li .item-caption .item-desc {
    display: none;
  }
}
@media (max-width: 768px) {
  .overlay-topic .pl-items li .item-caption .item-desc {
    display: block;
  }
}
.overlay-topic .pl-items li .pl-timer-wrapper {
  position: absolute;
  bottom: 0px;
  left: 10px;
  right: 10px;
}
.overlay-topic .pl-items li .pl-timer {
  height: 4px;
  background: #fff;
  display: none;
  -webkit-transition: all 0.05s;
  transition: all 0.05s;
}
.overlay-topic .pl-items li img {
  width: 100%;
}
.no-touch .overlay-topic .pl-items li:hover.blue,
.overlay-topic .pl-items li.active.blue {
  border-color: #003247 !important;
}
.no-touch .overlay-topic .pl-items li:hover.azure,
.overlay-topic .pl-items li.active.azure {
  border-color: #8197a6 !important;
}
.no-touch .overlay-topic .pl-items li:hover.green,
.overlay-topic .pl-items li.active.green {
  border-color: #008542 !important;
}
.no-touch .overlay-topic .pl-items li:hover.orange,
.overlay-topic .pl-items li.active.orange {
  border-color: #e37222 !important;
}
.no-touch .overlay-topic .pl-items li:hover.red,
.overlay-topic .pl-items li.active.red {
  border-color: #ed1b2f !important;
}
.no-touch .overlay-topic .pl-items li:hover.yellow,
.overlay-topic .pl-items li.active.yellow {
  border-color: #FBAB18 !important;
}
.no-touch .overlay-topic .pl-items li:hover .item-image .icon-seid {
  opacity: 1;
  filter: alpha(opacity=100);
}
.overlay-topic .pl-items li.active .pl-timer {
  display: block;
}
.overlay-topic .pl-items li.playing .item-image .icon-seid {
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
}
.overlay-topic .pl-items .item-image {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.overlay-topic .pl-items .item-image .icon-seid {
  color: #8197a6;
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 72px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  opacity: 0;
  filter: alpha(opacity=0);
}
.overlay-topic .pl-items #pl-timer {
  height: 4px;
  background: #fff;
  visibility: hidden;
}
.seid-playlist {
  position: relative;
  width: 100%;
  height: 100%;
}
.seid-playlist ul {
  list-style: none;
  padding: 0;
}
.seid-playlist .pl-title-top {
  display: none;
}
.ngdialog-content .seid-playlist .pl-title-top {
  display: block;
}
.seid-playlist .pl-title-desc {
  display: block;
}
.ngdialog-content .seid-playlist .pl-title-desc {
  display: none;
}
.seid-playlist .pl-stage {
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (min-width: 769px) {
  .seid-playlist .pl-stage {
    height: calc(100% - 165px);
  }
}
.seid-playlist .pl-stage img {
  width: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.seid-playlist .pl-stage .pl-player-wrapper {
  position: relative;
  display: inline-block;
}
@media (min-width: 769px) {
  .seid-playlist .pl-stage .pl-player-wrapper {
    width: 66%;
    height: 100%;
  }
}
@media (max-width: 768px) {
  .seid-playlist .pl-stage .pl-player-wrapper {
    width: 100%;
  }
}
.seid-playlist .pl-stage .pl-player-wrapper videogular vg-controls {
  position: absolute;
  bottom: 0;
  height: 26px;
}
.seid-playlist .pl-stage .stage-desc {
  color: #fff;
  padding: 10px 20px 20px 20px;
  display: inline-block;
  vertical-align: top;
  height: 100%;
  overflow: auto;
}
@media (min-width: 769px) {
  .seid-playlist .pl-stage .stage-desc {
    width: 33%;
  }
}
@media (max-width: 768px) {
  .seid-playlist .pl-stage .stage-desc {
    width: 100%;
  }
}
.seid-playlist .pl-stage .stage-desc .pl-title-desc {
  margin-top: 0;
  padding-right: 40px;
  border-bottom: 2px solid #fff;
}
.seid-playlist .pl-stage .stage-desc .pl-desc-short {
  font-family: "thesansosfsemilight";
  font-style: italic;
  font-size: 15px;
  line-height: 24px;
  color: #fff;
  margin-top: 20px;
}
.seid-playlist .pl-stage .stage-desc p {
  color: #919191;
  font-size: 15px;
}
.seid-playlist .pl-stage .stage-desc .pl-index {
  float: right;
  line-height: 29px;
}
@media (max-width: 768px) {
  .seid-playlist .pl-stage .stage-desc .pl-index {
    display: none;
  }
}
.seid-playlist .pl-stage .stage-image {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.seid-playlist .pl-stage .stage-image i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  font-size: 90px;
  color: #fff;
}
@media (max-width: 768px) and (orientation: portrait) {
  .seid-playlist .pl-stage .stage-image i {
    display: none;
  }
}
.seid-playlist .pl-stage .stage-image .pause {
  display: none;
}
.seid-playlist .pl-stage .stage-image:hover .pause {
  display: block;
}
@media (min-width: 769px) {
  .seid-playlist .pl-stage .stage-image .afkl-lazy-wrapper {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.seid-playlist .pl-stage .pl-control {
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -24px;
  z-index: 6666;
  color: #fff;
  width: 48px;
  height: 48px;
  background-color: rgba(0, 0, 0, 0.28);
  text-align: center;
  line-height: 48px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  user-select: none;
}
.seid-playlist .pl-stage .pl-control .icon-seid {
  font-size: 24px;
  line-height: 48px;
}
.seid-playlist .pl-stage .pl-control.toggle {
  margin: 0;
  right: 9px;
  left: auto;
  top: 9px;
  font-size: 18px;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.seid-playlist .pl-stage .pl-control.toggle.ng-hide {
  opacity: 0;
  filter: alpha(opacity=0);
}
.seid-playlist .pl-stage .pl-control.next {
  left: auto;
  right: 0px;
}
.no-touch .seid-playlist .pl-stage .pl-control:hover {
  background-color: rgba(0, 0, 0, 0.56);
}
.seid-playlist .pl-stage #stage-list {
  margin: 0 !important;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (min-width: 769px) {
  .seid-playlist .pl-stage #stage-list,
  .seid-playlist .pl-stage #stage-list > li,
  .seid-playlist .pl-stage #stage-list > li > div,
  .seid-playlist .pl-stage #stage-list > li > div > div {
    width: 100%;
    height: 100%;
  }
  .seid-playlist .pl-stage #stage-list videogular {
    padding-bottom: 0 !important;
  }
}
.seid-playlist .pl-stage #stage-list li {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.seid-playlist .pl-index {
  font-family: "notesesaregular";
  display: block;
  font-size: 18px;
  text-align: center;
}
.seid-playlist .pl-items-wrapper {
  display: block;
  right: 0;
  background: #2c2c2c;
  overflow: hidden;
  z-index: 666;
  width: 100%;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.ngdialog .seid-playlist .pl-items-wrapper {
  display: none !important;
}
.show-items.seid-playlist .pl-items-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.show-items.seid-playlist .pl-items-wrapper .pl-control,
.show-items.seid-playlist .pl-items-wrapper .pl-items,
.show-items.seid-playlist .pl-items-wrapper .pl-index {
  opacity: 1;
  filter: alpha(opacity=100);
}
.seid-playlist .pl-items-wrapper .pl-controls {
  margin-top: 10px;
  height: 50px;
  position: relative;
  color: #fff;
  z-index: 666;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .seid-playlist .pl-items-wrapper .pl-controls {
    display: none;
  }
}
.seid-playlist .pl-items-wrapper .pl-controls .icon-seid {
  font-size: 18px;
  line-height: 39px;
}
.seid-playlist .pl-items-wrapper .pl-controls a {
  color: #fff;
}
.seid-playlist .pl-items-wrapper .pl-controls .pl-control.next {
  margin-left: 12px;
}
.seid-playlist .pl-items-wrapper .pl-controls .pl-index {
  position: absolute;
  right: 106px;
  line-height: 39px;
  width: 80px;
}
.seid-playlist .pl-items-wrapper .pl-control {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  user-select: none;
  position: absolute;
  top: 0;
  display: block;
  width: 39px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  background: #3d3d3d;
  z-index: 666;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.seid-playlist .pl-items-wrapper .pl-control.play {
  left: 20px;
}
.seid-playlist .pl-items-wrapper .pl-control.next {
  right: 20px;
}
.seid-playlist .pl-items-wrapper .pl-control.prev {
  right: 64px;
}
.seid-playlist .pl-items-wrapper .pl-control.toggle {
  right: 20px;
}
.seid-playlist .pl-items-wrapper .pl-control.toggle .icon-seid {
  font-size: 15px;
}
.seid-playlist .pl-items {
  overflow: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  filter: alpha(opacity=0);
}
@media (max-width: 768px) {
  .seid-playlist .pl-items {
    padding: 0 20px 10px 20px;
  }
}
@media (min-width: 769px) {
  .seid-playlist .pl-items {
    padding: 10px 20px;
  }
}
.seid-playlist .pl-items .pl-mov {
  position: absolute;
  color: #fff;
  top: 57px;
  display: block;
  width: 39px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  background: #3d3d3d;
  z-index: 666;
}
@media (max-width: 768px) {
  .seid-playlist .pl-items .pl-mov {
    display: none;
  }
}
.seid-playlist .pl-items .pl-mov .icon-seid {
  line-height: 39px;
}
.seid-playlist .pl-items .right {
  right: 0;
}
.seid-playlist .pl-items .left {
  left: 0;
}
.seid-playlist .pl-items .pl-item-list {
  top: 65px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  overflow: auto;
  white-space: nowrap;
}
.seid-playlist .pl-items > ul {
  list-style: none;
  margin: 0;
}
.seid-playlist .pl-items li {
  position: relative;
  border-left: 3px solid #999999;
  margin: 0px 0 20px 0;
  background-color: #000;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 150px;
  display: inline-block;
  margin-bottom: 0 !important;
  overflow: hidden;
}
@media (min-width: 769px) {
  .seid-playlist .pl-items li {
    height: 125px;
  }
}
@media (max-width: 768px) {
  .seid-playlist .pl-items li {
    height: 145px;
  }
}
.seid-playlist .pl-items li:hover .item-caption,
.seid-playlist .pl-items li.select .item-caption,
.seid-playlist .pl-items li:focus .item-caption {
  height: 100%;
}
.seid-playlist .pl-items li:hover .item-title,
.seid-playlist .pl-items li.select .item-title,
.seid-playlist .pl-items li:focus .item-title {
  white-space: normal !important;
  overflow: initial !important;
}
.seid-playlist .pl-items li:hover .item-desc,
.seid-playlist .pl-items li.select .item-desc,
.seid-playlist .pl-items li:focus .item-desc {
  display: block !important;
  white-space: normal !important;
}
.seid-playlist .pl-items li .item-caption {
  color: #fff;
  padding: 10px;
  background: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 769px) {
  .seid-playlist .pl-items li .item-caption {
    height: 42px;
  }
}
@media (max-width: 768px) {
  .seid-playlist .pl-items li .item-caption {
    height: 62px;
  }
}
.seid-playlist .pl-items li .item-caption .glyphicon {
  float: left;
  line-height: 18px;
  margin-right: 6px;
}
.seid-playlist .pl-items li .item-caption .item-title {
  display: block;
  margin-left: 2px;
  font-family: "notesesaregular";
  font-size: 16px;
  color: #fff;
  text-overflow: ellipsis;
  /* Required for text-overflow to do anything */
  white-space: nowrap;
  overflow: hidden;
}
.seid-playlist .pl-items li .item-caption .item-desc {
  font-family: "notesesaregular";
  font-size: 14px;
  line-height: 18px;
  color: #7b7b7b;
  white-space: nowrap;
}
@media (min-width: 769px) {
  .seid-playlist .pl-items li .item-caption .item-desc {
    display: none;
  }
}
@media (max-width: 768px) {
  .seid-playlist .pl-items li .item-caption .item-desc {
    display: block;
  }
}
.seid-playlist .pl-items li .pl-timer-wrapper {
  position: absolute;
  bottom: 0px;
  left: 10px;
  right: 10px;
}
.seid-playlist .pl-items li .pl-timer {
  height: 4px;
  background: #fff;
  display: none;
  -webkit-transition: all 0.05s;
  transition: all 0.05s;
}
.seid-playlist .pl-items li img {
  width: 100%;
}
.no-touch .seid-playlist .pl-items li:hover,
.seid-playlist .pl-items li.active {
  border-color: #8197a6;
}
.no-touch .seid-playlist .pl-items li:hover .item-image .icon-seid {
  opacity: 1;
  filter: alpha(opacity=100);
}
.seid-playlist .pl-items li.active .pl-timer {
  display: block;
}
.seid-playlist .pl-items li.playing .item-image .icon-seid {
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
}
.seid-playlist .pl-items .item-image {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.seid-playlist .pl-items .item-image .icon-seid {
  color: #8197a6;
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 72px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  opacity: 0;
  filter: alpha(opacity=0);
}
.seid-playlist .pl-items #pl-timer {
  height: 4px;
  background: #fff;
  visibility: hidden;
}
.seid-textbox {
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: max-height 0.6s, width 0.3s;
  transition: max-height 0.6s, width 0.3s;
}
@media (min-width: 769px) and (min-height: 621px) {
  .seid-textbox {
    background: rgba(0, 0, 0, 0.9);
    left: 120px;
    top: 160px;
    width: 520px;
    max-height: 500px;
    height: 468px;
  }
  .seid-textbox .tb-head {
    width: 340px;
  }
  .seid-textbox.tb-hidden {
    max-height: 80px;
    width: 370px;
  }
  .no-interviews.seid-textbox.tb-hidden {
    width: 520px;
  }
  .seid-textbox.tb-hidden .tb-links {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .seid-textbox.tb-hidden .interviews {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .seid-textbox.tb-hidden .tb-btnToggle {
    -webkit-transform: rotate(-180deg) !important;
    -ms-transform: rotate(-180deg) !important;
    transform: rotate(-180deg) !important;
  }
  .seid-textbox .tb-hotspots {
    display: none;
  }
  .seid-textbox .mobile-subtitle {
    display: none;
  }
}
@media (max-width: 768px), (max-height: 620px) {
  .seid-textbox {
    width: 100%;
    min-height: calc(100% - 116px);
    position: relative !important;
    background: rgba(0, 0, 0, 0.75);
  }
  .seid-textbox .tb-body {
    position: relative !important;
    padding: 54px 20px 25px 20px !important;
  }
  .seid-textbox .tb-body > * {
    position: initial !important;
  }
  .seid-textbox .tb-links {
    margin: 25px -20px 0 -20px !important;
    background: transparent !important;
  }
  .seid-textbox .tb-links > .mobile-subtitle {
    padding-top: 10px;
  }
  .seid-textbox .tb-links .tb-link {
    padding: 0 10px 0 0;
    margin-right: 10px !important;
  }
  .seid-textbox .tb-links .tb-link:nth-child(2) {
    padding-left: 0;
  }
  .seid-textbox .tb-content {
    padding: 10px 0 30px 0 !important;
  }
  .seid-textbox .tb-content p {
    margin-bottom: 0;
  }
  .seid-textbox .tb-head h2 {
    padding-left: 0 !important;
  }
  .seid-textbox .tb-head .tb-btnToggle {
    top: 69px !important;
    right: 20px !important;
    -webkit-transform: rotate(90deg) !important;
    -ms-transform: rotate(90deg) !important;
    transform: rotate(90deg) !important;
  }
  .seid-textbox.tb-hidden {
    background: transparent;
  }
  .seid-textbox.tb-hidden .tb-body {
    background: rgba(0, 0, 0, 0.75);
  }
  .seid-textbox.tb-hidden .tb-content {
    display: none;
  }
  .seid-textbox.tb-hidden .tb-links {
    display: none;
  }
  .seid-textbox.tb-hidden .interviews {
    display: none;
  }
  .seid-textbox.tb-hidden .tb-hotspots {
    display: none;
  }
  .seid-textbox.tb-hidden .mobile-subtitle {
    display: none;
  }
  .seid-textbox.tb-hidden .tb-btnToggle {
    -webkit-transform: rotate(-90deg) !important;
    -ms-transform: rotate(-90deg) !important;
    transform: rotate(-90deg) !important;
  }
  .seid-textbox .tb-hotspots {
    display: inline-block;
    width: 100%;
  }
  .seid-textbox .tb-hotspots .tb-hs {
    float: left;
    width: 33.33333%;
    cursor: pointer;
    margin-bottom: 5px;
    padding-right: 5px;
    border-left: 5px solid #8197a6;
  }
  .azure .seid-textbox .tb-hotspots .tb-hs {
    border-left-color: #8197a6;
  }
  .green .seid-textbox .tb-hotspots .tb-hs {
    border-left-color: #008542;
  }
  .orange .seid-textbox .tb-hotspots .tb-hs {
    border-left-color: #e37222;
  }
  .red .seid-textbox .tb-hotspots .tb-hs {
    border-left-color: #ed1b2f;
  }
  .blue .seid-textbox .tb-hotspots .tb-hs {
    border-left-color: #003247;
  }
  .yellow .seid-textbox .tb-hotspots .tb-hs {
    border-left-color: #FBAB18;
  }
  .seid-textbox .tb-hotspots .tb-hs .hs-body {
    background-color: rgba(100, 100, 100, 0.35);
    vertical-align: top;
  }
  .seid-textbox .tb-hotspots .tb-hs .hs-body .hs-desc {
    color: #fff;
    text-transform: uppercase;
    font-family: "thesansosfsemibold";
    font-size: 13px;
    line-height: 18px;
    padding: 8px 12px 6px 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .seid-textbox .interviews {
    margin-bottom: 30px;
  }
  .seid-textbox .mobile-subtitle {
    display: block;
  }
}
@media (max-width: 375px) {
  .seid-textbox .tb-link {
    width: 100%;
  }
}
@media (max-width: 580px) {
  .seid-textbox .tb-hs {
    width: 50% !important;
  }
}
.seid-textbox h1,
.seid-textbox h2,
.seid-textbox h3,
.seid-textbox h4,
.seid-textbox h5 {
  color: #fff;
  margin: 0 0 0.5em 0;
}
.seid-textbox .tb-head {
  position: relative;
  color: #fff;
  overflow: hidden;
  cursor: pointer;
  z-index: 6666;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.seid-textbox .tb-head::select {
  background: none;
}
.seid-textbox .tb-head h2 {
  word-wrap: break-word;
  color: #fff;
  font-size: 28px;
  margin: 0;
  padding: 14px 20px 10px 10px;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.seid-textbox .tb-head .tb-btnToggle {
  position: absolute;
  font-size: 32px;
  top: 12px;
  right: 10px;
  border: none;
  padding: 0;
  margin: 0;
  line-height: 1;
  outline: 0;
  background: transparent;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.seid-textbox .tb-head .toggle-icon {
  font-size: 24px;
}
.no-interviews.seid-textbox .tb-head {
  width: 100%;
}
.seid-textbox .tb-content,
.seid-textbox .tb-pager {
  opacity: 1;
  filter: alpha(opacity=100);
}
.tb-hidden.seid-textbox .tb-content,
.tb-hidden.seid-textbox .tb-pager {
  opacity: 0;
  filter: alpha(opacity=0);
}
.seid-textbox .tb-body {
  color: #333333;
  padding: 10px 20px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  overflow: visible;
}
.seid-textbox .tb-content {
  position: absolute;
  top: 80px;
  left: 0;
  right: 136px;
  bottom: 80px;
  padding: 0 30px 0 30px;
  overflow: auto;
  color: #919191;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.no-interviews.seid-textbox .tb-content {
  right: 0;
}
.no-links.seid-textbox .tb-content {
  bottom: 30px;
}
.seid-textbox .tb-content,
.seid-textbox .tb-content p {
  font-size: 15px;
  line-height: 24px;
}
.seid-textbox .tb-slides {
  list-style: none;
  padding: 0;
  margin: 0;
}
.seid-textbox .tb-slides img {
  margin: 10px 0 10px 0;
  width: 100%;
}
.seid-textbox .tb-links {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: #000;
  padding: 0px 20px;
  -webkit-transition: opacity 0.15s 0.3s;
  transition: opacity 0.15s 0.3s;
}
.seid-textbox .tb-links a {
  margin-right: 10px;
}
.seid-textbox .tb-link {
  display: inline-block;
  padding: 0 10px;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "thesansosfsemibold";
}
@media (min-width: 769px) and (min-height: 621px) {
  .seid-textbox .tb-link {
    height: 60px;
    line-height: 60px;
  }
}
.seid-textbox .tb-link.azure {
  color: #8197a6;
}
.seid-textbox .tb-link.green {
  color: #008542;
}
.seid-textbox .tb-link.orange {
  color: #e37222;
}
.seid-textbox .tb-link.red {
  color: #ed1b2f;
}
.seid-textbox .tb-link.blue {
  color: #003247;
}
.seid-textbox .tb-link.yellow {
  color: #FBAB18;
}
.seid-textbox .tb-link:hover {
  text-decoration: underline;
}
.seid-textbox .tb-pager {
  position: absolute;
  width: 360px;
  bottom: 20px;
  text-align: center;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.seid-textbox .tb-pager::select {
  background: none;
}
.seid-textbox .tb-pager > ul {
  margin: 0;
}
.seid-textbox .tb-pager li > a {
  background: #eeeeee;
  border-radius: 30px;
  border: 0;
  display: block;
  width: 36px;
  height: 36px;
  font-size: 16px;
  margin: 5px;
  color: #333333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.seid-textbox .tb-pager li.active > a,
.seid-textbox .tb-pager li > a:hover {
  background: #555555;
  color: #fff;
}
.azure .seid-textbox .tb-pager li.active > a,
.azure .seid-textbox .tb-pager li > a:hover {
  background: #8197a6;
}
.green .seid-textbox .tb-pager li.active > a,
.green .seid-textbox .tb-pager li > a:hover {
  background: #008542;
}
.orange .seid-textbox .tb-pager li.active > a,
.orange .seid-textbox .tb-pager li > a:hover {
  background: #e37222;
}
.red .seid-textbox .tb-pager li.active > a,
.red .seid-textbox .tb-pager li > a:hover {
  background: #ed1b2f;
}
.blue .seid-textbox .tb-pager li.active > a,
.blue .seid-textbox .tb-pager li > a:hover {
  background: #003247;
}
.yellow .seid-textbox .tb-pager li.active > a,
.yellow .seid-textbox .tb-pager li > a:hover {
  background: #FBAB18;
}
.seid-textbox .interviews {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  list-style: none;
  -webkit-transition: opacity 0.15s 0.15s;
  transition: opacity 0.15s 0.15s;
}
.tb-controls {
  height: 70px;
  padding: 0 10px;
  background: rgba(0, 0, 0, 0.75);
}
@media (min-width: 769px) and (min-height: 621px) {
  .tb-controls {
    display: none;
  }
}
.tb-controls > a {
  width: 20%;
  height: 39px;
  font-size: 24px;
  margin-bottom: 10px;
  color: #8197a6;
  background-color: rgba(0, 0, 0, 0.62);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: #fff !important;
}
@media (max-width: 360px) {
  .tb-controls > a {
    width: 50px !important;
  }
}
.tb-controls > a span {
  display: block;
  line-height: 39px;
  text-align: center;
  top: -1px;
}
.tb-controls > a.tb-prev {
  float: left;
}
.tb-controls > a.tb-next {
  float: right;
}
.tb-controls > a:hover {
  background-color: rgba(0, 0, 0, 0.75);
}
.tb-topics {
  padding: 0 7px;
  display: -webkit-flex;
  display: flex;
  background: rgba(0, 0, 0, 0.75);
}
@media (min-width: 769px) and (min-height: 621px) {
  .tb-topics {
    display: none;
  }
}
.tb-topics .tb-topic {
  float: left;
  width: 33.333%;
  padding: 10px 3px;
}
.tb-topics .tb-topic a {
  color: #fff;
  display: block;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 3px 7px;
}
.tb-topics .tb-topic a:hover,
.tb-topics .tb-topic a.active {
  text-decoration: underline;
}
/*
@media only screen and (max-height: 700px) {
  .seid-textbox {
    height: auto !important;
    bottom: 170px;
  }
}

@media only screen and (max-width: 1024px) {
  .seid-textbox {
    width: 300px;

    .tb-head {
      h2 {
        padding: 17px 20px 10px 20px;
        font-size: @font-size-h3;
      }
    }

    .tb-links {
      a {
        padding: 3px;
      }
    }
  }
}
*/
/**
 * @license Videogular v0.6.3 http://videogular.com
 * Two Fucking Developers http://twofuckingdevelopers.com
 * License: MIT
 */
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot');
  src: url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'), url('../fonts/icomoon.woff') format('woff'), url('../fonts/icomoon.ttf') format('truetype'), url('../fonts/icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*** RESPONSIVE STUFF - START ****/
.videogular-container {
  width: 100%;
  height: 100%;
  margin: auto;
  overflow: hidden;
}
/*** RESPONSIVE STUFF - END ****/
videogular {
  width: 100%;
  height: 100%;
  padding-bottom: 56.25%;
  position: relative;
  background-color: #000000;
  display: block;
  flex-direction: column;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: moz-none;
  -ms-user-select: none;
  user-select: none;
}
videogular.fullscreen {
  position: absolute;
  left: 0;
  top: 0;
}
videogular vg-media {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}
videogular video {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
videogular .iconButton {
  color: #FFFFFF;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  background: none;
  padding: 6px;
  border: none;
  outline: 0;
}
/*****************/
/* Poster plugin */
/*****************/
videogular vg-poster,
[videogular] vg-poster {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  display: block;
  z-index: 1;
  top: 0;
}
videogular vg-poster img,
[videogular] vg-poster img,
videogular vg-poster .vg-poster,
[videogular] vg-poster .vg-poster {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  position: absolute;
  display: block;
  background-size: cover;
  background-position: 50% 50%;
}
videogular vg-poster img.pause,
videogular vg-poster img.play,
[videogular] vg-poster img.pause,
[videogular] vg-poster img.play,
videogular vg-poster .vg-poster.pause,
videogular vg-poster .vg-poster.play,
[videogular] vg-poster .vg-poster.pause,
[videogular] vg-poster .vg-poster.play {
  display: none;
}
videogular vg-poster img.stop,
[videogular] vg-poster img.stop,
videogular vg-poster .vg-poster.stop,
[videogular] vg-poster .vg-poster.stop {
  display: block;
}
/**********************/
/* OverlayPlay plugin */
/**********************/
videogular vg-overlay-play {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
}
videogular vg-overlay-play .play:before {
  content: "\e000";
}
videogular vg-overlay-play .overlayPlayContainer {
  font-size: 100px;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  display: table;
  cursor: pointer;
  zoom: 1;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
videogular vg-overlay-play .overlayPlayContainer div {
  vertical-align: middle;
  text-align: center;
  display: table-cell;
}
/*********************/
/* Controlbar plugin */
/*********************/
videogular vg-controls {
  width: 100%;
  display: block;
  position: fixed;
  z-index: 3;
  left: 0;
  bottom: 30px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
videogular vg-controls.in,
videogular vg-controls:hover,
.touch videogular vg-controls {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
videogular vg-controls .controls-container {
  width: 100%;
  height: 10px;
  background-color: #555555;
  position: absolute;
  display: table;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  zoom: 1;
}
videogular vg-controls .controls-container:hover,
.touch videogular vg-controls .controls-container {
  background-color: #171717;
}
videogular vg-play-pause-button {
  display: table-cell;
  width: 50px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}
videogular vg-time-display {
  color: #FFFFFF;
  display: table-cell;
  font-family: "thesansosfsemilight", Helvetica, Arial, sans-serif;
  font-size: 14px;
  width: 75px;
  vertical-align: middle;
  text-align: center;
  cursor: default;
}
videogular .vgTimeDisplay {
  display: table-cell;
  font-family: Arial;
  font-size: 18px;
  width: auto;
}
videogular vg-scrub-bar {
  width: auto;
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
  outline: 0;
}
videogular vg-scrub-bar > div {
  background: rgba(255, 255, 255, 0.5);
  outline: 0;
}
videogular vg-scrub-bar :focus vg-scrub-bar-current-time {
  border-right: 2px black groove;
}
videogular vg-scrub-bar-current-time {
  background-color: #FFFFFF;
  width: 100%;
  height: 10px;
  display: block;
  cursor: pointer;
}
videogular vg-volume {
  display: table-cell;
  width: 50px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}
videogular vg-volume-bar {
  width: 50px;
  height: 100px;
  top: -100px;
  margin-left: -25px;
  vertical-align: middle;
  text-align: center;
  position: absolute;
  cursor: pointer;
}
/* IE10 hack */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  videogular vg-volume-bar {
    zoom: 1;
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
}
videogular vg-fullscreen-button {
  display: table-cell;
  width: 50px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}
videogular vg-volume-bar .verticalVolumeBar {
  width: 50px;
  height: 100px;
  background-color: #000000;
  position: absolute;
}
videogular vg-volume-bar .volumeBackground {
  width: 20px;
  height: 70px;
  left: 15px;
  top: 15px;
  background-color: #222222;
  position: absolute;
}
videogular vg-volume-bar .volumeValue {
  width: 20px;
  height: 100%;
  background-color: #FFFFFF;
  position: absolute;
}
videogular vg-volume-bar .volumeClickArea {
  width: 20px;
  height: 100%;
  position: absolute;
}
videogular vg-controls .hide-animation {
  animation: hideControlsAnimationFrames ease-out 0.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  /*when the spec is finished*/
  -webkit-animation: hideControlsAnimationFrames ease-out 0.5s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  /*Chrome 16+, Safari 4+*/
  -moz-animation: hideControlsAnimationFrames ease-out 0.5s;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: forwards;
  /*FF 5+*/
  -o-animation: hideControlsAnimationFrames ease-out 0.5s;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: forwards;
  /*Not implemented yet*/
  -ms-animation: hideControlsAnimationFrames ease-out 0.5s;
  -ms-animation-iteration-count: 1;
  -ms-animation-fill-mode: forwards;
  /*IE 10+*/
}
.touch videogular vg-controls .hide-animation {
  -webkit-animation: 0;
  animation: 0;
}
@keyframes hideControlsAnimationFrames {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
@-moz-keyframes hideControlsAnimationFrames {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
@-webkit-keyframes hideControlsAnimationFrames {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
@-o-keyframes hideControlsAnimationFrames {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
@-ms-keyframes hideControlsAnimationFrames {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
videogular vg-controls .show-animation {
  animation: showControlsAnimationFrames ease-out 0.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  /*when the spec is finished*/
  -webkit-animation: showControlsAnimationFrames ease-out 0.5s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  /*Chrome 16+, Safari 4+*/
  -moz-animation: showControlsAnimationFrames ease-out 0.5s;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: forwards;
  /*FF 5+*/
  -o-animation: showControlsAnimationFrames ease-out 0.5s;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: forwards;
  /*Not implemented yet*/
  -ms-animation: showControlsAnimationFrames ease-out 0.5s;
  -ms-animation-iteration-count: 1;
  -ms-animation-fill-mode: forwards;
  /*IE 10+*/
}
.touch videogular vg-controls .show-animation {
  -webkit-animation: 0;
  animation: 0;
}
@keyframes showControlsAnimationFrames {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes showControlsAnimationFrames {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes showControlsAnimationFrames {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes showControlsAnimationFrames {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes showControlsAnimationFrames {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
/* Controlbar icons */
videogular vg-play-pause-button .play:before {
  content: "\e000";
}
videogular vg-play-pause-button .pause:before {
  content: "\e001";
}
videogular vg-mute-button {
  width: 50px;
  display: block;
}
videogular vg-mute-button .level3:before {
  content: "\e002";
}
videogular vg-mute-button .level2:before {
  content: "\e003";
}
videogular vg-mute-button .level1:before {
  content: "\e004";
}
videogular vg-mute-button .level0:before {
  content: "\e005";
}
videogular vg-mute-button .mute:before {
  content: "\e006";
}
videogular vg-fullscreen-button .enter:before {
  content: "\e007";
}
videogular vg-fullscreen-button .exit:before {
  content: "\e008";
}
/********************/
/* Buffering plugin */
/********************/
videogular vg-buffering {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 4;
  top: 0;
}
videogular vg-buffering .bufferingContainer {
  width: 100%;
  position: absolute;
  cursor: pointer;
  top: 50%;
  margin-top: -50px;
  zoom: 1;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
/* Loading Spinner
 * http://www.alessioatzeni.com/blog/css3-loading-animation-loop/
 */
videogular vg-buffering .loadingSpinner {
  background-color: rgba(0, 0, 0, 0);
  border: 5px solid #ffffff;
  opacity: 0.9;
  border-top: 5px solid rgba(0, 0, 0, 0);
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-radius: 50px;
  box-shadow: 0 0 35px #FFFFFF;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  -moz-animation: spin 0.5s infinite linear;
  -webkit-animation: spin 0.5s infinite linear;
}
videogular vg-buffering .loadingSpinner .stop {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-moz-keyframes spinoff {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(-360deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes spinoff {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
/**********************/
/* IMA ads plugin */
/**********************/
videogular vg-ima-ads {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 5;
  top: 0;
  display: none;
}
videogular vg-poster img {
  width: 100%;
  margin: 0;
}
.mega-menu {
  position: fixed;
  left: 0;
  right: 0;
  color: white;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-perspective: 200px;
  -moz-perspective: 200px;
  perspective: 200px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .mega-menu {
    display: none;
  }
}
.mega-menu.ng-hide {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(1, 0.3);
  -ms-transform: scale(1, 0.3);
  transform: scale(1, 0.3);
}
.mega-menu .blue {
  border-color: #003247;
}
.mega-menu .azure {
  border-color: #8197a6;
}
.mega-menu .green {
  border-color: #008542;
}
.mega-menu .orange {
  border-color: #e37222;
}
.mega-menu .red {
  border-color: #ed1b2f;
}
.mega-menu .yellow {
  border-color: #FBAB18;
}
.mega-menu i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mega-menu .mega-menu-wrapper {
  position: absolute;
  left: 0;
  right: 0;
}
.mega-menu .mega-menu-wrapper > * {
  float: left;
}
.mega-menu .mega-menu-wrapper .mm-paths {
  width: 168px;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.9);
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: #EEEDEC;
}
.mega-menu .mega-menu-wrapper .mm-paths ul {
  list-style: none;
  padding: 0;
}
.mega-menu .mega-menu-wrapper .mm-paths ul li {
  position: relative;
}
.mega-menu .mega-menu-wrapper .mm-paths ul li:hover a,
.mega-menu .mega-menu-wrapper .mm-paths ul li.active a {
  padding-left: 20px;
  text-decoration: underline;
  border-top-color: #EEEDEC;
  border-bottom-color: #EEEDEC;
}
.mega-menu .mega-menu-wrapper .mm-paths ul li:hover a.white,
.mega-menu .mega-menu-wrapper .mm-paths ul li.active a.white {
  background-color: rgba(0, 0, 0, 0);
}
.mega-menu .mega-menu-wrapper .mm-paths ul li:hover a.blue,
.mega-menu .mega-menu-wrapper .mm-paths ul li.active a.blue {
  background-color: #003247;
}
.mega-menu .mega-menu-wrapper .mm-paths ul li:hover a.azure,
.mega-menu .mega-menu-wrapper .mm-paths ul li.active a.azure {
  background-color: #8197a6;
}
.mega-menu .mega-menu-wrapper .mm-paths ul li:hover a.green,
.mega-menu .mega-menu-wrapper .mm-paths ul li.active a.green {
  background-color: #008542;
}
.mega-menu .mega-menu-wrapper .mm-paths ul li:hover a.orange,
.mega-menu .mega-menu-wrapper .mm-paths ul li.active a.orange {
  background-color: #e37222;
}
.mega-menu .mega-menu-wrapper .mm-paths ul li:hover a.red,
.mega-menu .mega-menu-wrapper .mm-paths ul li.active a.red {
  background-color: #ed1b2f;
}
.mega-menu .mega-menu-wrapper .mm-paths ul li:hover a.yellow,
.mega-menu .mega-menu-wrapper .mm-paths ul li.active a.yellow {
  background-color: #FBAB18;
}
.mega-menu .mega-menu-wrapper .mm-paths ul li:hover a i,
.mega-menu .mega-menu-wrapper .mm-paths ul li.active a i {
  display: initial;
}
.mega-menu .mega-menu-wrapper .mm-paths ul li.current a {
  text-decoration: underline;
}
.mega-menu .mega-menu-wrapper .mm-paths ul li:last-child > a {
  border-bottom-width: 0px;
}
.mega-menu .mega-menu-wrapper .mm-paths ul li:first-child > a {
  border-top-width: 0px;
}
.mega-menu .mega-menu-wrapper .mm-paths ul li a {
  background: rgba(0, 0, 0, 0.5);
  border-left-width: 5px;
  border-left-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: transparent;
  border-bottom-color: #54534F;
  display: block;
  line-height: 54px;
  text-align: left;
  padding-left: 15px;
  text-transform: uppercase;
}
.mega-menu .mega-menu-wrapper .mm-paths ul li a i {
  display: none;
  right: 10px;
}
.mega-menu .mega-menu-wrapper .mm-basic-content {
  width: calc(100% -  168px);
  max-width: 1269px;
}
.mega-menu .mega-menu-wrapper .mm-basic-content > * {
  float: left;
  width: 33.333%;
}
.mega-menu .mega-menu-wrapper .mm-basic-content .mm-basic-section {
  height: 100%;
  border-width: 1px 1px 1px 0px;
  border-style: solid;
  border-color: #EEEDEC;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-perspective: 200px;
  -moz-perspective: 200px;
  perspective: 200px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.mega-menu .mega-menu-wrapper .mm-basic-content .mm-basic-section:nth-child(5) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.mega-menu .mega-menu-wrapper .mm-basic-content .mm-basic-section:nth-child(4) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.mega-menu .mega-menu-wrapper .mm-basic-content .mm-basic-section:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.mega-menu .mega-menu-wrapper .mm-basic-content .mm-basic-section:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.mega-menu .mega-menu-wrapper .mm-basic-content .mm-basic-section:nth-child(1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.mega-menu .mega-menu-wrapper .mm-basic-content .mm-basic-section:nth-child(0) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.mega-menu .mega-menu-wrapper .mm-basic-content .mm-basic-section.ng-hide {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0.1, 1);
  -ms-transform: scale(0.1, 1);
  transform: scale(0.1, 1);
}
.mega-menu .mega-menu-wrapper .mm-basic-content .mm-basic-section .mm-image-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.mega-menu .mega-menu-wrapper .mm-basic-content .mm-basic-section .mm-image-container.active .icon-seid {
  display: initial !important;
}
.mega-menu .mega-menu-wrapper .mm-basic-content .mm-basic-section .mm-image-container .icon-seid {
  display: none;
  font-size: 20px;
  margin-right: 5px;
  float: left;
}
.mega-menu .mega-menu-wrapper .mm-basic-content .mm-basic-section .mm-image-container .section-description {
  height: 120px;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.9);
}
.mega-menu .mega-menu-wrapper .mm-basic-content .mm-basic-section .mm-image-container .section-description .title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}
.mega-menu .mega-menu-wrapper .mm-basic-content .mm-basic-section .mm-image-container .section-description .description {
  font-style: italic;
}
.mega-menu .mega-menu-wrapper .mm-basic-content .mm-basic-section .mm-image-container a {
  width: 100%;
  height: 100%;
  display: block;
}
.mega-menu .mega-menu-wrapper .mm-basic-content .mm-basic-section .mm-image-container a:hover .mm-basic-bg-image {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.mega-menu .mega-menu-wrapper .mm-basic-content .mm-basic-section .mm-image-container a .afkl-lazy-wrapper {
  width: 100%;
  height: 100%;
  height: calc(100% - 120px);
}
.mega-menu .mega-menu-wrapper .mm-basic-content .mm-basic-section .mm-image-container a .afkl-lazy-wrapper .mm-basic-bg-image {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.mega-menu .mega-menu-wrapper .mm-basic-content .mm-basic-section .mm-image-container a .afkl-lazy-wrapper[afkl-lazy-image-loaded=done] .mm-basic-bg-image {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mega-menu .mega-menu-wrapper .mm-basic-content .mm-basic-section .mm-image-container a .afkl-lazy-wrapper .afkl-lazy-image {
  display: none !important;
}
.mega-menu .mega-menu-wrapper .mm-path-content {
  width: calc(100% -  168px);
}
.mega-menu .mega-menu-wrapper .mm-path-content > * {
  float: left;
}
.mega-menu .mega-menu-wrapper .mm-path-content .mm-topics {
  width: 200px;
  min-height: 100%;
  border-width: 1px 1px 1px 0px;
  border-style: solid;
  border-color: #EEEDEC;
  background-color: rgba(30, 30, 30, 0.9);
}
.mega-menu .mega-menu-wrapper .mm-path-content .mm-topics ul {
  list-style: none;
  padding: 0;
}
.mega-menu .mega-menu-wrapper .mm-path-content .mm-topics ul li {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-perspective: 200px;
  -moz-perspective: 200px;
  perspective: 200px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mega-menu .mega-menu-wrapper .mm-path-content .mm-topics ul li:nth-child(10) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.mega-menu .mega-menu-wrapper .mm-path-content .mm-topics ul li:nth-child(9) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.mega-menu .mega-menu-wrapper .mm-path-content .mm-topics ul li:nth-child(8) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.mega-menu .mega-menu-wrapper .mm-path-content .mm-topics ul li:nth-child(7) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.mega-menu .mega-menu-wrapper .mm-path-content .mm-topics ul li:nth-child(6) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.mega-menu .mega-menu-wrapper .mm-path-content .mm-topics ul li:nth-child(5) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.mega-menu .mega-menu-wrapper .mm-path-content .mm-topics ul li:nth-child(4) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.mega-menu .mega-menu-wrapper .mm-path-content .mm-topics ul li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.mega-menu .mega-menu-wrapper .mm-path-content .mm-topics ul li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.mega-menu .mega-menu-wrapper .mm-path-content .mm-topics ul li:nth-child(1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.mega-menu .mega-menu-wrapper .mm-path-content .mm-topics ul li:nth-child(0) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.mega-menu .mega-menu-wrapper .mm-path-content .mm-topics ul li.ng-hide {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0.1, 1);
  -ms-transform: scale(0.1, 1);
  transform: scale(0.1, 1);
}
.mega-menu .mega-menu-wrapper .mm-path-content .mm-topics ul li:last-child {
  padding-bottom: 0;
}
.mega-menu .mega-menu-wrapper .mm-path-content .mm-topics ul li:last-child a {
  border-bottom-width: 0px;
}
.mega-menu .mega-menu-wrapper .mm-path-content .mm-topics ul li.active a,
.mega-menu .mega-menu-wrapper .mm-path-content .mm-topics ul li:hover a {
  text-decoration: underline;
  border-top-color: #EEEDEC;
  border-bottom-color: #EEEDEC;
}
.mega-menu .mega-menu-wrapper .mm-path-content .mm-topics ul li.active a.blue,
.mega-menu .mega-menu-wrapper .mm-path-content .mm-topics ul li:hover a.blue {
  background-color: #003247;
}
.mega-menu .mega-menu-wrapper .mm-path-content .mm-topics ul li.active a.azure,
.mega-menu .mega-menu-wrapper .mm-path-content .mm-topics ul li:hover a.azure {
  background-color: #8197a6;
}
.mega-menu .mega-menu-wrapper .mm-path-content .mm-topics ul li.active a.green,
.mega-menu .mega-menu-wrapper .mm-path-content .mm-topics ul li:hover a.green {
  background-color: #008542;
}
.mega-menu .mega-menu-wrapper .mm-path-content .mm-topics ul li.active a.orange,
.mega-menu .mega-menu-wrapper .mm-path-content .mm-topics ul li:hover a.orange {
  background-color: #e37222;
}
.mega-menu .mega-menu-wrapper .mm-path-content .mm-topics ul li.active a.red,
.mega-menu .mega-menu-wrapper .mm-path-content .mm-topics ul li:hover a.red {
  background-color: #ed1b2f;
}
.mega-menu .mega-menu-wrapper .mm-path-content .mm-topics ul li.active a.yellow,
.mega-menu .mega-menu-wrapper .mm-path-content .mm-topics ul li:hover a.yellow {
  background-color: #FBAB18;
}
.mega-menu .mega-menu-wrapper .mm-path-content .mm-topics ul li.active i,
.mega-menu .mega-menu-wrapper .mm-path-content .mm-topics ul li:hover i {
  display: initial;
}
.mega-menu .mega-menu-wrapper .mm-path-content .mm-topics ul li:nth-child(n+5):last-child > a {
  border-bottom-width: 0px;
}
.mega-menu .mega-menu-wrapper .mm-path-content .mm-topics ul li:first-child > a {
  border-top-width: 0px;
}
.mega-menu .mega-menu-wrapper .mm-path-content .mm-topics ul li a {
  font-size: 14px;
  line-height: 54px;
  padding: 0 30px 0 15px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: transparent;
  border-bottom-color: transparent;
  display: block;
  text-overflow: ellipsis;
  /* Required for text-overflow to do anything */
  white-space: nowrap;
  overflow: hidden;
}
.mega-menu .mega-menu-wrapper .mm-path-content .mm-topics ul li a i {
  right: 10px;
  display: none;
}
.mega-menu .mega-menu-wrapper .mm-path-content .mm-topic-content {
  height: 100%;
  width: calc(100% - 200px);
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-perspective: 200px;
  -moz-perspective: 200px;
  perspective: 200px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.mega-menu .mega-menu-wrapper .mm-path-content .mm-topic-content > * {
  float: left;
}
.mega-menu .mega-menu-wrapper .mm-path-content .mm-topic-content.ng-hide {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0.1, 1);
  -ms-transform: scale(0.1, 1);
  transform: scale(0.1, 1);
}
.mega-menu .mega-menu-wrapper .mm-path-content .mm-topic-content .mm-image span img {
  position: absolute;
  top: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 1;
  filter: alpha(opacity=100);
}
.mega-menu .mega-menu-wrapper .mm-path-content .mm-topic-content .mm-image span.ng-hide {
  display: block !important;
}
.mega-menu .mega-menu-wrapper .mm-path-content .mm-topic-content .mm-image span.ng-hide > img {
  opacity: 0;
  filter: alpha(opacity=0);
}
.mega-menu .mega-menu-wrapper .mm-path-content .mm-topic-content .mm-image {
  width: 398px;
  position: relative;
  border-width: 1px 1px 1px 0px;
  border-style: solid;
  border-color: #EEEDEC;
}
@media (max-width: 1080px) {
  .mega-menu .mega-menu-wrapper .mm-path-content .mm-topic-content .mm-image {
    width: 200px !important;
    width: calc(100vw - 590px) !important;
    height: initial !important;
    border-width: 1px 1px 0px 1px !important;
  }
  .mega-menu .mega-menu-wrapper .mm-path-content .mm-topic-content .mm-image .mm-caption {
    position: relative !important;
    border-bottom: 1px solid #EEEDEC;
  }
}
.mega-menu .mega-menu-wrapper .mm-path-content .mm-topic-content .mm-image a {
  opacity: 1;
  filter: alpha(opacity=100);
  display: block;
}
.mega-menu .mega-menu-wrapper .mm-path-content .mm-topic-content .mm-image .mm-caption {
  min-height: 58px;
  padding: 10px;
  font-style: italic;
  background-color: rgba(0, 0, 0, 0.9);
  transition: all 0.5s;
}
.mega-menu .mega-menu-wrapper .mm-path-content .mm-topic-content .mm-image .mm-caption span {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.mega-menu .mega-menu-wrapper .mm-path-content .mm-topic-content .mm-image .mm-caption.changing span {
  opacity: 0;
  filter: alpha(opacity=0);
}
.mega-menu .mega-menu-wrapper .mm-path-content .mm-topic-content .mm-hotspots-wrapper {
  float: left;
  width: 200px;
  border-width: 1px;
  border-style: solid;
  border-color: #EEEDEC;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.mega-menu .mega-menu-wrapper .mm-path-content .mm-topic-content .mm-hotspots-wrapper.changing,
.mega-menu .mega-menu-wrapper .mm-path-content .mm-topic-content .mm-hotspots-wrapper.ng-hide {
  opacity: 0;
  filter: alpha(opacity=0);
}
.mega-menu .mega-menu-wrapper .mm-path-content .mm-topic-content .mm-hotspots-wrapper.ng-hide {
  width: 0;
  border: none;
}
.mega-menu .mega-menu-wrapper .mm-path-content .mm-topic-content .mm-hotspots-wrapper.ng-hide * {
  width: 0;
  opacity: 0;
}
.mega-menu .mega-menu-wrapper .mm-path-content .mm-topic-content .mm-hotspots-wrapper:first-child {
  border-width: 1px 0px;
}
.mega-menu .mega-menu-wrapper .mm-path-content .mm-topic-content .mm-hotspots-wrapper.border-right {
  border-width: 1px 1px 1px 0px !important;
}
.mega-menu .mega-menu-wrapper .mm-path-content .mm-topic-content .mm-hotspots-wrapper.blue h5 {
  background-color: #003247;
}
.mega-menu .mega-menu-wrapper .mm-path-content .mm-topic-content .mm-hotspots-wrapper.azure h5 {
  background-color: #8197a6;
}
.mega-menu .mega-menu-wrapper .mm-path-content .mm-topic-content .mm-hotspots-wrapper.green h5 {
  background-color: #008542;
}
.mega-menu .mega-menu-wrapper .mm-path-content .mm-topic-content .mm-hotspots-wrapper.orange h5 {
  background-color: #e37222;
}
.mega-menu .mega-menu-wrapper .mm-path-content .mm-topic-content .mm-hotspots-wrapper.red h5 {
  background-color: #ed1b2f;
}
.mega-menu .mega-menu-wrapper .mm-path-content .mm-topic-content .mm-hotspots-wrapper.yellow h5 {
  background-color: #FBAB18;
}
.mega-menu .mega-menu-wrapper .mm-path-content .mm-topic-content .mm-hotspots-wrapper h5 {
  margin: 0;
  padding-left: 15px;
  line-height: 54px;
  border-bottom: 1px solid #EEEDEC;
}
.mega-menu .mega-menu-wrapper .mm-path-content .mm-topic-content .mm-hotspots-wrapper ul {
  list-style: none;
  padding: 0;
  background-color: rgba(30, 30, 30, 0.9);
}
.mega-menu .mega-menu-wrapper .mm-path-content .mm-topic-content .mm-hotspots-wrapper .mm-hotspot a {
  min-height: 56px;
  position: relative;
  display: block;
}
.mega-menu .mega-menu-wrapper .mm-path-content .mm-topic-content .mm-hotspots-wrapper .mm-hotspot a > div {
  position: absolute;
  top: 50%;
  left: 10px;
  right: 10px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
.mega-menu .mega-menu-wrapper .mm-path-content .mm-topic-content .mm-hotspots-wrapper .mm-hotspot a > div .glyphicon {
  margin-right: 5px;
  float: left;
}
.mega-menu .mega-menu-wrapper .mm-path-content .mm-topic-content .mm-hotspots-wrapper .mm-hotspot a > div .mm-hotspot-title {
  display: block;
}
.mega-menu .mega-menu-wrapper .mm-path-content .mm-topic-content .mm-hotspots-wrapper .mm-hotspot:hover .mm-hotspot-title {
  text-decoration: underline;
}
.mega-menu .mega-menu-wrapper .mm-path-content .mm-topic-content .icon-seid {
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 25px;
}
.bg-starts-container {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: fixed;
  top: -50px;
  right: -100px;
  bottom: -50px;
  left: -100px;
  -webkit-transition: all 2s ease-out;
  transition: all 2s ease-out;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.bg-starts-container.scale {
  -webkit-transform: scale(1.3, 1.3) !important;
  -ms-transform: scale(1.3, 1.3) !important;
  transform: scale(1.3, 1.3) !important;
}
.bg-starts {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: fixed;
  top: -50px;
  right: -100px;
  bottom: -50px;
  left: -100px;
}
.bg-starts > .starts-moving {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  height: 100%;
  min-width: 100%;
  width: 20000px;
  background-size: contain;
  background-repeat: repeat;
  will-change: transform;
}
.bg-starts > .starts-moving.front {
  z-index: 2;
}
.bg-starts > .starts-moving.back {
  background-position: 600px 600px;
  display: none;
}
@-webkit-keyframes scroll-lefttoright {
  0% {
    -webkit-transform: translate(-10000px);
  }
  100% {
    -webkit-transform: translate(0px);
  }
}
@-moz-keyframes scroll-lefttoright {
  0% {
    -moz-transform: translate(-10000px);
  }
  100% {
    -moz-transform: translate(0px);
  }
}
@-o-keyframes scroll-lefttoright {
  0% {
    -o-transform: translate(-10000px);
  }
  100% {
    -o-transform: translate(0px);
  }
}
@-ms-keyframes scroll-lefttoright {
  0% {
    -ms-transform: translate(-10000px);
  }
  100% {
    -ms-transform: translate(0px);
  }
}
@keyframes scroll-lefttoright {
  0% {
    transform: translate(-10000px);
  }
  100% {
    transform: translate(0px);
  }
}
@-webkit-keyframes scroll-righttoleft {
  0% {
    -webkit-transform: translate(0px);
  }
  100% {
    -webkit-transform: translate(-10000px);
  }
}
@-moz-keyframes scroll-righttoleft {
  0% {
    -moz-transform: translate(0px);
  }
  100% {
    -moz-transform: translate(-10000px);
  }
}
@-o-keyframes scroll-righttoleft {
  0% {
    -o-transform: translate(0px);
  }
  100% {
    -o-transform: translate(-10000px);
  }
}
@-ms-keyframes scroll-righttoleft {
  0% {
    -ms-transform: translate(0px);
  }
  100% {
    -ms-transform: translate(-10000px);
  }
}
@keyframes scroll-righttoleft {
  0% {
    transform: translate(0px);
  }
  100% {
    transform: translate(-10000px);
  }
}
.info-window {
  position: absolute;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-perspective: 200px;
  -moz-perspective: 200px;
  perspective: 200px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: rgba(30, 30, 30, 0.9);
  border-width: 1px;
  border-style: solid;
  border-color: #EEEDEC;
}
.info-window.ng-hide {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(1, 0.3);
  -ms-transform: scale(1, 0.3);
  transform: scale(1, 0.3);
}
.info-window .iw-image {
  height: 100%;
  width: 300px;
  position: relative;
}
@media (max-width: 966px) {
  .info-window .iw-image {
    width: 200px !important;
    width: calc(100vw - 590px) !important;
    height: initial !important;
    border-width: 1px 1px 0px 1px !important;
  }
  .info-window .iw-image .iw-caption {
    position: relative !important;
  }
}
.info-window .iw-image a {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
}
.info-window .iw-image a:hover .infowindow-image img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.info-window .iw-image a .infowindow-image img {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.info-window .iw-image .iw-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 58px;
  padding: 10px;
  font-style: italic;
  background-color: rgba(0, 0, 0, 0.9);
}
.about {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: #000;
}
.about .stage {
  /*
    position: fixed;

    top: 100px;
    left: 100px;
    right: 100px;
    bottom: 80px;

    padding: 30px;
    overflow: auto;
    background: 0;
    border: 0;

    .native-scroll();
    */
  padding: 80px 30px;
  height: 100%;
}
.about .about-header {
  background-color: rgba(0, 0, 0, 0.32);
  padding: 0 30px;
}
.about .about-header ul {
  margin: 0;
}
.about .about-header li {
  margin: 0;
  padding: 0;
}
.about .about-header li > a {
  position: relative;
  display: block;
  padding: 28px 24px;
  text-transform: uppercase;
  font-family: "thesansosfsemibold";
  font-size: 14px;
  line-height: 1;
  color: #fff;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.about .about-header li > a:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 4px;
  background-color: transparent;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.about .about-header li > a:hover,
.about .about-header li > a.active {
  color: #8197a6;
}
.about .about-header li > a:hover:after,
.about .about-header li > a.active:after {
  background-color: #8197a6;
}
.about .about-content {
  background: #1e1e1e;
  padding: 40px 30px 60px 30px;
  color: #919191;
  font-size: 15px;
  line-height: 24px;
  min-height: calc(100% - 20px);
  margin-bottom: 30px;
}
.about .about-content .about-headline {
  padding: 20px 120px 20px 20px;
  margin: 0;
  text-transform: uppercase;
  font-size: 36px;
  color: #fff;
  background: #333333;
}
.about .about-content .about-copy {
  font-size: 18px;
}
@media (max-width: 615px) {
  .about .about-header li > a {
    font-size: 13px;
    padding: 14px 16px;
  }
  .about .about-content {
    padding: 30px 20px;
  }
  .about .about-content .about-copy {
    font-size: 14px;
  }
  .about .stage {
    padding: 60px 25px;
  }
}
@media (max-width: 515px) {
  .about .about-header {
    padding: 0 12px;
  }
  .about .about-header li > a {
    font-size: 12px;
    padding: 12px;
  }
  .about .about-content {
    padding: 20px 12px;
  }
  .about .about-content .about-copy {
    font-size: 13px;
  }
}
@media (max-width: 428px) {
  .about .stage {
    padding: 55px 18px;
  }
  .about .about-header {
    padding: 0 10px;
  }
  .about .about-header li > a {
    font-size: 11px;
    padding: 10px;
  }
  .about .about-content {
    padding: 18px 10px;
  }
  .about p {
    margin: 0 0 6px;
  }
}
.explore {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: #000;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  user-select: none;
}
.explore .bg {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: fixed;
  top: -50px;
  right: -100px;
  bottom: -50px;
  left: -100px;
}
.explore .bg > img {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  height: 100%;
  min-width: 100%;
}
.initial-size {
  height: auto !important;
  height: initial !important;
  width: auto !important;
  width: initial !important;
}
#sphere-wrapper {
  z-index: 4;
}
.sphere-wrapper {
  position: relative;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sphere-wrapper.ng-hide {
  display: block !important;
  opacity: 0;
  filter: alpha(opacity=0);
}
@media (min-width: 769px) {
  .sphere-wrapper {
    margin: 0 auto;
    width: 260px;
    height: 155px;
    position: relative;
    perspective: 1000px;
  }
}
@media (max-width: 768px) {
  .sphere-wrapper {
    margin-top: 10px;
  }
}
@media (min-width: 1601px) {
  .sphere-wrapper {
    -webkit-transform: scale(1.4, 1.4);
    -ms-transform: scale(1.4, 1.4);
    transform: scale(1.4, 1.4);
  }
}
.sphere {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 769px) {
  .sphere {
    width: 100%;
    height: 100%;
    position: absolute;
    transform-style: preserve-3d;
  }
}
#carousel-wrapper {
  z-index: 3;
}
@media (max-width: 768px) {
  #carousel-wrapper {
    display: none;
  }
}
@media (min-width: 1601px) {
  #carousel-wrapper {
    -webkit-transform: scale(1.4, 1.4);
    -ms-transform: scale(1.4, 1.4);
    transform: scale(1.4, 1.4);
  }
}
#moon {
  position: fixed;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
#moonInner {
  opacity: 0;
  filter: alpha(opacity=0);
  margin-left: auto;
  margin-right: auto;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
#moonImg {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 1000px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.85);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
#moonImg img {
  display: block;
  width: 100%;
}
.bgGradient {
  background-color: rgba(0, 0, 0, 0.3);
}
.bgDark {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.4);
}
.tile {
  display: block;
  position: absolute;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
.tile > div {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.tile.science {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  border-color: #ed1b2f;
  z-index: 2 !important;
}
.tile.technology {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  border-color: #e37222;
  z-index: 2 !important;
}
.tile.humans {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  border-color: #008542;
  z-index: 2 !important;
}
.tile.missions {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  border-color: #8197a6;
  z-index: 2 !important;
}
.tile.esa {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  border-color: #003247;
  z-index: 2 !important;
}
.tile.vision {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  border-color: #FBAB18;
  z-index: 2 !important;
}
li.tile:hover {
  z-index: 666 !important;
}
.pathHoverInfo {
  position: absolute;
  top: 90px;
  left: 50px;
  z-index: 6666;
  color: #fff;
}
.pathHoverInfo span {
  display: table-cell;
  padding: 10px;
  line-height: 1;
  font-family: "notesesabold", helvetica, arial, sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  background: #8197a6;
}
.pathHoverInfo > ul {
  display: table-cell;
  list-style: none;
  padding-left: 20px;
}
.pathHoverInfo > ul > li {
  float: left;
  margin: 0 7px;
  font-size: 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.pathHoverInfo > ul > li.ng-hide {
  -webkit-transform: scale(1, 0.1);
  -ms-transform: scale(1, 0.1);
  transform: scale(1, 0.1);
}
.pathHoverInfo > ul > li.active {
  text-decoration: underline;
}
.pathHoverInfo.ng-enter {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  filter: alpha(opacity=0);
}
.pathHoverInfo.ng-enter.ng-enter-active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.pathHoverInfo.ng-leave {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
  filter: alpha(opacity=100);
}
.pathHoverInfo.ng-leave.ng-leave-active {
  opacity: 0;
  filter: alpha(opacity=0);
}
.pathHoverInfo.azure span {
  background: #8197a6;
}
.pathHoverInfo.blue span {
  background: #003247;
}
.pathHoverInfo.green span {
  background: #008542;
}
.pathHoverInfo.orange span {
  background: #e37222;
}
.pathHoverInfo.red span {
  background: #ed1b2f;
}
.pathHoverInfo.yellow span {
  background: #FBAB18;
}
.backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.backdrop.ng-hide {
  display: block !important;
  opacity: 0;
  filter: alpha(opacity=0);
}
#pathTiles {
  z-index: 6667;
  display: block;
  height: 360px;
  padding: 40px 60px;
  background: #ccc;
  position: absolute;
  top: 50%;
  left: 10%;
  margin-top: -180px;
  width: 80%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#pathTiles.science {
  background-color: #ed1b2f;
}
#pathTiles.technology {
  background-color: #e37222;
}
#pathTiles.humans {
  background-color: #008542;
}
#pathTiles.missions {
  background-color: #8197a6;
}
#pathTiles.esa {
  background-color: #003247;
}
#pathTiles.vision {
  background-color: #FBAB18;
}
#pathTiles .headline {
  font-size: 36px;
  color: #fff;
  font-family: "notesesaregular", helvetica, arial, sans-serif;
  text-transform: uppercase;
}
#pathTiles .btn-close {
  position: absolute;
  top: 40px;
  right: 48px;
  color: #fff;
  background: none;
  border: 0;
  outline: 0;
  font-size: 24px;
  width: 30px;
  height: 30px;
  display: block;
}
#pathTiles .btn-close > i {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#pathTiles .btn-close:hover > i {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
#pathTiles .frame {
  width: 100%;
  margin-top: 14px;
  padding-top: 10px;
  height: 220px;
  position: relative;
  overflow: hidden;
}
#pathTiles ul {
  list-style: none;
  position: absolute;
  margin: 0 0 0 -10px;
  padding: 0;
}
#pathTiles ul li {
  float: left;
  margin: 0 7px 0 7px;
}
#pathTiles ul li:hover img {
  border: 3px solid rgba(255, 255, 255, 0.8);
}
#pathTiles ul li a {
  overflow: auto;
}
#pathTiles ul li a img {
  display: block;
  height: 100%;
  width: auto;
  border: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#pathTiles ul li a span {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  display: block;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .pathHoverInfo span {
    font-size: 43.2px;
  }
}
@media only screen and (max-width: 1024px) {
  .pathHoverInfo span {
    font-size: 32.4px;
  }
}
@media (max-width: 768px) {
  #moon {
    display: none;
  }
  #sphere {
    transform: translate3d(0, 0, 0) !important;
    text-align: center;
    position: static;
  }
  #sphere li {
    width: 240px !important;
    height: 135px !important;
  }
  .explore {
    position: static;
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: 40px;
  }
}
@media (max-width: 425px) {
  .pathHoverInfo {
    top: 50px;
    left: 18%;
    right: 18%;
    padding: 5px !important;
    font-size: 30px !important;
  }
  #sphere {
    margin: 0;
    left: 0;
    right: 0;
    text-align: center;
  }
}
.seid-gallery {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: #000;
}
.seid-gallery .stage h1 {
  margin: 0 0 20px 0;
  color: #fff;
  text-transform: uppercase;
}
.seid-gallery .stage hr {
  border-top-color: #333333;
}
.seid-gallery .stage .gallery-title {
  color: #fff !important;
  font-weight: normal;
  margin: 0 0 10px 0 !important;
}
.seid-gallery .stage .gallery-header-top {
  float: left;
  width: 100%;
  padding: 0 0 8px 0;
  border-bottom: 1px solid #3d3d3d;
}
.seid-gallery .stage .gallery-header-bottom {
  float: left;
  width: 100%;
  padding: 8px 0;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #3d3d3d;
}
.seid-gallery .stage .asset-list {
  padding: 0;
  list-style: none;
}
.seid-gallery .stage .asset-list .btn {
  text-transform: uppercase;
}
.seid-gallery .stage .asset-list a.asset-link {
  display: block;
  overflow: hidden;
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 0;
  background: #000;
}
.seid-gallery .stage .asset-list a.asset-link .asset-image {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.seid-gallery .stage .asset-list a.asset-link .icon-seid {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 72px;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  opacity: 0;
  filter: alpha(opacity=0);
}
.no-touch .seid-gallery .stage .asset-list a.asset-link .icon-seid {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.no-touch .seid-gallery .stage .asset-list a.asset-link:hover .asset-image {
  opacity: 0.36;
  filter: alpha(opacity=36);
}
.no-touch .seid-gallery .stage .asset-list a.asset-link:hover .icon-seid {
  opacity: 1;
  filter: alpha(opacity=100);
}
.seid-gallery .stage .asset-list .asset-title {
  color: #fff !important;
  font-weight: normal;
  font-size: 21px;
  margin-top: 0 !important;
  overflow: hidden;
  height: 46px;
  position: relative;
}
.seid-gallery .stage .asset-list .asset-title:after {
  content: "";
  display: block;
  height: 23px;
  width: 54px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0) 0%), color-stop(#000000 50%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #000000 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#ff000000', GradientType=1);
}
.seid-gallery .stage .asset-list .asset-desc {
  color: #919191;
  font-family: "notesesaregular";
  font-size: 14px;
  line-height: 18px;
  height: 54px;
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
}
.seid-gallery .stage .asset-list .asset-desc:after {
  content: "";
  display: block;
  height: 18px;
  width: 54px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0) 0%), color-stop(#000000 50%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #000000 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#ff000000', GradientType=1);
}
.seid-gallery .stage .asset-list li .topic-tile {
  border-width: 3px !important;
}
.seid-gallery .stage .asset-list li .topic-tile .asset-title span {
  font-size: 18px;
  margin-left: 5px;
  border-radius: 2px;
}
.seid-gallery .stage .asset-list li .thumbnail {
  overflow: auto;
  padding: 0;
  border-radius: 0;
  border-width: 0px;
  border-left: 3px solid #000;
  background-color: transparent;
}
.seid-gallery .stage .asset-list li .thumbnail:not(.topic-tile) .asset-button .btn {
  margin-bottom: 6px;
}
.seid-gallery .stage .asset-list li .thumbnail .caption {
  padding: 15px 15px 15px 18px;
  float: left;
  width: 100%;
  background-color: #000;
}
.seid-gallery .stage .asset-list li .thumbnail p.asset-button {
  margin-bottom: 0;
}
.seid-gallery .stage .asset-list li .thumbnail img {
  position: relative;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.seid-gallery .stage .asset-list li .thumbnail.azure {
  border-color: #8197a6;
}
.seid-gallery .stage .asset-list li .thumbnail.azure .asset-link {
  color: #8197a6 !important;
}
.seid-gallery .stage .asset-list li .thumbnail.green {
  border-color: #008542;
}
.seid-gallery .stage .asset-list li .thumbnail.green .asset-link {
  color: #008542 !important;
}
.seid-gallery .stage .asset-list li .thumbnail.orange {
  border-color: #e37222;
}
.seid-gallery .stage .asset-list li .thumbnail.orange .asset-link {
  color: #e37222 !important;
}
.seid-gallery .stage .asset-list li .thumbnail.red {
  border-color: #ed1b2f;
}
.seid-gallery .stage .asset-list li .thumbnail.red .asset-link {
  color: #ed1b2f !important;
}
.seid-gallery .stage .asset-list li .thumbnail.blue {
  border-color: #003247;
}
.seid-gallery .stage .asset-list li .thumbnail.blue .asset-link {
  color: #003247 !important;
}
.seid-gallery .stage .asset-list li .thumbnail.yellow {
  border-color: #FBAB18;
}
.seid-gallery .stage .asset-list li .thumbnail.yellow .asset-link {
  color: #FBAB18 !important;
}
.seid-gallery .stage .asset-list li .no-items {
  background: rgba(30, 30, 30, 0.8);
  color: #fff;
}
.seid-gallery .stage .searchfield {
  position: relative;
  display: none;
}
.seid-gallery .stage .searchfield .icon-seid {
  position: absolute;
  right: 10px;
  top: 0;
  line-height: 38px;
  pointer-events: none;
}
.seid-gallery .stage .search.sort {
  color: #999999;
  overflow: auto;
}
.seid-gallery .stage .search.sort .searchfield {
  width: calc(100% - 400px);
  max-width: 450px;
}
@media (max-width: 767px) {
  .seid-gallery .stage .search.sort .searchfield {
    width: 100%;
    max-width: inherit;
    margin-bottom: 15px;
  }
}
.seid-gallery .stage .search.sort input[type=search] {
  font-family: "notesesaregular";
  font-size: 18px;
  color: #eeeeee;
  line-height: 38px;
  height: 38px;
  background-color: #1e1e1e;
  border: 0;
  padding: 0 45px 0 15px;
  outline: 0;
  position: relative;
  width: 100%;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.seid-gallery .stage .search.sort input[type=search]:placeholder {
  color: #6e6e6e;
}
.seid-gallery .stage .search.sort input[type=search]:hover,
.seid-gallery .stage .search.sort input[type=search]:focus {
  background-color: #333333;
}
.seid-gallery .stage .label-select-container {
  float: right;
}
@media (max-width: 416px) {
  .seid-gallery .stage .label-select-container:first-child {
    margin-bottom: 5px;
  }
}
.seid-gallery .stage .select-container {
  margin-left: 5px;
  float: left;
  width: 100px;
}
.seid-gallery .stage .sort-label {
  float: left;
  display: inline-block;
  height: 38px;
  line-height: 38px;
  margin-left: 30px;
}
@media (min-width: 1024px) {
  .seid-gallery .stage .sort-label {
    margin-left: 70px;
  }
}
.seid-gallery .stage .path-filter li {
  margin: 0 10px 5px 0;
}
.seid-gallery .stage .path-filter li:first-child > a {
  border-color: #fff;
}
@media (min-width: 769px) {
  .seid-gallery .stage .path-filter li:last-child {
    margin-right: 0 !important;
  }
}
@media (min-width: 325px) and (max-width: 768px) {
  .seid-gallery .stage .path-filter li {
    width: 48%;
  }
  .seid-gallery .stage .path-filter li:nth-child(even) {
    margin-right: 0 !important;
  }
}
@media (max-width: 324px) {
  .seid-gallery .stage .path-filter li {
    width: 100%;
    margin-right: 0 !important;
  }
}
.seid-gallery .stage .path-filter li > a {
  text-transform: uppercase;
  background: transparent;
  color: #fff !important;
}
.seid-gallery .stage .path-filter li > a.btn-all.active,
.seid-gallery .stage .path-filter li > a.btn-all:hover {
  background-color: #fff;
  color: #000 !important;
}
.seid-gallery .stage .sortoptions {
  line-height: 38px;
}
.seid-gallery .stage .sort-label {
  text-transform: uppercase;
  color: #fff;
  font-family: "thesansosfsemibold";
  font-size: 13px;
}
.seid-gallery .stage .path-sort {
  margin: 0;
}
.seid-gallery .stage .path-sort a {
  color: #fff !important;
  background: transparent;
  padding: 2px 6px;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.seid-gallery .stage .path-sort a.active,
.seid-gallery .stage .path-sort a:hover {
  color: #fff;
  background: #555555;
}
/*
.animate-repeat {
  .scale(1,1);
  .opacity(1);
  .transition(all 0.3s);
}

.animate-repeat.ng-move,
.animate-repeat.ng-enter,
.animate-repeat.ng-leave {
  .scale(0,0);
  .opacity(0);
  //-webkit-transition:all linear 0.5s;
  //transition:all linear 0.5s;
}

.animate-repeat.ng-leave.ng-leave-active,
.animate-repeat.ng-move,
.animate-repeat.ng-enter {
  .scale(0,0);
  .opacity(0);
  //max-height: 0;
}

.animate-repeat.ng-leave,
.animate-repeat.ng-move.ng-move-active,
.animate-repeat.ng-enter.ng-enter-active {
  .scale(1,1);
  .opacity(1);
  //max-height:400px;
}
*/
.intro-page.hide-navbar {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}
#btnSkip {
  position: absolute;
  top: 95px;
  right: 1%;
  z-index: 6666;
  background-color: #555555;
  opacity: 0;
  filter: alpha(opacity=0);
}
#btnSkip.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#btnSkip:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: #003247;
}
@media (min-width: 769px) {
  #btnSkip {
    display: none;
  }
}
.intro-gradient-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
.intro-content-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
  z-index: 6666;
  /* May want to do this if there is risk the container may be narrower than the element inside */
}
.intro-content-wrapper:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  /* Adjusts for spacing */
}
.intro-content-desktop {
  display: inline-block;
  width: 100%;
  margin-top: 100px;
  text-align: center;
  vertical-align: middle;
  z-index: 666;
  padding: 0 60px;
  opacity: 1;
  filter: alpha(opacity=100);
  transition-property: all;
}
.intro-content-desktop.ng-hide {
  opacity: 0;
  filter: alpha(opacity=0);
}
.intro-content-desktop .intro-headline-desktop {
  font-family: "notesesabold";
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
  font-size: 50px;
  margin-bottom: 10px;
}
.intro-content-desktop .intro-subline-desktop {
  display: inline-block;
  margin-top: 0;
  color: #fff;
  font-family: "notesesaregular";
  font-weight: normal !important;
  -webkit-font-smoothing: antialiased;
  font-size: 22px;
}
@media (max-width: 768px) {
  .intro-content-desktop .intro-headline-desktop {
    font-size: 38px;
  }
  .intro-content-desktop .intro-subline-desktop {
    font-size: 16px;
  }
}
.intro-content-desktop .btn-toggle-sound {
  position: fixed;
  top: 20px;
  right: 20px;
  font-size: 30px;
  color: white;
}
.intro-content {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  z-index: 666;
  margin-top: -20px;
}
.intro-headline {
  font-family: "notesesabold";
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
  font-size: 48px;
}
.intro-subline {
  display: inline-block;
  padding: 20px 36px;
  color: #fff;
  font-family: "notesesaregular";
  font-weight: normal !important;
  -webkit-font-smoothing: antialiased;
  background-color: rgba(0, 0, 0, 0.75);
  font-size: 22px;
}
.intro-buttons .btn-intro.btn-intro {
  display: inline-block;
  position: relative;
  font-family: "thesansosfsemibold";
  font-size: 20px;
  color: #fff;
  height: 62px;
  line-height: 62px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 20px;
  padding: 0 20px;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background-color: rgba(239, 42, 25, 0.75);
}
.intro-buttons .btn-intro.btn-intro:hover {
  background-color: #ef2a19;
}
.intro-buttons .btn-intro.btn-intro .iconBtn {
  background-color: #ef2a19;
}
.intro-buttons .btn-intro.btn-intro .iconBtn {
  position: relative;
  display: inline-block;
  float: left;
  width: 62px;
  height: 62px;
  line-height: 62px;
  top: 0;
  left: -20px;
}
.intro-buttons .btn-intro.btn-intro .iconBtn:before {
  top: -2px;
}
.intro-buttons .btn-intro.btn-trailer {
  background-color: rgba(0, 50, 71, 0.75);
}
.intro-buttons .btn-intro.btn-trailer:hover {
  background-color: #003247;
}
.intro-buttons .btn-intro.btn-trailer .iconBtn {
  background-color: #003247;
}
.intro-buttons .btn-intro.btn-desktop {
  margin-top: 80px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  padding: 0 40px;
  border: 2px solid #003247;
  background-color: rgba(0, 50, 71, 0.75);
}
.intro-buttons .btn-intro.btn-desktop:hover {
  background-color: #003247;
}
.intro-buttons .btn-intro.btn-desktop .iconBtn {
  background-color: #003247;
}
.intro-buttons .btn-intro.btn-desktop:hover {
  background-color: rgba(0, 50, 71, 0.9);
}
.intro-buttons .btn-intro.btn-desktop .icon-seid {
  height: 40px;
  line-height: 40px;
}
.intro-buttons .btn-intro .icon-seid {
  font-size: 32px;
}
@media (min-width: 1024px) {
  .intro-headline {
    font-size: 72px;
  }
  .intro-subline {
    font-size: 30px;
  }
}
@media (max-height: 400px) {
  .intro-content-wrapper .intro-content {
    margin-top: 0px;
  }
  .intro-content-wrapper .intro-content .intro-headline {
    font-size: 38px;
    margin-top: 0;
  }
  .intro-content-wrapper .intro-content .intro-buttons .btn-intro {
    font-size: 18px;
    height: 55px;
    line-height: 55px;
    margin: 10px;
    padding: 0 16px;
  }
  .intro-content-wrapper .intro-content .intro-buttons .btn-intro .iconBtn {
    width: 55px;
    height: 55px;
    line-height: 55px;
  }
  .intro-content-wrapper .intro-content .intro-subline {
    padding: 16px 32px;
    margin-top: 10px;
  }
}
@media (max-height: 340px) {
  .intro-content-wrapper .intro-content .intro-headline {
    font-size: 30px;
    margin-top: 30px;
  }
  .intro-content-wrapper .intro-content .intro-buttons .btn-intro {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    margin: 4px;
    padding: 0 14px;
  }
  .intro-content-wrapper .intro-content .intro-buttons .btn-intro .iconBtn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }
  .intro-content-wrapper .intro-content .intro-subline {
    padding: 12px 24px;
    margin-top: 8px;
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .intro-content-wrapper {
    z-index: 100;
  }
}
@media (max-width: 650px) {
  .intro-buttons .btn-intro {
    margin: 16px !important;
  }
}
@media (max-width: 630px) {
  .intro-headline {
    font-size: 42px;
  }
  .intro-buttons .btn-intro {
    font-size: 18px !important;
    letter-spacing: 0 !important;
  }
}
@media (max-width: 540px) {
  .intro-headline {
    font-size: 38px;
  }
  .intro-buttons .btn-intro {
    margin: 12px !important;
    height: 50px;
    line-height: 50px;
  }
  .intro-buttons .btn-intro.btn-intro {
    height: 50px;
    line-height: 50px;
    font-size: 16px !important;
  }
  .intro-buttons .btn-intro.btn-intro .iconBtn {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .intro-subline {
    padding: 18px;
  }
}
@media (max-width: 490px) {
  .intro-content {
    max-width: 490px;
  }
  .intro-headline {
    font-size: 32px;
  }
  .intro-buttons .btn-intro {
    display: inline-block;
    text-align: center;
    width: 300px;
    margin: 4px !important;
  }
  .intro-subline {
    padding: 16px;
    font-size: 20px;
  }
}
@media (max-width: 425px) {
  .intro-headline {
    font-size: 28px;
  }
  .intro-buttons .btn-intro {
    margin: 2px !important;
    width: 275px;
    height: 40px;
    line-height: 40px;
  }
  .intro-buttons .btn-intro.btn-intro {
    height: 40px;
    line-height: 40px;
    font-size: 16px !important;
  }
  .intro-buttons .btn-intro.btn-intro .iconBtn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
  }
  .intro-subline {
    padding: 10px;
    font-size: 18px;
  }
}
@media (max-width: 380px) {
  .intro-headline {
    font-size: 24px;
  }
  .intro-buttons .btn-intro {
    width: 275px;
    height: 36px;
    line-height: 36px;
  }
  .intro-buttons .btn-intro.btn-intro {
    height: 36px;
    line-height: 36px;
    font-size: 14px !important;
  }
  .intro-buttons .btn-intro.btn-intro .iconBtn {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 22px;
  }
  .intro-subline {
    padding: 6px;
    font-size: 16px;
  }
}
@media (max-width: 330px) {
  .intro-content {
    max-width: 390px;
  }
  .intro-subline {
    font-size: 16px;
    width: 320px;
  }
  .intro-buttons {
    margin-top: 30px;
  }
  .intro-buttons .btn-intro {
    width: 230px;
    margin-bottom: 4px !important;
  }
  .intro-buttons .btn-intro.btn-intro {
    height: 36px;
    line-height: 36px;
    font-size: 14px !important;
  }
  .intro-buttons .btn-intro.btn-intro .iconBtn {
    font-size: 20px;
  }
}
.moonfacts .stage {
  overflow: auto;
  transform: initial !important;
}
.moonfacts-header {
  color: #fff;
  padding: 0 0 18px 0;
  border-bottom: 1px solid #3d3d3d;
  margin-bottom: 20px;
  position: relative;
}
.moonfacts-title {
  color: #fff !important;
  font-weight: normal;
  margin: 0 !important;
}
.flipgame {
  padding: 0px;
}
.flipgame h2 {
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  margin: 0 0 20px 10px;
}
.flipgame .btn-back {
  position: absolute;
  top: 20px;
  right: 30px;
}
.flipgame .card-list {
  margin: 0 -8px;
  padding: 0;
  position: relative;
  list-style: none;
}
.cardwrapper {
  position: relative;
  height: auto;
  padding: 0 8px 16px 8px;
  float: left;
}
@media (min-width: 769px) {
  .cardwrapper {
    width: 33.33333333%;
  }
}
@media (min-width: 521px) and (max-width: 768px) {
  .cardwrapper {
    width: 50%;
  }
}
@media (max-width: 520px) {
  .cardwrapper {
    width: 100%;
  }
}
.cardwrapper.flipped .front {
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  -webkit-transform: rotateY(180deg) scale(1.8, 1.8) !important;
  -moz-transform: rotateY(180deg) scale(1.8, 1.8) !important;
  -ms-transform: rotateY(180deg) scale(1.8, 1.8) !important;
  -o-transform: rotateY(180deg) scale(1.8, 1.8) !important;
  transform: rotateY(180deg) scale(1.8, 1.8) !important;
  -webkit-transition: all 0.7s !important;
  transition: all 0.7s !important;
}
.cardwrapper.flipped .back {
  -webkit-transform: rotateY(0deg) !important;
  -moz-transform: rotateY(0deg) !important;
  -ms-transform: rotateY(0deg) !important;
  -o-transform: rotateY(0deg) !important;
  transform: rotateY(0deg) !important;
  background-color: #000;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  visibility: initial !important;
  margin-top: 0px !important;
  -webkit-transition: all 0.7s !important;
  transition: all 0.7s !important;
}
.cardwrapper .flipcard {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 66.66%;
  cursor: pointer;
  position: relative;
}
.cardwrapper .flipcard .front,
.cardwrapper .flipcard .back {
  position: absolute;
  display: table;
  color: #222222;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cardwrapper .flipcard .front {
  font-family: "thesansosfsemibold";
  font-size: 18px;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  z-index: 2;
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 1;
  filter: alpha(opacity=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 0s;
  transition: all 0s;
}
.no-touch .cardwrapper .flipcard .front:hover {
  background: rgba(129, 151, 166, 0.75);
}
.cardwrapper .flipcard .back {
  position: fixed;
  height: 100%;
  height: 100vh;
  font-family: "thesansosfsemilight";
  font-size: 15px;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  margin-top: -100px;
  z-index: 9999;
  -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-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transition: margin-top 0.5s, opacity 0.5s, visibility 0.5s, transform 0s linear 0.5s;
  transition: margin-top 0.5s, opacity 0.5s, visibility 0.5s, transform 0s linear 0.5s;
}
.cardwrapper .flipcard .back .afkl-lazy-wrapper {
  height: 100%;
}
.cardwrapper .flipcard .back .back_content {
  max-width: calc(150vh - 200px);
  background: #000;
  border: 2px solid #dcdcdc;
  color: #fff;
}
@media (min-width: 769px) {
  .cardwrapper .flipcard .back .back_content {
    width: 70%;
    margin: 100px auto;
  }
}
@media (max-width: 768px) {
  .cardwrapper .flipcard .back .back_content {
    width: 90%;
    margin: 100px auto;
  }
}
@media (max-width: 768px) and (orientation: landscape) {
  .cardwrapper .flipcard .back .back_content {
    z-index: 9999;
    width: 90%;
    margin: 20px auto;
  }
}
.cardwrapper .flipcard .back .back_content .back_text {
  display: block;
  padding: 0 10px 10px 10px;
  font-size: 16px;
  border-bottom: 1px solid #dcdcdc;
}
.cardwrapper .flipcard .back .back_content h3 {
  padding-left: 10px;
}
.cardwrapper .flipcard .content {
  width: 100%;
  height: 100%;
  display: table-cell;
  padding: 20px;
  text-align: center;
  vertical-align: middle;
}
.cardwrapper .flipcard-inner {
  position: absolute;
  width: 100%;
  height: 100%;
}
.path {
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  opacity: 0;
  filter: alpha(opacity=0);
}
.path.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.path .bg {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: fixed;
  top: -50px;
  right: -100px;
  bottom: -50px;
  left: -100px;
}
.path .bg > img {
  transition: transform 0.6s, -webkit-transform 0.6s;
  -moz-transition: transform 0.6s, -webkit-transform 0.6s;
  -webkit-transition: transform 0.6s, -webkit-transform 0.6s;
  -o-transition: transform 0.6s, -webkit-transform 0.6s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  height: 100%;
  min-width: 100%;
}
.path .topic-index {
  display: inline-block;
  height: 39px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
@media (min-width: 769px) and (min-height: 621px) {
  .path .topic-index {
    display: none;
  }
}
.path .ti-container {
  background-color: rgba(100, 100, 100, 0.55);
  height: 100%;
  padding: 0 10px;
  display: flex;
}
.path .topic-index-item {
  display: inline-block;
  margin: 0;
  padding: 5px 8px;
  height: 100%;
}
.path .topic-index-item:before {
  content: "";
  display: inline-block;
  vertical-align: text-bottom;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #1e1e1e;
  -webkit-transition: background-color 300ms;
  transition: background-color 300ms;
}
.azure.path .topic-index-item.active:before {
  background-color: #8197a6;
}
.green.path .topic-index-item.active:before {
  background-color: #008542;
}
.orange.path .topic-index-item.active:before {
  background-color: #e37222;
}
.red.path .topic-index-item.active:before {
  background-color: #ed1b2f;
}
.blue.path .topic-index-item.active:before {
  background-color: #003247;
}
.yellow.path .topic-index-item.active:before {
  background-color: #FBAB18;
}
.path #topiclist {
  margin: 0;
}
.path #topiclist .topic-bg-layer {
  z-index: 1;
}
.path #topiclist .topic-gradient-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
}
.path #topiclist .topic-content-layer {
  z-index: 3;
}
.path #topiclist .topic-content-layer .asset-lister {
  overflow-y: auto;
}
@media (min-width: 769px) and (min-height: 621px) {
  .path #topiclist .topic-content-layer .asset-lister {
    position: absolute;
    top: 50px;
    left: 100px;
    right: 100px;
    bottom: 50px;
  }
}
@media (max-width: 768px), (max-height: 620px) {
  .path #topiclist .topic-content-layer .asset-lister {
    position: relative !important;
  }
  .path #topiclist .topic-content-layer .asset-lister .stage {
    padding: 54px 20px 25px 20px;
    background-color: rgba(0, 0, 0, 0.75);
  }
  .path #topiclist .topic-content-layer .asset-lister .stage .al-assets {
    padding: 0 !important;
  }
  .path #topiclist .topic-content-layer .asset-lister .stage .tb-topics,
  .path #topiclist .topic-content-layer .asset-lister .stage .tb-controls {
    background-color: transparent !important;
  }
  .path #topiclist .topic-content-layer .asset-lister.al-hidden .stage {
    background-color: transparent !important;
  }
}
.path #topiclist .topic-content-layer .asset-lister.al-hidden {
  overflow: hidden;
}
.path #topiclist .topic-content-layer .asset-lister.al-hidden .al-content {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0;
}
.path #topiclist .topic-content-layer .asset-lister.al-hidden .al-content > *:not(.al-title) {
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
  opacity: 0;
  filter: alpha(opacity=0);
}
.path #topiclist .topic-content-layer .asset-lister.al-hidden .al-content > .al-title {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 20px 0;
}
.path #topiclist .topic-content-layer .asset-lister .al-content {
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 769px) and (min-height: 621px) {
  .path #topiclist .topic-content-layer .asset-lister .al-content {
    padding: 20px;
  }
}
@media (max-width: 768px), (max-height: 620px) {
  .path #topiclist .topic-content-layer .asset-lister .al-content {
    padding: 14px 0px 0px 0px;
    background-color: transparent;
  }
}
.path #topiclist .topic-content-layer .asset-lister .al-content > * {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-perspective: 200px;
  -moz-perspective: 200px;
  perspective: 200px;
}
.path #topiclist .topic-content-layer .asset-lister .al-content .title {
  font-weight: normal;
  margin: 0 0 10px 0;
}
.path #topiclist .topic-content-layer .asset-lister .al-content .title.al-title {
  text-align: center;
  cursor: pointer;
}
.path #topiclist .topic-content-layer .asset-lister .al-content .subtitle {
  font-style: italic;
}
.path #topiclist .topic-content-layer .asset-lister .al-content .subtitle.al-subtitle {
  text-align: center;
  margin-top: 0;
}
.path #topiclist .topic-content-layer .asset-lister .al-content .description {
  color: #919191;
}
.path #topiclist .topic-content-layer .asset-lister .al-content .see-more {
  display: block;
  cursor: pointer;
}
.path #topiclist .topic-content-layer .asset-lister .al-content .al-assets {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.path #topiclist .topic-content-layer .asset-lister .al-content .al-assets.al-hidden {
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
}
@media (min-width: 769px) and (min-height: 621px) {
  .path #topiclist .topic-content-layer .asset-lister .al-content .al-assets {
    padding: 0 !important;
  }
}
.path #topiclist .topic-content-layer .asset-lister .al-content .al-asset {
  margin: 20px 0;
}
@media (max-width: 768px), (max-height: 620px) {
  .path #topiclist .topic-content-layer .asset-lister .al-content .al-asset .al-asset-media {
    margin-bottom: 10px;
  }
}
.path #topiclist .topic-content-layer .asset-lister .al-content .al-asset .al-asset-media .clickable {
  cursor: pointer;
}
.path #topiclist .topic-content-layer .asset-lister .al-content .al-asset .al-asset-media .clickable:hover .glyphicon {
  opacity: 1;
  filter: alpha(opacity=100);
}
.path #topiclist .topic-content-layer .asset-lister .al-content .al-asset .al-asset-media .glyphicon {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font-size: 80px;
  text-align: center;
  -webkit-transition: all 0.5;
  transition: all 0.5;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
.path #topiclist .topic-content-layer .asset-lister .al-content .al-asset .al-asset-media videogular vg-controls {
  position: absolute;
  bottom: 0;
  height: 26px;
}
.path #topiclist .topic-content-layer .asset-lister .al-content .html5frame {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.path #topiclist .topic-content-layer .asset-lister .al-content .html5frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.path #topiclist .topic-content-layer .asset-lister .al-content .gallery {
  position: relative;
}
.path #topiclist .topic-content-layer .asset-lister .al-content .ng-control {
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -24px;
  z-index: 6666;
  color: #fff;
  width: 48px;
  height: 48px;
  background-color: rgba(0, 0, 0, 0.28);
  text-align: center;
  line-height: 48px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  user-select: none;
}
.path #topiclist .topic-content-layer .asset-lister .al-content .ng-control .icon-seid {
  font-size: 24px;
  line-height: 48px;
}
.path #topiclist .topic-content-layer .asset-lister .al-content .ng-control.toggle {
  margin: 0;
  right: 9px;
  left: auto;
  top: 9px;
  font-size: 18px;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.path #topiclist .topic-content-layer .asset-lister .al-content .ng-control.toggle.ng-hide {
  opacity: 0;
  filter: alpha(opacity=0);
}
.path #topiclist .topic-content-layer .asset-lister .al-content .ng-control.next {
  left: auto;
  right: 0;
}
.no-touch .path #topiclist .topic-content-layer .asset-lister .al-content .ng-control:hover {
  background-color: rgba(0, 0, 0, 0.56);
}
.path #topiclist .topic-content-layer .asset-lister .al-content .tb-links {
  -webkit-transition: opacity 0.15s 0.3s;
  transition: opacity 0.15s 0.3s;
}
.path #topiclist .topic-content-layer .asset-lister .al-content .tb-links a {
  margin-right: 10px;
}
@media (min-width: 769px) and (min-height: 621px) {
  .path #topiclist .topic-content-layer .asset-lister .al-content .tb-links {
    margin-top: 20px;
  }
}
@media (max-width: 768px), (max-height: 620px) {
  .path #topiclist .topic-content-layer .asset-lister .al-content .tb-links {
    padding: 0 30px 30px 30px !important;
  }
}
.path #topiclist .topic-content-layer .asset-lister .al-content .tb-link {
  display: inline-block;
  padding: 0 10px;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "thesansosfsemibold";
}
.path #topiclist .topic-content-layer .asset-lister .al-content .tb-link:nth-child(2) {
  padding-left: 0 !important;
}
.path #topiclist .topic-content-layer .asset-lister .al-content .tb-link.azure {
  color: #8197a6;
}
.path #topiclist .topic-content-layer .asset-lister .al-content .tb-link.green {
  color: #008542;
}
.path #topiclist .topic-content-layer .asset-lister .al-content .tb-link.orange {
  color: #e37222;
}
.path #topiclist .topic-content-layer .asset-lister .al-content .tb-link.red {
  color: #ed1b2f;
}
.path #topiclist .topic-content-layer .asset-lister .al-content .tb-link.blue {
  color: #003247;
}
.path #topiclist .topic-content-layer .asset-lister .al-content .tb-link.yellow {
  color: #FBAB18;
}
.path #topiclist .topic-content-layer .asset-lister .al-content .tb-link:hover {
  text-decoration: underline;
}
@media (max-width: 768px), (max-height: 620px) {
  .path #topiclist .topic-content-layer .asset-lister .al-content .tb-links {
    background: transparent !important;
  }
  .path #topiclist .topic-content-layer .asset-lister .al-content .tb-links > .mobile-subtitle {
    padding-top: 10px;
  }
  .path #topiclist .topic-content-layer .asset-lister .al-content .tb-links .tb-link {
    padding: 0 10px 0 0;
    margin-right: 10px !important;
  }
  .path #topiclist .topic-content-layer .asset-lister .al-content .tb-links .tb-link:nth-child(2) {
    padding-left: 0;
  }
}
.path #topiclist .topic-item {
  padding: 0;
  margin: 0;
  display: block;
}
@media (max-width: 768px), (max-height: 620px) {
  .path #topiclist .topic-item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
@media (min-width: 769px) and (min-height: 621px) {
  .path #topiclist .topic-item {
    position: fixed;
    bottom: -50px;
    left: -100px;
    right: -100px;
    top: -50px;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.path #topiclist .topic-item > .hs-wrapper {
  display: none;
}
@media (min-width: 769px) and (max-width: 1024px) and (min-height: 621px) {
  .path #topiclist .topic-item > .hs-wrapper {
    left: initial !important;
    right: 280px;
    display: block;
  }
  .path #topiclist .topic-item > .hs-wrapper:nth-child(10) {
    top: 800px !important;
  }
  .path #topiclist .topic-item > .hs-wrapper:nth-child(9) {
    top: 745px !important;
  }
  .path #topiclist .topic-item > .hs-wrapper:nth-child(8) {
    top: 690px !important;
  }
  .path #topiclist .topic-item > .hs-wrapper:nth-child(7) {
    top: 635px !important;
  }
  .path #topiclist .topic-item > .hs-wrapper:nth-child(6) {
    top: 580px !important;
  }
  .path #topiclist .topic-item > .hs-wrapper:nth-child(5) {
    top: 525px !important;
  }
  .path #topiclist .topic-item > .hs-wrapper:nth-child(4) {
    top: 470px !important;
  }
  .path #topiclist .topic-item > .hs-wrapper:nth-child(3) {
    top: 415px !important;
  }
  .path #topiclist .topic-item > .hs-wrapper:nth-child(2) {
    top: 360px !important;
  }
  .path #topiclist .topic-item > .hs-wrapper:nth-child(1) {
    top: 305px !important;
  }
  .path #topiclist .topic-item > .hs-wrapper:nth-child(0) {
    top: 250px !important;
  }
}
@media (min-width: 1024px) and (min-height: 621px) {
  .path #topiclist .topic-item > .hs-wrapper {
    display: block;
  }
}
@media (max-width: 768px), (max-height: 620px) {
  .path #topiclist .topic-item .path-textbox {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.path #topiclist .topic-item .hotspots-mobile {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 6666;
}
.path #topiclist .topic-item .hotspots-mobile > .hs-wrapper {
  left: 120px !important;
}
@media (max-width: 768px), (max-height: 620px) {
  .path #topiclist .topic-item .hotspots-mobile > .hs-wrapper {
    top: 60px !important;
  }
}
@media (min-width: 769px) and (min-height: 621px) {
  .path #topiclist .topic-item .hotspots-mobile > .hs-wrapper {
    top: 120px !important;
  }
}
.path #topiclist .topic-item .hotspots-mobile > .hs-wrapper .hs-popup-body {
  position: absolute;
  top: 0;
  left: 37px;
}
@media (min-width: 1024px) {
  .path #topiclist .topic-item .hotspots-mobile {
    display: none;
  }
}
@media (min-width: 769px) and (min-height: 621px) {
  .path #topiclist .bgLayer,
  .path #topiclist .highlightLayer,
  .path #topiclist .hotspotLayer {
    position: absolute;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 768px), (max-height: 620px) {
  .path #topiclist .bgLayer,
  .path #topiclist .highlightLayer,
  .path #topiclist .hotspotLayer {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transform: initial !important;
  }
}
.path #topiclist .bgLayerImg,
.path #topiclist .highlightLayerImg {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: transform 0.4s, -webkit-transform 0.4s;
  -moz-transition: transform 0.4s, -webkit-transform 0.4s;
  -webkit-transition: transform 0.4s, -webkit-transform 0.4s;
  -o-transition: transform 0.4s, -webkit-transform 0.4s;
}
.path #topiclist .bgLayerVideo {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 100px;
  right: 100px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.path #topiclist .seid-textbox {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 3;
}
.azure.path .tb-topic > a {
  background: #8197a6;
}
.green.path .tb-topic > a {
  background: #008542;
}
.orange.path .tb-topic > a {
  background: #e37222;
}
.red.path .tb-topic > a {
  background: #ed1b2f;
}
.blue.path .tb-topic > a {
  background: #003247;
}
.yellow.path .tb-topic > a {
  background: #FBAB18;
}
.azure.path .tb-topic > a.active {
  background: #5a7180;
}
.green.path .tb-topic > a.active {
  background: #005229;
}
.orange.path .tb-topic > a.active {
  background: #a45015;
}
.red.path .tb-topic > a.active {
  background: #ae0e1d;
}
.blue.path .tb-topic > a.active {
  background: #000000;
}
.yellow.path .tb-topic > a.active {
  background: #c38003;
}
@media (max-width: 768px), (max-height: 620px) {
  .path .topic-controls {
    display: none;
  }
}
.path .topic-controls > a {
  position: fixed;
  bottom: 10px;
  z-index: 1100;
  display: block;
  width: 39px;
  height: 39px;
  font-size: 24px;
  color: #8197a6;
  background-color: #1e1e1e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  user-select: none;
  color: #fff !important;
}
.azure.path .topic-controls > a {
  color: #8197a6;
}
.green.path .topic-controls > a {
  color: #008542;
}
.orange.path .topic-controls > a {
  color: #e37222;
}
.red.path .topic-controls > a {
  color: #ed1b2f;
}
.blue.path .topic-controls > a {
  color: #003247;
}
.yellow.path .topic-controls > a {
  color: #FBAB18;
}
.path .topic-controls > a span {
  display: block;
  line-height: 39px;
  text-align: center;
  top: -1px;
}
.path .topic-controls > a.topic-prev {
  right: 60px;
}
.path .topic-controls > a.topic-next {
  right: 12px;
}
.path .topic-controls > a:hover {
  color: #7b7b7b !important;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
@media (max-width: 768px), (max-height: 620px) {
  .path #topiclist .topic-item {
    -webkit-transition: 0.5s opacity ease;
    transition: 0.5s opacity ease;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
  .path #topiclist .topic-item.ng-hide {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition-delay: initial;
    transition-delay: initial;
  }
}
@media (min-width: 769px) and (min-height: 621px) {
  .path #topiclist .topic-item {
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -moz-transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -o-transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
  .path #topiclist .topic-item .highlightLayerImg {
    transition: transform 1s cubic-bezier(0, 0.97, 0.49, 0.98), -webkit-transform 1s cubic-bezier(0, 0.97, 0.49, 0.98);
    -moz-transition: transform 1s cubic-bezier(0, 0.97, 0.49, 0.98), -webkit-transform 1s cubic-bezier(0, 0.97, 0.49, 0.98);
    -webkit-transition: transform 1s cubic-bezier(0, 0.97, 0.49, 0.98), -webkit-transform 1s cubic-bezier(0, 0.97, 0.49, 0.98);
    -o-transition: transform 1s cubic-bezier(0, 0.97, 0.49, 0.98), -webkit-transform 1s cubic-bezier(0, 0.97, 0.49, 0.98);
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
  .path #topiclist .topic-item .bgLayerVideo {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-transition-delay: 1.3s;
    transition-delay: 1.3s;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .path #topiclist .topic-item.ng-hide-add,
  .path #topiclist .topic-item.ng-hide-remove {
    display: block !important;
  }
  .path #topiclist .topic-item.ng-hide-add .seid-textbox,
  .path #topiclist .topic-item.ng-hide-add .asset-lister {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .path #topiclist .topic-item.ng-hide-add .highlightLayerImg {
    transition: transform 0.4s ease-in, -webkit-transform 0.4s ease-in;
    -moz-transition: transform 0.4s ease-in, -webkit-transform 0.4s ease-in;
    -webkit-transition: transform 0.4s ease-in, -webkit-transform 0.4s ease-in;
    -o-transition: transform 0.4s ease-in, -webkit-transform 0.4s ease-in;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .path #topiclist .topic-item.ng-hide-add .bgLayerVideo {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .path #topiclist .topic-item.ng-hide-add.ng-hide-add-active .seid-textbox,
  .path #topiclist .topic-item.ng-hide-add.ng-hide-add-active .asset-lister {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .path #topiclist .topic-item.ng-hide-add.ng-hide-add-active .highlightLayerImg.hide-bottom {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  .path #topiclist .topic-item.ng-hide-add.ng-hide-add-active .highlightLayerImg.hide-top {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  .path #topiclist .topic-item.ng-hide-add.ng-hide-add-active .highlightLayerImg.hide-right {
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0);
  }
  .path #topiclist .topic-item.ng-hide-add.ng-hide-add-active .highlightLayerImg.hide-left {
    -webkit-transform: translate3d(-200%, 0, 0);
    transform: translate3d(-200%, 0, 0);
  }
  .path #topiclist .topic-item.ng-hide-add.ng-hide-add-active .bgLayerVideo {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .path #topiclist .topic-item.ng-hide-remove .highlightLayerImg {
    -webkit-transition: none;
    transition: none;
  }
  .path #topiclist .topic-item.ng-hide-remove .highlightLayerImg.show-bottom {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  .path #topiclist .topic-item.ng-hide-remove .highlightLayerImg.show-top {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  .path #topiclist .topic-item.ng-hide-remove .highlightLayerImg.show-right {
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0);
  }
  .path #topiclist .topic-item.ng-hide-remove .highlightLayerImg.show-left {
    -webkit-transform: translate3d(-200%, 0, 0);
    transform: translate3d(-200%, 0, 0);
  }
  .path #topiclist .topic-item.ng-hide-remove .bgLayerVideo {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .path #topiclist.nextTopic .topic-item.ng-hide-add {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .path #topiclist.nextTopic .topic-item.ng-hide-add.ng-hide-add-active {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .path #topiclist.nextTopic .topic-item.ng-hide-remove {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .path #topiclist.nextTopic .topic-item.ng-hide-remove.ng-hide-remove-active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .path #topiclist.prevTopic .topic-item.ng-hide-add {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .path #topiclist.prevTopic .topic-item.ng-hide-add.ng-hide-add-active {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .path #topiclist.prevTopic .topic-item.ng-hide-remove {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .path #topiclist.prevTopic .topic-item.ng-hide-remove.ng-hide-remove-active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@media (min-width: 769px) {
  .playlist {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
}
.playlist .stage {
  height: 100%;
  overflow: auto;
  padding: 48px 0 0 0;
}
