/*
We declare all variables here as default so that they are easy to override...
*/
/* Border, shadows, ... */
/* Colors */
/* Spacing */
/* Breakpoints */
.klaro .cookie-modal,
.klaro .cookie-notice {
  /* The switch - the box around the slider */
  font-size: 14px;
}
.klaro .cookie-modal .cm-switch-container,
.klaro .cookie-notice .cm-switch-container {
  display: block;
  position: relative;
  padding: 10px;
  padding-left: 66px;
  line-height: 20px;
  vertical-align: middle;
  min-height: 40px;
  border-bottom: 1px solid #ccc;
}
.klaro .cookie-modal .cm-switch-container:last-child,
.klaro .cookie-notice .cm-switch-container:last-child {
  border-bottom: 0;
}
.klaro .cookie-modal .cm-switch-container:first-child,
.klaro .cookie-notice .cm-switch-container:first-child {
  margin-top: 0;
}
.klaro .cookie-modal .cm-switch-container p,
.klaro .cookie-notice .cm-switch-container p {
  margin-top: 0;
}
.klaro .cookie-modal .cm-switch,
.klaro .cookie-notice .cm-switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 30px;
}
.klaro .cookie-modal .cm-list-input:checked + .cm-list-label .slider,
.klaro .cookie-notice .cm-list-input:checked + .cm-list-label .slider {
  background-color: #bbc5dc;
  background-color: var(--blue1, #bbc5dc);
}
.klaro .cookie-modal .cm-list-input.half-checked:checked + .cm-list-label .slider,
.klaro .cookie-notice .cm-list-input.half-checked:checked + .cm-list-label .slider {
  background-color: #bbc5dc;
  background-color: var(--blue1, #bbc5dc);
  opacity: 0.6;
}
.klaro .cookie-modal .cm-list-input.half-checked:checked + .cm-list-label .slider::before,
.klaro .cookie-notice .cm-list-input.half-checked:checked + .cm-list-label .slider::before {
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}
.klaro .cookie-modal .cm-list-input.only-required + .cm-list-label .slider,
.klaro .cookie-notice .cm-list-input.only-required + .cm-list-label .slider {
  background-color: #c7cede;
  background-color: var(--blue2, #c7cede);
  opacity: 0.8;
}
.klaro .cookie-modal .cm-list-input.only-required + .cm-list-label .slider::before,
.klaro .cookie-notice .cm-list-input.only-required + .cm-list-label .slider::before {
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}
.klaro .cookie-modal .cm-list-input.required:checked + .cm-list-label .slider,
.klaro .cookie-notice .cm-list-input.required:checked + .cm-list-label .slider {
  background-color: #c7cede;
  background-color: var(--blue2, #c7cede);
  opacity: 0.8;
  cursor: not-allowed;
}
.klaro .cookie-modal .slider,
.klaro .cookie-notice .slider {
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
}
.klaro .cookie-modal .cm-list-input,
.klaro .cookie-notice .cm-list-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 50px;
  height: 30px;
}
.klaro .cookie-modal .cm-list-title,
.klaro .cookie-notice .cm-list-title {
  font-size: 14px;
  font-weight: 600;
}
.klaro .cookie-modal .cm-list-description,
.klaro .cookie-notice .cm-list-description {
  font-size: 14px;
  padding-top: 4px;
  color: #666;
}
.klaro .cookie-modal .cm-list-label,
.klaro .cookie-notice .cm-list-label {
  /* The slider */
  /* Rounded sliders */
}
.klaro .cookie-modal .cm-list-label .cm-switch,
.klaro .cookie-notice .cm-list-label .cm-switch {
  position: absolute;
  left: 0;
}
.klaro .cookie-modal .cm-list-label .slider,
.klaro .cookie-notice .cm-list-label .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  width: 50px;
  display: inline-block;
}
.klaro .cookie-modal .cm-list-label .slider::before,
.klaro .cookie-notice .cm-list-label .slider::before {
  position: absolute;
  content: '';
  height: 20px;
  width: 20px;
  left: 5px;
  bottom: 5px;
  background-color: #fff;
  transition: 0.4s;
}
.klaro .cookie-modal .cm-list-label .slider.round,
.klaro .cookie-notice .cm-list-label .slider.round {
  border-radius: 30px;
}
.klaro .cookie-modal .cm-list-label .slider.round::before,
.klaro .cookie-notice .cm-list-label .slider.round::before {
  border-radius: 50%;
}
.klaro .cookie-modal .cm-list-label input:focus + .slider,
.klaro .cookie-notice .cm-list-label input:focus + .slider {
  box-shadow-color: #48dfb2;
  box-shadow-color: var(--green3, #48dfb2);
  box-shadow: 0 0 1px #48dfb2;
}
.klaro .cookie-modal .cm-list-label input:checked + .slider::before,
.klaro .cookie-notice .cm-list-label input:checked + .slider::before {
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
.klaro .cookie-modal .cm-list-input:focus + .cm-list-label .slider,
.klaro .cookie-notice .cm-list-input:focus + .cm-list-label .slider {
  box-shadow: 0 4px 6px 0 rgba(125, 125, 125, 0.2), 5px 5px 10px 0 rgba(125, 125, 125, 0.19);
}
.klaro .cookie-modal .cm-list-input:checked + .cm-list-label .slider::before,
.klaro .cookie-notice .cm-list-input:checked + .cm-list-label .slider::before {
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
.klaro .cookie-modal .slider,
.klaro .cookie-notice .slider {
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
}
.klaro .cookie-modal a,
.klaro .cookie-notice a {
  color: #e2001a;
  color: var(--reed1, #e2001a);
  text-decoration: none;
}
.klaro .cookie-modal p,
.klaro .cookie-modal strong,
.klaro .cookie-modal h1,
.klaro .cookie-modal h2,
.klaro .cookie-modal ul,
.klaro .cookie-modal li,
.klaro .cookie-notice p,
.klaro .cookie-notice strong,
.klaro .cookie-notice h1,
.klaro .cookie-notice h2,
.klaro .cookie-notice ul,
.klaro .cookie-notice li {
  color: #363c3f;
  color: var(--font-dark, #363c3f);
}
.klaro .cookie-modal p,
.klaro .cookie-modal h1,
.klaro .cookie-modal h2,
.klaro .cookie-modal ul,
.klaro .cookie-modal li,
.klaro .cookie-notice p,
.klaro .cookie-notice h1,
.klaro .cookie-notice h2,
.klaro .cookie-notice ul,
.klaro .cookie-notice li {
  display: block;
  text-align: left;
  margin: 0;
  padding: 0;
  margin-top: 0.7em;
}
.klaro .cookie-modal .cm-link,
.klaro .cookie-notice .cm-link {
  margin-right: 0.5em;
  vertical-align: middle;
}
.klaro .cookie-modal .cm-btn,
.klaro .cookie-notice .cm-btn {
  color: #fff;
  color: var(--font-white, #fff);
  background: #b3b3b3;
  border-radius: 6px;
  padding: 6px 10px;
  margin-right: 0.5em;
  border: 0;
  padding: 0.4em;
  font-size: 1em;
}
.klaro .cookie-modal .cm-btn:disabled,
.klaro .cookie-notice .cm-btn:disabled {
  opacity: 0.5;
}
.klaro .cookie-modal .cm-btn.cm-btn-close,
.klaro .cookie-notice .cm-btn.cm-btn-close {
  background: #aaa;
  color: #000;
}
.klaro .cookie-modal .cm-btn.cm-btn-success,
.klaro .cookie-notice .cm-btn.cm-btn-success {
  background: #363c3f;
  background: var(--grey1, #363c3f);
}
.klaro .cookie-modal .cm-btn.cm-btn-info,
.klaro .cookie-notice .cm-btn.cm-btn-info {
  background: #363c3f;
  background: var(--grey1, #363c3f);
}
.klaro .cookie-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: hidden;
  left: 0;
  top: 0;
  z-index: 1000;
}
.klaro .cookie-modal.cm-embedded {
  position: relative;
  height: inherit;
  width: inherit;
  left: inherit;
  right: inherit;
  z-index: 0;
}
.klaro .cookie-modal.cm-embedded .cm-modal.cm-klaro {
  position: relative;
  -ms-transform: none;
  transform: none;
}
.klaro .cookie-modal .cm-bg {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.klaro .cookie-modal .cm-modal.cm-klaro {
  z-index: 1001;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
  width: 100%;
  max-height: 98%;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: fixed;
  overflow: auto;
  background: #fff;
  color: #363c3f;
}
@media (min-width: 660px) {
  .klaro .cookie-modal .cm-modal.cm-klaro {
    border-radius: 4px;
    position: relative;
    margin: 0 auto;
    max-width: 640px;
    height: auto;
    width: auto;
  }
}
.klaro .cookie-modal .cm-modal .hide {
  border-style: none;
  background: none;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}
.klaro .cookie-modal .cm-modal .hide svg {
  stroke: #eee;
}
.klaro .cookie-modal .cm-modal .cm-footer {
  padding: 1em;
  border-top: 1px solid #555;
}
.klaro .cookie-modal .cm-modal .cm-footer-buttons {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}
.klaro .cookie-modal .cm-modal .cm-footer .cm-powered-by {
  font-size: 0.8em;
  padding-top: 4px;
  text-align: right;
  padding-right: 8px;
}
.klaro .cookie-modal .cm-modal .cm-footer .cm-powered-by a {
  color: #999;
}
.klaro .cookie-modal .cm-modal .cm-header {
  padding: 1em;
  padding-right: 24px;
  border-bottom: 1px solid #555;
}
.klaro .cookie-modal .cm-modal .cm-header h1 {
  margin: 0;
  font-size: 2em;
  display: block;
}
.klaro .cookie-modal .cm-modal .cm-header h1.title {
  padding-right: 20px;
}
.klaro .cookie-modal .cm-modal .cm-body {
  padding: 1em;
}
.klaro .cookie-modal .cm-modal .cm-body ul {
  display: block;
}
.klaro .cookie-modal .cm-modal .cm-body span {
  display: inline-block;
  width: auto;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes {
  padding: 0;
  margin: 0;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose .cm-services .cm-caret,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose .cm-services .cm-caret {
  color: #888;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose .cm-services .cm-content,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose .cm-services .cm-content {
  margin-left: -40px;
  display: none;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose .cm-services .cm-content.expanded,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose .cm-services .cm-content.expanded {
  margin-top: 10px;
  display: block;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose {
  position: relative;
  line-height: 20px;
  vertical-align: middle;
  padding-left: 60px;
  min-height: 40px;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service:first-child,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose:first-child,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service:first-child,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose:first-child {
  margin-top: 0;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service p,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose p,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service p,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose p {
  margin-top: 0;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service p.purposes,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose p.purposes,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service p.purposes,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose p.purposes {
  font-size: 0.8em;
  color: #999;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service.cm-toggle-all,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose.cm-toggle-all,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service.cm-toggle-all,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose.cm-toggle-all {
  border-top: 1px solid #555;
  padding-top: 1em;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service span.cm-list-title,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose span.cm-list-title,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service span.cm-list-title,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose span.cm-list-title {
  font-weight: 600;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service span.cm-opt-out,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service span.cm-required,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose span.cm-opt-out,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose span.cm-required,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service span.cm-opt-out,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service span.cm-required,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose span.cm-opt-out,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose span.cm-required {
  padding-left: 0.2em;
  font-size: 0.8em;
  color: #999;
}
.klaro .cookie-notice:not(.cookie-modal-notice) {
  background: #ffffff;
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  border-style: none;
  border-radius: 0;
}
@media (min-width: 768px) {
  .klaro .cookie-notice:not(.cookie-modal-notice) {
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
    border-radius: 4px;
    right: 50%;
    transform: translate(50%, 0);
    max-width: 500px;
  }
}
.klaro .cookie-notice:not(.cookie-modal-notice).cn-embedded {
  position: relative;
  height: inherit;
  width: inherit;
  left: inherit;
  right: inherit;
  bottom: inherit;
  z-index: 0;
}
.klaro .cookie-notice:not(.cookie-modal-notice).cn-embedded .cn-body {
  padding-top: 0.5em;
}
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body {
  margin-bottom: 0;
  margin-right: 0;
  bottom: 0;
  padding: 1em;
  padding-top: 0;
}
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body p {
  margin-bottom: 0.5em;
}
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body p.cn-changes {
  text-decoration: underline;
}
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-learn-more {
  display: inline-block;
  flex-grow: 1;
}
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons {
  display: inline-block;
  margin-top: -0.5em;
}
@media (max-width: 384px) {
  .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons {
    width: 100%;
  }
}
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons button.cm-btn {
  margin-top: 0.5em;
}
@media (max-width: 384px) {
  .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons button.cm-btn {
    width: calc(50% - 0.5em);
  }
}
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok {
  margin-top: -0.5em;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: right;
  align-items: baseline;
}
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok a,
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok div {
  margin-top: 0.5em;
}
.klaro .cookie-modal-notice {
  z-index: 1001;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
  width: 100%;
  max-height: 98%;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: fixed;
  overflow: auto;
  background: #333;
  color: #eee;
  padding: 1em;
  padding-top: 0.2em;
}
@media (min-width: 400px) {
  .klaro .cookie-modal-notice {
    border-radius: 4px;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
    height: auto;
    width: auto;
  }
}
.klaro .cookie-modal-notice .cn-ok {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 1em;
}
.klaro .cookie-notice-hidden {
  display: none !important;
}
/*
We declare all variables here as default so that they are easy to override...
*/
/* Border, shadows, ... */
/* Colors */
/* Spacing */
/* Breakpoints */
.klaro-ide {
  /* The switch - the box around the slider */
  /*
We declare all variables here as default so that they are easy to override...
*/
  /* Border, shadows, ... */
  /* Colors */
  /* Spacing */
  /* Breakpoints */
  /*
We declare all variables here as default so that they are easy to override...
*/
  /* Border, shadows, ... */
  /* Colors */
  /* Spacing */
  /* Breakpoints */
  /*
We declare all variables here as default so that they are easy to override...
*/
  /* Border, shadows, ... */
  /* Colors */
  /* Spacing */
  /* Breakpoints */
}
.klaro-ide .cm-switch-container {
  display: block;
  position: relative;
  padding: 10px;
  padding-left: 66px;
  line-height: 20px;
  vertical-align: middle;
  min-height: 40px;
  border-bottom: 1px solid #ccc;
}
.klaro-ide .cm-switch-container:last-child {
  border-bottom: 0;
}
.klaro-ide .cm-switch-container:first-child {
  margin-top: 0;
}
.klaro-ide .cm-switch-container p {
  margin-top: 0;
}
.klaro-ide .cm-switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 30px;
}
.klaro-ide .cm-list-input:checked + .cm-list-label .slider {
  background-color: #bbc5dc;
  background-color: var(--blue1, #bbc5dc);
}
.klaro-ide .cm-list-input.half-checked:checked + .cm-list-label .slider {
  background-color: #bbc5dc;
  background-color: var(--blue1, #bbc5dc);
  opacity: 0.6;
}
.klaro-ide .cm-list-input.half-checked:checked + .cm-list-label .slider::before {
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}
.klaro-ide .cm-list-input.only-required + .cm-list-label .slider {
  background-color: #c7cede;
  background-color: var(--blue2, #c7cede);
  opacity: 0.8;
}
.klaro-ide .cm-list-input.only-required + .cm-list-label .slider::before {
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}
.klaro-ide .cm-list-input.required:checked + .cm-list-label .slider {
  background-color: #c7cede;
  background-color: var(--blue2, #c7cede);
  opacity: 0.8;
  cursor: not-allowed;
}
.klaro-ide .slider {
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
}
.klaro-ide .cm-list-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 50px;
  height: 30px;
}
.klaro-ide .cm-list-title {
  font-size: 14px;
  font-weight: 600;
}
.klaro-ide .cm-list-description {
  font-size: 14px;
  padding-top: 4px;
  color: #666;
}
.klaro-ide .cm-list-label {
  /* The slider */
  /* Rounded sliders */
}
.klaro-ide .cm-list-label .cm-switch {
  position: absolute;
  left: 0;
}
.klaro-ide .cm-list-label .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  width: 50px;
  display: inline-block;
}
.klaro-ide .cm-list-label .slider::before {
  position: absolute;
  content: '';
  height: 20px;
  width: 20px;
  left: 5px;
  bottom: 5px;
  background-color: #fff;
  transition: 0.4s;
}
.klaro-ide .cm-list-label .slider.round {
  border-radius: 30px;
}
.klaro-ide .cm-list-label .slider.round::before {
  border-radius: 50%;
}
.klaro-ide .cm-list-label input:focus + .slider {
  box-shadow-color: #48dfb2;
  box-shadow-color: var(--green3, #48dfb2);
  box-shadow: 0 0 1px #48dfb2;
}
.klaro-ide .cm-list-label input:checked + .slider::before {
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
.klaro-ide .cm-list-input:focus + .cm-list-label .slider {
  box-shadow: 0 4px 6px 0 rgba(125, 125, 125, 0.2), 5px 5px 10px 0 rgba(125, 125, 125, 0.19);
}
.klaro-ide .cm-list-input:checked + .cm-list-label .slider::before {
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
.klaro-ide .cm-language-select,
.klaro-ide .cm-purpose-select {
  border: 1px solid #eee;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
  padding: 12px;
  margin-bottom: 12px;
}
.klaro-ide .cm-language-select ul.cm-languages,
.klaro-ide .cm-language-select ul.cm-purposes,
.klaro-ide .cm-purpose-select ul.cm-languages,
.klaro-ide .cm-purpose-select ul.cm-purposes {
  margin-top: -4px;
}
.klaro-ide .cm-language-select ul.cm-languages li,
.klaro-ide .cm-language-select ul.cm-purposes li,
.klaro-ide .cm-purpose-select ul.cm-languages li,
.klaro-ide .cm-purpose-select ul.cm-purposes li {
  display: inline-block;
  margin-right: 4px;
  margin-top: 4px;
  padding: 2px 4px;
  background: #bbc5dc;
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
}
.klaro-ide .cm-language-select ul.cm-languages li a,
.klaro-ide .cm-language-select ul.cm-purposes li a,
.klaro-ide .cm-purpose-select ul.cm-languages li a,
.klaro-ide .cm-purpose-select ul.cm-purposes li a {
  color: #fff;
}
.klaro-ide .cm-search-select {
  margin-top: 12px;
  margin-bottom: 12px;
  display: flex;
}
.klaro-ide .cm-search-select input:not(:focus) ~ .cm-candidates {
  display: none;
}
.klaro-ide .cm-search-select .cm-candidates:hover {
  display: block !important;
}
.klaro-ide .cm-search-select .cm-candidates {
  position: absolute;
  top: 55px;
  left: 0;
  z-index: 10;
  background: #fff;
  margin-bottom: 10px;
  border: 1px solid #bbc5dc;
  border-radius: 4px;
  width: 100%;
}
.klaro-ide .cm-search-select .cm-candidates .cm-candidate {
  border-bottom: 1px solid #bbc5dc;
  padding: 12px;
  cursor: pointer;
}
.klaro-ide .cm-search-select .cm-candidates .cm-candidate p {
  color: #999;
  font-size: 14px;
}
.klaro-ide .cm-search-select .cm-candidates .cm-candidate:last-child {
  border-bottom: 0;
}
.klaro-ide .cm-obj-selector {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 20px;
  width: 100%;
  height: 40px;
  overflow: visible;
}
@media (min-width: 768px) {
  .klaro-ide .cm-obj-selector {
    width: 300px;
  }
}
.klaro-ide .cm-obj-selector span.cm-obj-selector-more {
  display: block;
  position: absolute;
  right: 0.5em;
  padding-top: 0.6em;
  padding-right: 0.3em;
  z-index: 2;
  pointer-events: none;
  -ms-transform: scaleY(0.6) scaleX(0.8);
  transform: scaleY(0.6) scaleX(0.8);
  font-weight: 800;
}
.klaro-ide .cm-obj-selector ul {
  top: 0;
  left: 0;
  z-index: 1;
  margin: 0;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.klaro-ide .cm-obj-selector ul li {
  background: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.33);
  margin: 0;
  width: auto;
  display: none;
  width: 100%;
  border-bottom: 1px solid #aaa;
  order: 2;
}
.klaro-ide .cm-obj-selector ul li:last-child {
  border-bottom: 0;
}
.klaro-ide .cm-obj-selector ul li.cm-obj-is-active {
  display: flex;
  background: #fafafa;
  order: 1;
}
.klaro-ide .cm-obj-selector ul li a.cm-obj-item {
  width: 100%;
  padding: 8px;
  padding-right: 40px;
}
.klaro-ide .cm-obj-selector ul li.cm-obj-add {
  padding: 8px;
  display: none;
  justify-content: space-between;
  order: 3;
}
.klaro-ide .cm-obj-selector ul li.cm-obj-add input {
  flex-grow: 1;
  flex-shrink: 1;
  padding: 4px;
  font-size: 14px;
  color: #888;
  border: 1px solid #2581c4;
  border-radius: 4px;
}
.klaro-ide .cm-obj-selector ul li.cm-obj-add a.cm-btn {
  padding: 8px;
  border-radius: 4px;
  flex-grow: 0;
  color: #fff;
  background: #2581c4;
  flex-shrink: 0;
  margin-left: 10px;
  width: auto;
  display: inline-block;
}
.klaro-ide .cm-obj-selector ul:not(.cm-is-active) li.cm-obj-is-active {
  background: #fff;
}
.klaro-ide .cm-obj-selector ul.cm-is-active {
  z-index: 4;
}
.klaro-ide .cm-obj-selector ul.cm-is-active li {
  display: flex;
}
.klaro-ide .cm-switch {
  padding: 12px;
}
.klaro-ide p.cm-description {
  font-size: 14px;
  padding-top: 2px;
  margin-bottom: 4px;
  color: #666;
}
.klaro-ide .cm-select {
  margin-top: 16px;
}
.klaro-ide .cm-select select {
  display: block;
  width: 100%;
  padding: 12px 5px;
  border: 1px solid #2581c4;
  border-radius: 4px;
  font-size: 16px;
  color: #888;
  background: #fff;
  text-indent: 5px;
}
.klaro-ide .cm-select select[disabled] {
  background-color: #eee;
}
.klaro-ide .cm-retracting-label-input {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 10px 0 6px;
  margin-top: 4px;
  /*
    > .cm-input:not([disabled]):placeholder-shown:not(:focus) + .cm-label {
        transform: none;
        border: none;
        color: #888;
    }
*/
}
.klaro-ide .cm-retracting-label-input > .cm-label {
  background-color: #fff;
  position: absolute;
  top: 16px;
  left: 8px;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: calc(100% - (2 * 8px));
  overflow: hidden;
  pointer-events: none;
  transition: transform 150ms cubic-bezier(0.47, 0, 0.74, 0.71), opacity 150ms cubic-bezier(0.47, 0, 0.74, 0.71), color 150ms cubic-bezier(0.47, 0, 0.74, 0.71);
  padding: 0 8px;
  -ms-transform: scale(0.75) translateX(-16%) translateY(-26px);
  transform: scale(0.75) translateX(-16%) translateY(-26px);
  border-radius: 4px;
  border: 1px solid #2581c4;
}
.klaro-ide .cm-input {
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #bbc5dc;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 12px 18px;
  width: 100%;
}
.klaro-ide .cm-input[disabled] {
  background-color: #eee;
}
@media (min-width: 768px) {
  .klaro-ide .cm-tabs span.cm-more {
    display: none;
  }
}
.klaro-ide .cm-tabs {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .klaro-ide .cm-tabs span.cm-tabs-more {
    display: none;
  }
}
@media (max-width: 768px) {
  .klaro-ide .cm-tabs {
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.33);
  }
  .klaro-ide .cm-tabs span.cm-tabs-more {
    display: block;
    position: absolute;
    right: 0.5em;
    padding-top: 0.6em;
    padding-right: 0.3em;
    -ms-transform: scaleY(0.6) scaleX(0.8);
    transform: scaleY(0.6) scaleX(0.8);
    font-weight: 800;
  }
  .klaro-ide .cm-tabs ul {
    flex-wrap: wrap;
  }
  .klaro-ide .cm-tabs ul li {
    display: block;
    position: relative;
    width: 100%;
    text-align: left;
  }
  .klaro-ide .cm-tabs ul li a {
    justify-content: left;
    border-bottom: 0 !important;
  }
  .klaro-ide .cm-tabs:not(.cm-tabs-active) ul li:not(.cm-tab-is-active) {
    display: none;
  }
  .klaro-ide .cm-tabs.cm-tabs-active ul li {
    order: 2;
    display: block;
  }
  .klaro-ide .cm-tabs.cm-tabs-active ul li.cm-tab-is-active {
    background: #eee;
    order: 1;
  }
}
.klaro-ide .cm-tabs:not(:last-child) {
  margin-bottom: 1.5rem;
}
.klaro-ide .cm-tabs ul {
  align-items: center;
  display: flex;
  width: 100%;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: flex-start;
  border-bottom: 1px solid #dbdbdb;
  margin: 0;
  padding: 0;
}
.klaro-ide .cm-tabs ul li {
  display: block;
}
.klaro-ide .cm-tabs ul li a {
  display: flex;
  align-items: flex-start;
  justify-content: left;
  margin-bottom: -1px;
  padding: 0.5em 1em;
  color: #4a4a4a;
  border-bottom: 1px solid #dbdbdb;
}
.klaro-ide .cm-tabs ul li.cm-tab-is-active a {
  color: #2581c4;
  border-bottom-color: #2581c4;
}
@media (max-width: 767px) {
  .klaro-ide .cm-tabs.tabs-active {
    position: relative;
    min-height: 40px;
    overflow: visible;
    z-index: 10;
  }
  .klaro-ide .cm-tabs.tabs-active ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    position: absolute;
    width: 100%;
    height: auto;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.33);
  }
  .klaro-ide .cm-tabs.tabs-active ul li {
    margin: 0 !important;
  }
  .klaro-ide .cm-tabs.tabs-active ul li:not(.cm-tab-is-active) {
    order: 2;
    display: block;
  }
  .klaro-ide .cm-tabs.tabs-active ul li.cm-tab-is-active {
    order: 1;
    background: #aaa;
    display: block;
  }
}
.klaro-ide .cm-list .cm-item {
  align-items: center;
  padding: 8px;
  display: flex;
  flex-direction: row;
  align-items: top;
  justify-items: flex-end;
}
@media (min-width: 768px) {
  .klaro-ide .cm-list .cm-item span.cm-is-action {
    display: none;
  }
  .klaro-ide .cm-list .cm-item:hover span.cm-is-action {
    display: inline-block;
  }
}
.klaro-ide .cm-list .cm-item:last-child {
  border-bottom: 0;
}
.klaro-ide .cm-list .cm-item:nth-child(2n) {
  background: #fafafa;
}
.klaro-ide .cm-list .cm-item.cm-is-header {
  font-weight: 600;
  margin-bottom: 4px;
  background: none;
}
.klaro-ide .cm-list .cm-item.cm-is-card {
  background: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.33);
  border-radius: 4px;
  margin-bottom: 24px;
}
.klaro-ide .cm-list .cm-item.cm-is-clickable {
  cursor: pointer;
}
.klaro-ide .cm-list .cm-item.cm-is-expandable {
  cursor: pointer;
}
.klaro-ide .cm-list .cm-item form {
  margin: 0;
}
.klaro-ide .cm-list .cm-item form label.label {
  font-weight: 300;
}
.klaro-ide .cm-list .cm-item span.cm-is-action {
  position: absolute;
  right: 1rem;
  top: 1rem;
}
.klaro-ide .cm-list .cm-item .cm-col {
  align-content: center;
  flex-basis: 0;
  margin: 8px;
  flex-grow: 1;
}
.klaro-ide .cm-list .cm-item .cm-col.cm-is-xs {
  flex-grow: 1;
}
.klaro-ide .cm-list .cm-item .cm-col.cm-is-sm {
  flex-grow: 2;
}
.klaro-ide .cm-list .cm-item .cm-col.cm-is-md {
  flex-grow: 5;
}
.klaro-ide .cm-list .cm-item .cm-col.cm-is-lg {
  flex-grow: 10;
}
.klaro-ide .cm-list .cm-item .cm-col.cm-is-xl {
  flex-grow: 20;
}
.klaro-ide .cm-list .cm-item .cm-col.cm-is-icon {
  flex-basis: 50px;
  text-align: right;
  flex-grow: 0;
}
.klaro-ide .cm-list .cm-item .cm-content {
  flex: 10;
}
.klaro-ide .cm-dropdown {
  position: relative;
}
.klaro-ide .cm-dropdown > button {
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  width: 2em;
  height: 2em;
  font-size: 1em;
  border: 0;
  background-color: transparent;
}
.klaro-ide .cm-dropdown > button:focus,
.klaro-ide .cm-dropdown > button:hover {
  border-radius: 25px;
  background-color: #aaa;
}
.klaro-ide .cm-dropdown > .cm-dropdowncontent {
  display: none;
  background: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.33);
  width: auto;
}
.klaro-ide .cm-dropdown > .cm-dropdowncontent.cm-dropdownexpanded {
  display: block;
  position: absolute;
  top: 35px;
  z-index: 100;
  left: 0;
  border-radius: 4px;
}
.klaro-ide .cm-dropdown > .cm-dropdowncontent ul.cm-dropdownmenu {
  list-style: none;
  text-align: left;
  max-width: 300px;
  min-width: 200px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  border: 1px solid #ececec;
  border-radius: 4px;
}
.klaro-ide .cm-dropdown > .cm-dropdowncontent ul.cm-dropdownmenu li {
  height: auto;
}
.klaro-ide .cm-dropdown > .cm-dropdowncontent ul.cm-dropdownmenu li a {
  display: block;
  padding: 8px;
  padding-left: 16px;
}
.klaro-ide .cm-dropdown > .cm-dropdowncontent ul.cm-dropdownmenu li a span {
  display: inline-flex;
  align-items: center;
}
.klaro-ide .cm-dropdown > .cm-dropdowncontent ul.cm-dropdownmenu li a .icon {
  margin-right: 0.45em;
}
.klaro-ide .cm-dropdown > .cm-dropdowncontent ul.cm-dropdownmenu li a:hover {
  background-color: #2581c4;
  color: #fff;
}
.klaro-ide .cm-dropdown.is-right .cm-dropdowncontent.cm-dropdownexpanded {
  right: 0;
  left: auto;
}
.klaro-ide label {
  display: inline-block;
}
.klaro-ide .cm-global-fields,
.klaro-ide .cm-config-controls,
.klaro-ide .cm-translations-fields,
.klaro-ide .cm-service-fields {
  max-width: 600px;
}
.klaro-ide .cm-json .cm-file-import {
  display: none;
}
.klaro-ide .cm-json .cm-upload-label {
  cursor: pointer;
}
.klaro-ide .cm-json .cm-upload-label button {
  pointer-events: none;
}
.klaro-ide .cm-json pre code {
  white-space: pre-wrap;
}
.klaro-ide .cm-message {
  padding: 12px;
}
.klaro-ide .cm-message.cm-error,
.klaro-ide .cm-message.cm-success {
  border-radius: 4px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
  color: #fff;
  margin-bottom: 24px;
}
.klaro-ide .cm-message.cm-error {
  background: #e15669;
}
.klaro-ide .cm-message.cm-success {
  background: #c7cede;
}
.klaro-ide .cm-space-sm {
  margin-bottom: 8px !important;
}
.klaro-ide .cm-space-md {
  margin-bottom: 12px !important;
}
.klaro-ide .cm-space-lg {
  margin-bottom: 24px !important;
}
.klaro-ide .cm-json h1,
.klaro-ide .cm-json h2,
.klaro-ide .cm-json h3,
.klaro-ide .cm-json h4,
.klaro-ide .cm-global-fields h1,
.klaro-ide .cm-global-fields h2,
.klaro-ide .cm-global-fields h3,
.klaro-ide .cm-global-fields h4,
.klaro-ide .cm-config-controls h1,
.klaro-ide .cm-config-controls h2,
.klaro-ide .cm-config-controls h3,
.klaro-ide .cm-config-controls h4,
.klaro-ide .cm-translations-fields h1,
.klaro-ide .cm-translations-fields h2,
.klaro-ide .cm-translations-fields h3,
.klaro-ide .cm-translations-fields h4,
.klaro-ide .cm-service-fields h1,
.klaro-ide .cm-service-fields h2,
.klaro-ide .cm-service-fields h3,
.klaro-ide .cm-service-fields h4 {
  font-size: 24px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 600;
}
.klaro-ide .cm-json h1,
.klaro-ide .cm-global-fields h1,
.klaro-ide .cm-config-controls h1,
.klaro-ide .cm-translations-fields h1,
.klaro-ide .cm-service-fields h1 {
  text-transform: none;
  border-bottom: 1px solid #aaa;
  margin-bottom: 20px;
  display: inline-block;
}
.klaro-ide .cm-json h2,
.klaro-ide .cm-global-fields h2,
.klaro-ide .cm-config-controls h2,
.klaro-ide .cm-translations-fields h2,
.klaro-ide .cm-service-fields h2 {
  font-size: 20px;
}
.klaro-ide .cm-json h3,
.klaro-ide .cm-global-fields h3,
.klaro-ide .cm-config-controls h3,
.klaro-ide .cm-translations-fields h3,
.klaro-ide .cm-service-fields h3 {
  font-size: 16px;
}
.klaro-ide .cm-json h4,
.klaro-ide .cm-global-fields h4,
.klaro-ide .cm-config-controls h4,
.klaro-ide .cm-translations-fields h4,
.klaro-ide .cm-service-fields h4 {
  font-size: 12px;
  font-weight: 600;
}
.klaro-ide p.cm-section-description {
  text-align: justify;
  margin-top: 8px;
  margin-bottom: 24px;
  color: #666;
}
.klaro-ide .cm-purpose-order ul {
  margin-top: 12px;
  margin-bottom: 12px;
}
.klaro-ide .cm-purpose-order ul li {
  display: flex;
}
.klaro-ide .cm-purpose-order ul li span.cm-buttons {
  flex-grow: 0;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
  border-radius: 4px;
}
.klaro-ide .cm-purpose-order ul li span.cm-buttons a {
  padding: 12px;
  display: inline-block;
}
.klaro-ide .cm-purpose-order ul li span.cm-buttons a:hover {
  background: #bbc5dc;
}
.klaro-ide .cm-purpose-order ul li span.cm-value {
  flex-grow: 1;
  padding: 12px;
}
.klaro-ide .cm-translations-fields .cm-translations-for-key {
  background: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
  padding: 12px;
  border-radius: 4px;
  margin-bottom: 24px;
}
.klaro-ide .cm-translations-fields .cm-translations-for-key li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.klaro-ide .cm-translations-fields .cm-translations-for-key li span.cm-lang {
  font-family: Courier;
  display: block;
  padding: 20px;
  margin-top: 5px;
  flex-grow: 0;
}
.klaro-ide .cm-service-list .cm-status,
.klaro-ide .cm-config-list .cm-status {
  text-align: left;
}
.klaro-ide .cm-service-list .cm-status span,
.klaro-ide .cm-config-list .cm-status span {
  padding-left: 10px;
}
.klaro-ide .cm-service-list .cm-status .cm-status-is-active,
.klaro-ide .cm-config-list .cm-status .cm-status-is-active {
  color: #bbc5dc;
}
.klaro-ide .cm-service-list .cm-status .cm-status-is-inactive,
.klaro-ide .cm-config-list .cm-status .cm-status-is-inactive {
  color: #da2c43;
}
.klaro-ide .cm-service-list .cm-name,
.klaro-ide .cm-config-list .cm-name {
  text-transform: uppercase;
  font-weight: 600;
}
.klaro-ide p.cm-no-cookies,
.klaro-ide p.cm-no-services {
  margin-top: 6px;
  margin-bottom: 6px;
  font-weight: 600;
}
.klaro-ide .cm-cookie-config .cm-cookie-forms .cm-cookie-form {
  border-bottom: 1px solid #aaa;
}
.klaro-ide .cm-demo .cm-config-controls .cm-retracting-label-input {
  width: auto;
  flex-grow: 1;
  margin-right: 12px;
}
.klaro-ide .cm-demo .cm-config-controls:first-child {
  border-bottom: 1px solid #aaa;
}
.klaro-ide .cm-config-controls {
  margin-top: 8px;
  margin-bottom: 24px;
  max-width: none;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: baseline;
  justify-content: space-between;
}
.klaro-ide .cm-config-controls h2 {
  margin-right: 24px;
  display: block;
  flex-grow: 1;
}
.klaro-ide .cm-config-controls .cm-control {
  flex-shrink: 1;
  display: inline-block;
  margin-bottom: 20px;
}
.klaro-ide .cm-config-controls .cm-control .cm-retracting-label-input {
  max-width: 400px;
  display: block;
}
.klaro-ide .cm-config-controls .cm-control input {
  max-width: 400px;
}
.klaro-ide .cm-config-controls .cm-control select {
  padding: 12px;
  display: block;
  border: 1px solid #bbc5dc;
  border-radius: 4px;
  background: #fff;
  margin-bottom: 12px;
}
.klaro-ide .cm-config-controls .cm-control-button {
  border: 0;
  padding: 12px;
  margin-top: 4px;
  cursor: pointer;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.33);
  background: #459cdc;
  color: #fff;
  border-radius: 4px;
  margin-right: 6px;
}
.klaro-ide .cm-config-controls .cm-control-button.cm-delete {
  float: right;
  background: #f50;
}
.klaro-ide .cm-config-controls .cm-control-button.cm-secondary {
  background: #e15669;
}
.klaro-ide .cm-config-controls .cm-control-button.cm-success {
  background: #bbc5dc;
}
.klaro-ide .cm-config-controls .cm-control-button:disabled {
  background: #aaa;
  cursor: not-allowed;
}
.klaro-ide .cookie-modal .cm-modal.cm-ide {
  z-index: 1001;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
  width: 100%;
  max-height: 98%;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: fixed;
  overflow: auto;
  background: #333;
  color: #eee;
}
@media (min-width: 1020px) {
  .klaro-ide .cookie-modal .cm-modal.cm-ide {
    border-radius: 4px;
    position: relative;
    margin: 0 auto;
    max-width: 1000px;
    height: auto;
    width: auto;
  }
}
.klaro .table-cookie {
  text-align: center;
  border: 1px solid #ccc;
  margin-left: -60px;
  width: auto;
  margin-top: 10px;
}
.klaro .th-cookie {
  border: 1px solid #ccc;
  font-size: 12px;
}
.klaro .td-cookie {
  border: 1px solid #ccc;
  font-size: 12px;
}

@charset "UTF-8";
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 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;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-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-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-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 {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-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-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-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;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: 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);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -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);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  0% {
    -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);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -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);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -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 {
  0%,
  100% {
    -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 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);
  }
  100% {
    -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);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: 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);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -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);
  }
  100% {
    -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 {
  0% {
    -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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
@-webkit-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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, -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);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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, -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);
  }
  100% {
    -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);
  }
  100% {
    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);
  }
  100% {
    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-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
@-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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) 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;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) 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;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-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-transition-timing-function: ease-in;
    transition-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);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-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-transition-timing-function: ease-in;
    transition-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);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-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-transition-timing-function: ease-in;
    transition-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);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-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-transition-timing-function: ease-in;
    transition-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);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -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;
  }
  100% {
    -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-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -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;
  }
  100% {
    -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-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -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;
  }
  100% {
    -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;
  }
  100% {
    -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 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    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 {
  0% {
    opacity: 1;
  }
  100% {
    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 {
  0% {
    opacity: 1;
  }
  100% {
    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 {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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 {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/**
 * selectize.bootstrap3.css (v0.12.0) - Bootstrap 3 Theme
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #fff;
  box-shadow: inset 0 0 12px 4px #fff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
  position: relative;
  padding: 3px 12px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.selectize-dropdown-header-close {
  position: absolute;
  right: 12px;
  top: 50%;
  color: #333333;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
  color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 1px 0 0 0;
  border-left: 1px solid rgba(0, 0, 0, 0);
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: rgba(0, 0, 0, 0);
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: rgba(77, 77, 77, 0);
}
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #333333;
  font-family: inherit;
  font-size: inherit;
  line-height: 20px;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}
.selectize-input {
  border: 1px solid #ccc;
  padding: 6px 12px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 5px 12px 2px;
}
.selectize-input.full {
  background-color: #fff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 1px 3px;
  background: #efefef;
  color: #333333;
  border: 0 solid rgba(0, 0, 0, 0);
}
.selectize-control.multi .selectize-input > div.active {
  background: #337ab7;
  color: #fff;
  border: 0 solid rgba(0, 0, 0, 0);
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #808080;
  background: #ffffff;
  border: 0 solid rgba(77, 77, 77, 0);
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #ffffff;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(255, 237, 40, 0.4);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 3px 12px;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #777777;
  background: #fff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f5f5f5;
  color: #262626;
}
.selectize-dropdown .active.create {
  color: #262626;
}
.selectize-dropdown .create {
  color: rgba(51, 51, 51, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 17px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #333333 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #333333 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
  left: 17px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fff;
}
.selectize-dropdown,
.selectize-dropdown.form-control {
  height: auto;
  padding: 0;
  margin: 2px 0 0 0;
  z-index: 1000;
  background: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.selectize-dropdown .optgroup-header {
  font-size: 12px;
  line-height: 1.42857143;
}
.selectize-dropdown .optgroup:first-child:before {
  display: none;
}
.selectize-dropdown .optgroup:before {
  content: ' ';
  display: block;
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
  margin-left: -12px;
  margin-right: -12px;
}
.selectize-dropdown-content {
  padding: 5px 0;
}
.selectize-dropdown-header {
  padding: 6px 12px;
}
.selectize-input {
  min-height: 34px;
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.selectize-input.dropdown-active::before {
  display: none;
}
.selectize-input.focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.has-error .selectize-input {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .selectize-input:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.selectize-control.multi .selectize-input.has-items {
  padding-left: 9px;
  padding-right: 9px;
}
.selectize-control.multi .selectize-input > div {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.form-control.selectize-control {
  padding: 0;
  height: auto;
  border: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

body {
  position: relative;
  padding: 0;
  margin: 0;
  min-height: 100%;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #363c3f;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.bg-leisure {
  background: url('/assets/images/bg-leisure.jpg') no-repeat fixed center center;
  background-size: cover;
}
*:focus {
  outline: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: bold;
  line-height: 1.1;
}
a {
  color: #e2001a;
}
a:hover,
a:focus {
  color: #af0014;
}
.img-responsive {
  width: 100%;
}
.list-inline {
  margin-left: 0;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.page-title {
  display: table;
  table-layout: fixed;
}
.page-title > img,
.page-title > span {
  display: table-cell;
  vertical-align: middle;
}
.page-title img {
  width: 62px;
}
@media (min-width: 768px) {
  body {
    font-size: 16px;
  }
}
.mlo {
  display: inline-block;
  vertical-align: top;
  transform: translate(0, 0);
}
.mlo.mlo-fa-rounded {
  border: none;
  border-radius: 50%;
}
.mlo.mlo-blogger {
  height: 35px;
  width: 35px;
  background-image: url("/assets/images/social_icons.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}
.mlo.mlo-twitter {
  height: 35px;
  width: 35px;
  background-image: url("/assets/images/social_icons.png");
  background-repeat: no-repeat;
  background-position: -37px 0;
}
.mlo.mlo-facebook {
  height: 35px;
  width: 35px;
  background-image: url("/assets/images/social_icons.png");
  background-repeat: no-repeat;
  background-position: -74px 0;
}
.mlo.mlo-flickr {
  height: 35px;
  width: 35px;
  background-image: url("/assets/images/social_icons.png");
  background-repeat: no-repeat;
  background-position: -110px 0;
}
.mlo.mlo-linkedin {
  height: 35px;
  width: 35px;
  background-image: url("/assets/images/social_icons.png");
  background-repeat: no-repeat;
  background-position: -147px 0;
}
.mlo.mlo-instagram {
  height: 35px;
  width: 35px;
  background-image: url("/assets/images/social_icons.png");
  background-repeat: no-repeat;
  background-position: -183px 0;
}
.mlo.mlo-youtube {
  height: 35px;
  width: 35px;
  background-image: url("/assets/images/social_icons.png");
  background-repeat: no-repeat;
  background-position: -220px 0;
}
.mlo.mlo-angle-left-white {
  width: 14px;
  height: 23px;
  background-image: url("/assets/images/sprite_angles.png");
  background-repeat: no-repeat;
  background-position: -154px 0;
}
.mlo.mlo-angle-right-white {
  width: 14px;
  height: 23px;
  background-image: url("/assets/images/sprite_angles.png");
  background-repeat: no-repeat;
  background-position: -74px 0;
}
.mlo.mlo-angle-left-calendar {
  width: 14px;
  height: 23px;
  background-image: url("/assets/images/sprite_angles.png");
  background-repeat: no-repeat;
  background-position: -122px 0;
}
.mlo.mlo-angle-left-calendar:hover {
  background-image: url("/assets/images/sprite_angles.png");
  background-repeat: no-repeat;
  background-position: -122px 0;
}
th.disabled .mlo.mlo-angle-left-calendar {
  background-image: url("/assets/images/sprite_angles.png");
  background-repeat: no-repeat;
  background-position: -138px 0;
}
.mlo.mlo-angle-right-calendar {
  width: 14px;
  height: 23px;
  background-image: url("/assets/images/sprite_angles.png");
  background-repeat: no-repeat;
  background-position: -90px 0;
}
.mlo.mlo-angle-right-calendar:hover {
  background-image: url("/assets/images/sprite_angles.png");
  background-repeat: no-repeat;
  background-position: -90px 0;
}
th.disabled .mlo.mlo-angle-right-calendar {
  background-image: url("/assets/images/sprite_angles.png");
  background-repeat: no-repeat;
  background-position: -106px 0;
}
.mlo.mlo-download-gray {
  width: 50px;
  height: 50px;
  background-image: url("/assets/images/download_gray.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.mlo.mlo-print-gray {
  width: 50px;
  height: 50px;
  background-image: url("/assets/images/print_gray.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.mlo.mlo-share {
  width: 50px;
  height: 50px;
  background-image: url("/assets/images/share2.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.mlo.mlo-share-gray {
  width: 50px;
  height: 50px;
  background-image: url("/assets/images/share2_gray.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.mlo.mlo-size-42 {
  width: 42px;
  height: 42px;
  line-height: 42px;
  font-size: 28px;
  text-align: center;
}
@media (min-width: 768px) {
  .mlo.mlo-size-sm-62 {
    width: 62px;
    height: 62px;
    line-height: 62px;
    font-size: 40px;
    text-align: center;
  }
}
.header-navbar-open {
  overflow: hidden;
}
header .container {
  position: relative;
}
header nav.navbar-default {
  background: #666666;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
}
header nav.navbar-default .navbar-header .navbar-brand {
  height: 70px;
}
header nav.navbar-default .navbar-header .navbar-brand img {
  width: 110px;
}
header nav.navbar-default .navbar-search {
  position: absolute;
  float: none;
  top: 12px;
  right: 60px;
  z-index: 999;
  width: 55px;
  margin-left: 0;
  background-color: transparent;
  border-color: transparent;
}
header nav.navbar-default .navbar-search:hover,
header nav.navbar-default .navbar-search:focus {
  background-color: transparent;
}
header nav.navbar-default .navbar-search.open {
  width: auto;
  margin-left: 130px;
}
header nav.navbar-default .navbar-search.open .form-control {
  padding: 10px 12px;
  opacity: 1;
}
header nav.navbar-default .navbar-search.open .btn-submit {
  background-color: #e2001a;
}
header nav.navbar-default .navbar-search .btn-submit {
  -webkit-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}
header nav.navbar-default .navbar-search .form-control {
  float: right;
  padding: 0;
  opacity: 0;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
header nav.navbar-default .navbar-toggle {
  position: absolute;
  float: none;
  top: 14px;
  right: 10px;
  z-index: 999;
  margin: 0;
  border-color: transparent;
}
header nav.navbar-default .navbar-toggle:hover,
header nav.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
header nav.navbar-default .navbar-toggle .icon-bar {
  width: 28px;
  height: 3px;
  background-color: #fff;
}
header nav.navbar-default .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 6px;
}
header nav.navbar-default .navbar-toggle .icon-times {
  display: block;
  width: 28px;
  height: 28px;
  background: url('/assets/images/close.png') no-repeat center center;
}
header nav.navbar-default .navbar-collapse {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1050;
  overflow-x: hidden;
  overflow-y: auto;
  margin-left: 0;
  margin-right: 0;
  border-color: #fff;
  background-color: #fff;
}
header nav.navbar-default .navbar-collapse .navbar-toggle {
  top: 10px;
}
header nav.navbar-default .navbar-nav > li > a,
header nav.navbar-default .navbar-nav > li.open > a,
header nav.navbar-default .navbar-nav > li.active > a,
header nav.navbar-default .navbar-nav > li > a:hover,
header nav.navbar-default .navbar-nav > li.open > a:hover,
header nav.navbar-default .navbar-nav > li.active > a:hover,
header nav.navbar-default .navbar-nav > li > a:focus,
header nav.navbar-default .navbar-nav > li.open > a:focus,
header nav.navbar-default .navbar-nav > li.active > a:focus {
  background-color: transparent;
  color: #e2001a;
}
header nav.navbar-default .navbar-nav > li {
  text-align: center;
}
header nav.navbar-default .navbar-nav > li ul.dropdown-menu {
  display: block;
  position: static;
  float: none;
  width: auto;
  margin-top: 0;
  background-color: transparent;
  border: 0;
  box-shadow: none;
}
header nav.navbar-default .navbar-nav > li ul.dropdown-menu > li {
  float: left;
  display: table;
  table-layout: fixed;
  width: 50%;
  margin-bottom: 10px;
}
header nav.navbar-default .navbar-nav > li ul.dropdown-menu > li > a {
  display: table-cell;
  vertical-align: middle;
  padding: 3px 5px 3px 55px;
  height: 37px;
  background-color: transparent;
  background-image: url('/assets/images/menu_generico.png');
  background-repeat: no-repeat;
  background-size: 37px;
  background-position: 10px center;
  color: #8c8c8c;
  font-size: 13px;
  line-height: 1.1;
  white-space: normal;
}
header nav.navbar-default .navbar-nav > li ul.dropdown-menu > li > a:hover,
header nav.navbar-default .navbar-nav > li ul.dropdown-menu > li > a:focus {
  background-color: transparent;
  background-image: url('/assets/images/menu_generico_on.png');
}
header nav.navbar-default .navbar-language {
  position: absolute;
  top: 25px;
  right: 120px;
}
header nav.navbar-default .navbar-language ul li {
  position: relative;
  padding: 0 5px;
  color: #b3b3b3;
}
header nav.navbar-default .navbar-language ul li a {
  color: #b3b3b3;
}
header nav.navbar-default .navbar-language ul li.active a {
  color: #ffffff;
}
header nav.navbar-default .navbar-language ul li + li::before {
  content: ".";
  position: absolute;
  top: 0;
  left: -1px;
}
.cookiesPolice {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1060;
}
.cookiesPolice .cookiesWrapper {
  min-height: 100px;
}
@media (min-width: 480px) {
  header nav.navbar-default .navbar-nav > li ul.dropdown-menu > li > a {
    padding-left: 65px;
    background-size: 47px;
    height: 47px;
    font-size: 17px;
  }
}
@media (min-width: 768px) {
  header nav.navbar-default .navbar-header .navbar-brand {
    height: 100px;
  }
  header nav.navbar-default .navbar-header .navbar-brand img {
    width: 180px;
  }
  header nav.navbar-default .navbar-search {
    top: 27px;
    right: 10px;
    z-index: 0;
  }
  header nav.navbar-default .navbar-search.open {
    margin-left: 200px;
    z-index: 1;
  }
  header nav.navbar-default .navbar-search .form-control {
    max-width: 100%;
  }
  header nav.navbar-default .navbar-collapse {
    position: static;
    border-color: #e7e7e7;
    background-color: #666666;
  }
  header nav.navbar-default .navbar-nav {
    display: table;
    height: 100px;
  }
  header nav.navbar-default .navbar-nav > li > a,
  header nav.navbar-default .navbar-nav > li.open > a,
  header nav.navbar-default .navbar-nav > li.active > a,
  header nav.navbar-default .navbar-nav > li > a:hover,
  header nav.navbar-default .navbar-nav > li.open > a:hover,
  header nav.navbar-default .navbar-nav > li.active > a:hover,
  header nav.navbar-default .navbar-nav > li > a:focus,
  header nav.navbar-default .navbar-nav > li.open > a:focus,
  header nav.navbar-default .navbar-nav > li.active > a:focus {
    background-color: transparent;
    color: #b3b3b3;
  }
  header nav.navbar-default .navbar-nav > li {
    position: static;
    float: none;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding: 0 5px;
  }
  header nav.navbar-default .navbar-nav > li:last-child {
    padding-right: 0;
  }
  header nav.navbar-default .navbar-nav > li.active > a,
  header nav.navbar-default .navbar-nav > li.open > a {
    background-color: transparent;
    color: #ffffff;
    border-top: 2px solid #ffffff;
  }
  header nav.navbar-default .navbar-nav > li.active > a:hover,
  header nav.navbar-default .navbar-nav > li.open > a:hover,
  header nav.navbar-default .navbar-nav > li.active > a:focus,
  header nav.navbar-default .navbar-nav > li.open > a:focus {
    background-color: transparent;
    color: #ffffff;
  }
  header nav.navbar-default .navbar-nav > li.open > a {
    border-top: 2px solid transparent;
  }
  header nav.navbar-default .navbar-nav > li.open ul.dropdown-menu {
    display: block;
  }
  header nav.navbar-default .navbar-nav > li.search-block {
    width: 60px;
  }
  header nav.navbar-default .navbar-nav > li > a {
    font-size: 17px;
    line-height: 1em;
    padding: 5px 5px;
    color: #b3b3b3;
    border-top: 2px solid transparent;
  }
  header nav.navbar-default .navbar-nav > li > a:hover,
  header nav.navbar-default .navbar-nav > li > a:focus {
    color: #ffffff;
  }
  header nav.navbar-default .navbar-nav > li ul.social-icons {
    padding: 0;
  }
  header nav.navbar-default .navbar-nav > li ul.social-icons > li {
    padding-left: 5px;
    padding-right: 0;
  }
  header nav.navbar-default .navbar-nav > li ul.dropdown-menu {
    background-color: #ffffff;
    border-radius: 0;
    -webkit-box-shadow: 0 6px 5px -3px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 5px -3px rgba(0, 0, 0, 0.175);
    margin: 0;
    padding: 0;
    left: 0;
    display: none;
    position: absolute;
    float: left;
  }
  header nav.navbar-default .navbar-nav > li ul.dropdown-menu > li {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 245.66666667px;
    height: 62px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 0;
  }
  header nav.navbar-default .navbar-nav > li ul.dropdown-menu > li.divider-vertical {
    width: 1px;
    margin: 0;
    border-bottom: 0;
    overflow: hidden;
    background-color: #e5e5e5;
  }
  header nav.navbar-default .navbar-nav > li ul.dropdown-menu > li.divider-vertical-white {
    width: 1px;
    margin: 0;
    border-bottom: 0;
    overflow: hidden;
    background-color: #ffffff;
  }
  header nav.navbar-default .navbar-nav > li ul.dropdown-menu > li a {
    display: block;
    padding: 0;
    white-space: normal;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    background-size: 52px;
    color: #666666;
  }
  header nav.navbar-default .navbar-nav > li ul.dropdown-menu > li a:hover {
    background-color: #f5f5f5;
    color: #363c3f;
  }
  header nav.navbar-default .navbar-nav > li ul.dropdown-menu > li a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
  }
  header nav.navbar-default .navbar-nav > li ul.dropdown-menu > li a.no-icon span {
    padding: 0 15px;
  }
  header nav.navbar-default .navbar-nav > li ul.dropdown-menu > li a span {
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px 0 70px;
  }
  header nav.navbar-default .navbar-language {
    top: 0;
    right: 15px;
  }
}
@media (min-width: 992px) {
  header nav.navbar-default .navbar-search {
    right: 175px;
    border-right: 1px solid #b3b3b3;
  }
  header nav.navbar-default .navbar-nav > li ul.social-icons > li {
    padding-left: 5px;
    padding-right: 0;
  }
  header nav.navbar-default .navbar-nav > li ul.dropdown-menu > li {
    width: 239px;
  }
  header nav.navbar-default .navbar-language {
    right: 5px;
  }
}
@media (min-width: 1280px) {
  header nav.navbar-default .navbar-search {
    display: none;
  }
  header nav.navbar-default .navbar-nav > li {
    padding: 0 10px;
  }
  header nav.navbar-default .navbar-nav > li ul.dropdown-menu > li {
    width: 319px;
  }
}
.my-affix {
  position: static;
  width: 100%;
  z-index: 10;
}
.my-affix.affix {
  position: static;
}
.my-affix.affix-bottom {
  position: static;
}
@media (min-width: 992px) {
  .my-affix.affix {
    position: fixed;
    top: 0;
  }
  .my-affix.affix-bottom {
    position: absolute;
  }
}
.alert-announcement {
  position: relative;
  padding: 5px 20px;
  margin-bottom: 0;
  background-color: #bbc5dc;
  border-radius: 0;
  border: none;
  color: #666666;
}
.alert-announcement strong {
  color: #363c3f;
}
.alert-announcement .icon {
  width: 56px;
}
.alert-announcement .close {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 15px;
  font-size: 40px;
  background-color: #fefeff;
}
footer textarea.form-control {
  height: auto;
}
footer .form-control {
  height: 42px;
}
footer .input-group-btn .btn {
  height: 42px;
}
footer .logos {
  text-align: center;
}
footer .logos a {
  margin: 0 8px;
}
footer .logos img {
  height: 45px;
}
footer nav ul.list-inline > li {
  vertical-align: top;
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}
footer nav ul.list-inline > li h4 {
  color: #363c3f;
}
footer nav ul.list-inline > li h4 a:link,
footer nav ul.list-inline > li h4 a:visited {
  color: #363c3f;
}
footer nav ul.list-inline > li .list-group {
  margin-bottom: 0;
}
footer nav ul.list-inline > li .list-group .list-group-item {
  padding: 0 0 10px;
  margin-bottom: 0;
  background: none;
  border: none;
}
footer nav ul.list-inline > li .list-group .list-group-item a:link,
footer nav ul.list-inline > li .list-group .list-group-item a:visited {
  color: #b3b3b3;
}
footer nav ul.list-inline > li .list-group .list-group-item a:hover {
  color: #b3b3b3;
}
footer nav ul.list-inline > li .list-group .list-group-item:last-child {
  padding-bottom: 0;
}
footer .politics {
  font-size: 14px;
  text-align: center;
}
footer .politics a {
  display: inline-block;
  vertical-align: top;
}
footer .politics a.separator {
  border-right: 1px solid #8c8c8c;
  padding-right: 10px;
  margin-right: 10px;
}
footer .politics a:link,
footer .politics a:visited {
  color: #b3b3b3;
}
footer .politics a:hover {
  color: #e2001a;
}
footer .copyright {
  position: relative;
  font-size: 14px;
  text-align: center;
  height: 50px;
  line-height: 50px;
}
a.btn-top {
  display: none;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 1060;
  padding: 10px 0;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
}
a.btn-top img {
  width: 30px;
}
@media (min-width: 480px) {
  footer nav ul.list-inline > li {
    width: 33%;
  }
  footer .politics {
    font-size: 16px;
  }
  footer .copyright {
    font-size: 16px;
    height: 70px;
    line-height: 70px;
  }
}
@media (min-width: 768px) {
  footer nav ul.list-inline > li {
    width: 20%;
  }
  footer .logos {
    height: 70px;
  }
  footer .politics {
    font-size: 14px;
    text-align: right;
  }
  footer .politics a {
    margin-left: 12px;
  }
  footer .politics a.separator {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
  }
  footer .copyright {
    font-size: 14px;
    text-align: right;
    height: auto;
    line-height: 1em;
    margin-top: 10px;
  }
}
@media (min-width: 992px) {
  footer nav ul.list-inline > li {
    padding-left: 0;
    padding-right: 15px;
    width: auto;
    max-width: 140px;
  }
}
@media (min-width: 1280px) {
  footer nav ul.list-inline > li {
    padding-right: 40px;
    max-width: 170px;
  }
  footer .logos {
    height: 80px;
  }
  footer .logos img {
    height: 60px;
  }
  footer .politics {
    font-size: 16px;
  }
  footer .politics a {
    margin-left: 20px;
  }
  footer .copyright {
    font-size: 16px;
  }
}
.row-same-height {
  display: table;
  width: 100%;
}
.table {
  display: table;
}
.table-fixed {
  table-layout: fixed;
}
.table-row {
  display: table-row;
}
.table-cell {
  display: table-cell;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.col-xs-height {
  display: table-cell;
  float: none !important;
}
@media (min-width: 768px) {
  .table-sm {
    display: table;
  }
  .table-fixed-sm {
    table-layout: fixed;
  }
  .table-row-sm {
    display: table-row;
  }
  .table-cell-sm {
    display: table-cell;
  }
  .block-sm {
    display: block;
  }
  .inline-block-sm {
    display: inline-block;
  }
  .col-sm-height {
    display: table-cell;
    float: none !important;
  }
}
@media (min-width: 992px) {
  .table-md {
    display: table;
  }
  .table-fixed-md {
    table-layout: fixed;
  }
  .table-row-md {
    display: table-row;
  }
  .table-cell-md {
    display: table-cell;
  }
  .block-md {
    display: block;
  }
  .inline-block-md {
    display: inline-block;
  }
  .col-md-height {
    display: table-cell;
    float: none !important;
  }
}
@media (min-width: 1280px) {
  .table-lg {
    display: table;
  }
  .table-fixed-lg {
    table-layout: fixed;
  }
  .table-row-lg {
    display: table-row;
  }
  .table-cell-lg {
    display: table-cell;
  }
  .block-lg {
    display: block;
  }
  .inline-block-lg {
    display: inline-block;
  }
  .col-lg-height {
    display: table-cell;
    float: none !important;
  }
}
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}
.nav-mlo-header {
  width: 100%;
  border: 0;
}
.nav-mlo-header > li {
  width: 100%;
  vertical-align: middle;
  display: inline-block;
  float: none;
  margin-bottom: 0;
  padding: 0 10px;
}
.nav-mlo-header > li.active > a,
.nav-mlo-header > li.active a:hover,
.nav-mlo-header > li.active a:focus {
  background: none;
  color: #e2001a;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 0;
  cursor: default;
}
.nav-mlo-header > li > a {
  font-size: 18px;
  color: #b3b3b3;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  padding: 0 0 5px;
  margin-bottom: 10px;
}
.nav-mlo-header > li > a:hover,
.nav-mlo-header > li > a:focus {
  background: none;
}
.nav-mlo {
  border: 0;
}
.nav-mlo > li {
  width: 50%;
  margin-bottom: 10px;
  padding: 0 10px;
}
.nav-mlo > li.active > a,
.nav-mlo > li.active a:hover,
.nav-mlo > li.active a:focus {
  background: none;
  color: #363c3f;
  border: 0;
  border-top: 2px solid #363c3f;
  border-radius: 0;
  cursor: default;
}
.nav-mlo > li > a {
  display: inline-block;
  font-size: 14px;
  line-height: 1.1em;
  color: #b3b3b3;
  border: 0;
  border-top: 2px solid transparent;
  padding: 5px;
}
.nav-mlo > li > a:hover,
.nav-mlo > li > a:focus {
  background: none;
  border-color: transparent;
}
.nav-blog {
  background-color: #fafafa;
}
.nav-blog .nav-tabs > li.separator {
  background-color: #e5e5e5;
  width: 1px;
  height: 54px;
  padding: 0;
  margin: 0;
}
.nav-blog-detail {
  width: auto;
  background-color: #fafafa;
}
.nav-blog-detail .nav-tabs > li {
  display: table-cell;
  vertical-align: middle;
  width: auto;
}
.nav-blog-detail .nav-tabs > li.separator {
  background-color: #e5e5e5;
  width: 1px;
  height: 54px;
  padding: 0;
  margin: 0;
}
.nav-blog-detail .nav-tabs > li.active > a,
.nav-blog-detail .nav-tabs > li.active a:hover,
.nav-blog-detail .nav-tabs > li.active a:focus {
  border-bottom: none;
}
.nav-blog-detail .nav-tabs > li > a {
  padding: 0;
  border-bottom: none;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .nav-mlo-header {
    width: auto;
  }
  .nav-mlo-header > li {
    width: auto;
  }
  .nav-mlo-header > li.active > a,
  .nav-mlo-header > li.active a:hover,
  .nav-mlo-header > li.active a:focus {
    border-bottom: none;
  }
  .nav-mlo-header > li > a {
    font-size: 16px;
    padding: 0;
    border-bottom: none;
    margin-bottom: 0;
  }
  .nav-mlo > li {
    width: auto;
    margin-bottom: 0;
  }
  .nav-mlo > li > a {
    font-size: 18px;
  }
  .nav-blog .nav-tabs {
    display: table;
  }
  .nav-blog .nav-tabs > li {
    display: table-cell;
    vertical-align: middle;
  }
}
@media (min-width: 992px) {
  .nav-mlo-header > li > a {
    font-size: 20px;
  }
  .nav-mlo > li > a {
    font-size: 22px;
  }
}
.form-control {
  font-size: 14px;
  height: 45px;
  padding: 10px 12px;
  border-radius: 0;
  border: 1px solid #e5e5e5;
  color: #363c3f;
}
.search-form .form-control {
  font-size: 18px;
  color: #666666;
  background-color: #ffffff;
  border: 0;
  box-shadow: none;
}
.search-form .form-control::-moz-placeholder {
  color: #666666;
  opacity: 1;
}
.search-form .form-control:-ms-input-placeholder {
  color: #666666;
}
.search-form .form-control::-webkit-input-placeholder {
  color: #666666;
}
.search-form .btn-submit {
  height: 45px;
  background-color: transparent;
  border: 0;
  box-shadow: none;
  padding: 0 10px;
  margin-left: 0 !important;
}
.search-form-inline {
  border-bottom: 2px solid #f5f5f5;
  padding-left: 2px;
  padding-right: 2px;
  margin-left: 5px;
  margin-right: 5px;
}
.search-form-inline .form-control {
  font-size: 18px;
  color: #666666;
  background-color: #ffffff;
  border: 0;
  box-shadow: none;
  color: #f5f5f5;
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
}
.search-form-inline .form-control::-moz-placeholder {
  color: #666666;
  opacity: 1;
}
.search-form-inline .form-control:-ms-input-placeholder {
  color: #666666;
}
.search-form-inline .form-control::-webkit-input-placeholder {
  color: #666666;
}
.search-form-inline .form-control::-moz-placeholder {
  color: #f5f5f5;
  opacity: 1;
}
.search-form-inline .form-control:-ms-input-placeholder {
  color: #f5f5f5;
}
.search-form-inline .form-control::-webkit-input-placeholder {
  color: #f5f5f5;
}
.search-form-inline .btn-submit {
  height: 45px;
  background-color: transparent;
  border: 0;
  box-shadow: none;
  padding: 0 10px;
  margin-left: 0 !important;
  font-size: 18px;
  color: #f5f5f5;
  padding-right: 0;
}
.search-form-red {
  border-bottom: 2px solid #e2001a;
}
.search-form-red .form-control {
  color: #e2001a;
}
.search-form-red .form-control::-moz-placeholder {
  color: #e2001a;
  opacity: 1;
}
.search-form-red .form-control:-ms-input-placeholder {
  color: #e2001a;
}
.search-form-red .form-control::-webkit-input-placeholder {
  color: #e2001a;
}
.search-form-red .btn-submit {
  color: #e2001a;
}
.input-group {
  width: 100%;
}
.input-group .input-group-addon {
  font-size: 14px;
  border-radius: 0;
}
.input-group .input-group-addon.bg-red {
  border-color: #e2001a;
}
.input-group input.filestyle {
  width: 0;
}
.input-group .bootstrap-filestyle {
  table-layout: fixed;
  width: 100%;
}
.input-group .bootstrap-filestyle .badge {
  font-style: normal;
  background-color: #e2001a;
}
.input-date {
  position: relative;
  padding: 4px 10px;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  height: 45px;
  white-space: nowrap;
  cursor: pointer;
}
.no-bg.input-date {
  background-color: transparent;
  border: none;
}
.input-date div {
  display: inline-block;
  vertical-align: middle;
}
.input-date .day {
  font-family: 'Quattrocento Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 40px;
  line-height: 40px;
  padding-right: 5px;
}
.input-date .month,
.input-date .year {
  display: block;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 14px;
}
.input-date .hour {
  font-family: 'Quattrocento Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 40px;
  line-height: 40px;
  border-left: 1px solid #8c8c8c;
  margin-left: 10px;
  padding-left: 10px;
}
.input-date .arrow {
  height: 26px;
  position: absolute;
  top: 9px;
  right: 1px;
  width: 20px;
}
.input-date .arrow b {
  position: absolute;
  left: 50%;
  top: 50%;
  border: none;
  background: url('/assets/images/sprite_angles.png') -44px 0;
  width: 13px;
  height: 20px;
  margin-left: -10px;
  margin-top: -10px;
}
.checkbox,
.radio-checkbox {
  position: relative;
}
.checkbox label,
.radio-checkbox label {
  min-height: 30px;
  padding-top: 5px;
  padding-left: 45px;
}
.checkbox input[type="checkbox"],
.radio-checkbox input[type="checkbox"],
.checkbox input[type="radio"],
.radio-checkbox input[type="radio"] {
  position: absolute;
  left: -999em;
}
.checkbox input[type="checkbox"] + span,
.radio-checkbox input[type="checkbox"] + span,
.checkbox input[type="radio"] + span,
.radio-checkbox input[type="radio"] + span {
  position: absolute;
  top: 0;
  left: 5px;
  display: block;
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.checkbox input[type="checkbox"] + span.no-border,
.radio-checkbox input[type="checkbox"] + span.no-border,
.checkbox input[type="radio"] + span.no-border,
.radio-checkbox input[type="radio"] + span.no-border {
  border: none;
}
.checkbox input[type="checkbox"]:checked + span,
.radio-checkbox input[type="checkbox"]:checked + span,
.checkbox input[type="radio"]:checked + span,
.radio-checkbox input[type="radio"]:checked + span {
  background-image: url('/assets/images/checked_dark.png');
  background-repeat: no-repeat;
  background-position: 0 0;
}
.checkbox input[type="checkbox"]:checked + span.white,
.radio-checkbox input[type="checkbox"]:checked + span.white,
.checkbox input[type="radio"]:checked + span.white,
.radio-checkbox input[type="radio"]:checked + span.white {
  background-image: url('/assets/images/checked.png');
}
.checkbox input[type="checkbox"][disabled] + span,
.radio-checkbox input[type="checkbox"][disabled] + span,
.checkbox input[type="radio"][disabled] + span,
.radio-checkbox input[type="radio"][disabled] + span {
  cursor: not-allowed;
}
.checkbox input[type="checkbox"][disabled]:checked + span,
.radio-checkbox input[type="checkbox"][disabled]:checked + span,
.checkbox input[type="radio"][disabled]:checked + span,
.radio-checkbox input[type="radio"][disabled]:checked + span {
  background-image: url('/assets/images/checked_dark_disabled.png');
}
.checkbox input[type="checkbox"][disabled]:checked + span.white,
.radio-checkbox input[type="checkbox"][disabled]:checked + span.white,
.checkbox input[type="radio"][disabled]:checked + span.white,
.radio-checkbox input[type="radio"][disabled]:checked + span.white {
  background-image: url('/assets/images/checked.png');
}
.checkbox.disabled,
.radio-checkbox.disabled {
  opacity: 0.3;
}
@media (min-width: 768px) {
  .form-control {
    font-size: 16px;
    height: 50px;
  }
  .input-group .input-group-addon {
    font-size: 16px;
  }
  .search-form .btn-submit {
    height: 50px;
  }
  .input-date {
    min-height: 50px;
  }
  .input-date .arrow {
    top: 12px;
  }
}
.img-youtube {
  position: relative;
}
.img-youtube i {
  position: absolute;
  top: 50%;
  left: 50%;
}
.img-youtube i.fa-4x {
  margin-top: -32px;
  margin-left: -32px;
}
#youtubeModal button.close,
#imageModal button.close {
  position: absolute;
  top: 2px;
  right: 5px;
}
#youtubeModal .modal-content {
  border-radius: 0;
  border: 0;
}
#youtubeModal .modal-content iframe {
  display: block;
  width: 100%;
  height: 350px;
}
#imageModal .modal-content {
  border-radius: 0;
  border: 0;
}
.panel-mlo {
  border: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel-mlo .panel-heading {
  color: #666666;
  border: 0;
}
.panel-mlo .panel-heading .panel-title {
  font-size: 18px;
}
.panel-mlo .panel-heading + .panel-collapse > .panel-body {
  font-family: 'Quattrocento Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #e2001a;
  border-top: 0;
  font-weight: 700;
  font-style: italic;
}
.panel-mlo .panel-heading + .panel-collapse > .panel-body a {
  color: #e2001a;
  text-decoration: underline;
}
.panel-mlo .panel-heading + .panel-collapse > .panel-body p:last-child {
  margin-bottom: 0;
}
.panel-mlo .panel-heading + .panel-collapse > .panel-body hr {
  border-top: 1px solid #e5e5e5;
  width: 70%;
  float: left;
}
.panel-mlo .panel-heading + .panel-collapse > .panel-body ul {
  padding-left: 20px;
}
.panel-mlo > .panel-footer + .panel-collapse > .panel-body {
  border-bottom: 0;
}
.panel-schedule {
  border: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel-schedule .panel-heading {
  font-size: 18px;
  color: #363c3f;
  border: 0;
}
.panel-schedule .panel-heading h2.panel-title a {
  position: relative;
  padding-right: 35px;
}
.panel-schedule .panel-heading h2.panel-title a.table {
  width: auto;
}
.panel-schedule .panel-heading h2.panel-title a::after {
  position: absolute;
  top: 6px;
  bottom: 0;
  right: 0;
  content: '';
  border-radius: 50%;
  width: 28px;
  height: 28px;
  transition: all 250ms linear;
  transform: rotate(0deg);
}
.panel-schedule .panel-heading h2.panel-title a.collapsed::after {
  transform: rotate(180deg);
}
.panel-schedule .panel-heading h2.panel-title a.ml2::after {
  background: #a3228d url('/assets/images/angle_up.png') no-repeat center center;
  background-size: 28px 28px;
}
.panel-schedule .panel-heading h2.panel-title a.ml3::after {
  background: #e2001a url('/assets/images/angle_up.png') no-repeat center center;
  background-size: 28px 28px;
}
.panel-schedule .panel-heading + .panel-collapse > .panel-body {
  border-top: 0;
  padding: 0;
}
.panel-schedule .panel-heading + .panel-collapse > .panel-body p:last-child {
  margin-bottom: 0;
}
.panel-schedule > .panel-footer + .panel-collapse > .panel-body {
  border-bottom: 0;
}
.panel-transparent {
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel-transparent .panel-heading {
  color: inherit;
  background-color: transparent;
  border: none;
}
.panel-transparent .panel-heading + .panel-collapse > .panel-body {
  border: none;
}
@media (min-width: 480px) {
  .panel-schedule .panel-heading h2.panel-title img {
    width: auto;
    height: 50px;
  }
  .panel-schedule .panel-heading h2.panel-title a {
    padding-right: 45px;
  }
  .panel-schedule .panel-heading h2.panel-title a::after {
    width: 38px;
    height: 38px;
  }
  .panel-schedule .panel-heading h2.panel-title a.ml2::after {
    background-size: 38px 38px;
  }
  .panel-schedule .panel-heading h2.panel-title a.ml3::after {
    background-size: 38px 38px;
  }
}
@media (min-width: 768px) {
  .panel-mlo .panel-heading + .panel-collapse > .panel-body hr {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .panel-mlo .panel-heading + .panel-collapse > .panel-body hr {
    width: 30%;
  }
  .panel-schedule .panel-heading h2.panel-title img {
    height: 56px;
  }
  .panel-schedule .panel-heading h2.panel-title a {
    padding-right: 55px;
  }
  .panel-schedule .panel-heading h2.panel-title a::after {
    width: 44px;
    height: 44px;
  }
  .panel-schedule .panel-heading h2.panel-title a.ml2::after {
    background-size: 44px 44px;
  }
  .panel-schedule .panel-heading h2.panel-title a.ml3::after {
    background-size: 44px 44px;
  }
}
.popover {
  border-radius: 2px;
}
.btn {
  position: relative;
  font-size: 14px;
  border-radius: 0;
  overflow: hidden;
}
.btn-space-normal {
  white-space: normal;
}
.btn-50 {
  padding: 10px 15px;
  min-height: 45px;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 11px 16px;
}
.btn-red {
  color: #ffffff;
  background-color: #e2001a;
  border-color: #c10016;
}
.btn-red:hover,
.btn-red:focus,
.btn-red.focus,
.btn-red:active,
.btn-red.active,
.open > .dropdown-toggle.btn-red {
  color: #ffffff;
  background-color: #af0014;
  border-color: #84000f;
}
.btn-red:active,
.btn-red.active,
.open > .dropdown-toggle.btn-red {
  background-image: none;
}
.btn-red.disabled,
.btn-red[disabled],
fieldset[disabled] .btn-red,
.btn-red.disabled:hover,
.btn-red[disabled]:hover,
fieldset[disabled] .btn-red:hover,
.btn-red.disabled:focus,
.btn-red[disabled]:focus,
fieldset[disabled] .btn-red:focus,
.btn-red.disabled.focus,
.btn-red[disabled].focus,
fieldset[disabled] .btn-red.focus,
.btn-red.disabled:active,
.btn-red[disabled]:active,
fieldset[disabled] .btn-red:active,
.btn-red.disabled.active,
.btn-red[disabled].active,
fieldset[disabled] .btn-red.active {
  background-color: #e2001a;
  border-color: #c10016;
}
.btn-red .badge {
  color: #e2001a;
  background-color: #ffffff;
}
.btn-blue-light {
  color: #ffffff;
  background-color: #8ea1ca;
  border-color: #778ebf;
}
.btn-blue-light:hover,
.btn-blue-light:focus,
.btn-blue-light.focus,
.btn-blue-light:active,
.btn-blue-light.active,
.open > .dropdown-toggle.btn-blue-light {
  color: #ffffff;
  background-color: #6b84ba;
  border-color: #506caa;
}
.btn-blue-light:active,
.btn-blue-light.active,
.open > .dropdown-toggle.btn-blue-light {
  background-image: none;
}
.btn-blue-light.disabled,
.btn-blue-light[disabled],
fieldset[disabled] .btn-blue-light,
.btn-blue-light.disabled:hover,
.btn-blue-light[disabled]:hover,
fieldset[disabled] .btn-blue-light:hover,
.btn-blue-light.disabled:focus,
.btn-blue-light[disabled]:focus,
fieldset[disabled] .btn-blue-light:focus,
.btn-blue-light.disabled.focus,
.btn-blue-light[disabled].focus,
fieldset[disabled] .btn-blue-light.focus,
.btn-blue-light.disabled:active,
.btn-blue-light[disabled]:active,
fieldset[disabled] .btn-blue-light:active,
.btn-blue-light.disabled.active,
.btn-blue-light[disabled].active,
fieldset[disabled] .btn-blue-light.active {
  background-color: #8ea1ca;
  border-color: #778ebf;
}
.btn-blue-light .badge {
  color: #8ea1ca;
  background-color: #ffffff;
}
.btn-gray-darken {
  color: #ffffff;
  background-color: #363c3f;
  border-color: #454d51;
}
.btn-gray-darken:hover,
.btn-gray-darken:focus,
.btn-gray-darken.focus,
.btn-gray-darken:active,
.btn-gray-darken.active,
.open > .dropdown-toggle.btn-gray-darken {
  color: #ffffff;
  background-color: #1e2224;
  border-color: #292e30;
}
.btn-gray-darken:active,
.btn-gray-darken.active,
.open > .dropdown-toggle.btn-gray-darken {
  background-image: none;
}
.btn-gray-darken.disabled,
.btn-gray-darken[disabled],
fieldset[disabled] .btn-gray-darken,
.btn-gray-darken.disabled:hover,
.btn-gray-darken[disabled]:hover,
fieldset[disabled] .btn-gray-darken:hover,
.btn-gray-darken.disabled:focus,
.btn-gray-darken[disabled]:focus,
fieldset[disabled] .btn-gray-darken:focus,
.btn-gray-darken.disabled.focus,
.btn-gray-darken[disabled].focus,
fieldset[disabled] .btn-gray-darken.focus,
.btn-gray-darken.disabled:active,
.btn-gray-darken[disabled]:active,
fieldset[disabled] .btn-gray-darken:active,
.btn-gray-darken.disabled.active,
.btn-gray-darken[disabled].active,
fieldset[disabled] .btn-gray-darken.active {
  background-color: #363c3f;
  border-color: #454d51;
}
.btn-gray-darken .badge {
  color: #363c3f;
  background-color: #ffffff;
}
.btn-gray-dark {
  color: #ffffff;
  background-color: #666666;
  border-color: #777777;
}
.btn-gray-dark:hover,
.btn-gray-dark:focus,
.btn-gray-dark.focus,
.btn-gray-dark:active,
.btn-gray-dark.active,
.open > .dropdown-toggle.btn-gray-dark {
  color: #ffffff;
  background-color: #4d4d4d;
  border-color: #585858;
}
.btn-gray-dark:active,
.btn-gray-dark.active,
.open > .dropdown-toggle.btn-gray-dark {
  background-image: none;
}
.btn-gray-dark.disabled,
.btn-gray-dark[disabled],
fieldset[disabled] .btn-gray-dark,
.btn-gray-dark.disabled:hover,
.btn-gray-dark[disabled]:hover,
fieldset[disabled] .btn-gray-dark:hover,
.btn-gray-dark.disabled:focus,
.btn-gray-dark[disabled]:focus,
fieldset[disabled] .btn-gray-dark:focus,
.btn-gray-dark.disabled.focus,
.btn-gray-dark[disabled].focus,
fieldset[disabled] .btn-gray-dark.focus,
.btn-gray-dark.disabled:active,
.btn-gray-dark[disabled]:active,
fieldset[disabled] .btn-gray-dark:active,
.btn-gray-dark.disabled.active,
.btn-gray-dark[disabled].active,
fieldset[disabled] .btn-gray-dark.active {
  background-color: #666666;
  border-color: #777777;
}
.btn-gray-dark .badge {
  color: #666666;
  background-color: #ffffff;
}
.btn-gray {
  color: #ffffff;
  background-color: #8c8c8c;
  border-color: #9d9d9d;
}
.btn-gray:hover,
.btn-gray:focus,
.btn-gray.focus,
.btn-gray:active,
.btn-gray.active,
.open > .dropdown-toggle.btn-gray {
  color: #ffffff;
  background-color: #737373;
  border-color: #7e7e7e;
}
.btn-gray:active,
.btn-gray.active,
.open > .dropdown-toggle.btn-gray {
  background-image: none;
}
.btn-gray.disabled,
.btn-gray[disabled],
fieldset[disabled] .btn-gray,
.btn-gray.disabled:hover,
.btn-gray[disabled]:hover,
fieldset[disabled] .btn-gray:hover,
.btn-gray.disabled:focus,
.btn-gray[disabled]:focus,
fieldset[disabled] .btn-gray:focus,
.btn-gray.disabled.focus,
.btn-gray[disabled].focus,
fieldset[disabled] .btn-gray.focus,
.btn-gray.disabled:active,
.btn-gray[disabled]:active,
fieldset[disabled] .btn-gray:active,
.btn-gray.disabled.active,
.btn-gray[disabled].active,
fieldset[disabled] .btn-gray.active {
  background-color: #8c8c8c;
  border-color: #9d9d9d;
}
.btn-gray .badge {
  color: #8c8c8c;
  background-color: #ffffff;
}
.btn-gray-light {
  color: #556279;
  background-color: #b3b3b3;
  border-color: #a2a2a2;
}
.btn-gray-light:hover,
.btn-gray-light:focus,
.btn-gray-light.focus,
.btn-gray-light:active,
.btn-gray-light.active,
.open > .dropdown-toggle.btn-gray-light {
  color: #556279;
  background-color: #9a9a9a;
  border-color: #848484;
}
.btn-gray-light:active,
.btn-gray-light.active,
.open > .dropdown-toggle.btn-gray-light {
  background-image: none;
}
.btn-gray-light.disabled,
.btn-gray-light[disabled],
fieldset[disabled] .btn-gray-light,
.btn-gray-light.disabled:hover,
.btn-gray-light[disabled]:hover,
fieldset[disabled] .btn-gray-light:hover,
.btn-gray-light.disabled:focus,
.btn-gray-light[disabled]:focus,
fieldset[disabled] .btn-gray-light:focus,
.btn-gray-light.disabled.focus,
.btn-gray-light[disabled].focus,
fieldset[disabled] .btn-gray-light.focus,
.btn-gray-light.disabled:active,
.btn-gray-light[disabled]:active,
fieldset[disabled] .btn-gray-light:active,
.btn-gray-light.disabled.active,
.btn-gray-light[disabled].active,
fieldset[disabled] .btn-gray-light.active {
  background-color: #b3b3b3;
  border-color: #a2a2a2;
}
.btn-gray-light .badge {
  color: #b3b3b3;
  background-color: #556279;
}
.btn-gray-lighter {
  color: #556279;
  background-color: #f5f5f5;
  border-color: #e4e4e4;
}
.btn-gray-lighter:hover,
.btn-gray-lighter:focus,
.btn-gray-lighter.focus,
.btn-gray-lighter:active,
.btn-gray-lighter.active,
.open > .dropdown-toggle.btn-gray-lighter {
  color: #556279;
  background-color: #dcdcdc;
  border-color: #c6c6c6;
}
.btn-gray-lighter:active,
.btn-gray-lighter.active,
.open > .dropdown-toggle.btn-gray-lighter {
  background-image: none;
}
.btn-gray-lighter.disabled,
.btn-gray-lighter[disabled],
fieldset[disabled] .btn-gray-lighter,
.btn-gray-lighter.disabled:hover,
.btn-gray-lighter[disabled]:hover,
fieldset[disabled] .btn-gray-lighter:hover,
.btn-gray-lighter.disabled:focus,
.btn-gray-lighter[disabled]:focus,
fieldset[disabled] .btn-gray-lighter:focus,
.btn-gray-lighter.disabled.focus,
.btn-gray-lighter[disabled].focus,
fieldset[disabled] .btn-gray-lighter.focus,
.btn-gray-lighter.disabled:active,
.btn-gray-lighter[disabled]:active,
fieldset[disabled] .btn-gray-lighter:active,
.btn-gray-lighter.disabled.active,
.btn-gray-lighter[disabled].active,
fieldset[disabled] .btn-gray-lighter.active {
  background-color: #f5f5f5;
  border-color: #e4e4e4;
}
.btn-gray-lighter .badge {
  color: #f5f5f5;
  background-color: #556279;
}
.btn-gray-separator {
  color: #363c3f;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
}
.btn-gray-separator:hover,
.btn-gray-separator:focus,
.btn-gray-separator.focus,
.btn-gray-separator:active,
.btn-gray-separator.active,
.open > .dropdown-toggle.btn-gray-separator {
  color: #363c3f;
  background-color: #cccccc;
  border-color: #c6c6c6;
}
.btn-gray-separator:active,
.btn-gray-separator.active,
.open > .dropdown-toggle.btn-gray-separator {
  background-image: none;
}
.btn-gray-separator.disabled,
.btn-gray-separator[disabled],
fieldset[disabled] .btn-gray-separator,
.btn-gray-separator.disabled:hover,
.btn-gray-separator[disabled]:hover,
fieldset[disabled] .btn-gray-separator:hover,
.btn-gray-separator.disabled:focus,
.btn-gray-separator[disabled]:focus,
fieldset[disabled] .btn-gray-separator:focus,
.btn-gray-separator.disabled.focus,
.btn-gray-separator[disabled].focus,
fieldset[disabled] .btn-gray-separator.focus,
.btn-gray-separator.disabled:active,
.btn-gray-separator[disabled]:active,
fieldset[disabled] .btn-gray-separator:active,
.btn-gray-separator.disabled.active,
.btn-gray-separator[disabled].active,
fieldset[disabled] .btn-gray-separator.active {
  background-color: #e5e5e5;
  border-color: #e5e5e5;
}
.btn-gray-separator .badge {
  color: #e5e5e5;
  background-color: #363c3f;
}
.btn-gray-separator:hover,
.btn-gray-separator:focus,
.btn-gray-separator.focus,
.btn-gray-separator:active,
.btn-gray-separator.active,
.open > .dropdown-toggle.btn-gray-separator {
  color: #ffffff;
  background-color: #363c3f;
  border-color: #363c3f;
}
.btn-filestyle-input {
  background-color: transparent;
  color: #b3b3b3;
  border: 1px solid #e5e5e5;
  padding: 0 10px;
  height: 45px;
  line-height: 45px;
  font-style: italic;
  text-overflow: ellipsis;
}
.btn-download {
  color: #363c3f;
  background-color: #f5f5f5;
  border: 0;
  padding: 14px 15px 14px 65px;
  text-decoration: none;
}
.btn-download:link,
.btn-download:visited {
  color: #363c3f !important;
}
.btn-download:hover {
  color: #f5f5f5 !important;
  background-color: #363c3f;
}
.btn-download:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  background-color: #363c3f;
  background-image: url('/assets/images/download.png');
  background-repeat: no-repeat;
  background-position: center center;
  width: 50px;
}
.btn-download-alt {
  color: #363c3f;
  background-color: #f5f5f5;
  border: 0;
  padding: 14px 15px 14px 65px;
  text-decoration: none;
  background-color: #e5e5e5;
}
.btn-download-alt:link,
.btn-download-alt:visited {
  color: #363c3f !important;
}
.btn-download-alt:hover {
  color: #f5f5f5 !important;
  background-color: #363c3f;
}
.btn-download-alt:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  background-color: #363c3f;
  background-image: url('/assets/images/download.png');
  background-repeat: no-repeat;
  background-position: center center;
  width: 50px;
}
.btn-download-white {
  color: #363c3f;
  background-color: #f5f5f5;
  border: 0;
  padding: 14px 15px 14px 65px;
  text-decoration: none;
  background-color: #ffffff;
}
.btn-download-white:link,
.btn-download-white:visited {
  color: #363c3f !important;
}
.btn-download-white:hover {
  color: #f5f5f5 !important;
  background-color: #363c3f;
}
.btn-download-white:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  background-color: #363c3f;
  background-image: url('/assets/images/download.png');
  background-repeat: no-repeat;
  background-position: center center;
  width: 50px;
}
.btn-download-blue {
  color: #363c3f;
  background-color: #f5f5f5;
  border: 0;
  padding: 14px 15px 14px 65px;
  text-decoration: none;
  background-color: #ffffff;
}
.btn-download-blue:link,
.btn-download-blue:visited {
  color: #363c3f !important;
}
.btn-download-blue:hover {
  color: #f5f5f5 !important;
  background-color: #363c3f;
}
.btn-download-blue:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  background-color: #363c3f;
  background-image: url('/assets/images/download.png');
  background-repeat: no-repeat;
  background-position: center center;
  width: 50px;
}
.btn-download-blue:hover {
  color: #fff !important;
  background-color: #567ab5;
}
.btn-download-blue:before {
  background-color: #567ab5;
}
.btn-download-lg {
  color: #363c3f;
  background-color: #f5f5f5;
  border: 0;
  padding: 14px 15px 14px 65px;
  text-decoration: none;
  padding: 15px 15px 15px 70px;
}
.btn-download-lg:link,
.btn-download-lg:visited {
  color: #363c3f !important;
}
.btn-download-lg:hover {
  color: #f5f5f5 !important;
  background-color: #363c3f;
}
.btn-download-lg:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  background-color: #363c3f;
  background-image: url('/assets/images/download.png');
  background-repeat: no-repeat;
  background-position: center center;
  width: 50px;
}
.btn-download-lg:before {
  width: 60px;
}
.btn-print {
  color: #363c3f;
  background-color: #f5f5f5;
  border: 0;
  padding: 14px 15px 14px 65px;
  text-decoration: none;
}
.btn-print:link,
.btn-print:visited {
  color: #363c3f !important;
}
.btn-print:hover {
  color: #f5f5f5 !important;
  background-color: #363c3f;
}
.btn-print:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  background-color: #363c3f;
  background-image: url('/assets/images/download.png');
  background-repeat: no-repeat;
  background-position: center center;
  width: 50px;
}
.btn-print:before {
  background-image: url('/assets/images/print.png');
}
.btn-share {
  color: #363c3f;
  background-color: #f5f5f5;
  border: 0;
  padding: 14px 15px 14px 65px;
  text-decoration: none;
  padding: 15px 65px 15px 15px;
}
.btn-share:link,
.btn-share:visited {
  color: #363c3f !important;
}
.btn-share:hover {
  color: #f5f5f5 !important;
  background-color: #363c3f;
}
.btn-share:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  background-color: #363c3f;
  background-image: url('/assets/images/download.png');
  background-repeat: no-repeat;
  background-position: center center;
  width: 50px;
}
.btn-share:before {
  display: none;
  width: 0;
  background-image: none;
}
.btn-share:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  content: '';
  background: #363c3f url('/assets/images/share.png') no-repeat center center;
  width: 50px;
}
.btn-share-alt {
  color: #363c3f;
  background-color: #f5f5f5;
  border: 0;
  padding: 14px 15px 14px 65px;
  text-decoration: none;
  padding: 15px 65px 15px 15px;
}
.btn-share-alt:link,
.btn-share-alt:visited {
  color: #363c3f !important;
}
.btn-share-alt:hover {
  color: #f5f5f5 !important;
  background-color: #363c3f;
}
.btn-share-alt:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  background-color: #363c3f;
  background-image: url('/assets/images/download.png');
  background-repeat: no-repeat;
  background-position: center center;
  width: 50px;
}
.btn-share-alt:before {
  display: none;
  width: 0;
  background-image: none;
}
.btn-share-alt:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  content: '';
  background: #363c3f url('/assets/images/share.png') no-repeat center center;
  width: 50px;
}
.btn-share-alt:after {
  background: #363c3f url('/assets/images/share2.png') no-repeat center center;
}
.btn-share-responsibility {
  color: #363c3f;
  background-color: #f5f5f5;
  border: 0;
  padding: 14px 15px 14px 65px;
  text-decoration: none;
  padding: 15px 65px 15px 15px;
  position: absolute;
  bottom: 0;
  padding: 11px 65px 11px 15px;
  color: #8c8c8c;
  background-color: #e5e5e5;
  font-size: 20px !important;
}
.btn-share-responsibility:link,
.btn-share-responsibility:visited {
  color: #363c3f !important;
}
.btn-share-responsibility:hover {
  color: #f5f5f5 !important;
  background-color: #363c3f;
}
.btn-share-responsibility:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  background-color: #363c3f;
  background-image: url('/assets/images/download.png');
  background-repeat: no-repeat;
  background-position: center center;
  width: 50px;
}
.btn-share-responsibility:before {
  display: none;
  width: 0;
  background-image: none;
}
.btn-share-responsibility:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  content: '';
  background: #363c3f url('/assets/images/share.png') no-repeat center center;
  width: 50px;
}
.btn-share-responsibility:after {
  background: #363c3f url('/assets/images/share2.png') no-repeat center center;
}
.btn-share-responsibility.btn-block {
  text-align: right;
}
@media (min-width: 768px) {
  .btn {
    font-size: 16px;
  }
  .btn-50 {
    padding: 12px 19px;
    min-height: 50px;
  }
  .btn-filestyle-input {
    height: 50px;
    line-height: 50px;
  }
}
.selectize-input-group {
  table-layout: fixed;
}
.selectize-control {
  height: 45px !important;
}
.selectize-control .selectize-input {
  border: 1px solid #e5e5e5;
  border-radius: 0;
  height: 45px;
  padding: 12px 30px 0 10px;
}
.selectize-control .selectize-input .item {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}
.selectize-control .selectize-input input {
  width: 100% !important;
  padding-right: 20px !important;
}
.selectize-control.single .selectize-input:after {
  border: none;
  background: url('/assets/images/sprite_angles.png') 0 0;
  width: 20px;
  height: 13px;
  right: 5px;
  margin-top: -6px;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  background: url('/assets/images/sprite_angles.png') -22px 0;
  margin-top: -6px;
}
.selectize-control.icon-search .selectize-input:after {
  background: url('/assets/images/icon_search.png') 0 0;
  height: 20px;
  margin-top: -10px;
}
.selectize-control.icon-search .selectize-input.dropdown-active:after {
  background: url('/assets/images/icon_search.png') 0 0;
  margin-top: -10px;
}
.selectize-control.no-arrow .selectize-input:after {
  border: none;
  background: transparent;
}
.selectize-control.no-arrow .selectize-input.dropdown-active:after {
  background: transparent;
}
.selectize-control.icon .selectize-input .item {
  margin-top: -7px;
}
.selectize-dropdown,
.selectize-dropdown.form-control {
  border-color: #e5e5e5;
  border-radius: 0;
}
.selectize-dropdown:before {
  background-color: #ffffff;
  content: '';
  width: 20px;
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -20px;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  border-left: 1px solid #efefef;
}
.selectize-dropdown.normal:before {
  width: 0;
  border: none;
  background-color: transparent;
}
.selectize-dropdown.normal .option {
  border-bottom: 0;
}
.selectize-dropdown.transparent {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
.selectize-dropdown.transparent:before {
  width: 0;
  border: none;
  background-color: transparent;
}
.selectize-dropdown.transparent .option {
  border-bottom: 0;
}
.selectize-dropdown.transparent .option.active {
  background-color: transparent;
}
.selectize-dropdown .optgroup:before {
  height: 0;
}
.selectize-dropdown .optgroup-header {
  padding: 0;
  font-size: 14px;
  color: #8c8c8c;
}
.selectize-dropdown .option {
  color: #b3b3b3;
  padding: 6px 12px 6px 6px;
  border-bottom: 1px solid #e5e5e5;
}
.selectize-dropdown .option.active {
  background-color: #ffffff;
  color: #363c3f;
}
@media (min-width: 768px) {
  .selectize-control {
    height: 50px !important;
  }
  .selectize-control .selectize-input {
    height: 50px;
    padding: 14px 30px 0 10px;
  }
  .selectize-control.icon .selectize-input .item {
    margin-top: -5px;
  }
}
.editor-toolbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 6000000;
  margin: 0;
  padding: 5px;
  font: 11px Verdana, Arial, sans-serif;
  text-align: left;
  color: #2f2f2f;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #e4e4e4, #ffffff);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e4e4e4), to(#ffffff));
  background-image: -o-linear-gradient(top, #e4e4e4, #ffffff);
  background: linear-gradient(top, #e4e4e4, #ffffff);
  border-bottom: 1px solid #bbb;
}
.editor-toolbar:hover {
  box-shadow: rgba(0, 0, 0, 0.3) 0 0 50px;
}
.editor-toolbar .title {
  padding-top: 5px;
}
.editor-toolbar .btn {
  font-size: 11px;
  padding: 4px 10px;
}
.share-toolbar {
  display: block;
  z-index: 1060;
  position: absolute;
  bottom: 0;
  right: 0;
}
.btn-share-email {
  display: inline-block;
  vertical-align: middle;
  transform: translate(0, 0);
  width: 50px;
  height: 50px;
  background: url('/assets/images/share_toolbar.png') no-repeat 0 0;
}
.btn-share-facebook {
  display: inline-block;
  vertical-align: middle;
  transform: translate(0, 0);
  width: 50px;
  height: 50px;
  background: url('/assets/images/share_toolbar.png') no-repeat 0 0;
  background: url('/assets/images/share_toolbar.png') no-repeat -50px 0;
}
.btn-share-twitter {
  display: inline-block;
  vertical-align: middle;
  transform: translate(0, 0);
  width: 50px;
  height: 50px;
  background: url('/assets/images/share_toolbar.png') no-repeat 0 0;
  background: url('/assets/images/share_toolbar.png') no-repeat -100px 0;
}
.btn-share-pinterest {
  display: inline-block;
  vertical-align: middle;
  transform: translate(0, 0);
  width: 50px;
  height: 50px;
  background: url('/assets/images/share_toolbar.png') no-repeat 0 0;
  background: url('/assets/images/share_toolbar.png') no-repeat -150px 0;
}
.btn-share-googleplus {
  display: inline-block;
  vertical-align: middle;
  transform: translate(0, 0);
  width: 50px;
  height: 50px;
  background: url('/assets/images/share_toolbar.png') no-repeat 0 0;
  background: url('/assets/images/share_toolbar.png') no-repeat -200px 0;
}
.btn-share-linkedin {
  display: inline-block;
  vertical-align: middle;
  transform: translate(0, 0);
  width: 50px;
  height: 50px;
  background: url('/assets/images/share_toolbar.png') no-repeat 0 0;
  background: url('/assets/images/share_toolbar.png') no-repeat -300px 0;
}
.btn-share-print {
  display: inline-block;
  vertical-align: middle;
  transform: translate(0, 0);
  width: 50px;
  height: 50px;
  background: url('/assets/images/share_toolbar.png') no-repeat 0 0;
  background: url('/assets/images/share_toolbar.png') no-repeat -250px 0;
}
.btn-share-close {
  display: inline-block;
  vertical-align: middle;
  transform: translate(0, 0);
  width: 50px;
  height: 50px;
  background: url('/assets/images/share_toolbar.png') no-repeat 0 0;
  background: #363c3f url('/assets/images/close.png') no-repeat center center;
}
.btn-share-white-close {
  display: inline-block;
  vertical-align: middle;
  transform: translate(0, 0);
  width: 50px;
  height: 50px;
  background: url('/assets/images/share_toolbar.png') no-repeat 0 0;
  background: #ffffff url('/assets/images/close.png') no-repeat center center;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    margin-bottom: 0;
    border: none;
  }
}
.table-stations-vertical {
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 2px;
  padding-bottom: 12px;
  border-bottom: 1px solid transparent;
}
.table-stations-vertical.purple {
  border-color: #a3228d;
}
.table-stations-vertical.red {
  border-color: #e2001a;
}
.table-stations-vertical th {
  width: 50px;
}
.table-stations-vertical th.rotate-90 {
  height: 205px;
  white-space: nowrap;
}
.table-stations-vertical th.rotate-90 > div {
  -webkit-transform: translate(0, 78px) rotate(270deg);
  -ms-transform: translate(0, 78px) rotate(270deg);
  -moz-transform: translate(0, 78px) rotate(270deg);
  transform: translate(0, 78px) rotate(270deg);
  width: 50px;
}
.table-stations-vertical th.rotate-90 > div::before {
  position: absolute;
  top: 3px;
  left: -21px;
  display: block;
  content: '';
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.table-stations-vertical th.rotate-90 > div.start::before,
.table-stations-vertical th.rotate-90 > div.finish::before {
  top: 0;
  left: -24px;
  width: 21px;
  height: 21px;
}
.table-stations-vertical th.rotate-90 > div.purple::before {
  background-color: #a3228d;
}
.table-stations-vertical th.rotate-90 > div.red::before {
  background-color: #e2001a;
}
.table-stations-vertical th.rotate-90 > div > strong {
  padding: 5px 10px;
}
.table-schedules {
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 2px;
}
.table-schedules th {
  padding: 15px 0;
  width: 50px;
  text-align: center;
}
.table-schedules th.rotate-90 {
  white-space: nowrap;
}
.table-schedules th.rotate-90 > div {
  -webkit-transform: translate(0, 44px) rotate(270deg);
  -ms-transform: translate(0, 44px) rotate(270deg);
  -moz-transform: translate(0, 44px) rotate(270deg);
  transform: translate(0, 44px) rotate(270deg);
  width: 50px;
}
.table-schedules th.rotate-90 > div > strong {
  padding: 5px 10px;
}
.table-schedules td {
  padding: 10px 0;
}
.text-quattrocento {
  font-family: 'Quattrocento Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cursor-pointer {
  cursor: pointer;
}
.false-padding {
  border-left: 10px solid #ffffff;
  border-right: 10px solid #ffffff;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.text-ellipsis {
  max-width: 100%;
  overflow: hidden!important;
  text-overflow: ellipsis!important;
  white-space: nowrap!important;
  word-wrap: normal!important;
}
.scroll-horizontal {
  overflow: hidden;
  overflow-x: auto;
}
.scroll-vertical {
  overflow: hidden;
  overflow-y: auto;
}
.mlo-pagination .pagination li > a,
.mlo-pagination .pagination li > span {
  font-size: 24px;
  padding: 0 10px;
  color: #8c8c8c;
  background-color: transparent;
  border: none;
}
.mlo-pagination .pagination > .active > a,
.mlo-pagination .pagination > .active > span,
.mlo-pagination .pagination > .active > a:hover,
.mlo-pagination .pagination > .active > span:hover,
.mlo-pagination .pagination > .active > a:focus,
.mlo-pagination .pagination > .active > span:focus {
  color: #e2001a;
  background-color: transparent;
  border-color: transparent;
}
.widget-post .thumbnail {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 110px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
}
.widget-post .wrapper {
  background-color: #ffffff;
  overflow: hidden;
  height: auto;
}
.home .widget-post > div {
  display: block;
}
.home .widget-post .thumbnail {
  width: 100%;
  height: 110px;
}
.related-posts .widget-post > div {
  display: table;
}
.related-posts .widget-post > div > div {
  display: table-cell;
  vertical-align: middle;
}
.related-posts .widget-post .thumbnail {
  width: 125px;
  height: 80px;
}
.widget-post-view img {
  max-width: 100%;
}
.widget-most-read {
  height: 300px;
}
.widget-video {
  width: 100%;
}
.widget-video .thumbnail {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 220px;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
}
.widget-image {
  display: block;
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.widget-image .box.effect-kira:hover .thumbnail,
.widget-image .box.effect-kira:focus .thumbnail {
  opacity: 0.5;
}
.widget-image .box.effect-kira:hover .toolbar,
.widget-image .box.effect-kira:focus .toolbar {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.widget-image .box.effect-kira .thumbnail {
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.widget-image .box.effect-kira .toolbar {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  padding: 10px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
.widget-image .box.effect-kira .toolbar .fake-button {
  display: inline-block;
  background-color: #363c3f;
  margin: 0;
  padding: 0;
  border: 0;
  width: 62px;
  height: 62px;
  line-height: 62px;
  border-radius: 50%;
}
.widget-image .box .content {
  position: relative;
  height: 220px;
  width: 100%;
}
.widget-image .box .content .thumbnail {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.widget-search .img {
  width: 100%;
  height: 150px;
}
.widget-search .panel-mlo .panel-heading {
  color: #8c8c8c;
  font-weight: normal;
  padding: 0;
}
.widget-search .panel-mlo .panel-heading .panel-title {
  font-size: 16px;
}
.widget-search .panel-mlo .panel-heading + .panel-collapse > .panel-body {
  padding: 20px 0 0;
  color: #363c3f;
}
.widget-search .panel-mlo .panel-heading + .panel-collapse > .panel-body a {
  color: #363c3f;
}
.widget-identity {
  position: relative;
  background: #f5f5f5;
  border: 1px solid #e5e5e5;
  width: 100%;
}
.widget-identity .thumbnail {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 110px;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
}
.widget-identity .title,
.widget-identity .buttons {
  height: 85px;
}
.widget-identity .buttons-alt {
  width: 55px;
}
.widget-identity .name {
  display: block;
  overflow: hidden;
  max-height: 50px;
  line-height: 25px;
}
.widget-identity .description {
  overflow: hidden;
  max-height: 40px;
}
.widget-identity .buttons a,
.widget-identity .buttons-alt a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
}
.widget-benefit {
  height: 340px;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}
.widget-benefit.h410 {
  height: 410px;
}
.widget-benefit.h450 {
  height: 450px;
}
.widget-leisure {
  width: 100%;
}
.widget-leisure .header {
  position: relative;
  height: 50px;
}
.widget-leisure .header h3 {
  line-height: 50px;
}
.widget-leisure .header .btn-share-link {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.widget-leisure .carousel .carousel-inner {
  background-color: #666666;
  height: 250px;
}
.widget-leisure .carousel .carousel-inner .item {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.widget-leisure .carousel .carousel-caption {
  background-color: rgba(255, 255, 255, 0.75);
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  text-shadow: none;
}
.widget-leisure .body {
  height: 250px;
}
.widget-leisure .body .description {
  height: 160px;
  max-height: 160px;
  overflow: hidden;
}
.widget-download {
  position: relative;
  background: #f5f5f5;
  border: 1px solid #e5e5e5;
  width: 100%;
}
.widget-download .thumbnail {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 110px;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
}
.widget-download .buttons {
  width: 55px;
}
.widget-download .buttons a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
}
.widget-download .name {
  display: block;
  overflow: hidden;
  max-height: 50px;
  line-height: 25px;
}
.widget-download .footer {
  height: 50px;
  line-height: 50px;
}
.widget-cac .thumbnail {
  position: relative;
  width: 100%;
  height: 230px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: #f5f5f5;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.widget-cac .thumbnail .name {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.8);
}
@media (min-width: 480px) {
  .home .widget-post .img {
    height: 130px;
  }
  .widget-benefit.h410-xs {
    height: 410px;
  }
  .widget-benefit.h450-xs {
    height: 450px;
  }
}
@media (min-width: 768px) {
  .widget-post {
    display: table;
    table-layout: fixed;
  }
  .widget-post > div {
    display: table-cell;
    vertical-align: top;
  }
  .widget-post .thumbnail {
    width: 190px;
    height: 190px;
  }
  .widget-post .wrapper {
    background-color: transparent;
  }
  .home .widget-post .wrapper {
    background-color: #ffffff;
    height: 190px;
  }
  .home .widget-post .wrapper .title {
    overflow: hidden;
    max-height: 40px;
  }
  .widget-identity {
    height: 283px;
    min-height: 283px;
  }
  .widget-benefit.h410-sm {
    height: 410px;
  }
  .widget-benefit.h450-sm {
    height: 450px;
  }
}
@media (min-width: 992px) {
  .home .widget-post .wrapper {
    height: 210px;
  }
  .widget-most-read {
    height: 465px;
  }
  .widget-video .thumbnail {
    height: 240px;
  }
  .widget-image .box {
    height: 240px;
  }
  .widget-identity {
    display: table;
    height: 173px;
    min-height: 173px;
  }
  .widget-identity > div {
    display: table-cell;
    vertical-align: top;
  }
  .widget-identity .thumbnail {
    height: auto;
    width: 171px;
  }
  .widget-identity .footer {
    position: absolute;
    bottom: 0;
    left: 171px;
    right: 0;
  }
  .widget-benefit.h410-md {
    height: 410px;
  }
  .widget-benefit.h450-md {
    height: 450px;
  }
  .widget-download {
    display: table;
  }
  .widget-download > div {
    display: table-cell;
    vertical-align: top;
  }
  .widget-download .thumbnail {
    height: auto;
    width: 125px;
  }
}
@media (min-width: 1280px) {
  .widget-post .thumbnail {
    width: 200px;
    height: 200px;
  }
  .widget-most-read {
    height: 390px;
  }
  .widget-benefit.h410-lg {
    height: 410px;
  }
  .widget-benefit.h450-lg {
    height: 450px;
  }
}
.cover {
  position: relative;
  min-height: 575px;
  z-index: 1;
  background-color: #666666;
}
.cover .coverVideo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.cover .coverVideo video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -999;
  min-height: 100%;
  min-width: 100%;
}
.cover .coverVideo.video-0,
.cover .coverVideo video.video-0 {
  background-image: url('/assets/videos/video0_obscured.jpg');
}
.cover .coverVideo.video-1,
.cover .coverVideo video.video-1 {
  background-image: url('/assets/videos/video1_obscured.jpg');
}
.cover .coverVideo.video-2,
.cover .coverVideo video.video-2 {
  background-image: url('/assets/videos/video2_obscured.jpg');
}
.cover .coverVideo.video-3,
.cover .coverVideo video.video-3 {
  background-image: url('/assets/videos/video3_obscured.jpg');
}
.cover .coverVideo.video-4,
.cover .coverVideo video.video-4 {
  background-image: url('/assets/videos/video4_obscured.jpg');
}
.cover .coverVideo.video-5,
.cover .coverVideo video.video-5 {
  background-image: url('/assets/videos/video5_obscured.jpg');
}
.cover .coverVideo.video-6,
.cover .coverVideo video.video-6 {
  background-image: url('/assets/videos/video6_obscured.jpg');
}
.cover .coverVideo.video-7,
.cover .coverVideo video.video-7 {
  background-image: url('/assets/videos/video7.jpg?v=2021');
}
.cover .coverContent {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 575px;
  background-image: url('/assets/images/bg-home.png');
  background-position: left bottom;
  background-repeat: repeat-x;
  z-index: 2;
}
.cover .coverContent .container {
  position: relative;
  height: 100%;
}
.cover .coverContent .container .home-title .table {
  width: auto;
}
.cover .coverContent .container .home-title .table .table-cell {
  text-align: center;
}
.cover .coverContent .container .home-title .table .table-cell img.wifi {
  width: 40px;
}
.cover .coverContent .container .home-title .table .table-cell img.ocio {
  width: 30px;
}
.cover .coverContent .container .home-title .table .table-cell img.app {
  width: 25px;
}
.cover .coverContent .container .home-tabs ul.nav-tabs {
  background-color: rgba(255, 255, 255, 0.8);
  border-bottom: 0;
}
.cover .coverContent .container .home-tabs ul.nav-tabs li {
  margin-bottom: 0;
}
.cover .coverContent .container .home-tabs ul.nav-tabs li a {
  font-size: 13px;
  font-weight: bold;
  color: #666666;
  margin-right: 0;
  border-radius: 0;
  padding: 10px 5px;
}
.cover .coverContent .container .home-tabs ul.nav-tabs li a:hover,
.cover .coverContent .container .home-tabs ul.nav-tabs li a:focus {
  border-color: transparent;
  background-color: transparent;
}
.cover .coverContent .container .home-tabs ul.nav-tabs li.active a {
  color: #ffffff;
  background-color: #666666;
  border: 1px solid transparent;
  cursor: default;
}
.cover .coverContent .container .home-tabs .tab-content {
  background-color: rgba(255, 255, 255, 0.8);
}
.cover .coverContent .container .home-tabs .tab-content img {
  width: 38px;
  height: 38px;
}
@media (min-width: 480px) {
  .cover {
    min-height: 610px;
  }
  .cover .coverContent {
    min-height: 610px;
  }
  .cover .coverContent .container .home-tabs ul.nav-tabs li a {
    font-size: 18px;
    padding: 10px;
  }
  .cover .coverContent .container .home-tabs .tab-content img {
    width: 38px;
    height: 38px;
  }
}
@media (min-width: 768px) {
  .cover {
    min-height: 680px;
  }
  .cover .coverContent {
    min-height: 680px;
  }
  .cover .coverContent .container .home-title .table .table-cell {
    text-align: left;
  }
  .cover .coverContent .container .home-title .table .table-cell h2 {
    display: inline-block;
    vertical-align: middle;
  }
  .cover .coverContent .container .home-title .table .table-cell img {
    display: inline-block;
  }
  .cover .coverContent .container .home-title .table .table-cell img.wifi {
    width: 60px;
  }
  .cover .coverContent .container .home-title .table .table-cell img.ocio {
    width: 44px;
  }
  .cover .coverContent .container .home-title .table .table-cell img.app {
    width: 32px;
  }
  .cover .coverContent .container .home-tabs ul.nav-tabs li a {
    font-size: 24px;
    padding: 10px 15px;
  }
  .cover .coverContent .container .home-tabs .tab-content img {
    width: 45px;
    height: 45px;
  }
}
@media (min-width: 992px) {
  .cover {
    min-height: 945px;
  }
  .cover .coverVideo.video-0,
  .cover .coverVideo.video-1,
  .cover .coverVideo.video-2,
  .cover .coverVideo.video-3,
  .cover .coverVideo.video-4,
  .cover .coverVideo.video-5,
  .cover .coverVideo.video-6,
  .cover .coverVideo.video-7 {
    background-image: none;
  }
  .cover .coverVideo video.video-0 {
    background-image: url('/assets/videos/video0.jpg');
  }
  .cover .coverVideo video.video-1 {
    background-image: url('/assets/videos/video1.jpg');
  }
  .cover .coverVideo video.video-2 {
    background-image: url('/assets/videos/video2.jpg');
  }
  .cover .coverVideo video.video-3 {
    background-image: url('/assets/videos/video3.jpg');
  }
  .cover .coverVideo video.video-4 {
    background-image: url('/assets/videos/video4.jpg');
  }
  .cover .coverVideo video.video-5 {
    background-image: url('/assets/videos/video5.jpg');
  }
  .cover .coverVideo video.video-6 {
    background-image: url('/assets/videos/video6.jpg');
  }
  .cover .coverVideo video.video-7 {
    background-image: url('/assets/videos/video7.jpg?v=2021');
  }
  .cover .coverContent {
    min-height: 945px;
  }
  .cover .coverContent .container .home-title {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .cover .coverContent .container .home-title .table {
    float: right;
  }
  .cover .coverContent .container .home-title .table .table-cell img.wifi {
    width: 74px;
  }
  .cover .coverContent .container .home-title .table .table-cell img.ocio {
    width: 52px;
  }
  .cover .coverContent .container .home-title .table .table-cell img.app {
    width: 40px;
  }
  .cover .coverContent .container .home-tabs ul.nav-tabs li a {
    font-size: 22px;
    padding: 10px;
  }
}
@media (min-width: 1280px) {
  .cover {
    min-height: 780px;
  }
  .cover .coverContent {
    min-height: 780px;
  }
}
.map .open-panel,
.scheme-integrated .open-panel {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -25px;
  z-index: 1;
}
.map .exchange-stations,
.scheme-integrated .exchange-stations {
  position: relative;
  display: block;
  z-index: 1;
  background: transparent url("/assets/images/exchange-values.png") no-repeat center center;
  background-size: cover;
  width: 30px;
  height: 30px;
  margin-top: -10px;
  margin-bottom: -10px;
  border: none;
}
.map h3,
.scheme-integrated h3 {
  position: relative;
  font-size: 20px;
  height: 45px;
  line-height: 45px;
}
.map h3 button.close,
.scheme-integrated h3 button.close {
  float: none;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -14px;
}
.map {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.map .canvas {
  width: 100%;
  height: 400px;
  margin-top: 620px;
  z-index: 0;
}
.map .map-panel {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0;
  z-index: 2;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.map .map-panel .step#step2 {
  background-color: #b3b3b3;
}
.map .map-panel .step#step3 button.back {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.map .map-panel .step#step3 .btn-scheme-integrated {
  position: absolute;
  bottom: 0;
}
.map .map-panel .step {
  position: relative;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  width: 100%;
  height: 620px;
  margin: 0;
  padding: 0;
  background-color: #f5f5f5;
}
.map .map-panel .step .input-categories {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: auto;
  height: 290px;
}
.map .map-panel .step .input-datetimepicker table {
  table-layout: fixed;
  margin: 0 auto;
  width: 100%;
}
.map .map-panel .step .input-datetimepicker .datepicker tr th.prev,
.map .map-panel .step .input-datetimepicker .datepicker tr th.next {
  width: 50px;
}
.map .map-panel .step .input-datetimepicker .datepicker tr:first-child th {
  font-size: 20px;
  padding: 10px 0;
  height: auto;
  width: auto;
  line-height: 1.1;
}
.map .map-panel .step .input-datetimepicker .datepicker tr:first-child th:hover {
  background: none;
}
.map .map-panel .step .input-datetimepicker .datepicker th,
.map .map-panel .step .input-datetimepicker .datepicker td {
  border-radius: 0;
}
.map .map-panel .step .input-datetimepicker .datepicker th.dow,
.map .map-panel .step .input-datetimepicker .datepicker td.dow,
.map .map-panel .step .input-datetimepicker .datepicker th.day,
.map .map-panel .step .input-datetimepicker .datepicker td.day {
  height: 30px;
  line-height: 30px;
  min-width: 30px;
  width: auto;
}
.map .map-panel .step .input-datetimepicker .datepicker th.day,
.map .map-panel .step .input-datetimepicker .datepicker td.day {
  font-family: 'Quattrocento Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 24px;
}
.map .map-panel .step .input-datetimepicker .datepicker td {
  position: relative;
  color: #666666;
  border-radius: 50%;
}
.map .map-panel .step .input-datetimepicker .datepicker td > span {
  position: relative;
  display: inline;
  width: inherit;
  height: inherit;
  line-height: inherit;
  margin: 0;
}
.map .map-panel .step .input-datetimepicker .datepicker td > span:hover {
  background: none;
}
.map .map-panel .step .input-datetimepicker .datepicker td:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 40px;
  margin-left: -20px;
  border-radius: 50%;
}
.map .map-panel .step .input-datetimepicker .datepicker td.day:hover {
  background-color: transparent;
}
.map .map-panel .step .input-datetimepicker .datepicker td.day:hover:before {
  background-color: #f5f5f5;
}
.map .map-panel .step .input-datetimepicker .datepicker td.active {
  background-color: transparent;
  color: #666666;
  text-shadow: none;
}
.map .map-panel .step .input-datetimepicker .datepicker td.active:before {
  background-color: #f5f5f5;
}
.map .map-panel .step .input-datetimepicker .datepicker td.disabled {
  color: #8c8c8c;
}
.map .map-panel .step .input-datetimepicker .datepicker .picker-switch {
  text-transform: capitalize;
  text-align: left;
  color: #363c3f;
}
.map .map-panel .step .slider {
  display: block;
  margin: 0 auto;
}
.map .map-panel .step .slider.slider-horizontal {
  width: 100%;
  height: 37px;
}
.map .map-panel .step .slider.slider-horizontal .slider-track {
  height: 25px;
  margin-top: -13px;
  background: transparent url('/assets/images/slider_bg.png') repeat-x top left;
  box-shadow: none;
  border-radius: 0;
}
.map .map-panel .step .slider.slider-horizontal .slider-track .slider-selection {
  background: none;
  box-shadow: none;
}
.map .map-panel .step .slider.slider-horizontal .slider-track .slider-handle {
  width: 36px;
  height: 36px;
  background: #ffffff;
  margin-left: -18px;
  margin-top: -6px;
}
.map .map-panel .step .directions-side-panel {
  position: relative;
  width: 100%;
  height: 530px;
}
.map .map-panel .step .directions-side-panel .directions-side-panel-header .side-panel-header-from span.text-red,
.map .map-panel .step .directions-side-panel .directions-side-panel-header .side-panel-header-to span.text-red {
  display: inline-block;
  vertical-align: middle;
  width: 70px;
}
.map .map-panel .step .directions-side-panel .directions-side-panel-header .side-panel-header-date {
  position: relative;
}
.map .map-panel .step .directions-side-panel .directions-side-panel-header .side-panel-header-date div {
  display: inline-block;
  vertical-align: middle;
}
.map .map-panel .step .directions-side-panel .directions-side-panel-header .side-panel-header-date .day {
  font-family: 'Quattrocento Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 40px;
  line-height: 40px;
  padding-right: 5px;
}
.map .map-panel .step .directions-side-panel .directions-side-panel-header .side-panel-header-date .month,
.map .map-panel .step .directions-side-panel .directions-side-panel-header .side-panel-header-date .year {
  display: block;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 14px;
}
.map .map-panel .step .directions-side-panel .directions-side-panel-header .side-panel-header-date .hour {
  font-family: 'Quattrocento Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 40px;
  line-height: 40px;
  border-left: 1px solid #8c8c8c;
  margin-left: 10px;
  padding-left: 10px;
  color: #8c8c8c;
}
.map .map-panel .step .directions-side-panel .directions-side-panel-details {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  height: 400px;
}
.map .map-panel .step .directions-side-panel .directions-side-panel-details .transit-time {
  font-size: 24px;
  margin-bottom: 10px;
}
.map .map-panel .step .directions-side-panel .directions-side-panel-details .transit-mode-body {
  display: block;
  width: 100%;
}
.map .map-panel .step .directions-side-panel .directions-side-panel-details .transit-mode-body .directions-mode-group {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
  min-height: 60px;
}
.map .map-panel .step .directions-side-panel .directions-side-panel-details .transit-mode-body .directions-mode-group .transit-stop {
  display: table-row;
}
.map .map-panel .step .directions-side-panel .directions-side-panel-details .transit-mode-body .directions-mode-group .transit-stop .transit-timeline {
  display: table-cell;
  vertical-align: middle;
  padding-right: 15px;
  white-space: nowrap;
  text-align: right;
  width: 60px;
  height: 22px;
}
.map .map-panel .step .directions-side-panel .directions-side-panel-details .transit-mode-body .directions-mode-group .transit-stop .transit-stop-details {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  height: 22px;
}
.map .map-panel .step .directions-side-panel .directions-side-panel-details .transit-mode-body .directions-mode-group .transit-stop .transit-stop-details .transit-stop-circle {
  width: 14px;
  height: 14px;
  background-color: #ffffff;
  border: 2px solid #606060;
  border-radius: 50%;
  z-index: 99;
  position: relative;
}
.map .map-panel .step .directions-side-panel .directions-side-panel-details .transit-mode-body .directions-mode-group .transit-stop .transit-stop-details .transit-stop-circle .transit-stop-circle-inside {
  display: none;
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 100;
  width: 6px;
  height: 6px;
  background-color: #606060;
  border: 0;
  border-radius: 50%;
}
.map .map-panel .step .directions-side-panel .directions-side-panel-details .transit-mode-body .directions-mode-group .transit-stop .transit-stop-details .transit-stop-name {
  position: absolute;
  top: 0;
  left: 14px;
  right: 0;
  padding-left: 15px;
}
.map .map-panel .step .directions-side-panel .directions-side-panel-details .transit-mode-body .directions-mode-group .transit-logical-step-row {
  display: table-row;
}
.map .map-panel .step .directions-side-panel .directions-side-panel-details .transit-mode-body .directions-mode-group .transit-logical-step-row .transit-logical-step-timeline {
  display: table-cell;
  vertical-align: bottom;
  text-align: right;
}
.map .map-panel .step .directions-side-panel .directions-side-panel-details .transit-mode-body .directions-mode-group .transit-logical-step-row .transit-logical-step-timeline .transit-arrival-time {
  font-size: 13px;
  padding-right: 15px;
}
.map .map-panel .step .directions-side-panel .directions-side-panel-details .transit-mode-body .directions-mode-group .transit-logical-step-row .transit-logical-step-content {
  display: table-cell;
  vertical-align: top;
  position: relative;
  padding: 15px 0;
}
.map .map-panel .step .directions-side-panel .directions-side-panel-details .transit-mode-body .directions-mode-group .transit-logical-step-row .transit-logical-step-content .transit-leg-line {
  content: " ";
  position: absolute;
  left: 4px;
  top: -10px;
  bottom: -10px;
  z-index: 98;
  width: 0;
  border-left: 6px solid #fff;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.map .map-panel .step .directions-side-panel .directions-side-panel-details .transit-mode-body .directions-mode-group .transit-logical-step-row .transit-logical-step-content .transit-leg-line.walk {
  width: 6px;
  background: url("/assets/images/dotted.png") repeat-y 0 0;
  border: 0;
}
.map .map-panel .step .directions-side-panel .directions-side-panel-details .transit-mode-body .directions-mode-group .transit-logical-step-row .transit-logical-step-content .transit-leg-line.white {
  width: 6px;
  border-left: 1px solid;
  border-right: 1px solid;
  border-color: #606060 !important;
}
.map .map-panel .step .directions-side-panel .directions-side-panel-details .transit-mode-body .directions-mode-group .transit-logical-step-row .transit-logical-step-content .transit-logical-step-header {
  position: relative;
  padding-left: 50px;
}
.map .map-panel .step .directions-side-panel .directions-side-panel-details .transit-mode-body .directions-mode-group .transit-logical-step-row .transit-logical-step-content .transit-logical-step-header .transit-logical-step-icon {
  width: 15px;
  position: absolute;
  top: 3px;
  left: 30px;
}
.map .map-panel .step .directions-side-panel .directions-side-panel-details .transit-mode-body .directions-mode-group .transit-logical-step-row .transit-logical-step-content .transit-logical-step-header .transit-step-description small {
  padding: 0 4px;
  margin-right: 5px;
}
.map .map-panel .step .directions-side-panel .directions-side-panel-details .transit-mode-body .directions-mode-group .transit-logical-step-row .transit-logical-step-content .transit-logical-step-header .transit-step-description small.white {
  border: 1px solid #606060;
}
.map .map-panel .step .directions-side-panel .directions-side-panel-details .transit-mode-body .directions-mode-group .transit-logical-step-row .transit-logical-step-content .transit-logical-step-header .transit-step-details i {
  margin-right: 5px;
}
.map .map-panel .step .directions-side-panel .directions-side-panel-details .transit-mode-body .directions-mode-group .transit-logical-step-row .transit-logical-step-content.closed .transit-logical-step-body {
  max-height: 0;
}
.map .map-panel .step .directions-side-panel .directions-side-panel-details .transit-mode-body .directions-mode-group .transit-logical-step-row .transit-logical-step-content .transit-logical-step-body {
  max-height: 600px;
  overflow: hidden;
  -webkit-transition: max-height 200ms;
  -moz-transition: max-height 200ms;
  transition: max-height 200ms;
  margin-left: -4em;
  padding-left: 4em;
}
.map .map-panel .step .directions-side-panel .directions-side-panel-details .transit-mode-body .directions-mode-group .transit-logical-step-row .transit-logical-step-content .transit-logical-step-body .transit-intermediate-stop {
  position: relative;
  margin-top: 15px;
}
.map .map-panel .step .directions-side-panel .directions-side-panel-details .transit-mode-body .directions-mode-group .transit-logical-step-row .transit-logical-step-content .transit-logical-step-body .transit-intermediate-stop .transit-intermediate-timeline {
  font-size: 13px;
  position: absolute;
  top: 0;
  right: 100%;
  padding-right: 15px;
}
.map .map-panel .step .directions-side-panel .directions-side-panel-details .transit-mode-body .directions-mode-group .transit-logical-step-row .transit-logical-step-content .transit-logical-step-body .transit-intermediate-stop .transit-intermediate-details {
  height: 22px;
}
.map .map-panel .step .directions-side-panel .directions-side-panel-details .transit-mode-body .directions-mode-group .transit-logical-step-row .transit-logical-step-content .transit-logical-step-body .transit-intermediate-stop .transit-intermediate-details .transit-intermediate-circle {
  width: 12px;
  height: 12px;
  background-color: #fff;
  border: 2px solid #606060;
  border-radius: 50%;
  z-index: 99;
  position: relative;
  left: 1px;
  top: 5px;
}
.map .map-panel .step .directions-side-panel .directions-side-panel-details .transit-mode-body .directions-mode-group .transit-logical-step-row .transit-logical-step-content .transit-logical-step-body .transit-intermediate-stop .transit-intermediate-details .transit-intermediate-name {
  position: absolute;
  top: 0;
  left: 14px;
  right: 0;
  padding-left: 15px;
}
.map .map-panel .step .directions-side-panel .directions-side-panel-details .transit-mode-body .directions-mode-group .transit-logical-step-row .transit-logical-step-content .transit-logical-step-body .transit-group-attribution {
  font-size: 13px;
  margin-top: 15px;
  padding-left: 50px;
}
.scheme-integrated {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 2008px;
  height: auto;
  margin: 0 auto;
}
.scheme-integrated .plan-cover {
  position: relative;
  width: 100%;
  height: 400px;
  margin-top: 620px;
  overflow: hidden;
  z-index: 0;
}
.scheme-integrated .plan-cover .plan {
  display: table;
  background: #ffffff url("/assets/images/integrated_scheme/plan.png") no-repeat top left;
  width: 2008px;
  height: 2185px;
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
.scheme-integrated .scheme-integrated-panel {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0;
  z-index: 2;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.scheme-integrated .scheme-integrated-panel .step {
  position: relative;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  width: 100%;
  height: 620px;
  margin: 0;
  padding: 0;
  background-color: #f5f5f5;
}
.scheme-integrated .scheme-integrated-panel .step .input-lines {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: auto;
  width: 100%;
  height: 230px;
  padding-bottom: 65px;
}
.scheme-integrated .scheme-integrated-panel .step .btn-download-map {
  position: absolute;
  bottom: 0;
}
@media (min-width: 768px) {
  .map h3,
  .scheme-integrated h3 {
    height: 50px;
    line-height: 50px;
  }
  .map .canvas {
    height: 620px;
    margin-top: 0;
  }
  .map .map-panel {
    right: -312px;
    left: auto;
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .map .map-panel .step {
    display: none;
    width: 312px;
  }
  .map .map-panel .step .directions-side-panel {
    height: 520px;
  }
  .map .map-panel .step .directions-side-panel .directions-side-panel-details {
    height: 395px;
  }
  .scheme-integrated .plan-cover {
    height: 620px;
    margin-top: 0;
  }
  .scheme-integrated .scheme-integrated-panel {
    left: auto;
  }
  .scheme-integrated .scheme-integrated-panel .step {
    width: 312px;
  }
}
.bg-express {
  background: url('/assets/images/schedule_pattern.png') repeat-x center center;
}
.bg-biker {
  background: url('/assets/images/bg-biker.jpg') no-repeat top center;
  background-size: cover;
  height: 210px;
}
.biker-circle {
  position: relative;
  background: url('/assets/images/bg-biker-circle.png') no-repeat center center;
  -webkit-background-size: 300px, 300px;
  background-size: 300px, 300px;
  width: 300px;
  height: 300px;
}
@media (min-width: 768px) {
  .bg-biker {
    height: 300px;
  }
  .biker-circle {
    -webkit-background-size: 226px, 226px;
    background-size: 226px, 226px;
    width: 226px;
    height: 226px;
  }
}
@media (min-width: 992px) {
  .bg-biker {
    height: 375px;
  }
  .biker-circle {
    -webkit-background-size: 300px, 300px;
    background-size: 300px, 300px;
    width: 300px;
    height: 300px;
  }
}
@media (min-width: 1280px) {
  .bg-biker {
    height: 540px;
  }
}
.bg-rules {
  background: url('/assets/images/bg-rules.jpg') no-repeat center center;
  background-size: cover;
}
.social {
  position: relative;
}
.social > div {
  height: 45px;
}
.social img.logo {
  width: 51px;
  height: 51px;
  margin-top: -3px;
  margin-bottom: -3px;
  margin-left: 5px;
}
.social .twitter-follow-button-rendered,
.social .fb-like,
.social div#___ytsubscribe_0 {
  display: none !important;
  vertical-align: middle !important;
}
.social .btn-share {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 18px;
  color: #8c8c8c;
  height: 45px;
  padding: 0 50px 0 0;
}
.social .btn-share:link,
.social .btn-share:visited {
  color: #8c8c8c !important;
}
.social .btn-share:hover {
  color: #f5f5f5 !important;
}
.social .social-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  width: 13px;
}
.social .social-control.left span {
  background: url('/assets/images/social_indicators.png') no-repeat 0 0;
}
.social .social-control.right {
  left: auto;
  right: 10px;
}
.social .social-control.right span {
  background: url('/assets/images/social_indicators.png') no-repeat -14px 0;
}
.social .social-control span {
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 13px;
  height: 22px;
}
.social h2 span.twitter {
  color: #55acee;
}
.social h2 span.facebook {
  color: #3b5998;
}
.social h2 span.youtube {
  color: #cd201f;
}
.social h2 span.flickr {
  color: #005fd2;
}
.social h2 span.flickr-pink {
  color: #f5007f;
}
.social h2 span.instagram {
  color: #325c86;
}
.social ul {
  white-space: nowrap;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.social ul li {
  display: inline-block;
  vertical-align: top;
  padding-left: 20px;
  padding-right: 20px;
}
.social ul li.first {
  padding-left: 0;
}
.social ul li.last {
  padding-right: 0;
}
.social ul.list-tweets li {
  width: 100%;
  max-width: 300px;
}
.social ul.list-facebook li {
  width: 100%;
  max-width: 390px;
}
.social ul.list-facebook li .feed {
  white-space: normal;
  font-family: 'helvetica neue', helvetica, arial, 'lucida grande', sans-serif;
  font-size: 14px;
  color: #141823;
  border: 1px solid;
  border-color: #e5e6e9 #dfe0e4 #d0d1d5;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 12px;
}
.social ul.list-facebook li .feed .img-profile {
  width: 50px;
}
.social ul.list-facebook li .feed a {
  color: #3b5998;
}
.social ul.list-facebook li .feed .name {
  display: block;
}
.social ul.list-facebook li .feed .date {
  display: block;
  font-size: 12px;
  color: #9197a3;
}
.social ul.list-facebook li .feed .description {
  max-height: 200px;
  overflow: hidden;
}
.social ul.list-facebook li .feed .pre-footer {
  font-size: 12px;
  color: #9197a3;
}
.social ul.list-facebook li .feed .footer td {
  border: none;
  padding: 0;
  text-align: center;
}
.social ul.list-facebook li .feed .footer a {
  color: #7f7f7f;
  cursor: pointer;
  font-size: 12px;
  height: 16px;
  line-height: 16px;
}
.social ul.list-facebook li .feed .footer a:hover {
  text-decoration: none;
}
.social ul.list-facebook li .feed .icon {
  background-image: url('/assets/images/facebook_sprite.png');
  background-size: auto;
  background-repeat: no-repeat;
  display: inline-block;
  height: 16px;
  width: 16px;
}
.social ul.list-facebook li .feed .icon.like {
  background-position: 0 -68px;
}
.social ul.list-facebook li .feed .icon.comment {
  background-position: 0 -34px;
}
.social ul.list-facebook li .feed .icon.share {
  background-position: 0 -102px;
}
.social ul.list-youtube li {
  width: 100%;
  max-width: 300px;
}
.social ul.list-youtube li .video {
  white-space: normal;
  font-family: 'helvetica neue', helvetica, arial, 'lucida grande', sans-serif;
  font-size: 14px;
  color: #141823;
}
.social ul.list-youtube li .video .img {
  background: #b3b3b3;
  width: 100%;
  height: 150px;
}
.social ul.list-youtube li .video .img i {
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
.social ul.list-flickr li,
.social ul.list-instagram li {
  width: 100%;
  max-width: 300px;
}
.social ul.list-flickr li .photo,
.social ul.list-instagram li .photo {
  white-space: normal;
  font-family: 'helvetica neue', helvetica, arial, 'lucida grande', sans-serif;
  font-size: 14px;
  color: #141823;
}
.social ul.list-flickr li .photo .img,
.social ul.list-instagram li .photo .img {
  background: #b3b3b3;
  width: 100%;
  height: 150px;
}
@media (min-width: 768px) {
  .social img.logo {
    margin-left: 10px;
  }
  .social .twitter-follow-button-rendered,
  .social .fb-like,
  .social div#___ytsubscribe_0 {
    display: inline-block !important;
  }
  .social .btn-share {
    padding: 12px 62px 0 12px;
  }
}
@media (min-width: 992px) {
  .social > div {
    height: 50px;
  }
  .social img.logo {
    width: 60px;
    height: 60px;
    margin-top: -5px;
    margin-bottom: -5px;
    margin-left: 30px;
  }
  .social .btn-share {
    font-size: 20px;
    height: 50px;
    padding: 12px 62px 0 12px;
  }
  .blog {
    min-height: 710px;
  }
}
@media (min-width: 1280px) {
  .social img.logo {
    margin-left: 40px;
  }
  .blog {
    min-height: 740px;
  }
}
.bg-advertising {
  background: url('/assets/images/bg-advertising.jpg') no-repeat center center;
  background-size: cover;
  position: relative;
  height: 700px;
}
.bg-corporate-info {
  background: url('/assets/images/bg-info-corporativa.jpg') no-repeat center center;
  background-size: cover;
  position: relative;
}
.leisure-panel .divider-vertical {
  width: 1px;
  height: 39px;
  padding: 0;
  border-bottom: 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.leisure-panel .divider-horizontal {
  width: 100%;
  height: 1px;
  padding: 0;
  border-bottom: 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.leisure-panel ul.select-line li img {
  cursor: pointer;
}
.leisure-panel ul.select-line li.disabled {
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.star-rating {
  position: relative;
  background: url('/assets/images/stars.png') no-repeat 0 0;
  width: 135px;
  height: 24px;
}
.star-rating .star-value {
  position: absolute;
  top: 0;
  left: 0;
  background: url('/assets/images/stars.png') no-repeat 0 -25px;
  width: 0;
  height: 24px;
  z-index: 1;
}
.star-rating .star-common {
  position: relative;
  cursor: pointer;
  width: 27px;
  height: 24px;
  z-index: 9;
}
.bg-white {
  background-color: #ffffff;
}
.bg-white-opacity {
  background-color: rgba(255, 255, 255, 0.75);
}
.bg-red {
  background-color: #e2001a;
  color: #ffffff;
}
.bg-red-light {
  background-color: #fad2c3;
}
.bg-blue {
  background-color: #567ab5;
}
.bg-blue-light {
  background-color: #8ea1ca;
}
.bg-green {
  background-color: #99cc67;
  color: #ffffff;
}
.bg-blue-dark {
  background-color: #556279;
}
.bg-gray-darken {
  background-color: #363c3f;
  color: #ffffff;
}
.bg-gray-dark {
  background-color: #666666;
  color: #ffffff;
}
.bg-gray {
  background-color: #8c8c8c;
}
.bg-gray-light {
  background-color: #b3b3b3;
  color: #ffffff;
}
.bg-gray-lighter {
  background-color: #f5f5f5;
}
.bg-gray-separator {
  background-color: #e5e5e5;
}
.bg-purple {
  background-color: #a3228d;
}
.bg-purple-light {
  background-color: #edd4e9;
}
.text-white {
  color: #ffffff;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff;
}
.text-black {
  color: #000000;
}
a.text-black:hover,
a.text-black:focus {
  color: #000000;
}
.text-red {
  color: #e2001a;
}
a.text-red:hover,
a.text-red:focus {
  color: #c10016;
}
.text-blue {
  color: #567ab5;
}
a.text-blue:hover,
a.text-blue:focus {
  color: #476aa3;
}
.text-blue-light {
  color: #8ea1ca;
}
a.text-blue-light:hover,
a.text-blue-light:focus {
  color: #778ebf;
}
.text-blue-dark {
  color: #556279;
}
a.text-blue-dark:hover,
a.text-blue-dark:focus {
  color: #bbc5dc;
}
.text-purple {
  color: #a3228d;
}
a.text-purple:hover,
a.text-purple:focus {
  color: #881c75;
}
.text-purple-light {
  color: #edd4e9;
}
a.text-purple-light:hover,
a.text-purple-light:focus {
  color: #e3bddd;
}
.text-green {
  color: #99cc67;
}
a.text-green:hover,
a.text-green:focus {
  color: #88c44e;
}
.text-gray-darken {
  color: #363c3f;
}
a.text-gray-darken:hover,
a.text-gray-darken:focus {
  color: #454d51;
}
.text-gray-dark {
  color: #666666;
}
a.text-gray-dark:hover,
a.text-gray-dark:focus {
  color: #777777;
}
.text-gray {
  color: #8c8c8c;
}
a.text-gray:hover,
a.text-gray:focus {
  color: #7b7b7b;
}
.text-gray-light {
  color: #b3b3b3;
}
a.text-gray-light:hover,
a.text-gray-light:focus {
  color: #a2a2a2;
}
.text-gray-lighter {
  color: #f5f5f5;
}
a.text-gray-lighter:hover,
a.text-gray-lighter:focus {
  color: #e4e4e4;
}
.text-gray-separator {
  color: #e5e5e5;
}
a.text-gray-separator:hover,
a.text-gray-separator:focus {
  color: #d4d4d4;
}
.text-underline {
  text-decoration: underline;
}
.line-height-small {
  line-height: 1.1 !important;
}
.line-height-big {
  line-height: 2 !important;
}
.text-normal {
  font-weight: 400 !important;
}
.text-bold {
  font-weight: 700 !important;
}
.text-size-12 {
  font-size: 12px;
}
.text-size-13 {
  font-size: 13px;
}
.text-size-14 {
  font-size: 14px;
}
.text-size-15 {
  font-size: 15px;
}
.text-size-16 {
  font-size: 16px;
}
.text-size-17 {
  font-size: 17px;
}
.text-size-18 {
  font-size: 18px;
}
.text-size-19 {
  font-size: 19px;
}
.text-size-20 {
  font-size: 20px;
}
.text-size-21 {
  font-size: 21px;
}
.text-size-22 {
  font-size: 22px;
}
.text-size-23 {
  font-size: 23px;
}
.text-size-24 {
  font-size: 24px;
}
.text-size-25 {
  font-size: 25px;
}
.text-size-26 {
  font-size: 26px;
}
.text-size-27 {
  font-size: 27px;
}
.text-size-28 {
  font-size: 28px;
}
.text-size-29 {
  font-size: 29px;
}
.text-size-30 {
  font-size: 30px;
}
.text-size-31 {
  font-size: 31px;
}
.text-size-32 {
  font-size: 32px;
}
.text-size-33 {
  font-size: 33px;
}
.text-size-34 {
  font-size: 34px;
}
.text-size-35 {
  font-size: 35px;
}
.text-size-36 {
  font-size: 36px;
}
.text-size-37 {
  font-size: 37px;
}
.text-size-38 {
  font-size: 38px;
}
.text-size-39 {
  font-size: 39px;
}
.text-size-40 {
  font-size: 40px;
}
.text-size-41 {
  font-size: 41px;
}
.text-size-42 {
  font-size: 42px;
}
.text-size-43 {
  font-size: 43px;
}
.text-size-44 {
  font-size: 44px;
}
.text-size-45 {
  font-size: 45px;
}
.text-size-46 {
  font-size: 46px;
}
.text-size-47 {
  font-size: 47px;
}
.text-size-48 {
  font-size: 48px;
}
.text-size-49 {
  font-size: 49px;
}
.text-size-50 {
  font-size: 50px;
}
.text-size-51 {
  font-size: 51px;
}
.text-size-52 {
  font-size: 52px;
}
@media (min-width: 480px) {
  .text-size-xs-12 {
    font-size: 12px !important;
  }
}
@media (min-width: 480px) {
  .text-size-xs-13 {
    font-size: 13px !important;
  }
}
@media (min-width: 480px) {
  .text-size-xs-14 {
    font-size: 14px !important;
  }
}
@media (min-width: 480px) {
  .text-size-xs-15 {
    font-size: 15px !important;
  }
}
@media (min-width: 480px) {
  .text-size-xs-16 {
    font-size: 16px !important;
  }
}
@media (min-width: 480px) {
  .text-size-xs-17 {
    font-size: 17px !important;
  }
}
@media (min-width: 480px) {
  .text-size-xs-18 {
    font-size: 18px !important;
  }
}
@media (min-width: 480px) {
  .text-size-xs-19 {
    font-size: 19px !important;
  }
}
@media (min-width: 480px) {
  .text-size-xs-20 {
    font-size: 20px !important;
  }
}
@media (min-width: 480px) {
  .text-size-xs-21 {
    font-size: 21px !important;
  }
}
@media (min-width: 480px) {
  .text-size-xs-22 {
    font-size: 22px !important;
  }
}
@media (min-width: 480px) {
  .text-size-xs-23 {
    font-size: 23px !important;
  }
}
@media (min-width: 480px) {
  .text-size-xs-24 {
    font-size: 24px !important;
  }
}
@media (min-width: 480px) {
  .text-size-xs-25 {
    font-size: 25px !important;
  }
}
@media (min-width: 480px) {
  .text-size-xs-26 {
    font-size: 26px !important;
  }
}
@media (min-width: 480px) {
  .text-size-xs-27 {
    font-size: 27px !important;
  }
}
@media (min-width: 480px) {
  .text-size-xs-28 {
    font-size: 28px !important;
  }
}
@media (min-width: 480px) {
  .text-size-xs-29 {
    font-size: 29px !important;
  }
}
@media (min-width: 480px) {
  .text-size-xs-30 {
    font-size: 30px !important;
  }
}
@media (min-width: 480px) {
  .text-size-xs-31 {
    font-size: 31px !important;
  }
}
@media (min-width: 480px) {
  .text-size-xs-32 {
    font-size: 32px !important;
  }
}
@media (min-width: 480px) {
  .text-size-xs-33 {
    font-size: 33px !important;
  }
}
@media (min-width: 480px) {
  .text-size-xs-34 {
    font-size: 34px !important;
  }
}
@media (min-width: 480px) {
  .text-size-xs-35 {
    font-size: 35px !important;
  }
}
@media (min-width: 480px) {
  .text-size-xs-36 {
    font-size: 36px !important;
  }
}
@media (min-width: 480px) {
  .text-size-xs-37 {
    font-size: 37px !important;
  }
}
@media (min-width: 480px) {
  .text-size-xs-38 {
    font-size: 38px !important;
  }
}
@media (min-width: 480px) {
  .text-size-xs-39 {
    font-size: 39px !important;
  }
}
@media (min-width: 480px) {
  .text-size-xs-40 {
    font-size: 40px !important;
  }
}
@media (min-width: 480px) {
  .text-size-xs-41 {
    font-size: 41px !important;
  }
}
@media (min-width: 480px) {
  .text-size-xs-42 {
    font-size: 42px !important;
  }
}
@media (min-width: 480px) {
  .text-size-xs-43 {
    font-size: 43px !important;
  }
}
@media (min-width: 480px) {
  .text-size-xs-44 {
    font-size: 44px !important;
  }
}
@media (min-width: 480px) {
  .text-size-xs-45 {
    font-size: 45px !important;
  }
}
@media (min-width: 480px) {
  .text-size-xs-46 {
    font-size: 46px !important;
  }
}
@media (min-width: 480px) {
  .text-size-xs-47 {
    font-size: 47px !important;
  }
}
@media (min-width: 480px) {
  .text-size-xs-48 {
    font-size: 48px !important;
  }
}
@media (min-width: 480px) {
  .text-size-xs-49 {
    font-size: 49px !important;
  }
}
@media (min-width: 480px) {
  .text-size-xs-50 {
    font-size: 50px !important;
  }
}
@media (min-width: 480px) {
  .text-size-xs-51 {
    font-size: 51px !important;
  }
}
@media (min-width: 480px) {
  .text-size-xs-52 {
    font-size: 52px !important;
  }
}
@media (min-width: 768px) {
  .text-size-sm-12 {
    font-size: 12px !important;
  }
}
@media (min-width: 768px) {
  .text-size-sm-13 {
    font-size: 13px !important;
  }
}
@media (min-width: 768px) {
  .text-size-sm-14 {
    font-size: 14px !important;
  }
}
@media (min-width: 768px) {
  .text-size-sm-15 {
    font-size: 15px !important;
  }
}
@media (min-width: 768px) {
  .text-size-sm-16 {
    font-size: 16px !important;
  }
}
@media (min-width: 768px) {
  .text-size-sm-17 {
    font-size: 17px !important;
  }
}
@media (min-width: 768px) {
  .text-size-sm-18 {
    font-size: 18px !important;
  }
}
@media (min-width: 768px) {
  .text-size-sm-19 {
    font-size: 19px !important;
  }
}
@media (min-width: 768px) {
  .text-size-sm-20 {
    font-size: 20px !important;
  }
}
@media (min-width: 768px) {
  .text-size-sm-21 {
    font-size: 21px !important;
  }
}
@media (min-width: 768px) {
  .text-size-sm-22 {
    font-size: 22px !important;
  }
}
@media (min-width: 768px) {
  .text-size-sm-23 {
    font-size: 23px !important;
  }
}
@media (min-width: 768px) {
  .text-size-sm-24 {
    font-size: 24px !important;
  }
}
@media (min-width: 768px) {
  .text-size-sm-25 {
    font-size: 25px !important;
  }
}
@media (min-width: 768px) {
  .text-size-sm-26 {
    font-size: 26px !important;
  }
}
@media (min-width: 768px) {
  .text-size-sm-27 {
    font-size: 27px !important;
  }
}
@media (min-width: 768px) {
  .text-size-sm-28 {
    font-size: 28px !important;
  }
}
@media (min-width: 768px) {
  .text-size-sm-29 {
    font-size: 29px !important;
  }
}
@media (min-width: 768px) {
  .text-size-sm-30 {
    font-size: 30px !important;
  }
}
@media (min-width: 768px) {
  .text-size-sm-31 {
    font-size: 31px !important;
  }
}
@media (min-width: 768px) {
  .text-size-sm-32 {
    font-size: 32px !important;
  }
}
@media (min-width: 768px) {
  .text-size-sm-33 {
    font-size: 33px !important;
  }
}
@media (min-width: 768px) {
  .text-size-sm-34 {
    font-size: 34px !important;
  }
}
@media (min-width: 768px) {
  .text-size-sm-35 {
    font-size: 35px !important;
  }
}
@media (min-width: 768px) {
  .text-size-sm-36 {
    font-size: 36px !important;
  }
}
@media (min-width: 768px) {
  .text-size-sm-37 {
    font-size: 37px !important;
  }
}
@media (min-width: 768px) {
  .text-size-sm-38 {
    font-size: 38px !important;
  }
}
@media (min-width: 768px) {
  .text-size-sm-39 {
    font-size: 39px !important;
  }
}
@media (min-width: 768px) {
  .text-size-sm-40 {
    font-size: 40px !important;
  }
}
@media (min-width: 768px) {
  .text-size-sm-41 {
    font-size: 41px !important;
  }
}
@media (min-width: 768px) {
  .text-size-sm-42 {
    font-size: 42px !important;
  }
}
@media (min-width: 768px) {
  .text-size-sm-43 {
    font-size: 43px !important;
  }
}
@media (min-width: 768px) {
  .text-size-sm-44 {
    font-size: 44px !important;
  }
}
@media (min-width: 768px) {
  .text-size-sm-45 {
    font-size: 45px !important;
  }
}
@media (min-width: 768px) {
  .text-size-sm-46 {
    font-size: 46px !important;
  }
}
@media (min-width: 768px) {
  .text-size-sm-47 {
    font-size: 47px !important;
  }
}
@media (min-width: 768px) {
  .text-size-sm-48 {
    font-size: 48px !important;
  }
}
@media (min-width: 768px) {
  .text-size-sm-49 {
    font-size: 49px !important;
  }
}
@media (min-width: 768px) {
  .text-size-sm-50 {
    font-size: 50px !important;
  }
}
@media (min-width: 768px) {
  .text-size-sm-51 {
    font-size: 51px !important;
  }
}
@media (min-width: 768px) {
  .text-size-sm-52 {
    font-size: 52px !important;
  }
}
@media (min-width: 992px) {
  .text-size-md-12 {
    font-size: 12px !important;
  }
}
@media (min-width: 992px) {
  .text-size-md-13 {
    font-size: 13px !important;
  }
}
@media (min-width: 992px) {
  .text-size-md-14 {
    font-size: 14px !important;
  }
}
@media (min-width: 992px) {
  .text-size-md-15 {
    font-size: 15px !important;
  }
}
@media (min-width: 992px) {
  .text-size-md-16 {
    font-size: 16px !important;
  }
}
@media (min-width: 992px) {
  .text-size-md-17 {
    font-size: 17px !important;
  }
}
@media (min-width: 992px) {
  .text-size-md-18 {
    font-size: 18px !important;
  }
}
@media (min-width: 992px) {
  .text-size-md-19 {
    font-size: 19px !important;
  }
}
@media (min-width: 992px) {
  .text-size-md-20 {
    font-size: 20px !important;
  }
}
@media (min-width: 992px) {
  .text-size-md-21 {
    font-size: 21px !important;
  }
}
@media (min-width: 992px) {
  .text-size-md-22 {
    font-size: 22px !important;
  }
}
@media (min-width: 992px) {
  .text-size-md-23 {
    font-size: 23px !important;
  }
}
@media (min-width: 992px) {
  .text-size-md-24 {
    font-size: 24px !important;
  }
}
@media (min-width: 992px) {
  .text-size-md-25 {
    font-size: 25px !important;
  }
}
@media (min-width: 992px) {
  .text-size-md-26 {
    font-size: 26px !important;
  }
}
@media (min-width: 992px) {
  .text-size-md-27 {
    font-size: 27px !important;
  }
}
@media (min-width: 992px) {
  .text-size-md-28 {
    font-size: 28px !important;
  }
}
@media (min-width: 992px) {
  .text-size-md-29 {
    font-size: 29px !important;
  }
}
@media (min-width: 992px) {
  .text-size-md-30 {
    font-size: 30px !important;
  }
}
@media (min-width: 992px) {
  .text-size-md-31 {
    font-size: 31px !important;
  }
}
@media (min-width: 992px) {
  .text-size-md-32 {
    font-size: 32px !important;
  }
}
@media (min-width: 992px) {
  .text-size-md-33 {
    font-size: 33px !important;
  }
}
@media (min-width: 992px) {
  .text-size-md-34 {
    font-size: 34px !important;
  }
}
@media (min-width: 992px) {
  .text-size-md-35 {
    font-size: 35px !important;
  }
}
@media (min-width: 992px) {
  .text-size-md-36 {
    font-size: 36px !important;
  }
}
@media (min-width: 992px) {
  .text-size-md-37 {
    font-size: 37px !important;
  }
}
@media (min-width: 992px) {
  .text-size-md-38 {
    font-size: 38px !important;
  }
}
@media (min-width: 992px) {
  .text-size-md-39 {
    font-size: 39px !important;
  }
}
@media (min-width: 992px) {
  .text-size-md-40 {
    font-size: 40px !important;
  }
}
@media (min-width: 992px) {
  .text-size-md-41 {
    font-size: 41px !important;
  }
}
@media (min-width: 992px) {
  .text-size-md-42 {
    font-size: 42px !important;
  }
}
@media (min-width: 992px) {
  .text-size-md-43 {
    font-size: 43px !important;
  }
}
@media (min-width: 992px) {
  .text-size-md-44 {
    font-size: 44px !important;
  }
}
@media (min-width: 992px) {
  .text-size-md-45 {
    font-size: 45px !important;
  }
}
@media (min-width: 992px) {
  .text-size-md-46 {
    font-size: 46px !important;
  }
}
@media (min-width: 992px) {
  .text-size-md-47 {
    font-size: 47px !important;
  }
}
@media (min-width: 992px) {
  .text-size-md-48 {
    font-size: 48px !important;
  }
}
@media (min-width: 992px) {
  .text-size-md-49 {
    font-size: 49px !important;
  }
}
@media (min-width: 992px) {
  .text-size-md-50 {
    font-size: 50px !important;
  }
}
@media (min-width: 992px) {
  .text-size-md-51 {
    font-size: 51px !important;
  }
}
@media (min-width: 992px) {
  .text-size-md-52 {
    font-size: 52px !important;
  }
}
@media (min-width: 1280px) {
  .text-size-lg-12 {
    font-size: 12px !important;
  }
}
@media (min-width: 1280px) {
  .text-size-lg-13 {
    font-size: 13px !important;
  }
}
@media (min-width: 1280px) {
  .text-size-lg-14 {
    font-size: 14px !important;
  }
}
@media (min-width: 1280px) {
  .text-size-lg-15 {
    font-size: 15px !important;
  }
}
@media (min-width: 1280px) {
  .text-size-lg-16 {
    font-size: 16px !important;
  }
}
@media (min-width: 1280px) {
  .text-size-lg-17 {
    font-size: 17px !important;
  }
}
@media (min-width: 1280px) {
  .text-size-lg-18 {
    font-size: 18px !important;
  }
}
@media (min-width: 1280px) {
  .text-size-lg-19 {
    font-size: 19px !important;
  }
}
@media (min-width: 1280px) {
  .text-size-lg-20 {
    font-size: 20px !important;
  }
}
@media (min-width: 1280px) {
  .text-size-lg-21 {
    font-size: 21px !important;
  }
}
@media (min-width: 1280px) {
  .text-size-lg-22 {
    font-size: 22px !important;
  }
}
@media (min-width: 1280px) {
  .text-size-lg-23 {
    font-size: 23px !important;
  }
}
@media (min-width: 1280px) {
  .text-size-lg-24 {
    font-size: 24px !important;
  }
}
@media (min-width: 1280px) {
  .text-size-lg-25 {
    font-size: 25px !important;
  }
}
@media (min-width: 1280px) {
  .text-size-lg-26 {
    font-size: 26px !important;
  }
}
@media (min-width: 1280px) {
  .text-size-lg-27 {
    font-size: 27px !important;
  }
}
@media (min-width: 1280px) {
  .text-size-lg-28 {
    font-size: 28px !important;
  }
}
@media (min-width: 1280px) {
  .text-size-lg-29 {
    font-size: 29px !important;
  }
}
@media (min-width: 1280px) {
  .text-size-lg-30 {
    font-size: 30px !important;
  }
}
@media (min-width: 1280px) {
  .text-size-lg-31 {
    font-size: 31px !important;
  }
}
@media (min-width: 1280px) {
  .text-size-lg-32 {
    font-size: 32px !important;
  }
}
@media (min-width: 1280px) {
  .text-size-lg-33 {
    font-size: 33px !important;
  }
}
@media (min-width: 1280px) {
  .text-size-lg-34 {
    font-size: 34px !important;
  }
}
@media (min-width: 1280px) {
  .text-size-lg-35 {
    font-size: 35px !important;
  }
}
@media (min-width: 1280px) {
  .text-size-lg-36 {
    font-size: 36px !important;
  }
}
@media (min-width: 1280px) {
  .text-size-lg-37 {
    font-size: 37px !important;
  }
}
@media (min-width: 1280px) {
  .text-size-lg-38 {
    font-size: 38px !important;
  }
}
@media (min-width: 1280px) {
  .text-size-lg-39 {
    font-size: 39px !important;
  }
}
@media (min-width: 1280px) {
  .text-size-lg-40 {
    font-size: 40px !important;
  }
}
@media (min-width: 1280px) {
  .text-size-lg-41 {
    font-size: 41px !important;
  }
}
@media (min-width: 1280px) {
  .text-size-lg-42 {
    font-size: 42px !important;
  }
}
@media (min-width: 1280px) {
  .text-size-lg-43 {
    font-size: 43px !important;
  }
}
@media (min-width: 1280px) {
  .text-size-lg-44 {
    font-size: 44px !important;
  }
}
@media (min-width: 1280px) {
  .text-size-lg-45 {
    font-size: 45px !important;
  }
}
@media (min-width: 1280px) {
  .text-size-lg-46 {
    font-size: 46px !important;
  }
}
@media (min-width: 1280px) {
  .text-size-lg-47 {
    font-size: 47px !important;
  }
}
@media (min-width: 1280px) {
  .text-size-lg-48 {
    font-size: 48px !important;
  }
}
@media (min-width: 1280px) {
  .text-size-lg-49 {
    font-size: 49px !important;
  }
}
@media (min-width: 1280px) {
  .text-size-lg-50 {
    font-size: 50px !important;
  }
}
@media (min-width: 1280px) {
  .text-size-lg-51 {
    font-size: 51px !important;
  }
}
@media (min-width: 1280px) {
  .text-size-lg-52 {
    font-size: 52px !important;
  }
}
@media (min-width: 480px) {
  .text-left-xs {
    text-align: left !important;
  }
  .text-center-xs {
    text-align: center !important;
  }
  .text-right-xs {
    text-align: right !important;
  }
}
@media (min-width: 768px) {
  .text-left-sm {
    text-align: left !important;
  }
  .text-center-sm {
    text-align: center !important;
  }
  .text-right-sm {
    text-align: right !important;
  }
}
@media (min-width: 992px) {
  .text-left-md {
    text-align: left !important;
  }
  .text-center-md {
    text-align: center !important;
  }
  .text-right-md {
    text-align: right !important;
  }
}
@media (min-width: 1280px) {
  .text-left-lg {
    text-align: left !important;
  }
  .text-center-lg {
    text-align: center !important;
  }
  .text-right-lg {
    text-align: right !important;
  }
}
.hr-red {
  border-top: 1px solid #e2001a;
}
.hr-purple {
  border-top: 1px solid #a3228d;
}
.hr-gray-darken {
  border-top: 1px solid #363c3f;
}
.hr-gray-dark {
  border-top: 1px solid #666666;
}
.hr-gray {
  border-top: 1px solid #8c8c8c;
}
.hr-gray-light {
  border-top: 1px solid #b3b3b3;
}
.hr-gray-lighter {
  border-top: 1px solid #f5f5f5;
}
.hr-gray-separator {
  border-top: 1px solid #e5e5e5;
}
.hr-white {
  border-top: 1px solid #ffffff;
}
.border-gray-separator {
  border: 1px solid #e5e5e5;
}
.padding-0 {
  padding: 0px;
}
.padding-top-0 {
  padding-top: 0px;
}
.padding-left-0 {
  padding-left: 0px;
}
.padding-bottom-0 {
  padding-bottom: 0px;
}
.padding-right-0 {
  padding-right: 0px;
}
.margin-0 {
  margin: 0px;
}
.margin-top-0 {
  margin-top: 0px;
}
.margin-left-0 {
  margin-left: 0px;
}
.margin-bottom-0 {
  margin-bottom: 0px;
}
.margin-right-0 {
  margin-right: 0px;
}
.padding-5 {
  padding: 5px;
}
.padding-top-5 {
  padding-top: 5px;
}
.padding-left-5 {
  padding-left: 5px;
}
.padding-bottom-5 {
  padding-bottom: 5px;
}
.padding-right-5 {
  padding-right: 5px;
}
.margin-5 {
  margin: 5px;
}
.margin-top-5 {
  margin-top: 5px;
}
.margin-left-5 {
  margin-left: 5px;
}
.margin-bottom-5 {
  margin-bottom: 5px;
}
.margin-right-5 {
  margin-right: 5px;
}
.padding-10 {
  padding: 10px;
}
.padding-top-10 {
  padding-top: 10px;
}
.padding-left-10 {
  padding-left: 10px;
}
.padding-bottom-10 {
  padding-bottom: 10px;
}
.padding-right-10 {
  padding-right: 10px;
}
.margin-10 {
  margin: 10px;
}
.margin-top-10 {
  margin-top: 10px;
}
.margin-left-10 {
  margin-left: 10px;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-right-10 {
  margin-right: 10px;
}
.padding-15 {
  padding: 15px;
}
.padding-top-15 {
  padding-top: 15px;
}
.padding-left-15 {
  padding-left: 15px;
}
.padding-bottom-15 {
  padding-bottom: 15px;
}
.padding-right-15 {
  padding-right: 15px;
}
.margin-15 {
  margin: 15px;
}
.margin-top-15 {
  margin-top: 15px;
}
.margin-left-15 {
  margin-left: 15px;
}
.margin-bottom-15 {
  margin-bottom: 15px;
}
.margin-right-15 {
  margin-right: 15px;
}
.padding-20 {
  padding: 20px;
}
.padding-top-20 {
  padding-top: 20px;
}
.padding-left-20 {
  padding-left: 20px;
}
.padding-bottom-20 {
  padding-bottom: 20px;
}
.padding-right-20 {
  padding-right: 20px;
}
.margin-20 {
  margin: 20px;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-left-20 {
  margin-left: 20px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.margin-right-20 {
  margin-right: 20px;
}
.padding-25 {
  padding: 25px;
}
.padding-top-25 {
  padding-top: 25px;
}
.padding-left-25 {
  padding-left: 25px;
}
.padding-bottom-25 {
  padding-bottom: 25px;
}
.padding-right-25 {
  padding-right: 25px;
}
.margin-25 {
  margin: 25px;
}
.margin-top-25 {
  margin-top: 25px;
}
.margin-left-25 {
  margin-left: 25px;
}
.margin-bottom-25 {
  margin-bottom: 25px;
}
.margin-right-25 {
  margin-right: 25px;
}
.padding-30 {
  padding: 30px;
}
.padding-top-30 {
  padding-top: 30px;
}
.padding-left-30 {
  padding-left: 30px;
}
.padding-bottom-30 {
  padding-bottom: 30px;
}
.padding-right-30 {
  padding-right: 30px;
}
.margin-30 {
  margin: 30px;
}
.margin-top-30 {
  margin-top: 30px;
}
.margin-left-30 {
  margin-left: 30px;
}
.margin-bottom-30 {
  margin-bottom: 30px;
}
.margin-right-30 {
  margin-right: 30px;
}
.padding-35 {
  padding: 35px;
}
.padding-top-35 {
  padding-top: 35px;
}
.padding-left-35 {
  padding-left: 35px;
}
.padding-bottom-35 {
  padding-bottom: 35px;
}
.padding-right-35 {
  padding-right: 35px;
}
.margin-35 {
  margin: 35px;
}
.margin-top-35 {
  margin-top: 35px;
}
.margin-left-35 {
  margin-left: 35px;
}
.margin-bottom-35 {
  margin-bottom: 35px;
}
.margin-right-35 {
  margin-right: 35px;
}
.padding-40 {
  padding: 40px;
}
.padding-top-40 {
  padding-top: 40px;
}
.padding-left-40 {
  padding-left: 40px;
}
.padding-bottom-40 {
  padding-bottom: 40px;
}
.padding-right-40 {
  padding-right: 40px;
}
.margin-40 {
  margin: 40px;
}
.margin-top-40 {
  margin-top: 40px;
}
.margin-left-40 {
  margin-left: 40px;
}
.margin-bottom-40 {
  margin-bottom: 40px;
}
.margin-right-40 {
  margin-right: 40px;
}
.padding-45 {
  padding: 45px;
}
.padding-top-45 {
  padding-top: 45px;
}
.padding-left-45 {
  padding-left: 45px;
}
.padding-bottom-45 {
  padding-bottom: 45px;
}
.padding-right-45 {
  padding-right: 45px;
}
.margin-45 {
  margin: 45px;
}
.margin-top-45 {
  margin-top: 45px;
}
.margin-left-45 {
  margin-left: 45px;
}
.margin-bottom-45 {
  margin-bottom: 45px;
}
.margin-right-45 {
  margin-right: 45px;
}
.padding-50 {
  padding: 50px;
}
.padding-top-50 {
  padding-top: 50px;
}
.padding-left-50 {
  padding-left: 50px;
}
.padding-bottom-50 {
  padding-bottom: 50px;
}
.padding-right-50 {
  padding-right: 50px;
}
.margin-50 {
  margin: 50px;
}
.margin-top-50 {
  margin-top: 50px;
}
.margin-left-50 {
  margin-left: 50px;
}
.margin-bottom-50 {
  margin-bottom: 50px;
}
.margin-right-50 {
  margin-right: 50px;
}
@media (min-width: 480px) {
  .padding-xs-0 {
    padding: 0px !important;
  }
  .padding-top-xs-0 {
    padding-top: 0px !important;
  }
  .padding-left-xs-0 {
    padding-left: 0px !important;
  }
  .padding-bottom-xs-0 {
    padding-bottom: 0px !important;
  }
  .padding-right-xs-0 {
    padding-right: 0px !important;
  }
  .margin-xs-0 {
    margin: 0px !important;
  }
  .margin-top-xs-0 {
    margin-top: 0px !important;
  }
  .margin-left-xs-0 {
    margin-left: 0px !important;
  }
  .margin-bottom-xs-0 {
    margin-bottom: 0px !important;
  }
  .margin-right-xs-0 {
    margin-right: 0px !important;
  }
}
@media (min-width: 480px) {
  .padding-xs-5 {
    padding: 5px !important;
  }
  .padding-top-xs-5 {
    padding-top: 5px !important;
  }
  .padding-left-xs-5 {
    padding-left: 5px !important;
  }
  .padding-bottom-xs-5 {
    padding-bottom: 5px !important;
  }
  .padding-right-xs-5 {
    padding-right: 5px !important;
  }
  .margin-xs-5 {
    margin: 5px !important;
  }
  .margin-top-xs-5 {
    margin-top: 5px !important;
  }
  .margin-left-xs-5 {
    margin-left: 5px !important;
  }
  .margin-bottom-xs-5 {
    margin-bottom: 5px !important;
  }
  .margin-right-xs-5 {
    margin-right: 5px !important;
  }
}
@media (min-width: 480px) {
  .padding-xs-10 {
    padding: 10px !important;
  }
  .padding-top-xs-10 {
    padding-top: 10px !important;
  }
  .padding-left-xs-10 {
    padding-left: 10px !important;
  }
  .padding-bottom-xs-10 {
    padding-bottom: 10px !important;
  }
  .padding-right-xs-10 {
    padding-right: 10px !important;
  }
  .margin-xs-10 {
    margin: 10px !important;
  }
  .margin-top-xs-10 {
    margin-top: 10px !important;
  }
  .margin-left-xs-10 {
    margin-left: 10px !important;
  }
  .margin-bottom-xs-10 {
    margin-bottom: 10px !important;
  }
  .margin-right-xs-10 {
    margin-right: 10px !important;
  }
}
@media (min-width: 480px) {
  .padding-xs-15 {
    padding: 15px !important;
  }
  .padding-top-xs-15 {
    padding-top: 15px !important;
  }
  .padding-left-xs-15 {
    padding-left: 15px !important;
  }
  .padding-bottom-xs-15 {
    padding-bottom: 15px !important;
  }
  .padding-right-xs-15 {
    padding-right: 15px !important;
  }
  .margin-xs-15 {
    margin: 15px !important;
  }
  .margin-top-xs-15 {
    margin-top: 15px !important;
  }
  .margin-left-xs-15 {
    margin-left: 15px !important;
  }
  .margin-bottom-xs-15 {
    margin-bottom: 15px !important;
  }
  .margin-right-xs-15 {
    margin-right: 15px !important;
  }
}
@media (min-width: 480px) {
  .padding-xs-20 {
    padding: 20px !important;
  }
  .padding-top-xs-20 {
    padding-top: 20px !important;
  }
  .padding-left-xs-20 {
    padding-left: 20px !important;
  }
  .padding-bottom-xs-20 {
    padding-bottom: 20px !important;
  }
  .padding-right-xs-20 {
    padding-right: 20px !important;
  }
  .margin-xs-20 {
    margin: 20px !important;
  }
  .margin-top-xs-20 {
    margin-top: 20px !important;
  }
  .margin-left-xs-20 {
    margin-left: 20px !important;
  }
  .margin-bottom-xs-20 {
    margin-bottom: 20px !important;
  }
  .margin-right-xs-20 {
    margin-right: 20px !important;
  }
}
@media (min-width: 480px) {
  .padding-xs-25 {
    padding: 25px !important;
  }
  .padding-top-xs-25 {
    padding-top: 25px !important;
  }
  .padding-left-xs-25 {
    padding-left: 25px !important;
  }
  .padding-bottom-xs-25 {
    padding-bottom: 25px !important;
  }
  .padding-right-xs-25 {
    padding-right: 25px !important;
  }
  .margin-xs-25 {
    margin: 25px !important;
  }
  .margin-top-xs-25 {
    margin-top: 25px !important;
  }
  .margin-left-xs-25 {
    margin-left: 25px !important;
  }
  .margin-bottom-xs-25 {
    margin-bottom: 25px !important;
  }
  .margin-right-xs-25 {
    margin-right: 25px !important;
  }
}
@media (min-width: 480px) {
  .padding-xs-30 {
    padding: 30px !important;
  }
  .padding-top-xs-30 {
    padding-top: 30px !important;
  }
  .padding-left-xs-30 {
    padding-left: 30px !important;
  }
  .padding-bottom-xs-30 {
    padding-bottom: 30px !important;
  }
  .padding-right-xs-30 {
    padding-right: 30px !important;
  }
  .margin-xs-30 {
    margin: 30px !important;
  }
  .margin-top-xs-30 {
    margin-top: 30px !important;
  }
  .margin-left-xs-30 {
    margin-left: 30px !important;
  }
  .margin-bottom-xs-30 {
    margin-bottom: 30px !important;
  }
  .margin-right-xs-30 {
    margin-right: 30px !important;
  }
}
@media (min-width: 480px) {
  .padding-xs-35 {
    padding: 35px !important;
  }
  .padding-top-xs-35 {
    padding-top: 35px !important;
  }
  .padding-left-xs-35 {
    padding-left: 35px !important;
  }
  .padding-bottom-xs-35 {
    padding-bottom: 35px !important;
  }
  .padding-right-xs-35 {
    padding-right: 35px !important;
  }
  .margin-xs-35 {
    margin: 35px !important;
  }
  .margin-top-xs-35 {
    margin-top: 35px !important;
  }
  .margin-left-xs-35 {
    margin-left: 35px !important;
  }
  .margin-bottom-xs-35 {
    margin-bottom: 35px !important;
  }
  .margin-right-xs-35 {
    margin-right: 35px !important;
  }
}
@media (min-width: 480px) {
  .padding-xs-40 {
    padding: 40px !important;
  }
  .padding-top-xs-40 {
    padding-top: 40px !important;
  }
  .padding-left-xs-40 {
    padding-left: 40px !important;
  }
  .padding-bottom-xs-40 {
    padding-bottom: 40px !important;
  }
  .padding-right-xs-40 {
    padding-right: 40px !important;
  }
  .margin-xs-40 {
    margin: 40px !important;
  }
  .margin-top-xs-40 {
    margin-top: 40px !important;
  }
  .margin-left-xs-40 {
    margin-left: 40px !important;
  }
  .margin-bottom-xs-40 {
    margin-bottom: 40px !important;
  }
  .margin-right-xs-40 {
    margin-right: 40px !important;
  }
}
@media (min-width: 480px) {
  .padding-xs-45 {
    padding: 45px !important;
  }
  .padding-top-xs-45 {
    padding-top: 45px !important;
  }
  .padding-left-xs-45 {
    padding-left: 45px !important;
  }
  .padding-bottom-xs-45 {
    padding-bottom: 45px !important;
  }
  .padding-right-xs-45 {
    padding-right: 45px !important;
  }
  .margin-xs-45 {
    margin: 45px !important;
  }
  .margin-top-xs-45 {
    margin-top: 45px !important;
  }
  .margin-left-xs-45 {
    margin-left: 45px !important;
  }
  .margin-bottom-xs-45 {
    margin-bottom: 45px !important;
  }
  .margin-right-xs-45 {
    margin-right: 45px !important;
  }
}
@media (min-width: 480px) {
  .padding-xs-50 {
    padding: 50px !important;
  }
  .padding-top-xs-50 {
    padding-top: 50px !important;
  }
  .padding-left-xs-50 {
    padding-left: 50px !important;
  }
  .padding-bottom-xs-50 {
    padding-bottom: 50px !important;
  }
  .padding-right-xs-50 {
    padding-right: 50px !important;
  }
  .margin-xs-50 {
    margin: 50px !important;
  }
  .margin-top-xs-50 {
    margin-top: 50px !important;
  }
  .margin-left-xs-50 {
    margin-left: 50px !important;
  }
  .margin-bottom-xs-50 {
    margin-bottom: 50px !important;
  }
  .margin-right-xs-50 {
    margin-right: 50px !important;
  }
}
@media (min-width: 768px) {
  .padding-sm-0 {
    padding: 0px !important;
  }
  .padding-top-sm-0 {
    padding-top: 0px !important;
  }
  .padding-left-sm-0 {
    padding-left: 0px !important;
  }
  .padding-bottom-sm-0 {
    padding-bottom: 0px !important;
  }
  .padding-right-sm-0 {
    padding-right: 0px !important;
  }
  .margin-sm-0 {
    margin: 0px !important;
  }
  .margin-top-sm-0 {
    margin-top: 0px !important;
  }
  .margin-left-sm-0 {
    margin-left: 0px !important;
  }
  .margin-bottom-sm-0 {
    margin-bottom: 0px !important;
  }
  .margin-right-sm-0 {
    margin-right: 0px !important;
  }
}
@media (min-width: 768px) {
  .padding-sm-5 {
    padding: 5px !important;
  }
  .padding-top-sm-5 {
    padding-top: 5px !important;
  }
  .padding-left-sm-5 {
    padding-left: 5px !important;
  }
  .padding-bottom-sm-5 {
    padding-bottom: 5px !important;
  }
  .padding-right-sm-5 {
    padding-right: 5px !important;
  }
  .margin-sm-5 {
    margin: 5px !important;
  }
  .margin-top-sm-5 {
    margin-top: 5px !important;
  }
  .margin-left-sm-5 {
    margin-left: 5px !important;
  }
  .margin-bottom-sm-5 {
    margin-bottom: 5px !important;
  }
  .margin-right-sm-5 {
    margin-right: 5px !important;
  }
}
@media (min-width: 768px) {
  .padding-sm-10 {
    padding: 10px !important;
  }
  .padding-top-sm-10 {
    padding-top: 10px !important;
  }
  .padding-left-sm-10 {
    padding-left: 10px !important;
  }
  .padding-bottom-sm-10 {
    padding-bottom: 10px !important;
  }
  .padding-right-sm-10 {
    padding-right: 10px !important;
  }
  .margin-sm-10 {
    margin: 10px !important;
  }
  .margin-top-sm-10 {
    margin-top: 10px !important;
  }
  .margin-left-sm-10 {
    margin-left: 10px !important;
  }
  .margin-bottom-sm-10 {
    margin-bottom: 10px !important;
  }
  .margin-right-sm-10 {
    margin-right: 10px !important;
  }
}
@media (min-width: 768px) {
  .padding-sm-15 {
    padding: 15px !important;
  }
  .padding-top-sm-15 {
    padding-top: 15px !important;
  }
  .padding-left-sm-15 {
    padding-left: 15px !important;
  }
  .padding-bottom-sm-15 {
    padding-bottom: 15px !important;
  }
  .padding-right-sm-15 {
    padding-right: 15px !important;
  }
  .margin-sm-15 {
    margin: 15px !important;
  }
  .margin-top-sm-15 {
    margin-top: 15px !important;
  }
  .margin-left-sm-15 {
    margin-left: 15px !important;
  }
  .margin-bottom-sm-15 {
    margin-bottom: 15px !important;
  }
  .margin-right-sm-15 {
    margin-right: 15px !important;
  }
}
@media (min-width: 768px) {
  .padding-sm-20 {
    padding: 20px !important;
  }
  .padding-top-sm-20 {
    padding-top: 20px !important;
  }
  .padding-left-sm-20 {
    padding-left: 20px !important;
  }
  .padding-bottom-sm-20 {
    padding-bottom: 20px !important;
  }
  .padding-right-sm-20 {
    padding-right: 20px !important;
  }
  .margin-sm-20 {
    margin: 20px !important;
  }
  .margin-top-sm-20 {
    margin-top: 20px !important;
  }
  .margin-left-sm-20 {
    margin-left: 20px !important;
  }
  .margin-bottom-sm-20 {
    margin-bottom: 20px !important;
  }
  .margin-right-sm-20 {
    margin-right: 20px !important;
  }
}
@media (min-width: 768px) {
  .padding-sm-25 {
    padding: 25px !important;
  }
  .padding-top-sm-25 {
    padding-top: 25px !important;
  }
  .padding-left-sm-25 {
    padding-left: 25px !important;
  }
  .padding-bottom-sm-25 {
    padding-bottom: 25px !important;
  }
  .padding-right-sm-25 {
    padding-right: 25px !important;
  }
  .margin-sm-25 {
    margin: 25px !important;
  }
  .margin-top-sm-25 {
    margin-top: 25px !important;
  }
  .margin-left-sm-25 {
    margin-left: 25px !important;
  }
  .margin-bottom-sm-25 {
    margin-bottom: 25px !important;
  }
  .margin-right-sm-25 {
    margin-right: 25px !important;
  }
}
@media (min-width: 768px) {
  .padding-sm-30 {
    padding: 30px !important;
  }
  .padding-top-sm-30 {
    padding-top: 30px !important;
  }
  .padding-left-sm-30 {
    padding-left: 30px !important;
  }
  .padding-bottom-sm-30 {
    padding-bottom: 30px !important;
  }
  .padding-right-sm-30 {
    padding-right: 30px !important;
  }
  .margin-sm-30 {
    margin: 30px !important;
  }
  .margin-top-sm-30 {
    margin-top: 30px !important;
  }
  .margin-left-sm-30 {
    margin-left: 30px !important;
  }
  .margin-bottom-sm-30 {
    margin-bottom: 30px !important;
  }
  .margin-right-sm-30 {
    margin-right: 30px !important;
  }
}
@media (min-width: 768px) {
  .padding-sm-35 {
    padding: 35px !important;
  }
  .padding-top-sm-35 {
    padding-top: 35px !important;
  }
  .padding-left-sm-35 {
    padding-left: 35px !important;
  }
  .padding-bottom-sm-35 {
    padding-bottom: 35px !important;
  }
  .padding-right-sm-35 {
    padding-right: 35px !important;
  }
  .margin-sm-35 {
    margin: 35px !important;
  }
  .margin-top-sm-35 {
    margin-top: 35px !important;
  }
  .margin-left-sm-35 {
    margin-left: 35px !important;
  }
  .margin-bottom-sm-35 {
    margin-bottom: 35px !important;
  }
  .margin-right-sm-35 {
    margin-right: 35px !important;
  }
}
@media (min-width: 768px) {
  .padding-sm-40 {
    padding: 40px !important;
  }
  .padding-top-sm-40 {
    padding-top: 40px !important;
  }
  .padding-left-sm-40 {
    padding-left: 40px !important;
  }
  .padding-bottom-sm-40 {
    padding-bottom: 40px !important;
  }
  .padding-right-sm-40 {
    padding-right: 40px !important;
  }
  .margin-sm-40 {
    margin: 40px !important;
  }
  .margin-top-sm-40 {
    margin-top: 40px !important;
  }
  .margin-left-sm-40 {
    margin-left: 40px !important;
  }
  .margin-bottom-sm-40 {
    margin-bottom: 40px !important;
  }
  .margin-right-sm-40 {
    margin-right: 40px !important;
  }
}
@media (min-width: 768px) {
  .padding-sm-45 {
    padding: 45px !important;
  }
  .padding-top-sm-45 {
    padding-top: 45px !important;
  }
  .padding-left-sm-45 {
    padding-left: 45px !important;
  }
  .padding-bottom-sm-45 {
    padding-bottom: 45px !important;
  }
  .padding-right-sm-45 {
    padding-right: 45px !important;
  }
  .margin-sm-45 {
    margin: 45px !important;
  }
  .margin-top-sm-45 {
    margin-top: 45px !important;
  }
  .margin-left-sm-45 {
    margin-left: 45px !important;
  }
  .margin-bottom-sm-45 {
    margin-bottom: 45px !important;
  }
  .margin-right-sm-45 {
    margin-right: 45px !important;
  }
}
@media (min-width: 768px) {
  .padding-sm-50 {
    padding: 50px !important;
  }
  .padding-top-sm-50 {
    padding-top: 50px !important;
  }
  .padding-left-sm-50 {
    padding-left: 50px !important;
  }
  .padding-bottom-sm-50 {
    padding-bottom: 50px !important;
  }
  .padding-right-sm-50 {
    padding-right: 50px !important;
  }
  .margin-sm-50 {
    margin: 50px !important;
  }
  .margin-top-sm-50 {
    margin-top: 50px !important;
  }
  .margin-left-sm-50 {
    margin-left: 50px !important;
  }
  .margin-bottom-sm-50 {
    margin-bottom: 50px !important;
  }
  .margin-right-sm-50 {
    margin-right: 50px !important;
  }
}
@media (min-width: 992px) {
  .padding-md-0 {
    padding: 0px !important;
  }
  .padding-top-md-0 {
    padding-top: 0px !important;
  }
  .padding-left-md-0 {
    padding-left: 0px !important;
  }
  .padding-bottom-md-0 {
    padding-bottom: 0px !important;
  }
  .padding-right-md-0 {
    padding-right: 0px !important;
  }
  .margin-md-0 {
    margin: 0px !important;
  }
  .margin-top-md-0 {
    margin-top: 0px !important;
  }
  .margin-left-md-0 {
    margin-left: 0px !important;
  }
  .margin-bottom-md-0 {
    margin-bottom: 0px !important;
  }
  .margin-right-md-0 {
    margin-right: 0px !important;
  }
}
@media (min-width: 992px) {
  .padding-md-5 {
    padding: 5px !important;
  }
  .padding-top-md-5 {
    padding-top: 5px !important;
  }
  .padding-left-md-5 {
    padding-left: 5px !important;
  }
  .padding-bottom-md-5 {
    padding-bottom: 5px !important;
  }
  .padding-right-md-5 {
    padding-right: 5px !important;
  }
  .margin-md-5 {
    margin: 5px !important;
  }
  .margin-top-md-5 {
    margin-top: 5px !important;
  }
  .margin-left-md-5 {
    margin-left: 5px !important;
  }
  .margin-bottom-md-5 {
    margin-bottom: 5px !important;
  }
  .margin-right-md-5 {
    margin-right: 5px !important;
  }
}
@media (min-width: 992px) {
  .padding-md-10 {
    padding: 10px !important;
  }
  .padding-top-md-10 {
    padding-top: 10px !important;
  }
  .padding-left-md-10 {
    padding-left: 10px !important;
  }
  .padding-bottom-md-10 {
    padding-bottom: 10px !important;
  }
  .padding-right-md-10 {
    padding-right: 10px !important;
  }
  .margin-md-10 {
    margin: 10px !important;
  }
  .margin-top-md-10 {
    margin-top: 10px !important;
  }
  .margin-left-md-10 {
    margin-left: 10px !important;
  }
  .margin-bottom-md-10 {
    margin-bottom: 10px !important;
  }
  .margin-right-md-10 {
    margin-right: 10px !important;
  }
}
@media (min-width: 992px) {
  .padding-md-15 {
    padding: 15px !important;
  }
  .padding-top-md-15 {
    padding-top: 15px !important;
  }
  .padding-left-md-15 {
    padding-left: 15px !important;
  }
  .padding-bottom-md-15 {
    padding-bottom: 15px !important;
  }
  .padding-right-md-15 {
    padding-right: 15px !important;
  }
  .margin-md-15 {
    margin: 15px !important;
  }
  .margin-top-md-15 {
    margin-top: 15px !important;
  }
  .margin-left-md-15 {
    margin-left: 15px !important;
  }
  .margin-bottom-md-15 {
    margin-bottom: 15px !important;
  }
  .margin-right-md-15 {
    margin-right: 15px !important;
  }
}
@media (min-width: 992px) {
  .padding-md-20 {
    padding: 20px !important;
  }
  .padding-top-md-20 {
    padding-top: 20px !important;
  }
  .padding-left-md-20 {
    padding-left: 20px !important;
  }
  .padding-bottom-md-20 {
    padding-bottom: 20px !important;
  }
  .padding-right-md-20 {
    padding-right: 20px !important;
  }
  .margin-md-20 {
    margin: 20px !important;
  }
  .margin-top-md-20 {
    margin-top: 20px !important;
  }
  .margin-left-md-20 {
    margin-left: 20px !important;
  }
  .margin-bottom-md-20 {
    margin-bottom: 20px !important;
  }
  .margin-right-md-20 {
    margin-right: 20px !important;
  }
}
@media (min-width: 992px) {
  .padding-md-25 {
    padding: 25px !important;
  }
  .padding-top-md-25 {
    padding-top: 25px !important;
  }
  .padding-left-md-25 {
    padding-left: 25px !important;
  }
  .padding-bottom-md-25 {
    padding-bottom: 25px !important;
  }
  .padding-right-md-25 {
    padding-right: 25px !important;
  }
  .margin-md-25 {
    margin: 25px !important;
  }
  .margin-top-md-25 {
    margin-top: 25px !important;
  }
  .margin-left-md-25 {
    margin-left: 25px !important;
  }
  .margin-bottom-md-25 {
    margin-bottom: 25px !important;
  }
  .margin-right-md-25 {
    margin-right: 25px !important;
  }
}
@media (min-width: 992px) {
  .padding-md-30 {
    padding: 30px !important;
  }
  .padding-top-md-30 {
    padding-top: 30px !important;
  }
  .padding-left-md-30 {
    padding-left: 30px !important;
  }
  .padding-bottom-md-30 {
    padding-bottom: 30px !important;
  }
  .padding-right-md-30 {
    padding-right: 30px !important;
  }
  .margin-md-30 {
    margin: 30px !important;
  }
  .margin-top-md-30 {
    margin-top: 30px !important;
  }
  .margin-left-md-30 {
    margin-left: 30px !important;
  }
  .margin-bottom-md-30 {
    margin-bottom: 30px !important;
  }
  .margin-right-md-30 {
    margin-right: 30px !important;
  }
}
@media (min-width: 992px) {
  .padding-md-35 {
    padding: 35px !important;
  }
  .padding-top-md-35 {
    padding-top: 35px !important;
  }
  .padding-left-md-35 {
    padding-left: 35px !important;
  }
  .padding-bottom-md-35 {
    padding-bottom: 35px !important;
  }
  .padding-right-md-35 {
    padding-right: 35px !important;
  }
  .margin-md-35 {
    margin: 35px !important;
  }
  .margin-top-md-35 {
    margin-top: 35px !important;
  }
  .margin-left-md-35 {
    margin-left: 35px !important;
  }
  .margin-bottom-md-35 {
    margin-bottom: 35px !important;
  }
  .margin-right-md-35 {
    margin-right: 35px !important;
  }
}
@media (min-width: 992px) {
  .padding-md-40 {
    padding: 40px !important;
  }
  .padding-top-md-40 {
    padding-top: 40px !important;
  }
  .padding-left-md-40 {
    padding-left: 40px !important;
  }
  .padding-bottom-md-40 {
    padding-bottom: 40px !important;
  }
  .padding-right-md-40 {
    padding-right: 40px !important;
  }
  .margin-md-40 {
    margin: 40px !important;
  }
  .margin-top-md-40 {
    margin-top: 40px !important;
  }
  .margin-left-md-40 {
    margin-left: 40px !important;
  }
  .margin-bottom-md-40 {
    margin-bottom: 40px !important;
  }
  .margin-right-md-40 {
    margin-right: 40px !important;
  }
}
@media (min-width: 992px) {
  .padding-md-45 {
    padding: 45px !important;
  }
  .padding-top-md-45 {
    padding-top: 45px !important;
  }
  .padding-left-md-45 {
    padding-left: 45px !important;
  }
  .padding-bottom-md-45 {
    padding-bottom: 45px !important;
  }
  .padding-right-md-45 {
    padding-right: 45px !important;
  }
  .margin-md-45 {
    margin: 45px !important;
  }
  .margin-top-md-45 {
    margin-top: 45px !important;
  }
  .margin-left-md-45 {
    margin-left: 45px !important;
  }
  .margin-bottom-md-45 {
    margin-bottom: 45px !important;
  }
  .margin-right-md-45 {
    margin-right: 45px !important;
  }
}
@media (min-width: 992px) {
  .padding-md-50 {
    padding: 50px !important;
  }
  .padding-top-md-50 {
    padding-top: 50px !important;
  }
  .padding-left-md-50 {
    padding-left: 50px !important;
  }
  .padding-bottom-md-50 {
    padding-bottom: 50px !important;
  }
  .padding-right-md-50 {
    padding-right: 50px !important;
  }
  .margin-md-50 {
    margin: 50px !important;
  }
  .margin-top-md-50 {
    margin-top: 50px !important;
  }
  .margin-left-md-50 {
    margin-left: 50px !important;
  }
  .margin-bottom-md-50 {
    margin-bottom: 50px !important;
  }
  .margin-right-md-50 {
    margin-right: 50px !important;
  }
}
@media (min-width: 1280px) {
  .padding-lg-0 {
    padding: 0px !important;
  }
  .padding-top-lg-0 {
    padding-top: 0px !important;
  }
  .padding-left-lg-0 {
    padding-left: 0px !important;
  }
  .padding-bottom-lg-0 {
    padding-bottom: 0px !important;
  }
  .padding-right-lg-0 {
    padding-right: 0px !important;
  }
  .margin-lg-0 {
    margin: 0px !important;
  }
  .margin-top-lg-0 {
    margin-top: 0px !important;
  }
  .margin-left-lg-0 {
    margin-left: 0px !important;
  }
  .margin-bottom-lg-0 {
    margin-bottom: 0px !important;
  }
  .margin-right-lg-0 {
    margin-right: 0px !important;
  }
}
@media (min-width: 1280px) {
  .padding-lg-5 {
    padding: 5px !important;
  }
  .padding-top-lg-5 {
    padding-top: 5px !important;
  }
  .padding-left-lg-5 {
    padding-left: 5px !important;
  }
  .padding-bottom-lg-5 {
    padding-bottom: 5px !important;
  }
  .padding-right-lg-5 {
    padding-right: 5px !important;
  }
  .margin-lg-5 {
    margin: 5px !important;
  }
  .margin-top-lg-5 {
    margin-top: 5px !important;
  }
  .margin-left-lg-5 {
    margin-left: 5px !important;
  }
  .margin-bottom-lg-5 {
    margin-bottom: 5px !important;
  }
  .margin-right-lg-5 {
    margin-right: 5px !important;
  }
}
@media (min-width: 1280px) {
  .padding-lg-10 {
    padding: 10px !important;
  }
  .padding-top-lg-10 {
    padding-top: 10px !important;
  }
  .padding-left-lg-10 {
    padding-left: 10px !important;
  }
  .padding-bottom-lg-10 {
    padding-bottom: 10px !important;
  }
  .padding-right-lg-10 {
    padding-right: 10px !important;
  }
  .margin-lg-10 {
    margin: 10px !important;
  }
  .margin-top-lg-10 {
    margin-top: 10px !important;
  }
  .margin-left-lg-10 {
    margin-left: 10px !important;
  }
  .margin-bottom-lg-10 {
    margin-bottom: 10px !important;
  }
  .margin-right-lg-10 {
    margin-right: 10px !important;
  }
}
@media (min-width: 1280px) {
  .padding-lg-15 {
    padding: 15px !important;
  }
  .padding-top-lg-15 {
    padding-top: 15px !important;
  }
  .padding-left-lg-15 {
    padding-left: 15px !important;
  }
  .padding-bottom-lg-15 {
    padding-bottom: 15px !important;
  }
  .padding-right-lg-15 {
    padding-right: 15px !important;
  }
  .margin-lg-15 {
    margin: 15px !important;
  }
  .margin-top-lg-15 {
    margin-top: 15px !important;
  }
  .margin-left-lg-15 {
    margin-left: 15px !important;
  }
  .margin-bottom-lg-15 {
    margin-bottom: 15px !important;
  }
  .margin-right-lg-15 {
    margin-right: 15px !important;
  }
}
@media (min-width: 1280px) {
  .padding-lg-20 {
    padding: 20px !important;
  }
  .padding-top-lg-20 {
    padding-top: 20px !important;
  }
  .padding-left-lg-20 {
    padding-left: 20px !important;
  }
  .padding-bottom-lg-20 {
    padding-bottom: 20px !important;
  }
  .padding-right-lg-20 {
    padding-right: 20px !important;
  }
  .margin-lg-20 {
    margin: 20px !important;
  }
  .margin-top-lg-20 {
    margin-top: 20px !important;
  }
  .margin-left-lg-20 {
    margin-left: 20px !important;
  }
  .margin-bottom-lg-20 {
    margin-bottom: 20px !important;
  }
  .margin-right-lg-20 {
    margin-right: 20px !important;
  }
}
@media (min-width: 1280px) {
  .padding-lg-25 {
    padding: 25px !important;
  }
  .padding-top-lg-25 {
    padding-top: 25px !important;
  }
  .padding-left-lg-25 {
    padding-left: 25px !important;
  }
  .padding-bottom-lg-25 {
    padding-bottom: 25px !important;
  }
  .padding-right-lg-25 {
    padding-right: 25px !important;
  }
  .margin-lg-25 {
    margin: 25px !important;
  }
  .margin-top-lg-25 {
    margin-top: 25px !important;
  }
  .margin-left-lg-25 {
    margin-left: 25px !important;
  }
  .margin-bottom-lg-25 {
    margin-bottom: 25px !important;
  }
  .margin-right-lg-25 {
    margin-right: 25px !important;
  }
}
@media (min-width: 1280px) {
  .padding-lg-30 {
    padding: 30px !important;
  }
  .padding-top-lg-30 {
    padding-top: 30px !important;
  }
  .padding-left-lg-30 {
    padding-left: 30px !important;
  }
  .padding-bottom-lg-30 {
    padding-bottom: 30px !important;
  }
  .padding-right-lg-30 {
    padding-right: 30px !important;
  }
  .margin-lg-30 {
    margin: 30px !important;
  }
  .margin-top-lg-30 {
    margin-top: 30px !important;
  }
  .margin-left-lg-30 {
    margin-left: 30px !important;
  }
  .margin-bottom-lg-30 {
    margin-bottom: 30px !important;
  }
  .margin-right-lg-30 {
    margin-right: 30px !important;
  }
}
@media (min-width: 1280px) {
  .padding-lg-35 {
    padding: 35px !important;
  }
  .padding-top-lg-35 {
    padding-top: 35px !important;
  }
  .padding-left-lg-35 {
    padding-left: 35px !important;
  }
  .padding-bottom-lg-35 {
    padding-bottom: 35px !important;
  }
  .padding-right-lg-35 {
    padding-right: 35px !important;
  }
  .margin-lg-35 {
    margin: 35px !important;
  }
  .margin-top-lg-35 {
    margin-top: 35px !important;
  }
  .margin-left-lg-35 {
    margin-left: 35px !important;
  }
  .margin-bottom-lg-35 {
    margin-bottom: 35px !important;
  }
  .margin-right-lg-35 {
    margin-right: 35px !important;
  }
}
@media (min-width: 1280px) {
  .padding-lg-40 {
    padding: 40px !important;
  }
  .padding-top-lg-40 {
    padding-top: 40px !important;
  }
  .padding-left-lg-40 {
    padding-left: 40px !important;
  }
  .padding-bottom-lg-40 {
    padding-bottom: 40px !important;
  }
  .padding-right-lg-40 {
    padding-right: 40px !important;
  }
  .margin-lg-40 {
    margin: 40px !important;
  }
  .margin-top-lg-40 {
    margin-top: 40px !important;
  }
  .margin-left-lg-40 {
    margin-left: 40px !important;
  }
  .margin-bottom-lg-40 {
    margin-bottom: 40px !important;
  }
  .margin-right-lg-40 {
    margin-right: 40px !important;
  }
}
@media (min-width: 1280px) {
  .padding-lg-45 {
    padding: 45px !important;
  }
  .padding-top-lg-45 {
    padding-top: 45px !important;
  }
  .padding-left-lg-45 {
    padding-left: 45px !important;
  }
  .padding-bottom-lg-45 {
    padding-bottom: 45px !important;
  }
  .padding-right-lg-45 {
    padding-right: 45px !important;
  }
  .margin-lg-45 {
    margin: 45px !important;
  }
  .margin-top-lg-45 {
    margin-top: 45px !important;
  }
  .margin-left-lg-45 {
    margin-left: 45px !important;
  }
  .margin-bottom-lg-45 {
    margin-bottom: 45px !important;
  }
  .margin-right-lg-45 {
    margin-right: 45px !important;
  }
}
@media (min-width: 1280px) {
  .padding-lg-50 {
    padding: 50px !important;
  }
  .padding-top-lg-50 {
    padding-top: 50px !important;
  }
  .padding-left-lg-50 {
    padding-left: 50px !important;
  }
  .padding-bottom-lg-50 {
    padding-bottom: 50px !important;
  }
  .padding-right-lg-50 {
    padding-right: 50px !important;
  }
  .margin-lg-50 {
    margin: 50px !important;
  }
  .margin-top-lg-50 {
    margin-top: 50px !important;
  }
  .margin-left-lg-50 {
    margin-left: 50px !important;
  }
  .margin-bottom-lg-50 {
    margin-bottom: 50px !important;
  }
  .margin-right-lg-50 {
    margin-right: 50px !important;
  }
}
.opacity-9 {
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
