body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
            animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: top left;
            transform-origin: top left;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0;
            transform-origin: 0;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    -webkit-animation: fancybox-rotate 1s linear infinite;
            animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

@keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
            transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(.5, .5, .5);
            transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
            transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
            transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
            transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
            transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
            transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}
@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;
}

.navbar-input-group {
  font-size: 0px;
  text-align: center;
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.navbar-input-group .input-group select {
  -webkit-appearance: none;
  border-radius: 0px;
  border-right: 0px;
  border-left: 0px;
}

.navbar-input-group .input-group .btn {
  border-radius: 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: 15px 0 25px;
}

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

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

.content h1 {
  margin-top: 0;
}

.lemonfrog-well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f8f8f8;
  border: 1px solid #E7E7E7;
  border-radius: 3px;
}

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

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

.red {
  color: #f00;
}

.faq .faq-panel-group {
  margin-bottom: 40px;
}

.faq .faq-panel-group .panel-default .panel-heading {
  cursor: pointer;
}

.faq .faq-panel-group .panel-default h3.panel-title {
  font-size: 16px;
  font-weight: 400;
}

.faq .faq-panel-group .panel-default .panel-heading:hover h3 .question {
  text-decoration: underline;
}

.premium-provider-label {
  width: 65px;
  height: 65px;
  top: -4px;
  left: -4px;
  position: absolute;
  z-index: 20;
}

@media screen and (max-width: 767px) {
  .premium-provider-label {
    width: 80px;
    height: 80px;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.ratings,
.search_show,
.users,
.content-box,
.unreviewed_users {
  /* logged_in styles */
}

.ratings h1,
.search_show h1,
.users h1,
.content-box h1,
.unreviewed_users h1 {
  margin-bottom: 0;
}

.ratings h1.title,
.search_show h1.title,
.users h1.title,
.content-box h1.title,
.unreviewed_users h1.title {
  float: left;
}

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

.ratings div.field_value,
.search_show div.field_value,
.users div.field_value,
.content-box div.field_value,
.unreviewed_users div.field_value {
  margin-bottom: 5px;
}

.ratings div.field_value .value,
.search_show div.field_value .value,
.users div.field_value .value,
.content-box div.field_value .value,
.unreviewed_users div.field_value .value {
  word-wrap: break-word;
  word-break: break-word;
}

.ratings div.field_value .value table,
.search_show div.field_value .value table,
.users div.field_value .value table,
.content-box div.field_value .value table,
.unreviewed_users div.field_value .value table {
  margin-top: 10px;
}

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

.ratings a.btn-signup,
.search_show a.btn-signup,
.users a.btn-signup,
.content-box a.btn-signup,
.unreviewed_users a.btn-signup {
  text-decoration: none;
}

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

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

.ratings #slider,
.search_show #slider,
.users #slider,
.content-box #slider,
.unreviewed_users #slider {
  position: relative;
}

.ratings #slider-thumbs,
.search_show #slider-thumbs,
.users #slider-thumbs,
.content-box #slider-thumbs,
.unreviewed_users #slider-thumbs {
  left: 50%;
  bottom: 12px;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.ratings .slider-thumbs-list,
.search_show .slider-thumbs-list,
.users .slider-thumbs-list,
.content-box .slider-thumbs-list,
.unreviewed_users .slider-thumbs-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ratings .similar-profiles,
.search_show .similar-profiles,
.users .similar-profiles,
.content-box .similar-profiles,
.unreviewed_users .similar-profiles {
  text-align: center;
}

.ratings .similar-profiles .desc,
.search_show .similar-profiles .desc,
.users .similar-profiles .desc,
.content-box .similar-profiles .desc,
.unreviewed_users .similar-profiles .desc {
  margin-top: 5px;
}

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

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

.ratings .no-photo,
.search_show .no-photo,
.users .no-photo,
.content-box .no-photo,
.unreviewed_users .no-photo {
  position: relative;
  width: 193px;
}

.ratings .no-photo-actions,
.search_show .no-photo-actions,
.users .no-photo-actions,
.content-box .no-photo-actions,
.unreviewed_users .no-photo-actions {
  bottom: 5px;
  left: 5px;
  width: 183px;
  position: absolute;
  text-align: center;
}

.ratings .no-photo-actions .btn-upload-photo,
.search_show .no-photo-actions .btn-upload-photo,
.users .no-photo-actions .btn-upload-photo,
.content-box .no-photo-actions .btn-upload-photo,
.unreviewed_users .no-photo-actions .btn-upload-photo {
  white-space: normal;
  width: 90%;
  text-decoration: none;
}

.ratings .show-report,
.ratings .block-box,
.search_show .show-report,
.search_show .block-box,
.users .show-report,
.users .block-box,
.content-box .show-report,
.content-box .block-box,
.unreviewed_users .show-report,
.unreviewed_users .block-box {
  padding: 0;
  margin: 0;
  border: none;
}

.ratings .report-user-mobile,
.search_show .report-user-mobile,
.users .report-user-mobile,
.content-box .report-user-mobile,
.unreviewed_users .report-user-mobile {
  margin-top: 30px;
}

.ratings .report-form,
.search_show .report-form,
.users .report-form,
.content-box .report-form,
.unreviewed_users .report-form {
  display: none;
  margin-top: 10px;
}

.ratings .report-form p,
.search_show .report-form p,
.users .report-form p,
.content-box .report-form p,
.unreviewed_users .report-form p {
  margin-top: 20px;
}

.ratings .teaser-employment h3,
.search_show .teaser-employment h3,
.users .teaser-employment h3,
.content-box .teaser-employment h3,
.unreviewed_users .teaser-employment h3 {
  margin-top: 0;
}

.ratings .list,
.search_show .list,
.users .list,
.content-box .list,
.unreviewed_users .list {
  margin-left: 0;
  padding-left: 15px;
}

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

.users .profile-sidebar .btn-activate-deactivate,
.users .profile-sidebar .btn-favourites,
.users .profile-sidebar .btn-photo,
.users .profile-sidebar .btn-poke,
.users .profile-sidebar .btn-rating,
.unreviewed_users .profile-sidebar .btn-activate-deactivate,
.unreviewed_users .profile-sidebar .btn-favourites,
.unreviewed_users .profile-sidebar .btn-photo,
.unreviewed_users .profile-sidebar .btn-poke,
.unreviewed_users .profile-sidebar .btn-rating {
  margin-top: 15px;
}

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

.unreviewed_users .profile-sidebar {
  top: 40px;
}

@media screen and (max-width: 767px) {
  .profile__gender {
    display: none;
  }
}

.profile__header-info .new-styling.profile-nobody-applied-banner {
  margin-top: 12px;
}

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

@media screen and (max-width: 991px) {
  .profile__header-info .new-styling.profile-nobody-applied-banner {
    margin-top: 24px;
  }
}

@media screen and (max-width: 767px) {
  .profile__header-info .new-styling.profile-nobody-applied-banner {
    background: #fff;
  }
}

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

.profile__localisation-info.job {
  margin-top: 12px;
  margin-bottom: 4px;
}

@media screen and (max-width: 767px) {
  .profile__localisation-info.job {
    margin-top: 4px;
  }
}

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

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

.profile__share {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  color: #333;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .profile__share {
    justify-content: flex-start;
  }
}

@media screen and (min-width: 992px) {
  .profile__share {
    display: block;
  }
}

.profile__share .at-icon-wrapper {
  width: 32px !important;
  height: 32px !important;
  line-height: 32px !important;
  margin-right: 5px;
}

.profile__share .at-icon-wrapper svg {
  width: 32px !important;
  height: 32px !important;
}

.profile__share-links {
  display: flex;
}

@media screen and (min-width: 768px) {
  .profile__share-links {
    margin-left: 10px;
  }
}

@media screen and (min-width: 992px) {
  .profile__share-links {
    margin-top: 13px;
    margin-left: 0;
  }
}

.profile--consumer .profile__headline h1 {
  font-size: 20px;
}

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

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

.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;
  }
}

.profile__headline-verified-badge {
  display: inline-flex;
  margin: 0 0 0 0.5rem;
}

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

.profile__image-holder {
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 40px;
}

.profile__image-holder--loaded.profile__image-holder:before {
  display: none;
}

.profile__image-holder--loaded.profile__image-holder .photo-box {
  position: relative;
}

.profile__image-holder:before {
  content: '';
  display: block;
  padding-top: 100%;
}

@media screen and (min-width: 768px) {
  .profile__image-holder {
    flex: 0 0 auto;
  }
}

@media screen and (max-width: 991px) {
  .profile__image-holder {
    margin-bottom: 12px;
  }
}

.profile__image-holder .photo-box {
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
}

.profile__image-holder .photo-box .item .review-image-buttons,
.profile__image-holder .photo-box .photo .review-image-buttons {
  top: 5px;
  left: 5px;
  position: absolute;
}

.profile__image-holder #slider .img-thumbnail,
.profile__image-holder #slider-thumbs .img-thumbnail,
.profile__image-holder .photo-box .img-thumbnail {
  width: 100%;
  height: auto;
  padding: 0;
  border: none;
  border-radius: 8px;
}

.profile__image-holder #slider .list-inline,
.profile__image-holder #slider-thumbs .list-inline,
.profile__image-holder .photo-box .list-inline {
  margin: 0;
  padding: 0;
}

.profile__image-holder .no-photo {
  width: 100%;
  height: 100%;
  align-items: center;
  display: flex;
  margin: 0 auto;
  justify-content: center;
  position: relative;
  text-align: center;
}

.profile__image-holder .no-photo-actions {
  width: 100%;
  margin: 0;
  left: 0;
  bottom: 20px;
}

.profile__image-holder .profile__no-photo-bg {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  margin: 0 -13.06;
  background: linear-gradient(to bottom, transparent, rgba(5, 12, 16, 0.19));
  background-size: cover;
  border: 1px solid #e0e4e8;
  border-radius: 8px;
}

.profile__image-holder .carousel-bullet {
  display: block;
  padding: 4px;
  cursor: pointer;
}

.profile__image-holder .carousel-bullet.selected .carousel-bullet-circle {
  background-color: #fff;
}

.profile__image-holder .carousel-bullet-circle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #fff;
}

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

@media screen and (max-width: 767px) {
  .profile__headline-text {
    line-height: 21px;
    text-align: center;
    margin-bottom: 0;
  }
}

.profile__purpose-container {
  display: flex;
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  .profile__purpose-container {
    margin-top: 8px;
    justify-content: center;
  }
}

.profile__purpose-container.job {
  margin-top: 4px;
}

.profile__headline-space {
  content: ' ';
  white-space: pre;
}

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

.profile__description {
  position: relative;
  padding: 20px 0;
}

.profile__description h2.new-styling {
  margin-top: 0;
  margin-bottom: 16px;
}

.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;
  }
}

.readmore-description__control-link {
  margin-top: 1.875em;
}

.profile__description-value-container {
  border: 1px solid #e0e0e0;
}

.profile__description-value-container h4 {
  font-size: 15px;
  padding: 10px 15px;
  margin: 0;
  background: #fbfbfb;
  border-bottom: 1px solid #e0e0e0;
}

.profile__description-value-container p {
  margin-bottom: 5px;
}

.profile__description-value-container:not(:first-child) {
  margin-top: 15px;
}

.profile-switcher {
  z-index: 1;
}

.profile__search-labels-wrapper {
  margin: 0px 0px -15px 15px;
}

.profile__search-labels-wrapper .search-label {
  margin: 6px 10px -5px 0px;
}

.carousel-control {
  background-image: none !important;
}

.profile__rating-container {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .profile__rating-container {
    justify-content: flex-start;
  }
}

.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 .rating__box {
  float: left;
  width: 100%;
}

#personal-description {
  max-height: 18em;
}

#personal-description p {
  line-height: 1.6;
  margin-bottom: 14px;
}

@media screen and (max-width: 767px) {
  #personal-description {
    max-height: 12em;
  }
}

.elipse {
  width: calc(100%);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

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

@media screen and (max-width: 767px) {
  .profile__complete-button {
    width: 100%;
  }
}

.modal {
  font-size: 14px;
  text-align: left;
}

.landing-form {
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 15;
}

.landing-form h2 {
  font-size: 18px;
  font-weight: 700;
}

.landing-form ul {
  padding-left: 22px;
}

.landing-form ul li {
  list-style: none;
  list-style-image: url(/assets/bullet-62ac2698d29631f4e03d80d0076956953d7873a1223ed809354f0c276161d7c2.png) !important;
}

@media (min-width: 992px) {
  .landing-form {
    font-size: 15px;
  }
  .landing-form h2 {
    font-size: 21px;
  }
  .landing-form ul li {
    font-size: 15px;
  }
}

.landing-form-xs {
  background-color: #ffffff;
  padding-top: 15px;
  padding-bottom: 10px;
}

.landing-form-xs h2 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 5px 0;
}

.landing-form-xs ul {
  padding: 5px 0 5px 20px;
}

.landing-form-xs ul li {
  list-style: none;
  list-style-image: url(/assets/bullet-62ac2698d29631f4e03d80d0076956953d7873a1223ed809354f0c276161d7c2.png) !important;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .landing-form {
    right: -10px;
    top: 23px;
    width: 40%;
  }
}

@media (min-width: 992px) {
  .landing-form {
    top: 20px;
    right: -10px;
    width: 36%;
  }
}

@media (min-width: 1200px) {
  .landing-form {
    top: 30px;
    right: 0px;
    width: 29%;
  }
}

.form-wrapper {
  margin-right: 30px;
  padding: 5px 20px 20px 20px;
  border-radius: 4px;
  background: #ffffff;
  background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  box-shadow: 1px 1px 10px #333;
}

.form-wrapper legend {
  padding-bottom: 5px;
  margin-bottom: 10px;
}

/* ensures correct position of absolute positioned landing search form */
.landing-form-container {
  position: relative;
}

/* start styles for full width image slider */
/* http://jsfiddle.net/heyallanmoreno/7TdVu/4/ */
#landing-page {
  /*full width container*/
}

#landing-page .carousel .item {
  width: 100%;
  /*slider width*/
  max-height: 640px;
  /*slider height*/
}

#landing-page .carousel .item img {
  width: 100%;
  /*img width*/
}

@media (max-width: 767px) {
  #landing-page .block {
    margin-left: -20px;
    margin-right: -20px;
  }
}

#landing-page .landing-form-container .form-wrapper {
  margin-right: 15px;
}

/* end styles for full width image slider */
#landing-page .content-area {
  color: #565A5C;
}

#landing-page .content-area h2 {
  color: #565A5C;
  font-size: 32px;
  margin-bottom: 20px;
}

#intro-area {
  background-color: #f5f5f5;
  padding: 0px 0 5px;
  font-size: 16px;
}

#intro-area ul {
  margin: 0;
  padding: 0;
}

#intro-area ul li {
  padding: 0 15px;
  vertical-align: middle;
  display: inline-block;
}

#intro-area .logo-box {
  margin: 0px auto;
  width: 720px;
}

#intro-area .logo-box .logo {
  margin-left: 20px;
}

#intro-area .small-logo-box {
  margin: 0px auto;
  width: 650px;
}

#intro-area .small-logo-box .logo {
  margin-left: 40px;
}

@media screen and (min-width: 992px) {
  #intro-area .logo-box {
    width: 770px;
  }
  #intro-area .logo-box .logo {
    margin-left: 35px;
  }
}

#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;
}

#teaser-area {
  background-color: #ffffff;
  padding: 20px 0;
  font-size: 16px;
}

#teaser-area .teaser-box {
  margin-bottom: 40px;
}

#teaser-area .action-link {
  font-size: 18px;
  text-decoration: underline;
}

#teaser-area a {
  text-decoration: underline;
}

#teaser-area a:hover {
  text-decoration: none;
}

#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%;
}

#landing-page #description-area {
  font-size: 13px;
  padding: 50px 0;
  background-color: #f5f5f5;
}

#landing-page #description-area h2 {
  font-size: 13px;
  margin: 5px 0 !important;
}

#landing-page #description-area a {
  color: #565A5C;
  text-decoration: underline;
}

#landing-page #description-area .accordion-lemonfrog {
  margin: 20px 0;
}

#landing-page #description-area .accordion-lemonfrog .panel {
  background-color: transparent;
}

#landing-page #description-area .accordion-lemonfrog .panel-default {
  padding: 0 0px;
  border: none;
  box-shadow: none;
}

#landing-page #description-area .accordion-lemonfrog .panel-default .panel-heading {
  background-color: #eee;
  border-bottom: none;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  cursor: pointer;
}

#landing-page #description-area .accordion-lemonfrog .panel-default .panel-heading:hover h2 {
  text-decoration: underline;
}

#landing-page #description-area .accordion-lemonfrog .panel-default .panel-collapse .panel-body {
  border: none;
}

#landing-page .small-container {
  max-width: 1000px;
}

#landing-page .container .footer {
  padding-top: 20px;
  margin-top: 0;
  border-top: none;
}

@media (min-width: 992px) {
  .landing-form-container .landing-form {
    font-size: 16px;
  }
  .landing-form-container .landing-form h2 {
    font-size: 22px;
  }
  .landing-form-container .landing-form ul li {
    font-size: 16px;
  }
  .landing-form-container .landing-form label {
    font-size: 15px;
  }
}

.landing-form h2 {
  color: #3F464E;
}

.soclinks {
  float: right;
  margin-bottom: -15px;
  margin-right: 20px;
  width: 120px;
}

/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/*
 *= require jquery-ui/theme
 */
/* 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;
  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.12.1
 * 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/
 */
/*
 *= depend_on_asset "jquery-ui/ui-icons_444444_256x240.png"
 *= depend_on_asset "jquery-ui/ui-icons_555555_256x240.png"
 *= depend_on_asset "jquery-ui/ui-icons_ffffff_256x240.png"
 *= depend_on_asset "jquery-ui/ui-icons_777620_256x240.png"
 *= depend_on_asset "jquery-ui/ui-icons_cc0000_256x240.png"
 *= depend_on_asset "jquery-ui/ui-icons_777777_256x240.png"
 */
/* 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:link.ui-button,
a:visited.ui-button,
.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;
  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;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  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(/assets/jquery-ui/ui-icons_444444_256x240-31d988765b4e6f56553c29588c500381dc3e6f0aa2980c8212202e5644aefd5d.png);
}

.ui-widget-header .ui-icon {
  background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-31d988765b4e6f56553c29588c500381dc3e6f0aa2980c8212202e5644aefd5d.png);
}

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

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

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

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

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

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}

.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;
  filter: Alpha(Opacity=30);
  /* support: IE8 */
}

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

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

/*!
 * jQuery UI Datepicker 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/datepicker/#theming
 */
/*
 *= require jquery-ui/theme
 */
.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.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/slider/#theming
 */
/*
 *= require jquery-ui/theme
 */
.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  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 {
  -webkit-filter: inherit;
          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: -webkit-grabbing !important;
  cursor: grabbing !important;
  cursor: -webkit-grabbing, move;
  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: -webkit-grab;
  cursor: grab;
  cursor: -webkit-grab, move;
  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-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot");
  src: url("/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot?#iefix") format("embedded-opentype"), url("/assets/fontawesome-webfont-2adefcbc041e7d18fcf2d417879dc5a09997aa64d675b7a3c4b6ce33da13f3fe.woff2") format("woff2"), url("/assets/fontawesome-webfont-ba0c59deb5450f5cb41b3f93609ee2d0d995415877ddfa223e8a8a7533474f07.woff") format("woff"), url("/assets/fontawesome-webfont-aa58f33f239a0fb02f5c7a6c45c043d7a9ac9a093335806694ecd6d4edc0d6a8.ttf") format("truetype"), url("/assets/fontawesome-webfont-ad6157926c1622ba4e1d03d478f1541368524bfc46f51e42fe0d945f7ef323e4.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 {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

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

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

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

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

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

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

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

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -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 {
  -webkit-filter: none;
          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;
}

.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block;
}

.resp-sharing-button__link,
.resp-sharing-button__link:hover,
.resp-sharing-button__link:visited,
.resp-sharing-button__link:active,
.resp-sharing-button__link:focus {
  text-decoration: none;
  color: #fff;
}

.resp-sharing-button,
.resp-sharing-button--medium {
  transition: 25ms ease-out;
  height: 32px;
  margin-right: 5px;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
}

.resp-sharing-button {
  width: 32px;
}

.resp-sharing-button__text {
  float: left;
  line-height: 32px;
  padding-right: 10px;
}

.resp-sharing-button__icon svg {
  display: block;
  margin: 4px 4px;
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none;
  float: left;
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none;
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}

.resp-sharing-button--email {
  background-color: #777777;
  border-color: #777777;
}

.resp-sharing-button--email:hover .resp-sharing-button--email:active {
  background-color: #5e5e5e;
  border-color: #5e5e5e;
}

/**
 * Swiper 4.5.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 13, 2019
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

.input-range__slider {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #3f51b5;
  border: 1px solid #3f51b5;
  border-radius: 100%;
  cursor: pointer;
  display: block;
  height: 1rem;
  margin-left: -0.5rem;
  margin-top: -0.65rem;
  outline: none;
  position: absolute;
  top: 50%;
  transition: box-shadow 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
  transition: transform 0.3s ease-out, box-shadow 0.3s ease-out, -webkit-transform 0.3s ease-out;
  width: 1rem;
}

.input-range__slider:active {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.input-range__slider:focus {
  box-shadow: 0 0 0 5px rgba(63, 81, 181, 0.2);
}

.input-range--disabled .input-range__slider {
  background: #cccccc;
  border: 1px solid #cccccc;
  box-shadow: none;
  -webkit-transform: none;
          transform: none;
}

.input-range__slider-container {
  transition: left 0.3s ease-out;
}

.input-range__label {
  color: #aaaaaa;
  font-family: "Helvetica Neue", san-serif;
  font-size: 0.8rem;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  white-space: nowrap;
}

.input-range__label--min,
.input-range__label--max {
  bottom: -1.4rem;
  position: absolute;
}

.input-range__label--min {
  left: 0;
}

.input-range__label--max {
  right: 0;
}

.input-range__label--value {
  position: absolute;
  top: -1.8rem;
}

.input-range__label-container {
  left: -50%;
  position: relative;
}

.input-range__label--max .input-range__label-container {
  left: 50%;
}

.input-range__track {
  background: #eeeeee;
  border-radius: 0.3rem;
  cursor: pointer;
  display: block;
  height: 0.3rem;
  position: relative;
  transition: left 0.3s ease-out, width 0.3s ease-out;
}

.input-range--disabled .input-range__track {
  background: #eeeeee;
}

.input-range__track--background {
  left: 0;
  margin-top: -0.15rem;
  position: absolute;
  right: 0;
  top: 50%;
}

.input-range__track--active {
  background: #3f51b5;
}

.input-range {
  height: 1rem;
  position: relative;
  width: 100%;
}
/*! 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-13634da87d9e23f8c3ed9108ce1724d183a39ad072e73e1b3d8cbf646d2d0407.eot");
  src: url("/assets/bootstrap/glyphicons-halflings-regular-13634da87d9e23f8c3ed9108ce1724d183a39ad072e73e1b3d8cbf646d2d0407.eot?#iefix") format("embedded-opentype"), url("/assets/bootstrap/glyphicons-halflings-regular-fe185d11a49676890d47bb783312a0cda5a44c4039214094e7957b4c040ef11c.woff2") format("woff2"), url("/assets/bootstrap/glyphicons-halflings-regular-a26394f7ede100ca118eff2eda08596275a9839b959c226e15439557a5a80742.woff") format("woff"), url("/assets/bootstrap/glyphicons-halflings-regular-e395044093757d82afcb138957d06a1ea9361bdcf0b442d06a18a8051af57456.ttf") format("truetype"), url("/assets/bootstrap/glyphicons-halflings-regular-42f60659d265c1a3c30f9fa42abcbb56bd4a53af4d83d316d6dd7a36903c43e5.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[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
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[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"],
  .input-group-sm > input.input-group-addon[type="date"],
  .input-group-sm > .input-group-btn > input.btn[type="date"],
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input.form-control[type="time"],
  .input-group-sm > input.input-group-addon[type="time"],
  .input-group-sm > .input-group-btn > input.btn[type="time"],
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input.form-control[type="datetime-local"],
  .input-group-sm > input.input-group-addon[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input.form-control[type="month"],
  .input-group-sm > input.input-group-addon[type="month"],
  .input-group-sm > .input-group-btn > input.btn[type="month"],
  .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"],
  .input-group-lg > input.input-group-addon[type="date"],
  .input-group-lg > .input-group-btn > input.btn[type="date"],
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input.form-control[type="time"],
  .input-group-lg > input.input-group-addon[type="time"],
  .input-group-lg > .input-group-btn > input.btn[type="time"],
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input.form-control[type="datetime-local"],
  .input-group-lg > input.input-group-addon[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input.form-control[type="month"],
  .input-group-lg > input.input-group-addon[type="month"],
  .input-group-lg > .input-group-btn > input.btn[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, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}

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

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

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select.form-control[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[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[multiple].form-control {
  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, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

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

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select.form-control[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > .input-group-btn > select.btn[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[multiple].form-control {
  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 + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .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 + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .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;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .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:active.focus, .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[disabled].focus,
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:active.focus, .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[disabled].focus,
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:active.focus, .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[disabled].focus,
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:active.focus, .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[disabled].focus,
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:active.focus, .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[disabled].focus,
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:active.focus, .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[disabled].focus,
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, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

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

.btn-xs, .btn-group-xs > .btn {
  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[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

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

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1002;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

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

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

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

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

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

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

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

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

.open > a {
  outline: 0;
}

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

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

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

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

.btn-toolbar {
  margin-left: -5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

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

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

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav {
  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.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-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.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-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: 1030;
}

.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: 1000;
  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, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  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;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777777;
}

.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}

.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  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,
.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;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #eeeeee;
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 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;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header:before, .modal-header:after {
  display: table;
  content: " ";
}

.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

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

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control:hover, .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}

.carousel-control .icon-prev:before {
  content: "\2039";
}

.carousel-control .icon-next:before {
  content: "\203a";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

.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;
}

@-ms-viewport {
  width: device-width;
}

.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-horizontal .checkbox:first-of-type {
  padding-top: 0px;
}

.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;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.form-group__icon--pin {
  top: 50%;
  left: 10px;
  position: absolute;
  width: 14px;
  height: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn--new-primary, .btn--new-default, .btn--new-danger {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 9px 15px;
}

.btn--new-primary:focus, .btn--new-default:focus, .btn--new-danger:focus, .btn--new-primary:hover, .btn--new-default:hover, .btn--new-danger:hover {
  color: #fff;
}

.btn--modal-reject-candidate, .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;
  }
}

@media screen and (max-width: 991px) {
  .btn--modal-reject-candidate {
    font-size: 14px;
    padding: 9px 15px;
  }
}

.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;
  }
}

@media screen and (max-width: 767px) {
  .dropdown--conversations-interface-shortcuts .dropdown-menu > li > a {
    padding-bottom: 10px;
    padding-top: 10px;
  }
}

.dropdown-menu {
  padding-bottom: 8px;
  padding-top: 8px;
}

.dropdown-menu > li > a {
  display: block;
  padding-bottom: 6px;
  padding-top: 6px;
}

.dropdown-menu a {
  text-decoration: none !important;
}

.pagination--no-margin {
  margin: 0;
}

.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;
}

.modal {
  -webkit-overflow-scrolling: auto;
}

.modal--reject-candidate .close {
  width: 20px;
  height: 20px;
  margin-top: 4px;
  opacity: 1;
  position: relative;
}

.modal--reject-candidate .close::before, .modal--reject-candidate .close::after {
  width: 22px;
  height: 1px;
  top: 50%;
  left: 50%;
  position: absolute;
  background-color: #ccc;
  content: '';
  margin-left: -11px;
}

.modal--reject-candidate .close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modal--reject-candidate .close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modal--reject-candidate .modal-body {
  padding: 15px;
}

@media screen and (min-width: 992px) {
  .modal--reject-candidate .modal-body {
    padding: 20px 30px 30px;
  }
}

.modal--reject-candidate .modal-content {
  border-radius: 0;
  box-shadow: none;
}

@media screen and (max-width: 991px) {
  .modal--reject-candidate .modal-dialog {
    margin: 30px 0;
    width: 100%;
  }
}

.modal--reject-candidate .modal-header {
  padding: 13px 15px;
}

@media screen and (min-width: 768px) {
  .modal--reject-candidate .modal-header {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.modal--reject-candidate .modal-title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

/* IE10 and Windows 8 Bugfix, See http://getbootstrap.com/getting-started */
@-webkit-viewport {
  width: device-width;
}

@-moz-viewport {
  width: device-width;
}

@-ms-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-list-style-none {
  list-style: none;
}

.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-no-scroll {
  overflow: hidden !important;
}

.u-no-scroll body {
  overflow: hidden !important;
}

.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;
}

