@charset "UTF-8";
/*!
 * Bootstrap v3.0.3
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

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

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

[hidden],
template {
  display: none; }

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

body {
  margin: 0; }

a {
  background: transparent; }

a:focus {
  outline: thin dotted; }

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

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

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

pre {
  white-space: pre-wrap; }

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 0; }

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

legend {
  border: 0;
  padding: 0; }

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

button,
input {
  line-height: normal; }

button,
select {
  text-transform: none; }

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

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

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

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

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

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

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

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

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 2cm .5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  select {
    background: #fff !important; }

  .navbar {
    display: none; }

  .table td,
  .table th {
    background-color: #fff !important; }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }

  .label {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #ffffff; }

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

a {
  color: #8c4799;
  text-decoration: none; }

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

img {
  vertical-align: middle; }

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

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

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

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

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999; }

h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px; }

h1 small,
h2 small,
h3 small,
h1 .small,
h2 .small,
h3 .small {
  font-size: 65%; }

h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px; }

h4 small,
h5 small,
h6 small,
h4 .small,
h5 .small,
h6 .small {
  font-size: 75%; }

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

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

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

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

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

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

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4; }

@media (min-width: 768px) {
  .lead {
    font-size: 21px; } }
small,
.small {
  font-size: 85%; }

cite {
  font-style: normal; }

.text-muted {
  color: #999999; }

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

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

.text-warning {
  color: #8a6d3b; }

.text-warning:hover {
  color: #66512c; }

.text-danger {
  color: #a94442; }

.text-danger:hover {
  color: #843534; }

.text-success {
  color: #3c763d; }

.text-success:hover {
  color: #2b542c; }

.text-info {
  color: #31708f; }

.text-info:hover {
  color: #245269; }

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

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

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

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

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

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0; }

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

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

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

.list-inline > li:first-child {
  padding-left: 0; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.428571429; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

  .dl-horizontal dd {
    margin-left: 180px; }

  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    display: table; }

  .dl-horizontal dd:after {
    clear: both; }

  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    display: table; }

  .dl-horizontal dd:after {
    clear: both; } }
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999; }

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

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee; }

blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25; }

blockquote p:last-child {
  margin-bottom: 0; }

blockquote small,
blockquote .small {
  display: block;
  line-height: 1.428571429;
  color: #999999; }

blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0'; }

blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0; }

blockquote.pull-right p,
blockquote.pull-right small,
blockquote.pull-right .small {
  text-align: right; }

blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: ''; }

blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014'; }

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

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429; }

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

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

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px; }

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0; }

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

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.container:before,
.container:after {
  content: " ";
  display: table; }

.container:after {
  clear: both; }

.container:before,
.container:after {
  content: " ";
  display: table; }

.container:after {
  clear: both; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }
@media (min-width: 992px) {
  .container {
    width: 970px; } }
@media (min-width: 1200px) {
  .container {
    width: 1170px; } }
.row {
  margin-left: -15px;
  margin-right: -15px; }

.row:before,
.row:after {
  content: " ";
  display: table; }

.row:after {
  clear: both; }

.row:before,
.row:after {
  content: " ";
  display: table; }

.row:after {
  clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 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.66666666666666%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-offset-0 {
    margin-left: 0%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-offset-0 {
    margin-left: 0%; } }
@media (min-width: 1300px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-0 {
    margin-left: 0%; } }
@media (min-width: 1680px) {
  .col-xlg-1, .col-xlg-2, .col-xlg-3, .col-xlg-4, .col-xlg-5, .col-xlg-6, .col-xlg-7, .col-xlg-8, .col-xlg-9, .col-xlg-10, .col-xlg-11, .col-xlg-12 {
    float: left; }

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

  .col-xlg-11 {
    width: 91.66666666666666%; }

  .col-xlg-10 {
    width: 83.33333333333334%; }

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

  .col-xlg-8 {
    width: 66.66666666666666%; }

  .col-xlg-7 {
    width: 58.333333333333336%; }

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

  .col-xlg-5 {
    width: 41.66666666666667%; }

  .col-xlg-4 {
    width: 33.33333333333333%; }

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

  .col-xlg-2 {
    width: 16.666666666666664%; }

  .col-xlg-1 {
    width: 8.333333333333332%; }

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

  .col-xlg-pull-11 {
    right: 91.66666666666666%; }

  .col-xlg-pull-10 {
    right: 83.33333333333334%; }

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

  .col-xlg-pull-8 {
    right: 66.66666666666666%; }

  .col-xlg-pull-7 {
    right: 58.333333333333336%; }

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

  .col-xlg-pull-5 {
    right: 41.66666666666667%; }

  .col-xlg-pull-4 {
    right: 33.33333333333333%; }

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

  .col-xlg-pull-2 {
    right: 16.666666666666664%; }

  .col-xlg-pull-1 {
    right: 8.333333333333332%; }

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

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

  .col-xlg-push-11 {
    left: 91.66666666666666%; }

  .col-xlg-push-10 {
    left: 83.33333333333334%; }

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

  .col-xlg-push-8 {
    left: 66.66666666666666%; }

  .col-xlg-push-7 {
    left: 58.333333333333336%; }

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

  .col-xlg-push-5 {
    left: 41.66666666666667%; }

  .col-xlg-push-4 {
    left: 33.33333333333333%; }

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

  .col-xlg-push-2 {
    left: 16.666666666666664%; }

  .col-xlg-push-1 {
    left: 8.333333333333332%; }

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

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

  .col-xlg-offset-11 {
    margin-left: 91.66666666666666%; }

  .col-xlg-offset-10 {
    margin-left: 83.33333333333334%; }

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

  .col-xlg-offset-8 {
    margin-left: 66.66666666666666%; }

  .col-xlg-offset-7 {
    margin-left: 58.333333333333336%; }

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

  .col-xlg-offset-5 {
    margin-left: 41.66666666666667%; }

  .col-xlg-offset-4 {
    margin-left: 33.33333333333333%; }

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

  .col-xlg-offset-2 {
    margin-left: 16.666666666666664%; }

  .col-xlg-offset-1 {
    margin-left: 8.333333333333332%; }

  .col-xlg-offset-0 {
    margin-left: 0%; } }
table {
  max-width: 100%;
  background-color: transparent; }

th {
  text-align: left; }

.table {
  width: 100%;
  margin-bottom: 20px; }

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd; }

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd; }

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0; }

.table > tbody + tbody {
  border-top: 2px solid #dddddd; }

.table .table {
  background-color: #ffffff; }

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #dddddd; }

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd; }

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell; }

.table > thead > tr > .active,
.table > tbody > tr > .active,
.table > tfoot > tr > .active,
.table > thead > .active > td,
.table > tbody > .active > td,
.table > tfoot > .active > td,
.table > thead > .active > th,
.table > tbody > .active > th,
.table > tfoot > .active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > .active:hover,
.table-hover > tbody > .active:hover > td,
.table-hover > tbody > .active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > .success,
.table > tbody > tr > .success,
.table > tfoot > tr > .success,
.table > thead > .success > td,
.table > tbody > .success > td,
.table > tfoot > .success > td,
.table > thead > .success > th,
.table > tbody > .success > th,
.table > tfoot > .success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > .success:hover,
.table-hover > tbody > .success:hover > td,
.table-hover > tbody > .success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > .danger,
.table > tbody > tr > .danger,
.table > tfoot > tr > .danger,
.table > thead > .danger > td,
.table > tbody > .danger > td,
.table > tfoot > .danger > td,
.table > thead > .danger > th,
.table > tbody > .danger > th,
.table > tfoot > .danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > .danger:hover,
.table-hover > tbody > .danger:hover > td,
.table-hover > tbody > .danger:hover > th {
  background-color: #ebcccc; }

.table > thead > tr > .warning,
.table > tbody > tr > .warning,
.table > tfoot > tr > .warning,
.table > thead > .warning > td,
.table > tbody > .warning > td,
.table > tfoot > .warning > td,
.table > thead > .warning > th,
.table > tbody > .warning > th,
.table > tfoot > .warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > .warning:hover,
.table-hover > tbody > .warning:hover > td,
.table-hover > tbody > .warning:hover > th {
  background-color: #faf2cc; }

@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch; }

  .table-responsive > .table {
    margin-bottom: 0; }

  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap; }

  .table-responsive > .table-bordered {
    border: 0; }

  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }

  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }

  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0; } }
fieldset {
  padding: 0;
  margin: 0;
  border: 0; }

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

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

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

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

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

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.form-control:-moz-placeholder {
  color: #999999; }

.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: #999999; }

.form-control::-webkit-input-placeholder {
  color: #999999; }

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee; }

textarea.form-control {
  height: auto; }

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

.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle; }

.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer; }

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

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

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

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

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

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

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

textarea.input-sm {
  height: auto; }

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

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

textarea.input-lg {
  height: auto; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

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

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

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }

  .form-inline .form-control {
    display: inline-block; }

  .form-inline select.form-control {
    width: auto; }

  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0; }

  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0; } }
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table; }

.form-horizontal .form-group:after {
  clear: both; }

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table; }

.form-horizontal .form-group:after {
  clear: both; }

.form-horizontal .form-control-static {
  padding-top: 7px; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right; } }
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none; }

.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc; }

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad; }

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none; }

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc; }

.btn-default .badge {
  color: #ffffff;
  background-color: #fff; }

.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd; }

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e; }

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none; }

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd; }

.btn-primary .badge {
  color: #428bca;
  background-color: #fff; }

.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512; }

.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none; }

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff; }

.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925; }

.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none; }

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff; }

.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439; }

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none; }

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff; }

.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc; }

.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none; }

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff; }

.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0; }

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent; }

.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent; }

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none; }

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

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

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

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

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

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

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

.fade.in {
  opacity: 1; }

.collapse {
  display: none; }

.collapse.in {
  display: block; }

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

@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:empty {
  width: 1em; }

.glyphicon-asterisk:before {
  content: "\2a"; }

.glyphicon-plus:before {
  content: "\2b"; }

.glyphicon-euro:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-apple:before {
  content: "\f179"; }

.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: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }

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

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap; }

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

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

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

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

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

.open > a {
  outline: 0; }

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

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

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; } }
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left; }

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2; }

.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  display: table; }

.btn-toolbar:after {
  clear: both; }

.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  display: table; }

.btn-toolbar:after {
  clear: both; }

.btn-toolbar .btn-group {
  float: left; }

.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

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

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret {
  border-width: 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:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%; }

.btn-group-justified > .btn-group .btn {
  width: 100%; }

[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0; }

.input-group .form-control {
  width: 100%;
  margin-bottom: 0; }

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px; }

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto; }

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px; }

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px; }

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px; }

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px; }

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  white-space: nowrap; }

.input-group-btn:first-child > .btn {
  margin-right: -1px; }

.input-group-btn:last-child > .btn {
  margin-left: -1px; }

.input-group-btn > .btn {
  position: relative; }

.input-group-btn > .btn + .btn {
  margin-left: -4px; }

.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }

.nav:before,
.nav:after {
  content: " ";
  display: table; }

.nav:after {
  clear: both; }

.nav:before,
.nav:after {
  content: " ";
  display: table; }

.nav:after {
  clear: both; }

.nav > li {
  position: relative;
  display: block; }

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px; }

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee; }

.nav > li.disabled > a {
  color: #999999; }

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed; }

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca; }

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.nav > li > a > img {
  max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #dddddd; }

.nav-tabs > li {
  float: left;
  margin-bottom: -1px; }

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0; }

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd; }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default; }

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0; }

.nav-tabs.nav-justified > li {
  float: none; }

.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px; }

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%; }

  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0; } }
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0; }

  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff; } }
.nav-pills > li {
  float: left; }

.nav-pills > li > a {
  border-radius: 4px; }

.nav-pills > li + li {
  margin-left: 2px; }

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #428bca; }

.nav-stacked > li {
  float: none; }

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0; }

.nav-justified {
  width: 100%; }

.nav-justified > li {
  float: none; }

.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px; }

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%; }

  .nav-justified > li > a {
    margin-bottom: 0; } }
.nav-tabs-justified {
  border-bottom: 0; }

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd; }

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0; }

  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff; } }
.tab-content > .tab-pane {
  display: none; }

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

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

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }

.navbar:before,
.navbar:after {
  content: " ";
  display: table; }

.navbar:after {
  clear: both; }

.navbar:before,
.navbar:after {
  content: " ";
  display: table; }

.navbar:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px; } }
.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }

.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table; }

.navbar-collapse:after {
  clear: both; }

.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table; }

.navbar-collapse:after {
  clear: both; }

.navbar-collapse.in {
  overflow-y: auto; }

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none; }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important; }

  .navbar-collapse.in {
    overflow-y: visible; }

  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0; } }
.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }

@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0; } }
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }

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

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0; } }
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

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

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px; }

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none; }

@media (min-width: 768px) {
  .navbar > .container .navbar-brand {
    margin-left: -15px; } }
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px; }

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px; }

@media (min-width: 768px) {
  .navbar-toggle {
    display: none; } }
.navbar-nav {
  margin: 7.5px -15px; }

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px; }

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none; }

  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px; }

  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px; }

  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none; } }
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0; }

  .navbar-nav > li {
    float: left; }

  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px; }

  .navbar-nav.navbar-right:last-child {
    margin-right: -15px; } }
@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }

  .navbar-right {
    float: right !important; } }
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }

  .navbar-form .form-control {
    display: inline-block; }

  .navbar-form select.form-control {
    width: auto; }

  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0; }

  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0; } }
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px; } }
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }

  .navbar-form.navbar-right:last-child {
    margin-right: -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-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0; }

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

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

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

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 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: #777777; }

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent; }

.navbar-default .navbar-text {
  color: #777777; }

.navbar-default .navbar-nav > li > a {
  color: #777777; }

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent; }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7; }

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent; }

.navbar-default .navbar-toggle {
  border-color: #dddddd; }

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd; }

.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc; }

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7; }

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555; }

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777; }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent; }

  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7; }

  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent; } }
.navbar-default .navbar-link {
  color: #777777; }

.navbar-default .navbar-link:hover {
  color: #333333; }

.navbar-inverse {
  background-color: #222222;
  border-color: #080808; }

.navbar-inverse .navbar-brand {
  color: #999999; }

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent; }

.navbar-inverse .navbar-text {
  color: #999999; }

.navbar-inverse .navbar-nav > li > a {
  color: #999999; }

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent; }

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808; }

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent; }

.navbar-inverse .navbar-toggle {
  border-color: #333333; }

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333; }

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff; }

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010; }

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff; }

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808; }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808; }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999; }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent; }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808; }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent; } }
.navbar-inverse .navbar-link {
  color: #999999; }

.navbar-inverse .navbar-link:hover {
  color: #ffffff; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }

.breadcrumb > li {
  display: inline-block; }

.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc; }

.breadcrumb > .active {
  color: #999999; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }

.pagination > li {
  display: inline; }

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px; }

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px; }

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px; }

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee; }

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default; }

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center; }

.pager:before,
.pager:after {
  content: " ";
  display: table; }

.pager:after {
  clear: both; }

.pager:before,
.pager:after {
  content: " ";
  display: table; }

.pager:after {
  clear: both; }

.pager li {
  display: inline; }

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px; }

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee; }

.pager .next > a,
.pager .next > span {
  float: right; }

.pager .previous > a,
.pager .previous > span {
  float: left; }

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #ffffff;
  cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }

.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer; }

.label:empty {
  display: none; }

.btn .label {
  position: relative;
  top: -1px; }

.label-default {
  background-color: #999999; }

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080; }

.label-primary {
  background-color: #428bca; }

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9; }

.label-success {
  background-color: #5cb85c; }

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px; }

.badge:empty {
  display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer; }

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #ffffff; }

.nav-pills > li > a > .badge {
  margin-left: 3px; }

.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.1428571435;
  color: inherit;
  background-color: #eeeeee; }

.jumbotron h1,
.jumbotron .h1 {
  line-height: 1;
  color: inherit; }

.jumbotron p {
  line-height: 1.4; }

.container .jumbotron {
  border-radius: 6px; }

.jumbotron .container {
  max-width: 100%; }

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px; }

  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px; }

  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px; } }
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca; }

.thumbnail .caption {
  padding: 9px;
  color: #333333; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }

.alert h4 {
  margin-top: 0;
  color: inherit; }

.alert .alert-link {
  font-weight: bold; }

.alert > p,
.alert > ul {
  margin-bottom: 0; }

.alert > p + p {
  margin-top: 5px; }

.alert-dismissable {
  padding-right: 35px; }

.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }

.alert-success hr {
  border-top-color: #c9e2b3; }

.alert-success .alert-link {
  color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }

.alert-info hr {
  border-top-color: #a6e1ec; }

.alert-info .alert-link {
  color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }

.alert-warning hr {
  border-top-color: #f7e1b5; }

.alert-warning .alert-link {
  color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }

.alert-danger hr {
  border-top-color: #e4b9c0; }

.alert-danger .alert-link {
  color: #843534; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media,
.media-body {
  overflow: hidden;
  zoom: 1; }

.media,
.media .media {
  margin-top: 15px; }

.media:first-child {
  margin-top: 0; }

.media-object {
  display: block; }

.media-heading {
  margin: 0 0 5px; }

.media > .pull-left {
  margin-right: 10px; }

.media > .pull-right {
  margin-left: 10px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd; }

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px; }

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.list-group-item > .badge {
  float: right; }

.list-group-item > .badge + .badge {
  margin-right: 5px; }

a.list-group-item {
  color: #555555; }

a.list-group-item .list-group-item-heading {
  color: #333333; }

a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5; }

a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca; }

a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit; }

a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }

.panel-body:before,
.panel-body:after {
  content: " ";
  display: table; }

.panel-body:after {
  clear: both; }

.panel-body:before,
.panel-body:after {
  content: " ";
  display: table; }

.panel-body:after {
  clear: both; }

.panel > .list-group {
  margin-bottom: 0; }

.panel > .list-group .list-group-item {
  border-width: 1px 0; }

.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel > .list-group .list-group-item:last-child {
  border-bottom: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd; }

.panel > .table > tbody:first-child th,
.panel > .table > tbody:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0; }

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0; }

.panel > .table-bordered > thead > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:last-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }

.panel-title > a {
  color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden; }

.panel-group .panel + .panel {
  margin-top: 5px; }

.panel-group .panel-heading {
  border-bottom: 0; }

.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd; }

.panel-group .panel-footer {
  border-top: 0; }

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd; }

.panel-default {
  border-color: #dddddd; }

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd; }

.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd; }

.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd; }

.panel-primary {
  border-color: #428bca; }

.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca; }

.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca; }

.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca; }

.panel-success {
  border-color: #d6e9c6; }

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6; }

.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6; }

.panel-warning {
  border-color: #faebcc; }

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }

.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc; }

.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1; }

.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1; }

.panel-info {
  border-color: #bce8f1; }

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1; }

.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20); }

.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040; }

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out; }

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  z-index: 1050; }

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000; }

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0); }

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.428571429; }

.modal-body {
  position: relative;
  padding: 20px; }

.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table; }

.modal-footer:after {
  clear: both; }

.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table; }

.modal-footer:after {
  clear: both; }

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0; }

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px; }

.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); } }
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0); }

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90); }

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0; }

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px; }

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0; }

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal; }

.popover.top {
  margin-top: -10px; }

.popover.right {
  margin-left: 10px; }

.popover.bottom {
  margin-top: 10px; }

.popover.left {
  margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover .arrow {
  border-width: 11px; }

.popover .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }

.popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff; }

.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }

.popover.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff; }

.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }

.popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff; }

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }

.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left; }

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1; }

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block; }

.carousel-inner > .active {
  left: 0; }

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%; }

.carousel-inner > .next {
  left: 100%; }

.carousel-inner > .prev {
  left: -100%; }

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0; }

.carousel-inner > .active.left {
  left: -100%; }

.carousel-inner > .active.right {
  left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }

.carousel-control:hover,
.carousel-control:focus {
  outline: none;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90); }

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block; }

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%; }

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%; }

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif; }

.carousel-control .icon-prev:before {
  content: '\2039'; }

.carousel-control .icon-next:before {
  content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0); }

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.carousel-caption .btn {
  text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicons-chevron-left,
  .carousel-control .glyphicons-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px; }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }

  .carousel-indicators {
    bottom: 20px; } }
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

.affix {
  position: fixed; }

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

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

  table.visible-xs {
    display: table; }

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

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

  table.visible-xs.visible-sm {
    display: table; }

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

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

  table.visible-xs.visible-md {
    display: table; }

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

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

  table.visible-xs.visible-lg {
    display: table; }

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

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

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

  table.visible-sm.visible-xs {
    display: table; }

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

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

  table.visible-sm {
    display: table; }

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

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

  table.visible-sm.visible-md {
    display: table; }

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

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

  table.visible-sm.visible-lg {
    display: table; }

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

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

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

  table.visible-md.visible-xs {
    display: table; }

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

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

  table.visible-md.visible-sm {
    display: table; }

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

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

  table.visible-md {
    display: table; }

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

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

  table.visible-md.visible-lg {
    display: table; }

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

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

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

  table.visible-lg.visible-xs {
    display: table; }

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

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

  table.visible-lg.visible-sm {
    display: table; }

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

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

  table.visible-lg.visible-md {
    display: table; }

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

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

  table.visible-lg {
    display: table; }

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

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

table.hidden-xs {
  display: table; }

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

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

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

table.hidden-sm {
  display: table; }

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

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

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

table.hidden-md {
  display: table; }

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

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

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

table.hidden-lg {
  display: table; }

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

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

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

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

  table.visible-print {
    display: table; }

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

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

  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important; } }
/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.1.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.1.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.1.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
i {
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg); } }
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }
  100% {
    -o-transform: rotate(359deg); } }
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1); }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #ffffff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before,
.fa-users:before {
  content: "\f0c0"; }

.fa-chain:before,
.fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\f156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"; }

.fa-won:before,
.fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper-square:before,
.fa-pied-piper:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"; }

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.icon-map-marker:before {
  content: "\f041"; }

/* --------------------------------

LineIcons Web Font
Generated using nucleoapp.com

-------------------------------- */
@font-face {
  font-family: 'LineIcons';
  src: url("../fonts/LineIcons.eot");
  src: url("../fonts/LineIcons.eot") format("embedded-opentype"), url("../fonts/LineIcons.woff2") format("woff2"), url("../fonts/LineIcons.woff") format("woff"), url("../fonts/LineIcons.ttf") format("truetype"), url("../fonts/LineIcons.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
/*------------------------
	base class definition
-------------------------*/
.lni {
  display: inline-block;
  font: normal normal normal 1em/1 'LineIcons';
  speak: none;
  text-transform: none;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*------------------------
  change icon size
-------------------------*/
/* relative units */
.lni-sm {
  font-size: 0.8em; }

.lni-lg {
  font-size: 1.2em; }

/* absolute units */
.lni-16 {
  font-size: 16px; }

.lni-32 {
  font-size: 32px; }

/*----------------------------------
  add a square/circle background
-----------------------------------*/
.lni-bg-square,
.lni-bg-circle {
  padding: 0.35em;
  background-color: #eee; }

.lni-bg-circle {
  border-radius: 50%; }

/*------------------------------------
  use icons as list item markers
-------------------------------------*/
.lni-ul {
  padding-left: 0;
  list-style-type: none; }
  .lni-ul > li {
    display: flex;
    align-items: flex-start;
    line-height: 1.4; }
  .lni-ul > li > .lni {
    margin-right: 0.4em;
    line-height: inherit; }

/*------------------------
  spinning icons
-------------------------*/
.lni-is-spinning {
  -webkit-animation: lni-spin 2s infinite linear;
  -moz-animation: lni-spin 2s infinite linear;
  animation: lni-spin 2s infinite linear; }

@-webkit-keyframes lni-spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@-moz-keyframes lni-spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg); } }
@keyframes lni-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
/*------------------------
  rotated/flipped icons
-------------------------*/
.lni-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.lni-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.lni-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg); }

.lni-flip-y {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.lni-flip-x {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1); }

/*------------------------
	icons
-------------------------*/
.lni-500px::before {
  content: "\ea02"; }

.lni-add-files::before {
  content: "\ea03"; }

.lni-alarm-clock::before {
  content: "\ea04"; }

.lni-alarm::before {
  content: "\ea05"; }

.lni-airbnb::before {
  content: "\ea06"; }

.lni-adobe::before {
  content: "\ea07"; }

.lni-amazon-pay::before {
  content: "\ea08"; }

.lni-amazon::before {
  content: "\ea09"; }

.lni-amex::before {
  content: "\ea0a"; }

.lni-anchor::before {
  content: "\ea0b"; }

.lni-amazon-original::before {
  content: "\ea0c"; }

.lni-android-original::before {
  content: "\ea0d"; }

.lni-android::before {
  content: "\ea0e"; }

.lni-angellist::before {
  content: "\ea0f"; }

.lni-angle-double-down::before {
  content: "\ea10"; }

.lni-angle-double-left::before {
  content: "\ea11"; }

.lni-angle-double-right::before {
  content: "\ea12"; }

.lni-angle-double-up::before {
  content: "\ea13"; }

.lni-angular::before {
  content: "\ea14"; }

.lni-apartment::before {
  content: "\ea15"; }

.lni-app-store::before {
  content: "\ea16"; }

.lni-apple-pay::before {
  content: "\ea17"; }

.lni-apple::before {
  content: "\ea18"; }

.lni-archive::before {
  content: "\ea19"; }

.lni-arrow-down-circle::before {
  content: "\ea1a"; }

.lni-arrow-left-circle::before {
  content: "\ea1b"; }

.lni-arrow-left::before {
  content: "\ea1c"; }

.lni-arrow-right-circle::before {
  content: "\ea1d"; }

.lni-arrow-right::before {
  content: "\ea1e"; }

.lni-arrow-top-left::before {
  content: "\ea1f"; }

.lni-arrow-top-right::before {
  content: "\ea20"; }

