@charset "UTF-8";
.content h1 {
  font-size: 28px;
}

@media (min-width: 768px) {
  .content h1 {
    font-size: 30px;
  }
}

.content h2 {
  font-size: 21px;
}

.content h3 {
  font-size: 19px;
}

.content-container {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.visible-inline-lg {
  display: none !important;
}

@media (min-width: 1200px) {
  .visible-inline-lg {
    display: inline !important;
  }
}

.visible-inline-md {
  display: none !important;
}

@media (min-width: 992px) {
  .visible-inline-md {
    display: inline !important;
  }
}

/*
  TODO remove as soon as bug is fixed
  2.08.2018 - issue still not resolved
  http://stackoverflow.com/questions/19012135/ios-7-ipad-safari-landscape-innerheight-outerheight-layout-issue
*/
@media (orientation: landscape) {
  html.ipad.ios7 > body {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 672px !important;
  }
}

h1.panel-title {
  color: #333;
  margin-left: 5px;
}

.text-lg {
  font-size: 1.2em !important;
}

.form-group label {
  margin-bottom: 0px;
}

.error-msg h4 {
  font-size: 16px;
}

.error-msg ul {
  padding-left: 20px;
}

/* add required field asterisk */
label.required:after {
  content: "*";
}

.press td {
  padding: 0 10px 30px 0;
}

.press p {
  margin-top: 5px;
}

@media (min-width: 992px) {
  .press td {
    padding: 20px 20px 30px 0px;
  }
}

.todo {
  color: blue;
}

.footer ul.list-inline {
  margin-left: 0;
}

.content {
  background-color: #fff;
  padding: 12px 0 25px;
}

@media screen and (min-width: 768px) {
  .content {
    padding-bottom: 30px;
    padding-top: 40px;
  }
}

@media screen and (min-width: 1200px) {
  .content--conversations {
    padding: 0;
  }
}

.content h1 {
  margin-top: 0;
}

.xs-menu {
  padding-left: 15px;
  padding-right: 15px;
}

.img-thumbnail-small {
  padding: 2px !important;
}

.red {
  color: #f00;
}

.reviews,
.search_show,
.users,
.unreviewed_users {
  /* logged_in styles */
}

.reviews h1,
.search_show h1,
.users h1,
.unreviewed_users h1 {
  margin-bottom: 0;
}

.reviews h1.title,
.search_show h1.title,
.users h1.title,
.unreviewed_users h1.title {
  float: left;
}

.reviews h1.my-reviews-header,
.search_show h1.my-reviews-header,
.users h1.my-reviews-header,
.unreviewed_users h1.my-reviews-header {
  margin: 0 0 20px;
}

.reviews h5,
.search_show h5,
.users h5,
.unreviewed_users h5 {
  border-bottom: 1px solid #e4e4e4;
  margin: 0;
}

.reviews .login-box,
.search_show .login-box,
.users .login-box,
.unreviewed_users .login-box {
  margin: 40px 0 20px;
}

.reviews .login-box h4,
.search_show .login-box h4,
.users .login-box h4,
.unreviewed_users .login-box h4 {
  margin-bottom: 5px;
}

.reviews #content h1,
.search_show #content h1,
.users #content h1,
.unreviewed_users #content h1 {
  margin: 0;
  padding-bottom: 0;
  word-wrap: break-word;
  word-break: break-word;
}

.reviews #content h3,
.search_show #content h3,
.users #content h3,
.unreviewed_users #content h3 {
  font-size: 20px;
}

.users .profile-sidebar,
.unreviewed_users .profile-sidebar {
  position: sticky;
  top: 40px;
}

.users .profile-sidebar .btn,
.unreviewed_users .profile-sidebar .btn {
  white-space: normal;
}

.users .profile-sidebar--under-navigation,
.unreviewed_users .profile-sidebar--under-navigation {
  top: 116px;
}

@media screen and (min-width: 768px) {
  .profile__header-info {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}

.profile__localisation-info-item {
  display: inline-block;
}

.profile__localisation-info-item:not(:last-child) {
  margin-right: 5px;
}

.profile__welcome-gift {
  margin-bottom: 12px;
}

.profile__welcome-gift .new-styling.welcome-gift {
  padding: 12px;
}

@media screen and (max-width: 320px) {
  .profile__welcome-gift .new-styling.welcome-gift__image, .profile__welcome-gift .new-styling.welcome-gift__image svg {
    min-width: 58px;
    min-height: 51px;
    width: 58px;
    height: 51px;
  }
}

.profile__header {
  position: relative;
}

@media screen and (min-width: 768px) {
  .profile__header {
    display: flex;
  }
}

.profile__header img {
  border: none;
}

.profile__headline {
  display: flex;
  margin-bottom: 4px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .profile__headline {
    flex-direction: column;
  }
}

.profile__headline h1 {
  display: inline-flex;
}

@media screen and (max-width: 767px) {
  .profile__headline h1 {
    justify-content: center;
    text-align: center;
  }
}

.profile__headline .profile-badge-component {
  display: inline-flex;
}

@media screen and (max-width: 767px) {
  .profile__headline .profile-badge-component {
    display: flex;
    justify-content: center;
    margin: 0 0 8px;
    order: -1;
  }
}

.profile__headline-text {
  word-wrap: break-word;
}

@media screen and (max-width: 767px) {
  .profile__headline-text {
    text-align: center;
    line-height: 21px;
    margin-bottom: 0;
  }
  .profile__headline-text + .new-styling.message-same-role-alert {
    margin-top: 12px;
  }
}

.profile__description-wrapper {
  background-image: linear-gradient(360deg, #fff 30%, rgba(255, 255, 255, 0.1));
  background-repeat: repeat-x;
  bottom: 0;
  height: 150px;
  left: 0;
  position: absolute;
  right: 0;
}

.profile__description {
  position: relative;
}

.profile__description p {
  margin: 0;
}

.profile__description p:not(:last-child) {
  margin-bottom: 1.875em;
}

.profile__description--hidden {
  overflow: hidden;
  max-height: 20.222rem;
}

@media screen and (max-width: 767px) {
  .profile__description {
    padding: 12px 0;
  }
}

.profile__reviews-sidebar img {
  width: 100%;
}

.profile__reviews-sidebar h1 {
  margin: 15px 0 5px;
}

.profile__reviews-sidebar p {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .profile__reviews-sidebar {
    margin-bottom: 20px;
  }
}

.profile__reviews-list h2 {
  margin: 5px 0;
}

.profile__reviews-list .review__box {
  float: left;
  width: 100%;
}

.break-word {
  word-break: break-word;
}

#how-it-works-area {
  background-color: #ffffff;
  padding: 40px 0;
}

#how-it-works-area .box {
  padding: 19px;
  margin-top: 20px;
  background-color: #F5F5F5;
  border: 1px solid #E3E3E3;
  border-radius: 4px;
}

#how-it-works-area .step {
  margin-top: 30px;
}

#how-it-works-area .action-btn {
  padding: 30px 20px;
}

#sitemap-area {
  font-size: 12px;
  padding-top: 50px;
  background-color: #f5f5f5;
}

#sitemap-area h3 {
  font-size: 14px !important;
  margin: 5px 0 !important;
}

#sitemap-area .sitemap-box {
  padding: 0 0 0 50px;
}

#sitemap-area a {
  color: #565A5C;
}

#sitemap-area .col-fifth {
  width: 20%;
}

/*!
 * jQuery UI CSS Framework 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*!
 * jQuery UI CSS Framework 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a.ui-button:link,
a.ui-button:visited,
.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  -ms-filter: "alpha(opacity=70)";
  /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  -ms-filter: "alpha(opacity=35)";
  /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  -ms-filter: "alpha(opacity=35)";
  /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(/images/ui-icons_444444_256x240.png);
}

.ui-widget-header .ui-icon {
  background-image: url(/images/ui-icons_444444_256x240.png);
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url(/images/ui-icons_555555_256x240.png);
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url(/images/ui-icons_ffffff_256x240.png);
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url(/images/ui-icons_777620_256x240.png);
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(/images/ui-icons_cc0000_256x240.png);
}

.ui-button .ui-icon {
  background-image: url(/images/ui-icons_777777_256x240.png);
}

/* positioning */
/* Three classes needed to override `.ui-button:hover .ui-icon` */
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
  background-image: none;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: 0.3;
  -ms-filter: "alpha(opacity=30)";
  /* support: IE8 */
}

.ui-widget-shadow {
  box-shadow: 0 0 5px #666666;
}

/*!
 * jQuery UI Autocomplete 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/autocomplete/#theming
 */
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

/*!
 * jQuery UI Datepicker 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/datepicker/#theming
 */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em;
}

/*!
 * jQuery UI Slider 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/slider/#theming
 */
.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: pointer;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

body.guillotine-dragging, body.guillotine-dragging * {
  cursor: move !important;
  cursor: grabbing !important;
  cursor: grabbing, move;
  /* IE hack */
}

.guillotine-canvas {
  top: 0;
  left: 0;
  text-align: center;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  cursor: move;
  cursor: grab;
  cursor: grab, move;
  /* IE hack */
}

.guillotine-window.disabled .guillotine-canvas {
  cursor: default;
}

.guillotine-canvas > * {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  max-height: none;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}

.guillotine-sample {
  position: absolute !important;
  top: -100000px     !important;
  left: -100000px    !important;
  width: auto        !important;
  height: auto       !important;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(/assets/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot);
  src: url(/assets/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot?#iefix) format("embedded-opentype"), url(/assets/fontawesome-webfont-fa79d127baca4558a0b973f5f514b90fc5ef43314c41095f5cb285ffaa0a4029.woff2) format("woff2"), url(/assets/fontawesome-webfont-c9a0a23a23a3f6f7165cba218b40483a0b1750d92b49c40842f1d8f566f5f421.woff) format("woff"), url(/assets/fontawesome-webfont-2794b002e3568f5abce8991e2431ca79e0ce84a08ea1268884b4e097b62762a6.ttf) format("truetype"), url(/assets/fontawesome-webfont-67c6c8e9ffb0fcd7c7c64eaff12a298abf5b54a54b54f0e6c4c49161dba62d6d.svg#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

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

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

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

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

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

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

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

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

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

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

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

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

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

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

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

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

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

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

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

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

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

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

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

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
*:before,
*:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }
  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
.dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }
  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url(/assets/bootstrap/glyphicons-halflings-regular-0805fb1fe24235f70a639f67514990e4bfb6d2cfb00ca563ad4b553c240ddc33.eot);
  src: url(/assets/bootstrap/glyphicons-halflings-regular-0805fb1fe24235f70a639f67514990e4bfb6d2cfb00ca563ad4b553c240ddc33.eot?#iefix) format("embedded-opentype"), url(/assets/bootstrap/glyphicons-halflings-regular-403acfcf0cbaebd1c28b404eec442cea53642644b3a73f91c5a4ab46859af772.woff2) format("woff2"), url(/assets/bootstrap/glyphicons-halflings-regular-0703369a358a012c0011843ae337a8a20270c336948a8668df5cb89a8827299b.woff) format("woff"), url(/assets/bootstrap/glyphicons-halflings-regular-7c9caa5f4e16169b0129fdf93c84e85ad14d6c107eb1b0ad60b542daf01ee1f0.ttf) format("truetype"), url(/assets/bootstrap/glyphicons-halflings-regular-22d0c88a49d7d0ebe45627143a601061a32a46a9b9afd2dc7f457436f5f15f6e.svg#glyphicons_halflingsregular) format("svg");
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.glyphicon-cd:before {
  content: "\e201";
}

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

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

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "\26fa";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "\231b";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "\00a5";
}

.glyphicon-jpy:before {
  content: "\00a5";
}

.glyphicon-ruble:before {
  content: "\20bd";
}

.glyphicon-rub:before {
  content: "\20bd";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

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

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

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

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

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

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

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

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}

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

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

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

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

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

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

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

p {
  margin: 0 0 10px;
}

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

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

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

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

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

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

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

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

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

.text-danger {
  color: #a94442;
}

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

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

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

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

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

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

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

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

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

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

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

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

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

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

.initialism {
  font-size: 90%;
}

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

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

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}

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

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

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}

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

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

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

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

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

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

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

.container-fluid:after {
  clear: both;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

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

.row:after {
  clear: both;
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18, .col-xs-19, .col-sm-19, .col-md-19, .col-lg-19, .col-xs-20, .col-sm-20, .col-md-20, .col-lg-20, .col-xs-21, .col-sm-21, .col-md-21, .col-lg-21, .col-xs-22, .col-sm-22, .col-md-22, .col-lg-22, .col-xs-23, .col-sm-23, .col-md-23, .col-lg-23, .col-xs-24, .col-sm-24, .col-md-24, .col-lg-24 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-xs-17, .col-xs-18, .col-xs-19, .col-xs-20, .col-xs-21, .col-xs-22, .col-xs-23, .col-xs-24 {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

.col-xs-11 {
  width: 45.8333333333%;
}

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

.col-xs-13 {
  width: 54.1666666667%;
}

.col-xs-14 {
  width: 58.3333333333%;
}

.col-xs-15 {
  width: 62.5%;
}

.col-xs-16 {
  width: 66.6666666667%;
}

.col-xs-17 {
  width: 70.8333333333%;
}

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

.col-xs-19 {
  width: 79.1666666667%;
}

.col-xs-20 {
  width: 83.3333333333%;
}

.col-xs-21 {
  width: 87.5%;
}

.col-xs-22 {
  width: 91.6666666667%;
}

.col-xs-23 {
  width: 95.8333333333%;
}

.col-xs-24 {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-pull-13 {
  right: 54.1666666667%;
}

.col-xs-pull-14 {
  right: 58.3333333333%;
}

.col-xs-pull-15 {
  right: 62.5%;
}

.col-xs-pull-16 {
  right: 66.6666666667%;
}

.col-xs-pull-17 {
  right: 70.8333333333%;
}

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

.col-xs-pull-19 {
  right: 79.1666666667%;
}

.col-xs-pull-20 {
  right: 83.3333333333%;
}

.col-xs-pull-21 {
  right: 87.5%;
}

.col-xs-pull-22 {
  right: 91.6666666667%;
}

.col-xs-pull-23 {
  right: 95.8333333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-push-13 {
  left: 54.1666666667%;
}

.col-xs-push-14 {
  left: 58.3333333333%;
}

.col-xs-push-15 {
  left: 62.5%;
}

.col-xs-push-16 {
  left: 66.6666666667%;
}

.col-xs-push-17 {
  left: 70.8333333333%;
}

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

.col-xs-push-19 {
  left: 79.1666666667%;
}

.col-xs-push-20 {
  left: 83.3333333333%;
}

.col-xs-push-21 {
  left: 87.5%;
}

.col-xs-push-22 {
  left: 91.6666666667%;
}

.col-xs-push-23 {
  left: 95.8333333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23, .col-sm-24 {
    float: left;
  }
  .col-sm-1 {
    width: 4.1666666667%;
  }
  .col-sm-2 {
    width: 8.3333333333%;
  }
  .col-sm-3 {
    width: 12.5%;
  }
  .col-sm-4 {
    width: 16.6666666667%;
  }
  .col-sm-5 {
    width: 20.8333333333%;
  }
  .col-sm-6 {
    width: 25%;
  }
  .col-sm-7 {
    width: 29.1666666667%;
  }
  .col-sm-8 {
    width: 33.3333333333%;
  }
  .col-sm-9 {
    width: 37.5%;
  }
  .col-sm-10 {
    width: 41.6666666667%;
  }
  .col-sm-11 {
    width: 45.8333333333%;
  }
  .col-sm-12 {
    width: 50%;
  }
  .col-sm-13 {
    width: 54.1666666667%;
  }
  .col-sm-14 {
    width: 58.3333333333%;
  }
  .col-sm-15 {
    width: 62.5%;
  }
  .col-sm-16 {
    width: 66.6666666667%;
  }
  .col-sm-17 {
    width: 70.8333333333%;
  }
  .col-sm-18 {
    width: 75%;
  }
  .col-sm-19 {
    width: 79.1666666667%;
  }
  .col-sm-20 {
    width: 83.3333333333%;
  }
  .col-sm-21 {
    width: 87.5%;
  }
  .col-sm-22 {
    width: 91.6666666667%;
  }
  .col-sm-23 {
    width: 95.8333333333%;
  }
  .col-sm-24 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 4.1666666667%;
  }
  .col-sm-pull-2 {
    right: 8.3333333333%;
  }
  .col-sm-pull-3 {
    right: 12.5%;
  }
  .col-sm-pull-4 {
    right: 16.6666666667%;
  }
  .col-sm-pull-5 {
    right: 20.8333333333%;
  }
  .col-sm-pull-6 {
    right: 25%;
  }
  .col-sm-pull-7 {
    right: 29.1666666667%;
  }
  .col-sm-pull-8 {
    right: 33.3333333333%;
  }
  .col-sm-pull-9 {
    right: 37.5%;
  }
  .col-sm-pull-10 {
    right: 41.6666666667%;
  }
  .col-sm-pull-11 {
    right: 45.8333333333%;
  }
  .col-sm-pull-12 {
    right: 50%;
  }
  .col-sm-pull-13 {
    right: 54.1666666667%;
  }
  .col-sm-pull-14 {
    right: 58.3333333333%;
  }
  .col-sm-pull-15 {
    right: 62.5%;
  }
  .col-sm-pull-16 {
    right: 66.6666666667%;
  }
  .col-sm-pull-17 {
    right: 70.8333333333%;
  }
  .col-sm-pull-18 {
    right: 75%;
  }
  .col-sm-pull-19 {
    right: 79.1666666667%;
  }
  .col-sm-pull-20 {
    right: 83.3333333333%;
  }
  .col-sm-pull-21 {
    right: 87.5%;
  }
  .col-sm-pull-22 {
    right: 91.6666666667%;
  }
  .col-sm-pull-23 {
    right: 95.8333333333%;
  }
  .col-sm-pull-24 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 4.1666666667%;
  }
  .col-sm-push-2 {
    left: 8.3333333333%;
  }
  .col-sm-push-3 {
    left: 12.5%;
  }
  .col-sm-push-4 {
    left: 16.6666666667%;
  }
  .col-sm-push-5 {
    left: 20.8333333333%;
  }
  .col-sm-push-6 {
    left: 25%;
  }
  .col-sm-push-7 {
    left: 29.1666666667%;
  }
  .col-sm-push-8 {
    left: 33.3333333333%;
  }
  .col-sm-push-9 {
    left: 37.5%;
  }
  .col-sm-push-10 {
    left: 41.6666666667%;
  }
  .col-sm-push-11 {
    left: 45.8333333333%;
  }
  .col-sm-push-12 {
    left: 50%;
  }
  .col-sm-push-13 {
    left: 54.1666666667%;
  }
  .col-sm-push-14 {
    left: 58.3333333333%;
  }
  .col-sm-push-15 {
    left: 62.5%;
  }
  .col-sm-push-16 {
    left: 66.6666666667%;
  }
  .col-sm-push-17 {
    left: 70.8333333333%;
  }
  .col-sm-push-18 {
    left: 75%;
  }
  .col-sm-push-19 {
    left: 79.1666666667%;
  }
  .col-sm-push-20 {
    left: 83.3333333333%;
  }
  .col-sm-push-21 {
    left: 87.5%;
  }
  .col-sm-push-22 {
    left: 91.6666666667%;
  }
  .col-sm-push-23 {
    left: 95.8333333333%;
  }
  .col-sm-push-24 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 4.1666666667%;
  }
  .col-sm-offset-2 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 12.5%;
  }
  .col-sm-offset-4 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-5 {
    margin-left: 20.8333333333%;
  }
  .col-sm-offset-6 {
    margin-left: 25%;
  }
  .col-sm-offset-7 {
    margin-left: 29.1666666667%;
  }
  .col-sm-offset-8 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-9 {
    margin-left: 37.5%;
  }
  .col-sm-offset-10 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-11 {
    margin-left: 45.8333333333%;
  }
  .col-sm-offset-12 {
    margin-left: 50%;
  }
  .col-sm-offset-13 {
    margin-left: 54.1666666667%;
  }
  .col-sm-offset-14 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-15 {
    margin-left: 62.5%;
  }
  .col-sm-offset-16 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-17 {
    margin-left: 70.8333333333%;
  }
  .col-sm-offset-18 {
    margin-left: 75%;
  }
  .col-sm-offset-19 {
    margin-left: 79.1666666667%;
  }
  .col-sm-offset-20 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-21 {
    margin-left: 87.5%;
  }
  .col-sm-offset-22 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-23 {
    margin-left: 95.8333333333%;
  }
  .col-sm-offset-24 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24 {
    float: left;
  }
  .col-md-1 {
    width: 4.1666666667%;
  }
  .col-md-2 {
    width: 8.3333333333%;
  }
  .col-md-3 {
    width: 12.5%;
  }
  .col-md-4 {
    width: 16.6666666667%;
  }
  .col-md-5 {
    width: 20.8333333333%;
  }
  .col-md-6 {
    width: 25%;
  }
  .col-md-7 {
    width: 29.1666666667%;
  }
  .col-md-8 {
    width: 33.3333333333%;
  }
  .col-md-9 {
    width: 37.5%;
  }
  .col-md-10 {
    width: 41.6666666667%;
  }
  .col-md-11 {
    width: 45.8333333333%;
  }
  .col-md-12 {
    width: 50%;
  }
  .col-md-13 {
    width: 54.1666666667%;
  }
  .col-md-14 {
    width: 58.3333333333%;
  }
  .col-md-15 {
    width: 62.5%;
  }
  .col-md-16 {
    width: 66.6666666667%;
  }
  .col-md-17 {
    width: 70.8333333333%;
  }
  .col-md-18 {
    width: 75%;
  }
  .col-md-19 {
    width: 79.1666666667%;
  }
  .col-md-20 {
    width: 83.3333333333%;
  }
  .col-md-21 {
    width: 87.5%;
  }
  .col-md-22 {
    width: 91.6666666667%;
  }
  .col-md-23 {
    width: 95.8333333333%;
  }
  .col-md-24 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 4.1666666667%;
  }
  .col-md-pull-2 {
    right: 8.3333333333%;
  }
  .col-md-pull-3 {
    right: 12.5%;
  }
  .col-md-pull-4 {
    right: 16.6666666667%;
  }
  .col-md-pull-5 {
    right: 20.8333333333%;
  }
  .col-md-pull-6 {
    right: 25%;
  }
  .col-md-pull-7 {
    right: 29.1666666667%;
  }
  .col-md-pull-8 {
    right: 33.3333333333%;
  }
  .col-md-pull-9 {
    right: 37.5%;
  }
  .col-md-pull-10 {
    right: 41.6666666667%;
  }
  .col-md-pull-11 {
    right: 45.8333333333%;
  }
  .col-md-pull-12 {
    right: 50%;
  }
  .col-md-pull-13 {
    right: 54.1666666667%;
  }
  .col-md-pull-14 {
    right: 58.3333333333%;
  }
  .col-md-pull-15 {
    right: 62.5%;
  }
  .col-md-pull-16 {
    right: 66.6666666667%;
  }
  .col-md-pull-17 {
    right: 70.8333333333%;
  }
  .col-md-pull-18 {
    right: 75%;
  }
  .col-md-pull-19 {
    right: 79.1666666667%;
  }
  .col-md-pull-20 {
    right: 83.3333333333%;
  }
  .col-md-pull-21 {
    right: 87.5%;
  }
  .col-md-pull-22 {
    right: 91.6666666667%;
  }
  .col-md-pull-23 {
    right: 95.8333333333%;
  }
  .col-md-pull-24 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 4.1666666667%;
  }
  .col-md-push-2 {
    left: 8.3333333333%;
  }
  .col-md-push-3 {
    left: 12.5%;
  }
  .col-md-push-4 {
    left: 16.6666666667%;
  }
  .col-md-push-5 {
    left: 20.8333333333%;
  }
  .col-md-push-6 {
    left: 25%;
  }
  .col-md-push-7 {
    left: 29.1666666667%;
  }
  .col-md-push-8 {
    left: 33.3333333333%;
  }
  .col-md-push-9 {
    left: 37.5%;
  }
  .col-md-push-10 {
    left: 41.6666666667%;
  }
  .col-md-push-11 {
    left: 45.8333333333%;
  }
  .col-md-push-12 {
    left: 50%;
  }
  .col-md-push-13 {
    left: 54.1666666667%;
  }
  .col-md-push-14 {
    left: 58.3333333333%;
  }
  .col-md-push-15 {
    left: 62.5%;
  }
  .col-md-push-16 {
    left: 66.6666666667%;
  }
  .col-md-push-17 {
    left: 70.8333333333%;
  }
  .col-md-push-18 {
    left: 75%;
  }
  .col-md-push-19 {
    left: 79.1666666667%;
  }
  .col-md-push-20 {
    left: 83.3333333333%;
  }
  .col-md-push-21 {
    left: 87.5%;
  }
  .col-md-push-22 {
    left: 91.6666666667%;
  }
  .col-md-push-23 {
    left: 95.8333333333%;
  }
  .col-md-push-24 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 4.1666666667%;
  }
  .col-md-offset-2 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-3 {
    margin-left: 12.5%;
  }
  .col-md-offset-4 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-5 {
    margin-left: 20.8333333333%;
  }
  .col-md-offset-6 {
    margin-left: 25%;
  }
  .col-md-offset-7 {
    margin-left: 29.1666666667%;
  }
  .col-md-offset-8 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-9 {
    margin-left: 37.5%;
  }
  .col-md-offset-10 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-11 {
    margin-left: 45.8333333333%;
  }
  .col-md-offset-12 {
    margin-left: 50%;
  }
  .col-md-offset-13 {
    margin-left: 54.1666666667%;
  }
  .col-md-offset-14 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-15 {
    margin-left: 62.5%;
  }
  .col-md-offset-16 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-17 {
    margin-left: 70.8333333333%;
  }
  .col-md-offset-18 {
    margin-left: 75%;
  }
  .col-md-offset-19 {
    margin-left: 79.1666666667%;
  }
  .col-md-offset-20 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-21 {
    margin-left: 87.5%;
  }
  .col-md-offset-22 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-23 {
    margin-left: 95.8333333333%;
  }
  .col-md-offset-24 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23, .col-lg-24 {
    float: left;
  }
  .col-lg-1 {
    width: 4.1666666667%;
  }
  .col-lg-2 {
    width: 8.3333333333%;
  }
  .col-lg-3 {
    width: 12.5%;
  }
  .col-lg-4 {
    width: 16.6666666667%;
  }
  .col-lg-5 {
    width: 20.8333333333%;
  }
  .col-lg-6 {
    width: 25%;
  }
  .col-lg-7 {
    width: 29.1666666667%;
  }
  .col-lg-8 {
    width: 33.3333333333%;
  }
  .col-lg-9 {
    width: 37.5%;
  }
  .col-lg-10 {
    width: 41.6666666667%;
  }
  .col-lg-11 {
    width: 45.8333333333%;
  }
  .col-lg-12 {
    width: 50%;
  }
  .col-lg-13 {
    width: 54.1666666667%;
  }
  .col-lg-14 {
    width: 58.3333333333%;
  }
  .col-lg-15 {
    width: 62.5%;
  }
  .col-lg-16 {
    width: 66.6666666667%;
  }
  .col-lg-17 {
    width: 70.8333333333%;
  }
  .col-lg-18 {
    width: 75%;
  }
  .col-lg-19 {
    width: 79.1666666667%;
  }
  .col-lg-20 {
    width: 83.3333333333%;
  }
  .col-lg-21 {
    width: 87.5%;
  }
  .col-lg-22 {
    width: 91.6666666667%;
  }
  .col-lg-23 {
    width: 95.8333333333%;
  }
  .col-lg-24 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 4.1666666667%;
  }
  .col-lg-pull-2 {
    right: 8.3333333333%;
  }
  .col-lg-pull-3 {
    right: 12.5%;
  }
  .col-lg-pull-4 {
    right: 16.6666666667%;
  }
  .col-lg-pull-5 {
    right: 20.8333333333%;
  }
  .col-lg-pull-6 {
    right: 25%;
  }
  .col-lg-pull-7 {
    right: 29.1666666667%;
  }
  .col-lg-pull-8 {
    right: 33.3333333333%;
  }
  .col-lg-pull-9 {
    right: 37.5%;
  }
  .col-lg-pull-10 {
    right: 41.6666666667%;
  }
  .col-lg-pull-11 {
    right: 45.8333333333%;
  }
  .col-lg-pull-12 {
    right: 50%;
  }
  .col-lg-pull-13 {
    right: 54.1666666667%;
  }
  .col-lg-pull-14 {
    right: 58.3333333333%;
  }
  .col-lg-pull-15 {
    right: 62.5%;
  }
  .col-lg-pull-16 {
    right: 66.6666666667%;
  }
  .col-lg-pull-17 {
    right: 70.8333333333%;
  }
  .col-lg-pull-18 {
    right: 75%;
  }
  .col-lg-pull-19 {
    right: 79.1666666667%;
  }
  .col-lg-pull-20 {
    right: 83.3333333333%;
  }
  .col-lg-pull-21 {
    right: 87.5%;
  }
  .col-lg-pull-22 {
    right: 91.6666666667%;
  }
  .col-lg-pull-23 {
    right: 95.8333333333%;
  }
  .col-lg-pull-24 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 4.1666666667%;
  }
  .col-lg-push-2 {
    left: 8.3333333333%;
  }
  .col-lg-push-3 {
    left: 12.5%;
  }
  .col-lg-push-4 {
    left: 16.6666666667%;
  }
  .col-lg-push-5 {
    left: 20.8333333333%;
  }
  .col-lg-push-6 {
    left: 25%;
  }
  .col-lg-push-7 {
    left: 29.1666666667%;
  }
  .col-lg-push-8 {
    left: 33.3333333333%;
  }
  .col-lg-push-9 {
    left: 37.5%;
  }
  .col-lg-push-10 {
    left: 41.6666666667%;
  }
  .col-lg-push-11 {
    left: 45.8333333333%;
  }
  .col-lg-push-12 {
    left: 50%;
  }
  .col-lg-push-13 {
    left: 54.1666666667%;
  }
  .col-lg-push-14 {
    left: 58.3333333333%;
  }
  .col-lg-push-15 {
    left: 62.5%;
  }
  .col-lg-push-16 {
    left: 66.6666666667%;
  }
  .col-lg-push-17 {
    left: 70.8333333333%;
  }
  .col-lg-push-18 {
    left: 75%;
  }
  .col-lg-push-19 {
    left: 79.1666666667%;
  }
  .col-lg-push-20 {
    left: 83.3333333333%;
  }
  .col-lg-push-21 {
    left: 87.5%;
  }
  .col-lg-push-22 {
    left: 91.6666666667%;
  }
  .col-lg-push-23 {
    left: 95.8333333333%;
  }
  .col-lg-push-24 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 4.1666666667%;
  }
  .col-lg-offset-2 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 12.5%;
  }
  .col-lg-offset-4 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-5 {
    margin-left: 20.8333333333%;
  }
  .col-lg-offset-6 {
    margin-left: 25%;
  }
  .col-lg-offset-7 {
    margin-left: 29.1666666667%;
  }
  .col-lg-offset-8 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-9 {
    margin-left: 37.5%;
  }
  .col-lg-offset-10 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-11 {
    margin-left: 45.8333333333%;
  }
  .col-lg-offset-12 {
    margin-left: 50%;
  }
  .col-lg-offset-13 {
    margin-left: 54.1666666667%;
  }
  .col-lg-offset-14 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-15 {
    margin-left: 62.5%;
  }
  .col-lg-offset-16 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-17 {
    margin-left: 70.8333333333%;
  }
  .col-lg-offset-18 {
    margin-left: 75%;
  }
  .col-lg-offset-19 {
    margin-left: 79.1666666667%;
  }
  .col-lg-offset-20 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-21 {
    margin-left: 87.5%;
  }
  .col-lg-offset-22 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-23 {
    margin-left: 95.8333333333%;
  }
  .col-lg-offset-24 {
    margin-left: 100%;
  }
}