.tooltip-red + .tooltip > .tooltip-inner {
  background-color: #d9534f;
}

.tooltip-red + .tooltip > .tooltip-arrow {
  border-bottom-color: #d9534f;
}

.well {
  background: #f5f5f5;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.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;
}

.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-4f7afa2659216cf664e4b8a56cf1c90702ee29c54a02c92cad883c2f3c834de0.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;
}

.feedback-form-info-box {
  margin-bottom: 20px;
}

@media screen and (max-width: 320px) {
  .feedback-form-info-box .text-lg {
    font-size: 1.1em !important;
  }
}

#content .feedback-form-sidebar a {
  text-decoration: none;
}

.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;
}

/* Logged in footer specific stuff */
.language-switch,
.help-switch {
  padding: 0;
  list-style: none;
}

.language-switch .language-switch__option,
.help-switch .language-switch__option {
  padding: 0;
}

.language-switch .dropdown-menu,
.help-switch .dropdown-menu {
  right: 0;
  left: auto;
}

.sessions .centered {
  margin: 0 auto;
  float: none;
}

.sessions .login-box h1 {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin: 0 0 30px 0;
}

.sessions .login-box .btn-submit {
  margin: 30px 0 10px 0;
}

.sessions .login-box .inactive-user-message .question {
  border-top: 1px solid #ccc;
  padding-top: 10px;
}

.sessions .login-footer {
  text-align: center;
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .sessions .login-footer {
    font-size: 14px;
  }
}

.sessions .panel-login {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .sessions .panel-login {
    margin-top: 50px;
  }
}

.sessions .panel-login .flash-message .truncate {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sessions a {
  text-decoration: underline;
}

.panel-lemonfrog {
  border: none;
  box-shadow: none;
}

.panel-lemonfrog .panel-heading {
  background-color: #fff;
  display: flex;
  justify-content: center;
}

#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 {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.navbar-left-lemonfrog {
  margin: 0 -15px;
  padding: 10px 15px 20px 15px;
  display: none;
  background-color: #f9f9f9;
  color: #333;
  font-size: 15px;
}

.navbar-left-lemonfrog .photo {
  margin: 15px 0 0 0px;
}

.navbar-left-lemonfrog .no-photo {
  position: relative;
  width: 100px;
}

.navbar-left-lemonfrog .no-photo-actions {
  display: none;
  bottom: 5px;
  left: 5px;
  width: 80px;
  position: absolute;
  text-align: center;
}

.navbar-left-lemonfrog .no-photo-actions .btn-upload-photo {
  white-space: normal;
  width: 80px;
}

@media (min-width: 768px) {
  .navbar-left-lemonfrog {
    margin: 0;
    padding: 20px 0;
  }
}

@media (max-width: 767px) {
  /* IE8 layout fix */
  #content {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .navbar-left-lemonfrog {
    display: block;
  }
}

.nav-left-lemonfrog li {
  line-height: 1.3em;
  border-bottom: 1px solid #e7e7e7;
  box-shadow: 0px 1px 0px #fff;
}

.nav-left-lemonfrog li.active {
  background-color: #eee;
}

.nav-left-lemonfrog li a {
  text-decoration: none;
}

.nav-left-lemonfrog ul li:last-child {
  border-bottom: none;
  box-shadow: none;
}

.nav-left-lemonfrog > ul > li > a {
  color: #000;
  padding: 10px 10px 10px 15px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .navbar-left-lemonfrog {
    margin-right: -10px;
  }
  .nav-left-lemonfrog > ul > li > a {
    font-size: 14px;
    padding: 10px 0 10px 10px;
  }
}

.nav-left-lemonfrog li a span.glyphicon {
  margin-right: 0.5em;
}

.navheader {
  color: #000;
  font-weight: 700;
  padding: 15px 0 0 0px;
  border-bottom: 1px solid #e7e7e7;
  box-shadow: 0px 1px 0px #fff;
}

.navheader a {
  color: #000;
}

.navbar-toggle {
  margin-right: 10px;
}

.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;
}

/* Logged in footer specific stuff */
.language-switch,
.help-switch {
  padding: 0;
  list-style: none;
}

.language-switch .language-switch__option,
.help-switch .language-switch__option {
  padding: 0;
}

.language-switch .dropdown-menu,
.help-switch .dropdown-menu {
  right: 0;
  left: auto;
}

#file-field-hidden {
  position: absolute;
  left: -9999em;
}

.photo-editor__buttons {
  display: flex;
  justify-content: flex-end;
  margin: 20px -5px 0;
}

.photo-editor__button {
  padding: 0 5px;
}

.attachments .photo-editor #picture,
.images .photo-editor #picture {
  width: 100%;
  height: auto;
}

.attachments .photo-editor .controls,
.images .photo-editor .controls {
  margin-bottom: 10px;
}

.attachments .photo-editor .controls i,
.images .photo-editor .controls i {
  font-size: 25px;
}

.attachments .photo-editor .controls .btn,
.images .photo-editor .controls .btn {
  border-radius: 0;
}

.attachments .photo-editor .controls .btn:first-child,
.images .photo-editor .controls .btn:first-child {
  border-bottom-left-radius: 4px;
}

.attachments .photo-editor .controls .btn:last-child,
.images .photo-editor .controls .btn:last-child {
  border-bottom-right-radius: 4px;
}

.attachments .photo-editor__back,
.images .photo-editor__back {
  margin-bottom: 20px;
}

.photo-uploader {
  margin-top: 40px;
}

.document-uploader .file__path {
  cursor: pointer;
}

.document-uploader .file__input {
  display: none;
}

.document-uploader .file__title {
  display: none;
}

.document-uploader .file__upload {
  margin-bottom: 5px;
  margin-top: 5px;
}

.document-uploader .form-control[readonly] {
  background-color: #fff;
}

.hint-block {
  color: #737373;
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 10px;
}

#profile_form .hint {
  color: #737373;
  margin: -5px 0 20px 0;
}

#profile_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) {
  border-top: 1px solid #a94442;
}

#profile_form.has-error .availability-table th:last-child,
#profile_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 {
  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 {
  padding-top: 7px;
}

.private-individual-label {
  padding: 7px 0 15px;
}

@media screen and (min-width: 768px) {
  .single-field__modal .modal-dialog {
    width: 700px;
  }
}

.message-box {
  background: #efefef;
  padding: 10px;
  width: 100%;
}

.messages-tabs .glyphicon {
  margin-right: 10px;
}

.messages-tabs a {
  color: #555555;
  font-weight: 600;
}

#content .messages-tabs a {
  text-decoration: none;
}

#content .messages-tabs a:hover {
  text-decoration: underline;
}

.messages-tabs .with_counter {
  position: relative;
}

.messages-tabs .with_counter a {
  padding-right: 40px;
}

.messages-tabs .with_counter .badge {
  position: absolute;
  right: 11px;
  top: 11px;
}

@media screen and (max-width: 450px) {
  .messages-tabs {
    font-size: 9.5px;
  }
  .messages-tabs li a {
    padding: 10px 8px;
  }
  .messages-tabs .glyphicon {
    margin-right: 6px;
  }
  .messages-tabs .with_counter {
    position: relative;
  }
  .messages-tabs .with_counter a {
    padding-right: 32px;
  }
  .messages-tabs .with_counter .badge {
    font-size: 9.5px;
    padding: 3px 5px;
  }
}

.conversation-table tr:first-child td {
  border-top: none;
}

.conversation__cta {
  margin-top: 30px;
}

.conversation__cta p {
  margin: 0;
}

.conversation__cta .btn {
  margin-top: 15px;
}

.conversation__empty-message {
  margin-top: 15px;
}

.conversation__no-photo {
  float: left;
  height: 100px;
  margin-right: 15px;
}

.secure-checkout {
  display: flex;
  align-items: center;
}

.secure-checkout__icon {
  flex: 0 0 auto;
  margin-right: 20px;
}

.secure-checkout__text {
  margin-bottom: 0;
}

.secure-checkout__text--title {
  font-weight: 500;
}

.secure-checkout__text--subtitle {
  color: #969696;
}

@media screen and (max-width: 767px) {
  .visible-xs-flex {
    display: flex !important;
  }
}

@media screen and (min-width: 768px) {
  .visible-xs-flex {
    display: none !important;
  }
}

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

@media screen and (min-width: 768px) {
  .payment-method__form {
    flex: 1;
  }
}

@media screen and (min-width: 768px) {
  .payment-method__form-footer {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .payment-method__secure-checkout {
    flex: 1;
    margin-right: 10px;
  }
}

@media screen and (min-width: 768px) {
  .payment-method__forms {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
  }
}

.payment-method__payment-right-panel {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .payment-method__payment-right-panel {
    order: 1;
  }
}

.payment-method__payment-methods-form {
  margin-bottom: 40px;
}

.payment-method__plans-footer {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .payment-method__billing-address-fields {
    order: 1;
  }
}

.billing-box {
  border: 1px solid #E0E0E0;
  line-height: 24px;
  margin-bottom: 30px;
  max-width: 798px;
  overflow: hidden;
  padding-left: 15px;
}

.billing-box .row {
  border-bottom: 1px solid #E0E0E0;
  line-height: 34px;
  padding: 10px 0;
}

.billing-box .row:last-child {
  border: 0;
}

.billing-box .row.dark {
  background-color: #F4F8F9;
  padding: 0;
}

.billing-box .subscription-failed-box {
  display: flex;
  align-items: center;
}

.billing-box .subscription-failed-box .subscription-failed-header {
  align-self: flex-start;
}

.payments-box {
  border: 1px solid #E0E0E0;
  margin-bottom: 30px;
}

.payments-box .payments-box__row {
  border-bottom: 1px solid #E0E0E0;
  line-height: 34px;
  padding: 10px 0;
}

.payments-box .payments-box__row:last-child {
  border: 0;
}

.payments-box .payments-box__row.dark {
  background-color: #F4F8F9;
  line-height: 24px;
  padding-left: 15px;
}

.btn-cancel-subscription {
  margin-top: 10px;
}

.cancel-subscription__description {
  float: left;
  margin: 0 15px;
  width: calc(100% - 230px);
}

@media screen and (max-width: 767px) {
  .cancel-subscription__description {
    float: none;
    width: calc(100% - 30px);
  }
}

.cancel-subscription__link {
  float: left;
  width: 200px;
}

@media screen and (max-width: 767px) {
  .cancel-subscription__link {
    float: none;
    margin-left: 15px;
  }
}

.benefits {
  padding: 17px;
  background-color: #FEFFEF;
  border: 1px solid #deeab9;
  border-radius: 2px;
  margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
  .benefits {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
    padding: 30px 10px;
  }
}

.benefits ul li {
  list-style-image: url(/assets/icons/tick-f88cf6489daa453d1bdbbd7924b5cd67a25c73a8745ec3cd1cb2c9712cb56d30.png) !important;
  margin-bottom: 5px;
}

.benefits .benefit {
  margin-bottom: 20px;
  align-items: center;
  display: flex;
  flex: 0 1 auto;
}

.benefits .benefit:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
  .benefits .benefit {
    margin-bottom: 0;
    padding: 0 10px;
  }
}

.benefits .benefit .benefit__img {
  float: left;
  height: 45px;
  margin-right: 15px;
  width: 45px;
}

@media screen and (max-width: 767px) {
  .benefits .benefit .benefit__img {
    height: 23px;
    width: 23px;
  }
}

.benefits .benefit .benefit__img img {
  height: 45px;
  width: 45px;
}

@media screen and (max-width: 767px) {
  .benefits .benefit .benefit__img img {
    height: 23px;
    width: 23px;
  }
}

.benefits .benefit .benefit__title {
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .benefits .benefit .benefit__title {
    font-size: 16px;
    line-height: 23px;
  }
}

.benefits .benefit .benefit__text {
  color: #969696;
}

@media screen and (max-width: 767px) {
  .benefits .benefit .benefit__text {
    display: none;
  }
}

.benefits .benefit .benefit__title--no-text {
  line-height: 45px;
}

@media screen and (max-width: 767px) {
  .benefits .benefit .benefit__title--no-text {
    line-height: 20px;
  }
}

.billing-address {
  border: 1px solid #E0E0E0;
  border-radius: 2px;
  padding: 20px;
}

@media screen and (min-width: 992px) {
  .billing-address {
    padding: 30px 60px;
  }
}

@media screen and (min-width: 992px) {
  .billing-address__fields {
    font-size: 0;
    margin: 0 -15px;
  }
}

@media screen and (min-width: 992px) {
  .billing-address__fields-wrap {
    display: flex;
  }
}

.billing-address__field {
  font-size: 14px;
  margin-bottom: 20px;
}

.billing-address__field .help-block {
  color: #F00;
}

@media screen and (min-width: 992px) {
  .billing-address__field {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 15px;
    padding: 0 15px;
    width: 50%;
  }
}

.billing-address__field--locality {
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
  .billing-address__field--locality {
    flex: 1;
  }
}

.billing-address__field--postal-code {
  width: 100px;
}

@media screen and (min-width: 992px) {
  .billing-address__field--postal-code {
    width: 160px;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 992px) {
  .billing-address__field--street {
    width: 100%;
  }
}

.billing-address__field-label {
  font-weight: 500;
}

.billing-address fieldset.inputs {
  padding-top: 0 !important;
}

.billing-address label:after {
  content: "";
}

.billing-address input[type=text] {
  border: 1px solid #E0E0E0;
  border-radius: 2px;
  height: 40px;
  width: 100%;
  padding: 0 15px;
}

@media screen and (min-width: 768px) {
  .btn-payment-continue-wrap {
    display: flex;
    justify-content: flex-end;
  }
}

.btn-payment-continue {
  color: #FFF;
  font-width: 700;
  height: 50px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .btn-payment-continue {
    width: 175px;
  }
}

.discounted-price {
  position: relative;
  padding: 0 3px;
}

.discounted-price::after {
  top: 50%;
  left: 50%;
  position: absolute;
  width: 100%;
  height: 2px;
  content: '';
  -webkit-transform: translate(-50%, -50%) rotate(-11deg);
          transform: translate(-50%, -50%) rotate(-11deg);
  background-color: #ed4848;
}

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

@media screen and (min-width: 1200px) {
  .membership__left {
    flex: 0 1 auto;
  }
}

@media screen and (min-width: 1200px) {
  .membership__left {
    flex-grow: 1;
  }
}

@media screen and (min-width: 1200px) {
  .membership__right {
    flex: 0 1 100%;
    margin: 20px 0 0 34px;
  }
}

@media screen and (min-width: 1200px) {
  .membership__right {
    flex-basis: 310px;
    flex-shrink: 0;
  }
}

.membership__section-title {
  font-size: 21px;
  font-weight: 800;
  margin-bottom: 20px;
  text-align: center;
}

.payment-container {
  width: 1138px;
}

.payment-right-info__section:not(:last-child) {
  margin-bottom: 30px;
}

.payment-right-info__main {
  color: #575757;
  line-height: 1.8;
}

.payment-right-info__main h4 {
  color: #484c4f;
}

.lock-icon {
  height: 48px;
  width: 35px;
}

.img-stripe {
  margin-top: 20px;
}

.img-stripe img {
  height: 25px;
  width: 116px;
}

.stripe-logo {
  text-align: right;
  margin-top: 30px;
}

.secure-info {
  padding: 10px 0 0 20px;
}

.plans__footer {
  color: #999;
  line-height: 1.8;
}

.plans__footer p {
  margin-bottom: 0;
}

.payment-right-panel {
  margin: 0 auto 20px;
}

@media screen and (min-width: 768px) {
  .payment-right-panel {
    width: 310px;
    margin-left: 34px;
  }
}

.payment-right-panel__benefits {
  padding: 20px;
  background-color: #f6f9fd;
}

.payment-right-panel__info {
  margin-top: 20px;
}

.payment-right-panel__order {
  border: 1px solid #E0E0E0;
  border-radius: 2px;
}

.payment-right-panel .order-summary-title,
.payment-right-panel .order-summary-duration,
.payment-right-panel .voucher {
  height: 50px;
  line-height: 50px;
}

.payment-right-panel__header {
  display: flex;
  justify-content: space-between;
  padding: 18px 28px 0 20px;
}

@media screen and (min-width: 768px) {
  .payment-right-panel__header {
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 13px;
    padding-top: 13px;
  }
}

.payment-right-panel__header-title {
  color: #333;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .payment-right-panel__header-title {
    font-size: 16px;
  }
}

.payment-right-panel .order-summary {
  display: flex;
  padding: 0 28px 18px 20px;
  font-size: 18px;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .payment-right-panel .order-summary {
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 22px;
  }
}

.payment-right-panel .voucher {
  border-bottom: 1px solid #E0E0E0;
  font-weight: 500;
  padding-left: 20px;
}

.payment-right-panel .price-summary {
  background-color: #f6f9fd;
  border-top: 1px solid #E0E0E0;
  height: 50px;
  overflow: hidden;
  padding: 0 28px 10px 20px;
}

@media screen and (min-width: 768px) {
  .payment-right-panel .price-summary {
    background-color: transparent;
    border-top: 0;
  }
}

.payment-right-panel .price-summary .price-summary-title {
  color: #8e8e8e;
  float: left;
  margin-top: 17px;
}

.payment-right-panel .price-summary .price-summary-amount {
  float: right;
  font-size: 22px;
  font-weight: 700;
  margin-top: 9px;
}

.payment-right-panel .price-summary .price-summary__previous {
  float: right;
  font-weight: 500;
  margin: 17px 20px 0 0;
}

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

@media screen and (min-width: 768px) {
  .charges-layout__payment-right-panel {
    order: 1;
  }
}

.charges-layout__form {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .charges-layout__form {
    flex: 1;
    margin-top: 0;
  }
}

.charges-form {
  border: 1px solid #E0E0E0;
  border-radius: 2px;
  padding: 0px;
}

@media screen and (min-width: 1200px) {
  .charges-form {
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .charges-form__footer {
    display: flex;
    justify-content: space-between;
  }
}

.charges-form__plans-footer {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .charges-form__secure-checkout {
    flex: 1;
    margin-right: 10px;
  }
}

.charges-form .img-ccv {
  height: 40px;
  width: 60px;
}

.charges-form-outer {
  position: relative;
}

.charges-form-outer__loader {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  display: block;
  font-size: 60px;
  width: 60px;
  height: 60px;
  margin: auto;
}

.charges-form-outer--loading > div {
  opacity: 0.5;
}

.charges-form-inner {
  border-bottom: 1px solid #E0E0E0;
  margin: 0 20px;
  padding: 20px 0;
}

.charges-form-inner:last-child {
  border-bottom: 0;
}

@media screen and (min-width: 1200px) {
  .charges-form-inner {
    flex: 0 0 50%;
    width: 50%;
    margin: 20px 0;
    padding: 0 20px;
    border-bottom: 0;
    border-right: 1px solid #E0E0E0;
  }
  .charges-form-inner:last-child {
    border-right: 0;
  }
}

@media screen and (min-width: 1200px) {
  .charges-form-inner {
    margin: 40px 0;
    padding: 20px 40px;
  }
}

.charges-form-inner h2 {
  color: #999;
  font-size: 18px;
}

.charges-form-inner label {
  font-weight: 500;
  margin-top: 20px;
}

.charges-form-inner input[type=text] {
  border: 1px solid #E0E0E0;
  height: 40px;
  padding-left: 18px;
}

.charges-form-inner .billing-info,
.charges-form-inner .cc-number-box {
  margin-top: 20px;
}

.cc-number-box {
  margin-top: 10px;
}

.payment-method-boxes {
  border: 1px solid #E0E0E0;
  border-radius: 2px;
}

.payment-method-box {
  background-color: #FFF;
  padding: 20px;
}

.payment-method-box:not(:last-child) {
  border-bottom: 1px solid #E0E0E0;
}

.payment-method-box__radio {
  top: -8px;
  left: 0;
  position: absolute;
}

.payment-method-box .payment-method-box-inner {
  align-items: center;
  display: flex;
}

.payment-method-box .radio-btn-box {
  margin-right: 15px;
}

.payment-method-box--dark {
  background-color: #F7F7F7;
}

.payment-method-box-name {
  font-weight: 500;
}

.payment-method-box-description {
  cursor: pointer;
  padding-left: 40px;
  position: relative;
}

@media screen and (min-width: 992px) {
  .payment-method-box-description {
    flex: 1;
  }
}

.payment-method-box-logos {
  display: flex;
  flex: 0 0 auto;
  margin-left: 25px;
}

@media screen and (max-width: 991px) {
  .payment-method-box-logos {
    display: none;
  }
}

.payment-method-box-logos img {
  max-height: 30px;
}

.payment-method-box-logos img:not(:last-child) {
  margin-right: 25px;
}

#stripe-credit-card-description fieldset, #paypal-description fieldset, #credit-card-or-paypal-description fieldset,
#post-payment-description fieldset, #email-payment-description fieldset, #adyen-description fieldset {
  padding: 0;
  margin: 0;
}

#stripe-credit-card-description fieldset ol, #paypal-description fieldset ol, #credit-card-or-paypal-description fieldset ol,
#post-payment-description fieldset ol, #email-payment-description fieldset ol, #adyen-description fieldset ol {
  padding: 0;
  margin: 0;
}

#stripe-credit-card-description fieldset p.inline-hints, #paypal-description fieldset p.inline-hints, #credit-card-or-paypal-description fieldset p.inline-hints,
#post-payment-description fieldset p.inline-hints, #email-payment-description fieldset p.inline-hints, #adyen-description fieldset p.inline-hints {
  padding: 0;
}

.money-back {
  margin-top: 20px;
}

.money-back .money-back-logo {
  width: 144px;
  height: 144px;
  margin: 0 auto 30px;
}

.money-back .money-back-logo img {
  width: 100%;
  height: 100%;
}

.payment-hints {
  color: #666 !important;
  margin: 0.5em 0 20px 25% !important;
}

.payments-sidebar {
  margin-top: 40px;
  margin-bottom: 20px;
}

.payments-sidebar .voucher {
  margin-top: 30px;
}

.payments-sidebar .feedback {
  margin-top: 30px;
}

.payments-sidebar a {
  text-decoration: underline !important;
}

.payments-sidebar .a:hover {
  text-decoration: none;
}

.advantages ul {
  margin-top: 20px;
  margin-left: 10px;
  padding-left: 25px;
  color: #616161;
}

.advantages ul li {
  list-style-image: url(/assets/icons/tick-f88cf6489daa453d1bdbbd7924b5cd67a25c73a8745ec3cd1cb2c9712cb56d30.png) !important;
  padding: 5px;
  font-size: 16px;
}

/* selected plan in the left column of credit card page */
.selected-membership {
  font-weight: 400;
  margin-bottom: 30px;
}

.selected-membership .plan {
  background-color: #EEF6FF;
  border: 1px solid #ACE;
  padding: 10px 5px 5px;
  margin: 0 10px 20px 0;
}

.selected-membership ul li {
  margin-top: 10px;
  list-style-image: url(/assets/bullet-62ac2698d29631f4e03d80d0076956953d7873a1223ed809354f0c276161d7c2.png) !important;
  padding: 2px;
}

input.invalid, select.invalid {
  border: 1px solid #cc0000;
}

.error-msg {
  color: #cc0000;
  margin-left: 5px;
}

#new_credit_card_payment label.error {
  font-weight: 400;
}

.payment-box {
  padding: 10px;
  margin-bottom: 20px;
}

.payment-paid-box {
  background-color: #EFF6EA;
  border-top: 1px solid #84BE58;
  border-bottom: 1px solid #84BE58;
}

.payment-pending-box {
  background-color: #FFE;
  border-top: 1px solid #DD9;
  border-bottom: 1px solid #DD9;
}

