/*! 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: "jaf-facitweb", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #666;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #ff5fe0;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #ff13d1;
  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 #e1e1e1;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #aaa;
}
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: #aaa;
}
.text-primary {
  color: #c6ff00;
}
a.text-primary:hover {
  color: #9ecc00;
}
.text-success {
  color: #2b2b2b;
}
a.text-success:hover {
  color: #121212;
}
.text-info {
  color: #2b2b2b;
}
a.text-info:hover {
  color: #121212;
}
.text-warning {
  color: white;
}
a.text-warning:hover {
  color: #e6e6e6;
}
.text-danger {
  color: white;
}
a.text-danger:hover {
  color: #e6e6e6;
}
.bg-primary {
  color: #fff;
  background-color: #c6ff00;
}
a.bg-primary:hover {
  background-color: #9ecc00;
}
.bg-success {
  background-color: #c6ff00;
}
a.bg-success:hover {
  background-color: #9ecc00;
}
.bg-info {
  background-color: #24ffff;
}
a.bg-info:hover {
  background-color: #00f0f0;
}
.bg-warning {
  background-color: #ff8b24;
}
a.bg-warning:hover {
  background-color: #f07100;
}
.bg-danger {
  background-color: #ff5247;
}
a.bg-danger:hover {
  background-color: #ff2214;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #e1e1e1;
}
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: 992px) {
  .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 #aaa;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #e1e1e1;
}
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: #aaa;
}
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 #e1e1e1;
  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: #323232;
  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: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
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: #c6ff00;
}
.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: #b2e600;
}
.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: #24ffff;
}
.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: #0affff;
}
.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: #ff8b24;
}
.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: #ff7d0a;
}
.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: #ff5247;
}
.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: #ff3a2d;
}
@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: #323232;
  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: #323232;
}
.form-control {
  display: block;
  width: 100%;
  height: 46px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #323232;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e1e1e1;
  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: #57ffff;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(87, 255, 255, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(87, 255, 255, 0.6);
}
.form-control::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #aaa;
}
.form-control::-webkit-input-placeholder {
  color: #aaa;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #e1e1e1;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 46px;
}
.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: 44px;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.33;
  border-radius: 0;
}
select.input-lg {
  height: 44px;
  line-height: 44px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 57.5px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 46px;
  height: 46px;
  line-height: 46px;
  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: #2b2b2b;
}
.has-success .form-control {
  border-color: #2b2b2b;
  -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: #121212;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #5e5e5e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #5e5e5e;
}
.has-success .input-group-addon {
  color: #2b2b2b;
  border-color: #2b2b2b;
  background-color: #c6ff00;
}
.has-success .form-control-feedback {
  color: #2b2b2b;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: white;
}
.has-warning .form-control {
  border-color: white;
  -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: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.has-warning .input-group-addon {
  color: white;
  border-color: white;
  background-color: #ff8b24;
}
.has-warning .form-control-feedback {
  color: white;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: white;
}
.has-error .form-control {
  border-color: white;
  -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: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.has-error .input-group-addon {
  color: white;
  border-color: white;
  background-color: #ff5247;
}
.has-error .form-control-feedback {
  color: white;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #a6a6a6;
}
@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-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
  outline-color: #ffffff;
}
.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: #a555ff;
  border-color: #973bff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #8f2cff;
  border-color: #7700fd;
}
.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: #a555ff;
  border-color: #973bff;
}
.btn-primary .badge {
  color: #a555ff;
  background-color: #fff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #8f2cff;
  border-color: #7700fd;
  outline-color: #bb7eff;
}
.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: #a555ff;
  border-color: #973bff;
}
.btn-primary .badge {
  color: #a555ff;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #94bb14;
  border-color: #82a412;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #779610;
  border-color: #566d0c;
}
.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: #94bb14;
  border-color: #82a412;
}
.btn-success .badge {
  color: #94bb14;
  background-color: #fff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #779610;
  border-color: #566d0c;
  outline-color: #b1e018;
}
.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: #94bb14;
  border-color: #82a412;
}
.btn-success .badge {
  color: #94bb14;
  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-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
  outline-color: #7dcde5;
}
.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-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
  outline-color: #f3be74;
}
.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-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
  outline-color: #e07471;
}
.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: #ff5fe0;
  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: #ff13d1;
  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: #aaa;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 16px;
  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: #323232;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #252525;
  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: #c6ff00;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #aaa;
}
.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: #aaa;
}
.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: 992px) {
  .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: 44px;
  padding: 10px 16px;
  font-size: 16px;
  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: 44px;
  line-height: 44px;
}
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: #323232;
  text-align: center;
  background-color: #e1e1e1;
  border: 1px solid #e1e1e1;
  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: 16px;
  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: 24px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}
.nav > li.disabled > a {
  color: #aaa;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #aaa;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent;
  border-color: #ff5fe0;
}
.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: #e1e1e1 #e1e1e1 #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #666;
  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: #323232;
  background-color: white;
}
.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: 70px;
  margin-bottom: 0;
  border: 1px solid transparent;
}
@media (min-width: 992px) {
  .navbar {
    border-radius: 0;
  }
}
@media (min-width: 992px) {
  .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: 992px) {
  .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: 992px) {
  .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: 992px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 992px) {
  .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: 25px 15px;
  font-size: 16px;
  line-height: 20px;
  height: 70px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 992px) {
  .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: 18px;
  margin-bottom: 18px;
  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: 992px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 12.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 991px) {
  .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: 992px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 992px) {
  .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: 12px;
  margin-bottom: 12px;
}
@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: 991px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 992px) {
  .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: 12px;
  margin-bottom: 12px;
}
.navbar-btn.btn-sm {
  margin-top: 20px;
  margin-bottom: 20px;
}
.navbar-btn.btn-xs {
  margin-top: 24px;
  margin-bottom: 24px;
}
.navbar-text {
  margin-top: 25px;
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 991px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #aaa;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #aaa;
}
.navbar-inverse .navbar-nav > li > a {
  color: #aaa;
}
.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: 991px) {
  .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: #aaa;
  }
  .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: #aaa;
}
.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: #aaa;
}
.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: #ff5fe0;
  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: #ff13d1;
  background-color: #e1e1e1;
  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: #c6ff00;
  border-color: #c6ff00;
  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: #aaa;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 16px;
}
.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: #e1e1e1;
}
.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: #aaa;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .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: #aaa;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #919191;
}
.label-primary {
  background-color: #c6ff00;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #9ecc00;
}
.label-success {
  background-color: #94bb14;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #708d0f;
}
.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: #aaa;
  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: #ff5fe0;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #e1e1e1;
}
.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: #ff5fe0;
}
.thumbnail .caption {
  padding: 9px;
  color: #666;
}
.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: #c6ff00;
  border-color: #c6ff00;
  color: #2b2b2b;
}
.alert-success hr {
  border-top-color: #b2e600;
}
.alert-success .alert-link {
  color: #121212;
}
.alert-info {
  background-color: #24ffff;
  border-color: #24ffff;
  color: #2b2b2b;
}
.alert-info hr {
  border-top-color: #0affff;
}
.alert-info .alert-link {
  color: #121212;
}
.alert-warning {
  background-color: #ff8b24;
  border-color: #ff8b24;
  color: white;
}
.alert-warning hr {
  border-top-color: #ff7d0a;
}
.alert-warning .alert-link {
  color: #e6e6e6;
}
.alert-danger {
  background-color: #ff5247;
  border-color: #ff5247;
  color: white;
}
.alert-danger hr {
  border-top-color: #ff3a2d;
}
.alert-danger .alert-link {
  color: #e6e6e6;
}
@-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: #c6ff00;
  -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: #94bb14;
}
.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: #c6ff00;
  border-color: #c6ff00;
}
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: #f4ffcc;
}
.list-group-item-success {
  color: #2b2b2b;
  background-color: #c6ff00;
}
a.list-group-item-success {
  color: #2b2b2b;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #2b2b2b;
  background-color: #b2e600;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #2b2b2b;
  border-color: #2b2b2b;
}
.list-group-item-info {
  color: #2b2b2b;
  background-color: #24ffff;
}
a.list-group-item-info {
  color: #2b2b2b;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #2b2b2b;
  background-color: #0affff;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #2b2b2b;
  border-color: #2b2b2b;
}
.list-group-item-warning {
  color: white;
  background-color: #ff8b24;
}
a.list-group-item-warning {
  color: white;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: white;
  background-color: #ff7d0a;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: white;
  border-color: white;
}
.list-group-item-danger {
  color: white;
  background-color: #ff5247;
}
a.list-group-item-danger {
  color: white;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: white;
  background-color: #ff3a2d;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: white;
  border-color: white;
}
.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: #323232;
  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: #c6ff00;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #c6ff00;
  border-color: #c6ff00;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #c6ff00;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #c6ff00;
}
.panel-success {
  border-color: #c6ff00;
}
.panel-success > .panel-heading {
  color: #2b2b2b;
  background-color: #c6ff00;
  border-color: #c6ff00;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #c6ff00;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #c6ff00;
}
.panel-info {
  border-color: #24ffff;
}
.panel-info > .panel-heading {
  color: #2b2b2b;
  background-color: #24ffff;
  border-color: #24ffff;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #24ffff;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #24ffff;
}
.panel-warning {
  border-color: #ff8b24;
}
.panel-warning > .panel-heading {
  color: white;
  background-color: #ff8b24;
  border-color: #ff8b24;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ff8b24;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ff8b24;
}
.panel-danger {
  border-color: #ff5247;
}
.panel-danger > .panel-heading {
  color: white;
  background-color: #ff5247;
  border-color: #ff5247;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ff5247;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ff5247;
}
.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 {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid #aaa;
  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: 12px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 13.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 24px;
}
.modal-footer {
  margin-top: 15px;
  padding: 23px 24px 24px;
  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: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1100;
  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 #e1e1e1;
  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: #e1e1e1;
  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: #e1e1e1;
}
.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: #e1e1e1;
  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: #e1e1e1;
}
.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: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-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: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.uline {
  border-bottom: 2px solid transparent;
}
.uline:hover {
  border-bottom-color: #c6ff00;
}
.dark-pat-bg {
  background: url("/app/themes/app/frontend/images/bg-drk-pat.png") repeat #444;
  background-size: 36px;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #ff5247;
}
.has-error .form-control {
  border-color: #ff5247;
  -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: #ff2214;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffb2ad;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffb2ad;
}
.has-error .input-group-addon {
  color: #ff5247;
  border-color: #ff5247;
  background-color: #ff5247;
}
.has-error .form-control-feedback {
  color: #ff5247;
}
.btn-cta {
  color: white;
  background-color: #a555ff;
  border-color: #a555ff;
  text-transform: uppercase;
}
.btn-cta:hover,
.btn-cta:focus,
.btn-cta:active,
.btn-cta.active,
.open .dropdown-toggle.btn-cta {
  color: white;
  background-color: #8f2cff;
  border-color: #8518ff;
}
.btn-cta:active,
.btn-cta.active,
.open .dropdown-toggle.btn-cta {
  background-image: none;
}
.btn-cta.disabled,
.btn-cta[disabled],
fieldset[disabled] .btn-cta,
.btn-cta.disabled:hover,
.btn-cta[disabled]:hover,
fieldset[disabled] .btn-cta:hover,
.btn-cta.disabled:focus,
.btn-cta[disabled]:focus,
fieldset[disabled] .btn-cta:focus,
.btn-cta.disabled:active,
.btn-cta[disabled]:active,
fieldset[disabled] .btn-cta:active,
.btn-cta.disabled.active,
.btn-cta[disabled].active,
fieldset[disabled] .btn-cta.active {
  background-color: #a555ff;
  border-color: #a555ff;
}
.btn-cta .badge {
  color: #a555ff;
  background-color: white;
}
.btn-cta:hover,
.btn-cta:focus,
.btn-cta:active,
.btn-cta.active,
.open .dropdown-toggle.btn-cta {
  color: white;
  background-color: #8f2cff;
  border-color: #8518ff;
  outline-color: #bb7eff;
}
.btn-cta:active,
.btn-cta.active,
.open .dropdown-toggle.btn-cta {
  background-image: none;
}
.btn-cta.disabled,
.btn-cta[disabled],
fieldset[disabled] .btn-cta,
.btn-cta.disabled:hover,
.btn-cta[disabled]:hover,
fieldset[disabled] .btn-cta:hover,
.btn-cta.disabled:focus,
.btn-cta[disabled]:focus,
fieldset[disabled] .btn-cta:focus,
.btn-cta.disabled:active,
.btn-cta[disabled]:active,
fieldset[disabled] .btn-cta:active,
.btn-cta.disabled.active,
.btn-cta[disabled].active,
fieldset[disabled] .btn-cta.active {
  background-color: #a555ff;
  border-color: #a555ff;
}
.btn-cta .badge {
  color: #a555ff;
  background-color: white;
}
.btn-secondary {
  color: #323232;
  background-color: #c6ff00;
  border-color: #c6ff00;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.open .dropdown-toggle.btn-secondary {
  color: #323232;
  background-color: #a6d600;
  border-color: #96c200;
}
.btn-secondary:active,
.btn-secondary.active,
.open .dropdown-toggle.btn-secondary {
  background-image: none;
}
.btn-secondary.disabled,
.btn-secondary[disabled],
fieldset[disabled] .btn-secondary,
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled:active,
.btn-secondary[disabled]:active,
fieldset[disabled] .btn-secondary:active,
.btn-secondary.disabled.active,
.btn-secondary[disabled].active,
fieldset[disabled] .btn-secondary.active {
  background-color: #c6ff00;
  border-color: #c6ff00;
}
.btn-secondary .badge {
  color: #c6ff00;
  background-color: #323232;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.open .dropdown-toggle.btn-secondary {
  color: #323232;
  background-color: #a6d600;
  border-color: #96c200;
  outline-color: #cfff29;
}
.btn-secondary:active,
.btn-secondary.active,
.open .dropdown-toggle.btn-secondary {
  background-image: none;
}
.btn-secondary.disabled,
.btn-secondary[disabled],
fieldset[disabled] .btn-secondary,
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled:active,
.btn-secondary[disabled]:active,
fieldset[disabled] .btn-secondary:active,
.btn-secondary.disabled.active,
.btn-secondary[disabled].active,
fieldset[disabled] .btn-secondary.active {
  background-color: #c6ff00;
  border-color: #c6ff00;
}
.btn-secondary .badge {
  color: #c6ff00;
  background-color: #323232;
}
.hl-aqua {
  position: relative;
}
.hl-aqua:before {
  content: "";
  position: absolute;
  height: 60%;
  top: 0.5em;
  left: 0;
  right: -0.25em;
  background: #24ffff;
  z-index: -1;
}
.hl-green {
  position: relative;
}
.hl-green:before {
  content: "";
  position: absolute;
  height: 60%;
  top: 0.5em;
  left: 0;
  right: -0.25em;
  background: #c6ff00;
  z-index: -1;
}
.hl-orange {
  position: relative;
}
.hl-orange:before {
  content: "";
  position: absolute;
  height: 60%;
  top: 0.5em;
  left: 0;
  right: -0.25em;
  background: rgba(255, 139, 36, 0.6);
  z-index: -1;
}
.hl-purple {
  position: relative;
}
.hl-purple:before {
  content: "";
  position: absolute;
  height: 60%;
  top: 0.5em;
  left: 0;
  right: -0.25em;
  background: rgba(165, 85, 255, 0.6);
  z-index: -1;
}
.hl-pink {
  position: relative;
}
.hl-pink:before {
  content: "";
  position: absolute;
  height: 60%;
  top: 0.5em;
  left: 0;
  right: -0.25em;
  background: rgba(255, 95, 224, 0.6);
  z-index: -1;
}
.hl-1 {
  position: relative;
}
.hl-1:before {
  content: "";
  position: absolute;
  height: 60%;
  top: 0.5em;
  left: 0;
  right: -0.25em;
  background: #24ffff;
  z-index: -1;
}
.hl-2 {
  position: relative;
}
.hl-2:before {
  content: "";
  position: absolute;
  height: 60%;
  top: 0.5em;
  left: 0;
  right: -0.25em;
  background: rgba(165, 85, 255, 0.6);
  z-index: -1;
}
.hl-3 {
  position: relative;
}
.hl-3:before {
  content: "";
  position: absolute;
  height: 60%;
  top: 0.5em;
  left: 0;
  right: -0.25em;
  background: rgba(255, 139, 36, 0.6);
  z-index: -1;
}
.hl-4 {
  position: relative;
}
.hl-4:before {
  content: "";
  position: absolute;
  height: 60%;
  top: 0.5em;
  left: 0;
  right: -0.25em;
  background: rgba(255, 95, 224, 0.6);
  z-index: -1;
}
.hl-5 {
  position: relative;
}
.hl-5:before {
  content: "";
  position: absolute;
  height: 60%;
  top: 0.5em;
  left: 0;
  right: -0.25em;
  background: #c6ff00;
  z-index: -1;
}
.center {
  text-align: center;
}
.date {
  position: relative;
  padding: 12px;
  padding-left: 36px;
  background-color: #2b2b2b;
  font-size: 12px;
  text-transform: uppercase;
  color: white;
  letter-spacing: 1px;
}
.date:before {
  content: '\f073';
  font-family: "FontAwesome";
  color: #c6ff00;
  position: absolute;
  left: 12px;
  top: 12px;
}
.block-link {
  display: block;
  background-color: #24ffff;
  padding: 12px;
  text-transform: uppercase;
  font-weight: 400;
  color: #323232;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.block-link span {
  color: white;
}
.block-link:hover {
  background-color: #c6ff00;
}
#partners_basic,
#media_basic,
#startups_basic {
  border-top: 1px solid #e1e1e1;
  padding: 12px 0;
}
#partners_basic a.logo,
#media_basic a.logo,
#startups_basic a.logo {
  display: block;
  min-height: 120px;
  margin-top: 10px;
}
#partners_basic a.logo img,
#media_basic a.logo img,
#startups_basic a.logo img {
  max-height: 120px;
}
#partners_basic img,
#media_basic img,
#startups_basic img {
  display: block;
  max-width: 100%;
  height: auto;
  max-width: 90%;
  margin: 0 auto;
}
#partners_basic h2,
#media_basic h2,
#startups_basic h2 {
  text-transform: uppercase;
  font-weight: 200;
  font-style: italic;
  margin-top: 24px;
}
#startups_basic .row {
  margin-bottom: 12px;
}
.partners-verbose {
  padding-bottom: 48px;
}
.partners-verbose header {
  text-align: center;
  border-bottom: 1px solid #666;
  margin-bottom: 12px;
}
.partners-verbose header h2 {
  margin: 24px 0;
}
.partners-verbose header span {
  color: #24ffff;
}
.partners-verbose p {
  margin: 24px 0;
  padding-right: 24px;
  font-size: 140%;
}
.partners-verbose .partner-logos .row:first-child {
  margin-top: -12px;
}
.jumbotron {
  padding: 36px 0 36px 0;
  margin-bottom: 0;
  background-color: #24ffff;
}
.jumbotron h1 {
  color: #323232;
  margin: 12px 0;
}
.jumbotron span {
  font-weight: 400;
  letter-spacing: 0;
  z-index: 1;
}
.jumbotron span.hl {
  position: relative;
}
.jumbotron span.hl:before {
  content: "";
  position: absolute;
  height: 60%;
  top: 0.5em;
  left: 0;
  right: -0.25em;
  background: #c6ff00;
  z-index: -1;
}
.jumbotron.interior {
  padding: 24px 0;
  margin-bottom: 24px;
}
.jumbotron.interior h1 {
  font-size: 42px;
}
.jumbotron h2 {
  font-size: 42px;
}
.jumbotron p {
  font-size: 18px;
}
.navbar-interior {
  border: 1px solid #e1e1e1;
  background-color: white;
  border-width: 0 0 1px 0;
  min-height: 0;
}
.navbar-interior .navbar-nav {
  float: none;
  margin: 0 auto;
  display: table;
  table-layout: fixed;
}
.navbar-interior .navbar-nav > li > a {
  padding: 12px 24px;
  text-transform: uppercase;
  color: #323232;
  font-weight: 400;
}
.navbar-interior .navbar-nav > li > a:hover {
  background-color: #c6ff00;
}
.navbar-interior .navbar-nav > li.nav-label {
  padding: 12px 24px;
  text-transform: uppercase;
  color: #aaa;
  font-weight: 400;
  font-style: italic;
}
.navbar-interior.affix {
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
.vertical-rule {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  border-left: 1px solid #e1e1e1;
}
.vertical-rule.one-fourth {
  left: 25%;
}
.vertical-rule.one-third {
  left: 33.34%;
}
.vertical-rule.two-thirds {
  left: 66.67%;
}
.bordered-section {
  position: relative;
  padding: 30px 24px 24px 0;
}
.bordered-section:after {
  content: '';
  position: absolute;
  left: 0;
  right: -15px;
  border-bottom: 1px solid #e1e1e1;
  bottom: -1px;
}
@media (max-width: 767px) {
  .bordered-section:after {
    left: 0;
    right: 0;
  }
}
.icon-block {
  position: relative;
  margin: 24px 0;
  padding-left: 108px;
  min-height: 84px;
}
.icon-box {
  width: 84px;
  height: 84px;
  position: absolute;
  left: 0;
  top: 0;
}
.inverse {
  background: url("/app/themes/app/frontend/images/bg-drk-pat.png") repeat #444;
  background-size: 36px;
  color: white;
}
.inverse a {
  color: #24ffff;
  font-weight: 400;
}
.inverse h2.section {
  color: white;
}
.revolution-wrapper {
  background: url("/app/themes/app/frontend/images/bg-drk-pat.png") repeat #444;
  background-size: 36px;
  padding: 24px;
  font-size: 200%;
  font-style: italic;
  font-weight: 400;
  color: white;
  text-align: center;
}
.pad-top {
  margin-top: 48px;
}
.page-header {
  margin: 0;
  padding: 48px 0;
}
.page-header h1 {
  margin: 0;
  font-style: italic;
  color: #323232;
}
.form-controller {
  margin-bottom: 24px;
}
.form-controller select,
.form-controller textarea,
.form-controller input[type="text"],
.form-controller input[type="password"],
.form-controller input[type="datetime"],
.form-controller input[type="datetime-local"],
.form-controller input[type="date"],
.form-controller input[type="month"],
.form-controller input[type="time"],
.form-controller input[type="week"],
.form-controller input[type="number"],
.form-controller input[type="email"],
.form-controller input[type="url"],
.form-controller input[type="search"],
.form-controller input[type="tel"],
.form-controller input[type="color"] {
  display: block;
  width: 100%;
  height: 46px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #323232;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e1e1e1;
  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;
  padding: 12px;
  box-shadow: none;
  font-size: 16px;
  font-weight: 400;
}
.form-controller select:focus,
.form-controller textarea:focus,
.form-controller input[type="text"]:focus,
.form-controller input[type="password"]:focus,
.form-controller input[type="datetime"]:focus,
.form-controller input[type="datetime-local"]:focus,
.form-controller input[type="date"]:focus,
.form-controller input[type="month"]:focus,
.form-controller input[type="time"]:focus,
.form-controller input[type="week"]:focus,
.form-controller input[type="number"]:focus,
.form-controller input[type="email"]:focus,
.form-controller input[type="url"]:focus,
.form-controller input[type="search"]:focus,
.form-controller input[type="tel"]:focus,
.form-controller input[type="color"]:focus {
  border-color: #57ffff;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(87, 255, 255, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(87, 255, 255, 0.6);
}
.form-controller select::-moz-placeholder,
.form-controller textarea::-moz-placeholder,
.form-controller input[type="text"]::-moz-placeholder,
.form-controller input[type="password"]::-moz-placeholder,
.form-controller input[type="datetime"]::-moz-placeholder,
.form-controller input[type="datetime-local"]::-moz-placeholder,
.form-controller input[type="date"]::-moz-placeholder,
.form-controller input[type="month"]::-moz-placeholder,
.form-controller input[type="time"]::-moz-placeholder,
.form-controller input[type="week"]::-moz-placeholder,
.form-controller input[type="number"]::-moz-placeholder,
.form-controller input[type="email"]::-moz-placeholder,
.form-controller input[type="url"]::-moz-placeholder,
.form-controller input[type="search"]::-moz-placeholder,
.form-controller input[type="tel"]::-moz-placeholder,
.form-controller input[type="color"]::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
.form-controller select:-ms-input-placeholder,
.form-controller textarea:-ms-input-placeholder,
.form-controller input[type="text"]:-ms-input-placeholder,
.form-controller input[type="password"]:-ms-input-placeholder,
.form-controller input[type="datetime"]:-ms-input-placeholder,
.form-controller input[type="datetime-local"]:-ms-input-placeholder,
.form-controller input[type="date"]:-ms-input-placeholder,
.form-controller input[type="month"]:-ms-input-placeholder,
.form-controller input[type="time"]:-ms-input-placeholder,
.form-controller input[type="week"]:-ms-input-placeholder,
.form-controller input[type="number"]:-ms-input-placeholder,
.form-controller input[type="email"]:-ms-input-placeholder,
.form-controller input[type="url"]:-ms-input-placeholder,
.form-controller input[type="search"]:-ms-input-placeholder,
.form-controller input[type="tel"]:-ms-input-placeholder,
.form-controller input[type="color"]:-ms-input-placeholder {
  color: #aaa;
}
.form-controller select::-webkit-input-placeholder,
.form-controller textarea::-webkit-input-placeholder,
.form-controller input[type="text"]::-webkit-input-placeholder,
.form-controller input[type="password"]::-webkit-input-placeholder,
.form-controller input[type="datetime"]::-webkit-input-placeholder,
.form-controller input[type="datetime-local"]::-webkit-input-placeholder,
.form-controller input[type="date"]::-webkit-input-placeholder,
.form-controller input[type="month"]::-webkit-input-placeholder,
.form-controller input[type="time"]::-webkit-input-placeholder,
.form-controller input[type="week"]::-webkit-input-placeholder,
.form-controller input[type="number"]::-webkit-input-placeholder,
.form-controller input[type="email"]::-webkit-input-placeholder,
.form-controller input[type="url"]::-webkit-input-placeholder,
.form-controller input[type="search"]::-webkit-input-placeholder,
.form-controller input[type="tel"]::-webkit-input-placeholder,
.form-controller input[type="color"]::-webkit-input-placeholder {
  color: #aaa;
}
.form-controller select[disabled],
.form-controller textarea[disabled],
.form-controller input[type="text"][disabled],
.form-controller input[type="password"][disabled],
.form-controller input[type="datetime"][disabled],
.form-controller input[type="datetime-local"][disabled],
.form-controller input[type="date"][disabled],
.form-controller input[type="month"][disabled],
.form-controller input[type="time"][disabled],
.form-controller input[type="week"][disabled],
.form-controller input[type="number"][disabled],
.form-controller input[type="email"][disabled],
.form-controller input[type="url"][disabled],
.form-controller input[type="search"][disabled],
.form-controller input[type="tel"][disabled],
.form-controller input[type="color"][disabled],
.form-controller select[readonly],
.form-controller textarea[readonly],
.form-controller input[type="text"][readonly],
.form-controller input[type="password"][readonly],
.form-controller input[type="datetime"][readonly],
.form-controller input[type="datetime-local"][readonly],
.form-controller input[type="date"][readonly],
.form-controller input[type="month"][readonly],
.form-controller input[type="time"][readonly],
.form-controller input[type="week"][readonly],
.form-controller input[type="number"][readonly],
.form-controller input[type="email"][readonly],
.form-controller input[type="url"][readonly],
.form-controller input[type="search"][readonly],
.form-controller input[type="tel"][readonly],
.form-controller input[type="color"][readonly],
fieldset[disabled] .form-controller select,
fieldset[disabled] .form-controller textarea,
fieldset[disabled] .form-controller input[type="text"],
fieldset[disabled] .form-controller input[type="password"],
fieldset[disabled] .form-controller input[type="datetime"],
fieldset[disabled] .form-controller input[type="datetime-local"],
fieldset[disabled] .form-controller input[type="date"],
fieldset[disabled] .form-controller input[type="month"],
fieldset[disabled] .form-controller input[type="time"],
fieldset[disabled] .form-controller input[type="week"],
fieldset[disabled] .form-controller input[type="number"],
fieldset[disabled] .form-controller input[type="email"],
fieldset[disabled] .form-controller input[type="url"],
fieldset[disabled] .form-controller input[type="search"],
fieldset[disabled] .form-controller input[type="tel"],
fieldset[disabled] .form-controller input[type="color"] {
  cursor: not-allowed;
  background-color: #e1e1e1;
  opacity: 1;
}
textarea.form-controller select,
textarea.form-controller textarea,
textarea.form-controller input[type="text"],
textarea.form-controller input[type="password"],
textarea.form-controller input[type="datetime"],
textarea.form-controller input[type="datetime-local"],
textarea.form-controller input[type="date"],
textarea.form-controller input[type="month"],
textarea.form-controller input[type="time"],
textarea.form-controller input[type="week"],
textarea.form-controller input[type="number"],
textarea.form-controller input[type="email"],
textarea.form-controller input[type="url"],
textarea.form-controller input[type="search"],
textarea.form-controller input[type="tel"],
textarea.form-controller input[type="color"] {
  height: auto;
}
.form-controller textarea {
  height: auto;
}
.form-controller .has-error select,
.form-controller .has-error textarea,
.form-controller .has-error input[type="text"],
.form-controller .has-error input[type="password"],
.form-controller .has-error input[type="datetime"],
.form-controller .has-error input[type="datetime-local"],
.form-controller .has-error input[type="date"],
.form-controller .has-error input[type="month"],
.form-controller .has-error input[type="time"],
.form-controller .has-error input[type="week"],
.form-controller .has-error input[type="number"],
.form-controller .has-error input[type="email"],
.form-controller .has-error input[type="url"],
.form-controller .has-error input[type="search"],
.form-controller .has-error input[type="tel"],
.form-controller .has-error input[type="color"] {
  border: 1px solid #ff5247;
}
.form-controller .has-error .help-block {
  margin-top: -1px;
}
.iconic {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.badge {
  background-color: #24ffff;
  color: #2b2b2b;
  font-size: 110%;
}
.twitter-feed header,
.twitter-feed article {
  padding: 30px 24px 24px 0;
  position: relative;
}
.twitter-feed header:after,
.twitter-feed article:after {
  content: '';
  position: absolute;
  left: 0;
  right: -15px;
  border-bottom: 1px solid #e1e1e1;
  bottom: -1px;
}
@media (max-width: 767px) {
  .twitter-feed header:after,
  .twitter-feed article:after {
    left: 0;
    right: 0;
  }
}
.twitter-feed header h2,
.twitter-feed article h2 {
  margin: 0;
  line-height: 175%;
  text-align: center;
}
.twitter-feed header:after,
.twitter-feed article:after {
  left: -15px;
  right: -15px;
}
@media (max-width: 767px) {
  .twitter-feed header:after,
  .twitter-feed article:after {
    left: 0;
    right: 0;
  }
}
.twitter-feed .widget-easy-twitter-feed-widget-global-wrapper {
  padding: 24px 12px;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.embed-container.pad {
  margin: 30px 0 20px 0;
}
.faded {
  opacity: .25;
  -webkit-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-interior .navbar-nav {
    text-align: center;
  }
  .navbar-interior .navbar-nav > li {
    float: none;
    display: inline-block;
  }
  .navbar-interior .navbar-nav > li > a {
    padding: 12px;
  }
}
.panel-tff {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #e1e1e1;
  border-width: 0 0 1px 0;
}
.panel-tff .panel-heading {
  padding: 0;
}
.panel-tff .panel-heading .panel-title {
  font-style: normal;
  font-size: 18px;
}
.panel-tff .panel-heading .panel-title > a {
  display: block;
  padding: 12px 0;
  position: relative;
}
.panel-tff .panel-heading .panel-title > a:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f13a';
  position: absolute;
  right: 0;
  color: #aaa;
}
.panel-tff .panel-heading .panel-title > a:focus {
  text-decoration: none;
}
.panel-tff .panel-heading:hover {
  color: #ff13d1;
  cursor: pointer;
}
.panel-tff .panel-heading:hover .panel-title > a:after {
  color: #ff13d1;
}
.panel-tff .panel-body {
  font-size: 16px;
  padding: 15px 0;
}
.panel-tff .panel-body p {
  margin-top: 0;
}
.panel-tff.open .panel-heading {
  color: #ff13d1;
}
.panel-tff.open .panel-heading .panel-title > a:after {
  color: #ff13d1;
}
.faq .panel-group {
  margin-top: 12px;
  margin-bottom: 36px;
}
.faq .panel-group .panel + .panel {
  margin-top: 0;
}
.btn-xs-circle {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
  padding: 0 5px;
  border-radius: 50%;
}
#mc_embed_signup input[type="submit"] {
  margin-top: 20px;
}
.alert {
  font-weight: 600;
}
.dropdown-menu {
  padding: 0;
  border-color: #e1e1e1;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.modal-content {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.nav-pills > li > a {
  color: #323232;
  padding: 12px 12px 12px 8px;
  border-left: 4px solid transparent;
}
.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
  border-left-color: #c6ff00;
}
.nav-pills > li.active-page > a,
.nav-pills > li.active > a,
.nav-pills > li.active-page > a:hover,
.nav-pills > li.active > a:hover,
.nav-pills > li.active-page > a:focus,
.nav-pills > li.active > a:focus {
  color: #323232;
  background-color: white;
  font-weight: 400;
  border-left: 4px solid #c6ff00;
}
.nav-tabs > li > a {
  padding: 12px 24px;
}
.nav-tabs > li.active > a {
  font-weight: 600;
}
body > .container {
  min-height: 360px;
}
.global-messages {
  text-align: center;
}
.global-messages ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.global-messages ul li {
  margin-bottom: 0;
  margin-top: 12px;
}
.global-messages ul li:first-child {
  margin-top: 0;
}
#copyright_top {
  margin-top: 12px;
}
@font-face {
  font-family: 'Nunito-Regular';
  src: url('/fonts/Nunito-Regular.eot');
  src: local('☺'), url('/app/assets/fonts/Nunito-Regular.woff') format('woff'), url('/app/assets/fonts/Nunito-Regular.ttf') format('truetype'), url('/app/assets/fonts/Nunito-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MuseoSansRounded-700';
  src: url('/fonts/MuseoSansRounded-700.eot');
  src: local('☺'), url('/app/assets/fonts/MuseoSansRounded-700.woff') format('woff'), url('/app/assets/fonts/MuseoSansRounded-700.ttf') format('truetype'), url('/app/assets/fonts/MuseoSansRounded-700.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MuseoSansRounded-900';
  src: url('/fonts/MuseoSansRounded-900.eot');
  src: local('☺'), url('/app/assets/fonts/MuseoSansRounded-900.woff') format('woff'), url('/app/assets/fonts/MuseoSansRounded-900.ttf') format('truetype'), url('/app/assets/fonts/MuseoSansRounded-900.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MuseoSansRounded-300';
  src: url('/fonts/MuseoSansRounded-300.eot');
  src: local('☺'), url('/app/assets/fonts/MuseoSansRounded-300.woff') format('woff'), url('/app/assets/fonts/MuseoSansRounded-300.ttf') format('/app/assets/truetype'), url('/app/assets/fonts/MuseoSansRounded-300.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Nunito-ExtraBold';
  src: url('/fonts/Nunito-ExtraBold.eot');
  src: local('☺'), url('/app/assets/fonts/Nunito-ExtraBold.woff') format('woff'), url('/app/assets/fonts/Nunito-ExtraBold.ttf') format('truetype'), url('/app/assets/fonts/Nunito-ExtraBold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Nunito-Bold';
  src: url('/fonts/Nunito-Bold.eot');
  src: local('☺'), url('/app/assets/fonts/Nunito-Bold.woff') format('woff'), url('/app/assets/fonts/Nunito-Bold.ttf') format('truetype'), url('/app/assets/fonts/Nunito-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  font-weight: 200;
}
body strong {
  font-weight: 500;
}
body strong.extra {
  font-weight: 700;
}
h1,
.h1 {
  font-weight: 800;
}
h2,
.h2 {
  font-weight: 800;
  line-height: 150%;
  color: #2b2b2b;
}
h3,
.h3 {
  color: #323232;
}
h4,
.h4 {
  font-weight: 200;
  font-style: italic;
}
p {
  line-height: 170%;
  margin: 18px 0;
}
a:hover {
  text-decoration: none;
  cursor: pointer;
}
h2.section {
  font-weight: 200;
  color: #323232;
  font-size: 250%;
  font-style: italic;
  margin-bottom: 24px;
}
h2.section span {
  font-weight: 400;
}
.lead {
  font-size: 175%;
  line-height: 190%;
}
.upper {
  text-transform: uppercase;
}
label {
  font-size: 16px;
  margin-bottom: 6px;
  font-weight: 400;
}
.form-control {
  padding: 12px;
  box-shadow: none;
  font-size: 16px;
  font-weight: 400;
}
.help-block {
  margin-bottom: 6px;
  color: #555;
}
.req {
  color: #ff5247;
}
.parsley-errors-list {
  padding-left: 0;
  list-style: none;
  position: relative;
  list-style-type: none;
}
.parsley-errors-list li {
  color: white;
  font-weight: 400;
  padding: 6px;
  font-size: 12px;
  background-color: #ff5247;
}
.parsley-error {
  border: 1px solid #ff5247 !important;
  background-color: #faffbd !important;
}
.image-thumbnail-field .preview {
  padding-bottom: 12px;
}
.image-thumbnail-field .choose-image {
  padding-top: 6px;
}
.image-thumbnail-field .choose-image input[type="file"] {
  font-size: 11px;
}
.errorlist {
  padding-left: 0;
  list-style: none;
  margin-top: 0;
}
.errorlist li {
  background-color: #ff5247;
  color: white;
  font-weight: 400;
  padding: 6px;
  font-size: 12px;
}
.parsley-errors-list {
  margin: 0;
}
select {
  border-radius: 0px;
}
#tff_nav .sub-menu {
  z-index: 1000;
  height: auto;
  -webkit-transition: visibility 0s, opacity 0.15s ease;
  transition: visibility 0s, opacity 0.15s ease;
}
#tff_nav .sub-menu ul {
  padding-left: 0;
  list-style: none;
  position: relative;
  display: inline-block;
}
#tff_nav .sub-menu ul li {
  padding: 5px 0;
}
#tff_nav .sub-menu ul li:hover {
  background: transparent;
}
#tff_nav .sub-menu ul li a {
  border-bottom: none;
}
#tff_nav .sub-menu ul li a:hover {
  color: #ff5fe0;
  border-bottom: none;
}
@media (min-width: 992px) {
  #tff_nav .sub-menu {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    top: 60px;
    left: 0;
    right: 0;
    background-color: white;
    -webkit-box-shadow: 0px 3px 3px rgba(102, 102, 102, 0.25);
    box-shadow: 0px 3px 3px rgba(102, 102, 102, 0.25);
  }
  #tff_nav .sub-menu ul {
    padding: 10px 0;
  }
  #tff_nav .sub-menu ul li {
    width: 200px;
  }
}
@media (max-width: 991px) {
  #tff_nav .main-nav-mobile > .dropdown-open .sub-menu {
    position: static;
  }
  #tff_nav .main-nav-mobile > .dropdown-open .sub-menu ul {
    padding: 0;
    margin-top: 6px;
  }
  #tff_nav .main-nav-mobile > .dropdown-open .sub-menu ul li {
    font-size: 14px;
    padding: 0 0 0 6px;
  }
  #tff_nav .main-nav-mobile > .dropdown-open .sub-menu ul li a {
    display: block;
    padding: 5px 0;
  }
  #tff_nav li .sub-menu {
    top: 0;
    left: 160px;
    margin-right: 12px;
    background-color: transparent;
  }
  #tff_nav li .sub-menu ul {
    padding: 12px;
  }
}
.navbar-brand {
  padding: 11px 15px;
  height: 50px;
}
.navbar-brand > img {
  height: 40px;
}
nav {
  position: fixed;
  width: 100%;
  background-color: #FFFFFF;
  z-index: 1000;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #651FFF;
  font-family: 'Nunito-Bold';
  background: none;
}
.navbar-default .navbar-nav > li > a {
  color: #651FFF;
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'Nunito-Regular', sans-serif;
  padding: 20px 15px;
  letter-spacing: 2px;
}
.navbar-default .navbar-nav > li > a:hover {
  font-family: 'Nunito-Bold';
  color: #651FFF;
}
.navbar-default {
  min-height: 0;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 1px 5px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 1px 5px -4px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 1px 5px -4px rgba(0, 0, 0, 0.75);
}
.navbar-toggle.collapsed {
  background-image: url('/app/assets/images/open-menu.png');
  height: 31px;
  width: 31px;
  margin-right: 8px;
  background-repeat: no-repeat;
  background-color: transparent;
  padding: 0;
  margin-bottom: 0;
  background-size: 31px;
  border: none;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: transparent;
}
.navbar-toggle {
  background-image: url('/app/assets/images/open-menu-close.png');
  height: 31px;
  width: 31px;
  margin-right: 8px;
  background-repeat: no-repeat;
  background-color: transparent;
  padding: 0;
  margin-top: 8px;
  margin-bottom: 0;
  background-size: 31px;
  border: none;
}
@media only screen and (max-width: 990px) {
  .navbar-brand {
    padding: 9px;
  }
  .navbar-brand > img {
    display: block;
    height: 31px;
  }
}
#tff_nav li {
  position: static;
}
#tff_nav li.hover-menu.dropdown-open .sub-menu {
  visibility: visible;
  opacity: 1;
  width: auto;
}
.navbar-collapse {
  max-height: none;
  overflow: hidden;
}
footer {
  min-height: 195px;
  padding: 12px;
  padding-bottom: 60px;
  background-color: #c6ff00;
}
footer a {
  color: #555;
}
footer a:hover {
  color: #2b2b2b;
}
footer .col-md-6:first-child {
  margin-top: 48px;
}
footer a.logo {
  width: 96px;
  height: 96px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMAAAADACAYAAAEl21yRAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxMTM1OURGREI5MjIxMUUzOTgyQ0JGNzcwQzM5NjU4OCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxMTM1OURGRUI5MjIxMUUzOTgyQ0JGNzcwQzM5NjU4OCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjExMzU5REZCQjkyMjExRTM5ODJDQkY3NzBDMzk2NTg4IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjExMzU5REZDQjkyMjExRTM5ODJDQkY3NzBDMzk2NTg4Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+VonHTwAAIKdJREFUeNpi+P//PwMJeN1/CJhFrB5CClr/EwfEcJnBCLYFO8ApgQcwogswYVF0j0zDYY7SQrERzQd3gViJgXIgBsSvsVnwn4F6gBE9iKhpONw8FiinBpeqT58+MTg6OqKInT17lmhbYBY0Y5M0Njam2BewOPhPjuHE+ISJRi5HCaK15GpGdggu34CC6D81fYBuESiI5jDQEFAUycREOhMhxSkpKWQbjtcH2HzCyMjIgB5l2dnZDElJSQQzmiiscMIHvLy8GJqamkgrj5AqB5zAz8/v/+TJk/+TATBqNLzAyMjo/+nTp4k2HITRI1mPkJ9NTExIqtmwVZkSQPyc0noAnwVUrZNZiFD8nxyDYQAggEhpE/kB8RsgvgvEBsTqwxdEpAQTI6GMRmn4/yelXURJ5f+fkAXUaFn8x2UBNZst/9EtyKR7hYOr4iGlTQQyn4VYg2Hg5cuXDOLi4iT5gGZtIrxVJiEQFBREng/IqeyFhIQYdu/ezfD48WMGWVlZ6vgAGbx79w7ssPr6eto2vEhqtlALMBFyCSsrK5ieN28eOanqGskZjcTkyshCaRgTLpUgNQ8LoeYKOW0i9BrtPzF9ARJ8gdHLZMSnuqCggIGNjY3k1gW2OpnSeoGRUDJlJKYhjAXEYgsFarQqQJGCsz0JEECELCAWfAZiHjL0bQDiQKqXFARAFjTkkDEPmfYHYDGLpLxPbAz4Q0OL3oCR2KEWXOAHELMzDByAha47EO8iJQn5QzUPpOORwU5cGZ6Fyi13esTIG+iYAdY8QLHjOzs7GdasWcPw798/yipZIvMHC7mOf/XqFYOnp+dAxwYjLAaILsfJbU4qKyszLFmyhOHq1asMhoaG1PIEB8EGHQyARpVBo8vUANRMUqBSiGA6yMvLo5rjYbHo5+eHItbR0UF23/U9kBagRbKhFAgLCzPs2rWLYAwQDFpQx47oqpGKYP78+UQlIQ9CikC9UnpXEg4ODgzS0tKUD38Qm5w2bdoEtnDRooUMEydOolsmh3lgA7T5QDQIDw9nuHPnDgM3NzfD169fsTqClLzT3NTE4OXtTXIeJrrTR80MnpOTw5CYmEhpKrsAxIYUNyX+/PnDYG5uTtOyHgv4DsRcyP16oqckiAE7tm8HjwU4Ozv/pwFIpOUEPkaymjRpEoO1tTXNOjiEemRu0Lb4QANGanTq/w8mh5PTqWdEwrTMnCTZw0RByCBjcrqel7GYw0WqIQABqLl6FzWCKD5KCJxXSMg1C6JtKk1jWsE0ghBSWSSNYBGwjFX+hJBCSAoxSSWBNEGxSBoLCwvxIgQRYmVhdyAEDCKJQjb7Nu5lNKu+mXmzu3kwcLI7M++3897M+5qjigvxBH7Fs+3BGIeddsvsB6u9IpcxAgCPrfZOsm8UY0zqAkC5dDuOuqhDI8M4tdxdbMec6wTwyYOt1AFiUIuQH2fA962OKAPwO9AVUhGhIETpTFkAQQoxmqIAghgf/YUFENTgLujCg1NKfMHkEmS+KbXOcltPQPAi9FJ11NFoZNfxgUfmtGq1qheJalQCMsi9Xo8kxiOzCk5+4K5o70wmw5bL5cn3FosFi0aj2lbAEaEv2A7z+dwWDQzzQNlsVhfvLWFrtFarsVwuJzwTAIbExnq9ZvV6nQrAQ0cHoAzr6tTbg8GAlctl5VmhtCaVSpHpAQD4af1xE/MVKSiRSLBms0kF4CyMYT6dTpNt3LPZjFIPPqJ0gE+ZUlhjsJqbzWbnOVTFSVDWtbBNl/jwq2ESnRk3mA9kIj+U9K0UX1wrxYPsv6VwEETHjSDJhzXmUON6nSsmr0COx+OeMd9ut7GvVgHAJcpyarUOPsvn8/YX63a79sUhFSqVSiwWi2FffyqcJy4Wi2w8Hl//Hg6H/9yygZzxfi0EhiAzn0wmRbqEhAHwOnEsFxyJRNhqtSKX+X0AYRUlq1QqB58f89L2x5Fk/hF/EodkVmEymQjPahgGazQaOwUkkvRe2SeeTqesUCh47QsDXSe6eREyREeBMjLXvU1zJILxuTSKLH2n07Ez89bpaXpA41OZeuXglsRtAGmb0G0Xeq0yOl9WoMH8QN25e6IyA4X3doCeHzLmKIxHVxHq9/si9z6O0Ter3RYFQKIPBATH+bmsNRrymfnPx5jHmtMA4qsPzN+x2j2MQ6PLqfLEfQ5LDPxCI+O3RMVWpVYC/r/CGyLGz9if6y6eOvVv2d86H5lVuc/1/yHLxG8B2LuakDaCKPxsWgyWFqE2iIfSgx5qEDy0omIPpXgUA/Ug/aH00KAIBX9BRW/qqZgihEAuOfXSQ/VgEErT0lZoogcR2otHsTn1D1o9SbvfutE1ZpPN7szsbJIPBjTZzM68NzNv3pv33vDwF7ILpEAYU8ozpVxgWG9SE4avZeqskwxAFMc7MuHPIQBhpQyVOgNeaKPaDcCRz3UycW4lMwPc4LNgFvBofMSjYtaW6Ro6cQgsFeIDD3X9isg4AyDYAlR+gIPyXycZ8Fspl6mC20r5JJIBvyTZvcgGhEGlivlBsTJgRVsHK8Q31jVAHw/rGVBjd60rQ+DQp5nFDIhXiG8JN8iE9ayQj82/Ch1tAzSE3ShR7AyoEJ8d3pKBwc9IBjhC/J2dHQotLtLnZLKo321sbNC5c65w1zpjc3IsIQ+IHQwGmeQIcQnxATg7I/o/ajQDuO7vkZRlfX2deb04jEasuxs1aD0DHislxvpN8XicZmZmhPRqeXn5TBJPiVGVzQCmS080GqVIJCJFT5eWlqizs1M2BjxXyth53T9MACf69vZ2qXqaTqdlnAFwLxyz7GOZC3BFQZoaGcHZYc8qnoABOBHft1vT3t6eJc9ckUC42NzcnFyCQGHAPB0l3bAFBDVx9CxjjtraWtU/HQ742AonEoljn11sa6FbiGLAFzJhNCoEp9Lm8QYc/+GbD7d1YHt7m6ampsjj8RQT0ZCXAUzW/1JlgBHq6+tpdXXVvhLJYv0vR/T09DCpBwxgstjNzs6WFQMGBgaYMeAVi4p6e3tZpr2TGiwFNFM9AEBi6YWFhZIlPmN9Is2cARm0tbXR4eFhyRB+cnKS+vr6WFd7M2PHvce65lQqpY4Wr9db8FnYafBsOBymxsbG48/r6upoeHhY/Q5bv7xTmZe9YHRUfT8H4qsTipsxLhtra2s0PT196rOWlhaKxWKmt7Aw7kFpmpiY4DraM1ckcQaytb7RMwDRBT9ETGdcnYWLCEZGRlThXQwCgQB1d3er1y+yRH9/P42Pj4ta0eD869UL4QwQpfdUVCuQrgrMsCII7Sh+MJvgjMJM6nNeFojMH9lHkkE6SsTqE9EKrPdWGAD4/X46ODhQBT2CAZEhHdppQ0MDtba2UlNTE/l8PpIQNbm2odkQdj1OR0eHmpjKoW2gaCD1xq4ZBgBIcntFRKswkru6uvI+I+mpVlGyXSk/jRQxIyAw4YFMvQCzqqur3eQJkXeXbMY3FJkYvjnZ+q2tLdUs7MIl6TsdRQoZwswwSmsc/ONUL4yIDyAxoqRoLkR8swzI4BIVCFznhVAoZPjd4OCgbIRPagPWVEocqwEaiAj5QBXosW9lgFqVZB81Lt+q0F21HlRZXR3sbiU2tZdDoSs3b+p5re+2tuo84oSdupxVBCxfAMJrBuTCCp0ksbhTAkT/quvPVdaV89Zm3tPp24fCLhGm13Rt9vN8mWh1ciiLIRcdXq5g87qfo027ohogY7qaDLwacVDuWqwDptaXWtmUsZP/BWDvamKquKLweQ/ahqekUEhojWLBhALSpjYkbmqjQkPaGFJjlBRD7MLQNP7UjUJSFiqVmoBxU2xTdNEUpLIwaEwwBn8WxkBrgsbGiI2BpDUmiIiVEklZ9H3z5pkR38/MvHPv3Jk3XzILwryZO+fcn3POPfd8KivAiPd13+Pd8PVO+EKN2lz9AlcywqmobHJXd4DgDF1y0nt3swI2hq8mipw65wIKz4Ncrp0klKBxmwJQa+JnklvsAyMDmVU96ayAToocWnMaT3RzeSQdFIA9QmRj55OagHf7jRcVgEJ8Y7pl4wbgyOXXXlAAYkQPFO7xZvyWY25VwC8UKfXlBWDqfOgWBbyp93qvYSB8fap6KOJHjwof+IQiIfeQqiMgnerHwWc5o4oCFrnB5ReAMxzOY6oKKNft+nQFTOtip9aAD9Nc+ECRPvVKV8DHFNmY9xFZ9+ZkTkHIhPjNl3tMIyRHtAKwJzrhyzouxvVpScgUlOELPynetmqeWlHAf758TQElY7ZwT0F/kODsAA8C/tEsxwio9YVvC/9yjQC/gKt9JA3gJVMAQrD5vhxTAizHSTtT0Dpf+Cx4aHcNuOTLjg1fWVVAuy8zVhyzugY4vvBOTEzQlStXaHBwkEZHR2lmJn7E2yVnh5EY9hKPWqzi3d870ToUfO3t7aXu7m569OiR6d+Vl5e7ZRTsMqsAqZR+qC3d1tamnf+1A9QlchFawte3iRSwXVZLUFUL1bU4Ro6L0LpQAQvXAOFz/9GjR7VphgsoyDEwMOAmJXxAhjRI4wgIiXzrvXv3aMuW2DGqQCCseZuqx2LtMoBBNieWGdon6o1NTU1xha8NuxTHHVcNT0l4Pd4UJGT6Wbt2LT19+tT27wMmG7Zq1So6fvy4W5QAZtZu4wgQUhsIVa1SEb6xVyQryjcyMqK9D0qYnp7WCjlNTU1Re3s7KXgI5YeFI6CDIoQCrMJXBYo6agHjCGAV/urVq8lHUhQsXIRZAAaN+fl5X7zJsS+qgCyuJ46NjWk0JqphdlbJAvE7owqo43piIlPTScAMVhCvRhXAQlaPhU5VCpNr167R48ePlWwbG4OGVXvfrH3PCUyPqDGqEEJsi/DMjDV73wnLHDVKz549G/f/KCILpiWJWM8yAoaGhmjnjh2uSp9AGBuEEyiBeefOHa24+LNnz7T/dXR00Lp1UirtfMeigAMHDiTsWW4ECgWuWbNG9GtOs0xBUf4tL2HPnj20YcMGunXr1gvmbGdnJ6eXX5bJ8RTEXJxYVEUDHJTgEBOIPJYRAMvCT59z0AoqKiryRWkPi1kUoBp9rYvwhEUByWzngNe67eLFaikgLy9POadLJBobG7keNcbmCYMaNl2wdSsbpcKfbAqAM5YOAD8NI26wKSAQCGiOi9fR1dXF+bjLUMADr48CLiNg9+5d3NQpt/G0XzmfeOHCBT7BMUmOwwgoKCigbdv4vWIogLV0IyyiQ4cO8QhOIfMJScQiAAWw52zAL0Awywpyc3O1HB6EtrG7hgs5pBUVFY5PR4LSWoa19oiiswX6+/uptbU16X2nTp3SWPXawiNn4Px5LeqIuRYxezB1Y/hXVVVpCVcykZGRobHCCgIYbE9HFYCyM0JOOuB0S319fcLeBRrbEydOxL2ntLSUenp6tE1/JPna6fVWe9iKFSuor69PpH4DxhFQHb6E8rfGIu68evUqHT58mM6dO5f091lZWdr9IOIUvfkP7uJNmzaJHmAvZMYNyljEQGFrXCcQbzcjfAAnaPbv389yqCMeli9fTtevX5ch/Ofbh8bsaJSAf0XG3HrkyBGNSxhbflaPJmHKqqysZE24zc7O1hb8pUuXylpekKL+j3EEAF/IejtowuE52zkXBgUYz4Wl4iqA8hYjEKcxJQqfosIHjFuSJ0liOffJyUlbv0OSFc4CDA8P23KyEEoG+x4YtB3CC9bGwj3hGxRhq1AWmHoCFlzkzMxMLf2krq5Olazt7YkUAMJeKZms+fn5tsxDCBG2eUlJiUYEDWXAQsrJydHYtDGtwHkrLCykUCikWv95qW5ErJPyUECWjNaAoHluzlrBQZczar9UOSVWaK9EVmushnarq6vdLPw5ilG2JpYC/obZLaNFK1eu1JJ6zYYFjH6ECxEzdSRecHuJrFbBJ0jm+CxbtkxkTEYGUPwi5r5LoopZyMmrkDY+w2tBS0uLZpNHQw1lZWV08OBBKi4uJpcDDu68VQXYMbOFm6Bw3hS0bhIBG16fx/tnMgVg+79bha+ora2l+/fvP/977969TjpTVpDQaTFTNRErd56TX4DMu1hVUVDmpqamRmXhL6Eke+5mdpgdLdw3Pj4etyQNwsYK4ycykfBgdovfsbJUN2/edOOii/pqX5q50awCcALDESPcRSXJjMg2e6OVJJdm0jeSZQKxnXjBt+bmZhWFv8jKzVazjJCHPiX7i7BLtdD0bGhooM2bN6sm/PfIYjDTLokPClOHyIcRH5ENWpdgCsNs1pf5c9SQTU6dVGmsEON4I82Fj/3R3+3+ONVM07xUXu4BvJXq9weZekBbmgke0wZ2E1Pmp+fkksRGzmgaCP82MTKKcCa736VI4GnSw8LfSMx0LkEBjcS+Z4PHBP9Q71z93A8WTWkuLOlXItZTpNqtEAQFNx7DNZck7TEzo13v9ZdFviQo4UOmda+50CXO2zFd8PtkvCwo8cP+0j1o5BypmNzTqAteKn9C0IEPRVmqSv1j6/W/ncIZvVOgLV1ONCDocK/r1UcEBFBFkUwMGXP7a/o7P3N6WgwoWNg6ikp9hOAqsPmMixTJ+j7p8EiLi/8FaO86YKNKzvBvwHAHBtMMmBrAUbgDGwJ3FBNaRCCmmCpABkQR9QIIkYQeikgoAo4eODiqTAvtIIheL5AACSBAxEcMyJSY3rG5HPjI++bNosV47be7b3fnvfd/0sh1d+fNfP/MP/M3lSdAVXwktbtY2eLkz9FB7scdqeZfJL3Y6kX58/c8RSwA/gCJXX+htV/LFmvx58G2uk+2E6RHojFYAITu1YH02tcJcmV3ErBToPjUX6Qy/ooFwN5kh5PrEK3VI0ZuwBXFV6Q7BL9iAbAmEPA7Tmv9HbiyB2KnWKW1GaRHTrEAKAhUBYSXNC4x2VcssMCugGrH8MF4ygIQOjSXE1GTORlS/FsuPMes2Pl8Fusv9HgUroXUHmXyK4FP5Vy8lXPTkwXAXCS6kR4HsyjmnLKIknPkEoZEFgDfAPfSS3IgdzLpLSsMO+UcwkD3MxaA3JFfa8h0jPQQ8K2uxRyylZr0nZzbP8m55kOwRDm5UtRnnjgK/5Qq0t1QdiKUOwCcrRDAcYfJ70h8Luf+oeSCYwSgFemx3VgBSjEPHA9XcG2G5IZtBaCJfMj9xMYqxocoLLmRIbliGwGIldvct0x8hkFB+FZyJtbKAoAHOUW6nzqrOgxfVKOLkkOFrSYA0+RW1oDnkeEnGkguzQjEm5t9DQoDFnJqR/K8MQIAJP/EjWGKijvAUtINWEx+RqAQQbrz3TKVdgDEwiKXMLsrMIIJHJIRj+1X8XF/dwB4/qUz+RkhQGnJvZ6hEoBkUqSOBsPR8IuHvqhAcGRCcUl2VmOoBKSG+Tl5KEtl1g6A0MO7TH6GgqgluVncmxcV8OJ/4bV5jdiamyNevHghalE/ePCAnjx5Qnfu3BHf4/cZGRn0/PlzevnypSgM+PqHH+jNmzeUJQsDohJLuXLlaN68eVSyZEkeTN9RSp4LqpFBL1OjAoAsC6nk0AwL9+7doytXrtD58+fp4oUL9N/0dEF2s2wohQoVosWLFzP5zQFS4KRpLYYMZLEwIgA4bf/HCeRPTU2l48eP06lTp+jy5cuiLnowkJCQIGpyMUxDIclZ5MR+6I8AfCwPFx/bbYRu3LhBe/bsof3799OtW7dCu2+XYlepAO0ECMX8CeWS4CsvAYBXXlk7jAZW902bNgnCo+6zSrh27RrTNTAoIzn8uS8CgFIFn1n1ybOysmj37t20cuXK92ptq4hjx47RoUOHqGXLlkxZ8/GZ5PIXOf3Rkx0AOeHXW+1J8SybN2+mZcuWidsXKwE3QbNnz6YWLVowZQMDcHqjEQFAVaN7Wgu3ypNdunSJpk2bZgtVol69ekIQIiPZp9BkfC/V+ed5CcAO0kunKI9169bRokWL6Ed5n27KSkx6IptQA1eigwYNorZt235QLDwn4MYqPDzcY3V3hsDO7NzOLgCoU3RI9adYsmQJrVq1ylEzB2KXL1+eSpcuTQUKFKDXr1/T/fv36e5d3d4zevRo6t69O1M8b/zKnePZD8ELVO751q1bacaMGY6cNSxUOMx7OtDXqFGDqW0M4HjNnASgMymabBaTPnDgQGGRZeQMuFkwDOFTyfXt+MHdGW60ir1NTk6mxMREJn8eOHz4MA+CcYzOfgZA2aB/KddLTa/liTWOhQsXUuPGjXkgjAH2gbOuHSBJpZ7BiDVkyBAmv5cYOXKkMKoxDCHJfQeAC2m0Kj0bO3YsHTx40LIja+QqNZDXrc2aNaOZM2dSwYIFmeaegVji8tgBPlGJ/LjpsTL5ySCx35ogZJ4Aj9ZGjRrRsGHDRFyCGZcQNiymCM5/gh0A9Z0Wq9Aj+Nj36NFDBJQw8hCAMFyNGv//2rVrU5s2bYRgVKhQwbNgam+akpIi1M+9e/e+u3zo2rUrjRs3zm7DOAwCsEL7ZoAKvVm7dq04yKmuvjgVcM9YsGABxcbG2uWRvoYKFKNKb86cOWMJ9cWpePbsGfXt25caNmxI8+fPFyGfRoH/nT59OvXv31+lR/opdoAbpEfOhBzt2rUzRWdlBBc4bCOmuVKlSu+c+CAsCDTCfMJtw4WyZcuKQCRFcBOW4NKq9MZ9oEKuY/uxGzhNjYIj3s2bN0XLC0gGoJJWBxVImSwPJUqUUGZk3obotZY4gPvx2oiICOUEQBnUrMl1r60AfwRcMae9lxCAZ6r0pnXr1pQvXz5mmF13jrAwatWqlUpdygTblAmYrV+/PjVp0oSZYlPUrVtXWKkVwiMIwHcq9WjMmDFKnQUY5gBRbRMmTFAtYi0FAnBFpR7hmmzu3LmUP39+Zo2NVJ9Zs2ZRlSpVVOvaFQjA31TrFcz2y5cvF6F/DOsD1uP4+HgVu3YShjBk0MpUsXe3b9+mfv360ePHj31beYgtu6FEkSJFRF4mhdM+FsYOgDRpR1TsXcWKFUUmN18TRjH5Qwe4Sxw5ckRl8oPzr1zxAH21tlrlAb1w4QKNGDGCY18VBzJd4wwHr1PF0U9ra1wCADXoqdaUj6DYuHEjzZkzJ2ifV7RoUYqKihJfMbmIVkNuUahlSEtiZk4iqwNRfEheYAEg7Xdx9x0AmKu1UVYZ7A0bNoiVxmyyd+vWjTp27Chy8AAgODwZ09PTRbpFHMyRmwd/dzfrnz59Wrhz46vTMHjwYJHEy0L4Umu/FedENwFA2ri7Vhv8EydO0NSpU30+KAM9e/YU8bSwQqMIBpJuoUaA0dUd6c07depEvXv3FkKB2gKTJk2itLQ0U54xt8N8qA76xYoVEwEyill2jSLaxfXsmeHmuCTDasDZAME027ZtM/waV5QTPBQnT55M+/bt87sfEAAIZPPmzen69es0dOhQEelmFyBV46hRo6h48eJWfQSoDb97t4BkEwBU1sBsRVh5kuCHjgzRnggN//WlS5dSnTp1RN4h1OYyG1CRVq9eLdSliRMnivBCq6Jp06Yivrh69epWl1/coMD9/3+eBADoS4rfCHkDFKjbsmWLODy7VuI1a9aIsD6s+qghECggWS3uweHlaiUhwOqO3TEpKcluWar7aG3deyqkh2h/sKKtHQ9sCN7ADhCIQ3ROKFOmjMh0gXFGwL+KEW/IRA1P3C5dulDVqlXtelb/Rmudsv/Sk68B0gxjporabRRAflxj7tixIyifh6tSfFavXr2EO4A3Z5RAADddqEGAwnzoj5HU6zYAqqX0yukPngQgg/Q00qfsOBqIV0ULFlypRSpXDk7oNW6zYLuAmhcf34ji4mrbeWU3glaS04YFAMCFNi53l9ttNHCFh5Xw0aNHXr/Wl2tHqEHA1atX/SY2dHKXHQKkhodltWrVhHDhuRgfYFBuC3mYgYxfE7U2zW6jguoy8FIMhn6NumX4irGGJVlUide+ws6A34HYcP+GkQ0HZ4Zp+IPW/pjrgmYw5d0S8lBlz6rAc48fP54OHDgQsM8AoXHdikgoRtCx1Ahn80+ZMsXImyGRC6o5N7DL6CBIA16mEIRz584FZOVfv349V24JDRZpbZghHniZ9HQ2uVnR7ALYCmARPnnypN/vhVsmhP4hyRcjJIA3w+8NL4Q+ZP0dSnrhYVsCPuwwlMGfxygQ+AHC9+nTR4R0MkKG33jLzTAf017/UmuOqF7x9OlTkR4cHqGZmZniwIqg/ejoaJFlmWOXlcF71R8DLQAAfCpSSKHUiqoAwoJINiT7dZUxhccoDsPwnlQwONzKQC59FL7zyZM5zITCBzggJ/A86MU9UJnFyJgiy/Lw4cN50PzDfsk9n0kcZlLlj0TSq3A7ErjPRzyBt4fomJgY4THqEHcEs9HRDM6ZlYdwF86CUiVyHI4ePerTDRIsw9u3b2cqewdwLMKsBdfMRJyZUhfrQQ5LyOBNXHD2vGg/ZmUxpY3hreQWOJZh1psGIhPtZq2Fy13BEUD0l1Frr/vKgLQvnTp3Zmob0zDCJbdMRaBSMWNZ66A1eIHdsPvswH9nxYoVNGCA8VJrCC2EmzSc8hgecUtyqIPklOkIC1L5y/pag9NNpBNmLTU1lXbt2kVnz54VwfoYY3hxxsXFUfv27UXqR0augK86XJgDXjQuLMj1X2Gs+CvpsccMRnYgX097uVgGBcGuRoEK2B9pDUUAnvN8MyTAhaZyYTwQzA8OVTmWE1IdqqW1NJ5/xyJNcgBcCEmW8lDXI4LHGWL1cK/7DfPBMdgp57yq5EDIoEpBLtzrImIf1+QdWT2yrZrjPscZKnQqn6KrA7ZEWJa/Yt5YHivkXEaquMurXJIRluUhcsVAptq9zCXLYJ+cM8zdIFK0AIvqAuAO5ChqIwcUhpFk5phySJZzgzlKkHOmPKxYlPeB1nrLgYZ5HFFAD5l/QcdDOfbhci56y7mxFKxelfoN6SFwUW6q0kJyS37KMA0Y00Vuqk2UHPs3Vn6oYFuCgw1Eq30hV6oyzGGvcJ/0dDh/tvMOa3cByAlw24TXWhI5xDfJAOB7s0FrX2vtnJMe3IkCkBOQUxAeh/BNRknKCJs+J/LjI3AcUTi4bna8vYUFIG+U0xpKHsJ/KV7uIKrmL3wtV/C/k+5a8A+yYNkrFgDr7iIxWqssW3kpPDgsliS9KmEh+ZXk965g4Ey3gzuqdaJ28yPZoH8/kES+KdtVXr3Nwf8BuCE6ZY4xkf0AAAAASUVORK5CYII=);
  background-size: 96px 96px;
  display: block;
}
footer div.contact {
  display: inline;
  position: absolute;
  top: 40px;
  left: 130px;
}
footer div.contact span {
  text-transform: uppercase;
}
footer div.contact a {
  font-weight: 700;
  text-transform: none;
}
footer p.rules,
footer p.privacy,
footer ul.social {
  text-align: right;
}
@media (max-width: 991px) {
  footer p.rules,
  footer p.privacy,
  footer ul.social {
    text-align: left;
  }
}
footer p.rules {
  margin-top: 36px;
}
footer ul.social {
  margin-top: 24px;
  font-size: 12px;
}
footer ul.social > li {
  padding-right: 0;
}
footer ul.social a:hover .fa-inverse {
  color: #24ffff;
}
#scrollUp {
  bottom: 0px;
  right: 20px;
  padding: 15px;
  background: #24ffff;
  color: #323232;
}
#scrollUp:before {
  content: "\f0aa";
  font-family: 'fontawesome';
  font-size: 35px;
  line-height: 24px;
}
@media (max-width: 767px) {
  #scrollUp {
    display: none !important;
  }
}
*,
*:after,
*::before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
p {
  font-size: 16px;
}
html,
body,
.st-container,
.st-pusher,
.st-content {
  height: 100%;
}
.st-content {
  overflow-y: scroll;
  background: white;
}
.st-content,
.st-content-inner {
  position: relative;
  overflow: hidden;
}
.st-container {
  position: relative;
  overflow: hidden;
  background: url("/app/themes/app/frontend/images/bg-drk-pat.png") repeat;
  /*background-color: @gray-medium;*/
}
.st-pusher {
  position: relative;
  left: 0;
  z-index: 99;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.st-pusher::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.2);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}
