/* line 1, ../../source/scss/ng-img-crop.scss */
img-crop {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
/* line 7, ../../source/scss/ng-img-crop.scss */
img-crop canvas {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  /* mobile webkit */
}
/**
 * Angular JS slider directive
 *
 * (c) Rafal Zajac <rzajac@gmail.com>
 * http://github.com/rzajac/angularjs-slider
 *
 * Licensed under the MIT license
 */
.rzslider {
  display: inline-block;
  position: relative;
  height: 4px;
  width: 100%;
  margin: 35px 0 15px 0;
  vertical-align: middle;
  user-select: none;
}
.rzslider.with-legend {
  margin-bottom: 40px;
}
.rzslider[disabled] {
  cursor: not-allowed;
}
.rzslider[disabled] .rz-pointer {
  cursor: not-allowed;
  background-color: #d8e0f3;
}
.rzslider[disabled] .rz-bar-wrapper.rz-draggable {
  cursor: not-allowed;
}
.rzslider[disabled] .rz-bar.rz-selection {
  background: #8b91a2;
}
.rzslider[disabled] .rz-ticks .rz-tick {
  cursor: not-allowed;
}
.rzslider[disabled] .rz-ticks .rz-tick.rz-selected {
  background: #8b91a2;
}
.rzslider span {
  white-space: nowrap;
  position: absolute;
  display: inline-block;
}
.rzslider .rz-base {
  width: 100%;
  height: 100%;
  padding: 0;
}
.rzslider .rz-bar-wrapper {
  left: 0;
  box-sizing: border-box;
  margin-top: -16px;
  padding-top: 16px;
  width: 100%;
  height: 32px;
  z-index: 1;
}
.rzslider .rz-bar-wrapper.rz-draggable {
  cursor: move;
}
.rzslider .rz-bar {
  left: 0;
  width: 100%;
  height: 4px;
  z-index: 1;
  background: #d8e0f3;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rzslider .rz-bar.rz-selection {
  z-index: 2;
  background: #0db9f0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rzslider .rz-pointer {
  cursor: pointer;
  width: 32px;
  height: 32px;
  top: -14px;
  background-color: #0db9f0;
  z-index: 3;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.rzslider .rz-pointer:after {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  top: 12px;
  left: 12px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
}
.rzslider .rz-pointer:hover:after {
  background-color: #fff;
}
.rzslider .rz-pointer.rz-active {
  z-index: 4;
}
.rzslider .rz-pointer.rz-active:after {
  background-color: #451aff;
}
.rzslider .rz-bubble {
  cursor: default;
  bottom: 16px;
  padding: 1px 3px;
  color: #55637d;
}
.rzslider .rz-bubble.rz-selection {
  top: 16px;
}
.rzslider .rz-bubble.rz-limit {
  color: #55637d;
}
.rzslider .rz-ticks {
  box-sizing: border-box;
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  top: -3px;
  margin: 0;
  z-index: 1;
  list-style: none;
}
.rzslider .rz-ticks .rz-tick {
  text-align: center;
  cursor: pointer;
  width: 10px;
  height: 10px;
  background: #d8e0f3;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 11px;
}
.rzslider .rz-ticks .rz-tick.rz-selected {
  background: #0db9f0;
}
.rzslider .rz-ticks .rz-tick .rz-tick-value {
  position: absolute;
  top: -30px;
  transform: translate(-50%, 0);
}
.rzslider .rz-ticks .rz-tick .rz-tick-legend {
  position: absolute;
  top: 24px;
  transform: translate(-50%, 0);
  max-width: 50px;
  white-space: normal;
}
.rzslider .rz-ticks.rz-ticks-values-under .rz-tick-value {
  top: initial;
  bottom: -32px;
}
.rzslider.rz-vertical {
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 20px;
  padding: 0;
  vertical-align: baseline;
}
.rzslider.rz-vertical .rz-base {
  width: 100%;
  height: 100%;
  padding: 0;
}
.rzslider.rz-vertical .rz-bar-wrapper {
  top: auto;
  left: 0;
  margin: 0 0 0 -16px;
  padding: 0 0 0 16px;
  height: 100%;
  width: 32px;
}
.rzslider.rz-vertical .rz-bar {
  bottom: 0;
  left: auto;
  width: 4px;
  height: 100%;
}
.rzslider.rz-vertical .rz-pointer {
  left: -14px !important;
  top: auto;
  bottom: 0;
}
.rzslider.rz-vertical .rz-bubble {
  left: 16px !important;
  margin-left: 3px;
  bottom: 0;
}
.rzslider.rz-vertical .rz-bubble.rz-selection {
  left: 16px !important;
  top: auto;
}
.rzslider.rz-vertical .rz-ticks {
  height: 100%;
  width: 0;
  left: -3px;
  top: 0;
  z-index: 1;
}
.rzslider.rz-vertical .rz-ticks .rz-tick {
  vertical-align: middle;
  margin-left: auto;
  margin-top: 11px;
}
.rzslider.rz-vertical .rz-ticks .rz-tick .rz-tick-value {
  left: 24px;
  top: initial;
  transform: translate(0, -28%);
}
.rzslider.rz-vertical .rz-ticks .rz-tick .rz-tick-legend {
  top: initial;
  right: 24px;
  transform: translate(0, -28%);
  max-width: none;
  white-space: nowrap;
}
.rzslider.rz-vertical .rz-ticks.rz-ticks-values-under .rz-tick-value {
  bottom: initial;
  left: initial;
  right: 24px;
}
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('/app/themes/main/dist/fonts/Glyphicons/glyphicons-halflings-regular.eot');
  src: url('/app/themes/main/dist/fonts/Glyphicons/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/app/themes/main/dist/fonts/Glyphicons/glyphicons-halflings-regular.woff2') format('woff2'), url('/app/themes/main/dist/fonts/Glyphicons/glyphicons-halflings-regular.woff') format('woff'), url('/app/themes/main/dist/fonts/Glyphicons/glyphicons-halflings-regular.ttf') format('truetype'), url('/app/themes/main/dist/fonts/Glyphicons/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "*";
}
.glyphicon-plus:before {
  content: "+";
}
.glyphicon-euro:before,
.glyphicon-eur: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";
}
.glyphicon-cd:before {
  content: "\E201";
}
.glyphicon-save-file:before {
  content: "\E202";
}
.glyphicon-open-file:before {
  content: "\E203";
}
.glyphicon-level-up:before {
  content: "\E204";
}
.glyphicon-copy:before {
  content: "\E205";
}
.glyphicon-paste:before {
  content: "\E206";
}
.glyphicon-alert:before {
  content: "\E209";
}
.glyphicon-equalizer:before {
  content: "\E210";
}
.glyphicon-king:before {
  content: "\E211";
}
.glyphicon-queen:before {
  content: "\E212";
}
.glyphicon-pawn:before {
  content: "\E213";
}
.glyphicon-bishop:before {
  content: "\E214";
}
.glyphicon-knight:before {
  content: "\E215";
}
.glyphicon-baby-formula:before {
  content: "\E216";
}
.glyphicon-tent:before {
  content: "\26FA";
}
.glyphicon-blackboard:before {
  content: "\E218";
}
.glyphicon-bed:before {
  content: "\E219";
}
.glyphicon-apple:before {
  content: "\F8FF";
}
.glyphicon-erase:before {
  content: "\E221";
}
.glyphicon-hourglass:before {
  content: "\231B";
}
.glyphicon-lamp:before {
  content: "\E223";
}
.glyphicon-duplicate:before {
  content: "\E224";
}
.glyphicon-piggy-bank:before {
  content: "\E225";
}
.glyphicon-scissors:before {
  content: "\E226";
}
.glyphicon-bitcoin:before {
  content: "\E227";
}
.glyphicon-btc:before {
  content: "\E227";
}
.glyphicon-xbt:before {
  content: "\E227";
}
.glyphicon-yen:before {
  content: "\A5";
}
.glyphicon-jpy:before {
  content: "\A5";
}
.glyphicon-ruble:before {
  content: "\20BD";
}
.glyphicon-rub:before {
  content: "\20BD";
}
.glyphicon-scale:before {
  content: "\E230";
}
.glyphicon-ice-lolly:before {
  content: "\E231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\E232";
}
.glyphicon-education:before {
  content: "\E233";
}
.glyphicon-option-horizontal:before {
  content: "\E234";
}
.glyphicon-option-vertical:before {
  content: "\E235";
}
.glyphicon-menu-hamburger:before {
  content: "\E236";
}
.glyphicon-modal-window:before {
  content: "\E237";
}
.glyphicon-oil:before {
  content: "\E238";
}
.glyphicon-grain:before {
  content: "\E239";
}
.glyphicon-sunglasses:before {
  content: "\E240";
}
.glyphicon-text-size:before {
  content: "\E241";
}
.glyphicon-text-color:before {
  content: "\E242";
}
.glyphicon-text-background:before {
  content: "\E243";
}
.glyphicon-object-align-top:before {
  content: "\E244";
}
.glyphicon-object-align-bottom:before {
  content: "\E245";
}
.glyphicon-object-align-horizontal:before {
  content: "\E246";
}
.glyphicon-object-align-left:before {
  content: "\E247";
}
.glyphicon-object-align-vertical:before {
  content: "\E248";
}
.glyphicon-object-align-right:before {
  content: "\E249";
}
.glyphicon-triangle-right:before {
  content: "\E250";
}
.glyphicon-triangle-left:before {
  content: "\E251";
}
.glyphicon-triangle-bottom:before {
  content: "\E252";
}
.glyphicon-triangle-top:before {
  content: "\E253";
}
.glyphicon-console:before {
  content: "\E254";
}
.glyphicon-superscript:before {
  content: "\E255";
}
.glyphicon-subscript:before {
  content: "\E256";
}
.glyphicon-menu-left:before {
  content: "\E257";
}
.glyphicon-menu-right:before {
  content: "\E258";
}
.glyphicon-menu-down:before {
  content: "\E259";
}
.glyphicon-menu-up:before {
  content: "\E260";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "AvenirLTPro-Medium", Arial, sans-serif;
  font-size: 21px;
  line-height: 1.42857143;
  color: #191919;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #703296;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #703296;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-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: 30px;
  margin-bottom: 30px;
  border: 0;
  border-top: 1px solid #f2f2f2;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "AvenirLTPro-Black", Arial, sans-serif;
  font-weight: normal;
  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: #ccc;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 30px;
  margin-bottom: 15px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 15px;
  margin-bottom: 15px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 64px;
}
h2,
.h2 {
  font-size: 48px;
}
h3,
.h3 {
  font-size: 35px;
}
h4,
.h4 {
  font-size: 32px;
}
h5,
.h5 {
  font-size: 24px;
}
h6,
.h6 {
  font-size: 18px;
}
p {
  margin: 0 0 15px;
}
.lead {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 480px) {
  .lead {
    font-size: 31.5px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fff;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #ccc;
}
.text-primary {
  color: #703296;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #532570;
}
.text-success {
  color: #00BF99;
}
a.text-success:hover,
a.text-success:focus {
  color: #008c70;
}
.text-info {
  color: #703296;
}
a.text-info:hover,
a.text-info:focus {
  color: #532570;
}
.text-warning {
  color: #FF9406;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #d27800;
}
.text-danger {
  color: #FF0606;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d20000;
}
.bg-primary {
  color: #fff;
  background-color: #703296;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #532570;
}
.bg-success {
  background-color: #fff;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #e6e6e6;
}
.bg-info {
  background-color: #FFF;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #e6e6e6;
}
.bg-warning {
  background-color: #fff;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #e6e6e6;
}
.bg-danger {
  background-color: #fff;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e6e6e6;
}
.page-header {
  padding-bottom: 14px;
  margin: 60px 0 30px;
  border-bottom: 1px solid #f2f2f2;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 15px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 30px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #ccc;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 15px 30px;
  margin: 0 0 30px;
  font-size: 26.25px;
  border-left: 5px solid #f2f2f2;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #ccc;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014   \A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #f2f2f2;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\A0   \2014';
}
address {
  margin-bottom: 30px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 14.5px;
  margin: 0 0 15px;
  font-size: 20px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #404040;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0px;
}
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: 20px;
  padding-right: 20px;
}
@media (min-width: 480px) {
  .container {
    width: 760px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 980px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 1180px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.row {
  margin-left: -20px;
  margin-right: -20px;
}
.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: 20px;
  padding-right: 20px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 480px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 768px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #ccc;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #fff;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #f2f2f2;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #FFF;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #f2f2f2;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fff;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #f2f2f2;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #fff;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #f2f2f2;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 479px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 22.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 30px;
  font-size: 31.5px;
  line-height: inherit;
  color: #404040;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  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;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 21px;
  line-height: 1.42857143;
  color: #999;
}
.form-control {
  display: block;
  width: 100%;
  height: 55px;
  padding: 6px 26px;
  font-size: 21px;
  line-height: 1.42857143;
  color: #999;
  background-color: #fff;
  background-image: none;
  border: 1px solid #999;
  border-radius: 0px;
  -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;
  -o-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: #191919;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(25, 25, 25, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(25, 25, 25, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #f2f2f2;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 55px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 50px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 65px;
  }
}
.form-group {
  margin-bottom: 30px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 30px;
  padding-left: 20px;
  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"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  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],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 51px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 50px;
  padding: 5px 18px;
  font-size: 18px;
  line-height: 1.5;
  border-radius: 0px;
}
select.input-sm {
  height: 50px;
  line-height: 50px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 50px;
  padding: 5px 18px;
  font-size: 18px;
  line-height: 1.5;
  border-radius: 0px;
}
.form-group-sm select.form-control {
  height: 50px;
  line-height: 50px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 50px;
  min-height: 48px;
  padding: 6px 18px;
  font-size: 18px;
  line-height: 1.5;
}
.input-lg {
  height: 65px;
  padding: 10px 34px;
  font-size: 24px;
  line-height: 1.3333333;
  border-radius: 0px;
}
select.input-lg {
  height: 65px;
  line-height: 65px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 65px;
  padding: 10px 34px;
  font-size: 24px;
  line-height: 1.3333333;
  border-radius: 0px;
}
.form-group-lg select.form-control {
  height: 65px;
  line-height: 65px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 65px;
  min-height: 54px;
  padding: 11px 34px;
  font-size: 24px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 68.75px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 65px;
  height: 65px;
  line-height: 65px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #00BF99;
}
.has-success .form-control {
  border-color: #00BF99;
  -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: #008c70;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #26ffd4;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #26ffd4;
}
.has-success .input-group-addon {
  color: #00BF99;
  border-color: #00BF99;
  background-color: #fff;
}
.has-success .form-control-feedback {
  color: #00BF99;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #FF9406;
}
.has-warning .form-control {
  border-color: #FF9406;
  -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: #d27800;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffc06c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffc06c;
}
.has-warning .input-group-addon {
  color: #FF9406;
  border-color: #FF9406;
  background-color: #fff;
}
.has-warning .form-control-feedback {
  color: #FF9406;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #FF0606;
}
.has-error .form-control {
  border-color: #FF0606;
  -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: #d20000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff6c6c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff6c6c;
}
.has-error .input-group-addon {
  color: #FF0606;
  border-color: #FF0606;
  background-color: #fff;
}
.has-error .form-control-feedback {
  color: #FF0606;
}
.has-feedback label ~ .form-control-feedback {
  top: 35px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #595959;
}
@media (min-width: 480px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.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: 37px;
}
.form-horizontal .form-group {
  margin-left: -20px;
  margin-right: -20px;
}
@media (min-width: 480px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 20px;
}
@media (min-width: 480px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 24px;
  }
}
@media (min-width: 480px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 18px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 26px;
  font-size: 21px;
  line-height: 1.42857143;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #fff;
  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;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #fff;
  background-color: #999;
  border-color: #999;
}
.btn-default:focus,
.btn-default.focus {
  color: #fff;
  background-color: #808080;
  border-color: #595959;
}
.btn-default:hover {
  color: #fff;
  background-color: #808080;
  border-color: #7a7a7a;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #808080;
  border-color: #7a7a7a;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #fff;
  background-color: #6e6e6e;
  border-color: #595959;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.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.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #999;
  border-color: #999;
}
.btn-default .badge {
  color: #999;
  background-color: #fff;
}
.btn-primary {
  color: #fff;
  background-color: #703296;
  border-color: #703296;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #532570;
  border-color: #291236;
}
.btn-primary:hover {
  color: #fff;
  background-color: #532570;
  border-color: #4e2368;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #532570;
  border-color: #4e2368;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #3f1c55;
  border-color: #291236;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.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.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #703296;
  border-color: #703296;
}
.btn-primary .badge {
  color: #703296;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #00BF99;
  border-color: #00BF99;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #008c70;
  border-color: #004033;
}
.btn-success:hover {
  color: #fff;
  background-color: #008c70;
  border-color: #008268;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #008c70;
  border-color: #008268;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #006854;
  border-color: #004033;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.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.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #00BF99;
  border-color: #00BF99;
}
.btn-success .badge {
  color: #00BF99;
  background-color: #fff;
}
.btn-info {
  color: #191919;
  background-color: #8EE1E6;
  border-color: #8EE1E6;
}
.btn-info:focus,
.btn-info.focus {
  color: #191919;
  background-color: #64d6dd;
  border-color: #2cbfc8;
}
.btn-info:hover {
  color: #191919;
  background-color: #64d6dd;
  border-color: #5cd4db;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #191919;
  background-color: #64d6dd;
  border-color: #5cd4db;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #191919;
  background-color: #47ced6;
  border-color: #2cbfc8;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.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.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #8EE1E6;
  border-color: #8EE1E6;
}
.btn-info .badge {
  color: #8EE1E6;
  background-color: #191919;
}
.btn-warning {
  color: #fff;
  background-color: #FF9406;
  border-color: #FF9406;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #d27800;
  border-color: #854c00;
}
.btn-warning:hover {
  color: #fff;
  background-color: #d27800;
  border-color: #c87200;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #d27800;
  border-color: #c87200;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #ae6300;
  border-color: #854c00;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.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.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #FF9406;
  border-color: #FF9406;
}
.btn-warning .badge {
  color: #FF9406;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #FF0606;
  border-color: #FF0606;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #d20000;
  border-color: #850000;
}
.btn-danger:hover {
  color: #fff;
  background-color: #d20000;
  border-color: #c80000;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d20000;
  border-color: #c80000;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ae0000;
  border-color: #850000;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.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.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #FF0606;
  border-color: #FF0606;
}
.btn-danger .badge {
  color: #FF0606;
  background-color: #fff;
}
.btn-link {
  color: #703296;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.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: #703296;
  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: #ccc;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 34px;
  font-size: 24px;
  line-height: 1.3333333;
  border-radius: 0px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 18px;
  font-size: 18px;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 10px;
  font-size: 18px;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-block {
  display: block;
  width: 100%;
}
.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;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.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: 21px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  -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: 14px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #404040;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #333333;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #703296;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #ccc;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 18px;
  line-height: 1.42857143;
  color: #ccc;
  white-space: nowrap;
}
.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 dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 65px;
  padding: 10px 34px;
  font-size: 24px;
  line-height: 1.3333333;
  border-radius: 0px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 65px;
  line-height: 65px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 50px;
  padding: 5px 18px;
  font-size: 18px;
  line-height: 1.5;
  border-radius: 0px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 50px;
  line-height: 50px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 26px;
  font-size: 21px;
  font-weight: normal;
  line-height: 1;
  color: #999;
  text-align: center;
  background-color: #f2f2f2;
  border: 1px solid #999;
  border-radius: 0px;
}
.input-group-addon.input-sm {
  padding: 5px 18px;
  font-size: 18px;
  border-radius: 0px;
}
.input-group-addon.input-lg {
  padding: 10px 34px;
  font-size: 24px;
  border-radius: 0px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 15px 20px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #f2f2f2;
}
.nav > li.disabled > a {
  color: #ccc;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #ccc;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #f2f2f2;
  border-color: #703296;
}
.nav .nav-divider {
  height: 1px;
  margin: 14px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ccc;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #f2f2f2 #f2f2f2 #ccc;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #191919;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 480px) {
  .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: 0px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 480px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #703296;
}
.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: 480px) {
  .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: 0px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 480px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 30px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 20px;
  padding-left: 20px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 320px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -20px;
  margin-left: -20px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 10px 20px;
  font-size: 24px;
  line-height: 30px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -20px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 20px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
}
.navbar-toggle:focus {
  outline: 0;
}
.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: 5px -20px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 30px;
}
@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: 30px;
  }
  .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: 10px;
    padding-bottom: 10px;
  }
}
.navbar-form {
  margin-left: -20px;
  margin-right: -20px;
  padding: 10px 20px;
  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: -2.5px;
  margin-bottom: -2.5px;
}
@media (min-width: 480px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: -2.5px;
  margin-bottom: -2.5px;
}
.navbar-btn.btn-sm {
  margin-top: 0px;
  margin-bottom: 0px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -20px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #fff;
  border-color: #fff;
}
.navbar-default .navbar-brand {
  color: #808080;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #676767;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #808080;
}
.navbar-default .navbar-nav > li > a {
  color: #808080;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #fff;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #fff;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #fff;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #808080;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #fff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #808080;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #808080;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #703296;
  border-color: #703296;
}
.navbar-inverse .navbar-brand {
  color: #fff;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #fff;
}
.navbar-inverse .navbar-nav > li > a {
  color: #fff;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #622c83;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #532570;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: rgba(255, 255, 255, 0.35);
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #622c83;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #5c297b;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #532570;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #703296;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #703296;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: #622c83;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #532570;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #fff;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #fff;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 30px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\A0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #ccc;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 30px 0;
  border-radius: 0px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 26px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #703296;
  background-color: #fff;
  border: 1px solid #703296;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #703296;
  border-color: #703296;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #703296;
  border-color: #703296;
  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: #ccc;
  background-color: #fff;
  border-color: #703296;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 34px;
  font-size: 24px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 18px;
  font-size: 18px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pager {
  padding-left: 0;
  margin: 30px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #703296;
  border-radius: 0px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #703296;
}
.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: #ccc;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #703296;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #532570;
}
.label-success {
  background-color: #00BF99;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #008c70;
}
.label-info {
  background-color: #8EE1E6;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #64d6dd;
}
.label-warning {
  background-color: #FF9406;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #d27800;
}
.label-danger {
  background-color: #FF0606;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #d20000;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #191919;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #703296;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #f2f2f2;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 32px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d9d9d9;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 0px;
  padding-left: 20px;
  padding-right: 20px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 480px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 95px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 30px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #703296;
}
.thumbnail .caption {
  padding: 9px;
  color: #191919;
}
.alert {
  padding: 15px;
  margin-bottom: 30px;
  border: 1px solid transparent;
  border-radius: 0px;
}
.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,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #fff;
  border-color: #00BF99;
  color: #00BF99;
}
.alert-success hr {
  border-top-color: #00a685;
}
.alert-success .alert-link {
  color: #008c70;
}
.alert-info {
  background-color: #FFF;
  border-color: #703296;
  color: #703296;
}
.alert-info hr {
  border-top-color: #622c83;
}
.alert-info .alert-link {
  color: #532570;
}
.alert-warning {
  background-color: #fff;
  border-color: #FF9406;
  color: #FF9406;
}
.alert-warning hr {
  border-top-color: #eb8600;
}
.alert-warning .alert-link {
  color: #d27800;
}
.alert-danger {
  background-color: #fff;
  border-color: #FF0606;
  color: #FF0606;
}
.alert-danger hr {
  border-top-color: #eb0000;
}
.alert-danger .alert-link {
  color: #d20000;
}
@-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: 30px;
  margin-bottom: 30px;
  background-color: #f5f5f5;
  border-radius: 0px;
  -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: 18px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  background-color: #703296;
  -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;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  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: -o-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,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #00BF99;
}
.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: -o-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: #8EE1E6;
}
.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: -o-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: #FFF159;
}
.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: -o-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: #FF5D05;
}
.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: -o-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 {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #f2f2f2;
  color: #ccc;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #ccc;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #703296;
  border-color: #703296;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #d0b0e5;
}
.list-group-item-success {
  color: #00BF99;
  background-color: #fff;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #00BF99;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #00BF99;
  background-color: #f2f2f2;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #00BF99;
  border-color: #00BF99;
}
.list-group-item-info {
  color: #703296;
  background-color: #FFF;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #703296;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #703296;
  background-color: #f2f2f2;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #703296;
  border-color: #703296;
}
.list-group-item-warning {
  color: #FF9406;
  background-color: #fff;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #FF9406;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #FF9406;
  background-color: #f2f2f2;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #FF9406;
  border-color: #FF9406;
}
.list-group-item-danger {
  color: #FF0606;
  background-color: #fff;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #FF0606;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #FF0606;
  background-color: #f2f2f2;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #FF0606;
  border-color: #FF0606;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 30px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 14px 15px 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 14px 15px 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1px;
  border-bottom-right-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 30px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #999;
}
.panel-default > .panel-heading {
  color: #fff;
  background-color: #999;
  border-color: #999;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #999;
}
.panel-default > .panel-heading .badge {
  color: #999;
  background-color: #fff;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #999;
}
.panel-primary {
  border-color: #703296;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #703296;
  border-color: #703296;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #703296;
}
.panel-primary > .panel-heading .badge {
  color: #703296;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #703296;
}
.panel-success {
  border-color: #00BF99;
}
.panel-success > .panel-heading {
  color: #fff;
  background-color: #00BF99;
  border-color: #00BF99;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #00BF99;
}
.panel-success > .panel-heading .badge {
  color: #00BF99;
  background-color: #fff;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #00BF99;
}
.panel-info {
  border-color: #8EE1E6;
}
.panel-info > .panel-heading {
  color: #191919;
  background-color: #8EE1E6;
  border-color: #8EE1E6;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #8EE1E6;
}
.panel-info > .panel-heading .badge {
  color: #8EE1E6;
  background-color: #191919;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #8EE1E6;
}
.panel-warning {
  border-color: #FFF159;
}
.panel-warning > .panel-heading {
  color: #191919;
  background-color: #FFF159;
  border-color: #FFF159;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #FFF159;
}
.panel-warning > .panel-heading .badge {
  color: #FFF159;
  background-color: #191919;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #FFF159;
}
.panel-danger {
  border-color: #FF5D05;
}
.panel-danger > .panel-heading {
  color: #191919;
  background-color: #FF5D05;
  border-color: #FF5D05;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #FF5D05;
}
.panel-danger > .panel-heading .badge {
  color: #FF5D05;
  background-color: #191919;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #FF5D05;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0px;
  -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: 0px;
}
.well-sm {
  padding: 9px;
  border-radius: 0px;
}
.close {
  float: right;
  font-size: 31.5px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-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);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -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: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 480px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 768px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "AvenirLTPro-Medium", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 18px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "AvenirLTPro-Medium", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 21px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.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: 21px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1px -1px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, 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, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, 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: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203A';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 480px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 479px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 479px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 479px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 479px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 992px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 479px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*@icon-font-path:          "/app/themes/main/dist/fonts/";*/