table {
  background-color: transparent;
}

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

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

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

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

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

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

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

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

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

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

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

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

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

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

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

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

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

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

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

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

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

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

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

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

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

.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

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

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

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

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

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

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

input[type="range"] {
  display: block;
  width: 100%;
}

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

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

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

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

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

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

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

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

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input.form-control[type="date"],
input.form-control[type="time"],
input.form-control[type="datetime-local"],
input.form-control[type="month"] {
    line-height: 34px;
  }
  input.input-sm[type="date"], .input-group-sm input[type="date"],
input.input-sm[type="time"], .input-group-sm input[type="time"],
input.input-sm[type="datetime-local"], .input-group-sm input[type="datetime-local"],
input.input-sm[type="month"], .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input.input-lg[type="date"], .input-group-lg input[type="date"],
input.input-lg[type="time"], .input-group-lg input[type="time"],
input.input-lg[type="datetime-local"], .input-group-lg input[type="datetime-local"],
input.input-lg[type="month"], .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}

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

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}

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

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

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

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

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

.form-control-static.input-lg, .form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}

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

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

textarea.input-sm,
select.input-sm[multiple] {
  height: auto;
}

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

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select.form-control[multiple] {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

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

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

textarea.input-lg,
select.input-lg[multiple] {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select.form-control[multiple] {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

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

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

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

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

.has-success .form-control-feedback {
  color: #3c763d;
}

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

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

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

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

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

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

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

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

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

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

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

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
.form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
.form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

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

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

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

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

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

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

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

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

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

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}

.btn-default:active:hover, .btn-default:active:focus, .btn-default.focus:active, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default.focus[disabled], fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

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

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary.focus:active, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary.focus[disabled], fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

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

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success.focus:active, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

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

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

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

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info.focus:active, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

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

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

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

.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning.focus:active, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

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

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

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

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger.focus:active, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

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

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

.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}

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

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

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

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

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

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

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

.btn-block {
  display: block;
  width: 100%;
}

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

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

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

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

.nav:after {
  clear: both;
}

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

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

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

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

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

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

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

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

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

.navbar:after {
  clear: both;
}

@media (min-width: 992px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  display: table;
  content: " ";
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 992px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before, .navbar-collapse:after {
  display: table;
  content: " ";
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 21;
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

@media (min-width: 992px) {
  .navbar-fixed-top,
.navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 992px) {
  .container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 20;
  border-width: 0 0 1px;
}

@media (min-width: 992px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 992px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 991px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 992px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
.navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
.navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
.navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 991px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (min-width: 992px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width: 991px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #090909;
}

@media (max-width: 991px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}

.breadcrumb > .active {
  color: #777777;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before, .panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

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

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

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

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

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

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

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

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

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

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

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

.row:before, .row:after {
  width: 0;
  height: 0;
}

.form-control--rounded {
  border-radius: 4px;
}

.form-control--sign-up-form {
  height: 45px;
}

@media screen and (min-width: 1200px) {
  .form-control--sign-up-form {
    height: 60px;
  }
}

.form-group__input-wrap {
  position: relative;
}

.form-group__input-wrap--calendar .form-control {
  padding-right: 30px;
}

.form-group__input-wrap--pin {
  overflow: hidden;
}

.form-group__input-wrap--pin .form-control {
  padding-left: 30px;
}

.form-group__icon {
  pointer-events: none;
}

.form-group__icon--calendar {
  top: 50%;
  right: 10px;
  position: absolute;
  width: 18px;
  height: 18px;
  cursor: pointer;
  height: 18px;
  pointer-events: auto;
  transform: translateY(-50%);
}

.form-group__icon--pin {
  top: 50%;
  left: 10px;
  position: absolute;
  width: 14px;
  height: 18px;
  transform: translateY(-50%);
}

input[disabled] ~ .form-group__icon--calendar {
  cursor: not-allowed;
}

.btn--new-danger, .btn--new-default, .btn--new-primary {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 9px 15px;
}

.btn--new-danger:focus, .btn--new-default:focus, .btn--new-primary:focus, .btn--new-danger:hover, .btn--new-default:hover, .btn--new-primary:hover {
  color: #fff;
}

.btn--new-lg {
  font-size: 16px;
  padding-bottom: 13px;
  padding-top: 13px;
}

.btn--header-form {
  height: 44px;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .btn--header-form {
    height: 60px;
  }
}

.btn--new-default {
  color: #333;
  background-color: #ccc;
}

.btn--new-default:focus, .btn--new-default:hover {
  color: #333;
}

.btn--new-default.btn--new-outlined {
  border-color: #ccc;
}

.btn--new-danger {
  background-color: #ff7070;
}

.btn--new-danger.btn--new-outlined {
  border-color: #ff7070;
  color: #ff7070;
}

.btn--new-sm {
  padding-bottom: 6px;
  padding-top: 6px;
}

.btn--new-outlined {
  background-color: transparent;
  border: 1px solid;
}

.btn--icon {
  align-items: center;
  display: flex;
}

.btn--sign-up-form {
  width: 100%;
  height: 50px;
  font-size: 20px;
  text-transform: uppercase;
}

@media screen and (min-width: 1200px) {
  .btn--sign-up-form {
    width: auto;
    height: 60px;
    flex: 0 0 auto;
  }
}

.collapse {
  display: block;
}

.alert--new-danger {
  padding: 12px 30px 20px;
}

.alert__title {
  align-items: center;
  border-bottom: 1px solid;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.alert__title-icon {
  margin-right: 6px;
}

.alert--new-danger {
  color: #7a2222;
  background-color: #ffe2e2;
  border-color: #ffd4d4;
}

.alert--new-danger .alert__title {
  border-bottom-color: #ffd4d4;
  color: #ff7070;
}

.alert-success,
.alert-danger,
.alert-warning {
  border: 0;
}

/* IE10 and Windows 8 Bugfix, See http://getbootstrap.com/getting-started */
@-webkit-viewport {
  width: device-width;
}

@-moz-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

/* http://stackoverflow.com/questions/9789949/bootstraps-togglable-tabs-removing-outline-focus */
.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
  outline: 0;
}

.u-block {
  display: block;
}

.u-flex {
  display: flex;
}

.u-flex-auto {
  flex: 0 0 auto;
}

.u-full-width {
  width: 100%;
}

.u-no-decoration {
  text-decoration: none !important;
}

.u-underline {
  text-decoration: underline;
}

.u-full-height {
  height: 100% !important;
}

.u-fs-12 {
  font-size: 12px;
}

.u-fs-16 {
  font-size: 16px;
}

.u-fw-regular {
  font-weight: 400 !important;
}

.u-fw-bold {
  font-weight: 700 !important;
}

.u-fw-medium {
  font-weight: 500 !important;
}

.u-color-grey-light {
  color: #969696;
}

.u-color-grey {
  color: #515659;
}

.u-color-grey-dark {
  color: #333;
}

.u-invisible {
  visibility: hidden !important;
}

.u-no-mt {
  margin-top: 0 !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-mt-15 {
  margin-top: 15px !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-mr-5 {
  margin-right: 5px !important;
}

.u-no-margin {
  margin: 0 !important;
}

.u-no-margin-top {
  margin-top: 0 !important;
}

.u-no-padding {
  padding: 0 !important;
}

.relative {
  position: relative;
}

textarea {
  resize: none;
}

h1 {
  word-wrap: break-word;
}

.body-col h1, .body-col h2, .body-col h3, .main-col h1, .main-col h2, .main-col h3 {
  margin-top: 0;
}

@media screen and (min-width: 992px) {
  .body-col {
    border-left: 1px solid #ddd;
  }
}

.break-word {
  word-break: break-word;
}

.field_with_errors {
  display: inline;
}

.page ul {
  padding: 0;
}

.page ul li {
  list-style: square;
  margin-left: 21px;
  line-height: 1.45em;
  overflow-wrap: break-word;
  word-wrap: break-word;
  min-width: 0;
}

.page h4 {
  font-size: 15px;
}

.page h5 {
  font-weight: 700;
  border-bottom: 1px solid #ddd;
  margin-bottom: 0;
}

.page p {
  margin-bottom: 15px;
}

/* conditions table */
.conditions th {
  text-align: center;
  font-weight: 400;
}

.conditions th p {
  margin: 0;
  color: #666;
}

.conditions tr td:first-child {
  text-align: right;
  font-weight: 700;
}

.conditions tr td.yes {
  background-repeat: no-repeat;
  background-image: url(/assets/icons/accept-2272532cc1a68b2c4aeae4c70dd4129f1f6451dbc911077f1a959eec4f6c0989.png);
  background-position: center;
}

.terms .headline {
  font-weight: 700;
  margin-top: 20px;
}

.terms .entry {
  margin-top: 5px;
}

.page .about-us h2:not(:first-child) {
  padding-top: 10px;
}

@media (min-width: 768px) {
  .page .about-us {
    font-size: 16px;
  }
  .page .about-us h2 {
    font-size: 24px;
  }
}

.page .about-us .team-member {
  margin: 25px 0;
}

.nav-footer {
  text-transform: uppercase;
}

.nav-footer li {
  padding: 0 1px;
}

.footer-logos ul {
  padding-left: 0;
}

.footer-logos li {
  display: inline;
  padding: 0 10px 0 0;
}

#directory-links ul {
  margin: 0;
  padding: 0;
}

#directory-links ul li {
  list-style: none !important;
}

@media (min-width: 768px) {
  #directory-links ul li {
    float: left;
    width: 350px;
  }
}

@media (min-width: 992px) {
  #directory-links ul li {
    width: 310px;
  }
}

@media (min-width: 1200px) {
  #directory-links ul li {
    width: 370px;
  }
}

.navbar-form-lemonfrog {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 0;
  margin-right: 0;
}

.navbar-brand-lemonfrog {
  padding: 10px 15px;
}

h1 {
  margin-bottom: 20px;
}

.headline-col h1 {
  margin-top: 0;
}

.breadcrumbs {
  margin-top: -10px;
  margin-bottom: 30px;
}

.btn-register {
  margin: 0px 0 10px 0;
}

@media screen and (min-width: 992px) {
  .btn-register {
    margin: 30px 0 10px 0;
  }
}

.fb-like-box {
  margin: 20px 0 0 20px;
}

.field-help {
  margin-right: 10px;
  right: 0px;
  top: 4px;
  position: absolute;
}

.field-help a {
  color: #999;
}

#modal-window .modal-dialog {
  margin-top: 11%;
  width: 500px;
}

.modal-backdrop {
  opacity: .8 !important;
}

.modal.fade {
  transition: opacity .3s linear;
}

.modal.fade .modal-dialog {
  transform: translate(0, 0);
}

.nav-footer {
  text-transform: uppercase;
}

.nav-footer li {
  padding: 0 1px;
}

.footer-logos ul {
  padding-left: 0;
}

.footer-logos li {
  display: inline;
  padding: 0 10px 0 0;
}

.hint-block {
  color: #737373;
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 10px;
}

#profile_form .hint,
.fields-edition__form .hint {
  color: #737373;
  margin: -5px 0 20px 0;
}

#profile_form.has-error .availability-table th:first-child,
.fields-edition__form.has-error .availability-table th:first-child {
  border-left: 1px solid #a94442;
  border-top: 1px solid #a94442;
}

#profile_form.has-error .availability-table th:not(:first-child),
.fields-edition__form.has-error .availability-table th:not(:first-child) {
  border-top: 1px solid #a94442;
}

#profile_form.has-error .availability-table th:last-child,
#profile_form.has-error .availability-table td:last-child,
.fields-edition__form.has-error .availability-table th:last-child,
.fields-edition__form.has-error .availability-table td:last-child {
  border-right: 1px solid #a94442;
}

#profile_form.has-error .availability-table tr:last-child th,
#profile_form.has-error .availability-table tr:last-child td,
.fields-edition__form.has-error .availability-table tr:last-child th,
.fields-edition__form.has-error .availability-table tr:last-child td {
  border-bottom: 1px solid #a94442;
}

.profiles .missing-profile-box {
  max-width: 600px;
}

.profiles .missing-profile-box .action-buttons {
  margin-top: 30px;
}

.profiles .step-number {
  margin: 0 0 10px 20px;
}

.profiles .title {
  float: left;
}

.company-label,
.private-individual-label {
  padding-top: 7px;
  margin-bottom: 15px;
}

.message-box {
  background: #efefef;
  padding: 10px;
  width: 100%;
  z-index: 1;
}

.conversation__cta {
  margin-top: 30px;
}

.conversation__cta p {
  margin: 0;
}

.conversation__cta .btn {
  margin-top: 15px;
}

.html-conversations {
  height: 100%;
}

.conversations {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-y: auto;
}

.conversations__conversations-interface-mb {
  margin-top: 10px;
}

.conversations__interface-container {
  height: 100%;
  overflow: hidden;
}

.conversations .conversation-thumbnail,
.pokes .conversation-thumbnail,
.sent_messages .conversation-thumbnail {
  width: 60px;
}

iframe {
  border: 0;
  width: 100%;
  height: 600px;
}

.navbar-brand-lemonfrog {
  padding: 10px 15px;
}

#main {
  background-color: #FFFFFF;
}