.payment-cancelled-box {
  background-color: #FDF9F9;
  border-top: 1px solid #c30;
  border-bottom: 1px solid #c30;
}

.discount-line {
  color: #444;
  background: url(/assets/discount-line-133a530df0814d3d6e5d73d05758824ed343ba875572d16648e9310ff14fb1e6.png) no-repeat center;
  width: 80px;
  line-height: 15px;
  padding: 0 3px;
}

.discount-notice {
  background: #dff0d8;
  border-radius: 4px;
  color: #3c763d;
  padding: 15px;
  margin-bottom: 10px;
}

.stripe-cvv-code-wrap {
  display: flex;
}

.stripe-cvv-code-wrap img {
  margin-left: 5px;
}

.stripe-error {
  color: #a94442;
  margin-top: 5px;
}

.stripe-field {
  background-color: #FFF;
  border: 1px solid #E0E0E0;
  padding-left: 18px;
}

.stripe-field--short {
  width: 90px;
}

.StripeElement--invalid {
  border-color: #a94442;
}

.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%;
  flex: 1;
  overflow: hidden;
}

.conversations #conversation-nav,
.pokes #conversation-nav,
.sent_messages #conversation-nav {
  background-color: #f8f8f8;
  border: 1px solid #E7E7E7;
  border-radius: 3px;
  padding: 15px 15px;
  margin-bottom: 5px;
}

.conversations #conversation-nav h1,
.pokes #conversation-nav h1,
.sent_messages #conversation-nav h1 {
  margin: 0;
  font-size: 26px;
}

.conversations #conversation-nav #conversation-headline,
.pokes #conversation-nav #conversation-headline,
.sent_messages #conversation-nav #conversation-headline {
  text-decoration: none;
}

@media screen and (min-width: 992px) {
  .conversations #new_message,
  .pokes #new_message,
  .sent_messages #new_message {
    margin-top: 20px;
  }
}

.conversations .dashboard__profile-content .dashboard__profile-text-line,
.pokes .dashboard__profile-content .dashboard__profile-text-line,
.sent_messages .dashboard__profile-content .dashboard__profile-text-line {
  height: auto;
}

.conversations .message,
.conversations .notification,
.pokes .message,
.pokes .notification,
.sent_messages .message,
.sent_messages .notification {
  padding: 20px 0;
}

.conversations .message .creation-date,
.conversations .notification .creation-date,
.pokes .message .creation-date,
.pokes .notification .creation-date,
.sent_messages .message .creation-date,
.sent_messages .notification .creation-date {
  color: #AAAAAA;
}

.conversations .message .message-content,
.conversations .notification .message-content,
.pokes .message .message-content,
.pokes .notification .message-content,
.sent_messages .message .message-content,
.sent_messages .notification .message-content {
  padding-top: 10px;
}

.conversations .message,
.pokes .message,
.sent_messages .message {
  border-bottom: 1px solid #DFDFDF;
}

.conversations .message .msg-name a,
.pokes .message .msg-name a,
.sent_messages .message .msg-name a {
  font-weight: 700;
}

.conversations .notification + .message,
.pokes .notification + .message,
.sent_messages .notification + .message {
  border-top: 1px solid #DFDFDF;
}

.conversations .notification .creation-date,
.pokes .notification .creation-date,
.sent_messages .notification .creation-date {
  margin-left: -15px;
}

.conversations .notification .message-content,
.pokes .notification .message-content,
.sent_messages .notification .message-content {
  align-items: center;
  background-color: #EFEFEF;
  display: flex;
  padding: 10px 15px;
  margin-top: 10px;
  min-height: 60px;
}

.conversations #conversation .message:last-child,
.pokes #conversation .message:last-child,
.sent_messages #conversation .message:last-child {
  border-bottom: none;
}

.conversations .conversation-table td, .conversations .conversation-table th,
.pokes .conversation-table td,
.pokes .conversation-table th,
.sent_messages .conversation-table td,
.sent_messages .conversation-table th {
  padding: 15px 8px;
}

.conversations .conversation-table tr:hover,
.pokes .conversation-table tr:hover,
.sent_messages .conversation-table tr:hover {
  cursor: pointer;
}

.conversations .conversation-table td.unread,
.pokes .conversation-table td.unread,
.sent_messages .conversation-table td.unread {
  font-weight: 700;
}

.conversations #conversation-actions,
.pokes #conversation-actions,
.sent_messages #conversation-actions {
  text-align: right;
}

.conversations #conversation-actions a,
.pokes #conversation-actions a,
.sent_messages #conversation-actions a {
  text-decoration: none;
}

.conversations #conversation-actions .dropdown-menu,
.pokes #conversation-actions .dropdown-menu,
.sent_messages #conversation-actions .dropdown-menu {
  min-width: 100px;
}

.conversations .conversation-thumbnail,
.pokes .conversation-thumbnail,
.sent_messages .conversation-thumbnail {
  width: 60px;
}

@media screen and (max-width: 767px) {
  .sent_messages .dashboard__nearby-profile, .conversations .dashboard__nearby-profile {
    margin-top: 20px;
  }
}

.rejection-content {
  margin-top: 20px;
  padding: 19px;
  border: 1px solid #E7E7E7;
  background-color: #fff;
}

.rejection-actions {
  margin-top: 20px;
}

.images .image-box {
  height: 260px;
  position: relative;
}

.images .image-box img {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 100%;
  max-width: 100%;
}

.visiting__avatar {
  float: left;
  padding: 10px 10px;
  width: 120px;
}

.visiting__avatar-img {
  border: 2px solid #EAEAEA;
  border-radius: 5px;
  height: 80px;
  width: 80px;
}

.visiting__container {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .visiting__container {
    width: 600px;
  }
}

.visiting__row {
  border-top: 1px solid #EAEAEA;
  padding: 10px 0;
}

.visiting__row:last-of-type {
  border-bottom: 1px solid #EAEAEA;
}

.visiting__link {
  float: left;
  height: 100px;
  line-height: 100px;
  width: 120px;
}

@media screen and (max-width: 767px) {
  .visiting__link {
    font-size: 36px;
    width: 20px;
  }
}

.visiting__link a {
  text-decoration: none !important;
}

.visiting__link a:hover {
  text-decoration: none !important;
}

.visiting__info {
  float: left;
  height: 80px;
  padding: 10px 0;
  width: calc(100% - 240px);
}

@media screen and (max-width: 767px) {
  .visiting__info {
    width: calc(100% - 180px);
  }
}

.visiting__first-name, .visiting__address, .visiting__last-viewed {
  line-height: 26px;
}

.visiting__first-name {
  font-size: 18px;
  font-weight: 600;
}

.visiting__last-viewed {
  color: #747474;
}

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;
  }
}

.content-box {
  margin-bottom: 20px;
  background: #FFF;
}

@media (min-width: 768px) {
  .content-box {
    margin-bottom: 0;
    min-height: 850px;
  }
}

.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;
  }
}

.sidebar .profile-visibility-box {
  margin-bottom: 15px;
}

.sidebar .side-box {
  padding: 15px;
}

.sidebar .side-box h5 {
  font-size: 18px;
  margin: 0 0 5px 0;
  color: #333;
  border-bottom: none;
}

.sidebar .advantages h6 {
  font-size: 16px;
}

.sidebar .advantages ul {
  padding-left: 15px;
}

.sidebar .advantages ul li {
  padding: 2px 0;
}

.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 {
  text-decoration: underline;
}

.content #content a.btn {
  text-decoration: none;
}

.content #content a:hover {
  text-decoration: none;
}

.container .row .main-row {
  padding-left: 15px;
}

.row .pagination-footer .pagination {
  margin: 10px 0 0 20px;
}

.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: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.wizard__inner {
  padding: 20px 0 15px;
}

@media (min-width: 768px) {
  .wizard__inner {
    padding: 35px 0 80px;
  }
}

.wizard__box {
  background-color: #FFF;
  border-radius: 4px;
  padding: 19px;
}

.wizard__congrats-box {
  background-color: #FFF;
  border-radius: 4px;
  padding: 48px 0 0 0;
}

.wizard__congrats-icon {
  display: inline-block;
}

.wizard__congrats-title {
  display: inline-block;
  width: 80%;
}

.wizard__congrats-title .congrats-title-text {
  font-size: 26px;
  font-weight: 550;
  line-height: 1.33;
  letter-spacing: 0.2px;
  color: #3f464e;
}

@media screen and (min-width: 768px) {
  .wizard__congrats-title .congrats-title-text {
    font-size: 32px;
  }
}

.wizard__congrats-description {
  display: inline-block;
  text-align: center;
  margin-bottom: 24px;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .wizard__congrats-description {
    padding: 0 120px;
  }
}

@media screen and (min-width: 992px) {
  .wizard__congrats-description {
    padding: 0 180px;
  }
}

@media screen and (min-width: 1200px) {
  .wizard__congrats-description {
    padding: 0 240px;
  }
}

.wizard__congrats-description + .wizard__buttons-container {
  margin-top: 36px;
}

.wizard__congrats-description p {
  display: inline-block;
  margin: 0;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.1px;
  text-align: center;
  color: #333333;
}

.wizard__congrats-banner {
  margin-bottom: 24px;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .wizard__congrats-banner {
    padding: 0 96px;
  }
}

@media screen and (min-width: 992px) {
  .wizard__congrats-banner {
    padding: 0 154px;
  }
}

@media screen and (min-width: 1200px) {
  .wizard__congrats-banner {
    padding: 0 216px;
  }
}

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

.wizard__buttons-container .search-btn-wrapper {
  display: inline-block;
  width: auto;
  height: 46px;
  margin-bottom: 8px;
}

.wizard__buttons-container .search-btn-wrapper .search-btn {
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 550;
  padding-top: 11px;
  letter-spacing: 0.2px;
  color: #fff;
}

.wizard__buttons-container .profile-btn-wrapper {
  display: inline-block;
  width: 240px;
  height: 46px;
  padding-top: 11px;
  margin-bottom: 40px;
}

.wizard__buttons-container .profile-btn-wrapper .profile-btn {
  font-size: 14px;
}

.wizard__footer {
  margin-top: auto;
}

@media xs-only {
  .wizard__languages {
    margin: 0 -4px;
  }
}

.wizard__logo {
  display: table;
  margin: 0 auto 15px;
}

@media screen and (min-width: 768px) {
  .wizard__logo {
    margin-bottom: 40px;
  }
}

.wizard__logo img {
  display: block;
}

.wizard__congrats-logo-mobile {
  text-align: center;
}

.wizard h1 {
  font-size: 28px;
}

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

.wizard h2 {
  font-size: 21px;
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .wizard .g-recaptcha {
    height: 80px;
  }
}

.wizard .grecaptcha-badge {
  bottom: 33px !important;
  z-index: 1000;
}

.profile-btn {
  width: 240px;
  height: 46px;
  font-size: 14px;
  letter-spacing: 0.2px;
  text-align: center;
  padding: 11px;
}

.role-box {
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  margin-bottom: 5px;
  padding: 10px;
}

@media screen and (min-width: 768px) {
  .role-box label {
    margin-bottom: 8px;
  }
}

.role-box .radio:last-child {
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .role-box .radio__label .radio__text {
    display: block;
    width: 86%;
  }
}

@media screen and (max-width: 767px) {
  .role-box .radio__label {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .role-box {
    border: 0;
    padding: 0;
  }
}

.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;
}

@media (min-width: 768px) {
  #register-info {
    font-size: 16px;
    padding: 20px 0;
  }
}

#failure-info {
  border-top: 1px solid #e3e3e3;
  padding: 10px 0;
}

#failure-hints {
  display: none;
  padding: 20px 0;
}

.cookies-alert {
  display: none;
}

.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%;
  color: #4a4a4a;
}

@media screen and (max-width: 991px) {
  html {
    font-size: 87.5%;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 75%;
  }
}

body {
  background-color: #FFF;
  color: #4a4a4a;
}

h1,
h5 {
  color: #3F464E;
}

a,
a:hover,
a:focus {
  color: #FF5C61;
}

@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--default .dropdown.open {
  z-index: 2000;
}

.navbar--header {
  top: 0;
  left: 0;
  position: absolute;
  background-color: #FFF;
  width: 100%;
  z-index: 11;
}

@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) {
  .navbar--header .container .navbar-brand-lemonfrog {
    margin: 0;
  }
}

.navbar--header .navbar-brand-lemonfrog {
  top: 50%;
  position: relative;
  display: block;
  text-indent: -9999px;
  -webkit-transform: translateY(-50%);
          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: #FF5C61;
}

.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;
}

.navbar--header .mit-swissmom {
  background: url(/assets/swissmom/mit-swissmom-a74475f5725db47ceaa8111679f5ddaad6117adcf7cbc7006c301a9bcd0d1d2c.png) no-repeat center center;
  background-size: 100%;
  display: block;
  height: 30px;
  margin-left: -28px;
  position: absolute;
  top: 90px;
  width: 180px;
}

@media screen and (max-width: 991px) {
  .navbar--header .mit-swissmom {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 50px;
  }
}

@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 {
    border: 1px solid #FF5C61;
    border-radius: 5px;
    color: #FF5C61;
    margin-left: 10px;
    padding: 4px 20px;
  }
  .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: #FF5C61;
    color: #FFF;
  }
}

.navbar {
  border: 0;
  border-radius: 0;
}

@media screen and (min-width: 992px) {
  .navbar-collapse.collapse {
    display: flex !important;
    justify-content: flex-end;
  }
}

.navbar--default {
  background-color: #FFF;
  border-bottom: none;
  margin-bottom: 0;
  text-align: center;
}

.navbar--default .navbar-nav {
  flex: 0 0 auto;
}

.navbar--default .navbar-nav li a,
.navbar--default .dropdown-toggle {
  color: #333;
}

.navbar--default .navbar-nav li a:hover, .navbar--default .navbar-nav li a:focus,
.navbar--default .dropdown-toggle:hover,
.navbar--default .dropdown-toggle:focus {
  background: #FFF;
  color: #E4E6E8;
  text-decoration: none;
}

.navbar--default .nav-icon {
  opacity: 0.6;
}

.navbar--default .nav__link-text {
  margin-left: 10px;
}

.navbar--default .container {
  height: 75px;
}

.navbar--default .dropdown > a:hover, .navbar--default .dropdown > a:focus {
  background: none;
}

.navbar--default .dropdown-toggle {
  display: block;
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: 0;
}

.navbar--default .dropdown-toggle:hover .user-details, .navbar--default .dropdown-toggle:hover .caret {
  color: #E4E6E8;
}

.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: #FF5C61;
  display: block;
}

.navbar--default .nav-link-holder:hover .dropdown.open > a::after, .navbar--default .nav-link-holder:hover.dropdown.open > 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;
}

.navbar--default .nav-link-holder .arrow-down {
  margin-left: 5px;
}

.navbar--default .nav-link-holder .dropdown-toggle {
  position: relative;
}

.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 .nav-link-holder--user-details .dropdown-menu {
  width: 100%;
}

.navbar--default .dropdown.open .dropdown-toggle {
  border-radius: 0;
  border-top: none;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-color: #FFF;
}

.navbar--default .dropdown.open .dropdown-menu {
  border: 0;
  margin-top: 0;
  z-index: 1120;
}

.navbar--default .dropdown.open .dropdown-menu a {
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.navbar--default .dropdown.open .dropdown-menu a:hover {
  color: inherit;
  background: #f5f5f5;
}

.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 .language-switch.in {
  display: none;
}

.navbar--default .help-switch.in {
  margin-bottom: 0;
}

.navbar--default .help-switch.in .dropdown-toggle {
  border-bottom: none;
}

.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--default.out .language-switch.out, .navbar--default.out .help-switch.out {
    margin-bottom: 0;
  }
  .navbar--default.out .language-switch.out .dropdown-toggle, .navbar--default.out .help-switch.out .dropdown-toggle {
    margin-top: 0;
    border-bottom: none;
    text-align: center;
  }
  .navbar--default.out .language-switch.out .dropdown.open .dropdown-menu, .navbar--default.out .help-switch.out .dropdown.open .dropdown-menu {
    border-top: none;
  }
  .navbar--default.out .language-switch.out .dropdown.open .dropdown-toggle, .navbar--default.out .help-switch.out .dropdown.open .dropdown-toggle {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.175);
  }
}

.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;
}

@-webkit-keyframes bugfix {
  from {
    visibility: visible;
  }
  to {
    visibility: visible;
  }
}

#drop-search {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.mobile-menu__trigger--lines, .mobile-search__trigger {
  display: none;
  position: absolute;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 37px;
  height: 37px;
  border-radius: 3px;
  text-decoration: none;
  background: #E4E6E8;
  text-align: center;
}

.mobile-menu__trigger--lines:hover, .mobile-search__trigger: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 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.mobile-menu__close::after {
  -webkit-transform: rotate(-45deg);
          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: #FF5C61;
  display: none;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 19px;
  line-height: 1.4;
  overflow-y: auto;
  z-index: 1111;
}

@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: 1112 !important;
}

.mobile-menu__nav-item {
  position: relative;
  font-family: "Open Sans", sans-serif;
  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-static-badge {
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  align-items: center;
  border-radius: 30px;
  display: flex;
  height: 28px;
  margin: auto;
  padding: 0 11px;
}

@media screen and (max-width: 320px) {
  .mobile-menu__nav-static-badge {
    display: none;
  }
}

.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: #00B5AD;
}

.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: #F00;
  font-size: 11px;
  color: #FFF;
  font-weight: 600;
  -webkit-appearance: none;
}

@media screen and (min-width: 992px) {
  .navbar-header {
    top: 50%;
    position: relative;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .navbar.navbar--default .language-switch, .navbar.navbar--default .help-switch {
    width: 116px;
    text-align: left;
  }
  .navbar.navbar--default .language-switch li, .navbar.navbar--default .help-switch li {
    list-style-image: none !important;
  }
  .navbar.navbar--default .language-switch .dropdown-toggle, .navbar.navbar--default .help-switch .dropdown-toggle {
    text-align: left;
    min-width: 116px;
  }
  .navbar.navbar--default .language-switch .dropdown-menu, .navbar.navbar--default .help-switch .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 0;
    min-width: 116px;
  }
  .navbar.navbar--default .language-switch.out, .navbar.navbar--default .help-switch.out {
    display: block !important;
  }
  .navbar.navbar--default .language-switch .dropdown-toggle {
    padding-left: 20px;
  }
  .navbar.navbar--default .help-switch .dropdown-toggle,
  .navbar.navbar--default .language-switch .dropdown-toggle {
    border-right: none;
    padding-left: 15px;
    text-align: center;
  }
}

@media screen and (min-width: 1200px) {
  .nav-search__input, .nav-search__input:hover, .nav-search__input:focus, .nav-search__select:hover, .nav-search__select:focus, .nav-search__button:hover, .nav-search__button:focus, .nav-search__button:active, .nav-search__button:active:focus, .nav-search__button[disabled]:hover, .nav-search__button[disabled]:focus, .nav-search__button[disabled]:active, .nav-search__button[disabled]:active:focus {
    outline: none;
    box-shadow: none;
    border-color: #e0e0e0;
  }
  .nav-search {
    margin: 20px auto 20px 0;
    padding: 0 50px;
    width: auto;
    float: left;
  }
  .nav-search__button {
    position: relative;
  }
  .nav-search__form {
    display: flex;
  }
  .nav-search__form .fields-wrapper {
    display: flex;
  }
  .nav-search__input {
    border-radius: 0;
  }
  .nav-search__input--rounded {
    border-radius: 4px 0 0 4px;
  }
  .nav-search__select {
    outline: none;
    box-shadow: none;
    border-color: #e0e0e0;
    border-right: none;
    padding-right: 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 4px 0 0 4px;
  }
  .navbar .nav-search__select {
    width: 100%;
  }
  .nav-search__select::-ms-expand {
    display: none;
  }
  .nav-search__select-wrapper {
    display: inline-block;
    flex: 0 0 auto;
    position: relative;
  }
  .nav-search__select-wrapper:after {
    content: '\25BC';
    position: absolute;
    top: 10px;
    right: 8px;
    pointer-events: none;
    font-size: 10px;
  }
  .nav-search__button, .nav-search__button[disabled] {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    color: #FFF;
    background: #E4E6E8;
    border-color: #E4E6E8;
  }
  .nav-search__button:hover, .nav-search__button:focus, .nav-search__button:active, .nav-search__button:active:focus, .nav-search__button[disabled]:hover, .nav-search__button[disabled]:focus, .nav-search__button[disabled]:active, .nav-search__button[disabled]:active:focus {
    color: #FFF;
    background: #d6d9dc;
    border-color: #d6d9dc;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    border: 0;
    border-radius: 0px !important;
    height: 50px;
    margin-bottom: 0px !important;
  }
  .navbar-brand--mobile {
    height: 100%;
  }
  .navbar-brand--mobile img {
    top: 50%;
    position: relative;
    width: 80%;
    height: 80%;
    -webkit-transform: translateY(-50%);
            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%;
    z-index: 999;
  }
  .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;
  }
  .nav__messages--mobile .glyphicon:hover, input[id='drop-search']:checked ~ .mobile-search__trigger {
    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);
  }
  .mobile-menu__search-form .nav-search__input-outer {
    float: right;
    margin-bottom: 10px;
    width: 48%;
  }
  .mobile-menu__search-form .nav-search__select-wrapper {
    float: left;
    margin-bottom: 10px;
    width: 48%;
  }
  .mobile-menu__search-form .nav-search__select-wrapper select {
    width: 100%;
  }
  .mobile-menu__search-form--one-role .nav-search__input-outer {
    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 {
    padding: 10px;
    position: absolute;
    width: 100%;
    background: #FFF;
    z-index: 1000;
    top: 1px;
  }
  .navbar .language-switch.out, .help-switch.out {
    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 .nav-search__select-wrapper {
    display: inline-block;
    margin-right: 10px;
    width: 50%;
  }
  .mobile-menu__search-form .nav-search__select-wrapper select {
    width: 100%;
  }
  .mobile-menu__search-form .nav-search__input-outer {
    display: inline-block;
    margin-right: 10px;
    width: 50%;
  }
  .mobile-menu__search-form .nav-search__button {
    display: inline-block;
    width: 143px;
  }
  .mobile-menu__search-form--one-role .nav-search__input-outer {
    display: block;
    width: 100%;
  }
  .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: 1020;
  }
}

@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;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .mobile-menu__search-form .search-form-container {
    margin-left: auto;
    margin-right: auto;
    padding: 5px 15px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .mobile-menu__search-form .search-form-container {
    width: 750px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .mobile-menu__search-form .search-form-container {
    width: 970px;
  }
}

.navbar-icon--search, .navbar-icon--help, .navbar-icon--message {
  width: 24px;
  height: 24px;
  background-size: cover;
  opacity: 0.6;
}

.navbar-icon--search {
  background-image: url(/assets/navbar-icons/search_icon-1773b796183854d014aa0105440225656c0d839bd228e906779181774dd1c771.png);
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .navbar-icon--search {
    background-image: url(/assets/navbar-icons/search_icon@2x-bd3037c00af20e7d59a6b70c01d8543a18f9a795ef19bee5911f10716513ec1b.png);
  }
}

.navbar-icon--help {
  background-image: url(/assets/navbar-icons/help-d81317092571feb675dfdb0959df83902a662d0f05fe06c9c8e225991e17eca9.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-6d39dc4febe78fbf8c6cd26305c8eca104f0e1e879b9e2b2a848ee199c5fc20a.png);
  }
}

.navbar-icon--message {
  background-image: url(/assets/navbar-icons/message-4b5c02b3b2e12f4a222c3d1d4aec5be9eef95131c4295954450fc45c8d91c829.png);
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .navbar-icon--message {
    background-image: url(/assets/navbar-icons/message@2x-47a116eb802ec1e5e49dd5550f8a7727df35736a26c84b24c4d2dcf405b6cce6.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: #FF5C61;
}

.mobile-menu-crown {
  width: 14px;
  vertical-align: baseline;
  margin-right: 10px;
}

.navbar--default .navbar-nav li a:hover,
.navbar--default .navbar-nav li a:focus:hover,
.navbar--default .dropdown-toggle:hover,
.navbar--default .nav-link-holder a:hover,
.navbar--default .nav-link-holder a:focus:hover,
.navbar--default .dropdown.open .dropdown-menu a:hover,
.navbar--default .language-switch .dropdown a:hover,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.navbar--default .help-switch a:hover,
.navbar--default .help-switch .dropdown.open a:hover {
  color: initial;
  text-decoration: none;
}

.navbar--default .navbar-nav li a:focus,
.navbar--default .language-switch .dropdown.open a:focus,
.navbar--default .language-switch .dropdown a:focus,
.navbar--default .nav-link-holder a:focus,
.navbar--default .help-switch a:focus,
.navbar--default .help-switch .dropdown.open a:focus {
  background: 0;
  color: initial;
  text-decoration: none;
}

.subnavigation .nav .subnavigation__link,
.subnavigation .nav .open .subnavigation__link,
.navbar-lemonfrog .navbar-nav li a {
  color: #3F464E;
}

.subnavigation .nav .subnavigation__link:hover, .subnavigation .nav .subnavigation__link:focus,
.subnavigation .nav .open .subnavigation__link:hover,
.subnavigation .nav .open .subnavigation__link:focus,
.navbar-lemonfrog .navbar-nav li a:hover,
.navbar-lemonfrog .navbar-nav li a:focus {
  color: #3F464E;
}

.navbar-lemonfrog .navbar-nav .open a.dropdown-toggle {
  background: #3e4a53;
  color: #FFF;
}

.nav-search__button:hover, .nav-search__button:focus, .nav-search__button:active, .nav-search__button:active:focus, .nav-search__button[disabled]:hover, .nav-search__button[disabled]:focus, .nav-search__button[disabled]:active, .nav-search__button[disabled]:active:focus {
  background: #FF5C61;
  border-color: #FF5C61;
  color: #FFF;
}

.nav-search__button {
  color: #3F464E;
}

.nav-search__button[disabled] {
  background: #FF5C61;
  border-color: #FF5C61;
  color: #FFF;
}

.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: #F00;
}

.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: #FF5C61;
}

.mobile-menu__trigger--lines:after,
.mobile-menu__trigger--lines:hover:after {
  background: #FF5C61;
  box-shadow: 0px 7px 0px #FF5C61, 0px 14px 0px #FF5C61;
}