@font-face {
  font-family: 'AvenirLTPro-Black';
  src: url('/app/themes/main/dist/fonts/Avenir/AvenirLTPro-Black.eot?#iefix') format('embedded-opentype'), url('/app/themes/main/dist/fonts/Avenir/AvenirLTPro-Black.woff') format('woff'), url('/app/themes/main/dist/fonts/Avenir/AvenirLTPro-Black.svg#AvenirLTPro-Black') format('svg');
  font-style: normal;
}
@font-face {
  font-family: 'AvenirLTPro-Black';
  src: url('/app/themes/main/dist/fonts/Avenir/AvenirLTPro-BlackOblique.eot?#iefix') format('embedded-opentype'), url('/app/themes/main/dist/fonts/Avenir/AvenirLTPro-BlackOblique.woff') format('woff'), url('/app/themes/main/dist/fonts/Avenir/AvenirLTPro-BlackOblique.svg#AvenirLTPro-BlackOblique') format('svg');
  font-style: italic;
}
@font-face {
  font-family: 'AvenirLTPro-Light';
  src: url('/app/themes/main/dist/fonts/Avenir/AvenirLTPro-Light.eot?#iefix') format('embedded-opentype'), url('/app/themes/main/dist/fonts/Avenir/AvenirLTPro-Light.woff') format('woff'), url('/app/themes/main/dist/fonts/Avenir/AvenirLTPro-Light.svg#AvenirLTPro-Light') format('svg');
  font-style: normal;
}
@font-face {
  font-family: 'AvenirLTPro-Light';
  src: url('/app/themes/main/dist/fonts/Avenir/AvenirLTPro-LightOblique.eot?#iefix') format('embedded-opentype'), url('/app/themes/main/dist/fonts/Avenir/AvenirLTPro-LightOblique.woff') format('woff'), url('/app/themes/main/dist/fonts/Avenir/AvenirLTPro-LightOblique.svg#AvenirLTPro-LightOblique') format('svg');
  font-style: italic;
}
@font-face {
  font-family: 'AvenirLTPro-Medium';
  src: url('/app/themes/main/dist/fonts/Avenir/AvenirLTPro-Medium.eot?#iefix') format('embedded-opentype'), url('/app/themes/main/dist/fonts/Avenir/AvenirLTPro-Medium.woff') format('woff'), url('/app/themes/main/dist/fonts/Avenir/AvenirLTPro-Medium.svg#AvenirLTPro-Medium') format('svg');
}
@font-face {
  font-family: 'AvenirLTPro-Medium';
  src: url('/app/themes/main/dist/fonts/Avenir/AvenirLTPro-MediumOblique.eot?#iefix') format('embedded-opentype'), url('/app/themes/main/dist/fonts/Avenir/AvenirLTPro-MediumOblique.woff') format('woff'), url('/app/themes/main/dist/fonts/Avenir/AvenirLTPro-MediumOblique.svg#AvenirLTPro-MediumOblique') format('svg');
  font-style: italic;
}
@font-face {
  font-family: 'SwiftNeueLTPro-Bold';
  src: url('/app/themes/main/dist/fonts/SwiftNeue/SwiftNeueLTPro-Bold.eot?#iefix') format('embedded-opentype'), url('/app/themes/main/dist/fonts/SwiftNeue/SwiftNeueLTPro-Bold.woff') format('woff'), url('/app/themes/main/dist/fonts/SwiftNeue/SwiftNeueLTPro-Bold.svg#SwiftNeueLTPro-Bold') format('svg');
}
@font-face {
  font-family: 'SwiftNeueLTPro-Bold';
  src: url('/app/themes/main/dist/fonts/SwiftNeue/SwiftNeueLTPro-BoldItalic.eot?#iefix') format('embedded-opentype'), url('/app/themes/main/dist/fonts/SwiftNeue/SwiftNeueLTPro-BoldItalic.woff') format('woff'), url('/app/themes/main/dist/fonts/SwiftNeue/SwiftNeueLTPro-BoldItalic.svg#SwiftNeueLTPro-BoldItalic') format('svg');
  font-style: italic;
}
@font-face {
  font-family: 'SwiftNeueLTPro-Book';
  src: url('/app/themes/main/dist/fonts/SwiftNeue/SwiftNeueLTPro-Book.eot?#iefix') format('embedded-opentype'), url('/app/themes/main/dist/fonts/SwiftNeue/SwiftNeueLTPro-Book.woff') format('woff'), url('/app/themes/main/dist/fonts/SwiftNeue/SwiftNeueLTPro-Book.svg#SwiftNeueLTPro-Book') format('svg');
}
@font-face {
  font-family: 'SwiftNeueLTPro-Book';
  src: url('/app/themes/main/dist/fonts/SwiftNeue/SwiftNeueLTPro-BookItalic.eot?#iefix') format('embedded-opentype'), url('/app/themes/main/dist/fonts/SwiftNeue/SwiftNeueLTPro-BookItalic.woff') format('woff'), url('/app/themes/main/dist/fonts/SwiftNeue/SwiftNeueLTPro-BookItalic.svg#SwiftNeueLTPro-BookItalic') format('svg');
  font-style: italic;
}
@font-face {
  font-family: 'SwiftNeueLTPro-Light';
  src: url('/app/themes/main/dist/fonts/SwiftNeue/SwiftNeueLTPro-Light.eot?#iefix') format('embedded-opentype'), url('/app/themes/main/dist/fonts/SwiftNeue/SwiftNeueLTPro-Light.woff') format('woff'), url('/app/themes/main/dist/fonts/SwiftNeue/SwiftNeueLTPro-Light.svg#SwiftNeueLTPro-Light') format('svg');
}
@font-face {
  font-family: 'SwiftNeueLTPro-Light';
  src: url('/app/themes/main/dist/fonts/SwiftNeue/SwiftNeueLTPro-LightItalic.eot?#iefix') format('embedded-opentype'), url('/app/themes/main/dist/fonts/SwiftNeue/SwiftNeueLTPro-LightItalic.woff') format('woff'), url('/app/themes/main/dist/fonts/SwiftNeue/SwiftNeueLTPro-LightItalic.svg#SwiftNeueLTPro-LightItalic') format('svg');
  font-style: italic;
}
.container-fluid {
  max-width: 1280px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 480px) {
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.text-primary {
  color: #703296;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #532570;
}
.text-success {
  color: #00BF99;
}
a.text-success:hover,
a.text-success:focus {
  color: #008c70;
}
.text-info {
  color: #8EE1E6;
}
a.text-info:hover,
a.text-info:focus {
  color: #64d6dd;
}
.text-warning {
  color: #FF9406;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #d27800;
}
.text-danger {
  color: #FF0606;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d20000;
}
.text-secondary {
  color: #FFF159;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #ffed26;
}
.text-black {
  color: #191919;
}
a.text-black:hover,
a.text-black:focus {
  color: #000000;
}
.text-large {
  font-size: 24px;
}
.text-base {
  font-size: 21px;
}
.text-small {
  font-size: 18px;
}
.text-black {
  font-family: "AvenirLTPro-Black", Arial, sans-serif;
}
.text-base {
  font-family: "AvenirLTPro-Medium", Arial, sans-serif;
}
.text-light {
  font-family: "AvenirLTPro-Light", Arial, sans-serif;
}
.bg-primary {
  color: #fff;
  background-color: #703296;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #532570;
}
.bg-success {
  color: #fff;
  background-color: #00BF99;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #008c70;
}
.bg-info {
  color: #191919;
  background-color: #8EE1E6;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #64d6dd;
}
.bg-warning {
  color: #191919;
  background-color: #FF9406;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #d27800;
}
.bg-danger {
  color: #fff;
  background-color: #FF0606;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #d20000;
}
.bg-secondary {
  color: #191919;
  background-color: #FFF159;
}
a.bg-secondary:hover,
a.bg-secondary:focus {
  background-color: #ffed26;
}
.bg-black {
  color: #fff;
  background-color: #191919;
}
a.bg-black:hover,
a.bg-black:focus {
  background-color: #000000;
}
.bg-white {
  color: #191919;
  background-color: #fff;
}
a.bg-white:hover,
a.bg-white:focus {
  background-color: #e6e6e6;
}
.bg-gray-darker {
  color: #fff;
  background-color: #191919;
}
a.bg-gray-darker:hover,
a.bg-gray-darker:focus {
  background-color: #000000;
}
.bg-gray-dark {
  color: #fff;
  background-color: #404040;
}
a.bg-gray-dark:hover,
a.bg-gray-dark:focus {
  background-color: #272727;
}
.bg-gray {
  color: #fff;
  background-color: #999;
}
a.bg-gray:hover,
a.bg-gray:focus {
  background-color: #808080;
}
.bg-gray-light {
  color: #191919;
  background-color: #ccc;
}
a.bg-gray-light:hover,
a.bg-gray-light:focus {
  background-color: #b3b3b3;
}
.bg-gray-lighter {
  color: #191919;
  background-color: #f2f2f2;
}
a.bg-gray-lighter:hover,
a.bg-gray-lighter:focus {
  background-color: #d9d9d9;
}
.bg-yellow-faded {
  color: #191919;
  background-color: #FFFED1;
}
a.bg-yellow-faded:hover,
a.bg-yellow-faded:focus {
  background-color: #fffd9e;
}
.bg-blue-faded {
  color: #191919;
  background-color: #EAF6FE;
}
a.bg-blue-faded:hover,
a.bg-blue-faded:focus {
  background-color: #b9e1fc;
}
.bg-peach-faded {
  color: #191919;
  background-color: #FFF3E8;
}
a.bg-peach-faded:hover,
a.bg-peach-faded:focus {
  background-color: #ffd8b5;
}
label {
  font-size: 24px;
  font-weight: normal;
  font-family: "AvenirLTPro-Black", Arial, sans-serif;
}
.form-control {
  padding: 6px 15px;
  border-width: 3px;
  font-size: 16px;
  font-family: "AvenirLTPro-Black", Arial, sans-serif;
}
.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.radio label,
.checkbox label {
  font-size: 16px;
  font-family: "AvenirLTPro-Medium", Arial, sans-serif;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #191919;
}
.has-success .form-control {
  border-color: #00BF99;
  -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: #008c70;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #26ffd4;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #26ffd4;
}
.has-success .input-group-addon {
  color: #191919;
  border-color: #00BF99;
  background-color: #fff;
}
.has-success .form-control-feedback {
  color: #191919;
}
.has-success .help-block {
  color: white;
  background-color: #00BF99;
}
.has-success .form-control:focus {
  border-color: #00BF99;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #191919;
}
.has-warning .form-control {
  border-color: #FF9406;
  -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: #d27800;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffc06c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffc06c;
}
.has-warning .input-group-addon {
  color: #191919;
  border-color: #FF9406;
  background-color: #fff;
}
.has-warning .form-control-feedback {
  color: #191919;
}
.has-warning .help-block {
  color: white;
  background-color: #FF9406;
}
.has-warning .form-control:focus {
  border-color: #FF9406;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #191919;
}
.has-error .form-control {
  border-color: #FF0606;
  -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: #d20000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff6c6c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff6c6c;
}
.has-error .input-group-addon {
  color: #191919;
  border-color: #FF0606;
  background-color: #fff;
}
.has-error .form-control-feedback {
  color: #191919;
}
.has-error .help-block {
  color: white;
  background-color: #FF0606;
}
.has-error .form-control:focus {
  border-color: #FF0606;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-feedback label ~ .form-control-feedback {
  top: 40px;
}
.help-block {
  padding: 8px 10px;
  margin: 0;
  color: white;
  font-size: 16px;
}
.btn {
  padding: 14px 55px 10px 55px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.btn:not(.btn-link) {
  border-width: 3px;
  font-family: "AvenirLTPro-Black", Arial, sans-serif;
}
.btn:active,
.btn.active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn.btn-default:focus,
.btn.btn-default.focus,
.btn.btn-default:hover,
.btn.btn-default:active,
.btn.btn-default.active {
  color: #fff;
  background-color: #703296;
  border-color: #703296;
}
.btn.btn-primary:focus,
.btn.btn-primary.focus,
.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary.active {
  background-color: #532570;
  border-color: #532570;
}
.btn.btn-success:focus,
.btn.btn-success.focus,
.btn.btn-success:hover,
.btn.btn-success:active,
.btn.btn-success.active {
  background-color: #008c70;
  border-color: #008c70;
}
.btn.btn-info:focus,
.btn.btn-info.focus,
.btn.btn-info:hover,
.btn.btn-info:active,
.btn.btn-info.active {
  background-color: #64d6dd;
  border-color: #64d6dd;
}
.btn.btn-warning:focus,
.btn.btn-warning.focus,
.btn.btn-warning:hover,
.btn.btn-warning:active,
.btn.btn-warning.active {
  background-color: #d27800;
  border-color: #d27800;
}
.btn.btn-danger:focus,
.btn.btn-danger.focus,
.btn.btn-danger:hover,
.btn.btn-danger:active,
.btn.btn-danger.active {
  background-color: #d20000;
  border-color: #d20000;
}
.btn.btn-secondary:focus,
.btn.btn-secondary.focus,
.btn.btn-secondary:hover,
.btn.btn-secondary:active,
.btn.btn-secondary.active {
  background-color: #ffed26;
  border-color: #ffed26;
}
.btn.btn-black:focus,
.btn.btn-black.focus,
.btn.btn-black:hover,
.btn.btn-black:active,
.btn.btn-black.active {
  color: #fff;
  background-color: #191919;
  border-color: #191919;
}
.btn.btn-white:focus,
.btn.btn-white.focus,
.btn.btn-white:hover,
.btn.btn-white:active,
.btn.btn-white.active {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.btn-secondary {
  color: #191919;
  background-color: #FFF159;
  border-color: #FFF159;
}
.btn-secondary:focus,
.btn-secondary.focus {
  color: #191919;
  background-color: #ffed26;
  border-color: #d9c600;
}
.btn-secondary:hover {
  color: #191919;
  background-color: #ffed26;
  border-color: #ffec1c;
}
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  color: #191919;
  background-color: #ffed26;
  border-color: #ffec1c;
}
.btn-secondary:active:hover,
.btn-secondary.active:hover,
.open > .dropdown-toggle.btn-secondary:hover,
.btn-secondary:active:focus,
.btn-secondary.active:focus,
.open > .dropdown-toggle.btn-secondary:focus,
.btn-secondary:active.focus,
.btn-secondary.active.focus,
.open > .dropdown-toggle.btn-secondary.focus {
  color: #191919;
  background-color: #ffea02;
  border-color: #d9c600;
}
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  background-image: none;
}
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled.focus,
.btn-secondary[disabled].focus,
fieldset[disabled] .btn-secondary.focus {
  background-color: #FFF159;
  border-color: #FFF159;
}
.btn-secondary .badge {
  color: #FFF159;
  background-color: #191919;
}
.btn-black {
  color: #fff;
  background-color: #191919;
  border-color: #191919;
}
.btn-black:focus,
.btn-black.focus {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
.btn-black:hover {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
.btn-black:active,
.btn-black.active,
.open > .dropdown-toggle.btn-black {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
.btn-black:active:hover,
.btn-black.active:hover,
.open > .dropdown-toggle.btn-black:hover,
.btn-black:active:focus,
.btn-black.active:focus,
.open > .dropdown-toggle.btn-black:focus,
.btn-black:active.focus,
.btn-black.active.focus,
.open > .dropdown-toggle.btn-black.focus {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
.btn-black:active,
.btn-black.active,
.open > .dropdown-toggle.btn-black {
  background-image: none;
}
.btn-black.disabled:hover,
.btn-black[disabled]:hover,
fieldset[disabled] .btn-black:hover,
.btn-black.disabled:focus,
.btn-black[disabled]:focus,
fieldset[disabled] .btn-black:focus,
.btn-black.disabled.focus,
.btn-black[disabled].focus,
fieldset[disabled] .btn-black.focus {
  background-color: #191919;
  border-color: #191919;
}
.btn-black .badge {
  color: #191919;
  background-color: #fff;
}
.btn-white {
  color: #191919;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:focus,
.btn-white.focus {
  color: #191919;
  background-color: #e6e6e6;
  border-color: #bfbfbf;
}
.btn-white:hover {
  color: #191919;
  background-color: #e6e6e6;
  border-color: #e0e0e0;
}
.btn-white:active,
.btn-white.active,
.open > .dropdown-toggle.btn-white {
  color: #191919;
  background-color: #e6e6e6;
  border-color: #e0e0e0;
}
.btn-white:active:hover,
.btn-white.active:hover,
.open > .dropdown-toggle.btn-white:hover,
.btn-white:active:focus,
.btn-white.active:focus,
.open > .dropdown-toggle.btn-white:focus,
.btn-white:active.focus,
.btn-white.active.focus,
.open > .dropdown-toggle.btn-white.focus {
  color: #191919;
  background-color: #d4d4d4;
  border-color: #bfbfbf;
}
.btn-white:active,
.btn-white.active,
.open > .dropdown-toggle.btn-white {
  background-image: none;
}
.btn-white.disabled:hover,
.btn-white[disabled]:hover,
fieldset[disabled] .btn-white:hover,
.btn-white.disabled:focus,
.btn-white[disabled]:focus,
fieldset[disabled] .btn-white:focus,
.btn-white.disabled.focus,
.btn-white[disabled].focus,
fieldset[disabled] .btn-white.focus {
  background-color: #fff;
  border-color: #fff;
}
.btn-white .badge {
  color: #fff;
  background-color: #191919;
}
.btn-default-inverted {
  color: #999;
  background-color: transparent;
  border-color: #999;
}
.btn-default-inverted:focus,
.btn-default-inverted.focus,
.btn-default-inverted:hover,
.btn-default-inverted:active,
.btn-default-inverted.active {
  color: #fff;
  background-color: #703296;
  border-color: #703296;
}
.btn-primary-inverted {
  color: #703296;
  background-color: transparent;
  border-color: #703296;
}
.btn-primary-inverted:focus,
.btn-primary-inverted.focus,
.btn-primary-inverted:hover,
.btn-primary-inverted:active,
.btn-primary-inverted.active {
  color: #fff;
  background-color: #703296;
  border-color: #703296;
}
.btn-success-inverted {
  color: #00BF99;
  background-color: transparent;
  border-color: #00BF99;
}
.btn-success-inverted:focus,
.btn-success-inverted.focus,
.btn-success-inverted:hover,
.btn-success-inverted:active,
.btn-success-inverted.active {
  color: #fff;
  background-color: #00BF99;
  border-color: #00BF99;
}
.btn-info-inverted {
  color: #8EE1E6;
  background-color: transparent;
  border-color: #8EE1E6;
}
.btn-info-inverted:focus,
.btn-info-inverted.focus,
.btn-info-inverted:hover,
.btn-info-inverted:active,
.btn-info-inverted.active {
  color: #191919;
  background-color: #8EE1E6;
  border-color: #8EE1E6;
}
.btn-warning-inverted {
  color: #FF9406;
  background-color: transparent;
  border-color: #FF9406;
}
.btn-warning-inverted:focus,
.btn-warning-inverted.focus,
.btn-warning-inverted:hover,
.btn-warning-inverted:active,
.btn-warning-inverted.active {
  color: #fff;
  background-color: #FF9406;
  border-color: #FF9406;
}
.btn-danger-inverted {
  color: #FF0606;
  background-color: transparent;
  border-color: #FF0606;
}
.btn-danger-inverted:focus,
.btn-danger-inverted.focus,
.btn-danger-inverted:hover,
.btn-danger-inverted:active,
.btn-danger-inverted.active {
  color: #fff;
  background-color: #FF0606;
  border-color: #FF0606;
}
.btn-secondary-inverted {
  color: #FFF159;
  background-color: transparent;
  border-color: #FFF159;
}
.btn-secondary-inverted:focus,
.btn-secondary-inverted.focus,
.btn-secondary-inverted:hover,
.btn-secondary-inverted:active,
.btn-secondary-inverted.active {
  color: #191919;
  background-color: #FFF159;
  border-color: #FFF159;
}
.btn-black-inverted {
  color: #191919;
  background-color: transparent;
  border-color: #191919;
}
.btn-black-inverted:focus,
.btn-black-inverted.focus,
.btn-black-inverted:hover,
.btn-black-inverted:active,
.btn-black-inverted.active {
  color: #fff;
  background-color: #191919;
  border-color: #191919;
}
.btn-white-inverted {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.btn-white-inverted:focus,
.btn-white-inverted.focus,
.btn-white-inverted:hover,
.btn-white-inverted:active,
.btn-white-inverted.active {
  color: #191919;
  background-color: #fff;
  border-color: #fff;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 18px 70px 14px 70px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 11px 45px 6px 45px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 11px 21px 6px 21px;
}
.navbar {
  border: none;
}
.navbar-toggle {
  margin: 0px;
  height: 50px;
  padding: 16px 10px;
  border-top: none;
  border-bottom: none;
}
.navbar-inverse .navbar-nav > li > a {
  padding: 22px 40px 18px 40px;
}
.navbar-inverse .navbar-nav > li {
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}
.navbar-inverse .navbar-nav > li:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
.nav-tabs > li > a {
  color: #999;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  color: #703296;
}
.pagination {
  font-family: "AvenirLTPro-Black", Arial, sans-serif;
}
.pagination > li > a,
.pagination > li > span {
  width: 63px;
  height: 55px;
  border-width: 3px;
  margin-left: 10px;
  text-align: center;
  padding: 11px 10px 8px;
  background-repeat: no-repeat;
  background-position: center center;
}
.pagination > li > a.previous,
.pagination > li > span.previous,
.pagination > li > a.prev,
.pagination > li > span.prev {
  background-image: url('/app/themes/main/dist/img/arrow-left-lg.svg');
}
.pagination > li > a.previous:hover,
.pagination > li > span.previous:hover,
.pagination > li > a.prev:hover,
.pagination > li > span.prev:hover {
  background-image: url('/app/themes/main/dist/img/arrow-left-white-lg.svg');
}
.pagination > li > a.next,
.pagination > li > span.next {
  background-image: url('/app/themes/main/dist/img/arrow-right-lg.svg');
}
.pagination > li > a.next:hover,
.pagination > li > span.next:hover {
  background-image: url('/app/themes/main/dist/img/arrow-right-white-lg.svg');
}
.pagination > li > a.current,
.pagination > li > span.current {
  color: #fff;
  background: #703296;
}
.pagination > li:not(.active) > span:not(.current) {
  border: none;
  padding: 14px 8px 11px 8px;
  width: auto;
  background: transparent;
}
.pagination > li:not(.active) > span:not(.current):hover {
  color: #703296;
  background: transparent;
}
ul.page-numbers {
  display: inline-block;
  padding-left: 0;
  margin: 30px 0;
  border-radius: 0px;
  font-family: "AvenirLTPro-Black", Arial, sans-serif;
}
ul.page-numbers > li {
  display: inline;
}
ul.page-numbers > li > a,
ul.page-numbers > li > span {
  position: relative;
  float: left;
  padding: 6px 26px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #703296;
  background-color: #fff;
  border: 1px solid #703296;
  margin-left: -1px;
}
ul.page-numbers > li:first-child > a,
ul.page-numbers > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
ul.page-numbers > li:last-child > a,
ul.page-numbers > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
ul.page-numbers > li > a:hover,
ul.page-numbers > li > span:hover,
ul.page-numbers > li > a:focus,
ul.page-numbers > li > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #703296;
  border-color: #703296;
}
ul.page-numbers > .active > a,
ul.page-numbers > .active > span,
ul.page-numbers > .active > a:hover,
ul.page-numbers > .active > span:hover,
ul.page-numbers > .active > a:focus,
ul.page-numbers > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #703296;
  border-color: #703296;
  cursor: default;
}
ul.page-numbers > .disabled > span,
ul.page-numbers > .disabled > span:hover,
ul.page-numbers > .disabled > span:focus,
ul.page-numbers > .disabled > a,
ul.page-numbers > .disabled > a:hover,
ul.page-numbers > .disabled > a:focus {
  color: #ccc;
  background-color: #fff;
  border-color: #703296;
  cursor: not-allowed;
}
ul.page-numbers > li > a,
ul.page-numbers > li > span {
  width: 63px;
  height: 55px;
  border-width: 3px;
  margin-left: 10px;
  text-align: center;
  padding: 11px 10px 8px;
  background-repeat: no-repeat;
  background-position: center center;
}
ul.page-numbers > li > a.previous,
ul.page-numbers > li > span.previous,
ul.page-numbers > li > a.prev,
ul.page-numbers > li > span.prev {
  background-image: url('/app/themes/main/dist/img/arrow-left-lg.svg');
}
ul.page-numbers > li > a.previous:hover,
ul.page-numbers > li > span.previous:hover,
ul.page-numbers > li > a.prev:hover,
ul.page-numbers > li > span.prev:hover {
  background-image: url('/app/themes/main/dist/img/arrow-left-white-lg.svg');
}
ul.page-numbers > li > a.next,
ul.page-numbers > li > span.next {
  background-image: url('/app/themes/main/dist/img/arrow-right-lg.svg');
}
ul.page-numbers > li > a.next:hover,
ul.page-numbers > li > span.next:hover {
  background-image: url('/app/themes/main/dist/img/arrow-right-white-lg.svg');
}
ul.page-numbers > li > a.current,
ul.page-numbers > li > span.current {
  color: #fff;
  background: #703296;
}
ul.page-numbers > li:not(.active) > span:not(.current) {
  border: none;
  padding: 14px 8px 11px 8px;
  width: auto;
  background: transparent;
}
ul.page-numbers > li:not(.active) > span:not(.current):hover {
  color: #703296;
  background: transparent;
}
@media screen and (max-width: 768px) {
  ul.page-numbers > li > a,
  ul.page-numbers > li > span {
    width: 39px;
    height: 48px;
    margin-left: 5px;
  }
  ul.page-numbers > li > a.prev,
  ul.page-numbers > li > span.prev,
  ul.page-numbers > li > a.next,
  ul.page-numbers > li > span.next {
    width: 42px;
  }
  ul.page-numbers > li:not(.active) > span:not(.current) {
    padding-left: 1px;
    padding-right: 1px;
  }
}
.pager {
  font-family: "AvenirLTPro-Black", Arial, sans-serif;
}
.pager li > a,
.pager li > span {
  color: #703296;
  border-width: 3px;
}
.pager li > a:hover,
.pager li > a:focus {
  color: #fff;
}
.label {
  padding: 18px 18px 15px 18px;
  font-weight: normal;
  border: 1px solid;
  border-radius: 0px;
  font-family: "AvenirLTPro-Black", Arial, sans-serif;
  text-transform: uppercase;
}
.label-default {
  color: #999;
  border-color: #999;
  background: transparent;
}
.label-primary {
  color: #703296;
  border-color: #703296;
  background: transparent;
}
.label-success {
  color: #00BF99;
  border-color: #00BF99;
  background: transparent;
}
.label-info {
  color: #8EE1E6;
  border-color: #8EE1E6;
  background: transparent;
}
.label-secondary {
  color: #FFF159;
  border-color: #FFF159;
}
.label-black {
  color: #191919;
  border-color: #191919;
}
.label-warning {
  color: #FF9406;
  border-color: #FF9406;
  background: transparent;
}
.label-danger {
  color: #FF0606;
  border-color: #FF0606;
  background: transparent;
}
.badge {
  padding: 4px 7px 1px 7px;
}
.alert {
  border-width: 3px;
}
/* Bootstrap limits */
body {
  font-size: 21px;
}
@media screen and (max-width: 992px) {
  body {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-right: 0;
  margin-left: 0;
}
p,
.text-base,
.btn,
.form-control {
  font-size: 1em;
}
h1 {
  font-size: 3.05em;
}
@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5em;
  }
}
h2 {
  font-size: 2.28em;
}
@media screen and (max-width: 479px) {
  h2 {
    font-size: 2em;
  }
}
h3 {
  font-size: 1.67em;
}
@media screen and (max-width: 479px) {
  h3 {
    font-size: 1.4em;
  }
}
h4 {
  font-size: 1.52em;
}
@media screen and (max-width: 479px) {
  h4 {
    font-size: 1.3em;
  }
}
h5 {
  font-size: 1.14em;
}
@media screen and (max-width: 479px) {
  h5 {
    font-size: 1.1em;
  }
}
h6 {
  font-size: 0.86em;
}
blockquote {
  font-size: 1.25em;
}
.no-underlines {
  text-decoration: none;
}
.no-underlines:hover,
.no-underlines:active,
.no-underlines:visited {
  text-decoration: none;
}
.letter-spacing {
  letter-spacing: 1px;
}
h1 {
  font-size: 3.04761905em;
}
h2 {
  font-size: 2.28571429em;
}
h3 {
  font-size: 1.71428571em;
}
h4,
.font-size-lg {
  font-size: 1.52380952em;
}
@media screen and (max-width: 768px) {
  h4,
  .font-size-lg {
    font-size: 0.95238095em;
  }
}
h5,
.font-size-md-lg {
  font-size: 1.23809524em;
}
h6,
.font-size-md {
  font-size: 0.85714286em;
}
.font-size-base {
  font-size: 0.95238095em;
}
.font-size-sm {
  font-size: 0.76190476em;
}
.font-size-xs {
  font-size: 0.57142857em;
}
.font-size-xs-uppercase {
  text-transform: uppercase;
}
.font-family-light {
  font-family: 'AvenirLTPro-Medium', Arial, sans-serif;
}
.font-family-black {
  font-family: 'AvenirLTPro-Black', Arial, sans-serif;
}
.font-family-neue {
  font-family: 'SwiftNeueLTPro-Light', serif;
  line-height: 1.61904762em;
}
.font-family-gray {
  font-family: 'AvenirLTPro-Black', Arial, sans-serif;
  opacity: 0.6;
}
.font-italic {
  font-style: italic;
}
/* Have to set height explicity on ui-view
to prevent collapsing during animation*/
.ui-view-container {
  position: relative;
  height: 100%;
  margin-right: -10px;
  margin-left: -10px;
}
.forward .slideInOut {
  -webkit-transition: all 1.1s ease;
  -moz-transition: all 1.1s ease;
  -o-transition: all 1.1s ease;
  transition: all 1.1s ease;
  position: absolute;
}
.forward .slideInOut .view {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.forward .slideInOut.ng-enter .view {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
.forward .slideInOut.ng-leave .view {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
.backwards .slideInOut {
  -webkit-transition: all 1.1s ease;
  -moz-transition: all 1.1s ease;
  -o-transition: all 1.1s ease;
  transition: all 1.1s ease;
  position: absolute;
}
.backwards .slideInOut .view {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.backwards .slideInOut.ng-enter .view {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
.backwards .slideInOut.ng-leave .view {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
.fadeInUp {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.fadeInUp.ng-hide-remove {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.fadeInUp.ng-hide {
  position: absolute;
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
.fadeInDown {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.fadeInDown.ng-hide-remove {
  position: absolute;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.fadeInDown.ng-hide {
  position: absolute;
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
.slideUpDown {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.slideUpDown.ng-hide-remove {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
.slideUpDown.ng-hide {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    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 {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  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: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -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: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7m.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  float: left;
  width: 100%;
}
.visible-xl {
  display: none !important;
}
.hidden-xl {
  display: block !important;
}
@media (min-width: 1200px) {
  .visible-xl {
    display: flex !important;
  }
  .hidden-xl {
    display: none !important;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-12 {
    width: 100%;
  }
}
.full-height {
  height: 100%;
}
.flex {
  display: table;
  height: 100%;
  width: 100%;
}
.flex .auto {
  height: 0;
  display: table-row;
}
.flex .fill {
  display: table-row;
}
input.large {
  height: auto;
  font-size: 1em;
  padding: 14px 15px 10px 15px;
  line-height: 1.42857143;
  vertical-align: middle;
}
.clickable {
  cursor: pointer;
}
.relative {
  position: relative;
}
.full-compensate {
  margin-left: -20px;
  margin-right: -20px;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline !important;
}
.text-primary {
  color: #703296;
}
.text-success {
  color: #00BF99;
}
.text-warning {
  color: #FF9406;
}
.text-danger {
  color: #FF0606;
}
.text-black {
  color: #191919;
}
@media screen and (max-width: 478px) {
  .text-center-xs {
    text-align: center;
  }
}
@media screen and (min-width: 479px) and (max-width: 767px) {
  .text-center-sm {
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .text-center-md {
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .text-center-lg {
    text-align: center;
  }
}
.text-gray {
  color: #999 !important;
}
.border-warning {
  border-color: #FF9406;
}
.border-danger {
  border-color: #FF0606;
}
.bg-warning {
  background-color: #FF9406;
}
.bg-danger {
  background-color: #FF0606;
}
.ui-view-theme-green {
  background-color: #00BF99;
  color: white;
}
.ui-view-theme-white {
  background-color: white;
  color: black;
}
.padding-default {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
.padding-0 {
  padding: 0 !important;
}
.padding-10 {
  padding: 10px !important;
}
.padding-20 {
  padding: 20px !important;
}
.padding-30 {
  padding: 30px !important;
}
.padding-40 {
  padding: 40px !important;
}
.padding-50 {
  padding: 50px !important;
}
.padding-top-0 {
  padding-top: 0 !important;
}
.padding-top-10 {
  padding-top: 10px !important;
}
.padding-top-20 {
  padding-top: 20px !important;
}
.padding-top-30 {
  padding-top: 30px !important;
}
.padding-top-40 {
  padding-top: 40px !important;
}
.padding-top-50 {
  padding-top: 50px !important;
}
.padding-top-default {
  padding-top: 25px !important;
}
.padding-bottom-0 {
  padding-bottom: 0 !important;
}
.padding-bottom-10 {
  padding-bottom: 10px !important;
}
.padding-bottom-20 {
  padding-bottom: 20px !important;
}
.padding-bottom-30 {
  padding-bottom: 30px !important;
}
.padding-bottom-40 {
  padding-bottom: 40px !important;
}
.padding-bottom-50 {
  padding-bottom: 50px !important;
}
.padding-bottom-60 {
  padding-bottom: 60px !important;
}
.padding-bottom-default {
  padding-bottom: 25px !important;
}
.padding-right-0 {
  padding-right: 0 !important;
}
.padding-right-20 {
  padding-right: 20px !important;
}
.padding-right-30 {
  padding-right: 30px !important;
}
.padding-right-40 {
  padding-right: 40px !important;
}
.padding-right-50 {
  padding-right: 50px !important;
}
.padding-right-default {
  padding-right: 25px !important;
}
.padding-left-0 {
  padding-left: 0 !important;
}
.padding-left-20 {
  padding-left: 20px !important;
}
.padding-left-30 {
  padding-left: 30px !important;
}
.padding-left-40 {
  padding-left: 40px !important;
}
.padding-left-50 {
  padding-left: 50px !important;
}
.padding-left-default {
  padding-left: 25px !important;
}
.info-block {
  padding: 20px 20px;
  background: #ccc;
}
.info-block p {
  margin-bottom: 0;
}
.container-full {
  width: 100%;
  margin: 0;
  padding: 0 20px 0 20px;
}
.full-width {
  width: 100%;
}
.full-width.btn {
  padding-left: 0;
  padding-right: 0;
}
span.bold {
  font-weight: bolder;
}
span.bold .large {
  font-size: 2em;
}
.half-width {
  width: 50%;
}
.thir-width {
  width: 33.33333333%;
}
.gutter-padding {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
  /*
    &.last-on-row{
        padding-right: 20px;
    }
    */
}
.gutter-padding:first-of-type {
  padding-left: 20px;
}
.gutter-padding:last-of-type:not(:only-child) {
  padding-right: 20px;
}
.avenir-light {
  font-family: "AvenirLTPro-Light", Arial, sans-serif;
}
.avenir-normal {
  font-family: "AvenirLTPro-Medium", Arial, sans-serif;
}
.avenir-bold {
  font-family: "AvenirLTPro-Black", Arial, sans-serif;
}
.swift-neue-light {
  font-family: "SwiftNeueLTPro-Light";
}
.swift-neue-medium {
  font-family: "SwiftNeueLTPro-Book";
}
.swift-neue-bold {
  font-family: "SwiftNeueLTPro-Bold";
}
.no-spinner::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.no-spinner::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.inside {
  margin-top: 20px;
  margin-bottom: 20px;
}
.inside-full-height {
  /*
  // if you want to give content full height give him height: 100%;
  // with content full height you can't apply margins to the content
  // content full height does not work in ie http://stackoverflow.com/questions/27384433/ie-display-table-cell-child-ignores-height-100
  */
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
/* columns of same height styles */
.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}
.col-sm-height {
  padding-top: 15px;
}
.spacing {
  letter-spacing: 1px;
}
.no-underlines {
  text-decoration: none;
}
.no-underlines:hover,
.no-underlines:active,
.no-underlines:visited {
  text-decoration: none;
}
.black-top-border-small {
  border-top: 5px solid #191919;
}
.success-top-border {
  border-top: 10px solid #00BF99;
}
#image-circle {
  border-radius: 50%;
}
.force-center * {
  text-align: center !important;
}
.force-left * {
  text-align: left !important;
}
.enlarge-on-hover {
  transition: all 0.2s ease-in-out;
}
.enlarge-on-hover:hover {
  transform: scale(1.05);
}
.intro {
  padding-top: 20px;
  padding-bottom: 40px;
  color: #404040 !important;
}
.intro * {
  color: #404040 !important;
}
.break-all,
.break-all * {
  word-break: break-all;
}
.button-rows {
  width: 50%;
  min-width: 195px;
}
.button-rows .btn {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.form-control {
  color: #191919;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #999;
}
.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #999;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.btn-small-padding {
  padding-left: 20px;
  padding-right: 20px;
}
.btn.width-restricted {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}
label.pul-text {
  font-size: 0.8em;
}
label.pul-text a {
  text-decoration: underline;
}
.thin-black-top-border {
  border-top: 3px solid #191919;
}
.height-hack-4-central {
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
}
.height-hack-4-central .height-hack-cell {
  margin-bottom: -99999px;
  padding-bottom: 99999px;
  margin-left: 20px;
  margin-right: 20px;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 20px;
  width: calc(25% - 40px);
}
.height-hack-addon-4-central {
  margin-left: 20px;
  margin-right: 20px;
  padding-right: 0;
  padding-left: 0;
  width: calc(25% - 40px);
  text-align: center;
}
.height-hack-addon-4-central > div {
  padding-bottom: 20px;
  height: 81px;
}
.height-hack-addon-4-central > div a {
  padding-top: 14px;
  padding-bottom: 10px;
  max-width: 100%;
  display: inline-block;
}
.height-hack-addon-row {
  margin-right: 0;
  margin-left: 0;
}
.height-hack {
  overflow: hidden;
  margin-right: 0;
  margin-left: 0;
}
.height-hack .height-hack-cell {
  margin-bottom: -99999px;
  padding-bottom: 99999px;
  margin-left: 25px;
  margin-right: 25px;
  padding-right: 0;
  padding-left: 0;
  width: calc(33.333333333% - 50px);
}
.height-hack .height-hack-cell img {
  width: 100%;
}
.height-hack-addon {
  margin-left: 25px;
  margin-right: 25px;
  padding-right: 0;
  padding-left: 0;
  width: calc(33.333333333% - 50px);
}
.height-hack-addon > div {
  padding-bottom: 20px;
  height: 81px;
}
.height-hack-addon > div a {
  padding-top: 14px;
  padding-bottom: 10px;
  max-width: 100%;
  display: inline-block;
}
.errorInformer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  color: white;
  background: #FF9406;
  text-align: center;
  z-index: 100;
}
@font-face {
  font-family: "socicon";
  src: url('/app/themes/main/dist/fonts/socicon/socicon.eot');
  src: url('/app/themes/main/dist/fonts/socicon/socicon.eot?#iefix') format("embedded-opentype"), url('/app/themes/main/dist/fonts/socicon/socicon.woff') format("woff"), url('/app/themes/main/dist/fonts/socicon/socicon.ttf') format("truetype"), url('/app/themes/main/dist/fonts/socicon/socicon.svg#socicon') format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "socicon" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="socicon-"]:before,
[class*=" socicon-"]:before {
  vertical-align: text-top;
  font-family: "socicon" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.socicon-modelmayhem:before {
  content: "\E000";
}
.socicon-mixcloud:before {
  content: "\E001";
}
.socicon-drupal:before {
  content: "\E002";
}
.socicon-swarm:before {
  content: "\E003";
}
.socicon-istock:before {
  content: "\E004";
}
.socicon-yammer:before {
  content: "\E005";
}
.socicon-ello:before {
  content: "\E006";
}
.socicon-stackoverflow:before {
  content: "\E007";
}
.socicon-persona:before {
  content: "\E008";
}
.socicon-triplej:before {
  content: "\E009";
}
.socicon-houzz:before {
  content: "\E00A";
}
.socicon-rss:before {
  content: "\E00B";
}
.socicon-paypal:before {
  content: "\E00C";
}
.socicon-odnoklassniki:before {
  content: "\E00D";
}
.socicon-airbnb:before {
  content: "\E00E";
}
.socicon-periscope:before {
  content: "\E00F";
}
.socicon-outlook:before {
  content: "\E010";
}
.socicon-coderwall:before {
  content: "\E011";
}
.socicon-tripadvisor:before {
  content: "\E012";
}
.socicon-appnet:before {
  content: "\E013";
}
.socicon-goodreads:before {
  content: "\E014";
}
.socicon-tripit:before {
  content: "\E015";
}
.socicon-lanyrd:before {
  content: "\E016";
}
.socicon-slideshare:before {
  content: "\E017";
}
.socicon-buffer:before {
  content: "\E018";
}
.socicon-disqus:before {
  content: "\E019";
}
.socicon-vkontakte:before {
  content: "\E01A";
}
.socicon-whatsapp:before {
  content: "\E01B";
}
.socicon-patreon:before {
  content: "\E01C";
}
.socicon-storehouse:before {
  content: "\E01D";
}
.socicon-pocket:before {
  content: "\E01E";
}
.socicon-mail:before {
  content: "\E01F";
}
.socicon-blogger:before {
  content: "\E020";
}
.socicon-technorati:before {
  content: "\E021";
}
.socicon-reddit:before {
  content: "\E022";
}
.socicon-dribbble:before {
  content: "\E023";
}
.socicon-stumbleupon:before {
  content: "\E024";
}
.socicon-digg:before {
  content: "\E025";
}
.socicon-envato:before {
  content: "\E026";
}
.socicon-behance:before {
  content: "\E027";
}
.socicon-delicious:before {
  content: "\E028";
}
.socicon-deviantart:before {
  content: "\E029";
}
.socicon-forrst:before {
  content: "\E02A";
}
.socicon-play:before {
  content: "\E02B";
}
.socicon-zerply:before {
  content: "\E02C";
}
.socicon-wikipedia:before {
  content: "\E02D";
}
.socicon-apple:before {
  content: "\E02E";
}
.socicon-flattr:before {
  content: "\E02F";
}
.socicon-github:before {
  content: "\E030";
}
.socicon-renren:before {
  content: "\E031";
}
.socicon-friendfeed:before {
  content: "\E032";
}
.socicon-newsvine:before {
  content: "\E033";
}
.socicon-identica:before {
  content: "\E034";
}
.socicon-bebo:before {
  content: "\E035";
}
.socicon-zynga:before {
  content: "\E036";
}
.socicon-steam:before {
  content: "\E037";
}
.socicon-xbox:before {
  content: "\E038";
}
.socicon-windows:before {
  content: "\E039";
}
.socicon-qq:before {
  content: "\E03A";
}
.socicon-douban:before {
  content: "\E03B";
}
.socicon-meetup:before {
  content: "\E03C";
}
.socicon-playstation:before {
  content: "\E03D";
}
.socicon-android:before {
  content: "\E03E";
}
.socicon-snapchat:before {
  content: "\E03F";
}
.socicon-twitter:before {
  content: "\E040";
}
.socicon-facebook:before {
  content: "\E041";
}
.socicon-googleplus:before {
  content: "\E042";
}
.socicon-pinterest:before {
  content: "\E043";
}
.socicon-foursquare:before {
  content: "\E044";
}
.socicon-yahoo:before {
  content: "\E045";
}
.socicon-skype:before {
  content: "\E046";
}
.socicon-yelp:before {
  content: "\E047";
}
.socicon-feedburner:before {
  content: "\E048";
}
.socicon-linkedin:before {
  content: "\E049";
}
.socicon-viadeo:before {
  content: "\E04A";
}
.socicon-xing:before {
  content: "\E04B";
}
.socicon-myspace:before {
  content: "\E04C";
}
.socicon-soundcloud:before {
  content: "\E04D";
}
.socicon-spotify:before {
  content: "\E04E";
}
.socicon-grooveshark:before {
  content: "\E04F";
}
.socicon-lastfm:before {
  content: "\E050";
}
.socicon-youtube:before {
  content: "\E051";
}
.socicon-vimeo:before {
  content: "\E052";
}
.socicon-dailymotion:before {
  content: "\E053";
}
.socicon-vine:before {
  content: "\E054";
}
.socicon-flickr:before {
  content: "\E055";
}
.socicon-500px:before {
  content: "\E056";
}
.socicon-wordpress:before {
  content: "\E058";
}
.socicon-tumblr:before {
  content: "\E059";
}
.socicon-twitch:before {
  content: "\E05A";
}
.socicon-8tracks:before {
  content: "\E05B";
}
.socicon-amazon:before {
  content: "\E05C";
}
.socicon-icq:before {
  content: "\E05D";
}
.socicon-smugmug:before {
  content: "\E05E";
}
.socicon-ravelry:before {
  content: "\E05F";
}
.socicon-weibo:before {
  content: "\E060";
}
.socicon-baidu:before {
  content: "\E061";
}
.socicon-angellist:before {
  content: "\E062";
}
.socicon-ebay:before {
  content: "\E063";
}
.socicon-imdb:before {
  content: "\E064";
}
.socicon-stayfriends:before {
  content: "\E065";
}
.socicon-residentadvisor:before {
  content: "\E066";
}
.socicon-google:before {
  content: "\E067";
}
.socicon-yandex:before {
  content: "\E068";
}
.socicon-sharethis:before {
  content: "\E069";
}
.socicon-bandcamp:before {
  content: "\E06A";
}
.socicon-itunes:before {
  content: "\E06B";
}
.socicon-deezer:before {
  content: "\E06C";
}
.socicon-telegram:before {
  content: "\E06E";
}
.socicon-openid:before {
  content: "\E06F";
}
.socicon-amplement:before {
  content: "\E070";
}
.socicon-viber:before {
  content: "\E071";
}
.socicon-zomato:before {
  content: "\E072";
}
.socicon-quora:before {
  content: "\E073";
}
.socicon-draugiem:before {
  content: "\E074";
}
.socicon-endomodo:before {
  content: "\E075";
}
.socicon-filmweb:before {
  content: "\E076";
}
.socicon-stackexchange:before {
  content: "\E077";
}
.socicon-wykop:before {
  content: "\E078";
}
.socicon-teamspeak:before {
  content: "\E079";
}
.socicon-teamviewer:before {
  content: "\E07A";
}
.socicon-ventrilo:before {
  content: "\E07B";
}
.socicon-younow:before {
  content: "\E07C";
}
.socicon-raidcall:before {
  content: "\E07D";
}
.socicon-mumble:before {
  content: "\E07E";
}
.socicon-medium:before {
  content: "\E06D";
}
.socicon-bebee:before {
  content: "\E07F";
}
.socicon-hitbox:before {
  content: "\E080";
}
.socicon-reverbnation:before {
  content: "\E081";
}
.socicon-formulr:before {
  content: "\E082";
}
.socicon-instagram:before {
  content: "\E057";
}
.socicon-battlenet:before {
  content: "\E083";
}
.socicon-chrome:before {
  content: "\E084";
}
.socicon-diablo:before {
  content: "\E085";
}
.socicon-discord:before {
  content: "\E086";
}
.socicon-issuu:before {
  content: "\E087";
}
.socicon-macos:before {
  content: "\E088";
}
.socicon-firefox:before {
  content: "\E089";
}
.socicon-heroes:before {
  content: "\E08A";
}
.socicon-hearthstone:before {
  content: "\E08B";
}
.socicon-overwatch:before {
  content: "\E08C";
}
.socicon-warcraft:before {
  content: "\E08E";
}
.socicon-opera:before {
  content: "\E08D";
}
.socicon-starcraft:before {
  content: "\E08F";
}
.socicon-keybase:before {
  content: "\E090";
}
.socicon-alliance:before {
  content: "\E091";
}
.socicon-livejournal:before {
  content: "\E092";
}
.socicon-googlephotos:before {
  content: "\E093";
}
.socicon-horde:before {
  content: "\E094";
}
.socicon-etsy:before {
  content: "\E095";
}
.socicon-zapier:before {
  content: "\E096";
}
.socicon-google-scholar:before {
  content: "\E097";
}
.socicon-researchgate:before {
  content: "\E098";
}
body,
html {
  width: 100%;
  height: 100%;
}
body.modal-open,
html.modal-open {
  overflow-y: hidden;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
[ui-view] {
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
[ui-view] .view .content {
  max-width: 1120px;
  margin: 0 auto;
}
.hfeed-site {
  width: 100%;
}
.site-main {
  width: 100%;
  height: 100%;
}
a {
  cursor: pointer;
}
div .intro_text {
  margin: 4% 4% 4% 4%;
}
div.puff {
  width: 90%;
  height: 200px;
  background-color: yellow;
}
div.puff div.header-link {
  height: 35px;
  width: 100%;
  background-color: blue;
}
div.puff div.header-link p {
  color: white;
  font-size: large;
}
.column-puff {
  margin-bottom: 22px;
}
.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}
.primary-top-border {
  border-top: 15px solid #703296;
}
.black-top-border {
  border-top: 15px solid #191919;
}
.green-top-border {
  border-top: 15px solid #20AF8D;
}
.loader {
  position: fixed;
  background: rgba(255, 255, 255, 0.4);
  z-index: 12000;
  height: 100%;
  width: 100%;
  top: 0;
  text-align: center;
}
.loader > span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loader > span .swish-selector {
  width: 250px;
}
.loader > span .swish-selector .btn {
  margin-top: 15px;
}
.loader > span.glyphicon {
  font-size: 140px;
  color: black;
}
.block {
  text-align: center;
  white-space: nowrap;
}
.block .centered {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.block:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  /* Adjusts for spacing */
}
.input-group-btn {
  font-size: inherit;
}
.input-group .input-group-addon {
  border-width: 3px;
  /*
        &:not(:first-child){
            border-left: none;
        }
        &:not(:last-child){
            border-right: none;
        }*/
}
#video-placeholder,
iframe#video-player {
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 479px) {
  #video-placeholder,
  iframe#video-player {
    height: auto;
  }
}
rzslider {
  margin-bottom: 50px;
}
rzslider .rz-pointer {
  background-color: #703296;
}
rzslider .rz-pointer:hover:after {
  background-color: #703296;
}
rzslider .rz-pointer:after {
  background-color: #703296;
}
rzslider .rz-bubble:not(.rz-limit) {
  display: none;
}
rzslider .rz-bubble.rz-limit {
  opacity: 1 !important;
}
button:focus {
  outline: none;
}
hr.gray {
  background-color: gray;
  height: 2px;
  margin: 10px auto;
  width: 100%;
}
a.back-link {
  display: block;
  padding-top: 15px;
}
a.back-link img {
  width: 20px;
}
@media screen and (max-width: 1200px) {
  ul.countries {
    white-space: nowrap;
    overflow-x: scroll;
    padding: 15px 0;
  }
  ul.countries li {
    display: inline;
  }
}
.stories-list .grid img {
  width: 100%;
  max-height: 200px;
}
.country-text-wrapper h4 {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .country-text-wrapper {
    padding-top: 0 !important;
  }
}
label {
  font-size: 1em;
}
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .image-text p {
    max-width: 100% !important;
    padding-left: 20px !important;
  }
}
.story h1#title {
  max-width: 760px;
  margin: auto;
}
.story #content {
  max-width: 660px;
  margin: auto;
}
.story .story-categories span.category {
  margin-left: 15px;
  margin-right: 15px;
}
.story blockquote {
  border: none;
  text-align: center;
}
.story blockquote p {
  font-size: 2.28em;
  line-height: 50px;
}
@media screen and (max-width: 479px) {
  .story blockquote p {
    font-size: 1.5em;
  }
}
.story .alignleft {
  float: left;
  margin-right: 20px;
}
.story .alignright {
  float: right;
  margin-left: 20px;
}
.story .wp-caption-text {
  margin-top: 20px;
  font-size: 16px !important;
}
.story hr {
  border: none;
  background-color: #EFEFEF;
  height: 2px;
}
.story .featured-image {
  position: relative;
}
.story .featured-image .image-text {
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
  color: white;
}
.story .featured-image .image-text p {
  display: inline-block;
  max-width: 40%;
  text-align: left;
  vertical-align: middle;
  font-size: 0.6em;
  margin: 0;
}
.related-content .story a {
  color: black;
  text-decoration: none;
}
.related-content .story a:hover,
.related-content .story a:active,
.related-content .story a:visited {
  text-decoration: none;
}
.related-content .story a:hover,
.related-content .story a:active,
.related-content .story a:visited {
  text-decoration: none;
}
.story-grid-item {
  padding: 25px;
  text-align: left;
}
.story-grid-item .story-image {
  width: 100%;
}
.story-grid-item .story-content {
  height: 75px;
  overflow-y: hidden;
}
.uib-datepicker-popup {
  padding: 4px;
}
.uib-datepicker-popup button.btn {
  padding: 3px;
  font-size: 1em;
  font-weight: normal;
  font-family: "AvenirLTPro-Medium", Arial, sans-serif;
}
.modal-overlay {
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  background: #00BF99;
  color: white;
}
.modal-overlay .modal-content {
  width: 100%;
  height: 100%;
  margin: 0;
  background: transparent;
  box-shadow: none;
  border: none;
}
.modal-overlay .modal-content .modal-header {
  position: relative;
  max-width: 760px;
  margin: 0 auto;
  height: 0;
  border: none;
  padding: 0;
}
.modal-overlay .modal-content .modal-header .close-btn {
  text-shadow: 2px 0 #00BF99, -2px 0 #00BF99, 0 2px #00BF99, 0 -2px #00BF99;
  z-index: 1000;
  position: absolute;
  font-size: 1.2em;
  top: 5px;
  right: 5px;
  padding: 5px;
}
.modal-overlay .modal-content .modal-body {
  height: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  max-width: 760px;
}
.modal-overlay .modal-content .modal-body .view {
  padding: 20px;
  padding-top: 0;
  padding-bottom: 0;
}
.modal-overlay .modal-content .modal-body .view .content {
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding-top: 30px;
}
@media screen and (max-width: 479px) {
  .modal-overlay .modal-content .modal-body .view .content {
    padding-top: 0;
  }
}
.modal-overlay .modal-content .modal-body .view .content .iframe-container {
  height: 100%;
}
.modal-overlay .modal-content .modal-body .navigation-buttons {
  /*
                .btn{
                    &.btn-primary{
                        position: fixed;
                        bottom: 0;
                        right: 0;
                        width: 50%;
                        max-width: 300px;
                    }
                    &.btn-secondary{
                        position: fixed;
                        bottom: 0;
                        left: 0;
                        width: 50%;
                        max-width: 300px;
                    }
                }*/
}
.modal-overlay .modal-content .modal-body .navigation-buttons .nav-row {
  max-width: 1120px;
  width: 100%;
  bottom: 0;
  margin: 0 auto;
  z-index: 10;
}
.modal-overlay .modal-content .modal-body .navigation-buttons .nav-row .btn {
  width: 50%;
  max-width: 300px;
  padding-left: 0;
  padding-right: 0;
}
.modal-overlay .modal-content .modal-body .navigation-buttons .nav-row .btn.btn-primary {
  float: right;
}
.modal-overlay .modal-content .modal-body .navigation-buttons .nav-row .btn.btn-secondary {
  float: left;
}
.modal-overlay .modal-content .modal-footer {
  width: 100%;
  border: none;
  position: fixed;
  bottom: 0;
  padding: 0;
}
.modal-overlay .modal-content .btn.btn-white {
  color: #00BF99;
}
.modal-overlay .modal-content .btn.btn-white:hover {
  color: #fff;
}
.modal-overlay .modal-content .btn.btn-white-inverted:hover {
  color: #00BF99;
}
.modal-overlay .modal-content .btn.btn-white-inverted.active {
  color: #00BF99;
}
.modal-overlay .modal-content .btn.btn-white-inverted:active {
  color: #00BF99;
}
.modal-overlay .modal-content .btn.btn-white-inverted:focus {
  color: #00BF99;
}
.modal-overlay .modal-content input.form-control.large {
  padding-top: 14;
  padding-bottom: 10;
  font-size: 21px;
}
.confirmation-modal .modal-header {
  border: none;
}
.confirmation-modal .modal-body table.table {
  margin-bottom: 0;
}
.confirmation-modal .modal-body table.table td:last-child {
  text-align: right;
}
.confirmation-modal .modal-footer {
  text-align: left;
  border: none;
}
.confirmation-modal .modal-footer p {
  padding-top: 20px;
  font-size: 0.9em;
}
#newsletter-container {
  padding-top: 50px;
  padding-bottom: 50px;
}
#newsletter-container input {
  border: 3px solid white;
  color: black;
  margin: 25px auto;
}
#newsletter-container input::-webkit-input-placeholder {
  color: black;
}
#newsletter-container input:-moz-placeholder {
  /* Firefox 18- */
  color: black;
}
#newsletter-container input::-moz-placeholder {
  /* Firefox 19+ */
  color: black;
}
#newsletter-container input:-ms-input-placeholder {
  color: black;
}
#newsletter-container .title-wrapper h3 {
  max-width: 760px;
  margin: auto;
}
footer {
  background: #703296;
  color: white;
}
footer .unbreak > span {
  display: inline-block;
  white-space: nowrap;
}
footer .hamburgermenu {
  max-height: none;
  overflow-y: visible;
}
footer .hamburgermenu span.info {
  white-space: nowrap;
}
.footer_info a {
  color: white;
}
.footer_info a:hover {
  text-decoration: underline;
}
#social-buttons-container {
  padding-top: 60px;
  text-align: center;
}
#social-buttons-container h3 {
  margin-top: 0;
}
#social-buttons-container .buttons-wrapper {
  width: 600px;
  margin: auto;
}
@media screen and (max-width: 600px) {
  #social-buttons-container .buttons-wrapper {
    width: 300px;
  }
}
#social-buttons-container .social-button-wrapper {
  width: 160px;
  height: 140px;
  margin: 0 20px;
  padding: 0;
}
@media screen and (max-width: 600px) {
  #social-buttons-container .social-button-wrapper {
    width: 80px;
    height: 70px;
    margin: 0 10px;
  }
}
#social-buttons-container .social-button-wrapper svg {
  height: 50px;
}
@media screen and (max-width: 600px) {
  #social-buttons-container .social-button-wrapper svg {
    height: 40px;
  }
}
#social-buttons-container .social-button-wrapper .social-button {
  display: block;
  cursor: pointer;
  color: black;
  padding-top: 15%;
  padding-bottom: 15%;
  margin: auto;
  background: white;
  text-decoration: none;
}
#social-buttons-container .social-button-wrapper .social-button:hover,
#social-buttons-container .social-button-wrapper .social-button:active,
#social-buttons-container .social-button-wrapper .social-button:visited {
  text-decoration: none;
}
#social-buttons-container .social-button-wrapper .social-button:hover,
#social-buttons-container .social-button-wrapper .social-button:active,
#social-buttons-container .social-button-wrapper .social-button:visited {
  text-decoration: none;
}
@media screen and (max-width: 479px) {
  #social-buttons-container .social-button-wrapper .social-button h6 {
    font-size: 0.5em;
  }
}
.fb-link-button {
  color: #3b5998;
  border-color: #3b5998;
}
.fb-link-button .fb-link-button-icon {
  text-align: left;
  margin-right: 15px;
  margin-left: -24px;
}
.fb-link-button .fb-link-button-text {
  margin-right: -11px;
}
.hamburgermenu {
  border-top: 1px solid rgba(255, 255, 255, 0.247059);
}
@media screen and (max-width: 768px) {
  .hamburgermenu {
    max-height: 400px;
    overflow-y: scroll;
  }
  .hamburgermenu#hamburgermenu2,
  .hamburgermenu.shoppingcart {
    box-shadow: 0px 1px 5px #000;
  }
}
.left-menu-small,
.left-menu-small-sticky {
  width: 100%;
  height: auto;
}
.left-menu-small ul,
.left-menu-small-sticky ul {
  margin-bottom: 0;
}
.left-menu-small ul > :first-child,
.left-menu-small-sticky ul > :first-child {
  border: 2px solid #999;
}
.left-menu-small ul > :last-child,
.left-menu-small-sticky ul > :last-child {
  border-bottom: 2px solid #999;
}
.left-menu-small li,
.left-menu-small-sticky li {
  padding-left: 15px;
  padding-right: 30px;
}
.left-menu-small li:nth-child(n+1),
.left-menu-small-sticky li:nth-child(n+1) {
  border-right: 2px solid #999;
  border-left: 2px solid #999;
}
.left-menu-small span.glyphicon,
.left-menu-small-sticky span.glyphicon {
  float: right;
  font-size: 22px;
  color: #999;
}
.left-menu-small a,
.left-menu-small-sticky a {
  color: #999;
}
.left-menu-small a.active,
.left-menu-small-sticky a.active {
  color: #191919;
}
.left-menu-small-sticky {
  position: fixed;
  z-index: 99;
  top: 25px;
  left: 0;
}
.left-menu .left-menu-item {
  width: 100%;
  padding: 10px 0;
}
.left-menu .left-menu-item a {
  color: #999;
}
.left-menu .left-menu-item.active a {
  color: black;
}
.left-menu hr {
  border: 1px solid #EFEFEF;
  margin: 0;
}
.hamburgermenu .padding-wrapper,
.shoppingcart .padding-wrapper {
  padding: 30px 0;
}
.hamburgermenu .hamburger-link,
.shoppingcart .hamburger-link {
  color: white;
  display: block;
}
.hamburgermenu .hamburger-link:hover,
.shoppingcart .hamburger-link:hover {
  text-decoration: none;
}
.hamburgermenu hr,
.shoppingcart hr {
  width: 80%;
  opacity: 0.5;
}
.hamburgermenu span.info,
.shoppingcart span.info {
  margin: 15px;
}
.hamburgermenu span.strong,
.shoppingcart span.strong {
  margin-right: 5px;
  opacity: 0.9;
}
.hamburgermenu span.faded,
.shoppingcart span.faded {
  opacity: 0.5;
}
.hamburgermenu {
  font-family: "AvenirLTPro-Black", Arial, sans-serif;
}
.cart-toggle-small {
  color: white;
  padding: 11px;
}
.cart-toggle-small * {
  font-size: 24px;
}
.navbar.top-menu {
  width: 100%;
  height: auto;
}
.navbar.primary-menu.onscroll {
  position: fixed !important;
  z-index: 100;
  left: 0;
  width: 100%;
  height: auto;
  top: -220px;
  transition: top 0.4s ease;
}
.navbar.primary-menu.onscroll.show-menu {
  top: 0;
}
.navbar .navbar-brand {
  height: 73px;
  padding: 20px;
}
.navbar .navbar-brand img {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .navbar .navbar-brand {
    height: 50px;
    padding: 15px;
  }
}
.navbar,
.navbar-header {
  margin: auto !important;
}
.navbar.h5,
.navbar-header.h5 {
  position: relative;
}
.navbar.h5 .hamburgermenu,
.navbar-header.h5 .hamburgermenu,
.navbar.h5 .shoppingcart,
.navbar-header.h5 .shoppingcart {
  position: absolute;
  z-index: 100;
  top: 100%;
}
.navbar button .js-hamburger-mobile-remove,
.navbar-header button .js-hamburger-mobile-remove {
  color: #ffffff;
  display: inline;
  font-size: 22px;
  top: 0;
}
.navbar button .js-hamburger-mobile,
.navbar-header button .js-hamburger-mobile {
  display: none;
}
.navbar button.collapsed .js-hamburger-mobile-remove,
.navbar-header button.collapsed .js-hamburger-mobile-remove {
  display: none;
}
.navbar button.collapsed .js-hamburger-mobile,
.navbar-header button.collapsed .js-hamburger-mobile {
  display: inline;
}
.subtle-menu {
  padding: 25px 0;
}
.subtle-menu a {
  color: gray;
  margin-right: 30px;
  display: inline-block;
  text-decoration: none;
}
.subtle-menu a:hover,
.subtle-menu a:active,
.subtle-menu a:visited {
  text-decoration: none;
}
.subtle-menu a:hover,
.subtle-menu a:active,
.subtle-menu a:visited {
  text-decoration: none;
}
.subtle-menu a.active {
  color: black;
}
@media screen and (max-width: 768px) {
  .subtle-menu a {
    font-size: 12px;
  }
}
.subtle-menu hr {
  background-color: gray;
  height: 2px;
  margin: 10px auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .subtle-menu hr {
    width: 100%;
  }
}
.shoppingcart {
  right: 0;
}
.shoppingcart .wrapped {
  padding: 25px;
}
.shoppingcart .cart-list {
  overflow-x: auto;
}
.shoppingcart .cart-list::-webkit-scrollbar {
  width: 10px;
}
.shoppingcart .cart-list::-webkit-scrollbar-track {
  background: #9850c5;
}
.shoppingcart .cart-list::-webkit-scrollbar-thumb {
  background: #532570;
}
.shoppingcart ul.list li {
  padding-bottom: 25px;
  padding-top: 25px;
  border-bottom: 1px solid white;
  position: relative;
}
.shoppingcart ul.list li a {
  color: white;
}
.shoppingcart ul.list li .post-img-container {
  max-width: 90px;
  display: inline-block;
  text-align: center;
  font-size: 0.8em;
  font-weight: lighter;
  font-family: "AvenirLTPro-Medium", Arial, sans-serif;
}
.shoppingcart ul.list li .post-img {
  vertical-align: top;
}
.shoppingcart ul.list li .post-img img {
  max-width: 90px;
  margin-bottom: 3px;
}
.shoppingcart ul.list li .post-block-container {
  vertical-align: top;
  padding-left: 20px;
  width: calc(100% - 100px);
  display: inline-block;
}
.shoppingcart ul.list li .post-block-container .post-block.post-block-title {
  position: relative;
  margin-right: 45px;
  margin-bottom: 6px;
}
.shoppingcart ul.list li .post-block-container .post-block.post-block-title .post-remove {
  position: absolute;
  left: 100%;
  top: 0;
}
.shoppingcart ul.list li .post-block-container .post-block .post-amount-block {
  position: absolute;
  right: 0;
  bottom: 20px;
  display: inline-block;
  float: right;
}
.shoppingcart ul.list li .post-block-container .post-block .form-group {
  display: inline-block;
  width: 40%;
  text-align: center;
  margin-bottom: 0;
}
.shoppingcart ul.list li .post-block-container .post-block .form-group .help-block.alert-warning {
  color: #FF9406;
}
.shoppingcart ul.list li .post-block-container .post-block .form-control {
  text-align: center;
  line-height: 1;
  height: auto;
}
.shoppingcart .cart-footer {
  width: 100%;
  text-align: right;
}
.shoppingcart .cart-footer .amount-container {
  width: 100%;
  text-align: right;
  padding-bottom: 20px;
}
.shoppingcart .cart-footer .btn-group {
  width: 100%;
}
.shoppingcart .cart-footer .btn-group .btn {
  max-width: 50%;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 479px) {
  .shoppingcart {
    font-family: "AvenirLTPro-Medium", Arial, sans-serif;
    font-size: 0.8em;
  }
  .shoppingcart .form-control {
    padding: 3px;
  }
}
.collapsing[aria-expanded=false] {
  z-index: 2 !important;
}
.cookies-bar {
  background: #FFF159;
  padding: 10px;
}
.cookies-bar p {
  display: inline-block;
}
#focus-areas-container {
  padding-top: 50px;
  padding-bottom: 50px;
}
#focus-areas-container .area-box-container {
  padding: 50px;
}
#focus-areas-container .area-box-container .area-box {
  background-color: white;
  padding: 5%;
}
#focus-areas-container .area-box-container .area-box .focus-area-arrow {
  font-size: 150%;
  background-color: red;
}
.support-bar-container {
  height: 60px;
  position: fixed;
  bottom: -61px;
  left: 0;
  width: 100%;
  color: white;
  z-index: 100;
  transition: bottom 0.15s ease;
}
.support-bar-container.show-bar {
  bottom: -1px;
}
.support-bar-container p {
  margin: 0;
  display: inline;
  vertical-align: middle;
}
.support-bar-container a.btn,
.support-bar-container button.btn {
  border-left: 1px solid #66D8C1;
}
.support-bar-container .share-btn-container {
  float: right;
  height: 100%;
  text-align: center;
  width: auto;
}
.support-bar-container .share-btn-container svg {
  display: inline;
  vertical-align: middle;
  width: 25px;
  height: 25px;
}
.support-bar-container .share-btn-container svg path {
  fill: white;
}
.support-bar-container .share-btn-container .centered {
  width: 100% !important;
}
@media screen and (max-width: 992px) {
  .support-bar-container .btn {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media screen and (max-width: 768px) {
  .support-bar-container {
    height: 60px;
  }
  .support-bar-container .btn {
    padding-right: 15px;
    padding-left: 15px;
  }
  .support-bar-container.share-btn-container svg {
    margin: 0;
  }
}
.support-bar-container #support-us-container {
  float: right;
  height: 100%;
}
.latest-news-line {
  width: 100%;
  display: block;
  height: 20px;
  margin: 0%;
}
.latest-news-head {
  margin-top: 40px;
}
.latest-news-first-grid {
  margin-top: 20px;
}
.latest-news-second-grid {
  margin-bottom: 40px;
}
hr.black-border {
  height: 1px;
  color: #999;
  background: #999;
  font-size: 0;
  border: 0;
}
#link-grid {
  color: black;
  cursor: pointer;
}
.fancy-checkbox input[type='checkbox'] {
  visibility: hidden;
  position: absolute;
  z-index: -1;
}
.fancy-checkbox .fancy-box {
  height: 40px;
  width: 40px;
  display: inline-block;
  border: 3px solid #fff;
  text-align: center;
  vertical-align: middle;
}
.fancy-checkbox .glyphicon {
  vertical-align: text-top;
}
.stand-alone .fancy-checkbox .fancy-box {
  border-color: #703296;
  color: #703296;
}
postal-code-form-group,
input-form-group,
textarea-form-group,
.input-form-group {
  display: inline-block;
  width: 100%;
  padding-bottom: 10px;
}
postal-code-form-group label,
input-form-group label,
textarea-form-group label,
.input-form-group label {
  padding-left: 3px;
  font-size: 1em;
}
div[product-puff] .inline-group,
div[product-dynamic-price-puff] .inline-group {
  width: 100%;
}
div[product-puff] .inline-group input,
div[product-dynamic-price-puff] .inline-group input,
div[product-puff] .inline-group span,
div[product-dynamic-price-puff] .inline-group span {
  display: inline-block;
}
div[product-puff] .inline-group .form-input-container,
div[product-dynamic-price-puff] .inline-group .form-input-container {
  width: 30%;
  position: relative;
  text-align: center;
  display: inline-block;
  float: left;
}
div[product-puff] .inline-group .form-input-container .form-control,
div[product-dynamic-price-puff] .inline-group .form-input-container .form-control {
  width: 100%;
  border-color: #703296;
  text-align: center;
  color: black;
  font-size: 1em;
  padding: 11px 0 6px 0;
  line-height: 1.5;
  height: auto;
  vertical-align: middle;
}
div[product-puff] .inline-group .form-input-container label,
div[product-dynamic-price-puff] .inline-group .form-input-container label {
  position: absolute;
  color: #703296;
  display: block;
  background: white;
  bottom: 100%;
  right: 50%;
  transform: translate(50%, 50%);
  text-transform: uppercase;
  font-size: 0.7em;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 2px;
  margin-bottom: -4px !important;
}
div[product-puff] .inline-group span,
div[product-dynamic-price-puff] .inline-group span {
  width: 70%;
  padding-left: 20px;
  vertical-align: middle;
  float: left;
}
div[product-puff] .inline-group span .btn,
div[product-dynamic-price-puff] .inline-group span .btn {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
}
.expandable {
  overflow: hidden;
  position: relative;
  transition: height 1s ease;
}
.expandable:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 75px;
  bottom: 0;
  left: 0;
  transition: height 1s ease;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}