@media (min-width: 768px) {
  #main {
    padding-bottom: 30px;
  }
}

.tab-content-box {
  margin-bottom: 20px;
  background: #FFF;
  padding: 20px 0px;
}

@media (min-width: 768px) {
  .tab-content-box {
    margin-top: -1px;
    margin-bottom: 0;
    padding: 20px 20px;
    background: #FFF;
    border-radius: 3px;
    border: 1px solid #dddddd;
    min-height: 800px;
  }
}

.line {
  margin: 10px 0;
  border-bottom: 1px solid #e7e7e7;
  box-shadow: 0px 1px 0px #fff;
}

.cancel-link {
  cursor: pointer;
  padding: 0 20px;
}

#content h1 {
  margin: 0 0 30px;
}

#content h2 {
  margin-top: 5px;
}

.content #content a:not(.new-styling) {
  text-decoration: underline;
}

.content #content a.btn {
  text-decoration: none;
}

.content #content a:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  /* IE8 layout fix */
  #content {
    width: 100%;
  }
}

.container .row .main-row {
  padding-left: 15px;
}

.default-cursor {
  cursor: default;
}

.account h5 {
  border-bottom: 1px solid #e4e4e4;
  margin: 0;
}

.account .actions {
  margin-top: 20px;
}

.account .user-sidebar {
  padding-left: 0px;
}

.account .truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cell-actions {
  width: 25%;
}

.table--padded {
  margin-top: 20px;
}

.wizard {
  background-position: top;
  background-size: 100% 100vh;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.wizard__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px 0 15px;
}

.wizard__box {
  background-color: #fff;
  border-style: solid;
  padding: 19px;
}

.wizard h1 {
  font-size: 28px;
}

.wizard h2 {
  font-size: 21px;
  margin-top: 5px;
}

.wizard .checkbox, .wizard .radio {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  min-height: 0;
}

.wizard .checkbox__label, .wizard .radio__label {
  min-height: 20px !important;
  padding: 10px 0 !important;
}

.wizard .checkbox__hint, .wizard .radio__hint {
  margin-top: 2px;
}

.wizard .checkbox__inner {
  padding: 0;
}

.wizard .checkbox.checkbox-inline,
.wizard .radio.radio-inline {
  padding: 0;
  margin: 0;
  margin-right: 16px;
}

.wizard .checkbox.checkbox-inline:last-of-type,
.wizard .radio.radio-inline:last-of-type {
  margin-right: 0;
}

.role-box {
  margin-bottom: 5px;
}

.has-error .role-box {
  border-color: #b94a48;
}

.email-suggestion-text {
  display: none;
  margin: 10px 0;
}

.email-suggestion-text .email-suggestion-mail span {
  font-weight: 700;
}

.svg-opened-envelope {
  width: 98px;
  height: 98px;
}

#failure-info {
  border-top: 1px solid #e3e3e3;
  padding: 10px 0;
}

#failure-hints {
  display: none;
  padding: 20px 0;
}

#cookies-alert {
  display: none;
}

@media screen and (min-width: 768px) {
  .wizard__inner {
    padding: 35px 0 80px;
  }
  .wizard h1 {
    font-size: 30px;
  }
  .wizard .form-horizontal .checkbox:not(.checkbox-inline):not(.multiselect-component__menu):first-of-type,
.wizard .form-horizontal .radio:not(.radio-inline):first-of-type {
    margin-top: -3px;
  }
  .wizard .form-horizontal .checkbox:not(.checkbox-inline):not(.multiselect-component__menu):last-of-type,
.wizard .form-horizontal .radio:not(.radio-inline):last-of-type {
    margin-bottom: -3px;
  }
  .wizard .form-horizontal .checkbox.checkbox-inline,
.wizard .form-horizontal .radio.radio-inline {
    margin-top: -3px;
    margin-bottom: -3px;
  }
  .role-box {
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    padding: 10px;
  }
  #register-info {
    font-size: 16px;
    padding: 20px 0;
  }
  #register-info .info-message-content {
    width: 442px;
    height: 100%;
  }
  #register-info .check-message-content {
    align-items: center;
  }
  #register-info .check-message-content svg {
    width: 56px;
    height: 56px;
  }
}

@media screen and (max-width: 767px) {
  .wizard {
    height: 100vh;
  }
  .wizard__box {
    border-style: none;
  }
  .svg-opened-envelope {
    width: 88px;
    height: 88px;
  }
  #register-info {
    margin: 0;
  }
  #register-info .info-message-content {
    width: 100%;
    height: 100%;
  }
  #register-info .check-message-content {
    align-items: center;
  }
  #register-info .check-message-content svg {
    width: 48px;
    height: 48px;
  }
}

.vouchers .actions {
  white-space: nowrap;
}

.mail-template__subject {
  font-weight: 700;
}

.mail-template__summary {
  margin: 20px 0;
}

.mail-template__body {
  border: 1px solid black;
}

.public_admin--subnavigation {
  margin-bottom: 25px;
}

.shared-vouchers__plan_item {
  margin-bottom: 10px !important;
}

.shared-vouchers__plan_box {
  margin-bottom: -10px;
}

html {
  font-size: 100%;
}

body {
  background-color: #fff;
  color: #4a4a4a;
}

h1,
h5 {
  color: #3F464E;
}

a,
a:hover,
a:focus {
  color: #057FE3;
}

@media screen and (max-width: 991px) {
  .navbar .container {
    width: auto;
  }
}

@media screen and (max-width: 991px) {
  .navbar--mb-box-shadow {
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.175);
  }
}

.navbar--header {
  background-color: #fff;
  width: 100%;
}

@media screen and (min-width: 992px) {
  .navbar--header .container {
    width: auto;
  }
}