.st-menu-open .st-pusher::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.st-menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  visibility: hidden;
  width: 300px;
  height: 100%;
  overflow-x: auto;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 1050;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.st-menu .tff-logo img {
  width: 40px;
  height: 40px;
  margin-top: 30px;
  margin-left: 30px;
}
.st-menu ul.chapter-menu {
  margin: 0;
  padding: 10px;
}
.st-menu ul.chapter-menu li.chapter-menu-item {
  padding-left: 0;
  list-style: none;
  margin-left: 12px;
  margin-top: 24px;
  margin-bottom: 24px;
}
.st-menu ul.chapter-menu li.chapter-menu-item .fa {
  margin-right: 10px;
  color: #c6ff00;
  font-size: 20px;
  cursor: pointer;
}
.st-menu ul.chapter-menu a.chapter-menu:hover {
  font-size: 24px;
  font-weight: 500;
  color: #c6ff00;
}
.st-menu ul.chapter-menu a.chapter-menu {
  height: 50px;
  width: 100%;
  padding: 2px;
  font-weight: 400;
  font-size: 18px;
  color: white;
  font-family: "jaf-facitweb", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.st-menu ul.chapter-menu .section-menu {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: white;
  font-weight: 200;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.st-menu ul.chapter-menu .section-menu a {
  color: white;
}
.st-menu ul.chapter-menu .section-menu a:hover {
  color: #ff5fe0;
}
.st-menu ul.chapter-menu .section-menu-item {
  padding-left: 0;
  list-style: none;
  margin-top: 12px;
  margin-bottom: 12px;
  margin-left: 6px;
  margin-right: 18px;
}
.st-menu ul.chapter-menu .section-menu-item:hover {
  /*border-bottom:2px solid @highlight-green;*/
}
.st-menu::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  content: '';
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0,5s;
  transition: opacity 0.5s;
}
.st-menu-open .st-menu::after {
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  -moz-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  -o-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}
.curriculum-nav {
  position: fixed;
  left: 15px;
  top: 0;
  height: 60px;
  width: 100%;
  background-color: #323232;
  z-index: 1030;
}
.curriculum-nav .current {
  display: inline-block;
}
.curriculum-nav .current .hamburger {
  height: 48px;
  width: 48px;
  padding: 2px;
  margin: 4px;
  text-align: center;
  position: relative;
  left: -11px;
}
.curriculum-nav .current .hamburger i {
  font-size: 28px;
  margin-top: 10px;
}
.curriculum-nav .current .chapter-title {
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 80px;
}
.curriculum-nav .current .chapter-title h2 {
  margin-top: 2px;
  margin-bottom: 0;
  display: inline-block;
  color: #c6ff00;
}
@media (max-width: 480px) {
  .curriculum-nav .current .chapter-title h2 {
    margin-top: 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .curriculum-nav .current .chapter-title h2 {
    margin-top: 12px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
  }
}
.curriculum-nav .right-nav {
  display: inline-block;
  position: relative;
  float: right;
  width: 270px;
  top: 18px;
  /*.dropdown:hover .dropdown-menu {
            display: block;
        }*/
}
.curriculum-nav .right-nav a {
  padding-left: 6px;
  padding-right: 6px;
  display: inline-block;
  text-align: center;
}
.curriculum-nav .right-nav a i {
  color: #666;
  bottom: 6px;
}
.curriculum-nav .right-nav a .top-icon {
  color: #323232;
  float: left;
}
.curriculum-nav .right-nav a .top-icon:hover {
  color: #c6ff00;
}
.curriculum-nav .right-nav .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.curriculum-nav .right-nav .avatar {
  position: absolute;
  top: -41px;
  right: -2px;
  height: 32px;
  width: 32px;
  margin-right: 16px;
  overflow: hidden;
  border-radius: 50%;
  background-color: #555;
  z-index: 1035;
}
.curriculum-nav .right-nav .avatar img {
  height: 35px;
  width: 35px;
  vertical-align: middle;
}
.curriculum-nav .right-nav ul li {
  padding-left: 0;
  list-style: none;
}
.curriculum-nav .right-nav ul .dropdown-menu {
  position: absolute;
  min-width: 160px;
  top: -10px;
  right: 10px;
  z-index: 1052 !important;
}
.curriculum-nav .right-nav ul .dropdown-menu li {
  width: 100%;
  padding: 0;
}
.curriculum-nav .right-nav ul .dropdown-menu li a {
  width: 100%;
  padding: 12px;
  margin: 0;
}
.curriculum-nav .right-nav ul .dropdown-menu li a:hover {
  background-color: #c6ff00;
}
.curriculum-nav .right-nav .login-wrapper {
  position: absolute;
  top: -10px;
  right: 6px;
  text-wrap: none;
  font-weight: 500;
  font-size: 16px;
}
.curriculum-nav .right-nav .login-wrapper div {
  width: 50px;
}
.dropdown-open {
  display: block;
}
ul.dropdown-menu.lessons-menu {
  z-index: 1100;
}
.curriculum-lesson-progress {
  position: absolute;
  top: 60px;
  width: 100%;
  height: 3px;
  background: #2b2b2b;
  /*border-bottom: 1px solid @gray-darker;*/
  z-index: 1020;
}
.curriculum-lesson-progress .progress-bar {
  height: 100%;
  position: relative;
  transition: 0.6s linear;
  transition-property: width, background-color;
}
.curriculum-lesson-progress .progress-sections {
  margin: 0;
  padding: 0;
  display: inline-block;
  height: 6px;
  border: 1px solid white;
  background: #2b2b2b;
  z-index: 1021;
}
.curriculum-lesson-progress span {
  width: 100%;
  height: auto;
}
.lesson-section-content img {
  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;
}
@media (min-width: 1000px) {
  .curriculum-nav-small {
    display: none;
  }
}
@media (max-width: 1000px) {
  .curriculum-nav .right-nav {
    display: none;
  }
  .lesson-responsive-spacer {
    width: 100%;
    height: 36px;
  }
  .curriculum-nav-small {
    display: inline-block;
    position: fixed;
    left: 15px;
    top: 60px;
    height: 40px;
    width: 100%;
    background-color: #555;
    z-index: 1010;
  }
  .curriculum-nav-small .right-nav-small {
    display: inline-block;
    position: absolute;
    width: 100%;
    top: 10px;
    font-size: 12px;
  }
  .curriculum-nav-small .right-nav-small a {
    margin-right: 14px;
  }
  .curriculum-nav-small .right-nav-small a i {
    color: #666;
    bottom: 6px;
  }
  .curriculum-nav-small .right-nav-small a .top-icon {
    color: white;
  }
  .curriculum-nav-small .right-nav-small a .top-icon:hover {
    color: #c6ff00;
  }
  .curriculum-nav-small .right-nav-small a .fa-circle {
    color: #323232;
  }
  .curriculum-nav-small .right-nav-small .avatar {
    position: absolute;
    top: -36px;
    right: 6px;
    overflow: hidden;
    border-radius: 50%;
    background-color: #555;
    z-index: 1035;
  }
  .curriculum-nav-small .right-nav-small .avatar img {
    height: 30px;
    width: 30px;
    vertical-align: middle;
  }
  .curriculum-nav-small .right-nav-small ul.user-menu {
    position: relative;
  }
  .curriculum-nav-small .right-nav-small ul.user-menu li {
    padding-left: 0;
    list-style: none;
  }
  .curriculum-nav-small .right-nav-small ul.user-menu .dropdown {
    width: 120px;
    position: absolute;
    right: 12px;
    top: 0;
  }
  .curriculum-nav-small .right-nav-small ul.user-menu .dropdown-menu {
    position: absolute;
    width: 120px;
    min-width: 120px !important;
    top: -10px;
    right: 30px;
  }
  .curriculum-nav-small .right-nav-small ul.user-menu .dropdown-menu li:hover {
    background-color: #c6ff00;
  }
  .curriculum-nav-small .right-nav-small ul.user-menu .dropdown-menu li:hover a {
    background-color: #c6ff00;
  }
  .curriculum-nav-small .right-nav-small .login-wrapper {
    position: absolute;
    top: -20px;
    right: 10px;
    font-size: 16px;
    font-weight: 500;
    float: right;
  }
  .side-content div.outcome {
    margin-left: 0;
  }
  .side-content div.tips {
    margin-left: 0;
  }
  .side-content div.resources {
    margin-left: 0;
  }
}
.main-content {
  padding: 0;
  /*border-right: 1px solid @gray-lighter;*/
}
.main-content .subtitle {
  display: inline-block;
  margin-top: 0;
}
.main-content .section {
  font-weight: 300;
}
.main-content .next-chapter-link {
  font-size: 30px;
  font-weight: 700;
}
.main-content .section-content {
  min-height: 200px;
  padding-right: 40px;
}
.main-content .section-content img {
  max-width: 100%;
  height: auto !important;
}
.main-content .section-content .fa-stack {
  height: 1em;
  line-height: 1em;
}
.main-content .btn-audio {
  display: inline-block;
  float: right;
  margin-right: 20px;
  font-weight: 400;
}
.side-content {
  padding: 0 0 0 36px;
  position: relative;
  color: black;
}
.side-content .timer-container {
  position: relative;
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
}
.side-content .timer-container .reset {
  position: absolute;
  right: 20px;
  top: 162px;
  padding: 4px;
  color: #ff5fe0;
  z-index: 100;
}
.side-content .timer-container .reset-btn {
  position: absolute;
  top: -34px;
  right: -15px;
  font-size: 12px;
}
.side-content .outcome {
  position: relative;
  background-color: #c6ff00;
  padding: 12px;
  margin-bottom: 36px;
  margin-top: 36px;
}
.side-content .outcome:first-child {
  margin-top: 0;
}
.side-content .outcome h4 {
  margin: 6px;
  font-size: 170%;
  font-weight: 400;
  font-style: none;
}
.side-content .outcome p {
  margin: 6px;
  /*font-style: italic;*/
}
.side-content .tips {
  position: relative;
  background-color: #c6ff00;
  padding: 12px;
  margin-bottom: 36px;
  margin-top: 36px;
}
.side-content .tips h4 {
  margin: 12px;
  font-size: 170%;
  font-weight: 400;
  font-style: none;
}
.side-content .tips p {
  margin: 12px;
  /*font-style: italic;*/
}
.side-content .resources {
  position: relative;
  background-color: #c6ff00;
  padding: 12px;
  margin-bottom: 36px;
  margin-top: 36px;
}
.side-content .resources h4 {
  margin: 12px;
  font-size: 170%;
  font-weight: 400;
  font-style: none;
}
.side-content .resources h5 {
  margin: 12px;
  font-size: 20px;
  font-weight: 300;
}
.side-content .resources p {
  margin: 12px;
}
@media (max-width: 992px) {
  .side-content {
    padding: 0;
  }
}
.st-container .section-nav {
  position: absolute;
  width: 96%;
  height: 50px;
  bottom: 20px;
  margin: auto;
  left: 2%;
  right: 2%;
  background-color: #2b2b2b;
  opacity: .9;
  border: 1px solid black;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);
  /*border-radius: 30px;*/
  z-index: 2000;
}
.st-container .section-nav .section-nav-inner {
  position: relative;
}
.st-container .section-nav .section-nav-inner span {
  font-size: 16px;
  font-weight: 400;
  color: #c6ff00;
}
@media (min-width: 700px) and (max-width: 1000px) {
  .st-container .section-nav .section-nav-inner .icon-nav {
    display: none;
  }
  .st-container .section-nav .section-nav-inner .text-nav {
    visibility: visible;
    font-size: 12px;
  }
}
@media (min-width: 200px) and (max-width: 700px) {
  .st-container .section-nav .section-nav-inner .icon-nav {
    visibility: visible;
  }
  .st-container .section-nav .section-nav-inner .icon-previous {
    position: absolute;
    top: -2px;
    left: -2px;
  }
  .st-container .section-nav .section-nav-inner .icon-next {
    position: absolute;
    vertical-align: middle;
    top: -2px;
    right: -2px;
  }
  .st-container .section-nav .section-nav-inner .text-nav {
    display: none;
  }
}
@media (min-width: 700px) {
  .st-container .section-nav .section-nav-inner .icon-nav {
    display: none;
  }
  .st-container .section-nav .section-nav-inner .text-nav {
    visibility: visible;
  }
}
.st-container .section-nav .section-nav-inner a:hover {
  color: #a555ff;
}
.st-container .section-nav .section-nav-inner .previous-button {
  position: absolute;
  left: 20px;
  top: 0;
  margin-top: 12px;
  margin-left: 12px;
}
.st-container .section-nav .section-nav-inner .previous-button:hover {
  color: #a555ff;
}
.st-container .section-nav .section-nav-inner .next-button {
  position: absolute;
  right: 20px;
  top: 0;
  margin-top: 12px;
  margin-right: 12px;
}
.st-container .section-nav .section-nav-inner .next-button:hover {
  color: #a555ff;
}
.st-container .section-nav-alt {
  position: absolute;
  width: 96%;
  height: 50px;
  bottom: 20px;
  margin: auto;
  left: 2%;
  right: 2%;
  /*background-color: @gray-darker;*/
  opacity: .9;
  /*border: 1px solid black;*/
  /*box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);*/
  /*border-radius: 30px;*/
  z-index: 2000;
}
.st-container .section-nav-alt .section-nav-inner {
  position: relative;
}
.st-container .section-nav-alt .section-nav-inner .icon-nav {
  position: absolute;
  bottom: -41px;
  font-size: 28px;
  font-weight: 700;
  color: #ff8b24;
}
.st-container .section-nav-alt .section-nav-inner .icon-next {
  right: 20px;
  z-index: 2001;
}
.st-container .section-nav-alt .section-nav-inner .icon-previous {
  left: 20px;
  z-index: 2001;
}
.st-container .section-nav-alt .section-nav-inner .inactive {
  pointer-events: none;
  cursor: default;
}
.st-container .section-nav-alt .section-nav-inner .inactive span {
  color: #555;
}
@media (min-width: 200px) and (max-width: 700px) {
  .st-container .section-nav-alt .section-nav-inner .icon-nav {
    visibility: visible;
  }
  .st-container .section-nav-alt .section-nav-inner .icon-previous {
    position: absolute;
    top: -2px;
    left: -2px;
  }
  .st-container .section-nav-alt .section-nav-inner .icon-next {
    position: absolute;
    vertical-align: middle;
    top: -2px;
    right: -2px;
  }
}
.st-container .section-nav-alt .section-nav-inner a:hover {
  color: #a555ff;
}
.st-container .section-nav-alt .section-nav-inner .previous-button {
  position: absolute;
  left: 20px;
  top: 0;
  margin-top: 12px;
  margin-left: 12px;
}
.st-container .section-nav-alt .section-nav-inner .previous-button:hover {
  color: #a555ff;
}
.st-container .section-nav-alt .section-nav-inner .next-button {
  position: absolute;
  right: 20px;
  top: 0;
  margin-top: 12px;
  margin-right: 12px;
}
.st-container .section-nav-alt .section-nav-inner .next-button:hover {
  color: #a555ff;
}
.st-container .section-nav-side {
  position: absolute;
  bottom: 60px;
  right: 2%;
  opacity: .9;
  z-index: 2000;
}
.st-container .section-nav-side .section-nav-inner {
  position: relative;
}
.st-container .section-nav-side .section-nav-inner .icon-nav {
  position: absolute;
  font-size: 28px;
  font-weight: 700;
  color: #ff8b24;
}
.st-container .section-nav-side .section-nav-inner .icon-next {
  right: -68px;
  bottom: -70px;
  z-index: 2001;
}
.st-container .section-nav-side .section-nav-inner .icon-previous {
  z-index: 2001;
}
.st-container .section-nav-side .section-nav-inner .inactive {
  pointer-events: none;
  cursor: default;
}
.st-container .section-nav-side .section-nav-inner .inactive span {
  color: #555;
}
@media (min-width: 200px) and (max-width: 700px) {
  .st-container .section-nav-side .section-nav-inner .icon-nav {
    visibility: visible;
  }
  .st-container .section-nav-side .section-nav-inner .icon-previous {
    position: absolute;
    top: -2px;
    left: -2px;
  }
  .st-container .section-nav-side .section-nav-inner .icon-next {
    position: absolute;
    vertical-align: middle;
    top: 8px;
    right: -65px;
  }
}
.st-container .section-nav-side .section-nav-inner a:hover {
  color: #a555ff;
}
.st-container .section-nav-side .section-nav-inner .previous-button {
  position: absolute;
  right: 60px;
  bottom: 100px;
  margin-top: 12px;
  margin-left: 12px;
}
.st-container .section-nav-side .section-nav-inner .previous-button:hover {
  color: #a555ff;
}
.st-container .section-nav-side .section-nav-inner .next-button {
  position: absolute;
  right: 60px;
  bottom: 50px;
  margin-top: 12px;
  margin-right: 12px;
}
.st-container .section-nav-side .section-nav-inner .next-button:hover {
  color: #a555ff;
}
.st-container .section-nav-side .section-nav-inner .progress-dots {
  width: 70%;
  height: 50px;
  background-color: #2b2b2b;
  padding: 0 !important;
  margin: auto;
  position: relative;
}
.st-container .section-nav-side .section-nav-inner .progress-dots .progress-wrapper {
  width: 96%;
}
.st-container .section-nav-side .section-nav-inner .progress-dots .progress-wrapper .progress {
  position: absolute;
  top: 14px;
  right: 0;
  left: 0;
  /*width:  65%;*/
  margin: auto;
  padding: 4px;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);
}
.st-container .section-nav-side .section-nav-inner .progress-dots .progress-wrapper .progress .progress-bar {
  height: 16px;
  position: absolute;
  top: 2px;
  left: 2px;
  border-radius: 4px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
  transition: 0.4s linear;
  transition-property: width, background-color;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.25), inset 0 1px rgba(255, 255, 255, 0.1);
}
.blog-form-container h3 {
  margin-top: -30px;
  font-weight: 400;
}
.blog-form-container #create_post {
  border-top: 0;
}
.blog-form-container #create_post h3 {
  font-weight: 400;
}
@media (max-width: 600px) {
  .blog-form-container .form-lesson {
    width: 100%;
  }
}
@media (min-width: 601px) {
  .blog-form-container .form-lesson {
    width: 500px;
  }
}
.blog-form-container .success {
  height: auto;
  margin: 12px;
  padding: 12px;
  color: black;
  font-weight: 500;
  background-color: #c6ff00;
}
.blog-form-container .error {
  height: auto;
  margin: 12px;
  padding: 12px;
  color: black;
  font-weight: 500;
  background-color: #ff5247;
}
.final-component-screen .content {
  position: relative;
  height: 85%;
  width: 90%;
  /*margin: 5%;*/
  margin-top: 80px;
  margin-bottom: 80px;
  padding: 12px;
  padding-left: 48px;
  overflow-y: scroll !important;
  overflow-x: hidden;
  background-color: white;
}
.final-component-screen .content .header {
  border-bottom: 1px solid #e1e1e1;
}
.final-component-screen .content .right-panel {
  border-left: 1px solid #e1e1e1;
}
.final-component-screen .content .exit-modal {
  position: fixed;
  top: 100px;
  right: 7%;
  font-size: 32px;
  cursor: pointer;
  z-index: 1100;
}
.final-component-screen .content .exit-modal .top-icon {
  font-size: 32px;
  color: white;
}
.final-component-screen .content .success {
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 12px;
  color: black;
  text-align: center;
  background-color: #c6ff00;
}
.final-component-screen .content .error {
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 12px;
  text-align: center;
  color: white;
  background-color: #ff5247;
}
.final-component-screen .content .published {
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 12px;
  color: black;
  text-align: center;
  border: 1px solid #e1e1e1;
  background-color: #c6ff00;
}
.final-component-screen .content .publish-notice {
  margin: 12px;
  padding: 12px;
  background-color: #c6ff00;
}
.final-component-screen #final-component-form {
  padding: 36px;
}
.final-component-screen #final-component-form input,
.final-component-screen #final-component-form select,
.final-component-screen #final-component-form textarea {
  display: block;
  width: 100%;
  height: 46px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #323232;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e1e1e1;
  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;
  padding: 12px;
  box-shadow: none;
  font-size: 16px;
  font-weight: 400;
}
.final-component-screen #final-component-form input:focus,
.final-component-screen #final-component-form select:focus,
.final-component-screen #final-component-form textarea:focus {
  border-color: #57ffff;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(87, 255, 255, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(87, 255, 255, 0.6);
}
.final-component-screen #final-component-form input::-moz-placeholder,
.final-component-screen #final-component-form select::-moz-placeholder,
.final-component-screen #final-component-form textarea::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
.final-component-screen #final-component-form input:-ms-input-placeholder,
.final-component-screen #final-component-form select:-ms-input-placeholder,
.final-component-screen #final-component-form textarea:-ms-input-placeholder {
  color: #aaa;
}
.final-component-screen #final-component-form input::-webkit-input-placeholder,
.final-component-screen #final-component-form select::-webkit-input-placeholder,
.final-component-screen #final-component-form textarea::-webkit-input-placeholder {
  color: #aaa;
}
.final-component-screen #final-component-form input[disabled],
.final-component-screen #final-component-form select[disabled],
.final-component-screen #final-component-form textarea[disabled],
.final-component-screen #final-component-form input[readonly],
.final-component-screen #final-component-form select[readonly],
.final-component-screen #final-component-form textarea[readonly],
fieldset[disabled] .final-component-screen #final-component-form input,
fieldset[disabled] .final-component-screen #final-component-form select,
fieldset[disabled] .final-component-screen #final-component-form textarea {
  cursor: not-allowed;
  background-color: #e1e1e1;
  opacity: 1;
}
textarea.final-component-screen #final-component-form input,
textarea.final-component-screen #final-component-form select,
textarea.final-component-screen #final-component-form textarea {
  height: auto;
}
.final-component-screen #final-component-form input[type="file"],
.final-component-screen #final-component-form select[type="file"],
.final-component-screen #final-component-form textarea[type="file"] {
  border: none;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
}
.final-component-screen #final-component-form textarea {
  height: auto;
  margin-top: 12px;
  margin-bottom: 12px;
}
.final-component-screen #final-component-form button {
  letter-spacing: 2px;
  margin-top: 12px;
  margin-bottom: 12px;
}
.final-component-screen #final-component-form .form-group,
.final-component-screen #final-component-form .form-actions {
  position: relative;
  padding: 24px 24px 48px 70px;
}
.final-component-screen #final-component-form .form-group input + input,
.final-component-screen #final-component-form .form-actions input + input,
.final-component-screen #final-component-form .form-group select + label,
.final-component-screen #final-component-form .form-actions select + label,
.final-component-screen #final-component-form .form-group .input-group,
.final-component-screen #final-component-form .form-actions .input-group {
  margin-top: 12px;
}
.final-component-screen #final-component-form .form-group .input-group,
.final-component-screen #final-component-form .form-actions .input-group {
  width: 100%;
}
.final-component-screen #final-component-form .form-group .input-group .input-group-addon,
.final-component-screen #final-component-form .form-actions .input-group .input-group-addon {
  width: 42px;
  background: #24ffff;
}
.final-component-screen #final-component-form .form-group .input-group input,
.final-component-screen #final-component-form .form-actions .input-group input {
  border-left-width: 0;
}
.final-component-screen #final-component-form .form-group .sub-label,
.final-component-screen #final-component-form .form-actions .sub-label {
  text-transform: uppercase;
  margin-top: 12px;
}
.final-component-screen #final-component-form .form-group .sub-label + input,
.final-component-screen #final-component-form .form-actions .sub-label + input,
.final-component-screen #final-component-form .form-group .sub-label + select,
.final-component-screen #final-component-form .form-actions .sub-label + select {
  margin-bottom: 12px;
}
.final-component-screen #final-component-form .form-group:after,
.final-component-screen #final-component-form .form-actions:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: -15px;
  border-bottom: 1px solid #e1e1e1;
}
.final-component-screen #final-component-form .form-group:last-child,
.final-component-screen #final-component-form .form-actions:last-child {
  margin-bottom: 0;
}
.final-component-screen #final-component-form .form-group p,
.final-component-screen #final-component-form .form-actions p {
  font-size: 14px;
  margin: 6px 0 12px 0;
}
.final-component-screen #final-component-form .step {
  position: absolute;
  top: 12px;
  left: 0;
  font-weight: 800;
  color: #323232;
  font-size: 28px;
  background: #c6ff00;
  width: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 24px;
}
@media (max-width: 767px) {
  .team-form .form-group,
  .team-form .form-actions {
    padding: 12px;
  }
  .team-form .step {
    position: static;
    display: inline-block;
    font-size: 16px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    margin-right: 12px;
  }
}
.badge-screen {
  position: fixed;
  visibility: hidden;
  top: -50%;
  right: 10%;
  width: 400px;
  height: auto;
  opacity: 0;
  background-color: #a555ff;
  z-index: 1050;
  -webkit-transition: all 0.8s ease 0.6s;
  -moz-transition: all 0.8s ease 0.6s;
  -o-transition: all 0.8s ease 0.6s;
  transition: all 0.8s ease 0.6s;
}
.badge-screen .badge-content {
  position: relative;
  padding: 24px;
}
.badge-screen .badge-content span.exit-modal {
  position: absolute;
  top: 24px;
  right: 12px;
  z-index: 1050;
}
.badge-screen .badge-content img.center {
  display: block;
  margin: auto;
}
.badge-screen .badge-content p {
  color: black;
}
.badge-screen-show {
  visibility: visible;
  opacity: 1;
  top: 10%;
  right: 10%;
}
.badge-screen-disappear {
  visibility: hidden;
  opacity: 0;
}
.dl-modal {
  position: fixed;
  visibility: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1050;
  -webkit-transition: background .4s;
  -moz-transition: background .4s;
  -o-transition: background .4s;
  transition: background .4s;
}
.modal-show {
  visibility: visible;
}
.modal-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  background: #000000;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.modal-show ~ .modal-overlay {
  opacity: 0.7;
  visibility: visible;
}
.timer-screen.active {
  -webkit-animation: timerFadeOut .4s;
  -moz-animation: timerFadeOut .4s;
  -o-animation: timerFadeOut .4s;
  animation: timerFadeOut .4s;
}
.audio-console {
  position: absolute;
  left: 0;
  top: 67px;
  height: 38px;
  width: 104%;
  overflow: hidden;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  background-color: #404040;
  z-index: 1030;
}
.audio-console .player {
  margin: auto;
}
.audio-console .player .audiojs {
  width: 500px;
  margin: auto;
  border-left: 1px solid black;
  border-right: 1px solid black;
  font-family: "jaf-facitweb", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.audio-console .player .audiojs .play-pause {
  width: 10%;
  position: relative;
}
.audio-console .player .audiojs .play-pause .play {
  position: absolute;
  margin: auto;
  top: 2px;
  left: 16px;
  background: none;
  font-size: 20px;
  color: white;
}
.audio-console .player .audiojs .play-pause .pause {
  margin: auto;
  position: absolute;
  top: 2px;
  left: 14px;
  background: none;
  font-size: 20px;
  color: white;
}
.audio-console .player .audiojs .play-pause .loading {
  margin: auto;
  position: absolute;
  top: 2px;
  left: 14px;
  background: none;
  font-size: 20px;
  color: white;
}
.audio-console .player .audiojs .play-pause .error {
  margin: auto;
}
.audio-console .player .audiojs .scrubber {
  /*width: 60%;*/
  background: white;
}
.audio-console .player .audiojs .scrubber .progress {
  background: #c6ff00;
  background-image: none;
}
.audio-console .player .audiojs .scrubber .loaded {
  background: #ff5fe0;
}
.audio-console .player .audiojs .time {
  /*width: 30%;*/
  margin: auto;
}
.audio-console .player .audiojs .error-message {
  margin: auto;
}
@media (max-width: 992px) {
  .audio-console .player .audiojs .play-pause {
    margin-left: 2px;
  }
  .audio-console .player .audiojs .scrubber {
    width: 230px;
  }
}
@media (min-width: 1000px) {
  .audio-console {
    top: 0;
  }
}
@media (max-width: 1000px) {
  .audio-console {
    top: 40px;
  }
}
.checklist-items {
  padding: 24px;
}
.checklist-items h3 {
  font-weight: 400;
  margin-top: -10px;
}
.checklist-items h3 i {
  color: ;
}
.checklist-items .checkbox {
  position: relative;
  font-size: 24px;
}
.checklist-items .checkbox .item {
  position: absolute;
  top: 3px;
  left: 50px;
}
.checklist-items .checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.checklist-items .checkbox input[type=checkbox] + label {
  display: inline-block;
}
.checklist-items .checkbox input[type=checkbox] + label:before {
  content: "";
  display: inline-block;
  vertical-align: -0.2em;
  width: 30px;
  height: 30px;
  border: 3px solid #a555ff;
  border-radius: 0;
  margin-right: 0.3em;
  background-color: white;
}
.checklist-items .checkbox input[type=checkbox]:checked + label:before {
  background-color: #a555ff;
  box-shadow: inset 0 0 0 0.15em white;
}
.checklist-items .checkbox input[type=checkbox]:focus + label:before {
  outline: dotted 1px;
}
/***  Bootstrap3 Tooltip CSS override ***/
.tooltip.top .tooltip-inner {
  color: white;
  font-size: 16px;
  font-weight: 200;
  opacity: 1;
  background-color: #ff8b24;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #ff8b24;
}
.tooltip.bottom .tooltip-inner {
  color: white;
  font-size: 16px;
  font-weight: 200;
  opacity: 1;
  background-color: #ff8b24;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #ff8b24;
  border-width: 0 5px 5px;
}
.tooltip.right .tooltip-inner {
  color: white;
  font-size: 16px;
  font-weight: 200;
  opacity: 1;
  background-color: #ff8b24;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #ff8b24;
}
.tooltip.left .tooltip-inner {
  color: white;
  font-size: 16px;
  font-weight: 200;
  opacity: 1;
  background-color: #ff8b24;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #ff8b24;
}
/*** end Bootstrap3 tooltip overrides ***/
.st-effect-9.st-container {
  -webkit-perspective: 1500px;
  -moz-perspective: 1500px;
  -o-perspective: 1500px;
  perspective: 1500px;
}
.st-effect-9 .st-pusher {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.st-effect-9.st-menu-open .st-pusher {
  -webkit-transform: translate3d(0, 0, -300px);
  -moz-transform: translate3d(0, 0, -300px);
  -o-transform: translate3d(0, 0, -300px);
  transform: translate3d(0, 0, -300px);
}
.st-effect-9.st-menu {
  opacity: 1;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.st-effect-9.st-menu-open .st-effect-9.st-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.st-effect-9.st-menu::after {
  display: none;
}
/* Fallback example for browsers that don't support 3D transforms (and no JS fallback) */
.no-csstransforms3d .st-pusher,
.no-js .st-pusher {
  padding-left: 300px;
}
.rotate-3d {
  -webkit-transform: translate3d(100%, 0, 0) rotateY(90deg);
  -moz-transform: translate3d(100%, 0, 0) rotateY(90deg);
  -o-transform: translate3d(100%, 0, 0) rotateY(90deg);
  transform: translate3d(100%, 0, 0) rotateY(90deg);
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.slide-out {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 3s;
  -moz-transition: -moz-transform 3s;
  -o-transition: -o-transform 3s;
  transition: transform 3s;
}
.pt-perspective {
  position: relative;
  width: 100%;
  height: auto;
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.pt-main {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: visible;
  background-color: #24ffff;
}
.pt-page {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 60px;
  left: 0;
  margin: 0;
  padding: 0;
  background-color: #24ffff;
  visibility: hidden;
  overflow-x: hidden;
  overflow-y: scroll;
  z-index: 1000;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.pt-container {
  background-color: white;
  box-shadow: 2px 0px 12px 2px #aaa;
  padding: 36px;
  margin: 36px;
  position: relative;
  left: 0;
  width: auto;
  height: auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0,3s;
}
.pt-container .pt-bottom {
  position: relative;
  font-size: 32px;
  margin: auto;
}
.pt-container .pt-bottom .next-button {
  margin-left: 0px;
}
@media (max-width: 480px) {
  .pt-container .pt-bottom {
    font-size: 18px;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .pt-container .pt-bottom {
    font-size: 24px;
  }
}
.pt-page-current,
.no-js .pt-page {
  visibility: visible;
}
.no-js body {
  overflow: auto;
}
.pt-page-ontop {
  z-index: 999;
}
/* animation sets for lesson sections transitions invoked using javascript */
/* move from / to  */
.pt-page-moveToLeft {
  -webkit-animation: moveToLeft .6s ease both;
  -moz-animation: moveToLeft .6s ease both;
  -o-animation: moveToLeft .6s ease both;
  animation: moveToLeft .6s ease both;
}
.pt-page-moveFromLeft {
  -webkit-animation: moveFromLeft .6s ease both;
  -moz-animation: moveFromLeft .6s ease both;
  -o-animation: moveFromLeft .6s ease both;
  animation: moveFromLeft .6s ease both;
}
.pt-page-moveToRight {
  -webkit-animation: moveToRight .6s ease both;
  -moz-animation: moveToRight .6s ease both;
  -o-animation: moveToRight .6s ease both;
  animation: moveToRight .6s ease both;
}
.pt-page-moveFromRight {
  -webkit-animation: moveFromRight .6s ease both;
  -moz-animation: moveFromRight .6s ease both;
  -o-animation: moveFromRight .6s ease both;
  animation: moveFromRight .6s ease both;
}
.pt-page-moveToTop {
  -webkit-animation: moveToTop .6s ease both;
  -moz-animation: moveToTop .6s ease both;
  -o-animation: moveToTop .6s ease both;
  animation: moveToTop .6s ease both;
}
.pt-page-moveFromTop {
  -webkit-animation: moveFromTop .6s ease both;
  -moz-animation: moveFromTop .6s ease both;
  -o-animation: moveFromTop .6s ease both;
  animation: moveFromTop .6s ease both;
}
.pt-page-moveToBottom {
  -webkit-animation: moveToBottom .6s ease both;
  -moz-animation: moveToBottom .6s ease both;
  -o-animation: moveToBottom .6s ease both;
  animation: moveToBottom .6s ease both;
}
.pt-page-moveFromBottom {
  -webkit-animation: moveFromBottom .6s ease both;
  -moz-animation: moveFromBottom .6s ease both;
  -o-animation: moveFromBottom .6s ease both;
  animation: moveFromBottom .6s ease both;
}
/* move to with different easing */
.pt-page-moveToTopEasing {
  -webkit-animation: moveToTop 0.7s ease-in-out both;
  -moz-animation: moveToTop 0.7s ease-in-out both;
  animation: moveToTop 0.7s ease-in-out both;
}
.pt-page-moveToBottomEasing {
  -webkit-animation: moveToBottom 0.7s ease-in-out both;
  -moz-animation: moveToBottom 0.7s ease-in-out both;
  animation: moveToBottom 0.7s ease-in-out both;
}
/********************************* keyframes **************************************/
/* move from / to  */
@-webkit-keyframes moveToLeft {
  to {
    -webkit-transform: translateX(-100%);
  }
}
@-moz-keyframes moveToLeft {
  to {
    -moz-transform: translateX(-100%);
  }
}
@-o-keyframes moveToLeft {
  to {
    -o-transform: translateX(-100%);
  }
}
@keyframes moveToLeft {
  to {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes moveFromLeft {
  from {
    -webkit-transform: translateX(-100%);
  }
}
@-moz-keyframes moveFromLeft {
  from {
    -moz-transform: translateX(-100%);
  }
}
@-o-keyframes moveFromLeft {
  from {
    -o-transform: translateX(-100%);
  }
}
@keyframes moveFromLeft {
  from {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes moveToRight {
  to {
    -webkit-transform: translateX(100%);
  }
}
@-moz-keyframes moveToRight {
  to {
    -moz-transform: translateX(100%);
  }
}
@-o-keyframes moveToRight {
  to {
    -o-transform: translateX(100%);
  }
}
@keyframes moveToRight {
  to {
    transform: translateX(100%);
  }
}
@-webkit-keyframes moveFromRight {
  from {
    -webkit-transform: translateX(100%);
  }
}
@-moz-keyframes moveFromRight {
  from {
    -moz-transform: translateX(100%);
  }
}
@-o-keyframes moveFromRight {
  from {
    -o-transform: translateX(100%);
  }
}
@keyframes moveFromRight {
  from {
    transform: translateX(100%);
  }
}
@-webkit-keyframes moveToTop {
  to {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes moveToTop {
  to {
    -moz-transform: translateY(-100%);
  }
}
@-o-keyframes moveToTop {
  to {
    -o-transform: translateY(-100%);
  }
}
@keyframes moveToTop {
  to {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes moveFromTop {
  from {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes moveFromTop {
  from {
    -moz-transform: translateY(-100%);
  }
}
@-o-keyframes moveFromTop {
  from {
    -o-transform: translateY(-100%);
  }
}
@keyframes moveFromTop {
  from {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes moveToBottom {
  to {
    -webkit-transform: translateY(100%);
  }
}
@-moz-keyframes moveToBottom {
  to {
    -moz-transform: translateY(100%);
  }
}
@-o-keyframes moveToBottom {
  to {
    -o-transform: translateY(100%);
  }
}
@keyframes moveToBottom {
  to {
    transform: translateY(100%);
  }
}
@-webkit-keyframes moveFromBottom {
  from {
    -webkit-transform: translateY(100%);
  }
}
@-moz-keyframes moveFromBottom {
  from {
    -moz-transform: translateY(100%);
  }
}
@-o-keyframes moveFromBottom {
  from {
    -o-transform: translateY(100%);
  }
}
@keyframes moveFromBottom {
  from {
    transform: translateY(100%);
  }
}
/*MAIN*/
.home {
  /*NAVBAR*/
  /*HEADER*/
  /*SPEAKERS*/
  /*Program*/
  /*FOOTER*/
}
.home body {
  overflow-x: hidden;
}
.home a {
  color: #00ccff;
}
.home a:active,
.home a:focus,
.home a {
  color: #00ccff;
  outline: none;
}
.home .header-text .line {
  background-color: #d500f9;
}
.home .header-text .m3 {
  color: #FFFFFF;
}
.home .header-text .n2 {
  color: #FFFFFF;
  font-size: 16px;
}
.home a:hover {
  color: #00eaff;
}
.home p {
  font-family: 'Nunito-Regular', sans-serif;
  color: #333333;
  margin: 0 0 24px;
  line-height: 24px;
}
.home .m1 {
  font-family: 'MuseoSansRounded-900', sans-serif;
  font-weight: 900;
  font-size: 60px;
  color: #1DE9B6;
  margin-left: -3px;
}
.home .m2 {
  font-size: 20px;
  font-family: 'MuseoSansRounded-300', sans-serif;
  font-weight: 300;
}
.home .m2bold {
  font-family: 'MuseoSansRounded-900';
  font-size: 20px;
}
.home .m3bold {
  font-size: 25px;
  font-family: 'MuseoSansRounded-700', sans-serif;
}
.home .m3 {
  font-size: 25px;
  font-family: 'MuseoSansRounded-300', sans-serif;
}
.home h1.small {
  font-size: 50px;
  color: #6633FF;
  margin-bottom: 25px;
}
.home .n1 {
  font-size: 14px;
  font-family: 'Nunito-Regular', sans-serif;
}
.home .n2 {
  font-family: 'Nunito-Regular', sans-serif;
  font-size: 14px;
}
.home .n2bold {
  font-family: 'Nunito-Bold', sans-serif;
}
.home .button {
  letter-spacing: 1px;
  border-radius: 30px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 14px 30px;
  font-family: 'Nunito-ExtraBold';
}
.home a.button,
.home a.button:hover {
  text-decoration: none;
  outline: none;
}
.home .btn-green {
  background-color: #1DE9B6;
  color: #333333;
}
.home .btn-yellow {
  background-color: #FFFFCC;
  color: #6633FF;
}
.home .btn-blue {
  background-color: #6633FF;
  color: #FFCC99;
}
.home .bold {
  font-weight: 700;
}
.home .green {
  color: #1DE9B6;
}
.home .blue {
  color: #6633FF;
}
.home .yellow {
  color: #FFFFCC;
}
.home .dark-grey {
  color: #333333;
}
.home #results strong {
  font-family: 'Nunito-Bold';
}
.home .buy-tickets {
  background: #1DE9B6;
}
.home .buy-tickets:hover {
  background: #64FFDA;
}
.home header {
  height: 100vh;
  padding-top: 160px;
}
.home .header-text {
  width: 357px;
  margin: 0 calc(50% - 100px);
}
.home .line {
  height: 4px;
  background-color: #6633FF;
  border-radius: 17px;
}
.home #results h1 {
  margin-bottom: 38px;
}
.home #results button {
  background-color: #f3e4ae;
}
.home .header-text .line {
  width: 215px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.home .join-global-summit .header-text {
  margin: 0 0 8px 0;
}
.home header p {
  margin-top: 50px;
  margin-bottom: 22px;
}
.home .crosscover-overlay {
  background: rgba(255, 255, 255, 0.7);
}
.home #inspire .container {
  width: 770px;
}
.home #inspire .container2 {
  width: 500px !important;
}
.home #inspire .speaker-item:nth-child(3) {
  margin-right: 0;
}
.home #inspire .container2 .speaker-item:nth-child(2) {
  margin-right: 0;
}
.home .number {
  color: #1de9b6;
  font-family: 'Nunito-Bold';
  margin-left: -17px;
}
.home #header .btn-green {
  background-color: #FFFFCC;
  color: #6633FF;
}
.home #header .btn-green:hover {
  color: #00eaff;
}
.home #speakers h1 {
  font-size: 50px;
  color: #1DE9B6;
}
.home .pillars a {
  margin-right: 10px;
}
.home section.achievements {
  background-color: #fdf9cb;
}
.home #tumblr .button {
  color: #FFFFFF;
}
.home #tumblr .btn-container {
  margin-top: 30px;
  height: 33px;
}
.home #header .btn-green:hover {
  background: #64FFDA;
  color: #333333;
}
.home .section-container {
  width: 700px;
  margin: 0 auto;
  padding: 120px 20px 100px 20px;
}
.home .section-small-line {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  float: left;
  color: #6633FF;
  letter-spacing: 1px;
  font-family: 'Nunito-ExtraBold';
}
.home .section-container .line {
  float: left;
  width: 50px;
  margin-top: 8px;
  margin-left: 11px;
}
.home #video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 51%;
  z-index: 1;
}
.home #playbutton {
  background-image: url("/app/assets/images/video.png");
  position: absolute;
  top: 0;
  left: 0;
  height: 769px;
  background-position: center top;
  width: 100%;
  height: 0;
  padding-bottom: 51%;
  z-index: 111111111;
  border: none;
}
.home .crosscover-dots {
  bottom: 80px;
}
.home #playbutton img {
  margin-top: 17%;
  height: 121px;
  margin-bottom: 30px;
}
.home .show-more-section {
  text-align: center;
  padding: 45px 0;
  margin: 0;
  background-color: #6633FF;
}
.home .video .show-more-section .button,
.home .join-global-summit .button {
  margin-left: 24px;
}
.home .view-all-speakers {
  background-image: url("/app/assets/images/view-all-speakers.png");
  background-position: center;
}
.home .logos {
  height: 180px;
  background-color: #FFFFFF;
}
.home section .pitches .m2 {
  margin-top: 30px;
  margin-bottom: 12px;
}
.home section.join-global-summit {
  background-color: #FFFFCC;
}
.home section h1 {
  margin-bottom: 20px;
}
.home #map {
  height: 350px;
  width: 100%;
}
.home .speaker-item {
  width: 200px;
  float: left;
  margin-right: 70px;
  margin-bottom: 40px;
}
.home #inspire .container2 {
  width: 770px;
}
.home .speakers-text .speaker-name {
  margin-top: 15px;
  margin-bottom: 5px;
}
.home .speakers-text .read-more {
  margin-top: 5px;
}
.home .speakers-text .read-more a {
  color: #1DE9B6;
}
.home #speakers .speaker-item:nth-child(4n) {
  margin-right: 0;
}
.home .modal-title {
  text-align: left;
}
.home .modal-body {
  text-align: left;
}
.home .modal-header .close {
  padding-top: 10px;
}
.home .social-link {
  width: 35px;
  background-image: url('/app/assets/images/link-bg.png');
  height: 45px;
  float: left;
  background-size: 100%;
  margin-right: 10px;
  background-repeat: no-repeat;
}
.home .social-link i {
  color: #FFFFFF;
}
.home .social-link a i {
  padding: 10px;
  font-size: 17px;
}
.home .slick1,
.home .slick2 {
  padding-top: 60px;
  width: 900px;
  margin: 0 auto;
}
.home .slick2 {
  padding-top: 62px;
}
.home .social-bottom {
  height: 120px;
  padding: 40px;
  background: #64ffda;
}
.home .social-bottom-container {
  width: 180px;
  margin: 0 auto;
}
.home .finalists {
  margin: 0 auto;
  margin-top: -90px;
  padding-bottom: 42px;
}
.home .speaker-text {
  margin-top: 20px;
}
.home #inspire .section-container {
  padding-bottom: 40px;
}
.home #finalists {
  padding-bottom: 90px;
}
.home .finalist-country {
  font-family: 'Nunito-Bold';
  margin-bottom: 10px;
  color: #333333;
}
.home .slick-dots li.slick-active button:before {
  color: #1DE9B6;
  opacity: 1;
}
.home .slick-slide:not(.slick-active) p {
  opacity: 0.4;
  color: #FFFFCC !important;
}
.home .slick-slide:not(.slick-active) .speaker-name {
  opacity: 0.4;
  color: #FFFFCC !important;
}
.home .slick-slide:not(.slick-active) .finalist-country {
  opacity: 0.4;
  color: #FFFFCC !important;
}
.home .slick-slide:not(.slick-active) svg {
  opacity: 0.4;
}
.home .slick-slide:not(.slick-active) .read-more a {
  opacity: 0.4;
  color: #FFFFCC !important;
}
.home .slick-slide .finalist-country :not(.slick-slide.slick-active .finalist-country) {
  color: #FFCC99 !important;
}
.home .slick-dots li button:before {
  color: #64FFDA;
  opacity: 1;
}
.home .slick-dots {
  bottom: 11px;
}
.home .slick-dots li button:before {
  font-size: 34px;
}
.home .slick-dots li {
  width: 4px;
}
.home .judges-container {
  margin-top: -145px;
}
.home #judges {
  position: relative;
}
.home .judges-bio {
  margin-top: 15px;
}
.home #svg-judges {
  position: absolute;
  z-index: -1;
  height: 783px;
  left: 6%;
  top: 0px;
  width: 100%;
  padding-top: 79px;
}
.home .cardslider {
  width: 939px;
  height: 505px;
  margin-left: calc(52% - 284px);
  position: relative;
  overflow: hidden;
}
.home #triangle-left svg,
.home #triangle-right svg {
  position: absolute;
  bottom: -120px;
}
.home #triangle-right svg {
  right: 0;
}
.home .header-text {
  font-family: 'MuseoSansRounded-900';
  font-size: 20px;
}
.home .slider-line {
  margin-top: 5px;
  width: 50px;
  background-color: #CC00FF;
}
.home .td-space {
  height: 20px;
}
.home .modal-backdrop.in {
  filter: alpha(opacity=80);
  opacity: .8;
}
.home .modal-open .modal {
  margin-top: 100px;
}
.home .modal-header {
  border: none;
  margin-top: 15px;
  padding-bottom: 0;
  padding-left: 60px;
}
.home .modal-content {
  border-radius: 14px;
}
.home .close {
  font-size: 30px;
  font-weight: bold;
}
.home .modal-body {
  padding-top: 0px;
}
.home .modal-body {
  padding: 0px 60px;
  margin-bottom: 50px;
}
.home .modal-header .close {
  margin-top: -30px;
  color: #1DE9B6;
  opacity: 1;
  font-family: 'MuseoSansRounded-900', sans-serif;
  font-weight: 900;
}
.home section#program {
  overflow: auto;
  padding-bottom: 90px;
}
.home .program-container {
  width: 900px;
  padding: 0;
  margin-top: -70px;
}
.home .program-container .col-md-6 {
  padding-right: 20px;
  padding-left: 20px;
}
.home .table-program {
  color: #333333;
}
.home .program-day {
  font-family: 'MuseoSansRounded-900', sans-serif;
  font-weight: 900;
  font-size: 20px;
  color: #6633FF;
}
.home .program-date {
  font-family: 'MuseoSansRounded-300', sans-serif;
  font-weight: 300;
  font-size: 20px;
  color: #6633FF;
  margin-bottom: 20px;
}
.home .program-time {
  font-size: 14px;
  font-family: 'Nunito-Bold';
  width: 100px;
}
.home .program-line {
  width: 50px;
}
.home .program-text {
  font-family: 'Nunito-Regular';
  font-size: 14px;
  line-height: 21px;
}
.home td.program-line {
  padding: 10px 0px;
}
.home td.program-line.green:after {
  background-color: #33FFCC;
}
.home td.program-line.blue:after {
  background-color: #6633FF;
}
.home td.program-line:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: relative;
}
.home .program-text {
  padding-left: 10px;
}
.home .program-text div.btn {
  color: #ffffff;
  font-family: 'Nunito-Bold';
  padding: 0px 8px;
}
.home .program-text div.btn.blue {
  background: #6633FF;
}
.home .program-text div.btn.green {
  background: #1DE9B6;
}
.home .social-link a i.fa-facebook {
  padding-left: 13px;
}
.home .cardslider__dot-btn::before {
  width: 10px;
  height: 10px;
}
.home .cardslider__dot {
  display: inline-block;
  margin-right: 5px;
}
.home .show-more-section div p {
  color: #FFFFCC !important;
  font-size: 20px;
  font-family: 'MuseoSansRounded-300', sans-serif;
  font-weight: 300;
  display: inline;
}
.home .crosscover {
  height: 500px;
}
.home .crosscover-item {
  background-position: top center;
}
.home [class^="crosscover-dots-nav-"] button {
  background-color: rgba(102, 51, 255, 0.3);
}
.home [class^="crosscover-dots-nav-"].is-active button,
.home [class^="crosscover-dots-nav-"].is-active button:hover {
  background-color: #6633ff;
}
.home [class^="crosscover-dots-nav-"] button:hover {
  background-color: rgba(102, 51, 255, 0.6);
}
.home .slick-slide img {
  max-height: 120px;
  max-width: 90%;
}
.home .slick-slide {
  outline: none;
}
.home #speakers .speaker-item {
  margin-right: 64px;
}
.home #video-iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.home .startups {
  background-color: #f6f6f6;
  color: #651fff;
}
.home section#tumblr {
  padding-bottom: 70px;
}
.home #tumblr-content blockquote p {
  font-size: 16px;
}
.home #tumblr-content h2 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
}
.home #tumblr-content i {
  font-style: normal;
}
.home #header .btn-green:hover {
  background: #6633FF;
  color: #FFFFCC;
}
.home #tumblr-content > blockquote {
  border-left: none;
}
.home .pillars {
  margin-top: 50px;
}
.home #video-container p {
  color: #FFFFFF;
  margin: 5px 0 0 0;
}
.home #about .section-container {
  padding: 120px 20px 70px 20px;
}
.home #about .row p {
  margin-bottom: 0px;
}
.home .container2 .speaker-item {
  margin-bottom: 50px;
}
.home #results .section-container {
  padding: 120px 20px 70px 20px;
}
.home footer .copy {
  background-color: #1de9b6;
  font-size: 12px;
  font-family: 'Nunito-ExtraBold';
  color: #6633FF;
  text-align: center;
  padding: 20px;
}
.home footer .section-container {
  padding: 40px 0;
  width: 500px;
}
.home .upper {
  text-transform: uppercase;
}
.home footer a {
  color: #1e2a4a;
}
.home footer a:hover {
  color: #1e2a4a;
}
.home footer .row .col-md-6 {
  font-size: 12px;
  color: #1e2a4a;
  text-align: left;
}
.home footer .row .col-xs-6 {
  font-size: 12px;
  color: #1e2a4a;
  text-align: left;
}
@media (min-width: 1200px) {
  .home .container {
    width: 1024px;
  }
}
@media (max-width: 1200px) {
  .home #speakers .speaker-item {
    margin-right: 46px;
  }
  .home #svg-judges {
    position: absolute;
    z-index: -1;
    height: 768px;
    left: 3%;
    top: 0px;
    width: 100%;
    padding-top: 79px;
  }
  .home .cardslider {
    width: 811px;
    height: 547px;
    margin-left: calc(52% - 316px);
    position: relative;
    overflow: hidden;
  }
  .home .judges-container {
    margin-top: -171px;
  }
}
@media only screen and (max-width: 1024px) {
  .home .video a {
    display: block;
    width: 190px;
    margin: 0 auto;
    margin-top: 26px;
  }
  .home .video .show-more-section .button,
  .home .join-global-summit .button {
    margin-left: auto;
  }
  .home .cardslider {
    width: 95%;
    height: 369px;
    margin-left: 0;
    position: relative;
    overflow: hidden;
  }
  .home #svg-judges {
    position: absolute;
    z-index: -1;
    height: 768px;
    left: 31%;
    top: 0px;
    width: 799px;
    padding-top: 0;
  }
  .home .judges-container {
    margin-top: 96px;
  }
  .home .cardslider__card {
    height: auto;
  }
  .home .cardslider__cards {
    height: auto;
  }
  .home .cardslider__cards {
    top: 120px;
  }
  .home .cardslider {
    height: 632px;
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .home #speakers .speaker-item:nth-child(3n) {
    margin-right: 0;
  }
  .home #speakers .speaker-item:nth-child(4n) {
    margin-right: 46px;
  }
  .home .day-two {
    margin-top: 60px;
  }
  .home .program-container {
    width: 700px;
  }
}
@media only screen and (max-width: 940px) {
  .home .slick1,
  .home .slick2 {
    width: 600px;
  }
  .home .show-more-section a {
    width: 171px;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
  }
  .home .pillars span.m2bold {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .home br {
    display: none;
  }
  .home #triangle-left,
  .home #triangle-right {
    display: none;
  }
  .home header {
    height: 640px;
    padding-top: 100px;
  }
  .home .section-container {
    width: 100%;
    padding: 66px 20px;
  }
  .home .show-more-section a {
    width: 171px;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
  }
  .home .m1,
  .home h1.small {
    font-size: 42px;
  }
  .home .slider__holder {
    margin-top: -35px;
  }
  .home #finalists {
    padding-bottom: 28px;
  }
  .home .finalists {
    margin-top: -36px;
  }
  .home .speakers-section .container {
    margin-top: -50px;
  }
  .home .speaker-item {
    width: 38%;
  }
  .home #speakers .speaker-item:nth-child(3n) {
    margin-right: 46px;
  }
  .home #speakers .speaker-item:nth-child(4n) {
    margin-right: 46px;
  }
  .home .view-all-speakers {
    background-image: none;
  }
  .home .view-all-speakers a {
    width: 230px !important;
    display: block;
    margin: 0 auto;
    margin-top: 0;
  }
  .home footer .section-container {
    padding: 40px 0;
    width: 100%;
  }
  .home .header-text {
    width: initial;
    margin: 20px;
  }
  .home .tmblr-full img {
    width: 100%;
  }
  .home #inspire .container,
  .home #inspire .container2 {
    width: 100% !important;
  }
  .home #playbutton img {
    margin-top: 17%;
    height: 73px;
  }
  .home #playbutton {
    height: 230px;
  }
  .home #video-container {
    height: 230px;
  }
  .home #playbutton img {
    margin-top: calc(34% - 73px);
  }
  .home #results .col-md-6 {
    margin: 0 15px;
  }
}
@media only screen and (max-width: 640px) {
  .home .slick1,
  .home .slick2 {
    width: 400px;
  }
  .home .section-container .line {
    margin-left: 11px;
  }
  .home section#program .program-container {
    padding: 66px 0px;
  }
  .home .header-text {
    margin: 40px;
  }
  .home .section-container {
    padding: 66px 40px;
  }
  .home #inspire .container,
  .home #inspire .container2 {
    padding: 0 40px;
  }
  .home #playbutton img {
    margin-bottom: 10px;
    margin-top: 38px;
  }
  .home #about .section-container {
    padding: 120px 40px 80px 40px;
  }
}
@media only screen and (max-width: 460px) {
  .home .slick1,
  .home .slick2 {
    width: 162px;
  }
  .home .speaker-item {
    width: 255px;
  }
  .home .program-time {
    width: 50px;
  }
  .home span.hifen {
    display: none;
  }
  .home #svg-judges {
    left: 12%;
  }
  .home .cardslider {
    height: 667px;
    width: 100%;
  }
}
@media only screen and (max-width: 380px) {
  .home .program-line {
    width: 15px;
  }
  .home .cardslider {
    height: 1103px;
    width: 100%;
  }
  .home .cardslider--direction-left .cardslider__card--index-0 {
    padding: 31px 23px;
  }
}
@media only screen and (max-height: 640px) {
  .home #triangle-left,
  .home #triangle-right {
    display: none;
  }
  .home header {
    height: 640px;
    padding-top: 100px;
  }
}
.home .modal-open .modal {
  margin-top: 100px;
}
.home footer {
  background-color: none;
  padding: 0;
  min-height: 0;
}
.squares {
  width: 1440px;
}
.squares .unit-square {
  float: left;
  width: 40px;
  height: 3em;
}
.squares .unit-square.clr-0-0 {
  background: #e5ceff;
}
.squares .unit-square.clr-0-1 {
  background: #d9b6ff;
}
.squares .unit-square.clr-0-2 {
  background: #cc9eff;
}
.squares .unit-square.clr-0-3 {
  background: #bf86ff;
}
.squares .unit-square.clr-0-4 {
  background: #b26dff;
}
.squares .unit-square.clr-0-5 {
  background: #a555ff;
}
.squares .unit-square.clr-0-6 {
  background: #8a47d4;
}
.squares .unit-square.clr-0-7 {
  background: #6e39aa;
}
.squares .unit-square.clr-0-8 {
  background: #532b80;
}
.squares .unit-square.clr-1-0 {
  background: #ffd1f6;
}
.squares .unit-square.clr-1-1 {
  background: #ffbaf2;
}
.squares .unit-square.clr-1-2 {
  background: #ffa4ed;
}
.squares .unit-square.clr-1-3 {
  background: #ff8de9;
}
.squares .unit-square.clr-1-4 {
  background: #ff76e4;
}
.squares .unit-square.clr-1-5 {
  background: #ff5fe0;
}
.squares .unit-square.clr-1-6 {
  background: #d44fbb;
}
.squares .unit-square.clr-1-7 {
  background: #aa3f95;
}
.squares .unit-square.clr-1-8 {
  background: #802f70;
}
.squares .unit-square.clr-2-0 {
  background: #ffd8b6;
}
.squares .unit-square.clr-2-1 {
  background: #ffc592;
}
.squares .unit-square.clr-2-2 {
  background: #ffb26d;
}
.squares .unit-square.clr-2-3 {
  background: #ff9f49;
}
.squares .unit-square.clr-2-4 {
  background: #ff8b24;
}
.squares .unit-square.clr-2-5 {
  background: #ff7800;
}
.squares .unit-square.clr-2-6 {
  background: #d46400;
}
.squares .unit-square.clr-2-7 {
  background: #aa5000;
}
.squares .unit-square.clr-2-8 {
  background: #803c00;
}
.squares .unit-square.clr-3-0 {
  background: #efffb6;
}
.squares .unit-square.clr-3-1 {
  background: #e7ff92;
}
.squares .unit-square.clr-3-2 {
  background: #deff6d;
}
.squares .unit-square.clr-3-3 {
  background: #d6ff49;
}
.squares .unit-square.clr-3-4 {
  background: #ceff24;
}
.squares .unit-square.clr-3-5 {
  background: #c6ff00;
}
.squares .unit-square.clr-3-6 {
  background: #a5d400;
}
.squares .unit-square.clr-3-7 {
  background: #84aa00;
}
.squares .unit-square.clr-3-8 {
  background: #638000;
}
.squares .unit-square.clr-4-0 {
  background: #d4ffcc;
}
.squares .unit-square.clr-4-1 {
  background: #bfffb2;
}
.squares .unit-square.clr-4-2 {
  background: #a9ff99;
}
.squares .unit-square.clr-4-3 {
  background: #94ff7f;
}
.squares .unit-square.clr-4-4 {
  background: #7eff66;
}
.squares .unit-square.clr-4-5 {
  background: #69ff4c;
}
.squares .unit-square.clr-4-6 {
  background: #57d43f;
}
.squares .unit-square.clr-4-7 {
  background: #46aa33;
}
.squares .unit-square.clr-4-8 {
  background: #348026;
}
.squares .unit-square.clr-5-0 {
  background: #b6ffff;
}
.squares .unit-square.clr-5-1 {
  background: #92ffff;
}
.squares .unit-square.clr-5-2 {
  background: #6dffff;
}
.squares .unit-square.clr-5-3 {
  background: #49ffff;
}
.squares .unit-square.clr-5-4 {
  background: #24ffff;
}
.squares .unit-square.clr-5-5 {
  background: cyan;
}
.squares .unit-square.clr-5-6 {
  background: #00d4d4;
}
.squares .unit-square.clr-5-7 {
  background: #0aa;
}
.squares .unit-square.clr-5-8 {
  background: #007f80;
}
.hero-container.squares {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: -moz-linear-gradient(top, rgba(128, 128, 128, 0.33) 33%, rgba(0, 0, 0, 0) 40%, rgba(85, 85, 85, 0.45) 67%, #323232 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(33%, rgba(128, 128, 128, 0.33)), color-stop(40%, rgba(0, 0, 0, 0)), color-stop(67%, rgba(85, 85, 85, 0.45)), color-stop(100%, #323232));
  background: -webkit-linear-gradient(top, rgba(128, 128, 128, 0.33) 33%, rgba(0, 0, 0, 0) 40%, rgba(85, 85, 85, 0.45) 67%, #323232 100%);
  background: -o-linear-gradient(top, rgba(128, 128, 128, 0.33) 33%, rgba(0, 0, 0, 0) 40%, rgba(85, 85, 85, 0.45) 67%, #323232 100%);
  background: -ms-linear-gradient(top, rgba(128, 128, 128, 0.33) 33%, rgba(0, 0, 0, 0) 40%, rgba(85, 85, 85, 0.45) 67%, #323232 100%);
  background: linear-gradient(to bottom, rgba(128, 128, 128, 0.33) 33%, rgba(0, 0, 0, 0) 40%, rgba(85, 85, 85, 0.45) 67%, #323232 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#54808080', endColorstr='#323232', GradientType=0);
}
@media screen and (min-width: 1200px) {
  .hero-container.squares .squares {
    width: 1800px;
  }
  .hero-container.squares .squares .unit-square {
    width: 50px;
  }
}
.core-team .core-header {
  text-align: left !important;
}
.core-team .core-header span {
  color: black !important;
}
.core-team article {
  margin-top: 24px;
  margin-bottom: 24px;
  border: 1px solid #e1e1e1;
}
.core-team article .img-wrapper {
  margin: 24px auto 12px auto;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  border: 5px solid #c6ff00;
  overflow: hidden;
  background-color: #e1e1e1;
}
.core-team article .img-wrapper img {
  min-width: 100%;
}
.core-team article h2 {
  margin-top: 0;
  padding: 12px;
  padding-left: 22px;
  width: 100%;
  text-align: center;
  background-color: #c6ff00;
}
.core-team article .social {
  margin: auto;
  text-align: center;
}
.core-team article .social i {
  color: #24ffff;
}
.core-team article .org-logo {
  text-align: center;
  margin: 12px;
}
.core-team article .org-logo.dark {
  background: url("/app/themes/app/frontend/images/bg-drk-pat.png") repeat #444;
  background-size: 36px;
}
.core-team article .org-logo img {
  max-width: 90%;
  height: auto;
}
.core-team article .org-logo p {
  font-size: 10px;
}
.core-team article .core-bio {
  padding: 24px;
  padding-right: 72px;
}
.core-team article .core-bio p {
  margin-top: 0 !important;
}
.mentors .ambassador-map iframe {
  width: 100%;
  height: 600px;
  border: 0;
}
.mentors .mentor .mentor-inner {
  border: 1px solid #e1e1e1;
  margin-bottom: 24px;
  height: auto;
}
@media screen and (min-width: 992px) {
  .mentors .mentor .mentor-inner {
    height: 340px;
  }
}
@media screen and (min-width: 1200px) {
  .mentors .mentor .mentor-inner {
    height: 320px;
  }
}
.mentors .mentor .mentor-inner .mentor-header {
  background: #c6ff00;
  margin: -1px;
}
.mentors .mentor .mentor-inner .mentor-header h3 {
  color: #323232;
  font-size: 18px;
  font-weight: 800;
  margin: 0;
  min-height: 40px;
  overflow-x: hidden;
  padding: 15px 12px 12px 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mentors .mentor .mentor-inner .mentor-header .tooltip-inner {
  background-color: #000;
}
.mentors .mentor .mentor-inner .mentor-header .tooltip-arrow {
  border-top-color: #000;
}
.mentors .mentor .mentor-inner img.pic {
  width: 100%;
  background: #aaa;
}
.mentors .mentor .mentor-inner .org-logo {
  background: white;
  position: relative;
  text-align: center;
  padding: 12px 0;
  border-bottom: 1px solid #e1e1e1;
}
.mentors .mentor .mentor-inner .org-logo img {
  max-width: 90%;
  height: auto;
}
.mentors .mentor .mentor-inner .mentor-content {
  margin-top: 12px;
  padding: 0 7px;
}
.mentors .mentor .mentor-inner .mentor-content ul {
  list-style: none;
  padding-left: 0px;
}
.mentors .mentor .mentor-inner .mentor-content li {
  font-size: 13px;
  padding-left: 24px;
}
.mentors .mentor .mentor-inner .mentor-content li:before {
  font-family: FontAwesome;
  display: inline-block;
  width: 24px;
  margin-left: -24px;
  color: #24ffff;
  text-align: center;
}
.mentors .mentor .mentor-inner .mentor-content i {
  color: #24ffff;
  text-align: center;
  width: 16px;
}
.mentors .mentor .mentor-inner .mentor-content p {
  font-size: 13px;
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 0 6px;
}
.mentors .mentor .mentor-inner .mentor-content .mentor-twitter {
  color: #555;
  font-size: 13px;
  font-style: italic;
}
.mentors .mentor .mentor-inner .mentor-content .mentor-twitter:hover {
  color: #ff13d1;
}
@media (min-width: 768px) and (max-width: 991px) {
  .mentors .mentor {
    margin-bottom: 24px;
  }
  .mentors .mentor .mentor-inner {
    border: 1px solid #e1e1e1;
  }
  .mentors .mentor .mentor-inner img.pic {
    margin: 15px 15px 0 15px;
  }
  .mentors .mentor .mentor-inner .org-logo {
    margin: 0 15px;
    border: none;
  }
  .mentors .mentor .mentor-inner .mentor-content {
    border: none;
  }
}
#about {
  position: relative;
  padding-top: 12px;
}
#about .what article,
#about .why article,
#about .what header,
#about .why header {
  position: relative;
  padding: 30px 24px 24px 0;
}
#about .what article:after,
#about .why article:after,
#about .what header:after,
#about .why header:after {
  content: '';
  position: absolute;
  left: 0;
  right: -15px;
  border-bottom: 1px solid #e1e1e1;
  bottom: -1px;
}
@media (max-width: 767px) {
  #about .what article:after,
  #about .why article:after,
  #about .what header:after,
  #about .why header:after {
    left: 0;
    right: 0;
  }
}
#about .what article h2,
#about .why article h2,
#about .what header h2,
#about .why header h2 {
  margin: 0;
}
#about .what ul,
#about .why ul {
  padding-left: 0;
  list-style: none;
}
#about .what ul li,
#about .why ul li {
  position: relative;
  margin: 24px 0;
  padding-left: 108px;
  min-height: 84px;
  font-size: 16px;
  line-height: 180%;
}
#about .what ul li span,
#about .why ul li span {
  font-weight: 400;
}
#about .what ul li .icon,
#about .why ul li .icon {
  width: 84px;
  height: 84px;
  position: absolute;
  left: 0;
  top: 0;
  background: url('/app/themes/app/frontend/images/about/icons.png');
  background-size: 84px;
}
#about .what ul li .icon1,
#about .why ul li .icon1 {
  background-position: 0 -1375px;
}
#about .what ul li .icon2,
#about .why ul li .icon2 {
  background-position: 0 -1207px;
}
#about .what ul li .icon3,
#about .why ul li .icon3 {
  background-position: 0 -976px;
}
#about .what ul li .icon4,
#about .why ul li .icon4 {
  background-position: 0 -1123px;
}
#about .what ul li .icon5,
#about .why ul li .icon5 {
  background-position: 0 -630px;
}
#about .what ul li .icon6,
#about .why ul li .icon6 {
  background-position: 0 -1291px;
}
#about .what ul li .icon7,
#about .why ul li .icon7 {
  background-position: 0 -1459px;
}
#about .lead {
  padding-right: 24px;
}
#about .lead .hl {
  position: relative;
  font-weight: 400;
}
#about .lead .hl:before {
  content: "";
  position: absolute;
  height: 60%;
  top: 0.5em;
  left: 0;
  right: -0.25em;
  background: #c6ff00;
  z-index: -1;
}
#about .beliefs {
  text-align: center;
}
#about .beliefs header {
  position: relative;
}
#about .beliefs header h2 {
  margin: 0;
  padding: 30px 0 24px 0;
  line-height: 175%;
}
#about .beliefs header:after {
  content: '';
  position: absolute;
  left: -15px;
  right: -15px;
  border-bottom: 1px solid #e1e1e1;
  bottom: -1px;
}
#about .beliefs ul {
  padding-left: 0;
  list-style: none;
}
#about .beliefs ul li {
  margin: 0 -15px 48px -15px;
  padding: 48px 24px;
  background-color: #c6ff00;
  font-size: 170%;
  color: #2b2b2b;
  font-style: italic;
}
#about .beliefs ul li span {
  font-weight: 400;
}
#about .mission-statement {
  border-bottom: 0 !important;
}
#about .mission-statement header {
  text-align: center;
}
#about .mission-statement article {
  font-size: 16px;
  padding: 0 24px 72px;
}
#about .mission-statement article span {
  font-weight: 400;
}
#about .mission-statement article .lead {
  font-style: italic;
  color: #2b2b2b;
  margin-top: 24px;
}
#about .mission-statement article .lead span {
  font-weight: 200;
  border-bottom: 2px solid #c6ff00;
}
#innovation-map {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
#innovation-map .map header {
  text-align: center;
  border-bottom: 1px solid #666;
  margin-bottom: 12px;
}
#innovation-map .map header .section {
  font-weight: 200;
  font-size: 250%;
  font-style: italic;
  padding: 24px;
  margin: auto;
}
#innovation-map .map header .section span {
  font-weight: 400;
  color: #24ffff;
}
#mentors-b-wrapper header {
  text-align: center;
  margin-bottom: 12px;
}
#mentors-b-wrapper header .section {
  padding: 24px 0;
}
#mentors-b-wrapper header .section f span {
  font-weight: 400;
  color: #24ffff;
}
#mentors-b-wrapper article header {
  border-bottom: 1px solid #e1e1e1;
}
#mentors-b-wrapper article header h2 {
  float: left;
  border-bottom: 0 !important;
}
.info-videos {
  padding-top: 24px;
}
.info-videos h4 {
  margin: 12px 0 24px;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
}
.info-videos h4 a {
  color: #555;
}
.info-videos h4 a small {
  margin-top: 12px;
  display: block;
  font-size: 14px;
}
.info-videos h4 a:hover {
  color: #323232;
}
.info-videos .embed-container {
  margin: 30px 0 20px;
}
#documentary {
  padding: 36px;
}
.summit-talk-videos {
  margin-bottom: 0;
}
.summit-talk-videos .summit-inner {
  height: 720px;
}
.summit-talk-videos .summit-inner h2 {
  margin: 12px;
  padding: 12px;
  text-align: center;
  border-bottom: 1px solid #e1e1e1;
}
.summit-talk-videos .vid-wrapper {
  width: 80%;
  height: 580px;
  margin: auto;
}
.summit-talk-videos .vid-wrapper .vid {
  /*display: inline-block;*/
  /*border: 1px solid @gray-lighter;*/
}
.summit-talk-videos .vid-wrapper .vid iframe {
  margin: auto;
}
.summit-talk-videos .vid-wrapper .vid .vid-inner {
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
  width: 630px;
  height: auto;
}
.summit-talk-videos .vid-wrapper .vid .vid-inner iframe {
  width: 630px;
  height: 354px;
}
.summit-talk-videos .vid-wrapper .slick-prev,
.summit-talk-videos .vid-wrapper .slick-next {
  width: auto !important;
}
.summit-talk-videos .vid-wrapper .slick-prev:before,
.summit-talk-videos .vid-wrapper .slick-next:before {
  font-size: 80px;
}
.summit-talk-videos .vid-wrapper .slick-prev:before:hover,
.summit-talk-videos .vid-wrapper .slick-next:before:hover {
  color: #ff13d1;
}
.summit-talk-videos .vid-wrapper .slick-dots li button:before {
  width: 60px;
  height: 60px;
  font-size: 24px;
  color: #c6ff00;
}
@media (max-width: 991px) {
  .summit-talk-videos .summit-inner {
    height: 740px;
  }
  .summit-talk-videos .summit-inner h2.section {
    font-size: 20px;
  }
  .summit-talk-videos .summit-inner .slick-dots li {
    margin: 0 5px 0 0;
  }
  .summit-talk-videos .summit-inner .slick-dots li button {
    padding: 0;
  }
  .summit-talk-videos .summit-inner .slick-dots li button:before {
    width: auto;
    height: auto;
    font-size: 20px;
  }
  .summit-talk-videos .summit-inner .slick-dots li:last-child {
    margin-right: 0;
  }
  .summit-talk-videos .vid-wrapper {
    width: 100%;
    height: auto;
  }
  .summit-talk-videos .vid-wrapper .vid iframe {
    width: 100%;
  }
  .summit-talk-videos .vid-wrapper .vid .vid-inner {
    margin-top: 0;
    width: auto;
  }
  .summit-talk-videos .vid-wrapper .vid .vid-inner p {
    font-size: 13px;
    margin: 12px 6px 12px 6px;
    text-align: center;
  }
  .summit-talk-videos .vid-wrapper .slick-prev:before,
  .summit-talk-videos .vid-wrapper .slick-next:before {
    font-size: 40px;
  }
  .summit-talk-videos .vid-wrapper .slick-prev {
    left: 0;
  }
  .summit-talk-videos .vid-wrapper .slick-next {
    right: 0;
  }
}
#challenge > .container {
  position: relative;
}
#challenge > .container .btn {
  white-space: normal;
}
.how header,
.how article {
  position: relative;
  padding: 30px 24px 24px 0;
}
.how header:after,
.how article:after {
  content: '';
  position: absolute;
  left: 0;
  right: -15px;
  border-bottom: 1px solid #e1e1e1;
  bottom: -1px;
}
@media (max-width: 767px) {
  .how header:after,
  .how article:after {
    left: 0;
    right: 0;
  }
}
.how .cta {
  text-align: center;
}
.how .cta h2 {
  margin: 0;
}
.how .cta .btn-cta {
  min-width: 200px;
  height: 50px;
  padding-top: 13px;
  margin-top: 12px;
}
.how article .challenge-closed {
  font-weight: bold;
}
.how article:after {
  border: none;
}
.how .revolution-wrapper {
  margin-top: 24px;
}
.twitter-feed header.min-height {
  height: 168px;
}
.twitter-feed header.min-height h2 {
  margin-top: 24px;
}
@media (max-width: 991px) {
  .twitter-feed header.min-height {
    height: 100px;
  }
  .twitter-feed header.min-height h2 {
    margin-top: 0;
  }
}
#how-it-works {
  padding-bottom: 36px;
  background-color: white;
}
#how-it-works header {
  text-align: center;
  padding: 24px 0;
  margin-bottom: 12px;
  background-color: #c6ff00;
}
#how-it-works header h2 {
  margin: 0;
  font-weight: 700;
  color: black;
  text-transform: uppercase;
}
#how-it-works .even {
  background-color: #e8ff99;
}
#how-it-works .row {
  padding: 20px 0;
}
#how-it-works .fa {
  color: #ac008a;
}
#prizes_header {
  background: url("/app/themes/app/frontend/images/bg-drk-pat.png") repeat #444;
  background-size: 36px;
  padding: 24px;
  font-size: 200%;
  font-style: italic;
  font-weight: 400;
  color: white;
  text-align: center;
}
#prizes_header span {
  color: #24ffff;
}
.prizes {
  padding-bottom: 36px;
}
.prizes header {
  text-align: center;
  padding: 24px 0;
  margin-bottom: 12px;
}
.prizes header h2 {
  margin: 0;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
}
.prizes h3,
.prizes p {
  text-align: center;
}
.prizes.round1 {
  background-color: #24ffff;
}
.prizes.round1 header {
  background-color: #00bdbd;
}
.prizes.round2 {
  background-color: #c6ff00;
  margin-bottom: 24px;
}
.prizes.round2 header {
  background-color: #9ecc00;
}
.round header p {
  font-size: 17.5px;
}
.round .mission {
  border-bottom: 1px solid #e1e1e1;
}
.round .mission .mission-heading span {
  font-weight: 600;
}
.round:last-child .mission:last-child {
  border-bottom: none;
}
.criteria {
  margin-top: 24px;
  margin-bottom: 48px;
  /** .criterion-1 {
        h2 { .highlighter(@highlight-aqua); }
    }
    .criterion-2 {
        h2 { .highlighter(@highlight-purple); }
    }
    .criterion-3 {
        h2 { .highlighter(@highlight-green); }
    }
    .criterion-4 {
        h2 { .highlighter(@highlight-pink); }
    } **/
}
.criteria h2 {
  line-height: 1.2em;
  font-size: 20px;
}
.criteria h4 {
  text-align: center;
  line-height: 1.4em;
}
.criteria span {
  display: block;
  line-height: 1.5em;
  font-style: italic;
  font-weight: bold;
  margin: 20px 0;
}
.mentors2014 h1 {
  margin: 40px 0 20px;
}
.partners .row-2 {
  margin-top: 36px;
  min-width: 150px;
}
.partners .row-3 {
  margin-top: 84px;
  margin-bottom: 36px;
}
.partners img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 90%;
  height: auto;
}
.partners .kirchner {
  margin-left: 50px;
}
.partners .ufwh {
  margin-left: -30px;
}
@media (max-width: 992px) {
  .partners .logo {
    margin: 20px auto 20px auto;
  }
  .partners .kirchner {
    margin-left: 0;
  }
  .partners .ufwh {
    margin-top: 60px;
    margin-bottom: 24px;
    margin-left: 0;
  }
  .partners .logo-ufwh {
    margin-bottom: 100px;
  }
  .partners .row {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
.judges {
  padding-top: 12px;
  padding-bottom: 12px;
}
.judges .mentor-wrapper .row {
  margin: 0;
}
.judges .mentor-wrapper .mentor-header {
  margin-top: 15px;
  padding: 6px 0 0 0;
  height: 75px;
  text-align: center;
  background-color: #c6ff00;
}
.judges .mentor-wrapper .mentor-header h4 {
  font-style: normal;
  font-weight: bold;
  color: #2b2b2b;
  white-space: nowrap;
}
.judges .mentor-wrapper .mentor-img {
  padding: 0;
  background-color: #e1e1e1;
}
.judges .mentor-wrapper .mentor-img img {
  width: 100%;
}
.judges .mentor-wrapper .mentor-content {
  text-align: justify;
}
.judges .mentor-wrapper .mentor-content p {
  font-size: 14px;
}
.judges .container {
  padding: 0;
}
@media (max-width: 991px) {
  .how header,
  .how article {
    padding: 30px 0 24px 0;
  }
  .criteria .criterion-1 h2:before,
  .criteria .criterion-2 h2:before,
  .criteria .criterion-3 h2:before,
  .criteria .criterion-4 h2:before {
    top: 0.35em;
  }
}
#innovators-map .marker-popup h1,
#innovators-map .tff-info h1,
#innovators-map .marker-popup h2,
#innovators-map .tff-info h2,
#innovators-map .marker-popup h3,
#innovators-map .tff-info h3,
#innovators-map .marker-popup h4,
#innovators-map .tff-info h4,
#innovators-map .marker-popup h5,
#innovators-map .tff-info h5,
#innovators-map .marker-popup p,
#innovators-map .tff-info p {
  color: black;
  font-style: none !important;
}
#innovators-map .marker-popup a,
#innovators-map .tff-info a {
  color: #ff5fe0 !important;
}
#innovators-map .marker-popup p,
#innovators-map .tff-info p {
  margin: ;
}
#innovators-map .leaflet-popup-content-wrapper {
  border-radius: 0 !important;
}
#innovators-map .leaflet-popup-content p {
  margin: 0 !important;
  font-size: 12px;
}
#innovators-map .tff-map-popup {
  position: absolute;
  bottom: 12px;
  left: 12px;
}
#innovators-map .marker-popup {
  background: yellow !important;
}
#innovators-map .close-panel {
  position: absolute !important;
  right: 12px !important;
}
#tff-map {
  height: 650px;
  margin: 36px 0 36px 0;
}
.tff-info {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  bottom: 12px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  height: auto;
  left: 12px;
  overflow: : scroll;
  right: 12px;
  width: 60%;
}
.leaflet-container {
  font-family: jaf-facitweb, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.marker-link {
  margin-top: 0 !important;
  margin-bottom: 8px !important;
  color: #ff5fe0 !important;
}
.marker-link a {
  color: #ff5fe0 !important;
}
.marker-info {
  color: black !important;
  font-size: 14px;
  text-indent: -5px;
}
.marker-pitch {
  color: #323232;
}
.marker-popup {
  margin: 12px;
}
.marker-hr {
  color: black;
  margin-top: 5px;
  margin-bottom: 5px;
}
.close-panel {
  font-size: 0.6em;
  position: absolute !important;
  right: 12px !important;
}
.leaflet-bottom.leaflet-left {
  width: 100%;
}
#projects .intro p {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
  font-size: 175%;
  line-height: 190%;
}
@media (min-width: 768px) {
  #projects .intro p {
    font-size: 21px;
  }
}
#projects .intro .hl {
  position: relative;
  font-weight: 400;
}
#projects .intro .hl:before {
  content: "";
  position: absolute;
  height: 60%;
  top: 0.5em;
  left: 0;
  right: -0.25em;
  background: #c6ff00;
  z-index: -1;
}
#projects .project-list article {
  margin-top: 24px;
  margin-bottom: 24px;
  border: 1px solid #e1e1e1;
}
#projects .project-list article h2 {
  margin-top: 0;
  padding: 12px;
  padding-left: 22px;
  width: 100%;
  text-align: center;
  background-color: #c6ff00;
}
#projects .project-list article .project-header {
  padding: 24px;
}
#projects .project-list article .project-header img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  margin-bottom: 24px;
}
#projects .project-list article .project-header h5 {
  text-align: center;
}
#projects .project-list article .project-description {
  padding-left: 24px;
}