.expanded:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  transition: height 1s ease;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}
@media screen and (max-width: 768px) {
  div[support-us] input.form-control {
    font-size: 1em;
  }
}
.hyphen {
  display: inline-block;
}
@media screen and (max-width: 1200px) {
  .hyphen {
    display: none;
  }
}
.hyphen + span {
  display: inline-block;
}
.image-gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
}
.puff-half-image .has-border,
.puff-half-image.has-border {
  border-top: 15px solid #191919;
}
.puff-half-image .image-text {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /* IE6-9 */
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
  left: 0;
  text-align: right;
  vertical-align: middle;
}
.puff-half-image .image-text:before {
  display: inline-block;
  content: "";
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.puff-half-image .image-text p {
  display: inline-block;
  max-width: 40%;
  text-align: right;
  vertical-align: middle;
  font-size: 0.6em;
  margin: 0;
}
.puff-half-image .full-compensate.has-max-height {
  max-height: 600px;
}
.puff-half-image .puff-half-image-content {
  max-width: 1800px;
  margin: 0 auto;
}
.puff-half-image .content-wrapper {
  padding: 40px;
}
@media screen and (max-width: 1200px) {
  .puff-half-image .content-wrapper {
    padding: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .puff-half-image .content-wrapper .read-more-link-wrapper {
    text-align: center;
  }
}
@media screen and (max-width: 1200px) {
  .puff-half-image .grid-breaker {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .puff-half-image .grid-breaker {
    max-height: 600px;
  }
}
.puff-right .puff-container {
  background-size: cover;
  background-position: center;
  padding: 40px;
  text-align: right;
}
.puff-right .puff-container:before {
  display: inline-block;
  content: "";
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.puff-right .puff-container .puff-bg {
  text-align: center;
  padding: 40px;
  vertical-align: middle;
  display: inline-block;
  max-height: 100%;
  position: relative;
}
.puff-right .puff-container .puff-bg .abs-height-width {
  height: 300px;
  width: 280px;
}
@media screen and (max-width: 768px) {
  .puff-right .puff-container .puff-bg .abs-height-width {
    height: auto;
  }
  .puff-right .puff-container .puff-bg .abs-height-width p {
    margin-bottom: 40px;
  }
  .puff-right .puff-container .puff-bg .abs-height-width .absolute-bottom {
    position: relative;
  }
}
.puff-right .puff-container .puff-bg .puff-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  padding: 40px;
  z-index: 2;
}
.puff-right .image-text {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /* IE6-9 */
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
  padding: 20px;
  left: 0;
  text-align: left;
  vertical-align: middle;
}
.puff-right .image-text:before {
  display: inline-block;
  content: "";
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.puff-right .image-text p {
  display: inline-block;
  max-width: 40%;
  text-align: left;
  vertical-align: middle;
  font-size: 0.6em;
  margin: 0;
}
.puff-left .puff-container {
  background-size: cover;
  background-position: center;
  padding: 40px;
  text-align: left;
}
.puff-left .puff-container:before {
  display: inline-block;
  content: "";
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.puff-left .puff-container .puff-bg {
  text-align: center;
  padding: 40px;
  vertical-align: middle;
  display: inline-block;
  max-height: 100%;
  position: relative;
}
.puff-left .puff-container .puff-bg .abs-height-width {
  height: 300px;
  width: 280px;
}
@media screen and (max-width: 768px) {
  .puff-left .puff-container .puff-bg .abs-height-width {
    height: auto;
  }
  .puff-left .puff-container .puff-bg .abs-height-width p {
    margin-bottom: 40px;
  }
  .puff-left .puff-container .puff-bg .abs-height-width .absolute-bottom {
    position: relative;
  }
}
.puff-left .puff-container .puff-bg .puff-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  padding: 40px;
  z-index: 2;
}
.puff-left .puff-container .image-text {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /* IE6-9 */
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
  padding: 20px;
  left: 0;
  text-align: right;
  vertical-align: middle;
}
.puff-left .puff-container .image-text:before {
  display: inline-block;
  content: "";
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.puff-left .puff-container .image-text p {
  display: inline-block;
  max-width: 40%;
  text-align: right;
  vertical-align: middle;
  font-size: 0.6em;
  margin: 0;
}
.puff-block-wrapper {
  width: 100%;
  margin: auto;
  max-width: 1160px;
}
.image-text {
  color: white;
}
.puff-container .alert.alert-warning {
  width: 100%;
  font-size: 1em;
  padding: 11px 45px 6px 45px;
  margin: 0;
}
#puff_engagemang_wrapper {
  background: #f2f2f2;
}
#puff_engagemang_wrapper .arrow-2-icon-medium {
  width: 0.66666667em;
  height: 0.66666667em;
  padding-left: 3px;
}
#puff_engagemang_wrapper > div {
  padding-top: 45px;
}
#puff_engagemang_wrapper .wrapper {
  padding: 25px;
}
#puff_engagemang_wrapper .puff_engagemang {
  background: white;
  color: black;
}
#puff_engagemang_wrapper .puff_engagemang .front {
  background: #703296;
}
#puff_engagemang_wrapper .puff_engagemang .content {
  width: 100%;
  display: inline-block;
  height: 100%;
  background: white;
}
#puff_engagemang_wrapper .puff_engagemang .content > img {
  width: 100%;
}
#puff_engagemang_wrapper .puff_engagemang .content .title {
  color: #191919;
  opacity: 0.8;
}
#puff_engagemang_wrapper .puff_engagemang .content a {
  text-decoration: none;
}
#puff_engagemang_wrapper .puff_engagemang .content a:hover,
#puff_engagemang_wrapper .puff_engagemang .content a:active,
#puff_engagemang_wrapper .puff_engagemang .content a:visited {
  text-decoration: none;
}
#puff_engagemang_wrapper .puff_engagemang .content a:hover,
#puff_engagemang_wrapper .puff_engagemang .content a:active,
#puff_engagemang_wrapper .puff_engagemang .content a:visited {
  text-decoration: none;
}
#puff_engagemang_wrapper .puff_engagemang .content a img {
  height: 20px;
}
#puff_engagemang_wrapper .puff_engagemang .content-with-padding {
  padding: 35px;
  word-break: break-word;
  position: relative;
  height: 100%;
}
#puff_engagemang_wrapper .puff_engagemang .content .absolute-bottom {
  bottom: 40px;
}
#puff_engagemang_wrapper .puff_engagemang.puff_engagemang_primary .title {
  color: white;
  opacity: 0.6;
}
#puff_engagemang_wrapper .puff_engagemang.puff_engagemang_primary {
  background: #703296;
}
#puff_engagemang_wrapper .puff_engagemang.puff_engagemang_primary .content {
  background: #703296;
  color: white;
}
#puff_engagemang_wrapper .puff_engagemang.puff_engagemang_primary .content span.title {
  color: #f2f2f2;
}
@media screen and (max-width: 992px) {
  #puff_engagemang_wrapper .wrapper {
    width: 100%;
    margin: auto;
    float: left;
  }
}
@media screen and (max-width: 479px) {
  .puff-container {
    text-align: center !important;
    padding: 0 !important;
  }
  .puff-container:before {
    display: none !important;
  }
  .puff-container .puff-bg {
    width: 100% !important;
    margin-bottom: 0 !important;
  }
  .puff-container .image-text {
    display: none;
  }
  .puff-container .puff-image-box.visible-xs + .puff-bg {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  #puff_engagemang_wrapper .wrapper {
    width: 100%;
    float: left;
  }
  .puff-left .puff-container .puff-bg {
    margin-bottom: 40px;
  }
  .puff-left .puff-container .image-text p {
    max-width: 95%;
    vertical-align: bottom;
  }
  .puff-right .puff-container .puff-bg {
    margin-bottom: 40px;
  }
  .puff-right .puff-container .image-text p {
    max-width: 95%;
    vertical-align: bottom;
  }
}
.absolute-bottom {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  display: block;
  text-align: center;
}
.absolute-bottom img {
  position: static;
}
.arrow-2-icon-small {
  width: 15px;
  height: 15px;
}
.arrow-2-icon-medium {
  width: 25px;
  height: 25px;
}
.arrow-2-icon-big {
  width: 35px;
  height: 35px;
}
.full-image-puff-text {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /* IE6-9 */
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
  padding: 20px;
  left: 0;
  text-align: right;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .full-image-puff-text {
    height: auto;
    padding: 10px;
  }
}
.full-image-puff-text:before {
  display: inline-block;
  content: "";
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.full-image-puff-text p {
  display: inline-block;
  max-width: 40%;
  text-align: right;
  vertical-align: bottom;
  font-size: 0.6em;
  margin: 0;
}
@media screen and (max-width: 992px) {
  .full-image-puff-text p {
    max-width: 100%;
  }
}
.four-central-puffs .puff-central .absolute-bottom {
  bottom: 20px;
}
.four-central-puffs .puff-central .content {
  padding-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .four-central-puffs .puff-central .content {
    padding-bottom: 50px !important;
  }
}
@media screen and (max-width: 1200px) {
  .four-central-puffs .puff-central {
    display: block;
    margin: 25px auto;
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .four-central-puffs .puff-central {
    width: 100%;
  }
}
.four-central-puffs .puff-arrow-link {
  padding-top: 28px;
  padding-bottom: 28px;
}
button .button-arrow {
  position: relative;
  bottom: 1.5px;
}
.puff-product .puff-bg {
  max-width: 500px;
}
@media screen and (max-width: 768px) {
  .puff-product .puff-block-wrapper * {
    text-align: left;
  }
}
.organisation-puff-row {
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
}
.organisation-puff-row .organisation-puff-col {
  flex-direction: column;
  display: flex;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 20px;
  width: calc(25% - 20px);
}
.publications-puff-row {
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
}
.publications-puff-row .publication-puff-col {
  flex-direction: column;
  display: flex;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 20px;
  width: calc(25% - 20px);
}
.publications-puff-row .publication-puff-col .publication-download {
  margin-top: 15px;
  margin-bottom: 20px;
}
.publication-thumbnail {
  width: 100px;
}
.contact-form input {
  margin: 10px auto !important;
}
.slideshow-container {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  height: 500px;
}
.slideshow-container .support-bar-container {
  z-index: 10000;
  height: 60px;
}
.slideshow-container .support-bar-container,
.slideshow-container .support-bar-container a.btn-dark {
  background: #333333;
  border-left: 1px solid #727272;
}
.slideshow-container .support-bar-container button.btn-gray {
  background: #727272;
  border-left: 1px solid #727272;
}
.slideshow-container .slidecontainer {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.slideshow-container .slidecontainer .slidesjs-navigation.excerpts-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
}
.slideshow-container .slidecontainer .slidesjs-navigation.blop-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(100%);
}
.slideshow-container .slidecontainer.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1000;
  padding: 50px;
  background: #000000;
}
.slideshow-container .slidecontainer.lightbox .slidesjs-navigation.excerpts-wrapper,
.slideshow-container .slidecontainer.lightbox .slidesjs-navigation.blop-wrapper {
  bottom: 0;
  transform: none;
}
.slideshow-container .slidecontainer.lightbox .slidesjs-navigation.excerpts-wrapper {
  min-height: 50px;
}
.slideshow-container .slidecontainer.lightbox .slideshow {
  overflow: hidden;
}
.slideshow-container .slidecontainer.lightbox #closeLightbox {
  color: #CFCFCF;
  cursor: pointer;
  position: absolute;
  top: 75px;
  right: 50px;
}
.slideshow-container .slidecontainer.lightbox .excerpts-wrapper span.active {
  color: white;
}
.slideshow-container .slidesjs-navigation.slidesjs-next {
  right: 0;
  z-index: 20;
  position: absolute;
  background: #00BF99;
  color: white;
  top: calc(50% - 50px);
  padding: 10px;
}
.slideshow-container .slidesjs-navigation.slidesjs-next.in-lightbox {
  right: 50px;
}
.slideshow-container .slidesjs-navigation.slidesjs-previous {
  left: 0;
  z-index: 20;
  position: absolute;
  background: #00BF99;
  color: white;
  top: calc(50% - 50px);
  padding: 10px;
}
.slideshow-container .slidesjs-navigation.slidesjs-previous.in-lightbox {
  left: 50px;
}
.slideshow-container .slidesjs-navigation.in-lightbox {
  background: black;
  border: 3px solid #CFCFCF;
  color: #CFCFCF;
}
.slideshow-container .slideshow {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  height: calc(100% - 50px);
  position: relative;
}
.slideshow-container .slideshow .slide {
  max-width: 100%;
  max-height: 80%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  visibility: hidden;
  cursor: pointer;
}
.slideshow-container .slideshow .slide.prev {
  z-index: 9;
  left: -150%;
}
.slideshow-container .slideshow .slide.next {
  z-index: 9;
  left: 150%;
}
.slideshow-container .slideshow .slide.active {
  transition: left 0.5s ease;
  z-index: 10;
  left: 50%;
  visibility: visible;
}
.slideshow-container .slideshow .slide.intransition {
  transition: left 0.5s ease;
  z-index: 10;
  visibility: visible;
}
.slideshow-container .slideshow .slide.notransition {
  transition: none;
}
.slideshow-container .slidesjs-navigation.excerpts-wrapper {
  width: 60%;
  display: inline-block;
}
.slideshow-container .slidesjs-navigation.excerpts-wrapper span {
  display: none;
  line-height: 1.4;
  position: absolute;
  top: 5px;
}
.slideshow-container .slidesjs-navigation.excerpts-wrapper span.active {
  color: black;
  display: inline-block;
}
.slideshow-container .slidesjs-navigation.blop-wrapper {
  width: 40%;
  display: inline-block;
  text-align: right;
}
.slideshow-container .slidesjs-navigation.blop-wrapper .blop {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #ccc;
  display: inline-block;
  margin-left: 5px;
  cursor: pointer;
}
.slideshow-container .slidesjs-navigation.blop-wrapper .blop.active {
  background: #404040;
}
@media screen and (max-width: 479px) {
  .slideshow {
    overflow: initial !important;
  }
  .slideshow-container {
    height: 300px;
  }
}
.video-placeholder {
  position: relative;
  cursor: pointer;
}
.video-placeholder img {
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .video-placeholder {
    width: 100%;
    height: auto;
  }
}
.video-placeholder:after {
  content: "\E029";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 80px;
  font-family: 'Glyphicons Halflings';
  color: white;
  text-shadow: 0 0 7px black;
}
.main__wysiwyg {
  padding: 40px 0;
  margin-bottom: 20px;
  text-align: left !important;
}
.main__wysiwyg img {
  max-width: 100%;
  height: auto;
}
.main__preamble {
  margin: 40px 0;
  font-weight: bold;
}
.main__image {
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.main__image::before {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 40%;
}
.main__image--content {
  margin-top: 40px;
}
.main__image--content::before {
  padding-bottom: 56%;
}
.main__caption {
  padding: 20px;
  color: white;
  font-size: 0.6em;
  text-align: left;
}
.employees-module h6 {
  margin-bottom: 5px;
}
.employees-module .text-small p,
.employees-module .text-small strong {
  font-size: 16px;
  font-weight: normal;
}
.employees-module .text-small a {
  font-size: 12px;
  color: #191919;
  padding-bottom: 3px;
  border-bottom: 2px solid black;
}
.employees-module .image-circle {
  border-radius: 50%;
}
#stories {
  width: 100%;
  text-align: center;
  margin: auto;
  display: block;
}
#stories-pagination {
  display: block;
  width: 100%;
}
.stories-content .width-wrapper {
  max-width: 660px;
  margin: auto;
}
.stories-content img {
  max-width: 100%;
  height: auto;
}
.stories-content .alignright {
  float: right;
}
.stories-content .aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.stories-content .alignleft {
  float: left;
}
.stories-content .wp-caption {
  max-width: 100%;
  height: auto;
  position: relative;
  padding: 25px;
}
.iframe-container iframe {
  border: none;
  height: 100%;
  width: 100%;
}
.news {
  width: 100%;
  margin: 0%;
  display: block;
}
.news-categories {
  text-align: center;
  margin: 15px;
}
.news-line {
  width: 100%;
  display: block;
  height: 20px;
  margin: 0%;
}
.news h1#title {
  max-width: 760px;
  margin: auto;
}
.news-content .width-wrapper {
  max-width: 660px;
  margin: auto;
}
.news-content img {
  max-width: 100%;
  height: auto;
}
.news-content .alignright {
  float: right;
}
.news-content .aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.news-content .alignleft {
  float: left;
}
.news-content .wp-caption {
  max-width: 100%;
  height: auto;
  position: relative;
  padding: 25px;
}
.wp-caption-text {
  /*  position: absolute;
    width: 200px;
    right: -220px;
    top: 80%*/
  font-size: 12px;
}
#link-grid {
  color: black;
  cursor: pointer;
}
#news-title-content {
  margin-bottom: 4%;
}
.sorting-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media screen and (max-width: 992px) {
  .sorting-buttons {
    align-items: stretch;
    flex-direction: column;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}
.sorting-button {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
}
@media screen and (max-width: 992px) {
  .sorting-button {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
#mini-puffs-container a {
  cursor: pointer;
  color: black;
  display: block;
  text-decoration: none;
}
#mini-puffs-container a:hover,
#mini-puffs-container a:active,
#mini-puffs-container a:visited {
  text-decoration: none;
}
#mini-puffs-container a:hover,
#mini-puffs-container a:active,
#mini-puffs-container a:visited {
  text-decoration: none;
}
#mini-puffs-container img {
  width: 100%;
}
#mini-puffs-container h6 {
  margin-top: 0;
  color: #404040;
}
#mini-puffs-container .mini-title {
  margin-bottom: 5px;
  color: #191919;
}
div[support-us] .backButton {
  position: absolute;
  bottom: 20px;
}
div[support-us] .view {
  height: 100%;
  padding-bottom: 5%;
}
div[support-us] .view .content {
  max-width: 760px;
  margin: auto;
  height: 100%;
}
div[support-us] .view .content .iframe-container {
  height: 100%;
}
.image-gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
}
.engagement-right .full-compensate,
.engagement-left .full-compensate {
  position: relative;
}
.engagement-right .engagement-wrapper,
.engagement-left .engagement-wrapper {
  position: absolute;
  z-index: 10;
  top: 20px;
  left: 0;
  width: 100%;
  height: calc(100% - 40px);
}
.engagement-right .engagement-wrapper .engagement-content,
.engagement-left .engagement-wrapper .engagement-content {
  height: 100%;
  max-width: 1280px;
  padding: 0 60px 0 60px;
  margin: 0 auto;
}
.engagement-right .engagement-wrapper .engagement-content .t,
.engagement-left .engagement-wrapper .engagement-content .t {
  width: auto;
  height: 100%;
}
.engagement-right .engagement-wrapper .engagement-content .t:before,
.engagement-left .engagement-wrapper .engagement-content .t:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}
.engagement-right .engagement-wrapper .engagement-content .t .r,
.engagement-left .engagement-wrapper .engagement-content .t .r {
  display: inline-block;
  vertical-align: middle;
  width: 480px;
  max-height: 100%;
  max-width: 50%;
}
.engagement-right .engagement-wrapper .engagement-content .t .r .list,
.engagement-left .engagement-wrapper .engagement-content .t .r .list {
  margin: 0;
  max-height: 100%;
}
.engagement-right .engagement-wrapper .engagement-content .t .r .list li,
.engagement-left .engagement-wrapper .engagement-content .t .r .list li {
  margin: 0;
  background: #FFF3E8;
}
.engagement-right .engagement-wrapper .engagement-content .t .r .list li:first-child,
.engagement-left .engagement-wrapper .engagement-content .t .r .list li:first-child {
  margin-bottom: 20px;
  text-align: left;
}
.engagement-right .engagement-wrapper .engagement-content .t .r .list li:first-child > p,
.engagement-left .engagement-wrapper .engagement-content .t .r .list li:first-child > p,
.engagement-right .engagement-wrapper .engagement-content .t .r .list li:first-child > span,
.engagement-left .engagement-wrapper .engagement-content .t .r .list li:first-child > span {
  font-size: 0.7em;
  display: inline;
  margin: 0;
}
.engagement-right .engagement-wrapper .engagement-content .t .r .list li:first-child strong,
.engagement-left .engagement-wrapper .engagement-content .t .r .list li:first-child strong {
  margin-left: 5px;
}
.engagement-right .engagement-wrapper .engagement-content .t .r .list li #lister,
.engagement-left .engagement-wrapper .engagement-content .t .r .list li #lister {
  max-height: 0;
}
.engagement-right .engagement-wrapper .engagement-content .t .r .list li:nth-child(2),
.engagement-left .engagement-wrapper .engagement-content .t .r .list li:nth-child(2) {
  text-align: left;
  position: relative;
  padding-bottom: 104px;
}
.engagement-right .engagement-wrapper .engagement-content .t .r .list li:nth-child(2) .text-content,
.engagement-left .engagement-wrapper .engagement-content .t .r .list li:nth-child(2) .text-content {
  height: 100%;
  width: 100%;
  padding: 50px;
  padding-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.engagement-right .engagement-wrapper .engagement-content .t .r .list li:nth-child(2) .text-content p,
.engagement-left .engagement-wrapper .engagement-content .t .r .list li:nth-child(2) .text-content p {
  display: inline-block;
}
.engagement-right .engagement-wrapper .engagement-content .t .r .list li:nth-child(2) .action-btn,
.engagement-left .engagement-wrapper .engagement-content .t .r .list li:nth-child(2) .action-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 50px;
  padding-top: 20px;
}
@media screen and (max-width: 992px) {
  .engagement-right .engagement-wrapper .engagement-content .t .r,
  .engagement-left .engagement-wrapper .engagement-content .t .r {
    width: 400px;
  }
  .engagement-right .engagement-wrapper .engagement-content .t .r .list li:nth-child(2) .text-content,
  .engagement-left .engagement-wrapper .engagement-content .t .r .list li:nth-child(2) .text-content {
    padding: 20px;
    padding-bottom: 0;
  }
  .engagement-right .engagement-wrapper .engagement-content .t .r .list li:nth-child(2) .action-btn,
  .engagement-left .engagement-wrapper .engagement-content .t .r .list li:nth-child(2) .action-btn {
    padding: 20px;
    padding-top: 0;
  }
}
.engagement-right .image-text,
.engagement-left .image-text {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /* IE6-9 */
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
  left: 0;
  padding: 20px;
  text-align: right;
  vertical-align: middle;
}
.engagement-right .image-text:before,
.engagement-left .image-text:before {
  display: inline-block;
  content: "";
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.engagement-right .image-text p,
.engagement-left .image-text p {
  display: inline-block;
  max-width: 40%;
  text-align: left;
  vertical-align: middle;
  font-size: 0.6em;
  margin: 0;
}
.engagement-right .image-text {
  text-align: left;
}
.engagement-right .engagement-content {
  text-align: right;
}
#mini-puffs-container {
  height: 160px;
}
#mini-puffs-container .mini-content {
  text-align: left;
  padding: 0;
}
#mini-puffs-container img {
  max-width: 100px;
  float: right;
}
#mini-puffs-container .mini-title {
  margin-bottom: 5px;
  color: #191919;
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  #mini-puffs-container {
    height: auto;
  }
  #mini-puffs-container .mini-puff {
    padding: 10px 20px;
  }
  #mini-puffs-container .mini-puff .mini-image {
    text-align: center;
  }
  #mini-puffs-container .mini-puff .mini-image img {
    float: none;
  }
  .engagement-small {
    padding-top: 0 !important;
  }
  .engagement-small .padding-default {
    padding: 0 !important;
  }
  .engagement-small .image-text {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /* IE6-9 */
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
    /* IE6-9 */
    padding-bottom: 0;
    height: 75px;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    left: 0;
    padding: 20px;
    text-align: left;
    vertical-align: middle;
  }
  .engagement-small .image-text p {
    display: inline-block;
    max-width: 100%;
    position: absolute;
    bottom: 5px;
    text-align: left;
    vertical-align: middle;
    font-size: 0.6em;
    margin: 0;
  }
  .engagement-small .engagement-wrapper {
    margin: auto;
    width: 100% !important;
    height: auto;
  }
  .engagement-small .engagement-wrapper .engagement-top {
    padding: 10px 20px;
    font-size: 0.76190476em;
  }
  .engagement-small .engagement-wrapper .engagement-top p {
    display: inline;
    padding-left: 10px;
  }
  .engagement-small .engagement-wrapper .engagement-content {
    padding: 20px;
    padding-top: 0;
    padding-bottom: 60px;
    overflow: auto;
  }
  .engagement-small .engagement-wrapper .engagement-content h1,
  .engagement-small .engagement-wrapper .engagement-content h2,
  .engagement-small .engagement-wrapper .engagement-content h3,
  .engagement-small .engagement-wrapper .engagement-content h4,
  .engagement-small .engagement-wrapper .engagement-content h5,
  .engagement-small .engagement-wrapper .engagement-content h6 {
    margin-top: 10px;
  }
  .engagement-small .engagement-wrapper .engagement-content .action-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