.lni-arrow-up-circle::before {
  content: "\ea21"; }

.lni-arrow-up::before {
  content: "\ea22"; }

.lni-arrows-horizontal::before {
  content: "\ea23"; }

.lni-arrows-vertical::before {
  content: "\ea24"; }

.lni-atlassian::before {
  content: "\ea25"; }

.lni-aws::before {
  content: "\ea26"; }

.lni-arrow-down::before {
  content: "\ea27"; }

.lni-ambulance::before {
  content: "\ea28"; }

.lni-agenda::before {
  content: "\ea29"; }

.lni-backward::before {
  content: "\ea2a"; }

.lni-baloon::before {
  content: "\ea2b"; }

.lni-ban::before {
  content: "\ea2c"; }

.lni-bar-chart::before {
  content: "\ea2d"; }

.lni-behance-original::before {
  content: "\ea2e"; }

.lni-bitbucket::before {
  content: "\ea2f"; }

.lni-bitcoin::before {
  content: "\ea30"; }

.lni-blackboard::before {
  content: "\ea31"; }

.lni-blogger::before {
  content: "\ea32"; }

.lni-bluetooth::before {
  content: "\ea33"; }

.lni-bold::before {
  content: "\ea34"; }

.lni-bolt-alt::before {
  content: "\ea35"; }

.lni-bolt::before {
  content: "\ea36"; }

.lni-book::before {
  content: "\ea37"; }

.lni-bookmark-alt::before {
  content: "\ea38"; }

.lni-bookmark::before {
  content: "\ea39"; }

.lni-bootstrap::before {
  content: "\ea3a"; }

.lni-bricks::before {
  content: "\ea3b"; }

.lni-bridge::before {
  content: "\ea3c"; }

.lni-briefcase::before {
  content: "\ea3d"; }

.lni-brush-alt::before {
  content: "\ea3e"; }

.lni-brush::before {
  content: "\ea3f"; }

.lni-bubble::before {
  content: "\ea40"; }

.lni-bug::before {
  content: "\ea41"; }

.lni-bulb::before {
  content: "\ea42"; }

.lni-bullhorn::before {
  content: "\ea43"; }

.lni-burger::before {
  content: "\ea44"; }

.lni-bus::before {
  content: "\ea45"; }

.lni-cake::before {
  content: "\ea46"; }

.lni-calculator::before {
  content: "\ea47"; }

.lni-calendar::before {
  content: "\ea48"; }

.lni-camera::before {
  content: "\ea49"; }

.lni-candy-cane::before {
  content: "\ea4a"; }

.lni-candy::before {
  content: "\ea4b"; }

.lni-capsule::before {
  content: "\ea4c"; }

.lni-car-alt::before {
  content: "\ea4d"; }

.lni-car::before {
  content: "\ea4e"; }

.lni-caravan::before {
  content: "\ea4f"; }

.lni-cart-full::before {
  content: "\ea50"; }

.lni-cart::before {
  content: "\ea51"; }

.lni-certificate::before {
  content: "\ea52"; }

.lni-checkbox::before {
  content: "\ea53"; }

.lni-checkmark-circle::before {
  content: "\ea54"; }

.lni-checkmark::before {
  content: "\ea55"; }

.lni-chef-hat::before {
  content: "\ea56"; }

.lni-chevron-down-circle::before {
  content: "\ea57"; }

.lni-chevron-down::before {
  content: "\ea58"; }

.lni-chevron-left-circle::before {
  content: "\ea59"; }

.lni-chevron-left::before {
  content: "\ea5a"; }

.lni-chevron-right-circle::before {
  content: "\ea5b"; }

.lni-chevron-right::before {
  content: "\ea5c"; }

.lni-chevron-up-circle::before {
  content: "\ea5d"; }

.lni-chevron-up::before {
  content: "\ea5e"; }

.lni-chrome::before {
  content: "\ea5f"; }

.lni-circle-minus::before {
  content: "\ea60"; }

.lni-circle-plus::before {
  content: "\ea61"; }

.lni-clipboard::before {
  content: "\ea62"; }

.lni-close::before {
  content: "\ea63"; }

.lni-cloud-check::before {
  content: "\ea64"; }

.lni-cloud-download::before {
  content: "\ea65"; }

.lni-cloud-network::before {
  content: "\ea66"; }

.lni-cloud-sync::before {
  content: "\ea67"; }

.lni-cloud-upload::before {
  content: "\ea68"; }

.lni-cloud::before {
  content: "\ea69"; }

.lni-cloudy-sun::before {
  content: "\ea6a"; }

.lni-code-alt::before {
  content: "\ea6b"; }

.lni-code::before {
  content: "\ea6c"; }

.lni-codepen::before {
  content: "\ea6d"; }

.lni-coffee-cup::before {
  content: "\ea6e"; }

.lni-cog::before {
  content: "\ea6f"; }

.lni-cogs::before {
  content: "\ea70"; }

.lni-coin::before {
  content: "\ea71"; }

.lni-comments-alt::before {
  content: "\ea72"; }

.lni-comments-reply::before {
  content: "\ea73"; }

.lni-comments::before {
  content: "\ea74"; }

.lni-compass::before {
  content: "\ea75"; }

.lni-construction-hammer::before {
  content: "\ea76"; }

.lni-construction::before {
  content: "\ea77"; }

.lni-consulting::before {
  content: "\ea78"; }

.lni-control-panel::before {
  content: "\ea79"; }

.lni-cpanel::before {
  content: "\ea7a"; }

.lni-creative-commons::before {
  content: "\ea7b"; }

.lni-credit-cards::before {
  content: "\ea7c"; }

.lni-crop::before {
  content: "\ea7d"; }

.lni-cross-circle::before {
  content: "\ea7e"; }

.lni-crown::before {
  content: "\ea7f"; }

.lni-css3::before {
  content: "\ea80"; }

.lni-cup::before {
  content: "\ea81"; }

.lni-customer::before {
  content: "\ea82"; }

.lni-cut::before {
  content: "\ea83"; }

.lni-dashboard::before {
  content: "\ea84"; }

.lni-database::before {
  content: "\ea85"; }

.lni-delivery::before {
  content: "\ea86"; }

.lni-dev::before {
  content: "\ea87"; }

.lni-diamond-alt::before {
  content: "\ea88"; }

.lni-diamond::before {
  content: "\ea89"; }

.lni-diners-club::before {
  content: "\ea8a"; }

.lni-dinner::before {
  content: "\ea8b"; }

.lni-direction-alt::before {
  content: "\ea8c"; }

.lni-direction-ltr::before {
  content: "\ea8d"; }

.lni-direction-rtl::before {
  content: "\ea8e"; }

.lni-direction::before {
  content: "\ea8f"; }

.lni-discord::before {
  content: "\ea90"; }

.lni-discover::before {
  content: "\ea91"; }

.lni-display-alt::before {
  content: "\ea92"; }

.lni-display::before {
  content: "\ea93"; }

.lni-docker::before {
  content: "\ea94"; }

.lni-dollar::before {
  content: "\ea95"; }

.lni-domain::before {
  content: "\ea96"; }

.lni-download::before {
  content: "\ea97"; }

.lni-dribbble::before {
  content: "\ea98"; }

.lni-drop::before {
  content: "\ea99"; }

.lni-dropbox-original::before {
  content: "\ea9a"; }

.lni-dropbox::before {
  content: "\ea9b"; }

.lni-drupal-original::before {
  content: "\ea9c"; }

.lni-drupal::before {
  content: "\ea9d"; }

.lni-dumbbell::before {
  content: "\ea9e"; }

.lni-edge::before {
  content: "\ea9f"; }

.lni-emoji-cool::before {
  content: "\eaa0"; }

.lni-emoji-friendly::before {
  content: "\eaa1"; }

.lni-emoji-happy::before {
  content: "\eaa2"; }

.lni-emoji-sad::before {
  content: "\eaa3"; }

.lni-emoji-smile::before {
  content: "\eaa4"; }

.lni-emoji-speechless::before {
  content: "\eaa5"; }

.lni-emoji-suspect::before {
  content: "\eaa6"; }

.lni-emoji-tounge::before {
  content: "\eaa7"; }

.lni-empty-file::before {
  content: "\eaa8"; }

.lni-enter::before {
  content: "\eaa9"; }

.lni-envato::before {
  content: "\eaaa"; }

.lni-envelope::before {
  content: "\eaab"; }

.lni-eraser::before {
  content: "\eaac"; }

.lni-euro::before {
  content: "\eaad"; }

.lni-exit-down::before {
  content: "\eaae"; }

.lni-exit-up::before {
  content: "\eaaf"; }

.lni-exit::before {
  content: "\eab0"; }

.lni-eye::before {
  content: "\eab1"; }

.lni-facebook-filled::before {
  content: "\eab2"; }

.lni-facebook-messenger::before {
  content: "\eab3"; }

.lni-facebook-original::before {
  content: "\eab4"; }

.lni-facebook-oval::before {
  content: "\eab5"; }

.lni-facebook::before {
  content: "\eab6"; }

.lni-figma::before {
  content: "\eab7"; }

.lni-files::before {
  content: "\eab8"; }

.lni-firefox-original::before {
  content: "\eab9"; }

.lni-firefox::before {
  content: "\eaba"; }

.lni-fireworks::before {
  content: "\eabb"; }

.lni-first-aid::before {
  content: "\eabc"; }

.lni-flag-alt::before {
  content: "\eabd"; }

.lni-flag::before {
  content: "\eabe"; }

.lni-flags::before {
  content: "\eabf"; }

.lni-flickr::before {
  content: "\eac0"; }

.lni-basketball::before {
  content: "\eac1"; }

.lni-behance::before {
  content: "\eac2"; }

.lni-forward::before {
  content: "\eac3"; }

.lni-frame-expand::before {
  content: "\eac4"; }

.lni-flower::before {
  content: "\eac5"; }

.lni-full-screen::before {
  content: "\eac6"; }

.lni-funnel::before {
  content: "\eac7"; }

.lni-gallery::before {
  content: "\eac8"; }

.lni-game::before {
  content: "\eac9"; }

.lni-gift::before {
  content: "\eaca"; }

.lni-git::before {
  content: "\eacb"; }

.lni-github-original::before {
  content: "\eacc"; }

.lni-github::before {
  content: "\eacd"; }

.lni-goodreads::before {
  content: "\eace"; }

.lni-google-drive::before {
  content: "\eacf"; }

.lni-google-pay::before {
  content: "\ead0"; }

.lni-fresh-juice::before {
  content: "\ead1"; }

.lni-folder::before {
  content: "\ead2"; }

.lni-bi-cycle::before {
  content: "\ead3"; }

.lni-graph::before {
  content: "\ead4"; }

.lni-grid-alt::before {
  content: "\ead5"; }

.lni-grid::before {
  content: "\ead6"; }

.lni-google-wallet::before {
  content: "\ead7"; }

.lni-grow::before {
  content: "\ead8"; }

.lni-hammer::before {
  content: "\ead9"; }

.lni-hand::before {
  content: "\eada"; }

.lni-handshake::before {
  content: "\eadb"; }

.lni-harddrive::before {
  content: "\eadc"; }

.lni-headphone-alt::before {
  content: "\eadd"; }

.lni-headphone::before {
  content: "\eade"; }

.lni-heart-filled::before {
  content: "\eadf"; }

.lni-heart-monitor::before {
  content: "\eae0"; }

.lni-heart::before {
  content: "\eae1"; }

.lni-helicopter::before {
  content: "\eae2"; }

.lni-helmet::before {
  content: "\eae3"; }

.lni-help::before {
  content: "\eae4"; }

.lni-highlight-alt::before {
  content: "\eae5"; }

.lni-highlight::before {
  content: "\eae6"; }

.lni-home::before {
  content: "\eae7"; }

.lni-hospital::before {
  content: "\eae8"; }

.lni-hourglass::before {
  content: "\eae9"; }

.lni-html5::before {
  content: "\eaea"; }

.lni-image::before {
  content: "\eaeb"; }

.lni-inbox::before {
  content: "\eaec"; }

.lni-indent-decrease::before {
  content: "\eaed"; }

.lni-indent-increase::before {
  content: "\eaee"; }

.lni-infinite::before {
  content: "\eaef"; }

.lni-information::before {
  content: "\eaf0"; }

.lni-instagram-filled::before {
  content: "\eaf1"; }

.lni-instagram-original::before {
  content: "\eaf2"; }

.lni-instagram::before {
  content: "\eaf3"; }

.lni-invention::before {
  content: "\eaf4"; }

.lni-graduation::before {
  content: "\eaf5"; }

.lni-invest-monitor::before {
  content: "\eaf6"; }

.lni-island::before {
  content: "\eaf7"; }

.lni-italic::before {
  content: "\eaf8"; }

.lni-java::before {
  content: "\eaf9"; }

.lni-javascript::before {
  content: "\eafa"; }

.lni-jcb::before {
  content: "\eafb"; }

.lni-joomla-original::before {
  content: "\eafc"; }

.lni-joomla::before {
  content: "\eafd"; }

.lni-jsfiddle::before {
  content: "\eafe"; }

.lni-juice::before {
  content: "\eaff"; }

.lni-key::before {
  content: "\eb00"; }

.lni-keyboard::before {
  content: "\eb01"; }

.lni-keyword-research::before {
  content: "\eb02"; }

.lni-hacker-news::before {
  content: "\eb03"; }

.lni-google::before {
  content: "\eb04"; }

.lni-laravel::before {
  content: "\eb05"; }

.lni-layers::before {
  content: "\eb06"; }

.lni-layout::before {
  content: "\eb07"; }

.lni-leaf::before {
  content: "\eb08"; }

.lni-library::before {
  content: "\eb09"; }

.lni-licencse::before {
  content: "\eb0a"; }

.lni-life-ring::before {
  content: "\eb0b"; }

.lni-line-dashed::before {
  content: "\eb0c"; }

.lni-line-dotted::before {
  content: "\eb0d"; }

.lni-line-double::before {
  content: "\eb0e"; }

.lni-line-spacing::before {
  content: "\eb0f"; }

.lni-line::before {
  content: "\eb10"; }

.lni-lineicons-alt::before {
  content: "\eb11"; }

.lni-lineicons::before {
  content: "\eb12"; }

.lni-link::before {
  content: "\eb13"; }

.lni-linkedin-original::before {
  content: "\eb14"; }

.lni-linkedin::before {
  content: "\eb15"; }

.lni-list::before {
  content: "\eb16"; }

.lni-lock-alt::before {
  content: "\eb17"; }

.lni-lock::before {
  content: "\eb18"; }

.lni-magnet::before {
  content: "\eb19"; }

.lni-magnifier::before {
  content: "\eb1a"; }

.lni-mailchimp::before {
  content: "\eb1b"; }

.lni-map-marker::before {
  content: "\eb1c"; }

.lni-map::before {
  content: "\eb1d"; }

.lni-mashroom::before {
  content: "\eb1e"; }

.lni-mastercard::before {
  content: "\eb1f"; }

.lni-medall-alt::before {
  content: "\eb20"; }

.lni-medall::before {
  content: "\eb21"; }

.lni-medium::before {
  content: "\eb22"; }

.lni-laptop::before {
  content: "\eb23"; }

.lni-investment::before {
  content: "\eb24"; }

.lni-laptop-phone::before {
  content: "\eb25"; }

.lni-megento::before {
  content: "\eb26"; }

.lni-mic::before {
  content: "\eb27"; }

.lni-microphone::before {
  content: "\eb28"; }

.lni-menu::before {
  content: "\eb29"; }

.lni-microscope::before {
  content: "\eb2a"; }

.lni-money-location::before {
  content: "\eb2b"; }

.lni-minus::before {
  content: "\eb2c"; }

.lni-mobile::before {
  content: "\eb2d"; }

.lni-more-alt::before {
  content: "\eb2e"; }

.lni-mouse::before {
  content: "\eb2f"; }

.lni-move::before {
  content: "\eb30"; }

.lni-music::before {
  content: "\eb31"; }

.lni-network::before {
  content: "\eb32"; }

.lni-night::before {
  content: "\eb33"; }

.lni-nodejs-alt::before {
  content: "\eb34"; }

.lni-nodejs::before {
  content: "\eb35"; }

.lni-notepad::before {
  content: "\eb36"; }

.lni-npm::before {
  content: "\eb37"; }

.lni-offer::before {
  content: "\eb38"; }

.lni-opera::before {
  content: "\eb39"; }

.lni-package::before {
  content: "\eb3a"; }

.lni-page-break::before {
  content: "\eb3b"; }

.lni-pagination::before {
  content: "\eb3c"; }

.lni-paint-bucket::before {
  content: "\eb3d"; }

.lni-paint-roller::before {
  content: "\eb3e"; }

.lni-pallet::before {
  content: "\eb3f"; }

.lni-paperclip::before {
  content: "\eb40"; }

.lni-more::before {
  content: "\eb41"; }

.lni-pause::before {
  content: "\eb42"; }

.lni-paypal-original::before {
  content: "\eb43"; }

.lni-microsoft::before {
  content: "\eb44"; }

.lni-money-protection::before {
  content: "\eb45"; }

.lni-pencil::before {
  content: "\eb46"; }

.lni-paypal::before {
  content: "\eb47"; }

.lni-pencil-alt::before {
  content: "\eb48"; }

.lni-patreon::before {
  content: "\eb49"; }

.lni-phone-set::before {
  content: "\eb4a"; }

.lni-phone::before {
  content: "\eb4b"; }

.lni-pin::before {
  content: "\eb4c"; }

.lni-pinterest::before {
  content: "\eb4d"; }

.lni-pie-chart::before {
  content: "\eb4e"; }

.lni-pilcrow::before {
  content: "\eb4f"; }

.lni-plane::before {
  content: "\eb50"; }

.lni-play::before {
  content: "\eb51"; }

.lni-plug::before {
  content: "\eb52"; }

.lni-plus::before {
  content: "\eb53"; }

.lni-pointer-down::before {
  content: "\eb54"; }

.lni-pointer-left::before {
  content: "\eb55"; }

.lni-pointer-right::before {
  content: "\eb56"; }

.lni-pointer-up::before {
  content: "\eb57"; }

.lni-play-store::before {
  content: "\eb58"; }

.lni-pizza::before {
  content: "\eb59"; }

.lni-postcard::before {
  content: "\eb5a"; }

.lni-pound::before {
  content: "\eb5b"; }

.lni-power-switch::before {
  content: "\eb5c"; }

.lni-printer::before {
  content: "\eb5d"; }

.lni-producthunt::before {
  content: "\eb5e"; }

.lni-protection::before {
  content: "\eb5f"; }

.lni-pulse::before {
  content: "\eb60"; }

.lni-pyramids::before {
  content: "\eb61"; }

.lni-python::before {
  content: "\eb62"; }

.lni-pointer::before {
  content: "\eb63"; }

.lni-popup::before {
  content: "\eb64"; }

.lni-quotation::before {
  content: "\eb65"; }

.lni-radio-button::before {
  content: "\eb66"; }

.lni-rain::before {
  content: "\eb67"; }

.lni-quora::before {
  content: "\eb68"; }

.lni-react::before {
  content: "\eb69"; }

.lni-question-circle::before {
  content: "\eb6a"; }

.lni-php::before {
  content: "\eb6b"; }

.lni-reddit::before {
  content: "\eb6c"; }

.lni-reload::before {
  content: "\eb6d"; }

.lni-restaurant::before {
  content: "\eb6e"; }

.lni-road::before {
  content: "\eb6f"; }

.lni-rocket::before {
  content: "\eb70"; }

.lni-rss-feed::before {
  content: "\eb71"; }

.lni-ruler-alt::before {
  content: "\eb72"; }

.lni-ruler-pencil::before {
  content: "\eb73"; }

.lni-ruler::before {
  content: "\eb74"; }

.lni-rupee::before {
  content: "\eb75"; }

.lni-save::before {
  content: "\eb76"; }

.lni-school-bench-alt::before {
  content: "\eb77"; }

.lni-school-bench::before {
  content: "\eb78"; }

.lni-scooter::before {
  content: "\eb79"; }

.lni-scroll-down::before {
  content: "\eb7a"; }

.lni-search-alt::before {
  content: "\eb7b"; }

.lni-search::before {
  content: "\eb7c"; }

.lni-select::before {
  content: "\eb7d"; }

.lni-seo::before {
  content: "\eb7e"; }

.lni-service::before {
  content: "\eb7f"; }

.lni-share-alt::before {
  content: "\eb80"; }

.lni-share::before {
  content: "\eb81"; }

.lni-shield::before {
  content: "\eb82"; }

.lni-shift-left::before {
  content: "\eb83"; }

.lni-shift-right::before {
  content: "\eb84"; }

.lni-ship::before {
  content: "\eb85"; }

.lni-shopify::before {
  content: "\eb86"; }

.lni-shopping-basket::before {
  content: "\eb87"; }

.lni-shortcode::before {
  content: "\eb88"; }

.lni-shovel::before {
  content: "\eb89"; }

.lni-shuffle::before {
  content: "\eb8a"; }

.lni-signal::before {
  content: "\eb8b"; }

.lni-sketch::before {
  content: "\eb8c"; }

.lni-skipping-rope::before {
  content: "\eb8d"; }

.lni-skype::before {
  content: "\eb8e"; }

.lni-slack::before {
  content: "\eb8f"; }

.lni-slice::before {
  content: "\eb90"; }

.lni-slideshare::before {
  content: "\eb91"; }

.lni-slim::before {
  content: "\eb92"; }

.lni-reply::before {
  content: "\eb93"; }

.lni-sort-alpha-asc::before {
  content: "\eb94"; }

.lni-remove-file::before {
  content: "\eb95"; }

.lni-sort-amount-dsc::before {
  content: "\eb96"; }

.lni-sort-amount-asc::before {
  content: "\eb97"; }

.lni-soundcloud::before {
  content: "\eb98"; }

.lni-souncloud-original::before {
  content: "\eb99"; }

.lni-spiner-solid::before {
  content: "\eb9a"; }

.lni-revenue::before {
  content: "\eb9b"; }

.lni-spinner::before {
  content: "\eb9c"; }

.lni-spellcheck::before {
  content: "\eb9d"; }

.lni-spotify::before {
  content: "\eb9e"; }

.lni-spray::before {
  content: "\eb9f"; }

.lni-sprout::before {
  content: "\eba0"; }

.lni-snapchat::before {
  content: "\eba1"; }

.lni-stamp::before {
  content: "\eba2"; }

.lni-star-empty::before {
  content: "\eba3"; }

.lni-star-filled::before {
  content: "\eba4"; }

.lni-star-half::before {
  content: "\eba5"; }

.lni-star::before {
  content: "\eba6"; }

.lni-stats-down::before {
  content: "\eba7"; }

.lni-spinner-arrow::before {
  content: "\eba8"; }

.lni-steam::before {
  content: "\eba9"; }

.lni-stackoverflow::before {
  content: "\ebaa"; }

.lni-stop::before {
  content: "\ebab"; }

.lni-strikethrough::before {
  content: "\ebac"; }

.lni-sthethoscope::before {
  content: "\ebad"; }

.lni-stumbleupon::before {
  content: "\ebae"; }

.lni-sun::before {
  content: "\ebaf"; }

.lni-support::before {
  content: "\ebb0"; }

.lni-surf-board::before {
  content: "\ebb1"; }

.lni-swift::before {
  content: "\ebb2"; }

.lni-syringe::before {
  content: "\ebb3"; }

.lni-tab::before {
  content: "\ebb4"; }

.lni-tag::before {
  content: "\ebb5"; }

.lni-target-customer::before {
  content: "\ebb6"; }

.lni-target-revenue::before {
  content: "\ebb7"; }

.lni-target::before {
  content: "\ebb8"; }

.lni-taxi::before {
  content: "\ebb9"; }

.lni-stats-up::before {
  content: "\ebba"; }

.lni-telegram-original::before {
  content: "\ebbb"; }

.lni-telegram::before {
  content: "\ebbc"; }

.lni-text-align-center::before {
  content: "\ebbd"; }

.lni-text-align-justify::before {
  content: "\ebbe"; }

.lni-text-align-left::before {
  content: "\ebbf"; }

.lni-text-format-remove::before {
  content: "\ebc0"; }

.lni-text-align-right::before {
  content: "\ebc1"; }

.lni-text-format::before {
  content: "\ebc2"; }

.lni-thought::before {
  content: "\ebc3"; }

.lni-thumbs-down::before {
  content: "\ebc4"; }

.lni-thumbs-up::before {
  content: "\ebc5"; }

.lni-thunder-alt::before {
  content: "\ebc6"; }

.lni-thunder::before {
  content: "\ebc7"; }

.lni-ticket-alt::before {
  content: "\ebc8"; }

.lni-ticket::before {
  content: "\ebc9"; }

.lni-timer::before {
  content: "\ebca"; }

.lni-train-alt::before {
  content: "\ebcb"; }

.lni-train::before {
  content: "\ebcc"; }

.lni-trash::before {
  content: "\ebcd"; }

.lni-travel::before {
  content: "\ebce"; }

.lni-tree::before {
  content: "\ebcf"; }

.lni-trees::before {
  content: "\ebd0"; }

.lni-trello::before {
  content: "\ebd1"; }

.lni-trowel::before {
  content: "\ebd2"; }

.lni-tshirt::before {
  content: "\ebd3"; }

.lni-tumblr::before {
  content: "\ebd4"; }

.lni-twitch::before {
  content: "\ebd5"; }

.lni-twitter-filled::before {
  content: "\ebd6"; }

.lni-twitter-original::before {
  content: "\ebd7"; }

.lni-twitter::before {
  content: "\ebd8"; }

.lni-ubuntu::before {
  content: "\ebd9"; }

.lni-underline::before {
  content: "\ebda"; }

.lni-unlink::before {
  content: "\ebdb"; }

.lni-unlock::before {
  content: "\ebdc"; }

.lni-upload::before {
  content: "\ebdd"; }

.lni-user::before {
  content: "\ebde"; }

.lni-users::before {
  content: "\ebdf"; }