@media screen and (min-width: 1200px) {
  .navbar--header .container {
    max-width: 80%;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar--header .container .navbar-brand-lemonfrog {
    margin-left: 32px;
  }
}

.navbar--header .navbar-brand-lemonfrog {
  top: 50%;
  position: relative;
  display: block;
  text-indent: -9999px;
  transform: translateY(-50%);
}

@media screen and (max-width: 991px) {
  .navbar--header .navbar-brand-lemonfrog {
    float: none;
    margin: auto;
  }
}

@media screen and (min-width: 992px) {
  .navbar--header .navbar-brand-lemonfrog {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
  }
}

.navbar--header .login-link {
  height: 20px;
  margin-top: 13px;
  width: 20px;
}

.navbar--header .login-link svg {
  fill: #057FE3;
}

.navbar--header .menu-button {
  margin: 14px 0 0;
  padding: 0;
}

.navbar--header .menu-button:after {
  content: '';
  display: block;
  width: 22px;
  height: 2px;
  margin: 2px 0 16px;
}

@media screen and (min-width: 992px) {
  .navbar--header .navbar-nav .signup-link {
    align-items: center;
    display: flex;
    height: 75px;
  }
}

@media screen and (min-width: 992px) {
  .navbar--header .navbar-nav .signup-link a:hover, .navbar--header .navbar-nav .signup-link a:focus, .navbar--header .navbar-nav .signup-link a:hover:focus {
    background: #057FE3;
    color: #fff;
  }
}

.navbar {
  border: 0;
  border-radius: 0;
}

.navbar--default {
  background-color: #fff;
  border-bottom: none;
  margin-bottom: 0;
  text-align: center;
}

.navbar--default .navbar-nav {
  flex: 0 0 auto;
}

.navbar--default .nav-icon {
  opacity: 0.6;
}

.navbar--default .nav__link-text {
  margin-left: 10px;
}

.navbar--default .container {
  height: 75px;
}

.navbar--default .nav-link-holder {
  flex: 0 0 auto;
  position: relative;
}

@media screen and (min-width: 992px) {
  .navbar--default .nav-link-holder {
    height: 75px;
  }
}

.navbar--default .nav-link-holder:hover > a::after {
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 3px;
  content: '';
  background-color: #057FE3;
  display: block;
}

.navbar--default .nav-link-holder:hover .dropdown.open > a::after, .navbar--default .nav-link-holder.dropdown.open:hover > a::after {
  content: none;
}

.navbar--default .nav-link-holder > a {
  align-items: center;
  color: #333;
  display: flex;
  justify-content: center;
  height: 100%;
  padding: 0 10px;
}

@media screen and (min-width: 1200px) {
  .navbar--default .nav-link-holder > a {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.navbar--default .nav-link-holder > a:hover {
  text-decoration: none;
  background: none;
}

.navbar--default .nav-link-holder .arrow-down {
  margin-left: 5px;
}

.navbar--default .nav-link-holder--small > a {
  padding: 0 14px;
}

.navbar--default .nav-link-holder--user-details {
  max-width: 220px;
  min-width: 178px;
}

.navbar--default .dropdown.open .dropdown-menu {
  margin-top: 0;
}

.navbar--default .dropdown.open .dropdown-toggle {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-color: #fff;
}

.navbar--default .dropdown.open .user-details, .navbar--default .dropdown.open .caret {
  color: #E4E6E8;
}

.navbar--default .user-details {
  color: #333;
  text-transform: capitalize;
}

.navbar--default .user-details .image-wrapper {
  border-radius: 50%;
  display: inline-block;
  height: 30px;
  overflow: hidden;
  vertical-align: middle;
  width: 30px;
}

.navbar--default .user-details img {
  max-width: 30px;
  margin-right: 5px;
  vertical-align: top;
}

.navbar--default .user-details__name {
  display: inline-block;
}

.navbar--default .caret {
  color: #333;
}

.navbar--default.out .nav__messages {
  display: none;
}

@media screen and (min-width: 992px) {
  .navbar--default.out .navbar-header {
    margin: 0;
  }
  .navbar--default.out .navbar-brand {
    padding: 10px 15px;
  }
}

.navbar-brand {
  padding: 0 15px;
}

@media screen and (min-width: 992px) {
  .navbar-brand {
    padding-bottom: 10px;
    padding-top: 10px;
  }
}

@media screen and (max-width: 991px) {
  .navbar-header {
    height: 100%;
  }
}

.subnavigation {
  margin: 0 auto;
  background-color: #E4E6E8;
}

.subnavigation .container {
  padding: 0 4px;
}

.subnavigation .nav {
  margin: 0 auto;
  width: 100%;
}

.subnavigation .nav .label {
  position: relative;
  top: 6px;
  left: -6px;
  font-size: 8px;
}

.subnavigation .nav .subnavigation__element {
  padding: 12px 10px;
}

.subnavigation .nav .subnavigation__icon {
  height: 16px;
}

.subnavigation .nav .subnavigation__link {
  padding: 12px 10px;
  color: #fbf9f9;
}

.subnavigation .nav .subnavigation__link:focus {
  background: none;
}

.subnavigation .nav .subnavigation__link:hover {
  background: none;
  color: #fff;
  text-decoration: underline;
}

.subnavigation .nav .subnavigation__link--with-badge {
  display: flex;
  align-items: center;
}

.subnavigation .nav .subnavigation__link--with-badge:hover, .subnavigation .nav .subnavigation__link--with-badge:focus, .subnavigation .nav .subnavigation__link--with-badge:hover:focus {
  text-decoration: none;
}

.subnavigation .nav .subnavigation__link--with-badge:hover .subnavigation__link-inner, .subnavigation .nav .subnavigation__link--with-badge:focus .subnavigation__link-inner, .subnavigation .nav .subnavigation__link--with-badge:hover:focus .subnavigation__link-inner {
  text-decoration: underline;
}

.subnavigation .nav .subnavigation__link--with-icon {
  padding-left: 2px;
}

.subnavigation .nav .subnavigation__link-badge {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  align-items: center;
  background-color: white;
  color: #fff;
  display: flex;
  margin-left: 5px;
  justify-content: center;
}

.subnavigation .nav .open > a, .subnavigation .nav .open > a:hover, .subnavigation .nav .open > a:focus {
  background-color: #E4E6E8;
}

body {
  -webkit-animation: bugfix infinite 1s;
}

#drop-search {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.mobile-search__trigger, .mobile-menu__trigger--lines {
  display: none;
  position: absolute;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 37px;
  height: 37px;
  border-radius: 3px;
  text-decoration: none;
  background: #E4E6E8;
  text-align: center;
}

.mobile-search__trigger:hover, .mobile-menu__trigger--lines:hover {
  background: #d6d9dc;
  color: #fff;
}

.mobile-menu__subnav-list {
  list-style: none;
  padding-left: 20px;
}

.mobile-menu__trigger--lines {
  top: -44px;
  right: 10px;
}

.mobile-menu__trigger--lines:after {
  content: '';
  display: block;
  width: 22px;
  height: 2px;
  background: #ccc;
  margin: 10px 7px;
  box-shadow: 0px 7px 0px #ccc, 0px 14px 0px #ccc;
}

.mobile-menu__trigger--lines:hover:after {
  background: #fff;
  box-shadow: 0px 7px 0px #fff, 0px 14px 0px #fff;
}

.mobile-search__trigger {
  top: -44px;
  left: 10px;
  font-size: 1.5em;
  color: #F2F2F2;
  padding: 5px;
  line-height: 1.5em;
}

.mobile-menu--nav, .mobile-menu--search {
  position: relative;
  width: 100%;
}

.mobile-menu__close {
  top: 6px;
  right: 10px;
  position: fixed;
  width: 37px;
  height: 37px;
}

.mobile-menu__close::before, .mobile-menu__close::after {
  top: 50%;
  left: 50%;
  position: absolute;
  width: 24px;
  height: 2px;
  content: '';
  display: block;
  margin: -1px 0 0 -12px;
  background-color: #fff;
}

.mobile-menu__close::before {
  transform: rotate(45deg);
}

.mobile-menu__close::after {
  transform: rotate(-45deg);
}

.mobile-menu__logo {
  display: table;
  margin: 0 auto 50px;
}

.mobile-menu__dropdown-list {
  border-top: 2px solid rgba(245, 245, 245, 0.15);
  list-style: none;
}

.mobile-menu__nav {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  background-color: #057FE3;
  display: none;
  padding: 0;
  font-size: 19px;
  line-height: 1.4;
  overflow-y: auto;
  z-index: 28;
}

@media screen and (min-width: 992px) {
  .mobile-menu__nav {
    display: none !important;
  }
}

.mobile-menu__nav--visible {
  display: block;
}

.mobile-menu__nav-inner {
  padding: 60px;
}

.mobile-menu__nav-languages {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 50px 0 0;
  padding-left: 0;
}

.mobile-menu__nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-menu__search-form {
  display: none;
  z-index: 21;
}

.mobile-menu__nav-item {
  position: relative;
  font-size: 19px;
  line-height: 1.4;
  cursor: pointer;
  text-align: left;
}

.mobile-menu__nav-item:not(:last-child) {
  border-bottom: 2px solid rgba(245, 245, 245, 0.15);
}

.mobile-menu__nav-item .label {
  position: relative;
  bottom: 2px;
  left: 5px;
  font-size: 8px;
}

.mobile-menu__nav-submenu-container {
  border-bottom: none;
}

.mobile-menu__nav-link {
  display: block;
  padding: 16px 0;
  color: #fff;
  letter-spacing: 0.0357em;
  text-decoration: none;
}

.mobile-menu__nav-link:hover, .mobile-menu__nav-link:focus {
  color: #fff;
  text-decoration: none;
}

.mobile-menu__nav-link--badged {
  padding-right: 32px;
  position: relative;
}

.mobile-menu__nav-link--badged .mobile-menu__nav-badge {
  top: 50%;
  right: 0;
  position: absolute;
  margin-top: -11px;
  background: #F44336;
}

.mobile-menu__nav-link--language {
  padding: 10px;
  text-transform: uppercase;
}

.nav__messages-with-badge .envelope-message {
  padding-right: 30px !important;
}

.nav__messages-with-badge .nav__messages-badge {
  right: 15px;
}

.nav__messages-badge {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: 10px;
  right: 5px;
  padding: 0;
  line-height: 20px;
  background: #F44336;
  font-size: 11px;
  color: #fff;
  font-weight: 600;
  -webkit-appearance: none;
}

.nav-search__form .new-styling.input-field__box {
  min-height: 44px;
  padding-top: 0;
  padding-bottom: 0;
}

.nav-search__form > div:hover {
  border-color: #000 !important;
}

@media screen and (min-width: 768px) {
  .nav-search__form button[type="submit"]:hover {
    background: #fff;
  }
}

.nav-search__button svg {
  position: initial !important;
}

.nav-search__select {
  padding: 2px;
  max-height: 47px;
}

@media screen and (min-width: 992px) {
  .nav-search__select {
    max-width: 195px;
  }
}

.nav-search__select .new-styling.select-component .new-styling.input-field__extra-content.inner {
  margin-top: 8px;
}

.nav-search__select .new-styling.select-component .dropdown.open .dropdown-menu {
  margin-top: 4px;
}

.nav-search__select .new-styling.select-component .dropdown.open .dropdown-toggle {
  box-shadow: none;
}

@media screen and (max-width: 767px) {
  .nav-search__select .new-styling.select-component {
    width: 100vw;
  }
}

@media screen and (min-width: 992px) {
  .navbar-header {
    top: 50%;
    position: relative;
    transform: translateY(-50%);
  }
  .navbar.navbar--default .language-switch, .navbar.navbar--default .help-switch {
    width: 116px;
  }
  .navbar.navbar--default .language-switch__menu, .navbar.navbar--default .help-switch__menu {
    min-width: 116px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
}

@media screen and (min-width: 1200px) {
  .nav-search__input:hover, .nav-search__input:focus, .nav-search__input {
    outline: none;
    box-shadow: none;
    border-color: #e0e0e0;
  }
  .nav-search {
    padding: 0 10px;
    width: auto;
    float: left;
  }
  .nav-search__button {
    position: relative;
  }
  .nav-search__input {
    border-radius: 0;
  }
  .nav-search__input--rounded {
    border-radius: 4px 0 0 4px;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    border: 0;
    border-radius: 0px !important;
    margin-bottom: 0px !important;
  }
  .navbar-brand--mobile {
    height: 100%;
  }
  .navbar-brand--mobile img {
    top: 50%;
    position: relative;
    width: 80%;
    height: 80%;
    transform: translateY(-50%);
  }
  .navbar--default {
    margin-bottom: 0;
    background-color: #E4E6E8;
    border: none;
  }
  .navbar--default .container {
    height: 50px;
    padding: 0 15px;
  }
  .navbar--default .navbar-brand {
    margin: 0 auto;
    float: none;
    padding-left: 0;
    padding-right: 0;
  }
  .subnavigation {
    display: none;
  }
  .mobile-menu__search-form {
    background: #fff;
    height: 100%;
    position: absolute;
    width: 100%;
  }
  .mobile-menu__nav-badge {
    margin-left: 10px;
    min-width: 22px;
    padding: 6px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    line-height: 10px;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    border-radius: 50%;
  }
  .nav__messages--mobile {
    margin-right: 20px;
    padding: 7px 0;
    line-height: 26px;
    position: absolute;
    right: 40px;
    top: -1px;
  }
  .nav__messages--mobile .glyphicon {
    color: #F2F2F2;
    margin: 0;
    padding: 8px 10px;
    border-radius: 4px;
    font-size: 18px;
    line-height: 20px;
  }
  .nav__messages--mobile .glyphicon:hover {
    color: #fff;
  }
  .nav__messages--mobile .nav__messages-badge {
    color: #E4E6E8;
    background: #fff;
    right: -3px;
    border: 1px solid #E4E6E8;
    line-height: 18px;
    font-size: 10px;
  }
  .mobile-menu__trigger--lines, .mobile-search__trigger {
    display: block;
  }
  input[id='drop-search']:checked ~ .mobile-search__trigger, .nav__messages--mobile .glyphicon:hover {
    background: #d6d9dc;
    color: #fff;
  }
  input[id='drop-search']:checked ~ .mobile-menu__search-form {
    display: block;
    height: auto;
    box-shadow: 0px 2px 10px rgba(114, 129, 163, 0.3);
  }
}

@media screen and (max-width: 767px) {
  .nav-search__form {
    border-width: 0 !important;
  }
  .nav-search__form > * {
    border-color: #DEE0E2 !important;
    width: 100%;
  }
}

.navbar.navbar-static-top .navbar-header {
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 1199px) {
  .mobile-search__trigger {
    display: block;
  }
  input[id='drop-search']:checked ~ .mobile-menu__search-form {
    display: block;
    height: auto;
    box-shadow: 0px 2px 10px rgba(114, 129, 163, 0.3);
  }
  .mobile-menu__search-form {
    position: absolute;
    width: 100%;
    background: #fff;
    top: 1px;
  }
  .navbar .language-switch, .help-switch {
    display: none;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .mobile-menu__search-form form {
    display: flex;
  }
  .mobile-menu__search-form .fields-wrapper {
    display: flex;
    flex-grow: 1;
  }
  .mobile-menu__search-form--one-role .fields-wrapper {
    margin-right: 15px;
  }
  .mobile-search__trigger {
    display: none;
  }
  .nav__search-trigger--small {
    line-height: 52px;
    height: 58px;
    padding: 0;
  }
}

@media screen and (max-width: 480px) {
  .nav__messages--mobile {
    display: none !important;
  }
  .mobile-menu--nav .envelope-message {
    display: none !important;
  }
  .mobile-menu--nav .nav__messages-badge {
    top: -48px;
    right: 5px;
    z-index: 1;
  }
}

@media screen and (min-width: 481px) {
  .js-nav-messages {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) {
  .nav-link-holder a {
    padding: 0 15px;
  }
  .fields-wrapper {
    display: inline-block;
  }
}

.navbar-icon--message, .navbar-icon--help, .navbar-icon--search {
  width: 24px;
  height: 24px;
  background-size: cover;
  opacity: 0.6;
}

.navbar-icon--search {
  background-image: url(/assets/navbar-icons/search_icon-c0706880a58225b26509e3c804ef9f1b16e3e0ec4ad3095de0f8ec11abf68b67.png);
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .navbar-icon--search {
    background-image: url(/assets/navbar-icons/search_icon@2x-c0cba9864db211ac202c0bfabe9d8cbd12bdeb2a29a59a0b41b4bcd30b0d1b64.png);
  }
}

.navbar-icon--help {
  background-image: url(/assets/navbar-icons/help-d4ae397874b39d4c6725b6c265a1f5f209bd401f1e05849c776c3d9f592b6225.png);
  min-width: 24px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .navbar-icon--help {
    background-image: url(/assets/navbar-icons/help@2x-bedf6cc52333fca5e0eb0b44325251653e92ca29d1a0bde83f959c73b4373b53.png);
  }
}

.navbar-icon--message {
  background-image: url(/assets/navbar-icons/message-697673a353a228f0ce674dc729899a575b7506dde042d89631fe0dfd1f559f6a.png);
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .navbar-icon--message {
    background-image: url(/assets/navbar-icons/message@2x-852142708c0d08f623d82b0f931c99106d3519aff666e16f4faab58690788399.png);
  }
}

.arrow-down:before {
  content: '▾';
  position: relative;
}

.navbar-header .login-link {
  height: 20px;
  left: 15px;
  position: relative;
  top: -37px;
  width: 20px;
}

.navbar-header .login-link svg {
  fill: #057FE3;
}

.mobile-menu-crown {
  width: 14px;
  vertical-align: baseline;
  margin-right: 10px;
}

.subnavigation .nav .subnavigation__link,
.subnavigation .nav .open .subnavigation__link {
  color: #3F464E;
}

.subnavigation .nav .subnavigation__link:hover, .subnavigation .nav .subnavigation__link:focus,
.subnavigation .nav .open .subnavigation__link:hover,
.subnavigation .nav .open .subnavigation__link:focus {
  color: #3F464E;
}

.navbar--default .dropdown-toggle:hover .user-details,
.navbar--default .dropdown-toggle:hover .arrow-down,
.navbar--default .dropdown.open .user-details,
.navbar--default .dropdown.open .arrow-down {
  color: initial;
}

.nav__messages-badge,
.nav__messages--mobile .nav__messages-badge {
  background: #F44336;
}

.nav__messages--mobile .glyphicon,
.mobile-search__trigger,
input[id='drop-search']:checked ~ .mobile-search__trigger,
.mobile-menu__trigger--lines,
.mobile-menu__trigger--lines:hover {
  background: #fff;
  color: #057FE3;
}

.mobile-menu__trigger--lines:after,
.mobile-menu__trigger--lines:hover:after {
  background: #057FE3;
  box-shadow: 0px 7px 0px #057FE3, 0px 14px 0px #057FE3;
}

.subnavigation .nav .subnavigation__link-badge {
  background-color: #F44336;
}

@media screen and (max-width: 991px) {
  .navbar--default {
    background: #fff;
    border-bottom: 1px solid #E4E6E8;
  }
  .nav.navbar-nav {
    margin: 7.5px 0 7.5px -15px;
  }
  .menu-button::after {
    background: #057FE3;
    box-shadow: 0 7px 0 #057FE3, 0 14px 0 #057FE3;
  }
}

.language-switch,
.help-switch {
  padding: 0;
  list-style: none;
}

.input-range {
  height: 4px;
}

.input-range__label {
  display: none;
}

.input-range__slider {
  width: 20px;
  height: 18px;
  background-color: #fff;
  border: 1px solid #c5c5c5;
  border-radius: 2px;
  margin-left: -10px;
  margin-top: -10px;
  transition: none;
}

.input-range__slider::before {
  top: 50%;
  left: 50%;
  position: absolute;
  width: 4px;
  height: 8px;
  border: solid #efefef;
  border-width: 0 1px;
  content: '';
  display: block;
  margin-left: -2px;
  margin-top: -4px;
}

.input-range__slider:active {
  border-color: #057FE3;
  transform: none;
}

.input-range__slider-container {
  transition: none;
}

.input-range__track {
  background-color: #fff;
  border-radius: 3px;
  height: 4px;
  margin-top: 0;
  transition: none;
}

.input-range__track--background {
  position: relative;
  top: 0;
}

.input-range__track--active {
  background-color: #057FE3;
}

ul.ui-autocomplete {
  cursor: default;
  list-style: none;
  list-style-type: none;
  margin: 0px;
  position: absolute;
  z-index: 980;
}

.ui-menu {
  padding-left: 0;
}

.ui-menu-item-wrapper {
  padding: 2px 0 2px 5px;
}

.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
  background: #057FE3 !important;
  border: none !important;
  color: #fff !important;
}

.ui-helper-hidden-accessible {
  display: none;
}

.ui-slider.ui-slider-horizontal {
  width: 98%;
  height: 4px;
  background: #fff;
  box-shadow: none;
  border: none;
}

.ui-slider.ui-slider-horizontal .ui-slider-range {
  height: 4px;
  background: #057FE3;
}

.ui-slider.ui-slider-horizontal .ui-slider-handle {
  top: -7px;
  width: 20px;
  margin-left: -10px;
  background-color: #fff;
  background-image: none;
  border-radius: 2px;
  cursor: pointer;
  cursor: -webkit-grab;
}

.ui-slider.ui-slider-horizontal .ui-slider-handle:focus {
  outline: 0;
  cursor: -webkit-grabbing;
}

.ui-slider.ui-slider-horizontal .ui-slider-handle::before {
  top: 50%;
  left: 50%;
  position: absolute;
  width: 4px;
  height: 8px;
  border: solid #efefef;
  border-width: 0 1px;
  content: '';
  display: block;
  margin-left: -2px;
  margin-top: -4px;
}

.ui-slider.ui-slider-horizontal .ui-slider-handle::after {
  top: 50%;
  left: 50%;
  position: absolute;
  width: 44px;
  height: 44px;
  content: '';
  margin-left: -22px;
  margin-top: -22px;
}

.articles .fairboss-banner,
.chapters .fairboss-banner,
.faq .fairboss-banner {
  background: #f9f9f9;
  margin-bottom: 20px;
  padding: 15px;
}

.articles .fairboss-banner__button,
.chapters .fairboss-banner__button,
.faq .fairboss-banner__button {
  font-size: 16px;
  text-decoration: none;
}

.articles .fairboss-banner__label,
.chapters .fairboss-banner__label,
.faq .fairboss-banner__label {
  background-color: #c01b21;
  border-radius: 3px;
  font-size: 12px;
  padding: 2px 5px;
}

.articles .fairboss-banner__logo,
.chapters .fairboss-banner__logo,
.faq .fairboss-banner__logo {
  float: right;
  text-align: right;
  vertical-align: middle;
}

.articles .fairboss-banner__logo img,
.chapters .fairboss-banner__logo img,
.faq .fairboss-banner__logo img {
  height: 100px;
}

.articles .fairboss-banner__title,
.chapters .fairboss-banner__title,
.faq .fairboss-banner__title {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 5px;
}

@media (min-width: 992px) {
  .articles h5,
.chapters h5,
.faq h5 {
    font-size: 16px;
  }
}

.articles .content a.thumbnail,
.chapters .content a.thumbnail,
.faq .content a.thumbnail {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .articles .chapters-col,
.chapters .chapters-col,
.faq .chapters-col {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (min-width: 768px) {
  .articles .chapter,
.chapters .chapter,
.faq .chapter {
    flex: 1 0 auto;
  }
}

.articles .guide-height,
.chapters .guide-height,
.faq .guide-height {
  height: calc(100% - 15px);
}

.guides__dropdown {
  flex: 1;
  float: right;
  margin-right: 7px;
}

.guides__dropdown::before {
  content: '\f0d8';
  float: right;
  font-family: 'FontAwesome';
}

.guides__dropdown.collapsed::before {
  content: '\f0d7';
  font-family: 'FontAwesome';
}

.guides__menu {
  color: #057FE3;
  letter-spacing: 0.5px;
  list-style: none;
  padding: 0;
}

.guides__menu .guides__article {
  font-weight: 400;
  padding: 3px 0;
}

.guides__menu .guides__article a {
  text-decoration: none;
}

.guides__menu .guides__article:focus, .guides__menu .guides__article:hover {
  text-decoration: none;
}

.guides__menu .guides__article-wrapper {
  display: flex;
}

.guides__menu .guides__article--parent {
  font-weight: 500;
}

.guides__menu .guides__article--root {
  border-bottom: 1px solid #ddd;
  font-weight: 500;
  padding: 6px 0;
}

.guides__menu .guides__article--current {
  font-weight: 600;
}

.guides__menu .guides__articles-list {
  list-style: none;
  padding: 0 20px;
}

.guides__menu .guides__articles-list:first-child {
  border-top: 1px solid #ddd;
  margin-top: 5px;
  padding-top: 5px;
}

#logged-in.search #main {
  background-color: #fff;
}

#logged-in.search #message_content {
  border: 1px solid #e1e1e1;
  box-shadow: none;
  border-radius: 2px;
}

@media screen and (max-width: 767px) {
  #logged-in .search-col {
    padding-top: 0;
  }
}

.advantages__check {
  color: #057FE3;
}

.benefits__header {
  margin: 20px 0;
}

.benefits__image {
  margin: 0 auto;
}

.landing-pages__seo-text {
  background-color: #f5f5f5;
  padding: 40px;
}

.body-image__label {
  font-size: 14px;
  margin: 10px 0;
  text-align: center;
}

.landing-pages-footer-links {
  text-align: left;
}

.landing-page--old-layout .landing_page__header {
  position: relative;
}

.landing-page--old-layout .landing_pages__header_title {
  font-size: 30px;
  font-weight: 800;
}

@media screen and (max-width: 767px) {
  .landing-page--old-layout .landing_pages__header_title {
    text-align: center;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .landing-page--old-layout .landing_pages__header_title {
    font-size: 20px;
    margin-bottom: 16px;
  }
}

.landing-page--old-layout .landing_pages__header_subtitle {
  font-size: 18px;
  margin: 10px 0;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .landing-page--old-layout .landing_pages__header_subtitle {
    font-size: 12px;
    margin: 8px 0;
  }
}

.landing-page--old-layout .main_header__button {
  background-color: #057FE3;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin: 20px 0;
}

.landing-page--old-layout .main_header__button:hover {
  background: #0471ca;
  color: #fff;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .landing-page--old-layout .main_header__button {
    font-size: 12px;
    margin-top: 8px;
  }
}

@media screen and (max-width: 767px) {
  .landing-page--old-layout .landing_page__header-container {
    background-image: none !important;
    padding-bottom: 10px;
    padding-top: 10px;
  }
}

@media screen and (min-width: 768px) {
  .landing-page--old-layout .landing_page__header-container {
    background-position: center;
    background-size: cover;
  }
}

.landing-page--old-layout .landing_page__header-image {
  width: 100%;
}

.landing-page--old-layout .landing_page__swiss-made-container {
  bottom: 15%;
  left: 90%;
  overflow: hidden;
  position: absolute;
}

.landing-page--old-layout .landing_page__swiss-made-image {
  height: 70px;
}

.landing-page--old-layout .landing_pages__header {
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .landing-page--old-layout .landing_pages__header {
    text-align: center;
  }
}

.landing-page--new-layout .landing_page__header {
  height: 700px;
  position: relative;
}

.landing-page--new-layout .landing_page__header-container {
  background-position: center;
  background-size: cover;
}

.landing-page--new-layout .landing_page__form-container {
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.landing-page--new-layout .landing_page__header-overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  background-size: cover;
}

.landing-page--new-layout .landing_page__header-content {
  left: 0;
  bottom: 56px;
  right: 0;
  position: absolute;
}

@media screen and (max-width: 767px) and (orientation: landscape) {
  .landing-page--new-layout .landing_page__header-content {
    bottom: 40px;
  }
}

@media screen and (min-width: 992px) {
  .landing-page--new-layout .landing_page__header-content {
    bottom: 100px;
  }
}

@media screen and (min-width: 992px) {
  .landing-page--new-layout .landing_page__header-content {
    bottom: 120px;
  }
}

.landing-page--new-layout .landing_page__header-content .landing_page__header-html-content {
  padding: 20px;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .landing-page--new-layout .landing_page__header-content .landing_page__header-html-content {
    min-height: 250px;
    padding: 50px;
  }
}

.landing-page--new-layout .landing_page__header-content .landing_page__header-html-content h1 {
  color: #fff;
  text-shadow: 0 2px 4px #333;
  font-size: 44px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .landing-page--new-layout .landing_page__header-content .landing_page__header-html-content h1 {
    font-size: 30px;
  }
}

.landing-page--new-layout .landing_page__header-content .landing_page__header-html-content h2 {
  color: #fff;
  text-shadow: 0 2px 4px #333;
  font-size: 25px;
}

@media screen and (max-width: 767px) {
  .landing-page--new-layout .landing_page__header-content .landing_page__header-html-content h2 {
    font-size: 18px;
  }
}

.landing-page--new-layout .landing_page__header-image {
  width: 100%;
}

.landing-page--new-layout .landing_page__swiss-made-container {
  position: absolute;
  right: 0;
  bottom: 10px;
  overflow: hidden;
}

.landing-page--new-layout .landing_page__swiss-made-image {
  height: 70px;
}

.landing-page--new-layout .landing_pages__header {
  margin-bottom: 5px;
  font-weight: 800;
}

@media screen and (max-width: 767px) {
  .landing-page--new-layout .landing_pages__header {
    text-align: center;
  }
}

.landing-page--new-layout .landing-page__sign-up {
  color: #555;
}

.landing-page--new-layout .landing-page__sign-up .sign-up__container {
  padding: 25px 10px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
}

@media screen and (min-width: 992px) {
  .landing-page--new-layout .landing-page__sign-up .sign-up__container {
    padding-bottom: 15px;
  }
}

.landing-page--new-layout .landing-page__sign-up .radio__text strong strong {
  font-weight: bold;
}

.landing-page--new-layout .landing-page__sign-up .landing-page__input-group {
  display: flex;
  flex-direction: column;
}

.landing-page--new-layout .landing-page__sign-up .role-box {
  border: 0;
  padding: 0;
}

@media screen and (min-width: 992px) {
  .landing-page--new-layout .landing-page__sign-up .role-group.form-group {
    margin-top: -5px;
  }
}

@media screen and (max-width: 1199px) {
  .landing-page--new-layout .landing-page__sign-up .role-group.form-group {
    width: 220px;
  }
}

@media screen and (max-width: 991px) {
  .landing-page--new-layout .landing-page__sign-up .role-group.form-group {
    margin-bottom: 10px;
  }
}

.landing-page--new-layout .landing-page__sign-up .radio__label {
  margin-bottom: 0;
}

.landing-page--new-layout .landing-page__sign-up .radio__text strong {
  font-weight: 400;
}

.landing-page--new-layout .landing-page__sign-up .form-group {
  width: 220px;
  margin: 0 auto;
}

@media screen and (max-width: 1199px) {
  .landing-page--new-layout .landing-page__sign-up .form-group {
    width: 220px;
  }
}

.landing-page--new-layout .landing-page__sign-up .form-group ::-webkit-input-placeholder {
  text-align: center;
}

.landing-page--new-layout .landing-page__sign-up .form-group ::-moz-placeholder {
  text-align: center;
}

.landing-page--new-layout .landing-page__sign-up .form-group :-ms-input-placeholder {
  text-align: center;
}

.landing-page--new-layout .landing-page__sign-up .uppercase {
  text-transform: uppercase;
}

.landing-page--new-layout .landing-page__sign-up .password-strength {
  z-index: 3;
}

.landing-page--new-layout .landing-page__sign-up .btn-lemonfrog {
  font-weight: 300;
}

.landing-page--new-layout .landing-page__sign-up .benefit-landing-page-sing-up-reminder {
  padding: 5% 0;
}

.landing-page--new-layout .landing-page__sign-up .benefit-landing-page-sing-up-reminder__header {
  margin-bottom: 70px;
  text-align: center;
}

.landing-page--new-layout .landing-page__sign-up .benefit-landing-page-sing-up-reminder__header h2 {
  font-size: 30px;
}

@media screen and (min-width: 1200px) {
  .landing-page--new-layout .landing-page__sign-up .landing-page__input-group {
    flex-direction: row;
  }
  .landing-page--new-layout .landing-page__sign-up .form-group {
    max-width: 300px;
  }
  .landing-page--new-layout .landing-page__sign-up .radio__label {
    font-size: 16px;
  }
  .landing-page--new-layout .landing-page__sign-up .btn-lemonfrog {
    font-size: 20px;
  }
  .landing-page--new-layout .landing-page__sign-up input {
    min-height: 60px;
  }
  .landing-page--new-layout .landing-page__sign-up .password-field,
.landing-page--new-layout .landing-page__sign-up .email-field {
    position: relative;
  }
}

.search-results-landing-page__services {
  margin-bottom: 20px;
}

.search-results-landing-page-seo-text {
  color: #969696;
  font-size: 14;
  padding: 10px 0;
  margin-top: 30px;
}

.search-results-landing-page-header {
  position: relative;
}

@media screen and (max-width: 767px) {
  .search-results-landing-page-header {
    background-image: none !important;
    padding-bottom: 10px;
    padding-top: 10px;
  }
}

@media screen and (min-width: 768px) {
  .search-results-landing-page-header {
    background-position: center;
    background-size: cover;
  }
}

.search-results-landing-page-header__title {
  font-size: 30px;
  font-weight: 800;
}

@media screen and (max-width: 767px) {
  .search-results-landing-page-header__title {
    text-align: center;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .search-results-landing-page-header__title {
    font-size: 20px;
    margin-bottom: 16px;
    max-width: 395px;
  }
}

@media screen and (min-width: 992px) {
  .search-results-landing-page-header__title {
    max-width: 590px;
  }
}

.search-results-landing-page-header__subtitle {
  font-size: 18px;
  font-weight: 400;
  margin: 10px 0;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .search-results-landing-page-header__subtitle {
    font-size: 12px;
    margin: 8px 0;
  }
}

.search-results-landing-page-header__subtitle--primary-color {
  color: #057FE3;
  font-weight: 500;
}

.search-results-landing-page-header__button {
  background-color: #057FE3;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin: 20px 0;
}

.search-results-landing-page-header__button:hover {
  background: #0471ca;
  color: #fff;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .search-results-landing-page-header__button {
    font-size: 12px;
    margin-top: 8px;
  }
}

.search-results-landing-page-header__swiss-made-container {
  bottom: 15%;
  left: 90%;
  overflow: hidden;
  position: absolute;
}

.search-results-landing-page-header__swiss-made-image {
  height: 70px;
}

.landing_pages__link {
  margin-bottom: 0;
}

.landing_pages__locations {
  margin-bottom: 20px;
}

.date-select {
  display: inline;
  width: auto;
}

.error {
  color: #a94442;
}

.parsley-success .error {
  display: none;
}

.checkbox {
  cursor: pointer;
  min-height: 0 !important;
  padding-left: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.checkbox.checkbox-inline {
  margin: 0 1em 0 0;
}

.checkbox.checkbox-inline .checkbox__inner {
  border-bottom: 0;
}

@media screen and (max-width: 767px) {
  .checkbox.checkbox-inline .checkbox__hint {
    margin-bottom: 6px;
  }
}

.checkbox--centered {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .checkbox--inline-only-desktop {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .checkbox--inline-only-desktop.checkbox-inline {
    margin-right: 0;
  }
}

.checkbox--no-label .checkbox__button {
  margin-right: 0;
}

.checkbox--no-spacing {
  padding-top: 0 !important;
}

.checkbox--no-spacing .checkbox__inner {
  padding: 0;
}

.checkbox__button {
  width: 1.286em;
  height: 1.286em;
  content: '';
  display: inline-block;
  flex: 0 0 auto;
  margin-left: 1px;
  margin-right: 0.5em;
  background-color: #fff;
  border-radius: 20%;
  border: 2px solid #ccc;
}

.checkbox__button::after {
  width: 0.5em;
  height: 0.83em;
  content: '';
  display: block;
  position: relative;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  left: 4px;
  margin-right: 0.6em;
  top: 0;
}

.checkbox__button--select-all {
  background-color: #ccc;
}

.checkbox__button--select-all::after {
  width: 10px;
  height: 2px;
  content: '';
  display: block;
  position: relative;
  margin: 0;
  border: none;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(0);
  background-color: #fff;
}

.checkbox__inner {
  padding: 0.5em 0 0;
}

@media screen and (max-width: 991px) {
  .checkbox__inner {
    padding-bottom: 0.7em;
  }
}

@media screen and (max-width: 767px) {
  .checkbox__inner {
    border-bottom: 1px solid #ebebeb;
  }
}

.checkbox__label {
  grid-area: checkbox;
  display: flex;
  padding-left: 0 !important;
}

.checkbox__label:hover .checkbox__text {
  color: #057FE3;
}

.checkbox__label:hover .checkbox__button {
  border-color: #057FE3;
}

.checkbox__label:hover .checkbox__button--select-all {
  background-color: #057FE3;
}

.checkbox__text {
  margin-left: 1px;
  margin-top: 0;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .checkbox__text {
    align-items: center;
    display: flex;
  }
}

.checkbox__hint {
  max-width: 600px;
  padding-left: 27px;
  margin: 4px 0 0;
}

@media screen and (max-width: 767px) {
  .checkbox__hint {
    margin: 4px 0 6px;
  }
}

.checkbox input[type='checkbox'] {
  opacity: 0;
  position: absolute;
}

.checkbox input[type='checkbox']:checked ~ .checkbox__label .checkbox__button {
  background-color: #057FE3;
  border-color: #057FE3;
}

.checkbox input[type='checkbox']:focus ~ .checkbox__label .checkbox__button {
  border-color: #057FE3;
  box-shadow: 0px 0px 4px 4px rgba(0, 128, 244, 0.3);
}

.checkbox:last-of-type .checkbox__inner {
  border-bottom: 0;
}

@media screen and (max-width: 767px) {
  .checkbox {
    padding-top: 0 !important;
  }
}

.radio {
  cursor: pointer;
}

.radio:last-of-type {
  border-bottom: 0;
}

@media screen and (max-width: 767px) {
  .radio {
    border-bottom: 1px solid #ebebeb;
    padding-top: 0 !important;
  }
}

.radio.radio-inline {
  padding: 0.5em 0 0 0;
  border-bottom: 0;
}

.radio.radio-inline label {
  padding-right: 20px;
}

.radio.radio-inline + .radio.radio-inline {
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .radio.radio-inline .radio__label .radio__text {
    margin-left: 0;
  }
  .radio.radio-inline .radio__hint {
    margin-bottom: 6px;
  }
}

.radio .inner-label {
  width: auto;
}

.radio label {
  display: flex;
  padding-left: 0;
}

@media screen and (min-width: 768px) {
  .radio:hover .radio__label,
.radio:hover .radio__label span,
.radio:hover .radio__label span > strong {
    color: #057FE3;
  }
}

.radio .radio__label {
  padding: 0;
}

.radio .radio__label:hover .radio__text {
  color: #000;
}

@media screen and (min-width: 768px) {
  .radio .radio__label:hover .radio__text {
    color: #057FE3;
  }
}

.radio .radio__label:hover .radio__button {
  border-color: #057FE3;
}

.radio .radio__label .radio__text {
  margin-bottom: auto;
  margin-top: auto;
  vertical-align: middle;
}

.radio .radio__label .radio__description {
  display: block;
  font-weight: 400;
  margin-left: 30px;
}

@media screen and (max-width: 767px) {
  .radio .radio__label {
    min-height: 44px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.radio:hover {
  color: #057FE3;
}

.radio .radio__button {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  background-color: #fff;
  border-radius: 100%;
  border: 2px solid #ccc;
  display: inline-block;
  vertical-align: middle;
  padding: 3px;
  margin: auto 0.5em auto 0;
}

.radio .radio__button::after {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 100%;
  content: '';
  display: block;
}

.radio__hint {
  max-width: 288px;
  padding-left: 27px;
  margin: 4px 0 6px;
}

@media screen and (max-width: 767px) {
  .radio__hint {
    margin: -6px 0 16px;
  }
}

.radio input[type='radio'] {
  opacity: 0;
  position: absolute;
}

.radio input[type='radio']:checked ~ .radio__button, .radio input[type='radio']:checked ~ label .radio__button {
  border-color: #057FE3;
}

.radio input[type='radio']:checked ~ label {
  color: #000;
}

.radio input[type='radio']:checked ~ .radio__button:after, .radio input[type='radio']:checked ~ label .radio__button:after {
  background-color: #057FE3;
}

.radio input[type='radio']:focus ~ .radio__button, .radio input[type='radio']:focus ~ label .radio__button {
  border-color: #057FE3;
  box-shadow: 0px 0px 4px 4px rgba(0, 128, 244, 0.3);
}

button:focus, a:focus {
  outline: none;
}

.btn:focus, .btn:focus:active {
  outline: none;
}

.btn-primary {
  border: 1px solid transparent;
}

.btn--new-primary {
  background-color: #057FE3;
}

.btn--new-primary.btn--new-outlined {
  background-color: transparent;
  border-color: #057FE3;
  color: #057FE3;
}

.btn__icon {
  margin-left: 10px;
}

.btn__icon--left {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .btn__icon--left {
    margin-right: 10px;
  }
}

.btn--high {
  padding-bottom: 9px;
  padding-top: 9px;
}

.btn--with-icon {
  align-items: center;
  display: inline-flex;
  justify-content: center;
}

.btn-lemonfrog-secondary {
  background-color: #f6f6f6;
  border-color: #d2d2d2;
  color: #333;
}

.btn-lemonfrog-secondary:active, .btn-lemonfrog-secondary:focus, .btn-lemonfrog-secondary:hover, .btn-lemonfrog-secondary:active:focus, .btn-lemonfrog-secondary:active:hover {
  background-color: #f6f6f6;
  border-color: #d2d2d2;
  color: #333;
}

.btn-lemonfrog-secondary:hover {
  border-color: #c5c5c5;
  text-decoration: none !important;
}

.btn {
  align-items: center;
}

.btn-lemonfrog,
.btn-lemonfrog[disabled] {
  background-color: #057FE3;
  border-color: #057FE3;
  color: #fff;
}

.btn-lemonfrog:active, .btn-lemonfrog:focus, .btn-lemonfrog:hover, .btn-lemonfrog:active:focus, .btn-lemonfrog:active:hover,
.btn-lemonfrog[disabled]:active,
.btn-lemonfrog[disabled]:focus,
.btn-lemonfrog[disabled]:hover,
.btn-lemonfrog[disabled]:active:focus,
.btn-lemonfrog[disabled]:active:hover {
  background-color: #057FE3;
  border-color: #057FE3;
  color: #fff;
}

.btn-lemonfrog:hover,
.btn-lemonfrog[disabled]:hover {
  background-color: #0471ca;
  color: #fff;
  text-decoration: none !important;
}

.btn-lemonfrog-soft,
.btn-lemonfrog-soft[disabled] {
  background-color: rgba(5, 127, 227, 0.1);
  border: none;
  color: #057FE3;
}

.btn-lemonfrog-soft:active, .btn-lemonfrog-soft:focus, .btn-lemonfrog-soft:hover, .btn-lemonfrog-soft:active:focus, .btn-lemonfrog-soft:active:hover,
.btn-lemonfrog-soft[disabled]:active,
.btn-lemonfrog-soft[disabled]:focus,
.btn-lemonfrog-soft[disabled]:hover,
.btn-lemonfrog-soft[disabled]:active:focus,
.btn-lemonfrog-soft[disabled]:active:hover {
  background-color: #057FE3;
  border-color: #057FE3;
  color: #fff;
}

.btn-lemonfrog-soft:hover,
.btn-lemonfrog-soft[disabled]:hover {
  background-color: rgba(5, 127, 227, 0.2);
  border: none;
  color: #057FE3;
  text-decoration: none !important;
}

.btn-lemonfrog-outlined {
  background-color: #fff;
  border-color: #057FE3;
  color: #057FE3;
}

.btn-lemonfrog-outlined:active, .btn-lemonfrog-outlined:focus, .btn-lemonfrog-outlined:hover, .btn-lemonfrog-outlined:active:focus, .btn-lemonfrog-outlined:active:hover {
  background-color: #fff;
  border-color: #057FE3;
  color: #057FE3;
}

.btn-lemonfrog-outlined:hover {
  border-color: #0471ca;
  text-decoration: none !important;
}

.btn-lemonfrog-secondary {
  background-color: transparent;
  border-color: #efefef;
  color: #333;
}

.btn-lemonfrog-secondary:active, .btn-lemonfrog-secondary:focus, .btn-lemonfrog-secondary:hover, .btn-lemonfrog-secondary:active:focus, .btn-lemonfrog-secondary:active:hover {
  background-color: transparent;
  border-color: #efefef;
  color: #333;
}

.btn-lemonfrog-secondary:hover {
  border-color: #e2e2e2;
  text-decoration: none !important;
}

.btn-lemonfrog-transparent {
  background-color: transparent;
  color: #057FE3;
  border: none;
}

.btn-lemonfrog-transparent:active, .btn-lemonfrog-transparent:focus, .btn-lemonfrog-transparent:hover, .btn-lemonfrog-transparent:active:focus, .btn-lemonfrog-transparent:active:hover {
  border: none;
  background-color: transparent;
  color: #057FE3;
}

.btn-lemonfrog-transparent:hover {
  background-color: #efefef;
  text-decoration: none !important;
}

.btn-icon {
  display: inline-flex;
  justify-content: center;
  padding-bottom: 10px;
  padding-top: 10px;
}

.btn-icon.btn-block {
  display: flex;
}

.btn-icon__icon {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

.btn-icon__text {
  flex: 0 0 auto;
}

.btn-icon__wrap {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
}

.profile__navigation-container {
  padding: 0;
  position: sticky;
  top: 0;
  z-index: 12;
}

.profile__highlighted-info-container {
  display: flex;
  flex-direction: column;
  margin: 12px -15px 0;
  padding: 16px 15px;
}

.profile__highlighted-info-container > div:not(:last-child) {
  margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
  .profile__navigation-container {
    padding: 0 15px 0;
  }
}

@media screen and (max-width: 767px) {
  .profile__highlighted-info-container > div:not(:last-child) {
    margin-bottom: 16px;
  }
}

.review-answer__form {
  background: #efefef;
  padding: 10px 30px 10px 10px;
}

.review-answer__block {
  margin-top: 30px;
}

.reviews__list {
  margin-bottom: 20px;
}

.reviews__text-indicator {
  font-weight: 700;
}

.reviews__summary {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 20px;
}

.reviews__summary-total-reviews, .reviews__summary-stars-text {
  font-weight: 500;
  margin: 0;
}

.reviews__summary-total-reviews-number {
  color: #057FE3;
}

.reviews__summary-stars-text::after {
  content: ': ';
}

.reviews__summary-stars {
  align-items: center;
  display: flex;
  margin: 0 7px;
}

@media screen and (min-width: 992px) {
  .reviews__summary-item {
    margin-right: 10px;
  }
}

@media screen and (min-width: 768px) {
  .reviews__summary {
    width: auto;
  }
}

.form-group__icon {
  fill: #057FE3;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #057FE3;
}

.redesigned-landing-page {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.redesigned-landing-page__sign-up-form {
  padding: 56px 0 66px;
}

@media screen and (min-width: 768px) {
  .redesigned-landing-page__sign-up-form {
    padding-bottom: 100px;
    padding-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .redesigned-landing-page h2 {
    font-size: 25px;
    line-height: 1.1em;
  }
  .redesigned-landing-page h3 {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .redesigned-landing-page h4 {
    font-size: 16px;
  }
  .redesigned-landing-page p {
    font-size: 13px;
  }
  .redesigned-landing-page .btn-register {
    padding: 10px 20px;
  }
}

@media screen and (min-width: 768px) {
  .redesigned-landing-page h2 {
    font-size: 32px;
    margin-bottom: 60px;
  }
  .redesigned-landing-page h3 {
    margin-bottom: 50px;
  }
  .redesigned-landing-page p {
    font-size: 15px;
  }
}

.redesigned-landing-page .btn-register {
  border: 0;
  border-radius: 4px;
}

.redesigned-landing-page .btn-register a {
  color: #fff;
}

.redesigned-landing-page .btn-register a:hover, .redesigned-landing-page .btn-register a:focus {
  text-decoration: none;
}

.redesigned-landing-page .block {
  position: relative;
}

.redesigned-landing-page .uppercase {
  text-transform: uppercase;
}

.redesigned-landing-page h2,
.redesigned-landing-page h3,
.redesigned-landing-page h4 {
  font-weight: 500;
}

.redesigned-landing-page h4 {
  margin-top: -20px;
  text-align: left;
}

.redesigned-landing-page h5:not(.new-styling),
.redesigned-landing-page p:not(.new-styling) {
  color: #969696;
  text-align: left;
}

.redesigned-landing-page h5 {
  font-size: 16px;
}

.redesigned-landing-page p {
  margin-right: 17px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .redesigned-landing-page .btn-register {
    box-shadow: none !important;
  }
}

@media screen and (min-width: 768px) {
  .redesigned-landing-page .form-group {
    padding-left: 0;
  }
}

.landing-search-form {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  padding: 15px 10px 10px;
}

@media screen and (max-width: 767px) {
  .landing-search-form {
    border: 0;
    box-shadow: none;
    margin: 0;
  }
  .landing-search-form .form-group {
    display: inline-block;
    padding: 0 4px;
    vertical-align: top;
  }
  .landing-search-form .form-group.search-role {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .landing-search-form {
    padding: 30px 10px 20px;
  }
}

.redesigned-landing-page .search-form {
  padding: 15px 18px 20px;
}

.redesigned-landing-page .search-form .form-group {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .redesigned-landing-page .search-form {
    align-items: center;
    display: inline-flex;
    padding: 30px 26px 20px;
  }
}

.redesigned-landing-page .search-form__field {
  height: auto;
  background-color: #fff;
  border-radius: 3px;
  color: #7c888d;
  flex: 1 1 auto;
  padding-left: 45px;
}

.redesigned-landing-page .search-form__field:focus {
  box-shadow: initial;
}

.redesigned-landing-page .search-form__field:focus, .redesigned-landing-page .search-form__field:hover {
  border: 1px solid #057FE3;
}

.redesigned-landing-page .search-form__field ::-webkit-input-placeholder {
  color: #7c888d;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.redesigned-landing-page .search-form__field ::-moz-placeholder {
  color: #7c888d;
}

.redesigned-landing-page .search-form__container {
  display: flex;
  flex-direction: row;
}

.redesigned-landing-page .search-form__fields {
  display: flex;
  padding-right: 10px;
  position: relative;
}

.redesigned-landing-page .search-form__pin {
  top: 50%;
  left: 13px;
  position: absolute;
  width: 22px;
  height: auto;
  transform: translateY(-50%);
  pointer-events: none;
}

.redesigned-landing-page .search-form__pin svg {
  fill: #057FE3;
}

@media screen and (max-width: 399px) {
  .redesigned-landing-page .place-field input {
    width: 195px;
  }
  .redesigned-landing-page .radio span {
    margin-left: 3px;
  }
  .redesigned-landing-page .search-form-wrapper {
    padding: 0;
  }
}

@media screen and (min-width: 400px) and (max-width: 767px) {
  .redesigned-landing-page .place-field input {
    width: 240px;
  }
  .redesigned-landing-page .radio span {
    margin-left: 3px;
  }
}

@media screen and (max-width: 767px) {
  .redesigned-landing-page .navbar-form {
    border: 0;
    box-shadow: none;
    margin: 0;
  }
  .redesigned-landing-page .navbar-form .form-group {
    display: inline-block;
    vertical-align: top;
  }
  .redesigned-landing-page .navbar-form .form-group.search-role {
    display: block;
  }
  .redesigned-landing-page .form-control {
    font-size: 14px;
    height: 45px;
  }
  .redesigned-landing-page .submit-button {
    vertical-align: bottom;
  }
  .redesigned-landing-page .search-submit-btn-mobile {
    width: 45px;
    height: 44px;
    padding: 0;
  }
  .redesigned-landing-page .search-role label {
    color: #555;
    font-size: 13px;
    font-weight: 400;
    position: relative;
    text-align: left;
    top: -10px;
    width: 100%;
  }
  .redesigned-landing-page .radio {
    padding-bottom: 5px;
  }
  .redesigned-landing-page .radio label {
    font-size: 15px;
    font-weight: 400;
  }
  .redesigned-landing-page .radio label:hover {
    color: #057FE3;
  }
  .redesigned-landing-page .radio input {
    margin-left: -15px;
  }
  .redesigned-landing-page .radio__label {
    border-bottom: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .redesigned-landing-page .search-submit-btn-mobile {
    width: 60px;
    height: 60px;
    margin: auto;
  }
}

@media screen and (min-width: 768px) {
  .redesigned-landing-page .place-field input {
    height: 60px;
    min-width: 230px;
  }
  .redesigned-landing-page .place-field input:focus {
    border: 1px solid #ccc;
  }
  .redesigned-landing-page .form-group {
    padding: 0 8px;
  }
  .redesigned-landing-page .search-role {
    padding-bottom: 10px;
    text-align: left;
  }
  .redesigned-landing-page .search-role label {
    color: #555;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
  }
  .redesigned-landing-page .radio {
    padding-right: 10px;
  }
  .redesigned-landing-page .radio label:hover {
    color: #057FE3;
  }
  .redesigned-landing-page .radio label {
    font-size: 15px;
    font-weight: 400;
  }
}

@media screen and (min-width: 992px) {
  .redesigned-landing-page .search-submit-btn {
    font-size: 15px;
    height: 59px;
  }
  .redesigned-landing-page .search-submit-btn .search-submit-icon {
    float: left;
    margin: 0 5px;
  }
}

.redesigned-landing-page .navbar-form {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.redesigned-landing-page .btn.search-submit-btn,
.redesigned-landing-page .btn-register {
  color: #fff;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 200px;
}

.redesigned-landing-page .btn.search-submit-btn {
  background-color: #057FE3;
  font-weight: 700;
}

.redesigned-landing-page .btn.search-submit-btn:hover {
  background: #0471ca;
}

.redesigned-landing-page .form-group {
  margin-bottom: 10px;
}

.redesigned-landing-page .form-group .submit-button {
  margin-bottom: 0;
}

.redesigned-landing-page .radio {
  display: block;
}

.redesigned-landing-page .search-submit-icon {
  width: 24px;
  height: 24px;
  background: url(/assets/landing-page-icons/search_icon_white-91ca95ac44458c504855b6d31398333750de73761cf2ac6881a82f6a7bcf6a7a.svg) no-repeat center center;
  background-size: cover;
  display: block;
  margin: auto;
}

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

@media screen and (min-width: 768px) {
  .header-form {
    display: flex;
    justify-content: center;
  }
}

.header-form__form-group {
  position: relative;
}

.header-form__inner {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
}

.header-form__error span {
  color: #a94442;
}

.header-form .form-control {
  background-color: #fff;
  border-radius: 3px;
  color: #7c888d;
  height: 45px;
}

@media screen and (min-width: 768px) {
  .header-form .form-control {
    height: 60px;
  }
}

.header-form .form-control ::-webkit-input-placeholder {
  color: #7c888d;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.header-form .form-control ::-moz-placeholder {
  color: #7c888d;
}

.header-form .form-control:focus {
  box-shadow: initial;
}

.header-form .form-control:focus, .header-form .form-control:hover {
  border: 1px solid #057FE3;
}

@media screen and (min-width: 768px) {
  .header-form--register .header-form__col {
    margin-right: 16px;
  }
  .header-form--register .header-form__col:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .header-form--register .header-form__col--email, .header-form--register .header-form__col--password {
    width: 150px;
  }
}

@media screen and (min-width: 992px) {
  .header-form--register .header-form__col--email, .header-form--register .header-form__col--password {
    width: 200px;
  }
}

@media screen and (min-width: 1200px) {
  .header-form--register .header-form__col--email, .header-form--register .header-form__col--password {
    width: 270px;
  }
}

@media screen and (min-width: 768px) {
  .header-form--register .header-form__col--radios {
    margin-right: 32px;
  }
}

.header-form--register .header-form__col--submit {
  text-align: center;
}

@media screen and (min-width: 992px) {
  .header-form--register .header-form__col--submit {
    width: 216px;
  }
}

@media screen and (min-width: 768px) {
  .header-form--register .header-form__error--radios {
    margin-top: 14px;
  }
}

.header-form--register .header-form__form-group {
  margin-bottom: 5px;
}

.header-form--register .header-form__inner {
  padding: 15px 24px 10px;
}

@media screen and (min-width: 768px) {
  .header-form--register .header-form__inner {
    padding-bottom: 25px;
    padding-top: 30px;
  }
}

@media screen and (min-width: 768px) {
  .header-form--register .header-form__radio {
    white-space: nowrap;
  }
}

.header-form--register .header-form__radio:first-child {
  margin-top: 0;
}

.header-form--register .header-form__radios {
  font-size: 15px;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .header-form--register .header-form__row {
    display: flex;
  }
}

.password {
  position: relative;
}

.password .form-control {
  padding-right: 50px;
  position: relative;
}

.password .form-control::-ms-clear, .password .form-control::-ms-reveal {
  display: none;
}

.redesigned-landing-page .content-area {
  display: table;
  width: 100%;
}

.redesigned-landing-page #how-it-works-area.dating-service {
  background: #fff;
}

.redesigned-landing-page #how-it-works-area.dating-service .container:before {
  display: none;
}

@media screen and (max-width: 767px) {
  .redesigned-landing-page #how-it-works-area.dating-service h2 {
    margin: 50px 0 30px;
  }
}

@media screen and (min-width: 768px) {
  .redesigned-landing-page #how-it-works-area.dating-service .container .step {
    height: initial;
    margin-bottom: 50px;
    max-width: 75%;
  }
}

.redesigned-landing-page #how-it-works-area {
  background: #f5f5f5;
  padding-top: 60px;
}

.redesigned-landing-page #how-it-works-area h2 {
  margin-top: 0;
}

@media screen and (max-width: 399px) {
  .redesigned-landing-page #how-it-works-area .text-center {
    margin: auto;
    max-width: 290px;
  }
  .redesigned-landing-page #how-it-works-area .box {
    padding: 0;
  }
}

@media screen and (min-width: 400px) {
  .redesigned-landing-page #how-it-works-area .box {
    padding: 0 18px;
  }
}

@media screen and (max-width: 767px) {
  .redesigned-landing-page #how-it-works-area {
    padding-top: 40px;
  }
  .redesigned-landing-page #how-it-works-area .step {
    margin: auto;
    margin-bottom: 30px;
  }
  .redesigned-landing-page #how-it-works-area .action-btn {
    padding: 10px 0 50px;
  }
}

@media screen and (min-width: 768px) {
  .redesigned-landing-page #how-it-works-area .container {
    position: relative;
    padding-bottom: 40px;
  }
  .redesigned-landing-page #how-it-works-area .container:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 140px;
    height: 380px;
    border: 1px solid #eeeeee;
  }
  .redesigned-landing-page #how-it-works-area .step {
    margin: auto;
    height: 160px;
  }
  .redesigned-landing-page #how-it-works-area .action-btn {
    padding: 30px 20px;
  }
}