.subnavigation .nav .subnavigation__link-badge {
  background-color: #F00;
}

@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: #FF5C61;
    box-shadow: 0 7px 0 #FF5C61, 0 14px 0 #FF5C61;
  }
}

@media screen and (max-width: 1199px) {
  .nav-search__button, .nav-search__button[disabled] {
    background-color: #FF5C61;
    border-color: #FF5C61;
    color: #FFF;
  }
  .nav-search__button:active, .nav-search__button:focus, .nav-search__button:hover, .nav-search__button:active:focus, .nav-search__button:active:hover,
  .nav-search__button[disabled]:active,
  .nav-search__button[disabled]:focus,
  .nav-search__button[disabled]:hover,
  .nav-search__button[disabled]:active:focus,
  .nav-search__button[disabled]:active:hover {
    background-color: #FF5C61;
    border-color: #FF5C61;
  }
  .nav-search__button:hover,
  .nav-search__button[disabled]:hover {
    background-color: #ff4348;
  }
}

.benefits-list {
  margin-bottom: 0;
  padding-left: 0;
  line-height: 20px;
  list-style: none;
}

.benefits-list > li {
  display: flex;
  align-items: center;
}

.benefits-list > li:not(:last-child) {
  margin-bottom: 13px;
}

.benefits-list__tick {
  fill: #FF5C61;
  margin-right: 10px;
}

.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: #FF5C61;
  -webkit-transform: none;
          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: #FF5C61;
}

ul.ui-autocomplete {
  cursor: default;
  list-style: none;
  list-style-type: none;
  margin: 0px;
  position: absolute;
  z-index: 1501 !important;
}

.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: #FF5C61 !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: #FF5C61;
}

.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;
}

.articles ol.breadcrumb,
.chapters ol.breadcrumb,
.faq ol.breadcrumb {
  background-color: #fff;
  padding: 10px 0;
}

@media (min-width: 992px) {
  .articles .article-content,
  .articles .chapter-content,
  .articles .chapter-teaser,
  .chapters .article-content,
  .chapters .chapter-content,
  .chapters .chapter-teaser,
  .faq .article-content,
  .faq .chapter-content,
  .faq .chapter-teaser {
    font-size: 15px;
  }
  .articles h5,
  .chapters h5,
  .faq h5 {
    font-size: 16px;
  }
}

.articles .content a.thumbnail,
.chapters .content a.thumbnail,
.faq .content a.thumbnail {
  text-decoration: none;
}

.articles .chapters,
.chapters .chapters,
.faq .chapters {
  display: flex;
  flex-wrap: wrap;
}

.articles .chapters::before,
.chapters .chapters::before,
.faq .chapters::before {
  content: 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);
}

.articles .chapters .caption h2,
.chapters .chapters .caption h2,
.faq .chapters .caption h2 {
  font-size: 17px;
  margin-bottom: 5px;
  margin-top: 0px;
}

.articles .chapters .caption p,
.chapters .chapters .caption p,
.faq .chapters .caption p {
  margin: 0;
}

.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: #FF5C61;
  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;
}

.chapters .thumbnail, .articles .thumbnail {
  padding: 0;
  border: 1px solid #eee;
  border-radius: 0;
}

.chapters .thumbnail .caption, .articles .thumbnail .caption {
  padding: 13px;
}

#logged-in.search #main {
  background-color: #fff;
}

#logged-in.search .modal-content {
  box-shadow: 0 2px 10px rgba(89, 89, 89, 0.5);
  border-radius: 2px;
}

#logged-in.search .modal-body {
  padding-bottom: 0;
}

#logged-in.search .modal-footer {
  padding-top: 0;
  border-top: 0;
}

#logged-in.search .upgrade-modal__content {
  padding: 15px;
}

#logged-in.search #message_content {
  border: 1px solid #e1e1e1;
  box-shadow: none;
  border-radius: 2px;
}

.search .content-box {
  border: none;
  padding: 0;
}

.content .search-headline {
  font-size: 22px;
  margin: 0 0 10px;
}

@media screen and (min-width: 768px) {
  .content .search-headline {
    font-size: 30px;
  }
}

.search-order {
  display: flex;
}

.search-order #order {
  height: 28px;
  margin-bottom: 20px;
}

.no-postal-or-city h2 {
  font-weight: 300;
  font-size: 21px;
}

.no-postal-or-city .no-postal-or-city-search-icon {
  font-size: 100px;
}

.no-postal-or-city .row {
  margin: 50px 0;
}

.search-results .top-banner {
  margin-bottom: 10px;
}

.search-results .top-banner .new-styling.welcome-gift {
  padding: 12px 20px;
}

.search-results .top-banner .new-styling.welcome-gift__image, .search-results .top-banner .new-styling.welcome-gift__image svg {
  width: 58px;
  height: 51px;
}

@media screen and (max-width: 767px) {
  .search-results .top-banner .new-styling.welcome-gift {
    padding: 12px;
  }
  .search-results .top-banner .new-styling.welcome-gift__image, .search-results .top-banner .new-styling.welcome-gift__image svg {
    width: 72px;
    height: 64px;
  }
}

.profile__featured-field {
  display: inline-block;
}

@media screen and (max-width: 991px) {
  .profile__featured-field-distance {
    display: none;
  }
  .profile__featured-field:not(:last-child)::after {
    content: '\2022';
    margin-right: 2px;
    margin-left: 5px;
  }
}

@media screen and (min-width: 992px) {
  .profile__featured-field {
    background: #fafafb;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 3px 10px;
    margin: 0 5px 5px 0;
  }
}

.profile__featured-field__icon {
  height: 1em;
  margin: -3px 0.3em 0 0;
  vertical-align: middle;
  width: 1em;
}

.profile__featured-field__file-icon {
  fill: #444;
  fill-rule: evenodd;
}

.profile__featured-field--sign-up-link {
  color: #333333;
  position: relative;
  z-index: 1001;
}

.empty-search {
  border-top: 1px solid #f5f5f5;
  padding-top: 25px;
}

.empty-search__info {
  padding-right: 10px;
}

table.search-results {
  width: 100%;
}

table.search-results h2 {
  font-size: 1.2em;
  margin: 0 0 10px 0;
}

table.search-results tr {
  cursor: pointer;
}

table.search-results tr td.with-border {
  border-top: 1px solid #e4e4e4;
  vertical-align: middle;
  padding: 12px 6px 12px 0;
}

table.search-results table.inner {
  width: auto;
  margin: 8px;
}

table.search-results table.inner td {
  min-width: 50px;
  padding: 0 0 0 5px;
  word-break: break-word;
  word-wrap: break-word;
}

table.search-results p.text-field {
  padding: 0;
  margin: 0;
  line-height: normal;
  word-wrap: break-word;
  word-break: break-word;
}

table.search-results img {
  max-width: none;
}

@media screen and (max-width: 767px) {
  .img-search {
    max-width: 90px;
    max-height: 90px;
  }
  #logged-in .search-col {
    padding-top: 0;
  }
}

.btn-filter {
  margin-top: 5px;
  text-decoration: none !important;
}

.extend-checkbox-search {
  cursor: pointer;
  padding-top: 0.5em;
  padding-left: 0.5em;
  margin-bottom: -13px;
}

.extend-checkbox-search__label {
  cursor: inherit;
  font-weight: 400;
  min-height: 20px;
  padding-left: 20px;
}

.extend-checkbox-search__label::after {
  content: '▾';
  position: relative;
}

.search .teaser-employment {
  margin-top: 30px;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 30px;
}

.search .teaser-employment h3 {
  margin: 0 0 10px;
}

.search-result-col {
  max-width: 900px;
}

.slider-form__description {
  float: right;
}

.slider-form__visual-step {
  position: absolute;
  top: 0;
  height: 100%;
  width: 1px;
  z-index: 2;
  background-color: #fff;
}

@media screen and (min-width: 768px) and (max-width: 1224px) {
  .slider-form-group {
    margin-bottom: 10px;
  }
  .slider-form__description {
    float: left;
    margin-top: 30px;
    text-align: center;
    width: 100%;
  }
  .search-order {
    display: block;
  }
}

.search-col__search-form {
  border: solid 1px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}

.advantages__check {
  color: #FF5C61;
}

.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: #FF5C61;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  margin: 20px 0;
}

.landing-page--old-layout .main_header__button:hover {
  background: #ff4348;
  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 {
  margin-bottom: 50px;
  min-height: 250px;
  padding: 50px 50px 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .landing-page--new-layout .landing_page__header-content .landing_page__header-html-content {
    bottom: 10px;
  }
}

.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;
}

.landing-page--new-layout .landing-page__sign-up .radio__text strong strong {
  font-weight: bold;
}

.landing-page--new-layout .landing-page__sign-up .input-group {
  display: flex;
  flex-direction: column;
}

.landing-page--new-layout .landing-page__sign-up .role-box {
  border: 0;
  padding: 0;
}

.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 {
  margin: 0 auto 10px;
}

.landing-page--new-layout .landing-page__sign-up .form-group input {
  min-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 {
  margin-top: 10px;
  z-index: 10;
}

.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 .terms-and-conditions {
  margin: 30px auto 0;
  max-width: 66%;
}

.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 .input-group {
    flex-direction: row;
  }
  .landing-page--new-layout .landing-page__sign-up .form-group {
    margin: auto;
    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-strength {
    margin-top: 20px;
  }
  .landing-page--new-layout .landing-page__sign-up .password-field,
  .landing-page--new-layout .landing-page__sign-up .email-field {
    position: relative;
  }
  .landing-page--new-layout .landing-page__sign-up .password-field .error,
  .landing-page--new-layout .landing-page__sign-up .email-field .error {
    position: absolute;
    top: 55px;
    right: 0;
    left: 0;
  }
}

.search-results-landing-page__services {
  margin-bottom: 20px;
}

.search-results-landing-page-seo-text {
  color: #969696;
  font-size: 14;
  padding: 10px 0;
}

.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: #FF5C61;
  font-weight: 500;
}

.search-results-landing-page-header__button {
  background-color: #FF5C61;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  margin: 20px 0;
}

.search-results-landing-page-header__button:hover {
  background: #ff4348;
  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;
}

.error-page h1 {
  text-align: center;
  margin-top: 50px !important;
  margin-bottom: 30px !important;
}

.error-page input, .error-page select {
  height: 50px;
}

.error-page .place-field input {
  border-radius: 10px 0 0 10px !important;
}

.error-page .submit-button input {
  border-radius: 0 10px 10px 0 !important;
}

.error-page .select {
  position: relative;
}

.error-page .select:before {
  content: "";
  position: absolute;
  top: 45%;
  right: 5%;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid;
  z-index: 10;
}

.error-page .select select {
  -moz-appearance: none;
  padding-right: 30px;
}

.error-page select {
  -webkit-appearance: none;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .error-page .navbar-form .form-group {
    margin-bottom: 0;
  }
}

.btn-payment-continue {
  background-color: #FF5C61;
}

.btn-payment-continue:hover, .btn-payment-continue:focus {
  color: #FFF;
  background-color: #ff767a;
}

.btn-payment-continue:active {
  background-color: #ff4348;
}

.price-summary-amount, .price-summary__previous, .order-summary, .voucher a {
  color: #FF5C61;
}

.date-select {
  display: inline;
  width: auto;
}

.error {
  color: #a94442;
}

.parsley-success .error {
  display: none;
}

.svg-icon--primary-color-fill {
  fill: #FF5C61;
}

.verifications h2 {
  color: rgba(0, 0, 0, 0.4);
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .verifications h2 {
    font-size: 16px;
  }
}

.verifications .devices-images {
  left: 7%;
  position: relative;
  display: inline-block;
}

@media screen and (max-width: 1199px) {
  .verifications .devices-images {
    top: -10px;
  }
}

@media screen and (max-width: 767px) {
  .verifications .devices-images {
    left: -10%;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .verifications .devices-images {
    left: 40%;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .verifications .devices-images {
    left: 22%;
  }
}

.verifications .devices-images__container--phone {
  top: 118px;
  left: 206px;
  position: absolute;
  width: 260px;
}

.verifications .devices-images__container--phone > img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1199px) {
  .verifications .devices-images__container--phone {
    left: 180px;
    top: 70px;
  }
}

.verifications .devices-images__container--tablet {
  width: 550px;
}

.verifications .devices-images__container--tablet > img {
  width: 100%;
  height: 100%;
}

.verifications .header-section {
  margin-bottom: 10px;
}

@media screen and (min-width: 1200px) {
  .verifications .header-section {
    margin-bottom: -20px;
  }
}

.verifications .header-section__header {
  font-size: 40px;
  font-weight: 700;
  padding-top: 10px;
}

@media screen and (max-width: 767px) {
  .verifications .header-section__header {
    font-size: 24px;
    padding-top: 16px;
  }
}

.verifications .header-section__subheader {
  color: rgba(0, 0, 0, 0.4);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25;
}

@media screen and (max-width: 767px) {
  .verifications .header-section__subheader {
    font-size: 16px;
  }
}

.verifications .workflow-description-section {
  background: #f7f7f7;
  padding-bottom: 30px;
}

@media screen and (max-width: 1199px) {
  .verifications .workflow-description-section {
    overflow: hidden;
  }
}

.verifications .workflow-description-section__daego-code {
  color: #FF5C61;
  font-size: 20px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .verifications .workflow-description-section__daego-code {
    font-size: 16px;
  }
}

.verifications .workflow-description-section__download-links {
  display: inline-block;
}

.verifications .workflow-description-section__download-links--desktop {
  padding-top: 16px;
}

@media screen and (max-width: 767px) {
  .verifications .workflow-description-section__download-links--desktop {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .verifications .workflow-description-section__download-links--mobile {
    display: none;
  }
}

.verifications .workflow-description-section__logo--app-store {
  width: 117px;
}

@media screen and (max-width: 767px) {
  .verifications .workflow-description-section__logo--app-store {
    width: 100px;
  }
}

.verifications .workflow-description-section__logo--google-play {
  height: 35px;
  margin-left: 17px;
}

@media screen and (max-width: 767px) {
  .verifications .workflow-description-section__logo--google-play {
    width: 100px;
    margin-left: 7px;
  }
}

.verifications .workflow-description-section__header {
  font-size: 32px;
  font-weight: 700;
  padding-top: 10px;
}

@media screen and (max-width: 767px) {
  .verifications .workflow-description-section__header {
    font-size: 24px;
    padding-top: 16px;
  }
}

.verifications .workflow-description-section__instructions {
  padding-top: 35px;
}

@media screen and (max-width: 767px) {
  .verifications .workflow-description-section__instructions {
    display: flex;
  }
}

.verifications .workflow-description-section__numbers-container {
  display: flex;
}

@media screen and (max-width: 767px) {
  .verifications .workflow-description-section__numbers-container {
    flex-direction: column;
  }
}

.verifications .workflow-description-section__numbers-container--block {
  width: 25%;
  display: inline-block;
  position: relative;
}

@media screen and (max-width: 767px) {
  .verifications .workflow-description-section__numbers-container--block {
    width: 100%;
    height: 25%;
  }
}

.verifications .workflow-description-section__numbers-container--block .circle {
  font-size: 22px;
  font-weight: 700;
  color: #FF5C61;
  width: 56px;
  line-height: 50px;
  border-radius: 50%;
  border: 2px solid #dee0e2;
  text-align: center;
}

.verifications .workflow-description-section__numbers-container--block .line {
  width: 74%;
  height: 0.2em;
  top: 1em;
  left: 56px;
  position: absolute;
  content: '';
  background: #dee0e2;
}

@media screen and (max-width: 767px) {
  .verifications .workflow-description-section__numbers-container--block .line {
    width: 0.2em;
    height: 51%;
    top: 3em;
    left: 1.9em;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .verifications .workflow-description-section__numbers-container--block .line {
    width: 70%;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .verifications .workflow-description-section__numbers-container--block .line {
    width: 76%;
  }
}

@media screen and (max-width: 767px) {
  .verifications .workflow-description-section__numbers-container #num-container-1 {
    min-height: 135px;
  }
  .verifications .workflow-description-section__numbers-container #num-container-1 .line {
    height: 63%;
  }
}

.verifications .workflow-description-section__steps-container {
  display: flex;
}

@media screen and (max-width: 767px) {
  .verifications .workflow-description-section__steps-container {
    flex-direction: column;
  }
}

.verifications .workflow-description-section__step {
  width: 25%;
  display: inline-block;
  padding-right: 61px;
}

@media screen and (max-width: 767px) {
  .verifications .workflow-description-section__step {
    width: 100%;
    min-height: 95px;
    padding: 0 0 50px 16px;
  }
}

.verifications .workflow-description-section__step--title h1 {
  font-size: 20px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .verifications .workflow-description-section__step--title h1 {
    font-size: 16px;
    margin-top: 0;
  }
}

.verifications .workflow-description-section__step--description h2 {
  color: rgba(0, 0, 0, 0.4);
  font-size: 16px;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .verifications .workflow-description-section__step--description h2 {
    font-size: 14px;
    margin-top: 0;
  }
}

.fairboss-favourites__box {
  border-radius: 5px;
  display: flex;
  background: #f7f7f7;
  margin-bottom: 8px;
  padding: 12px 32px;
  width: 100%;
}

@media screen and (max-width: 766px) {
  .fairboss-favourites__box {
    padding: 16px;
  }
}

.fairboss-favourites__left-side {
  align-items: center;
  display: flex;
}

@media screen and (max-width: 766px) {
  .fairboss-favourites__left-side {
    align-items: flex-start;
  }
}

.fairboss-favourites__right-side {
  align-items: center;
  display: flex;
  width: 100%;
}

@media screen and (max-width: 766px) {
  .fairboss-favourites__right-side {
    flex-direction: column;
    padding-left: 18px;
  }
}

.fairboss-favourites__texts-block {
  display: flex;
  flex-direction: column;
  padding: 0 32px;
  width: 100%;
}

@media screen and (max-width: 766px) {
  .fairboss-favourites__texts-block {
    padding: 0 16px;
  }
}

.fairboss-favourites__buttons-block {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 766px) {
  .fairboss-favourites__buttons-block {
    flex-direction: row;
    margin-top: 16px;
    width: 100%;
  }
}

.fairboss-favourites__title {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  line-height: 1.1;
  margin-bottom: 8px;
}

@media screen and (max-width: 766px) {
  .fairboss-favourites__title {
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: 0.13px;
    margin-bottom: 3px;
  }
}

.fairboss-favourites__subtitle {
  font-size: 16px;
  letter-spacing: 0.09px;
  line-height: 1;
  opacity: 0.7;
  color: #3f464e;
}

@media screen and (max-width: 766px) {
  .fairboss-favourites__subtitle {
    font-size: 12px;
    line-height: 1.33;
    letter-spacing: 0.09px;
  }
}

.fairboss-favourites__box .fairboss-favourites__button {
  background: transparent;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.06px;
  display: block;
}

.fairboss-favourites__box .fairboss-favourites__button:hover, .fairboss-favourites__box .fairboss-favourites__button:active, .fairboss-favourites__box .fairboss-favourites__button:focus, .fairboss-favourites__box .fairboss-favourites__button:active:focus, .fairboss-favourites__box .fairboss-favourites__button:active:hover {
  box-shadow: none;
}

.fairboss-favourites__box .fairboss-favourites__button:hover, .fairboss-favourites__box .fairboss-favourites__button:focus:hover {
  background: rgba(255, 92, 97, 0.1);
}

.fairboss-favourites__box .fairboss-favourites__button:active, .fairboss-favourites__box .fairboss-favourites__button:active:hover, .fairboss-favourites__box .fairboss-favourites__button:active:focus {
  background: rgba(255, 92, 97, 0.3);
}

.fairboss-favourites__box .fairboss-favourites__button:focus {
  background: transparent;
}

@media screen and (max-width: 766px) {
  .fairboss-favourites__box .fairboss-favourites__button {
    width: 50%;
  }
}

.fairboss-favourites__box .fairboss-favourites__button-learn {
  margin-top: 2px;
  padding-left: 30px;
  padding-right: 30px;
}

@media screen and (max-width: 766px) {
  .fairboss-favourites__box .fairboss-favourites__button-learn {
    margin-top: 0;
    margin-left: 2px;
    width: 100%;
  }
}

.fairboss-dashboard__box {
  background: #f7f7f7;
  border-radius: 5px;
  display: flex;
  margin-bottom: 40px;
  padding: 12px 54px 12px 26px;
  width: 100%;
}

@media screen and (max-width: 766px) {
  .fairboss-dashboard__box {
    flex-direction: row;
    margin-bottom: 24px;
    padding: 16px;
  }
}

.fairboss-dashboard__left-side {
  align-items: center;
  display: flex;
}

@media screen and (max-width: 766px) {
  .fairboss-dashboard__left-side {
    align-items: flex-start;
  }
}

.fairboss-dashboard__right-side {
  align-items: center;
  display: flex;
  width: 100%;
}

@media screen and (max-width: 766px) {
  .fairboss-dashboard__right-side {
    flex-direction: column;
    padding-left: 18px;
  }
}

.fairboss-dashboard__texts-block {
  display: flex;
  flex-direction: column;
  padding-left: 32px;
  width: 100%;
}

@media screen and (max-width: 766px) {
  .fairboss-dashboard__texts-block {
    padding-top: 14px;
  }
}

.fairboss-dashboard__texts-inner-block {
  padding-left: 32px;
  padding-right: 32px;
}

@media screen and (max-width: 766px) {
  .fairboss-dashboard__texts-inner-block {
    padding-left: 0;
    padding-right: 0;
  }
}

.fairboss-dashboard__buttons-block {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 766px) {
  .fairboss-dashboard__buttons-block {
    flex-direction: row;
    margin-top: 16px;
    width: 100%;
  }
}

.fairboss-dashboard__title {
  color: #333;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 8px;
}

@media screen and (max-width: 766px) {
  .fairboss-dashboard__title {
    font-size: 16px;
    letter-spacing: 0.13px;
    line-height: 1.25;
    margin-bottom: 3px;
  }
}

.fairboss-dashboard__subtitle {
  color: #3f464e;
  font-size: 16px;
  letter-spacing: 0.09px;
  line-height: 1;
  opacity: 0.7;
}

@media screen and (max-width: 766px) {
  .fairboss-dashboard__subtitle {
    font-size: 12px;
    letter-spacing: 0.09px;
    line-height: 1.33;
  }
}

.fairboss-dashboard__box .fairboss-dashboard__button {
  background: transparent;
  display: block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.06px;
  width: 100%;
}

.fairboss-dashboard__box .fairboss-dashboard__button:hover, .fairboss-dashboard__box .fairboss-dashboard__button:active, .fairboss-dashboard__box .fairboss-dashboard__button:focus, .fairboss-dashboard__box .fairboss-dashboard__button:active:focus, .fairboss-dashboard__box .fairboss-dashboard__button:active:hover {
  box-shadow: none;
}

.fairboss-dashboard__box .fairboss-dashboard__button:hover, .fairboss-dashboard__box .fairboss-dashboard__button:focus:hover {
  background: rgba(255, 92, 97, 0.1);
}

.fairboss-dashboard__box .fairboss-dashboard__button:active, .fairboss-dashboard__box .fairboss-dashboard__button:active:hover, .fairboss-dashboard__box .fairboss-dashboard__button:active:focus {
  background: rgba(255, 92, 97, 0.3);
}

.fairboss-dashboard__box .fairboss-dashboard__button:focus {
  background: transparent;
}

@media screen and (min-width: 767px) {
  .fairboss-dashboard__box .fairboss-dashboard__big-button-desktop {
    font-size: 16px;
    padding: 8px;
    width: 205px;
  }
}

.checkbox {
  min-height: 0 !important;
  padding-left: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media screen and (max-width: 767px) {
  .checkbox:last-child .checkbox__inner {
    border-bottom-width: 0;
  }
}

.checkbox.checkbox-inline {
  margin: 0 1em 0 0;
}

.checkbox.checkbox-inline .checkbox__inner {
  border-bottom: 0;
}

.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: 18px;
  height: 18px;
  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;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 4px;
  margin-right: 0.6em;
  top: 0;
}

.checkbox__inner {
  padding: 0.5em 0 0;
}

@media screen and (max-width: 991px) {
  .checkbox__inner {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 0.7em;
  }
}

.checkbox__label {
  align-items: center;
  cursor: pointer;
  display: flex;
  padding-left: 0 !important;
}

.checkbox__label:hover .checkbox__text {
  color: #FF5C61;
}

.checkbox__label:hover .checkbox__button {
  border-color: #FF5C61;
}

.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 input[type='checkbox'] {
  opacity: 0;
  position: absolute;
}

.checkbox input[type='checkbox']:checked ~ .checkbox__label .checkbox__button {
  background-color: #FF5C61;
  border-color: #FF5C61;
}

.checkbox input[type='checkbox']:focus ~ .checkbox__label .checkbox__button {
  border-color: #FF5C61;
  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.radio-inline {
  display: inline-block;
  padding: 0.5em 0 0 0;
}

.radio.radio-inline label {
  padding-right: 20px;
}

.radio.radio-inline + .radio.radio-inline {
  margin-left: 0;
}

.radio.radio-inline .radio__label {
  border-bottom: 0;
}

@media screen and (max-width: 767px) {
  .radio.radio-inline .radio__label .radio__text {
    margin-left: 0;
  }
}

.radio .inner-label {
  width: auto;
}

.radio label {
  display: flex;
  padding-left: 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .radio:hover .radio__label,
  .radio:hover .radio__label span,
  .radio:hover .radio__label span > strong {
    color: #FF5C61;
  }
}

.radio .radio__label {
  cursor: pointer;
  padding: 0;
}

.radio .radio__label:hover .radio__text {
  color: #000;
}

@media screen and (min-width: 768px) {
  .radio .radio__label:hover .radio__text {
    color: #FF5C61;
  }
}

.radio .radio__label:hover .radio__button {
  border-color: #FF5C61;
}

.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 {
    border-bottom: 1px solid #ebebeb;
    min-height: 44px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

.radio:hover {
  color: #FF5C61;
}

.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;
  margin: auto 0.5em auto 0;
}

.radio .radio__button::after {
  position: relative;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 100%;
  content: '';
  display: block;
}

.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: #FF5C61;
}

.radio input[type='radio']:checked ~ .radio__button:after,
.radio input[type='radio']:checked ~ label .radio__button:after {
  background-color: #FF5C61;
}

.radio input[type='radio']:focus ~ .radio__button,
.radio input[type='radio']:focus ~ label .radio__button {
  border-color: #FF5C61;
  box-shadow: 0px 0px 4px 4px rgba(0, 128, 244, 0.3);
}

.radio:last-of-type .radio__label {
  border-bottom: 0;
}

button:focus, a:focus {
  outline: none;
}

.btn:focus, .btn:focus:active {
  outline: none;
}

.btn--new-primary {
  background-color: #FF5C61;
}

.btn--new-primary.btn--new-outlined {
  background-color: transparent;
  border-color: #FF5C61;
  color: #FF5C61;
}

.btn-group--equal {
  display: flex;
  flex: 1;
}

.btn-group--equal .btn {
  flex: 1;
  padding: 6px 3px;
}

.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--search-results-banner {
  font-size: 16px;
  min-width: 200px;
}

.btn-poke {
  color: #FFF;
  background-color: #00B5AD;
  border-color: #00B5AD;
}

.btn-poke:active, .btn-poke:focus, .btn-poke:hover, .btn-poke:active:focus, .btn-poke:active:hover {
  color: #FFF;
  background-color: #00B5AD;
  border-color: #00B5AD;
}

.btn-poke:hover {
  color: #FFF;
  background-color: #009c95;
}

.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: #FF5C61;
  border-color: #FF5C61;
  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: #FF5C61;
  border-color: #FF5C61;
  color: #FFF;
}

.btn-lemonfrog:hover,
.btn-lemonfrog[disabled]:hover {
  background-color: #ff4348;
  color: #FFF;
  text-decoration: none !important;
}

.btn-group .btn-lemonfrog, .btn-group
.btn-lemonfrog[disabled] {
  background-color: #FFF;
  color: #969696;
  border: 1px solid #ccc;
}

.btn-group .btn-lemonfrog:active, .btn-group
.btn-lemonfrog[disabled]:active {
  box-shadow: none;
}

.btn-group .btn-lemonfrog:active:focus, .btn-group
.btn-lemonfrog[disabled]:active:focus {
  border-color: #ccc;
}

.btn-group .btn-lemonfrog.active, .btn-group
.btn-lemonfrog[disabled].active {
  background-color: #FF5C61;
  box-shadow: none;
  color: #FFF;
}

.btn-group .btn-lemonfrog, .btn-group
.btn-lemonfrog[disabled] {
  background-color: rgba(255, 92, 97, 0.1);
  border: 1px solid transparent;
  color: #FF5C61;
  display: flex;
}

.btn-group .btn-lemonfrog > span, .btn-group
.btn-lemonfrog[disabled] > span {
  flex: 1;
  white-space: pre-wrap;
}

.btn-group .btn-lemonfrog:active, .btn-group .btn-lemonfrog:hover, .btn-group
.btn-lemonfrog[disabled]:active, .btn-group
.btn-lemonfrog[disabled]:hover {
  box-shadow: none;
  transition: 0.3s;
}

.btn-group .btn-lemonfrog:hover, .btn-group
.btn-lemonfrog[disabled]:hover {
  background-color: rgba(255, 92, 97, 0.2);
}

.btn-group .btn-lemonfrog.active, .btn-group
.btn-lemonfrog[disabled].active {
  background-color: #FF5C61;
  box-shadow: none;
  color: #FFF;
  font-weight: 600;
}

.btn-group--second .btn-lemonfrog, .btn-group--second
.btn-lemonfrog[disabled] {
  background-color: transparent;
  border: 1px solid #FF5C61;
  color: #FF5C61;
  display: flex;
}

.btn-group--second .btn-lemonfrog > span, .btn-group--second
.btn-lemonfrog[disabled] > span {
  flex: 1;
  white-space: pre-wrap;
}

.btn-group--second .btn-lemonfrog:active, .btn-group--second .btn-lemonfrog:hover, .btn-group--second
.btn-lemonfrog[disabled]:active, .btn-group--second
.btn-lemonfrog[disabled]:hover {
  box-shadow: none;
  transition: 0.3s;
}

.btn-group--second .btn-lemonfrog.active, .btn-group--second
.btn-lemonfrog[disabled].active {
  background-color: #FF5C61;
  box-shadow: none;
  color: #FFF;
  font-weight: 600;
}

.btn-group--with-icon .btn-lemonfrog span, .btn-group--with-icon
.btn-lemonfrog[disabled] span {
  margin: auto 30px auto 0;
}

.btn-group--with-icon .btn-lemonfrog .check-icon, .btn-group--with-icon
.btn-lemonfrog[disabled] .check-icon {
  flex: 0;
  margin: auto 6px;
}

.btn-group--with-icon .btn-lemonfrog .check-icon.hidden + span, .btn-group--with-icon
.btn-lemonfrog[disabled] .check-icon.hidden + span {
  margin: auto 30px;
}

.btn-lemonfrog-soft,
.btn-lemonfrog-soft[disabled] {
  background-color: rgba(255, 92, 97, 0.1);
  border: none;
  color: #FF5C61;
}

.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: #FF5C61;
  border-color: #FF5C61;
  color: #FFF;
}