.lni-ux::before {
  content: "\ebe0"; }

.lni-vector::before {
  content: "\ebe1"; }

.lni-video::before {
  content: "\ebe2"; }

.lni-vimeo::before {
  content: "\ebe3"; }

.lni-visa::before {
  content: "\ebe4"; }

.lni-vk::before {
  content: "\ebe5"; }

.lni-volume-high::before {
  content: "\ebe6"; }

.lni-volume-low::before {
  content: "\ebe7"; }

.lni-volume-medium::before {
  content: "\ebe8"; }

.lni-volume-mute::before {
  content: "\ebe9"; }

.lni-volume::before {
  content: "\ebea"; }

.lni-wallet::before {
  content: "\ebeb"; }

.lni-warning::before {
  content: "\ebec"; }

.lni-website-alt::before {
  content: "\ebed"; }

.lni-website::before {
  content: "\ebee"; }

.lni-wechat::before {
  content: "\ebef"; }

.lni-weight::before {
  content: "\ebf0"; }

.lni-whatsapp::before {
  content: "\ebf1"; }

.lni-wheelbarrow::before {
  content: "\ebf2"; }

.lni-wheelchair::before {
  content: "\ebf3"; }

.lni-windows::before {
  content: "\ebf4"; }

.lni-wordpress-filled::before {
  content: "\ebf5"; }

.lni-wordpress::before {
  content: "\ebf6"; }

.lni-world-alt::before {
  content: "\ebf7"; }

.lni-world::before {
  content: "\ebf8"; }

.lni-write::before {
  content: "\ebf9"; }

.lni-yahoo::before {
  content: "\ebfa"; }

.lni-ycombinator::before {
  content: "\ebfb"; }

.lni-yen::before {
  content: "\ebfc"; }

.lni-youtube::before {
  content: "\ebfd"; }

.lni-zip::before {
  content: "\ebfe"; }

.lni-zoom-in::before {
  content: "\ebff"; }

.lni-zoom-out::before {
  content: "\ec00"; }

.lni-teabag::before {
  content: "\ec01"; }

.lni-stripe::before {
  content: "\ec02"; }

.lni-spotify-original::before {
  content: "\ec03"; }