.redesigned-landing-page #how-it-works-area .image-wrapper {
  float: left;
  width: 70px;
}

.redesigned-landing-page #how-it-works-area .box {
  background: none;
  border: none;
}

.redesigned-landing-page #how-it-works-area .box img {
  height: 60px;
  margin: auto;
}

.redesigned-landing-page #how-it-works-area .box img.icon-id {
  height: 50px;
}

.redesigned-landing-page #how-it-works-area .box .step {
  max-width: 410px;
}

.redesigned-landing-page #how-it-works-area .box .step h4, .redesigned-landing-page #how-it-works-area .box .step p {
  margin-left: 100px;
  margin-right: 0;
}

.redesigned-landing-page #how-it-works-area .box p {
  color: #555;
}

.redesigned-landing-page #how-it-works-area .box .action-btn {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
}

.redesigned-landing-page #how-it-works-area .box .action-btn a:hover {
  background: #0471ca;
}

.redesigned-landing-page #how-it-works-area .box .action-btn a {
  background-color: #057FE3;
  border: none;
  border-radius: 2px;
  height: 60px;
  margin: auto;
  text-align: center;
  width: 265px;
  line-height: 1.6;
}

.redesigned-landing-page .what-we-offer-area {
  background-color: #fff;
}

.redesigned-landing-page .what-we-offer-area .box p {
  color: #555;
}

