@charset "UTF-8";

.fancybox-enabled {
    overflow: hidden;
}

.fancybox-enabled body {
    overflow: visible;
    height: 100%;
}

.fancybox-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99993;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.fancybox-container~.fancybox-container {
    z-index: 99992;
}

.fancybox-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #0f0f11;
    opacity: 0;
    transition-timing-function: cubic-bezier(.55,.06,.68,.19);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.fancybox-container--ready .fancybox-bg {
    opacity: .87;
    transition-timing-function: cubic-bezier(.22,.61,.36,1);
}

.fancybox-controls {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    z-index: 99994;
    transition: opacity .2s;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    direction: ltr;
}

.fancybox-show-controls .fancybox-controls {
    opacity: 1;
}

.fancybox-infobar {
    display: none;
}

.fancybox-show-infobar .fancybox-infobar {
    display: inline-block;
    pointer-events: all;
}

.fancybox-infobar__body {
    display: inline-block;
    width: 70px;
    line-height: 44px;
    font-size: 13px;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    text-align: center;
    color: #ddd;
    background-color: rgba(30,30,30,.7);
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-buttons {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    pointer-events: all;
}

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

.fancybox-slider-wrap {
    overflow: hidden;
    direction: ltr;
}

.fancybox-slider,
.fancybox-slider-wrap {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    z-index: 99993;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
}

.fancybox-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    outline: none;
    white-space: normal;
    box-sizing: border-box;
    text-align: center;
    z-index: 99994;
    -webkit-overflow-scrolling: touch;
}

.fancybox-slide:before {
    content: "";
    height: 100%;
    width: 0;
}

.fancybox-slide:before,
.fancybox-slide>* {
    display: inline-block;
    vertical-align: middle;
}

.fancybox-slide>* {
    position: relative;
    padding: 24px;
    margin: 44px 0;
    border-width: 0;
    text-align: left;
    background-color: #fff;
    overflow: auto;
    box-sizing: border-box;
}

.fancybox-slide--image {
    overflow: hidden;
}

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

.fancybox-content {
    display: inline-block;
    position: relative;
    margin: 44px auto;
    padding: 0;
    border: 0;
    width: 80%;
    height: calc(100% - 88px);
    vertical-align: middle;
    line-height: normal;
    text-align: left;
    white-space: normal;
    outline: none;
    font-size: 16px;
    font-family: Arial,sans-serif;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
}

.fancybox-iframe {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
    background: transparent;
}

.fancybox-placeholder {
    z-index: 99995;
    background: transparent;
    cursor: default;
    overflow: visible;
    transform-origin: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.fancybox-image,
.fancybox-placeholder,
.fancybox-spaceball {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

.fancybox-image,
.fancybox-spaceball {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    background: transparent;
    background-size: 100% 100%;
}

.fancybox-controls--canzoomOut .fancybox-placeholder {
    cursor: zoom-out;
}

.fancybox-controls--canzoomIn .fancybox-placeholder {
    cursor: zoom-in;
}

.fancybox-controls--canGrab .fancybox-placeholder {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-controls--isGrabbing .fancybox-placeholder {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

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

.fancybox-tmp {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden;
}

.fancybox-error {
    position: absolute;
    margin: 0;
    padding: 40px;
    top: 50%;
    left: 50%;
    width: 380px;
    max-width: 100%;
    transform: translate(-50%,-50%);
    background: #fff;
    cursor: default;
}

.fancybox-error p {
    margin: 0;
    padding: 0;
    color: #444;
    font: 16px/20px Helvetica Neue,Helvetica,Arial,sans-serif;
}

.fancybox-close-small {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    outline: none;
    background: transparent;
    z-index: 10;
    cursor: pointer;
}

.fancybox-close-small:after {
    content: "×";
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font: 20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;
    color: #888;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background: #fff;
    transition: background .2s;
    box-sizing: border-box;
    z-index: 2;
}

.fancybox-close-small:focus:after {
    outline: 1px dotted #888;
}

.fancybox-slide--video .fancybox-close-small {
    top: -36px;
    right: -36px;
    background: transparent;
}

.fancybox-close-small:hover:after {
    color: #555;
    background: #eee;
}

.fancybox-caption-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 30px 0;
    z-index: 99998;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
    background: linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));
    opacity: 0;
    transition: opacity .2s;
    pointer-events: none;
}

.fancybox-show-caption .fancybox-caption-wrap {
    opacity: 1;
}

.fancybox-caption {
    padding: 30px 0;
    border-top: 1px solid hsla(0,0%,100%,.4);
    font-size: 14px;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    color: #fff;
    line-height: 20px;
    -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button {
    pointer-events: all;
}

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

.fancybox-button {
    display: inline-block;
    position: relative;
    width: 44px;
    height: 44px;
    line-height: 44px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    background: transparent;
    color: #fff;
    box-sizing: border-box;
    vertical-align: top;
    outline: none;
}

.fancybox-button--disabled {
    cursor: default;
    pointer-events: none;
}

.fancybox-button,
.fancybox-infobar__body {
    background: rgba(30,30,30,.6);
}

.fancybox-button:hover {
    background: rgba(0,0,0,.8);
}

.fancybox-button:after,
.fancybox-button:before {
    content: "";
    pointer-events: none;
    position: absolute;
    border-color: #fff;
    background-color: currentColor;
    color: currentColor;
    opacity: .9;
    box-sizing: border-box;
    display: inline-block;
}

.fancybox-button--disabled:after,
.fancybox-button--disabled:before {
    opacity: .5;
}

.fancybox-button--left:after {
    left: 20px;
    transform: rotate(-135deg);
}

.fancybox-button--left:after,
.fancybox-button--right:after {
    top: 18px;
    width: 6px;
    height: 6px;
    background: transparent;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
}

.fancybox-button--right:after {
    right: 20px;
    transform: rotate(45deg);
}

.fancybox-button--left {
    border-bottom-left-radius: 5px;
}

.fancybox-button--right {
    border-bottom-right-radius: 5px;
}

.fancybox-button--close {
    float: right;
}

.fancybox-button--close:after,
.fancybox-button--close:before {
    content: "";
    display: inline-block;
    position: absolute;
    height: 2px;
    width: 16px;
    top: calc(50% - 1px);
    left: calc(50% - 8px);
}

.fancybox-button--close:before {
    transform: rotate(45deg);
}

.fancybox-button--close:after {
    transform: rotate(-45deg);
}

.fancybox-loading {
    border: 6px solid hsla(0,0%,39%,.4);
    border-top: 6px solid hsla(0,0%,100%,.6);
    border-radius: 100%;
    height: 50px;
    width: 50px;
    animation: fancybox-rotate .8s infinite linear;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    z-index: 99999;
}

@keyframes fancybox-rotate{
    0% {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

@media (max-width:800px){
    .fancybox-controls {
        text-align: left;
    }

    .fancybox-button--left,
    .fancybox-button--right,
    .fancybox-buttons button:not(.fancybox-button--close) {
        display: none!important;
    }

    .fancybox-caption {
        padding: 20px 0;
        margin: 0;
    }
}

.fancybox-button--fullscreen:before {
    width: 15px;
    height: 11px;
    left: 15px;
    top: 16px;
    border: 2px solid;
    background: none;
}

.fancybox-button--play:before {
    top: 16px;
    left: 18px;
    width: 0;
    height: 0;
    border-top: 6px inset transparent;
    border-bottom: 6px inset transparent;
    border-left: 10px solid;
    border-radius: 1px;
    background: transparent;
}

.fancybox-button--pause:before {
    top: 16px;
    left: 18px;
    width: 7px;
    height: 11px;
    border-style: solid;
    border-width: 0 2px;
    background: transparent;
}

.fancybox-button--thumbs span {
    font-size: 23px;
}

.fancybox-button--thumbs:before {
    top: 20px;
    left: 21px;
    width: 3px;
    height: 3px;
    box-shadow: 0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0;
}

.fancybox-container--thumbs .fancybox-caption-wrap,
.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap {
    right: 220px;
}

.fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    z-index: 99993;
    word-break: normal;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
}

.fancybox-thumbs>ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
}

.fancybox-thumbs>ul>li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid #fff;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
}

li.fancybox-thumbs-loading {
    background: rgba(0,0,0,.1);
}

.fancybox-thumbs>ul>li>img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-thumbs>ul>li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all .2s cubic-bezier(.25,.46,.45,.94);
}

.fancybox-thumbs>ul>li.fancybox-thumbs-active:before {
    opacity: 1;
}

@media (max-width:800px){
    .fancybox-thumbs {
        display: none!important;
    }

    .fancybox-container--thumbs .fancybox-caption-wrap,
    .fancybox-container--thumbs .fancybox-controls,
    .fancybox-container--thumbs .fancybox-slider-wrap {
        right: 0;
    }
}

.cc-window {
    opacity: 1;
    transition: opacity 1s ease;
}

.cc-window.cc-invisible {
    opacity: 0;
}

.cc-animate.cc-revoke {
    transition: transform 1s ease;
}

.cc-animate.cc-revoke.cc-top {
    transform: translateY(-2em);
}

.cc-animate.cc-revoke.cc-bottom {
    transform: translateY(2em);
}

.cc-animate.cc-revoke.cc-active.cc-bottom,
.cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover {
    transform: translateY(0);
}

.cc-grower {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s;
}

.cc-link,
.cc-revoke:hover {
    text-decoration: underline;
}

.cc-revoke,
.cc-window {
    position: fixed;
    overflow: hidden;
    box-sizing: border-box;
    font-family: Helvetica,Calibri,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 9999;
}

.cc-window.cc-static {
    position: static;
}

.cc-window.cc-floating {
    padding: 2em;
    max-width: 24em;
    -ms-flex-direction: column;
    flex-direction: column;
}

.cc-window.cc-banner {
    padding: 1em 1.8em;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
}

.cc-revoke {
    padding: .5em;
}

.cc-header {
    font-size: 18px;
    font-weight: 700;
}

.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
    cursor: pointer;
}

.cc-link {
    opacity: .8;
    display: inline-block;
    padding: .2em;
}

.cc-link:hover {
    opacity: 1;
}

.cc-link:active,
.cc-link:visited {
    color: initial;
}

.cc-btn {
    display: block;
    padding: .4em .8em;
    font-size: .9em;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap;
}

.cc-banner .cc-btn:last-child {
    min-width: 140px;
}

.cc-highlight .cc-btn:first-child {
    background-color: transparent;
    border-color: transparent;
}

.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
    background-color: transparent;
    text-decoration: underline;
}

.cc-close {
    display: block;
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 1.6em;
    opacity: .9;
    line-height: .75;
}

.cc-close:focus,
.cc-close:hover {
    opacity: 1;
}

.cc-revoke.cc-top {
    top: 0;
    left: 3em;
    border-bottom-left-radius: .5em;
    border-bottom-right-radius: .5em;
}

.cc-revoke.cc-bottom {
    bottom: 0;
    left: 3em;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em;
}

.cc-revoke.cc-left {
    left: 3em;
    right: unset;
}

.cc-revoke.cc-right {
    right: 3em;
    left: unset;
}

.cc-top {
    top: 1em;
}

.cc-left {
    left: 1em;
}

.cc-right {
    right: 1em;
}

.cc-bottom {
    bottom: 1em;
}

.cc-floating>.cc-link {
    margin-bottom: 1em;
}

.cc-floating .cc-message {
    display: block;
    margin-bottom: 1em;
}

.cc-window.cc-floating .cc-compliance {
    -ms-flex: 1;
    flex: 1;
}

.cc-window.cc-banner {
    -ms-flex-align: center;
    align-items: center;
}

.cc-banner.cc-top {
    left: 0;
    right: 0;
    top: 0;
}

.cc-banner.cc-bottom {
    left: 0;
    right: 0;
    bottom: 0;
}

.cc-banner .cc-message {
    -ms-flex: 1;
    flex: 1;
}

.cc-compliance {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between;
}

.cc-compliance>.cc-btn {
    -ms-flex: 1;
    flex: 1;
}

.cc-btn+.cc-btn {
    margin-left: .5em;
}

@media print{
    .cc-revoke,
    .cc-window {
        display: none;
    }
}

@media screen and (max-width:900px){
    .cc-btn {
        white-space: normal;
    }
}

@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){
    .cc-window.cc-top {
        top: 0;
    }

    .cc-window.cc-bottom {
        bottom: 0;
    }

    .cc-window.cc-banner,
    .cc-window.cc-left,
    .cc-window.cc-right {
        left: 0;
        right: 0;
    }

    .cc-window.cc-banner {
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cc-window.cc-banner .cc-compliance {
        -ms-flex: 1;
        flex: 1;
    }

    .cc-window.cc-floating {
        max-width: none;
    }

    .cc-window .cc-message {
        margin-bottom: 1em;
    }

    .cc-window.cc-banner {
        -ms-flex-align: unset;
        align-items: unset;
    }
}

.cc-floating.cc-theme-classic {
    padding: 1.2em;
    border-radius: 5px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
    text-align: center;
    display: inline;
    -ms-flex: none;
    flex: none;
}

.cc-theme-classic .cc-btn {
    border-radius: 5px;
}

.cc-theme-classic .cc-btn:last-child {
    min-width: 140px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
    display: inline-block;
}

.cc-theme-edgeless.cc-window {
    padding: 0;
}

.cc-floating.cc-theme-edgeless .cc-message {
    margin: 2em 2em 1.5em;
}

.cc-banner.cc-theme-edgeless .cc-btn {
    margin: 0;
    padding: .8em 1.8em;
    height: 100%;
}

.cc-banner.cc-theme-edgeless .cc-message {
    margin-left: 1em;
}

.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn {
    margin-left: 0;
}

.sm {
    box-sizing: border-box;
    position: relative;
    z-index: 9999;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.sm,
.sm li,
.sm ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    direction: ltr;
    text-align: left;
}

.sm-rtl,
.sm-rtl li,
.sm-rtl ul {
    direction: rtl;
    text-align: right;
}

.sm>li>h1,
.sm>li>h2,
.sm>li>h3,
.sm>li>h4,
.sm>li>h5,
.sm>li>h6 {
    margin: 0;
    padding: 0;
}

.sm ul {
    display: none;
}

.sm a,
.sm li {
    position: relative;
}

.sm a {
    display: block;
}

.sm a.disabled {
    cursor: default;
}

.sm:after {
    content: "";
    display: block;
    height: 0;
    font: 0/0 serif;
    clear: both;
    overflow: hidden;
}

.sm *,
.sm :after,
.sm :before {
    box-sizing: inherit;
}

.navbar-nav:not(.sm-collapsible) ul .caret {
    position: absolute;
    right: 0;
    margin-top: 6px;
    margin-right: 15px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px dashed;
}

.navbar-nav:not(.sm-collapsible) ul a.has-submenu {
    padding-right: 30px;
}

.navbar-nav.sm-collapsible .caret,
.navbar-nav.sm-collapsible ul .caret {
    position: absolute;
    right: 0;
    margin: -3px 15px 0 0;
    padding: 0;
    width: 32px;
    height: 26px;
    line-height: 24px;
    text-align: center;
    border-width: 1px;
    border-style: solid;
}

.navbar-nav.sm-collapsible .caret:before {
    content: "+";
    font-family: monospace;
    font-weight: 700;
}

.navbar-nav.sm-collapsible .open>a>.caret:before {
    content: "-";
}

.navbar-nav.sm-collapsible a.has-submenu {
    padding-right: 50px;
}

.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] .caret,
.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] ul .caret {
    position: static;
    margin: 0 0 0 2px;
    padding: 0;
    width: 0;
    height: 0;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-bottom: 0;
    border-left: 4px solid transparent;
}

.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] .caret:before {
    content: ""!important;
}

.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] a.has-submenu {
    padding-right: 15px;
}

.navbar-nav span.scroll-down,
.navbar-nav span.scroll-up {
    position: absolute;
    display: none;
    visibility: hidden;
    height: 20px;
    overflow: hidden;
    text-align: center;
}

.navbar-nav span.scroll-down-arrow,
.navbar-nav span.scroll-up-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-top: 7px dashed transparent;
    border-right: 7px dashed transparent;
    border-bottom: 7px solid;
    border-left: 7px dashed transparent;
}

.navbar-nav span.scroll-down-arrow {
    top: 6px;
    border-top: 7px solid;
    border-right: 7px dashed transparent;
    border-bottom: 7px dashed transparent;
    border-left: 7px dashed transparent;
}

.navbar-nav.sm-collapsible ul .dropdown-menu .dropdown-header,
.navbar-nav.sm-collapsible ul .dropdown-menu>li>a {
    padding-left: 35px;
}

.navbar-nav.sm-collapsible ul ul .dropdown-menu .dropdown-header,
.navbar-nav.sm-collapsible ul ul .dropdown-menu>li>a {
    padding-left: 45px;
}

.navbar-nav.sm-collapsible ul ul ul .dropdown-menu .dropdown-header,
.navbar-nav.sm-collapsible ul ul ul .dropdown-menu>li>a {
    padding-left: 55px;
}

.navbar-nav.sm-collapsible ul ul ul ul .dropdown-menu .dropdown-header,
.navbar-nav.sm-collapsible ul ul ul ul .dropdown-menu>li>a {
    padding-left: 65px;
}

.navbar-nav .dropdown-menu>li>a {
    white-space: normal;
}

.navbar-nav ul.sm-nowrap>li>a {
    white-space: nowrap;
}

.navbar-nav.sm-collapsible ul.sm-nowrap>li>a {
    white-space: normal;
}

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

/* ! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

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

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

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

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

b,
strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: .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: -.5em;
}

sub {
    bottom: -.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 silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: 700;
}

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{
    *,
    :after,
    :before {
        background: transparent!important;
        color: #000!important;
        box-shadow: none!important;
        text-shadow: none!important;
    }

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

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

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

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

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

    thead {
        display: table-header-group;
    }

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

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

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }

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

    .navbar {
        display: none;
    }

    .btn>.caret,
    .dropup>.btn>.caret,
    .dropup>button[type=submit]>.caret,
    .dropup>input[type=submit]>.caret,
    .search-form .dropup>.search-submit>.caret,
    .search-form .search-submit>.caret,
    button[type=submit]>.caret,
    input[type=submit]>.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 td,
    .table-bordered th {
        border: 1px solid #ddd!important;
    }
}

*,
:after,
:before {
    box-sizing: border-box;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}

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

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

a {
    color: #3e2020;
    text-decoration: none;
}

a:focus,
a:hover {
    color: #0c0606;
    text-decoration: underline;
}

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

figure {
    margin: 0;
}

img {
}

.img-responsive,
aside div.block img,
footer div.column img {
    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 .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 #eee;
}

[role=button] {
    cursor: pointer;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
section.treatments div.items div.item a span {
    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,
section.treatments div.items div.item a span .small,
section.treatments div.items div.item a span small {
    font-weight: 400;
    line-height: 1;
    color: #777;
}

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

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

.h4,
.h5,
.h6,
h4,
h5,
h6,
section.treatments div.items div.item a span {
    margin-top: 10px;
    margin-bottom: 10px;
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small,
section.treatments div.items div.item a span .small,
section.treatments div.items div.item a span small {
    font-size: 75%;
}

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

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

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

.h4,
h4,
section.treatments div.items div.item a span {
    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:992px){
    .lead {
        font-size: 21px;
    }
}

.small,
small {
    font-size: 85%;
}

.mark,
mark {
    background-color: #fcf8e3;
    padding: .2em;
}

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

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

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

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

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.initialism,
.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777;
}

.text-primary {
    color: #3e2020;
}

a.text-primary:focus,
a.text-primary:hover {
    color: #1c0f0f;
}

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

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

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

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

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

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

.text-danger {
    color: #a94442;
}

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

.bg-primary {
    color: #fff;
    background-color: #3e2020;
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #1c0f0f;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #e4b9b9;
}

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

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

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

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

.list-inline {
    margin-left: -5px;
}

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

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

dd,
dt {
    line-height: 1.428571429;
}

dt {
    font-weight: 700;
}

dd {
    margin-left: 0;
}

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

.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[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777;
}

.initialism {
    font-size: 90%;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

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

blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #777;
}

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

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right;
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
    content: "";
}

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

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

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

code {
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

code,
kbd {
    padding: 2px 4px;
    font-size: 90%;
}

kbd {
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    box-shadow: none;
}

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

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

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

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

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

.container:after {
    clear: both;
}

@media (min-width:992px){
    .container {
        width: 750px;
        width: 970px;
    }
}

@media (min-width:1200px){
    .container {
        width: 1170px;
    }
}

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

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

.container-fluid:after {
    clear: both;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

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

.row:after {
    clear: both;
}

.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,
.col-lg-25,
.col-lg-26,
.col-lg-27,
.col-lg-28,
.col-lg-29,
.col-lg-30,
.col-lg-31,
.col-lg-32,
.col-lg-33,
.col-lg-34,
.col-lg-35,
.col-lg-36,
.col-lg-37,
.col-lg-38,
.col-lg-39,
.col-lg-40,
.col-lg-41,
.col-lg-42,
.col-lg-43,
.col-lg-44,
.col-lg-45,
.col-lg-46,
.col-lg-47,
.col-lg-48,
.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,
.col-md-25,
.col-md-26,
.col-md-27,
.col-md-28,
.col-md-29,
.col-md-30,
.col-md-31,
.col-md-32,
.col-md-33,
.col-md-34,
.col-md-35,
.col-md-36,
.col-md-37,
.col-md-38,
.col-md-39,
.col-md-40,
.col-md-41,
.col-md-42,
.col-md-43,
.col-md-44,
.col-md-45,
.col-md-46,
.col-md-47,
.col-md-48,
.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,
.col-sm-25,
.col-sm-26,
.col-sm-27,
.col-sm-28,
.col-sm-29,
.col-sm-30,
.col-sm-31,
.col-sm-32,
.col-sm-33,
.col-sm-34,
.col-sm-35,
.col-sm-36,
.col-sm-37,
.col-sm-38,
.col-sm-39,
.col-sm-40,
.col-sm-41,
.col-sm-42,
.col-sm-43,
.col-sm-44,
.col-sm-45,
.col-sm-46,
.col-sm-47,
.col-sm-48,
.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,
.col-xs-25,
.col-xs-26,
.col-xs-27,
.col-xs-28,
.col-xs-29,
.col-xs-30,
.col-xs-31,
.col-xs-32,
.col-xs-33,
.col-xs-34,
.col-xs-35,
.col-xs-36,
.col-xs-37,
.col-xs-38,
.col-xs-39,
.col-xs-40,
.col-xs-41,
.col-xs-42,
.col-xs-43,
.col-xs-44,
.col-xs-45,
.col-xs-46,
.col-xs-47,
.col-xs-48 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

/* .col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.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,
.col-xs-25,
.col-xs-26,
.col-xs-27,
.col-xs-28,
.col-xs-29,
.col-xs-30,
.col-xs-31,
.col-xs-32,
.col-xs-33,
.col-xs-34,
.col-xs-35,
.col-xs-36,
.col-xs-37,
.col-xs-38,
.col-xs-39,
.col-xs-40,
.col-xs-41,
.col-xs-42,
.col-xs-43,
.col-xs-44,
.col-xs-45,
.col-xs-46,
.col-xs-47,
.col-xs-48 {
    float: left;
} */
.col-xs-1 {
    width: 2.0833333333%;
}

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

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

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

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

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

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

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

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

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

.col-xs-11 {
    width: 22.9166666667%;
}

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

.col-xs-13 {
    width: 27.0833333333%;
}

.col-xs-14 {
    width: 29.1666666667%;
}

.col-xs-15 {
    width: 31.25%;
}

.col-xs-16 {
    width: 33.3333333333%;
}

.col-xs-17 {
    width: 35.4166666667%;
}

.col-xs-18 {
    width: 37.5%;
}

.col-xs-19 {
    width: 39.5833333333%;
}

.col-xs-20 {
    width: 41.6666666667%;
}

.col-xs-21 {
    width: 43.75%;
}

.col-xs-22 {
    width: 45.8333333333%;
}

.col-xs-23 {
    width: 47.9166666667%;
}

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

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

.col-xs-26 {
    width: 54.1666666667%;
}

.col-xs-27 {
    width: 56.25%;
}

.col-xs-28 {
    width: 58.3333333333%;
}

.col-xs-29 {
    width: 60.4166666667%;
}

.col-xs-30 {
    width: 62.5%;
}

.col-xs-31 {
    width: 64.5833333333%;
}

.col-xs-32 {
    width: 66.6666666667%;
}

.col-xs-33 {
    width: 68.75%;
}

.col-xs-34 {
    width: 70.8333333333%;
}

.col-xs-35 {
    width: 72.9166666667%;
}

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

.col-xs-37 {
    width: 77.0833333333%;
}

.col-xs-38 {
    width: 79.1666666667%;
}

.col-xs-39 {
    width: 81.25%;
}

.col-xs-40 {
    width: 83.3333333333%;
}

.col-xs-41 {
    width: 85.4166666667%;
}

.col-xs-42 {
    width: 87.5%;
}

.col-xs-43 {
    width: 89.5833333333%;
}

.col-xs-44 {
    width: 91.6666666667%;
}

.col-xs-45 {
    width: 93.75%;
}

.col-xs-46 {
    width: 95.8333333333%;
}

.col-xs-47 {
    width: 97.9166666667%;
}