/* Box */
.box {
  position: relative;
  background-color: #ffffff;
  padding: 1.5em;
  filter: drop-shadow(2px 2px 2px rgba(62, 0, 96, 0.75));
  border-radius: 0.2em; }
  .box ul {
    padding: 0; }
    .box ul li {
      margin: 0;
      padding: 0 0 0.25em 0.5em;
      text-align: left; }
  .box > ul > li:first-child {
    padding-bottom: 0.25em;
    margin-bottom: 0.75em;
    border-bottom: 1px solid #a600ff; }
  .box p, .box label, .box span {
    padding-top: 0.2em;
    margin-bottom: 0; }
  .box h1 {
    color: #a600ff;
    text-align: center; }
  .box label {
    margin: 0 0.5em 1.5em; }
    .box label.active span {
      background-color: #ffffff;
      color: #b6f3dd; }
  .box span {
    display: inline-block;
    padding: 0.5em 2em;
    border: 1px solid #ffffff;
    border-radius: 1.5em; }
    .box span:hover {
      background-color: #8aecc9; }
  .box input[type="tel"], .box input[type="text"], .box input[type="password"], .box input[type="email"], .box select, .box textarea {
    border-color: #ffffff; }
  .box img {
    max-width: 16em; }
    @media screen {
      .box img {
        left: 30%; } }
  .box input[type="submit"] {
    background-color: #ffffff;
    color: #b6f3dd;
    filter: drop-shadow(5px 5px 2px #0060A9);
    margin-right: 2em; }

.isotope-item {
  z-index: 1; }

.littleBox {
  position: relative;
  background-color: #D40062;
  min-height: 8em;
  margin-bottom: 1em;
  padding: 1.5em; }
  .littleBox > :last-child,
  .littleBox > :last-child > :last-child,
  .littleBox > :last-child > :last-child > :last-child {
    margin-bottom: 0; }

#notifications_popup_container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: #b6f3dd !important;
  opacity: 0.95;
  z-index: 10000;
  width: 100% !important; }

#notifications_popup_txt {
  color: #ffffff;
  text-align: center;
  margin: 15em 0 0;
  font-size: 2em;
  z-index: 10001; }

#notifications_popup_button {
  position: absolute;
  top: 3em;
  right: 2em;
  color: #ffffff !important;
  padding: 1em;
  color: #ffffff;
  text-align: right;
  z-index: 10002; }
  #notifications_popup_button a {
    color: #ffffff !important;
    font-size: 2em;
    text-decoration: underline; }

/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

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

body {
  -webkit-text-size-adjust: none; }

/* Box Model */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* Grid */
.row {
  border-bottom: solid 1px transparent;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.row > * {
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.row:after, .row:before {
  content: '';
  display: block;
  clear: both;
  height: 0; }

.row.uniform > * > :first-child {
  margin-top: 0; }

.row.uniform > * > :last-child {
  margin-bottom: 0; }

[class^="wrapper"] > .row.\30 \25  > * {
  padding: 0 0 0 0em; }

[class^="wrapper"] > .row.\30 \25 {
  margin: 0 0 -1px 0em; }

.row.uniform.\30 \25  > * {
  padding: 0em 0 0 0em; }

.row.uniform.\30 \25 {
  margin: 0em 0 -1px 0em; }

[class^="wrapper"] > .row > * {
  padding: 0 0 0 1.5em; }

[class^="wrapper"] > .row {
  margin: 0 0 -1px -1.5em; }

.row.uniform > * {
  padding: 1.5em 0 0 1.5em; }

.row.uniform {
  margin: -1.5em 0 -1px -1.5em; }

[class^="wrapper"] > .row.\32 00\25  > * {
  padding: 0 0 0 3em; }

[class^="wrapper"] > .row.\32 00\25 {
  margin: 0 0 -1px -3em; }

.row.uniform.\32 00\25  > * {
  padding: 3em 0 0 3em; }

.row.uniform.\32 00\25 {
  margin: -3em 0 -1px -3em; }

[class^="wrapper"] > .row.\31 50\25  > * {
  padding: 0 0 0 2.25em; }

[class^="wrapper"] > .row.\31 50\25 {
  margin: 0 0 -1px -2.25em; }

.row.uniform.\31 50\25  > * {
  padding: 2.25em 0 0 2.25em; }

.row.uniform.\31 50\25 {
  margin: -2.25em 0 -1px -2.25em; }

[class^="wrapper"] > .row.\35 0\25  > * {
  padding: 0 0 0 0.75em; }

[class^="wrapper"] > .row.\35 0\25 {
  margin: 0 0 -1px -0.75em; }

.row.uniform.\35 0\25  > * {
  padding: 0.75em 0 0 0.75em; }

.row.uniform.\35 0\25 {
  margin: -0.75em 0 -1px -0.75em; }

[class^="wrapper"] > .row.\32 5\25  > * {
  padding: 0 0 0 0.375em; }

[class^="wrapper"] > .row.\32 5\25 {
  margin: 0 0 -1px -0.375em; }

.row.uniform.\32 5\25  > * {
  padding: 0.375em 0 0 0.375em; }

.row.uniform.\32 5\25 {
  margin: -0.375em 0 -1px -0.375em; }

.\31 2u, .\31 2u\24 {
  width: 100%;
  clear: none;
  margin-left: 0; }

.\31 1u, .\31 1u\24 {
  width: 91.6666666667%;
  clear: none;
  margin-left: 0; }

.\31 0u, .\31 0u\24 {
  width: 83.3333333333%;
  clear: none;
  margin-left: 0; }

.\39 u, .\39 u\24 {
  width: 75%;
  clear: none;
  margin-left: 0; }

.\38 u, .\38 u\24 {
  width: 66.6666666667%;
  clear: none;
  margin-left: 0; }

.\37 u, .\37 u\24 {
  width: 58.3333333333%;
  clear: none;
  margin-left: 0; }

.\36 u, .\36 u\24 {
  width: 50%;
  clear: none;
  margin-left: 0; }

.\35 u, .\35 u\24 {
  width: 41.6666666667%;
  clear: none;
  margin-left: 0; }

.\34 u, .\34 u\24 {
  width: 33.3333333333%;
  clear: none;
  margin-left: 0; }

.\33 u, .\33 u\24 {
  width: 25%;
  clear: none;
  margin-left: 0; }

.\32 u, .\32 u\24 {
  width: 16.6666666667%;
  clear: none;
  margin-left: 0; }

.\31 u, .\31 u\24 {
  width: 8.3333333333%;
  clear: none;
  margin-left: 0; }

.\31 2u\24  + *,
.\31 1u\24  + *,
.\31 0u\24  + *,
.\39 u\24  + *,
.\38 u\24  + *,
.\37 u\24  + *,
.\36 u\24  + *,
.\35 u\24  + *,
.\34 u\24  + *,
.\33 u\24  + *,
.\32 u\24  + *,
.\31 u\24  + * {
  clear: left; }

.\-11u {
  margin-left: 91.6666666667%; }

.\-10u {
  margin-left: 83.3333333333%; }

.\-9u {
  margin-left: 75%; }

.\-8u {
  margin-left: 66.6666666667%; }

.\-7u {
  margin-left: 58.3333333333%; }

.\-6u {
  margin-left: 50%; }

.\-5u {
  margin-left: 41.6666666667%; }

.\-4u {
  margin-left: 33.3333333333%; }

.\-3u {
  margin-left: 25%; }

.\-2u {
  margin-left: 16.6666666667%; }

.\-1u {
  margin-left: 8.3333333333%; }

@media screen and (min-width: 1680px) {
  [class^="wrapper"] > .row > * {
    padding: 0 0 0 1.5em; }

  [class^="wrapper"] > .row {
    margin: 0 0 -1px -1.5em; }

  .row.uniform > * {
    padding: 1.5em 0 0 1.5em; }

  .row.uniform {
    margin: -1.5em 0 -1px -1.5em; }

  [class^="wrapper"] > .row.\32 00\25  > * {
    padding: 0 0 0 3em; }

  [class^="wrapper"] > .row.\32 00\25 {
    margin: 0 0 -1px -3em; }

  .row.uniform.\32 00\25  > * {
    padding: 3em 0 0 3em; }

  .row.uniform.\32 00\25 {
    margin: -3em 0 -1px -3em; }

  [class^="wrapper"] > .row.\31 50\25  > * {
    padding: 0 0 0 2.25em; }

  [class^="wrapper"] > .row.\31 50\25 {
    margin: 0 0 -1px -2.25em; }

  .row.uniform.\31 50\25  > * {
    padding: 2.25em 0 0 2.25em; }

  .row.uniform.\31 50\25 {
    margin: -2.25em 0 -1px -2.25em; }

  [class^="wrapper"] > .row.\35 0\25  > * {
    padding: 0 0 0 0.75em; }

  [class^="wrapper"] > .row.\35 0\25 {
    margin: 0 0 -1px -0.75em; }

  .row.uniform.\35 0\25  > * {
    padding: 0.75em 0 0 0.75em; }

  .row.uniform.\35 0\25 {
    margin: -0.75em 0 -1px -0.75em; }

  [class^="wrapper"] > .row.\32 5\25  > * {
    padding: 0 0 0 0.375em; }

  [class^="wrapper"] > .row.\32 5\25 {
    margin: 0 0 -1px -0.375em; }

  .row.uniform.\32 5\25  > * {
    padding: 0.375em 0 0 0.375em; }

  .row.uniform.\32 5\25 {
    margin: -0.375em 0 -1px -0.375em; }

  .\31 2u\28xlarge\29, .\31 2u\24\28xlarge\29 {
    width: 100%;
    clear: none;
    margin-left: 0; }

  .\31 1u\28xlarge\29, .\31 1u\24\28xlarge\29 {
    width: 91.6666666667%;
    clear: none;
    margin-left: 0; }

  .\31 0u\28xlarge\29, .\31 0u\24\28xlarge\29 {
    width: 83.3333333333%;
    clear: none;
    margin-left: 0; }

  .\39 u\28xlarge\29, .\39 u\24\28xlarge\29 {
    width: 75%;
    clear: none;
    margin-left: 0; }

  .\38 u\28xlarge\29, .\38 u\24\28xlarge\29 {
    width: 66.6666666667%;
    clear: none;
    margin-left: 0; }

  .\37 u\28xlarge\29, .\37 u\24\28xlarge\29 {
    width: 58.3333333333%;
    clear: none;
    margin-left: 0; }

  .\36 u\28xlarge\29, .\36 u\24\28xlarge\29 {
    width: 50%;
    clear: none;
    margin-left: 0; }

  .\35 u\28xlarge\29, .\35 u\24\28xlarge\29 {
    width: 41.6666666667%;
    clear: none;
    margin-left: 0; }

  .\34 u\28xlarge\29, .\34 u\24\28xlarge\29 {
    width: 33.3333333333%;
    clear: none;
    margin-left: 0; }

  .\33 u\28xlarge\29, .\33 u\24\28xlarge\29 {
    width: 25%;
    clear: none;
    margin-left: 0; }

  .\32 u\28xlarge\29, .\32 u\24\28xlarge\29 {
    width: 16.6666666667%;
    clear: none;
    margin-left: 0; }

  .\31 u\28xlarge\29, .\31 u\24\28xlarge\29 {
    width: 8.3333333333%;
    clear: none;
    margin-left: 0; }

  .\31 2u\24\28xlarge\29  + *,
  .\31 1u\24\28xlarge\29  + *,
  .\31 0u\24\28xlarge\29  + *,
  .\39 u\24\28xlarge\29  + *,
  .\38 u\24\28xlarge\29  + *,
  .\37 u\24\28xlarge\29  + *,
  .\36 u\24\28xlarge\29  + *,
  .\35 u\24\28xlarge\29  + *,
  .\34 u\24\28xlarge\29  + *,
  .\33 u\24\28xlarge\29  + *,
  .\32 u\24\28xlarge\29  + *,
  .\31 u\24\28xlarge\29  + * {
    clear: left; }

  .\-11u\28xlarge\29 {
    margin-left: 91.6666666667%; }

  .\-10u\28xlarge\29 {
    margin-left: 83.3333333333%; }

  .\-9u\28xlarge\29 {
    margin-left: 75%; }

  .\-8u\28xlarge\29 {
    margin-left: 66.6666666667%; }

  .\-7u\28xlarge\29 {
    margin-left: 58.3333333333%; }

  .\-6u\28xlarge\29 {
    margin-left: 50%; }

  .\-5u\28xlarge\29 {
    margin-left: 41.6666666667%; }

  .\-4u\28xlarge\29 {
    margin-left: 33.3333333333%; }

  .\-3u\28xlarge\29 {
    margin-left: 25%; }

  .\-2u\28xlarge\29 {
    margin-left: 16.6666666667%; }

  .\-1u\28xlarge\29 {
    margin-left: 8.3333333333%; } }
@media screen and (min-width: 1300px) {
  [class^="wrapper"] > .row > * {
    padding: 0 0 0 1.5em; }

  [class^="wrapper"] > .row {
    margin: 0 0 -1px -1.5em; }

  .row.uniform > * {
    padding: 1.5em 0 0 1.5em; }

  .row.uniform {
    margin: -1.5em 0 -1px -1.5em; }

  [class^="wrapper"] > .row.\32 00\25  > * {
    padding: 0 0 0 3em; }

  [class^="wrapper"] > .row.\32 00\25 {
    margin: 0 0 -1px -3em; }

  .row.uniform.\32 00\25  > * {
    padding: 3em 0 0 3em; }

  .row.uniform.\32 00\25 {
    margin: -3em 0 -1px -3em; }

  [class^="wrapper"] > .row.\31 50\25  > * {
    padding: 0 0 0 2.25em; }

  [class^="wrapper"] > .row.\31 50\25 {
    margin: 0 0 -1px -2.25em; }

  .row.uniform.\31 50\25  > * {
    padding: 2.25em 0 0 2.25em; }

  .row.uniform.\31 50\25 {
    margin: -2.25em 0 -1px -2.25em; }

  [class^="wrapper"] > .row.\35 0\25  > * {
    padding: 0 0 0 0.75em; }

  [class^="wrapper"] > .row.\35 0\25 {
    margin: 0 0 -1px -0.75em; }

  .row.uniform.\35 0\25  > * {
    padding: 0.75em 0 0 0.75em; }

  .row.uniform.\35 0\25 {
    margin: -0.75em 0 -1px -0.75em; }

  [class^="wrapper"] > .row.\32 5\25  > * {
    padding: 0 0 0 0.375em; }

  [class^="wrapper"] > .row.\32 5\25 {
    margin: 0 0 -1px -0.375em; }

  .row.uniform.\32 5\25  > * {
    padding: 0.375em 0 0 0.375em; }

  .row.uniform.\32 5\25 {
    margin: -0.375em 0 -1px -0.375em; }

  .\31 2u\28large\29, .\31 2u\24\28large\29 {
    width: 100%;
    clear: none;
    margin-left: 0; }

  .\31 1u\28large\29, .\31 1u\24\28large\29 {
    width: 91.6666666667%;
    clear: none;
    margin-left: 0; }

  .\31 0u\28large\29, .\31 0u\24\28large\29 {
    width: 83.3333333333%;
    clear: none;
    margin-left: 0; }

  .\39 u\28large\29, .\39 u\24\28large\29 {
    width: 75%;
    clear: none;
    margin-left: 0; }

  .\38 u\28large\29, .\38 u\24\28large\29 {
    width: 66.6666666667%;
    clear: none;
    margin-left: 0; }

  .\37 u\28large\29, .\37 u\24\28large\29 {
    width: 58.3333333333%;
    clear: none;
    margin-left: 0; }

  .\36 u\28large\29, .\36 u\24\28large\29 {
    width: 50%;
    clear: none;
    margin-left: 0; }

  .\35 u\28large\29, .\35 u\24\28large\29 {
    width: 41.6666666667%;
    clear: none;
    margin-left: 0; }

  .\34 u\28large\29, .\34 u\24\28large\29 {
    width: 33.3333333333%;
    clear: none;
    margin-left: 0; }

  .\33 u\28large\29, .\33 u\24\28large\29 {
    width: 25%;
    clear: none;
    margin-left: 0; }

  .\32 u\28large\29, .\32 u\24\28large\29 {
    width: 16.6666666667%;
    clear: none;
    margin-left: 0; }

  .\31 u\28large\29, .\31 u\24\28large\29 {
    width: 8.3333333333%;
    clear: none;
    margin-left: 0; }

  .\31 2u\24\28large\29  + *,
  .\31 1u\24\28large\29  + *,
  .\31 0u\24\28large\29  + *,
  .\39 u\24\28large\29  + *,
  .\38 u\24\28large\29  + *,
  .\37 u\24\28large\29  + *,
  .\36 u\24\28large\29  + *,
  .\35 u\24\28large\29  + *,
  .\34 u\24\28large\29  + *,
  .\33 u\24\28large\29  + *,
  .\32 u\24\28large\29  + *,
  .\31 u\24\28large\29  + * {
    clear: left; }

  .\-11u\28large\29 {
    margin-left: 91.6666666667%; }

  .\-10u\28large\29 {
    margin-left: 83.3333333333%; }

  .\-9u\28large\29 {
    margin-left: 75%; }

  .\-8u\28large\29 {
    margin-left: 66.6666666667%; }

  .\-7u\28large\29 {
    margin-left: 58.3333333333%; }

  .\-6u\28large\29 {
    margin-left: 50%; }

  .\-5u\28large\29 {
    margin-left: 41.6666666667%; }

  .\-4u\28large\29 {
    margin-left: 33.3333333333%; }

  .\-3u\28large\29 {
    margin-left: 25%; }

  .\-2u\28large\29 {
    margin-left: 16.6666666667%; }

  .\-1u\28large\29 {
    margin-left: 8.3333333333%; } }
@media screen and (min-width: 980px) {
  [class^="wrapper"] > .row > * {
    padding: 0 0 0 1.5em; }

  [class^="wrapper"] > .row {
    margin: 0 0 -1px -1.5em; }

  .row.uniform > * {
    padding: 1.5em 0 0 1.5em; }

  .row.uniform {
    margin: -1.5em 0 -1px -1.5em; }

  [class^="wrapper"] > .row.\32 00\25  > * {
    padding: 0 0 0 3em; }

  [class^="wrapper"] > .row.\32 00\25 {
    margin: 0 0 -1px -3em; }

  .row.uniform.\32 00\25  > * {
    padding: 3em 0 0 3em; }

  .row.uniform.\32 00\25 {
    margin: -3em 0 -1px -3em; }

  [class^="wrapper"] > .row.\31 50\25  > * {
    padding: 0 0 0 2.25em; }

  [class^="wrapper"] > .row.\31 50\25 {
    margin: 0 0 -1px -2.25em; }

  .row.uniform.\31 50\25  > * {
    padding: 2.25em 0 0 2.25em; }

  .row.uniform.\31 50\25 {
    margin: -2.25em 0 -1px -2.25em; }

  [class^="wrapper"] > .row.\35 0\25  > * {
    padding: 0 0 0 0.75em; }

  [class^="wrapper"] > .row.\35 0\25 {
    margin: 0 0 -1px -0.75em; }

  .row.uniform.\35 0\25  > * {
    padding: 0.75em 0 0 0.75em; }

  .row.uniform.\35 0\25 {
    margin: -0.75em 0 -1px -0.75em; }

  [class^="wrapper"] > .row.\32 5\25  > * {
    padding: 0 0 0 0.375em; }

  [class^="wrapper"] > .row.\32 5\25 {
    margin: 0 0 -1px -0.375em; }

  .row.uniform.\32 5\25  > * {
    padding: 0.375em 0 0 0.375em; }

  .row.uniform.\32 5\25 {
    margin: -0.375em 0 -1px -0.375em; }

  .\31 2u\28medium\29, .\31 2u\24\28medium\29 {
    width: 100%;
    clear: none;
    margin-left: 0; }

  .\31 1u\28medium\29, .\31 1u\24\28medium\29 {
    width: 91.6666666667%;
    clear: none;
    margin-left: 0; }

  .\31 0u\28medium\29, .\31 0u\24\28medium\29 {
    width: 83.3333333333%;
    clear: none;
    margin-left: 0; }

  .\39 u\28medium\29, .\39 u\24\28medium\29 {
    width: 75%;
    clear: none;
    margin-left: 0; }

  .\38 u\28medium\29, .\38 u\24\28medium\29 {
    width: 66.6666666667%;
    clear: none;
    margin-left: 0; }

  .\37 u\28medium\29, .\37 u\24\28medium\29 {
    width: 58.3333333333%;
    clear: none;
    margin-left: 0; }

  .\36 u\28medium\29, .\36 u\24\28medium\29 {
    width: 50%;
    clear: none;
    margin-left: 0; }

  .\35 u\28medium\29, .\35 u\24\28medium\29 {
    width: 41.6666666667%;
    clear: none;
    margin-left: 0; }

  .\34 u\28medium\29, .\34 u\24\28medium\29 {
    width: 33.3333333333%;
    clear: none;
    margin-left: 0; }

  .\33 u\28medium\29, .\33 u\24\28medium\29 {
    width: 25%;
    clear: none;
    margin-left: 0; }

  .\32 u\28medium\29, .\32 u\24\28medium\29 {
    width: 16.6666666667%;
    clear: none;
    margin-left: 0; }

  .\31 u\28medium\29, .\31 u\24\28medium\29 {
    width: 8.3333333333%;
    clear: none;
    margin-left: 0; }

  .\31 2u\24\28medium\29  + *,
  .\31 1u\24\28medium\29  + *,
  .\31 0u\24\28medium\29  + *,
  .\39 u\24\28medium\29  + *,
  .\38 u\24\28medium\29  + *,
  .\37 u\24\28medium\29  + *,
  .\36 u\24\28medium\29  + *,
  .\35 u\24\28medium\29  + *,
  .\34 u\24\28medium\29  + *,
  .\33 u\24\28medium\29  + *,
  .\32 u\24\28medium\29  + *,
  .\31 u\24\28medium\29  + * {
    clear: left; }

  .\-11u\28medium\29 {
    margin-left: 91.6666666667%; }

  .\-10u\28medium\29 {
    margin-left: 83.3333333333%; }

  .\-9u\28medium\29 {
    margin-left: 75%; }

  .\-8u\28medium\29 {
    margin-left: 66.6666666667%; }

  .\-7u\28medium\29 {
    margin-left: 58.3333333333%; }

  .\-6u\28medium\29 {
    margin-left: 50%; }

  .\-5u\28medium\29 {
    margin-left: 41.6666666667%; }

  .\-4u\28medium\29 {
    margin-left: 33.3333333333%; }

  .\-3u\28medium\29 {
    margin-left: 25%; }

  .\-2u\28medium\29 {
    margin-left: 16.6666666667%; }

  .\-1u\28medium\29 {
    margin-left: 8.3333333333%; } }
@media screen and (min-width: 736px) {
  [class^="wrapper"] > .row > * {
    padding: 0 0 0 1em; }

  [class^="wrapper"] > .row {
    margin: 0 0 -1px -1em; }

  .row.uniform > * {
    padding: 1em 0 0 1em; }

  .row.uniform {
    margin: -1em 0 -1px -1em; }

  [class^="wrapper"] > .row.\32 00\25  > * {
    padding: 0 0 0 2em; }

  [class^="wrapper"] > .row.\32 00\25 {
    margin: 0 0 -1px -2em; }

  .row.uniform.\32 00\25  > * {
    padding: 2em 0 0 2em; }

  .row.uniform.\32 00\25 {
    margin: -2em 0 -1px -2em; }

  [class^="wrapper"] > .row.\31 50\25  > * {
    padding: 0 0 0 1.5em; }

  [class^="wrapper"] > .row.\31 50\25 {
    margin: 0 0 -1px -1.5em; }

  .row.uniform.\31 50\25  > * {
    padding: 1.5em 0 0 1.5em; }

  .row.uniform.\31 50\25 {
    margin: -1.5em 0 -1px -1.5em; }

  [class^="wrapper"] > .row.\35 0\25  > * {
    padding: 0 0 0 0.5em; }

  [class^="wrapper"] > .row.\35 0\25 {
    margin: 0 0 -1px -0.5em; }

  .row.uniform.\35 0\25  > * {
    padding: 0.5em 0 0 0.5em; }

  .row.uniform.\35 0\25 {
    margin: -0.5em 0 -1px -0.5em; }

  [class^="wrapper"] > .row.\32 5\25  > * {
    padding: 0 0 0 0.25em; }

  [class^="wrapper"] > .row.\32 5\25 {
    margin: 0 0 -1px -0.25em; }

  .row.uniform.\32 5\25  > * {
    padding: 0.25em 0 0 0.25em; }

  .row.uniform.\32 5\25 {
    margin: -0.25em 0 -1px -0.25em; }

  .\31 2u\28small\29, .\31 2u\24\28small\29 {
    width: 100%;
    clear: none;
    margin-left: 0; }

  .\31 1u\28small\29, .\31 1u\24\28small\29 {
    width: 91.6666666667%;
    clear: none;
    margin-left: 0; }

  .\31 0u\28small\29, .\31 0u\24\28small\29 {
    width: 83.3333333333%;
    clear: none;
    margin-left: 0; }

  .\39 u\28small\29, .\39 u\24\28small\29 {
    width: 75%;
    clear: none;
    margin-left: 0; }

  .\38 u\28small\29, .\38 u\24\28small\29 {
    width: 66.6666666667%;
    clear: none;
    margin-left: 0; }

  .\37 u\28small\29, .\37 u\24\28small\29 {
    width: 58.3333333333%;
    clear: none;
    margin-left: 0; }

  .\36 u\28small\29, .\36 u\24\28small\29 {
    width: 50%;
    clear: none;
    margin-left: 0; }

  .\35 u\28small\29, .\35 u\24\28small\29 {
    width: 41.6666666667%;
    clear: none;
    margin-left: 0; }

  .\34 u\28small\29, .\34 u\24\28small\29 {
    width: 33.3333333333%;
    clear: none;
    margin-left: 0; }

  .\33 u\28small\29, .\33 u\24\28small\29 {
    width: 25%;
    clear: none;
    margin-left: 0; }

  .\32 u\28small\29, .\32 u\24\28small\29 {
    width: 16.6666666667%;
    clear: none;
    margin-left: 0; }

  .\31 u\28small\29, .\31 u\24\28small\29 {
    width: 8.3333333333%;
    clear: none;
    margin-left: 0; }

  .\31 2u\24\28small\29  + *,
  .\31 1u\24\28small\29  + *,
  .\31 0u\24\28small\29  + *,
  .\39 u\24\28small\29  + *,
  .\38 u\24\28small\29  + *,
  .\37 u\24\28small\29  + *,
  .\36 u\24\28small\29  + *,
  .\35 u\24\28small\29  + *,
  .\34 u\24\28small\29  + *,
  .\33 u\24\28small\29  + *,
  .\32 u\24\28small\29  + *,
  .\31 u\24\28small\29  + * {
    clear: left; }

  .\-11u\28small\29 {
    margin-left: 91.6666666667%; }

  .\-10u\28small\29 {
    margin-left: 83.3333333333%; }

  .\-9u\28small\29 {
    margin-left: 75%; }

  .\-8u\28small\29 {
    margin-left: 66.6666666667%; }

  .\-7u\28small\29 {
    margin-left: 58.3333333333%; }

  .\-6u\28small\29 {
    margin-left: 50%; }

  .\-5u\28small\29 {
    margin-left: 41.6666666667%; }

  .\-4u\28small\29 {
    margin-left: 33.3333333333%; }

  .\-3u\28small\29 {
    margin-left: 25%; }

  .\-2u\28small\29 {
    margin-left: 16.6666666667%; }

  .\-1u\28small\29 {
    margin-left: 8.3333333333%; } }
@media screen and (min-width: 480px) {
  [class^="wrapper"] > .row > * {
    padding: 0 0 0 1em; }

  [class^="wrapper"] > .row {
    margin: 0 0 -1px -1em; }

  .row.uniform > * {
    padding: 1em 0 0 1em; }

  .row.uniform {
    margin: -1em 0 -1px -1em; }

  [class^="wrapper"] > .row.\32 00\25  > * {
    padding: 0 0 0 2em; }

  [class^="wrapper"] > .row.\32 00\25 {
    margin: 0 0 -1px -2em; }

  .row.uniform.\32 00\25  > * {
    padding: 2em 0 0 2em; }

  .row.uniform.\32 00\25 {
    margin: -2em 0 -1px -2em; }

  [class^="wrapper"] > .row.\31 50\25  > * {
    padding: 0 0 0 1.5em; }

  [class^="wrapper"] > .row.\31 50\25 {
    margin: 0 0 -1px -1.5em; }

  .row.uniform.\31 50\25  > * {
    padding: 1.5em 0 0 1.5em; }

  .row.uniform.\31 50\25 {
    margin: -1.5em 0 -1px -1.5em; }

  [class^="wrapper"] > .row.\35 0\25  > * {
    padding: 0 0 0 0.5em; }

  [class^="wrapper"] > .row.\35 0\25 {
    margin: 0 0 -1px -0.5em; }

  .row.uniform.\35 0\25  > * {
    padding: 0.5em 0 0 0.5em; }

  .row.uniform.\35 0\25 {
    margin: -0.5em 0 -1px -0.5em; }

  [class^="wrapper"] > .row.\32 5\25  > * {
    padding: 0 0 0 0.25em; }

  [class^="wrapper"] > .row.\32 5\25 {
    margin: 0 0 -1px -0.25em; }

  .row.uniform.\32 5\25  > * {
    padding: 0.25em 0 0 0.25em; }

  .row.uniform.\32 5\25 {
    margin: -0.25em 0 -1px -0.25em; }

  .\31 2u\28xsmall\29, .\31 2u\24\28xsmall\29 {
    width: 100%;
    clear: none;
    margin-left: 0; }

  .\31 1u\28xsmall\29, .\31 1u\24\28xsmall\29 {
    width: 91.6666666667%;
    clear: none;
    margin-left: 0; }

  .\31 0u\28xsmall\29, .\31 0u\24\28xsmall\29 {
    width: 83.3333333333%;
    clear: none;
    margin-left: 0; }

  .\39 u\28xsmall\29, .\39 u\24\28xsmall\29 {
    width: 75%;
    clear: none;
    margin-left: 0; }

  .\38 u\28xsmall\29, .\38 u\24\28xsmall\29 {
    width: 66.6666666667%;
    clear: none;
    margin-left: 0; }

  .\37 u\28xsmall\29, .\37 u\24\28xsmall\29 {
    width: 58.3333333333%;
    clear: none;
    margin-left: 0; }

  .\36 u\28xsmall\29, .\36 u\24\28xsmall\29 {
    width: 50%;
    clear: none;
    margin-left: 0; }

  .\35 u\28xsmall\29, .\35 u\24\28xsmall\29 {
    width: 41.6666666667%;
    clear: none;
    margin-left: 0; }

  .\34 u\28xsmall\29, .\34 u\24\28xsmall\29 {
    width: 33.3333333333%;
    clear: none;
    margin-left: 0; }

  .\33 u\28xsmall\29, .\33 u\24\28xsmall\29 {
    width: 25%;
    clear: none;
    margin-left: 0; }

  .\32 u\28xsmall\29, .\32 u\24\28xsmall\29 {
    width: 16.6666666667%;
    clear: none;
    margin-left: 0; }

  .\31 u\28xsmall\29, .\31 u\24\28xsmall\29 {
    width: 8.3333333333%;
    clear: none;
    margin-left: 0; }

  .\31 2u\24\28xsmall\29  + *,
  .\31 1u\24\28xsmall\29  + *,
  .\31 0u\24\28xsmall\29  + *,
  .\39 u\24\28xsmall\29  + *,
  .\38 u\24\28xsmall\29  + *,
  .\37 u\24\28xsmall\29  + *,
  .\36 u\24\28xsmall\29  + *,
  .\35 u\24\28xsmall\29  + *,
  .\34 u\24\28xsmall\29  + *,
  .\33 u\24\28xsmall\29  + *,
  .\32 u\24\28xsmall\29  + *,
  .\31 u\24\28xsmall\29  + * {
    clear: left; }

  .\-11u\28xsmall\29 {
    margin-left: 91.6666666667%; }

  .\-10u\28xsmall\29 {
    margin-left: 83.3333333333%; }

  .\-9u\28xsmall\29 {
    margin-left: 75%; }

  .\-8u\28xsmall\29 {
    margin-left: 66.6666666667%; }

  .\-7u\28xsmall\29 {
    margin-left: 58.3333333333%; }

  .\-6u\28xsmall\29 {
    margin-left: 50%; }

  .\-5u\28xsmall\29 {
    margin-left: 41.6666666667%; }

  .\-4u\28xsmall\29 {
    margin-left: 33.3333333333%; }

  .\-3u\28xsmall\29 {
    margin-left: 25%; }

  .\-2u\28xsmall\29 {
    margin-left: 16.6666666667%; }

  .\-1u\28xsmall\29 {
    margin-left: 8.3333333333%; } }
@media screen and (min-width: 360px) {
  [class^="wrapper"] > .row > * {
    padding: 0 0 0 1em; }

  [class^="wrapper"] > .row {
    margin: 0 0 -1px -1em; }

  .row.uniform > * {
    padding: 1em 0 0 1em; }

  .row.uniform {
    margin: -1em 0 -1px -1em; }

  [class^="wrapper"] > .row.\32 00\25  > * {
    padding: 0 0 0 2em; }

  [class^="wrapper"] > .row.\32 00\25 {
    margin: 0 0 -1px -2em; }

  .row.uniform.\32 00\25  > * {
    padding: 2em 0 0 2em; }

  .row.uniform.\32 00\25 {
    margin: -2em 0 -1px -2em; }

  [class^="wrapper"] > .row.\31 50\25  > * {
    padding: 0 0 0 1.5em; }

  [class^="wrapper"] > .row.\31 50\25 {
    margin: 0 0 -1px -1.5em; }

  .row.uniform.\31 50\25  > * {
    padding: 1.5em 0 0 1.5em; }

  .row.uniform.\31 50\25 {
    margin: -1.5em 0 -1px -1.5em; }

  [class^="wrapper"] > .row.\35 0\25  > * {
    padding: 0 0 0 0.5em; }

  [class^="wrapper"] > .row.\35 0\25 {
    margin: 0 0 -1px -0.5em; }

  .row.uniform.\35 0\25  > * {
    padding: 0.5em 0 0 0.5em; }

  .row.uniform.\35 0\25 {
    margin: -0.5em 0 -1px -0.5em; }

  [class^="wrapper"] > .row.\32 5\25  > * {
    padding: 0 0 0 0.25em; }

  [class^="wrapper"] > .row.\32 5\25 {
    margin: 0 0 -1px -0.25em; }

  .row.uniform.\32 5\25  > * {
    padding: 0.25em 0 0 0.25em; }

  .row.uniform.\32 5\25 {
    margin: -0.25em 0 -1px -0.25em; }

  .\31 2u\28xxsmall\29, .\31 2u\24\28xxsmall\29 {
    width: 100%;
    clear: none;
    margin-left: 0; }

  .\31 1u\28xxsmall\29, .\31 1u\24\28xxsmall\29 {
    width: 91.6666666667%;
    clear: none;
    margin-left: 0; }

  .\31 0u\28xxsmall\29, .\31 0u\24\28xxsmall\29 {
    width: 83.3333333333%;
    clear: none;
    margin-left: 0; }

  .\39 u\28xxsmall\29, .\39 u\24\28xxsmall\29 {
    width: 75%;
    clear: none;
    margin-left: 0; }

  .\38 u\28xxsmall\29, .\38 u\24\28xxsmall\29 {
    width: 66.6666666667%;
    clear: none;
    margin-left: 0; }

  .\37 u\28xxsmall\29, .\37 u\24\28xxsmall\29 {
    width: 58.3333333333%;
    clear: none;
    margin-left: 0; }

  .\36 u\28xxsmall\29, .\36 u\24\28xxsmall\29 {
    width: 50%;
    clear: none;
    margin-left: 0; }

  .\35 u\28xxsmall\29, .\35 u\24\28xxsmall\29 {
    width: 41.6666666667%;
    clear: none;
    margin-left: 0; }

  .\34 u\28xxsmall\29, .\34 u\24\28xxsmall\29 {
    width: 33.3333333333%;
    clear: none;
    margin-left: 0; }

  .\33 u\28xxsmall\29, .\33 u\24\28xxsmall\29 {
    width: 25%;
    clear: none;
    margin-left: 0; }

  .\32 u\28xxsmall\29, .\32 u\24\28xxsmall\29 {
    width: 16.6666666667%;
    clear: none;
    margin-left: 0; }

  .\31 u\28xxsmall\29, .\31 u\24\28xxsmall\29 {
    width: 8.3333333333%;
    clear: none;
    margin-left: 0; }

  .\31 2u\24\28xxsmall\29  + *,
  .\31 1u\24\28xxsmall\29  + *,
  .\31 0u\24\28xxsmall\29  + *,
  .\39 u\24\28xxsmall\29  + *,
  .\38 u\24\28xxsmall\29  + *,
  .\37 u\24\28xxsmall\29  + *,
  .\36 u\24\28xxsmall\29  + *,
  .\35 u\24\28xxsmall\29  + *,
  .\34 u\24\28xxsmall\29  + *,
  .\33 u\24\28xxsmall\29  + *,
  .\32 u\24\28xxsmall\29  + *,
  .\31 u\24\28xxsmall\29  + * {
    clear: left; }

  .\-11u\28xxsmall\29 {
    margin-left: 91.6666666667%; }

  .\-10u\28xxsmall\29 {
    margin-left: 83.3333333333%; }

  .\-9u\28xxsmall\29 {
    margin-left: 75%; }

  .\-8u\28xxsmall\29 {
    margin-left: 66.6666666667%; }

  .\-7u\28xxsmall\29 {
    margin-left: 58.3333333333%; }

  .\-6u\28xxsmall\29 {
    margin-left: 50%; }

  .\-5u\28xxsmall\29 {
    margin-left: 41.6666666667%; }

  .\-4u\28xxsmall\29 {
    margin-left: 33.3333333333%; }

  .\-3u\28xxsmall\29 {
    margin-left: 25%; }

  .\-2u\28xxsmall\29 {
    margin-left: 16.6666666667%; }

  .\-1u\28xxsmall\29 {
    margin-left: 8.3333333333%; } }
.fontAwesome {
  margin-right: 0.3em;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal; }

body, input, select, textarea {
  font-family: "Open Sans", sans-serif;
  font-size: 18pt;
  line-height: 1.65; }
  @media screen and (min-width: 736px) {
    body, input, select, textarea {
      font-size: 16pt; } }

a {
  -moz-transition: color 0.2s ease, border-bottom 0.2s ease;
  -webkit-transition: color 0.2s ease, border-bottom 0.2s ease;
  -ms-transition: color 0.2s ease, border-bottom 0.2s ease;
  transition: color 0.2s ease, border-bottom 0.2s ease;
  text-decoration: none;
  color: inherit; }
  a:hover {
    border-bottom-color: transparent; }
  a[type='tel'], a[type='mail'] {
    text-decoration: underline; }
  a.noUnderline {
    text-decoration: none; }
    a.noUnderline:hover {
      text-decoration: none; }

p strong, p b {
  font-family: "Open Sans", sans-serif;
  font-weight: bold; }

em, i {
  font-style: italic; }

p {
  font-size: 1.65em;
  margin: 0 0 1em 0;
  color: #323232; }
  @media screen and (min-width: 980px) {
    p {
      font-size: 0.85em; } }
  p.neg {
    color: #ffffff; }
    p.neg strong {
      color: #ffffff; }
  p.errorMessage {
    color: #A70034;
    padding: 1em 2em;
    border: 1px solid #A70034;
    border-radius: 0.3em; }
  p.minus {
    font-size: 1em; }
    @media screen and (min-width: 980px) {
      p.minus {
        font-size: 0.65em; } }
  p.extraMinus {
    font-size: 1em; }
    @media screen and (min-width: 980px) {
      p.extraMinus {
        font-size: 0.45em; } }
  p.formMinus {
    padding: 0.5em 0 0 !important;
    margin: 0;
    font-size: 1em; }
    @media screen and (min-width: 980px) {
      p.formMinus {
        font-size: 0.75em;
        padding-top: 0.5em !important; } }
  p.button {
    padding-top: 0; }

.minusFontSize {
  font-size: 0.75em; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
  line-height: 1.5;
  margin: 0 0 0.35em 0;
  letter-spacing: -0.025em; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
    text-decoration: none; }
  h1.border, h2.border, h3.border, h4.border, h5.border, h6.border {
    position: relative;
    display: inline-block;
    margin: 0 10% 1em; }
    @media screen and (min-width: 736px) {
      h1.border, h2.border, h3.border, h4.border, h5.border, h6.border {
        margin: 0 30% 1em; } }
    h1.border.large, h2.border.large, h3.border.large, h4.border.large, h5.border.large, h6.border.large {
      margin: 0 10% 1em; }
      @media screen and (min-width: 736px) {
        h1.border.large, h2.border.large, h3.border.large, h4.border.large, h5.border.large, h6.border.large {
          margin: 0 10% 1em; } }
    h1.border:before, h1.border:after, h2.border:before, h2.border:after, h3.border:before, h3.border:after, h4.border:before, h4.border:after, h5.border:before, h5.border:after, h6.border:before, h6.border:after {
      position: absolute;
      top: 50%;
      content: "";
      display: block;
      width: 0.75em;
      background-color: transparent;
      border-bottom: 2px solid #ff00d9; }
    h1.border:before, h2.border:before, h3.border:before, h4.border:before, h5.border:before, h6.border:before {
      left: -1.25em; }
    h1.border:after, h2.border:after, h3.border:after, h4.border:after, h5.border:after, h6.border:after {
      right: -1.25em; }

h1 {
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 2.4em;
  line-height: 1.2;
  text-align: left;
  letter-spacing: 0em; }
  @media screen and (min-width: 980px) {
    h1 {
      font-size: 1.7em; } }
  h1.waitTitle {
    font-family: "Open Sans", sans-serif;
    margin-top: 40vh;
    text-align: center;
    color: #ffffff; }

h2 {
  font-weight: 400;
  font-size: 2em;
  color: #ff9d00;
  margin-bottom: 0.25em;
  line-height: 1.2; }
  @media screen and (min-width: 736px) {
    h2 {
      font-size: 1.5em; } }
  h2.big {
    font-size: 2.75em; }
    @media screen and (min-width: 736px) {
      h2.big {
        font-size: 3.5em; } }
  #user-eliminated h2 {
    margin-top: 1em; }

h3 {
  font-weight: 300;
  color: #68009f;
  font-size: 1.65em;
  text-align: left;
  margin-bottom: 0.5em; }
  @media screen and (min-width: 736px) {
    h3 {
      font-size: 1.2em; } }
  footer h3 {
    margin-right: 0;
    color: #162056; }

h4 {
  color: #68009f;
  font-weight: 300;
  font-size: 1.15em; }

h5 {
  font-weight: 300;
  background-color: white;
  font-size: 0.9em; }
  @media screen and (min-width: 736px) {
    h5 {
      font-size: 0.7em; } }

h6 {
  font-size: 0.7em; }

.articleNews ul {
  font-size: 1.25em; }
  @media screen and (min-width: 980px) {
    .articleNews ul {
      font-size: 0.85em; } }
.articleNews ul ul {
  font-size: inherit;
  margin: 1em 0; }
  @media screen and (min-width: 980px) {
    .articleNews ul ul {
      font-size: inherit; } }
ul li {
  font-size: 1.5em; }
  @media screen and (min-width: 736px) {
    ul li {
      font-size: 0.8em; } }
  @media screen and (min-width: 1680px) {
    ul li {
      font-size: 1em; } }

sub {
  font-size: 0.8em;
  position: relative;
  top: 0.5em; }

sup {
  font-size: 0.8em;
  position: relative;
  top: -0.5em; }

blockquote {
  border-left: solid 4px;
  font-style: italic;
  margin: 0 0 1em 0;
  padding: 0.25em 0 0.25em 1em; }

code {
  border-radius: 2em;
  border: solid 1px;
  font-size: 0.9em;
  margin: 0 0.25em;
  padding: 0.25em 0.65em; }

pre {
  -webkit-overflow-scrolling: touch;
  font-size: 0.9em;
  margin: 0 0 1em 0; }
  pre code {
    display: block;
    line-height: 1.75;
    padding: 1em 1.5em;
    overflow-x: auto; }

hr {
  border: 0;
  border-bottom: solid 1px;
  margin: 1em 0; }
  hr.major {
    margin: 1.5em 0; }

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

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

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

input, select, textarea {
  color: #ffffff; }

a {
  color: #008795; }
  a:hover {
    color: #0060A9;
    text-decoration: underline; }
  a.neg:hover {
    color: #636363; }

body {
  color: #323232; }

/* strong, b {
	color: _palette($p, bgSetA-1);
	footer & {
		color: _palette(bg);
	}
} */
h1, h2, h3, h4, h5, h6 {
  color: #ffffff; }
  h1.bgSetTCW1-1, h2.bgSetTCW1-1, h3.bgSetTCW1-1, h4.bgSetTCW1-1, h5.bgSetTCW1-1, h6.bgSetTCW1-1 {
    color: #b6f3dd; }
  h1.bgSetTCW1-2, h2.bgSetTCW1-2, h3.bgSetTCW1-2, h4.bgSetTCW1-2, h5.bgSetTCW1-2, h6.bgSetTCW1-2 {
    color: #a600ff; }
  h1.bgSetTCW1-3, h2.bgSetTCW1-3, h3.bgSetTCW1-3, h4.bgSetTCW1-3, h5.bgSetTCW1-3, h6.bgSetTCW1-3 {
    color: #ff00d9; }
  h1.bgSetTCW1-4, h2.bgSetTCW1-4, h3.bgSetTCW1-4, h4.bgSetTCW1-4, h5.bgSetTCW1-4, h6.bgSetTCW1-4 {
    color: #ff2600; }
  h1.bgSetTCW1-5, h2.bgSetTCW1-5, h3.bgSetTCW1-5, h4.bgSetTCW1-5, h5.bgSetTCW1-5, h6.bgSetTCW1-5 {
    color: #ff9d00; }

h2 {
  color: #ffffff; }

h3 {
  color: #68009f; }

h4 {
  color: #68009f; }

h5 {
  color: #68009f; }

blockquote {
  border-left-color: rgba(46, 41, 100, 0.35); }

code {
  background: rgba(255, 255, 255, 0);
  border-color: rgba(46, 41, 100, 0.35); }

hr {
  border-bottom-color: rgba(46, 41, 100, 0.35); }

strong {
  color: #0060A9; }

p.pWhite {
  color: #ffffff; }
  p.pWhite strong {
    color: #ffffff; }

/* Basic */
@-ms-viewport {
  width: device-width; }
html, body {
        /* 
overflow-y: scroll;
// MSIE: Prevents scrollbar from overlapping content.
-ms-overflow-style: scrollbar; */
  height: 100%; }

body {
  font-size: 0.75em !important;
  min-height: 100%;
  padding-bottom: 3em; }
  @media screen and (min-width: 736px) {
    body {
      font-size: 0.85em !important; } }
  @media screen and (min-width: 980px) {
    body {
      font-size: 1.25em !important; } }
  body.is-loading *, body.is-loading *:before, body.is-loading *:after {
    -moz-animation: none !important;
    -webkit-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -ms-transition: none !important;
    transition: none !important; }

/* Box */
.box {
  position: relative;
  background-color: #ffffff;
  padding: 1.5em;
  filter: drop-shadow(2px 2px 2px rgba(62, 0, 96, 0.75));
  border-radius: 0.2em; }
  .box ul {
    padding: 0; }
    .box ul li {
      margin: 0;
      padding: 0 0 0.25em 0.5em;
      text-align: left; }
  .box > ul > li:first-child {
    padding-bottom: 0.25em;
    margin-bottom: 0.75em;
    border-bottom: 1px solid #a600ff; }
  .box p, .box label, .box span {
    padding-top: 0.2em;
    margin-bottom: 0; }
  .box h1 {
    color: #a600ff;
    text-align: center; }
  .box label {
    margin: 0 0.5em 1.5em; }
    .box label.active span {
      background-color: #ffffff;
      color: #b6f3dd; }
  .box span {
    display: inline-block;
    padding: 0.5em 2em;
    border: 1px solid #ffffff;
    border-radius: 1.5em; }
    .box span:hover {
      background-color: #8aecc9; }
  .box input[type="tel"], .box input[type="text"], .box input[type="password"], .box input[type="email"], .box select, .box textarea {
    border-color: #ffffff; }
  .box img {
    max-width: 16em; }
    @media screen and (min-width: 1300px) {
      .box img {
        left: 30%; } }
  .box input[type="submit"] {
    background-color: #ffffff;
    color: #b6f3dd;
    filter: drop-shadow(5px 5px 2px #0060A9);
    margin-right: 2em; }

.isotope-item {
  z-index: 1; }

.littleBox {
  position: relative;
  background-color: #D40062;
  min-height: 8em;
  margin-bottom: 1em;
  padding: 1.5em; }
  .littleBox > :last-child,
  .littleBox > :last-child > :last-child,
  .littleBox > :last-child > :last-child > :last-child {
    margin-bottom: 0; }

#notifications_popup_container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: #b6f3dd !important;
  opacity: 0.95;
  z-index: 10000;
  width: 100% !important; }

#notifications_popup_txt {
  color: #ffffff;
  text-align: center;
  margin: 15em 0 0;
  font-size: 2em;
  z-index: 10001; }

#notifications_popup_button {
  position: absolute;
  top: 3em;
  right: 2em;
  color: #ffffff !important;
  padding: 1em;
  color: #ffffff;
  text-align: right;
  z-index: 10002; }
  #notifications_popup_button a {
    color: #ffffff !important;
    font-size: 2em;
    text-decoration: underline; }

/* Button */
input[type="submit"], input[type="reset"], input[type="button"], button, .button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-radius: 2em;
  border: 0;
  cursor: pointer;
  display: inline-block;
  height: 1.75em;
  line-height: 1.75em;
  min-width: 0;
  padding: 0 1.5em;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  text-transform: uppercase;
  filter: drop-shadow(2px 2px 2px #808080);
  -moz-transition: background-color 0.2s ease-in-out, -moz-filter 0.2s ease-in-out, color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out, -webkit-filter 0.2s ease-in-out, color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out, -ms-filter 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, filter 0.2s ease-in-out, color 0.2s ease-in-out; }
  @media screen and (min-width: 736px) {
    input[type="submit"], input[type="reset"], input[type="button"], button, .button {
      min-width: 9.25em; } }
  input[type="submit"]:hover,
  input[type="reset"]:hover,
  input[type="button"]:hover,
  button:hover,
  .button:hover {
    filter: drop-shadow(5px 5px 2px #808080);
    -moz-transition: background-color 0.2s ease-in-out, -moz-filter 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out, -webkit-filter 0.2s ease-in-out, color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, -ms-filter 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, filter 0.2s ease-in-out, color 0.2s ease-in-out; }
  input[type="submit"].darkShadow,
  input[type="reset"].darkShadow,
  input[type="button"].darkShadow,
  button.darkShadow,
  .button.darkShadow {
    filter: drop-shadow(2px 2px 2px rgba(104, 0, 159, 0.75));
    -moz-transition: background-color 0.2s ease-in-out, -moz-filter 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out, -webkit-filter 0.2s ease-in-out, color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, -ms-filter 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, filter 0.2s ease-in-out, color 0.2s ease-in-out; }
    input[type="submit"].darkShadow:hover,
    input[type="reset"].darkShadow:hover,
    input[type="button"].darkShadow:hover,
    button.darkShadow:hover,
    .button.darkShadow:hover {
      filter: drop-shadow(5px 5px 2px rgba(62, 0, 96, 0.75));
      border: none;
      color: #ffffff;
      -moz-transition: background-color 0.2s ease-in-out, -moz-filter 0.2s ease-in-out, color 0.2s ease-in-out;
      -webkit-transition: background-color 0.2s ease-in-out, -webkit-filter 0.2s ease-in-out, color 0.2s ease-in-out;
      -ms-transition: background-color 0.2s ease-in-out, -ms-filter 0.2s ease-in-out, color 0.2s ease-in-out;
      transition: background-color 0.2s ease-in-out, filter 0.2s ease-in-out, color 0.2s ease-in-out; }
  @media screen and (min-width: 736px) {
    #enigme_container input[type="submit"],
    #enigme_container input[type="reset"],
    #enigme_container input[type="button"],
    #enigme_container button,
    #enigme_container .button {
      font-size: 1.8em;
      min-width: auto;
      padding: 0 1.5em;
      margin-top: 1em; } }
  input[type="submit"].icon, input[type="reset"].icon, input[type="button"].icon, button.icon, .button.icon {
    padding-left: 1.35em; }
    input[type="submit"].icon:before, input[type="reset"].icon:before, input[type="button"].icon:before, button.icon:before, .button.icon:before {
      margin-right: 0.5em; }
  input[type="submit"].fit, input[type="reset"].fit, input[type="button"].fit, button.fit, .button.fit {
    display: block;
    margin: 0 0 0.5em 0;
    width: 100%; }
  input[type="submit"].small, input[type="reset"].small, input[type="button"].small, button.small, .button.small {
    font-size: 1.2em; }
    @media screen and (min-width: 980px) {
      input[type="submit"].small, input[type="reset"].small, input[type="button"].small, button.small, .button.small {
        font-size: 0.8em; } }
  input[type="submit"].extraSmall, input[type="reset"].extraSmall, input[type="button"].extraSmall, button.extraSmall, .button.extraSmall {
    font-size: 0.85em;
    color: #ffffff; }
    @media screen and (min-width: 980px) {
      input[type="submit"].extraSmall, input[type="reset"].extraSmall, input[type="button"].extraSmall, button.extraSmall, .button.extraSmall {
        font-size: 0.65em; } }
    input[type="submit"].extraSmall:hover, input[type="reset"].extraSmall:hover, input[type="button"].extraSmall:hover, button.extraSmall:hover, .button.extraSmall:hover {
      text-decoration: none; }
  input[type="submit"].big, input[type="reset"].big, input[type="button"].big, button.big, .button.big {
    font-size: 1.75em;
    padding: 0.3em 1em;
    height: 2.2em; }
    input[type="submit"].big:hover, input[type="reset"].big:hover, input[type="button"].big:hover, button.big:hover, .button.big:hover {
      color: #ffffff; }
  input[type="submit"].big2, input[type="reset"].big2, input[type="button"].big2, button.big2, .button.big2 {
    font-size: 1.25em;
    padding: 0.15em 1em;
    height: 1.6em;
    line-height: 1.3em; }
    input[type="submit"].big2:hover, input[type="reset"].big2:hover, input[type="button"].big2:hover, button.big2:hover, .button.big2:hover {
      color: #ffffff;
      border: 1px; }
  input[type="submit"].disabled, input[type="submit"]:disabled, input[type="reset"].disabled, input[type="reset"]:disabled, input[type="button"].disabled, input[type="button"]:disabled, button.disabled, button:disabled, .button.disabled, .button:disabled {
    -moz-pointer-events: none;
    -webkit-pointer-events: none;
    -ms-pointer-events: none;
    pointer-events: none;
    opacity: 0.25; }
  input[type="submit"].help-item p, input[type="reset"].help-item p, input[type="button"].help-item p, button.help-item p, .button.help-item p {
    color: #ffffff; }

.fakeButton {
  border-radius: 2em;
  border: 0;
  cursor: default;
  display: inline-block;
  height: 1.75em;
  line-height: 1.75em;
  min-width: 0;
  padding: 0 .5em;
  margin-bottom: 0.5em;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  text-transform: uppercase; }
  .fakeButton span {
    display: inline-block;
    margin: 0;
    height: 0.75em;
    width: 0.75em;
    padding: 0;
    border: none;
    border-radius: 1.5em;
    text-align: center;
    cursor: pointer;
    vertical-align: text-top; }
    .fakeButton span i {
      font-size: 0.55em;
      vertical-align: super;
      margin-top: 0.3em;
      font-weight: 600; }

.btnDelAdmin {
  position: relative; }
  .btnDelAdmin a {
    color: #a600ff;
    z-index: 1; }
    .adminPage .btnDelAdmin a:before {
      content: "";
      display: block;
      position: absolute;
      width: 1.75em;
      height: 1.75em;
      top: -0.25em;
      left: -0.5em;
      background-color: #a600ff;
      text-align: center;
      line-height: 2em;
      border-radius: 50%;
      z-index: -1;
      text-decoration: none;
      -moz-transition: background-color 0.06s ease-in-out;
      -webkit-transition: background-color 0.06s ease-in-out;
      -ms-transition: background-color 0.06s ease-in-out;
      transition: background-color 0.06s ease-in-out; }
    .adminPage .btnDelAdmin a:hover {
      color: #ffffff;
      text-decoration: none;
      -moz-transition: color 0.06s ease-in-out;
      -webkit-transition: color 0.06s ease-in-out;
      -ms-transition: color 0.06s ease-in-out;
      transition: color 0.06s ease-in-out; }
    .adminPage .btnDelAdmin a:hover:before {
      background-color: #3e0060;
      color: #ffffff;
      -moz-transition: background-color 0.06s ease-in-out;
      -webkit-transition: background-color 0.06s ease-in-out;
      -ms-transition: background-color 0.06s ease-in-out;
      transition: background-color 0.06s ease-in-out; }

input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
  background-color: #68009f;
  border: 1px solid #ffffff;
  color: #ffffff; }
  input[type="submit"].line,
  input[type="reset"].line,
  input[type="button"].line,
  button.line,
  .button.line {
    background-color: transparent; }
    input[type="submit"].line:hover,
    input[type="reset"].line:hover,
    input[type="button"].line:hover,
    button.line:hover,
    .button.line:hover {
      background-color: #ffffff;
      text-decoration: none;
      font-weight: bold; }
    input[type="submit"].line.set1-3,
    input[type="reset"].line.set1-3,
    input[type="button"].line.set1-3,
    button.line.set1-3,
    .button.line.set1-3 {
      border-color: #008795;
      color: #008795; }
      input[type="submit"].line.set1-3:hover,
      input[type="reset"].line.set1-3:hover,
      input[type="button"].line.set1-3:hover,
      button.line.set1-3:hover,
      .button.line.set1-3:hover {
        border-color: #002b2f;
        color: #002b2f; }
      input[type="submit"].line.set1-3.is-checked,
      input[type="reset"].line.set1-3.is-checked,
      input[type="button"].line.set1-3.is-checked,
      button.line.set1-3.is-checked,
      .button.line.set1-3.is-checked {
        background-color: #008795;
        color: #ffffff; }
  input[type="submit"].moreLinkBtn,
  input[type="reset"].moreLinkBtn,
  input[type="button"].moreLinkBtn,
  button.moreLinkBtn,
  .button.moreLinkBtn {
    background-color: transparent;
    border: 2px solid #b6f3dd;
    color: #b6f3dd; }
    input[type="submit"].moreLinkBtn:hover,
    input[type="reset"].moreLinkBtn:hover,
    input[type="button"].moreLinkBtn:hover,
    button.moreLinkBtn:hover,
    .button.moreLinkBtn:hover {
      background-color: transparent;
      border: 2px solid #8aecc9;
      color: #8aecc9; }
  input[type="submit"]:hover,
  input[type="reset"]:hover,
  input[type="button"]:hover,
  button:hover,
  .button:hover {
    background-color: #3e0060; }
  input[type="submit"]:active,
  input[type="reset"]:active,
  input[type="button"]:active,
  button:active,
  .button:active {
    background-color: #ffffff;
    color: #b6f3dd;
    font-weight: bold; }
  input[type="submit"].icon:before,
  input[type="reset"].icon:before,
  input[type="button"].icon:before,
  button.icon:before,
  .button.icon:before {
    color: rgba(255, 255, 255, 0.5); }
  input[type="submit"].special,
  input[type="reset"].special,
  input[type="button"].special,
  button.special,
  .button.special {
    background-color: #989392;
    color: #ffffff !important;
    box-shadow: none; }
    input[type="submit"].special:hover,
    input[type="reset"].special:hover,
    input[type="button"].special:hover,
    button.special:hover,
    .button.special:hover {
      background-color: #9f9b9a; }
    input[type="submit"].special:active,
    input[type="reset"].special:active,
    input[type="button"].special:active,
    button.special:active,
    .button.special:active {
      background-color: #918b8a; }
    input[type="submit"].special.icon:before,
    input[type="reset"].special.icon:before,
    input[type="button"].special.icon:before,
    button.special.icon:before,
    .button.special.icon:before {
      color: #ffffff !important; }
  input[type="submit"].validate, input[type="reset"].validate, input[type="button"].validate, button.validate, .button.validate {
    background-color: #ff00d9;
    border-color: transparent;
    -moz-transition: background-color 0.2s ease-in-out, -moz-filter 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out, -webkit-filter 0.2s ease-in-out, color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, -ms-filter 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, filter 0.2s ease-in-out, color 0.2s ease-in-out; }
    .adminPage input[type="submit"].validate,
    .adminPage input[type="reset"].validate,
    .adminPage input[type="button"].validate,
    .adminPage button.validate,
    .adminPage .button.validate {
      background-color: #3e0060;
      color: #ffffff;
      -moz-transition: background-color 0.2s ease-in-out, -moz-filter 0.2s ease-in-out, color 0.2s ease-in-out;
      -webkit-transition: background-color 0.2s ease-in-out, -webkit-filter 0.2s ease-in-out, color 0.2s ease-in-out;
      -ms-transition: background-color 0.2s ease-in-out, -ms-filter 0.2s ease-in-out, color 0.2s ease-in-out;
      transition: background-color 0.2s ease-in-out, filter 0.2s ease-in-out, color 0.2s ease-in-out; }
  input[type="submit"].activate,
  input[type="reset"].activate,
  input[type="button"].activate,
  button.activate,
  .button.activate {
    background-color: #00ffa6;
    border-color: transparent;
    -moz-transition: background-color 0.2s ease-in-out, -moz-filter 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out, -webkit-filter 0.2s ease-in-out, color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, -ms-filter 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, filter 0.2s ease-in-out, color 0.2s ease-in-out; }
  input[type="submit"].classic, input[type="reset"].classic, input[type="button"].classic, button.classic, .button.classic {
    background-color: #b2b2b2;
    border-color: transparent;
    color: #ffffff;
    border-color: none;
    height: 1.75em;
    line-height: 1.75em;
    filter: drop-shadow(2px 2px 2px #808080);
    -moz-transition: background-color 0.2s ease-in-out, -moz-filter 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out, -webkit-filter 0.2s ease-in-out, color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, -ms-filter 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, filter 0.2s ease-in-out, color 0.2s ease-in-out; }
    input[type="submit"].classic:hover,
    input[type="reset"].classic:hover,
    input[type="button"].classic:hover,
    button.classic:hover,
    .button.classic:hover {
      filter: drop-shadow(5px 5px 2px #323232);
      -moz-transition: background-color 0.2s ease-in-out, -moz-filter 0.2s ease-in-out, color 0.2s ease-in-out;
      -webkit-transition: background-color 0.2s ease-in-out, -webkit-filter 0.2s ease-in-out, color 0.2s ease-in-out;
      -ms-transition: background-color 0.2s ease-in-out, -ms-filter 0.2s ease-in-out, color 0.2s ease-in-out;
      transition: background-color 0.2s ease-in-out, filter 0.2s ease-in-out, color 0.2s ease-in-out; }
    .adminPage input[type="submit"].classic,
    .adminPage input[type="reset"].classic,
    .adminPage input[type="button"].classic,
    .adminPage button.classic,
    .adminPage .button.classic {
      min-width: 17.5em; }

.fakeButton {
  background-color: #68009f;
  color: #ffffff;
  border: none;
  filter: drop-shadow(2px 2px 2px transparent); }
  .fakeButton span {
    background-color: #ffffff;
    color: #a600ff; }
    .fakeButton span:hover {
      background-color: #ffffff; }
  .fakeButton:hover {
    background-color: #3e0060; }

/* Form */
form {
  margin: 0 0 1em 0; }
  @media screen and (min-width: 736px) {
    form {
      margin: 0; } }
  form:hover li:not(:last-child) {
    opacity: 0.65; }
    form:hover li:not(:last-child):hover {
      opacity: 1; }
  @media screen and (min-width: 736px) {
    form ul li {
      display: inline-block;
      width: 48%;
      margin-right: 2%; } }
  @media screen and (min-width: 736px) {
    form ul li:nth-child(even) {
      margin-right: 0; } }
  form ul li:last-child {
    width: 100%;
    margin-top: 1em;
    text-align: center; }
    @media screen and (min-width: 736px) {
      form ul li:last-child {
        text-align: right; } }
    form ul li:last-child p {
      display: inline-block;
      font-size: 1em;
      margin-right: 1em;
      color: #0085ca; }
      form ul li:last-child p a {
        border-bottom: 1px solid; }
  form p {
    margin: 0 0 0.5em 1em; }
    form p.extraMinus {
      margin: 0 0 0.5em 2em; }
  form span {
    font-size: 1.65em;
    margin-top: 0.3em; }
  .box form p {
    color: #3e0060; }
    .adminPage .box form p {
      color: #323232; }

form .logoClient p,
form .logoClient input,
form .logoClient span {
  margin-left: 0; }

label {
  display: inline-block;
  font-weight: 700;
  margin: 0 0 0.5em 0; }
  label.active {
    border-radius: 0.3em;
    background: #b6f3dd; }
    label.active span {
      display: block;
      color: #ffffff; }

input[type="tel"],
input[type="text"],
input[type="password"],
input[type="email"],
input[type="datetime-local"],
input[type="number"],
select,
textarea {
  border-radius: 0.425em;
  border: solid 1px;
  color: inherit;
  display: inline-block;
  outline: 0;
  padding: 0 1em;
  text-decoration: none;
  width: 100%;
  max-width: 100%; }
  input[type="tel"].priorOp,
  input[type="text"].priorOp,
  input[type="password"].priorOp,
  input[type="email"].priorOp,
  input[type="datetime-local"].priorOp,
  input[type="number"].priorOp,
  select.priorOp,
  textarea.priorOp {
    width: auto;
    max-width: none; }
  input[type="tel"]:invalid,
  input[type="text"]:invalid,
  input[type="password"]:invalid,
  input[type="email"]:invalid,
  input[type="datetime-local"]:invalid,
  input[type="number"]:invalid,
  select:invalid,
  textarea:invalid {
    box-shadow: none; }
  input[type="tel"].cleaner,
  input[type="text"].cleaner,
  input[type="password"].cleaner,
  input[type="email"].cleaner,
  input[type="datetime-local"].cleaner,
  input[type="number"].cleaner,
  select.cleaner,
  textarea.cleaner {
    display: none; }

input[type="file"] {
  font-size: 1.2em;
  margin: 0 auto;
  display: none; }

.select-file {
  display: inline-block;
  margin-bottom: 0.4em; }
  .select-file ~ p {
    font-size: 0.75em;
    color: #ffffff; }

.select-wrapper {
  text-decoration: none;
  display: block;
  position: relative; }
  .select-wrapper:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important; }
  .select-wrapper:before {
    content: '\f078';
    display: block;
    height: 1.75em;
    line-height: 1.75em;
    pointer-events: none;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 1.75em; }
  .select-wrapper select::-ms-expand {
    display: none; }

input[type="tel"],
input[type="text"],
input[type="password"],
input[type="email"],
input[type="datetime-local"],
input[type="number"],
select {
  height: 1.75em;
  font-size: 2.15em; }
  @media screen and (min-width: 736px) {
    input[type="tel"],
    input[type="text"],
    input[type="password"],
    input[type="email"],
    input[type="datetime-local"],
    input[type="number"],
    select {
      font-size: 1em; } }

.inputStyle ~ .col-xs-2 {
  margin-left: -2.5em;
  -moz-transition: margin-left 0.35s ease-in-out;
  -webkit-transition: margin-left 0.35s ease-in-out;
  -ms-transition: margin-left 0.35s ease-in-out;
  transition: margin-left 0.35s ease-in-out; }
.inputStyle:focus ~ .col-xs-2, .inputStyle:hover ~ .col-xs-2, .inputStyle:active ~ .col-xs-2 {
  margin-left: 0em;
  -moz-transition: margin-left 0.35s ease-in-out;
  -webkit-transition: margin-left 0.35s ease-in-out;
  -ms-transition: margin-left 0.35s ease-in-out;
  transition: margin-left 0.35s ease-in-out; }

textarea {
  padding: 0.75em 1em; }

input[type="checkbox"],
input[type="radio"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  display: block;
  float: left;
  margin-right: -2em;
  opacity: 0;
  width: 1em;
  z-index: -1; }
  input[type="checkbox"] + label,
  input[type="radio"] + label {
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    font-size: 0.85em;
    text-align: center;
    border-radius: 0.425em;
    padding: 0.25em 0.75em 0.25em 1.75em;
    margin-bottom: 0.75em;
    position: relative;
    -moz-transition: -moz-filter 0.35s ease-in-out;
    -webkit-transition: -webkit-filter 0.35s ease-in-out;
    -ms-transition: -ms-filter 0.35s ease-in-out;
    transition: filter 0.35s ease-in-out; }
    input[type="checkbox"] + label:before,
    input[type="radio"] + label:before {
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-transform: none !important; }
    input[type="checkbox"] + label:before,
    input[type="radio"] + label:before {
      position: absolute;
      display: block;
      content: '\f00d';
      left: 0.5em;
      top: calc(50% - 0.9em);
      -moz-transition: -moz-filter 0.35s ease-in-out;
      -webkit-transition: -webkit-filter 0.35s ease-in-out;
      -ms-transition: -ms-filter 0.35s ease-in-out;
      transition: filter 0.35s ease-in-out; }
  input[type="checkbox"]:hover + label,
  input[type="radio"]:hover + label {
    filter: drop-shadow(2px 2px 2px #808080);
    -moz-transition: -moz-filter 0.35s ease-in-out;
    -webkit-transition: -webkit-filter 0.35s ease-in-out;
    -ms-transition: -ms-filter 0.35s ease-in-out;
    transition: filter 0.35s ease-in-out; }
  input[type="checkbox"]:checked + label:before,
  input[type="radio"]:checked + label:before {
    position: absolute;
    display: block;
    content: '\f00c';
    -moz-transition: -moz-filter 0.35s ease-in-out;
    -webkit-transition: -webkit-filter 0.35s ease-in-out;
    -ms-transition: -ms-filter 0.35s ease-in-out;
    transition: filter 0.35s ease-in-out; }
  input[type="checkbox"]:checked:hover + label,
  input[type="radio"]:checked:hover + label {
    filter: drop-shadow(2px 2px 2px #68009f);
    -moz-transition: -moz-filter 0.35s ease-in-out;
    -webkit-transition: -webkit-filter 0.35s ease-in-out;
    -ms-transition: -ms-filter 0.35s ease-in-out;
    transition: filter 0.35s ease-in-out; }

::-webkit-input-placeholder {
  opacity: 1.0; }

:-moz-placeholder {
  opacity: 1.0; }

::-moz-placeholder {
  opacity: 1.0; }

:-ms-input-placeholder {
  opacity: 1.0; }

.formerize-placeholder {
  opacity: 1.0; }

label {
  color: #ffffff; }

input[type="tel"], input[type="text"], input[type="password"], input[type="email"], input[type="datetime-local"], input[type="number"], select, textarea {
  color: #ffffff;
  background: rgba(255, 255, 255, 0);
  border-color: #ffffff; }
  .adminPage input[type="tel"],
  .adminPage input[type="text"],
  .adminPage input[type="password"],
  .adminPage input[type="email"],
  .adminPage input[type="datetime-local"],
  .adminPage input[type="number"],
  .adminPage select,
  .adminPage textarea {
    color: #323232;
    background: rgba(50, 50, 50, 0.1);
    border-color: #e6e6e6; }
  input[type="tel"]:hover, input[type="text"]:hover, input[type="password"]:hover, input[type="email"]:hover, input[type="datetime-local"]:hover, input[type="number"]:hover, select:hover, textarea:hover {
    border-color: #ff2600;
    background-color: rgba(104, 0, 159, 0.35); }
    .adminPage input[type="tel"]:hover, .adminPage input[type="text"]:hover, .adminPage input[type="password"]:hover, .adminPage input[type="email"]:hover, .adminPage input[type="datetime-local"]:hover, .adminPage input[type="number"]:hover, .adminPage select:hover, .adminPage textarea:hover {
      background-color: rgba(50, 50, 50, 0.45);
      border-color: #808080; }
  input[type="tel"]:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="datetime-local"]:focus, input[type="number"]:focus, select:focus, textarea:focus {
    border-color: #00ffa6;
    box-shadow: 0 0 0 1px #989392; }
    .adminPage input[type="tel"]:focus, .adminPage input[type="text"]:focus, .adminPage input[type="password"]:focus, .adminPage input[type="email"]:focus, .adminPage input[type="datetime-local"]:focus, .adminPage input[type="number"]:focus, .adminPage select:focus, .adminPage textarea:focus {
      background: rgba(50, 50, 50, 0.3);
      border-color: #323232; }

.select-wrapper:before {
  color: rgba(46, 41, 100, 0.35); }

input[type="checkbox"] + label,
input[type="radio"] + label {
  background-color: #e6e6e6;
  color: #b2b2b2;
  -moz-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
  -webkit-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
  -ms-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
  transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out; }
input[type="checkbox"]:checked + label,
input[type="radio"]:checked + label {
  background-color: #68009f;
  color: #ffffff;
  -moz-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
  -webkit-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
  -ms-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
  transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out; }

::-webkit-input-placeholder {
  color: #ffffff !important;
  opacity: 0.35; }
  .adminPage ::-webkit-input-placeholder {
    color: #323232 !important; }

:-moz-placeholder {
  color: #ffffff !important;
  opacity: 0.35; }
  .adminPage :-moz-placeholder {
    color: #323232 !important; }

::-moz-placeholder {
  color: #ffffff !important;
  opacity: 0.35; }
  .adminPage ::-moz-placeholder {
    color: #323232 !important; }

:-ms-input-placeholder {
  color: #ffffff !important;
  opacity: 0.35; }
  .adminPage :-ms-input-placeholder {
    color: #323232 !important; }

.formerize-placeholder {
  color: #ffffff !important;
  opacity: 0.35; }
  .adminPage .formerize-placeholder {
    color: #323232 !important; }

*[class^='picto-']:before {
  content: "";
  display: block;
  position: absolute;
  height: 1.2em;
  width: 1.2em;
  background: url("../../img/news/picto-shop.png") no-repeat;
  background-size: cover;
  margin: 0.2em 0 0 -1.6em; }
*[class^='picto-'][class$='blue']:before {
  background: url("../../img/news/picto-shop-blue.png") no-repeat;
  background-size: cover; }
*[class^='picto-'][class$='Tips']:before {
  background: url("../../img/news/picto-Tips.png") no-repeat;
  background-size: cover; }

a.picto {
  padding-left: 1.5em; }
  a.picto:before {
    content: "";
    display: block;
    position: absolute;
    height: 1.2em;
    width: 1.2em;
    background: url("../../img/picto/email.png") no-repeat;
    background-size: cover;
    margin: 0.2em 0 0 -1.6em; }
  a.picto[type='mail']:before {
    background: url("../../img/picto/email.png") no-repeat;
    background-size: cover; }
  a.picto[type='tel']:before {
    background: url("../../img/picto/tel.png") no-repeat;
    background-size: cover; }
  a.picto:hover[type='mail']:before {
    background: url("../../img/picto/email-hover.png") no-repeat;
    background-size: cover; }
  a.picto:hover[type='tel']:before {
    background: url("../../img/picto/tel-hover.png") no-repeat;
    background-size: cover; }

.close {
  position: absolute;
  top: 1em;
  right: 1.5em;
  color: #0060A9;
  font-size: 1.5em;
  transform: rotate(45deg);
  opacity: 1; }
  .close:hover {
    color: #b6f3dd;
    opacity: 1; }

.open {
  position: absolute;
  padding: 0 0.572em;
  top: 1em;
  right: 1.5em;
  color: #b6f3dd;
  border: 2px solid #b6f3dd;
  border-radius: 70px;
  font-size: 1.25em;
  font-weight: bold;
  opacity: 1; }
  .open:hover {
    background-color: #b6f3dd;
    color: #ffffff;
    opacity: 1; }
  .itemHover .open {
    background-color: #b6f3dd;
    color: #ffffff;
    opacity: 1; }
  .itemNoHover .open {
    border: 2px solid #ffffff;
    color: #ffffff;
    opacity: 1; }

.lkdn {
  max-width: 2.5em;
  margin-top: 0.9em; }

/* Image */
img {
  width: 100%; }
  @media screen and (min-width: 980px) {
    img {
      width: auto; } }
  footer img {
    width: auto; }

.image {
  border-radius: 2em;
  border: 0;
  display: inline-block;
  position: relative; }
  .image img {
    border-radius: 2em;
    display: block; }
  .image.left, .image.right {
    max-width: 40%; }
    .image.left img, .image.right img {
      width: 100%; }
  .image.left {
    float: left;
    margin: 0 1.5em 1em 0;
    top: 0.25em; }
  .image.right {
    float: right;
    margin: 0 0 1em 1.5em;
    top: 0.25em; }
  .image.fit {
    display: block;
    margin: 0 0 1em 0;
    width: 100%; }
    .image.fit img {
      width: 100%; }
  .image.main {
    display: block;
    margin: 0 0 1.5em 0;
    width: 100%; }
    .image.main img {
      width: 100%; }

.upload .wrapperImg {
  position: relative;
  margin: -4px 0 0 17px;
  width: 3.5em;
  height: 3.5em;
  border-radius: 50%;
  overflow: hidden;
  padding: 0; }
  .upload .wrapperImg img {
    position: absolute;
    width: 110%;
    height: auto;
    left: -5%;
    top: -5%; }
.upload span {
  font-size: 0.55em;
  height: 2em;
  line-height: 2em;
  cursor: pointer;
  margin-left: 1.1em; }
.upload.logoClient img {
  position: relative;
  width: 100%;
  max-width: 7em;
  height: auto;
  left: 0;
  top: 0; }
.upload.logoClient span {
  font-size: 0.75em;
  height: 2em;
  line-height: 1em;
  cursor: pointer; }

img.customerLogo {
  width: 7em;
  height: auto; }

/* List */
ol {
  list-style: decimal;
  margin: 0 0 1em 0;
  padding-left: 1.25em; }
  ol li {
    padding-left: 0.25em; }

ul {
  list-style: none;
  margin: 0 0 1em 0;
  padding-left: 1em; }
  ul li {
    margin-bottom: 1.5em; }
    ul li:first-child {
      padding-top: 0; }
  ul.disc {
    list-style: disc; }
  ul.pictoList {
    padding: 0;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media screen and (min-width: 736px) {
      ul.pictoList {
        display: inline-flex;
        -moz-flex-direction: row;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row; } }
    ul.pictoList li {
      display: inline-flex;
      -moz-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -moz-flex-direction: row;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -moz-justify-content: right;
      -webkit-justify-content: right;
      -ms-justify-content: right;
      justify-content: right;
      -moz-align-items: center;
      -webkit-align-items: center;
      -ms-align-items: center;
      align-items: center;
      max-width: 92%;
      margin-left: -2%;
      text-align: left;
      margin-top: 2em; }
      @media screen and (min-width: 480px) {
        ul.pictoList li {
          max-width: 57%;
          margin-left: 4%; } }
      @media screen and (min-width: 736px) {
        ul.pictoList li {
          position: relative;
          max-width: 40%;
          margin-left: 0%;
          text-align: left;
          margin-bottom: 3em;
          position: relative; }
          ul.pictoList li:before {
            content: "";
            position: absolute;
            display: block !important;
            top: 0;
            right: 2.4em;
            height: 7em;
            width: 5em;
            margin-right: 0em;
            background: url("../../images/bullet01.png")no-repeat center;
            background-size: contain;
            transform: scaleY(-1); } }
      @media screen and (min-width: 736px) {
        ul.pictoList li:nth-child(3):before, ul.pictoList li:nth-child(4):before {
          background: url("../../images/bullet02.png")no-repeat center; } }
      ul.pictoList li:nth-child(even) {
        margin-left: 10%; }
        @media screen and (min-width: 480px) {
          ul.pictoList li:nth-child(even) {
            margin-left: 32%; } }
        @media screen and (min-width: 736px) {
          ul.pictoList li:nth-child(even) {
            margin-left: 20%;
            max-width: 31%;
            margin-top: 2em; } }
        @media screen and (min-width: 736px) {
          ul.pictoList li:nth-child(even):before {
            left: -3.6em;
            transform: scaleY(1) rotate(180deg); } }
@media screen and (min-width: 736px) and (min-width: 980px) {
  ul.pictoList li:nth-child(4n + 1) {
    margin-left: 6%; } }

      @media screen and (min-width: 736px) {
        ul.pictoList li:nth-child(3):before {
          top: -0.8em;
          transform: rotate(5deg); } }
      @media screen and (min-width: 980px) {
        ul.pictoList li:nth-child(4) {
          margin-left: 22%; } }
      @media screen and (min-width: 736px) {
        ul.pictoList li:nth-child(4):before {
          left: -3.6em !important;
          top: -0.9em; } }
      @media screen and (min-width: 736px) {
        ul.pictoList li:nth-child(5):before {
          transform: scaleY(1);
          top: -2em;
          right: 3.4em; } }
      @media screen and (min-width: 736px) {
        ul.pictoList li:nth-child(6):before {
          transform: scaleX(-1);
          top: -2em; } }
      ul.pictoList li img {
        transform: scale(0.8);
        max-width: 4em; }
      ul.pictoList li p {
        width: calc(100% - 4em);
        margin: 0;
        padding-left: 0.5em;
        border-left: 2px solid #ffffff; }
  ul.partnersList {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 2em; }
    @media screen and (min-width: 736px) {
      ul.partnersList {
        width: 61%;
        margin-top: 0; } }
    @media screen and (min-width: 980px) {
      ul.partnersList {
        width: 66%; } }
    ul.partnersList li {
      max-width: 48%;
      margin-left: 2%; }
      @media screen and (min-width: 736px) {
        ul.partnersList li {
          width: 24%; } }
      @media screen and (min-width: 980px) {
        ul.partnersList li {
          display: inline-flex;
          align-items: center;
          width: 11%; } }
      ul.partnersList li:nth-child(even) {
        margin: 0; }
      ul.partnersList li img {
        max-width: 100%; }

ul.alt li {
  border-top-color: rgba(46, 41, 100, 0.35); }

dl dt {
  color: #ffffff; }

/* ribbon */
.ribbon {
  height: 100%;
  z-index: 1; }
  @media screen and (min-width: 736px) {
    .ribbon {
      padding-left: 0%;
      padding-right: 30%; } }
  @media screen and (min-width: 1300px) {
    .ribbon {
      padding-right: 50%; } }
  .ribbon:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    margin: 0;
    height: 100%;
    background-color: rgba(0, 53, 145, 0.85);
    z-index: -1; }
    @media screen and (min-width: 736px) {
      .ribbon:before {
        border-radius: 10em;
        margin-left: -30%; } }
    @media screen and (min-width: 1300px) {
      .ribbon:before {
        margin: 0 0 0 -50%;
        padding-right: 10em; } }
  .ribbon.left {
    padding-left: 0%;
    padding-right: 0%; }
    @media screen and (min-width: 736px) {
      .ribbon.left {
        padding-left: 30%; } }
    @media screen and (min-width: 1300px) {
      .ribbon.left {
        padding-left: 50%; } }
    @media screen and (min-width: 736px) {
      .ribbon.left:before {
        margin-left: -15%; } }
    @media screen and (min-width: 1300px) {
      .ribbon.left:before {
        margin: 0 0 0 -5%;
        padding-left: 10em; } }
  .ribbon p {
    position: relative;
    padding: 5em 2em;
    font-size: 1.2em;
    margin-bottom: 0;
    font-family: "Open Sans", sans-serif;
    color: #ffffff;
    text-align: center;
    line-height: 1.5em;
    z-index: 2; }
    @media screen and (min-width: 736px) {
      .ribbon p {
        font-size: 1.4em;
        padding: 2em 2em;
        text-align: left; } }
    @media screen and (min-width: 980px) {
      .ribbon p {
        padding: 2em 2em;
        text-align: left; } }
    @media screen and (min-width: 1300px) {
      .ribbon p {
        padding: 2em 5em; } }
    @media screen and (min-width: 1680px) {
      .ribbon p {
        font-size: 1.4em; } }
    .ribbon p:before, .ribbon p:after {
      content: url("../../img/content/quote.png");
      display: block;
      position: absolute;
      width: 12em;
      height: 12em;
      top: 0em;
      left: -1em; }
      @media screen and (min-width: 736px) {
        .ribbon p:before, .ribbon p:after {
          width: 5em;
          height: 5em;
          left: 2em; } }
    .ribbon p:after {
      transform: scale(-1, 1);
      bottom: -2em;
      right: -1em;
      top: auto;
      left: auto; }
      @media screen and (min-width: 736px) {
        .ribbon p:after {
          bottom: 0;
          right: 4em; } }
  .ribbon span {
    display: block;
    font-size: 2em; }
    @media screen and (min-width: 980px) {
      .ribbon span {
        font-size: 1.6em; } }

.ribbonLayoutVertical {
  min-height: 19em; }
  .ribbonLayoutVertical li {
    position: absolute;
    bottom: 0; }
    .ribbonLayoutVertical li:nth-child(2) .ribbonV {
      min-height: 15em; }
    .ribbonLayoutVertical li:nth-child(3) .ribbonV {
      min-height: 12em; }

.ribbonV {
  min-height: 9em;
  padding-top: 3em;
  text-align: center;
  font-size: 1.4em;
  color: #b6f3dd;
  font-weight: 700;
  line-height: 1.25em;
  z-index: 1; }
  .ribbonV:before {
    content: "";
    display: block;
    bottom: 0;
    position: absolute;
    height: 100%;
    width: 71%;
    background-color: #D40062;
    border-top-left-radius: 10em;
    border-top-right-radius: 10em;
    z-index: -1; }
    @media screen and (min-width: 736px) {
      .ribbonV:before {
        width: 87%; } }
  .ribbonV:after {
    content: "";
    display: block;
    position: absolute;
    top: -2.5em;
    right: 1em;
    height: 5em;
    width: 5em;
    background-image: url("../../img/picto/user.png");
    background-size: contain; }
    @media screen and (min-width: 1300px) {
      .ribbonV:after {
        top: -0.5em;
        right: 1.4em;
        height: 3em;
        width: 3em; } }
  .ribbonV.active:after {
    background-image: url("../../img/picto/active.png");
    background-size: contain; }
  .ribbonV.gdpr:after {
    background-image: url("../../img/picto/gdpr.png");
    background-size: contain; }
  .ribbonV span {
    display: block;
    margin-bottom: 0.25em;
    font-size: 1.4em; }
    @media screen and (min-width: 736px) {
      .ribbonV span {
        font-size: 2em; } }

[class^="particule"] {
  position: relative; }
  [class^="particule"]:before {
    content: "";
    position: absolute;
    top: -1em;
    left: -2.6em;
    display: block;
    height: 4em;
    width: 6em;
    background: url("../../images/bullet01.png")no-repeat center;
    background-size: contain;
    transform: scaleX(-1) rotate(-70deg);
    filter: FlipH;
    -ms-filter: "FlipH"; }
  [class^="particule"]:after {
    content: "";
    position: absolute;
    top: 4em;
    right: -1.6em;
    display: block;
    height: 4em;
    width: 6em;
    margin-right: 0em;
    background: url("../../images/bullet01.png")no-repeat center;
    background-size: contain;
    transform: rotate(-90deg); }
  [class^="particule"][class*="-deco"] {
    position: relative; }
    @media screen and (min-width: 480px) {
      [class^="particule"][class*="-deco"][class*="-l"]:before {
        left: -5.6em; } }
    @media screen and (min-width: 736px) {
      [class^="particule"][class*="-deco"][class*="-l"]:before {
        display: none; } }
    [class^="particule"][class*="-deco"][class*="-l"]:after {
      display: none; }
    [class^="particule"][class*="-deco"][class*="-r"]:before {
      display: none; }
    @media screen and (min-width: 736px) {
      [class^="particule"][class*="-deco"][class*="-r"]:after {
        display: none; } }

.lecteurBase {
  background-color: #e6e6e6;
  border: 1px solid #b2b2b2;
  min-height: 8em; }
  .lecteurBase .play {
    height: 7em;
    width: 7em;
    border-radius: 50%;
    margin: 1em 1em;
    border: 1px solid #808080;
    background-color: #ffffff; }

.lecteurResponse {
  border: 1px solid #e6e6e6;
  min-height: 20em;
  margin-top: 2em; }
  .lecteurResponse h3 {
    margin: 0 -0.5em;
    padding: 1em;
    font-size: 2em;
    text-align: center;
    background-color: #b6f3dd;
    color: #ffffff; }
  .lecteurResponse .iconSound {
    height: 2em;
    margin: 0.885em;
    border: 1px solid #D40062; }

.divButtonResponse {
  margin-top: 2em; }
  .divButtonResponse .buttonResponse {
    height: 4em;
    padding: 0 0.3em; }
    .divButtonResponse .buttonResponse div {
      display: block;
      background-color: #A70034; }

.notes_buttons img {
  height: 6em;
  width: auto; }

#notes_total_container .notes_buttons_total {
  border: 2px solid transparent;
  border-radius: 1em;
  margin: 0.5em; }
  #notes_total_container .notes_buttons_total img {
    width: 5em; }

.play {
  background-color: #ffffff;
  color: #808080;
  line-height: 4.6em; }
  .play a {
    font-size: 1.6em;
    line-height: 4em;
    color: #808080; }
    .play a:hover {
      font-weight: bold; }

#bars {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1em 1em 1em 2em;
  height: 7em; }

.bar {
  background: #0060A9;
  bottom: 1px;
  height: 3px;
  width: 10px;
  margin: 0px 4px;
  border-radius: 5px; }
  .bar.active {
    animation: sound 0ms -600ms linear infinite alternate; }

@keyframes sound {
  0% {
    opacity: .35;
    height: 3px; }
  100% {
    opacity: 1;
    height: 70px; } }
.bar:nth-child(1) {
  left: 1px;
  animation-duration: 474ms; }

.bar:nth-child(2) {
  left: 15px;
  animation-duration: 433ms; }

.bar:nth-child(3) {
  left: 29px;
  animation-duration: 407ms; }

.bar:nth-child(4) {
  left: 43px;
  animation-duration: 458ms; }

.bar:nth-child(5) {
  left: 57px;
  animation-duration: 400ms; }

.bar:nth-child(6) {
  left: 71px;
  animation-duration: 427ms; }

.bar:nth-child(7) {
  left: 85px;
  animation-duration: 441ms; }

.bar:nth-child(8) {
  left: 99px;
  animation-duration: 419ms; }

.bar:nth-child(9) {
  left: 113px;
  animation-duration: 487ms; }

.bar:nth-child(10) {
  left: 127px;
  animation-duration: 442ms; }

body.loader {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-user-select: none;
  overflow: hidden;
  padding-bottom: 0; }
  body.loader .vertical-centered-box {
    position: absolute;
    width: 100%;
    height: 28em;
    text-align: center; }
    body.loader .vertical-centered-box:after {
      content: '';
      display: inline-block;
      height: 100%;
      vertical-align: middle;
      margin-right: -0.25em; }
    body.loader .vertical-centered-box .content {
      transform: scale(2.5);
      display: inline-block;
      vertical-align: middle;
      text-align: left;
      font-size: 0; }
      body.loader .vertical-centered-box .content img {
        width: 80px;
        height: auto; }

.loader-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  margin-left: -60px;
  margin-top: -60px; }

.loader-line-mask {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 120px;
  margin-left: -60px;
  margin-top: -60px;
  overflow: hidden;
  transform-origin: 60px 60px;
  -webkit-mask-image: -webkit-linear-gradient(top, black, rgba(0, 0, 0, 0));
  -moz-animation: rotate 1.2s infinite linear;
  -o-animation: rotate 1.2s infinite linear;
  -webkit-animation: rotate 1.2s infinite linear;
  animation: rotate 1.2s infinite linear;
  display: inline-block; }
  .loader-line-mask .loader-line {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5); }

#particles-background, #particles-foreground {
  left: -51%;
  top: -51%;
  width: 202%;
  height: 202%;
  transform: scale3d(0.5, 0.5, 1); }

#particles-background {
  background: #2c2d44;
  background-image: -moz-linear-gradient(45deg, #3f3251 2%, #002025 100%);
  background-image: -webkit-linear-gradient(45deg, #3f3251 2%, #002025 100%);
  background-image: linear-gradient(45deg, #3f3251 2%, #002025 100%); }

@-webkit-keyframes rotate {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
#admin-log-container {
  max-height: 50em;
  overflow-y: scroll; }

.user-remove-container,
.user-add-container,
.user-bad-container,
.user-bad-container,
.log-question-container,
.user-subscribe-container {
  padding: 1em 0;
  border-bottom: 1px solid #b2b2b2; }
  .user-remove-container:first-child,
  .user-add-container:first-child,
  .user-bad-container:first-child,
  .user-bad-container:first-child,
  .log-question-container:first-child,
  .user-subscribe-container:first-child {
    padding-top: 0; }
  .user-remove-container:last-child,
  .user-add-container:last-child,
  .user-bad-container:last-child,
  .user-bad-container:last-child,
  .log-question-container:last-child,
  .user-subscribe-container:last-child {
    border-bottom: none;
    padding-bottom: 0; }

.user-remove-container {
  color: #b6f3dd; }

.user-add-container {
  color: #a600ff; }

.user-bad-container {
  color: #ff00d9; }

.user-bad-container {
  color: #ff2600; }

.log-question-container {
  color: #ff9d00; }

.user-subscribe-container span {
  padding: 0.7em 1.4em;
  background-color: #68009f;
  color: #ffffff;
  border-radius: 2em; }
.user-subscribe-container.gamer span {
  background-color: #3e0060; }

.News-wrapper {
  padding: 0;
  min-height: 25em; }

.filterWrapper {
  text-align: center; }
  .filterWrapper .button.is-checked {
    color: #ffffff;
    background: #0085CA; }
    .filterWrapper .button.is-checked:hover {
      color: #ffffff; }
  .filterWrapper button.filter {
    position: relative;
    font-size: 1.1em;
    text-align: left;
    margin-bottom: 0.5em;
    min-width: auto; }
    @media screen and (min-width: 980px) {
      .filterWrapper button.filter {
        font-size: 0.9em;
        padding: 0 2em; } }
    .filterWrapper button.filter.all {
      display: block;
      margin: 0 auto 1em; }
      @media screen and (min-width: 980px) {
        .filterWrapper button.filter.all {
          display: inline-block;
          max-width: auto;
          margin: 0; } }
      .filterWrapper button.filter.all:checked {
        background-color: #b6f3dd;
        color: #ffffff; }

.agendaImg {
  height: 4em; }

.footnote {
  font-size: 0.55em;
  text-align: right;
  padding-right: 1em; }

.mainRoomWall .boxPlayer {
  padding: 0.5em; }
  .mainRoomWall .boxPlayer .maskPlayer {
    border-radius: 50%;
    border: 2px solid #ffffff;
    height: 4em;
    width: 4em;
    margin: 0 auto 0.5em;
    overflow: hidden; }
    @media screen and (min-width: 1680px) {
      .mainRoomWall .boxPlayer .maskPlayer {
        height: 5em;
        width: 5em; } }
    .mainRoomWall .boxPlayer .maskPlayer.desactivate {
      position: relative;
      opacity: 0.25; }
      .mainRoomWall .boxPlayer .maskPlayer.desactivate:before {
        display: block;
        position: absolute;
        content: "";
        background-color: red;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        z-index: -1; }
    .mainRoomWall .boxPlayer .maskPlayer.changeSelect, .mainRoomWall .boxPlayer .maskPlayer.activeSelect, .mainRoomWall .boxPlayer .maskPlayer.askSucces, .mainRoomWall .boxPlayer .maskPlayer.askFail {
      border: none;
      -moz-transition: border 0.06s ease-in-out;
      -webkit-transition: border 0.06s ease-in-out;
      -ms-transition: border 0.06s ease-in-out;
      transition: border 0.06s ease-in-out; }
      .mainRoomWall .boxPlayer .maskPlayer.changeSelect:before, .mainRoomWall .boxPlayer .maskPlayer.activeSelect:before, .mainRoomWall .boxPlayer .maskPlayer.askSucces:before, .mainRoomWall .boxPlayer .maskPlayer.askFail:before {
        content: "";
        position: absolute;
        display: block;
        width: 4em;
        height: 4em;
        border: 2px solid #37e7fb;
        opacity: 1;
        border-radius: 50%;
        -webkit-box-shadow: 0px 0px 4px 2px rgba(55, 231, 251, 0.3);
        -moz-box-shadow: 0px 0px 4px 2px rgba(55, 231, 251, 0.3);
        box-shadow: 0px 0px 4px 2px rgba(55, 231, 251, 0.3);
        -moz-transition: box-shadow 0.06s ease-in-out, border 0.06s ease-in-out;
        -webkit-transition: box-shadow 0.06s ease-in-out, border 0.06s ease-in-out;
        -ms-transition: box-shadow 0.06s ease-in-out, border 0.06s ease-in-out;
        transition: box-shadow 0.06s ease-in-out, border 0.06s ease-in-out; }
        @media screen and (min-width: 1680px) {
          .mainRoomWall .boxPlayer .maskPlayer.changeSelect:before, .mainRoomWall .boxPlayer .maskPlayer.activeSelect:before, .mainRoomWall .boxPlayer .maskPlayer.askSucces:before, .mainRoomWall .boxPlayer .maskPlayer.askFail:before {
            height: 5em;
            width: 5em; } }
    .mainRoomWall .boxPlayer .maskPlayer.askSucces:before {
      border: 2px solid #61EF61;
      -webkit-box-shadow: 0px 0px 7px 4px rgba(97, 239, 97, 0.73);
      -moz-box-shadow: 0px 0px 7px 4px rgba(97, 239, 97, 0.73);
      box-shadow: 0px 0px 7px 4px rgba(97, 239, 97, 0.73);
      -moz-transition: box-shadow 0.06s ease-in-out, border 0.06s ease-in-out;
      -webkit-transition: box-shadow 0.06s ease-in-out, border 0.06s ease-in-out;
      -ms-transition: box-shadow 0.06s ease-in-out, border 0.06s ease-in-out;
      transition: box-shadow 0.06s ease-in-out, border 0.06s ease-in-out; }
    .mainRoomWall .boxPlayer .maskPlayer.askFail {
      opacity: 0.55; }
      .mainRoomWall .boxPlayer .maskPlayer.askFail:before {
        border: 6px solid #f71515;
        -webkit-box-shadow: 0px 0px 7px 4px rgba(247, 21, 21, 0.73);
        -moz-box-shadow: 0px 0px 7px 4px rgba(247, 21, 21, 0.73);
        box-shadow: 0px 0px 7px 4px rgba(247, 21, 21, 0.73);
        -moz-transition: box-shadow 0.06s ease-in-out, border 0.06s ease-in-out;
        -webkit-transition: box-shadow 0.06s ease-in-out, border 0.06s ease-in-out;
        -ms-transition: box-shadow 0.06s ease-in-out, border 0.06s ease-in-out;
        transition: box-shadow 0.06s ease-in-out, border 0.06s ease-in-out; }
    .mainRoomWall .boxPlayer .maskPlayer.activeSelect:before {
      border: 2px solid #d518f5;
      -webkit-box-shadow: 0px 0px 7px 4px rgba(213, 24, 245, 0.73);
      -moz-box-shadow: 0px 0px 7px 4px rgba(213, 24, 245, 0.73);
      box-shadow: 0px 0px 7px 4px rgba(213, 24, 245, 0.73);
      animation: anim-glow 2s ease infinite;
      -moz-transition: box-shadow 0.06s ease-in-out, border 0.06s ease-in-out;
      -webkit-transition: box-shadow 0.06s ease-in-out, border 0.06s ease-in-out;
      -ms-transition: box-shadow 0.06s ease-in-out, border 0.06s ease-in-out;
      transition: box-shadow 0.06s ease-in-out, border 0.06s ease-in-out; }
    .mainRoomWall .boxPlayer .maskPlayer.activeSelect:after {
      content: "";
      background: url("../../img/content/couronne.png");
      position: absolute;
      top: -2.7em;
      left: -2em;
      display: block;
      width: 7em;
      height: 7em;
      z-index: 100;
      transform: scale(0.4); }
    .mainRoomWall .boxPlayer .maskPlayer.activeGamer:after {
      content: "";
      background: url("../../img/content/couronne.png");
      position: absolute;
      top: -2.7em;
      left: -2em;
      display: block;
      width: 7em;
      height: 7em;
      z-index: 100;
      transform: scale(0.4); }
  .mainRoomWall .boxPlayer img {
    max-width: 100%; }
  .mainRoomWall .boxPlayer #maskPlayerGamer img {
    width: 100%;
    height: auto;
    margin-left: 50%;
    transform: translateX(-50%); }
  .mainRoomWall .boxPlayer h5 {
    position: relative;
    text-align: center;
    color: #a600ff;
    padding: 0.2em;
    border-radius: 0.425em;
    box-shadow: 2px 2px 3px rgba(50, 50, 50, 0.3);
    width: 100%;
    margin-left: 0%;
    margin-top: -2.2em; }
  .mainRoomWall .boxPlayer .countPts {
    position: absolute;
    top: 1.6em;
    right: 0em;
    padding: 0.2em 0.45em;
    font-size: 0.55em;
    background-color: red;
    border-radius: 0.425em;
    box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.3); }
    @media screen and (min-width: 1680px) {
      .mainRoomWall .boxPlayer .countPts {
        right: 1em; } }
  .staffWall .mainRoomWall .boxPlayer.nl:after {
    content: "NL";
    position: absolute;
    color: purple;
    font-size: 2.5em;
    top: 1em;
    left: 60%;
    margin-left: -50%; }
  .staffWall .mainRoomWall .boxPlayer.fr:after {
    content: "FR";
    position: absolute;
    color: blue;
    font-size: 2.5em;
    top: 1em;
    left: 60%;
    margin-left: -50%; }
@media screen and (min-width: 1680px) {
  .mainRoomWall #gamer_container {
    margin-left: 5em; } }
.mainRoomWall #wall-container img {
  width: auto;
  height: inherit;
  min-width: 100%;
  min-height: 100%;
  margin-left: 50%;
  transform: translateX(-50%); }
.mainRoomWall .gamer {
  opacity: 0;
  width: 11%; }
  .mainRoomWall .gamer .boxPlayer {
    padding: 0.5em; }
    .mainRoomWall .gamer .boxPlayer .maskPlayer {
      border-radius: 50%;
      border: 2px solid #ffffff;
      height: 14em;
      width: 14em;
      margin: 0 auto 0.5em;
      overflow: hidden; }
      @media screen and (min-width: 1680px) {
        .mainRoomWall .gamer .boxPlayer .maskPlayer {
          height: 15em;
          width: 15em; } }
      .mainRoomWall .gamer .boxPlayer .maskPlayer:after {
        content: "";
        background: url("../../img/content/couronne.png");
        position: absolute;
        top: -4.7em;
        left: 4.4em;
        display: block;
        width: 17em;
        height: 17em;
        transform: scale(0.7);
        z-index: 100; }
        @media screen and (min-width: 736px) {
          .mainRoomWall .gamer .boxPlayer .maskPlayer:after {
            top: -2em;
            left: 3em;
            transform: scale(1); } }
      .staffWall .mainRoomWall .gamer .boxPlayer .maskPlayer.nl:before {
        content: "NL";
        position: absolute;
        color: purple;
        font-size: 2.5em;
        top: 1em;
        left: 60%;
        margin-left: -50%; }
      .staffWall .mainRoomWall .gamer .boxPlayer .maskPlayer.fr:before {
        content: "FR";
        position: absolute;
        color: blue;
        font-size: 2.5em;
        top: 1em;
        left: 60%;
        margin-left: -50%; }
    .mainRoomWall .gamer .boxPlayer h5 {
      width: 100%;
      margin-top: -2.2em;
      margin-left: 0;
      font-size: 2em;
      z-index: 100;
      position: absolute; }
      @media screen and (min-width: 736px) {
        .mainRoomWall .gamer .boxPlayer h5 {
          font-size: 1.4em; } }
      @media screen and (min-width: 1300px) {
        .mainRoomWall .gamer .boxPlayer h5 {
          font-size: 1.8em; } }
    .mainRoomWall .gamer .boxPlayer h6 {
      font-size: 1.3em;
      text-align: center; }
      .mainRoomWall .gamer .boxPlayer h6.status {
        display: none; }
        .staffWall .mainRoomWall .gamer .boxPlayer h6.status {
          display: block;
          position: absolute;
          top: -1.1em;
          z-index: 10000;
          background: #68009f;
          padding: 0.1em 0.5em;
          border-radius: 0.425em;
          width: 100%; }
  .playerWall .mainRoomWall .gamer, .gamerWall .mainRoomWall .gamer, .staffWall .mainRoomWall .gamer {
    opacity: 1;
    width: auto; }
    .playerWall .mainRoomWall .gamer .boxPlayer .countPts, .gamerWall .mainRoomWall .gamer .boxPlayer .countPts, .staffWall .mainRoomWall .gamer .boxPlayer .countPts {
      font-size: 1em;
      color: #ffffff; }
.mainRoomWall .waitGamer .boxPlayer .maskPlayer:after {
  background: none; }
.mainRoomWall .waitGamer .boxPlayer h5 {
  margin-left: -1.1em; }
.mainRoomWall .waitGamer .boxPlayer h6 {
  padding-top: 1.5em; }
  .mainRoomWall .waitGamer .boxPlayer h6.status {
    padding-top: 0; }
.mainRoomWall .questionBox {
  max-width: 70em;
  margin: 0 auto 3em; }
  .mainRoomWall .questionBox .boxReponse {
    width: auto;
    max-width: 80%;
    min-height: 2em;
    text-align: center;
    margin: 0 auto 1.5em;
    padding: 1em 0.5em 1em;
    background-color: #e6e6e6;
    border: 1px solid #b2b2b2;
    border-radius: 0.425em;
    cursor: pointer;
    box-shadow: 2px 2px 2px #68009f;
    -moz-transition: margin-left 0.06s ease-in-out, min-width 0.06s ease-in-out;
    -webkit-transition: margin-left 0.06s ease-in-out, min-width 0.06s ease-in-out;
    -ms-transition: margin-left 0.06s ease-in-out, min-width 0.06s ease-in-out;
    transition: margin-left 0.06s ease-in-out, min-width 0.06s ease-in-out; }
    @media screen and (min-width: 736px) {
      .mainRoomWall .questionBox .boxReponse {
        max-width: 100%; } }
    .mainRoomWall .questionBox .boxReponse:hover {
      background-color: #ffffff;
      box-shadow: 5px 5px 10px #3e0060; }
    .mainRoomWall .questionBox .boxReponse.disable:hover {
      box-shadow: none; }
    .mainRoomWall .questionBox .boxReponse p {
      font-size: 1em;
      vertical-align: middle;
      margin-bottom: 0; }
    .mainRoomWall .questionBox .boxReponse.response-selected, .mainRoomWall .questionBox .boxReponse.mauvaise-reponse, .mainRoomWall .questionBox .boxReponse.bonne-reponse {
      border: none;
      -moz-transition: border 0.06s ease-in-out;
      -webkit-transition: border 0.06s ease-in-out;
      -ms-transition: border 0.06s ease-in-out;
      transition: border 0.06s ease-in-out; }
      .mainRoomWall .questionBox .boxReponse.response-selected:before, .mainRoomWall .questionBox .boxReponse.mauvaise-reponse:before, .mainRoomWall .questionBox .boxReponse.bonne-reponse:before {
        content: "";
        position: absolute;
        display: block;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        border: 2px solid #37e7fb;
        opacity: 1;
        border-radius: 0.425em;
        -webkit-box-shadow: 0px 0px 4px 2px rgba(55, 231, 251, 0.3);
        -moz-box-shadow: 0px 0px 4px 2px rgba(55, 231, 251, 0.3);
        box-shadow: 0px 0px 4px 2px rgba(55, 231, 251, 0.3);
        -moz-transition: box-shadow 0.06s ease-in-out, border 0.06s ease-in-out;
        -webkit-transition: box-shadow 0.06s ease-in-out, border 0.06s ease-in-out;
        -ms-transition: box-shadow 0.06s ease-in-out, border 0.06s ease-in-out;
        transition: box-shadow 0.06s ease-in-out, border 0.06s ease-in-out; }
    .mainRoomWall .questionBox .boxReponse.bonne-reponse {
      min-height: 8em;
      min-width: 100%;
      margin-top: -1.2em;
      margin-left: 0;
      -moz-transition: margin-left 0.06s ease-in-out, min-width 0.06s ease-in-out;
      -webkit-transition: margin-left 0.06s ease-in-out, min-width 0.06s ease-in-out;
      -ms-transition: margin-left 0.06s ease-in-out, min-width 0.06s ease-in-out;
      transition: margin-left 0.06s ease-in-out, min-width 0.06s ease-in-out; }
      @media screen and (min-width: 736px) {
        .mainRoomWall .questionBox .boxReponse.bonne-reponse {
          min-height: 5em; } }
      @media screen and (min-width: 1300px) {
        .mainRoomWall .questionBox .boxReponse.bonne-reponse {
          min-height: 6em; } }
      .mainRoomWall .questionBox .boxReponse.bonne-reponse p {
        font-size: 1.7em; }
      .mainRoomWall .questionBox .boxReponse.bonne-reponse:before {
        border: 6px solid #61EF61;
        -webkit-box-shadow: 0px 0px 7px 4px rgba(97, 239, 97, 0.73);
        -moz-box-shadow: 0px 0px 7px 4px rgba(97, 239, 97, 0.73);
        box-shadow: 0px 0px 7px 4px rgba(97, 239, 97, 0.73);
        -moz-transition: box-shadow 0.06s ease-in-out, border 0.06s ease-in-out;
        -webkit-transition: box-shadow 0.06s ease-in-out, border 0.06s ease-in-out;
        -ms-transition: box-shadow 0.06s ease-in-out, border 0.06s ease-in-out;
        transition: box-shadow 0.06s ease-in-out, border 0.06s ease-in-out; }
      .mainRoomWall .questionBox .boxReponse.bonne-reponse:not(.response-selected) {
        display: block;
        margin-left: 0%;
        min-width: 100%;
        -moz-transition: margin-left 0.06s ease-in-out, min-width 0.06s ease-in-out;
        -webkit-transition: margin-left 0.06s ease-in-out, min-width 0.06s ease-in-out;
        -ms-transition: margin-left 0.06s ease-in-out, min-width 0.06s ease-in-out;
        transition: margin-left 0.06s ease-in-out, min-width 0.06s ease-in-out; }
        @media screen and (min-width: 736px) {
          .mainRoomWall .questionBox .boxReponse.bonne-reponse:not(.response-selected) {
            margin-left: -5%;
            min-width: 110%; } }
    .mainRoomWall .questionBox .boxReponse.mauvaise-reponse {
      opacity: 0; }
      .mainRoomWall .questionBox .boxReponse.mauvaise-reponse:before {
        border: 6px solid #f71515;
        -webkit-box-shadow: 0px 0px 7px 4px rgba(247, 21, 21, 0.73);
        -moz-box-shadow: 0px 0px 7px 4px rgba(247, 21, 21, 0.73);
        box-shadow: 0px 0px 7px 4px rgba(247, 21, 21, 0.73);
        -moz-transition: box-shadow 0.06s ease-in-out, border 0.06s ease-in-out;
        -webkit-transition: box-shadow 0.06s ease-in-out, border 0.06s ease-in-out;
        -ms-transition: box-shadow 0.06s ease-in-out, border 0.06s ease-in-out;
        transition: box-shadow 0.06s ease-in-out, border 0.06s ease-in-out; }
    .mainRoomWall .questionBox .boxReponse.response-selected {
      box-shadow: 5px 5px 10px #3e0060; }
      .mainRoomWall .questionBox .boxReponse.response-selected:before {
        border: 6px solid #37e7fb;
        -webkit-box-shadow: 0px 0px 4px 2px rgba(55, 231, 251, 0.73);
        -moz-box-shadow: 0px 0px 4px 2px rgba(55, 231, 251, 0.73);
        box-shadow: 0px 0px 4px 2px rgba(55, 231, 251, 0.73);
        animation: anim-glowBlue 2s ease infinite;
        -moz-transition: box-shadow 0.06s ease-in-out, border 0.06s ease-in-out;
        -webkit-transition: box-shadow 0.06s ease-in-out, border 0.06s ease-in-out;
        -ms-transition: box-shadow 0.06s ease-in-out, border 0.06s ease-in-out;
        transition: box-shadow 0.06s ease-in-out, border 0.06s ease-in-out; }
    .mainRoomWall .questionBox .boxReponse h3 {
      font-weight: 600px; }
.mainRoomWall .categoryBox {
  max-width: 70em;
  margin: 0 auto 3em; }
  @media screen and (min-width: 980px) {
    .mainRoomWall .categoryBox {
      margin: 5em 0 0 0; } }
  @media screen and (min-width: 1300px) {
    .mainRoomWall .categoryBox {
      margin: 5em 0 0 2em; } }
  .mainRoomWall .categoryBox .boxCategory {
    min-height: 4em;
    text-align: center;
    padding: 0.5em;
    border-radius: 0.425em;
    cursor: not-allowed; }
    .eliminatedWall .mainRoomWall .categoryBox .boxCategory {
      filter: sepia(1); }
    @media screen and (min-width: 736px) {
      .mainRoomWall .categoryBox .boxCategory {
        min-height: 3em; } }
    @media screen and (min-width: 1300px) {
      .mainRoomWall .categoryBox .boxCategory {
        min-height: 6em; } }
    .mainRoomWall .categoryBox .boxCategory p {
      color: #ffffff;
      vertical-align: middle;
      font-size: 1.7em;
      line-height: 3em;
      margin-bottom: 0; }
      @media screen and (min-width: 980px) {
        .mainRoomWall .categoryBox .boxCategory p {
          font-size: 0.9em;
          line-height: 5.6em;
          white-space: nowrap; } }
      @media screen and (min-width: 1680px) {
        .mainRoomWall .categoryBox .boxCategory p {
          font-size: 1.2em;
          line-height: 4.3em; } }
    .playerWall .mainRoomWall .categoryBox .boxCategory {
      opacity: 0.5; }
      .playerWall .mainRoomWall .categoryBox .boxCategory:hover {
        box-shadow: none;
        cursor: not-allowed; }
  .mainRoomWall .categoryBox .txtCatPlayer {
    margin-bottom: 1.5em;
    font-size: 1em; }
    .gamerWall .mainRoomWall .categoryBox .txtCatPlayer {
      display: none; }
  .mainRoomWall .categoryBox .txtCatGamer {
    display: none;
    margin-bottom: 1.5em;
    font-size: 1em; }
    .gamerWall .mainRoomWall .categoryBox .txtCatGamer {
      display: block; }
.mainRoomWall .resultatPlayer .boxPlayer,
.mainRoomWall .informationPlayer .boxPlayer {
  border-bottom: 1px solid #ffffff;
  margin-bottom: 0; }
  .mainRoomWall .resultatPlayer .boxPlayer .position h4,
  .mainRoomWall .informationPlayer .boxPlayer .position h4 {
    line-height: 2.5em;
    margin-bottom: 0; }
  .mainRoomWall .resultatPlayer .boxPlayer h4,
  .mainRoomWall .informationPlayer .boxPlayer h4 {
    font-size: 1.3em; }
  .mainRoomWall .resultatPlayer .boxPlayer .maskPlayer,
  .mainRoomWall .informationPlayer .boxPlayer .maskPlayer {
    width: 3.2em;
    height: 3.2em;
    margin-bottom: 0; }
    .mainRoomWall .resultatPlayer .boxPlayer .maskPlayer:before,
    .mainRoomWall .informationPlayer .boxPlayer .maskPlayer:before {
      display: none; }
  .mainRoomWall .resultatPlayer .boxPlayer .playerInformation h4, .mainRoomWall .resultatPlayer .boxPlayer .playerInformation p,
  .mainRoomWall .informationPlayer .boxPlayer .playerInformation h4,
  .mainRoomWall .informationPlayer .boxPlayer .playerInformation p {
    margin-bottom: 0; }
  .mainRoomWall .resultatPlayer .boxPlayer h5,
  .mainRoomWall .informationPlayer .boxPlayer h5 {
    height: 3.2em;
    line-height: 3.2em;
    font-size: 1em;
    margin-bottom: 0;
    min-width: 7em; }
  .mainRoomWall .resultatPlayer .boxPlayer:last-child,
  .mainRoomWall .informationPlayer .boxPlayer:last-child {
    border-bottom: none; }
.mainRoomWall .resultatPlayer .boxPlayer.active:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 110%;
  height: 100%;
  margin-left: -5%;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 2em; }
.mainRoomWall.classement h3 {
  color: #ffffff; }
.mainRoomWall.classement .boxPlayer h5, .mainRoomWall.classement .boxPlayer h4 {
  margin-top: 0;
  color: #ffffff; }
.mainRoomWall.classement .boxPlayer .playerCounter h5 {
  color: #68009f; }
.mainRoomWall #questions-container h3 {
  color: #ffffff; }
.mainRoomWall #wrong-answer,
.mainRoomWall #good-answer,
.mainRoomWall #user-eliminated,
.mainRoomWall #start-container,
.mainRoomWall #pause-container {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
  background: rgba(50, 50, 50, 0.75); }
  .mainRoomWall #wrong-answer div,
  .mainRoomWall #good-answer div,
  .mainRoomWall #user-eliminated div,
  .mainRoomWall #start-container div,
  .mainRoomWall #pause-container div {
    position: absolute;
    width: 100vw;
    margin: 0 auto;
    height: auto;
    text-align: center;
    color: #ffffff;
    z-index: 1001;
    color: #ffffff; }
    .mainRoomWall #wrong-answer div div,
    .mainRoomWall #good-answer div div,
    .mainRoomWall #user-eliminated div div,
    .mainRoomWall #start-container div div,
    .mainRoomWall #pause-container div div {
      z-index: 1002;
      display: block;
      position: absolute;
      width: 70%;
      height: 15em;
      line-height: 5em;
      margin: 0 auto;
      padding: 1em;
      transform: translateX(20%) translateY(60%);
      background: #ffffff;
      border: ipx solid #808080;
      border-radius: 0.425em; }
      .mainRoomWall #wrong-answer div div h2,
      .mainRoomWall #good-answer div div h2,
      .mainRoomWall #user-eliminated div div h2,
      .mainRoomWall #start-container div div h2,
      .mainRoomWall #pause-container div div h2 {
        color: #3e0060; }

.eliminatedWall .mainRoomWall .questionBox .boxReponse {
  opacity: 0.75;
  cursor: not-allowed !important;
  box-shadow: 2px 2px 3px rgba(50, 50, 50, 0.3) !important; }
  .eliminatedWall .mainRoomWall .questionBox .boxReponse.response-selected {
    box-shadow: 2px 2px 3px rgba(50, 50, 50, 0.1) !important; }
  .eliminatedWall .mainRoomWall .questionBox .boxReponse:hover {
    box-shadow: 5px 5px 10px rgba(50, 50, 50, 0.3) !important; }

#timer-question {
  width: auto;
  max-width: 6em;
  margin: 0 auto;
  padding: 0.5em 1em;
  border-radius: 0.425em;
  background-color: #ffffff;
  color: #68009f;
  font-weight: 600; }
  .adminPage #timer-question {
    margin: 0 auto 1em; }

#sliderIntro {
  position: relative; }
  #sliderIntro .MS-content {
    overflow: hidden;
    white-space: nowrap;
    max-height: 25em; }
    #sliderIntro .MS-content .slider-item {
      display: inline-block;
      width: 100%;
      height: 100%;
      overflow: hidden;
      position: relative;
      vertical-align: top;
      border-right: none;
      border-left: 1px solid #6d6b6b; }
      @media screen and (min-width: 736px) {
        #sliderIntro .MS-content .slider-item {
          width: 50%; } }
      @media screen and (min-width: 980px) {
        #sliderIntro .MS-content .slider-item {
          width: 25%; } }
      #sliderIntro .MS-content .slider-item .item_content {
        position: absolute;
        top: 0;
        width: 100%;
        min-height: 55%;
        padding: 6em 5em 2em;
        text-transform: uppercase;
        z-index: 0;
        -moz-transition: min-height 0.2s ease;
        -webkit-transition: min-height 0.2s ease;
        -ms-transition: min-height 0.2s ease;
        transition: min-height 0.2s ease; }
        @media screen and (min-width: 736px) {
          #sliderIntro .MS-content .slider-item .item_content {
            padding: 1em 4em; } }
        @media screen and (min-width: 980px) {
          #sliderIntro .MS-content .slider-item .item_content {
            padding: 1em 3.3em;
            bottom: 0;
            top: initial; } }
        #sliderIntro .MS-content .slider-item .item_content:before {
          content: "";
          position: absolute;
          display: block;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: rgba(50, 50, 50, 0.3);
          z-index: -1; }
          @media screen and (min-width: 980px) {
            #sliderIntro .MS-content .slider-item .item_content:before {
              display: none; } }
        #sliderIntro .MS-content .slider-item .item_content:hover {
          min-height: 65%;
          -moz-transition: min-height 0.2s ease;
          -webkit-transition: min-height 0.2s ease;
          -ms-transition: min-height 0.2s ease;
          transition: min-height 0.2s ease; }
        #sliderIntro .MS-content .slider-item .item_content p {
          font-size: 30px;
          text-align: center;
          line-height: 1;
          vertical-align: middle;
          margin: 0;
          padding: 10px 0; }
        #sliderIntro .MS-content .slider-item .item_content span {
          margin: 0 auto;
          display: block;
          max-width: 11em; }
          @media screen and (min-width: 980px) {
            #sliderIntro .MS-content .slider-item .item_content span {
              display: inline-block;
              max-width: auto; } }
        #sliderIntro .MS-content .slider-item .item_content br {
          display: none; }
        #sliderIntro .MS-content .slider-item .item_content a:hover {
          text-decoration: none; }
      #sliderIntro .MS-content .slider-item img {
        z-index: 0; }
  #sliderIntro .MS-controls button {
    position: absolute;
    min-width: auto;
    height: 70px;
    border: none;
    background: transparent;
    outline: 0;
    top: 35px;
    top: 40%;
    padding: 0.5em 0.5em 0.5em 0; }
    #sliderIntro .MS-controls button:hover {
      cursor: pointer; }
  #sliderIntro .MS-controls .MS-left {
    left: 10px; }
    @media (max-width: 992px) {
      #sliderIntro .MS-controls .MS-left {
        left: -2px; } }
  #sliderIntro .MS-controls .MS-right {
    right: 10px; }
    @media (max-width: 992px) {
      #sliderIntro .MS-controls .MS-right {
        right: -2px; } }

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px); } }
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce; }

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75); }
  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25); }
  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes rubberBand {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    -ms-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75); }
  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    -ms-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25); }
  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    -ms-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); } }
@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px); } }
.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); } }
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); } }
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); } }
.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg); }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg); }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg); }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg); }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg); }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }
@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg); }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg); }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg); }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg); }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg); }
  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); } }
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3); } }
@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3); } }
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); } }
@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); } }
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }
@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); } }
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }
@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); } }
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }
@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); } }
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); } }
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); } }
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); } }
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); } }
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); } }
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); } }
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); } }
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); } }
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); } }
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); } }
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); } }
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); } }
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); } }
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(0deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(0.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(0deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }
.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }
.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }
@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); } }
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); } }
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); } }
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); } }
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); } }
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0; } }
@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0; } }
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); } }
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); } }
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg); } }
@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg); } }
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3); }
  50% {
    opacity: 1; } }
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3); }
  50% {
    opacity: 1; } }
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(-2000px);
    transform: scale(0.1) translateY(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(60px);
    transform: scale(0.475) translateY(60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; } }
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(-2000px);
    -ms-transform: scale(0.1) translateY(-2000px);
    transform: scale(0.1) translateY(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(60px);
    -ms-transform: scale(0.475) translateY(60px);
    transform: scale(0.475) translateY(60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; } }
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(-2000px);
    transform: scale(0.1) translateX(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(48px);
    transform: scale(0.475) translateX(48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; } }
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(-2000px);
    -ms-transform: scale(0.1) translateX(-2000px);
    transform: scale(0.1) translateX(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(48px);
    -ms-transform: scale(0.475) translateX(48px);
    transform: scale(0.475) translateX(48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; } }
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(2000px);
    transform: scale(0.1) translateX(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(-48px);
    transform: scale(0.475) translateX(-48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; } }
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(2000px);
    -ms-transform: scale(0.1) translateX(2000px);
    transform: scale(0.1) translateX(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(-48px);
    -ms-transform: scale(0.475) translateX(-48px);
    transform: scale(0.475) translateX(-48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; } }
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(2000px);
    transform: scale(0.1) translateY(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(-60px);
    transform: scale(0.475) translateY(-60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; } }
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(2000px);
    -ms-transform: scale(0.1) translateY(2000px);
    transform: scale(0.1) translateY(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(-60px);
    -ms-transform: scale(0.475) translateY(-60px);
    transform: scale(0.475) translateY(-60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; } }
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3); }
  100% {
    opacity: 0; } }