@media screen and (max-width: 767px) {
  .redesigned-landing-page .what-we-offer-area {
    padding: 30px 0 0;
  }
  .redesigned-landing-page .what-we-offer-area .image-wrapper {
    float: left;
    width: 67px;
  }
  .redesigned-landing-page .what-we-offer-area .step {
    margin: auto;
    margin-bottom: 60px;
    max-width: 410px;
  }
  .redesigned-landing-page .what-we-offer-area img {
    height: 60px;
  }
  .redesigned-landing-page .what-we-offer-area h2 {
    margin-bottom: 70px;
  }
  .redesigned-landing-page .what-we-offer-area h4, .redesigned-landing-page .what-we-offer-area p {
    margin-left: 90px;
  }
}

@media screen and (min-width: 768px) {
  .redesigned-landing-page .what-we-offer-area {
    padding: 80px 0 30px 0;
  }
  .redesigned-landing-page .what-we-offer-area .image-wrapper {
    float: left;
    width: 98px;
  }
  .redesigned-landing-page .what-we-offer-area .step {
    height: 190px;
    margin: auto;
    margin-bottom: 70px;
    max-width: 410px;
  }
  .redesigned-landing-page .what-we-offer-area img {
    height: 88px;
  }
  .redesigned-landing-page .what-we-offer-area h2 {
    margin-bottom: 90px;
  }
  .redesigned-landing-page .what-we-offer-area h4, .redesigned-landing-page .what-we-offer-area p {
    margin-left: 120px;
  }
}

.redesigned-landing-page .want-to-know-more-area {
  background-color: #f5f5f5;
}

@media screen and (max-width: 767px) {
  .redesigned-landing-page .want-to-know-more-area {
    padding: 10px 15px 20px;
  }
  .redesigned-landing-page .want-to-know-more-area .container {
    margin-top: 45px;
  }
}

@media screen and (min-width: 768px) {
  .redesigned-landing-page .want-to-know-more-area {
    padding: 80px 0 90px;
  }
  .redesigned-landing-page .want-to-know-more-area .container {
    margin-top: 75px;
  }
}

.redesigned-landing-page .want-to-know-more-area .container h2 {
  color: #333;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  padding-right: 20px;
  position: relative;
}

.redesigned-landing-page .want-to-know-more-area p {
  font-size: 14px;
  margin: 0;
}

.redesigned-landing-page .want-to-know-more-area .panel-group {
  margin: 0;
}

.redesigned-landing-page .want-to-know-more-area .panel-default {
  max-width: 780px;
  margin: auto;
  margin-bottom: 10px;
}

.redesigned-landing-page .want-to-know-more-area .panel-default .panel-collapse .panel-body {
  border-top: 0;
  color: #969696;
  padding: 0 30px 20px;
}

.redesigned-landing-page .want-to-know-more-area .panel-default a {
  font-weight: 700;
}

.redesigned-landing-page .want-to-know-more-area .panel-heading {
  background-color: #fff;
  padding: 15px 12px 15px 30px;
}

.redesigned-landing-page .want-to-know-more-area .fa-sort {
  position: absolute;
  right: 0;
  top: 4px;
}

.redesigned-landing-page .want-to-know-more-area .fa-sort::after {
  border-bottom: 9px solid #ccc;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 0;
  content: '';
  position: relative;
  top: -10px;
}

.redesigned-landing-page .want-to-know-more-area .fa-sort::before {
  content: '';
}

.redesigned-landing-page .want-to-know-more-area .panel-heading.collapsed .fa-sort::after {
  border-bottom: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 10px solid #ccc;
  content: '';
  position: relative;
  top: 12px;
}

.redesigned-landing-page .want-to-know-more-area .panel-heading:hover {
  cursor: pointer;
}

.new-footer {
  background-color: #333d44;
  color: #fff;
  font-size: 14px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  width: 100%;
}

@media screen and (max-width: 470px) {
  .new-footer .other-services .footer-logos li {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .new-footer .footer-section {
    padding: 70px 0;
  }
  .new-footer .nav-footer {
    line-height: 30px;
  }
  .new-footer .copyr {
    margin: 35px 0 0;
  }
  .new-footer .center-md {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .new-footer .center-md ul {
    line-height: 40px;
  }
  .new-footer .language-links ul {
    margin: 30px 0 0;
  }
  .new-footer .footer-logos li {
    padding: 0 20px;
  }
  .new-footer .other-services ul {
    justify-content: center;
  }
}

@media screen and (min-width: 992px) {
  .new-footer .footer-section {
    padding: 30px;
  }
  .new-footer .copyr {
    margin: 15px 0 10px;
  }
  .new-footer .pull-left-lg {
    float: left;
  }
  .new-footer .pull-right-lg {
    float: right;
  }
  .new-footer .language-links ul {
    margin: 0;
  }
  .new-footer .footer-logos li {
    padding: 0 5px;
  }
  .new-footer .other-services ul {
    justify-content: space-between;
  }
}

.new-footer a,
.new-footer a:hover,
.new-footer a:focus {
  color: #fff;
  text-decoration: none;
}

.new-footer .footer-section a,
.new-footer .footer-section a:hover,
.new-footer .footer-section a:focus {
  color: #fff;
  text-decoration: none;
}

.new-footer .language-links {
  list-style: none;
}

.new-footer .language-links ul {
  padding: 0;
}

.new-footer .language-links li {
  display: inline;
  margin: 0 2px;
}

.new-footer .nav-footer {
  text-transform: none;
}

.new-footer .nav-footer ul {
  margin: 0;
  width: 100%;
}

.new-footer .copyr a {
  padding-left: 5px;
}

.new-footer h4 {
  font-size: 14px;
  margin: 0 0 15px;
}

.new-footer #sitemap-area {
  background: 0;
  font-size: 14px;
  padding: 0;
}

.new-footer #sitemap-area a,
.new-footer #sitemap-area h4 {
  color: #f2f2f2;
}

.new-footer #sitemap-area .sitemap {
  display: flex;
  justify-content: space-between;
}

.new-footer #sitemap-area .sitemap a {
  display: block;
}

.new-footer #sitemap-area .sitemap-box {
  display: inline-block;
  left: 50%;
  padding: 0;
  position: relative;
  transform: translate(-50%, 0);
}

.new-footer .footer-logos {
  width: 100%;
}

.new-footer .other-services ul {
  display: flex;
}

.new-footer .other-services li {
  display: inline;
}

.new-footer .other-services h4 {
  color: #f2f2f2;
}

.new-footer .other-services img {
  height: 23px;
}

.new-footer .other-services .seniorservice24 {
  width: 140px;
}

.new-footer .other-services.austrian-service-footer h4 {
  margin: 0 0 25px;
  text-align: center;
  width: 100%;
}

.new-footer .other-services.austrian-service-footer ul {
  justify-content: center;
  margin-left: 0;
}

.new-footer .other-services.austrian-service-footer li {
  padding: 0 25px;
}

.new-footer .footer-section {
  border-top: 1px solid #3E4A52;
}

.new-footer .landing-pages__container {
  margin-bottom: 25px;
}

.new-footer .landing-pages__list {
  list-style-type: none;
  padding: 0;
}

.new-footer .landing-pages__list li {
  display: inline-block;
}

.new-footer .landing-pages__list li:not(:first-child):before {
  content: "|";
}

.new-footer .landing-pages__list-header {
  margin-bottom: 5px;
}

.new-footer--transparent {
  background: none;
}

.new-footer--transparent .footer-section {
  border-top-color: rgba(255, 255, 255, 0.5);
}

.ekomi-widget-container {
  display: flex;
  justify-content: flex-end;
  min-height: 56px;
}

@media screen and (max-width: 991px) {
  .ekomi-widget-container {
    justify-content: center;
  }
}

.cc-window {
  opacity: 1;
  transition: opacity 1s ease;
}

.cc-window.cc-invisible {
  opacity: 0;
}

.cc-animate.cc-revoke {
  transition: transform 1s ease;
}

.cc-animate.cc-revoke.cc-top {
  transform: translateY(-2em);
}

.cc-animate.cc-revoke.cc-bottom {
  transform: translateY(2em);
}

.cc-animate.cc-revoke.cc-active.cc-top {
  transform: translateY(0);
}

.cc-animate.cc-revoke.cc-active.cc-bottom {
  transform: translateY(0);
}

.cc-revoke:hover {
  transform: translateY(0);
}

.cc-grower {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s;
}

.cc-revoke, .cc-window {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  font-family: Helvetica,Calibri,Arial,sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: flex;
  flex-wrap: nowrap;
  z-index: 9999;
}

.cc-window.cc-static {
  position: static;
}

.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  flex-direction: column;
}

.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  flex-direction: row;
}

.cc-revoke {
  padding: .5em;
}

.cc-revoke:hover {
  text-decoration: underline;
}

.cc-header {
  font-size: 18px;
  font-weight: 700;
}

.cc-btn, .cc-close, .cc-link, .cc-revoke {
  cursor: pointer;
}

.cc-link {
  opacity: .8;
  display: inline-block;
  padding: .2em;
  text-decoration: underline;
}

.cc-link:hover {
  opacity: 1;
}

.cc-link:active, .cc-link:visited {
  color: initial;
}

.cc-btn {
  display: block;
  padding: .4em .8em;
  font-size: .9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
}

.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent;
}

.cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline;
}

.cc-close {
  display: block;
  position: absolute;
  top: .5em;
  right: .5em;
  font-size: 1.6em;
  opacity: .9;
  line-height: .75;
}

.cc-close:focus, .cc-close:hover {
  opacity: 1;
}

.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: .5em;
  border-bottom-right-radius: .5em;
}

.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: .5em;
  border-top-right-radius: .5em;
}

.cc-revoke.cc-left {
  left: 3em;
  right: unset;
}

.cc-revoke.cc-right {
  right: 3em;
  left: unset;
}

.cc-top {
  top: 1em;
}

.cc-left {
  left: 1em;
}

.cc-right {
  right: 1em;
}

.cc-bottom {
  bottom: 1em;
}

.cc-floating > .cc-link {
  margin-bottom: 1em;
}

.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em;
}

.cc-window.cc-floating .cc-compliance {
  flex: 1 0 auto;
}

.cc-window.cc-banner {
  align-items: center;
}

.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0;
}

.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0;
}

.cc-banner .cc-message {
  display: block;
  flex: 1 1 auto;
  max-width: 100%;
  margin-right: 1em;
}

.cc-compliance {
  display: flex;
  align-items: center;
  align-content: space-between;
}

.cc-floating .cc-compliance > .cc-btn {
  flex: 1;
}

.cc-btn + .cc-btn {
  margin-left: .5em;
}

@media print {
  .cc-revoke, .cc-window {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal;
  }
}

@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0;
  }
  .cc-window.cc-bottom {
    bottom: 0;
  }
  .cc-window.cc-banner, .cc-window.cc-floating, .cc-window.cc-left, .cc-window.cc-right {
    left: 0;
    right: 0;
  }
  .cc-window.cc-banner {
    flex-direction: column;
  }
  .cc-window.cc-banner .cc-compliance {
    flex: 1 1 auto;
  }
  .cc-window.cc-floating {
    max-width: none;
  }
  .cc-window .cc-message {
    margin-bottom: 1em;
  }
  .cc-window.cc-banner {
    align-items: unset;
  }
  .cc-window.cc-banner .cc-message {
    margin-right: 0;
  }
}

.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  flex: none;
}

.cc-theme-classic .cc-btn {
  border-radius: 5px;
}

.cc-theme-classic .cc-btn:last-child {
  min-width: 140px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}

.cc-theme-edgeless.cc-window {
  padding: 0;
}

.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em;
  margin-bottom: 1.5em;
}

.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: .8em 1.8em;
  height: 100%;
}

.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em;
}

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0;
}

/* Contains adaptions for https://cookieconsent.insites.com */
.cc-window, .cc-btn, .cc-link {
  color: #fff !important;
}

.cc-window {
  width: 100%;
  background: #057FE3;
}

@media screen and (max-width: 767px) {
  .cc-window {
    font-size: 14px !important;
  }
}

.cc-btn {
  background: transparent;
  border-color: #fff;
}

.cc-floating {
  max-width: none !important;
}

.cc-bottom {
  bottom: 0 !important;
}

.articles-search-results__article:not(:last-child) {
  border-bottom: 1px solid #efefef;
  margin-bottom: 22px;
  padding-bottom: 23px;
}

.articles-search-results__article-highlighted {
  background-color: rgba(5, 127, 227, 0.1);
  border-radius: 2px;
  font-weight: 700;
}

.articles-search-results__article-snippet {
  color: #333;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 22px;
}

.articles-search-results__article-title {
  color: #057FE3;
  font-size: 14px;
  font-weight: 700;
}

.articles-search-results__article-title a {
  text-decoration: none;
}

.articles-search-results__no-results-icon {
  width: 128px;
  height: 128px;
  margin-top: 45px;
}

.articles-search-results__results-subtitle {
  color: rgba(51, 51, 51, 0.5);
}

.articles-search-results__results-title {
  color: rgba(51, 51, 51, 0.5);
  font-size: 22px;
  margin-bottom: 25px;
}

.articles-search-results__results-title--no-results {
  margin-bottom: 5px;
}

.availability-table .range, .availability-table .day-abbr, .availability-table-preview .availability-table-preview__range, .availability-table-preview .availability-table-preview__day-abbr {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: normal;
  letter-spacing: 0.2px;
}

@media screen and (max-width: 991px) {
  .availability-table .range, .availability-table .day-abbr, .availability-table-preview .availability-table-preview__range, .availability-table-preview .availability-table-preview__day-abbr {
    font-size: 14px;
  }
}

.availability-preview-container {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .availability-preview-container {
    padding: 0;
  }
}

.availability-table-preview {
  display: table;
  width: 100%;
  padding-right: 16px;
  padding-bottom: 10px;
}

.availability-table-preview td, .availability-table-preview th {
  padding: 6px;
}

.availability-table-preview tr:not(:last-child) td {
  border-bottom: 1px solid #DEE0E2;
}

.availability-table-preview .availability-table-preview__day-abbr {
  font-size: 14px;
  vertical-align: bottom;
  text-align: center;
  width: 70px;
}

@media screen and (max-width: 991px) {
  .availability-table-preview .availability-table-preview__day-abbr {
    font-size: 12px;
  }
}

.availability-table-preview .availability-table-preview__range {
  width: 120px;
}

.availability-table-preview .available-icon {
  display: block;
  fill: #057FE3;
  width: 24px;
  height: 24px;
  margin: auto;
}

.availability-table-preview .availability-table-preview__not-available-icon {
  display: block;
  background-color: rgba(0, 0, 0, 0.15);
  width: 20px;
  height: 20px;
  border-radius: 10px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .availability-table-preview .availability-table-preview__weekly-schedule {
    font-size: 0;
  }
  .availability-table-preview .availability-table-preview__range {
    padding-left: 0;
  }
}

.availability-table {
  width: 100%;
  border-radius: 4px;
  border: solid 1px rgba(51, 51, 51, 0.15);
  padding: 3px 1px;
  overflow: hidden;
  display: flex;
}

.availability-table .cell {
  height: 36px;
  border: solid 4px white;
  border-right-width: 6px;
  border-left-width: 6px;
}

.availability-table .day-abbr {
  font-size: 14px;
  color: rgba(51, 51, 51, 0.75);
  text-align: center;
  width: 68px;
}

@media screen and (max-width: 991px) {
  .availability-table .day-abbr {
    font-size: 12px;
  }
}

.availability-table .range {
  padding-left: 6px;
  padding-right: 12px;
}

.availability-table .angle-right-container {
  width: 100%;
  text-align: right;
  padding-top: 3px;
  display: none;
}

.availability-table .angle-left-container {
  top: 11px;
  left: 0;
  position: absolute;
  background: #fff;
  border-radius: 15px;
  display: none;
}

.availability-table .angle-icon {
  width: 24px;
  height: 24px;
}

.availability-table .active, .availability-table .checked {
  background-color: rgba(5, 127, 227, 0.1);
}

.availability-table .active {
  font-weight: 600;
  opacity: 1;
  color: #057FE3;
}

.availability-table .availability {
  padding: 0 9.5px;
  width: 72px;
  cursor: pointer;
}

.availability-table .availability input {
  cursor: inherit;
}

@media screen and (max-width: 490px) {
  .availability-table.scrolled-right {
    justify-content: flex-end;
  }
  .availability-table.scrolled-right .angle-left-container {
    display: block;
  }
  .availability-table.scrolled-left {
    justify-content: flex-start;
  }
  .availability-table.scrolled-left .angle-right-container {
    display: block;
  }
}

.breadcrumb-link {
  margin-bottom: 10px;
}

.breadcrumb-link__caret {
  font-size: 20px;
  margin-right: 10px;
}

.breadcrumb-link__link {
  align-items: center;
  display: none;
}

@media screen and (max-width: 1199px) {
  .breadcrumb-link__link {
    display: flex;
    margin: 16px 0 0 15px;
    max-width: 60px;
  }
}

.breadcrumb-link__text {
  color: #057FE3;
  font-size: 14px;
  font-weight: 700;
  margin-top: 1px;
}

.breadcrumb-link a {
  text-decoration: none !important;
}

.breadcrumb-link a:hover {
  text-decoration: underline;
}

.conversations-interface {
  display: flex;
  height: 100%;
  font-size: 14px;
}

.conversations-interface__actions {
  background-color: #fff;
  border-top: 1px solid #e2e2e2;
  padding: 20px 30px;
  position: relative;
}

@media screen and (max-width: 1199px) {
  .conversations-interface__actions {
    padding: 10px 30px;
  }
}

@media screen and (max-width: 767px) {
  .conversations-interface__actions {
    padding: 0;
  }
}

.conversations-interface__conversation {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  position: relative;
}

.conversations-interface__conversation .typing-indicator {
  padding: 12px 30px;
  bottom: 0px;
}

.conversations-interface__conversation-inner {
  padding: 15px 30px 44px;
}

@media screen and (max-width: 767px) {
  .conversations-interface__conversation-inner {
    padding-bottom: 32px;
  }
}

.conversations-interface__filters {
  flex: 0 0 auto;
  background-color: #f4f4f4;
  border-bottom: 1px solid #e2e2e2;
}

.conversations-interface__main-space {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  height: 100%;
  min-width: 0;
}

.conversations-interface__main-space-scrollable {
  background-color: #fcfcfc;
  display: flex;
  flex: 1;
  flex-direction: column;
  overflow-y: auto;
}

.conversations-interface__recipient {
  background-color: #fff;
  border-bottom: 1px solid #e2e2e2;
  padding: 20px 30px 30px 29px;
}

@media screen and (max-width: 1199px) {
  .conversations-interface__recipient {
    height: auto;
    padding: 20px 15px 10px;
  }
}

.conversations-interface__restore-btn {
  position: absolute;
  margin-top: auto;
  max-width: 93%;
}

@media screen and (max-width: 767px) {
  .conversations-interface__restore-btn {
    width: 82vw;
  }
}

.conversations-interface__sidebar {
  border-right: 1px solid #e2e2e2;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  width: 340px;
  height: 100%;
}

.conversations-interface__users-list {
  flex: 1;
  overflow-y: auto;
}

.conversations-interface__main_box {
  align-items: center;
  display: flex;
  justify-content: center;
  flex: 1 1 auto;
  background-color: #fcfcfc;
  position: relative;
  height: 100%;
  min-width: 0;
}

.conversations-interface__spinner {
  top: 50%;
  left: 50%;
  position: absolute;
  display: block;
  font-size: 60px;
}

.conversations-interface__spinner--disabled {
  display: none;
}

.conversations-interface__container {
  min-height: 0;
  flex: 1;
}

.conversations-interface-actions {
  display: flex;
}

.conversations-interface-actions-mobile {
  align-items: center;
  display: flex;
  justify-content: center;
}

.conversations-interface-actions-mobile__buttons {
  box-sizing: border-box;
  display: flex;
  padding: 16px;
}

.conversations-interface-actions-mobile__button-send {
  background-color: transparent;
  padding-right: 8px !important;
}

.conversations-interface-actions-mobile__button {
  flex: 1;
  margin: 0 10px;
  text-align: center;
}

.conversations-interface-actions-mobile__input {
  border: 0;
  box-shadow: none;
  height: 48px;
  padding: 14px 16px;
}

.conversations-interface-actions-mobile__input:focus {
  box-shadow: none;
  outline: none !important;
}

.conversations-interface-actions__button {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 1200px) {
  .conversations-interface-actions__button:not(:last-child) {
    margin-bottom: 10px;
  }
}

.conversations-interface-actions__button-text {
  margin: 0;
}