.col-xs-48 {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-pull-13 {
    right: 27.0833333333%;
}

.col-xs-pull-14 {
    right: 29.1666666667%;
}

.col-xs-pull-15 {
    right: 31.25%;
}

.col-xs-pull-16 {
    right: 33.3333333333%;
}

.col-xs-pull-17 {
    right: 35.4166666667%;
}

.col-xs-pull-18 {
    right: 37.5%;
}

.col-xs-pull-19 {
    right: 39.5833333333%;
}

.col-xs-pull-20 {
    right: 41.6666666667%;
}

.col-xs-pull-21 {
    right: 43.75%;
}

.col-xs-pull-22 {
    right: 45.8333333333%;
}

.col-xs-pull-23 {
    right: 47.9166666667%;
}

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

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

.col-xs-pull-26 {
    right: 54.1666666667%;
}

.col-xs-pull-27 {
    right: 56.25%;
}

.col-xs-pull-28 {
    right: 58.3333333333%;
}

.col-xs-pull-29 {
    right: 60.4166666667%;
}

.col-xs-pull-30 {
    right: 62.5%;
}

.col-xs-pull-31 {
    right: 64.5833333333%;
}

.col-xs-pull-32 {
    right: 66.6666666667%;
}

.col-xs-pull-33 {
    right: 68.75%;
}

.col-xs-pull-34 {
    right: 70.8333333333%;
}

.col-xs-pull-35 {
    right: 72.9166666667%;
}

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

.col-xs-pull-37 {
    right: 77.0833333333%;
}

.col-xs-pull-38 {
    right: 79.1666666667%;
}

.col-xs-pull-39 {
    right: 81.25%;
}

.col-xs-pull-40 {
    right: 83.3333333333%;
}

.col-xs-pull-41 {
    right: 85.4166666667%;
}

.col-xs-pull-42 {
    right: 87.5%;
}

.col-xs-pull-43 {
    right: 89.5833333333%;
}

.col-xs-pull-44 {
    right: 91.6666666667%;
}

.col-xs-pull-45 {
    right: 93.75%;
}

.col-xs-pull-46 {
    right: 95.8333333333%;
}

.col-xs-pull-47 {
    right: 97.9166666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-push-13 {
    left: 27.0833333333%;
}

.col-xs-push-14 {
    left: 29.1666666667%;
}

.col-xs-push-15 {
    left: 31.25%;
}

.col-xs-push-16 {
    left: 33.3333333333%;
}

.col-xs-push-17 {
    left: 35.4166666667%;
}

.col-xs-push-18 {
    left: 37.5%;
}

.col-xs-push-19 {
    left: 39.5833333333%;
}

.col-xs-push-20 {
    left: 41.6666666667%;
}

.col-xs-push-21 {
    left: 43.75%;
}

.col-xs-push-22 {
    left: 45.8333333333%;
}

.col-xs-push-23 {
    left: 47.9166666667%;
}

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

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

.col-xs-push-26 {
    left: 54.1666666667%;
}

.col-xs-push-27 {
    left: 56.25%;
}

.col-xs-push-28 {
    left: 58.3333333333%;
}

.col-xs-push-29 {
    left: 60.4166666667%;
}

.col-xs-push-30 {
    left: 62.5%;
}

.col-xs-push-31 {
    left: 64.5833333333%;
}

.col-xs-push-32 {
    left: 66.6666666667%;
}

.col-xs-push-33 {
    left: 68.75%;
}

.col-xs-push-34 {
    left: 70.8333333333%;
}

.col-xs-push-35 {
    left: 72.9166666667%;
}

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

.col-xs-push-37 {
    left: 77.0833333333%;
}

.col-xs-push-38 {
    left: 79.1666666667%;
}

.col-xs-push-39 {
    left: 81.25%;
}

.col-xs-push-40 {
    left: 83.3333333333%;
}

.col-xs-push-41 {
    left: 85.4166666667%;
}

.col-xs-push-42 {
    left: 87.5%;
}

.col-xs-push-43 {
    left: 89.5833333333%;
}

.col-xs-push-44 {
    left: 91.6666666667%;
}

.col-xs-push-45 {
    left: 93.75%;
}

.col-xs-push-46 {
    left: 95.8333333333%;
}

.col-xs-push-47 {
    left: 97.9166666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:992px){
    .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,
    .col-sm-25,
    .col-sm-26,
    .col-sm-27,
    .col-sm-28,
    .col-sm-29,
    .col-sm-30,
    .col-sm-31,
    .col-sm-32,
    .col-sm-33,
    .col-sm-34,
    .col-sm-35,
    .col-sm-36,
    .col-sm-37,
    .col-sm-38,
    .col-sm-39,
    .col-sm-40,
    .col-sm-41,
    .col-sm-42,
    .col-sm-43,
    .col-sm-44,
    .col-sm-45,
    .col-sm-46,
    .col-sm-47,
    .col-sm-48 {
        float: left;
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .col-sm-13 {
        width: 27.0833333333%;
    }

    .col-sm-14 {
        width: 29.1666666667%;
    }

    .col-sm-15 {
        width: 31.25%;
    }

    .col-sm-16 {
        width: 33.3333333333%;
    }

    .col-sm-17 {
        width: 35.4166666667%;
    }

    .col-sm-18 {
        width: 37.5%;
    }

    .col-sm-19 {
        width: 39.5833333333%;
    }

    .col-sm-20 {
        width: 41.6666666667%;
    }

    .col-sm-21 {
        width: 43.75%;
    }

    .col-sm-22 {
        width: 45.8333333333%;
    }

    .col-sm-23 {
        width: 47.9166666667%;
    }

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

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

    .col-sm-26 {
        width: 54.1666666667%;
    }

    .col-sm-27 {
        width: 56.25%;
    }

    .col-sm-28 {
        width: 58.3333333333%;
    }

    .col-sm-29 {
        width: 60.4166666667%;
    }

    .col-sm-30 {
        width: 62.5%;
    }

    .col-sm-31 {
        width: 64.5833333333%;
    }

    .col-sm-32 {
        width: 66.6666666667%;
    }

    .col-sm-33 {
        width: 68.75%;
    }

    .col-sm-34 {
        width: 70.8333333333%;
    }

    .col-sm-35 {
        width: 72.9166666667%;
    }

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

    .col-sm-37 {
        width: 77.0833333333%;
    }

    .col-sm-38 {
        width: 79.1666666667%;
    }

    .col-sm-39 {
        width: 81.25%;
    }

    .col-sm-40 {
        width: 83.3333333333%;
    }

    .col-sm-41 {
        width: 85.4166666667%;
    }

    .col-sm-42 {
        width: 87.5%;
    }

    .col-sm-43 {
        width: 89.5833333333%;
    }

    .col-sm-44 {
        width: 91.6666666667%;
    }

    .col-sm-45 {
        width: 93.75%;
    }

    .col-sm-46 {
        width: 95.8333333333%;
    }

    .col-sm-47 {
        width: 97.9166666667%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-sm-pull-13 {
        right: 27.0833333333%;
    }

    .col-sm-pull-14 {
        right: 29.1666666667%;
    }

    .col-sm-pull-15 {
        right: 31.25%;
    }

    .col-sm-pull-16 {
        right: 33.3333333333%;
    }

    .col-sm-pull-17 {
        right: 35.4166666667%;
    }

    .col-sm-pull-18 {
        right: 37.5%;
    }

    .col-sm-pull-19 {
        right: 39.5833333333%;
    }

    .col-sm-pull-20 {
        right: 41.6666666667%;
    }

    .col-sm-pull-21 {
        right: 43.75%;
    }

    .col-sm-pull-22 {
        right: 45.8333333333%;
    }

    .col-sm-pull-23 {
        right: 47.9166666667%;
    }

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

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

    .col-sm-pull-26 {
        right: 54.1666666667%;
    }

    .col-sm-pull-27 {
        right: 56.25%;
    }

    .col-sm-pull-28 {
        right: 58.3333333333%;
    }

    .col-sm-pull-29 {
        right: 60.4166666667%;
    }

    .col-sm-pull-30 {
        right: 62.5%;
    }

    .col-sm-pull-31 {
        right: 64.5833333333%;
    }

    .col-sm-pull-32 {
        right: 66.6666666667%;
    }

    .col-sm-pull-33 {
        right: 68.75%;
    }

    .col-sm-pull-34 {
        right: 70.8333333333%;
    }

    .col-sm-pull-35 {
        right: 72.9166666667%;
    }

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

    .col-sm-pull-37 {
        right: 77.0833333333%;
    }

    .col-sm-pull-38 {
        right: 79.1666666667%;
    }

    .col-sm-pull-39 {
        right: 81.25%;
    }

    .col-sm-pull-40 {
        right: 83.3333333333%;
    }

    .col-sm-pull-41 {
        right: 85.4166666667%;
    }

    .col-sm-pull-42 {
        right: 87.5%;
    }

    .col-sm-pull-43 {
        right: 89.5833333333%;
    }

    .col-sm-pull-44 {
        right: 91.6666666667%;
    }

    .col-sm-pull-45 {
        right: 93.75%;
    }

    .col-sm-pull-46 {
        right: 95.8333333333%;
    }

    .col-sm-pull-47 {
        right: 97.9166666667%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-sm-push-13 {
        left: 27.0833333333%;
    }

    .col-sm-push-14 {
        left: 29.1666666667%;
    }

    .col-sm-push-15 {
        left: 31.25%;
    }

    .col-sm-push-16 {
        left: 33.3333333333%;
    }

    .col-sm-push-17 {
        left: 35.4166666667%;
    }

    .col-sm-push-18 {
        left: 37.5%;
    }

    .col-sm-push-19 {
        left: 39.5833333333%;
    }

    .col-sm-push-20 {
        left: 41.6666666667%;
    }

    .col-sm-push-21 {
        left: 43.75%;
    }

    .col-sm-push-22 {
        left: 45.8333333333%;
    }

    .col-sm-push-23 {
        left: 47.9166666667%;
    }

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

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

    .col-sm-push-26 {
        left: 54.1666666667%;
    }

    .col-sm-push-27 {
        left: 56.25%;
    }

    .col-sm-push-28 {
        left: 58.3333333333%;
    }

    .col-sm-push-29 {
        left: 60.4166666667%;
    }

    .col-sm-push-30 {
        left: 62.5%;
    }

    .col-sm-push-31 {
        left: 64.5833333333%;
    }

    .col-sm-push-32 {
        left: 66.6666666667%;
    }

    .col-sm-push-33 {
        left: 68.75%;
    }

    .col-sm-push-34 {
        left: 70.8333333333%;
    }

    .col-sm-push-35 {
        left: 72.9166666667%;
    }

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

    .col-sm-push-37 {
        left: 77.0833333333%;
    }

    .col-sm-push-38 {
        left: 79.1666666667%;
    }

    .col-sm-push-39 {
        left: 81.25%;
    }

    .col-sm-push-40 {
        left: 83.3333333333%;
    }

    .col-sm-push-41 {
        left: 85.4166666667%;
    }

    .col-sm-push-42 {
        left: 87.5%;
    }

    .col-sm-push-43 {
        left: 89.5833333333%;
    }

    .col-sm-push-44 {
        left: 91.6666666667%;
    }

    .col-sm-push-45 {
        left: 93.75%;
    }

    .col-sm-push-46 {
        left: 95.8333333333%;
    }

    .col-sm-push-47 {
        left: 97.9166666667%;
    }

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

    .col-sm-offset-0 {
        margin-left: 0;
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .col-sm-offset-13 {
        margin-left: 27.0833333333%;
    }

    .col-sm-offset-14 {
        margin-left: 29.1666666667%;
    }

    .col-sm-offset-15 {
        margin-left: 31.25%;
    }

    .col-sm-offset-16 {
        margin-left: 33.3333333333%;
    }

    .col-sm-offset-17 {
        margin-left: 35.4166666667%;
    }

    .col-sm-offset-18 {
        margin-left: 37.5%;
    }

    .col-sm-offset-19 {
        margin-left: 39.5833333333%;
    }

    .col-sm-offset-20 {
        margin-left: 41.6666666667%;
    }

    .col-sm-offset-21 {
        margin-left: 43.75%;
    }

    .col-sm-offset-22 {
        margin-left: 45.8333333333%;
    }

    .col-sm-offset-23 {
        margin-left: 47.9166666667%;
    }

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

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

    .col-sm-offset-26 {
        margin-left: 54.1666666667%;
    }

    .col-sm-offset-27 {
        margin-left: 56.25%;
    }

    .col-sm-offset-28 {
        margin-left: 58.3333333333%;
    }

    .col-sm-offset-29 {
        margin-left: 60.4166666667%;
    }

    .col-sm-offset-30 {
        margin-left: 62.5%;
    }

    .col-sm-offset-31 {
        margin-left: 64.5833333333%;
    }

    .col-sm-offset-32 {
        margin-left: 66.6666666667%;
    }

    .col-sm-offset-33 {
        margin-left: 68.75%;
    }

    .col-sm-offset-34 {
        margin-left: 70.8333333333%;
    }

    .col-sm-offset-35 {
        margin-left: 72.9166666667%;
    }

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

    .col-sm-offset-37 {
        margin-left: 77.0833333333%;
    }

    .col-sm-offset-38 {
        margin-left: 79.1666666667%;
    }

    .col-sm-offset-39 {
        margin-left: 81.25%;
    }

    .col-sm-offset-40 {
        margin-left: 83.3333333333%;
    }

    .col-sm-offset-41 {
        margin-left: 85.4166666667%;
    }

    .col-sm-offset-42 {
        margin-left: 87.5%;
    }

    .col-sm-offset-43 {
        margin-left: 89.5833333333%;
    }

    .col-sm-offset-44 {
        margin-left: 91.6666666667%;
    }

    .col-sm-offset-45 {
        margin-left: 93.75%;
    }

    .col-sm-offset-46 {
        margin-left: 95.8333333333%;
    }

    .col-sm-offset-47 {
        margin-left: 97.9166666667%;
    }

    .col-sm-offset-48 {
        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,
    .col-lg-25,
    .col-lg-26,
    .col-lg-27,
    .col-lg-28,
    .col-lg-29,
    .col-lg-30,
    .col-lg-31,
    .col-lg-32,
    .col-lg-33,
    .col-lg-34,
    .col-lg-35,
    .col-lg-36,
    .col-lg-37,
    .col-lg-38,
    .col-lg-39,
    .col-lg-40,
    .col-lg-41,
    .col-lg-42,
    .col-lg-43,
    .col-lg-44,
    .col-lg-45,
    .col-lg-46,
    .col-lg-47,
    .col-lg-48 {
        float: left;
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .col-lg-13 {
        width: 27.0833333333%;
    }

    .col-lg-14 {
        width: 29.1666666667%;
    }

    .col-lg-15 {
        width: 31.25%;
    }

    .col-lg-16 {
        width: 33.3333333333%;
    }

    .col-lg-17 {
        width: 35.4166666667%;
    }

    .col-lg-18 {
        width: 37.5%;
    }

    .col-lg-19 {
        width: 39.5833333333%;
    }

    .col-lg-20 {
        width: 41.6666666667%;
    }

    .col-lg-21 {
        width: 43.75%;
    }

    .col-lg-22 {
        width: 45.8333333333%;
    }

    .col-lg-23 {
        width: 47.9166666667%;
    }

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

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

    .col-lg-26 {
        width: 54.1666666667%;
    }

    .col-lg-27 {
        width: 56.25%;
    }

    .col-lg-28 {
        width: 58.3333333333%;
    }

    .col-lg-29 {
        width: 60.4166666667%;
    }

    .col-lg-30 {
        width: 62.5%;
    }

    .col-lg-31 {
        width: 64.5833333333%;
    }

    .col-lg-32 {
        width: 66.6666666667%;
    }

    .col-lg-33 {
        width: 68.75%;
    }

    .col-lg-34 {
        width: 70.8333333333%;
    }

    .col-lg-35 {
        width: 72.9166666667%;
    }

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

    .col-lg-37 {
        width: 77.0833333333%;
    }

    .col-lg-38 {
        width: 79.1666666667%;
    }

    .col-lg-39 {
        width: 81.25%;
    }

    .col-lg-40 {
        width: 83.3333333333%;
    }

    .col-lg-41 {
        width: 85.4166666667%;
    }

    .col-lg-42 {
        width: 87.5%;
    }

    .col-lg-43 {
        width: 89.5833333333%;
    }

    .col-lg-44 {
        width: 91.6666666667%;
    }

    .col-lg-45 {
        width: 93.75%;
    }

    .col-lg-46 {
        width: 95.8333333333%;
    }

    .col-lg-47 {
        width: 97.9166666667%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-lg-pull-13 {
        right: 27.0833333333%;
    }

    .col-lg-pull-14 {
        right: 29.1666666667%;
    }

    .col-lg-pull-15 {
        right: 31.25%;
    }

    .col-lg-pull-16 {
        right: 33.3333333333%;
    }

    .col-lg-pull-17 {
        right: 35.4166666667%;
    }

    .col-lg-pull-18 {
        right: 37.5%;
    }

    .col-lg-pull-19 {
        right: 39.5833333333%;
    }

    .col-lg-pull-20 {
        right: 41.6666666667%;
    }

    .col-lg-pull-21 {
        right: 43.75%;
    }

    .col-lg-pull-22 {
        right: 45.8333333333%;
    }

    .col-lg-pull-23 {
        right: 47.9166666667%;
    }

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

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

    .col-lg-pull-26 {
        right: 54.1666666667%;
    }

    .col-lg-pull-27 {
        right: 56.25%;
    }

    .col-lg-pull-28 {
        right: 58.3333333333%;
    }

    .col-lg-pull-29 {
        right: 60.4166666667%;
    }

    .col-lg-pull-30 {
        right: 62.5%;
    }

    .col-lg-pull-31 {
        right: 64.5833333333%;
    }

    .col-lg-pull-32 {
        right: 66.6666666667%;
    }

    .col-lg-pull-33 {
        right: 68.75%;
    }

    .col-lg-pull-34 {
        right: 70.8333333333%;
    }

    .col-lg-pull-35 {
        right: 72.9166666667%;
    }

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

    .col-lg-pull-37 {
        right: 77.0833333333%;
    }

    .col-lg-pull-38 {
        right: 79.1666666667%;
    }

    .col-lg-pull-39 {
        right: 81.25%;
    }

    .col-lg-pull-40 {
        right: 83.3333333333%;
    }

    .col-lg-pull-41 {
        right: 85.4166666667%;
    }

    .col-lg-pull-42 {
        right: 87.5%;
    }

    .col-lg-pull-43 {
        right: 89.5833333333%;
    }

    .col-lg-pull-44 {
        right: 91.6666666667%;
    }

    .col-lg-pull-45 {
        right: 93.75%;
    }

    .col-lg-pull-46 {
        right: 95.8333333333%;
    }

    .col-lg-pull-47 {
        right: 97.9166666667%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-lg-push-13 {
        left: 27.0833333333%;
    }

    .col-lg-push-14 {
        left: 29.1666666667%;
    }

    .col-lg-push-15 {
        left: 31.25%;
    }

    .col-lg-push-16 {
        left: 33.3333333333%;
    }

    .col-lg-push-17 {
        left: 35.4166666667%;
    }

    .col-lg-push-18 {
        left: 37.5%;
    }

    .col-lg-push-19 {
        left: 39.5833333333%;
    }

    .col-lg-push-20 {
        left: 41.6666666667%;
    }

    .col-lg-push-21 {
        left: 43.75%;
    }

    .col-lg-push-22 {
        left: 45.8333333333%;
    }

    .col-lg-push-23 {
        left: 47.9166666667%;
    }

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

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

    .col-lg-push-26 {
        left: 54.1666666667%;
    }

    .col-lg-push-27 {
        left: 56.25%;
    }

    .col-lg-push-28 {
        left: 58.3333333333%;
    }

    .col-lg-push-29 {
        left: 60.4166666667%;
    }

    .col-lg-push-30 {
        left: 62.5%;
    }

    .col-lg-push-31 {
        left: 64.5833333333%;
    }

    .col-lg-push-32 {
        left: 66.6666666667%;
    }

    .col-lg-push-33 {
        left: 68.75%;
    }

    .col-lg-push-34 {
        left: 70.8333333333%;
    }

    .col-lg-push-35 {
        left: 72.9166666667%;
    }

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

    .col-lg-push-37 {
        left: 77.0833333333%;
    }

    .col-lg-push-38 {
        left: 79.1666666667%;
    }

    .col-lg-push-39 {
        left: 81.25%;
    }

    .col-lg-push-40 {
        left: 83.3333333333%;
    }

    .col-lg-push-41 {
        left: 85.4166666667%;
    }

    .col-lg-push-42 {
        left: 87.5%;
    }

    .col-lg-push-43 {
        left: 89.5833333333%;
    }

    .col-lg-push-44 {
        left: 91.6666666667%;
    }

    .col-lg-push-45 {
        left: 93.75%;
    }

    .col-lg-push-46 {
        left: 95.8333333333%;
    }

    .col-lg-push-47 {
        left: 97.9166666667%;
    }

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

    .col-lg-offset-0 {
        margin-left: 0;
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .col-lg-offset-13 {
        margin-left: 27.0833333333%;
    }

    .col-lg-offset-14 {
        margin-left: 29.1666666667%;
    }

    .col-lg-offset-15 {
        margin-left: 31.25%;
    }

    .col-lg-offset-16 {
        margin-left: 33.3333333333%;
    }

    .col-lg-offset-17 {
        margin-left: 35.4166666667%;
    }

    .col-lg-offset-18 {
        margin-left: 37.5%;
    }

    .col-lg-offset-19 {
        margin-left: 39.5833333333%;
    }

    .col-lg-offset-20 {
        margin-left: 41.6666666667%;
    }

    .col-lg-offset-21 {
        margin-left: 43.75%;
    }

    .col-lg-offset-22 {
        margin-left: 45.8333333333%;
    }

    .col-lg-offset-23 {
        margin-left: 47.9166666667%;
    }

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

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

    .col-lg-offset-26 {
        margin-left: 54.1666666667%;
    }

    .col-lg-offset-27 {
        margin-left: 56.25%;
    }

    .col-lg-offset-28 {
        margin-left: 58.3333333333%;
    }

    .col-lg-offset-29 {
        margin-left: 60.4166666667%;
    }

    .col-lg-offset-30 {
        margin-left: 62.5%;
    }

    .col-lg-offset-31 {
        margin-left: 64.5833333333%;
    }

    .col-lg-offset-32 {
        margin-left: 66.6666666667%;
    }

    .col-lg-offset-33 {
        margin-left: 68.75%;
    }

    .col-lg-offset-34 {
        margin-left: 70.8333333333%;
    }

    .col-lg-offset-35 {
        margin-left: 72.9166666667%;
    }

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

    .col-lg-offset-37 {
        margin-left: 77.0833333333%;
    }

    .col-lg-offset-38 {
        margin-left: 79.1666666667%;
    }

    .col-lg-offset-39 {
        margin-left: 81.25%;
    }

    .col-lg-offset-40 {
        margin-left: 83.3333333333%;
    }

    .col-lg-offset-41 {
        margin-left: 85.4166666667%;
    }

    .col-lg-offset-42 {
        margin-left: 87.5%;
    }

    .col-lg-offset-43 {
        margin-left: 89.5833333333%;
    }

    .col-lg-offset-44 {
        margin-left: 91.6666666667%;
    }

    .col-lg-offset-45 {
        margin-left: 93.75%;
    }

    .col-lg-offset-46 {
        margin-left: 95.8333333333%;
    }

    .col-lg-offset-47 {
        margin-left: 97.9166666667%;
    }

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

table {
    background-color: transparent;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
}

caption,
th {
    text-align: left;
}

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

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    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>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    border-top: 0;
}

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

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

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

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

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

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-responsive {
    overflow-x: auto;
    min-height: .01%;
}

@media screen and (max-width:991px){
    .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>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        white-space: nowrap;
    }

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

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

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

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

fieldset {
    margin: 0;
    min-width: 0;
}

fieldset,
legend {
    padding: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    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;
}

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

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

input[type=range] {
    display: block;
    width: 100%;
}

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

input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]: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: #555;
}

.comment-form input[type=email],
.comment-form input[type=text],
.comment-form input[type=url],
.comment-form textarea,
.form-control,
.search-form .search-field,
.select2-container--default .select2-selection--single,
.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce table.cart td.actions .input-text,
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
select,
textarea {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.comment-form input[type=url]:focus,
.form-control:focus,
.search-form .search-field:focus,
.select2-container--default .select2-selection--single:focus,
.woocommerce #content table.cart td.actions .input-text:focus,
.woocommerce table.cart td.actions .input-text:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
select:focus,
textarea:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.comment-form input[type=email]::-moz-placeholder,
.comment-form input[type=text]::-moz-placeholder,
.comment-form input[type=url]::-moz-placeholder,
.comment-form textarea::-moz-placeholder,
.form-control::-moz-placeholder,
.search-form .search-field::-moz-placeholder,
.select2-container--default .select2-selection--single::-moz-placeholder,
.woocommerce #content table.cart td.actions .input-text::-moz-placeholder,
.woocommerce table.cart td.actions .coupon .input-text::-moz-placeholder,
.woocommerce table.cart td.actions .input-text::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=text]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.comment-form input[type=url]:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
.search-form .search-field:-ms-input-placeholder,
.select2-container--default .select2-selection--single:-ms-input-placeholder,
.woocommerce #content table.cart td.actions .input-text:-ms-input-placeholder,
.woocommerce table.cart td.actions .input-text:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999;
}

.comment-form input[type=email]::-webkit-input-placeholder,
.comment-form input[type=text]::-webkit-input-placeholder,
.comment-form input[type=url]::-webkit-input-placeholder,
.comment-form textarea::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
.search-form .search-field::-webkit-input-placeholder,
.select2-container--default .select2-selection--single::-webkit-input-placeholder,
.woocommerce #content table.cart td.actions .input-text::-webkit-input-placeholder,
.woocommerce table.cart td.actions .coupon .input-text::-webkit-input-placeholder,
.woocommerce table.cart td.actions .input-text::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999;
}

.comment-form input[type=email]::-ms-expand,
.comment-form input[type=text]::-ms-expand,
.comment-form input[type=url]::-ms-expand,
.comment-form textarea::-ms-expand,
.form-control::-ms-expand,
.search-form .search-field::-ms-expand,
.select2-container--default .select2-selection--single::-ms-expand,
.woocommerce #content table.cart td.actions .input-text::-ms-expand,
.woocommerce table.cart td.actions .coupon .input-text::-ms-expand,
.woocommerce table.cart td.actions .input-text::-ms-expand,
input[type=email]::-ms-expand,
input[type=number]::-ms-expand,
input[type=password]::-ms-expand,
input[type=search]::-ms-expand,
input[type=tel]::-ms-expand,
input[type=text]::-ms-expand,
select::-ms-expand,
textarea::-ms-expand {
    border: 0;
    background-color: transparent;
}

.comment-form fieldset[disabled] input[type=url],
.comment-form fieldset[disabled] textarea,
.comment-form input[disabled][type=url],
.comment-form input[readonly][type=url],
.form-control[disabled],
.form-control[readonly],
.search-form [disabled].search-field,
.search-form [readonly].search-field,
.search-form fieldset[disabled] .search-field,
.select2-container--default [disabled].select2-selection--single,
.select2-container--default [readonly].select2-selection--single,
.select2-container--default fieldset[disabled] .select2-selection--single,
.woocommerce #content table.cart td.actions [disabled].input-text,
.woocommerce #content table.cart td.actions [readonly].input-text,
.woocommerce #content table.cart td.actions fieldset[disabled] .input-text,
.woocommerce table.cart td.actions [disabled].input-text,
.woocommerce table.cart td.actions [readonly].input-text,
.woocommerce table.cart td.actions fieldset[disabled] .input-text,
fieldset[disabled] .comment-form input[type=url],
fieldset[disabled] .comment-form textarea,
fieldset[disabled] .form-control,
fieldset[disabled] .search-form .search-field,
fieldset[disabled] .select2-container--default .select2-selection--single,
fieldset[disabled] .woocommerce #content table.cart td.actions .input-text,
fieldset[disabled] .woocommerce table.cart td.actions .input-text,
fieldset[disabled] input[type=email],
fieldset[disabled] input[type=number],
fieldset[disabled] input[type=password],
fieldset[disabled] input[type=search],
fieldset[disabled] input[type=tel],
fieldset[disabled] input[type=text],
fieldset[disabled] select,
fieldset[disabled] textarea,
input[disabled][type=email],
input[disabled][type=number],
input[disabled][type=password],
input[disabled][type=search],
input[disabled][type=tel],
input[disabled][type=text],
input[readonly][type=email],
input[readonly][type=number],
input[readonly][type=password],
input[readonly][type=search],
input[readonly][type=tel],
input[readonly][type=text],
select[disabled],
select[readonly],
textarea[disabled],
textarea[readonly] {
    background-color: #eee;
    opacity: 1;
}

.comment-form fieldset[disabled] input[type=url],
.comment-form fieldset[disabled] textarea,
.comment-form input[disabled][type=url],
.form-control[disabled],
.search-form [disabled].search-field,
.search-form fieldset[disabled] .search-field,
.select2-container--default [disabled].select2-selection--single,
.select2-container--default fieldset[disabled] .select2-selection--single,
.woocommerce #content table.cart td.actions [disabled].input-text,
.woocommerce #content table.cart td.actions fieldset[disabled] .input-text,
.woocommerce table.cart td.actions [disabled].input-text,
.woocommerce table.cart td.actions fieldset[disabled] .input-text,
fieldset[disabled] .comment-form input[type=url],
fieldset[disabled] .comment-form textarea,
fieldset[disabled] .form-control,
fieldset[disabled] .search-form .search-field,
fieldset[disabled] .select2-container--default .select2-selection--single,
fieldset[disabled] .woocommerce #content table.cart td.actions .input-text,
fieldset[disabled] .woocommerce table.cart td.actions .input-text,
fieldset[disabled] input[type=email],
fieldset[disabled] input[type=number],
fieldset[disabled] input[type=password],
fieldset[disabled] input[type=search],
fieldset[disabled] input[type=tel],
fieldset[disabled] input[type=text],
fieldset[disabled] select,
fieldset[disabled] textarea,
input[disabled][type=email],
input[disabled][type=number],
input[disabled][type=password],
input[disabled][type=search],
input[disabled][type=tel],
input[disabled][type=text],
select[disabled],
textarea[disabled] {
    cursor: not-allowed;
}

.comment-form textarea,
.search-form textarea.search-field,
.select2-container--default textarea.select2-selection--single,
.woocommerce #content table.cart td.actions textarea.input-text,
.woocommerce table.cart td.actions .coupon textarea.input-text,
.woocommerce table.cart td.actions textarea.input-text,
textarea,
textarea.form-control {
    height: auto;
}

input[type=search] {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio:0){
    .comment-form input[type=date][type=url],
    .comment-form input[type=datetime-local][type=url],
    .comment-form input[type=month][type=url],
    .comment-form input[type=time][type=url],
    .search-form input[type=date].search-field,
    .search-form input[type=datetime-local].search-field,
    .search-form input[type=month].search-field,
    .search-form input[type=time].search-field,
    .select2-container--default input[type=date].select2-selection--single,
    .select2-container--default input[type=datetime-local].select2-selection--single,
    .select2-container--default input[type=month].select2-selection--single,
    .select2-container--default input[type=time].select2-selection--single,
    .woocommerce #content table.cart td.actions input[type=date].input-text,
    .woocommerce #content table.cart td.actions input[type=datetime-local].input-text,
    .woocommerce #content table.cart td.actions input[type=month].input-text,
    .woocommerce #content table.cart td.actions input[type=time].input-text,
    .woocommerce table.cart td.actions input[type=date].input-text,
    .woocommerce table.cart td.actions input[type=datetime-local].input-text,
    .woocommerce table.cart td.actions input[type=month].input-text,
    .woocommerce table.cart td.actions input[type=time].input-text,
    input[type=date].form-control,
    input[type=date][type=email],
    input[type=date][type=number],
    input[type=date][type=password],
    input[type=date][type=search],
    input[type=date][type=tel],
    input[type=date][type=text],
    input[type=datetime-local].form-control,
    input[type=datetime-local][type=email],
    input[type=datetime-local][type=number],
    input[type=datetime-local][type=password],
    input[type=datetime-local][type=search],
    input[type=datetime-local][type=tel],
    input[type=datetime-local][type=text],
    input[type=month].form-control,
    input[type=month][type=email],
    input[type=month][type=number],
    input[type=month][type=password],
    input[type=month][type=search],
    input[type=month][type=tel],
    input[type=month][type=text],
    input[type=time].form-control,
    input[type=time][type=email],
    input[type=time][type=number],
    input[type=time][type=password],
    input[type=time][type=search],
    input[type=time][type=tel],
    input[type=time][type=text] {
        line-height: 34px;
    }

    .comment-form .input-group-sm>input[type=date][type=email],
    .comment-form .input-group-sm>input[type=date][type=text],
    .comment-form .input-group-sm>input[type=date][type=url],
    .comment-form .input-group-sm>input[type=datetime-local][type=email],
    .comment-form .input-group-sm>input[type=datetime-local][type=text],
    .comment-form .input-group-sm>input[type=datetime-local][type=url],
    .comment-form .input-group-sm>input[type=month][type=email],
    .comment-form .input-group-sm>input[type=month][type=text],
    .comment-form .input-group-sm>input[type=month][type=url],
    .comment-form .input-group-sm>input[type=time][type=email],
    .comment-form .input-group-sm>input[type=time][type=text],
    .comment-form .input-group-sm>input[type=time][type=url],
    .input-group-sm>.input-group-btn>input[type=date].btn,
    .input-group-sm>.input-group-btn>input[type=date][type=submit],
    .input-group-sm>.input-group-btn>input[type=datetime-local].btn,
    .input-group-sm>.input-group-btn>input[type=datetime-local][type=submit],
    .input-group-sm>.input-group-btn>input[type=month].btn,
    .input-group-sm>.input-group-btn>input[type=month][type=submit],
    .input-group-sm>.input-group-btn>input[type=time].btn,
    .input-group-sm>.input-group-btn>input[type=time][type=submit],
    .input-group-sm>input[type=date].form-control,
    .input-group-sm>input[type=date].input-group-addon,
    .input-group-sm>input[type=date][type=email],
    .input-group-sm>input[type=date][type=number],
    .input-group-sm>input[type=date][type=password],
    .input-group-sm>input[type=date][type=search],
    .input-group-sm>input[type=date][type=tel],
    .input-group-sm>input[type=date][type=text],
    .input-group-sm>input[type=datetime-local].form-control,
    .input-group-sm>input[type=datetime-local].input-group-addon,
    .input-group-sm>input[type=datetime-local][type=email],
    .input-group-sm>input[type=datetime-local][type=number],
    .input-group-sm>input[type=datetime-local][type=password],
    .input-group-sm>input[type=datetime-local][type=search],
    .input-group-sm>input[type=datetime-local][type=tel],
    .input-group-sm>input[type=datetime-local][type=text],
    .input-group-sm>input[type=month].form-control,
    .input-group-sm>input[type=month].input-group-addon,
    .input-group-sm>input[type=month][type=email],
    .input-group-sm>input[type=month][type=number],
    .input-group-sm>input[type=month][type=password],
    .input-group-sm>input[type=month][type=search],
    .input-group-sm>input[type=month][type=tel],
    .input-group-sm>input[type=month][type=text],
    .input-group-sm>input[type=time].form-control,
    .input-group-sm>input[type=time].input-group-addon,
    .input-group-sm>input[type=time][type=email],
    .input-group-sm>input[type=time][type=number],
    .input-group-sm>input[type=time][type=password],
    .input-group-sm>input[type=time][type=search],
    .input-group-sm>input[type=time][type=tel],
    .input-group-sm>input[type=time][type=text],
    .input-group-sm input[type=date],
    .input-group-sm input[type=datetime-local],
    .input-group-sm input[type=month],
    .input-group-sm input[type=time],
    .search-form .input-group-sm>.input-group-btn>input[type=date].search-submit,
    .search-form .input-group-sm>.input-group-btn>input[type=datetime-local].search-submit,
    .search-form .input-group-sm>.input-group-btn>input[type=month].search-submit,
    .search-form .input-group-sm>.input-group-btn>input[type=time].search-submit,
    .search-form .input-group-sm>input[type=date].search-field,
    .search-form .input-group-sm>input[type=datetime-local].search-field,
    .search-form .input-group-sm>input[type=month].search-field,
    .search-form .input-group-sm>input[type=time].search-field,
    .select2-container--default .input-group-sm>input[type=date].select2-selection--single,
    .select2-container--default .input-group-sm>input[type=datetime-local].select2-selection--single,
    .select2-container--default .input-group-sm>input[type=month].select2-selection--single,
    .select2-container--default .input-group-sm>input[type=time].select2-selection--single,
    .woocommerce #content table.cart td.actions .input-group-sm>input[type=date].input-text,
    .woocommerce #content table.cart td.actions .input-group-sm>input[type=datetime-local].input-text,
    .woocommerce #content table.cart td.actions .input-group-sm>input[type=month].input-text,
    .woocommerce #content table.cart td.actions .input-group-sm>input[type=time].input-text,
    .woocommerce table.cart td.actions .coupon .input-group-sm>input[type=date].input-text,
    .woocommerce table.cart td.actions .coupon .input-group-sm>input[type=datetime-local].input-text,
    .woocommerce table.cart td.actions .coupon .input-group-sm>input[type=month].input-text,
    .woocommerce table.cart td.actions .coupon .input-group-sm>input[type=time].input-text,
    .woocommerce table.cart td.actions .input-group-sm>input[type=date].input-text,
    .woocommerce table.cart td.actions .input-group-sm>input[type=datetime-local].input-text,
    .woocommerce table.cart td.actions .input-group-sm>input[type=month].input-text,
    .woocommerce table.cart td.actions .input-group-sm>input[type=time].input-text,
    input[type=date].input-sm,
    input[type=datetime-local].input-sm,
    input[type=month].input-sm,
    input[type=time].input-sm {
        line-height: 30px;
    }

    .comment-form .input-group-lg>input[type=date][type=email],
    .comment-form .input-group-lg>input[type=date][type=text],
    .comment-form .input-group-lg>input[type=date][type=url],
    .comment-form .input-group-lg>input[type=datetime-local][type=email],
    .comment-form .input-group-lg>input[type=datetime-local][type=text],
    .comment-form .input-group-lg>input[type=datetime-local][type=url],
    .comment-form .input-group-lg>input[type=month][type=email],
    .comment-form .input-group-lg>input[type=month][type=text],
    .comment-form .input-group-lg>input[type=month][type=url],
    .comment-form .input-group-lg>input[type=time][type=email],
    .comment-form .input-group-lg>input[type=time][type=text],
    .comment-form .input-group-lg>input[type=time][type=url],
    .input-group-lg>.input-group-btn>input[type=date].btn,
    .input-group-lg>.input-group-btn>input[type=date][type=submit],
    .input-group-lg>.input-group-btn>input[type=datetime-local].btn,
    .input-group-lg>.input-group-btn>input[type=datetime-local][type=submit],
    .input-group-lg>.input-group-btn>input[type=month].btn,
    .input-group-lg>.input-group-btn>input[type=month][type=submit],
    .input-group-lg>.input-group-btn>input[type=time].btn,
    .input-group-lg>.input-group-btn>input[type=time][type=submit],
    .input-group-lg>input[type=date].form-control,
    .input-group-lg>input[type=date].input-group-addon,
    .input-group-lg>input[type=date][type=email],
    .input-group-lg>input[type=date][type=number],
    .input-group-lg>input[type=date][type=password],
    .input-group-lg>input[type=date][type=search],
    .input-group-lg>input[type=date][type=tel],
    .input-group-lg>input[type=date][type=text],
    .input-group-lg>input[type=datetime-local].form-control,
    .input-group-lg>input[type=datetime-local].input-group-addon,
    .input-group-lg>input[type=datetime-local][type=email],
    .input-group-lg>input[type=datetime-local][type=number],
    .input-group-lg>input[type=datetime-local][type=password],
    .input-group-lg>input[type=datetime-local][type=search],
    .input-group-lg>input[type=datetime-local][type=tel],
    .input-group-lg>input[type=datetime-local][type=text],
    .input-group-lg>input[type=month].form-control,
    .input-group-lg>input[type=month].input-group-addon,
    .input-group-lg>input[type=month][type=email],
    .input-group-lg>input[type=month][type=number],
    .input-group-lg>input[type=month][type=password],
    .input-group-lg>input[type=month][type=search],
    .input-group-lg>input[type=month][type=tel],
    .input-group-lg>input[type=month][type=text],
    .input-group-lg>input[type=time].form-control,
    .input-group-lg>input[type=time].input-group-addon,
    .input-group-lg>input[type=time][type=email],
    .input-group-lg>input[type=time][type=number],
    .input-group-lg>input[type=time][type=password],
    .input-group-lg>input[type=time][type=search],
    .input-group-lg>input[type=time][type=tel],
    .input-group-lg>input[type=time][type=text],
    .input-group-lg input[type=date],
    .input-group-lg input[type=datetime-local],
    .input-group-lg input[type=month],
    .input-group-lg input[type=time],
    .search-form .input-group-lg>.input-group-btn>input[type=date].search-submit,
    .search-form .input-group-lg>.input-group-btn>input[type=datetime-local].search-submit,
    .search-form .input-group-lg>.input-group-btn>input[type=month].search-submit,
    .search-form .input-group-lg>.input-group-btn>input[type=time].search-submit,
    .search-form .input-group-lg>input[type=date].search-field,
    .search-form .input-group-lg>input[type=datetime-local].search-field,
    .search-form .input-group-lg>input[type=month].search-field,
    .search-form .input-group-lg>input[type=time].search-field,
    .select2-container--default .input-group-lg>input[type=date].select2-selection--single,
    .select2-container--default .input-group-lg>input[type=datetime-local].select2-selection--single,
    .select2-container--default .input-group-lg>input[type=month].select2-selection--single,
    .select2-container--default .input-group-lg>input[type=time].select2-selection--single,
    .woocommerce #content table.cart td.actions .input-group-lg>input[type=date].input-text,
    .woocommerce #content table.cart td.actions .input-group-lg>input[type=datetime-local].input-text,
    .woocommerce #content table.cart td.actions .input-group-lg>input[type=month].input-text,
    .woocommerce #content table.cart td.actions .input-group-lg>input[type=time].input-text,
    .woocommerce table.cart td.actions .coupon .input-group-lg>input[type=date].input-text,
    .woocommerce table.cart td.actions .coupon .input-group-lg>input[type=datetime-local].input-text,
    .woocommerce table.cart td.actions .coupon .input-group-lg>input[type=month].input-text,
    .woocommerce table.cart td.actions .coupon .input-group-lg>input[type=time].input-text,
    .woocommerce table.cart td.actions .input-group-lg>input[type=date].input-text,
    .woocommerce table.cart td.actions .input-group-lg>input[type=datetime-local].input-text,
    .woocommerce table.cart td.actions .input-group-lg>input[type=month].input-text,
    .woocommerce table.cart td.actions .input-group-lg>input[type=time].input-text,
    input[type=date].input-lg,
    input[type=datetime-local].input-lg,
    input[type=month].input-lg,
    input[type=time].input-lg {
        line-height: 46px;
    }
}

.comment-form p,
.form-group,
.search-form label {
    margin-bottom: 15px;
}

.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.checkbox label,
.radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

.checkbox-inline input[type=checkbox],
.checkbox input[type=checkbox],
.radio-inline input[type=radio],
.radio input[type=radio] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px\9;
}

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

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

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

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

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px;
}

.comment-form .input-group-lg>input.form-control-static[type=email],
.comment-form .input-group-lg>input.form-control-static[type=text],
.comment-form .input-group-lg>input.form-control-static[type=url],
.comment-form .input-group-lg>textarea.form-control-static,
.comment-form .input-group-sm>input.form-control-static[type=email],
.comment-form .input-group-sm>input.form-control-static[type=text],
.comment-form .input-group-sm>input.form-control-static[type=url],
.comment-form .input-group-sm>textarea.form-control-static,
.form-control-static.input-lg,
.form-control-static.input-sm,
.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,
.input-group-lg>.input-group-btn>button.form-control-static[type=submit],
.input-group-lg>.input-group-btn>input.form-control-static[type=submit],
.input-group-lg>input.form-control-static[type=email],
.input-group-lg>input.form-control-static[type=number],
.input-group-lg>input.form-control-static[type=password],
.input-group-lg>input.form-control-static[type=search],
.input-group-lg>input.form-control-static[type=tel],
.input-group-lg>input.form-control-static[type=text],
.input-group-lg>select.form-control-static,
.input-group-lg>textarea.form-control-static,
.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,
.input-group-sm>.input-group-btn>button.form-control-static[type=submit],
.input-group-sm>.input-group-btn>input.form-control-static[type=submit],
.input-group-sm>input.form-control-static[type=email],
.input-group-sm>input.form-control-static[type=number],
.input-group-sm>input.form-control-static[type=password],
.input-group-sm>input.form-control-static[type=search],
.input-group-sm>input.form-control-static[type=tel],
.input-group-sm>input.form-control-static[type=text],
.input-group-sm>select.form-control-static,
.input-group-sm>textarea.form-control-static,
.search-form .input-group-lg>.form-control-static.search-field,
.search-form .input-group-lg>.input-group-btn>.form-control-static.search-submit,
.search-form .input-group-sm>.form-control-static.search-field,
.search-form .input-group-sm>.input-group-btn>.form-control-static.search-submit,
.select2-container--default .input-group-lg>.form-control-static.select2-selection--single,
.select2-container--default .input-group-sm>.form-control-static.select2-selection--single,
.woocommerce #content table.cart td.actions .input-group-lg>.form-control-static.input-text,
.woocommerce #content table.cart td.actions .input-group-sm>.form-control-static.input-text,
.woocommerce table.cart td.actions .coupon .input-group-lg>.form-control-static.input-text,
.woocommerce table.cart td.actions .coupon .input-group-sm>.form-control-static.input-text,
.woocommerce table.cart td.actions .input-group-lg>.form-control-static.input-text,
.woocommerce table.cart td.actions .input-group-sm>.form-control-static.input-text {
    padding-left: 0;
    padding-right: 0;
}

.comment-form .input-group-sm>input[type=email],
.comment-form .input-group-sm>input[type=text],
.comment-form .input-group-sm>input[type=url],
.comment-form .input-group-sm>textarea,
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn,
.input-group-sm>.input-group-btn>button[type=submit],
.input-group-sm>.input-group-btn>input[type=submit],
.input-group-sm>input[type=email],
.input-group-sm>input[type=number],
.input-group-sm>input[type=password],
.input-group-sm>input[type=search],
.input-group-sm>input[type=tel],
.input-group-sm>input[type=text],
.input-group-sm>select,
.input-group-sm>textarea,
.input-sm,
.search-form .input-group-sm>.input-group-btn>.search-submit,
.search-form .input-group-sm>.search-field,
.select2-container--default .input-group-sm>.select2-selection--single,
.woocommerce #content table.cart td.actions .input-group-sm>.input-text,
.woocommerce table.cart td.actions .coupon .input-group-sm>.input-text,
.woocommerce table.cart td.actions .input-group-sm>.input-text {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.input-group-sm>.input-group-btn>select.btn,
.input-group-sm>select,
.input-group-sm>select.form-control,
.input-group-sm>select.input-group-addon,
.search-form .input-group-sm>.input-group-btn>select.search-submit,
.search-form .input-group-sm>select.search-field,
.select2-container--default .input-group-sm>select.select2-selection--single,
.woocommerce #content table.cart td.actions .input-group-sm>select.input-text,
.woocommerce table.cart td.actions .coupon .input-group-sm>select.input-text,
.woocommerce table.cart td.actions .input-group-sm>select.input-text,
select.input-sm {
    height: 30px;
    line-height: 30px;
}

.comment-form .input-group-sm>textarea,
.input-group-sm>.input-group-btn>select[multiple].btn,
.input-group-sm>.input-group-btn>textarea.btn,
.input-group-sm>select[multiple],
.input-group-sm>textarea,
.input-group-sm>textarea.form-control,
.input-group-sm>textarea.input-group-addon,
.search-form .input-group-sm>.input-group-btn>select[multiple].search-submit,
.search-form .input-group-sm>.input-group-btn>textarea.search-submit,
.search-form .input-group-sm>select[multiple].search-field,
.search-form .input-group-sm>textarea.search-field,
.select2-container--default .input-group-sm>select[multiple].select2-selection--single,
.select2-container--default .input-group-sm>textarea.select2-selection--single,
.woocommerce #content table.cart td.actions .input-group-sm>select[multiple].input-text,
.woocommerce #content table.cart td.actions .input-group-sm>textarea.input-text,
.woocommerce table.cart td.actions .coupon .input-group-sm>select[multiple].input-text,
.woocommerce table.cart td.actions .coupon .input-group-sm>textarea.input-text,
.woocommerce table.cart td.actions .input-group-sm>select[multiple].input-text,
.woocommerce table.cart td.actions .input-group-sm>textarea.input-text,
select[multiple].input-sm,
textarea.input-sm {
    height: auto;
}

.comment-form .form-group-sm input[type=url],
.comment-form .form-group-sm textarea,
.form-group-sm .comment-form input[type=url],
.form-group-sm .comment-form textarea,
.form-group-sm .form-control,
.form-group-sm .search-form .search-field,
.form-group-sm .select2-container--default .select2-selection--single,
.form-group-sm .woocommerce #content table.cart td.actions .input-text,
.form-group-sm .woocommerce table.cart td.actions .input-text,
.form-group-sm input[type=email],
.form-group-sm input[type=number],
.form-group-sm input[type=password],
.form-group-sm input[type=search],
.form-group-sm input[type=tel],
.form-group-sm input[type=text],
.form-group-sm select,
.form-group-sm textarea,
.search-form .form-group-sm .search-field,
.select2-container--default .form-group-sm .select2-selection--single,
.woocommerce #content table.cart td.actions .form-group-sm .input-text,
.woocommerce table.cart td.actions .form-group-sm .input-text {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.form-group-sm .search-form select.search-field,
.form-group-sm .select2-container--default select.select2-selection--single,
.form-group-sm .woocommerce #content table.cart td.actions select.input-text,
.form-group-sm .woocommerce table.cart td.actions select.input-text,
.form-group-sm select,
.form-group-sm select.form-control,
.search-form .form-group-sm select.search-field,
.select2-container--default .form-group-sm select.select2-selection--single,
.woocommerce #content table.cart td.actions .form-group-sm select.input-text,
.woocommerce table.cart td.actions .form-group-sm select.input-text {
    height: 30px;
    line-height: 30px;
}

.comment-form .form-group-sm textarea,
.form-group-sm .comment-form textarea,
.form-group-sm .search-form select[multiple].search-field,
.form-group-sm .search-form textarea.search-field,
.form-group-sm .select2-container--default select[multiple].select2-selection--single,
.form-group-sm .select2-container--default textarea.select2-selection--single,
.form-group-sm .woocommerce #content table.cart td.actions select[multiple].input-text,
.form-group-sm .woocommerce #content table.cart td.actions textarea.input-text,
.form-group-sm .woocommerce table.cart td.actions select[multiple].input-text,
.form-group-sm .woocommerce table.cart td.actions textarea.input-text,
.form-group-sm select[multiple],
.form-group-sm select[multiple].form-control,
.form-group-sm textarea,
.form-group-sm textarea.form-control,
.search-form .form-group-sm select[multiple].search-field,
.search-form .form-group-sm textarea.search-field,
.select2-container--default .form-group-sm select[multiple].select2-selection--single,
.select2-container--default .form-group-sm textarea.select2-selection--single,
.woocommerce #content table.cart td.actions .form-group-sm select[multiple].input-text,
.woocommerce #content table.cart td.actions .form-group-sm textarea.input-text,
.woocommerce table.cart td.actions .form-group-sm select[multiple].input-text,
.woocommerce table.cart td.actions .form-group-sm textarea.input-text {
    height: auto;
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.comment-form .input-group-lg>input[type=email],
.comment-form .input-group-lg>input[type=text],
.comment-form .input-group-lg>input[type=url],
.comment-form .input-group-lg>textarea,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn,
.input-group-lg>.input-group-btn>button[type=submit],
.input-group-lg>.input-group-btn>input[type=submit],
.input-group-lg>input[type=email],
.input-group-lg>input[type=number],
.input-group-lg>input[type=password],
.input-group-lg>input[type=search],
.input-group-lg>input[type=tel],
.input-group-lg>input[type=text],
.input-group-lg>select,
.input-group-lg>textarea,
.input-lg,
.search-form .input-group-lg>.input-group-btn>.search-submit,
.search-form .input-group-lg>.search-field,
.select2-container--default .input-group-lg>.select2-selection--single,
.woocommerce #content table.cart td.actions .input-group-lg>.input-text,
.woocommerce table.cart td.actions .coupon .input-group-lg>.input-text,
.woocommerce table.cart td.actions .input-group-lg>.input-text {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.input-group-lg>.input-group-btn>select.btn,
.input-group-lg>select,
.input-group-lg>select.form-control,
.input-group-lg>select.input-group-addon,
.search-form .input-group-lg>.input-group-btn>select.search-submit,
.search-form .input-group-lg>select.search-field,
.select2-container--default .input-group-lg>select.select2-selection--single,
.woocommerce #content table.cart td.actions .input-group-lg>select.input-text,
.woocommerce table.cart td.actions .coupon .input-group-lg>select.input-text,
.woocommerce table.cart td.actions .input-group-lg>select.input-text,
select.input-lg {
    height: 46px;
    line-height: 46px;
}

.comment-form .input-group-lg>textarea,
.input-group-lg>.input-group-btn>select[multiple].btn,
.input-group-lg>.input-group-btn>textarea.btn,
.input-group-lg>select[multiple],
.input-group-lg>textarea,
.input-group-lg>textarea.form-control,
.input-group-lg>textarea.input-group-addon,
.search-form .input-group-lg>.input-group-btn>select[multiple].search-submit,
.search-form .input-group-lg>.input-group-btn>textarea.search-submit,
.search-form .input-group-lg>select[multiple].search-field,
.search-form .input-group-lg>textarea.search-field,
.select2-container--default .input-group-lg>select[multiple].select2-selection--single,
.select2-container--default .input-group-lg>textarea.select2-selection--single,
.woocommerce #content table.cart td.actions .input-group-lg>select[multiple].input-text,
.woocommerce #content table.cart td.actions .input-group-lg>textarea.input-text,
.woocommerce table.cart td.actions .coupon .input-group-lg>select[multiple].input-text,
.woocommerce table.cart td.actions .coupon .input-group-lg>textarea.input-text,
.woocommerce table.cart td.actions .input-group-lg>select[multiple].input-text,
.woocommerce table.cart td.actions .input-group-lg>textarea.input-text,
select[multiple].input-lg,
textarea.input-lg {
    height: auto;
}

.comment-form .form-group-lg input[type=url],
.comment-form .form-group-lg textarea,
.form-group-lg .comment-form input[type=url],
.form-group-lg .comment-form textarea,
.form-group-lg .form-control,
.form-group-lg .search-form .search-field,
.form-group-lg .select2-container--default .select2-selection--single,
.form-group-lg .woocommerce #content table.cart td.actions .input-text,
.form-group-lg .woocommerce table.cart td.actions .input-text,
.form-group-lg input[type=email],
.form-group-lg input[type=number],
.form-group-lg input[type=password],
.form-group-lg input[type=search],
.form-group-lg input[type=tel],
.form-group-lg input[type=text],
.form-group-lg select,
.form-group-lg textarea,
.search-form .form-group-lg .search-field,
.select2-container--default .form-group-lg .select2-selection--single,
.woocommerce #content table.cart td.actions .form-group-lg .input-text,
.woocommerce table.cart td.actions .form-group-lg .input-text {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.form-group-lg .search-form select.search-field,
.form-group-lg .select2-container--default select.select2-selection--single,
.form-group-lg .woocommerce #content table.cart td.actions select.input-text,
.form-group-lg .woocommerce table.cart td.actions select.input-text,
.form-group-lg select,
.form-group-lg select.form-control,
.search-form .form-group-lg select.search-field,
.select2-container--default .form-group-lg select.select2-selection--single,
.woocommerce #content table.cart td.actions .form-group-lg select.input-text,
.woocommerce table.cart td.actions .form-group-lg select.input-text {
    height: 46px;
    line-height: 46px;
}

.comment-form .form-group-lg textarea,
.form-group-lg .comment-form textarea,
.form-group-lg .search-form select[multiple].search-field,
.form-group-lg .search-form textarea.search-field,
.form-group-lg .select2-container--default select[multiple].select2-selection--single,
.form-group-lg .select2-container--default textarea.select2-selection--single,
.form-group-lg .woocommerce #content table.cart td.actions select[multiple].input-text,
.form-group-lg .woocommerce #content table.cart td.actions textarea.input-text,
.form-group-lg .woocommerce table.cart td.actions select[multiple].input-text,
.form-group-lg .woocommerce table.cart td.actions textarea.input-text,
.form-group-lg select[multiple],
.form-group-lg select[multiple].form-control,
.form-group-lg textarea,
.form-group-lg textarea.form-control,
.search-form .form-group-lg select[multiple].search-field,
.search-form .form-group-lg textarea.search-field,
.select2-container--default .form-group-lg select[multiple].select2-selection--single,
.select2-container--default .form-group-lg textarea.select2-selection--single,
.woocommerce #content table.cart td.actions .form-group-lg select[multiple].input-text,
.woocommerce #content table.cart td.actions .form-group-lg textarea.input-text,
.woocommerce table.cart td.actions .form-group-lg select[multiple].input-text,
.woocommerce table.cart td.actions .form-group-lg textarea.input-text {
    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;
}

.comment-form .has-feedback input[type=url],
.comment-form .has-feedback textarea,
.has-feedback .comment-form input[type=url],
.has-feedback .comment-form textarea,
.has-feedback .form-control,
.has-feedback .search-form .search-field,
.has-feedback .select2-container--default .select2-selection--single,
.has-feedback .woocommerce #content table.cart td.actions .input-text,
.has-feedback .woocommerce table.cart td.actions .input-text,
.has-feedback input[type=email],
.has-feedback input[type=number],
.has-feedback input[type=password],
.has-feedback input[type=search],
.has-feedback input[type=tel],
.has-feedback input[type=text],
.has-feedback select,
.has-feedback textarea,
.search-form .has-feedback .search-field,
.select2-container--default .has-feedback .select2-selection--single,
.woocommerce #content table.cart td.actions .has-feedback .input-text,
.woocommerce table.cart td.actions .has-feedback .input-text {
    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;
}

.comment-form .form-group-lg input[type=url]+.form-control-feedback,
.comment-form .form-group-lg textarea+.form-control-feedback,
.comment-form .input-group-lg>input[type=email]+.form-control-feedback,
.comment-form .input-group-lg>input[type=text]+.form-control-feedback,
.comment-form .input-group-lg>input[type=url]+.form-control-feedback,
.comment-form .input-group-lg>textarea+.form-control-feedback,
.form-group-lg .comment-form input[type=email]+.form-control-feedback,
.form-group-lg .comment-form input[type=text]+.form-control-feedback,
.form-group-lg .comment-form input[type=url]+.form-control-feedback,
.form-group-lg .comment-form textarea+.form-control-feedback,
.form-group-lg .form-control+.form-control-feedback,
.form-group-lg .search-form .search-field+.form-control-feedback,
.form-group-lg .select2-container--default .select2-selection--single+.form-control-feedback,
.form-group-lg .woocommerce #content table.cart td.actions .input-text+.form-control-feedback,
.form-group-lg .woocommerce table.cart td.actions .coupon .input-text+.form-control-feedback,
.form-group-lg .woocommerce table.cart td.actions .input-text+.form-control-feedback,
.form-group-lg input[type=email]+.form-control-feedback,
.form-group-lg input[type=number]+.form-control-feedback,
.form-group-lg input[type=password]+.form-control-feedback,
.form-group-lg input[type=search]+.form-control-feedback,
.form-group-lg input[type=tel]+.form-control-feedback,
.form-group-lg input[type=text]+.form-control-feedback,
.form-group-lg select+.form-control-feedback,
.form-group-lg textarea+.form-control-feedback,
.input-group-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>.input-group-btn>button[type=submit]+.form-control-feedback,
.input-group-lg>.input-group-btn>input[type=submit]+.form-control-feedback,
.input-group-lg>input[type=email]+.form-control-feedback,
.input-group-lg>input[type=number]+.form-control-feedback,
.input-group-lg>input[type=password]+.form-control-feedback,
.input-group-lg>input[type=search]+.form-control-feedback,
.input-group-lg>input[type=tel]+.form-control-feedback,
.input-group-lg>input[type=text]+.form-control-feedback,
.input-group-lg>select+.form-control-feedback,
.input-group-lg>textarea+.form-control-feedback,
.input-lg+.form-control-feedback,
.search-form .form-group-lg .search-field+.form-control-feedback,
.search-form .input-group-lg>.input-group-btn>.search-submit+.form-control-feedback,
.search-form .input-group-lg>.search-field+.form-control-feedback,
.select2-container--default .form-group-lg .select2-selection--single+.form-control-feedback,
.select2-container--default .input-group-lg>.select2-selection--single+.form-control-feedback,
.woocommerce #content table.cart td.actions .form-group-lg .input-text+.form-control-feedback,
.woocommerce #content table.cart td.actions .input-group-lg>.input-text+.form-control-feedback,
.woocommerce table.cart td.actions .coupon .input-group-lg>.input-text+.form-control-feedback,
.woocommerce table.cart td.actions .form-group-lg .input-text+.form-control-feedback,
.woocommerce table.cart td.actions .input-group-lg>.input-text+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.comment-form .form-group-sm input[type=url]+.form-control-feedback,
.comment-form .form-group-sm textarea+.form-control-feedback,
.comment-form .input-group-sm>input[type=email]+.form-control-feedback,
.comment-form .input-group-sm>input[type=text]+.form-control-feedback,
.comment-form .input-group-sm>input[type=url]+.form-control-feedback,
.comment-form .input-group-sm>textarea+.form-control-feedback,
.form-group-sm .comment-form input[type=email]+.form-control-feedback,
.form-group-sm .comment-form input[type=text]+.form-control-feedback,
.form-group-sm .comment-form input[type=url]+.form-control-feedback,
.form-group-sm .comment-form textarea+.form-control-feedback,
.form-group-sm .form-control+.form-control-feedback,
.form-group-sm .search-form .search-field+.form-control-feedback,
.form-group-sm .select2-container--default .select2-selection--single+.form-control-feedback,
.form-group-sm .woocommerce #content table.cart td.actions .input-text+.form-control-feedback,
.form-group-sm .woocommerce table.cart td.actions .coupon .input-text+.form-control-feedback,
.form-group-sm .woocommerce table.cart td.actions .input-text+.form-control-feedback,
.form-group-sm input[type=email]+.form-control-feedback,
.form-group-sm input[type=number]+.form-control-feedback,
.form-group-sm input[type=password]+.form-control-feedback,
.form-group-sm input[type=search]+.form-control-feedback,
.form-group-sm input[type=tel]+.form-control-feedback,
.form-group-sm input[type=text]+.form-control-feedback,
.form-group-sm select+.form-control-feedback,
.form-group-sm textarea+.form-control-feedback,
.input-group-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>.input-group-btn>button[type=submit]+.form-control-feedback,
.input-group-sm>.input-group-btn>input[type=submit]+.form-control-feedback,
.input-group-sm>input[type=email]+.form-control-feedback,
.input-group-sm>input[type=number]+.form-control-feedback,
.input-group-sm>input[type=password]+.form-control-feedback,
.input-group-sm>input[type=search]+.form-control-feedback,
.input-group-sm>input[type=tel]+.form-control-feedback,
.input-group-sm>input[type=text]+.form-control-feedback,
.input-group-sm>select+.form-control-feedback,
.input-group-sm>textarea+.form-control-feedback,
.input-sm+.form-control-feedback,
.search-form .form-group-sm .search-field+.form-control-feedback,
.search-form .input-group-sm>.input-group-btn>.search-submit+.form-control-feedback,
.search-form .input-group-sm>.search-field+.form-control-feedback,
.select2-container--default .form-group-sm .select2-selection--single+.form-control-feedback,
.select2-container--default .input-group-sm>.select2-selection--single+.form-control-feedback,
.woocommerce #content table.cart td.actions .form-group-sm .input-text+.form-control-feedback,
.woocommerce #content table.cart td.actions .input-group-sm>.input-text+.form-control-feedback,
.woocommerce table.cart td.actions .coupon .input-group-sm>.input-text+.form-control-feedback,
.woocommerce table.cart td.actions .form-group-sm .input-text+.form-control-feedback,
.woocommerce table.cart td.actions .input-group-sm>.input-text+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

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

.comment-form .has-success input[type=url],
.comment-form .has-success textarea,
.has-success .comment-form input[type=url],
.has-success .comment-form textarea,
.has-success .form-control,
.has-success .search-form .search-field,
.has-success .select2-container--default .select2-selection--single,
.has-success .woocommerce #content table.cart td.actions .input-text,
.has-success .woocommerce table.cart td.actions .input-text,
.has-success input[type=email],
.has-success input[type=number],
.has-success input[type=password],
.has-success input[type=search],
.has-success input[type=tel],
.has-success input[type=text],
.has-success select,
.has-success textarea,
.search-form .has-success .search-field,
.select2-container--default .has-success .select2-selection--single,
.woocommerce #content table.cart td.actions .has-success .input-text,
.woocommerce table.cart td.actions .has-success .input-text {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.comment-form .has-success input[type=url]:focus,
.comment-form .has-success textarea:focus,
.has-success .comment-form input[type=url]:focus,
.has-success .comment-form textarea:focus,
.has-success .form-control:focus,
.has-success .search-form .search-field:focus,
.has-success .select2-container--default .select2-selection--single:focus,
.has-success .woocommerce #content table.cart td.actions .input-text:focus,
.has-success .woocommerce table.cart td.actions .input-text:focus,
.has-success input[type=email]:focus,
.has-success input[type=number]:focus,
.has-success input[type=password]:focus,
.has-success input[type=search]:focus,
.has-success input[type=tel]:focus,
.has-success input[type=text]:focus,
.has-success select:focus,
.has-success textarea:focus,
.search-form .has-success .search-field:focus,
.select2-container--default .has-success .select2-selection--single:focus,
.woocommerce #content table.cart td.actions .has-success .input-text:focus,
.woocommerce table.cart td.actions .has-success .input-text:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
}

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

.has-success .form-control-feedback {
    color: #3c763d;
}

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

.comment-form .has-warning input[type=url],
.comment-form .has-warning textarea,
.has-warning .comment-form input[type=url],
.has-warning .comment-form textarea,
.has-warning .form-control,
.has-warning .search-form .search-field,
.has-warning .select2-container--default .select2-selection--single,
.has-warning .woocommerce #content table.cart td.actions .input-text,
.has-warning .woocommerce table.cart td.actions .input-text,
.has-warning input[type=email],
.has-warning input[type=number],
.has-warning input[type=password],
.has-warning input[type=search],
.has-warning input[type=tel],
.has-warning input[type=text],
.has-warning select,
.has-warning textarea,
.search-form .has-warning .search-field,
.select2-container--default .has-warning .select2-selection--single,
.woocommerce #content table.cart td.actions .has-warning .input-text,
.woocommerce table.cart td.actions .has-warning .input-text {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.comment-form .has-warning input[type=url]:focus,
.comment-form .has-warning textarea:focus,
.has-warning .comment-form input[type=url]:focus,
.has-warning .comment-form textarea:focus,
.has-warning .form-control:focus,
.has-warning .search-form .search-field:focus,
.has-warning .select2-container--default .select2-selection--single:focus,
.has-warning .woocommerce #content table.cart td.actions .input-text:focus,
.has-warning .woocommerce table.cart td.actions .input-text:focus,
.has-warning input[type=email]:focus,
.has-warning input[type=number]:focus,
.has-warning input[type=password]:focus,
.has-warning input[type=search]:focus,
.has-warning input[type=tel]:focus,
.has-warning input[type=text]:focus,
.has-warning select:focus,
.has-warning textarea:focus,
.search-form .has-warning .search-field:focus,
.select2-container--default .has-warning .select2-selection--single:focus,
.woocommerce #content table.cart td.actions .has-warning .input-text:focus,
.woocommerce table.cart td.actions .has-warning .input-text:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
}

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

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

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

.comment-form .has-error input[type=url],
.comment-form .has-error textarea,
.has-error .comment-form input[type=url],
.has-error .comment-form textarea,
.has-error .form-control,
.has-error .search-form .search-field,
.has-error .select2-container--default .select2-selection--single,
.has-error .woocommerce #content table.cart td.actions .input-text,
.has-error .woocommerce table.cart td.actions .input-text,
.has-error input[type=email],
.has-error input[type=number],
.has-error input[type=password],
.has-error input[type=search],
.has-error input[type=tel],
.has-error input[type=text],
.has-error select,
.has-error textarea,
.search-form .has-error .search-field,
.select2-container--default .has-error .select2-selection--single,
.woocommerce #content table.cart td.actions .has-error .input-text,
.woocommerce table.cart td.actions .has-error .input-text {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.comment-form .has-error input[type=url]:focus,
.comment-form .has-error textarea:focus,
.has-error .comment-form input[type=url]:focus,
.has-error .comment-form textarea:focus,
.has-error .form-control:focus,
.has-error .search-form .search-field:focus,
.has-error .select2-container--default .select2-selection--single:focus,
.has-error .woocommerce #content table.cart td.actions .input-text:focus,
.has-error .woocommerce table.cart td.actions .input-text:focus,
.has-error input[type=email]:focus,
.has-error input[type=number]:focus,
.has-error input[type=password]:focus,
.has-error input[type=search]:focus,
.has-error input[type=tel]:focus,
.has-error input[type=text]:focus,
.has-error select:focus,
.has-error textarea:focus,
.search-form .has-error .search-field:focus,
.select2-container--default .has-error .select2-selection--single:focus,
.woocommerce #content table.cart td.actions .has-error .input-text:focus,
.woocommerce table.cart td.actions .has-error .input-text:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
}

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

.has-error .form-control-feedback {
    color: #a94442;
}

.has-feedback label~.form-control-feedback {
    top: 25px;
}

.has-feedback label.screen-reader-text~.form-control-feedback,
.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:992px){
    .comment-form .form-inline p,
    .comment-form .search-form p,
    .form-inline .comment-form p,
    .form-inline .form-group,
    .form-inline .search-form label,
    .search-form .comment-form p,
    .search-form .form-group,
    .search-form .form-inline label,
    .search-form label {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .comment-form .form-inline input[type=url],
    .comment-form .form-inline textarea,
    .comment-form .search-form input[type=url],
    .form-inline .comment-form input[type=url],
    .form-inline .comment-form textarea,
    .form-inline .form-control,
    .form-inline .select2-container--default .select2-selection--single,
    .form-inline .woocommerce #content table.cart td.actions .input-text,
    .form-inline .woocommerce table.cart td.actions .input-text,
    .form-inline input[type=email],
    .form-inline input[type=number],
    .form-inline input[type=password],
    .form-inline input[type=search],
    .form-inline input[type=tel],
    .form-inline input[type=text],
    .form-inline select,
    .form-inline textarea,
    .search-form .comment-form input[type=url],
    .search-form .form-control,
    .search-form .search-field,
    .search-form .select2-container--default .select2-selection--single,
    .search-form .woocommerce #content table.cart td.actions .input-text,
    .search-form .woocommerce table.cart td.actions .input-text,
    .search-form input[type=email],
    .search-form input[type=number],
    .search-form input[type=password],
    .search-form input[type=search],
    .search-form input[type=tel],
    .search-form input[type=text],
    .search-form select,
    .search-form textarea,
    .select2-container--default .form-inline .select2-selection--single,
    .select2-container--default .search-form .select2-selection--single,
    .woocommerce #content table.cart td.actions .form-inline .input-text,
    .woocommerce #content table.cart td.actions .search-form .input-text,
    .woocommerce table.cart td.actions .form-inline .input-text,
    .woocommerce table.cart td.actions .search-form .input-text {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-static,
    .search-form .form-control-static {
        display: inline-block;
    }

    .form-inline .input-group,
    .search-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    .comment-form .form-inline .input-group input[type=url],
    .comment-form .form-inline .input-group textarea,
    .comment-form .search-form .input-group input[type=url],
    .comment-form .search-form .input-group textarea,
    .form-inline .input-group .comment-form input[type=url],
    .form-inline .input-group .comment-form textarea,
    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .search-form .search-field,
    .form-inline .input-group .select2-container--default .select2-selection--single,
    .form-inline .input-group .woocommerce #content table.cart td.actions .input-text,
    .form-inline .input-group .woocommerce table.cart td.actions .input-text,
    .form-inline .input-group input[type=email],
    .form-inline .input-group input[type=number],
    .form-inline .input-group input[type=password],
    .form-inline .input-group input[type=search],
    .form-inline .input-group input[type=tel],
    .form-inline .input-group input[type=text],
    .form-inline .input-group select,
    .form-inline .input-group textarea,
    .search-form .input-group .comment-form input[type=url],
    .search-form .input-group .comment-form textarea,
    .search-form .input-group .form-control,
    .search-form .input-group .input-group-addon,
    .search-form .input-group .input-group-btn,
    .search-form .input-group .search-field,
    .search-form .input-group .select2-container--default .select2-selection--single,
    .search-form .input-group .woocommerce #content table.cart td.actions .input-text,
    .search-form .input-group .woocommerce table.cart td.actions .input-text,
    .search-form .input-group input[type=email],
    .search-form .input-group input[type=number],
    .search-form .input-group input[type=password],
    .search-form .input-group input[type=search],
    .search-form .input-group input[type=tel],
    .search-form .input-group input[type=text],
    .search-form .input-group select,
    .search-form .input-group textarea,
    .select2-container--default .form-inline .input-group .select2-selection--single,
    .select2-container--default .search-form .input-group .select2-selection--single,
    .woocommerce #content table.cart td.actions .form-inline .input-group .input-text,
    .woocommerce #content table.cart td.actions .search-form .input-group .input-text,
    .woocommerce table.cart td.actions .form-inline .input-group .input-text,
    .woocommerce table.cart td.actions .search-form .input-group .input-text {
        width: auto;
    }

    .comment-form .form-inline .input-group>input[type=url],
    .comment-form .form-inline .input-group>textarea,
    .comment-form .search-form .input-group>input[type=url],
    .comment-form .search-form .input-group>textarea,
    .form-inline .comment-form .input-group>input[type=email],
    .form-inline .comment-form .input-group>input[type=text],
    .form-inline .comment-form .input-group>input[type=url],
    .form-inline .comment-form .input-group>textarea,
    .form-inline .input-group>.form-control,
    .form-inline .input-group>input[type=email],
    .form-inline .input-group>input[type=number],
    .form-inline .input-group>input[type=password],
    .form-inline .input-group>input[type=search],
    .form-inline .input-group>input[type=tel],
    .form-inline .input-group>input[type=text],
    .form-inline .input-group>select,
    .form-inline .input-group>textarea,
    .form-inline .select2-container--default .input-group>.select2-selection--single,
    .form-inline .woocommerce #content table.cart td.actions .input-group>.input-text,
    .form-inline .woocommerce table.cart td.actions .coupon .input-group>.input-text,
    .form-inline .woocommerce table.cart td.actions .input-group>.input-text,
    .search-form .comment-form .input-group>input[type=email],
    .search-form .comment-form .input-group>input[type=text],
    .search-form .comment-form .input-group>input[type=url],
    .search-form .comment-form .input-group>textarea,
    .search-form .form-inline .input-group>.search-field,
    .search-form .input-group>.form-control,
    .search-form .input-group>.search-field,
    .search-form .input-group>input[type=email],
    .search-form .input-group>input[type=number],
    .search-form .input-group>input[type=password],
    .search-form .input-group>input[type=search],
    .search-form .input-group>input[type=tel],
    .search-form .input-group>input[type=text],
    .search-form .input-group>select,
    .search-form .input-group>textarea,
    .search-form .select2-container--default .input-group>.select2-selection--single,
    .search-form .woocommerce #content table.cart td.actions .input-group>.input-text,
    .search-form .woocommerce table.cart td.actions .coupon .input-group>.input-text,
    .search-form .woocommerce table.cart td.actions .input-group>.input-text,
    .select2-container--default .form-inline .input-group>.select2-selection--single,
    .select2-container--default .search-form .input-group>.select2-selection--single,
    .woocommerce #content table.cart td.actions .form-inline .input-group>.input-text,
    .woocommerce #content table.cart td.actions .search-form .input-group>.input-text,
    .woocommerce table.cart td.actions .form-inline .input-group>.input-text,
    .woocommerce table.cart td.actions .search-form .input-group>.input-text {
        width: 100%;
    }

    .form-inline .control-label,
    .search-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .checkbox,
    .form-inline .radio,
    .search-form .checkbox,
    .search-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .checkbox label,
    .form-inline .radio label,
    .search-form .checkbox label,
    .search-form .radio label {
        padding-left: 0;
    }

    .form-inline .checkbox input[type=checkbox],
    .form-inline .radio input[type=radio],
    .search-form .checkbox input[type=checkbox],
    .search-form .radio input[type=radio] {
        position: relative;
        margin-left: 0;
    }

    .form-inline .has-feedback .form-control-feedback,
    .search-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

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

.comment-form .form-horizontal p,
.form-horizontal .comment-form p,
.form-horizontal .form-group,
.form-horizontal .search-form label,
.search-form .form-horizontal label {
    margin-left: -15px;
    margin-right: -15px;
}

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

.comment-form .form-horizontal p:after,
.form-horizontal .comment-form p:after,
.form-horizontal .form-group:after,
.form-horizontal .search-form label:after,
.search-form .form-horizontal label:after {
    clear: both;
}

@media (min-width:992px){
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

@media (min-width:992px){
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px;
    }
}

@media (min-width:992px){
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }
}

.btn,
.search-form .search-submit,
button[type=submit],
input[type=submit] {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
.search-form .active.focus.search-submit,
.search-form .active.search-submit:focus,
.search-form .focus.search-submit,
.search-form .search-submit:active.focus,
.search-form .search-submit:active:focus,
.search-form .search-submit:focus,
button.active.focus[type=submit],
button.active[type=submit]:focus,
button.focus[type=submit],
button[type=submit]:active.focus,
button[type=submit]:active:focus,
button[type=submit]:focus,
input.active.focus[type=submit],
input.active[type=submit]:focus,
input.focus[type=submit],
input[type=submit]:active.focus,
input[type=submit]:active:focus,
input[type=submit]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn.focus,
.btn:focus,
.btn:hover,
.search-form .focus.search-submit,
.search-form .search-submit:focus,
.search-form .search-submit:hover,
button.focus[type=submit],
button[type=submit]:focus,
button[type=submit]:hover,
input.focus[type=submit],
input[type=submit]:focus,
input[type=submit]:hover {
    color: #333;
    text-decoration: none;
}

.btn.active,
.btn:active,
.search-form .active.search-submit,
.search-form .search-submit:active,
button.active[type=submit],
button[type=submit]:active,
input.active[type=submit],
input[type=submit]:active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.btn.disabled,
.btn[disabled],
.search-form .disabled.search-submit,
.search-form [disabled].search-submit,
.search-form fieldset[disabled] .search-submit,
button.disabled[type=submit],
button[disabled][type=submit],
fieldset[disabled] .btn,
fieldset[disabled] .search-form .search-submit,
fieldset[disabled] button[type=submit],
fieldset[disabled] input[type=submit],
input.disabled[type=submit],
input[disabled][type=submit] {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    box-shadow: none;
}

.search-form a.disabled.search-submit,
.search-form fieldset[disabled] a.search-submit,
a.btn.disabled,
fieldset[disabled] .search-form a.search-submit,
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.active,
.btn-default:active,
.btn-default:hover,
.open>.btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.btn-default.dropdown-toggle.focus,
.open>.btn-default.dropdown-toggle:focus,
.open>.btn-default.dropdown-toggle:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}

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

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc;
}

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

.btn-primary,
button[type=submit],
input[type=submit] {
    color: #fff;
    background-color: #3e2020;
    border-color: #2d1717;
}

.btn-primary.focus,
.btn-primary:focus,
button.focus[type=submit],
button[type=submit]:focus,
input.focus[type=submit],
input[type=submit]:focus {
    color: #fff;
    background-color: #1c0f0f;
    border-color: #000;
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:hover,
.open>.btn-primary.dropdown-toggle,
.open>button.dropdown-toggle[type=submit],
.open>input.dropdown-toggle[type=submit],
button.active[type=submit],
button[type=submit]:active,
button[type=submit]:hover,
input.active[type=submit],
input[type=submit]:active,
input[type=submit]:hover {
    color: #fff;
    background-color: #1c0f0f;
    border-color: #050202;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.btn-primary.dropdown-toggle.focus,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle:hover,
.open>button.dropdown-toggle.focus[type=submit],
.open>button.dropdown-toggle[type=submit]:focus,
.open>button.dropdown-toggle[type=submit]:hover,
.open>input.dropdown-toggle.focus[type=submit],
.open>input.dropdown-toggle[type=submit]:focus,
.open>input.dropdown-toggle[type=submit]:hover,
button.active.focus[type=submit],
button.active[type=submit]:focus,
button.active[type=submit]:hover,
button[type=submit]:active.focus,
button[type=submit]:active:focus,
button[type=submit]:active:hover,
input.active.focus[type=submit],
input.active[type=submit]:focus,
input.active[type=submit]:hover,
input[type=submit]:active.focus,
input[type=submit]:active:focus,
input[type=submit]:active:hover {
    color: #fff;
    background-color: #050202;
    border-color: #000;
}

.btn-primary.active,
.btn-primary:active,
.open>.btn-primary.dropdown-toggle,
.open>button.dropdown-toggle[type=submit],
.open>input.dropdown-toggle[type=submit],
button.active[type=submit],
button[type=submit]:active,
input.active[type=submit],
input[type=submit]:active {
    background-image: none;
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
button.disabled.focus[type=submit],
button.disabled[type=submit]:focus,
button.disabled[type=submit]:hover,
button[disabled].focus[type=submit],
button[disabled][type=submit]:focus,
button[disabled][type=submit]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] button.focus[type=submit],
fieldset[disabled] button[type=submit]:focus,
fieldset[disabled] button[type=submit]:hover,
fieldset[disabled] input.focus[type=submit],
fieldset[disabled] input[type=submit]:focus,
fieldset[disabled] input[type=submit]:hover,
input.disabled.focus[type=submit],
input.disabled[type=submit]:focus,
input.disabled[type=submit]:hover,
input[disabled].focus[type=submit],
input[disabled][type=submit]:focus,
input[disabled][type=submit]:hover {
    background-color: #3e2020;
    border-color: #2d1717;
}

.btn-primary .badge,
button[type=submit] .badge,
input[type=submit] .badge {
    color: #3e2020;
    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.active,
.btn-success:active,
.btn-success:hover,
.open>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.btn-success.dropdown-toggle.focus,
.open>.btn-success.dropdown-toggle:focus,
.open>.btn-success.dropdown-toggle:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625;
}

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

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    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.active,
.btn-info:active,
.btn-info:hover,
.open>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.btn-info.dropdown-toggle.focus,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85;
}

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

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    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.active,
.btn-warning:active,
.btn-warning:hover,
.open>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.btn-warning.dropdown-toggle.focus,
.open>.btn-warning.dropdown-toggle:focus,
.open>.btn-warning.dropdown-toggle:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d;
}

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

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    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.active,
.btn-danger:active,
.btn-danger:hover,
.open>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.btn-danger.dropdown-toggle.focus,
.open>.btn-danger.dropdown-toggle:focus,
.open>.btn-danger.dropdown-toggle:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19;
}

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

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

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

.btn-link {
    color: #3e2020;
    font-weight: 400;
    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:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent;
}

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

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

.btn-group-lg>.btn,
.btn-group-lg>button[type=submit],
.btn-group-lg>input[type=submit],
.btn-lg,
.search-form .btn-group-lg>.search-submit {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.btn-group-sm>.btn,
.btn-group-sm>button[type=submit],
.btn-group-sm>input[type=submit],
.btn-sm,
.search-form .btn-group-sm>.search-submit {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

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

.fade {
    opacity: 0;
    transition: opacity .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: .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;
}

.dropdown,
.dropup {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.open>a {
    outline: 0;
}

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

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

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

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

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

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

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

@media (min-width: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-vertical>.btn,
.btn-group-vertical>button[type=submit],
.btn-group-vertical>input[type=submit],
.btn-group>.btn,
.btn-group>button[type=submit],
.btn-group>input[type=submit],
.search-form .btn-group-vertical>.search-submit,
.search-form .btn-group>.search-submit {
    position: relative;
    float: left;
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group-vertical>button.active[type=submit],
.btn-group-vertical>button[type=submit]:active,
.btn-group-vertical>button[type=submit]:focus,
.btn-group-vertical>button[type=submit]:hover,
.btn-group-vertical>input.active[type=submit],
.btn-group-vertical>input[type=submit]:active,
.btn-group-vertical>input[type=submit]:focus,
.btn-group-vertical>input[type=submit]:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover,
.btn-group>button.active[type=submit],
.btn-group>button[type=submit]:active,
.btn-group>button[type=submit]:focus,
.btn-group>button[type=submit]:hover,
.btn-group>input.active[type=submit],
.btn-group>input[type=submit]:active,
.btn-group>input[type=submit]:focus,
.btn-group>input[type=submit]:hover,
.search-form .btn-group-vertical>.active.search-submit,
.search-form .btn-group-vertical>.search-submit:active,
.search-form .btn-group-vertical>.search-submit:focus,
.search-form .btn-group-vertical>.search-submit:hover,
.search-form .btn-group>.active.search-submit,
.search-form .btn-group>.search-submit:active,
.search-form .btn-group>.search-submit:focus,
.search-form .btn-group>.search-submit:hover {
    z-index: 2;
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn+button[type=submit],
.btn-group .btn+input[type=submit],
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group,
.btn-group .btn-group+button[type=submit],
.btn-group .btn-group+input[type=submit],
.btn-group .search-form .btn+.search-submit,
.btn-group .search-form .btn-group+.search-submit,
.btn-group .search-form .search-submit+.btn,
.btn-group .search-form .search-submit+.btn-group,
.btn-group .search-form .search-submit+.search-submit,
.btn-group .search-form .search-submit+button[type=submit],
.btn-group .search-form .search-submit+input[type=submit],
.btn-group .search-form button[type=submit]+.search-submit,
.btn-group .search-form input[type=submit]+.search-submit,
.btn-group button[type=submit]+.btn,
.btn-group button[type=submit]+.btn-group,
.btn-group button[type=submit]+button[type=submit],
.btn-group button[type=submit]+input[type=submit],
.btn-group input[type=submit]+.btn,
.btn-group input[type=submit]+.btn-group,
.btn-group input[type=submit]+button[type=submit],
.btn-group input[type=submit]+input[type=submit],
.search-form .btn-group .btn+.search-submit,
.search-form .btn-group .btn-group+.search-submit,
.search-form .btn-group .search-submit+.btn,
.search-form .btn-group .search-submit+.btn-group,
.search-form .btn-group .search-submit+.search-submit,
.search-form .btn-group .search-submit+button[type=submit],
.search-form .btn-group .search-submit+input[type=submit],
.search-form .btn-group button[type=submit]+.search-submit,
.search-form .btn-group input[type=submit]+.search-submit {
    margin-left: -1px;
}

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

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

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

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group,
.btn-toolbar .search-form .search-submit,
.btn-toolbar button[type=submit],
.btn-toolbar input[type=submit],
.search-form .btn-toolbar .search-submit {
    float: left;
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group,
.btn-toolbar>button[type=submit],
.btn-toolbar>input[type=submit],
.search-form .btn-toolbar>.search-submit {
    margin-left: 5px;
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group>button[type=submit]:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group>input[type=submit]:not(:first-child):not(:last-child):not(.dropdown-toggle),
.search-form .btn-group>.search-submit:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group>.btn:first-child,
.btn-group>button[type=submit]:first-child,
.btn-group>input[type=submit]:first-child,
.search-form .btn-group>.search-submit:first-child {
    margin-left: 0;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group>button[type=submit]:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group>input[type=submit]:first-child:not(:last-child):not(.dropdown-toggle),
.search-form .btn-group>.search-submit:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child),
.btn-group>button[type=submit]:last-child:not(:first-child),
.btn-group>input[type=submit]:last-child:not(:first-child),
.search-form .btn-group>.search-submit:last-child:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

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

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn,
.btn-group>.btn-group:not(:first-child):not(:last-child)>button[type=submit],
.btn-group>.btn-group:not(:first-child):not(:last-child)>input[type=submit],
.search-form .btn-group>.btn-group:not(:first-child):not(:last-child)>.search-submit {
    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,
.btn-group>.btn-group:first-child:not(:last-child)>button[type=submit]:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>input[type=submit]:last-child,
.search-form .btn-group>.btn-group:first-child:not(:last-child)>.search-submit:last-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child,
.btn-group>.btn-group:last-child:not(:first-child)>button[type=submit]:first-child,
.btn-group>.btn-group:last-child:not(:first-child)>input[type=submit]:first-child,
.search-form .btn-group>.btn-group:last-child:not(:first-child)>.search-submit:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

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

.btn-group>.btn+.dropdown-toggle,
.btn-group>button[type=submit]+.dropdown-toggle,
.btn-group>input[type=submit]+.dropdown-toggle,
.search-form .btn-group>.search-submit+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}

.btn-group-lg.btn-group>.btn+.dropdown-toggle,
.btn-group-lg.btn-group>button[type=submit]+.dropdown-toggle,
.btn-group-lg.btn-group>input[type=submit]+.dropdown-toggle,
.btn-group>.btn-lg+.dropdown-toggle,
.search-form .btn-group-lg.btn-group>.search-submit+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}

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

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

.btn .caret,
.search-form .search-submit .caret,
button[type=submit] .caret,
input[type=submit] .caret {
    margin-left: 0;
}

.btn-group-lg>.btn .caret,
.btn-group-lg>button[type=submit] .caret,
.btn-group-lg>input[type=submit] .caret,
.btn-lg .caret,
.search-form .btn-group-lg>.search-submit .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-group-lg>.btn .caret,
.dropup .btn-group-lg>button[type=submit] .caret,
.dropup .btn-group-lg>input[type=submit] .caret,
.dropup .btn-lg .caret,
.dropup .search-form .btn-group-lg>.search-submit .caret,
.search-form .dropup .btn-group-lg>.search-submit .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn,
.btn-group-vertical>.btn-group>button[type=submit],
.btn-group-vertical>.btn-group>input[type=submit],
.btn-group-vertical>button[type=submit],
.btn-group-vertical>input[type=submit],
.search-form .btn-group-vertical>.btn-group>.search-submit,
.search-form .btn-group-vertical>.search-submit {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

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

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

.btn-group-vertical>.btn-group>.btn,
.btn-group-vertical>.btn-group>button[type=submit],
.btn-group-vertical>.btn-group>input[type=submit],
.search-form .btn-group-vertical>.btn-group>.search-submit {
    float: none;
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn+button[type=submit],
.btn-group-vertical>.btn+input[type=submit],
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group,
.btn-group-vertical>.btn-group+button[type=submit],
.btn-group-vertical>.btn-group+input[type=submit],
.btn-group-vertical>button[type=submit]+.btn,
.btn-group-vertical>button[type=submit]+.btn-group,
.btn-group-vertical>button[type=submit]+button[type=submit],
.btn-group-vertical>button[type=submit]+input[type=submit],
.btn-group-vertical>input[type=submit]+.btn,
.btn-group-vertical>input[type=submit]+.btn-group,
.btn-group-vertical>input[type=submit]+button[type=submit],
.btn-group-vertical>input[type=submit]+input[type=submit],
.search-form .btn-group-vertical>.btn+.search-submit,
.search-form .btn-group-vertical>.btn-group+.search-submit,
.search-form .btn-group-vertical>.search-submit+.btn,
.search-form .btn-group-vertical>.search-submit+.btn-group,
.search-form .btn-group-vertical>.search-submit+.search-submit,
.search-form .btn-group-vertical>.search-submit+button[type=submit],
.search-form .btn-group-vertical>.search-submit+input[type=submit],
.search-form .btn-group-vertical>button[type=submit]+.search-submit,
.search-form .btn-group-vertical>input[type=submit]+.search-submit {
    margin-top: -1px;
    margin-left: 0;
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child),
.btn-group-vertical>button[type=submit]:not(:first-child):not(:last-child),
.btn-group-vertical>input[type=submit]:not(:first-child):not(:last-child),
.search-form .btn-group-vertical>.search-submit:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.btn-group-vertical>.btn:first-child:not(:last-child),
.btn-group-vertical>button[type=submit]:first-child:not(:last-child),
.btn-group-vertical>input[type=submit]:first-child:not(:last-child),
.search-form .btn-group-vertical>.search-submit:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn:last-child:not(:first-child),
.btn-group-vertical>button[type=submit]:last-child:not(:first-child),
.btn-group-vertical>input[type=submit]:last-child:not(:first-child),
.search-form .btn-group-vertical>.search-submit:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn,
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>button[type=submit],
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>input[type=submit],
.search-form .btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.search-submit {
    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,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>button[type=submit]:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>input[type=submit]:last-child,
.search-form .btn-group-vertical>.btn-group:first-child:not(:last-child)>.search-submit:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child,
.btn-group-vertical>.btn-group:last-child:not(:first-child)>button[type=submit]:first-child,
.btn-group-vertical>.btn-group:last-child:not(:first-child)>input[type=submit]:first-child,
.search-form .btn-group-vertical>.btn-group:last-child:not(:first-child)>.search-submit:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

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

.btn-group-justified>.btn,
.btn-group-justified>.btn-group,
.btn-group-justified>button[type=submit],
.btn-group-justified>input[type=submit],
.search-form .btn-group-justified>.search-submit {
    float: none;
    display: table-cell;
    width: 1%;
}

.btn-group-justified>.btn-group .btn,
.btn-group-justified>.btn-group .search-form .search-submit,
.btn-group-justified>.btn-group button[type=submit],
.btn-group-justified>.btn-group input[type=submit],
.search-form .btn-group-justified>.btn-group .search-submit {
    width: 100%;
}

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

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

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

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

.comment-form .input-group input[type=url],
.comment-form .input-group textarea,
.input-group .comment-form input[type=url],
.input-group .comment-form textarea,
.input-group .form-control,
.input-group .search-form .search-field,
.input-group .select2-container--default .select2-selection--single,
.input-group .woocommerce #content table.cart td.actions .input-text,
.input-group .woocommerce table.cart td.actions .input-text,
.input-group input[type=email],
.input-group input[type=number],
.input-group input[type=password],
.input-group input[type=search],
.input-group input[type=tel],
.input-group input[type=text],
.input-group select,
.input-group textarea,
.search-form .input-group .search-field,
.select2-container--default .input-group .select2-selection--single,
.woocommerce #content table.cart td.actions .input-group .input-text,
.woocommerce table.cart td.actions .input-group .input-text {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.comment-form .input-group input[type=url]:focus,
.comment-form .input-group textarea:focus,
.input-group .comment-form input[type=url]:focus,
.input-group .comment-form textarea:focus,
.input-group .form-control:focus,
.input-group .search-form .search-field:focus,
.input-group .select2-container--default .select2-selection--single:focus,
.input-group .woocommerce #content table.cart td.actions .input-text:focus,
.input-group .woocommerce table.cart td.actions .input-text:focus,
.input-group input[type=email]:focus,
.input-group input[type=number]:focus,
.input-group input[type=password]:focus,
.input-group input[type=search]:focus,
.input-group input[type=tel]:focus,
.input-group input[type=text]:focus,
.input-group select:focus,
.input-group textarea:focus,
.search-form .input-group .search-field:focus,
.select2-container--default .input-group .select2-selection--single:focus,
.woocommerce #content table.cart td.actions .input-group .input-text:focus,
.woocommerce table.cart td.actions .input-group .input-text:focus {
    z-index: 3;
}

.comment-form .input-group input[type=url],
.comment-form .input-group textarea,
.input-group-addon,
.input-group-btn,
.input-group .comment-form input[type=url],
.input-group .comment-form textarea,
.input-group .form-control,
.input-group .search-form .search-field,
.input-group .select2-container--default .select2-selection--single,
.input-group .woocommerce #content table.cart td.actions .input-text,
.input-group .woocommerce table.cart td.actions .input-text,
.input-group input[type=email],
.input-group input[type=number],
.input-group input[type=password],
.input-group input[type=search],
.input-group input[type=tel],
.input-group input[type=text],
.input-group select,
.input-group textarea,
.search-form .input-group .search-field,
.select2-container--default .input-group .select2-selection--single,
.woocommerce #content table.cart td.actions .input-group .input-text,
.woocommerce table.cart td.actions .input-group .input-text {
    display: table-cell;
}

.comment-form .input-group input[type=url]:not(:first-child):not(:last-child),
.comment-form .input-group textarea:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .comment-form input[type=url]:not(:first-child):not(:last-child),
.input-group .comment-form textarea:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child),
.input-group .search-form .search-field:not(:first-child):not(:last-child),
.input-group .select2-container--default .select2-selection--single:not(:first-child):not(:last-child),
.input-group .woocommerce #content table.cart td.actions .input-text:not(:first-child):not(:last-child),
.input-group .woocommerce table.cart td.actions .input-text:not(:first-child):not(:last-child),
.input-group input[type=email]:not(:first-child):not(:last-child),
.input-group input[type=number]:not(:first-child):not(:last-child),
.input-group input[type=password]:not(:first-child):not(:last-child),
.input-group input[type=search]:not(:first-child):not(:last-child),
.input-group input[type=tel]:not(:first-child):not(:last-child),
.input-group input[type=text]:not(:first-child):not(:last-child),
.input-group select:not(:first-child):not(:last-child),
.input-group textarea:not(:first-child):not(:last-child),
.search-form .input-group .search-field:not(:first-child):not(:last-child),
.select2-container--default .input-group .select2-selection--single:not(:first-child):not(:last-child),
.woocommerce #content table.cart td.actions .input-group .input-text:not(:first-child):not(:last-child),
.woocommerce table.cart td.actions .input-group .input-text: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: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.comment-form .input-group-sm>input.input-group-addon[type=email],
.comment-form .input-group-sm>input.input-group-addon[type=text],
.comment-form .input-group-sm>input.input-group-addon[type=url],
.comment-form .input-group-sm>textarea.input-group-addon,
.input-group-addon.input-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn,
.input-group-sm>.input-group-btn>button.input-group-addon[type=submit],
.input-group-sm>.input-group-btn>input.input-group-addon[type=submit],
.search-form .input-group-sm>.input-group-addon.search-field,
.search-form .input-group-sm>.input-group-btn>.input-group-addon.search-submit,
.select2-container--default .input-group-sm>.input-group-addon.select2-selection--single,
.woocommerce #content table.cart td.actions .input-group-sm>.input-group-addon.input-text,
.woocommerce table.cart td.actions .coupon .input-group-sm>.input-group-addon.input-text,
.woocommerce table.cart td.actions .input-group-sm>.input-group-addon.input-text {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}

.comment-form .input-group-lg>input.input-group-addon[type=email],
.comment-form .input-group-lg>input.input-group-addon[type=text],
.comment-form .input-group-lg>input.input-group-addon[type=url],
.comment-form .input-group-lg>textarea.input-group-addon,
.input-group-addon.input-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn,
.input-group-lg>.input-group-btn>button.input-group-addon[type=submit],
.input-group-lg>.input-group-btn>input.input-group-addon[type=submit],
.search-form .input-group-lg>.input-group-addon.search-field,
.search-form .input-group-lg>.input-group-btn>.input-group-addon.search-submit,
.select2-container--default .input-group-lg>.input-group-addon.select2-selection--single,
.woocommerce #content table.cart td.actions .input-group-lg>.input-group-addon.input-text,
.woocommerce table.cart td.actions .coupon .input-group-lg>.input-group-addon.input-text,
.woocommerce table.cart td.actions .input-group-lg>.input-group-addon.input-text {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
}

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

.comment-form .input-group input[type=url]:first-child,
.comment-form .input-group textarea: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>.btn-group>button[type=submit],
.input-group-btn:first-child>.btn-group>input[type=submit],
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:first-child>button[type=submit],
.input-group-btn:first-child>input[type=submit],
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn-group:not(:last-child)>button[type=submit],
.input-group-btn:last-child>.btn-group:not(:last-child)>input[type=submit],
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>button[type=submit]:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>input[type=submit]:not(:last-child):not(.dropdown-toggle),
.input-group .comment-form input[type=url]:first-child,
.input-group .comment-form textarea:first-child,
.input-group .form-control:first-child,
.input-group .search-form .search-field:first-child,
.input-group .select2-container--default .select2-selection--single:first-child,
.input-group .woocommerce #content table.cart td.actions .input-text:first-child,
.input-group .woocommerce table.cart td.actions .input-text:first-child,
.input-group input[type=email]:first-child,
.input-group input[type=number]:first-child,
.input-group input[type=password]:first-child,
.input-group input[type=search]:first-child,
.input-group input[type=tel]:first-child,
.input-group input[type=text]:first-child,
.input-group select:first-child,
.input-group textarea:first-child,
.search-form .input-group-btn:first-child>.btn-group>.search-submit,
.search-form .input-group-btn:first-child>.search-submit,
.search-form .input-group-btn:last-child>.btn-group:not(:last-child)>.search-submit,
.search-form .input-group-btn:last-child>.search-submit:not(:last-child):not(.dropdown-toggle),
.search-form .input-group .search-field:first-child,
.select2-container--default .input-group .select2-selection--single:first-child,
.woocommerce #content table.cart td.actions .input-group .input-text:first-child,
.woocommerce table.cart td.actions .input-group .input-text:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

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

.comment-form .input-group input[type=url]:last-child,
.comment-form .input-group textarea:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn-group:not(:first-child)>button[type=submit],
.input-group-btn:first-child>.btn-group:not(:first-child)>input[type=submit],
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>button[type=submit]:not(:first-child),
.input-group-btn:first-child>input[type=submit]:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.btn-group>button[type=submit],
.input-group-btn:last-child>.btn-group>input[type=submit],
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:last-child>button[type=submit],
.input-group-btn:last-child>input[type=submit],
.input-group .comment-form input[type=url]:last-child,
.input-group .comment-form textarea:last-child,
.input-group .form-control:last-child,
.input-group .search-form .search-field:last-child,
.input-group .select2-container--default .select2-selection--single:last-child,
.input-group .woocommerce #content table.cart td.actions .input-text:last-child,
.input-group .woocommerce table.cart td.actions .input-text:last-child,
.input-group input[type=email]:last-child,
.input-group input[type=number]:last-child,
.input-group input[type=password]:last-child,
.input-group input[type=search]:last-child,
.input-group input[type=tel]:last-child,
.input-group input[type=text]:last-child,
.input-group select:last-child,
.input-group textarea:last-child,
.search-form .input-group-btn:first-child>.btn-group:not(:first-child)>.search-submit,
.search-form .input-group-btn:first-child>.search-submit:not(:first-child),
.search-form .input-group-btn:last-child>.btn-group>.search-submit,
.search-form .input-group-btn:last-child>.search-submit,
.search-form .input-group .search-field:last-child,
.select2-container--default .input-group .select2-selection--single:last-child,
.woocommerce #content table.cart td.actions .input-group .input-text:last-child,
.woocommerce table.cart td.actions .input-group .input-text:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

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

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

.input-group-btn,
.input-group-btn>.btn,
.input-group-btn>button[type=submit],
.input-group-btn>input[type=submit],
.search-form .input-group-btn>.search-submit {
    position: relative;
}

.input-group-btn>.btn+.btn,
.input-group-btn>.btn+button[type=submit],
.input-group-btn>.btn+input[type=submit],
.input-group-btn>button[type=submit]+.btn,
.input-group-btn>button[type=submit]+button[type=submit],
.input-group-btn>button[type=submit]+input[type=submit],
.input-group-btn>input[type=submit]+.btn,
.input-group-btn>input[type=submit]+button[type=submit],
.input-group-btn>input[type=submit]+input[type=submit],
.search-form .input-group-btn>.btn+.search-submit,
.search-form .input-group-btn>.search-submit+.btn,
.search-form .input-group-btn>.search-submit+.search-submit,
.search-form .input-group-btn>.search-submit+button[type=submit],
.search-form .input-group-btn>.search-submit+input[type=submit],
.search-form .input-group-btn>button[type=submit]+.search-submit,
.search-form .input-group-btn>input[type=submit]+.search-submit {
    margin-left: -1px;
}

.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover,
.input-group-btn>button[type=submit]:active,
.input-group-btn>button[type=submit]:focus,
.input-group-btn>button[type=submit]:hover,
.input-group-btn>input[type=submit]:active,
.input-group-btn>input[type=submit]:focus,
.input-group-btn>input[type=submit]:hover,
.search-form .input-group-btn>.search-submit:active,
.search-form .input-group-btn>.search-submit:focus,
.search-form .input-group-btn>.search-submit:hover {
    z-index: 2;
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group,
.input-group-btn:first-child>button[type=submit],
.input-group-btn:first-child>input[type=submit],
.search-form .input-group-btn:first-child>.search-submit {
    margin-right: -1px;
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group,
.input-group-btn:last-child>button[type=submit],
.input-group-btn:last-child>input[type=submit],
.search-form .input-group-btn:last-child>.search-submit {
    z-index: 2;
    margin-left: -1px;
}

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

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

.nav:after {
    clear: both;
}

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

.nav>li>a {
    padding: 10px 15px;
}

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

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

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

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #eee;
    border-color: #3e2020;
}

.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: #eee #eee #ddd;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}

.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:focus,
.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #3e2020;
}

.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 {
    text-align: center;
    margin-bottom: 5px;
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width:992px){
    .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-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #ddd;
}

@media (min-width:992px){
    .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-justified>.active>a:focus,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:focus,
    .nav-tabs.nav-justified>.active>a:hover {
        border-bottom-color: #fff;
    }
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

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

.navbar:after {
    clear: both;
}

@media (min-width:992px){
    .navbar {
        border-radius: 4px;
    }
}

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

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

@media (min-width:992px){
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 hsla(0,0%,100%,.1);
    -webkit-overflow-scrolling: touch;
}

.navbar-collapse:after,
.navbar-collapse:before {
    content: " ";
    display: table;
}

.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-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 340px;
}

@media (max-device-width:480px) and (orientation:landscape){
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 200px;
    }
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width:992px){
    .container-fluid>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container>.navbar-header {
        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-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width:992px){
    .navbar-fixed-bottom,
    .navbar-fixed-top {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    padding: 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none;
}

.navbar-brand>img {
    display: block;
}

@media (min-width:992px){
    .navbar>.container-fluid .navbar-brand,
    .navbar>.container .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: left;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-toggle: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 .dropdown-header,
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px;
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px;
    }

    .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-nav .open .dropdown-menu>li>a:hover {
        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 {
    margin: 8px -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow: inset 0 1px 0 hsla(0,0%,100%,.1),0 1px 0 hsla(0,0%,100%,.1);
}

@media (min-width:992px){
    .comment-form .navbar-form p,
    .navbar-form .comment-form p,
    .navbar-form .form-group,
    .navbar-form .search-form label,
    .search-form .navbar-form label {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .comment-form .navbar-form input[type=url],
    .comment-form .navbar-form textarea,
    .navbar-form .comment-form input[type=url],
    .navbar-form .comment-form textarea,
    .navbar-form .form-control,
    .navbar-form .search-form .search-field,
    .navbar-form .select2-container--default .select2-selection--single,
    .navbar-form .woocommerce #content table.cart td.actions .input-text,
    .navbar-form .woocommerce table.cart td.actions .input-text,
    .navbar-form input[type=email],
    .navbar-form input[type=number],
    .navbar-form input[type=password],
    .navbar-form input[type=search],
    .navbar-form input[type=tel],
    .navbar-form input[type=text],
    .navbar-form select,
    .navbar-form textarea,
    .search-form .navbar-form .search-field,
    .select2-container--default .navbar-form .select2-selection--single,
    .woocommerce #content table.cart td.actions .navbar-form .input-text,
    .woocommerce table.cart td.actions .navbar-form .input-text {
        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;
    }

    .comment-form .navbar-form .input-group input[type=url],
    .comment-form .navbar-form .input-group textarea,
    .navbar-form .input-group .comment-form input[type=url],
    .navbar-form .input-group .comment-form textarea,
    .navbar-form .input-group .form-control,
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .search-form .search-field,
    .navbar-form .input-group .select2-container--default .select2-selection--single,
    .navbar-form .input-group .woocommerce #content table.cart td.actions .input-text,
    .navbar-form .input-group .woocommerce table.cart td.actions .input-text,
    .navbar-form .input-group input[type=email],
    .navbar-form .input-group input[type=number],
    .navbar-form .input-group input[type=password],
    .navbar-form .input-group input[type=search],
    .navbar-form .input-group input[type=tel],
    .navbar-form .input-group input[type=text],
    .navbar-form .input-group select,
    .navbar-form .input-group textarea,
    .search-form .navbar-form .input-group .search-field,
    .select2-container--default .navbar-form .input-group .select2-selection--single,
    .woocommerce #content table.cart td.actions .navbar-form .input-group .input-text,
    .woocommerce table.cart td.actions .navbar-form .input-group .input-text {
        width: auto;
    }

    .comment-form .navbar-form .input-group>input[type=url],
    .comment-form .navbar-form .input-group>textarea,
    .navbar-form .comment-form .input-group>input[type=email],
    .navbar-form .comment-form .input-group>input[type=text],
    .navbar-form .comment-form .input-group>input[type=url],
    .navbar-form .comment-form .input-group>textarea,
    .navbar-form .input-group>.form-control,
    .navbar-form .input-group>input[type=email],
    .navbar-form .input-group>input[type=number],
    .navbar-form .input-group>input[type=password],
    .navbar-form .input-group>input[type=search],
    .navbar-form .input-group>input[type=tel],
    .navbar-form .input-group>input[type=text],
    .navbar-form .input-group>select,
    .navbar-form .input-group>textarea,
    .navbar-form .search-form .input-group>.search-field,
    .navbar-form .select2-container--default .input-group>.select2-selection--single,
    .navbar-form .woocommerce #content table.cart td.actions .input-group>.input-text,
    .navbar-form .woocommerce table.cart td.actions .coupon .input-group>.input-text,
    .navbar-form .woocommerce table.cart td.actions .input-group>.input-text,
    .search-form .navbar-form .input-group>.search-field,
    .select2-container--default .navbar-form .input-group>.select2-selection--single,
    .woocommerce #content table.cart td.actions .navbar-form .input-group>.input-text,
    .woocommerce table.cart td.actions .navbar-form .input-group>.input-text {
        width: 100%;
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .checkbox,
    .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .checkbox label,
    .navbar-form .radio label {
        padding-left: 0;
    }

    .navbar-form .checkbox input[type=checkbox],
    .navbar-form .radio input[type=radio] {
        position: relative;
        margin-left: 0;
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (max-width:991px){
    .comment-form .navbar-form p,
    .navbar-form .comment-form p,
    .navbar-form .form-group,
    .navbar-form .search-form label,
    .search-form .navbar-form label {
        margin-bottom: 5px;
    }

    .comment-form .navbar-form p:last-child,
    .navbar-form .comment-form p:last-child,
    .navbar-form .form-group:last-child,
    .navbar-form .search-form label:last-child,
    .search-form .navbar-form label:last-child {
        margin-bottom: 0;
    }
}

@media (min-width:992px){
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        box-shadow: none;
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

.btn-group-sm>.navbar-btn.btn,
.btn-group-sm>button.navbar-btn[type=submit],
.btn-group-sm>input.navbar-btn[type=submit],
.navbar-btn.btn-sm,
.search-form .btn-group-sm>.navbar-btn.search-submit {
    margin-top: 10px;
    margin-bottom: 10px;
}

.btn-group-xs>.navbar-btn.btn,
.btn-group-xs>button.navbar-btn[type=submit],
.btn-group-xs>input.navbar-btn[type=submit],
.navbar-btn.btn-xs,
.search-form .btn-group-xs>.navbar-btn.search-submit {
    margin-top: 14px;
    margin-bottom: 14px;
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width:992px){
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 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:focus,
.navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent;
}

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-text {
    color: #777;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #333;
    background-color: transparent;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #e7e7e7;
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover {
    color: #ccc;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border-color: #ddd;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    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-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background-color: #e7e7e7;
    color: #555;
}

@media (max-width:991px){
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #333;
        background-color: transparent;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777;
}

.navbar-default .navbar-link:hover {
    color: #333;
}

.navbar-default .btn-link {
    color: #777;
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
    color: #333;
}

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc;
}

.navbar-inverse {
    background-color: #222;
    border-color: #090909;
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d;
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-nav>li>a,
.navbar-inverse .navbar-text {
    color: #9d9d9d;
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #090909;
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:focus,
.navbar-inverse .navbar-nav>.disabled>a:hover {
    color: #444;
    background-color: transparent;
}

.navbar-inverse .navbar-toggle {
    border-color: #333;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    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-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    background-color: #090909;
    color: #fff;
}

@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:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #fff;
        background-color: transparent;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #fff;
        background-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
    color: #fff;
}

.navbar-inverse .btn-link {
    color: #9d9d9d;
}

.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
    color: #fff;
}

.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
    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 {
    content: "/ ";
    padding: 0 5px;
    color: #ccc;
}

.breadcrumb>.active {
    color: #777;
}

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

.pagination>li {
    display: inline;
}

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

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

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

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 2;
    color: #0c0606;
    background-color: #eee;
    border-color: #ddd;
}

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

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

.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-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

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

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

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

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

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center;
}

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

.pager:after {
    clear: both;
}

.pager li {
    display: inline;
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}

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

.pager .next>a,
.pager .next>span {
    float: right;
}

.pager .previous>a,
.pager .previous>span {
    float: left;
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
    color: #777;
    background-color: #fff;
    cursor: not-allowed;
}

.thumbnail,
.wp-caption {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: border .2s ease-in-out;
}

.thumbnail>img,
.thumbnail a>img,
.wp-caption>img,
.wp-caption a>img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.thumbnail .caption,
.wp-caption .caption {
    padding: 9px;
    color: #333;
}

a.active.wp-caption,
a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover,
a.wp-caption:focus,
a.wp-caption:hover {
    border-color: #3e2020;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert h4,
.alert section.treatments div.items div.item a span,
section.treatments div.items div.item a .alert span {
    margin-top: 0;
    color: inherit;
}

.alert .alert-link {
    font-weight: 700;
}

.alert>p,
.alert>ul {
    margin-bottom: 0;
}

.alert>p+p {
    margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

.alert-success hr {
    border-top-color: #c9e2b3;
}

.alert-success .alert-link {
    color: #2b542c;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

.alert-info hr {
    border-top-color: #a6e1ec;
}

.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

.alert-warning hr {
    border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
    color: #66512c;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

.alert-danger hr {
    border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
    color: #843534;
}

.media {
    margin-top: 15px;
}

.media:first-child {
    margin-top: 0;
}

.media,
.media-body {
    zoom: 1;
    overflow: hidden;
}

.media-body {
    width: 10000px;
}

.media-object {
    display: block;
}

.media-object.img-thumbnail {
    max-width: none;
}

.media-right,
.media>.pull-right {
    padding-left: 10px;
}

.media-left,
.media>.pull-left {
    padding-right: 10px;
}

.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top;
}

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

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

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

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

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

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

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:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5;
}

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

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

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

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

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

.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: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,
.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 {
    color: inherit;
}

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

.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:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6;
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
    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:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3;
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
    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:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
    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:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
    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;
}

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

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

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

.modal,
.modal-open {
    overflow: hidden;
}

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

.modal.fade .modal-dialog {
    transform: translateY(-25%);
    transition: transform .3s ease-out;
}

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

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

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

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

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

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

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

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

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

.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:after,
.modal-footer:before {
    content: " ";
    display: table;
}

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

.modal-footer .btn+.btn,
.modal-footer .btn+button[type=submit],
.modal-footer .btn+input[type=submit],
.modal-footer .search-form .btn+.search-submit,
.modal-footer .search-form .search-submit+.btn,
.modal-footer .search-form .search-submit+.search-submit,
.modal-footer .search-form .search-submit+button[type=submit],
.modal-footer .search-form .search-submit+input[type=submit],
.modal-footer .search-form button[type=submit]+.search-submit,
.modal-footer .search-form input[type=submit]+.search-submit,
.modal-footer button[type=submit]+.btn,
.modal-footer button[type=submit]+button[type=submit],
.modal-footer button[type=submit]+input[type=submit],
.modal-footer input[type=submit]+.btn,
.modal-footer input[type=submit]+button[type=submit],
.modal-footer input[type=submit]+input[type=submit],
.search-form .modal-footer .btn+.search-submit,
.search-form .modal-footer .search-submit+.btn,
.search-form .modal-footer .search-submit+.search-submit,
.search-form .modal-footer .search-submit+button[type=submit],
.search-form .modal-footer .search-submit+input[type=submit],
.search-form .modal-footer button[type=submit]+.search-submit,
.search-form .modal-footer input[type=submit]+.search-submit {
    margin-left: 5px;
    margin-bottom: 0;
}

.modal-footer .btn-group .btn+.btn,
.modal-footer .btn-group .btn+button[type=submit],
.modal-footer .btn-group .btn+input[type=submit],
.modal-footer .btn-group .search-form .btn+.search-submit,
.modal-footer .btn-group .search-form .search-submit+.btn,
.modal-footer .btn-group .search-form .search-submit+.search-submit,
.modal-footer .btn-group .search-form .search-submit+button[type=submit],
.modal-footer .btn-group .search-form .search-submit+input[type=submit],
.modal-footer .btn-group .search-form button[type=submit]+.search-submit,
.modal-footer .btn-group .search-form input[type=submit]+.search-submit,
.modal-footer .btn-group button[type=submit]+.btn,
.modal-footer .btn-group button[type=submit]+button[type=submit],
.modal-footer .btn-group button[type=submit]+input[type=submit],
.modal-footer .btn-group input[type=submit]+.btn,
.modal-footer .btn-group input[type=submit]+button[type=submit],
.modal-footer .btn-group input[type=submit]+input[type=submit],
.search-form .modal-footer .btn-group .btn+.search-submit,
.search-form .modal-footer .btn-group .search-submit+.btn,
.search-form .modal-footer .btn-group .search-submit+.search-submit,
.search-form .modal-footer .btn-group .search-submit+button[type=submit],
.search-form .modal-footer .btn-group .search-submit+input[type=submit],
.search-form .modal-footer .btn-group button[type=submit]+.search-submit,
.search-form .modal-footer .btn-group input[type=submit]+.search-submit {
    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:992px){
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        box-shadow: 0 5px 15px rgba(0,0,0,.5);
    }

    .modal-sm {
        width: 300px;
    }
}

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

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

.clearfix:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right!important;
}

.pull-left {
    float: left!important;
}

.hide {
    display: none!important;
}

.show {
    display: block!important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none!important;
}

.affix {
    position: fixed;
}

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

.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none!important;
}

@media (max-width:991px){
    .visible-xs {
        display: block!important;
    }

    table.visible-xs {
        display: table!important;
    }

    tr.visible-xs {
        display: table-row!important;
    }

    td.visible-xs,
    th.visible-xs {
        display: table-cell!important;
    }
}

@media (max-width:991px){
    .visible-xs-block {
        display: block!important;
    }
}

@media (max-width:991px){
    .visible-xs-inline {
        display: inline!important;
    }
}

@media (max-width:991px){
    .visible-xs-inline-block {
        display: inline-block!important;
    }
}

@media (min-width:992px) and (max-width:991px){
    .visible-sm {
        display: block!important;
    }

    table.visible-sm {
        display: table!important;
    }

    tr.visible-sm {
        display: table-row!important;
    }

    td.visible-sm,
    th.visible-sm {
        display: table-cell!important;
    }
}

@media (min-width:992px) and (max-width:991px){
    .visible-sm-block {
        display: block!important;
    }
}

@media (min-width:992px) and (max-width:991px){
    .visible-sm-inline {
        display: inline!important;
    }
}

@media (min-width:992px) 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;
    }

    td.visible-md,
    th.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;
    }

    td.visible-lg,
    th.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:991px){
    .hidden-xs {
        display: none!important;
    }
}

@media (min-width:992px) 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;
    }

    td.visible-print,
    th.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;
    }
}

/* !
 * Font Awesome Free 5.14.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */
.fa,
.fab,
.fad,
.fal,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fa-lg {
    font-size: 1.3333333333em;
    line-height: .75em;
    vertical-align: -.0667em;
}

.fa-xs {
    font-size: .75em;
}

.fa-sm {
    font-size: .875em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit;
}

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

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

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

.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
    margin-left: .3em;
}

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

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

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

    to {
        transform: rotate(1turn);
    }
}

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

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

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

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

.fa-flip-vertical {
    transform: scaleY(-1);
}

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

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
    transform: scale(-1);
}

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

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

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

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

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

.fa-inverse {
    color: #fff;
}

.fa-500px:before {
    content: "\f26e";
}

.fa-accessible-icon:before {
    content: "\f368";
}

.fa-accusoft:before {
    content: "\f369";
}

.fa-acquisitions-incorporated:before {
    content: "\f6af";
}

.fa-ad:before {
    content: "\f641";
}

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

.fa-address-card:before {
    content: "\f2bb";
}

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

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

.fa-adobe:before {
    content: "\f778";
}

.fa-adversal:before {
    content: "\f36a";
}

.fa-affiliatetheme:before {
    content: "\f36b";
}

.fa-air-freshener:before {
    content: "\f5d0";
}

.fa-airbnb:before {
    content: "\f834";
}

.fa-algolia:before {
    content: "\f36c";
}

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

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

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

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

.fa-alipay:before {
    content: "\f642";
}

.fa-allergies:before {
    content: "\f461";
}

.fa-amazon:before {
    content: "\f270";
}

.fa-amazon-pay:before {
    content: "\f42c";
}

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

.fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}

.fa-amilia:before {
    content: "\f36d";
}

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

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

.fa-angellist:before {
    content: "\f209";
}

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

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

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

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

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

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

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

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

.fa-angry:before {
    content: "\f556";
}

.fa-angrycreative:before {
    content: "\f36e";
}

.fa-angular:before {
    content: "\f420";
}

.fa-ankh:before {
    content: "\f644";
}

.fa-app-store:before {
    content: "\f36f";
}

.fa-app-store-ios:before {
    content: "\f370";
}

.fa-apper:before {
    content: "\f371";
}

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

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

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

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

.fa-archway:before {
    content: "\f557";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-artstation:before {
    content: "\f77a";
}

.fa-assistive-listening-systems:before {
    content: "\f2a2";
}

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

.fa-asymmetrik:before {
    content: "\f372";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-atlas:before {
    content: "\f558";
}

.fa-atlassian:before {
    content: "\f77b";
}

.fa-atom:before {
    content: "\f5d2";
}

.fa-audible:before {
    content: "\f373";
}

.fa-audio-description:before {
    content: "\f29e";
}

.fa-autoprefixer:before {
    content: "\f41c";
}

.fa-avianex:before {
    content: "\f374";
}

.fa-aviato:before {
    content: "\f421";
}

.fa-award:before {
    content: "\f559";
}

.fa-aws:before {
    content: "\f375";
}

.fa-baby:before {
    content: "\f77c";
}

.fa-baby-carriage:before {
    content: "\f77d";
}

.fa-backspace:before {
    content: "\f55a";
}

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

.fa-bacon:before {
    content: "\f7e5";
}

.fa-bacteria:before {
    content: "\e059";
}

.fa-bacterium:before {
    content: "\e05a";
}

.fa-bahai:before {
    content: "\f666";
}

.fa-balance-scale:before {
    content: "\f24e";
}

.fa-balance-scale-left:before {
    content: "\f515";
}

.fa-balance-scale-right:before {
    content: "\f516";
}

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

.fa-band-aid:before {
    content: "\f462";
}

.fa-bandcamp:before {
    content: "\f2d5";
}

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

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

.fa-baseball-ball:before {
    content: "\f433";
}

.fa-basketball-ball:before {
    content: "\f434";
}

.fa-bath:before {
    content: "\f2cd";
}

.fa-battery-empty:before {
    content: "\f244";
}

.fa-battery-full:before {
    content: "\f240";
}

.fa-battery-half:before {
    content: "\f242";
}

.fa-battery-quarter:before {
    content: "\f243";
}

.fa-battery-three-quarters:before {
    content: "\f241";
}

.fa-battle-net:before {
    content: "\f835";
}

.fa-bed:before {
    content: "\f236";
}

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

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

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

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

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

.fa-bezier-curve:before {
    content: "\f55b";
}

.fa-bible:before {
    content: "\f647";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-biking:before {
    content: "\f84a";
}

.fa-bimobject:before {
    content: "\f378";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-biohazard:before {
    content: "\f780";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

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

.fa-bitcoin:before {
    content: "\f379";
}

.fa-bity:before {
    content: "\f37a";
}

.fa-black-tie:before {
    content: "\f27e";
}

.fa-blackberry:before {
    content: "\f37b";
}

.fa-blender:before {
    content: "\f517";
}

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

.fa-blind:before {
    content: "\f29d";
}

.fa-blog:before {
    content: "\f781";
}

.fa-blogger:before {
    content: "\f37c";
}

.fa-blogger-b:before {
    content: "\f37d";
}

.fa-bluetooth:before {
    content: "\f293";
}

.fa-bluetooth-b:before {
    content: "\f294";
}

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

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

.fa-bomb:before {
    content: "\f1e2";
}

.fa-bone:before {
    content: "\f5d7";
}

.fa-bong:before {
    content: "\f55c";
}

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

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

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

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

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

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

.fa-bootstrap:before {
    content: "\f836";
}

.fa-border-all:before {
    content: "\f84c";
}

.fa-border-none:before {
    content: "\f850";
}

.fa-border-style:before {
    content: "\f853";
}

.fa-bowling-ball:before {
    content: "\f436";
}

.fa-box:before {
    content: "\f466";
}

.fa-box-open:before {
    content: "\f49e";
}

.fa-box-tissue:before {
    content: "\e05b";
}

.fa-boxes:before {
    content: "\f468";
}

.fa-braille:before {
    content: "\f2a1";
}

.fa-brain:before {
    content: "\f5dc";
}

.fa-bread-slice:before {
    content: "\f7ec";
}

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

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

.fa-broadcast-tower:before {
    content: "\f519";
}

.fa-broom:before {
    content: "\f51a";
}

.fa-brush:before {
    content: "\f55d";
}

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

.fa-buffer:before {
    content: "\f837";
}

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

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

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

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

.fa-burn:before {
    content: "\f46a";
}

.fa-buromobelexperte:before {
    content: "\f37f";
}

.fa-bus:before {
    content: "\f207";
}

.fa-bus-alt:before {
    content: "\f55e";
}

.fa-business-time:before {
    content: "\f64a";
}

.fa-buy-n-large:before {
    content: "\f8a6";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-calculator:before {
    content: "\f1ec";
}

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

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

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

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

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

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

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

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

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

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

.fa-campground:before {
    content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
    content: "\f785";
}

.fa-candy-cane:before {
    content: "\f786";
}

.fa-cannabis:before {
    content: "\f55f";
}

.fa-capsules:before {
    content: "\f46b";
}

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

.fa-car-alt:before {
    content: "\f5de";
}

.fa-car-battery:before {
    content: "\f5df";
}

.fa-car-crash:before {
    content: "\f5e1";
}

.fa-car-side:before {
    content: "\f5e4";
}

.fa-caravan:before {
    content: "\f8ff";
}

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

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

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

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

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

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

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

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

.fa-carrot:before {
    content: "\f787";
}

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

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

.fa-cash-register:before {
    content: "\f788";
}

.fa-cat:before {
    content: "\f6be";
}

.fa-cc-amazon-pay:before {
    content: "\f42d";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-apple-pay:before {
    content: "\f416";
}

.fa-cc-diners-club:before {
    content: "\f24c";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-jcb:before {
    content: "\f24b";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-centercode:before {
    content: "\f380";
}

.fa-centos:before {
    content: "\f789";
}

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

.fa-chair:before {
    content: "\f6c0";
}

.fa-chalkboard:before {
    content: "\f51b";
}

.fa-chalkboard-teacher:before {
    content: "\f51c";
}

.fa-charging-station:before {
    content: "\f5e7";
}

.fa-chart-area:before {
    content: "\f1fe";
}

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

.fa-chart-line:before {
    content: "\f201";
}

.fa-chart-pie:before {
    content: "\f200";
}

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

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

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

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

.fa-cheese:before {
    content: "\f7ef";
}

.fa-chess:before {
    content: "\f439";
}

.fa-chess-bishop:before {
    content: "\f43a";
}

.fa-chess-board:before {
    content: "\f43c";
}

.fa-chess-king:before {
    content: "\f43f";
}

.fa-chess-knight:before {
    content: "\f441";
}

.fa-chess-pawn:before {
    content: "\f443";
}

.fa-chess-queen:before {
    content: "\f445";
}

.fa-chess-rook:before {
    content: "\f447";
}

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

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

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

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

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

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

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

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

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

.fa-chrome:before {
    content: "\f268";
}

.fa-chromecast:before {
    content: "\f838";
}

.fa-church:before {
    content: "\f51d";
}

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

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

.fa-city:before {
    content: "\f64f";
}

.fa-clinic-medical:before {
    content: "\f7f2";
}

.fa-clipboard:before {
    content: "\f328";
}

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

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

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

.fa-clone:before {
    content: "\f24d";
}

.fa-closed-captioning:before {
    content: "\f20a";
}

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

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

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

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

.fa-cloud-moon-rain:before {
    content: "\f73c";
}

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

.fa-cloud-showers-heavy:before {
    content: "\f740";
}

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

.fa-cloud-sun-rain:before {
    content: "\f743";
}

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

.fa-cloudscale:before {
    content: "\f383";
}

.fa-cloudsmith:before {
    content: "\f384";
}

.fa-cloudversify:before {
    content: "\f385";
}

.fa-cocktail:before {
    content: "\f561";
}

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

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

.fa-codepen:before {
    content: "\f1cb";
}

.fa-codiepie:before {
    content: "\f284";
}

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

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

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

.fa-coins:before {
    content: "\f51e";
}

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

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

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

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

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

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

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

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

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

.fa-compact-disc:before {
    content: "\f51f";
}

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

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

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

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

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

.fa-confluence:before {
    content: "\f78d";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-contao:before {
    content: "\f26d";
}

.fa-cookie:before {
    content: "\f563";
}

.fa-cookie-bite:before {
    content: "\f564";
}

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

.fa-copyright:before {
    content: "\f1f9";
}

.fa-cotton-bureau:before {
    content: "\f89e";
}

.fa-couch:before {
    content: "\f4b8";
}

.fa-cpanel:before {
    content: "\f388";
}

.fa-creative-commons:before {
    content: "\f25e";
}

.fa-creative-commons-by:before {
    content: "\f4e7";
}

.fa-creative-commons-nc:before {
    content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea";
}

.fa-creative-commons-nd:before {
    content: "\f4eb";
}

.fa-creative-commons-pd:before {
    content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed";
}

.fa-creative-commons-remix:before {
    content: "\f4ee";
}

.fa-creative-commons-sa:before {
    content: "\f4ef";
}

.fa-creative-commons-sampling:before {
    content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1";
}

.fa-creative-commons-share:before {
    content: "\f4f2";
}

.fa-creative-commons-zero:before {
    content: "\f4f3";
}

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

.fa-critical-role:before {
    content: "\f6c9";
}

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

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

.fa-cross:before {
    content: "\f654";
}

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

.fa-crow:before {
    content: "\f520";
}

.fa-crown:before {
    content: "\f521";
}

.fa-crutch:before {
    content: "\f7f7";
}

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

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

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

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

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

.fa-cuttlefish:before {
    content: "\f38c";
}

.fa-d-and-d:before {
    content: "\f38d";
}

.fa-d-and-d-beyond:before {
    content: "\f6ca";
}

.fa-dailymotion:before {
    content: "\e052";
}

.fa-dashcube:before {
    content: "\f210";
}

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

.fa-deaf:before {
    content: "\f2a4";
}

.fa-deezer:before {
    content: "\e077";
}

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

.fa-democrat:before {
    content: "\f747";
}

.fa-deploydog:before {
    content: "\f38e";
}

.fa-deskpro:before {
    content: "\f38f";
}

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

.fa-dev:before {
    content: "\f6cc";
}

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

.fa-dharmachakra:before {
    content: "\f655";
}

.fa-dhl:before {
    content: "\f790";
}

.fa-diagnoses:before {
    content: "\f470";
}

.fa-diaspora:before {
    content: "\f791";
}

.fa-dice:before {
    content: "\f522";
}

.fa-dice-d20:before {
    content: "\f6cf";
}

.fa-dice-d6:before {
    content: "\f6d1";
}

.fa-dice-five:before {
    content: "\f523";
}

.fa-dice-four:before {
    content: "\f524";
}

.fa-dice-one:before {
    content: "\f525";
}

.fa-dice-six:before {
    content: "\f526";
}

.fa-dice-three:before {
    content: "\f527";
}

.fa-dice-two:before {
    content: "\f528";
}

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

.fa-digital-ocean:before {
    content: "\f391";
}

.fa-digital-tachograph:before {
    content: "\f566";
}

.fa-directions:before {
    content: "\f5eb";
}

.fa-discord:before {
    content: "\f392";
}

.fa-discourse:before {
    content: "\f393";
}

.fa-disease:before {
    content: "\f7fa";
}

.fa-divide:before {
    content: "\f529";
}

.fa-dizzy:before {
    content: "\f567";
}

.fa-dna:before {
    content: "\f471";
}

.fa-dochub:before {
    content: "\f394";
}

.fa-docker:before {
    content: "\f395";
}

.fa-dog:before {
    content: "\f6d3";
}

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

.fa-dolly:before {
    content: "\f472";
}

.fa-dolly-flatbed:before {
    content: "\f474";
}

.fa-donate:before {
    content: "\f4b9";
}

.fa-door-closed:before {
    content: "\f52a";
}

.fa-door-open:before {
    content: "\f52b";
}

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

.fa-dove:before {
    content: "\f4ba";
}

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

.fa-draft2digital:before {
    content: "\f396";
}

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

.fa-dragon:before {
    content: "\f6d5";
}

.fa-draw-polygon:before {
    content: "\f5ee";
}

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

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

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

.fa-drum:before {
    content: "\f569";
}

.fa-drum-steelpan:before {
    content: "\f56a";
}

.fa-drumstick-bite:before {
    content: "\f6d7";
}

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

.fa-dumbbell:before {
    content: "\f44b";
}

.fa-dumpster:before {
    content: "\f793";
}

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

.fa-dungeon:before {
    content: "\f6d9";
}

.fa-dyalog:before {
    content: "\f399";
}

.fa-earlybirds:before {
    content: "\f39a";
}

.fa-ebay:before {
    content: "\f4f4";
}

.fa-edge:before {
    content: "\f282";
}

.fa-edge-legacy:before {
    content: "\e078";
}

.fa-edit:before {
    content: "\f044";
}

.fa-egg:before {
    content: "\f7fb";
}

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

.fa-elementor:before {
    content: "\f430";
}

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

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

.fa-ello:before {
    content: "\f5f1";
}

.fa-ember:before {
    content: "\f423";
}

.fa-empire:before {
    content: "\f1d1";
}

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

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

.fa-envelope-open-text:before {
    content: "\f658";
}

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

.fa-envira:before {
    content: "\f299";
}

.fa-equals:before {
    content: "\f52c";
}

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

.fa-erlang:before {
    content: "\f39d";
}

.fa-ethereum:before {
    content: "\f42e";
}

.fa-ethernet:before {
    content: "\f796";
}

.fa-etsy:before {
    content: "\f2d7";
}

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

.fa-evernote:before {
    content: "\f839";
}

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

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

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

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

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

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

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

.fa-expeditedssl:before {
    content: "\f23e";
}

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

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

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

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

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

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

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

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

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

.fa-fan:before {
    content: "\f863";
}

.fa-fantasy-flight-games:before {
    content: "\f6dc";
}

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

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

.fa-faucet:before {
    content: "\e005";
}

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

.fa-feather:before {
    content: "\f52d";
}

.fa-feather-alt:before {
    content: "\f56b";
}

.fa-fedex:before {
    content: "\f797";
}

.fa-fedora:before {
    content: "\f798";
}

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

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

.fa-figma:before {
    content: "\f799";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-file-invoice-dollar:before {
    content: "\f571";
}

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

.fa-file-medical-alt:before {
    content: "\f478";
}

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

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

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

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

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

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

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

.fa-fill:before {
    content: "\f575";
}

.fa-fill-drip:before {
    content: "\f576";
}

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

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

.fa-fingerprint:before {
    content: "\f577";
}

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

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

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

.fa-firefox:before {
    content: "\f269";
}

.fa-firefox-browser:before {
    content: "\e007";
}

.fa-first-aid:before {
    content: "\f479";
}

.fa-first-order:before {
    content: "\f2b0";
}

.fa-first-order-alt:before {
    content: "\f50a";
}

.fa-firstdraft:before {
    content: "\f3a1";
}

.fa-fish:before {
    content: "\f578";
}

.fa-fist-raised:before {
    content: "\f6de";
}

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

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

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

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

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

.fa-flipboard:before {
    content: "\f44d";
}

.fa-flushed:before {
    content: "\f579";
}

.fa-fly:before {
    content: "\f417";
}

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

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

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

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

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

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

.fa-font-awesome-alt:before {
    content: "\f35c";
}

.fa-font-awesome-flag:before {
    content: "\f425";
}

.fa-font-awesome-logo-full:before {
    content: "\f4e6";
}

.fa-fonticons:before {
    content: "\f280";
}

.fa-fonticons-fi:before {
    content: "\f3a2";
}

.fa-football-ball:before {
    content: "\f44e";
}

.fa-fort-awesome:before {
    content: "\f286";
}

.fa-fort-awesome-alt:before {
    content: "\f3a3";
}

.fa-forumbee:before {
    content: "\f211";
}

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

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

.fa-free-code-camp:before {
    content: "\f2c5";
}

.fa-freebsd:before {
    content: "\f3a4";
}

.fa-frog:before {
    content: "\f52e";
}

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

.fa-frown-open:before {
    content: "\f57a";
}

.fa-fulcrum:before {
    content: "\f50b";
}

.fa-funnel-dollar:before {
    content: "\f662";
}

.fa-futbol:before {
    content: "\f1e3";
}

.fa-galactic-republic:before {
    content: "\f50c";
}

.fa-galactic-senate:before {
    content: "\f50d";
}

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

.fa-gas-pump:before {
    content: "\f52f";
}

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

.fa-gem:before {
    content: "\f3a5";
}

.fa-genderless:before {
    content: "\f22d";
}

.fa-get-pocket:before {
    content: "\f265";
}

.fa-gg:before {
    content: "\f260";
}

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

.fa-ghost:before {
    content: "\f6e2";
}

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

.fa-gifts:before {
    content: "\f79c";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-git-alt:before {
    content: "\f841";
}

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

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

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

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

.fa-gitkraken:before {
    content: "\f3a6";
}

.fa-gitlab:before {
    content: "\f296";
}

.fa-gitter:before {
    content: "\f426";
}

.fa-glass-cheers:before {
    content: "\f79f";
}

.fa-glass-martini:before {
    content: "\f000";
}

.fa-glass-martini-alt:before {
    content: "\f57b";
}

.fa-glass-whiskey:before {
    content: "\f7a0";
}

.fa-glasses:before {
    content: "\f530";
}

.fa-glide:before {
    content: "\f2a5";
}

.fa-glide-g:before {
    content: "\f2a6";
}

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

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

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

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

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

.fa-gofore:before {
    content: "\f3a7";
}

.fa-golf-ball:before {
    content: "\f450";
}

.fa-goodreads:before {
    content: "\f3a8";
}

.fa-goodreads-g:before {
    content: "\f3a9";
}

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

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

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

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

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

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

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

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

.fa-gopuram:before {
    content: "\f664";
}

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

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

.fa-grav:before {
    content: "\f2d6";
}

.fa-greater-than:before {
    content: "\f531";
}

.fa-greater-than-equal:before {
    content: "\f532";
}

.fa-grimace:before {
    content: "\f57f";
}

.fa-grin:before {
    content: "\f580";
}

.fa-grin-alt:before {
    content: "\f581";
}

.fa-grin-beam:before {
    content: "\f582";
}

.fa-grin-beam-sweat:before {
    content: "\f583";
}

.fa-grin-hearts:before {
    content: "\f584";
}

.fa-grin-squint:before {
    content: "\f585";
}

.fa-grin-squint-tears:before {
    content: "\f586";
}

.fa-grin-stars:before {
    content: "\f587";
}

.fa-grin-tears:before {
    content: "\f588";
}

.fa-grin-tongue:before {
    content: "\f589";
}

.fa-grin-tongue-squint:before {
    content: "\f58a";
}

.fa-grin-tongue-wink:before {
    content: "\f58b";
}

.fa-grin-wink:before {
    content: "\f58c";
}

.fa-grip-horizontal:before {
    content: "\f58d";
}

.fa-grip-lines:before {
    content: "\f7a4";
}

.fa-grip-lines-vertical:before {
    content: "\f7a5";
}

.fa-grip-vertical:before {
    content: "\f58e";
}

.fa-gripfire:before {
    content: "\f3ac";
}

.fa-grunt:before {
    content: "\f3ad";
}

.fa-guitar:before {
    content: "\f7a6";
}

.fa-gulp:before {
    content: "\f3ae";
}

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

.fa-hacker-news:before {
    content: "\f1d4";
}

.fa-hacker-news-square:before {
    content: "\f3af";
}

.fa-hackerrank:before {
    content: "\f5f7";
}

.fa-hamburger:before {
    content: "\f805";
}

.fa-hammer:before {
    content: "\f6e3";
}

.fa-hamsa:before {
    content: "\f665";
}

.fa-hand-holding:before {
    content: "\f4bd";
}

.fa-hand-holding-heart:before {
    content: "\f4be";
}

.fa-hand-holding-medical:before {
    content: "\e05c";
}

.fa-hand-holding-usd:before {
    content: "\f4c0";
}

.fa-hand-holding-water:before {
    content: "\f4c1";
}

.fa-hand-lizard:before {
    content: "\f258";
}

.fa-hand-middle-finger:before {
    content: "\f806";
}

.fa-hand-paper:before {
    content: "\f256";
}

.fa-hand-peace:before {
    content: "\f25b";
}

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

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

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

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

.fa-hand-pointer:before {
    content: "\f25a";
}

.fa-hand-rock:before {
    content: "\f255";
}

.fa-hand-scissors:before {
    content: "\f257";
}

.fa-hand-sparkles:before {
    content: "\e05d";
}

.fa-hand-spock:before {
    content: "\f259";
}

.fa-hands:before {
    content: "\f4c2";
}

.fa-hands-helping:before {
    content: "\f4c4";
}

.fa-hands-wash:before {
    content: "\e05e";
}

.fa-handshake:before {
    content: "\f2b5";
}

.fa-handshake-alt-slash:before {
    content: "\e05f";
}

.fa-handshake-slash:before {
    content: "\e060";
}

.fa-hanukiah:before {
    content: "\f6e6";
}

.fa-hard-hat:before {
    content: "\f807";
}

.fa-hashtag:before {
    content: "\f292";
}

.fa-hat-cowboy:before {
    content: "\f8c0";
}

.fa-hat-cowboy-side:before {
    content: "\f8c1";
}

.fa-hat-wizard:before {
    content: "\f6e8";
}

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

.fa-head-side-cough:before {
    content: "\e061";
}

.fa-head-side-cough-slash:before {
    content: "\e062";
}

.fa-head-side-mask:before {
    content: "\e063";
}

.fa-head-side-virus:before {
    content: "\e064";
}

.fa-heading:before {
    content: "\f1dc";
}

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

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

.fa-headset:before {
    content: "\f590";
}

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

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

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-helicopter:before {
    content: "\f533";
}

.fa-highlighter:before {
    content: "\f591";
}

.fa-hiking:before {
    content: "\f6ec";
}

.fa-hippo:before {
    content: "\f6ed";
}

.fa-hips:before {
    content: "\f452";
}

.fa-hire-a-helper:before {
    content: "\f3b0";
}

.fa-history:before {
    content: "\f1da";
}

.fa-hockey-puck:before {
    content: "\f453";
}

.fa-holly-berry:before {
    content: "\f7aa";
}

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

.fa-hooli:before {
    content: "\f427";
}

.fa-hornbill:before {
    content: "\f592";
}

.fa-horse:before {
    content: "\f6f0";
}

.fa-horse-head:before {
    content: "\f7ab";
}

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

.fa-hospital-alt:before {
    content: "\f47d";
}

.fa-hospital-symbol:before {
    content: "\f47e";
}

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

.fa-hot-tub:before {
    content: "\f593";
}

.fa-hotdog:before {
    content: "\f80f";
}

.fa-hotel:before {
    content: "\f594";
}

.fa-hotjar:before {
    content: "\f3b1";
}

.fa-hourglass:before {
    content: "\f254";
}

.fa-hourglass-end:before {
    content: "\f253";
}

.fa-hourglass-half:before {
    content: "\f252";
}

.fa-hourglass-start:before {
    content: "\f251";
}

.fa-house-damage:before {
    content: "\f6f1";
}

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

.fa-houzz:before {
    content: "\f27c";
}

.fa-hryvnia:before {
    content: "\f6f2";
}

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

.fa-hubspot:before {
    content: "\f3b2";
}

.fa-i-cursor:before {
    content: "\f246";
}

.fa-ice-cream:before {
    content: "\f810";
}

.fa-icicles:before {
    content: "\f7ad";
}

.fa-icons:before {
    content: "\f86d";
}

.fa-id-badge:before {
    content: "\f2c1";
}

.fa-id-card:before {
    content: "\f2c2";
}

.fa-id-card-alt:before {
    content: "\f47f";
}

.fa-ideal:before {
    content: "\e013";
}

.fa-igloo:before {
    content: "\f7ae";
}

.fa-image:before {
    content: "\f03e";
}

.fa-images:before {
    content: "\f302";
}

.fa-imdb:before {
    content: "\f2d8";
}

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

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

.fa-industry:before {
    content: "\f275";
}

.fa-infinity:before {
    content: "\f534";
}

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

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

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

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

.fa-intercom:before {
    content: "\f7af";
}

.fa-internet-explorer:before {
    content: "\f26b";
}

.fa-invision:before {
    content: "\f7b0";
}

.fa-ioxhost:before {
    content: "\f208";
}

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

.fa-itch-io:before {
    content: "\f83a";
}

.fa-itunes:before {
    content: "\f3b4";
}

.fa-itunes-note:before {
    content: "\f3b5";
}

.fa-java:before {
    content: "\f4e4";
}

.fa-jedi:before {
    content: "\f669";
}

.fa-jedi-order:before {
    content: "\f50e";
}

.fa-jenkins:before {
    content: "\f3b6";
}

.fa-jira:before {
    content: "\f7b1";
}

.fa-joget:before {
    content: "\f3b7";
}

.fa-joint:before {
    content: "\f595";
}

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

.fa-journal-whills:before {
    content: "\f66a";
}

.fa-js:before {
    content: "\f3b8";
}

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

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-kaaba:before {
    content: "\f66b";
}

.fa-kaggle:before {
    content: "\f5fa";
}

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

.fa-keybase:before {
    content: "\f4f5";
}

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

.fa-keycdn:before {
    content: "\f3ba";
}

.fa-khanda:before {
    content: "\f66d";
}

.fa-kickstarter:before {
    content: "\f3bb";
}

.fa-kickstarter-k:before {
    content: "\f3bc";
}

.fa-kiss:before {
    content: "\f596";
}

.fa-kiss-beam:before {
    content: "\f597";
}

.fa-kiss-wink-heart:before {
    content: "\f598";
}

.fa-kiwi-bird:before {
    content: "\f535";
}

.fa-korvue:before {
    content: "\f42f";
}

.fa-landmark:before {
    content: "\f66f";
}

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

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

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

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

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

.fa-laravel:before {
    content: "\f3bd";
}

.fa-lastfm:before {
    content: "\f202";
}

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

.fa-laugh:before {
    content: "\f599";
}

.fa-laugh-beam:before {
    content: "\f59a";
}

.fa-laugh-squint:before {
    content: "\f59b";
}

.fa-laugh-wink:before {
    content: "\f59c";
}

.fa-layer-group:before {
    content: "\f5fd";
}

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

.fa-leanpub:before {
    content: "\f212";
}

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

.fa-less:before {
    content: "\f41d";
}

.fa-less-than:before {
    content: "\f536";
}

.fa-less-than-equal:before {
    content: "\f537";
}

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

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

.fa-life-ring:before {
    content: "\f1cd";
}

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

.fa-line:before {
    content: "\f3c0";
}

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

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

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

.fa-linode:before {
    content: "\f2b8";
}

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

.fa-lira-sign:before {
    content: "\f195";
}

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

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

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

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

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

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

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

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

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

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

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

.fa-low-vision:before {
    content: "\f2a8";
}

.fa-luggage-cart:before {
    content: "\f59d";
}

.fa-lungs:before {
    content: "\f604";
}

.fa-lungs-virus:before {
    content: "\e067";
}

.fa-lyft:before {
    content: "\f3c3";
}

.fa-magento:before {
    content: "\f3c4";
}

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

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

.fa-mail-bulk:before {
    content: "\f674";
}

.fa-mailchimp:before {
    content: "\f59e";
}

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

.fa-mandalorian:before {
    content: "\f50f";
}

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

.fa-map-marked:before {
    content: "\f59f";
}

.fa-map-marked-alt:before {
    content: "\f5a0";
}

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

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

.fa-map-pin:before {
    content: "\f276";
}

.fa-map-signs:before {
    content: "\f277";
}

.fa-markdown:before {
    content: "\f60f";
}

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

.fa-mars:before {
    content: "\f222";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-mask:before {
    content: "\f6fa";
}

.fa-mastodon:before {
    content: "\f4f6";
}

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

.fa-mdb:before {
    content: "\f8ca";
}

.fa-medal:before {
    content: "\f5a2";
}

.fa-medapps:before {
    content: "\f3c6";
}

.fa-medium:before {
    content: "\f23a";
}

.fa-medium-m:before {
    content: "\f3c7";
}

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

.fa-medrt:before {
    content: "\f3c8";
}

.fa-meetup:before {
    content: "\f2e0";
}

.fa-megaport:before {
    content: "\f5a3";
}

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

.fa-meh-blank:before {
    content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
    content: "\f5a5";
}

.fa-memory:before {
    content: "\f538";
}

.fa-mendeley:before {
    content: "\f7b3";
}

.fa-menorah:before {
    content: "\f676";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-meteor:before {
    content: "\f753";
}

.fa-microblog:before {
    content: "\e01a";
}

.fa-microchip:before {
    content: "\f2db";
}

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

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

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

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

.fa-microscope:before {
    content: "\f610";
}

.fa-microsoft:before {
    content: "\f3ca";
}

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

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

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

.fa-mitten:before {
    content: "\f7b5";
}

.fa-mix:before {
    content: "\f3cb";
}

.fa-mixcloud:before {
    content: "\f289";
}

.fa-mixer:before {
    content: "\e056";
}

.fa-mizuni:before {
    content: "\f3cc";
}

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

.fa-mobile-alt:before {
    content: "\f3cd";
}

.fa-modx:before {
    content: "\f285";
}

.fa-monero:before {
    content: "\f3d0";
}

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

.fa-money-bill-alt:before {
    content: "\f3d1";
}

.fa-money-bill-wave:before {
    content: "\f53a";
}

.fa-money-bill-wave-alt:before {
    content: "\f53b";
}

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

.fa-money-check-alt:before {
    content: "\f53d";
}

.fa-monument:before {
    content: "\f5a6";
}

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

.fa-mortar-pestle:before {
    content: "\f5a7";
}

.fa-mosque:before {
    content: "\f678";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-mountain:before {
    content: "\f6fc";
}

.fa-mouse:before {
    content: "\f8cc";
}

.fa-mouse-pointer:before {
    content: "\f245";
}

.fa-mug-hot:before {
    content: "\f7b6";
}

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

.fa-napster:before {
    content: "\f3d2";
}

.fa-neos:before {
    content: "\f612";
}

.fa-network-wired:before {
    content: "\f6ff";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-newspaper:before {
    content: "\f1ea";
}

.fa-nimblr:before {
    content: "\f5a8";
}

.fa-node:before {
    content: "\f419";
}

.fa-node-js:before {
    content: "\f3d3";
}

.fa-not-equal:before {
    content: "\f53e";
}

.fa-notes-medical:before {
    content: "\f481";
}

.fa-npm:before {
    content: "\f3d4";
}

.fa-ns8:before {
    content: "\f3d5";
}

.fa-nutritionix:before {
    content: "\f3d6";
}

.fa-object-group:before {
    content: "\f247";
}

.fa-object-ungroup:before {
    content: "\f248";
}

.fa-odnoklassniki:before {
    content: "\f263";
}

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

.fa-oil-can:before {
    content: "\f613";
}

.fa-old-republic:before {
    content: "\f510";
}

.fa-om:before {
    content: "\f679";
}

.fa-opencart:before {
    content: "\f23d";
}

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

.fa-opera:before {
    content: "\f26a";
}

.fa-optin-monster:before {
    content: "\f23c";
}

.fa-orcid:before {
    content: "\f8d2";
}

.fa-osi:before {
    content: "\f41a";
}

.fa-otter:before {
    content: "\f700";
}

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

.fa-page4:before {
    content: "\f3d7";
}

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

.fa-pager:before {
    content: "\f815";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-paint-roller:before {
    content: "\f5aa";
}

.fa-palette:before {
    content: "\f53f";
}

.fa-palfed:before {
    content: "\f3d8";
}

.fa-pallet:before {
    content: "\f482";
}

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

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

.fa-parachute-box:before {
    content: "\f4cd";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-parking:before {
    content: "\f540";
}

.fa-passport:before {
    content: "\f5ab";
}

.fa-pastafarianism:before {
    content: "\f67b";
}

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

.fa-patreon:before {
    content: "\f3d9";
}

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

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

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

.fa-paypal:before {
    content: "\f1ed";
}

.fa-peace:before {
    content: "\f67c";
}

.fa-pen:before {
    content: "\f304";
}

.fa-pen-alt:before {
    content: "\f305";
}

.fa-pen-fancy:before {
    content: "\f5ac";
}

.fa-pen-nib:before {
    content: "\f5ad";
}

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

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

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

.fa-penny-arcade:before {
    content: "\f704";
}

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

.fa-people-carry:before {
    content: "\f4ce";
}

.fa-pepper-hot:before {
    content: "\f816";
}

.fa-percent:before {
    content: "\f295";
}

.fa-percentage:before {
    content: "\f541";
}

.fa-periscope:before {
    content: "\f3da";
}

.fa-person-booth:before {
    content: "\f756";
}

.fa-phabricator:before {
    content: "\f3db";
}

.fa-phoenix-framework:before {
    content: "\f3dc";
}

.fa-phoenix-squadron:before {
    content: "\f511";
}

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

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

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

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

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

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

.fa-photo-video:before {
    content: "\f87c";
}

.fa-php:before {
    content: "\f457";
}

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

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

.fa-pied-piper-hat:before {
    content: "\f4e5";
}

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

.fa-pied-piper-square:before {
    content: "\e01e";
}

.fa-piggy-bank:before {
    content: "\f4d3";
}

.fa-pills:before {
    content: "\f484";
}

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

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

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

.fa-pizza-slice:before {
    content: "\f818";
}

.fa-place-of-worship:before {
    content: "\f67f";
}

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

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

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

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

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

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

.fa-playstation:before {
    content: "\f3df";
}

.fa-plug:before {
    content: "\f1e6";
}

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

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

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

.fa-podcast:before {
    content: "\f2ce";
}

.fa-poll:before {
    content: "\f681";
}

.fa-poll-h:before {
    content: "\f682";
}

.fa-poo:before {
    content: "\f2fe";
}

.fa-poo-storm:before {
    content: "\f75a";
}

.fa-poop:before {
    content: "\f619";
}

.fa-portrait:before {
    content: "\f3e0";
}

.fa-pound-sign:before {
    content: "\f154";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-pray:before {
    content: "\f683";
}

.fa-praying-hands:before {
    content: "\f684";
}

.fa-prescription:before {
    content: "\f5b1";
}

.fa-prescription-bottle:before {
    content: "\f485";
}

.fa-prescription-bottle-alt:before {
    content: "\f486";
}

.fa-print:before {
    content: "\f02f";
}

.fa-procedures:before {
    content: "\f487";
}

.fa-product-hunt:before {
    content: "\f288";
}

.fa-project-diagram:before {
    content: "\f542";
}

.fa-pump-medical:before {
    content: "\e06a";
}

.fa-pump-soap:before {
    content: "\e06b";
}

.fa-pushed:before {
    content: "\f3e1";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-python:before {
    content: "\f3e2";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-question:before {
    content: "\f128";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-quidditch:before {
    content: "\f458";
}

.fa-quinscape:before {
    content: "\f459";
}

.fa-quora:before {
    content: "\f2c4";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-quran:before {
    content: "\f687";
}

.fa-r-project:before {
    content: "\f4f7";
}

.fa-radiation:before {
    content: "\f7b9";
}

.fa-radiation-alt:before {
    content: "\f7ba";
}

.fa-rainbow:before {
    content: "\f75b";
}

.fa-random:before {
    content: "\f074";
}

.fa-raspberry-pi:before {
    content: "\f7bb";
}

.fa-ravelry:before {
    content: "\f2d9";
}

.fa-react:before {
    content: "\f41b";
}

.fa-reacteurope:before {
    content: "\f75d";
}

.fa-readme:before {
    content: "\f4d5";
}

.fa-rebel:before {
    content: "\f1d0";
}

.fa-receipt:before {
    content: "\f543";
}

.fa-record-vinyl:before {
    content: "\f8d9";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-red-river:before {
    content: "\f3e3";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-alien:before {
    content: "\f281";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-redhat:before {
    content: "\f7bc";
}

.fa-redo:before {
    content: "\f01e";
}

.fa-redo-alt:before {
    content: "\f2f9";
}

.fa-registered:before {
    content: "\f25d";
}

.fa-remove-format:before {
    content: "\f87d";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-reply:before {
    content: "\f3e5";
}

.fa-reply-all:before {
    content: "\f122";
}

.fa-replyd:before {
    content: "\f3e6";
}

.fa-republican:before {
    content: "\f75e";
}

.fa-researchgate:before {
    content: "\f4f8";
}

.fa-resolving:before {
    content: "\f3e7";
}

.fa-restroom:before {
    content: "\f7bd";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-rev:before {
    content: "\f5b2";
}

.fa-ribbon:before {
    content: "\f4d6";
}

.fa-ring:before {
    content: "\f70b";
}

.fa-road:before {
    content: "\f018";
}

.fa-robot:before {
    content: "\f544";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-rocketchat:before {
    content: "\f3e8";
}

.fa-rockrms:before {
    content: "\f3e9";
}

.fa-route:before {
    content: "\f4d7";
}

.fa-rss:before {
    content: "\f09e";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-ruble-sign:before {
    content: "\f158";
}

.fa-ruler:before {
    content: "\f545";
}

.fa-ruler-combined:before {
    content: "\f546";
}

.fa-ruler-horizontal:before {
    content: "\f547";
}

.fa-ruler-vertical:before {
    content: "\f548";
}

.fa-running:before {
    content: "\f70c";
}

.fa-rupee-sign:before {
    content: "\f156";
}

.fa-rust:before {
    content: "\e07a";
}

.fa-sad-cry:before {
    content: "\f5b3";
}

.fa-sad-tear:before {
    content: "\f5b4";
}

.fa-safari:before {
    content: "\f267";
}

.fa-salesforce:before {
    content: "\f83b";
}

.fa-sass:before {
    content: "\f41e";
}

.fa-satellite:before {
    content: "\f7bf";
}

.fa-satellite-dish:before {
    content: "\f7c0";
}

.fa-save:before {
    content: "\f0c7";
}

.fa-schlix:before {
    content: "\f3ea";
}

.fa-school:before {
    content: "\f549";
}

.fa-screwdriver:before {
    content: "\f54a";
}

.fa-scribd:before {
    content: "\f28a";
}

.fa-scroll:before {
    content: "\f70e";
}

.fa-sd-card:before {
    content: "\f7c2";
}

.fa-search:before {
    content: "\f002";
}

.fa-search-dollar:before {
    content: "\f688";
}

.fa-search-location:before {
    content: "\f689";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-searchengin:before {
    content: "\f3eb";
}

.fa-seedling:before {
    content: "\f4d8";
}

.fa-sellcast:before {
    content: "\f2da";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-server:before {
    content: "\f233";
}

.fa-servicestack:before {
    content: "\f3ec";
}

.fa-shapes:before {
    content: "\f61f";
}

.fa-share:before {
    content: "\f064";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-shekel-sign:before {
    content: "\f20b";
}

.fa-shield-alt:before {
    content: "\f3ed";
}

.fa-shield-virus:before {
    content: "\e06c";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-shipping-fast:before {
    content: "\f48b";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-shoe-prints:before {
    content: "\f54b";
}

.fa-shopify:before {
    content: "\e057";
}

.fa-shopping-bag:before {
    content: "\f290";
}

.fa-shopping-basket:before {
    content: "\f291";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-shopware:before {
    content: "\f5b5";
}

.fa-shower:before {
    content: "\f2cc";
}

.fa-shuttle-van:before {
    content: "\f5b6";
}

.fa-sign:before {
    content: "\f4d9";
}

.fa-sign-in-alt:before {
    content: "\f2f6";
}

.fa-sign-language:before {
    content: "\f2a7";
}

.fa-sign-out-alt:before {
    content: "\f2f5";
}

.fa-signal:before {
    content: "\f012";
}

.fa-signature:before {
    content: "\f5b7";
}

.fa-sim-card:before {
    content: "\f7c4";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-sink:before {
    content: "\e06d";
}

.fa-sistrix:before {
    content: "\f3ee";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-sith:before {
    content: "\f512";
}

.fa-skating:before {
    content: "\f7c5";
}

.fa-sketch:before {
    content: "\f7c6";
}

.fa-skiing:before {
    content: "\f7c9";
}

.fa-skiing-nordic:before {
    content: "\f7ca";
}

.fa-skull:before {
    content: "\f54c";
}

.fa-skull-crossbones:before {
    content: "\f714";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-slack:before {
    content: "\f198";
}

.fa-slack-hash:before {
    content: "\f3ef";
}

.fa-slash:before {
    content: "\f715";
}

.fa-sleigh:before {
    content: "\f7cc";
}

.fa-sliders-h:before {
    content: "\f1de";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-smile:before {
    content: "\f118";
}

.fa-smile-beam:before {
    content: "\f5b8";
}

.fa-smile-wink:before {
    content: "\f4da";
}

.fa-smog:before {
    content: "\f75f";
}

.fa-smoking:before {
    content: "\f48d";
}

.fa-smoking-ban:before {
    content: "\f54d";
}

.fa-sms:before {
    content: "\f7cd";
}

.fa-snapchat:before {
    content: "\f2ab";
}

.fa-snapchat-ghost:before {
    content: "\f2ac";
}

.fa-snapchat-square:before {
    content: "\f2ad";
}

.fa-snowboarding:before {
    content: "\f7ce";
}

.fa-snowflake:before {
    content: "\f2dc";
}

.fa-snowman:before {
    content: "\f7d0";
}

.fa-snowplow:before {
    content: "\f7d2";
}

.fa-soap:before {
    content: "\e06e";
}

.fa-socks:before {
    content: "\f696";
}

.fa-solar-panel:before {
    content: "\f5ba";
}

.fa-sort:before {
    content: "\f0dc";
}

.fa-sort-alpha-down:before {
    content: "\f15d";
}

.fa-sort-alpha-down-alt:before {
    content: "\f881";
}

.fa-sort-alpha-up:before {
    content: "\f15e";
}

.fa-sort-alpha-up-alt:before {
    content: "\f882";
}

.fa-sort-amount-down:before {
    content: "\f160";
}

.fa-sort-amount-down-alt:before {
    content: "\f884";
}

.fa-sort-amount-up:before {
    content: "\f161";
}

.fa-sort-amount-up-alt:before {
    content: "\f885";
}

.fa-sort-down:before {
    content: "\f0dd";
}

.fa-sort-numeric-down:before {
    content: "\f162";
}

.fa-sort-numeric-down-alt:before {
    content: "\f886";
}

.fa-sort-numeric-up:before {
    content: "\f163";
}

.fa-sort-numeric-up-alt:before {
    content: "\f887";
}

.fa-sort-up:before {
    content: "\f0de";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-sourcetree:before {
    content: "\f7d3";
}

.fa-spa:before {
    content: "\f5bb";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-speakap:before {
    content: "\f3f3";
}

.fa-speaker-deck:before {
    content: "\f83c";
}

.fa-spell-check:before {
    content: "\f891";
}

.fa-spider:before {
    content: "\f717";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-splotch:before {
    content: "\f5bc";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-spray-can:before {
    content: "\f5bd";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-square-full:before {
    content: "\f45c";
}

.fa-square-root-alt:before {
    content: "\f698";
}

.fa-squarespace:before {
    content: "\f5be";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-stackpath:before {
    content: "\f842";
}

.fa-stamp:before {
    content: "\f5bf";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-and-crescent:before {
    content: "\f699";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-star-half-alt:before {
    content: "\f5c0";
}

.fa-star-of-david:before {
    content: "\f69a";
}

.fa-star-of-life:before {
    content: "\f621";
}

.fa-staylinked:before {
    content: "\f3f5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-steam-symbol:before {
    content: "\f3f6";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-sticker-mule:before {
    content: "\f3f7";
}

.fa-sticky-note:before {
    content: "\f249";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-stop-circle:before {
    content: "\f28d";
}

.fa-stopwatch:before {
    content: "\f2f2";
}

.fa-stopwatch-20:before {
    content: "\e06f";
}

.fa-store:before {
    content: "\f54e";
}

.fa-store-alt:before {
    content: "\f54f";
}

.fa-store-alt-slash:before {
    content: "\e070";
}

.fa-store-slash:before {
    content: "\e071";
}

.fa-strava:before {
    content: "\f428";
}

.fa-stream:before {
    content: "\f550";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-stripe:before {
    content: "\f429";
}

.fa-stripe-s:before {
    content: "\f42a";
}

.fa-stroopwafel:before {
    content: "\f551";
}

.fa-studiovinari:before {
    content: "\f3f8";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-subway:before {
    content: "\f239";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-suitcase-rolling:before {
    content: "\f5c1";
}

.fa-sun:before {
    content: "\f185";
}

.fa-superpowers:before {
    content: "\f2dd";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-supple:before {
    content: "\f3f9";
}

.fa-surprise:before {
    content: "\f5c2";
}

.fa-suse:before {
    content: "\f7d6";
}

.fa-swatchbook:before {
    content: "\f5c3";
}

.fa-swift:before {
    content: "\f8e1";
}

.fa-swimmer:before {
    content: "\f5c4";
}

.fa-swimming-pool:before {
    content: "\f5c5";
}

.fa-symfony:before {
    content: "\f83d";
}

.fa-synagogue:before {
    content: "\f69b";
}

.fa-sync:before {
    content: "\f021";
}

.fa-sync-alt:before {
    content: "\f2f1";
}

.fa-syringe:before {
    content: "\f48e";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-table-tennis:before {
    content: "\f45d";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-tablet-alt:before {
    content: "\f3fa";
}

.fa-tablets:before {
    content: "\f490";
}

.fa-tachometer-alt:before {
    content: "\f3fd";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-tape:before {
    content: "\f4db";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-taxi:before {
    content: "\f1ba";
}

.fa-teamspeak:before {
    content: "\f4f9";
}

.fa-teeth:before {
    content: "\f62e";
}

.fa-teeth-open:before {
    content: "\f62f";
}

.fa-telegram:before {
    content: "\f2c6";
}

.fa-telegram-plane:before {
    content: "\f3fe";
}

.fa-temperature-high:before {
    content: "\f769";
}

.fa-temperature-low:before {
    content: "\f76b";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-tenge:before {
    content: "\f7d7";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-the-red-yeti:before {
    content: "\f69d";
}

.fa-theater-masks:before {
    content: "\f630";
}

.fa-themeco:before {
    content: "\f5c6";
}

.fa-themeisle:before {
    content: "\f2b2";
}

.fa-thermometer:before {
    content: "\f491";
}

.fa-thermometer-empty:before {
    content: "\f2cb";
}

.fa-thermometer-full:before {
    content: "\f2c7";
}

.fa-thermometer-half:before {
    content: "\f2c9";
}

.fa-thermometer-quarter:before {
    content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8";
}

.fa-think-peaks:before {
    content: "\f731";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbtack:before {
    content: "\f08d";
}

.fa-ticket-alt:before {
    content: "\f3ff";
}

.fa-tiktok:before {
    content: "\e07b";
}

.fa-times:before {
    content: "\f00d";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-tint:before {
    content: "\f043";
}

.fa-tint-slash:before {
    content: "\f5c7";
}

.fa-tired:before {
    content: "\f5c8";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-toilet:before {
    content: "\f7d8";
}

.fa-toilet-paper:before {
    content: "\f71e";
}

.fa-toilet-paper-slash:before {
    content: "\e072";
}

.fa-toolbox:before {
    content: "\f552";
}

.fa-tools:before {
    content: "\f7d9";
}

.fa-tooth:before {
    content: "\f5c9";
}

.fa-torah:before {
    content: "\f6a0";
}

.fa-torii-gate:before {
    content: "\f6a1";
}

.fa-tractor:before {
    content: "\f722";
}

.fa-trade-federation:before {
    content: "\f513";
}

.fa-trademark:before {
    content: "\f25c";
}

.fa-traffic-light:before {
    content: "\f637";
}

.fa-trailer:before {
    content: "\e041";
}

.fa-train:before {
    content: "\f238";
}

.fa-tram:before {
    content: "\f7da";
}

.fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-trash-alt:before {
    content: "\f2ed";
}

.fa-trash-restore:before {
    content: "\f829";
}

.fa-trash-restore-alt:before {
    content: "\f82a";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-trello:before {
    content: "\f181";
}

.fa-tripadvisor:before {
    content: "\f262";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-truck-loading:before {
    content: "\f4de";
}

.fa-truck-monster:before {
    content: "\f63b";
}

.fa-truck-moving:before {
    content: "\f4df";
}

.fa-truck-pickup:before {
    content: "\f63c";
}

.fa-tshirt:before {
    content: "\f553";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-tv:before {
    content: "\f26c";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-typo3:before {
    content: "\f42b";
}

.fa-uber:before {
    content: "\f402";
}

.fa-ubuntu:before {
    content: "\f7df";
}

.fa-uikit:before {
    content: "\f403";
}

.fa-umbraco:before {
    content: "\f8e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-umbrella-beach:before {
    content: "\f5ca";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-undo:before {
    content: "\f0e2";
}

.fa-undo-alt:before {
    content: "\f2ea";
}

.fa-uniregistry:before {
    content: "\f404";
}

.fa-unity:before {
    content: "\e049";
}

.fa-universal-access:before {
    content: "\f29a";
}

.fa-university:before {
    content: "\f19c";
}

.fa-unlink:before {
    content: "\f127";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-unsplash:before {
    content: "\e07c";
}

.fa-untappd:before {
    content: "\f405";
}

.fa-upload:before {
    content: "\f093";
}

.fa-ups:before {
    content: "\f7e0";
}

.fa-usb:before {
    content: "\f287";
}

.fa-user:before {
    content: "\f007";
}

.fa-user-alt:before {
    content: "\f406";
}

.fa-user-alt-slash:before {
    content: "\f4fa";
}

.fa-user-astronaut:before {
    content: "\f4fb";
}

.fa-user-check:before {
    content: "\f4fc";
}

.fa-user-circle:before {
    content: "\f2bd";
}

.fa-user-clock:before {
    content: "\f4fd";
}

.fa-user-cog:before {
    content: "\f4fe";
}

.fa-user-edit:before {
    content: "\f4ff";
}

.fa-user-friends:before {
    content: "\f500";
}

.fa-user-graduate:before {
    content: "\f501";
}

.fa-user-injured:before {
    content: "\f728";
}

.fa-user-lock:before {
    content: "\f502";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-user-minus:before {
    content: "\f503";
}

.fa-user-ninja:before {
    content: "\f504";
}

.fa-user-nurse:before {
    content: "\f82f";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-user-secret:before {
    content: "\f21b";
}

.fa-user-shield:before {
    content: "\f505";
}

.fa-user-slash:before {
    content: "\f506";
}

.fa-user-tag:before {
    content: "\f507";
}

.fa-user-tie:before {
    content: "\f508";
}

.fa-user-times:before {
    content: "\f235";
}

.fa-users:before {
    content: "\f0c0";
}

.fa-users-cog:before {
    content: "\f509";
}

.fa-users-slash:before {
    content: "\e073";
}

.fa-usps:before {
    content: "\f7e1";
}

.fa-ussunnah:before {
    content: "\f407";
}

.fa-utensil-spoon:before {
    content: "\f2e5";
}

.fa-utensils:before {
    content: "\f2e7";
}

.fa-vaadin:before {
    content: "\f408";
}

.fa-vector-square:before {
    content: "\f5cb";
}

.fa-venus:before {
    content: "\f221";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-viadeo:before {
    content: "\f2a9";
}

.fa-viadeo-square:before {
    content: "\f2aa";
}

.fa-vial:before {
    content: "\f492";
}

.fa-vials:before {
    content: "\f493";
}

.fa-viber:before {
    content: "\f409";
}

.fa-video:before {
    content: "\f03d";
}

.fa-video-slash:before {
    content: "\f4e2";
}

.fa-vihara:before {
    content: "\f6a7";
}

.fa-vimeo:before {
    content: "\f40a";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-vimeo-v:before {
    content: "\f27d";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-virus:before {
    content: "\e074";
}

.fa-virus-slash:before {
    content: "\e075";
}

.fa-viruses:before {
    content: "\e076";
}

.fa-vk:before {
    content: "\f189";
}

.fa-vnv:before {
    content: "\f40b";
}

.fa-voicemail:before {
    content: "\f897";
}

.fa-volleyball-ball:before {
    content: "\f45f";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-mute:before {
    content: "\f6a9";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-vote-yea:before {
    content: "\f772";
}

.fa-vr-cardboard:before {
    content: "\f729";
}

.fa-vuejs:before {
    content: "\f41f";
}

.fa-walking:before {
    content: "\f554";
}

.fa-wallet:before {
    content: "\f555";
}

.fa-warehouse:before {
    content: "\f494";
}

.fa-water:before {
    content: "\f773";
}

.fa-wave-square:before {
    content: "\f83e";
}

.fa-waze:before {
    content: "\f83f";
}

.fa-weebly:before {
    content: "\f5cc";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-weight:before {
    content: "\f496";
}

.fa-weight-hanging:before {
    content: "\f5cd";
}

.fa-weixin:before {
    content: "\f1d7";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-whatsapp-square:before {
    content: "\f40c";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-whmcs:before {
    content: "\f40d";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-wikipedia-w:before {
    content: "\f266";
}

.fa-wind:before {
    content: "\f72e";
}

.fa-window-close:before {
    content: "\f410";
}

.fa-window-maximize:before {
    content: "\f2d0";
}

.fa-window-minimize:before {
    content: "\f2d1";
}

.fa-window-restore:before {
    content: "\f2d2";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-wine-bottle:before {
    content: "\f72f";
}

.fa-wine-glass:before {
    content: "\f4e3";
}

.fa-wine-glass-alt:before {
    content: "\f5ce";
}

.fa-wix:before {
    content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
    content: "\f730";
}

.fa-wolf-pack-battalion:before {
    content: "\f514";
}

.fa-won-sign:before {
    content: "\f159";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-wordpress-simple:before {
    content: "\f411";
}

.fa-wpbeginner:before {
    content: "\f297";
}

.fa-wpexplorer:before {
    content: "\f2de";
}

.fa-wpforms:before {
    content: "\f298";
}

.fa-wpressr:before {
    content: "\f3e4";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-x-ray:before {
    content: "\f497";
}

.fa-xbox:before {
    content: "\f412";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-y-combinator:before {
    content: "\f23b";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-yammer:before {
    content: "\f840";
}

.fa-yandex:before {
    content: "\f413";
}

.fa-yandex-international:before {
    content: "\f414";
}

.fa-yarn:before {
    content: "\f7e3";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-yen-sign:before {
    content: "\f157";
}

.fa-yin-yang:before {
    content: "\f6ad";
}

.fa-yoast:before {
    content: "\f2b1";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-youtube-square:before {
    content: "\f431";
}

.fa-zhihu:before {
    content: "\f63f";
}

.screen-reader-text,
.sr-only {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.screen-reader-text:active,
.screen-reader-text:focus,
.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/* !
 * Font Awesome Free 5.14.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */
@font-face{
    font-family: Font Awesome\ 5 Free;
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("../fonts/fa-solid-900.eot");
    src: url("../fonts/fa-solid-900-.eot#iefix") format("embedded-opentype"),url("../fonts/fa-solid-900.woff2") format("woff2"),url("../fonts/fa-solid-900.woff") format("woff"),url("../fonts/fa-solid-900.ttf") format("truetype"),url("../fonts/fa-solid-900.svg#fontawesome") format("svg");
}

.fa,
.fas {
    font-weight: 900;
}

/* !
 * Font Awesome Free 5.14.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */
@font-face{
    font-family: Font Awesome\ 5 Free;
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../fonts/fa-regular-400.eot");
    src: url("../fonts/fa-regular-400-.eot#iefix") format("embedded-opentype"),url("../fonts/fa-regular-400.woff2") format("woff2"),url("../fonts/fa-regular-400.woff") format("woff"),url("../fonts/fa-regular-400.ttf") format("truetype"),url("../fonts/fa-regular-400.svg#fontawesome") format("svg");
}

.fa,
.far,
.fas {
    font-family: Font Awesome\ 5 Free;
    background-color: #272020;
}

/* !
 * Font Awesome Free 5.14.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */
@font-face{
    font-family: Font Awesome\ 5 Brands;
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../fonts/fa-brands-400.eot");
    src: url("../fonts/fa-brands-400-.eot#iefix") format("embedded-opentype"),url("../fonts/fa-brands-400.woff2") format("woff2"),url("../fonts/fa-brands-400.woff") format("woff"),url("../fonts/fa-brands-400.ttf") format("truetype"),url("../fonts/fa-brands-400.svg#fontawesome") format("svg");
}

.fab,
.far {
    font-weight: 400;
}

.fab {
    font-family: Font Awesome\ 5 Brands;
}

/* !
 * Font Awesome Free 5.14.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */
.fa.fa-glass:before {
    content: "\f000";
}

.fa.fa-meetup {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400;
}

.fa.fa-star-o {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-star-o:before {
    content: "\f005";
}

.fa.fa-close:before,
.fa.fa-remove:before {
    content: "\f00d";
}

.fa.fa-gear:before {
    content: "\f013";
}

.fa.fa-trash-o {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-trash-o:before {
    content: "\f2ed";
}

.fa.fa-file-o {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-file-o:before {
    content: "\f15b";
}

.fa.fa-clock-o {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-clock-o:before {
    content: "\f017";
}

.fa.fa-arrow-circle-o-down {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-arrow-circle-o-down:before {
    content: "\f358";
}

.fa.fa-arrow-circle-o-up {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-arrow-circle-o-up:before {
    content: "\f35b";
}

.fa.fa-play-circle-o {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-play-circle-o:before {
    content: "\f144";
}

.fa.fa-repeat:before,
.fa.fa-rotate-right:before {
    content: "\f01e";
}

.fa.fa-refresh:before {
    content: "\f021";
}

.fa.fa-list-alt {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-dedent:before {
    content: "\f03b";
}

.fa.fa-video-camera:before {
    content: "\f03d";
}

.fa.fa-picture-o {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-picture-o:before {
    content: "\f03e";
}

.fa.fa-photo {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-photo:before {
    content: "\f03e";
}

.fa.fa-image {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-image:before {
    content: "\f03e";
}

.fa.fa-pencil:before {
    content: "\f303";
}

.fa.fa-map-marker:before {
    content: "\f3c5";
}

.fa.fa-pencil-square-o {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-pencil-square-o:before {
    content: "\f044";
}

.fa.fa-share-square-o {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-share-square-o:before {
    content: "\f14d";
}

.fa.fa-check-square-o {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-check-square-o:before {
    content: "\f14a";
}

.fa.fa-arrows:before {
    content: "\f0b2";
}

.fa.fa-times-circle-o {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-times-circle-o:before {
    content: "\f057";
}

.fa.fa-check-circle-o {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-check-circle-o:before {
    content: "\f058";
}

.fa.fa-mail-forward:before {
    content: "\f064";
}

.fa.fa-expand:before {
    content: "\f424";
}

.fa.fa-compress:before {
    content: "\f422";
}

.fa.fa-eye,
.fa.fa-eye-slash {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-warning:before {
    content: "\f071";
}

.fa.fa-calendar:before {
    content: "\f073";
}

.fa.fa-arrows-v:before {
    content: "\f338";
}

.fa.fa-arrows-h:before {
    content: "\f337";
}

.fa.fa-bar-chart {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-bar-chart:before {
    content: "\f080";
}

.fa.fa-bar-chart-o {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-bar-chart-o:before {
    content: "\f080";
}

.fa.fa-facebook-square,
.fa.fa-twitter-square {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400;
}

.fa.fa-gears:before {
    content: "\f085";
}

.fa.fa-thumbs-o-up {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-thumbs-o-up:before {
    content: "\f164";
}

.fa.fa-thumbs-o-down {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-thumbs-o-down:before {
    content: "\f165";
}

.fa.fa-heart-o {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-heart-o:before {
    content: "\f004";
}

.fa.fa-sign-out:before {
    content: "\f2f5";
}

.fa.fa-linkedin-square {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400;
}

.fa.fa-linkedin-square:before {
    content: "\f08c";
}

.fa.fa-thumb-tack:before {
    content: "\f08d";
}

.fa.fa-external-link:before {
    content: "\f35d";
}

.fa.fa-sign-in:before {
    content: "\f2f6";
}

.fa.fa-github-square {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400;
}

.fa.fa-lemon-o {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-lemon-o:before {
    content: "\f094";
}

.fa.fa-square-o {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-square-o:before {
    content: "\f0c8";
}

.fa.fa-bookmark-o {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-bookmark-o:before {
    content: "\f02e";
}

.fa.fa-facebook,
.fa.fa-twitter {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400;
}

.fa.fa-facebook:before {
    content: "\f39e";
}

.fa.fa-facebook-f {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400;
}

.fa.fa-facebook-f:before {
    content: "\f39e";
}

.fa.fa-github {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400;
}

.fa.fa-credit-card {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-feed:before {
    content: "\f09e";
}

.fa.fa-hdd-o {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-hdd-o:before {
    content: "\f0a0";
}

.fa.fa-hand-o-right {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa.fa-hand-o-left {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa.fa-hand-o-up {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa.fa-hand-o-down {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa.fa-arrows-alt:before {
    content: "\f31e";
}

.fa.fa-group:before {
    content: "\f0c0";
}

.fa.fa-chain:before {
    content: "\f0c1";
}

.fa.fa-scissors:before {
    content: "\f0c4";
}

.fa.fa-files-o {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-files-o:before {
    content: "\f0c5";
}

.fa.fa-floppy-o {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-floppy-o:before {
    content: "\f0c7";
}

.fa.fa-navicon:before,
.fa.fa-reorder:before {
    content: "\f0c9";
}

.fa.fa-google-plus,
.fa.fa-google-plus-square,
.fa.fa-pinterest,
.fa.fa-pinterest-square {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400;
}

.fa.fa-google-plus:before {
    content: "\f0d5";
}

.fa.fa-money {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-money:before {
    content: "\f3d1";
}

.fa.fa-unsorted:before {
    content: "\f0dc";
}

.fa.fa-sort-desc:before {
    content: "\f0dd";
}

.fa.fa-sort-asc:before {
    content: "\f0de";
}

.fa.fa-linkedin {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400;
}

.fa.fa-linkedin:before {
    content: "\f0e1";
}

.fa.fa-rotate-left:before {
    content: "\f0e2";
}

.fa.fa-legal:before {
    content: "\f0e3";
}

.fa.fa-dashboard:before,
.fa.fa-tachometer:before {
    content: "\f3fd";
}

.fa.fa-comment-o {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-comment-o:before {
    content: "\f075";
}

.fa.fa-comments-o {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-comments-o:before {
    content: "\f086";
}

.fa.fa-flash:before {
    content: "\f0e7";
}

.fa.fa-clipboard,
.fa.fa-paste {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-paste:before {
    content: "\f328";
}

.fa.fa-lightbulb-o {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa.fa-exchange:before {
    content: "\f362";
}

.fa.fa-cloud-download:before {
    content: "\f381";
}

.fa.fa-cloud-upload:before {
    content: "\f382";
}

.fa.fa-bell-o {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-bell-o:before {
    content: "\f0f3";
}

.fa.fa-cutlery:before {
    content: "\f2e7";
}

.fa.fa-file-text-o {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-file-text-o:before {
    content: "\f15c";
}

.fa.fa-building-o {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-building-o:before {
    content: "\f1ad";
}

.fa.fa-hospital-o {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-hospital-o:before {
    content: "\f0f8";
}

.fa.fa-tablet:before {
    content: "\f3fa";
}

.fa.fa-mobile-phone:before,
.fa.fa-mobile:before {
    content: "\f3cd";
}

.fa.fa-circle-o {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-circle-o:before {
    content: "\f111";
}

.fa.fa-mail-reply:before {
    content: "\f3e5";
}

.fa.fa-github-alt {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400;
}

.fa.fa-folder-o {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-folder-o:before {
    content: "\f07b";
}

.fa.fa-folder-open-o {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-folder-open-o:before {
    content: "\f07c";
}

.fa.fa-smile-o {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-smile-o:before {
    content: "\f118";
}

.fa.fa-frown-o {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-frown-o:before {
    content: "\f119";
}

.fa.fa-meh-o {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-meh-o:before {
    content: "\f11a";
}

.fa.fa-keyboard-o {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-keyboard-o:before {
    content: "\f11c";
}

.fa.fa-flag-o {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-flag-o:before {
    content: "\f024";
}

.fa.fa-mail-reply-all:before {
    content: "\f122";
}

.fa.fa-star-half-o {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-star-half-o:before {
    content: "\f089";
}

.fa.fa-star-half-empty {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-star-half-empty:before {
    content: "\f089";
}

.fa.fa-star-half-full {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-star-half-full:before {
    content: "\f089";
}

.fa.fa-code-fork:before {
    content: "\f126";
}

.fa.fa-chain-broken:before {
    content: "\f127";
}

.fa.fa-shield:before {
    content: "\f3ed";
}

.fa.fa-calendar-o {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-calendar-o:before {
    content: "\f133";
}

.fa.fa-css3,
.fa.fa-html5,
.fa.fa-maxcdn {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400;
}

.fa.fa-ticket:before {
    content: "\f3ff";
}

.fa.fa-minus-square-o {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-minus-square-o:before {
    content: "\f146";
}

.fa.fa-level-up:before {
    content: "\f3bf";
}

.fa.fa-level-down:before {
    content: "\f3be";
}

.fa.fa-pencil-square:before {
    content: "\f14b";
}

.fa.fa-external-link-square:before {
    content: "\f360";
}

.fa.fa-compass {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-caret-square-o-down {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-caret-square-o-down:before {
    content: "\f150";
}

.fa.fa-toggle-down {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-toggle-down:before {
    content: "\f150";
}

.fa.fa-caret-square-o-up {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-caret-square-o-up:before {
    content: "\f151";
}

.fa.fa-toggle-up {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-toggle-up:before {
    content: "\f151";
}

.fa.fa-caret-square-o-right {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-caret-square-o-right:before {
    content: "\f152";
}

.fa.fa-toggle-right {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-toggle-right:before {
    content: "\f152";
}

.fa.fa-eur:before,
.fa.fa-euro:before {
    content: "\f153";
}

.fa.fa-gbp:before {
    content: "\f154";
}

.fa.fa-dollar:before,
.fa.fa-usd:before {
    content: "\f155";
}

.fa.fa-inr:before,
.fa.fa-rupee:before {
    content: "\f156";
}

.fa.fa-cny:before,
.fa.fa-jpy:before,
.fa.fa-rmb:before,
.fa.fa-yen:before {
    content: "\f157";
}

.fa.fa-rouble:before,
.fa.fa-rub:before,
.fa.fa-ruble:before {
    content: "\f158";
}

.fa.fa-krw:before,
.fa.fa-won:before {
    content: "\f159";
}

.fa.fa-bitcoin,
.fa.fa-btc {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400;
}

.fa.fa-bitcoin:before {
    content: "\f15a";
}

.fa.fa-file-text:before {
    content: "\f15c";
}

.fa.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa.fa-sort-alpha-desc:before {
    content: "\f881";
}

.fa.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa.fa-sort-amount-desc:before {
    content: "\f884";
}

.fa.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa.fa-sort-numeric-desc:before {
    content: "\f886";
}

.fa.fa-xing,
.fa.fa-xing-square,
.fa.fa-youtube,
.fa.fa-youtube-play,
.fa.fa-youtube-square {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400;
}

.fa.fa-youtube-play:before {
    content: "\f167";
}

.fa.fa-adn,
.fa.fa-bitbucket,
.fa.fa-bitbucket-square,
.fa.fa-dropbox,
.fa.fa-flickr,
.fa.fa-instagram,
.fa.fa-stack-overflow {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400;
}

.fa.fa-bitbucket-square:before {
    content: "\f171";
}

.fa.fa-tumblr,
.fa.fa-tumblr-square {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400;
}

.fa.fa-long-arrow-down:before {
    content: "\f309";
}

.fa.fa-long-arrow-up:before {
    content: "\f30c";
}

.fa.fa-long-arrow-left:before {
    content: "\f30a";
}

.fa.fa-long-arrow-right:before {
    content: "\f30b";
}

.fa.fa-android,
.fa.fa-apple,
.fa.fa-dribbble,
.fa.fa-foursquare,
.fa.fa-gittip,
.fa.fa-gratipay,
.fa.fa-linux,
.fa.fa-skype,
.fa.fa-trello,
.fa.fa-windows {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400;
}

.fa.fa-gittip:before {
    content: "\f184";
}

.fa.fa-sun-o {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-sun-o:before {
    content: "\f185";
}

.fa.fa-moon-o {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-moon-o:before {
    content: "\f186";
}

.fa.fa-pagelines,
.fa.fa-renren,
.fa.fa-stack-exchange,
.fa.fa-vk,
.fa.fa-weibo {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400;
}

.fa.fa-arrow-circle-o-right {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-arrow-circle-o-right:before {
    content: "\f35a";
}

.fa.fa-arrow-circle-o-left {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-arrow-circle-o-left:before {
    content: "\f359";
}

.fa.fa-caret-square-o-left {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-caret-square-o-left:before {
    content: "\f191";
}

.fa.fa-toggle-left {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-toggle-left:before {
    content: "\f191";
}

.fa.fa-dot-circle-o {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-dot-circle-o:before {
    content: "\f192";
}

.fa.fa-vimeo-square {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400;
}

.fa.fa-try:before,
.fa.fa-turkish-lira:before {
    content: "\f195";
}

.fa.fa-plus-square-o {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-plus-square-o:before {
    content: "\f0fe";
}

.fa.fa-openid,
.fa.fa-slack,
.fa.fa-wordpress {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400;
}

.fa.fa-bank:before,
.fa.fa-institution:before {
    content: "\f19c";
}

.fa.fa-mortar-board:before {
    content: "\f19d";
}

.fa.fa-delicious,
.fa.fa-digg,
.fa.fa-drupal,
.fa.fa-google,
.fa.fa-joomla,
.fa.fa-pied-piper-alt,
.fa.fa-pied-piper-pp,
.fa.fa-reddit,
.fa.fa-reddit-square,
.fa.fa-stumbleupon,
.fa.fa-stumbleupon-circle,
.fa.fa-yahoo {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400;
}

.fa.fa-spoon:before {
    content: "\f2e5";
}

.fa.fa-behance,
.fa.fa-behance-square,
.fa.fa-steam,
.fa.fa-steam-square {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400;
}

.fa.fa-automobile:before {
    content: "\f1b9";
}

.fa.fa-envelope-o {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-envelope-o:before {
    content: "\f0e0";
}

.fa.fa-deviantart,
.fa.fa-soundcloud,
.fa.fa-spotify {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400;
}

.fa.fa-file-pdf-o {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-file-pdf-o:before {
    content: "\f1c1";
}

.fa.fa-file-word-o {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-file-word-o:before {
    content: "\f1c2";
}

.fa.fa-file-excel-o {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-file-excel-o:before {
    content: "\f1c3";
}

.fa.fa-file-powerpoint-o {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-file-powerpoint-o:before {
    content: "\f1c4";
}

.fa.fa-file-image-o {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-file-image-o:before {
    content: "\f1c5";
}

.fa.fa-file-photo-o {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-file-photo-o:before {
    content: "\f1c5";
}

.fa.fa-file-picture-o {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-file-picture-o:before {
    content: "\f1c5";
}

.fa.fa-file-archive-o {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-file-archive-o:before {
    content: "\f1c6";
}

.fa.fa-file-zip-o {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-file-zip-o:before {
    content: "\f1c6";
}

.fa.fa-file-audio-o {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-file-audio-o:before {
    content: "\f1c7";
}

.fa.fa-file-sound-o {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-file-sound-o:before {
    content: "\f1c7";
}

.fa.fa-file-video-o {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-file-video-o:before {
    content: "\f1c8";
}

.fa.fa-file-movie-o {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-file-movie-o:before {
    content: "\f1c8";
}

.fa.fa-file-code-o {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-file-code-o:before {
    content: "\f1c9";
}

.fa.fa-codepen,
.fa.fa-jsfiddle,
.fa.fa-vine {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400;
}

.fa.fa-life-bouy,
.fa.fa-life-ring {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-life-bouy:before {
    content: "\f1cd";
}

.fa.fa-life-buoy {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-life-buoy:before {
    content: "\f1cd";
}

.fa.fa-life-saver {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-life-saver:before {
    content: "\f1cd";
}

.fa.fa-support {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-support:before {
    content: "\f1cd";
}

.fa.fa-circle-o-notch:before {
    content: "\f1ce";
}

.fa.fa-ra,
.fa.fa-rebel {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400;
}

.fa.fa-ra:before {
    content: "\f1d0";
}

.fa.fa-resistance {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400;
}

.fa.fa-resistance:before {
    content: "\f1d0";
}

.fa.fa-empire,
.fa.fa-ge {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400;
}

.fa.fa-ge:before {
    content: "\f1d1";
}

.fa.fa-git,
.fa.fa-git-square,
.fa.fa-hacker-news,
.fa.fa-y-combinator-square {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400;
}

.fa.fa-y-combinator-square:before {
    content: "\f1d4";
}

.fa.fa-yc-square {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400;
}

.fa.fa-yc-square:before {
    content: "\f1d4";
}

.fa.fa-qq,
.fa.fa-tencent-weibo,
.fa.fa-wechat,
.fa.fa-weixin {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400;
}

.fa.fa-wechat:before {
    content: "\f1d7";
}

.fa.fa-send:before {
    content: "\f1d8";
}

.fa.fa-paper-plane-o {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-paper-plane-o:before {
    content: "\f1d8";
}

.fa.fa-send-o {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-send-o:before {
    content: "\f1d8";
}

.fa.fa-circle-thin {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-circle-thin:before {
    content: "\f111";
}

.fa.fa-header:before {
    content: "\f1dc";
}

.fa.fa-sliders:before {
    content: "\f1de";
}

.fa.fa-futbol-o {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-futbol-o:before {
    content: "\f1e3";
}

.fa.fa-soccer-ball-o {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-soccer-ball-o:before {
    content: "\f1e3";
}

.fa.fa-slideshare,
.fa.fa-twitch,
.fa.fa-yelp {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400;
}

.fa.fa-newspaper-o {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-newspaper-o:before {
    content: "\f1ea";
}

.fa.fa-cc-amex,
.fa.fa-cc-discover,
.fa.fa-cc-mastercard,
.fa.fa-cc-paypal,
.fa.fa-cc-stripe,
.fa.fa-cc-visa,
.fa.fa-google-wallet,
.fa.fa-paypal {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400;
}

.fa.fa-bell-slash-o {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-bell-slash-o:before {
    content: "\f1f6";
}

.fa.fa-trash:before {
    content: "\f2ed";
}

.fa.fa-copyright {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-eyedropper:before {
    content: "\f1fb";
}

.fa.fa-area-chart:before {
    content: "\f1fe";
}

.fa.fa-pie-chart:before {
    content: "\f200";
}

.fa.fa-line-chart:before {
    content: "\f201";
}

.fa.fa-angellist,
.fa.fa-ioxhost,
.fa.fa-lastfm,
.fa.fa-lastfm-square {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400;
}

.fa.fa-cc {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-cc:before {
    content: "\f20a";
}

.fa.fa-ils:before,
.fa.fa-shekel:before,
.fa.fa-sheqel:before {
    content: "\f20b";
}

.fa.fa-meanpath {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400;
}

.fa.fa-meanpath:before {
    content: "\f2b4";
}

.fa.fa-buysellads,
.fa.fa-connectdevelop,
.fa.fa-dashcube,
.fa.fa-forumbee,
.fa.fa-leanpub,
.fa.fa-sellsy,
.fa.fa-shirtsinbulk,
.fa.fa-simplybuilt,
.fa.fa-skyatlas {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400;
}

.fa.fa-diamond {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-diamond:before {
    content: "\f3a5";
}

.fa.fa-intersex:before {
    content: "\f224";
}

.fa.fa-facebook-official {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400;
}

.fa.fa-facebook-official:before {
    content: "\f09a";
}

.fa.fa-pinterest-p,
.fa.fa-whatsapp {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400;
}

.fa.fa-hotel:before {
    content: "\f236";
}

.fa.fa-medium,
.fa.fa-viacoin,
.fa.fa-y-combinator,
.fa.fa-yc {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400;
}

.fa.fa-yc:before {
    content: "\f23b";
}

.fa.fa-expeditedssl,
.fa.fa-opencart,
.fa.fa-optin-monster {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400;
}

.fa.fa-battery-4:before,
.fa.fa-battery:before {
    content: "\f240";
}

.fa.fa-battery-3:before {
    content: "\f241";
}

.fa.fa-battery-2:before {
    content: "\f242";
}

.fa.fa-battery-1:before {
    content: "\f243";
}

.fa.fa-battery-0:before {
    content: "\f244";
}

.fa.fa-object-group,
.fa.fa-object-ungroup,
.fa.fa-sticky-note-o {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-sticky-note-o:before {
    content: "\f249";
}

.fa.fa-cc-diners-club,
.fa.fa-cc-jcb {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400;
}

.fa.fa-clone,
.fa.fa-hourglass-o {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-hourglass-o:before {
    content: "\f254";
}

.fa.fa-hourglass-1:before {
    content: "\f251";
}

.fa.fa-hourglass-2:before {
    content: "\f252";
}

.fa.fa-hourglass-3:before {
    content: "\f253";
}

.fa.fa-hand-rock-o {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-hand-rock-o:before {
    content: "\f255";
}

.fa.fa-hand-grab-o {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-hand-grab-o:before {
    content: "\f255";
}

.fa.fa-hand-paper-o {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-hand-paper-o:before {
    content: "\f256";
}

.fa.fa-hand-stop-o {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-hand-stop-o:before {
    content: "\f256";
}

.fa.fa-hand-scissors-o {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-hand-scissors-o:before {
    content: "\f257";
}

.fa.fa-hand-lizard-o {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-hand-lizard-o:before {
    content: "\f258";
}

.fa.fa-hand-spock-o {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-hand-spock-o:before {
    content: "\f259";
}

.fa.fa-hand-pointer-o {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-hand-pointer-o:before {
    content: "\f25a";
}

.fa.fa-hand-peace-o {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-hand-peace-o:before {
    content: "\f25b";
}

.fa.fa-registered {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-chrome,
.fa.fa-creative-commons,
.fa.fa-firefox,
.fa.fa-get-pocket,
.fa.fa-gg,
.fa.fa-gg-circle,
.fa.fa-internet-explorer,
.fa.fa-odnoklassniki,
.fa.fa-odnoklassniki-square,
.fa.fa-opera,
.fa.fa-safari,
.fa.fa-tripadvisor,
.fa.fa-wikipedia-w {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400;
}

.fa.fa-television:before {
    content: "\f26c";
}

.fa.fa-500px,
.fa.fa-amazon,
.fa.fa-contao {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400;
}

.fa.fa-calendar-plus-o {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-calendar-plus-o:before {
    content: "\f271";
}

.fa.fa-calendar-minus-o {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-calendar-minus-o:before {
    content: "\f272";
}

.fa.fa-calendar-times-o {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-calendar-times-o:before {
    content: "\f273";
}

.fa.fa-calendar-check-o {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-calendar-check-o:before {
    content: "\f274";
}

.fa.fa-map-o {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-map-o:before {
    content: "\f279";
}

.fa.fa-commenting:before {
    content: "\f4ad";
}

.fa.fa-commenting-o {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-commenting-o:before {
    content: "\f4ad";
}

.fa.fa-houzz,
.fa.fa-vimeo {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400;
}

.fa.fa-vimeo:before {
    content: "\f27d";
}

.fa.fa-black-tie,
.fa.fa-edge,
.fa.fa-fonticons,
.fa.fa-reddit-alien {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400;
}

.fa.fa-credit-card-alt:before {
    content: "\f09d";
}

.fa.fa-codiepie,
.fa.fa-fort-awesome,
.fa.fa-mixcloud,
.fa.fa-modx,
.fa.fa-product-hunt,
.fa.fa-scribd,
.fa.fa-usb {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400;
}

.fa.fa-pause-circle-o {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-pause-circle-o:before {
    content: "\f28b";
}

.fa.fa-stop-circle-o {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-stop-circle-o:before {
    content: "\f28d";
}

.fa.fa-bluetooth,
.fa.fa-bluetooth-b,
.fa.fa-envira,
.fa.fa-gitlab,
.fa.fa-wheelchair-alt,
.fa.fa-wpbeginner,
.fa.fa-wpforms {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400;
}

.fa.fa-wheelchair-alt:before {
    content: "\f368";
}

.fa.fa-question-circle-o {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-question-circle-o:before {
    content: "\f059";
}

.fa.fa-volume-control-phone:before {
    content: "\f2a0";
}

.fa.fa-asl-interpreting:before {
    content: "\f2a3";
}

.fa.fa-deafness:before,
.fa.fa-hard-of-hearing:before {
    content: "\f2a4";
}

.fa.fa-glide,
.fa.fa-glide-g {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400;
}

.fa.fa-signing:before {
    content: "\f2a7";
}

.fa.fa-first-order,
.fa.fa-google-plus-official,
.fa.fa-pied-piper,
.fa.fa-snapchat,
.fa.fa-snapchat-ghost,
.fa.fa-snapchat-square,
.fa.fa-themeisle,
.fa.fa-viadeo,
.fa.fa-viadeo-square,
.fa.fa-yoast {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400;
}

.fa.fa-google-plus-official:before {
    content: "\f2b3";
}

.fa.fa-google-plus-circle {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400;
}

.fa.fa-google-plus-circle:before {
    content: "\f2b3";
}

.fa.fa-fa,
.fa.fa-font-awesome {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400;
}

.fa.fa-fa:before {
    content: "\f2b4";
}

.fa.fa-handshake-o {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-handshake-o:before {
    content: "\f2b5";
}

.fa.fa-envelope-open-o {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-envelope-open-o:before {
    content: "\f2b6";
}

.fa.fa-linode {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400;
}

.fa.fa-address-book-o {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-address-book-o:before {
    content: "\f2b9";
}

.fa.fa-vcard:before {
    content: "\f2bb";
}

.fa.fa-address-card-o {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-address-card-o:before {
    content: "\f2bb";
}

.fa.fa-vcard-o {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-vcard-o:before {
    content: "\f2bb";
}

.fa.fa-user-circle-o {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-user-circle-o:before {
    content: "\f2bd";
}

.fa.fa-user-o {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-user-o:before {
    content: "\f007";
}

.fa.fa-id-badge {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-drivers-license:before {
    content: "\f2c2";
}

.fa.fa-id-card-o {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-id-card-o:before {
    content: "\f2c2";
}

.fa.fa-drivers-license-o {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-drivers-license-o:before {
    content: "\f2c2";
}

.fa.fa-free-code-camp,
.fa.fa-quora,
.fa.fa-telegram {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400;
}

.fa.fa-thermometer-4:before,
.fa.fa-thermometer:before {
    content: "\f2c7";
}

.fa.fa-thermometer-3:before {
    content: "\f2c8";
}

.fa.fa-thermometer-2:before {
    content: "\f2c9";
}

.fa.fa-thermometer-1:before {
    content: "\f2ca";
}

.fa.fa-thermometer-0:before {
    content: "\f2cb";
}

.fa.fa-bathtub:before,
.fa.fa-s15:before {
    content: "\f2cd";
}

.fa.fa-window-maximize,
.fa.fa-window-restore {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-times-rectangle:before {
    content: "\f410";
}

.fa.fa-window-close-o {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-window-close-o:before {
    content: "\f410";
}

.fa.fa-times-rectangle-o {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-times-rectangle-o:before {
    content: "\f410";
}

.fa.fa-bandcamp,
.fa.fa-eercast,
.fa.fa-etsy,
.fa.fa-grav,
.fa.fa-imdb,
.fa.fa-ravelry {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400;
}

.fa.fa-eercast:before {
    content: "\f2da";
}

.fa.fa-snowflake-o {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}

.fa.fa-snowflake-o:before {
    content: "\f2dc";
}

.fa.fa-superpowers,
.fa.fa-wpexplorer {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400;
}

.fa.fa-cab:before {
    content: "\f1ba";
}

.slick-slider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list,
.slick-slider {
    position: relative;
    display: block;
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    transform: translateZ(0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir=rtl] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-loading .slick-list {
    background: #fff url("../images/ajax-loader.gif") 50% no-repeat;
}

@font-face{
    font-family: slick;
    src: url("../fonts/slick.eot");
    src: url("../fonts/slick-.eot#iefix") format("embedded-opentype"),url("../fonts/slick.woff") format("woff"),url("../fonts/slick.ttf") format("truetype"),url("../fonts/slick.svg#slick") format("svg");
    font-weight: 400;
    font-style: normal;
}

.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    border: none;
}

.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
    background: transparent;
    color: transparent;
    outline: none;
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1;
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25;
}

.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-prev:before {
    content: "←";
}

[dir=rtl] .slick-prev:before {
    content: "→";
}

.slick-next {
    right: -25px;
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto;
}

.slick-next:before {
    content: "→";
}

[dir=rtl] .slick-next:before {
    content: "←";
}

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
}

.slick-dots li,
.slick-dots li button {
    height: 20px;
    width: 20px;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: none;
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75;
}

body {
    font-family: Open Sans,sans-serif;
    font-size: 15px;
    line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
section.treatments div.items div.item a span {
    line-height: 1.5;
}

strong {
    font-weight: 600;
}

section {
    padding: 30px 0;
}

a.visited,
a:focus,
a:hover {
    text-decoration: none;
}

iframe,
img,
textarea {
    /* max-width: 100% */
}

textarea {
    max-height: 400px;
}

:focus {
    outline: none;
}

.row.no-gutter {
    margin-right: 0;
    margin-left: 0;
}

.clearfix,
.row.no-gutter>[class*=" col-"],
.row.no-gutter>[class^=col-] {
    padding-right: 0;
    padding-left: 0;
}

.browserupgrade {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0;
}

div.row-flex,
div.row-flex>div[class*=col-] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

div.row-flex-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    box-sizing: border-box;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

div.container-flex>div[class*=col-],
div.row-flex>div[class*=col-] {
    margin: -.2px;
}

div.flex-col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
}

.w-100 {
    width: 100%;
}

.d-block {
    display: block;
}

.mb-2 {
    margin-bottom: 20px;
}

.btn,
.button,
.search-form .search-submit,
button,
button[type=submit],
input[type=submit] {
    color: #fff;
}

.btn.active:focus,
.btn:active:focus,
.btn:focus,
.button.active:focus,
.button:active:focus,
.button:focus,
.search-form .active.search-submit:focus,
.search-form .search-submit:active:focus,
.search-form .search-submit:focus,
button.active:focus,
button.active[type=submit]:focus,
button:active:focus,
button:focus,
button[type=submit]:active:focus,
button[type=submit]:focus,
input.active[type=submit]:focus,
input[type=submit]:active:focus,
input[type=submit]:focus,
select.active:focus,
select:active:focus,
select:focus {
    outline: none!important;
    box-shadow: none!important;
}

#review_form #submit,
.btn-primary,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button,
[type=submit],
a.button,
button.button,
button[type=submit],
input.button,
input[type=submit] {
    background: #3e2020;
    border-radius: 0;
    border: none;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.35!important;
    letter-spacing: .5px;
    padding: 9px 16px;
}

#review_form #submit:focus,
#review_form #submit:hover,
.btn-primary:focus,
.btn-primary:hover,
.woocommerce #respond input#submit:focus,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:focus,
.woocommerce a.button:hover,
.woocommerce button.button:disabled:focus,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:focus,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce button.button:focus,
.woocommerce button.button:hover,
.woocommerce input.button:focus,
.woocommerce input.button:hover,
[type=submit]:focus,
[type=submit]:hover,
a.button:focus,
a.button:hover,
button.button:focus,
button.button:hover,
button[type=submit]:focus,
button[type=submit]:hover,
input.button:focus,
input.button:hover,
input[type=submit]:focus,
input[type=submit]:hover {
    background: #3e2020;
    border: none;
    color: #fff;
}

.btn,
.search-form .search-submit,
button[type=submit],
input[type=submit] {
    font-size: 15px;
}

.btn-group-sm>.btn,
.btn-group-sm>button[type=submit],
.btn-group-sm>input[type=submit],
.btn-sm,
.search-form .btn-group-sm>.search-submit {
    padding: 6px 12px;
}

.comment-list li {
    margin-bottom: 20px;
}

.comment-list li ol {
    margin-top: 20px;
}

.comment-list ol {
    list-style: none;
}

.comment-reply-title a {
    margin-left: 10px;
}

.comment-form-cookies-consent>label {
    display: inline;
}

.comment-form .error {
    font-size: 14px;
    color: #f72b2b;
}

.comment-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
}

.comment-body>br {
    display: none;
}

.comment-body .comment-meta {
    -ms-flex-order: 1;
    order: 1;
}

.comment-body .reply {
    -ms-flex-order: 2;
    order: 2;
}

.comment-form input[type=email],
.comment-form input[type=text],
.comment-form input[type=url],
.comment-form textarea,
.form-control,
.search-form .search-field,
.select2-container--default .select2-selection--single,
.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce table.cart td.actions .input-text,
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
select,
textarea {
    border-color: #e6e6e6;
    border-radius: 3px;
    box-shadow: none;
    height: auto;
    padding: 8px 12px;
}

.comment-form input[type=url]:focus,
.comment-form input[type=url]:hover,
.form-control:focus,
.form-control:hover,
.search-form .search-field:focus,
.search-form .search-field:hover,
.select2-container--default .select2-selection--single:focus,
.select2-container--default .select2-selection--single:hover,
.woocommerce #content table.cart td.actions .input-text:focus,
.woocommerce #content table.cart td.actions .input-text:hover,
.woocommerce table.cart td.actions .input-text:focus,
.woocommerce table.cart td.actions .input-text:hover,
input[type=email]:focus,
input[type=email]:hover,
input[type=number]:focus,
input[type=number]:hover,
input[type=password]:focus,
input[type=password]:hover,
input[type=search]:focus,
input[type=search]:hover,
input[type=tel]:focus,
input[type=tel]:hover,
input[type=text]:focus,
input[type=text]:hover,
select:focus,
select:hover,
textarea:focus,
textarea:hover {
    border: 1px solid #e6e6e6;
}

label {
    font-weight: 300!important;
}

input.active:focus,
input:active:focus,
input:focus,
textarea.active:focus,
textarea:active:focus,
textarea:focus {
    outline: none!important;
    box-shadow: none!important;
}

.search-form label {
    font-weight: 400;
}

.contact-privacy p {
    font-size: 13px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: normal;
    padding-left: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
}

.sm-blue {
    background: transparent;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0,0,0,.2);
}

.sm-blue a,
.sm-blue a:active,
.sm-blue a:focus,
.sm-blue a:hover {
    padding: 10px 20px;
    padding-right: 58px;
    background: #3092c0;
    background-image: linear-gradient(180deg,#3298c8,#2e8cb8);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0,0,0,.2);
}

.sm-blue a.current {
    background: #006892;
    background-image: linear-gradient(180deg,#006188,#006f9c);
    color: #fff;
}

.sm-blue a.disabled {
    color: #a1d1e8;
}

.sm-blue a span.sub-arrow {
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: auto;
    right: 4px;
    width: 34px;
    height: 34px;
    overflow: hidden;
    font: 700 16px/34px monospace!important;
    text-align: center;
    text-shadow: none;
    background: rgba(0,0,0,.1);
    border-radius: 4px;
}

.sm-blue a.highlighted span.sub-arrow:before {
    display: block;
    content: "-";
}

.sm-blue>li:first-child>:not(ul) a,
.sm-blue>li:first-child>a {
    border-radius: 8px 8px 0 0;
}

.sm-blue>li:last-child>:not(ul) a,
.sm-blue>li:last-child>a,
.sm-blue>li:last-child>ul,
.sm-blue>li:last-child>ul>li:last-child>:not(ul) a,
.sm-blue>li:last-child>ul>li:last-child>a,
.sm-blue>li:last-child>ul>li:last-child>ul,
.sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>:not(ul) a,
.sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>a,
.sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>ul,
.sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>:not(ul) a,
.sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>a,
.sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul,
.sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>:not(ul) a,
.sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>a,
.sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul {
    border-radius: 0 0 8px 8px;
}

.sm-blue>li:last-child>:not(ul) a.highlighted,
.sm-blue>li:last-child>a.highlighted,
.sm-blue>li:last-child>ul>li:last-child>:not(ul) a.highlighted,
.sm-blue>li:last-child>ul>li:last-child>a.highlighted,
.sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>:not(ul) a.highlighted,
.sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>a.highlighted,
.sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>:not(ul) a.highlighted,
.sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>a.highlighted,
.sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>:not(ul) a.highlighted,
.sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>a.highlighted {
    border-radius: 0;
}

.sm-blue ul {
    background: #fff;
}

.sm-blue ul ul {
    background: hsla(0,0%,40%,.1);
}

.sm-blue ul a,
.sm-blue ul a:active,
.sm-blue ul a:focus,
.sm-blue ul a:hover {
    background: transparent;
    color: #2b82ac;
    font-size: 16px;
    text-shadow: none;
    border-left: 8px solid transparent;
}

.sm-blue ul a.current {
    background: #006892;
    background-image: linear-gradient(180deg,#006188,#006f9c);
    color: #fff;
}

.sm-blue ul a.disabled {
    color: #b3b3b3;
}

.sm-blue ul ul a,
.sm-blue ul ul a:active,
.sm-blue ul ul a:focus,
.sm-blue ul ul a:hover {
    border-left: 16px solid transparent;
}

.sm-blue ul ul ul a,
.sm-blue ul ul ul a:active,
.sm-blue ul ul ul a:focus,
.sm-blue ul ul ul a:hover {
    border-left: 24px solid transparent;
}

.sm-blue ul ul ul ul a,
.sm-blue ul ul ul ul a:active,
.sm-blue ul ul ul ul a:focus,
.sm-blue ul ul ul ul a:hover {
    border-left: 32px solid transparent;
}

.sm-blue ul ul ul ul ul a,
.sm-blue ul ul ul ul ul a:active,
.sm-blue ul ul ul ul ul a:focus,
.sm-blue ul ul ul ul ul a:hover {
    border-left: 40px solid transparent;
}

.sm-blue ul li {
    border-top: 1px solid rgba(0,0,0,.05);
}

.sm-blue ul li:first-child {
    border-top: 0;
}

@media (min-width:768px){
    .sm-blue ul {
        position: absolute;
        width: 12em;
    }

    .sm-blue li {
        float: left;
    }

    .sm-blue.sm-rtl li {
        float: right;
    }

    .sm-blue.sm-rtl ul li,
    .sm-blue.sm-vertical li,
    .sm-blue ul li {
        float: none;
    }

    .sm-blue a {
        white-space: nowrap;
    }

    .sm-blue.sm-vertical a,
    .sm-blue ul a {
        white-space: normal;
    }

    .sm-blue .sm-nowrap>li>:not(ul) a,
    .sm-blue .sm-nowrap>li>a {
        white-space: nowrap;
    }

    .sm-blue {
        background: #3092c0;
        background-image: linear-gradient(180deg,#3298c8,#2e8cb8);
        border-radius: 8px;
        box-shadow: 0 1px 1px rgba(0,0,0,.2);
    }

    .sm-blue a,
    .sm-blue a.highlighted,
    .sm-blue a:active,
    .sm-blue a:focus,
    .sm-blue a:hover {
        padding: 13px 24px;
        background: #3092c0;
        background-image: linear-gradient(180deg,#3298c8,#2e8cb8);
        color: #fff;
    }

    .sm-blue a.highlighted,
    .sm-blue a:active,
    .sm-blue a:focus,
    .sm-blue a:hover {
        background: #2b82ac;
        background-image: linear-gradient(180deg,#2d89b4,#297ca3);
    }

    .sm-blue a.current {
        background: #006892;
        background-image: linear-gradient(180deg,#006188,#006f9c);
        color: #fff;
    }

    .sm-blue a.disabled {
        background: #3092c0;
        background-image: linear-gradient(180deg,#3298c8,#2e8cb8);
        color: #a1d1e8;
    }

    .sm-blue a span.sub-arrow {
        top: auto;
        margin-top: 0;
        bottom: 2px;
        left: 50%;
        margin-left: -5px;
        right: auto;
        width: 0;
        height: 0;
        border-width: 5px;
        border-style: solid dashed dashed;
        border-color: #a1d1e8 transparent transparent;
        background: transparent;
        border-radius: 0;
    }

    .sm-blue a.highlighted span.sub-arrow:before {
        display: none;
    }

    .sm-blue>li:first-child>:not(ul) a,
    .sm-blue>li:first-child>a {
        border-radius: 8px 0 0 8px;
    }

    .sm-blue>li:last-child>:not(ul) a,
    .sm-blue>li:last-child>a {
        border-radius: 0 8px 8px 0!important;
    }

    .sm-blue>li {
        border-left: 1px solid #2b82ac;
    }

    .sm-blue>li:first-child {
        border-left: 0;
    }

    .sm-blue ul {
        border: 1px solid #a8a8a8;
        padding: 7px 0;
        background: #fff;
        border-radius: 0 0 4px 4px!important;
        box-shadow: 0 5px 12px rgba(0,0,0,.2);
    }

    .sm-blue ul ul {
        border-radius: 4px!important;
        background: #fff;
    }

    .sm-blue ul a,
    .sm-blue ul a.highlighted,
    .sm-blue ul a:active,
    .sm-blue ul a:focus,
    .sm-blue ul a:hover {
        border: 0!important;
        padding: 9px 23px;
        background: transparent;
        color: #2b82ac;
        border-radius: 0!important;
    }

    .sm-blue ul a.highlighted,
    .sm-blue ul a:active,
    .sm-blue ul a:focus,
    .sm-blue ul a:hover {
        background: #3092c0;
        background-image: linear-gradient(180deg,#3298c8,#2e8cb8);
        color: #fff;
    }

    .sm-blue ul a.current {
        background: #006892;
        background-image: linear-gradient(180deg,#006188,#006f9c);
        color: #fff;
    }

    .sm-blue ul a.disabled {
        background: #fff;
        color: #b3b3b3;
    }

    .sm-blue ul a span.sub-arrow {
        top: 50%;
        margin-top: -5px;
        bottom: auto;
        left: auto;
        margin-left: 0;
        right: 10px;
        border-style: dashed dashed dashed solid;
        border-color: transparent transparent transparent #a1d1e8;
    }

    .sm-blue ul li {
        border: 0;
    }

    .sm-blue span.scroll-down,
    .sm-blue span.scroll-up {
        position: absolute;
        display: none;
        visibility: hidden;
        overflow: hidden;
        background: #fff;
        height: 20px;
    }

    .sm-blue span.scroll-down-arrow,
    .sm-blue span.scroll-up-arrow {
        position: absolute;
        top: -2px;
        left: 50%;
        margin-left: -8px;
        width: 0;
        height: 0;
        overflow: hidden;
        border-width: 8px;
        border-style: dashed dashed solid;
        border-color: transparent transparent #2b82ac;
    }

    .sm-blue span.scroll-down-arrow {
        top: 6px;
        border-style: solid dashed dashed;
        border-color: #2b82ac transparent transparent;
    }

    .sm-blue.sm-rtl.sm-vertical a span.sub-arrow {
        right: auto;
        left: 10px;
        border-style: dashed solid dashed dashed;
        border-color: transparent #a1d1e8 transparent transparent;
    }

    .sm-blue.sm-rtl>li:first-child>:not(ul) a,
    .sm-blue.sm-rtl>li:first-child>a {
        border-radius: 0 8px 8px 0;
    }

    .sm-blue.sm-rtl>li:last-child>:not(ul) a,
    .sm-blue.sm-rtl>li:last-child>a {
        border-radius: 8px 0 0 8px!important;
    }

    .sm-blue.sm-rtl>li:first-child {
        border-left: 1px solid #2b82ac;
    }

    .sm-blue.sm-rtl>li:last-child {
        border-left: 0;
    }

    .sm-blue.sm-rtl ul a span.sub-arrow {
        right: auto;
        left: 10px;
        border-style: dashed solid dashed dashed;
        border-color: transparent #a1d1e8 transparent transparent;
    }

    .sm-blue.sm-vertical {
        box-shadow: 0 1px 4px rgba(0,0,0,.2);
    }

    .sm-blue.sm-vertical a {
        padding: 9px 23px;
    }

    .sm-blue.sm-vertical a span.sub-arrow {
        top: 50%;
        margin-top: -5px;
        bottom: auto;
        left: auto;
        margin-left: 0;
        right: 10px;
        border-style: dashed dashed dashed solid;
        border-color: transparent transparent transparent #a1d1e8;
    }

    .sm-blue.sm-vertical>li:first-child>:not(ul) a,
    .sm-blue.sm-vertical>li:first-child>a {
        border-radius: 8px 8px 0 0;
    }

    .sm-blue.sm-vertical>li:last-child>:not(ul) a,
    .sm-blue.sm-vertical>li:last-child>a {
        border-radius: 0 0 8px 8px!important;
    }

    .sm-blue.sm-vertical>li {
        border-left: 0!important;
    }

    .sm-blue.sm-vertical ul {
        border-radius: 4px!important;
    }

    .sm-blue.sm-vertical ul a {
        padding: 9px 23px;
    }
}

.alignnone {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    height: auto;
}

.aligncenter {
    display: block;
    margin: 10px auto;
    height: auto;
}

.alignleft,
.alignright {
    margin-bottom: 10px;
    height: auto;
}

@media (min-width:992px){
    .alignleft {
        float: left;
        margin-right: 10px;
    }

    .alignright {
        float: right;
        margin-left: 10px;
    }
}

.wp-caption-text {
    padding: 9px;
}

.gallery {
    margin-left: -.5em;
    margin-right: -.5em;
}

.gallery:after {
    display: table;
    content: "";
    clear: both;
}

.gallery-item {
    margin: 0;
    float: left;
    padding: .5em;
}

.gallery-item img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
    float: none;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery-columns-3 .gallery-item {
    width: 33.3333%;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery-columns-5 .gallery-item {
    width: 20%;
}

.gallery-columns-6 .gallery-item {
    width: 16.6667%;
}

.gallery-columns-7 .gallery-item {
    width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
    width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(odd),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: left;
}

div.page-header {
    border-bottom: 0;
    margin: 0;
    padding: 0;
}

div.page-header h1 {
    border-bottom: 1px solid #e6e6e6;
    line-height: 60px;
    margin-bottom: 30px;
    margin-top: 0;
}

div.social-media ul {
    margin: 0;
    padding: 0;
}

div.social-media ul li {
    padding: 0 5px 0 0;
}

div.social-media ul li a {
    border-radius: 50%;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    vertical-align: middle;
    width: 40px;
}

div.social-media ul li a i {
    margin: 0!important;
}

div.social-media ul li a:hover {
    color: #fff;
}

footer div.social-media.size-large ul li a {
    font-size: 33px;
    height: 54px;
    line-height: 55px;
    width: 54px;
}

footer div.social-media ul li {
    padding-bottom: 5px;
}

div.post-nav ul.pager li {
    margin: 0 5px;
}

.cc-revoke.cc-bottom {
    display: block!important;
}

a.cc-btn,
a.cc-link {
    color: #fff!important;
}

.grecaptcha-badge {
    visibility: hidden;
}

.cc-window.cc-invisible {
    z-index: -1;
}

div.cc-banner.cc-top {
    box-shadow: 0 0 50px -5px rgba(0,0,0,.1)!important;
    padding: 1.2em 1.8em!important;
    text-align: center!important;
    transition: none!important;
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f39e"!important;
}

header #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-size: 11px;
    font-family: Font Awesome\ 5 Free!important;
    content: "\f0d7"!important;
    font-weight: 700;
}

header #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation li.mega-menu-item-has-children.mega-toggle-on>a.mega-menu-link>span.mega-indicator:after {
    transform: rotate(180deg);
}

div.breadcrumbs {
    margin-bottom: 15px;
}

div.breadcrumbs span#breadcrumbs {
    color: #a2a2a2;
}

div.breadcrumbs span#breadcrumbs a {
    padding-right: 5px;
}

div.breadcrumbs span#breadcrumbs span.breadcrumb_last {
    color: #a2a2a2;
    padding-left: 5px;
}

.modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.6);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.modal__container {
    background-color: #fff;
    padding: 30px;
    width: auto;
    margin: 0 15px;
    max-height: 100vh;
    overflow-y: auto;
    box-sizing: border-box;
    position: relative;
}

@media (min-width:576px){
    .modal__container {
        max-width: 500px;
        margin: 0;
    }
}

.modal__container.image {
    padding: 0;
}

.modal__container img {
    height: auto;
}

.modal__container img+.modal__content {
    margin-top: 2rem;
}

.modal__close {
    background: transparent;
    border: 0;
    color: #000;
    position: absolute;
    top: 0;
    right: 0;
}

.modal__close:before {
    content: "\2715";
}

@keyframes mmfadeIn{
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes mmfadeOut{
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes mmslideIn{
    0% {
        transform: translateY(15%);
    }

    to {
        transform: translateY(0);
    }
}

@keyframes mmslideOut{
    0% {
        transform: translateY(0);
    }

    to {
        transform: translateY(-10%);
    }
}

.micromodal-slide {
    display: none;
}

.micromodal-slide.is-open {
    display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
    animation: mmfadeIn .3s cubic-bezier(0,0,.2,1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
    animation: mmslideIn .3s cubic-bezier(0,0,.2,1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
    animation: mmfadeOut .3s cubic-bezier(0,0,.2,1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
    animation: mmslideOut .3s cubic-bezier(0,0,.2,1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
    will-change: transform;
}

.nbs_panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.nbs_panel-body {
    padding: 15px;
}

.nbs_panel-body:after,
.nbs_panel-body:before {
    content: " ";
    display: table;
}

.nbs_panel-body:after {
    clear: both;
}

.nbs_panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.nbs_panel-heading>.dropdown .dropdown-toggle {
    color: inherit;
}

.nbs_panel-group {
    margin-bottom: 20px;
}

.nbs_panel-group .nbs_panel {
    margin-bottom: 0;
    border-radius: 4px;
}

.nbs_panel-group .nbs_panel+.nbs_panel {
    margin-top: 5px;
}

.nbs_panel-group .nbs_panel-heading {
    border-bottom: 0;
}

.nbs_panel-group .nbs_panel-heading+.nbs_panel-collapse>.list-group,
.nbs_panel-group .nbs_panel-heading+.nbs_panel-collapse>.nbs_panel-body {
    border-top: 1px solid #ddd;
}

.nbs_panel-default {
    border-color: #ddd;
}

.nbs_panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.nbs_panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd;
}

.nbs_panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333;
}

.nbs_panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd;
}

.nbs_slider {
    width: 100%;
}

.nbs_slider .slick-next,
.nbs_slider .slick-prev {
    color: #3e2020;
    font-size: 3rem;
}

.nbs_slider .slick-prev {
    left: -3rem;
}

.nbs_slider .slick-next {
    right: -3rem;
}

.nbs_slider .slick-next:before,
.nbs_slider .slick-prev:before {
    display: none;
}

.nbs_slider .slide--image img {
    width: 100%;
    height: 40rem;
    -o-object-fit: cover;
    object-fit: cover;
}

.nbs_slider .slide--text>div {
    padding: 2rem;
}

.nbs_slider .slide--review {
    text-align: center;
}

.nbs_slider .slide--review img {
    display: inline-block;
}

.nbs_slider .slide--review>div {
    width: 80%;
    margin: 0 auto;
    padding: 2rem 0;
}

@media (min-width:1200px){
    .nbs_slider .slide--review>div {
        width: 60%;
    }
}

.counter {
    background: #fff;
    border-radius: 50%;
    min-width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    text-align: center;
    color: #3e2020;
    position: absolute;
    top: -5px;
    right: -5px;
}

.cartcountericon i {
    font-size: 20px;
}

.cartcountericon .counter {
    min-width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 11px;
    top: -7px;
    right: -7px;
}

@keyframes counterupdate{
    0% {
        box-shadow: 0 0 0 0 #3e2020;
    }

    70% {
        box-shadow: 0 0 0 10px transparent;
    }

    to {
        box-shadow: 0 0 0 0 transparent;
    }
}

.nf-form-content .label-above .nf-field-label,
.nf-form-fields-required,
.nf-section,
span.ninja-forms-req-symbol {
    display: none;
}

.nf-form-content {
    padding: 0!important;
}

.nf-field-element {
    margin-bottom: 4px!important;
}

.nf-form-content .list-select-wrap .nf-field-element>div,
.nf-form-content input:not([type=button]),
.nf-form-content textarea {
    display: block!important;
    width: 100%!important;
    height: 38px!important;
    padding: 9px 12px!important;
    font-size: 14px!important;
    line-height: 1.7em!important;
    color: #555!important;
    background-color: #fff!important;
    background-image: none!important;
    border: 1px solid #e6e6e6!important;
    border-radius: 3px!important;
    box-shadow: none!important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out!important;
}

.nf-form-content input[type=submit] {
    height: auto!important;
    width: auto!important;
}

.nf-form-content label {
    font-size: 15px!important;
}

.nf-error.field-wrap .nf-field-element:after {
    font-size: 14px!important;
    height: 37px!important;
    width: 40px!important;
    line-height: 39px!important;
}

.nf-form-content textarea.ninja-forms-field {
    height: 118px!important;
}

.nf-field-container,
.ninja_forms_required_items {
    clear: both;
    position: relative;
    margin-bottom: 10px!important;
}

.nf-form-content input[type=button] {
    padding: 9px 16px!important;
    height: auto!important;
    font-size: 15px!important;
    margin-top: -12px!important;
}

.privacy .nf-field-element {
    margin-bottom: 0!important;
}

header .social-media.visible-xs.visisble-sm {
    padding: 8px 5px;
}

footer div.socket img[alt=netbeauty] {
    max-height: 12px;
}

@media only screen and (min-width:992px){
    .vertical-align {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }
}

.cw {
    color: #fff!important;
}

.pdb-0 {
    padding-bottom: 0!important;
}

.pdb-2 {
    padding-bottom: 2em!important;
}

.pdb-4 {
    padding-bottom: 4em!important;
}

.pdt-0 {
    padding-top: 0!important;
}

.pdt-2 {
    padding-top: 2em!important;
}

.pdt-4 {
    padding-top: 4em!important;
}

.pd-0 {
    padding: 0!important;
}

.pd-1 {
    padding: 1em!important;
}

.pd-2 {
    padding: 2em!important;
}

.mt-4 {
    margin-top: 4em!important;
}

.mt-2 {
    margin-top: 2em!important;
}

.mt-1 {
    margin-top: 1em!important;
}

.mt-0 {
    margin-top: 0!important;
}

.mb-0 {
    margin-bottom: 0!important;
}

.mb-1 {
    margin-bottom: 1em!important;
}

.mb-2 {
    margin-bottom: 2em!important;
}

.mb-4 {
    margin-bottom: 4em!important;
}

.dnone {
    display: none;
}

.tac {
    text-align: center!important;
}

.row.equal {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row.equal>[class*=col-] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

table.opening_hours tr>td:first-of-type {
    width: 100px;
}

.footer-cta-box {
    z-index: 0;
}

.footer-cta {
    position: relative;
}

.footer-cta:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.footer-cta.inside {
    margin-bottom: 20px;
}

footer {
    color: #fff;
    padding-top: 30px;
}

footer div.column {
    margin-bottom: 30px;
}

footer div.column>h4,
footer section.treatments div.items div.item a div.column>span,
section.treatments div.items div.item a footer div.column>span {
    border-bottom: 1px solid #e6e6e6;
    color: #fff!important;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

footer div.column table tr td {
    vertical-align: top;
}

footer div.socket {
    background: #3e2020;
    color: #fff;
    font-size: 14px;
    margin-top: 30px;
    padding: 15px 0;
}

footer div.socket a,
footer div.socket a:hover {
    color: #fff!important;
}

footer div.socket img {
    margin-left: 10px;
    vertical-align: 0;
}

footer div.socket img[alt=netbeauty] {
    width: 150px;
}

@media only screen and (max-width:768px){
    footer div.socket div.left,
    footer div.socket div.right {
        text-align: center;
    }
}

@media only screen and (min-width:768px){
    footer div.socket div.left {
        text-align: left;
    }

    footer div.socket div.right {
        text-align: right;
    }
}

.footer-sticky {
    background: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    box-shadow: 0 3px 25px rgba(0,0,0,.25);
}

@media only screen and (min-width:768px){
    .footer-sticky {
        display: none;
    }
}

.footer-sticky__button {
    display: block;
    padding: 20px 0;
    text-align: center;
    color: #fff!important;
}

.footer-sticky__button:focus,
.footer-sticky__button:hover {
    color: #fff!important;
}

.footer-sticky__border {
    border-right: 1px solid #fff;
}

/* header>div.wrapper {
    min-height: 250px;
} */
header>div.wrapper.above.shadow:before,
header>div.wrapper.above:after {
    top: 150px;
}

header>div.wrapper.above .header__content {
    transform: translateY(50px);
}

header>div.wrapper.shadow:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.3);
    z-index: -1;
}

header>div.wrapper.above_shadow:before {
    top: 150px;
}

@media only screen and (min-width:992px){
    header>div.wrapper.sticky_menu {
        overflow: hidden;
    }

    header>div.wrapper.sticky_menu.sticky_header .header {
        position: fixed;
        z-index: 1020;
        box-shadow: 0 0 50px -5px rgba(0,0,0,.1);
    }

    header>div.wrapper.sticky_menu.sticky_header.above .header__content,
    header>div.wrapper.sticky_menu.sticky_header .header__content {
        margin-top: 150px;
    }

    header>div.wrapper.sticky_menu.sticky_header.sticky_menu_small .header .holder {
        min-height: 80px;
        height: 80px;
        width: 100%;
    }

    header>div.wrapper.sticky_menu.sticky_header.sticky_menu_small .header .holder img {
        max-height: 70px;
    }

    header>div.wrapper.sticky_menu.sticky_nav .navbar {
        position: fixed;
        z-index: 1020;
    }

    header>div.wrapper.sticky_menu.sticky_nav.above .header__content,
    header>div.wrapper.sticky_menu.sticky_nav .header__content {
        margin-top: 55px;
    }
}

header .header__content {
    height: 100%;
    min-height: 300px;
    padding: 30px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

header .header__content h1 {
    margin-top: 0;
}

header .header__content h1,
header .header__content p {
    color: #fff!important;
}

header .header__content a {
    margin: 0 7px;
}

header .navbar {
    margin: 0;
}

header .topbar {
    padding: 10px 0;
}

header .topbar p:last-of-type {
    margin-bottom: 0;
}

header .shop_topbar,
header .topbar {
    z-index: 12;
    position: relative;
}

header div.xs-absolute-overlay {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

header div.header {
    background: none;
    position: absolute;
    width: 100%;
    z-index: 1;
    top: -17px;
}

header div.header.full-width {
    position: relative;
}

header div.header img.header-bg {
    bottom: 0;
    height: auto;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

header div.header div.holder {
    display: table;
    min-height: 150px;
    width: 100%;
}

header div.header div.wrapper {
    display: table-cell;
    vertical-align: right;
}

header div.header div.wrapper img.logo {
    max-height: 100px;
    max-width: 100%;
    z-index: 1;
    height: auto;
    width: auto;
}

@media (min-width: 375px) {
    header div.header div.wrapper img.logo {
        position: relative;
        top: 37px;
    }
}

header div.header div.cta {
    font-size: 17px;
    position: absolute;
    left: 20px;
    top: 0;
}

header div.header div.cta a {
    font-weight: 600;
    font-size: 16px;
}

header div.header div.cta div.holder div.wrapper {
    text-align: left;
}

header div.header div.cta a.email,
header div.header div.cta a.phone {
    border-radius: 50%;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    vertical-align: middle;
    width: 38px;
}

header div.header div.cta a.email i,
header div.header div.cta a.phone i {
    margin: 0!important;
}

header div.header div.cta a.email:hover,
header div.header div.cta a.phone:hover {
    color: #fff;
}

header div.header div.cta div.phone_number a.phone_number i {
    display: inline-block;
    font-size: 24px;
    line-height: 38px;
    margin: 0!important;
    padding-right: 5px;
    text-align: center;
    vertical-align: middle;
}

header div.header div.cta div.phone_number a.phone_number i:hover {
    color: #fff;
}

header div.header div.cta div.email_text a.email_text i {
    display: inline-block;
    font-size: 24px;
    line-height: 38px;
    margin: 0!important;
    padding-right: 5px;
    text-align: center;
    vertical-align: middle;
}

header div.header div.cta div.email_text a.email_text i:hover {
    color: #fff;
}

@media only screen and (max-width:992px){
    header div.header div.cta.social {
        left: 0;
        width: 100%;
    }

    header div.header div.cta.social .holder {
        min-height: 70px;
    }
}

@media only screen and (max-width:992px){
    header>div.wrapper.center div.wrapper,
    header div.header div.cta.social .holder .wrapper {
        text-align: center;
    }
}

@media only screen and (min-width:992px){
    header div.xs-absolute-overlay {
        position: relative;
        width: 79.1666666667%;
    }

    header>div.wrapper {
        min-height: 275px;
    }

    header>div.wrapper div.wrapper img.logo {
        margin: 0 auto;
        max-height: 100%;
        max-width: 100%;
        padding: 0;
    }

    header div.header {
        overflow: hidden;
        padding-right: 0!important;
        position: relative;
    }

    header div.header div.cta {
        left: auto;
        right: 15px;
    }

    header div.header:after {
        right: 0!important;
    }

    header div.header.full-width {
        overflow: visible!important;
    }

    header div.header.full-width div.holder {
        text-align: left!important;
    }

    header div.header.full-width div.wrapper img.logo {
        padding: 0!important;
    }

    header div.header.full-width nav.navbar-default {
        background: none!important;
    }

    header div.header.full-width nav.navbar-default div.navbar-collapse ul.navbar-nav>li a {
        padding: 10px;
    }

    header div.header.full-width nav.navbar-default div.navbar-collapse ul.navbar-nav>li>a {
        color: #3e2020!important;
    }

    header div.header.full-width nav.navbar-default div.navbar-collapse ul.navbar-nav>li>a:active,
    header div.header.full-width nav.navbar-default div.navbar-collapse ul.navbar-nav>li>a:focus,
    header div.header.full-width nav.navbar-default div.navbar-collapse ul.navbar-nav>li>a:hover {
        background: none!important;
        box-shadow: none!important;
    }
}

.shop_topbar a {
    padding: 5px 0 5px 20px;
    display: inline-block;
}

.navbar-nav .open .dropdown-menu>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}

#wpadminbar a,
#wpadminbar a:hover {
    color: unset!important;
}

html.navbar-open body.mm-fullsize {
    overflow: hidden;
}

html.navbar-open body.mm-fullsize nav.type-fullsize button.navbar-toggle {
    color: #fff;
}

html.navbar-open .navbar-default .navbar-toggle .fa-bars:before {
    content: "\f00d";
}

html.navbar-open .navbar-default .navbar-toggle.text:after {
    content: "Sluiten";
}

header {
    position: relative;
}

@media only screen and (max-width:768px){
    header {
        z-index: 11;
    }
}

header nav.navbar-default {
    background: #fff;
    border-radius: 0;
    border: none;
    width: 100%;
    left: 0;
    top: 0;
    margin-top: 9px;
}

header nav.navbar-default ul.navbar-nav span.caret {
    border: none;
    display: inline;
    right: 0;
}

@media only screen and (max-width:768px){
    header nav.navbar-default ul.navbar-nav span.caret {
        z-index: -1;
    }
}

header nav.navbar-default ul.navbar-nav span.caret:focus,
header nav.navbar-default ul.navbar-nav span.caret:hover,
header nav.navbar-default ul.navbar-nav span.caret:visited {
    background: none;
}

header nav.navbar-default ul.navbar-nav .active>a {
    background: none!important;
    color: #fff!important;
}

header nav.navbar-default ul.navbar-nav .active>a:focus,
header nav.navbar-default ul.navbar-nav .active>a:hover,
header nav.navbar-default ul.navbar-nav .active>a:visited {
    background: none;
    color: #fff!important;
}

header nav.navbar-default ul.navbar-nav .open>a,
header nav.navbar-default ul.navbar-nav .open>a:focus,
header nav.navbar-default ul.navbar-nav .open>a:hover,
header nav.navbar-default ul.navbar-nav .open>a:visited {
    background: none;
}

header nav.navbar-default ul.navbar-nav ul.dropdown-menu {
    padding: 0;
    margin: 0;
}

header nav.navbar-default ul.navbar-nav.sm-collapsible a.has-submenu {
    padding-right: 0;
}

header nav.navbar-default .sub-arrow {
    display: none;
}

header nav.navbar-default div.navbar-header div.holder {
    display: table;
    min-height: 150px;
    width: 100%;
}

header nav.navbar-default div.navbar-header div.wrapper {
    display: table-cell;
    vertical-align: middle;
}

header nav.navbar-default button.navbar-toggle {
    border-radius: 0;
    border: none;
    font-size: 21px;
    position: relative;
    z-index: 1041;
    float: right;
    left: 0;
    top: 0;
    margin-top: -60px;
}

header nav.navbar-default button.navbar-toggle:focus,
header nav.navbar-default button.navbar-toggle:hover,
header nav.navbar-default button.navbar-toggle:visited {
    background: none;
}

header nav.navbar-default button.navbar-toggle.text {
    padding: 0 10px;
    margin-right: 15px;
    border: 1px solid;
    border-radius: 4px;
}

header nav.navbar-default button.navbar-toggle.text:after {
    content: "Menu";
    font-size: 16px;
    font-weight: 600;
    margin-left: 3px;
    vertical-align: middle;
}

header div.navbar-collapse {
    border: none;
    position: relative;
    z-index: 1040;
}

header div.navbar-collapse div.social-media ul li a {
    line-height: 38px;
}

header div.navbar-collapse ul {
    margin: 0;
    padding: 0;
}

header div.navbar-collapse ul li a {
    color: #fff!important;
    line-height: 25px;
}

header div.navbar-collapse ul li>a span.caret {
    display: block;
    font-size: 11px!important;
    margin: 0!important;
    padding: 0!important;
    position: relative!important;
    width: 18px!important;
}

header div.navbar-collapse ul li>a span.caret:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: Font Awesome\ 5 Free!important;
    content: "\f0d7"!important;
}

header div.navbar-collapse ul li>a:last-of-type a {
    border-bottom: none!important;
}

header div.navbar-collapse ul li>a.active a {
    color: #3e2020;
}

header div.navbar-collapse ul li.open>a>span.caret:before {
    content: "\f0d8"!important;
}

header .type-fullsize .navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh!important;
    transition: opacity .3s cubic-bezier(.46,.03,.52,.96);
    opacity: 0;
    -webkit-backdrop-filter: blur(.4em);
    backdrop-filter: blur(.4em);
    padding-top: 150px;
}

header .type-fullsize .navbar-collapse[aria-expanded=true] {
    opacity: 1;
}

@media only screen and (min-width:992px){
    nav.navbar-default {
        margin-bottom: 0;
        min-height: auto;
    }

    nav.navbar-default div.navbar-header {
        display: none;
    }

    nav.navbar-default div.navbar-collapse {
        padding: 0;
    }

    nav.navbar-default div.navbar-collapse ul.navbar-nav {
        display: block;
        width: 100%;
    }

    nav.navbar-default div.navbar-collapse ul.navbar-nav ul.dropdown-menu {
        border-radius: 0;
        border: none;
    }
}

@media only screen and (min-width:992px) and (-webkit-min-device-pixel-ratio:0){
    nav.navbar-default div.navbar-collapse ul.navbar-nav :root,
    nav.navbar-default div.navbar-collapse ul.navbar-nav _::-webkit-full-page-media,
    nav.navbar-default div.navbar-collapse ul.navbar-nav _:future {
        float: left!important;
    }
}

@media only screen and (min-width:992px){
    nav.navbar-default div.navbar-collapse ul.navbar-nav>li {
        display: inline-block;
        float: none;
        text-align: center;
    }

    nav.navbar-default div.navbar-collapse ul.navbar-nav>li>a {
        color: #fff!important;
        padding: 15px 0;
    }

    nav.navbar-default div.navbar-collapse ul.navbar-nav>li a {
        padding: 15px;
        white-space: nowrap!important;
    }

    nav.navbar-default div.navbar-collapse ul.navbar-nav>li span.caret {
        border: none;
        display: inline;
        position: relative;
        right: 0;
    }

    nav.navbar-default div.navbar-collapse ul.navbar-nav.sm-collapsible a.has-submenu {
        padding-right: 15px;
    }

    header div.navbar-collapse {
        border: none;
    }

    header div.navbar-collapse ul li a {
        border-bottom: none!important;
    }

    header .type-fullsize .navbar-collapse {
        position: relative;
        top: 0;
        left: 0;
        width: auto;
        height: auto!important;
        opacity: 1;
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
        padding: 0;
    }
}

section.page div.actions {
    padding: 30px 0;
}

section.page div.content {
    display: inline-block;
    width: 100%;
}

section.page .author {
    padding: 30px;
    margin-top: 15px;
    color: #fff;
}

section.page .author h3,
section.page .author h4,
section.page .author section.treatments div.items div.item a span,
section.treatments div.items div.item a section.page .author span {
    color: #fff!important;
    margin-top: 0;
}

section.page .author .author__col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

section.page .gallery .gallery-item img {
    height: auto;
}

section.page .alignleft {
    float: left;
    margin-right: 10px;
}

section.page .alignright {
    float: right;
    margin-left: 10px;
}

@media only screen and (max-width:520px){
    section.page .alignleft,
    section.page .alignright {
        display: block;
        float: none;
        margin: 0 auto;
    }
}

.section-error404 {
    padding: 80px 0;
}

section.page .author-date {
    margin-bottom: 30px;
}

section.page .author-date hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

section.page .author-date h4,
section.page .author-date p,
section.page .author-date section.treatments div.items div.item a span,
section.treatments div.items div.item a section.page .author-date span {
    margin: 0;
}

article.post {
    margin-bottom: 30px;
}

article.post figure.featured-image {
    margin: 15px 0;
}

body#tinymce {
    margin: 12px!important;
}

aside div.block {
    margin-bottom: 40px;
}

@media only screen and (max-width:992px){
    aside div.block:first-of-type {
        margin-top: 45px;
    }
}

aside div.block div.head h4,
aside div.block div.head section.treatments div.items div.item a span,
section.treatments div.items div.item a aside div.block div.head span {
    line-height: 50px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

aside div.block table tr td {
    vertical-align: top;
}

.search-form aside div.block.treatments a.search-submit,
aside div.block.treatments .search-form a.search-submit,
aside div.block.treatments a.btn {
    margin-top: 30px;
}

.search-form aside div.block a.search-submit,
aside div.block .search-form a.search-submit,
aside div.block a.btn {
    margin-top: 15px;
}

section.widget {
    padding: 5px 0;
}

#filterCollapse {
    margin-bottom: 30px;
    margin-top: 15px;
}

@media only screen and (min-width:992px){
    #filterCollapse {
        margin-top: 0;
    }
}

.woocommerce .widget_product_categories ul,
aside div.block.treatments ul {
    border: 1px solid #e6e6e6;
    margin: 0;
}

.woocommerce .widget_product_categories ul li,
aside div.block.treatments ul li {
    padding: 5px 15px;
    border-bottom: 1px solid #e6e6e6;
}

.woocommerce .widget_product_categories ul li a,
aside div.block.treatments ul li a {
    display: inline-block;
    margin-left: 20px;
    position: relative;
    transition: none;
}

.woocommerce .widget_product_categories ul li a i,
aside div.block.treatments ul li a i {
    margin-left: -20px;
    font-size: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.woocommerce .widget_product_categories ul li ul,
aside div.block.treatments ul li ul {
    border: none;
}

.woocommerce .widget_product_categories ul li:focus a,
.woocommerce .widget_product_categories ul li:focus span,
.woocommerce .widget_product_categories ul li:hover a,
.woocommerce .widget_product_categories ul li:hover span,
aside div.block.treatments ul li:focus a,
aside div.block.treatments ul li:focus span,
aside div.block.treatments ul li:hover a,
aside div.block.treatments ul li:hover span {
    color: #fff!important;
}

.woocommerce .widget_product_categories ul li:last-of-type,
aside div.block.treatments ul li:last-of-type {
    border: none;
}

section.shadow {
    position: relative;
    z-index: 0;
}

section.shadow .shadow-inner {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.3);
    z-index: -1;
}

section.featured a {
    width: 100%;
}

section.featured a div.item {
    /* background: rgba(255, 255, 255, 0) */
    /* box-shadow: 0 0 50px -5px rgba(0,0,0,.1) */
    margin-bottom: 30px;

    /* padding: 20px 32px */
    position: relative;
    overflow: hidden;
    transition: all .3s ease;
}

@media only screen and (min-width:992px){
    section.featured a div.item {
        margin-bottom: 0;
    }
}

section.featured a div.item h3 {
    font-size: 21px;
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: 0;
}

aside div.block section.featured a div.item img,
footer div.column section.featured a div.item img,
section.featured a div.item aside div.block img,
section.featured a div.item footer div.column img,
section.featured a div.item img.img-responsive {
    margin: 0 auto 15px;
    max-height: 200px;
    width: auto;
}

section.featured a div.item:hover {
    transition: all .3s ease;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.4);
}

section.featured a div.item-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}

section.featured a div.item-bg>img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    filter: brightness(.6);
}

section.featured a div.item-background {
    padding: 0 0 100%;
}

section.featured a div.item-centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 20px 32px;
    width: 100%;
}

section.featured a div.item-centered h3,
section.featured a div.item-centered p {
    color: #fff!important;
}

section.treatments {
    padding-bottom: 0;
}

section.treatments h1 {
    margin-top: 0;
}

section.treatments div.items {
    margin-top: 30px;
}

section.treatments div.items div.item {
    transition: all .3s ease;
    margin: 15px 0;
    min-height: 225px;
    padding: 0 10px;
}

section.treatments div.items div.item a {
    display: inline-block;
    width: 100%;
}

section.treatments div.items div.item a span {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    margin-top: 15px;
    text-transform: uppercase;
    word-break: break-word;
}

section.treatments div.items div.item img {
    margin: 0 auto;
    transition: all .3s ease;
}

section.treatments div.items div.item img:hover {
    transition: all .3s ease;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.4);
}

.search-form section.treatments div.items a.search-submit,
section.treatments div.items .search-form a.search-submit,
section.treatments div.items a.btn {
    margin: 30px 0;
}

section.treatments div.button-wrap {
    padding: 30px 0;
}

section.reviews div.reviews h1 {
    margin-bottom: 30px;
}

section.reviews div.reviews div.review {
    text-align: left;
}

section.reviews div.reviews div.review div.wrap {
    padding: 15px 0;
}

section.reviews div.reviews div.review div.wrap h4,
section.reviews div.reviews div.review div.wrap section.treatments div.items div.item a span,
section.treatments div.items div.item a section.reviews div.reviews div.review div.wrap span {
    margin-top: 0;
}

section.reviews div.reviews div.review div.wrap img {
    margin: 0 auto;
    max-width: 110px;
    width: 100%;
}

section.reviews div.reviews div.review div.wrap a.read-more {
    display: block;
}

section.partners div.item {
    display: table;
    height: 80px;
    width: 100%;
}

section.partners div.item div.holder {
    display: table-cell;
    vertical-align: middle;
}

section.partners div.item div.holder img {
    display: inline-block;
    max-height: 100px;
    width: auto;
}

section.news .visual {
    height: 150px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}

section.news .item {
    background: #fff;
    box-shadow: 0 0 50px -5px rgba(0,0,0,.1);
    margin-bottom: 30px;
    overflow: hidden;
    text-align: left;
    transition: all .3s ease;
}

section.news .item h3 {
    font-size: 21px;
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: 0;
}

section.news .item time {
    margin-bottom: 15px;
    display: block;
}

section.news .item .content {
    padding: 18px 30px;
}

section.news .item:hover {
    transition: all .3s ease;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.4);
}

section.archive.treatments div.treatments h3,
section.treatments.shortcode div.treatments h3 {
    margin-bottom: 15px;
}

section.archive.treatments div.treatments div.item,
section.archive.treatments div.treatments p,
section.treatments.shortcode div.treatments div.item,
section.treatments.shortcode div.treatments p {
    margin-bottom: 30px;
}

section.archive.treatments div.items div.treatments div.item a span,
section.archive.treatments div.treatments div.item h4,
section.archive.treatments div.treatments div.items div.item a span,
section.treatments.shortcode div.items div.treatments div.item a span,
section.treatments.shortcode div.treatments div.item h4,
section.treatments.shortcode div.treatments div.items div.item a span {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    margin-top: 15px;
    text-transform: uppercase;
    word-break: break-word;
    max-width: 100%;
}

section.archive.treatments div.treatments div.item img,
section.treatments.shortcode div.treatments div.item img {
    margin: 0 auto;
    transition: all .3s ease;
}

section.archive.treatments div.treatments div.item img:hover,
section.treatments.shortcode div.treatments div.item img:hover {
    transition: all .3s ease;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.4);
}

section.treatments.shortcode {
    padding: 0;
}

@media only screen and (min-width:768px){
    div.treatments div.item h4,
    div.treatments section.treatments div.items div.item a span,
    section.treatments div.items div.treatments div.item a span {
        font-size: 26px;
    }
}

.item-category {
    position: relative;
    overflow: hidden;
    padding-bottom: 100%;
    margin: 0;
    margin-bottom: 30px;
    height: 0;
    display: block;
    background: #333;
    color: #fff;
}

.item-category:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.2);
    z-index: 1;
}

.item-category h2 {
    color: #fff!important;
}

.item-category img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 0;
}

.item-category .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
}

section.archive.reviews div.reviews div.review {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 40px;
    padding-bottom: 40px;
    text-align: center;
}

section.archive.reviews div.reviews div.review h4,
section.archive.reviews div.reviews div.review section.treatments div.items div.item a span,
section.treatments div.items div.item a section.archive.reviews div.reviews div.review span {
    margin-top: 0;
}

section.archive.reviews div.reviews div.review img {
    margin: 0 auto 30px;
}

@media only screen and (min-width:768px){
    section.archive.reviews div.reviews div.review {
        text-align: left;
    }
}

section.prices table thead tr {
    height: 60px;
}

section.contact div.page-header {
    border-bottom: 0;
    margin: 0;
    padding: 0;
}

section.contact div.page-header h1 {
    border-bottom: 1px solid #e6e6e6;
    line-height: 60px;
    margin-bottom: 30px;
    margin-top: 0;
}

section.contact div.holder {
    margin-top: 30px;
}

section.contact div.holder div.wrap {
    box-shadow: 0 0 30px -5px rgba(0,0,0,.15);
    padding: 30px;
}

section.contact .mb-xs {
    margin-bottom: 45px;
}

div.googlemap {
    margin: 30px 0;
}

div.googlemap div#map,
div.googlemap div.map {
    height: 240px;
}

div.googlemap img {
    max-width: unset;
}

.woocommerce span.onsale {
    padding: 0 15px;
    border-radius: 0;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce table.cart td.actions .input-text {
    width: 95px;
}

.woocommerce ul.products li.product .price del {
    display: inline-block;
}

.woocommerce .thumbnail-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.woocommerce section.related,
.woocommerce section.upsells {
    padding: 0;
}

.woocommerce .woocommerce-shipping-fields h3 {
    font-size: 22px;
}

.woocommerce .checkbox input[type=checkbox] {
    position: relative;
}

.woocommerce .quantity .qty {
    padding: 8px 12px;
}

.woocommerce div.product form.cart .variations {
    margin: 0;
}

.woocommerce div.product form.cart .variations td {
    display: block;
}

.woocommerce div.product form.cart .variations td label {
    font-weight: 700!important;
}

.woocommerce .price_slider_amount button.button,
.woocommerce [type=submit],
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    line-height: normal;
}

.woocommerce .woocommerce-product-search input[type=search] {
    display: inline-block;
    width: auto;
}

.woocommerce .widget_product_categories ul {
    padding-left: 0;
    list-style: none;
}

.woocommerce .widget_product_categories ul li a {
    margin-left: 0;
}

.woocommerce .woocommerce-product-search [type=submit] {
    margin-top: -2px;
}

.woocommerce .products ul {
    margin-bottom: 0;
}

.woocommerce ul.products li.product .product-usps,
.woocommerce ul.products li.product .stock-message {
    font-size: .857em;
}

.woocommerce .widget_product_categories ul li:before {
    content: "\f054";
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    padding-right: 10px;
    font-size: 10px;
    vertical-align: middle;
    display: inline-block;
    transform: translateY(-1px);
}

.woocommerce .widget_product_categories ul li:focus:before,
.woocommerce .widget_product_categories ul li:hover:before {
    color: #fff!important;
}

.woocommerce .product-usps li {
    padding-left: 18px;
}

.woocommerce .product-usps li i {
    margin-left: -17px;
    min-width: 14px;
}

.overflow-hidden {
    overflow: hidden;
}

.p-0 {
    padding: 0!important;
}

.m-0 {
    margin: 0!important;
}

.position-relative,
.rimg {
    position: relative;
}

.rimg {
    overflow: hidden;
    padding-bottom: 100%;
    margin: 0;
    background: #e6e6e6;
    z-index: -1;
}

.rimg>embed,
.rimg>iframe,
.rimg>img,
.rimg>object {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.rimg>img {
    -o-object-fit: cover;
    object-fit: cover;
}

.rimg--fill {
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.rimg--100-14 {
    padding-bottom: aspect-ratio(100,14);
}

.rimg--100-47 {
    padding-bottom: aspect-ratio(100,47);
}

.rimg--100-56 {
    padding-bottom: aspect-ratio(100,56);
}

.rimg--100-74 {
    padding-bottom: aspect-ratio(100,74);
}

.rimg--100-89 {
    padding-bottom: aspect-ratio(100,89);
}

.rimg--100-105 {
    padding-bottom: aspect-ratio(100,105);
}