.btn-lemonfrog-soft:hover,
.btn-lemonfrog-soft[disabled]:hover {
  background-color: rgba(255, 92, 97, 0.2);
  border: none;
  color: #FF5C61;
  text-decoration: none !important;
}

.btn-lemonfrog-outlined {
  background-color: #FFF;
  border-color: #FF5C61;
  color: #FF5C61;
}

.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: #FF5C61;
  color: #FF5C61;
}

.btn-lemonfrog-outlined:hover {
  border-color: #ff4348;
  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: #FF5C61;
  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: #FF5C61;
}

.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%;
}

.add-to-favourites-modal.modal {
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  position: absolute;
  overflow: visible;
}

.add-to-favourites-modal.modal .modal-dialog {
  margin: 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .add-to-favourites-modal.modal .modal-dialog {
    max-width: none;
    width: 350px;
  }
}

.add-to-favourites-modal.modal .modal-dialog .modal-content {
  border-radius: 5px;
}

.add-to-favourites-modal.modal .modal-dialog .modal-content .add-to-favourites-modal__header {
  border-bottom: none;
  padding: 10px 15px 0;
}

.add-to-favourites-modal.modal .modal-dialog .modal-content .add-to-favourites-modal__header h4 {
  font-size: 14px;
}

.add-to-favourites-modal.modal .modal-dialog .modal-content .add-to-favourites-modal__body {
  padding-top: 10px;
}

.add-to-favourites-modal.modal .modal-dialog .modal-content .add-to-favourites-modal__body textarea {
  font-size: 12px;
}

.add-to-favourites-modal.modal .modal-dialog .modal-content .add-to-favourites-modal__footer {
  border-top: none;
  margin-top: 5px;
  padding: 0 15px 15px;
}

.add-to-favourites-modal.modal .modal-dialog .modal-content .add-to-favourites-modal__footer__button-dismiss:hover {
  text-decoration: none;
}

.add-to-favourites-modal.modal .modal-dialog .modal-content .add-to-favourites-modal__footer__button-save {
  background-color: #FF5C61;
}

.favourite-notes-cell {
  width: 200px;
}

.favourite-notes-cell textarea {
  font-size: 12px;
}

.favourite-notes-cell .favourite-notes-edition-submit {
  background-color: #FF5C61;
  margin-top: 10px;
}

.upgrade-modal {
  z-index: 1150;
}

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

.upgrade-modal__header h4 {
  margin-top: 5px;
}

.upgrade-modal__header__close {
  font-size: 32px;
  font-weight: 100;
}

.upgrade-modal__content {
  margin: 0 1.5vw;
}

.upgrade-modal__content__text {
  font-size: 16px;
  margin-bottom: 15px;
  text-align: center;
}

.upgrade-modal__content__cta {
  margin-top: 15px;
  text-align: center;
}

.upgrade-modal__content__cta__button {
  font-size: 16px;
  padding: 10px 50px;
}

.profile-photos-gallery {
  margin-bottom: -20px;
}

.profile-photos-gallery__col {
  margin-bottom: 20px;
}

.profile-photos-gallery__link {
  display: block;
  margin: 0 auto;
  max-width: 230px;
}

@media screen and (min-width: 768px) {
  .profile-photos-gallery__link {
    max-width: none;
  }
}

.profile-visibility-box {
  align-items: center;
  background: #F9F9F9;
  border: 1px solid #e4e6e8;
  border-radius: 4px;
  display: flex;
  font-weight: 600;
  padding: 20px 18px;
}

.profile-visibility-box__status_link {
  align-self: flex-end;
  color: #FF5C61;
  flex: 0 0 auto;
  padding: 0 5px;
}

.profile-visibility-box__status_link a {
  color: inherit;
  text-decoration: none;
}

.profile-visibility-box__status_link a:hover {
  color: inherit;
  text-decoration: underline;
}

.profile-visibility-box--profile-invalid .profile-visibility-box__status_content,
.profile-visibility-box--profile-invalid .profile-visibility-box__status_data,
.profile-visibility-box--profile-invalid .profile-visibility-box__status_link {
  display: block;
}

.profile-visibility-box__icon {
  top: 3px;
  position: relative;
  width: 35px;
}

.profile-visibility-box__status {
  flex: 1;
  padding-left: 10px;
}

.profile-visibility-box__status_content {
  flex: 0 1 auto;
  padding: 0 5px;
  text-align: left;
}

.profile-visibility-box__status_data {
  display: flex;
  margin: 0 -5px;
}

.profile-visibility-box__status_header {
  color: #999;
}

.visibility_icon {
  width: 35px;
  height: 35px;
}

.visibility_icon#available {
  fill: #CCC;
}

.visibility_icon#notavailable {
  fill: #999;
  opacity: 0.5;
}

#profile-visibility-modal {
  padding: 0;
  text-align: center;
}

#profile-visibility-modal::before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -4px;
  vertical-align: middle;
}

#profile-visibility-modal .modal-dialog {
  display: inline-block;
  max-width: 550px;
  text-align: left;
  vertical-align: middle;
}

#profile-visibility-modal .profile-visibility-modal__header {
  text-align: center;
}

#profile-visibility-modal .profile-visibility-modal__header .close {
  font-size: 30px;
  font-weight: 100;
  margin-right: 5px;
}

#profile-visibility-modal .profile-visibility-modal__header h4 {
  font-size: 20px;
}

#profile-visibility-modal .profile-visibility-modal__form {
  border: 1px solid #ddd;
  border-radius: 5px;
  display: block;
  margin: 0 auto;
  width: 80%;
}

#profile-visibility-modal .profile-visibility-modal__form .profile-visibility-modal__radio {
  display: block;
  margin: 0;
  padding: 15px;
  width: 100%;
}

#profile-visibility-modal .profile-visibility-modal__form .profile-visibility-modal__radio:hover .radio__button {
  border-color: #FF5C61;
}

#profile-visibility-modal .profile-visibility-modal__form .profile-visibility-modal__radio.radio-selected {
  background-color: rgba(249, 249, 249, 0.6);
}

#profile-visibility-modal .profile-visibility-modal__form .profile-visibility-modal__radio:not(:last-child) {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}

#profile-visibility-modal .profile-visibility-modal__form .profile-visibility-modal__radio .radio__label {
  display: table;
  width: auto;
}

#profile-visibility-modal .profile-visibility-modal__form .profile-visibility-modal__radio .radio__label .radio__button-wrapper {
  display: table-cell;
  vertical-align: middle;
}

#profile-visibility-modal .profile-visibility-modal__form .profile-visibility-modal__radio .radio__label .radio__text {
  display: block;
  float: right;
  margin-left: 15px;
}

.profile-visibility-box__premium {
  margin: 20px 0 0;
  text-align: center;
}

.profile-visibility-box__footer {
  border: none;
  margin: 0 auto;
  text-align: center;
  width: 80%;
}

.profile-visibility-box__footer .button-dismiss {
  border: none;
  color: #FF5C61;
  display: inline;
  float: left;
  font-size: 16px;
  height: 45px;
  width: 50%;
}

.profile-visibility-box__footer .button-dismiss:hover {
  background: none;
}

.profile-visibility-box__footer #profile-visibility-box__save-button {
  background-color: #FF5C61;
  border: none;
  color: white;
  display: inline;
  float: right;
  font-size: 16px;
  height: 45px;
  margin-left: 0;
  width: 50%;
}

@media screen and (min-width: 992px) {
  .profile__side-column {
    padding-right: 40px;
  }
}

@media screen and (min-width: 992px) {
  .profile__main-column {
    padding-left: 24px;
  }
}

.profile__navigation-container {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: 0;
}

.profile__navigation-container + .content .profile-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 116px;
}

.profile__back-link {
  display: inline-block;
  margin-bottom: 10px;
}

.profile__full-profile-btn {
  margin-bottom: 16px;
}

.profile__full-profile-btn {
  font-weight: 500;
  padding-left: 30px;
  padding-right: 30px;
}

@media screen and (max-width: 767px) {
  .profile__full-profile-btn {
    display: block;
    font-size: 16px;
  }
}

.profile__full-profile-title {
  color: #333;
  font-size: 19px !important;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 2px;
}

.profile__full-profile-subtitle {
  color: #00B5AD;
  font-weight: 500;
}

.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 (max-width: 991px) {
  .profile__highlighted-info-container > div {
    order: 1;
  }
  .profile__highlighted-info-container .profile__rating-container {
    order: 0;
  }
}

@media screen and (max-width: 767px) {
  .profile__highlighted-info-container > div:not(:last-child) {
    margin-bottom: 16px;
  }
}

.profile__rating-box {
  display: flex;
  align-items: center;
}

.profile__rating-box .star-rating__stars {
  min-width: 170px;
}

.profile__rating-box .star-rating__label {
  font-size: 16px;
  color: #FF5C61 !important;
}

@media screen and (max-width: 767px) {
  .profile__rating-box .star-rating {
    min-height: 32px;
  }
  .profile__rating-box .star-rating__stars {
    min-height: 32px;
    min-width: 134px;
  }
  .profile__rating-box .star-rating__label {
    font-size: 14px;
    line-height: 32px;
  }
}

.profile__activity, .profile__back {
  fill: #FF5C61;
}

.block-confirmation-modal__header {
  border-bottom: none;
  text-align: center;
}

.block-confirmation-modal__header .close {
  font-size: 30px;
  font-weight: 100;
  margin-right: 5px;
}

.block-confirmation-modal__body {
  text-align: center;
}

.block-confirmation-modal__footer {
  border: none;
  text-align: center;
  width: 100%;
}

.block-confirmation-modal__footer__button-dismiss {
  border: none;
  color: #FF5C61;
  float: left;
  font-size: 16px;
  height: 40px;
  width: 50%;
}

.block-confirmation-modal__footer__button-dismiss:hover {
  background: none;
  color: #ff4348;
}

.block-confirmation-modal__footer #block-confirmation-modal__button-save {
  background-color: #FF5C61;
  border: none;
  float: right;
  font-size: 16px;
  margin-left: 0;
  height: 40px;
  width: 50%;
}

.block-confirmation-modal__footer #block-confirmation-modal__button-save:hover {
  background-color: #ff4348;
}

.missing-picture {
  margin-top: 25px;
  padding: 15px;
}

.profile__company-website a {
  color: #FF5C61 !important;
}

.profile__company-website a:hover {
  text-decoration: underline !important;
}

.favorite-user__img {
  width: 170px;
  height: 170px;
}

.favorites-button {
  top: 6%;
  right: 5%;
  position: absolute;
  width: 16.66%;
  height: 16.66%;
  display: block;
  min-height: 20px;
  min-width: 20px;
  z-index: 10;
}

.favorites-button .favorites-button__icon {
  width: 100%;
  height: 100%;
}

.favorites-button .favorites-button__icon .icon__center {
  fill: rgba(0, 0, 0, 0.1);
}

.favorites-button .favorites-button__icon .icon__border {
  fill: #FFFFFF;
}

.favorites-button .favorites-button__icon:hover .icon__center {
  fill: #ff8f92;
}

.favorites-button--conversations-interface-recipient {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  right: 10px;
  top: 10px;
}

.favorites-button--fixed .favorites-button__icon {
  right: 10px;
  top: 10px;
}

.favorites-button.active .favorites-button__icon .icon__center {
  fill: #FF5C61;
}

.favorites-button--large root__icon {
  width: 12%;
  height: 12%;
  right: 8%;
  top: 5%;
}

@media screen and (min-width: 768px) {
  .favorites-button--large root__icon {
    right: 9%;
  }
}

@media screen and (min-width: 987px) {
  .favorites-button--large root__icon {
    right: 4%;
  }
}

.profile-sidebar .request-ratings-box {
  background: #efefef;
  padding: 20px;
}

.profile-sidebar.affix {
  margin-top: 10px;
}

.rating-answer__form {
  background: #efefef;
  padding: 10px 30px 10px 10px;
}

.rating-answer__block {
  margin-top: 30px;
}

.ratings__list {
  margin-bottom: 20px;
}

.ratings__more-reviews {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #efefef;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-top: 15px;
  padding: 5px 10px;
}

.ratings__more-reviews-header {
  font-size: 20px;
  font-weight: 700;
}

.ratings__more-reviews-link {
  margin-left: 5px;
  text-decoration: underline !important;
}

.ratings__more-reviews-link::first-letter {
  color: #000;
}

.ratings__more-reviews-line {
  background: url(/assets/icons/tick-f88cf6489daa453d1bdbbd7924b5cd67a25c73a8745ec3cd1cb2c9712cb56d30.png) no-repeat;
  display: flex;
  font-weight: 600;
  margin-top: 17px;
  padding-left: 20px;
}

.ratings__more-reviews-line-request {
  display: flex;
}

.ratings__text-indicator {
  font-weight: 700;
}

.ratings__summary {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 20px;
}

.ratings__summary-total-reviews, .ratings__summary-stars-text {
  font-weight: 500;
  margin: 0;
}

.ratings__summary-total-reviews-number {
  color: #FF5C61;
}

.ratings__summary-stars-text::after {
  content: ': ';
}

.ratings__summary-stars {
  align-items: center;
  display: flex;
  margin: 0 7px;
}

@media screen and (min-width: 992px) {
  .ratings__summary-item {
    margin-right: 10px;
  }
}

@media screen and (min-width: 768px) {
  .ratings__summary {
    width: auto;
  }
}

.ratings-summary-box__link {
  margin-left: 5px;
}

.ratings-summary-box__rating .star-rating {
  width: 160px;
  max-height: 24px;
  margin-top: 8px;
}

.ratings-summary-box__rating .star-rating__label {
  line-height: 18px;
  align-self: flex-end;
}

.ratings-summary-box__tip {
  margin-top: 10px;
}

.pagination li a,
.pagination li a:hover {
  color: #FF5C61;
  text-decoration: none;
}

.pagination .active span,
.pagination .active span:hover {
  background-color: #FF5C61;
  border-color: #FF5C61;
}

.form-group__icon {
  fill: #FF5C61;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #FF5C61;
}

.redesigned-landing-page {
  font-family: "Open Sans", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.redesigned-landing-page__sign-up-form {
  padding: 30px 0 60px;
}

@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,
.redesigned-landing-page p {
  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;
  }
}

.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;
}

@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 #FF5C61;
}

.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-diretion: rows;
}

.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;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}

.redesigned-landing-page .search-form__pin svg {
  fill: #FF5C61;
}

@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: #FF5C61;
  }
  .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: #FF5C61;
  }
  .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;
  font-family: "Open Sans", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 200px;
}

.redesigned-landing-page .btn.search-submit-btn {
  background-color: #FF5C61;
  font-weight: 700;
}

.redesigned-landing-page .btn.search-submit-btn:hover {
  background: #ff4348;
}

.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-a9712322574d5e0b034a462cea1bd862ecaf215208fdb85e5951555aa0403254.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 #FF5C61;
}

@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 {
  font-family: "Open Sans", sans-serif;
  -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: #ff4348;
}

.redesigned-landing-page #how-it-works-area .box .action-btn a {
  background-color: #FF5C61;
  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 .what-people-say {
  background-color: #f5f5f5;
}

@media screen and (min-width: 400px) {
  .redesigned-landing-page .what-people-say .swiper-button-prev {
    margin-left: 20px;
  }
  .redesigned-landing-page .what-people-say .swiper-button-next {
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .redesigned-landing-page .what-people-say {
    padding: 40px 0 70px;
  }
  .redesigned-landing-page .what-people-say .swiper-container {
    padding-bottom: 30px;
  }
  .redesigned-landing-page .what-people-say .image-wrapper {
    height: 100px;
    margin: auto;
    overflow: hidden;
    width: 100px;
  }
  .redesigned-landing-page .what-people-say img {
    height: 100px;
  }
  .redesigned-landing-page .what-people-say h3,
  .redesigned-landing-page .what-people-say h5,
  .redesigned-landing-page .what-people-say p {
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .redesigned-landing-page .what-people-say {
    padding: 70px 0 100px;
  }
  .redesigned-landing-page .what-people-say .swiper-container {
    padding: 0 30px 30px;
  }
  .redesigned-landing-page .what-people-say .image-wrapper {
    float: left;
    height: 150px;
    margin: 30px 62px 60px 50px;
    overflow: hidden;
    width: 150px;
  }
  .redesigned-landing-page .what-people-say img {
    height: 150px;
  }
  .redesigned-landing-page .what-people-say h3,
  .redesigned-landing-page .what-people-say h5,
  .redesigned-landing-page .what-people-say p {
    margin-left: 260px;
    margin-right: 50px;
  }
}

.redesigned-landing-page .what-people-say .swiper {
  display: flex;
  justify-content: center;
  margin: auto;
  max-width: 1046px;
}

.redesigned-landing-page .what-people-say .swiper-container {
  height: auto;
  max-width: 890px;
  margin: initial;
  margin-top: 60px;
}

.redesigned-landing-page .what-people-say .swiper-pagination-bullet {
  background: #FFF;
  border: 2px solid #ccc;
  height: 17px;
  opacity: initial;
  width: 17px;
}

.redesigned-landing-page .what-people-say .swiper-pagination-bullet-active {
  background-color: #ccc;
}

.redesigned-landing-page .what-people-say .swiper-button-prev,
.redesigned-landing-page .what-people-say .swiper-button-next {
  height: 98px;
  min-width: 48px;
  position: relative;
  -webkit-transform: translate(0, 140%);
          transform: translate(0, 140%);
  width: 48px;
}

.redesigned-landing-page .what-people-say .swiper-button-prev {
  background: url(/assets/landing-page-icons/slider-arrow-left-9efd5bfbb7fab0316b92a303091bc784526d481a30f64da5572bbb473c6b4072.png) no-repeat center center;
}

.redesigned-landing-page .what-people-say .swiper-button-next {
  background: url(/assets/landing-page-icons/slider-arrow-right-008c245d2d149c8bf9a955c4ecab1b0d4ba5f6778955f11a533c8e6396f2d40a.png) no-repeat center center;
}

.redesigned-landing-page .what-people-say .swiper-pagination {
  bottom: 0;
  position: relative;
  padding-top: 10px;
}

.redesigned-landing-page .what-people-say h3 {
  margin-bottom: 20px;
}

.redesigned-landing-page .what-people-say h5 {
  line-height: 1.4;
  margin-bottom: 15px;
}

.redesigned-landing-page .what-people-say h5,
.redesigned-landing-page .what-people-say p {
  color: #555;
}

.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;
}

.redesigned-landing-page .our-other-services-area {
  background-color: #FFF;
  padding: 80px 0 30px;
}

.redesigned-landing-page .our-other-services-area .crossselling__box {
  margin: 75px 0;
}

.redesigned-landing-page .our-other-services-area .crossselling__box .crossselling__wrapper {
  clear: none;
  margin-bottom: 0;
  padding: 20px 40px;
}

.redesigned-landing-page .our-other-services-area .crossselling__text {
  margin-bottom: 10px;
}

.redesigned-landing-page .our-other-services-area p {
  color: #555;
  font-size: 16px;
  margin: auto;
  text-align: center;
}

.redesigned-landing-page .our-other-services-area img.crossselling__image {
  margin-right: 0;
  min-height: 159px;
  width: 300px;
}

.redesigned-landing-page .our-other-services-area .image-wrapper {
  margin: auto;
  max-height: 159px;
  max-width: 300px;
  overflow: hidden;
}

@media screen and (min-width: 992px) {
  .redesigned-landing-page .our-other-services-area .austrian-service .crossselling__wrapper {
    padding: 20px;
  }
}

.redesigned-landing-page .intro-area {
  background-color: #f5f5f5;
}

@media screen and (max-width: 767px) {
  .redesigned-landing-page .intro-area h2 {
    margin-bottom: 20px;
  }
  .redesigned-landing-page .intro-area img {
    height: 38px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px) {
  .redesigned-landing-page .intro-area h2 {
    margin: 40px 0 50px;
  }
  .redesigned-landing-page .intro-area img {
    height: 58px;
    margin-bottom: 40px;
  }
}

.redesigned-landing-page .intro-area li {
  padding: 0 20px;
}

.new-footer {
  background-color: #333d44;
  color: #FFF;
  font-family: 'Open Sans', sans-serif;
  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;
  -webkit-transform: translate(-50%, 0);
          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;
  }
}

/* Contains adaptions for https://cookieconsent.insites.com */
@media screen and (max-width: 767px) {
  .cc-revoke, .cc-window {
    font-size: 14px !important;
  }
}

.cc-floating {
  max-width: none !important;
}

.redesigned-landing-page .our-other-services-area {
  background-color: #f5f5f5;
}

.crossselling__box .crossselling__wrapper:hover {
  background: #e9e9e9;
}

@media screen and (max-width: 991px) {
  .navbar--header .navbar-brand-lemonfrog.localised-logo-de {
    background: url(/assets/singlemitkind/de/logo-cd47bb6d2c508749be2cc7e54ce8adcd2eb5e78859addb8bf6d3917ffa808bc3.svg) no-repeat center center;
    background-size: 187px 28px;
    height: 28px;
    width: 187px;
  }
  .navbar-brand--mobile.localised-logo-de img {
    height: 28px;
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .navbar--header .navbar-brand-lemonfrog.localised-logo-fr {
    background: url(/assets/singlemitkind/fr/logo-1fc836e9556530df3b0e9380c19a5e3f7c2207a7a9459585e9ac484b265353dd.svg) no-repeat center center;
    background-size: 240px 28px;
    height: 28px;
    width: 240px;
  }
  .navbar-brand--mobile.localised-logo-fr img {
    height: 28px;
    width: 100%;
  }
}

@media screen and (min-width: 992px) {
  .navbar--header .navbar-brand-lemonfrog.localised-logo-de {
    background-image: url(/images/singlemitkind/de/logo.svg);
    width: 267px;
  }
}

@media screen and (min-width: 992px) {
  .navbar--header .navbar-brand-lemonfrog.localised-logo-fr {
    background-image: url(/images/singlemitkind/fr/logo.svg);
    width: 419px;
  }
}

.title1 {
  background-position-x: 23% !important;
}

.title2 {
  background-position-x: 50% !important;
}

.title1 {
  background-position-y: 20% !important;
}

.title2 {
  background-position-y: 15% !important;
}

.wizard {
  background-image: url(/assets/singlemitkind/wizard-bg-mobile-ae6d4da8e47976d526e709f71611cf903d955d6a8a5c182db5cda50b635845b1.jpg);
}

@media (-webkit-min-device-pixel-ratio: 2) {
  .wizard {
    background-image: url(/assets/singlemitkind/wizard-bg-mobile@2x-96046095d19a2bb9fce3692ed8da076cd838292b112bd9ed9f40093667469ff6.jpg);
  }
}

@media screen and (min-width: 768px) {
  .wizard {
    background-image: url(/assets/singlemitkind/wizard-bg-a5e51d360464bbc65d320725d9dad653ee543143225f09180050f83a7cab72e3.jpg);
  }
}

@media screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2) {
  .wizard {
    background-image: url(/assets/singlemitkind/wizard-bg@2x-25b1b81f1b0cfac39bab9398503eee1da2c550f1997d916660eb7038df6f878e.jpg);
  }
}

@media screen and (max-width: 399px) {
  .title1 {
    background: url("/images/singlemitkind/title1_xs@2x.jpg");
  }
}

@media screen and (min-width: 400px) and (max-width: 767px) {
  .title1 {
    background: url("/images/singlemitkind/title1_sm.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/singlemitkind/title1_sm@2x.jpg");
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .title1 {
    background: url("/images/singlemitkind/title1_md.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/singlemitkind/title1.jpg");
  }
}

@media screen and (max-width: 399px) {
  .title2 {
    background: url("/images/singlemitkind/title2_xs@2x.jpg");
  }
}

@media screen and (min-width: 400px) and (max-width: 767px) {
  .title2 {
    background: url("/images/singlemitkind/title2_sm.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/singlemitkind/title2_sm@2x.jpg");
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .title2 {
    background: url("/images/singlemitkind/title2_md.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/singlemitkind/title2.jpg");
  }
}

#content .recommendation {
  padding: 5px 0;
}

.testsieger {
  margin: -5px 0 5px 20px;
}

.special-offers {
  margin-top: 20px;
}

.special-offers td {
  padding-bottom: 20px;
  padding-right: 20px;
  vertical-align: top;
}

.special-offers h4 {
  margin-top: 0;
}

.btn--header-form {
  font-size: 16px;
  font-weight: 500;
}

.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(255, 92, 97, 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: #FF5C61;
  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-preview .availability-table-preview__day-abbr, .availability-table-preview .availability-table-preview__range, .availability-table .day-abbr, .availability-table .range {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: normal;
  letter-spacing: 0.2px;
}

@media screen and (max-width: 991px) {
  .availability-table-preview .availability-table-preview__day-abbr, .availability-table-preview .availability-table-preview__range, .availability-table .day-abbr, .availability-table .range {
    font-size: 14px;
  }
}

.availability-preview-container {
  width: 100%;
}

.availability-preview-container--editable:hover {
  background-color: #e6e6e6;
}

@media screen and (max-width: 767px) {
  .availability-preview-container {
    padding: 0;
    background-color: #FFF;
  }
}

.availability-table-preview {
  display: table;
  width: 100%;
  padding-right: 16px;
  padding-bottom: 10px;
  background-color: #FFF;
}

.availability-table-preview--editable:hover {
  background-color: rgba(255, 255, 255, 0.75);
}

.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: #FF5C61;
  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--editable:hover {
    background-color: #FFF;
  }
  .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(255, 92, 97, 0.1);
}

.availability-table .active {
  font-weight: 600;
  opacity: 1;
  color: #FF5C61;
}

.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;
  }
}