.conversations-interface-actions__buttons {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.conversations-interface-actions__input {
  margin-right: 20px;
  max-height: 156px;
  min-height: 100px;
  padding: 9px 18px;
}

.conversations-interface-actions__input--disabled {
  color: #515659;
}

.conversations-interface-actions__input--invalid::-moz-placeholder {
  color: #a94442;
}

.conversations-interface-actions__input--invalid::placeholder {
  color: #a94442;
}

@media screen and (max-width: 991px) {
  .conversations-interface-actions__input {
    max-height: 120px;
    min-height: 80px;
  }
}

.conversations-interface-filters {
  position: relative;
}

.conversations-interface-filters__item {
  align-items: center;
  color: inherit;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  padding: 12px 10px 12px;
}

.conversations-interface-filters__item:hover, .conversations-interface-filters__item:focus {
  text-decoration: none;
}

.conversations-interface-filters__item--back {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 14px;
  padding-top: 15px;
}

.conversations-interface-filters__item--chosen {
  display: block;
  padding-bottom: 15px;
  padding-top: 15px;
}

.conversations-interface-filters__item--chosen-icon {
  color: #444;
}

.conversations-interface-filters__item-icon {
  margin-right: 5px;
  color: #666;
}

.conversations-interface-filters__list {
  top: 0;
  left: 0;
  position: absolute;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-top: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  list-style: none;
  padding: 0;
  width: 100%;
  z-index: 1;
}

.conversations-interface__main_box {
  overflow: hidden;
}

.conversations-interface-message {
  display: flex;
  flex: 0 0 auto;
}

@media screen and (max-width: 991px) {
  .conversations-interface-message {
    margin-bottom: 0px;
  }
}

.conversations-interface-message--left .conversations-interface-message__avatar {
  margin-right: 33px;
}

.conversations-interface-message--left .conversations-interface-message__content {
  background-color: #f4f4f4;
  border-top-left-radius: 0;
}

.conversations-interface-message--left .conversations-interface-message__content::before {
  border-width: 14px 0 0 14px;
  left: -14px;
}

.conversations-interface-message--left .conversations-interface-message__content::after {
  border-top-color: #f4f4f4;
  border-width: 12px 0 0 12px;
  left: -12px;
}

.conversations-interface-message--rejection-left .conversations-interface-message__avatar {
  background-color: #fff;
  margin-right: 33px;
}

.conversations-interface-message--rejection-left .conversations-interface-message__content {
  background-color: #b7defd;
  border-top-left-radius: 0;
}

.conversations-interface-message--rejection-left .conversations-interface-message__content::before {
  border-width: 14px 0 0 14px;
  left: -14px;
}

.conversations-interface-message--rejection-left .conversations-interface-message__content::after {
  border-top-color: #b7defd;
  border-width: 12px 0 0 12px;
  left: -12px;
}

@media screen and (max-width: 991px) {
  .conversations-interface-message--rejection-right {
    padding: 14px 6px 22px 6px;
  }
}

.conversations-interface-message--rejection-right .conversations-interface-message__avatar {
  background-color: #fff;
  margin-left: 33px;
}

.conversations-interface-message--rejection-right .conversations-interface-message__content {
  background-color: #b7defd;
  border-top-right-radius: 0;
}

@media screen and (max-width: 991px) {
  .conversations-interface-message--rejection-right .conversations-interface-message__content {
    padding: 12px;
  }
}

.conversations-interface-message--rejection-right .conversations-interface-message__content::before {
  border-width: 14px 14px 0 0;
  right: -14px;
}

.conversations-interface-message--rejection-right .conversations-interface-message__content::after {
  border-top-color: #b7defd;
  border-width: 12px 12px 0 0px;
  right: -12px;
}

.conversations-interface-message--right {
  justify-content: flex-end;
}

.conversations-interface-message--right .conversations-interface-message__avatar {
  margin-left: 33px;
}

.conversations-interface-message--right .conversations-interface-message__content {
  background-color: #fff;
  border-top-right-radius: 0;
}

.conversations-interface-message--right .conversations-interface-message__content::before {
  border-width: 14px 14px 0 0;
  right: -14px;
}

.conversations-interface-message--right .conversations-interface-message__content::after {
  border-top-color: #fff;
  border-width: 12px 12px 0 0;
  right: -12px;
}

.conversations-interface-message__blurred {
  color: transparent;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
  cursor: default;
  pointer-events: none;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.conversations-interface-message__content {
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  flex: 1;
  margin-bottom: 5px;
  padding: 5px 7px;
  position: relative;
  -webkit-hyphens: auto;
          hyphens: auto;
  word-break: break-all;
  word-break: break-word;
  /* Non-standard for Webkit */
}

.conversations-interface-message__content::before, .conversations-interface-message__content::after {
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  content: '';
  display: inline-block;
  position: absolute;
}

.conversations-interface-message__content::before {
  border-top-color: #e2e2e2;
  top: -1px;
}

.conversations-interface-message__content::after {
  top: 0;
}

@media screen and (min-width: 1200px) {
  .conversations-interface-message__content {
    border-radius: 10px;
  }
}

.conversations-interface-message__content p:last-child {
  margin-bottom: 0;
}

.conversations-interface-message__avatar {
  background: no-repeat center/cover;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  flex: 0 0 40px;
  height: 40px;
}

@media screen and (min-width: 1200px) {
  .conversations-interface-message__avatar {
    flex-basis: 50px;
    height: 50px;
  }
}

.conversations-interface-message__time {
  color: #969696;
  font-size: 12px;
  text-align: right;
}

.conversations-interface-message-date {
  color: #969696;
  font-size: 12px;
  margin-bottom: 12px;
  text-align: center;
}

.conversations-interface-mb {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}

.conversations-interface-mb__users-list {
  flex: 1;
  overflow-y: auto;
}

.conversations-interface-mb__users-list-container {
  height: 100%;
}

@media screen and (max-width: 767px) {
  .conversations-interface-mb__users-list-container {
    padding: 0;
  }
}

.conversations-interface-mb__filters {
  flex: 0 0 auto;
  background-color: #f4f4f4;
}

.conversations-interface-mb__filters-container {
  flex: 0;
}

@media screen and (max-width: 767px) {
  .conversations-interface-mb__filters-container {
    padding: 0;
  }
}

.conversations-interface-mb__recipient {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 15px;
}

.new-styling.conversations-interface-pagination > .btn {
  padding: 0 16px;
}

.conversation-interface-review-requests-banner {
  background-color: #fff;
  border: solid 1px #efefef;
  border-radius: 5px;
  margin: 0 -14px 12px;
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .conversation-interface-review-requests-banner {
    margin-bottom: 0;
  }
}

.conversation-interface-review-requests-banner__icon {
  max-height: 80px;
  max-width: 80px;
  width: 100%;
}

.conversation-interface-review-requests-banner__head {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.13px;
  line-height: 2.22;
  padding: 0 44px 0 0;
}

@media screen and (max-width: 767px) {
  .conversation-interface-review-requests-banner__head {
    font-size: 14px;
    line-height: 1.14;
    padding: 0;
  }
}

.conversation-interface-review-requests-banner__description {
  color: #969696;
  letter-spacing: 0.09px;
  line-height: 1.14;
  padding: 0 44px 0 0;
}

@media screen and (max-width: 767px) {
  .conversation-interface-review-requests-banner__description {
    font-size: 12px;
    letter-spacing: 0.09px;
    margin-top: 6px;
    padding: 0;
  }
}

.conversation-interface-review-requests-banner__info-column {
  padding: 0;
  padding-left: 16px;
}

.conversation-interface-review-requests-banner__info-column > .row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.conversation-interface-review-requests-banner__info-column > .row > div {
  margin-left: -1px;
  margin-right: -1px;
}

.conversation-interface-review-requests-banner__button {
  line-height: 32px;
  padding: 0;
  width: 100%;
}

.conversation-interface-review-requests-banner__button-later-column {
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .conversation-interface-review-requests-banner__button-later-column {
    margin-top: 12px;
  }
}

.conversation-interface-review-requests-banner__button-later-column button:hover {
  background-color: rgba(5, 127, 227, 0.1);
}

@media screen and (max-width: 767px) {
  .conversation-interface-review-requests-banner__button-ask-column {
    margin-top: 12px;
  }
}

.conversations-interface-recipient--mobile .conversations-interface-recipient__avatar {
  width: 90px;
  height: 90px;
}

.conversations-interface-recipient--mobile .conversations-interface-recipient__inner {
  flex-wrap: wrap;
}

.conversations-interface-recipient--mobile .conversations-interface-recipient__info {
  display: flex;
  flex-direction: column;
  padding-left: 19px;
}

.conversations-interface-recipient--mobile .conversations-interface-recipient__hourly-rate {
  font-size: 17px;
}

.conversations-interface-recipient--mobile .conversations-interface-recipient__left {
  width: auto;
}

.conversations-interface-recipient--mobile .conversations-interface-recipient__reviews-wrapper {
  margin-bottom: 10px;
  margin-top: 3px;
}

.conversations-interface-recipient--mobile .conversations-interface-recipient__values {
  margin-top: 10px;
}

@media screen and (min-width: 1200px) {
  .conversations-interface-recipient--mobile .conversations-interface-recipient__values {
    flex-basis: 100%;
  }
}

.conversations-interface-recipient__avatar {
  width: 120px;
  height: 120px;
  background: no-repeat center/cover;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  position: relative;
}

.conversations-interface-recipient__inner {
  display: flex;
}

.conversations-interface-recipient__left {
  flex: 0 0 auto;
  width: 120px;
}

.conversations-interface-recipient__info {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: -7px;
  min-height: 120px;
  min-width: 0;
  padding-left: 40px;
}

@media screen and (max-width: 375px) {
  .conversations-interface-recipient__info {
    padding-left: 20px;
  }
}

.conversations-interface-recipient__name {
  color: #057FE3;
  display: block;
  font-size: 24px;
  font-weight: 700;
  margin-right: auto;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.conversations-interface-recipient__name:hover, .conversations-interface-recipient__name:focus {
  text-decoration: none !important;
}

.conversations-interface-recipient__reviews-wrapper {
  align-items: center;
  display: flex;
  margin-top: 11px;
}

@media screen and (max-width: 1199px) {
  div .conversations-interface-recipient__reviews-wrapper-company {
    transform: scale(0.9);
  }
}

@media screen and (max-width: 1199px) {
  .conversations-interface-recipient__reviews-wrapper {
    transform: translateX(158px) translateY(-70px);
  }
}

@media screen and (max-width: 375px) {
  .conversations-interface-recipient__reviews-wrapper {
    transform: scale(0.9) translateX(168px) translateY(-70px);
  }
}

.conversations-interface-recipient__shortcuts {
  padding-left: 40px;
}

@media screen and (min-width: 1200px) {
  .conversations-interface-recipient__shortcuts {
    align-self: flex-start;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .conversations-interface-recipient__shortcuts {
    top: 130px;
    right: 15px;
    position: absolute;
  }
}

@media screen and (max-width: 991px) {
  .conversations-interface-recipient__shortcuts {
    top: 60px;
    right: 15px;
    position: absolute;
    background: #fff;
  }
}

.conversations-interface-recipient__values {
  margin-top: 16px;
}

.conversations-interface-recipient__values--company {
  margin-top: 6px;
}

@media screen and (max-width: 1199px) {
  .conversations-interface-recipient__hourly-rate {
    margin-top: 40px;
  }
}

.conversations-interface-shortcuts {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

@media screen and (max-width: 1199px) {
  .conversations-interface-shortcuts {
    flex-direction: row;
  }
}

.conversations-interface-shortcuts__icon {
  align-items: center;
  border: 1px solid #057FE3;
  border-radius: 4px;
  display: flex;
  padding: 7px 11px;
}

@media screen and (max-width: 1199px) {
  .conversations-interface-shortcuts__icon {
    border: none;
    padding: 8px 14px 8px 32px;
  }
}

.conversations-interface-shortcuts__icon-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #057FE3;
  display: block;
}

.conversations-interface-shortcuts__icon-dot:not(:last-child) {
  margin-bottom: 2px;
}

.conversations-interface-users-list {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.conversations-interface-users-list__empty-info {
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.conversations-interface-users-list__empty-info:not(:first-child) {
  display: none;
}

.conversations-interface-users-list__empty-icon {
  margin-bottom: 18px;
}

.conversations-interface-users-list__user {
  border-bottom: 1px solid #efefef;
  color: inherit;
  display: flex;
  flex: 0 0 auto;
  text-decoration: none !important;
}

.conversations-interface-users-list__user:last-child {
  border-bottom: 0;
}

.conversations-interface-users-list__user:hover, .conversations-interface-users-list__user:focus {
  color: inherit;
}

.conversations-interface-users-list__user:focus {
  outline: none;
}

.conversations-interface-users-list__user--unread .conversations-interface-users-list__user-name {
  font-weight: 700;
}

@media screen and (min-width: 1200px) {
  .conversations-interface-users-list__user--active {
    background-color: #fcfcfc;
    position: relative;
  }
  .conversations-interface-users-list__user--active::before {
    top: 0;
    left: 0;
    position: absolute;
    width: 3px;
    height: 100%;
    background-color: #057FE3;
    content: '';
    display: block;
  }
}

.conversations-interface-users-list__message-snippet {
  flex: 1 1 auto;
  width: 240px;
}

.conversations-interface-users-list__user-avatar {
  width: 100%;
  height: 100%;
  background: no-repeat center/cover;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
}

.conversations-interface-users-list__user-avatar-wrapper {
  flex: 0 0 80px;
  height: 80px;
  padding: 10px;
}

@media screen and (min-width: 768px) {
  .conversations-interface-users-list__user-avatar-wrapper {
    flex-basis: 70px;
    padding-left: 0;
  }
}

@media screen and (min-width: 1200px) {
  .conversations-interface-users-list__user-avatar-wrapper {
    flex-basis: 80px;
    padding-left: 10px;
  }
}

.conversations-interface-users-list__user-info {
  overflow: hidden;
  padding: 10px 10px 10px 0;
}

@media screen and (min-width: 768px) {
  .conversations-interface-users-list__user-info {
    padding-right: 0;
  }
}

@media screen and (min-width: 1200px) {
  .conversations-interface-users-list__user-info {
    padding-right: 10px;
  }
}

.conversations-interface-users-list__user-info-headline {
  align-items: center;
  display: flex;
  margin: 0 -5px 8px;
  white-space: nowrap;
}

.conversations-interface-users-list__user-last-message-date {
  color: #969696;
  font-size: 12px;
  padding: 0 5px;
}

.conversations-interface-users-list__user-last-messages-counter-wrapper {
  padding: 0 5px;
}

.conversations-interface-users-list__user-last-messages-counter {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  align-items: center;
  background-color: #f45757;
  color: #fff;
  display: flex;
  font-size: 10px;
  font-weight: 700;
  justify-content: center;
  margin-right: auto;
}

.conversations-interface-users-list__user-last-message-preview-container {
  position: relative;
}

.conversations-interface-users-list__user-last-message-preview-container .typing-indicator {
  top: 0px;
}

.conversations-interface-users-list__user-last-message-preview {
  -webkit-hyphens: auto;
          hyphens: auto;
  word-break: break-all;
  word-break: break-word;
  /* Non-standard for Webkit */
}

.conversations-interface-users-list__user-name {
  font-size: 14px;
  font-weight: 700;
  overflow: hidden;
  padding: 0 5px;
  text-overflow: ellipsis;
}

.external-review-thanks {
  max-width: 845px;
  padding: 0;
}

.external-review-thanks__wrapper {
  display: flex;
  justify-content: center;
}

.external-review-thanks__upper, .external-review-thanks__bottom {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.external-review-thanks__upper {
  position: relative;
}

.external-review-thanks__upper::after {
  bottom: 0;
  position: absolute;
  width: 86%;
  height: 1px;
  border-bottom: 1px solid #057FE3;
  content: '';
  max-width: 600px;
}

.external-review-thanks__bottom {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 20px 20px 40px;
}

.external-review-thanks__bottom-left {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .external-review-thanks__bottom-left {
    display: flex;
  }
}

.external-review-thanks__bottom-right {
  line-height: 1.5;
  margin: 20px 0 36px;
  max-width: 450px;
  text-align: center;
}

.external-review-thanks__bottom-right > * {
  color: #057FE3 !important;
  font-size: 16px !important;
}

.external-review-thanks__bottom-right h1 {
  font-weight: 700;
}

.external-review-thanks__bottom-right h2 {
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .external-review-thanks__bottom-right {
    font-size: 16px;
    max-width: 310px;
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  .external-review-thanks__bottom {
    background-color: #f9f9f9;
    padding: 20px 0 40px;
  }
}

.external-review-thanks__bold {
  font-weight: 700;
}

.external-review-thanks__icon {
  width: 120px;
  height: 120px;
  margin: 25px 0 15px;
}

.external-review-thanks__icon g {
  fill: #057FE3;
}

.external-review-thanks__header {
  font-size: 20px;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .external-review-thanks__header {
    font-size: 24px;
  }
}

.external-review-thanks__message {
  font-size: 14px;
  margin-bottom: 20px;
  text-align: center;
  width: 270px;
}

@media screen and (min-width: 768px) {
  .external-review-thanks__message {
    font-size: 16px;
    margin-bottom: 30px;
    width: 470px;
  }
}

.external-review-thanks__domain-logo {
  width: 240px;
}

.external-review-thanks__learn-more-button {
  width: 95%;
  height: 48px;
  box-shadow: 0 2px 8px -4px rgba(0, 0, 0, 0.5);
  display: flex;
  font-size: 16px;
  font-weight: 500;
  justify-content: center;
  max-width: 325px;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .external-review-thanks__general-domain-info {
    display: flex;
    justify-content: space-between;
    width: 600px;
  }
}

@media screen and (min-width: 768px) {
  .external-review-thanks {
    border: solid 2px #f9f9f9;
    min-width: 700px;
    padding: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 880px) {
  .external-review-thanks {
    min-width: 620px;
  }
}

@media screen and (max-width: 767px) {
  .external_reviews-show > .new-footer {
    display: none;
  }
}

.teaser-page-consumers__main-column {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.teaser-page-consumers__headline {
  color: #4a4a4a;
  flex-basis: 100%;
  font-size: 40px;
  margin: 0 0 48px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .teaser-page-consumers__headline {
    font-size: 24px;
    font-weight: 700;
  }
}

.teaser-page-consumers__sub-headline {
  color: #057FE3;
  flex-basis: 100%;
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 12px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .teaser-page-consumers__sub-headline {
    font-size: 18px;
  }
}

.teaser-page-consumers__button {
  background-color: #057FE3;
  border-radius: 4px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 64px;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .teaser-page-consumers__button {
    font-size: 16px;
    line-height: 48px;
  }
}

.teaser-page-consumers__button:hover {
  background-color: #0471ca;
  color: #fff;
  text-decoration: none;
}

.teaser-page-consumers__tooltip-icon {
  color: #0471ca;
  display: inline;
}

.teaser-page-consumers__tooltip-icon:hover {
  opacity: 0.5;
}

.teaser-page-consumers__character-image img {
  width: 100%;
}

.teaser-page-consumers__speech-bubble {
  background-color: #e6f0f9;
  border-radius: 25px;
  margin-bottom: 48px;
  padding: 24px 40px;
  position: relative;
  width: 100%;
}

.teaser-page-consumers__speech-bubble::after, .teaser-page-consumers__speech-bubble::before {
  width: 0;
  height: 0;
  border-style: solid;
  margin: auto;
  transform: scaleX(-1) rotate(-90deg);
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .teaser-page-consumers__speech-bubble {
    border: 5px solid #fff;
    border-radius: 20px;
    padding: 16px;
    z-index: 1;
  }
  .teaser-page-consumers__speech-bubble::before {
    top: 0;
    left: -31px;
    bottom: 0;
    position: absolute;
    border-color: #fff transparent transparent;
    border-width: 31px 23px 0;
    content: '';
  }
}

.teaser-page-consumers__speech-bubble::after {
  top: 0;
  left: -26px;
  bottom: 0;
  position: absolute;
  border-color: #e6f0f9 transparent transparent;
  border-width: 26px 18px 0;
  content: '';
}

.teaser-page-consumers__speech-bubble-text {
  color: #3f464e;
  font-size: 20px;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .teaser-page-consumers__speech-bubble-text {
    font-size: 14px;
    margin-bottom: 14px;
  }
}

.teaser-page-consumers__speech-bubble-text:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .teaser-page-consumers__speech-bubble--left-up::before {
    top: -26px;
    left: -30px;
    bottom: 0;
    position: absolute;
    border-width: 48px 30px 0;
    margin: 0;
    transform: rotate(135deg);
  }
}

.teaser-page-consumers__speech-bubble--left-up::after {
  top: -18px;
  left: -20px;
  bottom: 0;
  position: absolute;
  border-width: 44px 26px 0;
  margin: 0;
  transform: rotate(135deg);
}

.teaser-page-consumers__advantage {
  flex: 1;
}

.teaser-page-consumers__list ul {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .teaser-page-consumers__list ul {
    padding-left: 30px;
  }
}

.teaser-page-consumers__list li {
  color: #3f464e;
  font-size: 20px;
  font-weight: 700;
  list-style: none;
  margin-bottom: 12px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .teaser-page-consumers__list li {
    font-size: 14px;
    line-height: 36px;
    margin: 0;
  }
}

.teaser-page-consumers__list li .list-style-icon {
  width: 24px;
  height: 24px;
  top: 0;
  left: -40px;
  bottom: 0;
  position: absolute;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .teaser-page-consumers__list li .list-style-icon {
    width: 20px;
    height: 20px;
    top: 0;
    left: -30px;
    bottom: 0;
    position: absolute;
  }
}

.teaser-page-consumers__try-out {
  padding: 32px 0 80px;
}

@media screen and (max-width: 767px) {
  .teaser-page-consumers__try-out {
    padding: 24px 0 32px;
  }
}

.teaser-page-consumers__try-out .container {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .teaser-page-consumers__try-out .container {
    flex-direction: column;
    flex-wrap: nowrap;
    padding-left: 24px;
    padding-right: 24px;
  }
}

.teaser-page-consumers__try-out .container > .teaser-page-consumers__main-column {
  max-width: 762px;
  padding: 32px 60px 0;
}

@media screen and (max-width: 767px) {
  .teaser-page-consumers__try-out .container > .teaser-page-consumers__main-column {
    padding: 0;
  }
}

.teaser-page-consumers__try-out .teaser-page-consumers__headline {
  margin: 0 0 12px;
}

.teaser-page-consumers__try-out .teaser-page-consumers__list {
  padding: 0 18px;
}

@media screen and (max-width: 767px) {
  .teaser-page-consumers__try-out .teaser-page-consumers__list {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 767px) {
  .teaser-page-consumers__try-out .teaser-page-consumers__speech-bubble ~ .teaser-page-consumers__main-column {
    flex-direction: column;
  }
}

.teaser-page-consumers__try-out .teaser-page-consumers__button-block {
  align-items: center;
  display: flex;
  flex: 1;
  justify-content: flex-end;
}

.teaser-page-consumers__try-out .teaser-page-consumers__button-block .teaser-page-consumers__button {
  max-width: 244px;
}

@media screen and (max-width: 767px) {
  .teaser-page-consumers__try-out .teaser-page-consumers__button-block .teaser-page-consumers__button {
    max-width: 100%;
  }
}

.teaser-page-consumers__try-out .teaser-page-consumers__side-column {
  flex-basis: 180px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .teaser-page-consumers__try-out .teaser-page-consumers__side-column {
    flex-basis: 150px;
    margin-right: 52px;
  }
}

.teaser-page-consumers__try-out .teaser-page-consumers__main-column--sm {
  display: none;
}

@media screen and (max-width: 991px) {
  .teaser-page-consumers__try-out .teaser-page-consumers__main-column--sm {
    display: flex;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .teaser-page-consumers__try-out .teaser-page-consumers__main-column--sm {
    align-items: flex-end;
  }
  .teaser-page-consumers__try-out .teaser-page-consumers__main-column--sm ~ .teaser-page-consumers__main-column {
    flex-direction: column;
    padding: 32px 40px 0;
  }
  .teaser-page-consumers__try-out .teaser-page-consumers__main-column--sm ~ .teaser-page-consumers__main-column .teaser-page-consumers__list {
    padding: 0;
  }
  .teaser-page-consumers__try-out .teaser-page-consumers__main-column--sm .teaser-page-consumers__speech-bubble {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .teaser-page-consumers__try-out .teaser-page-consumers__main-column--sm {
    margin-bottom: 16px;
  }
  .teaser-page-consumers__try-out .teaser-page-consumers__main-column--sm .teaser-page-consumers__speech-bubble {
    margin: 80px 0 0 -32px;
    position: relative;
    width: auto;
  }
  .teaser-page-consumers__try-out .teaser-page-consumers__main-column--sm .teaser-page-consumers__main-column {
    margin-right: -8px;
    position: relative;
  }
  .teaser-page-consumers__try-out .teaser-page-consumers__main-column--sm .teaser-page-consumers__side-column {
    flex-basis: 88px;
  }
}

.teaser-page-consumers__how-to {
  background-color: #f7f7f7;
  display: flex;
  justify-content: space-between;
  padding: 48px 0;
}

@media screen and (max-width: 767px) {
  .teaser-page-consumers__how-to {
    padding: 32px 0;
  }
}

@media screen and (max-width: 767px) {
  .teaser-page-consumers__how-to .container {
    padding-left: 32px;
    padding-right: 16px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .teaser-page-consumers__how-to .container > .teaser-page-consumers__main-column {
    padding: 0 40px;
  }
}

@media screen and (max-width: 767px) {
  .teaser-page-consumers__how-to .container > .teaser-page-consumers__main-column {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .teaser-page-consumers__how-to .teaser-page-consumers__headline {
    margin-bottom: 40px;
  }
}

.teaser-page-consumers__how-to .teaser-page-consumers__advantage {
  display: flex;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .teaser-page-consumers__how-to .teaser-page-consumers__advantage {
    flex-direction: column;
  }
}

.teaser-page-consumers__how-to .teaser-page-consumers__advantage:not(:last-child) {
  margin-right: 60px;
}

@media screen and (max-width: 767px) {
  .teaser-page-consumers__how-to .teaser-page-consumers__advantage:not(:last-child) {
    margin-bottom: 32px;
    margin-right: 0;
  }
}

.teaser-page-consumers__how-to .teaser-page-consumers__advantage .teaser-page-consumers__main-column {
  align-content: flex-start;
}

.teaser-page-consumers__how-to .teaser-page-consumers__advantage .teaser-page-consumers__side-column {
  flex-basis: 40px;
  margin-right: 28px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .teaser-page-consumers__how-to .teaser-page-consumers__advantage .teaser-page-consumers__side-column {
    margin: 0 0 16px;
  }
}

.teaser-page-consumers__how-to .teaser-page-consumers__advantage .teaser-page-consumers__side-column img {
  width: 40px;
}

.teaser-page-consumers__how-to .teaser-page-consumers__advantage h3 {
  color: #4a4a4a;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  margin: 0 0 8px;
}

@media screen and (max-width: 767px) {
  .teaser-page-consumers__how-to .teaser-page-consumers__advantage h3 {
    font-size: 16px;
    margin-bottom: 4px;
  }
}

.teaser-page-consumers__how-to .teaser-page-consumers__advantage p {
  color: #4a4a4a;
  font-size: 18px;
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .teaser-page-consumers__how-to .teaser-page-consumers__advantage p {
    font-size: 16px;
  }
}

.teaser-page-consumers__registration {
  padding: 80px 0;
}

@media screen and (max-width: 991px) {
  .teaser-page-consumers__registration {
    padding: 40px 0;
  }
}

.teaser-page-consumers__registration .container {
  display: flex;
}

@media screen and (min-width: 992px) {
  .teaser-page-consumers__registration .container {
    align-items: center;
  }
}

@media screen and (max-width: 991px) {
  .teaser-page-consumers__registration .container {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .teaser-page-consumers__registration .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.teaser-page-consumers__registration .teaser-page-consumers__speech-bubble {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .teaser-page-consumers__registration .teaser-page-consumers__speech-bubble {
    top: 70px;
    left: -24px;
    position: absolute;
    margin-bottom: 0;
    width: auto;
  }
}

.teaser-page-consumers__registration .teaser-page-consumers__speech-bubble > div > p:last-child {
  margin-bottom: 0;
}

.teaser-page-consumers__registration .teaser-page-consumers__registration-info {
  align-items: flex-start;
  display: flex;
  flex-basis: 56%;
  margin-right: 48px;
  padding-top: 20px;
}

@media screen and (max-width: 991px) {
  .teaser-page-consumers__registration .teaser-page-consumers__registration-info {
    margin-right: 0;
    padding-top: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .teaser-page-consumers__registration .teaser-page-consumers__registration-info {
    margin-bottom: 32px;
  }
}

.teaser-page-consumers__registration .teaser-page-consumers__registration-info .teaser-page-consumers__side-column {
  flex-basis: 196px;
  margin-right: 52px;
}

@media screen and (max-width: 767px) {
  .teaser-page-consumers__registration .teaser-page-consumers__registration-info .teaser-page-consumers__side-column {
    flex-basis: 85px;
    margin-right: 0;
  }
}

.teaser-page-consumers__registration .teaser-page-consumers__registration-info .teaser-page-consumers__main-column {
  margin-top: 96px;
}

@media screen and (max-width: 767px) {
  .teaser-page-consumers__registration .teaser-page-consumers__registration-info .teaser-page-consumers__main-column {
    height: 236px;
    margin-top: 0;
    position: relative;
  }
}

.teaser-page-consumers__registration .teaser-page-consumers__registration-form {
  display: flex;
  flex-basis: 44%;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .teaser-page-consumers__registration .teaser-page-consumers__registration-form {
    padding: 0 40px;
  }
}

.btn--promo {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: .5px;
  padding: 8px 20px;
}

.btn--promo, .btn--bigger-promo {
  background-color: #389ce4;
  color: #fff;
}

.btn--promo:active, .btn--promo:focus, .btn--promo:hover, .btn--bigger-promo:active, .btn--bigger-promo:focus, .btn--bigger-promo:hover {
  background-color: #2291e1;
  color: #fff;
}

.btn--bigger-promo {
  font-size: 25px;
}

@media screen and (max-width: 767px) {
  .btn--en {
    margin-bottom: 15px;
  }
  .btn--de {
    margin-bottom: 15px;
  }
  .btn--fr {
    margin-top: 1px;
    font-size: 15px;
  }
  .btn--promo {
    font-size: 14px;
    padding: 8px 10px;
    white-space: initial;
  }
}

.teaser-page-general__advantage {
  display: flex;
}

@media screen and (max-width: 767px) {
  .teaser-page-general__advantage {
    display: inline-block;
    margin-bottom: 10px;
    padding: 0 30px;
    text-align: center;
  }
}

.teaser-page-general__advantage--description {
  flex-direction: column;
  font-weight: 300;
}

.teaser-page-general__advantage--icon {
  float: left;
  max-height: 50px;
  max-width: 50px;
  padding-right: 10px;
}

.teaser-page-general__advantage--icon-wrapper {
  flex-direction: column;
}

.teaser-page-general__advantage--subtitle {
  color: #000;
  font-size: 15px;
}

.teaser-page-general__advantage--title {
  font-weight: 700;
  margin-bottom: 5px;
}

@media screen and (max-width: 991px) {
  .teaser-page-general__advantage--description {
    margin-left: 55px;
    text-align: left;
  }
}

.teaser-page-general__advantages {
  background-color: #fff;
  display: table;
  padding: 30px 0 50px;
  width: 100%;
}

.teaser-page-general__advantages-header {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 25px;
  text-align: center;
}

.teaser-page-general__buttons-row, .teaser-page-general__promo-row {
  background-color: #f5f7f9;
  color: #333;
  padding: 30px 20px;
  text-align: center;
}

.teaser-page-general__buttons-row .btn {
  margin: 10px 20px;
}

@media screen and (max-width: 991px) {
  .teaser-page-general__buttons-row .btn {
    margin: 10px 0;
  }
}

.teaser-page-general__promo-description {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 5px;
}

.teaser-page-general__promo-description--bold {
  font-size: 18px;
  font-weight: 700;
}

.teaser-page-general__header {
  background-color: #fff;
  color: #333;
  height: 350px;
}

@media screen and (max-width: 767px) {
  .teaser-page-general__header {
    height: 260px;
    text-align: center;
  }
}

.teaser-page-general__image {
  background-position: top center;
  background-repeat: no-repeat;
}

.teaser-page-general__image.babysitting24 {
  background-image: url(/assets/fairboss_landing/babysitting-9b49a9b61693632b3fe68643c9594a049aa48d6eff1a1eadeec37a5b7e6770e5.jpg);
}

.teaser-page-general__image.homeservice24 {
  background-image: url(/assets/fairboss_landing/homeservice-314a2baf70316b8144b7c8141588b4773aadc18895697a6d462009df178df115.jpg);
}

.teaser-page-general__image-gradient {
  background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(5, 12, 16, 0.4));
  overflow: hidden;
}

.teaser-page-general__image-gradient:after {
  border-color: transparent #fff transparent transparent;
  border-style: solid;
  border-width: 0 100px 350px 0;
  content: '';
  position: absolute;
  right: 0;
}

.teaser-page-general__image, .teaser-page-general__image-gradient {
  background-size: cover;
  height: 350px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.teaser-page-general__image-wrapper {
  height: 100%;
  top: 0;
}

.teaser-page-general__logo {
  padding: 30px 0 30px;
}

@media screen and (max-width: 767px) {
  .teaser-page-general__logo {
    padding: 5px 0 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .teaser-page-general__logo {
    padding: 10px 0 10px;
  }
}

.teaser-page-general__logo--subtitle {
  font-size: 12px;
}

.teaser-page-general__logo--title h1 {
  font-size: 25px;
}

.teaser-page-general__paragraph--subtitle {
  font-size: 17px;
}

.teaser-page-general__paragraph--title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
}

.teaser-page-general__promo-button {
  margin-top: 40px;
}

@media screen and (max-width: 1199px) {
  .teaser-page-general__promo-button {
    margin-top: 20px;
  }
}

.missing-profile-logo {
  margin-top: 30px;
  overflow: hidden;
}

.missing-profile-logo a {
  display: block;
  float: none;
}

.missing-profile-logo img {
  margin: auto;
}

.navigation--conversations {
  flex: 0 0 auto;
}

.password-strength {
  top: 50%;
  right: 10px;
  position: absolute;
  display: flex;
  flex-direction: column;
  margin-top: -9px;
}

.password-strength--no-position {
  position: static;
  top: auto;
  right: auto;
}

.password-strength .weak {
  background-color: #f00;
  border-color: #f00;
}

.password-strength .good {
  background-color: #ffd400;
  border-color: #ffd400;
}

.password-strength .strong {
  background-color: #4caf50;
  border-color: #4caf50;
}

.password-strength span {
  width: 5px;
  height: 5px;
  border: 1px solid #ccc;
  border-radius: 100%;
  display: inline-block;
  margin-bottom: 1px;
}

.review {
  margin: 10px 0 15px;
  padding: 0;
}

.review__star {
  margin-left: -4px;
}

.review__star path {
  fill: #057FE3;
}

@media screen and (max-width: 991px) {
  .review__star {
    width: 22px;
    height: 22px;
    margin-left: -3px;
  }
}

.review__text {
  font-size: 16px;
  margin-bottom: 8px !important;
}

@media screen and (max-width: 991px) {
  .review__text {
    font-size: 14px;
  }
}

.review__text-question {
  margin-bottom: 16px !important;
}

.review__box {
  margin: 10px 0;
}

.review__box .col-sm-24 {
  padding: 0;
}

.review__box .form-group {
  padding: 0 10px;
}

.review__box .form-control {
  border-color: #dee0e2;
}

.review__controls {
  align-items: center;
  display: flex;
  font-size: 16px !important;
  flex-wrap: wrap-reverse;
  justify-content: center;
  justify-items: flex-end;
  margin-bottom: -5px;
}

.review__button--edit {
  margin: 0 4px 0 0;
}

.review__button--publish {
  background-color: transparent;
  color: #057FE3;
  flex-grow: 1;
  padding: 5px 15px;
  text-align: center;
}

.review__button--cancel {
  border-radius: 5px;
  flex-grow: 1;
  padding-bottom: 5px;
  padding-top: 5px;
  text-align: center;
}

.review__button--cancel:hover, .review__button--publish:hover {
  background-color: rgba(5, 127, 227, 0.1);
  color: #057FE3;
  text-decoration: none;
}

.review__button--reply {
  right: 20px;
  position: absolute;
}

.review__button-text {
  margin: 0 auto;
}

.review__button--review {
  align-items: center;
  background-color: #fff;
  border-color: #057FE3;
  color: #057FE3;
  display: flex;
  font-size: 16px;
  justify-content: space-between;
}

.review__button--review:hover {
  background-color: rgba(5, 127, 227, 0.1);
  border-color: #057FE3;
  color: #057FE3;
}

.review__button--review:hover .review__star path {
  fill: #057FE3;
}

@media screen and (max-width: 991px) {
  .review__button--review {
    font-size: 14px;
  }
}

.review__content {
  word-break: break-word;
  word-wrap: break-word;
}

.review__details {
  display: flex;
}

.review__form {
  background: #f7f7f7;
  border-radius: 6px;
  margin-top: 14px;
  padding: 16px 26px 1px;
}

@media screen and (max-width: 991px) {
  .review__form {
    margin-top: -9px;
  }
}

.review__reviewer-name {
  color: #057FE3;
  font-weight: 500;
  margin: 0 5px 10px 0;
}

.review__reviewer-name--wrapper {
  display: flex;
}

.review::after {
  border: 1px solid #efefef;
  content: '';
  display: block;
}

.btn-send {
  margin: 0 auto;
}

.btn-send-wrapper {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .btn-send-wrapper {
    font-size: 14px !important;
  }
}

.search-form__hinted-option {
  display: grid;
  grid-template-columns: minmax(min-content, 100%) minmax(min-content, max-content);
  grid-template-areas: "checkbox info" "hint hint";
}

.search-form__hinted-option .checkbox-field {
  grid-area: checkbox;
}

.search-form__hinted-option .js-checkbox-info {
  grid-area: hint;
}

.search-form__hinted-option__info {
  grid-area: info;
}

.search-form__hinted-option__info svg * {
  fill: #999;
}

.search-form__hinted-option__info.hovered svg *, .search-form__hinted-option__info:hover svg * {
  fill: #057FE3;
}

.search-form .input-field__box {
  min-height: 48px !important;
}

.search-form .input-field__box .inner {
  margin-top: 10px !important;
}

.search-info {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}

.search-info__headline {
  color: #3f464e;
  font-weight: 700;
  letter-spacing: 0.19px;
  margin-bottom: 8px;
}

.search-info__swipe {
  bottom: -12px;
  right: 12px;
  position: absolute;
}

.search-info__labels--scrollable::-webkit-scrollbar {
  display: none;
}

.search-info__labels-wrapper {
  display: flex;
  align-items: flex-end;
  margin-top: 16px;
}

.search-info__text {
  display: inline-block;
  font-size: 16px;
}

.search-info--landing .search-info__main-column {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .search-info__headline {
    font-size: 24px !important;
    letter-spacing: 0;
    margin-bottom: 4px;
  }
  .search-info__labels-wrapper {
    order: 2;
  }
  .search-info__labels-wrapper--sort {
    order: 1;
  }
}

@media screen and (max-width: 767px) {
  .search-info {
    flex-direction: column;
  }
  .search-info__labels--scrollable {
    overflow-x: scroll;
  }
}

.search-results-review-requests-banner {
  align-items: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 10px 0 20px;
}

.search-results-review-requests-banner__icon {
  float: right;
  max-height: 100px;
  max-width: 100px;
  width: 100%;
}

.search-results-review-requests-banner__head {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.13px;
  line-height: 1.33;
}

@media screen and (max-width: 767px) {
  .search-results-review-requests-banner__head {
    line-height: 1.25;
    font-size: 16px;
  }
}

.search-results-review-requests-banner__description {
  color: #969696;
  letter-spacing: 0.13px;
  line-height: 1.14;
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .search-results-review-requests-banner__description {
    font-size: 12px;
    line-height: 1.33;
    letter-spacing: 0.09px;
  }
}

.search-results-review-requests-banner__icon-column {
  padding: 0;
  padding-right: 16px;
}

@media screen and (max-width: 767px) {
  .search-results-review-requests-banner__icon-column {
    padding-right: 8px;
  }
}

@media screen and (max-width: 767px) {
  .search-results-review-requests-banner__text-column {
    margin-bottom: 12px;
    padding: 0;
  }
}

.search-results-review-requests-banner__actions-column {
  padding: 0;
}

.search-results-review-requests-banner__button {
  line-height: 40px;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .search-results-review-requests-banner__button {
    line-height: 32px;
    width: 100%;
  }
}

.show-password {
  opacity: 0.6;
  z-index: 3;
}

.show-password--absolute {
  top: 18px;
  right: 12px;
  position: absolute;
  width: 23px;
  height: 20px;
  cursor: pointer;
  display: flex;
  fill: #333;
  justify-content: flex-end;
  transform: translateY(-50%);
}

.show-password:hover, .show-password:focus {
  opacity: 1;
}

.show-password--with-strength-indicator {
  right: 22px;
  top: 29px;
}

@media screen and (max-width: 1199px) {
  .show-password--with-strength-indicator {
    top: 18px;
  }
}

.show-password__icon {
  width: auto;
  height: 100%;
  display: block;
}

@media screen and (max-width: 991px) {
  .navbar--header .navbar-brand-lemonfrog {
    background: url(/assets/nachhilfen24/logo-23f3bafa1ef6222b4b16dcd568e5fcd4ab6d06257257c4d0d9d5cf272ab3e37c.svg) no-repeat center center;
    background-size: 200px 28px;
    height: 28px;
    width: 200px;
  }
  .navbar-brand--mobile img {
    height: 28px;
    width: 100%;
  }
}

.title1 {
  background-position-x: 50% !important;
}

.title2 {
  background-position-x: center !important;
}

.title2 {
  background-position-y: center !important;
}

@media screen and (max-width: 399px) {
  .title1 {
    background: url(/images/nachhilfen24/title1_xs@2x.jpg);
  }
}

@media screen and (min-width: 400px) and (max-width: 767px) {
  .title1 {
    background: url(/images/nachhilfen24/title1.jpg);
  }
}

@media screen and (min-width: 400px) and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 400px) and (max-width: 767px) and (min-resolution: 192dpi) {
  .title1 {
    background: url(/images/nachhilfen24/title1.jpg);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .title1 {
    background: url(/images/nachhilfen24/title1.jpg);
  }
}

@media screen and (min-width: 1200px), screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 768px) and (min-resolution: 192dpi) {
  .title1 {
    background: url(/images/nachhilfen24/title1.jpg);
  }
}

@media screen and (max-width: 399px) {
  .title2 {
    background: url(/images/nachhilfen24/title2.jpg);
  }
}

@media screen and (min-width: 400px) and (max-width: 767px) {
  .title2 {
    background: url(/images/nachhilfen24/title2.jpg);
  }
}

@media screen and (min-width: 400px) and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 400px) and (max-width: 767px) and (min-resolution: 192dpi) {
  .title2 {
    background: url(/images/nachhilfen24/title2.jpg);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .title2 {
    background: url(/images/nachhilfen24/title2.jpg);
  }
}

@media screen and (min-width: 1200px), screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 768px) and (min-resolution: 192dpi) {
  .title2 {
    background: url(/images/nachhilfen24/title2.jpg);
  }
}

@media screen and (max-width: 399px) {
  .title3 {
    background: url(/images/nachhilfen24/title3.jpg);
  }
}

@media screen and (min-width: 400px) and (max-width: 767px) {
  .title3 {
    background: url(/images/nachhilfen24/title3.jpg);
  }
}

@media screen and (min-width: 400px) and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 400px) and (max-width: 767px) and (min-resolution: 192dpi) {
  .title3 {
    background: url(/images/nachhilfen24/title3.jpg);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .title3 {
    background: url(/images/nachhilfen24/title3.jpg);
  }
}

@media screen and (min-width: 1200px), screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 768px) and (min-resolution: 192dpi) {
  .title3 {
    background: url(/images/nachhilfen24/title3.jpg);
  }
}

@media screen and (min-width: 992px) {
  .navbar--header .navbar-brand-lemonfrog {
    background-image: url(/images/nachhilfen24/logo.svg);
    width: 250px;
  }
}