@keyframes zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  50% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3); }
  100% {
    opacity: 0; } }
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(-60px);
    transform: scale(0.475) translateY(-60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear; }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(2000px);
    transform: scale(0.1) translateY(2000px);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; } }
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(-60px);
    -ms-transform: scale(0.475) translateY(-60px);
    transform: scale(0.475) translateY(-60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear; }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(2000px);
    -ms-transform: scale(0.1) translateY(2000px);
    transform: scale(0.1) translateY(2000px);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom; } }
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(42px);
    transform: scale(0.475) translateX(42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear; }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(-2000px);
    transform: scale(0.1) translateX(-2000px);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(42px);
    -ms-transform: scale(0.475) translateX(42px);
    transform: scale(0.475) translateX(42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear; }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(-2000px);
    -ms-transform: scale(0.1) translateX(-2000px);
    transform: scale(0.1) translateX(-2000px);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center; } }
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(-42px);
    transform: scale(0.475) translateX(-42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear; }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(2000px);
    transform: scale(0.1) translateX(2000px);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(-42px);
    -ms-transform: scale(0.475) translateX(-42px);
    transform: scale(0.475) translateX(-42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear; }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(2000px);
    -ms-transform: scale(0.1) translateX(2000px);
    transform: scale(0.1) translateX(2000px);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center; } }
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(60px);
    transform: scale(0.475) translateY(60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear; }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(-2000px);
    transform: scale(0.1) translateY(-2000px);
    -webkit-transform-origin: center top;
    transform-origin: center top; } }
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(60px);
    -ms-transform: scale(0.475) translateY(60px);
    transform: scale(0.475) translateY(60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear; }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(-2000px);
    -ms-transform: scale(0.1) translateY(-2000px);
    transform: scale(0.1) translateY(-2000px);
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top; } }
@keyframes anim-glow {
  0% {
    box-shadow: 0 0 #d518f5; }
  100% {
    box-shadow: 0 0 10px 8px transparent;
    border-width: 2px; } }
@keyframes anim-glowBlue {
  0% {
    box-shadow: 0 0 #37e7fb; }
  100% {
    box-shadow: 0 0 10px 8px transparent;
    border-width: 2px; } }
.icon {
  border-radius: 50%;
  border: 2px solid #61EF61;
  width: 10px;
  height: 10px;
  text-align: center;
  position: relative;
  animation: anim-glow 2s ease infinite; }
  .icon i {
    border-radius: 50%;
    border: 2px solid #61EF61;
    width: 2px;
    height: 2px;
    display: inline-block;
    vertical-align: 6px;
    background-color: #61EF61; }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

/* Header */
header {
  background-color: #3e0060;
  color: #ffffff; }
  header .logo {
    max-width: 8em;
    margin: 0 auto; }
    header .logo img {
      width: 100%; }
  header .langChoice {
    position: absolute;
    left: 50%;
    top: 0.3em;
    transform: translateX(-50%);
    height: 2em;
    width: 8em;
    background: white;
    padding: 0.2em;
    font-size: 2em;
    border-radius: 0.3em; }
    header .langChoice a {
      margin: 0 0.5em; }
      header .langChoice a.active {
        font-weight: bold; }
  header .lang {
    width: 30%;
    position: absolute;
    text-align: center;
    right: 0em;
    top: 0.2em;
    font-size: 1.1em;
    color: white; }
    @media screen and (min-width: 736px) {
      header .lang {
        right: 1em;
        top: 1.3em;
        font-size: 1.3em; } }
    @media screen and (min-width: 980px) {
      header .lang {
        top: 1.8em;
        font-size: 1.1em; } }
    header .lang a {
      display: inline-block;
      color: #ffffff;
      font-weight: bold;
      margin: 0.2em;
      padding: 0.2em 0.4em; }
      header .lang a.active {
        background: #ffffff;
        border-radius: 5px;
        color: #b6f3dd; }
  header #quit {
    display: inline-block; }
    header #quit i {
      font-weight: 600; }

.language {
  font-size: 0.75em;
  padding: 0 1em 0 0;
  transform: translateY(-60%);
  display: inline-block; }
  .language a:hover {
    color: #162056;
    font-weight: bold; }

.countdown {
  font-size: 2.65em; }

/* Nav */
nav {
  position: absolute;
  top: 1.8em;
  left: 1em;
  width: 40%;
  padding: 0;
  text-align: center; }
  nav ul {
    list-style: none;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -moz-justify-content: -moz-flex-end;
    -webkit-justify-content: -webkit-flex-end;
    -ms-justify-content: -ms-flex-end;
    justify-content: flex-end; }
    nav ul li {
      position: relative;
      -moz-transition: margin 0.2s ease;
      -webkit-transition: margin 0.2s ease;
      -ms-transition: margin 0.2s ease;
      transition: margin 0.2s ease;
      display: inline-block;
      margin: 0 0.35em;
      padding: 0;
      vertical-align: middle;
      font-family: "Open Sans", sans-serif;
      font-weight: 400; }
      nav ul li a {
        -moz-transition: font-size 0.2s ease;
        -webkit-transition: font-size 0.2s ease;
        -ms-transition: font-size 0.2s ease;
        transition: font-size 0.2s ease;
        display: inline-block;
        color: #ffffff;
        height: 3em;
        line-height: 3em;
        padding: 0 1.25em;
        border: 0;
        border-radius: 2em;
        box-shadow: inset 0 0 0 1px transparent; }
        nav ul li a:hover {
          color: #ffffff; }
        nav ul li a.langue {
          color: #008795; }
          nav ul li a.langue:hover {
            color: #005962; }
        nav ul li a i {
          font-size: 0.6em;
          padding-left: 0.3em;
          bottom: 0; }
      @media screen and (min-width: 736px) {
        nav ul li:hover .sub-menu {
          display: block;
          color: #b6f3dd; }
        nav ul li:hover li a {
          color: #b6f3dd; } }
      nav ul li.active .sub-menu {
        display: block;
        color: #b6f3dd; }
        @media screen and (min-width: 736px) {
          nav ul li.active .sub-menu {
            color: #ffffff; } }
      nav ul li.active li a {
        color: #b6f3dd; }
        @media screen and (min-width: 736px) {
          nav ul li.active li a {
            color: #ffffff; } }
      nav ul li p {
        color: #ffffff;
        font-size: 1.5em;
        margin-bottom: 0; }
    nav ul a.button {
      background-color: #ffffff;
      color: #b6f3dd;
      text-transform: Initial; }
      nav ul a.button:hover {
        background-color: #8aecc9;
        text-decoration: none;
        border: none; }
    nav ul .sub-menu {
      display: none;
      position: relative;
      width: 100%;
      z-index: 100;
      font-family: "Open Sans", sans-serif; }
      @media screen and (min-width: 980px) {
        nav ul .sub-menu {
          position: absolute;
          width: 150%;
          margin-left: -30%; } }
      nav ul .sub-menu li {
        display: block;
        width: 100%;
        background-color: #ffffff;
        padding: 0 1em;
        color: #b6f3dd;
        font-weight: 300;
        text-align: center; }
        @media screen and (min-width: 736px) {
          nav ul .sub-menu li {
            background-color: #ffffff; } }
        nav ul .sub-menu li a {
          width: 100%;
          padding-left: 0.3em;
          color: #b6f3dd;
          border-bottom: 1px solid rgba(255, 255, 255, 0.3);
          border-radius: 0; }
        nav ul .sub-menu li:last-child {
          padding-bottom: 0.3em; }
          nav ul .sub-menu li:last-child a {
            border-bottom: none; }

/* Main */
section {
  /* border-top: solid 1px _palette(invert, border); */
  overflow-x: hidden;
  z-index: 0; }
  section .marginR1 {
    margin-right: 1em; }
  section .marginT1 {
    margin-top: 1em; }
  section .marginT2 {
    margin-top: 2em; }
  section .marginT3 {
    margin-top: 3em; }
  section .marginT55 {
    margin-top: 9.1em; }
  section .marginB0 {
    margin-bottom: 0em; }
  section .marginB0-1 {
    margin-bottom: 0.5em; }
  section .marginB1 {
    margin-bottom: 1em; }
  section .marginB2 {
    margin-bottom: 2em; }
  section .marginB3 {
    margin-bottom: 3em; }
  section .marginB4 {
    margin-bottom: 4em; }
  section .marginA {
    margin: 0 0.5em; }
  section .marginA1 {
    margin: 0 1em; }
  section .marginA2 {
    margin: 0 2em; }
  section .marginA3 {
    margin: 0 3em; }
  section .noPadding {
    padding: 0 !important; }
  section .paddingB1 {
    padding-bottom: 1em; }
  section .paddingB2 {
    padding-bottom: 2em; }
  section .paddingB3 {
    padding-bottom: 3em; }
  section .paddingA {
    padding: 0 0.5em; }
  section .paddingA1 {
    padding: 0 1em; }
  section .paddingA2 {
    padding: 0 2em; }
  section .paddingA3 {
    padding: 0 3em; }
  section .paddingL03 {
    padding-left: 0.8em !important; }
    @media screen and (min-width: 980px) {
      section .paddingL03 {
        padding-left: 0.3em !important; } }
  section:first-child {
    border-top: 0; }
    @media screen and (min-width: 736px) {
      section:first-child {
        position: relative; } }
  section .displayM {
    display: inline-block; }
    @media screen and (min-width: 736px) {
      section .displayM {
        display: none; } }
  section .displayD {
    display: none; }
    @media screen and (min-width: 736px) {
      section .displayD {
        display: inline-block; } }
  section.quote {
    position: relative;
    min-height: 200px;
    overflow: hidden; }
  section.contact {
    background-color: #008795; }
    section.contact h2 {
      color: #ffffff; }
    section.contact iframe {
      width: 100%;
      min-height: 86em; }
      @media screen and (min-width: 736px) {
        section.contact iframe {
          min-height: 63em; } }
      @media screen and (min-width: 980px) {
        section.contact iframe {
          min-height: 42em; } }
  section .borderTopBottom {
    padding: 0.6em 0;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6; }
  section .borderTop {
    padding-top: 0.6em;
    border-top: 1px solid #e6e6e6; }
  section .borderBottom {
    padding-bottom: 0.6em;
    border-bottom: 1px solid #e6e6e6; }

.description {
  min-height: 37em; }

.generalBg {
  background: #a700ff;
  background: linear-gradient(65deg, #a700ff 0%, #8700ff 100%);
  box-shadow: inset 0 7px 9px -7px rgba(62, 0, 96, 0.75); }
  .gamerWall .generalBg {
    background: #ff2600;
    background: linear-gradient(65deg, #ff2600 0%, #ff9d00 100%);
    box-shadow: inset 0 7px 9px -7px #ff2600; }
  .eliminatedWall .generalBg {
    background: #323232;
    background: linear-gradient(65deg, #323232 0%, gray 100%);
    box-shadow: inset 0 7px 9px -7px #323232; }

.homePageLangue,
.mainRoom,
.classement {
  min-height: calc(100vh - 9.56em); }
  @media screen and (min-width: 980px) {
    .homePageLangue,
    .mainRoom,
    .classement {
      min-height: calc(100vh - 9.56em); } }

.homePageLangue .wrapperLangue {
  margin: 20vh auto;
  text-align: center; }
  .homePageLangue .wrapperLangue a {
    display: inline-block;
    width: 3em;
    margin: 0 2em;
    text-align: center;
    color: #ffffff;
    -moz-transition: -moz-transform 0.2s ease-in-out;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    -ms-transition: -ms-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out; }
    .homePageLangue .wrapperLangue a img {
      max-width: 3em; }
    .homePageLangue .wrapperLangue a span {
      font-weight: bold; }
    .homePageLangue .wrapperLangue a:hover {
      text-decoration: none;
      transform: scale(1.25);
      filter: drop-shadow(2px 2px 2px rgba(62, 0, 96, 0.75));
      -moz-transition: -moz-transform 0.2s ease-in-out;
      -webkit-transition: -webkit-transform 0.2s ease-in-out;
      -ms-transition: -ms-transform 0.2s ease-in-out;
      transition: transform 0.2s ease-in-out; }

#parties_liste .darkShadow img {
  height: 1.65em;
  -moz-transition: height 0.2s ease-in-out;
  -webkit-transition: height 0.2s ease-in-out;
  -ms-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out; }
  #parties_liste .darkShadow img + span {
    vertical-align: super;
    margin-left: 0.6em; }
#parties_liste .darkShadow:hover img {
  height: 1.75em;
  -moz-transition: height 0.2s ease-in-out;
  -webkit-transition: height 0.2s ease-in-out;
  -ms-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out; }
#parties_liste .darkShadow:hover span {
  color: #a600ff; }

.gameStart {
  height: 100%;
  background-color: #b6f3dd;
  margin: -0.5em; }
  .gameStart h1 {
    font-size: 2em; }

/* Footer */
footer {
  /* position: absolute;
  bottom: 0;
  width: 100%; */
  background: #3e0060; }
  footer p {
    color: #ffffff;
    vertical-align: middle;
    margin: 0.4em 0 0 1.5em;
    font-size: 0.8em; }
  footer a {
    color: #ffffff;
    margin: 0 0.3em; }
    footer a:hover {
      color: #ffffff; }
  footer .logo {
    width: 100%; }
    @media screen and (min-width: 980px) {
      footer .logo {
        width: 3em; } }
    footer .logo img {
      width: 7em; }
      @media screen and (min-width: 980px) {
        footer .logo img {
          width: 100%; } }

.copyright {
  margin: 0 !important;
  text-align: center; }
  @media screen and (min-width: 736px) {
    .copyright {
      position: absolute;
      bottom: 0;
      width: 100%;
      padding: 0.5em;
      font-size: 0.75em;
      text-align: right; } }

/* Wrapper */
[class^="wrapper"] {
  max-width: 100%;
  margin: 0 auto;
  padding: 2em 1em; }
  @media screen and (min-width: 1680px) {
    [class^="wrapper"] {
      padding: 4em 1em; } }
  [class^="wrapper"].marginT0 {
    margin-top: 0; }
  header [class^="wrapper"] {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1em 1em; }
    @media screen and (min-width: 980px) {
      header [class^="wrapper"] {
        padding: 0; } }
    header [class^="wrapper"] .header_section {
      display: -moz-flex;
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      -moz-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -moz-flex-direction: initial;
      -webkit-flex-direction: initial;
      -ms-flex-direction: initial;
      flex-direction: initial;
      -moz-justify-content: space-between;
      -webkit-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      position: relative; }
  footer [class^="wrapper"] {
    padding: 1em 2em 0; }
    @media screen and (min-width: 980px) {
      footer [class^="wrapper"] .footer-bottom {
        display: -moz-flex;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -moz-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -moz-flex-direction: initial;
        -webkit-flex-direction: initial;
        -ms-flex-direction: initial;
        flex-direction: initial; } }
    footer [class^="wrapper"] .footerLeft {
      display: -moz-flex;
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      -moz-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -moz-flex-direction: column;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: center;
      min-width: 100%; }
      @media screen and (min-width: 980px) {
        footer [class^="wrapper"] .footerLeft {
          -moz-flex-direction: row;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          text-align: left;
          min-width: auto; } }
      footer [class^="wrapper"] .footerLeft img {
        margin: 0 auto; }
    footer [class^="wrapper"] div.footerRight {
      text-align: right;
      display: -moz-flex;
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      -moz-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -moz-flex-direction: row;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -moz-justify-content: center;
      -webkit-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      min-width: 100%; }
      @media screen and (min-width: 980px) {
        footer [class^="wrapper"] div.footerRight {
          -moz-justify-content: -moz-flex-end;
          -webkit-justify-content: -webkit-flex-end;
          -ms-justify-content: -ms-flex-end;
          justify-content: flex-end;
          min-width: auto; } }
    @media screen and (min-width: 980px) {
      footer [class^="wrapper"] div.footerLeft {
        text-align: left;
        display: -moz-flex;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -moz-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -moz-flex-direction: row;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row; } }
  .adminPage [class^="wrapper"] {
    max-width: 80%;
    margin: 0 auto; }
    .adminPage [class^="wrapper"].full {
      max-width: 100%;
      margin: 0 auto; }
  [class^="wrapper"][class$="-lt"] {
    padding: 0; }
    @media screen and (min-width: 736px) {
      [class^="wrapper"][class$="-lt"] {
        padding: 0.5em 1em; } }

.connexion h1 {
  text-align: center; }
.connexion label {
  color: #b6f3dd; }

.classement ul li {
  font-size: 1em; }
  .classement ul li h3 {
    margin-bottom: 0;
    text-align: left !important; }

.currentTeam {
  background-color: #808080;
  color: #fff;
  font-weight: bold;
  border-radius: 0.75em; }

.STIB.compteur #compteur {
  font-size: 10em;
  color: #b6f3dd;
  padding: 0; }

.bonne_reponse div:first-child:after {
  position: absolute;
  display: block;
  font-family: FontAwesome;
  font-size: 1.5em;
  background-color: green;
  color: #ffffff;
  border-radius: 50%;
  content: "\f00c";
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  top: calc(50% - 0.8em);
  left: 0.4em;
  z-index: 1000; }
  .decalValidate .bonne_reponse div:first-child:after {
    left: auto;
    right: -2em; }
.bonne_reponse.checkboxContainer div:first-child:after {
  position: absolute;
  display: none; }
.bonne_reponse.checkboxContainer div:last-child:after {
  position: absolute;
  display: block;
  font-family: FontAwesome;
  font-size: 1.5em;
  background-color: green;
  color: #ffffff;
  border-radius: 50%;
  content: "\f00c";
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  top: calc(50% - 0.8em);
  left: calc(50% - 2.5em);
  z-index: 1000; }
.bonne_reponse input {
  border-color: green; }
.bonne_reponse input[type="button"] {
  background-color: green; }

.mauvaise_reponse div:first-child:after {
  position: absolute;
  display: block;
  font-family: FontAwesome;
  font-size: 1.5em;
  background-color: #A70034;
  color: #ffffff;
  border-radius: 50%;
  content: "\f00d";
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  top: calc(50% - 0.8em);
  left: 0.4em;
  z-index: 1000; }
  .decalValidate .mauvaise_reponse div:first-child:after {
    left: auto;
    right: -2em; }
.mauvaise_reponse.checkboxContainer div:first-child:after {
  position: absolute;
  display: none; }
.mauvaise_reponse.checkboxContainer div:last-child:after {
  position: absolute;
  display: block;
  font-family: FontAwesome;
  font-size: 1.5em;
  background-color: #A70034;
  color: #ffffff;
  border-radius: 50%;
  content: "\f00d";
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  top: calc(50% - 0.8em);
  left: calc(50% - 2.5em);
  z-index: 1000; }
.mauvaise_reponse input {
  border-color: #A70034; }
.mauvaise_reponse input[type="button"] {
  background-color: #A70034; }

#enigme_container.content p,
#enigme_container.content p {
  display: none; }

#enigme_container.content p.bonne_reponse {
  display: block;
  padding: 0 2em;
  color: #323232; }
  #enigme_container.content p.bonne_reponse strong {
    color: #323232; }
  #enigme_container.content p.bonne_reponse:first-child {
    margin-top: 1em; }

@-webkit-keyframes blinker {
  from {
    opacity: 1.0; }
  to {
    opacity: 0.0; } }
.waitingForConnection {
  -webkit-animation-name: blinker;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 1);
  -webkit-animation-duration: 1.7s; }

#img_total img {
  max-height: 435px;
  max-width: 100%;
  width: auto; }

.interAnimationGamer {
  min-height: 10em;
  -moz-transition: min-height 0.2s ease-in-out;
  -webkit-transition: min-height 0.2s ease-in-out;
  -ms-transition: min-height 0.2s ease-in-out;
  transition: min-height 0.2s ease-in-out; }
  @media screen and (min-width: 736px) {
    .interAnimationGamer {
      min-height: 22em;
      -moz-transition: min-height 0.2s ease-in-out;
      -webkit-transition: min-height 0.2s ease-in-out;
      -ms-transition: min-height 0.2s ease-in-out;
      transition: min-height 0.2s ease-in-out; } }

.adminPage .box ul li {
  font-size: 0.85em; }
  @media screen and (min-width: 736px) {
    .adminPage .box ul li {
      font-size: 0.8em; } }
  @media screen and (min-width: 1300px) {
    .adminPage .box ul li {
      font-size: 0.85em; } }
.adminPage .box.adminShowPartie li a {
  vertical-align: top; }
.adminPage .box.adminShowPartie img {
  max-width: 3em;
  margin-right: 0.5em; }
.adminPage .box a,
.adminPage .box .copyButton {
  color: #3e0060;
  font-weight: bold;
  border-color: transparent;
  position: relative; }
  .adminPage .box a.button,
  .adminPage .box .copyButton.button {
    color: #ffffff; }
    .adminPage .box a.button.line,
    .adminPage .box .copyButton.button.line {
      margin: 0 0.4375em;
      color: #a600ff;
      border: 1px solid #a600ff;
      filter: drop-shadow(2px 2px 2px transparent);
      min-width: 5.25em; }
      .adminPage .box a.button.line:hover, .adminPage .box a.button.line.active,
      .adminPage .box .copyButton.button.line:hover,
      .adminPage .box .copyButton.button.line.active {
        color: #ffffff;
        background-color: #a600ff;
        border: 1px solid #a600ff;
        filter: drop-shadow(2px 2px 2px #a600ff); }
.adminPage .box .copyButton {
  font-size: 1em;
  padding-top: 0; }
  .adminPage .box .copyButton:hover {
    text-decoration: underline; }
.adminPage .box form p {
  margin-bottom: 0.25em; }
.adminPage .box .questionLine {
  font-size: 0.65em;
  padding: 0.75em ​0 0;
  border-bottom: 1px solid #e6e6e6; }
  .adminPage .box .questionLine:hover {
    background: #e6e6e6; }
.adminPage .box .ltTiny .tox-tinymce .tox-editor-header button,
.adminPage .box .bigTiny .tox-tinymce .tox-editor-header button {
  min-width: 4.55em;
  background: transparent; }
  .adminPage .box .ltTiny .tox-tinymce .tox-editor-header button span,
  .adminPage .box .bigTiny .tox-tinymce .tox-editor-header button span {
    background: transparent; }
.adminPage .box .ltTiny .tox-tinymce .tox-toolbar__overflow button,
.adminPage .box .bigTiny .tox-tinymce .tox-toolbar__overflow button {
  min-width: 3em;
  background: transparent; }
  .adminPage .box .ltTiny .tox-tinymce .tox-toolbar__overflow button span,
  .adminPage .box .bigTiny .tox-tinymce .tox-toolbar__overflow button span {
    background: transparent; }
.adminPage .box .lni:hover {
  color: #3e0060; }
.adminPage .box .adminReponse {
  border: 2px solid #e6e6e6; }
  .adminPage .box .adminReponse.bonne_reponse {
    border: 4px solid #b6f3dd; }
.adminPage .box #formAddQuestion .button.classic {
  min-width: auto; }
.adminPage .box #formAddQuestion .button.validate {
  vertical-align: unset; }
.adminPage .box .boxCategory {
  min-height: 4em;
  text-align: center;
  padding: 0.5em;
  background-color: #323232;
  border-radius: 0.425em;
  cursor: not-allowed; }
  @media screen and (min-width: 736px) {
    .adminPage .box .boxCategory {
      min-height: 3em; } }
  @media screen and (min-width: 1300px) {
    .adminPage .box .boxCategory {
      min-height: 6em; } }
  .adminPage .box .boxCategory p {
    color: #ffffff;
    vertical-align: middle;
    font-size: 1.7em;
    line-height: 3em;
    margin-bottom: 0; }
    @media screen and (min-width: 980px) {
      .adminPage .box .boxCategory p {
        font-size: 0.9em;
        line-height: 5.6em;
        white-space: nowrap; } }
    @media screen and (min-width: 1680px) {
      .adminPage .box .boxCategory p {
        font-size: 1.2em;
        line-height: 4.3em; } }
.adminPage .filters li {
  display: inline-block; }
  .adminPage .filters li label {
    height: auto;
    border: transparent; }
.adminPage #admin-wall-container .wall-user-img-container img {
  max-width: 2em; }
.adminPage #admin-wall-container .wall-icon-img-container img {
  max-width: 1em; }
@media screen and (min-width: 736px) {
  .adminPage #admin-wall-container > div + div {
    font-size: 0.65em; } }
@media screen and (min-width: 1300px) {
  .adminPage #admin-wall-container > div + div {
    font-size: 0.85em; } }
.adminPage #admin-wall-container .overflowRow {
  height: 2.625em;
  margin-bottom: 0.25em;
  overflow: visible; }
  @media screen and (min-width: 736px) {
    .adminPage #admin-wall-container .overflowRow {
      height: 2.2em;
      overflow: hidden; } }
.adminPage #admin-wall-container .optionUser {
  color: #b2b2b2;
  cursor: pointer; }
.adminPage #admin-wall-container .wall-user-actif-bloc .wall-user-img-container {
  position: absolute;
  width: 6.5em;
  height: 5.5em;
  top: -4.5em;
  left: 1.5em;
  border-radius: 0.425em;
  overflow: hidden; }
  .adminPage #admin-wall-container .wall-user-actif-bloc .wall-user-img-container img {
    width: 100%;
    max-width: 7em; }
.adminPage .backHome {
  position: absolute;
  padding: 0 0.5em;
  top: 1.5em;
  left: 11.5vw;
  color: #ffffff; }
  .adminPage .backHome:hover {
    background: #ffffff;
    color: #a600ff;
    border-radius: 2em; }
.adminPage form {
  font-size: 0.8em; }
.adminPage .wall-user-actif-bloc {
  padding: 1em;
  background-color: #e6e6e6;
  border: 1px solid_palette(bgSetA-3);
  border-radius: 0.425em;
  transform: scale(1.3);
  font-size: 1.4em; }
  .adminPage .wall-user-actif-bloc .row div {
    font-size: 0.65em; }
    .adminPage .wall-user-actif-bloc .row div p {
      font-size: 0.65em; }
    .adminPage .wall-user-actif-bloc .row div:first-child {
      line-height: 0; }
.adminPage .wall-user-block {
  padding: 0.25em 0; }
  .adminPage .wall-user-block.inactif {
    position: relative;
    display: block;
    width: 100%;
    height: 1.5em;
    border: 1px solid #b2b2b2;
    background-color: #e6e6e6;
    border-radius: 0.425em; }
.adminPage .wall-user-lang {
  font-weight: bold;
  color: #ff9d00; }
  .adminPage .wall-user-lang[data-lang="nl"] {
    color: #00ffa6; }

#admin-question-container h2 {
  color: #a600ff; }
  #admin-question-container h2 span {
    display: inline-block;
    padding: 0;
    border: none;
    border-radius: 0; }
    #admin-question-container h2 span:hover {
      background-color: none; }
#admin-question-container h3 strong {
  font-weight: 500; }

.onClickAnimate {
  padding: 0 0.5em;
  z-index: 1; }
  .onClickAnimate * {
    color: #ffffff; }
  .onClickAnimate:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: -.05em;
    left: 0em;
    background: rgba(0, 255, 166, 0.55);
    border-radius: 2em;
    z-index: -1; }

#actif-cats-container .cat-title,
#admin-cats-container .cat-title {
  background: #e6e6e6;
  border-radius: 2em;
  margin-bottom: 1.75em; }

#actif-cats-container .cat-title {
  margin-bottom: 0; }

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