.webshop .products-grid {
  margin: 0 auto 20px auto;
  width: 100%;
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .webshop .products-grid {
    max-width: 360px;
    margin: 0 auto 20px auto;
  }
}
.webshop .products-grid .product-grid-product {
  border: 1px solid #ccc;
  border-top: none;
  border-left: none;
  float: left;
  display: inline-block;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .webshop .products-grid .product-grid-product {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    border-right: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .webshop .products-grid .product-grid-product {
    width: 50%;
    border-right: 1px solid #ccc;
  }
  .webshop .products-grid .product-grid-product:nth-child(2n+2) {
    border-right: 1px solid transparent;
  }
}
@media screen and (min-width: 992px) {
  .webshop .products-grid .product-grid-product {
    width: 33.33%;
    border-right: 1px solid #ccc;
  }
  .webshop .products-grid .product-grid-product:nth-child(3n+3) {
    border-right: 1px solid transparent;
  }
}
.webshop .products-grid .product-grid-dummy {
  display: none;
  float: left;
  position: relative;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid transparent;
}
.webshop .products-grid .product-grid-dummy .height-control {
  width: 100%;
}
.webshop .products-grid .product-grid-dummy .height-control div {
  padding-bottom: 150%;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .webshop .products-grid .product-grid-dummy.width-2-0 {
    display: inline-block;
    width: 33.33%;
  }
}
@media screen and (min-width: 992px) {
  .webshop .products-grid .product-grid-dummy.width-2-1 {
    display: inline-block;
    width: 33.33%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .webshop .products-grid .product-grid-dummy.width-2-1 {
    display: inline-block;
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .webshop .products-grid .product-grid-dummy.width-1-0 {
    display: inline-block;
    width: calc(200% / 3);
    border-right: 2px solid transparent;
  }
  .webshop .products-grid .product-grid-dummy.width-1-0 .height-control {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .webshop .products-grid .product-grid-dummy.width-1-1 {
    display: inline-block;
    width: calc(200% / 3);
    border-right: 2px solid transparent;
  }
  .webshop .products-grid .product-grid-dummy.width-1-1 .height-control {
    width: 50%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .webshop .products-grid .product-grid-dummy.width-1-1 {
    display: inline-block;
    width: 50%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .webshop .products-grid .product-grid-dummy.width-0-1 {
    display: inline-block;
    width: 50%;
  }
}
.webshop .category-list ul.list {
  margin-top: 30px;
  margin-bottom: 30px;
}
.webshop .category-list ul.list li {
  padding-bottom: 5px;
}
.webshop .category-list ul.list .btn-sm {
  padding-right: 10px;
  padding-left: 10px;
}
.product-aspect-outer {
  position: relative;
  width: 100%;
  padding-bottom: 150%;
}
.product-aspect-outer .product-ascpect-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.product-aspect-outer .product-ascpect-inner .product-content {
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 20px;
}
.product-aspect-outer .product-ascpect-inner .product-content .input-group {
  width: 100%;
  height: 20%;
  padding-top: 20px;
}
.product-aspect-outer .product-ascpect-inner .product-content .input-group .form-control {
  width: 30%;
  text-align: center;
}
.product-aspect-outer .product-ascpect-inner .product-content .input-group .btn {
  width: calc(70% - 4px);
  float: right;
  height: 54px;
}
.product-aspect-outer .product-ascpect-inner .product-content .container-image {
  width: 100%;
  height: 40%;
}
.product-aspect-outer .product-ascpect-inner .product-content .container-image img {
  height: 100%;
  max-width: 100%;
}
.product-aspect-outer .product-ascpect-inner .product-content .container-text {
  width: 100%;
  height: 40%;
  padding-top: 20px;
}
.product-aspect-outer .product-ascpect-inner .product-content .container-text a {
  color: black;
}
.product-aspect-outer .product-ascpect-inner .product-content .container-text h4,
.product-aspect-outer .product-ascpect-inner .product-content .container-text h5 {
  width: 100%;
  margin: 0;
}
.product-aspect-outer .product-ascpect-inner .product-content .container-text h4.purple,
.product-aspect-outer .product-ascpect-inner .product-content .container-text h5.purple {
  color: #703296;
  margin-top: 5px;
}
.product-aspect-outer .product-ascpect-inner .product-content .container-text p {
  margin-top: 20px;
}
.product-aspect-outer .product-ascpect-inner .product-content .container-button {
  width: 100%;
  height: 20%;
  padding-top: 20px;
}
.product-aspect-outer .product-ascpect-inner .product-content .container-button .btn {
  width: 100%;
}
.product-aspect-outer .product-ascpect-inner .product-content .container-button .alert.alert-warning {
  width: 100%;
  font-size: 1em;
  padding: 11px 45px 6px 45px;
  margin: 0;
}
.webshop-checkout .btn:not(.btn-primary) {
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
  min-width: 149px;
}
.webshop-checkout h2 {
  margin: 4% auto;
}
.webshop-checkout .black-top-border {
  border-top: 3px solid #191919;
}
.webshop-checkout .input-group {
  width: auto;
  max-width: 100%;
}
.webshop-checkout .input-group .form-control {
  max-width: 250px;
  display: inline-block;
}
.webshop-checkout .input-group > span {
  width: auto;
  height: 55px;
  vertical-align: middle;
  margin-bottom: 0;
}
.webshop-checkout .input-group .input-group-btn .btn {
  height: 55px;
}
.webshop-checkout .table {
  border-top: 2px solid #ccc;
}
.webshop-checkout .table tr:nth-child(even) {
  border-bottom: 2px solid #ccc;
}
.webshop-checkout .table tr td {
  border: none;
  vertical-align: middle;
}
.webshop-checkout .table .form-control {
  display: inline-block;
  width: 59px;
  line-height: 1;
  padding: 11px 0 6px 0;
  line-height: 1.5;
  height: auto;
  vertical-align: middle;
  text-align: center;
}
.webshop-checkout .table tbody .btn.btn-xs {
  width: 59px;
  padding: 11px 0 6px 0;
  text-align: center;
  min-width: 0;
}
.webshop-checkout .table tbody .btn.btn-xs span {
  margin: 0;
}
.webshop-checkout .table tfoot {
  border-top: 3px solid black;
  border-bottom: 2px solid #ccc;
}
.webshop-checkout .table tfoot td {
  text-align: right;
}
.webshop-checkout .table.table-small .form-control {
  width: 40%;
}
.webshop-checkout .table.table-small .form-control {
  display: inline-block;
  width: 59px;
  line-height: 1;
  height: 45px;
  vertical-align: middle;
  text-align: center;
}
.webshop-checkout .table.table-small tbody td:last-child {
  text-align: right;
}
.webshop-checkout .table.table-small tfoot tr {
  border: none;
}
.webshop-checkout .table.table-small table {
  width: 100%;
}
.webshop-checkout .info-box-gray {
  background: #f2f2f2;
  padding: 20px;
  font-size: 16px;
  margin-bottom: 40px;
}
.tack .page-bg,
.confirm .page-bg {
  background-size: cover;
  background-position: center;
}
.tack .overlay-cover-transparent,
.confirm .overlay-cover-transparent {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: transparent;
  z-index: 1000;
  cursor: progress;
}
.tack .confirmation-information,
.confirm .confirmation-information {
  text-align: center;
}
.tack .confirmation-information p span.glyphicon,
.confirm .confirmation-information p span.glyphicon {
  font-size: 4em;
}
.tack .confirmation-overlay,
.confirm .confirmation-overlay {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .tack .confirmation-overlay,
  .confirm .confirmation-overlay {
    padding: 20px;
    padding-bottom: 40px;
  }
}
.tack .confirmation-overlay:before,
.confirm .confirmation-overlay:before {
  display: inline-block;
  content: "";
  height: 100%;
  vertical-align: middle;
  width: 0;
  margin-left: -1em;
}
.tack .confirmation-overlay .input-group .input-group-btn button.btn,
.confirm .confirmation-overlay .input-group .input-group-btn button.btn {
  border-width: 1px;
}
.tack .confirmation-overlay .confirmation-block,
.confirm .confirmation-overlay .confirmation-block {
  background: white;
  text-align: center;
  padding: 50px 70px;
  max-width: calc(100% - 1px);
  max-height: 100%;
  width: 800px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .tack .confirmation-overlay .confirmation-block,
  .confirm .confirmation-overlay .confirmation-block {
    padding: 10px 30px;
  }
  .tack .confirmation-overlay .confirmation-block .input-group .btn,
  .confirm .confirmation-overlay .confirmation-block .input-group .btn {
    height: 55px;
    width: 50px;
    padding-left: 10px;
  }
}
.tack .confirmation-overlay .confirmation-block .orderRef-block,
.confirm .confirmation-overlay .confirmation-block .orderRef-block {
  background: #f2f2f2;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 20px;
  width: auto;
}
.tack .confirmation-overlay .confirmation-block .orderRef-block:last-of-type,
.confirm .confirmation-overlay .confirmation-block .orderRef-block:last-of-type {
  padding-bottom: 20px;
}
.tack .confirmation-overlay .confirmation-block .orderRef-block table.table,
.confirm .confirmation-overlay .confirmation-block .orderRef-block table.table {
  text-align: left;
}
.tack .confirmation-overlay .confirmation-block .orderRef-block table.table td,
.confirm .confirmation-overlay .confirmation-block .orderRef-block table.table td,
.tack .confirmation-overlay .confirmation-block .orderRef-block table.table th,
.confirm .confirmation-overlay .confirmation-block .orderRef-block table.table th {
  vertical-align: baseline;
}
.tack .confirmation-overlay .confirmation-block .orderRef-block table.table .large,
.confirm .confirmation-overlay .confirmation-block .orderRef-block table.table .large {
  font-size: 2em;
}
.tack .confirmation-overlay .confirmation-block .orderRef-block label,
.confirm .confirmation-overlay .confirmation-block .orderRef-block label {
  font-size: 0.9em;
  display: block;
  margin: 0;
}
.tack .confirmation-overlay .confirmation-block .orderRef-block p:not(.font-family-light),
.confirm .confirmation-overlay .confirmation-block .orderRef-block p:not(.font-family-light) {
  font-family: "AvenirLTPro-Black", Arial, sans-serif;
  font-weight: normal;
}
.tack .confirmation-overlay .confirmation-block .orderRef-block p:last-child,
.confirm .confirmation-overlay .confirmation-block .orderRef-block p:last-child {
  margin-bottom: 0;
}
.story-image {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #featured-stories * {
    text-align: center !important;
  }
  #stories-grid * {
    text-align: center !important;
  }
}
.support-methods .support-method {
  padding: 2.5%;
}
.support-methods .support-method p {
  margin: 5% auto;
  font-weight: 900;
  font-size: 1.24em;
}
.support-methods .support-method img {
  width: 100%;
  max-height: 200px;
}
.support-methods .support-method a {
  text-decoration: none;
}
.support-methods .support-method a:hover,
.support-methods .support-method a:active,
.support-methods .support-method a:visited {
  text-decoration: none;
}
.support-methods .support-method a:hover,
.support-methods .support-method a:active,
.support-methods .support-method a:visited {
  text-decoration: none;
}
.support-methods .support-method img.arrow {
  height: 20px;
}
.other-input {
  border-color: #00BF99;
}
.select-indicator {
  background: #00BF99;
  width: 100%;
  height: 3px;
  margin-top: 10px;
}
.memorial-and-honorary-container .blurred {
  position: relative;
}
.memorial-and-honorary-container .blurred::before {
  content: "";
  cursor: not-allowed;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.memorial-and-honorary-container .preview_container {
  text-align: center;
}
.memorial-and-honorary-container .preview_container .preview_greeting_container {
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  position: relative;
  display: inline-block;
  padding: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  font-size: 18px;
}
.memorial-and-honorary-container .preview_container .preview_greeting_container .preview_bg_img {
  background: #fff3e8;
  max-width: 100%;
}
.memorial-and-honorary-container .preview_container .preview_greeting_container .preview_content {
  padding: 40px;
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  text-align: center;
}
.memorial-and-honorary-container .preview_container .preview_greeting_container .preview_content .preview_image_container {
  width: 100%;
}
.memorial-and-honorary-container .preview_container .preview_greeting_container .preview_content .preview_image_container .preview_picture {
  width: 100%;
  border: 10px solid white;
}
.memorial-and-honorary-container .preview_container .preview_greeting_container .preview_content .preview_image_container .preview_picture_text {
  text-align: right;
  font-size: 0.5em;
}
.memorial-and-honorary-container .preview_container .preview_greeting_container .preview_content .preview_title {
  font-size: 0.9em;
  font-weight: lighter;
  font-family: "AvenirLTPro-Light";
}
.memorial-and-honorary-container .preview_container .preview_greeting_container .preview_content .preview_honoree {
  font-size: 1em;
  font-weight: bold;
  font-family: "AvenirLTPro-Medium";
}
.memorial-and-honorary-container .preview_container .preview_greeting_container .preview_content .preview_recipient_text {
  font-size: 0.8em;
  font-weight: lighter;
  font-family: "AvenirLTPro-Light";
}
.memorial-and-honorary-container .preview_container .preview_greeting_container .preview_content .preview_greeting {
  word-wrap: break-word;
}
@media screen and (max-width: 1100px) {
  .memorial-and-honorary-container .preview_container .preview_greeting_container {
    font-size: 16px;
    padding: 10px;
  }
  .memorial-and-honorary-container .preview_container .preview_greeting_container .preview_content .preview_image_container .preview_picture {
    border: 10px solid white;
  }
}
@media screen and (max-width: 1000px) {
  .memorial-and-honorary-container .preview_container .preview_greeting_container {
    font-size: 15px;
    padding: 8px;
  }
  .memorial-and-honorary-container .preview_container .preview_greeting_container .preview_content .preview_image_container .preview_picture {
    border: 8px solid white;
  }
}
@media screen and (max-width: 900px) {
  .memorial-and-honorary-container .preview_container .preview_greeting_container {
    font-size: 13px;
    padding: 6px;
  }
  .memorial-and-honorary-container .preview_container .preview_greeting_container .preview_content .preview_image_container .preview_picture {
    border: 6px solid white;
  }
}
@media screen and (max-width: 992px) {
  .memorial-and-honorary-container .preview_container .preview_greeting_container {
    /* 992 */
    font-size: 13px;
    padding: 6px;
  }
  .memorial-and-honorary-container .preview_container .preview_greeting_container .preview_content .preview_image_container .preview_picture {
    border: 6px solid white;
  }
}
@media screen and (max-width: 767px) {
  .memorial-and-honorary-container .preview_container .preview_greeting_container {
    /* 767 */
    font-size: 23px;
    padding: 10px;
  }
  .memorial-and-honorary-container .preview_container .preview_greeting_container .preview_content .preview_image_container .preview_picture {
    border: 10px solid white;
  }
}
@media screen and (max-width: 680px) {
  .memorial-and-honorary-container .preview_container .preview_greeting_container {
    /* 767 */
    font-size: 20px;
    padding: 9px;
  }
  .memorial-and-honorary-container .preview_container .preview_greeting_container .preview_content .preview_image_container .preview_picture {
    border: 9px solid white;
  }
}
@media screen and (max-width: 600px) {
  .memorial-and-honorary-container .preview_container .preview_greeting_container {
    font-size: 18px;
    padding: 9px;
  }
  .memorial-and-honorary-container .preview_container .preview_greeting_container .preview_content .preview_image_container .preview_picture {
    border: 9px solid white;
  }
}
@media screen and (max-width: 500px) {
  .memorial-and-honorary-container .preview_container .preview_greeting_container {
    font-size: 16px;
    padding: 10px;
  }
  .memorial-and-honorary-container .preview_container .preview_greeting_container .preview_content .preview_image_container .preview_picture {
    border: 10px solid white;
  }
}
@media screen and (max-width: 479px) {
  .memorial-and-honorary-container .preview_container .preview_greeting_container {
    font-size: 12px;
    padding: 5px;
  }
  .memorial-and-honorary-container .preview_container .preview_greeting_container .preview_content .preview_image_container .preview_picture {
    border: 5px solid white;
  }
}
.memorial-and-honorary-container .nav.nav-tabs {
  font-size: 0.9em;
}
.memorial-and-honorary-container .nav.nav-tabs li a.invalid {
  color: #FF9406;
}
.memorial-and-honorary-container .nav.nav-tabs li.active {
  font-weight: bolder;
}
.memorial-and-honorary-container .dropdown .btn.invalid {
  border-color: #FF9406;
}
.memorial-and-honorary-container .dropdown .dropdown-menu li a.invalid {
  color: #FF9406;
}
.memorial-and-honorary-container label.disabled {
  cursor: not-allowed;
  color: #999;
}
.memorial-and-honorary-container .btn.btn-link {
  padding: 0;
}
.memorial-and-honorary-container.isSubmitted form.ng-dirty .form-control.ng-invalid {
  border-color: #FF9406;
}
.memorial-and-honorary-container.isSubmitted input[type='checkbox'].ng-invalid + div {
  border: 2px solid #FF9406;
}
.memorial-and-honorary-container.isSubmitted input[type='checkbox'].ng-invalid + div .glyphicon {
  color: #FF9406;
}
.personal-fundraiser-container [uib-datepicker-popup-wrap] + .input-group-btn .btn {
  height: 55px;
  padding-left: 15px;
  padding-right: 15px;
}
.personal-fundraiser-container .fundraiser-creator {
  color: #999;
  text-transform: uppercase;
}
.personal-fundraiser-container .fundraiser-creator > span {
  font-weight: bolder;
}
.personal-fundraiser-container .cropArea {
  background: #E4E4E4;
  overflow: hidden;
  height: 350px;
}
.personal-fundraiser-container .cropArea.result {
  text-align: center;
}
.personal-fundraiser-container .cropArea.result img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.personal-fundraiser-container .fundraiser-statistics h3 {
  margin-top: 0;
}
@media screen and (max-width: 992px) {
  .personal-fundraiser-container .fundraiser-statistics {
    padding-top: 30px;
  }
}
@media screen and (max-width: 479px) {
  .personal-fundraiser-container .fundraiser-statistics {
    font-size: 11px;
  }
  .personal-fundraiser-container .fundraiser-statistics .col-xs-4 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .personal-fundraiser-container .fundraiser-statistics .col-xs-4:first-child {
    padding-left: 20px;
  }
  .personal-fundraiser-container .fundraiser-statistics .col-xs-4:last-child {
    padding-right: 20px;
  }
}
.personal-fundraiser-container .search-bar-container {
  color: #999;
  margin-top: 40px;
}
.personal-fundraiser-container .search-bar-container:hover {
  color: black;
}
.personal-fundraiser-container .search-bar-container .form-control {
  border: none;
  box-shadow: none;
}
.personal-fundraiser-container .search-bar-container .form-control:hover {
  border: none;
}
.personal-fundraiser-container .search-bar-container .form-control:active {
  border: none;
}
.personal-fundraiser-container .search-bar-container .input-group-btn .btn {
  color: inherit;
  padding-right: 10px;
  padding-left: 20px;
  border: none;
}
.personal-fundraiser-container .search-bar-container .input-group-btn .btn:focus {
  outline: none;
}
.personal-fundraiser-container .fundraiser-grid {
  margin: 0 auto 20px auto;
  width: 100%;
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .personal-fundraiser-container .fundraiser-grid {
    max-width: 360px;
    margin: 0 auto 20px auto;
  }
}
.personal-fundraiser-container .fundraiser-grid .fundraiser-grid-fundraiser {
  border: 1px solid #ccc;
  border-top: none;
  border-left: none;
  float: left;
  display: inline-block;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .personal-fundraiser-container .fundraiser-grid .fundraiser-grid-fundraiser {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    border-right: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .personal-fundraiser-container .fundraiser-grid .fundraiser-grid-fundraiser {
    width: 50%;
    border-right: 1px solid #ccc;
  }
  .personal-fundraiser-container .fundraiser-grid .fundraiser-grid-fundraiser:nth-child(2n+2) {
    border-right: 1px solid transparent;
  }
}
@media screen and (min-width: 992px) {
  .personal-fundraiser-container .fundraiser-grid .fundraiser-grid-fundraiser {
    width: 33.33%;
    border-right: 1px solid #ccc;
  }
  .personal-fundraiser-container .fundraiser-grid .fundraiser-grid-fundraiser:nth-child(3n+3) {
    border-right: 1px solid transparent;
  }
}
.personal-fundraiser-container .fundraiser-grid .fundraiser-grid-dummy {
  display: none;
  float: left;
  position: relative;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid transparent;
  /*
            &.thirds{
                &.halves{
                    .third();
                }
                .half();
            }
            &.halves:not(.thirds){
                .twothirds();
            }
            &:not(.thirds):not(.halves){
                .twothirds();
                .half();
            }*/
}
.personal-fundraiser-container .fundraiser-grid .fundraiser-grid-dummy .height-control {
  width: 100%;
}
.personal-fundraiser-container .fundraiser-grid .fundraiser-grid-dummy .height-control div {
  padding-bottom: 150%;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .personal-fundraiser-container .fundraiser-grid .fundraiser-grid-dummy.width-2-0 {
    display: inline-block;
    width: 33.33%;
  }
}
@media screen and (min-width: 992px) {
  .personal-fundraiser-container .fundraiser-grid .fundraiser-grid-dummy.width-2-1 {
    display: inline-block;
    width: 33.33%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .personal-fundraiser-container .fundraiser-grid .fundraiser-grid-dummy.width-2-1 {
    display: inline-block;
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .personal-fundraiser-container .fundraiser-grid .fundraiser-grid-dummy.width-1-0 {
    display: inline-block;
    width: calc(200% / 3);
    border-right: 2px solid transparent;
  }
  .personal-fundraiser-container .fundraiser-grid .fundraiser-grid-dummy.width-1-0 .height-control {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .personal-fundraiser-container .fundraiser-grid .fundraiser-grid-dummy.width-1-1 {
    display: inline-block;
    width: calc(200% / 3);
    border-right: 2px solid transparent;
  }
  .personal-fundraiser-container .fundraiser-grid .fundraiser-grid-dummy.width-1-1 .height-control {
    width: 50%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .personal-fundraiser-container .fundraiser-grid .fundraiser-grid-dummy.width-1-1 {
    display: inline-block;
    width: 50%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .personal-fundraiser-container .fundraiser-grid .fundraiser-grid-dummy.width-0-1 {
    display: inline-block;
    width: 50%;
  }
}
.fundraiser-aspect-outer {
  position: relative;
  width: 100%;
  padding-bottom: 150%;
}
.fundraiser-aspect-outer .fundraiser-ascpect-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.fundraiser-aspect-outer .fundraiser-ascpect-inner .fundraiser-content {
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 20px;
}
.fundraiser-aspect-outer .fundraiser-ascpect-inner .fundraiser-content .input-group {
  width: 100%;
  height: 20%;
  padding-top: 20px;
}
.fundraiser-aspect-outer .fundraiser-ascpect-inner .fundraiser-content .input-group .form-control {
  width: 30%;
  text-align: center;
}
.fundraiser-aspect-outer .fundraiser-ascpect-inner .fundraiser-content .input-group .btn {
  width: calc(70% - 4px);
  float: right;
}
.fundraiser-aspect-outer .fundraiser-ascpect-inner .fundraiser-content .container-image {
  width: 100%;
  height: 40%;
}
.fundraiser-aspect-outer .fundraiser-ascpect-inner .fundraiser-content .container-image img {
  height: 100%;
  max-width: 100%;
}
.fundraiser-aspect-outer .fundraiser-ascpect-inner .fundraiser-content .container-text {
  width: 100%;
  height: 30%;
  padding-top: 20px;
}
.fundraiser-aspect-outer .fundraiser-ascpect-inner .fundraiser-content .container-text a {
  color: black;
}
.fundraiser-aspect-outer .fundraiser-ascpect-inner .fundraiser-content .container-text h4,
.fundraiser-aspect-outer .fundraiser-ascpect-inner .fundraiser-content .container-text h5 {
  width: 100%;
  margin: 0;
}
.fundraiser-aspect-outer .fundraiser-ascpect-inner .fundraiser-content .container-text h4.purple,
.fundraiser-aspect-outer .fundraiser-ascpect-inner .fundraiser-content .container-text h5.purple {
  color: #703296;
  margin-top: 5px;
}
.fundraiser-aspect-outer .fundraiser-ascpect-inner .fundraiser-content .container-text p {
  margin-top: 20px;
}
.fundraiser-aspect-outer .fundraiser-ascpect-inner .fundraiser-content .container-data {
  width: 100%;
  height: 30%;
  padding-top: 20px;
}
.fundraiser-aspect-outer .fundraiser-ascpect-inner .fundraiser-content .container-data .progressbar {
  height: 40px;
  width: 100%;
  background: #ccc;
  overflow: hidden;
}
.fundraiser-aspect-outer .fundraiser-ascpect-inner .fundraiser-content .container-data .progressbar .bar {
  height: 100%;
  background: #00BF99;
}
.fundraiser-aspect-outer .fundraiser-ascpect-inner .fundraiser-content .container-data h5 {
  margin-bottom: 0;
}
.fundraiser-aspect-outer .fundraiser-ascpect-inner .fundraiser-content .container-data label {
  font-size: 0.8em;
  color: #999;
}

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