.box-list {
  margin: 0;
  padding: 0;
}

.box-list li {
  list-style: none;
  padding: 5px 0;
}

.box-list__documents-list li {
  cursor: default;
}

.box-list__document {
  height: 50px;
}

.box-list__document-description, .box-list__document-actions {
  line-height: 50px;
}

@media screen and (max-width: 767px) {
  .box-list__document-description {
    font-size: 12px;
  }
}

.box-list__document-description a {
  text-decoration: none !important;
}

.box-list__document-description a:hover {
  text-decoration: underline !important;
}

.box-list__document-icon {
  color: #666;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .box-list__document-actions {
    margin: 10px 0;
  }
}

.box-list__attachment-block {
  margin-right: 10px;
}

.box-list__attachment-actions {
  margin-top: 13px;
}

.box-list__attachment-img {
  width: 60px;
  height: 60px;
}

.box-list__item {
  background-color: #f9f9f9;
  cursor: move;
  padding: 5px;
}

.btn-wrapper {
  margin-bottom: 1em;
  width: initial;
}

.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: #FF5C61;
  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;
  font-size: 14px;
}

.conversations-interface__actions {
  background-color: #fff;
  border-top: 1px solid #e2e2e2;
  padding: 20px 30px;
  position: relative;
}

.conversations-interface__conversation {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.conversations-interface__conversation-inner {
  padding: 15px 30px 25px;
}

@media screen and (max-width: 767px) {
  .conversations-interface__conversation-inner {
    padding-bottom: 16px;
  }
}

.conversations-interface__filters {
  background-color: #f4f4f4;
  border-bottom: 1px solid #e2e2e2;
}

.conversations-interface__main-space {
  display: flex;
  flex: 1;
  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__main-space-scrollable--offset {
  margin-bottom: 70px;
}

.conversations-interface__no-messages {
  background-color: #fcfcfc;
  display: flex;
  flex: 1;
}

.conversations-interface__no-messages-icon {
  margin: 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__recipient .star-rating {
  width: 148px;
  max-height: 24px;
  margin-left: -4px;
}

.conversations-interface__recipient .star-rating__star {
  margin-right: -4px;
}

.conversations-interface__recipient .star-rating__label {
  line-height: 18px;
  align-self: flex-end;
}

@media screen and (max-width: 1199px) {
  .conversations-interface__recipient .star-rating {
    margin-bottom: 8px;
    margin-left: -10px;
  }
}

.conversations-interface__restore-btn {
  bottom: 10px;
  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;
}

.conversations-interface__users-list {
  flex: 1;
  overflow-y: auto;
}

.conversations-interface__users-list-empty-info {
  align-items: center;
  color: rgba(150, 150, 150, 0.5);
  display: flex;
  flex: 1;
  font-size: 18px;
  justify-content: center;
  line-height: 26px;
  padding: 0 20px;
  text-align: center;
}

.conversations-interface__main_box {
  position: relative;
}

.conversations-interface__spinner {
  top: 50%;
  left: 50%;
  position: absolute;
  display: block;
  font-size: 60px;
}

.conversations-interface__spinner--disabled {
  display: none;
}

.conversations-interface__container {
  display: contents;
  height: 100%;
}

.conversations-interface-actions {
  display: flex;
}

.conversations-interface-actions--mobile {
  display: block;
}

.conversations-interface-actions--mobile .conversations-interface-actions__buttons {
  flex-direction: row-reverse;
}

.conversations-interface-actions--mobile .conversations-interface-actions__button {
  flex: 1;
  justify-content: center;
  text-align: center;
}

.conversations-interface-actions--mobile .conversations-interface-actions__button:last-child {
  margin-right: 15px;
}

.conversations-interface-actions--mobile .conversations-interface-actions__input {
  border-radius: 0;
  height: 80px;
  line-height: 20px;
  margin-bottom: 10px;
  min-height: 0;
  padding: 10px 14px;
}

@media screen and (min-width: 768px) {
  .conversations-interface-actions--mobile .conversations-interface-actions__input {
    height: 100px;
  }
}

.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;
  min-height: 100px;
  max-height: 156px;
  padding: 9px 18px;
}

.conversations-interface-actions__input--disabled {
  color: #515659;
}

.conversations-interface-actions__input--invalid::-webkit-input-placeholder {
  color: #a94442;
}

.conversations-interface-actions__input--invalid:-ms-input-placeholder {
  color: #a94442;
}

.conversations-interface-actions__input--invalid::-ms-input-placeholder {
  color: #a94442;
}

.conversations-interface-actions__input--invalid::placeholder {
  color: #a94442;
}

@media screen and (max-width: 991px) {
  .conversations-interface-actions__input {
    min-height: 80px;
    max-height: 120px;
  }
}

.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;
  width: 100%;
}

.conversations-interface-message {
  display: flex;
  flex: 0 0 auto;
  margin-bottom: 12px;
}

.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 .conversations-interface-message__avatar {
  background-color: #FFF;
  margin-right: 33px;
}

.conversations-interface-message--rejection .conversations-interface-message__content {
  background-color: white;
  border-top-left-radius: 0;
}

.conversations-interface-message--rejection .conversations-interface-message__content::before {
  border-width: 14px 0 0 14px;
  left: -14px;
}

.conversations-interface-message--rejection .conversations-interface-message__content::after {
  border-top-color: white;
  border-width: 12px 0 0 12px;
  left: -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;
      -ms-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;
      -ms-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: 1;
  flex-direction: column;
}

.conversations-interface-mb__users-list {
  flex: 1;
  overflow-y: auto;
}

@media screen and (max-width: 767px) {
  .conversations-interface-mb__users-list-container {
    padding: 0;
  }
}

.conversations-interface-mb__actions {
  left: 0;
  bottom: 0;
  right: 0;
  position: fixed;
  background-color: #fff;
  border-top: 1px solid #e2e2e2;
  padding: 15px 0 10px;
  z-index: 1002;
  margin-top: auto;
}

.conversations-interface-mb__filters {
  flex: 0 0 auto;
  background-color: #f4f4f4;
}

@media screen and (max-width: 767px) {
  .conversations-interface-mb__filters-container {
    padding: 0;
  }
}

.conversations-interface-mb__no-messages {
  align-items: center;
  display: flex;
  justify-content: center;
  color: rgba(150, 150, 150, 0.5);
  flex: 1;
  flex-direction: column;
  font-size: 18px;
  line-height: 26px;
  margin: 0 auto;
  max-width: 240px;
  text-align: center;
}

.conversations-interface-mb__no-messages-icon {
  margin-bottom: 17px;
}

.conversations-interface-mb__recipient {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 15px;
}

.conversations-interface-no-premium-alert {
  flex: 0 0 auto;
  margin: auto 0 0;
}

.conversations-interface-no-premium-alert__button {
  margin-top: 20px;
}

.conversations-interface-pagination {
  align-items: center;
  border-top: 1px solid #e2e2e2;
  display: flex;
  justify-content: flex-end;
  padding: 15px 20px;
}

.conversations-interface-pagination__entries-number {
  margin-right: 15px;
}

.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__ratings-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: #FF5C61;
  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__premium-ribbon {
  top: -5px;
  left: -5px;
  position: absolute;
  width: 68px;
}

.conversations-interface-recipient__ratings-wrapper {
  align-items: center;
  display: flex;
  margin-top: 11px;
}

@media screen and (max-width: 1199px) {
  div .conversations-interface-recipient__ratings-wrapper-company {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

@media screen and (max-width: 1199px) {
  .conversations-interface-recipient__ratings-wrapper {
    -webkit-transform: translateX(158px) translateY(-70px);
            transform: translateX(158px) translateY(-70px);
  }
}

@media screen and (max-width: 375px) {
  .conversations-interface-recipient__ratings-wrapper {
    -webkit-transform: scale(0.9) translateX(168px) translateY(-70px);
            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: 58px;
    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;
}

.conversations-interface-shortcuts__icon {
  align-items: center;
  border: 1px solid #FF5C61;
  border-radius: 4px;
  display: flex;
  padding: 7px 11px;
}

.conversations-interface-shortcuts__icon-dots {
  margin-right: 7px;
}

.conversations-interface-shortcuts__icon-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #FF5C61;
  display: block;
}

.conversations-interface-shortcuts__icon-dot:not(:last-child) {
  margin-bottom: 2px;
}

.conversations-interface-shortcuts__separator-line {
  margin: 5px 0 5px 0;
}

.conversations-interface-users-list {
  display: flex;
  flex-direction: column;
}

.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--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: #FF5C61;
  content: '';
  display: block;
}

.conversations-interface-users-list__user--unread .conversations-interface-users-list__user-name {
  font-weight: 700;
}

.conversations-interface-users-list__message-snippet {
  flex: 1 1 auto;
}

.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 {
  -webkit-hyphens: auto;
      -ms-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;
}

.conversation-interface-rating-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-rating-requests-banner {
    margin-bottom: 0;
  }
}

.conversation-interface-rating-requests-banner__icon {
  max-height: 80px;
  max-width: 80px;
  width: 100%;
}

.conversation-interface-rating-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-rating-requests-banner__head {
    font-size: 14px;
    line-height: 1.14;
    padding: 0;
  }
}

.conversation-interface-rating-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-rating-requests-banner__description {
    font-size: 12px;
    letter-spacing: 0.09px;
    margin-top: 6px;
    padding: 0;
  }
}

.conversation-interface-rating-requests-banner__info-column {
  padding: 0;
  padding-left: 16px;
}

.conversation-interface-rating-requests-banner__info-column > .row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.conversation-interface-rating-requests-banner__info-column > .row > div {
  margin-left: -1px;
  margin-right: -1px;
}

.conversation-interface-rating-requests-banner__button {
  line-height: 32px;
  padding: 0;
  width: 100%;
}

.conversation-interface-rating-requests-banner__button-later-column {
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .conversation-interface-rating-requests-banner__button-later-column {
    margin-top: 12px;
  }
}

.conversation-interface-rating-requests-banner__button-later-column button:hover {
  background-color: rgba(255, 92, 97, 0.1);
}

@media screen and (max-width: 767px) {
  .conversation-interface-rating-requests-banner__button-ask-column {
    margin-top: 12px;
  }
}

.dashboard-box {
  padding: 20px 0 20px 0;
  border-top: 1px solid #E0E4E8;
}

.dashboard-box .inner {
  max-width: 1000px;
}

.dashboard-box.forced-profile {
  border-top: 0;
}

.dashboard__message-author {
  font-weight: 500;
  color: #E4E6E8;
}

.dashboard__message-time {
  float: right;
  font-weight: 500;
  font-size: 12px;
  color: #555;
}

.dashboard__button-upgrade {
  width: 100%;
  white-space: normal;
}

.dashboard__benefits-list {
  font-size: 16px;
}

.dashboard__benefits-list ul {
  margin: 20px 0 30px;
  padding: 0;
}

.dashboard__benefits-list li {
  list-style: none;
  margin: 10px 0;
  padding-left: 15px;
}

.dashboard__benefits-list li:before {
  content: '';
  padding: 0 0 0 25px;
  background: url(/assets/icons/tick-f88cf6489daa453d1bdbbd7924b5cd67a25c73a8745ec3cd1cb2c9712cb56d30.png) no-repeat;
}

@media screen and (min-width: 768px) {
  .dashboard__benefits-btn {
    margin-top: 20px;
  }
}

.dashboard__discount {
  margin: 10px auto;
  color: #4CAF50;
  font-size: 36px;
  font-weight: 400;
  border: 1px dashed #4CAF50;
  padding: 15px 20px 20px;
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .dashboard__discount {
    width: 80%;
  }
}

.dashboard__discount p {
  color: #4CAF50;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
}

.dashboard__discount .dashboard__discount-valid-until {
  font-size: 16px;
  color: #333333;
}

.dashboard__nearby-profiles {
  clear: both;
  overflow: hidden;
}

.dashboard__nearby-profiles-title-icon {
  margin: auto 0;
}

.dashboard__nearby-profiles-title-icon svg {
  height: 40px;
}

.dashboard__nearby-profiles-title-wrapper {
  display: flex;
}

@media screen and (min-width: 768px) {
  .dashboard__profiles-list {
    display: flex;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px) {
  .dashboard__profiles-list-col {
    display: flex;
    flex-direction: column;
  }
}

.dashboard__mobile-photo-holder {
  padding: 15px 15px 15px 30px;
}

.dashboard__profile-image {
  width: 100%;
  height: 160px;
  background-position: center center;
  background-size: cover;
  position: relative;
}

@media screen and (min-width: 768px) {
  .dashboard__profile-image {
    flex: 0 0 auto;
  }
}

.dashboard__profile-link {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10;
}

.dashboard__profile-link-name {
  position: absolute;
  z-index: 12;
  color: white;
  text-decoration: none !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 15px;
  bottom: 5px;
  width: 100%;
}

.dashboard__profile-link-name:hover {
  text-decoration: underline !important;
  color: white;
}

.dashboard__profile-content {
  padding-left: 0;
}

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

.dashboard__profile-content hr {
  margin: 10px 0;
}

.dashboard__profile-name {
  font-size: 18px;
  font-weight: 500;
}

.dashboard__profile-text-line {
  margin-bottom: 5px;
}

.dashboard__profile-button {
  position: relative;
  margin-top: 15px;
  z-index: 12;
}

.dashboard__search {
  padding: 20px;
  background: #F9F9F9;
}

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

.dashboard__search-input-pin-icon {
  z-index: 300;
}

.dashboard__nearby-profile {
  border: 1px solid #E0E4E8;
  position: relative;
}

@media screen and (min-width: 768px) {
  .dashboard__nearby-profile {
    flex: 1 0 auto;
  }
}

.dashboard__nearby-profile .dashboard__profile-text {
  padding: 15px;
  overflow: hidden;
  position: relative;
}

@media screen and (min-width: 768px) {
  .dashboard__nearby-profile .dashboard__profile-text {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    max-height: 236px;
  }
}

@media screen and (min-width: 768px) {
  .dashboard__nearby-profile.job .dashboard__profile-text {
    max-height: 280px;
  }
}

.dashboard__nearby-profile:hover {
  background: #FBFBFB;
}

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

.dashboard__search-banner .new-styling.welcome-gift {
  padding: 0 0 8px;
}

.dashboard__search-banner .new-styling.welcome-gift__image, .dashboard__search-banner .new-styling.welcome-gift__image svg {
  width: 64px;
  height: 53px;
}

@media screen and (max-width: 767px) {
  .dashboard__search-banner .new-styling.welcome-gift {
    padding: 0 0 12px;
  }
  .dashboard__search-banner .new-styling.welcome-gift__image, .dashboard__search-banner .new-styling.welcome-gift__image svg {
    width: 72px;
    height: 64px;
  }
}

.dashboard__search-wrapper.place {
  padding-left: 15px !important;
}

@media screen and (max-width: 767px) {
  .dashboard__search-wrapper.place {
    padding-right: 15px !important;
  }
}

.dashboard__search-input {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #ccc;
  border-radius: 0;
  height: 42px;
  line-height: 30px;
  position: relative;
  z-index: 100;
}

@media screen and (min-width: 768px) {
  .dashboard__search-input {
    flex: 1 0 auto;
  }
}

.dashboard__search-input:focus {
  z-index: 200;
}

.form-group .dashboard__search-input {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .dashboard__search-input.distance {
    margin-left: -2px;
  }
}

.dashboard__search-input-select {
  position: relative;
}

.dashboard__search-input-select:after {
  content: '\25BC';
  position: absolute;
  top: 14px;
  right: 13px;
  pointer-events: none;
  font-size: 10px;
  z-index: 300;
}

@media screen and (max-width: 767px) {
  .dashboard__search-input-select {
    clear: both;
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .dashboard__search-input-select:after {
    right: 30px;
  }
}

.dashboard__search-submit {
  height: 42px;
  line-height: 30px;
}

.dashboard__rating-box {
  padding: 15px;
  margin-bottom: 15px;
  background-color: #EEF3F7;
  border: 1px solid #e4e6e8;
  border-radius: 4px;
}

.dashboard__profile-text-line {
  margin-bottom: 5px;
  flex: 0 1 auto;
}

.dashboard__profile-text-line:not(.dashboard__profile-text-line--description) {
  flex-shrink: 0;
}

.dashboard__profile-text-line--title {
  overflow-wrap: break-word;
  word-wrap: break-word;
  font-size: 18px;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .dashboard__profile-text-line--title {
    display: inline-block;
  }
}

@media screen and (min-width: 768px) {
  .dashboard__profile-horizontal-rule {
    width: 75%;
  }
}

@media screen and (min-width: 768px) {
  .dashboard__benefits-list > ul {
    padding-left: 20px;
    text-align: left;
    width: auto;
  }
  .dashboard__benefits-list > ul > li {
    padding: 0;
  }
  .dashboard__button-upgrade {
    width: auto;
  }
  .dashboard__profile-name {
    position: relative;
    bottom: 0;
    left: 0;
    color: white;
    height: 100%;
  }
  .dashboard__profile-overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 160px;
    background: linear-gradient(to bottom, transparent, rgba(5, 12, 16, 0.19));
    background-size: cover;
  }
  .dashboard__profile-content {
    padding-left: 15px;
  }
  .dashboard__profile-text-line {
    margin-bottom: 5px;
  }
  .dashboard__profile-text-line.description {
    height: 140px;
    max-height: 140px;
    overflow: hidden;
    position: relative;
  }
}

.crossselling {
  margin-bottom: 10px;
}

.crossselling__box {
  margin: 25px -15px;
}

.crossselling__box > .col-sm-12:nth-child(2n+1) {
  clear: both;
}

.crossselling__discount-label {
  float: right;
  background: red;
  padding: 3px 5px;
  color: white;
  font-weight: 600;
  font-size: 14px;
  margin-left: 50px;
  border-radius: 5px;
}

.crossselling__wrapper {
  margin-bottom: 15px;
  position: relative;
}

.crossselling__wrapper:hover {
  background: #F9F9F9;
}

.crossselling__wrapper:hover .crossselling__title {
  text-decoration: underline;
}

.crossselling__link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.crossselling__image {
  float: left;
  margin-right: 15px;
}

.crossselling__title {
  font-weight: 500;
  margin-bottom: 5px;
}

.crossselling__text {
  overflow: hidden;
}

.crossselling__message {
  padding: 10px;
  background: #F9F9F9;
}

.how-to-start .fa, .complete-your-profile .fa {
  color: #ccc;
}

.how-to-start .fa-border, .complete-your-profile .fa-border {
  border-color: #ccc;
  margin-bottom: 10px;
}

.how-to-start .text, .complete-your-profile .text {
  display: block;
  overflow: hidden;
}

.how-to-start {
  margin-bottom: 20px;
}

.how-to-start .white-space {
  margin-top: 20px;
}

.forced-profile {
  font-size: 16px;
  text-align: center;
}

.forced-profile a {
  margin-top: 30px;
  padding: 10px 30px;
}

.complete-your-profile {
  margin-bottom: 10px;
}

.complete-your-profile .white-space {
  margin-top: 10px;
}

.undo__link {
  margin-left: 10px;
}

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

.provider-cta__box {
  line-height: 60px;
}

.provider-cta__box a {
  font-size: 20px;
}

@media screen and (min-width: 768px) {
  .provider-cta__text {
    margin-right: 30px;
    flex: 1;
  }
}

.provider-cta__text span {
  color: #F00;
  font-weight: 700;
}

.single-field__label {
  float: left;
  max-width: 40%;
  padding: 7px 18px;
}

.single-field__input {
  overflow: hidden;
  padding: 0 15px;
  width: auto;
}

.single-field__input .checkbox-inline {
  margin: 0 10px 0 0 !important;
}

.missing-profile-logo {
  margin-top: 30px;
  overflow: hidden;
}

.missing-profile-logo a {
  display: block;
  float: none;
}

.missing-profile-logo img {
  margin: auto;
}

.single-field__label {
  float: left;
  padding: 7px 18px;
}

@media screen and (max-width: 767px) {
  .dashboard .btn-search {
    display: block;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media screen and (max-width: 399px) {
  .how-to-start .btn {
    width: 100%;
  }
}

.dashboard__expired-discount .dashboard__expired-left p.dashboard__expired-header {
  color: #FF5C61;
}

.discount-banner-box {
  padding: 10px 0 20px 0;
}

/* expired payment discount banner */
.dashboard__expired-notice {
  background-color: red;
  padding: 3px 5px;
  color: white;
  font-weight: 600;
  font-size: 14px;
  border-radius: 5px;
  margin-bottom: 10px;
  float: left;
  clear: both;
  overflow: hidden;
  line-height: 16px;
}

@media screen and (max-width: 767px) {
  .dashboard__expired-notice {
    text-align: center;
    width: 100%;
  }
}

.dashboard__expired-discount {
  clear: both;
  background-color: #F9F9F9;
  padding: 20px;
}

.dashboard__expired-discount .dashboard__expired-left {
  padding: 0;
}

.dashboard__expired-discount .dashboard__expired-left p {
  font-size: 16px;
}

.dashboard__expired-discount .dashboard__expired-left .dashboard__expired-header {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  color: #E4E6E8;
}

.dashboard__expired-discount .dashboard__expired-left .dashboard__expired-header .dashboard__expired-clearfix {
  margin-bottom: 15px;
}

.dashboard__expired-discount .dashboard__expired-right {
  padding: 0;
  text-align: center;
}

.dashboard__expired-discount .dashboard__expired-right .dashboard__expired-header {
  font-size: 30px;
  font-weight: 700;
}

.dashboard__expired-discount .dashboard__expired-right .dashboard__expired-button {
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .dashboard__expired-discount .dashboard__expired-left {
    text-align: center;
  }
  .dashboard__expired-discount .dashboard__expired-left p {
    font-size: 14px;
  }
  .dashboard__expired-discount .dashboard__expired-left .dashboard__expired-header {
    font-size: 20px;
  }
  .dashboard__expired-discount .dashboard__expired-right .dashboard__expired-button {
    margin-top: 0;
  }
}

/* special discounts banner */
.dashboard__special-discount {
  position: relative;
  color: #FFFFFF;
  background-size: 100%;
  padding: 20px;
}

.dashboard__special-discount .dashboard__special-discount-content {
  z-index: 2;
  position: relative;
}

.dashboard__special-discount .dashboard__special-left p {
  font-size: 16px;
}

.dashboard__special-discount .dashboard__special-left .dashboard__special-header {
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}

.dashboard__special-discount .dashboard__special-left .dashboard__special-header .dashboard__special-clearfix {
  margin-bottom: 15px;
}

.dashboard__special-discount .dashboard__special-right {
  text-align: center;
}

.dashboard__special-discount .dashboard__special-right .dashboard__special-header {
  font-size: 30px;
  font-weight: 700;
}

.dashboard__special-discount .dashboard__special-right .dashboard__special-button {
  color: #6561D3;
}

@media screen and (max-width: 767px) {
  .dashboard__special-discount {
    background-size: cover;
  }
  .dashboard__special-discount .dashboard__special-left p {
    font-size: 12px;
  }
  .dashboard__special-discount .dashboard__special-left .dashboard__special-header {
    font-size: 20px;
  }
  .dashboard__special-discount .dashboard__special-right .dashboard__special-button {
    font-size: 16px;
  }
}

.dashboard__special-discount_overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
  background-size: cover;
}

.header {
  background-color: #FFF;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 56px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) and (orientation: landscape) {
  .header {
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 768px) {
  .header {
    height: 85vh !important;
    min-height: 600px;
  }
}

@media screen and (min-width: 992px) {
  .header {
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 992px) {
  .header {
    padding-bottom: 120px;
  }
}

.header__background {
  top: 50px;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}

@media screen and (min-width: 992px) {
  .header__background {
    top: 75px;
  }
}

.header__background .carousel,
.header__background .carousel-inner,
.header__background .item,
.header__background .overlay,
.header__background .background-image {
  height: 100%;
}

.header__background-image {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  z-index: 1;
}

.header__background-image--top {
  background-position-y: top;
}

.header__slide-background-wrapper {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  padding-top: 60px;
}

.header__slide-background-wrapper::before {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  background-size: cover;
  content: '';
  position: absolute;
}

@media screen and (min-width: 1200px) {
  .header__slide-background-wrapper::before {
    background-position: center;
  }
}

.header__slide-background-wrapper::after {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  background-color: #FFF;
  opacity: 1;
}

.header__content {
  padding: 50px 20px 0;
  text-align: center;
}

.header__content h1 {
  color: #FFF;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.4em;
  margin-bottom: 10px;
  text-shadow: 0 2px 4px #000;
}

@media screen and (max-width: 767px) {
  .header__content h1 {
    font-size: 25px;
  }
}

@media screen and (max-width: 667px) {
  .header__content h1 {
    margin-bottom: 25px;
  }
}

.header__content h2 {
  color: #FFF;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4em;
  margin-top: 5px;
  text-shadow: 0 1px 4px #000;
}

@media screen and (max-width: 767px) {
  .header__content h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 499px) {
  .header__content h2 {
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 667px) {
  .header__content h2 {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .header__content .btn-register {
    padding: 15px 45px;
  }
}

@media screen and (max-width: 499px) {
  .header__content.dating h1 {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 370px) {
  .header__content.dating h1 {
    margin-bottom: 40px;
  }
}

.header__content .btn-start-now {
  font-size: 22px;
}

@media screen and (min-width: 768px) {
  .header__content .btn-start-now {
    font-size: 26px;
    padding: 14px 20px;
  }
}

.header__margin {
  display: none;
}

@media screen and (min-width: 768px) {
  .header__margin {
    height: 15%;
  }
}

.header__slide--anim-in .header__slide-background-wrapper {
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
  transition: -webkit-transform 7s cubic-bezier(0.115, 0.92, 0, 0.58);
  transition: transform 7s cubic-bezier(0.115, 0.92, 0, 0.58);
  transition: transform 7s cubic-bezier(0.115, 0.92, 0, 0.58), -webkit-transform 7s cubic-bezier(0.115, 0.92, 0, 0.58);
}

.header__slide--overlay-out .header__slide-background-wrapper::after {
  background-color: #fff;
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.99, 0.05, 0.8, 1.02);
}

.header__slide--overlay-none .header__slide-background-wrapper::after {
  content: none;
}

.header__slider {
  height: 100%;
}

.icon-menu {
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  padding: 10px;
  position: relative;
}

.icon-menu__dots {
  display: flex;
}

.icon-menu__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ccc;
}

.icon-menu__dot:not(:last-child) {
  margin-right: 4px;
}

.image-guidelines {
  align-items: center;
  display: flex;
}

.image-guidelines__icon {
  margin-right: 10px;
}

.image-guidelines__text {
  margin: 0;
}

.search-label {
  background-color: #f6f7fa;
  display: inline-flex;
  height: 25px;
  line-height: 25px;
  position: relative;
  border-radius: 5px;
  margin: 0 10px 5px 0;
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
}

.search-label__close {
  width: 25px;
  height: 25px;
  align-items: center;
  background-color: #d4d1d1;
  border-radius: 5px 0 0 5px;
  color: #FFF;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  justify-content: center;
  position: relative;
}

.search-label__close:hover {
  background: #bbb7b7;
}

.search-label__close::after {
  width: 9px;
  height: 9px;
  background-image: url(/assets/icons/close-x-68c16a0a9fc5fd63b83615089c49f690820227e338f26e023183558976bb3466.svg);
  background-size: cover;
  content: '';
}

.search-label__close-icon {
  width: 9px;
  height: 9px;
  fill: #FFF;
}

.search-label--clear {
  background-color: #3f464e;
  color: #FFF;
  cursor: pointer;
}

.search-label--clear:hover {
  background-color: rgba(63, 70, 78, 0.9);
}

.search-label__text {
  padding: 0 8px;
}

.search-label__unclickable {
  cursor: default;
}

.media-publication-logos {
  padding: 25px 0;
}

.media-publication-logos__col {
  margin-bottom: 25px;
  padding: 0 10px;
}

@media screen and (min-width: 992px) {
  .media-publication-logos__col {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.media-publication-logos__logo {
  display: block;
  height: 35px;
}

.media-publication-logos__logo--grayscale {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

@media screen and (min-width: 768px) {
  .media-publication-logos__logo {
    height: 50px;
  }
}

@media screen and (min-width: 1200px) {
  .media-publication-logos__logo {
    height: 60px;
  }
}

.media-publication-logos__logos {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -10px -25px;
}

@media screen and (min-width: 992px) {
  .media-publication-logos__logos {
    margin-left: -50px;
    margin-right: -50px;
  }
}

.media-publication-logos__title {
  margin: 0 0 20px;
  text-align: center;
}

.media-publication-logos__title.media-publication-logos__title {
  font-size: 22px;
}

@media screen and (min-width: 768px) {
  .media-publication-logos__title.media-publication-logos__title {
    margin-bottom: 50px;
  }
}

.navigation--conversations {
  flex: 0 0 auto;
}

.warning-alert.alert {
  border-color: #E4E6E8;
}

.warning-alert div {
  display: block;
  float: left;
}

.warning-alert .icon-container {
  color: #E4E6E8;
  margin-right: 15px;
}

.warning-alert .message-container__header {
  color: #E4E6E8;
  float: left;
  font-size: 120%;
  font-weight: 500;
  width: 100%;
}

.warning-alert .message-container__message {
  color: #2d2d2d;
  float: left;
}

.warning-alert .message-container__paragraph {
  margin: 0;
}

.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;
}

.photo-admin-actions {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.photo-admin-actions__edit {
  float: left;
  margin: 5px;
}

.photo-admin-actions__reject {
  float: right;
  margin: 5px;
}

.photo-button {
  width: 32px;
  height: 32px;
  background-color: #FF5C61;
  border-color: #FF5C61;
  border-radius: 2px;
  opacity: 0.9;
}

.photo-button:hover {
  background-color: #ff4348;
}

.photo-button__icon {
  width: 24px;
  height: 24px;
  margin: 4px;
}

.photo-button__wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  padding: 8px;
}

.plans {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .plans {
    display: flex;
    margin-bottom: 25px;
  }
}

.plans__plan {
  margin-bottom: 10px;
}

.plans__plan:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .plans__plan {
    flex: 0 1 33.3333%;
    margin-bottom: 0;
    margin-right: 20px;
  }
  .plans__plan:last-child {
    margin-right: 0;
  }
}

.plan {
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  color: #515659;
  display: block;
  font-size: 16px;
  font-weight: 500;
  height: 75px;
  position: relative;
  text-align: center;
  text-decoration: none !important;
}

.plan:hover, .plan:focus {
  color: #515659;
}

@media screen and (min-width: 768px) {
  .plan {
    height: auto;
    padding: 30px 20px 20px;
  }
}

.plan--highlighted {
  background-color: rgba(255, 92, 97, 0.1);
  border-color: rgba(255, 92, 97, 0.2);
}

.plan--highlighted .plan__left {
  border-color: rgba(255, 92, 97, 0.1);
}

.plan__arrow {
  align-items: center;
  background-color: #FF5C61;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
  color: #FFF;
  display: flex;
  justify-content: center;
  width: 25px;
}

@media screen and (min-width: 768px) {
  .plan__button {
    align-items: center;
    background-color: #FF5C61;
    border-radius: 4px;
    color: #FFF;
    display: flex;
    font-size: 16px;
    font-weight: 400;
    height: 50px;
    justify-content: center;
    margin-top: auto;
    text-align: center;
  }
  .plan__button:hover, .plan__button:focus {
    color: #FFF;
    background-color: #ff767a;
  }
  .plan__button:active {
    background-color: #ff4348;
  }
}

.plan__currency {
  color: rgba(255, 92, 97, 0.5);
  margin-right: 10px;
}

@media screen and (min-width: 768px) {
  .plan__currency {
    top: 31px;
    left: 20px;
    position: absolute;
    font-size: 14px;
    font-weight: 400;
  }
}

@media screen and (min-width: 1200px) {
  .plan__currency {
    left: 15px;
    top: 38px;
  }
}

.plan__desktop {
  display: flex;
  flex-direction: column;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .plan__desktop {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .plan__duration {
    align-items: center;
    color: #333;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    padding-bottom: 22px;
    position: relative;
  }
  .plan__duration::after {
    top: 100%;
    left: 50%;
    position: absolute;
    width: 60px;
    height: 2px;
    background-color: #FF5C61;
    content: '';
    margin-top: -2px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media screen and (min-width: 768px) {
  .plan__duration img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }
}

.plan__left {
  border-right: 1px solid #e0e0e0;
  flex: 0 0 50%;
}

.plan__left, .plan__right {
  align-items: center;
  display: flex;
  justify-content: center;
}

.plan__mobile {
  display: flex;
  height: 100%;
}

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

.plan__price--discounted {
  margin-top: 5px;
}

@media screen and (min-width: 768px) {
  .plan__price-box {
    background-color: rgba(255, 92, 97, 0.05);
    border-radius: 4px;
    padding: 14px 15px 15px;
    position: relative;
  }
}

@media screen and (min-width: 1200px) {
  .plan__price-box {
    padding-top: 4px;
  }
}

.plan__price-decimal {
  font-size: 40px;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .plan__price-decimal {
    font-size: 52px;
    line-height: 1;
  }
}

@media screen and (min-width: 1200px) {
  .plan__price-decimal {
    font-size: 81px;
  }
}

@media screen and (min-width: 768px) {
  .plan__price-discount {
    font-size: 14px;
    margin-top: 5px;
  }
}

@media screen and (min-width: 768px) {
  .plan__price-discount-was {
    color: #333;
  }
}

.plan__price-monthly {
  color: #969696;
  font-size: 14px;
  margin-bottom: 4px;
}

@media screen and (min-width: 768px) {
  .plan__price-monthly {
    margin: 10px 0;
  }
}

.plan__price-monthly-number {
  color: #FF5C61;
}

.plan__price-presentation {
  align-items: center;
  display: flex;
  font-size: 14px;
  font-weight: 400;
}

.plan__price-rest {
  margin-left: 2px;
}

@media screen and (min-width: 768px) {
  .plan__price-rest {
    top: 3px;
    left: 100%;
    position: absolute;
    font-size: 18px;
    font-weight: 400;
    margin-left: 0;
  }
}

@media screen and (min-width: 1200px) {
  .plan__price-rest {
    top: 8px;
  }
}

.plan__prices-wrap {
  display: table;
  margin: 0 auto;
  position: relative;
}

.plan__ribbon {
  top: -4px;
  left: -4px;
  position: absolute;
  fill: #FF5C61;
}

.plan__right {
  flex: 1;
}

.plan__row {
  display: flex;
  flex: 1;
  padding: 10px 0;
}

.premium_features__box {
  align-items: center;
  display: flex;
  background-color: #FFFFEF;
  border: 1px solid #E8EAB9;
  border-radius: 5px;
  padding: 10px 5px;
}

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

.premium_features__box__left-side__icon {
  max-width: 60px;
}

.premium_features__box__left-side__header {
  font-size: 16px;
  font-weight: 700;
  padding-top: 10px;
}

.premium_features__box__right-side__list {
  list-style-type: none;
  margin-top: 10px;
  padding: 0;
}

.premium_features__box__right-side__list li {
  list-style: none;
  margin-bottom: 10px;
}

.premium_features__box__right-side__list li::before {
  background: url(/assets/checkmark@2x-39480f85543178de241f3bdee8c892659a1075f5fdbc4ae3c47a5b6caa1bdb2c.png) no-repeat bottom;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 16px;
  margin-right: 10px;
  width: 16px;
}

@media screen and (max-width: 767px) {
  .premium_features__box {
    display: block;
    margin: auto;
    max-width: 90vw;
  }
  .premium_features__box__left-side {
    text-align: left;
  }
  .premium_features__box__left-side__icon {
    display: inline;
    margin: 0;
    max-width: 25px;
  }
  .premium_features__box__left-side__header {
    display: inline;
    font-size: 16px;
    left: 10px;
    position: relative;
    top: 3px;
  }
}

.range-input__header {
  display: flex;
}

.range-input__label {
  flex: 1;
  margin-bottom: 0;
}

.range-input__slider {
  padding: 8px 7px;
}

.range-input__slider-inner {
  position: relative;
}

.range-input__visual-steps {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

.range-input__visual-step {
  top: 0;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #FFF;
  z-index: 2;
}

.range-input__value {
  margin-left: auto;
}

.rating {
  margin: 10px 0 15px;
  padding: 0;
}

.rating__star {
  margin-left: -4px;
}

.rating__star path {
  fill: #FF5C61;
}

@media screen and (max-width: 991px) {
  .rating__star {
    width: 22px;
    height: 22px;
    margin-left: -3px;
  }
}

.rating__text {
  font-size: 16px;
  margin-bottom: 8px !important;
}

@media screen and (max-width: 991px) {
  .rating__text {
    font-size: 14px;
  }
}

.rating__text-question {
  margin-bottom: 16px !important;
}

.rating__box {
  margin: 10px 0;
}

.rating__box .star-rating {
  margin-bottom: -8px;
  height: 44px;
}

.rating__box .star-rating__star {
  max-width: 44px;
}

.rating__box .col-sm-24 {
  padding: 0;
}

.rating__box .form-group {
  padding: 0 10px;
}

.rating__box .form-control {
  border-color: #dee0e2;
}

.rating__controls {
  align-items: center;
  display: flex;
  font-size: 16px !important;
  flex-wrap: wrap-reverse;
  justify-content: center;
  justify-items: flex-end;
  margin-bottom: -5px;
}

.rating__button--edit {
  margin: 0 4px 0 0;
}

.rating__button--publish {
  background-color: transparent;
  color: #FF5C61;
  flex-grow: 1;
  padding: 5px 15px;
  text-align: center;
}

.rating__button--cancel {
  border-radius: 5px;
  flex-grow: 1;
  padding-bottom: 5px;
  padding-top: 5px;
  text-align: center;
}

.rating__button--cancel:hover, .rating__button--publish:hover {
  background-color: rgba(255, 92, 97, 0.1);
  color: #FF5C61;
  text-decoration: none;
}

.rating__button--reply {
  right: 20px;
  position: absolute;
}

.rating__button-text {
  margin: 0 auto;
}

.rating__button--rate {
  align-items: center;
  background-color: #FFF;
  border-color: #FF5C61;
  color: #FF5C61;
  display: flex;
  font-size: 16px;
  justify-content: space-between;
}

.rating__button--rate:hover {
  background-color: rgba(255, 92, 97, 0.1);
  border-color: #FF5C61;
  color: #FF5C61;
}

.rating__button--rate:hover .rating__star path {
  fill: #FF5C61;
}

@media screen and (max-width: 991px) {
  .rating__button--rate {
    font-size: 14px;
  }
}

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

.rating__details {
  display: flex;
}

.rating__details .star-rating {
  width: 160px;
}

.rating__details-header {
  margin: 0;
}

.rating__form {
  background: #f7f7f7;
  border-radius: 6px;
  margin-top: 14px;
  padding: 16px 26px 1px;
}

@media screen and (max-width: 991px) {
  .rating__form {
    margin-top: -9px;
  }
}

.rating__link {
  margin-left: 10px;
  font-size: 18px;
  text-decoration: none !important;
}

.rating__link--no-ratings {
  color: #969696;
}

.rating__rater-avatar {
  display: block;
  width: 100%;
}

.rating__rater-name {
  color: #FF5C61;
  font-weight: 500;
  margin: 0 5px 10px 0;
}

.rating__rater-name--wrapper {
  display: flex;
}

.rating__summary {
  margin: 0;
  padding: 0;
}

.rating__summary-label {
  position: relative;
  top: -5px;
}

.rating::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;
  }
}

.reject-candidate-form__buttons {
  display: flex;
  justify-content: space-between;
}

.reject-candidate-form__checkbox {
  margin: 20px 0;
}

.reject-candidate-form__message-preview {
  margin: 20px 0;
  padding: 20px;
}

@media screen and (max-width: 991px) {
  .reject-candidate-form__checkbox {
    margin: 10px 0;
  }
  .reject-candidate-form__message-preview {
    margin: 10px 0;
    padding: 10px;
  }
}

.search-header {
  background: url(/assets/singlemitkind/wizard-bg-mobile-ae6d4da8e47976d526e709f71611cf903d955d6a8a5c182db5cda50b635845b1.jpg) center/cover;
  height: 300px;
}

@media (-webkit-min-device-pixel-ratio: 2) {
  .search-header {
    background-image: url(/assets/singlemitkind/wizard-bg-mobile@2x-96046095d19a2bb9fce3692ed8da076cd838292b112bd9ed9f40093667469ff6.jpg);
  }
}

@media screen and (min-width: 768px) {
  .search-header {
    background-image: url(/assets/singlemitkind/wizard-bg-a5e51d360464bbc65d320725d9dad653ee543143225f09180050f83a7cab72e3.jpg);
  }
}

@media screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2) {
  .search-header {
    background-image: url(/assets/singlemitkind/wizard-bg@2x-25b1b81f1b0cfac39bab9398503eee1da2c550f1997d916660eb7038df6f878e.jpg);
  }
}

.search-header__breadcrumb {
  left: 0;
  bottom: 15px;
  position: absolute;
}

.search-header__button {
  top: 0;
  right: 0;
  position: absolute;
  align-items: center;
  -webkit-appearance: none;
  background: none;
  border: 0;
  display: flex;
  height: 100%;
  padding: 0 20px;
}

.search-header__button-icon {
  width: 26px;
  height: 28px;
  color: #FF5C61;
}

.search-header__container {
  height: 100%;
}

.search-header__hint {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}

.search-header__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  position: relative;
}

.search-header__input {
  background-color: #FFF;
  border: 0;
  border-radius: 2px;
  height: 60px;
  outline: none;
  padding: 20px 46px 20px 20px;
  width: 100%;
}

.search-header__input-wrap {
  margin-bottom: 24px;
  max-width: 480px;
  position: relative;
  width: 100%;
}

.search-header__title {
  color: #FFF;
  font-size: 32px !important;
  font-weight: 700;
  margin: 0 0 26px;
}

.search-info {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .search-info {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 768px) {
  .search-info {
    font-size: 14px;
  }
}

@media screen and (min-width: 992px) {
  .search-info {
    font-size: 18px;
  }
}

.search-info__headline {
  color: #3f464e;
  font-weight: 700;
  letter-spacing: 0.19px;
  margin-bottom: 8px;
}

@media screen and (max-width: 991px) {
  .search-info__headline {
    font-size: 24px !important;
    letter-spacing: 0;
    margin-bottom: 4px;
  }
}

.search-info__labels-wrapper {
  display: flex;
  align-items: flex-end;
  margin-top: 16px;
}

.search-info__text {
  display: inline-block;
  margin-bottom: 4px;
}

.search-info--landing .search-info__main-column {
  display: flex;
  justify-content: space-between;
}

.search-form__fields-wrapper {
  border-radius: 5px 5px 0 0;
}

@media screen and (max-width: 767px) {
  .search-form__fields-wrapper {
    border-radius: 5px;
  }
}

.search-form__buttons-wrapper--desktop {
  border-radius: 0 0 5px 5px;
  bottom: 0;
  padding-top: 0;
  z-index: 3;
}

.search-form__button--desktop {
  border-top: 1px dotted #cacaca;
  padding-top: 20px;
}

.search-form__expandable-panel-toggle {
  border: 0;
  padding: .5rem 1rem;
  background: transparent;
  color: #FF5C61;
}

.search-form__expandable-panel-toggle--first {
  margin-top: -0.5rem;
  margin-right: -1rem;
}

.search-form__expandable-panel-toggle--last {
  width: 100%;
  padding: .75rem 1rem;
  margin-bottom: -0.5rem;
  margin-left: -1rem;
  text-align: left;
}

.search-form > .well {
  margin-bottom: 0;
}

.search-form .slider-inputs {
  margin: 10px 7px 20px;
}

.search-form .form-group {
  margin-bottom: 20px;
}

.search-form .btn-dropdown {
  background-color: rgba(255, 92, 97, 0.1);
  border: none;
  color: #FF5C61;
  position: relative;
}

.search-form .btn-dropdown:active, .search-form .btn-dropdown:focus, .search-form .btn-dropdown:hover, .search-form .btn-dropdown:active:focus, .search-form .btn-dropdown:active:hover {
  background-color: rgba(255, 92, 97, 0.2);
  color: #FF5C61;
}

.search-form .btn-dropdown .dropdown-arrow {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  border-color: #FF5C61 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  display: block;
  margin: auto;
  width: 0;
  height: 0;
  transition-duration: .4s;
}

.search-form .btn-dropdown--opened .opened-text {
  display: inline;
}

.search-form .btn-dropdown--opened .closed-text {
  display: none;
}

.search-form .btn-dropdown--opened .dropdown-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.search-form .btn-dropdown--closed .opened-text {
  display: none;
}

.search-form .btn-dropdown--closed .closed-text {
  display: inline;
}

.search-form .btn-dropdown--closed .dropdown-arrow {
  -webkit-transform: none;
          transform: none;
}

.search-form .btn-dropdown--opened {
  margin-top: 20px;
}

.search-form .checkbox {
  margin-bottom: 0;
  margin-top: 0;
}

.search-form .dotted-border {
  border-bottom: 1px dotted #cacaca;
  border-top: 1px dotted #cacaca;
  padding: 20px 0;
}

.search-form .dotted-border:last-child {
  border-bottom: 0;
  margin-bottom: 0px;
}

.search-form .dotted-border + .dotted-border {
  border-top: 0;
}

.search-form .dotted + .form-group {
  padding-top: 10px;
}

.search-form .search-form__has-photo-field {
  border-top: 1px dotted #cacaca;
  padding-top: 20px;
  margin: 0;
}

.search-form .search-form__has-photo-field .checkbox__inner {
  padding: 0;
}

.search-results-rating-requests-banner {
  align-items: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 10px 0 20px;
}

.search-results-rating-requests-banner__icon {
  float: right;
  max-height: 100px;
  max-width: 100px;
  width: 100%;
}

.search-results-rating-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-rating-requests-banner__head {
    line-height: 1.25;
    font-size: 16px;
  }
}

.search-results-rating-requests-banner__description {
  color: #969696;
  letter-spacing: 0.13px;
  line-height: 1.14;
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .search-results-rating-requests-banner__description {
    font-size: 12px;
    line-height: 1.33;
    letter-spacing: 0.09px;
  }
}

.search-results-rating-requests-banner__icon-column {
  padding: 0;
  padding-right: 16px;
}

@media screen and (max-width: 767px) {
  .search-results-rating-requests-banner__icon-column {
    padding-right: 8px;
  }
}

@media screen and (max-width: 767px) {
  .search-results-rating-requests-banner__text-column {
    margin-bottom: 12px;
    padding: 0;
  }
}

.search-results-rating-requests-banner__actions-column {
  padding: 0;
}

.search-results-rating-requests-banner__button {
  line-height: 40px;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .search-results-rating-requests-banner__button {
    line-height: 32px;
    width: 100%;
  }
}

.search-results-banner {
  background-color: #f5f5f5;
  border-radius: 4px;
  color: rgba(51, 51, 51, 0.8);
  font-size: 14px;
  padding: 20px 0 9px;
  text-align: center;
}

.search-results-banner__btn {
  min-width: 200px;
}

.search-results-header {
  align-items: center;
  color: #3f464e;
  display: flex;
  position: relative;
}

@media screen and (max-width: 767px) {
  .search-results-header {
    background-image: none !important;
  }
}

@media screen and (min-width: 768px) {
  .search-results-header {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 252px;
    padding-left: 15px;
  }
}

@media screen and (min-width: 1200px) {
  .search-results-header {
    padding-left: 0;
  }
}

.search-results-header__cta-button {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  margin: 20px 0;
  width: 200px;
}

.search-results-header__cta-button:focus {
  color: #FFF;
}

@media screen and (min-width: 768px) {
  .search-results-header__content {
    max-width: 51%;
  }
}

.search-results-header__subtitle {
  font-size: 20px;
}

.search-results-header__title {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.1;
  margin: 20px 0;
}

.show-password {
  top: 18px;
  right: 12px;
  position: absolute;
  width: 23px;
  height: 20px;
  cursor: pointer;
  display: flex;
  fill: #333;
  justify-content: flex-end;
  opacity: 0.6;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}

.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;
}

.hint-section {
  background: #F9F9F9;
  border-top: 4px solid #E4E6E8;
  margin-bottom: 20px;
}

.hint-section h5 {
  margin: 0 0 15px !important;
}

.hint-section__title {
  margin-bottom: 10px;
}

.hint-section__hint {
  color: #555;
  position: relative;
}

.hint-section__hint:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.hint-section__hint:not(:last-child):after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #E0E0E0;
}

.sidebar-action-button {
  margin-top: 15px;
}

.profile-sidebar .btn, .sidebar .btn {
  text-decoration: none !important;
}

.teaser .article-picture img {
  width: auto;
  height: auto;
  max-width: 200px;
  max-height: 100px;
}

.teaser .article-content {
  margin-top: 15px;
}

.teaser .article-content a {
  text-decoration: none;
}

.sign-up-form__error {
  font-size: 12px;
  margin-bottom: 2px;
}

.sign-up-form__inputs {
  max-width: 290px;
  margin: 0 auto;
}

@media screen and (min-width: 1200px) {
  .sign-up-form__inputs {
    align-items: flex-start;
    display: flex;
    max-width: none;
  }
}

.sign-up-form__input {
  margin-bottom: 15px;
}

@media screen and (min-width: 1200px) {
  .sign-up-form__input {
    flex: 1;
    margin-right: 16px;
  }
}

.sign-up-form__role-radios {
  white-space: nowrap;
}

@media screen and (min-width: 1200px) {
  .sign-up-form__role-radios .radio {
    margin: 0;
  }
}

@media screen and (min-width: 1200px) {
  .sign-up-form__role-radios.sign-up-form__role-radios .radio__label {
    font-size: 20px;
  }
}

.sign-up-form__roles {
  display: table;
  margin: 20px auto 15px;
}

@media screen and (max-width: 1199px) {
  .sign-up-form__roles {
    width: auto !important;
  }
}

@media screen and (min-width: 1200px) {
  .sign-up-form__roles {
    flex: 0 0 auto;
    margin: 0 16px 0 0;
    width: auto;
  }
}

.sign-up-form__roles-inner {
  border: 1px solid transparent;
  padding: 0;
}

@media screen and (min-width: 1200px) {
  .sign-up-form__roles-inner {
    padding-left: 4px;
  }
}

.has-error .sign-up-form__roles-inner {
  border-color: #a94442;
  border-radius: 4px;
}

.sign-up-form__terms {
  color: #969696;
  padding: 0 25px;
  max-width: 290px;
}

@media screen and (min-width: 1200px) {
  .sign-up-form__terms {
    max-width: none;
  }
}

.sign-up-form__terms.sign-up-form__terms {
  font-size: 12px;
  margin: 25px auto 0;
  text-align: center;
}

.splited-header {
  padding: 50px 0;
}

@media screen and (min-width: 768px) {
  .splited-header {
    padding: 100px 0 80px;
  }
}

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

.splited-header__role {
  position: relative;
}

.splited-header__role:not(:last-child) {
  margin-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .splited-header__role {
    width: 50%;
  }
  .splited-header__role:not(:last-child) {
    margin-bottom: 0;
  }
}

.splited-header__role-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 67%;
}

.splited-header__role-button {
  left: 50%;
  bottom: 0;
  position: absolute;
  padding-left: 50px;
  padding-right: 50px;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  width: auto;
}

@media screen and (min-width: 992px) {
  .splited-header__role-button {
    padding-left: 90px;
    padding-right: 90px;
  }
}

.splited-header__title.splited-header__title {
  color: #000;
  font-size: 21px;
  line-height: 1.4;
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .splited-header__title.splited-header__title {
    font-size: 36px;
  }
}

@media screen and (min-width: 992px) {
  .splited-header__title.splited-header__title {
    font-size: 44px;
  }
}

.splited-header__subtitle.splited-header__subtitle {
  font-size: 24px;
}

.star-rating {
  align-items: center;
  display: flex;
  height: 35px;
}

.star-rating__label {
  color: #FF5C61;
  font-size: 18px;
  margin-left: 10px;
}

.star-rating__number {
  font-size: 18px;
  margin-left: 10px;
}

.star-rating__stars {
  align-items: center;
  display: flex;
  flex: 1;
  height: 100%;
}

.star-rating__star {
  background-image: url(/assets/icons/star-empty-e9ce8aba9faca7f2188bb43706546eec033e87d621f3bb1b4ae1f095333d56a7.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  color: #e2e2e2;
  cursor: pointer;
  display: flex;
  flex: 1;
  height: 100%;
  max-width: 35px;
}

.star-rating__star:hover {
  background-image: url(/assets/icons/star-hover-57e01f05b344bf610b85fab1e9f2fefa81249fddcc87bfede19cbffac3d32771.svg);
}

.star-rating__star--half {
  background-image: url(/assets/icons/star-half-filled-f2056befbead99c93ca86b4cb46943676a37d389d7156a8f07315372cee8e5f5.svg);
}

.star-rating__star--filled {
  color: #d8bc48;
}

.star-rating__star--full {
  background-image: url(/assets/icons/star-full-filled-ac3000ffdd8aa64c97bc1396d7263fd4962ce9e84944afd0f0766ef258b512ae.svg);
}

.star-rating__star--readonly {
  cursor: default;
  pointer-events: none;
}

.search__save-filters {
  align-items: center;
  color: #FF5C61;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  position: relative;
  text-decoration: underline;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 991px) {
  .search__save-filters {
    font-size: 14px;
    height: 24px;
  }
}

.search__save-filters-hidden {
  display: none;
}

.search__save-filters-tooltip {
  width: 300px;
  height: auto;
  top: 35px;
  left: 115px;
  position: absolute;
  background-color: #4a4a4a;
  border-radius: 5px;
  box-shadow: 0 2px 4px 0 rgba(54, 77, 76, 0.25);
  color: #FFF;
  display: none;
  font-size: 12px;
  padding: 7px;
  text-align: left;
  text-decoration: none;
  z-index: 101;
}

.search__save-filters-text {
  align-items: center;
  color: inherit;
  margin: 0;
  text-decoration: none;
}

.search__save-filters-edit {
  color: #FF5C61;
  text-decoration: underline;
}

.search__save-filters-saved {
  margin-left: 5px;
}

@media screen and (min-width: 768px) {
  .search__save-filters-saved {
    margin-bottom: -2px;
  }
}

@media screen and (max-width: 991px) {
  .search__save-filters-saved {
    margin-bottom: -4px;
  }
}

.search__save-filters-saved > path {
  fill: #FF5C61;
}

.search__save-filters:hover .search__save-filters-tooltip {
  display: block;
}

.saved-filters-container {
  display: none;
}

@media screen and (min-width: 768px) {
  .saved-filters-container {
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1010;
  }
}

.saved-filters {
  width: 100%;
  height: 100%;
  background-color: #FFF;
  border-radius: 5px;
  max-height: 600px;
  max-width: 800px;
  z-index: 1010;
}

.saved-filters__scrollable-area {
  height: 85%;
  overflow: scroll;
}

@media screen and (max-width: 767px) {
  .saved-filters__scrollable-area {
    padding-bottom: 60px;
  }
}

.saved-filters__overlay {
  display: none;
  z-index: 1010;
}

@media screen and (min-width: 768px) {
  .saved-filters__overlay {
    top: 0;
    left: 0;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    display: block;
    opacity: 0.5;
  }
}

.saved-filters__heading {
  display: flex;
  height: 40px;
  justify-content: space-between;
  margin-bottom: 12px;
}

@media screen and (min-width: 992px) {
  .saved-filters__heading {
    justify-content: flex-end;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .saved-filters__heading {
    margin-bottom: 0;
  }
}

.saved-filters__header {
  align-self: center;
  font-size: 24px !important;
  height: 20px;
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
  .saved-filters__header {
    margin: 0 auto;
  }
}

.saved-filters__tooltip--xs {
  background-color: rgba(63, 70, 78, 0.05);
  border-radius: 4px;
  font-size: 12px;
  margin: 6px 0 12px;
  padding: 12px;
}

.saved-filters__close {
  width: 24px;
  height: 24px;
  align-self: flex-start;
  background-color: inherit;
  border: 0;
  color: #FF5C61;
  cursor: pointer;
}

@media screen and (min-width: 992px) {
  .saved-filters__applied-filters {
    align-content: space-between;
    display: flex;
    flex-wrap: wrap;
    margin: 10px auto 0 26%;
    width: 55%;
  }
}

.saved-filters__filter {
  display: flex;
  height: auto;
}

.saved-filters__filter-title {
  font-weight: 500;
  margin-right: 7px;
}

@media screen and (min-width: 992px) {
  .saved-filters__filter-title {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

.saved-filters__filter-info {
  font-weight: 400;
}

@media screen and (min-width: 992px) {
  .saved-filters__filter {
    width: 50%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

.saved-filters__use-for {
  background-color: rgba(63, 70, 78, 0.05);
  border-radius: 4px;
  margin-top: 24px;
  padding: 17px 12px;
}

.saved-filters__use-for-header {
  font-size: 20px !important;
  margin: 0 0 20px;
  text-align: center;
}

.saved-filters__use-for-checkbox, .saved-filters__use-for-label {
  margin: 0;
}

.saved-filters__use-for-label {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-weight: 500;
}

.saved-filters__use-for-line {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.saved-filters__use-for-line:not(:last-child) {
  margin-bottom: 14px;
}

@media screen and (min-width: 992px) {
  .saved-filters__use-for-line {
    margin-left: 26%;
  }
}

.saved-filters__use-for-checkbox {
  opacity: 0;
  position: absolute;
}

.saved-filters__use-for-checkbox:checked + .saved-filters__use-for-line .saved-filters__use-for-checkbox-overlay {
  background-color: #FF5C61;
  border-color: #FF5C61;
}

.saved-filters__use-for-checkbox-overlay {
  width: 22px;
  height: 22px;
  background-color: #FFF;
  border: 1px solid #FFF;
  border-radius: 20%;
  content: '';
  display: inline-block;
  flex: 0 0 auto;
  height: 1.9em;
  margin-right: 1em;
  width: 1.9em;
}

.saved-filters__use-for-checkbox-overlay::after {
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  content: '';
  display: block;
  height: 0.85em;
  left: 37%;
  position: relative;
  top: 20%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 0.5em;
}

@media screen and (min-width: 992px) {
  .saved-filters__use-for-checkbox-overlay {
    border-color: #FF5C61;
  }
}

@media screen and (max-width: 767px) {
  .saved-filters__use-for {
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 992px) {
  .saved-filters__use-for {
    background-color: #FFF;
  }
}

.saved-filters__button {
  background-color: #FF5C61;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  height: 38px;
  width: 100%;
}

.saved-filters__button-wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 72px;
  background-color: #FFF;
  bottom: 0;
  box-shadow: 0 0 8px 0 rgba(18, 110, 106, 0.5);
  left: 0;
  padding: 19px;
  position: fixed;
  z-index: 9;
}

@media screen and (min-width: 992px) {
  .saved-filters__button-wrapper {
    width: 220px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    left: 0;
    bottom: 6%;
    right: 0;
    position: absolute;
    box-shadow: none;
    margin: 0 auto;
    padding: 0;
  }
}

.saved-filters-hidden {
  display: none;
}

.saved-filters__background {
  position: unset;
}

@media screen and (min-width: 992px) {
  .saved-filters__upper {
    align-items: center;
    background-color: rgba(63, 70, 78, 0.05);
    display: flex;
    flex-direction: column;
    height: auto;
    padding: 20px 15px 0 0;
    position: relative;
  }
  .saved-filters__upper::after {
    left: 15%;
    bottom: 0;
    position: absolute;
    border-bottom: 1px solid #FF5C61;
    content: '';
    height: 1px;
    width: 70%;
  }
}

@media screen and (min-width: 992px) {
  .saved-filters__bottom {
    background-color: #FFF;
  }
}

@media screen and (min-width: 768px) {
  .saved-filters {
    top: 50%;
    left: 50%;
    position: absolute;
    width: 56%;
    height: 80%;
    padding: 25px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media screen and (min-width: 992px) {
  .saved-filters {
    padding: 0;
  }
}

.welcome-screen {
  background-color: #FFF;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.welcome-screen__upper, .welcome-screen__bottom {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 25px 16px 0;
}

.welcome-screen__upper {
  position: relative;
}

.welcome-screen__upper::after {
  left: 28%;
  bottom: 0;
  position: absolute;
  width: 44%;
  height: 1px;
  border-bottom: 1px solid #FF5C61;
  content: '';
}

.welcome-screen__bold {
  font-weight: 500;
}

.welcome-screen__icon {
  margin-bottom: 15px;
}

.welcome-screen__bottom {
  background-color: rgba(228, 230, 232, 0.25);
  padding-bottom: 10px;
}

.welcome-screen__new-line {
  display: block;
}

@media screen and (min-width: 992px) {
  .welcome-screen__new-line {
    padding: 0;
  }
}

.welcome-screen__text-indicator, .welcome-screen__notice, .welcome-screen__information {
  text-align: center;
}

.welcome-screen__name {
  color: #3f464e;
  font-size: 24px;
  font-weight: 500;
}

@media screen and (min-width: 992px) {
  .welcome-screen__name {
    font-size: 32px;
  }
}

.welcome-screen__notice {
  color: #3f464e;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  width: 272px;
}

@media screen and (min-width: 992px) {
  .welcome-screen__notice {
    width: 504px;
    height: 96px;
    top: 25px;
    left: 192px;
    position: absolute;
    align-items: flex-start;
    background-color: rgba(228, 230, 232, 0.25);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.71;
    padding-left: 192px;
    padding-right: 40px;
    text-align: left;
    z-index: 2;
  }
}

.welcome-screen__information {
  color: #333;
  font-size: 16px;
}

.welcome-screen__navigation {
  display: none;
}

@media screen and (max-width: 991px) {
  .welcome-screen__navigation {
    top: 0;
    left: 0;
    position: absolute;
    display: block;
    width: 100vw;
  }
}

.welcome-screen__add-to-favorites {
  top: 0;
  right: 0;
  position: absolute;
}

.welcome-screen__profile {
  align-items: center;
  background-color: #FFF;
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  box-shadow: 0 4px 12px -6px rgba(51, 51, 51, 0.25);
  display: flex;
  margin-bottom: 20px;
  margin-top: 10px;
  padding: 8px;
  width: 360px;
}

@media screen and (min-width: 992px) {
  .welcome-screen__profile-wrapper {
    position: relative;
    width: 63%;
  }
}

.welcome-screen__profile-left {
  width: 80px;
  height: 80px;
  margin-right: 16px;
  position: relative;
}

.welcome-screen__profile-right {
  width: 72%;
}

.welcome-screen__profile-name {
  color: #FF5C61;
}

.welcome-screen__profile-gender {
  text-transform: capitalize;
}

.welcome-screen__profile-row {
  display: flex;
  font-size: 16px;
  justify-content: space-between;
}

.welcome-screen__profile-row > p {
  margin: 0;
}

.welcome-screen__profile-row:not(:first-of-type) {
  font-size: 14px;
}

@media screen and (max-width: 374px) {
  .welcome-screen__profile-row:not(:first-of-type) {
    font-size: 11px;
  }
}

@media screen and (max-width: 374px) {
  .welcome-screen__profile {
    width: 97vw;
  }
}

@media screen and (min-width: 992px) {
  .welcome-screen__profile {
    position: relative;
    z-index: 5;
  }
}

.welcome-screen__avatar {
  width: 100%;
}

.welcome-screen__see-profile-button {
  font-size: 14px;
  font-weight: 500;
  margin: 15px auto;
  max-width: 340px;
  width: 100%;
}

.welcome-screen__browse-similar {
  color: #FF5C61;
  font-size: 14px;
  margin-bottom: 15px;
}

.welcome-screen__benefits {
  width: 100%;
  height: 160px;
  display: flex;
  max-width: 504px;
  padding: 0 19px 20px;
  position: relative;
}

.welcome-screen__benefits-left {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  max-width: 80px;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .welcome-screen__benefits-left {
    margin-right: 60px;
  }
}

.welcome-screen__benefits-right {
  margin-right: auto;
}

@media screen and (min-width: 992px) {
  .welcome-screen__benefits {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 350px) {
  .welcome-screen__benefits {
    min-height: 190px;
  }
}

.welcome-screen__benefit {
  align-items: center;
  display: flex;
}

.welcome-screen__benefit:last-child {
  margin-bottom: 0;
}

.welcome-screen__benefit::before {
  width: 16px;
  height: 16px;
  background-image: url(/assets/icons/premium-benefit-tick-icon-651986d59292fa573f63379b08063e8fd9a71551c8824a4779214b6e7994fd04.svg);
  background-size: contain;
  content: '';
  display: inline-block;
  margin-right: 10px;
}

.welcome-screen__text-indicator {
  margin-bottom: 20px;
  width: 260px;
}

@media screen and (min-width: 992px) {
  .welcome-screen__text-indicator {
    width: auto;
  }
}

.welcome-screen__crown-icon {
  width: 48px;
  height: 40px;
}

.welcome-screen__crown-text {
  font-weight: 700;
  margin: 4px 0 0;
}

@media screen and (min-width: 992px) {
  .welcome-screen__crown-text {
    margin-top: 7px;
    min-width: 185px;
  }
}

.welcome-screen__learn-about-premium {
  left: 0;
  bottom: 0;
  position: absolute;
  background-color: #d8bc48;
  border-color: #d8bc48;
  display: flex;
  justify-content: center;
  width: 100%;
}

.welcome-screen__learn-about-premium::after {
  width: 16px;
  height: 16px;
  background-image: url(/assets/icons/flat-right-arrow-6049e1a90a7ee353f09d97744d3dd38557795a053dd06ca33c8034a276b65d77.svg);
  background-size: contain;
  content: '';
  display: inline-block;
  margin-right: 10px;
  margin-top: 2px;
}

.welcome-screen__pseudo-element::after {
  content: '•';
  display: inline-block;
  font-weight: 500;
  margin-left: 4px;
  margin-right: 5px;
  margin-top: 2px;
}

@media screen and (max-width: 991px) {
  .welcome-screen {
    top: 50px;
    left: 0;
    position: absolute;
    width: 100%;
    height: inherit;
  }
}

.external-rating-thanks {
  max-width: 845px;
  padding: 0;
}

.external-rating-thanks__wrapper {
  display: flex;
  justify-content: center;
}

.external-rating-thanks__upper, .external-rating-thanks__bottom {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.external-rating-thanks__upper {
  position: relative;
}

.external-rating-thanks__upper::after {
  bottom: 0;
  position: absolute;
  width: 86%;
  height: 1px;
  border-bottom: 1px solid #FF5C61;
  content: '';
  max-width: 600px;
}

.external-rating-thanks__bottom {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 20px 20px 40px;
}

.external-rating-thanks__bottom-left {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .external-rating-thanks__bottom-left {
    display: flex;
  }
}

.external-rating-thanks__bottom-right {
  line-height: 1.5;
  margin: 20px 0 36px;
  max-width: 450px;
  text-align: center;
}

.external-rating-thanks__bottom-right > * {
  color: #FF5C61 !important;
  font-size: 16px !important;
}

.external-rating-thanks__bottom-right h1 {
  font-weight: 700;
}

.external-rating-thanks__bottom-right h2 {
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .external-rating-thanks__bottom-right {
    font-size: 16px;
    max-width: 310px;
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  .external-rating-thanks__bottom {
    background-color: #f9f9f9;
    padding: 20px 0 40px;
  }
}

.external-rating-thanks__bold {
  font-weight: 700;
}

.external-rating-thanks__icon {
  width: 120px;
  height: 120px;
  margin: 25px 0 15px;
}

.external-rating-thanks__icon g {
  fill: #FF5C61;
}

.external-rating-thanks__header {
  font-size: 20px;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .external-rating-thanks__header {
    font-size: 24px;
  }
}

.external-rating-thanks__rating-value {
  margin: 0 0 20px;
}

.external-rating-thanks .star-rating__star {
  font-size: 33px;
}

.external-rating-thanks .star-rating__star:not(:last-child) {
  margin-right: 16px;
}

.external-rating-thanks__message {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  margin-bottom: 20px;
  text-align: center;
  width: 270px;
}

@media screen and (min-width: 768px) {
  .external-rating-thanks__message {
    font-size: 16px;
    margin-bottom: 30px;
    width: 470px;
  }
}

.external-rating-thanks__domain-logo {
  width: 240px;
}

.external-rating-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-rating-thanks__general-domain-info {
    display: flex;
    justify-content: space-between;
    width: 600px;
  }
}

@media screen and (min-width: 768px) {
  .external-rating-thanks {
    border: solid 2px #f9f9f9;
    min-width: 700px;
    padding: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 880px) {
  .external-rating-thanks {
    min-width: 620px;
  }
}

@media screen and (max-width: 767px) {
  .external_ratings-show > .new-footer {
    display: none;
  }
}

.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-57727a6c6e4f358962f0b5602d779f67a3d7d03a07463aeeb289c111490b7905.jpg);
}

.teaser-page-general__image.homeservice24 {
  background-image: url(/assets/fairboss_landing/homeservice-02b92fb011f2c22f3ad6d4e59830b1832534184761b1a9e9fa6255cf49263436.jpg);
}

.teaser-page-general__image-gradient {
  background: linear-gradient(to top, transparent, 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;
  }
}

.teaser-page-consumers__main-column {
  display: flex;
  flex: 1;
  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: #136bdf;
  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: #2d88e4;
  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: #1880cd;
  color: #FFF;
  text-decoration: none;
}

.teaser-page-consumers__tooltip-icon {
  color: #2d88e4;
  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: #eaf3fc;
  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;
  -webkit-transform: scaleX(-1) rotate(-90deg);
          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: #eaf3fc 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;
    -webkit-transform: rotate(135deg);
            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;
  -webkit-transform: rotate(135deg);
          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;
  }
}

@media screen and (max-width: 767px) {
  .teaser-page-consumers__list li .list-style-icon svg {
    width: 20px;
    height: 20px;
  }
}

.teaser-page-consumers__list li .list-style-icon svg path:first-child {
  fill: #e5e8f2;
}

.teaser-page-consumers__list li .list-style-icon svg path:last-child {
  fill: #2d88e4;
}

.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;
  }
}

.requesting .message-content {
  height: 205px;
}

.requesting .subtitle {
  color: #d0d0d0;
}

.requesting .open-mail-program-subtitle {
  margin-bottom: 15px;
}

.requesting .copy-link-subtitle {
  margin-top: 30px;
}

.requesting .link__icon {
  margin-right: 5px;
}

.contacts-list {
  max-height: 205px;
  overflow-y: auto;
}

.contacts-list .contact-links {
  float: right;
  margin: 10px;
}

.contacts-list .contacts-list__item {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-radius: 0px;
  margin: 0;
}

.contacts-list .contacts-list__item:nth-of-type(1) {
  border-top: 1px solid #ddd;
  border-radius: 4px 4px 0px 0px;
}

.contacts-list .contacts-list__item:nth-last-of-type(1) {
  border-bottom: 1px solid #ddd;
  border-radius: 0px 0px 4px 4px;
}

.contacts-list .contacts-list__item:only-of-type {
  border-bottom: 1px solid #ddd;
  border-radius: 4px;
}

.contacts-list .radio__button {
  margin-right: 15px;
}

.contacts-list .input--radio:checked ~ .contact__label {
  background: rgba(241, 241, 241, 0.5);
}

.contacts-list .contact__label {
  background: white;
  border-radius: 4px;
  font-weight: 400;
  padding: 5px 15px;
}

.contacts-list .contact__image {
  display: inline-block;
  height: 40px;
  vertical-align: middle;
}

.contacts-list .contact__info {
  display: inline-block;
  vertical-align: middle;
}

.contacts-list .contact__text {
  margin: 0 0 0 10px;
}

.content a.contact__link {
  text-decoration: none;
}

.registration_modal .registration_modal__dialog {
  left: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 450px;
  position: absolute;
  right: 0;
}

.registration_modal .registration_modal__header {
  padding: 0;
}

.registration_modal .registration_modal__header .registration_modal__header-close_button {
  font-size: 40px;
  font-weight: 200;
  margin: 0;
  text-align: left;
  width: 10%;
}

.registration_modal .registration_modal__header .registration_modal__header-title {
  margin: 10px 0;
  padding-left: 10%;
  text-align: center;
  weight: 600;
}

.registration_modal .registration_modal__body {
  padding: 2% 10%;
}

@media screen and (min-width: 768px) {
  .registration_modal .registration_modal__body {
    padding: 2% 15%;
  }
}

.registration_modal .registration_modal__body .registration_modal__body-role_text {
  display: inline-block;
  vertical-align: top;
  font-weight: 500;
  width: 82%;
}

.registration_modal .registration_modal__body .registration_modal__body-roles {
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  margin: 20px auto;
  padding: 10px 10px;
}

@media screen and (max-width: 767px) {
  .registration_modal .registration_modal__body .registration_modal__body-roles {
    border: 0;
    padding: 0;
  }
}

.registration_modal .registration_modal__body .registration_modal__body-role {
  margin: 0;
  padding: 10px 0;
}

@media screen and (max-width: 767px) {
  .registration_modal .registration_modal__body .registration_modal__body-role:nth-of-type(1) {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .registration_modal .registration_modal__body .registration_modal__body-role:nth-of-type(2) {
    padding-top: 6px;
  }
}

.registration_modal .registration_modal__body .registration_modal__body-label {
  margin-bottom: 10px;
}

.registration_modal .registration_modal__body .registration_modal__body-terms {
  margin: 15px 0;
}

.registration_modal .registration_modal__footer {
  margin: 30px 30px 0 30px;
  text-align: center;
}

.statistics__bordered {
  border: 1px solid #ddd;
}

.statistics__explanations {
  margin-top: 30px;
}

.statistics__legend {
  margin-top: 20px;
}

.statistics__month {
  margin-top: 20px;
}
