﻿/*!
 * Font Awesome Pro 5.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */

.fa, .fas, .product-item .available-status .available-status-icon:before, .product-item .cart-status .cart-status-icon:before, .far, .navbar .navbar-nav .nav-item .dropdown-toggle:after, .nice-select:before, .accordion .card .card-header h5:after, .product-listing-template .form-check .form-check-sign::after, .filter-wrapp .category-filter ul.custom-accordion li a.toggle:after, .search-filter .form-group.has-search:before, .product-list-header .past-order-qty span.label:after, .product-item .past-order-qty span.label:after, .fal, .header-top ul li.dropdown > a:after, .fab {
    -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.33333em;
    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: solid 0.08em #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left, .fas.fa-pull-left, .product-item .available-status .fa-pull-left.available-status-icon:before, .product-item .cart-status .fa-pull-left.cart-status-icon:before, .far.fa-pull-left, .navbar .navbar-nav .nav-item .fa-pull-left.dropdown-toggle:after, .fa-pull-left.nice-select:before, .accordion .card .card-header h5.fa-pull-left:after, .product-listing-template .form-check .fa-pull-left.form-check-sign::after, .filter-wrapp .category-filter ul.custom-accordion li a.fa-pull-left.toggle:after, .search-filter .fa-pull-left.form-group.has-search:before, .product-list-header .past-order-qty span.fa-pull-left.label:after, .product-item .past-order-qty span.fa-pull-left.label:after, .fal.fa-pull-left, .header-top ul li.dropdown > a.fa-pull-left:after, .fab.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right, .fas.fa-pull-right, .product-item .available-status .fa-pull-right.available-status-icon:before, .product-item .cart-status .fa-pull-right.cart-status-icon:before, .far.fa-pull-right, .navbar .navbar-nav .nav-item .fa-pull-right.dropdown-toggle:after, .fa-pull-right.nice-select:before, .accordion .card .card-header h5.fa-pull-right:after, .product-listing-template .form-check .fa-pull-right.form-check-sign::after, .filter-wrapp .category-filter ul.custom-accordion li a.fa-pull-right.toggle:after, .search-filter .fa-pull-right.form-group.has-search:before, .product-list-header .past-order-qty span.fa-pull-right.label:after, .product-item .past-order-qty span.fa-pull-right.label:after, .fal.fa-pull-right, .header-top ul li.dropdown > a.fa-pull-right:after, .fab.fa-pull-right {
    margin-left: .3em
}

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

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

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

    100% {
        transform: rotate(360deg)
    }
}

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

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

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

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

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

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

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

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

.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-address-book:before {
    content: "\f2b9"
}

.fa-address-card:before {
    content: "\f2bb"
}

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

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

.fa-adversal:before {
    content: "\f36a"
}

.fa-affiliatetheme:before {
    content: "\f36b"
}

.fa-air-freshener:before {
    content: "\f5d0"
}

.fa-alarm-clock:before {
    content: "\f34e"
}

.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-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-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-alt-down:before {
    content: "\f354"
}

.fa-arrow-alt-from-bottom:before {
    content: "\f346"
}

.fa-arrow-alt-from-left:before {
    content: "\f347"
}

.fa-arrow-alt-from-right:before {
    content: "\f348"
}

.fa-arrow-alt-from-top:before {
    content: "\f349"
}

.fa-arrow-alt-left:before {
    content: "\f355"
}

.fa-arrow-alt-right:before {
    content: "\f356"
}

.fa-arrow-alt-square-down:before {
    content: "\f350"
}

.fa-arrow-alt-square-left:before {
    content: "\f351"
}

.fa-arrow-alt-square-right:before {
    content: "\f352"
}

.fa-arrow-alt-square-up:before {
    content: "\f353"
}

.fa-arrow-alt-to-bottom:before {
    content: "\f34a"
}

.fa-arrow-alt-to-left:before {
    content: "\f34b"
}

.fa-arrow-alt-to-right:before {
    content: "\f34c"
}

.fa-arrow-alt-to-top:before {
    content: "\f34d"
}

.fa-arrow-alt-up:before {
    content: "\f357"
}

.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-from-bottom:before {
    content: "\f342"
}

.fa-arrow-from-left:before {
    content: "\f343"
}

.fa-arrow-from-right:before {
    content: "\f344"
}

.fa-arrow-from-top:before {
    content: "\f345"
}

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

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

.fa-arrow-square-down:before {
    content: "\f339"
}

.fa-arrow-square-left:before {
    content: "\f33a"
}

.fa-arrow-square-right:before {
    content: "\f33b"
}

.fa-arrow-square-up:before {
    content: "\f33c"
}

.fa-arrow-to-bottom:before {
    content: "\f33d"
}

.fa-arrow-to-left:before {
    content: "\f33e"
}

.fa-arrow-to-right:before {
    content: "\f340"
}

.fa-arrow-to-top:before {
    content: "\f341"
}

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

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

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

.fa-arrows-alt-h:before {
    content: "\f337"
}

.fa-arrows-alt-v:before {
    content: "\f338"
}

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

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

.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-atom:before {
    content: "\f5d2"
}

.fa-atom-alt:before {
    content: "\f5d3"
}

.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-backpack:before {
    content: "\f5d4"
}

.fa-backspace:before {
    content: "\f55a"
}

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

.fa-badge:before {
    content: "\f335"
}

.fa-badge-check:before {
    content: "\f336"
}

.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-barcode-alt:before {
    content: "\f463"
}

.fa-barcode-read:before {
    content: "\f464"
}

.fa-barcode-scan:before {
    content: "\f465"
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-baseball:before {
    content: "\f432"
}

.fa-baseball-ball:before {
    content: "\f433"
}

.fa-basketball-ball:before {
    content: "\f434"
}

.fa-basketball-hoop:before {
    content: "\f435"
}

.fa-bath:before {
    content: "\f2cd"
}

.fa-battery-bolt:before {
    content: "\f376"
}

.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-slash:before {
    content: "\f377"
}

.fa-battery-three-quarters:before {
    content: "\f241"
}

.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-school:before {
    content: "\f5d5"
}

.fa-bell-school-slash:before {
    content: "\f5d6"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bezier-curve:before {
    content: "\f55b"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bimobject:before {
    content: "\f378"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.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-blanket:before {
    content: "\f498"
}

.fa-blender:before {
    content: "\f517"
}

.fa-blind:before {
    content: "\f29d"
}

.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-bone-break:before {
    content: "\f5d8"
}

.fa-bong:before {
    content: "\f55c"
}

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

.fa-book-alt:before {
    content: "\f5d9"
}

.fa-book-heart:before {
    content: "\f499"
}

.fa-book-open:before {
    content: "\f518"
}

.fa-book-reader:before {
    content: "\f5da"
}

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

.fa-books:before {
    content: "\f5db"
}

.fa-bowling-ball:before {
    content: "\f436"
}

.fa-bowling-pins:before {
    content: "\f437"
}

.fa-box:before {
    content: "\f466"
}

.fa-box-alt:before {
    content: "\f49a"
}

.fa-box-check:before {
    content: "\f467"
}

.fa-box-fragile:before {
    content: "\f49b"
}

.fa-box-full:before {
    content: "\f49c"
}

.fa-box-heart:before {
    content: "\f49d"
}

.fa-box-open:before {
    content: "\f49e"
}

.fa-box-up:before {
    content: "\f49f"
}

.fa-box-usd:before {
    content: "\f4a0"
}

.fa-boxes:before {
    content: "\f468"
}

.fa-boxes-alt:before {
    content: "\f4a1"
}

.fa-boxing-glove:before {
    content: "\f438"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-brain:before {
    content: "\f5dc"
}

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

.fa-briefcase-medical:before {
    content: "\f469"
}

.fa-broadcast-tower:before {
    content: "\f519"
}

.fa-broom:before {
    content: "\f51a"
}

.fa-browser:before {
    content: "\f37e"
}

.fa-brush:before {
    content: "\f55d"
}

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

.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-bus-school:before {
    content: "\f5dd"
}

.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-edit:before {
    content: "\f333"
}

.fa-calendar-exclamation:before {
    content: "\f334"
}

.fa-calendar-minus:before {
    content: "\f272"
}

.fa-calendar-plus:before {
    content: "\f271"
}

.fa-calendar-times:before {
    content: "\f273"
}

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

.fa-camera-alt:before {
    content: "\f332"
}

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

.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-bump:before {
    content: "\f5e0"
}

.fa-car-crash:before {
    content: "\f5e1"
}

.fa-car-garage:before {
    content: "\f5e2"
}

.fa-car-mechanic:before {
    content: "\f5e3"
}

.fa-car-side:before {
    content: "\f5e4"
}

.fa-car-tilt:before {
    content: "\f5e5"
}

.fa-car-wash:before {
    content: "\f5e6"
}

.fa-caret-circle-down:before {
    content: "\f32d"
}

.fa-caret-circle-left:before {
    content: "\f32e"
}

.fa-caret-circle-right:before {
    content: "\f330"
}

.fa-caret-circle-up:before {
    content: "\f331"
}

.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-cart-arrow-down:before {
    content: "\f218"
}

.fa-cart-plus:before {
    content: "\f217"
}

.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-certificate:before {
    content: "\f0a3"
}

.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-chess:before {
    content: "\f439"
}

.fa-chess-bishop:before {
    content: "\f43a"
}

.fa-chess-bishop-alt:before {
    content: "\f43b"
}

.fa-chess-board:before {
    content: "\f43c"
}

.fa-chess-clock:before {
    content: "\f43d"
}

.fa-chess-clock-alt:before {
    content: "\f43e"
}

.fa-chess-king:before {
    content: "\f43f"
}

.fa-chess-king-alt:before {
    content: "\f440"
}

.fa-chess-knight:before {
    content: "\f441"
}

.fa-chess-knight-alt:before {
    content: "\f442"
}

.fa-chess-pawn:before {
    content: "\f443"
}

.fa-chess-pawn-alt:before {
    content: "\f444"
}

.fa-chess-queen:before {
    content: "\f445"
}

.fa-chess-queen-alt:before {
    content: "\f446"
}

.fa-chess-rook:before {
    content: "\f447"
}

.fa-chess-rook-alt:before {
    content: "\f448"
}

.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-double-down:before {
    content: "\f322"
}

.fa-chevron-double-left:before {
    content: "\f323"
}

.fa-chevron-double-right:before {
    content: "\f324"
}

.fa-chevron-double-up:before {
    content: "\f325"
}

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

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

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

.fa-chevron-square-down:before {
    content: "\f329"
}

.fa-chevron-square-left:before {
    content: "\f32a"
}

.fa-chevron-square-right:before {
    content: "\f32b"
}

.fa-chevron-square-up:before {
    content: "\f32c"
}

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

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

.fa-chrome:before {
    content: "\f268"
}

.fa-church:before {
    content: "\f51d"
}

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

.fa-circle-notch:before {
    content: "\f1ce"
}

.fa-clipboard:before {
    content: "\f328"
}

.fa-clipboard-check:before {
    content: "\f46c"
}

.fa-clipboard-list:before {
    content: "\f46d"
}

.fa-clipboard-prescription:before {
    content: "\f5e8"
}

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

.fa-clone:before {
    content: "\f24d"
}

.fa-closed-captioning:before {
    content: "\f20a"
}

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

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

.fa-cloud-download-alt:before {
    content: "\f381"
}

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

.fa-cloud-upload-alt:before {
    content: "\f382"
}

.fa-cloudscale:before {
    content: "\f383"
}

.fa-cloudsmith:before {
    content: "\f384"
}

.fa-cloudversify:before {
    content: "\f385"
}

.fa-club:before {
    content: "\f327"
}

.fa-cocktail:before {
    content: "\f561"
}

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

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

.fa-code-commit:before {
    content: "\f386"
}

.fa-code-merge:before {
    content: "\f387"
}

.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-alt-check:before {
    content: "\f4a2"
}

.fa-comment-alt-dots:before {
    content: "\f4a3"
}

.fa-comment-alt-edit:before {
    content: "\f4a4"
}

.fa-comment-alt-exclamation:before {
    content: "\f4a5"
}

.fa-comment-alt-lines:before {
    content: "\f4a6"
}

.fa-comment-alt-minus:before {
    content: "\f4a7"
}

.fa-comment-alt-plus:before {
    content: "\f4a8"
}

.fa-comment-alt-slash:before {
    content: "\f4a9"
}

.fa-comment-alt-smile:before {
    content: "\f4aa"
}

.fa-comment-alt-times:before {
    content: "\f4ab"
}

.fa-comment-check:before {
    content: "\f4ac"
}

.fa-comment-dots:before {
    content: "\f4ad"
}

.fa-comment-edit:before {
    content: "\f4ae"
}

.fa-comment-exclamation:before {
    content: "\f4af"
}

.fa-comment-lines:before {
    content: "\f4b0"
}

.fa-comment-minus:before {
    content: "\f4b1"
}

.fa-comment-plus:before {
    content: "\f4b2"
}

.fa-comment-slash:before {
    content: "\f4b3"
}

.fa-comment-smile:before {
    content: "\f4b4"
}

.fa-comment-times:before {
    content: "\f4b5"
}

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

.fa-comments-alt:before {
    content: "\f4b6"
}

.fa-compact-disc:before {
    content: "\f51f"
}

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

.fa-compass-slash:before {
    content: "\f5e9"
}

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

.fa-compress-alt:before {
    content: "\f422"
}

.fa-compress-wide:before {
    content: "\f326"
}

.fa-concierge-bell:before {
    content: "\f562"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-container-storage:before {
    content: "\f4b7"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-conveyor-belt:before {
    content: "\f46e"
}

.fa-conveyor-belt-alt:before {
    content: "\f46f"
}

.fa-cookie:before {
    content: "\f563"
}

.fa-cookie-bite:before {
    content: "\f564"
}

.fa-copy:before {
    content: "\f0c5"
}

.fa-copyright:before {
    content: "\f1f9"
}

.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-credit-card-blank:before {
    content: "\f389"
}

.fa-credit-card-front:before {
    content: "\f38a"
}

.fa-cricket:before {
    content: "\f449"
}

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

.fa-crop-alt:before {
    content: "\f565"
}

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

.fa-crow:before {
    content: "\f520"
}

.fa-crown:before {
    content: "\f521"
}

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

.fa-css3-alt:before {
    content: "\f38b"
}

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

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

.fa-curling:before {
    content: "\f44a"
}

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

.fa-cuttlefish:before {
    content: "\f38c"
}

.fa-d-and-d:before {
    content: "\f38d"
}

.fa-dashcube:before {
    content: "\f210"
}

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

.fa-deaf:before {
    content: "\f2a4"
}

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

.fa-deploydog:before {
    content: "\f38e"
}

.fa-deskpro:before {
    content: "\f38f"
}

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

.fa-desktop-alt:before {
    content: "\f390"
}

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

.fa-diagnoses:before {
    content: "\f470"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-dice:before {
    content: "\f522"
}

.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-diploma:before {
    content: "\f5ea"
}

.fa-directions:before {
    content: "\f5eb"
}

.fa-discord:before {
    content: "\f392"
}

.fa-discourse:before {
    content: "\f393"
}

.fa-divide:before {
    content: "\f529"
}

.fa-dizzy:before {
    content: "\f567"
}

.fa-dna:before {
    content: "\f471"
}

.fa-do-not-enter:before {
    content: "\f5ec"
}

.fa-dochub:before {
    content: "\f394"
}

.fa-docker:before {
    content: "\f395"
}

.fa-dollar-sign:before {
    content: "\f155"
}

.fa-dolly:before {
    content: "\f472"
}

.fa-dolly-empty:before {
    content: "\f473"
}

.fa-dolly-flatbed:before {
    content: "\f474"
}

.fa-dolly-flatbed-alt:before {
    content: "\f475"
}

.fa-dolly-flatbed-empty:before {
    content: "\f476"
}

.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-draw-circle:before {
    content: "\f5ed"
}

.fa-draw-polygon:before {
    content: "\f5ee"
}

.fa-draw-square:before {
    content: "\f5ef"
}

.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-drupal:before {
    content: "\f1a9"
}

.fa-dumbbell:before {
    content: "\f44b"
}

.fa-dyalog:before {
    content: "\f399"
}

.fa-ear:before {
    content: "\f5f0"
}

.fa-earlybirds:before {
    content: "\f39a"
}

.fa-ebay:before {
    content: "\f4f4"
}

.fa-edge:before {
    content: "\f282"
}

.fa-edit:before {
    content: "\f044"
}

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

.fa-elementor:before {
    content: "\f430"
}

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

.fa-ellipsis-h-alt:before {
    content: "\f39b"
}

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

.fa-ellipsis-v-alt:before {
    content: "\f39c"
}

.fa-ello:before {
    content: "\f5f1"
}

.fa-ember:before {
    content: "\f423"
}

.fa-empire:before {
    content: "\f1d1"
}

.fa-engine-warning:before {
    content: "\f5f2"
}

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

.fa-envelope-open:before {
    content: "\f2b6"
}

.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-etsy:before {
    content: "\f2d7"
}

.fa-euro-sign:before {
    content: "\f153"
}

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

.fa-exchange-alt:before {
    content: "\f362"
}

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

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

.fa-exclamation-square:before {
    content: "\f321"
}

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

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

.fa-expand-alt:before {
    content: "\f424"
}

.fa-expand-arrows:before {
    content: "\f31d"
}

.fa-expand-arrows-alt:before {
    content: "\f31e"
}

.fa-expand-wide:before {
    content: "\f320"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

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

.fa-external-link-alt:before {
    content: "\f35d"
}

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

.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-fast-backward:before {
    content: "\f049"
}

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

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

.fa-feather:before {
    content: "\f52d"
}

.fa-feather-alt:before {
    content: "\f56b"
}

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

.fa-field-hockey:before {
    content: "\f44c"
}

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

.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-certificate:before {
    content: "\f5f3"
}

.fa-file-check:before {
    content: "\f316"
}

.fa-file-code:before {
    content: "\f1c9"
}

.fa-file-contract:before {
    content: "\f56c"
}

.fa-file-download:before {
    content: "\f56d"
}

.fa-file-edit:before {
    content: "\f31c"
}

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

.fa-file-exclamation:before {
    content: "\f31a"
}

.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-minus:before {
    content: "\f318"
}

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

.fa-file-plus:before {
    content: "\f319"
}

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

.fa-file-prescription:before {
    content: "\f572"
}

.fa-file-signature:before {
    content: "\f573"
}

.fa-file-times:before {
    content: "\f317"
}

.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-film-alt:before {
    content: "\f3a0"
}

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

.fa-fingerprint:before {
    content: "\f577"
}

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

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

.fa-firefox:before {
    content: "\f269"
}

.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-flag:before {
    content: "\f024"
}

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

.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-open:before {
    content: "\f07c"
}

.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-football-helmet:before {
    content: "\f44f"
}

.fa-forklift:before {
    content: "\f47a"
}

.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-fragile:before {
    content: "\f4bb"
}

.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-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-gas-pump-slash:before {
    content: "\f5f4"
}

.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-gift:before {
    content: "\f06b"
}

.fa-git:before {
    content: "\f1d3"
}

.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-martini:before {
    content: "\f000"
}

.fa-glass-martini-alt:before {
    content: "\f57b"
}

.fa-glasses:before {
    content: "\f530"
}

.fa-glasses-alt:before {
    content: "\f5f5"
}

.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-stand:before {
    content: "\f5f6"
}

.fa-gofore:before {
    content: "\f3a7"
}

.fa-golf-ball:before {
    content: "\f450"
}

.fa-golf-club:before {
    content: "\f451"
}

.fa-goodreads:before {
    content: "\f3a8"
}

.fa-goodreads-g:before {
    content: "\f3a9"
}

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

.fa-google-drive:before {
    content: "\f3aa"
}

.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-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-vertical:before {
    content: "\f58e"
}

.fa-gripfire:before {
    content: "\f3ac"
}

.fa-grunt:before {
    content: "\f3ad"
}

.fa-gulp:before {
    content: "\f3ae"
}

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

.fa-h1:before {
    content: "\f313"
}

.fa-h2:before {
    content: "\f314"
}

.fa-h3:before {
    content: "\f315"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-hacker-news-square:before {
    content: "\f3af"
}

.fa-hackerrank:before {
    content: "\f5f7"
}

.fa-hand-heart:before {
    content: "\f4bc"
}

.fa-hand-holding:before {
    content: "\f4bd"
}

.fa-hand-holding-box:before {
    content: "\f47b"
}

.fa-hand-holding-heart:before {
    content: "\f4be"
}

.fa-hand-holding-seedling:before {
    content: "\f4bf"
}

.fa-hand-holding-usd:before {
    content: "\f4c0"
}

.fa-hand-holding-water:before {
    content: "\f4c1"
}

.fa-hand-lizard:before {
    content: "\f258"
}

.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-receiving:before {
    content: "\f47c"
}

.fa-hand-rock:before {
    content: "\f255"
}

.fa-hand-scissors:before {
    content: "\f257"
}

.fa-hand-spock:before {
    content: "\f259"
}

.fa-hands:before {
    content: "\f4c2"
}

.fa-hands-heart:before {
    content: "\f4c3"
}

.fa-hands-helping:before {
    content: "\f4c4"
}

.fa-hands-usd:before {
    content: "\f4c5"
}

.fa-handshake:before {
    content: "\f2b5"
}

.fa-handshake-alt:before {
    content: "\f4c6"
}

.fa-hashtag:before {
    content: "\f292"
}

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

.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-circle:before {
    content: "\f4c7"
}

.fa-heart-rate:before {
    content: "\f5f8"
}

.fa-heart-square:before {
    content: "\f4c8"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-helicopter:before {
    content: "\f533"
}

.fa-hexagon:before {
    content: "\f312"
}

.fa-highlighter:before {
    content: "\f591"
}

.fa-hips:before {
    content: "\f452"
}

.fa-hire-a-helper:before {
    content: "\f3b0"
}

.fa-history:before {
    content: "\f1da"
}

.fa-hockey-puck:before {
    content: "\f453"
}

.fa-hockey-sticks:before {
    content: "\f454"
}

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

.fa-home-heart:before {
    content: "\f4c9"
}

.fa-hooli:before {
    content: "\f427"
}

.fa-hornbill:before {
    content: "\f592"
}

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

.fa-hospital-alt:before {
    content: "\f47d"
}

.fa-hospital-symbol:before {
    content: "\f47e"
}

.fa-hot-tub:before {
    content: "\f593"
}

.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-houzz:before {
    content: "\f27c"
}

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

.fa-hubspot:before {
    content: "\f3b2"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-id-card:before {
    content: "\f2c2"
}

.fa-id-card-alt:before {
    content: "\f47f"
}

.fa-image:before {
    content: "\f03e"
}

.fa-images:before {
    content: "\f302"
}

.fa-imdb:before {
    content: "\f2d8"
}

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

.fa-inbox-in:before {
    content: "\f310"
}

.fa-inbox-out:before {
    content: "\f311"
}

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

.fa-industry:before {
    content: "\f275"
}

.fa-industry-alt:before {
    content: "\f3b3"
}

.fa-infinity:before {
    content: "\f534"
}

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

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

.fa-info-square:before {
    content: "\f30f"
}

.fa-inhaler:before {
    content: "\f5f9"
}

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

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-inventory:before {
    content: "\f480"
}

.fa-ioxhost:before {
    content: "\f208"
}

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

.fa-itunes:before {
    content: "\f3b4"
}

.fa-itunes-note:before {
    content: "\f3b5"
}

.fa-jack-o-lantern:before {
    content: "\f30e"
}

.fa-java:before {
    content: "\f4e4"
}

.fa-jedi-order:before {
    content: "\f50e"
}

.fa-jenkins:before {
    content: "\f3b6"
}

.fa-joget:before {
    content: "\f3b7"
}

.fa-joint:before {
    content: "\f595"
}

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

.fa-js:before {
    content: "\f3b8"
}

.fa-js-square:before {
    content: "\f3b9"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.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-kickstarter:before {
    content: "\f3bb"
}

.fa-kickstarter-k:before {
    content: "\f3bc"
}

.fa-kidneys:before {
    content: "\f5fb"
}

.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-lamp:before {
    content: "\f4ca"
}

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

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

.fa-laptop-code:before {
    content: "\f5fc"
}

.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-layer-minus:before {
    content: "\f5fe"
}

.fa-layer-plus:before {
    content: "\f5ff"
}

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

.fa-leaf-heart:before {
    content: "\f4cb"
}

.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:before {
    content: "\f149"
}

.fa-level-down-alt:before {
    content: "\f3be"
}

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

.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-lips:before {
    content: "\f600"
}

.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:before {
    content: "\f601"
}

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

.fa-location-circle:before {
    content: "\f602"
}

.fa-location-slash:before {
    content: "\f603"
}

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

.fa-lock-alt:before {
    content: "\f30d"
}

.fa-lock-open:before {
    content: "\f3c1"
}

.fa-lock-open-alt:before {
    content: "\f3c2"
}

.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-long-arrow-down:before {
    content: "\f175"
}

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

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

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

.fa-loveseat:before {
    content: "\f4cc"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-luchador:before {
    content: "\f455"
}

.fa-luggage-cart:before {
    content: "\f59d"
}

.fa-lungs:before {
    content: "\f604"
}

.fa-lyft:before {
    content: "\f3c3"
}

.fa-magento:before {
    content: "\f3c4"
}

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

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

.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-marker-alt-slash:before {
    content: "\f605"
}

.fa-map-marker-check:before {
    content: "\f606"
}

.fa-map-marker-edit:before {
    content: "\f607"
}

.fa-map-marker-exclamation:before {
    content: "\f608"
}

.fa-map-marker-minus:before {
    content: "\f609"
}

.fa-map-marker-plus:before {
    content: "\f60a"
}

.fa-map-marker-question:before {
    content: "\f60b"
}

.fa-map-marker-slash:before {
    content: "\f60c"
}

.fa-map-marker-smile:before {
    content: "\f60d"
}

.fa-map-marker-times:before {
    content: "\f60e"
}

.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-mastodon:before {
    content: "\f4f6"
}

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

.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-mercury:before {
    content: "\f223"
}

.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-hexagon:before {
    content: "\f307"
}

.fa-minus-octagon:before {
    content: "\f308"
}

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

.fa-mix:before {
    content: "\f3cb"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-mizuni:before {
    content: "\f3cc"
}

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

.fa-mobile-alt:before {
    content: "\f3cd"
}

.fa-mobile-android:before {
    content: "\f3ce"
}

.fa-mobile-android-alt:before {
    content: "\f3cf"
}

.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-monitor-heart-rate:before {
    content: "\f611"
}

.fa-monument:before {
    content: "\f5a6"
}

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

.fa-mortar-pestle:before {
    content: "\f5a7"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

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

.fa-napster:before {
    content: "\f3d2"
}

.fa-neos:before {
    content: "\f612"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-newspaper:before {
    content: "\f1ea"
}

.fa-nimblr:before {
    content: "\f5a8"
}

.fa-nintendo-switch:before {
    content: "\f418"
}

.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-octagon:before {
    content: "\f306"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-oil-can:before {
    content: "\f613"
}

.fa-oil-temp:before {
    content: "\f614"
}

.fa-old-republic:before {
    content: "\f510"
}

.fa-opencart:before {
    content: "\f23d"
}

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

.fa-opera:before {
    content: "\f26a"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-osi:before {
    content: "\f41a"
}

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

.fa-page4:before {
    content: "\f3d7"
}

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

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-paint-brush-alt:before {
    content: "\f5a9"
}

.fa-paint-roller:before {
    content: "\f5aa"
}

.fa-palette:before {
    content: "\f53f"
}

.fa-palfed:before {
    content: "\f3d8"
}

.fa-pallet:before {
    content: "\f482"
}

.fa-pallet-alt:before {
    content: "\f483"
}

.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-parking-circle:before {
    content: "\f615"
}

.fa-parking-circle-slash:before {
    content: "\f616"
}

.fa-parking-slash:before {
    content: "\f617"
}

.fa-passport:before {
    content: "\f5ab"
}

.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-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:before {
    content: "\f040"
}

.fa-pencil-alt:before {
    content: "\f303"
}

.fa-pencil-paintbrush:before {
    content: "\f618"
}

.fa-pencil-ruler:before {
    content: "\f5ae"
}

.fa-pennant:before {
    content: "\f456"
}

.fa-people-carry:before {
    content: "\f4ce"
}

.fa-percent:before {
    content: "\f295"
}

.fa-percentage:before {
    content: "\f541"
}

.fa-periscope:before {
    content: "\f3da"
}

.fa-person-carry:before {
    content: "\f4cf"
}

.fa-person-dolly:before {
    content: "\f4d0"
}

.fa-person-dolly-empty:before {
    content: "\f4d1"
}

.fa-phabricator:before {
    content: "\f3db"
}

.fa-phoenix-framework:before {
    content: "\f3dc"
}

.fa-phoenix-squadron:before {
    content: "\f511"
}

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

.fa-phone-plus:before {
    content: "\f4d2"
}

.fa-phone-slash:before {
    content: "\f3dd"
}

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

.fa-phone-volume:before {
    content: "\f2a0"
}

.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-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-plane:before {
    content: "\f072"
}

.fa-plane-alt:before {
    content: "\f3de"
}

.fa-plane-arrival:before {
    content: "\f5af"
}

.fa-plane-departure:before {
    content: "\f5b0"
}

.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-hexagon:before {
    content: "\f300"
}

.fa-plus-octagon:before {
    content: "\f301"
}

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

.fa-podcast:before {
    content: "\f2ce"
}

.fa-poo:before {
    content: "\f2fe"
}

.fa-poop:before {
    content: "\f619"
}

.fa-portrait:before {
    content: "\f3e0"
}

.fa-pound-sign:before {
    content: "\f154"
}

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

.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-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-question-square:before {
    content: "\f2fd"
}

.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-r-project:before {
    content: "\f4f7"
}

.fa-racquet:before {
    content: "\f45a"
}

.fa-ramp-loading:before {
    content: "\f4d4"
}

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

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-react:before {
    content: "\f41b"
}

.fa-readme:before {
    content: "\f4d5"
}

.fa-rebel:before {
    content: "\f1d0"
}

.fa-receipt:before {
    content: "\f543"
}

.fa-rectangle-landscape:before {
    content: "\f2fa"
}

.fa-rectangle-portrait:before {
    content: "\f2fb"
}

.fa-rectangle-wide:before {
    content: "\f2fc"
}

.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-redo:before {
    content: "\f01e"
}

.fa-redo-alt:before {
    content: "\f2f9"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-rendact:before {
    content: "\f3e4"
}

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

.fa-repeat:before {
    content: "\f363"
}

.fa-repeat-1:before {
    content: "\f365"
}

.fa-repeat-1-alt:before {
    content: "\f366"
}

.fa-repeat-alt:before {
    content: "\f364"
}

.fa-reply:before {
    content: "\f3e5"
}

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

.fa-replyd:before {
    content: "\f3e6"
}

.fa-researchgate:before {
    content: "\f4f8"
}

.fa-resolving:before {
    content: "\f3e7"
}

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

.fa-retweet-alt:before {
    content: "\f361"
}

.fa-rev:before {
    content: "\f5b2"
}

.fa-ribbon:before {
    content: "\f4d6"
}

.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-route-highway:before {
    content: "\f61a"
}

.fa-route-interstate:before {
    content: "\f61b"
}

.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-triangle:before {
    content: "\f61c"
}

.fa-ruler-vertical:before {
    content: "\f548"
}

.fa-rupee-sign:before {
    content: "\f156"
}

.fa-sad-cry:before {
    content: "\f5b3"
}

.fa-sad-tear:before {
    content: "\f5b4"
}

.fa-safari:before {
    content: "\f267"
}

.fa-sass:before {
    content: "\f41e"
}

.fa-save:before {
    content: "\f0c7"
}

.fa-scalpel:before {
    content: "\f61d"
}

.fa-scalpel-path:before {
    content: "\f61e"
}

.fa-scanner:before {
    content: "\f488"
}

.fa-scanner-keyboard:before {
    content: "\f489"
}

.fa-scanner-touchscreen:before {
    content: "\f48a"
}

.fa-schlix:before {
    content: "\f3ea"
}

.fa-school:before {
    content: "\f549"
}

.fa-screwdriver:before {
    content: "\f54a"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-scrubber:before {
    content: "\f2f8"
}

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

.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-all:before {
    content: "\f367"
}

.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:before {
    content: "\f132"
}

.fa-shield-alt:before {
    content: "\f3ed"
}

.fa-shield-check:before {
    content: "\f2f7"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-shipping-fast:before {
    content: "\f48b"
}

.fa-shipping-timed:before {
    content: "\f48c"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-shoe-prints:before {
    content: "\f54b"
}

.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-shuttlecock:before {
    content: "\f45b"
}

.fa-sign:before {
    content: "\f4d9"
}

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

.fa-sign-in-alt:before {
    content: "\f2f6"
}

.fa-sign-language:before {
    content: "\f2a7"
}

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

.fa-sign-out-alt:before {
    content: "\f2f5"
}

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

.fa-signature:before {
    content: "\f5b7"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-sistrix:before {
    content: "\f3ee"
}

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

.fa-sith:before {
    content: "\f512"
}

.fa-skeleton:before {
    content: "\f620"
}

.fa-skull:before {
    content: "\f54c"
}

.fa-skyatlas:before {
    content: "\f216"
}

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

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

.fa-slack-hash:before {
    content: "\f3ef"
}

.fa-sliders-h:before {
    content: "\f1de"
}

.fa-sliders-h-square:before {
    content: "\f3f0"
}

.fa-sliders-v:before {
    content: "\f3f1"
}

.fa-sliders-v-square:before {
    content: "\f3f2"
}

.fa-slideshare:before {
    content: "\f1e7"
}

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

.fa-smile-beam:before {
    content: "\f5b8"
}

.fa-smile-plus:before {
    content: "\f5b9"
}

.fa-smile-wink:before {
    content: "\f4da"
}

.fa-smoking:before {
    content: "\f48d"
}

.fa-smoking-ban:before {
    content: "\f54d"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-snowflake:before {
    content: "\f2dc"
}

.fa-solar-panel:before {
    content: "\f5ba"
}

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

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

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

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

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

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

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

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

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

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

.fa-spa:before {
    content: "\f5bb"
}

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

.fa-spade:before {
    content: "\f2f4"
}

.fa-speakap:before {
    content: "\f3f3"
}

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

.fa-spinner-third:before {
    content: "\f3f4"
}

.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-squarespace:before {
    content: "\f5be"
}

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

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

.fa-stamp:before {
    content: "\f5bf"
}

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

.fa-star-exclamation:before {
    content: "\f2f3"
}

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

.fa-star-half-alt:before {
    content: "\f5c0"
}

.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-steering-wheel:before {
    content: "\f622"
}

.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-stomach:before {
    content: "\f623"
}

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

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stopwatch:before {
    content: "\f2f2"
}

.fa-store:before {
    content: "\f54e"
}

.fa-store-alt:before {
    content: "\f54f"
}

.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-swatchbook:before {
    content: "\f5c3"
}

.fa-swimmer:before {
    content: "\f5c4"
}

.fa-swimming-pool:before {
    content: "\f5c5"
}

.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-tablet-android:before {
    content: "\f3fb"
}

.fa-tablet-android-alt:before {
    content: "\f3fc"
}

.fa-tablet-rugged:before {
    content: "\f48f"
}

.fa-tablets:before {
    content: "\f490"
}

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

.fa-tachometer-alt:before {
    content: "\f3fd"
}

.fa-tachometer-alt-average:before {
    content: "\f624"
}

.fa-tachometer-alt-fast:before {
    content: "\f625"
}

.fa-tachometer-alt-fastest:before {
    content: "\f626"
}

.fa-tachometer-alt-slow:before {
    content: "\f627"
}

.fa-tachometer-alt-slowest:before {
    content: "\f628"
}

.fa-tachometer-average:before {
    content: "\f629"
}

.fa-tachometer-fast:before {
    content: "\f62a"
}

.fa-tachometer-fastest:before {
    content: "\f62b"
}

.fa-tachometer-slow:before {
    content: "\f62c"
}

.fa-tachometer-slowest:before {
    content: "\f62d"
}

.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-tencent-weibo:before {
    content: "\f1d5"
}

.fa-tennis-ball:before {
    content: "\f45e"
}

.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-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-thumbs-down:before {
    content: "\f165"
}

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

.fa-thumbtack:before {
    content: "\f08d"
}

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

.fa-ticket-alt:before {
    content: "\f3ff"
}

.fa-times:before {
    content: "\f00d"
}

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

.fa-times-hexagon:before {
    content: "\f2ee"
}

.fa-times-octagon:before {
    content: "\f2f0"
}

.fa-times-square:before {
    content: "\f2d3"
}

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

.fa-tint-slash:before {
    content: "\f5c7"
}

.fa-tire:before {
    content: "\f631"
}

.fa-tire-flat:before {
    content: "\f632"
}

.fa-tire-pressure-warning:before {
    content: "\f633"
}

.fa-tire-rugged:before {
    content: "\f634"
}

.fa-tired:before {
    content: "\f5c8"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-toolbox:before {
    content: "\f552"
}

.fa-tooth:before {
    content: "\f5c9"
}

.fa-toothbrush:before {
    content: "\f635"
}

.fa-trade-federation:before {
    content: "\f513"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-traffic-cone:before {
    content: "\f636"
}

.fa-traffic-light:before {
    content: "\f637"
}

.fa-traffic-light-go:before {
    content: "\f638"
}

.fa-traffic-light-slow:before {
    content: "\f639"
}

.fa-traffic-light-stop:before {
    content: "\f63a"
}

.fa-train:before {
    content: "\f238"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-trash-alt:before {
    content: "\f2ed"
}

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

.fa-tree-alt:before {
    content: "\f400"
}

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

.fa-triangle:before {
    content: "\f2ec"
}

.fa-tripadvisor:before {
    content: "\f262"
}

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

.fa-trophy-alt:before {
    content: "\f2eb"
}

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

.fa-truck-container:before {
    content: "\f4dc"
}

.fa-truck-couch:before {
    content: "\f4dd"
}

.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-truck-ramp:before {
    content: "\f4e0"
}

.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-tv-retro:before {
    content: "\f401"
}

.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-uikit:before {
    content: "\f403"
}

.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-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-untappd:before {
    content: "\f405"
}

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

.fa-usb:before {
    content: "\f287"
}

.fa-usd-circle:before {
    content: "\f2e8"
}

.fa-usd-square:before {
    content: "\f2e9"
}

.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-lock:before {
    content: "\f502"
}

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

.fa-user-minus:before {
    content: "\f503"
}

.fa-user-ninja:before {
    content: "\f504"
}

.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-class:before {
    content: "\f63d"
}

.fa-users-cog:before {
    content: "\f509"
}

.fa-ussunnah:before {
    content: "\f407"
}

.fa-utensil-fork:before {
    content: "\f2e3"
}

.fa-utensil-knife:before {
    content: "\f2e4"
}

.fa-utensil-spoon:before {
    content: "\f2e5"
}

.fa-utensils:before {
    content: "\f2e7"
}

.fa-utensils-alt:before {
    content: "\f2e6"
}

.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-plus:before {
    content: "\f4e1"
}

.fa-video-slash:before {
    content: "\f4e2"
}

.fa-vimeo:before {
    content: "\f40a"
}

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

.fa-vimeo-v:before {
    content: "\f27d"
}

.fa-vine:before {
    content: "\f1ca"
}

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

.fa-vnv:before {
    content: "\f40b"
}

.fa-volleyball-ball:before {
    content: "\f45f"
}

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

.fa-volume-mute:before {
    content: "\f2e2"
}

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

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

.fa-vuejs:before {
    content: "\f41f"
}

.fa-walking:before {
    content: "\f554"
}

.fa-wallet:before {
    content: "\f555"
}

.fa-warehouse:before {
    content: "\f494"
}

.fa-warehouse-alt:before {
    content: "\f495"
}

.fa-watch:before {
    content: "\f2e1"
}

.fa-watch-fitness:before {
    content: "\f63e"
}

.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-whistle:before {
    content: "\f460"
}

.fa-whmcs:before {
    content: "\f40d"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-window:before {
    content: "\f40e"
}

.fa-window-alt:before {
    content: "\f40f"
}

.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-glass:before {
    content: "\f4e3"
}

.fa-wine-glass-alt:before {
    content: "\f5ce"
}

.fa-wix:before {
    content: "\f5cf"
}

.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-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-yandex:before {
    content: "\f413"
}

.fa-yandex-international:before {
    content: "\f414"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-yen-sign:before {
    content: "\f157"
}

.fa-yoast:before {
    content: "\f2b1"
}

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

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

.fa-zhihu:before {
    content: "\f63f"
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}
/*!
 * Font Awesome Pro 5.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */

@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: normal;
    src: url("../webfonts/fa-brands-400.eot");
    src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"),url("../webfonts/fa-brands-400.woff2") format("woff2"),url("../webfonts/fa-brands-400.woff") format("woff"),url("../webfonts/fa-brands-400.ttf") format("truetype"),url("../webfonts/fa-brands-400.svg#fontawesome") format("svg")
}

.fab {
    font-family: 'Font Awesome 5 Brands'
}
/*!
 * Font Awesome Pro 5.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */

@font-face {
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 300;
    src: url("../webfonts/fa-light-300.eot");
    src: url("../webfonts/fa-light-300.eot?#iefix") format("embedded-opentype"),url("../webfonts/fa-light-300.woff2") format("woff2"),url("../webfonts/fa-light-300.woff") format("woff"),url("../webfonts/fa-light-300.ttf") format("truetype"),url("../webfonts/fa-light-300.svg#fontawesome") format("svg")
}

.fal, .header-top ul li.dropdown > a:after {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300
}
/*!
 * Font Awesome Pro 5.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */

@font-face {
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 400;
    src: url("../webfonts/fa-regular-400.eot");
    src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"),url("../webfonts/fa-regular-400.woff2") format("woff2"),url("../webfonts/fa-regular-400.woff") format("woff"),url("../webfonts/fa-regular-400.ttf") format("truetype"),url("../webfonts/fa-regular-400.svg#fontawesome") format("svg")
}

.far, .navbar .navbar-nav .nav-item .dropdown-toggle:after, .nice-select:before, .accordion .card .card-header h5:after, .product-listing-template .form-check .form-check-sign::after, .filter-wrapp .category-filter ul.custom-accordion li a.toggle:after, .search-filter .form-group.has-search:before, .product-list-header .past-order-qty span.label:after, .product-item .past-order-qty span.label:after {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400
}
/*!
 * Font Awesome Pro 5.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */

@font-face {
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 900;
    src: url("../webfonts/fa-solid-900.eot");
    src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),url("../webfonts/fa-solid-900.woff2") format("woff2"),url("../webfonts/fa-solid-900.woff") format("woff"),url("../webfonts/fa-solid-900.ttf") format("truetype"),url("../webfonts/fa-solid-900.svg#fontawesome") format("svg")
}

.fa, .fas, .product-item .available-status .available-status-icon:before, .product-item .cart-status .cart-status-icon:before {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900
}
    /*!
 * Font Awesome Pro 5.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial 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 Pro';
        font-weight: 400
    }

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

    .fa.fa-remove:before {
        content: "\f00d"
    }

    .fa.fa-close:before {
        content: "\f00d"
    }

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

    .fa.fa-trash-o {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

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

    .fa.fa-file-o {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

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

    .fa.fa-clock-o {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

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

    .fa.fa-arrow-circle-o-down {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

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

    .fa.fa-arrow-circle-o-up {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

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

    .fa.fa-play-circle-o {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

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

    .fa.fa-repeat:before {
        content: "\f01e"
    }

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

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

    .fa.fa-list-alt {
        font-family: 'Font Awesome 5 Pro';
        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 Pro';
        font-weight: 400
    }

        .fa.fa-picture-o:before {
            content: "\f03e"
        }

    .fa.fa-photo {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

        .fa.fa-photo:before {
            content: "\f03e"
        }

    .fa.fa-image {
        font-family: 'Font Awesome 5 Pro';
        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 Pro';
        font-weight: 400
    }

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

    .fa.fa-share-square-o {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

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

    .fa.fa-check-square-o {
        font-family: 'Font Awesome 5 Pro';
        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 Pro';
        font-weight: 400
    }

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

    .fa.fa-check-circle-o {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

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

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

    .fa.fa-eye {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

    .fa.fa-eye-slash {
        font-family: 'Font Awesome 5 Pro';
        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 Pro';
        font-weight: 400
    }

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

    .fa.fa-bar-chart-o {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

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

    .fa.fa-twitter-square {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-facebook-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 Pro';
        font-weight: 400
    }

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

    .fa.fa-thumbs-o-down {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

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

    .fa.fa-heart-o {
        font-family: 'Font Awesome 5 Pro';
        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 Pro';
        font-weight: 400
    }

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

    .fa.fa-square-o {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

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

    .fa.fa-bookmark-o {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

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

    .fa.fa-twitter {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-facebook {
        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 Pro';
        font-weight: 400
    }

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

    .fa.fa-hdd-o {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

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

    .fa.fa-hand-o-right {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

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

    .fa.fa-hand-o-left {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

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

    .fa.fa-hand-o-up {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

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

    .fa.fa-hand-o-down {
        font-family: 'Font Awesome 5 Pro';
        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 Pro';
        font-weight: 400
    }

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

    .fa.fa-floppy-o {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

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

    .fa.fa-navicon:before {
        content: "\f0c9"
    }

    .fa.fa-reorder:before {
        content: "\f0c9"
    }

    .fa.fa-pinterest {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-pinterest-square {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-google-plus-square {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-google-plus {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

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

    .fa.fa-money {
        font-family: 'Font Awesome 5 Pro';
        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-tachometer:before {
        content: "\f3fd"
    }

    .fa.fa-dashboard:before {
        content: "\f3fd"
    }

    .fa.fa-comment-o {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

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

    .fa.fa-comments-o {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

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

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

    .fa.fa-clipboard {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

    .fa.fa-paste {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

        .fa.fa-paste:before {
            content: "\f328"
        }

    .fa.fa-lightbulb-o {
        font-family: 'Font Awesome 5 Pro';
        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 Pro';
        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 Pro';
        font-weight: 400
    }

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

    .fa.fa-building-o {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

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

    .fa.fa-hospital-o {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

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

    .fa.fa-tablet:before {
        content: "\f3fa"
    }

    .fa.fa-mobile:before {
        content: "\f3cd"
    }

    .fa.fa-mobile-phone:before {
        content: "\f3cd"
    }

    .fa.fa-circle-o {
        font-family: 'Font Awesome 5 Pro';
        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 Pro';
        font-weight: 400
    }

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

    .fa.fa-folder-open-o {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

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

    .fa.fa-smile-o {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

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

    .fa.fa-frown-o {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

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

    .fa.fa-meh-o {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

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

    .fa.fa-keyboard-o {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

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

    .fa.fa-flag-o {
        font-family: 'Font Awesome 5 Pro';
        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 Pro';
        font-weight: 400
    }

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

    .fa.fa-star-half-empty {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

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

    .fa.fa-star-half-full {
        font-family: 'Font Awesome 5 Pro';
        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 Pro';
        font-weight: 400
    }

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

    .fa.fa-maxcdn {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-html5 {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-css3 {
        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 Pro';
        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 Pro';
        font-weight: 400
    }

    .fa.fa-caret-square-o-down {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

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

    .fa.fa-toggle-down {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

        .fa.fa-toggle-down:before {
            content: "\f150"
        }

    .fa.fa-caret-square-o-up {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

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

    .fa.fa-toggle-up {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

        .fa.fa-toggle-up:before {
            content: "\f151"
        }

    .fa.fa-caret-square-o-right {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

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

    .fa.fa-toggle-right {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

        .fa.fa-toggle-right:before {
            content: "\f152"
        }

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

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

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

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

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

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

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

    .fa.fa-jpy:before {
        content: "\f157"
    }

    .fa.fa-cny:before {
        content: "\f157"
    }

    .fa.fa-rmb:before {
        content: "\f157"
    }

    .fa.fa-yen:before {
        content: "\f157"
    }

    .fa.fa-rub:before {
        content: "\f158"
    }

    .fa.fa-ruble:before {
        content: "\f158"
    }

    .fa.fa-rouble:before {
        content: "\f158"
    }

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

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

    .fa.fa-btc {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-bitcoin {
        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: "\f15e"
    }

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

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

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

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

    .fa.fa-youtube-square {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-youtube {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-xing {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-xing-square {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-youtube-play {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

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

    .fa.fa-dropbox {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-stack-overflow {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-instagram {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-flickr {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-adn {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-bitbucket {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-bitbucket-square {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

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

    .fa.fa-tumblr {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .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-apple {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-windows {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-android {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-linux {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-dribbble {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-skype {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-foursquare {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-trello {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-gratipay {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-gittip {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

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

    .fa.fa-sun-o {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

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

    .fa.fa-moon-o {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

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

    .fa.fa-vk {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-weibo {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-renren {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-pagelines {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-stack-exchange {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-arrow-circle-o-right {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

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

    .fa.fa-arrow-circle-o-left {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

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

    .fa.fa-caret-square-o-left {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

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

    .fa.fa-toggle-left {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

        .fa.fa-toggle-left:before {
            content: "\f191"
        }

    .fa.fa-dot-circle-o {
        font-family: 'Font Awesome 5 Pro';
        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 {
        content: "\f195"
    }

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

    .fa.fa-plus-square-o {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

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

    .fa.fa-slack {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-wordpress {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-openid {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-institution:before {
        content: "\f19c"
    }

    .fa.fa-bank:before {
        content: "\f19c"
    }

    .fa.fa-mortar-board:before {
        content: "\f19d"
    }

    .fa.fa-yahoo {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-google {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-reddit {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-reddit-square {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-stumbleupon-circle {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-stumbleupon {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-delicious {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-digg {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-pied-piper-pp {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-pied-piper-alt {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-drupal {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-joomla {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-spoon:before {
        content: "\f2e5"
    }

    .fa.fa-behance {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-behance-square {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-steam {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-steam-square {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

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

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

    .fa.fa-envelope-o {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

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

    .fa.fa-deviantart {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-soundcloud {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-file-pdf-o {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

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

    .fa.fa-file-word-o {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

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

    .fa.fa-file-excel-o {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

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

    .fa.fa-file-powerpoint-o {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

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

    .fa.fa-file-image-o {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

        .fa.fa-file-image-o:before {
            content: "\f1c5"
        }

    .fa.fa-file-photo-o {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

        .fa.fa-file-photo-o:before {
            content: "\f1c5"
        }

    .fa.fa-file-picture-o {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

        .fa.fa-file-picture-o:before {
            content: "\f1c5"
        }

    .fa.fa-file-archive-o {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

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

    .fa.fa-file-zip-o {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

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

    .fa.fa-file-audio-o {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

        .fa.fa-file-audio-o:before {
            content: "\f1c7"
        }

    .fa.fa-file-sound-o {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

        .fa.fa-file-sound-o:before {
            content: "\f1c7"
        }

    .fa.fa-file-video-o {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

        .fa.fa-file-video-o:before {
            content: "\f1c8"
        }

    .fa.fa-file-movie-o {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

        .fa.fa-file-movie-o:before {
            content: "\f1c8"
        }

    .fa.fa-file-code-o {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

        .fa.fa-file-code-o:before {
            content: "\f1c9"
        }

    .fa.fa-vine {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-codepen {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-jsfiddle {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-life-ring {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

    .fa.fa-life-bouy {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

        .fa.fa-life-bouy:before {
            content: "\f1cd"
        }

    .fa.fa-life-buoy {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

        .fa.fa-life-buoy:before {
            content: "\f1cd"
        }

    .fa.fa-life-saver {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

        .fa.fa-life-saver:before {
            content: "\f1cd"
        }

    .fa.fa-support {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

        .fa.fa-support:before {
            content: "\f1cd"
        }

    .fa.fa-circle-o-notch:before {
        content: "\f1ce"
    }

    .fa.fa-rebel {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-ra {
        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 {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-ge {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

        .fa.fa-ge:before {
            content: "\f1d1"
        }

    .fa.fa-git-square {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-git {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-hacker-news {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .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-tencent-weibo {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-qq {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-weixin {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-wechat {
        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 Pro';
        font-weight: 400
    }

        .fa.fa-paper-plane-o:before {
            content: "\f1d8"
        }

    .fa.fa-send-o {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

        .fa.fa-send-o:before {
            content: "\f1d8"
        }

    .fa.fa-circle-thin {
        font-family: 'Font Awesome 5 Pro';
        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 Pro';
        font-weight: 400
    }

        .fa.fa-futbol-o:before {
            content: "\f1e3"
        }

    .fa.fa-soccer-ball-o {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

        .fa.fa-soccer-ball-o:before {
            content: "\f1e3"
        }

    .fa.fa-slideshare {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-twitch {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-yelp {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-newspaper-o {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

        .fa.fa-newspaper-o:before {
            content: "\f1ea"
        }

    .fa.fa-paypal {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-google-wallet {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-cc-visa {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-cc-mastercard {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-cc-discover {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-cc-amex {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-cc-paypal {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-cc-stripe {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-bell-slash-o {
        font-family: 'Font Awesome 5 Pro';
        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 Pro';
        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-lastfm {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-lastfm-square {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-ioxhost {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-angellist {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-cc {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

        .fa.fa-cc:before {
            content: "\f20a"
        }

    .fa.fa-ils:before {
        content: "\f20b"
    }

    .fa.fa-shekel:before {
        content: "\f20b"
    }

    .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 {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-connectdevelop {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-dashcube {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-forumbee {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-leanpub {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-sellsy {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-shirtsinbulk {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-simplybuilt {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-skyatlas {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-diamond {
        font-family: 'Font Awesome 5 Pro';
        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 {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-whatsapp {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-hotel:before {
        content: "\f236"
    }

    .fa.fa-viacoin {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-medium {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-y-combinator {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-yc {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

        .fa.fa-yc:before {
            content: "\f23b"
        }

    .fa.fa-optin-monster {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-opencart {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-expeditedssl {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-battery-4:before {
        content: "\f240"
    }

    .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 {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

    .fa.fa-object-ungroup {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

    .fa.fa-sticky-note-o {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

        .fa.fa-sticky-note-o:before {
            content: "\f249"
        }

    .fa.fa-cc-jcb {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-cc-diners-club {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-clone {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

    .fa.fa-hourglass-o {
        font-family: 'Font Awesome 5 Pro';
        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 Pro';
        font-weight: 400
    }

        .fa.fa-hand-rock-o:before {
            content: "\f255"
        }

    .fa.fa-hand-grab-o {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

        .fa.fa-hand-grab-o:before {
            content: "\f255"
        }

    .fa.fa-hand-paper-o {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

        .fa.fa-hand-paper-o:before {
            content: "\f256"
        }

    .fa.fa-hand-stop-o {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

        .fa.fa-hand-stop-o:before {
            content: "\f256"
        }

    .fa.fa-hand-scissors-o {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

        .fa.fa-hand-scissors-o:before {
            content: "\f257"
        }

    .fa.fa-hand-lizard-o {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

        .fa.fa-hand-lizard-o:before {
            content: "\f258"
        }

    .fa.fa-hand-spock-o {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

        .fa.fa-hand-spock-o:before {
            content: "\f259"
        }

    .fa.fa-hand-pointer-o {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

        .fa.fa-hand-pointer-o:before {
            content: "\f25a"
        }

    .fa.fa-hand-peace-o {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

        .fa.fa-hand-peace-o:before {
            content: "\f25b"
        }

    .fa.fa-registered {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

    .fa.fa-creative-commons {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-gg {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-gg-circle {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-tripadvisor {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-odnoklassniki {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-odnoklassniki-square {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-get-pocket {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-wikipedia-w {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-safari {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-chrome {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-firefox {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-opera {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-internet-explorer {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-television:before {
        content: "\f26c"
    }

    .fa.fa-contao {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-500px {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-amazon {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-calendar-plus-o {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

        .fa.fa-calendar-plus-o:before {
            content: "\f271"
        }

    .fa.fa-calendar-minus-o {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

        .fa.fa-calendar-minus-o:before {
            content: "\f272"
        }

    .fa.fa-calendar-times-o {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

        .fa.fa-calendar-times-o:before {
            content: "\f273"
        }

    .fa.fa-calendar-check-o {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

        .fa.fa-calendar-check-o:before {
            content: "\f274"
        }

    .fa.fa-map-o {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

        .fa.fa-map-o:before {
            content: "\f279"
        }

    .fa.fa-commenting {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

        .fa.fa-commenting:before {
            content: "\f4ad"
        }

    .fa.fa-commenting-o {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

        .fa.fa-commenting-o:before {
            content: "\f4ad"
        }

    .fa.fa-houzz {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-vimeo {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

        .fa.fa-vimeo:before {
            content: "\f27d"
        }

    .fa.fa-black-tie {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-fonticons {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-reddit-alien {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-edge {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

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

    .fa.fa-codiepie {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-modx {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-fort-awesome {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-usb {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-product-hunt {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-mixcloud {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-scribd {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-pause-circle-o {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

        .fa.fa-pause-circle-o:before {
            content: "\f28b"
        }

    .fa.fa-stop-circle-o {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

        .fa.fa-stop-circle-o:before {
            content: "\f28d"
        }

    .fa.fa-bluetooth {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-bluetooth-b {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-gitlab {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-wpbeginner {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-wpforms {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-envira {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-wheelchair-alt {
        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 Pro';
        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 {
        content: "\f2a4"
    }

    .fa.fa-hard-of-hearing:before {
        content: "\f2a4"
    }

    .fa.fa-glide {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-glide-g {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-signing:before {
        content: "\f2a7"
    }

    .fa.fa-viadeo {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-viadeo-square {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-snapchat {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-snapchat-ghost {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-snapchat-square {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-pied-piper {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-first-order {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-yoast {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-themeisle {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-google-plus-official {
        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-font-awesome {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-fa {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

        .fa.fa-fa:before {
            content: "\f2b4"
        }

    .fa.fa-handshake-o {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

        .fa.fa-handshake-o:before {
            content: "\f2b5"
        }

    .fa.fa-envelope-open-o {
        font-family: 'Font Awesome 5 Pro';
        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 Pro';
        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 Pro';
        font-weight: 400
    }

        .fa.fa-address-card-o:before {
            content: "\f2bb"
        }

    .fa.fa-vcard-o {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

        .fa.fa-vcard-o:before {
            content: "\f2bb"
        }

    .fa.fa-user-circle-o {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

        .fa.fa-user-circle-o:before {
            content: "\f2bd"
        }

    .fa.fa-user-o {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

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

    .fa.fa-id-badge {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

    .fa.fa-drivers-license:before {
        content: "\f2c2"
    }

    .fa.fa-id-card-o {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

        .fa.fa-id-card-o:before {
            content: "\f2c2"
        }

    .fa.fa-drivers-license-o {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

        .fa.fa-drivers-license-o:before {
            content: "\f2c2"
        }

    .fa.fa-quora {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-free-code-camp {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-telegram {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-thermometer-4:before {
        content: "\f2c7"
    }

    .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 {
        content: "\f2cd"
    }

    .fa.fa-s15:before {
        content: "\f2cd"
    }

    .fa.fa-window-maximize {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

    .fa.fa-window-restore {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

    .fa.fa-times-rectangle:before {
        content: "\f410"
    }

    .fa.fa-window-close-o {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

        .fa.fa-window-close-o:before {
            content: "\f410"
        }

    .fa.fa-times-rectangle-o {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

        .fa.fa-times-rectangle-o:before {
            content: "\f410"
        }

    .fa.fa-bandcamp {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-grav {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-etsy {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-imdb {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-ravelry {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-eercast {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

        .fa.fa-eercast:before {
            content: "\f2da"
        }

    .fa.fa-snowflake-o {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400
    }

        .fa.fa-snowflake-o:before {
            content: "\f2dc"
        }

    .fa.fa-superpowers {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-wpexplorer {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

    .fa.fa-spotify {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
    }

.bootstrap-switch {
    display: inline-block;
    direction: ltr;
    cursor: pointer;
    border-radius: 30px;
    border: 0;
    position: relative;
    text-align: left;
    margin-bottom: 10px;
    line-height: 8px;
    width: 76px !important;
    height: 33px;
    outline: none;
    z-index: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-right: 20px;
    background: #876793
}

    .bootstrap-switch .bootstrap-switch-container {
        display: inline-flex;
        top: 0;
        height: 33px;
        border-radius: 4px;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        width: 117px !important
    }

    .bootstrap-switch .bootstrap-switch-handle-on, .bootstrap-switch .bootstrap-switch-handle-off, .bootstrap-switch .bootstrap-switch-label {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
        display: inline-block !important;
        height: 100%;
        color: #fff;
        padding: 6px 12px;
        font-size: 14px;
        text-indent: -5px;
        line-height: 15px;
        -webkit-transition: 0.25s ease-out;
        transition: 0.25s ease-out
    }

    .bootstrap-switch .bootstrap-switch-handle-on, .bootstrap-switch .bootstrap-switch-handle-off {
        text-align: center;
        z-index: 1;
        float: left;
        line-height: 22px;
        width: 50% !important
    }

        .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-brown, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-brown {
            color: #fff;
            background: #876793
        }

        .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-blue, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-blue {
            color: #fff;
            background: #2CA8FF
        }

        .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-green, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-green {
            color: #fff;
            background: #18ce0f
        }

        .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-orange, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-orange {
            background: #FFB236;
            color: #fff
        }

        .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-red, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-red {
            color: #fff;
            background: #FF3636
        }

        .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
            color: #fff
        }

    .bootstrap-switch .bootstrap-switch-label {
        text-align: center;
        z-index: 100;
        color: #333333;
        background: #ffffff;
        width: 33px !important;
        height: 33px !important;
        margin: 0px -19px;
        border-radius: 20px;
        position: absolute;
        float: left;
        top: 0;
        left: 50%;
        padding: 0;
        box-shadow: 0 1px 11px rgba(0,0,0,0.25)
    }

    .bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label {
        background-color: rgba(23,23,23,0.4)
    }

    .bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label {
        margin: 0px -11px
    }

    .bootstrap-switch.bootstrap-switch-on:hover .bootstrap-switch-label {
        width: 38px !important;
        margin-left: -16px
    }

    .bootstrap-switch.bootstrap-switch-off:hover .bootstrap-switch-label {
        width: 38px !important;
        margin-left: -19px
    }

    .bootstrap-switch .bootstrap-switch-handle-on {
        border-bottom-left-radius: 3px;
        border-top-left-radius: 3px
    }

    .bootstrap-switch .bootstrap-switch-handle-off {
        text-indent: 6px
    }

    .bootstrap-switch input[type='radio'], .bootstrap-switch input[type='checkbox'] {
        position: absolute !important;
        top: 0;
        left: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        z-index: -1
    }

        .bootstrap-switch input[type='radio'].form-control, .bootstrap-switch input[type='checkbox'].form-control {
            height: auto
        }

    .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
        padding: 1px 5px;
        font-size: 12px;
        line-height: 1.5
    }

    .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
        padding: 5px 10px;
        font-size: 12px;
        line-height: 1.5
    }

    .bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label {
        padding: 6px 16px;
        font-size: 18px;
        line-height: 1.33
    }

    .bootstrap-switch.bootstrap-switch-disabled, .bootstrap-switch.bootstrap-switch-readonly, .bootstrap-switch.bootstrap-switch-indeterminate {
        cursor: default !important
    }

        .bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label, .bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label, .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label {
            opacity: 0.5;
            filter: alpha(opacity=50);
            cursor: default !important
        }

    .bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
        -webkit-transition: margin-left 0.5s;
        transition: margin-left 0.5s
    }

    .bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px
    }

    .bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 3px;
        border-top-left-radius: 3px
    }

    .bootstrap-switch.bootstrap-switch-on .bootstrap-switch-container {
        margin-left: -2px !important
    }

    .bootstrap-switch.bootstrap-switch-off .bootstrap-switch-container {
        margin-left: -39px !important
    }

    .bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label:before {
        background-color: #FFFFFF
    }

    .bootstrap-switch.bootstrap-switch-on .bootstrap-switch-red ~ .bootstrap-switch-default {
        background-color: #FF3636
    }

    .bootstrap-switch.bootstrap-switch-on .bootstrap-switch-orange ~ .bootstrap-switch-default {
        background-color: #FFB236
    }

    .bootstrap-switch.bootstrap-switch-on .bootstrap-switch-green ~ .bootstrap-switch-default {
        background-color: #18ce0f
    }

    .bootstrap-switch.bootstrap-switch-on .bootstrap-switch-brown ~ .bootstrap-switch-default {
        background-color: #876793
    }

    .bootstrap-switch.bootstrap-switch-on .bootstrap-switch-blue ~ .bootstrap-switch-default {
        background-color: #2CA8FF
    }

    .bootstrap-switch.bootstrap-switch-off .bootstrap-switch-red, .bootstrap-switch.bootstrap-switch-off .bootstrap-switch-brown, .bootstrap-switch.bootstrap-switch-off .bootstrap-switch-blue, .bootstrap-switch.bootstrap-switch-off .bootstrap-switch-orange, .bootstrap-switch.bootstrap-switch-off .bootstrap-switch-green {
        background-color: #D9DADC
    }

.bootstrap-switch-off .bootstrap-switch-handle-on {
    opacity: 0
}

.bootstrap-switch-on .bootstrap-switch-handle-off {
    opacity: 0
}
/*! nouislider - 11.1.0 - 2018-04-02 11:18:13 */

.noUi-target, .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-target {
    position: relative;
    direction: ltr
}

.noUi-base, .noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.noUi-connects {
    overflow: hidden;
    z-index: 0
}

.noUi-connect, .noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
    left: auto;
    right: 0
}

.noUi-vertical .noUi-origin {
    width: 0
}

.noUi-horizontal .noUi-origin {
    height: 0
}

.noUi-handle {
    position: absolute
}

.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s
}

.noUi-state-drag * {
    cursor: inherit !important
}

.noUi-horizontal {
    height: 1px
}

    .noUi-horizontal .noUi-handle {
        border-radius: 50%;
        background-color: #FFFFFF;
        box-shadow: 0 1px 13px 0 rgba(0,0,0,0.2);
        height: 15px;
        width: 15px;
        cursor: pointer;
        outline: 0
    }

        .noUi-horizontal .noUi-handle:before, .noUi-horizontal .noUi-handle:after {
            display: none
        }

.noUi-vertical {
    width: 18px
}

    .noUi-vertical .noUi-handle {
        width: 28px;
        height: 34px;
        left: -6px;
        top: -17px
    }

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
    right: -10px;
    top: -7px;
    left: auto
}

.noUi-target {
    background-color: rgba(182,182,182,0.3);
    border-radius: 3px
}

.noUi-connects {
    border-radius: 3px
}

.noUi-connect {
    background: #3FB8AF
}

.noUi-draggable {
    cursor: ew-resize
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize
}

.noUi-handle {
    border-radius: 3px;
    background: #FFF;
    cursor: default;
    -webkit-transition: 300ms ease 0s;
    -moz-transition: 300ms ease 0s;
    -ms-transition: 300ms ease 0s;
    -o-transform: 300ms ease 0s;
    transition: 300ms ease 0s
}

.noUi-active {
    -webkit-transform: scale3d(1.5, 1.5, 1);
    -moz-transform: scale3d(1.5, 1.5, 1);
    -ms-transform: scale3d(1.5, 1.5, 1);
    -o-transform: scale3d(1.5, 1.5, 1);
    transform: scale3d(1.5, 1.5, 1)
}

.noUi-handle:before, .noUi-handle:after {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #E8E7E6;
    left: 14px;
    top: 6px
}

.noUi-handle:after {
    left: 17px
}

.noUi-vertical .noUi-handle:before, .noUi-vertical .noUi-handle:after {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px
}

.noUi-vertical .noUi-handle:after {
    top: 17px
}

[disabled] .noUi-connect {
    background: #B8B8B8
}

[disabled].noUi-target, [disabled].noUi-handle, [disabled] .noUi-handle {
    cursor: not-allowed
}

.noUi-pips, .noUi-pips * {
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-pips {
    position: absolute;
    color: #999
}

.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px
}

.noUi-marker {
    position: absolute;
    background: #CCC
}

.noUi-marker-sub {
    background: #AAA
}

.noUi-marker-large {
    background: #AAA
}

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%
}

.noUi-value-horizontal {
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%)
}

.noUi-rtl .noUi-value-horizontal {
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%)
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px
}

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%
}

.noUi-value-vertical {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%, 0);
    padding-left: 25px
}

.noUi-rtl .noUi-value-vertical {
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%)
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px
}

.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
    white-space: nowrap
}

.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 120%
}

.noUi-vertical .noUi-tooltip {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 120%
}

.slider .noUi-connect {
    background-color: #888
}

.slider.slider-neutral .noUi-connect {
    background-color: #fff
}

.slider.slider-neutral.noUi-target {
    background-color: rgba(255,255,255,0.3)
}

.slider.slider-neutral .noUi-handle {
    background-color: #fff
}

.slider.slider-primary .noUi-connect, .slider.slider-primary.noUi-connect {
    background-color: #876793
}

.slider.slider-primary.noUi-target {
    background-color: rgba(249,99,50,0.3)
}

.slider.slider-primary .noUi-handle {
    background-color: #876793
}

.slider.slider-info .noUi-connect, .slider.slider-info.noUi-connect {
    background-color: #2CA8FF
}

.slider.slider-info.noUi-target {
    background-color: rgba(44,168,255,0.3)
}

.slider.slider-info .noUi-handle {
    background-color: #2CA8FF
}

.slider.slider-success .noUi-connect, .slider.slider-success.noUi-connect {
    background-color: #18ce0f
}

.slider.slider-success.noUi-target {
    background-color: rgba(24,206,15,0.9)
}

.slider.slider-success .noUi-handle {
    background-color: #18ce0f
}

.slider.slider-warning .noUi-connect, .slider.slider-warning.noUi-connect {
    background-color: #FFB236
}

.slider.slider-warning.noUi-target {
    background-color: rgba(255,178,54,0.3)
}

.slider.slider-warning .noUi-handle {
    background-color: #FFB236
}

.slider.slider-danger .noUi-connect, .slider.slider-danger.noUi-connect {
    background-color: #FF3636
}

.slider.slider-danger.noUi-target {
    background-color: rgba(255,54,54,0.3)
}

.slider.slider-danger .noUi-handle {
    background-color: #FF3636
}
/*!
 * Datepicker for Bootstrap v1.7.0-dev (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */

.datepicker-container {
    position: relative
}

.datepicker {
    padding: 8px 6px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    direction: ltr;
    -webkit-transform: translate3d(0, -40px, 0);
    -moz-transform: translate3d(0, -40px, 0);
    -o-transform: translate3d(0, -40px, 0);
    -ms-transform: translate3d(0, -40px, 0);
    transform: translate3d(0, -40px, 0);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s,opacity 0.3s ease 0s,height 0s linear 0.35s;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    display: block;
    width: 254px;
    max-width: 254px
}

    .datepicker.dropdown-menu:before {
        display: none
    }

    .datepicker.datepicker-primary {
        background-color: #876793
    }

        .datepicker.datepicker-primary th, .datepicker.datepicker-primary .day div, .datepicker.datepicker-primary table tr td span {
            color: #fff
        }

        .datepicker.datepicker-primary:after {
            border-bottom-color: #876793
        }

        .datepicker.datepicker-primary.datepicker-orient-top:after {
            border-top-color: #876793
        }

        .datepicker.datepicker-primary .dow {
            color: rgba(255,255,255,0.8)
        }

        .datepicker.datepicker-primary table tr td.old div, .datepicker.datepicker-primary table tr td.new div, .datepicker.datepicker-primary table tr td span.old, .datepicker.datepicker-primary table tr td span.new {
            color: rgba(255,255,255,0.4)
        }

        .datepicker.datepicker-primary table tr td span:hover, .datepicker.datepicker-primary table tr td span.focused {
            background: rgba(255,255,255,0.1)
        }

        .datepicker.datepicker-primary .datepicker-switch:hover, .datepicker.datepicker-primary .prev:hover, .datepicker.datepicker-primary .next:hover, .datepicker.datepicker-primary tfoot tr th:hover {
            background: rgba(255,255,255,0.2)
        }

        .datepicker.datepicker-primary table tr td.active div, .datepicker.datepicker-primary table tr td.active:hover div, .datepicker.datepicker-primary table tr td.active.disabled div, .datepicker.datepicker-primary table tr td.active.disabled:hover div {
            background-color: #fff;
            color: #876793
        }

        .datepicker.datepicker-primary table tr td.day:hover div, .datepicker.datepicker-primary table tr td.day.focused div {
            background: rgba(255,255,255,0.2)
        }

        .datepicker.datepicker-primary table tr td.active:hover div, .datepicker.datepicker-primary table tr td.active:hover:hover div, .datepicker.datepicker-primary table tr td.active.disabled:hover div, .datepicker.datepicker-primary table tr td.active.disabled:hover:hover div, .datepicker.datepicker-primary table tr td.active:active div, .datepicker.datepicker-primary table tr td.active:hover:active div, .datepicker.datepicker-primary table tr td.active.disabled:active div, .datepicker.datepicker-primary table tr td.active.disabled:hover:active div, .datepicker.datepicker-primary table tr td.active.active div, .datepicker.datepicker-primary table tr td.active:hover.active div, .datepicker.datepicker-primary table tr td.active.disabled.active div, .datepicker.datepicker-primary table tr td.active.disabled:hover.active div, .datepicker.datepicker-primary table tr td.active.disabled div, .datepicker.datepicker-primary table tr td.active:hover.disabled div, .datepicker.datepicker-primary table tr td.active.disabled.disabled div, .datepicker.datepicker-primary table tr td.active.disabled:hover.disabled div, .datepicker.datepicker-primary table tr td.active[disabled] div, .datepicker.datepicker-primary table tr td.active:hover[disabled] div, .datepicker.datepicker-primary table tr td.active.disabled[disabled] div, .datepicker.datepicker-primary table tr td.active.disabled:hover[disabled] div, .datepicker.datepicker-primary table tr td span.active:hover, .datepicker.datepicker-primary table tr td span.active:hover:hover, .datepicker.datepicker-primary table tr td span.active.disabled:hover, .datepicker.datepicker-primary table tr td span.active.disabled:hover:hover, .datepicker.datepicker-primary table tr td span.active:active, .datepicker.datepicker-primary table tr td span.active:hover:active, .datepicker.datepicker-primary table tr td span.active.disabled:active, .datepicker.datepicker-primary table tr td span.active.disabled:hover:active, .datepicker.datepicker-primary table tr td span.active.active, .datepicker.datepicker-primary table tr td span.active:hover.active, .datepicker.datepicker-primary table tr td span.active.disabled.active, .datepicker.datepicker-primary table tr td span.active.disabled:hover.active, .datepicker.datepicker-primary table tr td span.active.disabled, .datepicker.datepicker-primary table tr td span.active:hover.disabled, .datepicker.datepicker-primary table tr td span.active.disabled.disabled, .datepicker.datepicker-primary table tr td span.active.disabled:hover.disabled, .datepicker.datepicker-primary table tr td span.active[disabled], .datepicker.datepicker-primary table tr td span.active:hover[disabled], .datepicker.datepicker-primary table tr td span.active.disabled[disabled], .datepicker.datepicker-primary table tr td span.active.disabled:hover[disabled] {
            background-color: #fff
        }

            .datepicker.datepicker-primary table tr td span.active:hover, .datepicker.datepicker-primary table tr td span.active:hover:hover, .datepicker.datepicker-primary table tr td span.active.disabled:hover, .datepicker.datepicker-primary table tr td span.active.disabled:hover:hover, .datepicker.datepicker-primary table tr td span.active:active, .datepicker.datepicker-primary table tr td span.active:hover:active, .datepicker.datepicker-primary table tr td span.active.disabled:active, .datepicker.datepicker-primary table tr td span.active.disabled:hover:active, .datepicker.datepicker-primary table tr td span.active.active, .datepicker.datepicker-primary table tr td span.active:hover.active, .datepicker.datepicker-primary table tr td span.active.disabled.active, .datepicker.datepicker-primary table tr td span.active.disabled:hover.active, .datepicker.datepicker-primary table tr td span.active.disabled, .datepicker.datepicker-primary table tr td span.active:hover.disabled, .datepicker.datepicker-primary table tr td span.active.disabled.disabled, .datepicker.datepicker-primary table tr td span.active.disabled:hover.disabled, .datepicker.datepicker-primary table tr td span.active[disabled], .datepicker.datepicker-primary table tr td span.active:hover[disabled], .datepicker.datepicker-primary table tr td span.active.disabled[disabled], .datepicker.datepicker-primary table tr td span.active.disabled:hover[disabled] {
                color: #876793
            }

.datepicker-inline {
    width: 220px
}

.datepicker.datepicker-rtl {
    direction: rtl
}

    .datepicker.datepicker-rtl.dropdown-menu {
        left: auto
    }

    .datepicker.datepicker-rtl table tr td span {
        float: right
    }

.datepicker-dropdown {
    top: 0;
    left: 0
}

    .datepicker-dropdown:before {
        content: '';
        display: inline-block;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-top: 0;
        border-bottom-color: rgba(0,0,0,0.2);
        position: absolute
    }

    .datepicker-dropdown:after {
        content: '';
        display: inline-block;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
        border-top: 0;
        position: absolute
    }

    .datepicker-dropdown.datepicker-orient-left:before {
        left: 6px
    }

    .datepicker-dropdown.datepicker-orient-left:after {
        left: 7px
    }

    .datepicker-dropdown.datepicker-orient-right:before {
        right: 6px
    }

    .datepicker-dropdown.datepicker-orient-right:after {
        right: 7px
    }

    .datepicker-dropdown.datepicker-orient-bottom:before {
        top: -7px
    }

    .datepicker-dropdown.datepicker-orient-bottom:after {
        top: -6px
    }

    .datepicker-dropdown.datepicker-orient-top:before {
        bottom: -7px;
        border-bottom: 0;
        border-top: 7px solid transparent
    }

    .datepicker-dropdown.datepicker-orient-top:after {
        bottom: -6px;
        border-bottom: 0;
        border-top: 6px solid #fff
    }

.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 241px;
    max-width: 241px
}

.datepicker .day div, .datepicker th {
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 2.2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 50%;
    font-weight: 300;
    font-size: 14px;
    border: none;
    z-index: 1;
    position: relative;
    cursor: pointer
}

.datepicker th {
    color: #876793
}

.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: 2px;
    text-align: center;
    cursor: pointer
}

.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
    background-color: transparent
}

.datepicker table tr td.day:hover div, .datepicker table tr td.day.focused div {
    background: #eee;
    cursor: pointer
}

.datepicker table tr td.old, .datepicker table tr td.new {
    color: #888
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background: none;
    color: #888;
    cursor: default
}

.datepicker table tr td.highlighted {
    background: #d9edf7;
    border-radius: 0
}

.datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
    background-color: #fde19a;
    background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
    background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
    border-color: #fdf59a #fdf59a #fbed50;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #000
}

    .datepicker table tr td.today:hover, .datepicker table tr td.today:hover:hover, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today:active, .datepicker table tr td.today:hover:active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled, .datepicker table tr td.today:hover.disabled, .datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled:hover.disabled, .datepicker table tr td.today[disabled], .datepicker table tr td.today:hover[disabled], .datepicker table tr td.today.disabled[disabled], .datepicker table tr td.today.disabled:hover[disabled] {
        background-color: #fdf59a
    }

        .datepicker table tr td.today:active, .datepicker table tr td.today:hover:active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:hover.active {
            background-color: #fbf069 \9
        }

        .datepicker table tr td.today:hover:hover {
            color: #000
        }

        .datepicker table tr td.today.active:hover {
            color: #fff
        }

.datepicker table tr td.range, .datepicker table tr td.range:hover, .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:hover {
    background: #eee;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

    .datepicker table tr td.range.today, .datepicker table tr td.range.today:hover, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:hover {
        background-color: #f3d17a;
        background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
        background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
        background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
        background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
        background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
        border-color: #f3e97a #f3e97a #edde34;
        border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }

        .datepicker table tr td.range.today:hover, .datepicker table tr td.range.today:hover:hover, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today.disabled:hover:hover, .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover:active, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today.active, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled:hover.active, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today:hover.disabled, .datepicker table tr td.range.today.disabled.disabled, .datepicker table tr td.range.today.disabled:hover.disabled, .datepicker table tr td.range.today[disabled], .datepicker table tr td.range.today:hover[disabled], .datepicker table tr td.range.today.disabled[disabled], .datepicker table tr td.range.today.disabled:hover[disabled] {
            background-color: #f3e97a
        }

            .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover:active, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today.active, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled:hover.active {
                background-color: #efe24b \9
            }

.datepicker table tr td.selected, .datepicker table tr td.selected:hover, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover {
    background-color: #9e9e9e;
    background-image: -moz-linear-gradient(to bottom, #b3b3b3, gray);
    background-image: -ms-linear-gradient(to bottom, #b3b3b3, gray);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(gray));
    background-image: -webkit-linear-gradient(to bottom, #b3b3b3, gray);
    background-image: -o-linear-gradient(to bottom, #b3b3b3, gray);
    background-image: linear-gradient(to bottom, #b3b3b3, gray);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
    border-color: #808080 #808080 #595959;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25)
}

    .datepicker table tr td.selected:hover, .datepicker table tr td.selected:hover:hover, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.disabled:hover:hover, .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover:active, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected.active, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled:hover.active, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected:hover.disabled, .datepicker table tr td.selected.disabled.disabled, .datepicker table tr td.selected.disabled:hover.disabled, .datepicker table tr td.selected[disabled], .datepicker table tr td.selected:hover[disabled], .datepicker table tr td.selected.disabled[disabled], .datepicker table tr td.selected.disabled:hover[disabled] {
        background-color: #808080
    }

        .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover:active, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected.active, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled:hover.active {
            background-color: #666666 \9
        }

.datepicker table tr td.active div, .datepicker table tr td.active:hover div, .datepicker table tr td.active.disabled div, .datepicker table tr td.active.disabled:hover div {
    background-color: #876793;
    color: #fff;
    box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.2)
}

.datepicker table tr td.active:hover div, .datepicker table tr td.active:hover:hover div, .datepicker table tr td.active.disabled:hover div, .datepicker table tr td.active.disabled:hover:hover div, .datepicker table tr td.active:active div, .datepicker table tr td.active:hover:active div, .datepicker table tr td.active.disabled:active div, .datepicker table tr td.active.disabled:hover:active div, .datepicker table tr td.active.active div, .datepicker table tr td.active:hover.active div, .datepicker table tr td.active.disabled.active div, .datepicker table tr td.active.disabled:hover.active div, .datepicker table tr td.active.disabled div, .datepicker table tr td.active:hover.disabled div, .datepicker table tr td.active.disabled.disabled div, .datepicker table tr td.active.disabled:hover.disabled div, .datepicker table tr td.active[disabled] div, .datepicker table tr td.active:hover[disabled] div, .datepicker table tr td.active.disabled[disabled] div, .datepicker table tr td.active.disabled:hover[disabled] div {
    background-color: #876793
}

.datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active {
    background-color: #003399 \9
}

.datepicker table tr td span {
    display: block;
    width: 41px;
    height: 41px;
    line-height: 41px;
    float: left;
    margin: 1%;
    font-size: 14px;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

    .datepicker table tr td span:hover, .datepicker table tr td span.focused {
        background: #eee
    }

    .datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
        background: none;
        color: #888;
        cursor: default
    }

    .datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
        color: #fff;
        background-color: #876793
    }

        .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active[disabled], .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active.disabled:hover[disabled] {
            background-color: #876793;
            box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.2)
        }

            .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active {
                background-color: #003399 \9
            }

    .datepicker table tr td span.old, .datepicker table tr td span.new {
        color: #888
    }

.datepicker .datepicker-switch {
    width: auto;
    border-radius: .1875rem
}

.datepicker .datepicker-switch, .datepicker .prev, .datepicker .next, .datepicker tfoot tr th {
    cursor: pointer
}

.datepicker .prev, .datepicker .next {
    width: 35px;
    height: 35px
}

.datepicker i {
    position: relative;
    top: 2px
}

.datepicker .prev i {
    left: -1px
}

.datepicker .next i {
    right: -1px
}

.datepicker .datepicker-switch:hover, .datepicker .prev:hover, .datepicker .next:hover, .datepicker tfoot tr th:hover {
    background: #eee
}

.datepicker .prev.disabled, .datepicker .next.disabled {
    visibility: hidden
}

.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle
}

.input-append.date .add-on, .input-prepend.date .add-on {
    cursor: pointer
}

    .input-append.date .add-on i, .input-prepend.date .add-on i {
        margin-top: 3px
    }

.input-daterange input {
    text-align: center
}

    .input-daterange input:first-child {
        -webkit-border-radius: 3px 0 0 3px;
        -moz-border-radius: 3px 0 0 3px;
        border-radius: 3px 0 0 3px
    }

    .input-daterange input:last-child {
        -webkit-border-radius: 0 3px 3px 0;
        -moz-border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0
    }

.input-daterange .add-on {
    display: inline-block;
    width: auto;
    min-width: 16px;
    height: 18px;
    padding: 4px 5px;
    font-weight: normal;
    line-height: 18px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    vertical-align: middle;
    background-color: #eee;
    border: 1px solid #ccc;
    margin-left: -5px;
    margin-right: -5px
}

.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 {
    position: relative;
    z-index: -1
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
        touch-action: manipulation;
        -moz-backface-visibility: hidden
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -webkit-transform: translate3d(0px, 0px, 0px)
    }

    .owl-carousel .owl-wrapper, .owl-carousel .owl-item {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0)
    }

    .owl-carousel .owl-item {
        position: relative;
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none
    }

        .owl-carousel .owl-item img {
            display: block;
            width: 100%
        }

    .owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
        display: none
    }

    .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
        cursor: pointer;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
        background: none;
        color: inherit;
        border: none;
        padding: 0 !important;
        font: inherit
    }

    .owl-carousel.owl-loaded {
        display: block
    }

    .owl-carousel.owl-loading {
        opacity: 0;
        display: block
    }

    .owl-carousel.owl-hidden {
        opacity: 0
    }

    .owl-carousel.owl-refresh .owl-item {
        visibility: hidden
    }

    .owl-carousel.owl-drag .owl-item {
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .owl-carousel.owl-grab {
        cursor: move;
        cursor: grab
    }

    .owl-carousel.owl-rtl {
        direction: rtl
    }

        .owl-carousel.owl-rtl .owl-item {
            float: right
        }

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease
}

    .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
        max-height: 0
    }

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease
}

    .owl-carousel .owl-video-play-icon:hover {
        -ms-transform: scale(1.3, 1.3);
        transform: scale(1.3, 1.3)
    }

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

    .owl-theme .owl-nav [class*='owl-'] {
        color: #FFF;
        font-size: 14px;
        margin: 5px;
        padding: 4px 7px;
        background: #D6D6D6;
        display: inline-block;
        cursor: pointer;
        border-radius: 3px
    }

        .owl-theme .owl-nav [class*='owl-']:hover {
            background: #869791;
            color: #FFF;
            text-decoration: none
        }

    .owl-theme .owl-nav .disabled {
        opacity: 0.5;
        cursor: default
    }

        .owl-theme .owl-nav.disabled + .owl-dots {
            margin-top: 10px
        }

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

    .owl-theme .owl-dots .owl-dot {
        display: inline-block;
        zoom: 1;
        *display: inline
    }

        .owl-theme .owl-dots .owl-dot span {
            width: 10px;
            height: 10px;
            margin: 5px 7px;
            background: #D6D6D6;
            display: block;
            -webkit-backface-visibility: visible;
            transition: opacity 200ms ease;
            border-radius: 30px
        }

        .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
            background: #869791
        }

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto
}

    .nice-select:hover {
        border-color: #dbdbdb
    }

    .nice-select:active, .nice-select.open, .nice-select:focus {
        border-color: #999
    }

    .nice-select:after {
        border-bottom: 2px solid #999;
        border-right: 2px solid #999;
        content: '';
        display: block;
        height: 5px;
        margin-top: -4px;
        pointer-events: none;
        position: absolute;
        right: 12px;
        top: 50%;
        -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
        transform-origin: 66% 66%;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        width: 5px
    }

    .nice-select.open:after {
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg)
    }

    .nice-select.open .list {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0)
    }

    .nice-select.disabled {
        border-color: #ededed;
        color: #999;
        pointer-events: none
    }

        .nice-select.disabled:after {
            border-color: #cccccc
        }

    .nice-select.wide {
        width: 100%
    }

        .nice-select.wide .list {
            left: 0 !important;
            right: 0 !important
        }

    .nice-select.right {
        float: right
    }

        .nice-select.right .list {
            left: auto;
            right: 0
        }

    .nice-select.small {
        font-size: 12px;
        height: 36px;
        line-height: 34px
    }

        .nice-select.small:after {
            height: 4px;
            width: 4px
        }

        .nice-select.small .option {
            line-height: 34px;
            min-height: 34px
        }

    .nice-select .list {
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 0 0 0 1px rgba(68,68,68,0.11);
        box-sizing: border-box;
        margin-top: 4px;
        opacity: 0;
        overflow: hidden;
        padding: 0;
        pointer-events: none;
        position: absolute;
        top: 100%;
        left: 0;
        -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
        transform: scale(0.75) translateY(-21px);
        -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25),opacity 0.15s ease-out;
        transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25),opacity 0.15s ease-out;
        z-index: 9
    }

        .nice-select .list:hover .option:not(:hover) {
            background-color: transparent !important
        }

    .nice-select .option {
        cursor: pointer;
        font-weight: 400;
        line-height: 40px;
        list-style: none;
        min-height: 40px;
        outline: none;
        padding-left: 18px;
        padding-right: 29px;
        text-align: left;
        -webkit-transition: all 0.2s;
        transition: all 0.2s
    }

        .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
            background-color: #f6f6f6
        }

        .nice-select .option.selected {
            font-weight: bold
        }

        .nice-select .option.disabled {
            background-color: transparent;
            color: #999;
            cursor: default
        }

.no-csspointerevents .nice-select .list {
    display: none
}

.no-csspointerevents .nice-select.open .list {
    display: block
}

.ekko-lightbox {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 0 !important
}

.ekko-lightbox-container {
    position: relative
}

    .ekko-lightbox-container > div.ekko-lightbox-item {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%
    }

.ekko-lightbox iframe {
    width: 100%;
    height: 100%
}

.ekko-lightbox-nav-overlay {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex
}

    .ekko-lightbox-nav-overlay a {
        -ms-flex: 1;
        flex: 1;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        opacity: 0;
        transition: opacity .5s;
        color: #fff;
        font-size: 30px;
        z-index: 1
    }

        .ekko-lightbox-nav-overlay a > * {
            -ms-flex-positive: 1;
            flex-grow: 1
        }

        .ekko-lightbox-nav-overlay a > :focus {
            outline: none
        }

        .ekko-lightbox-nav-overlay a span {
            padding: 0 30px
        }

        .ekko-lightbox-nav-overlay a:last-child span {
            text-align: right
        }

        .ekko-lightbox-nav-overlay a:hover {
            text-decoration: none
        }

        .ekko-lightbox-nav-overlay a:focus {
            outline: none
        }

        .ekko-lightbox-nav-overlay a.disabled {
            cursor: default;
            visibility: hidden
        }

.ekko-lightbox a:hover {
    opacity: 1;
    text-decoration: none
}

.ekko-lightbox .modal-dialog {
    display: none
}

.ekko-lightbox .modal-footer {
    text-align: left
}

.ekko-lightbox-loader {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

    .ekko-lightbox-loader > div {
        width: 40px;
        height: 40px;
        position: relative;
        text-align: center
    }

        .ekko-lightbox-loader > div > div {
            width: 100%;
            height: 100%;
            border-radius: 50%;
            background-color: #fff;
            opacity: .6;
            position: absolute;
            top: 0;
            left: 0;
            animation: a 2s infinite ease-in-out
        }

            .ekko-lightbox-loader > div > div:last-child {
                animation-delay: -1s
            }

.modal-dialog .ekko-lightbox-loader > div > div {
    background-color: #333
}

@keyframes a {
    0%,to {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@keyframes showSweetAlert {
    0% {
        transform: scale(0.7)
    }

    45% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(0.95)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes hideSweetAlert {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(0.5)
    }
}

@keyframes slideFromTop {
    0% {
        top: 0%
    }

    100% {
        top: 50%
    }
}

@keyframes slideToTop {
    0% {
        top: 50%
    }

    100% {
        top: 0%
    }
}

@keyframes slideFromBottom {
    0% {
        top: 70%
    }

    100% {
        top: 50%
    }
}

@keyframes slideToBottom {
    0% {
        top: 50%
    }

    100% {
        top: 70%
    }
}

.showSweetAlert {
    animation: showSweetAlert 0.3s
}

    .showSweetAlert[data-animation=none] {
        animation: none
    }

    .showSweetAlert[data-animation=slide-from-top] {
        animation: slideFromTop 0.3s
    }

    .showSweetAlert[data-animation=slide-from-bottom] {
        animation: slideFromBottom 0.3s
    }

.hideSweetAlert {
    animation: hideSweetAlert 0.3s
}

    .hideSweetAlert[data-animation=none] {
        animation: none
    }

    .hideSweetAlert[data-animation=slide-from-top] {
        animation: slideToTop 0.3s
    }

    .hideSweetAlert[data-animation=slide-from-bottom] {
        animation: slideToBottom 0.3s
    }

@keyframes animateSuccessTip {
    0% {
        width: 0;
        left: 1px;
        top: 19px
    }

    54% {
        width: 0;
        left: 1px;
        top: 19px
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px
    }
}

@keyframes animateSuccessLong {
    0% {
        width: 0;
        right: 46px;
        top: 54px
    }

    65% {
        width: 0;
        right: 46px;
        top: 54px
    }

    84% {
        width: 55px;
        right: 0px;
        top: 35px
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px
    }
}

@keyframes rotatePlaceholder {
    0% {
        transform: rotate(-45deg)
    }

    5% {
        transform: rotate(-45deg)
    }

    12% {
        transform: rotate(-405deg)
    }

    100% {
        transform: rotate(-405deg)
    }
}

.animateSuccessTip {
    animation: animateSuccessTip 0.75s
}

.animateSuccessLong {
    animation: animateSuccessLong 0.75s
}

.sa-icon.sa-success.animate::after {
    animation: rotatePlaceholder 4.25s ease-in
}

@keyframes animateErrorIcon {
    0% {
        transform: rotateX(100deg);
        opacity: 0
    }

    100% {
        transform: rotateX(0deg);
        opacity: 1
    }
}

.animateErrorIcon {
    animation: animateErrorIcon 0.5s
}

@keyframes animateXMark {
    0% {
        transform: scale(0.4);
        margin-top: 26px;
        opacity: 0
    }

    50% {
        transform: scale(0.4);
        margin-top: 26px;
        opacity: 0
    }

    80% {
        transform: scale(1.15);
        margin-top: -6px
    }

    100% {
        transform: scale(1);
        margin-top: 0;
        opacity: 1
    }
}

.animateXMark {
    animation: animateXMark 0.5s
}

@keyframes pulseWarning {
    0% {
        border-color: #F8D486
    }

    100% {
        border-color: #F8BB86
    }
}

.pulseWarning {
    animation: pulseWarning 0.75s infinite alternate
}

@keyframes pulseWarningIns {
    0% {
        background-color: #F8D486
    }

    100% {
        background-color: #F8BB86
    }
}

.pulseWarningIns {
    animation: pulseWarningIns 0.75s infinite alternate
}

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

    100% {
        transform: rotate(360deg)
    }
}

body.stop-scrolling {
    height: 100%;
    overflow: hidden
}

.sweet-overlay {
    background-color: rgba(0,0,0,0.4);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 1040
}

.sweet-alert {
    background-color: #ffffff;
    width: 478px;
    padding: 17px;
    border-radius: 5px;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -256px;
    margin-top: -200px;
    overflow: hidden;
    display: none;
    z-index: 2000
}

@media all and (max-width: 767px) {
    .sweet-alert {
        width: auto;
        margin-left: 0;
        margin-right: 0;
        left: 15px;
        right: 15px
    }
}

.sweet-alert .form-group {
    display: none
}

    .sweet-alert .form-group .sa-input-error {
        display: none
    }

.sweet-alert.show-input .form-group {
    display: block
}

.sweet-alert .sa-confirm-button-container {
    display: inline-block;
    position: relative
}

.sweet-alert .la-ball-fall {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -27px;
    margin-top: -9px;
    opacity: 0;
    visibility: hidden
}

.sweet-alert button[disabled] {
    opacity: .6;
    cursor: default
}

.sweet-alert button.confirm[disabled] {
    color: transparent
}

    .sweet-alert button.confirm[disabled] ~ .la-ball-fall {
        opacity: 1;
        visibility: visible;
        transition-delay: 0s
    }

.sweet-alert .sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    border-radius: 50%;
    margin: 20px auto;
    position: relative;
    box-sizing: content-box
}

    .sweet-alert .sa-icon.sa-error {
        border-color: #d43f3a
    }

        .sweet-alert .sa-icon.sa-error .sa-x-mark {
            position: relative;
            display: block
        }

        .sweet-alert .sa-icon.sa-error .sa-line {
            position: absolute;
            height: 5px;
            width: 47px;
            background-color: #d9534f;
            display: block;
            top: 37px;
            border-radius: 2px
        }

            .sweet-alert .sa-icon.sa-error .sa-line.sa-left {
                transform: rotate(45deg);
                left: 17px
            }

            .sweet-alert .sa-icon.sa-error .sa-line.sa-right {
                transform: rotate(-45deg);
                right: 16px
            }

    .sweet-alert .sa-icon.sa-warning {
        border-color: #eea236
    }

        .sweet-alert .sa-icon.sa-warning .sa-body {
            position: absolute;
            width: 5px;
            height: 47px;
            left: 50%;
            top: 10px;
            border-radius: 2px;
            margin-left: -2px;
            background-color: #f0ad4e
        }

        .sweet-alert .sa-icon.sa-warning .sa-dot {
            position: absolute;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            margin-left: -3px;
            left: 50%;
            bottom: 10px;
            background-color: #f0ad4e
        }

    .sweet-alert .sa-icon.sa-info {
        border-color: #46b8da
    }

        .sweet-alert .sa-icon.sa-info::before {
            content: "";
            position: absolute;
            width: 5px;
            height: 29px;
            left: 50%;
            bottom: 17px;
            border-radius: 2px;
            margin-left: -2px;
            background-color: #5bc0de
        }

        .sweet-alert .sa-icon.sa-info::after {
            content: "";
            position: absolute;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            margin-left: -3px;
            top: 19px;
            background-color: #5bc0de
        }

    .sweet-alert .sa-icon.sa-success {
        border-color: #4cae4c
    }

        .sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
            content: '';
            border-radius: 50%;
            position: absolute;
            width: 60px;
            height: 120px;
            background: #ffffff;
            transform: rotate(45deg)
        }

        .sweet-alert .sa-icon.sa-success::before {
            border-radius: 120px 0 0 120px;
            top: -7px;
            left: -33px;
            transform: rotate(-45deg);
            transform-origin: 60px 60px
        }

        .sweet-alert .sa-icon.sa-success::after {
            border-radius: 0 120px 120px 0;
            top: -11px;
            left: 30px;
            transform: rotate(-45deg);
            transform-origin: 0px 60px
        }

        .sweet-alert .sa-icon.sa-success .sa-placeholder {
            width: 80px;
            height: 80px;
            border: 4px solid rgba(92,184,92,0.2);
            border-radius: 50%;
            box-sizing: content-box;
            position: absolute;
            left: -4px;
            top: -4px;
            z-index: 2
        }

        .sweet-alert .sa-icon.sa-success .sa-fix {
            width: 5px;
            height: 90px;
            background-color: #ffffff;
            position: absolute;
            left: 28px;
            top: 8px;
            z-index: 1;
            transform: rotate(-45deg)
        }

        .sweet-alert .sa-icon.sa-success .sa-line {
            height: 5px;
            background-color: #5cb85c;
            display: block;
            border-radius: 2px;
            position: absolute;
            z-index: 2
        }

            .sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
                width: 25px;
                left: 14px;
                top: 46px;
                transform: rotate(45deg)
            }

            .sweet-alert .sa-icon.sa-success .sa-line.sa-long {
                width: 47px;
                right: 8px;
                top: 38px;
                transform: rotate(-45deg)
            }

    .sweet-alert .sa-icon.sa-custom {
        background-size: contain;
        border-radius: 0;
        border: none;
        background-position: center center;
        background-repeat: no-repeat
    }

.sweet-alert .btn-default:focus {
    border-color: #cccccc;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(204,204,204,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(204,204,204,0.6)
}

.sweet-alert .btn-success:focus {
    border-color: #4cae4c;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(76,174,76,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(76,174,76,0.6)
}

.sweet-alert .btn-info:focus {
    border-color: #46b8da;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(70,184,218,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(70,184,218,0.6)
}

.sweet-alert .btn-danger:focus {
    border-color: #d43f3a;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(212,63,58,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(212,63,58,0.6)
}

.sweet-alert .btn-warning:focus {
    border-color: #eea236;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(238,162,54,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(238,162,54,0.6)
}

.sweet-alert button::-moz-focus-inner {
    border: 0
}
/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */

.la-ball-fall, .la-ball-fall > div {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.la-ball-fall {
    display: block;
    font-size: 0;
    color: #fff
}

    .la-ball-fall.la-dark {
        color: #333
    }

    .la-ball-fall > div {
        display: inline-block;
        float: none;
        background-color: currentColor;
        border: 0 solid currentColor
    }

.la-ball-fall {
    width: 54px;
    height: 18px
}

    .la-ball-fall > div {
        width: 10px;
        height: 10px;
        margin: 4px;
        border-radius: 100%;
        opacity: 0;
        -webkit-animation: ball-fall 1s ease-in-out infinite;
        -moz-animation: ball-fall 1s ease-in-out infinite;
        -o-animation: ball-fall 1s ease-in-out infinite;
        animation: ball-fall 1s ease-in-out infinite
    }

        .la-ball-fall > div:nth-child(1) {
            -webkit-animation-delay: -200ms;
            -moz-animation-delay: -200ms;
            -o-animation-delay: -200ms;
            animation-delay: -200ms
        }

        .la-ball-fall > div:nth-child(2) {
            -webkit-animation-delay: -100ms;
            -moz-animation-delay: -100ms;
            -o-animation-delay: -100ms;
            animation-delay: -100ms
        }

        .la-ball-fall > div:nth-child(3) {
            -webkit-animation-delay: 0ms;
            -moz-animation-delay: 0ms;
            -o-animation-delay: 0ms;
            animation-delay: 0ms
        }

    .la-ball-fall.la-sm {
        width: 26px;
        height: 8px
    }

        .la-ball-fall.la-sm > div {
            width: 4px;
            height: 4px;
            margin: 2px
        }

    .la-ball-fall.la-2x {
        width: 108px;
        height: 36px
    }

        .la-ball-fall.la-2x > div {
            width: 20px;
            height: 20px;
            margin: 8px
        }

    .la-ball-fall.la-3x {
        width: 162px;
        height: 54px
    }

        .la-ball-fall.la-3x > div {
            width: 30px;
            height: 30px;
            margin: 12px
        }

@-webkit-keyframes ball-fall {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-145%);
        transform: translateY(-145%)
    }

    10% {
        opacity: .5
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    80% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    90% {
        opacity: .5
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(145%);
        transform: translateY(145%)
    }
}

@-moz-keyframes ball-fall {
    0% {
        opacity: 0;
        -moz-transform: translateY(-145%);
        transform: translateY(-145%)
    }

    10% {
        opacity: .5
    }

    20% {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0)
    }

    80% {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0)
    }

    90% {
        opacity: .5
    }

    100% {
        opacity: 0;
        -moz-transform: translateY(145%);
        transform: translateY(145%)
    }
}

@-o-keyframes ball-fall {
    0% {
        opacity: 0;
        -o-transform: translateY(-145%);
        transform: translateY(-145%)
    }

    10% {
        opacity: .5
    }

    20% {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    80% {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    90% {
        opacity: .5
    }

    100% {
        opacity: 0;
        -o-transform: translateY(145%);
        transform: translateY(145%)
    }
}

@keyframes ball-fall {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-145%);
        -moz-transform: translateY(-145%);
        -o-transform: translateY(-145%);
        transform: translateY(-145%)
    }

    10% {
        opacity: .5
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    80% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    90% {
        opacity: .5
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(145%);
        -moz-transform: translateY(145%);
        -o-transform: translateY(145%);
        transform: translateY(145%)
    }
}

.btn, .navbar .navbar-nav > a.btn {
    border-width: 2px;
    font-weight: 400;
    font-size: .75rem;
    line-height: 1.35em;
    margin: 10px 1px;
    border: none;
    border-radius: .375rem;
    padding: 11px 22px;
    cursor: pointer;
    min-width: 140px;
    background-color: #888;
    color: #fff
}

    .btn:hover, .btn:focus, .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus, .btn:active:hover, .btn.active:hover, .show > .btn.dropdown-toggle, .show > .btn.dropdown-toggle:focus, .show > .btn.dropdown-toggle:hover, .navbar .navbar-nav > a.btn:hover, .navbar .navbar-nav > a.btn:focus, .navbar .navbar-nav > a.btn:not(:disabled):not(.disabled):active, .navbar .navbar-nav > a.btn:not(:disabled):not(.disabled).active, .navbar .navbar-nav > a.btn:not(:disabled):not(.disabled):active:focus, .navbar .navbar-nav > a.btn:not(:disabled):not(.disabled).active:focus, .navbar .navbar-nav > a.btn:active:hover, .navbar .navbar-nav > a.btn.active:hover, .show > .navbar .navbar-nav > a.btn.dropdown-toggle, .show > .navbar .navbar-nav > a.btn.dropdown-toggle:focus, .show > .navbar .navbar-nav > a.btn.dropdown-toggle:hover {
        background-color: #979797;
        color: #fff;
        box-shadow: none
    }

    .btn:hover, .navbar .navbar-nav > a.btn:hover {
        box-shadow: 0 3px 8px 0 rgba(0,0,0,0.17)
    }

    .btn.disabled, .btn.disabled:hover, .btn.disabled:focus, .btn.disabled.focus, .btn.disabled:active, .btn.disabled.active, .btn:disabled, .btn:disabled:hover, .btn:disabled:focus, .btn:disabled.focus, .btn:disabled:active, .btn:disabled.active, .btn[disabled], .btn[disabled]:hover, .btn[disabled]:focus, .btn[disabled].focus, .btn[disabled]:active, .btn[disabled].active, fieldset[disabled] .btn, fieldset[disabled] .btn:hover, fieldset[disabled] .btn:focus, fieldset[disabled] .btn.focus, fieldset[disabled] .btn:active, fieldset[disabled] .btn.active, .navbar .navbar-nav > a.btn.disabled, .navbar .navbar-nav > a.btn.disabled:hover, .navbar .navbar-nav > a.btn.disabled:focus, .navbar .navbar-nav > a.btn.disabled.focus, .navbar .navbar-nav > a.btn.disabled:active, .navbar .navbar-nav > a.btn.disabled.active, .navbar .navbar-nav > a.btn:disabled, .navbar .navbar-nav > a.btn:disabled:hover, .navbar .navbar-nav > a.btn:disabled:focus, .navbar .navbar-nav > a.btn:disabled.focus, .navbar .navbar-nav > a.btn:disabled:active, .navbar .navbar-nav > a.btn:disabled.active, .navbar .navbar-nav > a.btn[disabled], .navbar .navbar-nav > a.btn[disabled]:hover, .navbar .navbar-nav > a.btn[disabled]:focus, .navbar .navbar-nav > a.btn[disabled].focus, .navbar .navbar-nav > a.btn[disabled]:active, .navbar .navbar-nav > a.btn[disabled].active, fieldset[disabled] .navbar .navbar-nav > a.btn, fieldset[disabled] .navbar .navbar-nav > a.btn:hover, fieldset[disabled] .navbar .navbar-nav > a.btn:focus, fieldset[disabled] .navbar .navbar-nav > a.btn.focus, fieldset[disabled] .navbar .navbar-nav > a.btn:active, fieldset[disabled] .navbar .navbar-nav > a.btn.active {
        background-color: #888;
        border-color: #888
    }

    .btn.btn-simple, .navbar .navbar-nav > a.btn.btn-simple {
        color: #888;
        border-color: #888
    }

        .btn.btn-simple:hover, .btn.btn-simple:focus, .btn.btn-simple:not(:disabled):not(.disabled):active, .btn.btn-simple:not(:disabled):not(.disabled).active, .btn.btn-simple:not(:disabled):not(.disabled):active:focus, .btn.btn-simple:not(:disabled):not(.disabled).active:focus, .btn.btn-simple:active:hover, .btn.btn-simple.active:hover, .show > .btn.btn-simple.dropdown-toggle, .show > .btn.btn-simple.dropdown-toggle:focus, .show > .btn.btn-simple.dropdown-toggle:hover, .navbar .navbar-nav > a.btn.btn-simple:hover, .navbar .navbar-nav > a.btn.btn-simple:focus, .navbar .navbar-nav > a.btn.btn-simple:not(:disabled):not(.disabled):active, .navbar .navbar-nav > a.btn.btn-simple:not(:disabled):not(.disabled).active, .navbar .navbar-nav > a.btn.btn-simple:not(:disabled):not(.disabled):active:focus, .navbar .navbar-nav > a.btn.btn-simple:not(:disabled):not(.disabled).active:focus, .navbar .navbar-nav > a.btn.btn-simple:active:hover, .navbar .navbar-nav > a.btn.btn-simple.active:hover, .show > .navbar .navbar-nav > a.btn.btn-simple.dropdown-toggle, .show > .navbar .navbar-nav > a.btn.btn-simple.dropdown-toggle:focus, .show > .navbar .navbar-nav > a.btn.btn-simple.dropdown-toggle:hover {
            background-color: rgba(0,0,0,0);
            color: #979797;
            border-color: #979797;
            box-shadow: none
        }

    .btn.btn-link, .navbar .navbar-nav > a.btn.btn-link {
        color: #888
    }

        .btn.btn-link:hover, .btn.btn-link:focus, .btn.btn-link:not(:disabled):not(.disabled):active, .btn.btn-link:not(:disabled):not(.disabled).active, .btn.btn-link:not(:disabled):not(.disabled):active:focus, .btn.btn-link:not(:disabled):not(.disabled).active:focus, .btn.btn-link:active:hover, .btn.btn-link.active:hover, .show > .btn.btn-link.dropdown-toggle, .show > .btn.btn-link.dropdown-toggle:focus, .show > .btn.btn-link.dropdown-toggle:hover, .navbar .navbar-nav > a.btn.btn-link:hover, .navbar .navbar-nav > a.btn.btn-link:focus, .navbar .navbar-nav > a.btn.btn-link:not(:disabled):not(.disabled):active, .navbar .navbar-nav > a.btn.btn-link:not(:disabled):not(.disabled).active, .navbar .navbar-nav > a.btn.btn-link:not(:disabled):not(.disabled):active:focus, .navbar .navbar-nav > a.btn.btn-link:not(:disabled):not(.disabled).active:focus, .navbar .navbar-nav > a.btn.btn-link:active:hover, .navbar .navbar-nav > a.btn.btn-link.active:hover, .show > .navbar .navbar-nav > a.btn.btn-link.dropdown-toggle, .show > .navbar .navbar-nav > a.btn.btn-link.dropdown-toggle:focus, .show > .navbar .navbar-nav > a.btn.btn-link.dropdown-toggle:hover {
            background-color: rgba(0,0,0,0);
            color: #979797;
            text-decoration: none;
            box-shadow: none
        }

    .btn:hover, .btn:focus, .navbar .navbar-nav > a.btn:hover, .navbar .navbar-nav > a.btn:focus {
        opacity: 1;
        filter: alpha(opacity=100);
        outline: 0 !important
    }

    .btn:active, .btn.active, .open > .btn.dropdown-toggle, .navbar .navbar-nav > a.btn:active, .navbar .navbar-nav > a.btn.active, .open > .navbar .navbar-nav > a.btn.dropdown-toggle {
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: 0 !important
    }

    .btn.btn-icon, .navbar .navbar-nav > a.btn.btn-icon {
        height: 2.375rem;
        min-width: 2.375rem;
        width: 2.375rem;
        padding: 0;
        font-size: .9375rem;
        overflow: hidden;
        position: relative;
        line-height: normal
    }

        .btn.btn-icon.btn-simple, .navbar .navbar-nav > a.btn.btn-icon.btn-simple {
            padding: 0
        }

        .btn.btn-icon.btn-sm, .navbar .navbar-nav > a.btn.btn-icon.btn-sm {
            height: 1.875rem;
            min-width: 1.875rem;
            width: 1.875rem
        }

            .btn.btn-icon.btn-sm i.fab, .btn.btn-icon.btn-sm i.now-ui-icons, .navbar .navbar-nav > a.btn.btn-icon.btn-sm i.fab, .navbar .navbar-nav > a.btn.btn-icon.btn-sm i.now-ui-icons {
                font-size: .6875rem
            }

        .btn.btn-icon.btn-lg, .navbar .navbar-nav > a.btn.btn-icon.btn-lg {
            height: 3.6rem;
            min-width: 3.6rem;
            width: 3.6rem
        }

            .btn.btn-icon.btn-lg i.now-ui-icons, .btn.btn-icon.btn-lg i.fab, .navbar .navbar-nav > a.btn.btn-icon.btn-lg i.now-ui-icons, .navbar .navbar-nav > a.btn.btn-icon.btn-lg i.fab {
                font-size: 1.325rem
            }

        .btn.btn-icon:not(.btn-footer) i.now-ui-icons, .btn.btn-icon:not(.btn-footer) i.fab, .navbar .navbar-nav > a.btn.btn-icon:not(.btn-footer) i.now-ui-icons, .navbar .navbar-nav > a.btn.btn-icon:not(.btn-footer) i.fab {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-12px, -12px);
            line-height: 1.5626rem;
            width: 23px
        }

    .btn:not(.btn-icon) .now-ui-icons, .navbar .navbar-nav > a.btn:not(.btn-icon) .now-ui-icons {
        position: relative;
        top: 1px
    }

.btn-primary {
    background-color: #876793;
    color: #fff
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:active:hover, .btn-primary.active:hover, .show > .btn-primary.dropdown-toggle, .show > .btn-primary.dropdown-toggle:focus, .show > .btn-primary.dropdown-toggle:hover {
        background-color: #9578a0;
        color: #fff;
        box-shadow: none
    }

    .btn-primary:hover {
        box-shadow: 0 3px 8px 0 rgba(0,0,0,0.17)
    }

    .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary:disabled, .btn-primary:disabled:hover, .btn-primary:disabled:focus, .btn-primary:disabled.focus, .btn-primary:disabled:active, .btn-primary:disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
        background-color: #876793;
        border-color: #876793
    }

    .btn-primary.btn-simple {
        color: #876793;
        border-color: #876793
    }

        .btn-primary.btn-simple:hover, .btn-primary.btn-simple:focus, .btn-primary.btn-simple:not(:disabled):not(.disabled):active, .btn-primary.btn-simple:not(:disabled):not(.disabled).active, .btn-primary.btn-simple:not(:disabled):not(.disabled):active:focus, .btn-primary.btn-simple:not(:disabled):not(.disabled).active:focus, .btn-primary.btn-simple:active:hover, .btn-primary.btn-simple.active:hover, .show > .btn-primary.btn-simple.dropdown-toggle, .show > .btn-primary.btn-simple.dropdown-toggle:focus, .show > .btn-primary.btn-simple.dropdown-toggle:hover {
            background-color: rgba(0,0,0,0);
            color: #9578a0;
            border-color: #9578a0;
            box-shadow: none
        }

    .btn-primary.btn-link {
        color: #876793
    }

        .btn-primary.btn-link:hover, .btn-primary.btn-link:focus, .btn-primary.btn-link:not(:disabled):not(.disabled):active, .btn-primary.btn-link:not(:disabled):not(.disabled).active, .btn-primary.btn-link:not(:disabled):not(.disabled):active:focus, .btn-primary.btn-link:not(:disabled):not(.disabled).active:focus, .btn-primary.btn-link:active:hover, .btn-primary.btn-link.active:hover, .show > .btn-primary.btn-link.dropdown-toggle, .show > .btn-primary.btn-link.dropdown-toggle:focus, .show > .btn-primary.btn-link.dropdown-toggle:hover {
            background-color: rgba(0,0,0,0);
            color: #9578a0;
            text-decoration: none;
            box-shadow: none
        }

.btn-success {
    background-color: #18ce0f;
    color: #fff
}

    .btn-success:hover, .btn-success:focus, .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:active:hover, .btn-success.active:hover, .show > .btn-success.dropdown-toggle, .show > .btn-success.dropdown-toggle:focus, .show > .btn-success.dropdown-toggle:hover {
        background-color: #1beb11;
        color: #fff;
        box-shadow: none
    }

    .btn-success:hover {
        box-shadow: 0 3px 8px 0 rgba(0,0,0,0.17)
    }

    .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success:disabled, .btn-success:disabled:hover, .btn-success:disabled:focus, .btn-success:disabled.focus, .btn-success:disabled:active, .btn-success:disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
        background-color: #18ce0f;
        border-color: #18ce0f
    }

    .btn-success.btn-simple {
        color: #18ce0f;
        border-color: #18ce0f
    }

        .btn-success.btn-simple:hover, .btn-success.btn-simple:focus, .btn-success.btn-simple:not(:disabled):not(.disabled):active, .btn-success.btn-simple:not(:disabled):not(.disabled).active, .btn-success.btn-simple:not(:disabled):not(.disabled):active:focus, .btn-success.btn-simple:not(:disabled):not(.disabled).active:focus, .btn-success.btn-simple:active:hover, .btn-success.btn-simple.active:hover, .show > .btn-success.btn-simple.dropdown-toggle, .show > .btn-success.btn-simple.dropdown-toggle:focus, .show > .btn-success.btn-simple.dropdown-toggle:hover {
            background-color: rgba(0,0,0,0);
            color: #1beb11;
            border-color: #1beb11;
            box-shadow: none
        }

    .btn-success.btn-link {
        color: #18ce0f
    }

        .btn-success.btn-link:hover, .btn-success.btn-link:focus, .btn-success.btn-link:not(:disabled):not(.disabled):active, .btn-success.btn-link:not(:disabled):not(.disabled).active, .btn-success.btn-link:not(:disabled):not(.disabled):active:focus, .btn-success.btn-link:not(:disabled):not(.disabled).active:focus, .btn-success.btn-link:active:hover, .btn-success.btn-link.active:hover, .show > .btn-success.btn-link.dropdown-toggle, .show > .btn-success.btn-link.dropdown-toggle:focus, .show > .btn-success.btn-link.dropdown-toggle:hover {
            background-color: rgba(0,0,0,0);
            color: #1beb11;
            text-decoration: none;
            box-shadow: none
        }

.btn-info {
    background-color: #2CA8FF;
    color: #fff
}

    .btn-info:hover, .btn-info:focus, .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:active:hover, .btn-info.active:hover, .show > .btn-info.dropdown-toggle, .show > .btn-info.dropdown-toggle:focus, .show > .btn-info.dropdown-toggle:hover {
        background-color: #4bb5ff;
        color: #fff;
        box-shadow: none
    }

    .btn-info:hover {
        box-shadow: 0 3px 8px 0 rgba(0,0,0,0.17)
    }

    .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info:disabled, .btn-info:disabled:hover, .btn-info:disabled:focus, .btn-info:disabled.focus, .btn-info:disabled:active, .btn-info:disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
        background-color: #2CA8FF;
        border-color: #2CA8FF
    }

    .btn-info.btn-simple {
        color: #2CA8FF;
        border-color: #2CA8FF
    }

        .btn-info.btn-simple:hover, .btn-info.btn-simple:focus, .btn-info.btn-simple:not(:disabled):not(.disabled):active, .btn-info.btn-simple:not(:disabled):not(.disabled).active, .btn-info.btn-simple:not(:disabled):not(.disabled):active:focus, .btn-info.btn-simple:not(:disabled):not(.disabled).active:focus, .btn-info.btn-simple:active:hover, .btn-info.btn-simple.active:hover, .show > .btn-info.btn-simple.dropdown-toggle, .show > .btn-info.btn-simple.dropdown-toggle:focus, .show > .btn-info.btn-simple.dropdown-toggle:hover {
            background-color: rgba(0,0,0,0);
            color: #4bb5ff;
            border-color: #4bb5ff;
            box-shadow: none
        }

    .btn-info.btn-link {
        color: #2CA8FF
    }

        .btn-info.btn-link:hover, .btn-info.btn-link:focus, .btn-info.btn-link:not(:disabled):not(.disabled):active, .btn-info.btn-link:not(:disabled):not(.disabled).active, .btn-info.btn-link:not(:disabled):not(.disabled):active:focus, .btn-info.btn-link:not(:disabled):not(.disabled).active:focus, .btn-info.btn-link:active:hover, .btn-info.btn-link.active:hover, .show > .btn-info.btn-link.dropdown-toggle, .show > .btn-info.btn-link.dropdown-toggle:focus, .show > .btn-info.btn-link.dropdown-toggle:hover {
            background-color: rgba(0,0,0,0);
            color: #4bb5ff;
            text-decoration: none;
            box-shadow: none
        }

.btn-warning {
    background-color: #FFB236;
    color: #fff
}

    .btn-warning:hover, .btn-warning:focus, .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:active:hover, .btn-warning.active:hover, .show > .btn-warning.dropdown-toggle, .show > .btn-warning.dropdown-toggle:focus, .show > .btn-warning.dropdown-toggle:hover {
        background-color: #ffbe55;
        color: #fff;
        box-shadow: none
    }

    .btn-warning:hover {
        box-shadow: 0 3px 8px 0 rgba(0,0,0,0.17)
    }

    .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning:disabled, .btn-warning:disabled:hover, .btn-warning:disabled:focus, .btn-warning:disabled.focus, .btn-warning:disabled:active, .btn-warning:disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
        background-color: #FFB236;
        border-color: #FFB236
    }

    .btn-warning.btn-simple {
        color: #FFB236;
        border-color: #FFB236
    }

        .btn-warning.btn-simple:hover, .btn-warning.btn-simple:focus, .btn-warning.btn-simple:not(:disabled):not(.disabled):active, .btn-warning.btn-simple:not(:disabled):not(.disabled).active, .btn-warning.btn-simple:not(:disabled):not(.disabled):active:focus, .btn-warning.btn-simple:not(:disabled):not(.disabled).active:focus, .btn-warning.btn-simple:active:hover, .btn-warning.btn-simple.active:hover, .show > .btn-warning.btn-simple.dropdown-toggle, .show > .btn-warning.btn-simple.dropdown-toggle:focus, .show > .btn-warning.btn-simple.dropdown-toggle:hover {
            background-color: rgba(0,0,0,0);
            color: #ffbe55;
            border-color: #ffbe55;
            box-shadow: none
        }

    .btn-warning.btn-link {
        color: #FFB236
    }

        .btn-warning.btn-link:hover, .btn-warning.btn-link:focus, .btn-warning.btn-link:not(:disabled):not(.disabled):active, .btn-warning.btn-link:not(:disabled):not(.disabled).active, .btn-warning.btn-link:not(:disabled):not(.disabled):active:focus, .btn-warning.btn-link:not(:disabled):not(.disabled).active:focus, .btn-warning.btn-link:active:hover, .btn-warning.btn-link.active:hover, .show > .btn-warning.btn-link.dropdown-toggle, .show > .btn-warning.btn-link.dropdown-toggle:focus, .show > .btn-warning.btn-link.dropdown-toggle:hover {
            background-color: rgba(0,0,0,0);
            color: #ffbe55;
            text-decoration: none;
            box-shadow: none
        }

.btn-danger {
    background-color: #FF3636;
    color: #fff
}

    .btn-danger:hover, .btn-danger:focus, .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:active:hover, .btn-danger.active:hover, .show > .btn-danger.dropdown-toggle, .show > .btn-danger.dropdown-toggle:focus, .show > .btn-danger.dropdown-toggle:hover {
        background-color: #f55;
        color: #fff;
        box-shadow: none
    }

    .btn-danger:hover {
        box-shadow: 0 3px 8px 0 rgba(0,0,0,0.17)
    }

    .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger:disabled, .btn-danger:disabled:hover, .btn-danger:disabled:focus, .btn-danger:disabled.focus, .btn-danger:disabled:active, .btn-danger:disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
        background-color: #FF3636;
        border-color: #FF3636
    }

    .btn-danger.btn-simple {
        color: #FF3636;
        border-color: #FF3636
    }

        .btn-danger.btn-simple:hover, .btn-danger.btn-simple:focus, .btn-danger.btn-simple:not(:disabled):not(.disabled):active, .btn-danger.btn-simple:not(:disabled):not(.disabled).active, .btn-danger.btn-simple:not(:disabled):not(.disabled):active:focus, .btn-danger.btn-simple:not(:disabled):not(.disabled).active:focus, .btn-danger.btn-simple:active:hover, .btn-danger.btn-simple.active:hover, .show > .btn-danger.btn-simple.dropdown-toggle, .show > .btn-danger.btn-simple.dropdown-toggle:focus, .show > .btn-danger.btn-simple.dropdown-toggle:hover {
            background-color: rgba(0,0,0,0);
            color: #f55;
            border-color: #f55;
            box-shadow: none
        }

    .btn-danger.btn-link {
        color: #FF3636
    }

        .btn-danger.btn-link:hover, .btn-danger.btn-link:focus, .btn-danger.btn-link:not(:disabled):not(.disabled):active, .btn-danger.btn-link:not(:disabled):not(.disabled).active, .btn-danger.btn-link:not(:disabled):not(.disabled):active:focus, .btn-danger.btn-link:not(:disabled):not(.disabled).active:focus, .btn-danger.btn-link:active:hover, .btn-danger.btn-link.active:hover, .show > .btn-danger.btn-link.dropdown-toggle, .show > .btn-danger.btn-link.dropdown-toggle:focus, .show > .btn-danger.btn-link.dropdown-toggle:hover {
            background-color: rgba(0,0,0,0);
            color: #f55;
            text-decoration: none;
            box-shadow: none
        }

.btn-neutral {
    background-color: #fff;
    color: #876793
}

    .btn-neutral:hover, .btn-neutral:focus, .btn-neutral:not(:disabled):not(.disabled):active, .btn-neutral:not(:disabled):not(.disabled).active, .btn-neutral:not(:disabled):not(.disabled):active:focus, .btn-neutral:not(:disabled):not(.disabled).active:focus, .btn-neutral:active:hover, .btn-neutral.active:hover, .show > .btn-neutral.dropdown-toggle, .show > .btn-neutral.dropdown-toggle:focus, .show > .btn-neutral.dropdown-toggle:hover {
        background-color: #fff;
        color: #fff;
        box-shadow: none
    }

    .btn-neutral:hover {
        box-shadow: 0 3px 8px 0 rgba(0,0,0,0.17)
    }

    .btn-neutral.disabled, .btn-neutral.disabled:hover, .btn-neutral.disabled:focus, .btn-neutral.disabled.focus, .btn-neutral.disabled:active, .btn-neutral.disabled.active, .btn-neutral:disabled, .btn-neutral:disabled:hover, .btn-neutral:disabled:focus, .btn-neutral:disabled.focus, .btn-neutral:disabled:active, .btn-neutral:disabled.active, .btn-neutral[disabled], .btn-neutral[disabled]:hover, .btn-neutral[disabled]:focus, .btn-neutral[disabled].focus, .btn-neutral[disabled]:active, .btn-neutral[disabled].active, fieldset[disabled] .btn-neutral, fieldset[disabled] .btn-neutral:hover, fieldset[disabled] .btn-neutral:focus, fieldset[disabled] .btn-neutral.focus, fieldset[disabled] .btn-neutral:active, fieldset[disabled] .btn-neutral.active {
        background-color: #fff;
        border-color: #fff
    }

    .btn-neutral.btn-danger {
        color: #FF3636
    }

        .btn-neutral.btn-danger:hover, .btn-neutral.btn-danger:focus, .btn-neutral.btn-danger:active {
            color: #f55
        }

    .btn-neutral.btn-primary {
        color: #876793
    }

        .btn-neutral.btn-primary:hover, .btn-neutral.btn-primary:focus, .btn-neutral.btn-primary:active {
            color: #9578a0
        }

    .btn-neutral.btn-info {
        color: #2CA8FF
    }

        .btn-neutral.btn-info:hover, .btn-neutral.btn-info:focus, .btn-neutral.btn-info:active {
            color: #4bb5ff
        }

    .btn-neutral.btn-warning {
        color: #FFB236
    }

        .btn-neutral.btn-warning:hover, .btn-neutral.btn-warning:focus, .btn-neutral.btn-warning:active {
            color: #ffbe55
        }

    .btn-neutral.btn-success {
        color: #18ce0f
    }

        .btn-neutral.btn-success:hover, .btn-neutral.btn-success:focus, .btn-neutral.btn-success:active {
            color: #1beb11
        }

    .btn-neutral.btn-default {
        color: #888
    }

        .btn-neutral.btn-default:hover, .btn-neutral.btn-default:focus, .btn-neutral.btn-default:active {
            color: #979797
        }

    .btn-neutral:hover, .btn-neutral:focus, .btn-neutral:not(:disabled):not(.disabled):active, .btn-neutral:not(:disabled):not(.disabled).active, .btn-neutral:not(:disabled):not(.disabled):active:focus, .btn-neutral:not(:disabled):not(.disabled).active:focus, .btn-neutral:active:hover, .btn-neutral.active:hover, .show > .btn-neutral.dropdown-toggle, .show > .btn-neutral.dropdown-toggle:focus, .show > .btn-neutral.dropdown-toggle:hover {
        background-color: #fff;
        color: #9578a0;
        box-shadow: none
    }

    .btn-neutral:hover, .btn-neutral:focus {
        color: #9578a0
    }

        .btn-neutral:hover:not(.nav-link), .btn-neutral:focus:not(.nav-link) {
            box-shadow: none
        }

    .btn-neutral.btn-simple {
        color: #fff;
        border-color: #fff
    }

        .btn-neutral.btn-simple:hover, .btn-neutral.btn-simple:focus, .btn-neutral.btn-simple:not(:disabled):not(.disabled):active, .btn-neutral.btn-simple:not(:disabled):not(.disabled).active, .btn-neutral.btn-simple:not(:disabled):not(.disabled):active:focus, .btn-neutral.btn-simple:not(:disabled):not(.disabled).active:focus, .btn-neutral.btn-simple:active:hover, .btn-neutral.btn-simple.active:hover, .show > .btn-neutral.btn-simple.dropdown-toggle, .show > .btn-neutral.btn-simple.dropdown-toggle:focus, .show > .btn-neutral.btn-simple.dropdown-toggle:hover {
            background-color: rgba(0,0,0,0);
            color: #fff;
            border-color: #fff;
            box-shadow: none
        }

    .btn-neutral.btn-link {
        color: #fff
    }

        .btn-neutral.btn-link:hover, .btn-neutral.btn-link:focus, .btn-neutral.btn-link:not(:disabled):not(.disabled):active, .btn-neutral.btn-link:not(:disabled):not(.disabled).active, .btn-neutral.btn-link:not(:disabled):not(.disabled):active:focus, .btn-neutral.btn-link:not(:disabled):not(.disabled).active:focus, .btn-neutral.btn-link:active:hover, .btn-neutral.btn-link.active:hover, .show > .btn-neutral.btn-link.dropdown-toggle, .show > .btn-neutral.btn-link.dropdown-toggle:focus, .show > .btn-neutral.btn-link.dropdown-toggle:hover {
            background-color: rgba(0,0,0,0);
            color: #fff;
            text-decoration: none;
            box-shadow: none
        }

.btn-round {
    border-width: 1px;
    border-radius: 30px !important;
    padding: 11px 23px
}

    .btn-round.btn-simple {
        padding: 10px 22px
    }

.btn-simple {
    color: #876793;
    border: 1px solid;
    border-color: #888;
    padding: 10px 22px;
    background-color: rgba(0,0,0,0)
}

    .btn-simple.disabled, .btn-simple.disabled:hover, .btn-simple.disabled:focus, .btn-simple.disabled.focus, .btn-simple.disabled:active, .btn-simple.disabled.active, .btn-simple:disabled, .btn-simple:disabled:hover, .btn-simple:disabled:focus, .btn-simple:disabled.focus, .btn-simple:disabled:active, .btn-simple:disabled.active, .btn-simple[disabled], .btn-simple[disabled]:hover, .btn-simple[disabled]:focus, .btn-simple[disabled].focus, .btn-simple[disabled]:active, .btn-simple[disabled].active, fieldset[disabled] .btn-simple, fieldset[disabled] .btn-simple:hover, fieldset[disabled] .btn-simple:focus, fieldset[disabled] .btn-simple.focus, fieldset[disabled] .btn-simple:active, fieldset[disabled] .btn-simple.active, .btn-link.disabled, .btn-link.disabled:hover, .btn-link.disabled:focus, .btn-link.disabled.focus, .btn-link.disabled:active, .btn-link.disabled.active, .btn-link:disabled, .btn-link:disabled:hover, .btn-link:disabled:focus, .btn-link:disabled.focus, .btn-link:disabled:active, .btn-link:disabled.active, .btn-link[disabled], .btn-link[disabled]:hover, .btn-link[disabled]:focus, .btn-link[disabled].focus, .btn-link[disabled]:active, .btn-link[disabled].active, fieldset[disabled] .btn-link, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link.focus, fieldset[disabled] .btn-link:active, fieldset[disabled] .btn-link.active {
        background-color: rgba(0,0,0,0)
    }

.btn-lg {
    font-size: 1em;
    border-radius: .25rem;
    padding: 15px 48px
}

    .btn-lg.btn-simple {
        padding: 14px 47px
    }

.btn-sm {
    font-size: 14px;
    border-radius: .1875rem;
    padding: 5px 15px
}

    .btn-sm.btn-simple {
        padding: 4px 14px
    }

.btn-link {
    border: 0;
    padding: .5rem .7rem;
    background-color: rgba(0,0,0,0)
}

.btn-wd {
    min-width: 140px
}

.btn-group.select {
    width: 100%
}

    .btn-group.select .btn {
        text-align: left
    }

    .btn-group.select .caret {
        position: absolute;
        top: 50%;
        margin-top: -1px;
        right: 8px
    }

.btn-facebook, .btn-facebook:hover, .btn-facebookfocus, .btn-facebook:active, .btn-facebook:active:focus {
    color: #3b5998 !important
}

.btn-twitter, .btn-twitter:hover, .btn-twitterfocus, .btn-twitter:active, .btn-twitter:active:focus {
    color: #55acee !important
}

.btn-google, .btn-google:hover, .btn-googlefocus, .btn-google:active, .btn-google:active:focus {
    color: #dd4b39 !important
}

.btn-github, .btn-github:hover, .btn-githubfocus, .btn-github:active, .btn-github:active:focus {
    color: #333 !important
}

.btn-linkedin, .btn-linkedin:hover, .btn-linkedinfocus, .btn-linkedin:active, .btn-linkedin:active:focus {
    color: #0077B5 !important
}

.form-control::-moz-placeholder {
    color: #CACACB;
    opacity: 1;
    filter: alpha(opacity=100)
}

.form-control:-moz-placeholder {
    color: #CACACB;
    opacity: 1;
    filter: alpha(opacity=100)
}

.form-control::-webkit-input-placeholder {
    color: #CACACB;
    opacity: 1;
    filter: alpha(opacity=100)
}

.form-control:-ms-input-placeholder {
    color: #CACACB;
    opacity: 1;
    filter: alpha(opacity=100)
}

.form-control {
    background-color: rgba(0,0,0,0);
    border: 1px solid #CACACB;
    border-radius: .375rem !important;
    color: #86939E;
    line-height: normal;
    font-size: 14px;
    -webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -webkit-box-shadow: none;
    box-shadow: none
}

.has-success .form-control {
    border-color: #D9DADC
}

.form-control:focus {
    border: 1px solid #876793;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 !important;
    color: #9A9A9A
}

    .form-control:focus + .input-group-text, .form-control:focus ~ .input-group-text {
        border: 1px solid #876793;
        border-left: none;
        background-color: rgba(0,0,0,0)
    }

.has-success .form-control, .has-error .form-control, .has-success .form-control:focus, .has-error .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

    .has-success .form-control:focus {
        border-color: #1be611
    }

    .has-danger .form-control.form-control-success, .has-danger .form-control.form-control-danger, .has-success .form-control.form-control-success, .has-success .form-control.form-control-danger {
        background-image: none
    }

.has-danger .form-control {
    border-color: #ffcfcf;
    color: #FF3636;
    background-color: rgba(222,222,222,0.1)
}

    .has-danger .form-control:focus {
        background-color: #fff
    }

.form-control + .form-control-feedback {
    border-radius: .25rem;
    font-size: 14px;
    margin-top: -7px;
    position: absolute;
    right: 10px;
    top: 50%;
    vertical-align: middle
}

.open .form-control {
    border-radius: .25rem .25rem 0 0;
    border-bottom-color: transparent
}

.has-success:after, .has-danger:after {
    font-family: 'Nucleo Outline';
    content: "\ea22";
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 12px;
    color: #18ce0f;
    font-size: 11px
}

.has-success.input-lg:after, .has-danger.input-lg:after {
    font-size: 13px;
    top: 13px
}

.has-danger:after {
    content: "\ea53";
    color: #FF3636
}

.form-group.no-border.input-lg .input-group-text, .input-group.no-border.input-lg .input-group-text {
    padding: 20px 0 20px 20px
}

.form-group.no-border.input-lg .form-control, .input-group.no-border.input-lg .form-control {
    padding: 20px 20px
}

    .form-group.no-border.input-lg .form-control + .input-group-text, .input-group.no-border.input-lg .form-control + .input-group-text {
        padding: 20px 20px 20px 0
    }

.form-group.input-lg .form-control, .input-group.input-lg .form-control {
    padding: 19px 19px
}

    .form-group.input-lg .form-control + .input-group-text, .input-group.input-lg .form-control + .input-group-text {
        padding: 19px 19px 19px 0
    }

.form-group.input-lg .input-group-text, .input-group.input-lg .input-group-text {
    padding: 19px 0 20px 19px
}

    .form-group.input-lg .input-group-text + .form-control, .input-group.input-lg .input-group-text + .form-control {
        padding: 20px 19px 20px 17px
    }

.form-group.no-border .form-control, .input-group.no-border .form-control {
    padding: 20px 20px
}

    .form-group.no-border .form-control + .input-group-text, .input-group.no-border .form-control + .input-group-text {
        padding: 20px 20px 20px 0
    }

.form-group.no-border .input-group-text, .input-group.no-border .input-group-text {
    padding: 20px 0 20px 20px
}

.form-group .form-control, .input-group .form-control {
    padding: 20px 20px 20px 20px
}

    .form-group .form-control + .input-group-text, .input-group .form-control + .input-group-text {
        padding: 20px 20px 20px 0
    }

.form-group .input-group-text, .input-group .input-group-text {
    padding: 20px 0 20px 20px
}

    .form-group .input-group-text + .form-control, .form-group .input-group-text ~ .form-control, .input-group .input-group-text + .form-control, .input-group .input-group-text ~ .form-control {
        padding: 20px 20px 20px 17px
    }

.form-group.no-border .form-control, .form-group.no-border .form-control + .input-group-text, .input-group.no-border .form-control, .input-group.no-border .form-control + .input-group-text {
    background-color: rgba(222,222,222,0.3);
    border: medium none
}

    .form-group.no-border .form-control:focus, .form-group.no-border .form-control:active, .form-group.no-border .form-control:active, .form-group.no-border .form-control + .input-group-text:focus, .form-group.no-border .form-control + .input-group-text:active, .form-group.no-border .form-control + .input-group-text:active, .input-group.no-border .form-control:focus, .input-group.no-border .form-control:active, .input-group.no-border .form-control:active, .input-group.no-border .form-control + .input-group-text:focus, .input-group.no-border .form-control + .input-group-text:active, .input-group.no-border .form-control + .input-group-text:active {
        border: medium none;
        background-color: rgba(222,222,222,0.5)
    }

        .form-group.no-border .form-control:focus + .input-group-text, .input-group.no-border .form-control:focus + .input-group-text {
            background-color: rgba(222,222,222,0.5)
        }

.form-group.no-border .input-group-prepend .input-group-text, .input-group.no-border .input-group-prepend .input-group-text {
    background-color: rgba(222,222,222,0.3);
    border: none;
    border-left: transparent !important
}

.form-group.no-border.input-group-focus.no-border .input-group-text, .input-group.no-border.input-group-focus.no-border .input-group-text {
    background-color: rgba(222,222,222,0.5)
}

.has-error .form-control-feedback, .has-error .control-label {
    color: #FF3636
}

.has-success .form-control-feedback, .has-success .control-label {
    color: #18ce0f
}

.input-group-text {
    background-color: #fff;
    border: 1px solid #D9DADC;
    border-radius: 30px;
    color: #555;
    -webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out
}

.input-group-focus .input-group-text {
    background-color: #fff;
    border-color: #876793
}

.has-success .input-group-text, .has-danger .input-group-text {
    background-color: #fff
}

.has-danger .form-control:focus + .input-group-text {
    color: #FF3636
}

.has-success .form-control:focus + .input-group-text {
    color: #18ce0f
}

.input-group-text + .form-control, .input-group-text ~ .form-control {
    padding: -.5rem .7rem;
    padding-left: 18px
}

.input-group-text i {
    width: 17px
}

.input-group, .form-group {
    margin-bottom: 20px;
    position: relative
}

    .input-group[disabled] .input-group-text {
        background-color: #D9DADC
    }

    .input-group .input-group-prepend, .form-group .input-group-prepend {
        margin-right: 0
    }

        .input-group .input-group-prepend .input-group-text, .form-group .input-group-prepend .input-group-text {
            border-left: 1px solid #E3E3E3
        }

    .input-group .input-group-append .input-group-text, .form-group .input-group-append .input-group-text {
        border-right: 1px solid #E3E3E3;
        padding: 10px 18px 10px 0
    }

    .input-group.input-group-focus .input-group-prepend .input-group-text, .form-group.input-group-focus .input-group-prepend .input-group-text {
        border-left: 1px solid #f96332
    }

    .input-group.input-group-focus .input-group-append .input-group-text, .form-group.input-group-focus .input-group-append .input-group-text {
        border-right: 1px solid #f96332
    }

    .input-group.input-group-focus.no-border .input-group-prepend .input-group-text, .form-group.input-group-focus.no-border .input-group-prepend .input-group-text {
        border-left: transparent
    }

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #D9DADC;
    color: #888;
    cursor: not-allowed
}

.input-group-btn .btn {
    border-width: 1px;
    padding: 11px .7rem
}

.input-group-btn .btn-default:not(.btn-fill) {
    border-color: #CACACB
}

.input-group-btn:last-child > .btn {
    margin-left: 0
}

.textarea-container {
    margin-bottom: 20px
}

    .textarea-container textarea.form-control {
        max-width: 100%;
        min-height: 207px;
        max-height: 207px;
        padding: 19px;
        resize: none;
        border: none;
        border: 1px solid #CACACB;
        border-radius: 0;
        line-height: 2
    }

        .textarea-container textarea.form-control:focus, .textarea-container textarea.form-control:active {
            border: 1px solid #876793;
            -webkit-box-shadow: none;
            box-shadow: none;
            outline: 0 !important;
            color: #9A9A9A
        }

.has-success.form-group .form-control, .has-success.form-group.no-border .form-control, .has-danger.form-group .form-control, .has-danger.form-group.no-border .form-control {
    padding-right: 40px
}

.form.form-newsletter .form-group {
    float: left;
    width: 78%;
    margin-right: 2%;
    margin-top: 9px
}

.input-group .input-group-btn {
    padding: 0 12px
}

.form-group input[type=file] {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100
}

.form-check {
    margin-top: .65rem;
    padding-left: 0
}

    .form-check .form-check-label {
        display: inline-block;
        position: relative;
        cursor: pointer;
        padding-left: 35px;
        line-height: 26px;
        margin-bottom: 0;
        -webkit-transition: color 0.3s linear;
        -moz-transition: color 0.3s linear;
        -o-transition: color 0.3s linear;
        -ms-transition: color 0.3s linear;
        transition: color 0.3s linear
    }

.radio .form-check-sign {
    padding-left: 28px
}

.form-check .form-check-sign::before, .form-check .form-check-sign::after {
    content: " ";
    display: inline-block;
    position: absolute;
    width: 26px;
    height: 26px;
    left: 0;
    cursor: pointer;
    border-radius: 3px;
    top: 0;
    background-color: transparent;
    border: 1px solid #D9DADC;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear
}

.form-check .form-check-sign::after {
    font-family: 'Nucleo Outline';
    content: "\ea22";
    top: 0px;
    text-align: center;
    font-size: 14px;
    opacity: 0;
    color: #555;
    border: 0;
    background-color: inherit
}

.form-check.disabled .form-check-label, .form-check.disabled .form-check-label {
    color: #9A9A9A;
    opacity: .5;
    cursor: not-allowed
}

.form-check input[type="checkbox"], .radio input[type="radio"] {
    opacity: 0;
    position: absolute;
    visibility: hidden
}

    .form-check input[type="checkbox"]:checked + .form-check-sign::after {
        opacity: 1
    }

.form-control input[type="checkbox"]:disabled + .form-check-sign::before, .checkbox input[type="checkbox"]:disabled + .form-check-sign::after {
    cursor: not-allowed
}

.form-check input[type="checkbox"]:disabled + .form-check-sign, .form-check input[type="radio"]:disabled + .form-check-sign {
    pointer-events: none
}

.form-check-radio .form-check-sign::before, .form-check-radio .form-check-sign::after {
    content: " ";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #876793;
    display: inline-block;
    position: absolute;
    left: 3px;
    top: 3px;
    padding: 1px;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear
}

.form-check-radio input[type="radio"] + .form-check-sign:after, .form-check-radio input[type="radio"] {
    opacity: 0
}

    .form-check-radio input[type="radio"]:checked + .form-check-sign::after {
        width: 8px;
        height: 8px;
        background-color: #555;
        border-color: #555;
        top: 9px;
        left: 9px;
        opacity: 1
    }

    .form-check-radio input[type="radio"]:checked + .form-check-sign::after {
        opacity: 1
    }

    .form-check-radio input[type="radio"]:disabled + .form-check-sign {
        color: #9A9A9A
    }

        .form-check-radio input[type="radio"]:disabled + .form-check-sign::before, .form-check-radio input[type="radio"]:disabled + .form-check-sign::after {
            color: #9A9A9A
        }

.progress-container {
    position: relative
}

    .progress-container + .progress-container, .progress-container ~ .progress-container {
        margin-top: 15px
    }

    .progress-container .progress-badge {
        color: #888;
        font-size: .8571em;
        text-transform: uppercase
    }

    .progress-container .progress {
        height: 1px;
        border-radius: 0;
        box-shadow: none;
        background: rgba(222,222,222,0.8);
        margin-top: 14px
    }

        .progress-container .progress .progress-bar {
            box-shadow: none;
            background-color: #888
        }

        .progress-container .progress .progress-value {
            position: absolute;
            top: 2px;
            right: 0;
            color: #888;
            font-size: .8571em
        }

    .progress-container.progress-neutral .progress {
        background: rgba(255,255,255,0.3)
    }

    .progress-container.progress-neutral .progress-bar {
        background: #fff
    }

    .progress-container.progress-neutral .progress-value, .progress-container.progress-neutral .progress-badge {
        color: #fff
    }

    .progress-container.progress-primary .progress {
        background: rgba(249,99,50,0.3)
    }

    .progress-container.progress-primary .progress-bar {
        background: #876793
    }

    .progress-container.progress-primary .progress-value, .progress-container.progress-primary .progress-badge {
        color: #876793
    }

    .progress-container.progress-info .progress {
        background: rgba(44,168,255,0.3)
    }

    .progress-container.progress-info .progress-bar {
        background: #2CA8FF
    }

    .progress-container.progress-info .progress-value, .progress-container.progress-info .progress-badge {
        color: #2CA8FF
    }

    .progress-container.progress-success .progress {
        background: rgba(24,206,15,0.9)
    }

    .progress-container.progress-success .progress-bar {
        background: #18ce0f
    }

    .progress-container.progress-success .progress-value, .progress-container.progress-success .progress-badge {
        color: #18ce0f
    }

    .progress-container.progress-warning .progress {
        background: rgba(255,178,54,0.3)
    }

    .progress-container.progress-warning .progress-bar {
        background: #FFB236
    }

    .progress-container.progress-warning .progress-value, .progress-container.progress-warning .progress-badge {
        color: #FFB236
    }

    .progress-container.progress-danger .progress {
        background: rgba(255,54,54,0.3)
    }

    .progress-container.progress-danger .progress-bar {
        background: #FF3636
    }

    .progress-container.progress-danger .progress-value, .progress-container.progress-danger .progress-badge {
        color: #FF3636
    }

.badge {
    border-radius: 8px;
    padding: 4px 8px;
    text-transform: uppercase;
    font-size: .7142em;
    line-height: 12px;
    background-color: rgba(0,0,0,0);
    border: 1px solid;
    margin-bottom: 5px;
    color: #fff;
    border-radius: .875rem
}

    .badge:hover, .badge:focus {
        text-decoration: none
    }

.badge-icon {
    padding: 0.4em 0.55em
}

    .badge-icon i {
        font-size: 0.8em
    }

.badge-default, .badge-default[href]:focus, .badge-default[href]:hover {
    border-color: #888;
    background-color: #888;
    color: #fff
}

.badge-primary, .badge-primary[href]:focus, .badge-primary[href]:hover {
    border-color: #876793;
    background-color: #876793;
    color: #fff
}

.badge-info, .badge-info[href]:focus, .badge-info[href]:hover {
    border-color: #2CA8FF;
    background-color: #2CA8FF;
    color: #fff
}

.badge-success, .badge-success[href]:focus, .badge-success[href]:hover {
    border-color: #18ce0f;
    background-color: #18ce0f;
    color: #fff
}

.badge-warning, .badge-warning[href]:focus, .badge-warning[href]:hover {
    border-color: #FFB236;
    background-color: #FFB236;
    color: #fff
}

.badge-danger, .badge-danger[href]:focus, .badge-danger[href]:hover {
    border-color: #FF3636;
    background-color: #FF3636;
    color: #fff
}

.badge-neutral {
    color: inherit !important
}

    .badge-neutral, .badge-neutral[href]:focus, .badge-neutral[href]:hover {
        border-color: #fff;
        background-color: #fff;
        color: #fff
    }

.pagination .page-item .page-link {
    transition: all .3s;
    padding: 0px 14px;
    min-width: 30px;
    text-align: center;
    box-shadow: none;
    height: 33px;
    line-height: 33px;
    color: #86939E;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    background: transparent;
    border-color: #D9DADC
}

    .pagination .page-item .page-link:hover, .pagination .page-item .page-link:focus {
        color: #fff;
        border-color: #876793;
        background-color: #876793
    }

.pagination .arrow-margin-left, .pagination .arrow-margin-right {
    position: absolute
}

.pagination .arrow-margin-right {
    right: 0
}

.pagination .arrow-margin-left {
    left: 0
}

.pagination .page-item.active > .page-link {
    color: #fff;
    background-color: #876793
}

    .pagination .page-item.active > .page-link, .pagination .page-item.active > .page-link:focus, .pagination .page-item.active > .page-link:hover {
        background-color: #876793;
        border-color: #876793;
        color: #fff
    }

.pagination .page-item.disabled > .page-link {
    color: #86939E
}

.pagination .page-item:first-child .page-link {
    border-radius: 0
}

.pagination .page-item:last-child .page-link {
    border-radius: 0
}

.pagination.pagination-info .page-item.active > .page-link, .pagination.pagination-info .page-item.active > .page-link:focus, .pagination.pagination-info .page-item.active > .page-link:hover {
    background-color: #2CA8FF;
    border-color: #2CA8FF
}

.pagination.pagination-success .page-item.active > .page-link, .pagination.pagination-success .page-item.active > .page-link:focus, .pagination.pagination-success .page-item.active > .page-link:hover {
    background-color: #18ce0f;
    border-color: #18ce0f
}

.pagination.pagination-primary .page-item.active > .page-link, .pagination.pagination-primary .page-item.active > .page-link:focus, .pagination.pagination-primary .page-item.active > .page-link:hover {
    background-color: #876793;
    border-color: #876793
}

.pagination.pagination-warning .page-item.active > .page-link, .pagination.pagination-warning .page-item.active > .page-link:focus, .pagination.pagination-warning .page-item.active > .page-link:hover {
    background-color: #FFB236;
    border-color: #FFB236
}

.pagination.pagination-danger .page-item.active > .page-link, .pagination.pagination-danger .page-item.active > .page-link:focus, .pagination.pagination-danger .page-item.active > .page-link:hover {
    background-color: #FF3636;
    border-color: #FF3636
}

.pagination.pagination-neutral .page-item > .page-link {
    color: #fff
}

    .pagination.pagination-neutral .page-item > .page-link:focus, .pagination.pagination-neutral .page-item > .page-link:hover {
        background-color: rgba(255,255,255,0.2);
        color: #fff
    }

.pagination.pagination-neutral .page-item.active > .page-link, .pagination.pagination-neutral .page-item.active > .page-link:focus, .pagination.pagination-neutral .page-item.active > .page-link:hover {
    background-color: #fff;
    border-color: #fff;
    color: #876793
}

.pagination-container {
    display: flex;
    align-items: center
}

button, input, optgroup, select, textarea {
    font-family: "Roboto",Arial,sans-serif
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 500
}

small {
    font-size: 60%
}

a {
    color: #876793
}

    a:hover, a:focus {
        color: #876793
    }

h1, .h1 {
    font-size: 2.25rem;
    line-height: 1.15;
    margin-bottom: 30px
}

@media (min-width: 768px) {
    h1, .h1 {
        font-size: 2.25rem
    }
}

h1 small, .h1 small {
    font-weight: 700;
    text-transform: uppercase;
    opacity: .8
}

h2, .h2 {
    font-size: 1.875rem;
    margin-bottom: 30px
}

@media (min-width: 768px) {
    h2, .h2 {
        font-size: 2rem
    }
}

h3, .h3 {
    font-size: 1.75rem;
    margin-bottom: 30px;
    line-height: 1.4em
}

h4, .h4, .sidebar .widget .widget-title, .user-dashboard .dashboard-item h3.title {
    font-size: 1.5rem;
    line-height: 1.45em;
    margin-top: 30px;
    margin-bottom: 15px
}

    h4 + .category, h4.title + .category, .h4 + .category, .sidebar .widget .widget-title + .category, .user-dashboard .dashboard-item h3.title + .category, .h4.title + .category, .sidebar .widget .title.widget-title + .category, .user-dashboard .dashboard-item h3.title + .category {
        margin-top: -5px
    }

h5, .h5, .filter-wrapp .title {
    font-size: 1.375rem;
    line-height: 1.4em;
    margin-bottom: 15px
}

    h5.category, .h5.category, .filter-wrapp .category.title {
        font-weight: 400
    }

h6, .h6 {
    font-size: .75rem;
    font-weight: 700;
    text-transform: uppercase
}

p {
    line-height: 1.61em;
    font-weight: 400;
    font-size: 1rem
}

.title {
    font-weight: 500;
    padding-top: 30px;
    margin-top: 0
}

    .title.title-up {
        text-transform: uppercase
    }

        .title.title-up a {
            color: #1D1D1D;
            text-decoration: none
        }

    .title + .category {
        margin-top: -25px
    }

.description, .card-description, .footer-big p {
    color: #9A9A9A;
    font-weight: 300
}

.category {
    text-transform: capitalize;
    font-weight: 700;
    color: #9A9A9A
}

.text-primary {
    color: #876793 !important
}

.text-info {
    color: #2CA8FF !important
}

.text-success {
    color: #18ce0f !important
}

.text-warning {
    color: #FFB236 !important
}

.text-danger {
    color: #FF3636 !important
}

.text-black {
    color: #444
}

blockquote, .blockquote {
    border-left: none;
    border: 1px solid #888;
    padding: 20px;
    font-size: 1.1em;
    line-height: 1.8
}

    blockquote p, .blockquote p {
        margin-bottom: 0
    }

    blockquote small, .blockquote small {
        color: #888;
        font-size: .8571em;
        text-transform: uppercase
    }

    blockquote.blockquote-primary, .blockquote.blockquote-primary {
        border-color: #876793;
        color: #876793
    }

        blockquote.blockquote-primary small, .blockquote.blockquote-primary small {
            color: #876793
        }

    blockquote.blockquote-danger, .blockquote.blockquote-danger {
        border-color: #FF3636;
        color: #FF3636
    }

        blockquote.blockquote-danger small, .blockquote.blockquote-danger small {
            color: #FF3636
        }

    blockquote.blockquote-white, .blockquote.blockquote-white {
        border-color: rgba(255,255,255,0.8);
        color: #fff
    }

        blockquote.blockquote-white small, .blockquote.blockquote-white small {
            color: rgba(255,255,255,0.8)
        }

body {
    color: #1D1D1D;
    font-size: 14px;
    font-family: "Roboto",Arial,sans-serif;
    overflow-x: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

.main {
    position: relative;
    background: #fff
}

.nav-pills .nav-link, .nav-item .nav-link, .navbar, .nav-tabs .nav-link, .tag, .tag [data-role="remove"] {
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s
}

.card a, .bootstrap-switch-label:before {
    -webkit-transition: all 150ms ease 0s;
    -moz-transition: all 150ms ease 0s;
    -o-transition: all 150ms ease 0s;
    -ms-transition: all 150ms ease 0s;
    transition: all 150ms ease 0s
}

.dropdown-toggle:after, [data-toggle="collapse"][data-parent="#accordion"] i {
    -webkit-transition: transform 150ms ease 0s;
    -moz-transition: transform 150ms ease 0s;
    -o-transition: transform 150ms ease 0s;
    -ms-transition: all 150ms ease 0s;
    transition: transform 150ms ease 0s
}

.dropdown-toggle[aria-expanded="true"]:after, [data-toggle="collapse"][data-parent="#accordion"][aria-expanded="true"] i {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.button-bar {
    display: block;
    position: relative;
    width: 22px;
    height: 1px;
    border-radius: 1px;
    background: #fff
}

    .button-bar + .button-bar {
        margin-top: 7px
    }

    .button-bar:nth-child(2) {
        width: 17px
    }

.separator-line {
    height: 2px;
    width: 44px;
    background-color: #888;
    margin: 20px auto
}

    .separator-line.separator-primary {
        background-color: #876793
    }

.section-space {
    height: 62px;
    display: block
}

.pull-left {
    float: left
}

.pull-right {
    float: right
}

.title-up {
    text-transform: uppercase
}

.nav-pills.nav-pills-just-icons .nav-item .nav-link {
    text-align: center;
    border-radius: 50%;
    height: 80px;
    width: 80px;
    padding: 0;
    max-width: 80px;
    min-width: auto;
    margin-bottom: 4px
}

    .nav-pills.nav-pills-just-icons .nav-item .nav-link i {
        line-height: 80px
    }

.nav-pills:not(.flex-column) .nav-item:not(:last-child) .nav-link {
    margin-right: 19px
}

.nav-pills .nav-item .nav-link {
    padding: 10px 23px;
    background-color: rgba(222,222,222,0.3);
    min-width: 100px;
    font-weight: 400;
    text-align: center;
    color: #444
}

    .nav-pills .nav-item .nav-link:hover {
        background-color: rgba(222,222,222,0.3)
    }

    .nav-pills .nav-item .nav-link.active, .nav-pills .nav-item .nav-link.active:focus, .nav-pills .nav-item .nav-link.active:hover {
        background-color: #9A9A9A;
        color: #fff;
        box-shadow: 0px 5px 35px 0px rgba(0,0,0,0.3)
    }

    .nav-pills .nav-item .nav-link.disabled, .nav-pills .nav-item .nav-link:disabled, .nav-pills .nav-item .nav-link[disabled] {
        opacity: .5
    }

.nav-pills .nav-item i {
    display: block;
    line-height: 60px;
    font-size: 24px
}

.nav-pills.nav-pills-neutral .nav-item .nav-link {
    background-color: rgba(255,255,255,0.2);
    color: #fff
}

    .nav-pills.nav-pills-neutral .nav-item .nav-link.active, .nav-pills.nav-pills-neutral .nav-item .nav-link.active:focus, .nav-pills.nav-pills-neutral .nav-item .nav-link.active:hover {
        background-color: #fff;
        color: #876793
    }

.nav-pills.nav-pills-primary .nav-item .nav-link.active, .nav-pills.nav-pills-primary .nav-item .nav-link.active:focus, .nav-pills.nav-pills-primary .nav-item .nav-link.active:hover {
    background-color: #876793
}

.nav-pills.nav-pills-info .nav-item .nav-link.active, .nav-pills.nav-pills-info .nav-item .nav-link.active:focus, .nav-pills.nav-pills-info .nav-item .nav-link.active:hover {
    background-color: #2CA8FF
}

.nav-pills.nav-pills-success .nav-item .nav-link.active, .nav-pills.nav-pills-success .nav-item .nav-link.active:focus, .nav-pills.nav-pills-success .nav-item .nav-link.active:hover {
    background-color: #18ce0f
}

.nav-pills.nav-pills-warning .nav-item .nav-link.active, .nav-pills.nav-pills-warning .nav-item .nav-link.active:focus, .nav-pills.nav-pills-warning .nav-item .nav-link.active:hover {
    background-color: #FFB236
}

.nav-pills.nav-pills-danger .nav-item .nav-link.active, .nav-pills.nav-pills-danger .nav-item .nav-link.active:focus, .nav-pills.nav-pills-danger .nav-item .nav-link.active:hover {
    background-color: #FF3636
}

.tab-space {
    padding: 20px 0 50px 0px
}

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

    .nav-align-center .nav-pills {
        display: inline-flex
    }

@font-face {
    font-family: 'Nucleo Outline';
    src: url("../fonts/nucleo-outline.eot");
    src: url("../fonts/nucleo-outline.eot") format("embedded-opentype"),url("../fonts/nucleo-outline.woff2") format("woff2"),url("../fonts/nucleo-outline.woff") format("woff"),url("../fonts/nucleo-outline.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}

.now-ui-icons {
    display: inline-block;
    font: normal normal normal 14px/1 'Nucleo Outline';
    font-size: inherit;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

    .now-ui-icons.circle {
        padding: 0.33333333em;
        vertical-align: -16%;
        background-color: #eee
    }

    .now-ui-icons.circle {
        border-radius: 50%
    }

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

    .nc-icon-ul > li {
        position: relative
    }

        .nc-icon-ul > li > .now-ui-icons {
            position: absolute;
            left: -1.57142857em;
            top: 0.14285714em;
            text-align: center
        }

            .nc-icon-ul > li > .now-ui-icons.circle {
                top: -0.19047619em;
                left: -1.9047619em
            }

.now-ui-icons.spin {
    -webkit-animation: nc-icon-spin 2s infinite linear;
    -moz-animation: nc-icon-spin 2s infinite linear;
    animation: nc-icon-spin 2s infinite linear
}

@-webkit-keyframes nc-icon-spin {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes nc-icon-spin {
    0% {
        -moz-transform: rotate(0deg)
    }

    100% {
        -moz-transform: rotate(360deg)
    }
}

@keyframes nc-icon-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.now-ui-icons.ui-1_check:before {
    content: "\ea22"
}

.now-ui-icons.ui-1_email-85:before {
    content: "\ea2a"
}

.now-ui-icons.arrows-1_cloud-download-93:before {
    content: "\ea21"
}

.now-ui-icons.arrows-1_cloud-upload-94:before {
    content: "\ea24"
}

.now-ui-icons.arrows-1_minimal-down:before {
    content: "\ea39"
}

.now-ui-icons.arrows-1_minimal-left:before {
    content: "\ea3a"
}

.now-ui-icons.arrows-1_minimal-right:before {
    content: "\ea3b"
}

.now-ui-icons.arrows-1_minimal-up:before {
    content: "\ea3c"
}

.now-ui-icons.arrows-1_refresh-69:before {
    content: "\ea44"
}

.now-ui-icons.arrows-1_share-66:before {
    content: "\ea4c"
}

.now-ui-icons.business_badge:before {
    content: "\ea09"
}

.now-ui-icons.business_bank:before {
    content: "\ea0a"
}

.now-ui-icons.business_briefcase-24:before {
    content: "\ea13"
}

.now-ui-icons.business_bulb-63:before {
    content: "\ea15"
}

.now-ui-icons.business_chart-bar-32:before {
    content: "\ea1e"
}

.now-ui-icons.business_chart-pie-36:before {
    content: "\ea1f"
}

.now-ui-icons.business_globe:before {
    content: "\ea2f"
}

.now-ui-icons.business_money-coins:before {
    content: "\ea40"
}

.now-ui-icons.clothes_tie-bow:before {
    content: "\ea5b"
}

.now-ui-icons.design_vector:before {
    content: "\ea61"
}

.now-ui-icons.design_app:before {
    content: "\ea08"
}

.now-ui-icons.design_bullet-list-67:before {
    content: "\ea14"
}

.now-ui-icons.design_image:before {
    content: "\ea33"
}

.now-ui-icons.design_palette:before {
    content: "\ea41"
}

.now-ui-icons.design_scissors:before {
    content: "\ea4a"
}

.now-ui-icons.design-2_html5:before {
    content: "\ea32"
}

.now-ui-icons.design-2_ruler-pencil:before {
    content: "\ea48"
}

.now-ui-icons.emoticons_satisfied:before {
    content: "\ea49"
}

.now-ui-icons.files_box:before {
    content: "\ea12"
}

.now-ui-icons.files_paper:before {
    content: "\ea43"
}

.now-ui-icons.files_single-copy-04:before {
    content: "\ea52"
}

.now-ui-icons.health_ambulance:before {
    content: "\ea07"
}

.now-ui-icons.loader_gear:before {
    content: "\ea4e"
}

.now-ui-icons.loader_refresh:before {
    content: "\ea44"
}

.now-ui-icons.location_bookmark:before {
    content: "\ea10"
}

.now-ui-icons.location_compass-05:before {
    content: "\ea25"
}

.now-ui-icons.location_map-big:before {
    content: "\ea3d"
}

.now-ui-icons.location_pin:before {
    content: "\ea47"
}

.now-ui-icons.location_world:before {
    content: "\ea63"
}

.now-ui-icons.media-1_album:before {
    content: "\ea02"
}

.now-ui-icons.media-1_button-pause:before {
    content: "\ea16"
}

.now-ui-icons.media-1_button-play:before {
    content: "\ea18"
}

.now-ui-icons.media-1_button-power:before {
    content: "\ea19"
}

.now-ui-icons.media-1_camera-compact:before {
    content: "\ea1c"
}

.now-ui-icons.media-2_note-03:before {
    content: "\ea3f"
}

.now-ui-icons.media-2_sound-wave:before {
    content: "\ea57"
}

.now-ui-icons.objects_diamond:before {
    content: "\ea29"
}

.now-ui-icons.objects_globe:before {
    content: "\ea2f"
}

.now-ui-icons.objects_key-25:before {
    content: "\ea38"
}

.now-ui-icons.objects_planet:before {
    content: "\ea46"
}

.now-ui-icons.objects_spaceship:before {
    content: "\ea55"
}

.now-ui-icons.objects_support-17:before {
    content: "\ea56"
}

.now-ui-icons.objects_umbrella-13:before {
    content: "\ea5f"
}

.now-ui-icons.education_agenda-bookmark:before {
    content: "\ea01"
}

.now-ui-icons.education_atom:before {
    content: "\ea0c"
}

.now-ui-icons.education_glasses:before {
    content: "\ea2d"
}

.now-ui-icons.education_hat:before {
    content: "\ea30"
}

.now-ui-icons.education_paper:before {
    content: "\ea42"
}

.now-ui-icons.shopping_bag-16:before {
    content: "\ea0d"
}

.now-ui-icons.shopping_basket:before {
    content: "\ea0b"
}

.now-ui-icons.shopping_box:before {
    content: "\ea11"
}

.now-ui-icons.shopping_cart-simple:before {
    content: "\ea1d"
}

.now-ui-icons.shopping_credit-card:before {
    content: "\ea28"
}

.now-ui-icons.shopping_delivery-fast:before {
    content: "\ea27"
}

.now-ui-icons.shopping_shop:before {
    content: "\ea50"
}

.now-ui-icons.shopping_tag-content:before {
    content: "\ea59"
}

.now-ui-icons.sport_trophy:before {
    content: "\ea5d"
}

.now-ui-icons.sport_user-run:before {
    content: "\ea60"
}

.now-ui-icons.tech_controller-modern:before {
    content: "\ea26"
}

.now-ui-icons.tech_headphones:before {
    content: "\ea31"
}

.now-ui-icons.tech_laptop:before {
    content: "\ea36"
}

.now-ui-icons.tech_mobile:before {
    content: "\ea3e"
}

.now-ui-icons.tech_tablet:before {
    content: "\ea58"
}

.now-ui-icons.tech_tv:before {
    content: "\ea5e"
}

.now-ui-icons.tech_watch-time:before {
    content: "\ea62"
}

.now-ui-icons.text_align-center:before {
    content: "\ea05"
}

.now-ui-icons.text_align-left:before {
    content: "\ea06"
}

.now-ui-icons.text_bold:before {
    content: "\ea0e"
}

.now-ui-icons.text_caps-small:before {
    content: "\ea1b"
}

.now-ui-icons.gestures_tap-01:before {
    content: "\ea5a"
}

.now-ui-icons.transportation_air-baloon:before {
    content: "\ea03"
}

.now-ui-icons.transportation_bus-front-12:before {
    content: "\ea17"
}

.now-ui-icons.travel_info:before {
    content: "\ea04"
}

.now-ui-icons.travel_istanbul:before {
    content: "\ea34"
}

.now-ui-icons.ui-1_bell-53:before {
    content: "\ea0f"
}

.now-ui-icons.ui-1_calendar-60:before {
    content: "\ea1a"
}

.now-ui-icons.ui-1_lock-circle-open:before {
    content: "\ea35"
}

.now-ui-icons.ui-1_send:before {
    content: "\ea4d"
}

.now-ui-icons.ui-1_settings-gear-63:before {
    content: "\ea4e"
}

.now-ui-icons.ui-1_simple-add:before {
    content: "\ea4f"
}

.now-ui-icons.ui-1_simple-delete:before {
    content: "\ea54"
}

.now-ui-icons.ui-1_simple-remove:before {
    content: "\ea53"
}

.now-ui-icons.ui-1_zoom-bold:before {
    content: "\ea64"
}

.now-ui-icons.ui-2_chat-round:before {
    content: "\ea20"
}

.now-ui-icons.ui-2_favourite-28:before {
    content: "\ea2b"
}

.now-ui-icons.ui-2_like:before {
    content: "\ea37"
}

.now-ui-icons.ui-2_settings-90:before {
    content: "\ea4b"
}

.now-ui-icons.ui-2_time-alarm:before {
    content: "\ea5c"
}

.now-ui-icons.users_circle-08:before {
    content: "\ea23"
}

.now-ui-icons.users_single-02:before {
    content: "\ea51"
}

.all-icons .font-icon-detail {
    text-align: center;
    padding: 45px 0px 30px;
    border: 1px solid #e5e5e5;
    border-radius: 0.1875rem;
    margin: 15px 0;
    min-height: 168px
}

.all-icons [class*="now-ui-icons"] {
    font-size: 32px
}

.all-icons .font-icon-detail p {
    margin: 25px auto 0;
    width: 100%;
    text-align: center;
    display: block;
    color: #B8B8B8;
    padding: 0 10px;
    font-size: 0.7142em
}

.nav-tabs {
    border: 0;
    padding: 15px .7rem
}

    .nav-tabs:not(.nav-tabs-neutral) > .nav-item > .nav-link.active {
        box-shadow: 0px 5px 35px 0px rgba(0,0,0,0.3)
    }

.card .nav-tabs {
    border-top-right-radius: .1875rem;
    border-top-left-radius: .1875rem
}

.nav-tabs > .nav-item > .nav-link {
    color: #888;
    margin: 0;
    margin-right: 5px;
    background-color: rgba(0,0,0,0);
    border: 1px solid rgba(0,0,0,0);
    border-radius: 30px;
    font-size: 14px;
    padding: 11px 23px;
    line-height: 1.5
}

    .nav-tabs > .nav-item > .nav-link:hover {
        background-color: rgba(0,0,0,0)
    }

    .nav-tabs > .nav-item > .nav-link.active {
        background-color: #444;
        border-radius: 30px;
        color: #fff
    }

    .nav-tabs > .nav-item > .nav-link i.now-ui-icons {
        font-size: 14px;
        position: relative;
        top: 1px;
        margin-right: 3px
    }

.nav-tabs > .nav-item.disabled > .nav-link, .nav-tabs > .nav-item.disabled > .nav-link:hover {
    color: rgba(255,255,255,0.5)
}

.nav-tabs.nav-tabs-neutral > .nav-item > .nav-link {
    color: #fff
}

    .nav-tabs.nav-tabs-neutral > .nav-item > .nav-link.active {
        background-color: rgba(255,255,255,0.2);
        color: #fff
    }

.nav-tabs.nav-tabs-primary > .nav-item > .nav-link.active {
    background-color: #876793
}

.nav-tabs.nav-tabs-info > .nav-item > .nav-link.active {
    background-color: #2CA8FF
}

.nav-tabs.nav-tabs-danger > .nav-item > .nav-link.active {
    background-color: #FF3636
}

.nav-tabs.nav-tabs-warning > .nav-item > .nav-link.active {
    background-color: #FFB236
}

.nav-tabs.nav-tabs-success > .nav-item > .nav-link.active {
    background-color: #18ce0f
}

.navbar {
    padding-top: .625rem;
    padding-bottom: .625rem;
    min-height: 53px
}

    .navbar a {
        vertical-align: middle
    }

        .navbar a:not(.btn):not(.dropdown-item) {
            color: #1D1D1D
        }

    .navbar p {
        display: inline-block;
        margin: 0;
        line-height: 21px;
        font-weight: inherit;
        font-size: inherit
    }

    .navbar .navbar-nav.navbar-logo {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 49px;
        top: -4px
    }

    .navbar .navbar-nav .nav-link.btn {
        padding: 11px 22px
    }

        .navbar .navbar-nav .nav-link.btn.btn-lg {
            padding: 15px 48px
        }

        .navbar .navbar-nav .nav-link.btn.btn-sm {
            padding: 5px 15px
        }

    .navbar .navbar-nav .nav-link:not(.btn) {
        font-size: 1em;
        font-weight: 500;
        padding: .5rem .625rem;
        line-height: 1.625rem;
        text-transform: uppercase
    }

        .navbar .navbar-nav .nav-link:not(.btn) i.fab + p, .navbar .navbar-nav .nav-link:not(.btn) i.now-ui-icons + p {
            margin-left: 3px
        }

        .navbar .navbar-nav .nav-link:not(.btn) i.fab, .navbar .navbar-nav .nav-link:not(.btn) i.now-ui-icons {
            font-size: 18px;
            position: relative;
            top: 3px;
            text-align: center;
            width: 21px
        }

        .navbar .navbar-nav .nav-link:not(.btn) i.now-ui-icons {
            top: 4px;
            font-size: 16px
        }

        .navbar .navbar-nav .nav-link:not(.btn).profile-photo .profile-photo-small {
            width: 27px;
            height: 27px
        }

        .navbar .navbar-nav .nav-link:not(.btn).disabled {
            opacity: .5;
            color: #fff
        }

    .navbar .navbar-nav .nav-item:hover .dropdown-menu {
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
        -webkit-transform: translate3d(0, 0px, 0) !important;
        -moz-transform: translate3d(0, 0px, 0) !important;
        -o-transform: translate3d(0, 0px, 0) !important;
        -ms-transform: translate3d(0, 0px, 0) !important;
        transform: translate3d(0, 0px, 0) !important
    }

    .navbar .navbar-nav .nav-item.user img {
        width: 35px;
        height: 35px
    }

    .navbar .navbar-nav .nav-item .dropdown-toggle {
        position: relative
    }

        .navbar .navbar-nav .nav-item .dropdown-toggle:after {
            content: '\f107';
            border: none;
            height: auto;
            width: auto;
            right: 0;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -moz-transform: translateY(-50%)
        }

    .navbar .navbar-nav .nav-item ul {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        margin-bottom: 0;
        list-style: none
    }

        .navbar .navbar-nav .nav-item ul li {
            display: inline-block
        }

            .navbar .navbar-nav .nav-item ul li .nav-link:not(.btn) {
                margin-left: 0 !important;
                margin-right: 0px !important;
                padding: 1rem
            }

            .navbar .navbar-nav .nav-item ul li .dropdown-menu {
                display: none;
                position: absolute;
                top: 100%;
                right: 0;
                margin: 0
            }

    .navbar .navbar-nav .nav-item.active .nav-link:not(.btn), .navbar .navbar-nav .nav-item .nav-link:not(.btn):focus, .navbar .navbar-nav .nav-item .nav-link:not(.btn):hover, .navbar .navbar-nav .nav-item .nav-link:not(.btn):active {
        background-color: rgba(135,103,147,0.2);
        border-radius: .1875rem
    }

    .navbar .logo-container {
        width: 27px;
        height: 27px;
        overflow: hidden;
        margin: 0 auto;
        border-radius: 50%;
        border: 1px solid transparent
    }

    .navbar .navbar-brand {
        text-transform: uppercase;
        font-size: .8571em;
        padding-top: .3125rem;
        padding-bottom: .3125rem;
        line-height: 1.625rem
    }

    .navbar .navbar-toggler {
        width: 62px;
        height: 52px;
        outline: 0;
        cursor: pointer;
        padding: 0;
        border: none
    }

        .navbar .navbar-toggler.navbar-toggler-left {
            position: relative;
            left: 0;
            padding-left: 0
        }

        .navbar .navbar-toggler .navbar-toggler-bar.middle-bar {
            width: 62px;
            transition: width .2s linear
        }

        .navbar .navbar-toggler:hover .navbar-toggler-bar.middle-bar {
            width: 62px
        }

    .navbar .button-dropdown .navbar-toggler-bar:nth-child(2) {
        width: 17px
    }

    .navbar.navbar-transparent {
        background-color: rgba(0,0,0,0) !important;
        box-shadow: none;
        color: #fff;
        padding-top: 40px !important
    }

    .navbar.bg-white:not(.navbar-transparent) a:not(.dropdown-item):not(.btn) {
        color: #888
    }

        .navbar.bg-white:not(.navbar-transparent) a:not(.dropdown-item):not(.btn).disabled {
            opacity: .5;
            color: #888
        }

    .navbar.bg-white:not(.navbar-transparent) .button-bar {
        background: #888
    }

    .navbar.bg-white:not(.navbar-transparent) .nav-item.active .nav-link:not(.btn), .navbar.bg-white:not(.navbar-transparent) .nav-item .nav-link:not(.btn):focus, .navbar.bg-white:not(.navbar-transparent) .nav-item .nav-link:not(.btn):hover, .navbar.bg-white:not(.navbar-transparent) .nav-item .nav-link:not(.btn):active {
        background-color: rgba(222,222,222,0.3)
    }

    .navbar.bg-white:not(.navbar-transparent) .logo-container {
        border: 1px solid #888
    }

    .navbar .header-right .navbar-nav {
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center
    }

        .navbar .header-right .navbar-nav .nav-item .nav-link {
            padding: .5rem .5rem
        }

    .navbar .cart-wrap {
        display: inline-block;
        vertical-align: middle
    }

    .navbar .open-menu {
        display: inline-block;
        vertical-align: middle
    }

    .navbar .open-menu, .navbar .close-menu {
        font-size: 1.75rem
    }

@media (min-width: 480px) {
    .navbar .open-menu, .navbar .close-menu {
        font-size: 3.25rem
    }
}

@media (min-width: small) {
    .navbar .open-menu, .navbar .close-menu {
        font-size: 3.25rem
    }
}

.navbar .close-menu {
    width: 100%;
    text-align: right;
    padding-right: .9375rem
}

.custom-icon {
    width: 2.5rem;
    height: 1.875rem;
    display: block;
    background-repeat: no-repeat;
    background-position: center
}

    .custom-icon.search-icon {
        background-image: url("../images/search-Icon.svg")
    }

    .custom-icon.cart-icon {
        background-image: url("../images/cart-icon.svg")
    }

.bg-default {
    background-color: #888 !important
}

.bg-primary {
    background-color: #876793 !important
}

.bg-info {
    background-color: #2CA8FF !important
}

.bg-success {
    background-color: #18ce0f !important
}

.bg-danger {
    background-color: #FF3636 !important
}

.bg-warning {
    background-color: #FFB236 !important
}

.bg-white {
    background-color: #fff !important
}

.dropdown-menu {
    border: 0;
    box-shadow: 0px 10px 50px 0px rgba(0,0,0,0.2);
    border-radius: .125rem;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    transition: all 150ms linear;
    font-size: 14px
}

    .dropdown-menu.dropdown-menu-right:before {
        left: auto;
        right: 10px
    }

.dropdown .dropdown-menu {
    -webkit-transform: translate3d(0, -25px, 0) !important;
    -moz-transform: translate3d(0, -25px, 0) !important;
    -o-transform: translate3d(0, -25px, 0) !important;
    -ms-transform: translate3d(0, -25px, 0) !important;
    transform: translate3d(0, -25px, 0) !important;
    visibility: hidden;
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
    top: 100% !important
}

.dropdown.show .dropdown-menu, .dropdown-menu.open {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    -webkit-transform: translate3d(0, 0px, 0) !important;
    -moz-transform: translate3d(0, 0px, 0) !important;
    -o-transform: translate3d(0, 0px, 0) !important;
    -ms-transform: translate3d(0, 0px, 0) !important;
    transform: translate3d(0, 0px, 0) !important
}

.dropdown-menu .dropdown-item, .bootstrap-select .dropdown-menu.inner li a {
    font-size: .8571em;
    padding-top: .6rem;
    padding-bottom: .6rem;
    margin-top: 5px;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    transition: all 150ms linear
}

    .dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus, .bootstrap-select .dropdown-menu.inner li a:hover, .bootstrap-select .dropdown-menu.inner li a:focus {
        background-color: rgba(222,222,222,0.3)
    }

    .dropdown-menu .dropdown-item.disabled, .dropdown-menu .dropdown-item:disabled, .bootstrap-select .dropdown-menu.inner li a.disabled, .bootstrap-select .dropdown-menu.inner li a:disabled {
        color: rgba(182,182,182,0.6)
    }

        .dropdown-menu .dropdown-item.disabled:hover, .dropdown-menu .dropdown-item.disabled:focus, .dropdown-menu .dropdown-item:disabled:hover, .dropdown-menu .dropdown-item:disabled:focus, .bootstrap-select .dropdown-menu.inner li a.disabled:hover, .bootstrap-select .dropdown-menu.inner li a.disabled:focus, .bootstrap-select .dropdown-menu.inner li a:disabled:hover, .bootstrap-select .dropdown-menu.inner li a:disabled:focus {
            background-color: transparent
        }

.dropdown-menu:before {
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
    vertical-align: middle;
    content: "";
    top: -5px;
    left: 10px;
    right: auto;
    color: #fff;
    border-bottom: .4em solid;
    border-right: .4em solid transparent;
    border-left: .4em solid transparent
}

.dropdown-menu .dropdown-divider {
    background-color: rgba(222,222,222,0.5)
}

.dropdown-menu .dropdown-header:not([href]):not([tabindex]) {
    color: rgba(182,182,182,0.6);
    font-size: .7142em;
    text-transform: uppercase;
    font-weight: 700
}

.dropdown-menu.dropdown-primary {
    background-color: #7f618a
}

    .dropdown-menu.dropdown-primary:before {
        color: #7f618a
    }

    .dropdown-menu.dropdown-primary .dropdown-header:not([href]):not([tabindex]) {
        color: rgba(255,255,255,0.8)
    }

    .dropdown-menu.dropdown-primary .dropdown-item {
        color: #fff
    }

        .dropdown-menu.dropdown-primary .dropdown-item:hover, .dropdown-menu.dropdown-primary .dropdown-item:focus {
            background-color: rgba(255,255,255,0.2)
        }

    .dropdown-menu.dropdown-primary .dropdown-divider {
        background-color: rgba(255,255,255,0.2)
    }

.dropdown-menu.dropdown-info {
    background-color: #1da2ff
}

    .dropdown-menu.dropdown-info:before {
        color: #1da2ff
    }

    .dropdown-menu.dropdown-info .dropdown-header:not([href]):not([tabindex]) {
        color: rgba(255,255,255,0.8)
    }

    .dropdown-menu.dropdown-info .dropdown-item {
        color: #fff
    }

        .dropdown-menu.dropdown-info .dropdown-item:hover, .dropdown-menu.dropdown-info .dropdown-item:focus {
            background-color: rgba(255,255,255,0.2)
        }

    .dropdown-menu.dropdown-info .dropdown-divider {
        background-color: rgba(255,255,255,0.2)
    }

.dropdown-menu.dropdown-danger {
    background-color: #ff2727
}

    .dropdown-menu.dropdown-danger:before {
        color: #ff2727
    }

    .dropdown-menu.dropdown-danger .dropdown-header:not([href]):not([tabindex]) {
        color: rgba(255,255,255,0.8)
    }

    .dropdown-menu.dropdown-danger .dropdown-item {
        color: #fff
    }

        .dropdown-menu.dropdown-danger .dropdown-item:hover, .dropdown-menu.dropdown-danger .dropdown-item:focus {
            background-color: rgba(255,255,255,0.2)
        }

    .dropdown-menu.dropdown-danger .dropdown-divider {
        background-color: rgba(255,255,255,0.2)
    }

.dropdown-menu.dropdown-success {
    background-color: #16c00e
}

    .dropdown-menu.dropdown-success:before {
        color: #16c00e
    }

    .dropdown-menu.dropdown-success .dropdown-header:not([href]):not([tabindex]) {
        color: rgba(255,255,255,0.8)
    }

    .dropdown-menu.dropdown-success .dropdown-item {
        color: #fff
    }

        .dropdown-menu.dropdown-success .dropdown-item:hover, .dropdown-menu.dropdown-success .dropdown-item:focus {
            background-color: rgba(255,255,255,0.2)
        }

    .dropdown-menu.dropdown-success .dropdown-divider {
        background-color: rgba(255,255,255,0.2)
    }

.dropdown-menu.dropdown-warning {
    background-color: #ffac27
}

    .dropdown-menu.dropdown-warning:before {
        color: #ffac27
    }

    .dropdown-menu.dropdown-warning .dropdown-header:not([href]):not([tabindex]) {
        color: rgba(255,255,255,0.8)
    }

    .dropdown-menu.dropdown-warning .dropdown-item {
        color: #fff
    }

        .dropdown-menu.dropdown-warning .dropdown-item:hover, .dropdown-menu.dropdown-warning .dropdown-item:focus {
            background-color: rgba(255,255,255,0.2)
        }

    .dropdown-menu.dropdown-warning .dropdown-divider {
        background-color: rgba(255,255,255,0.2)
    }

.button-dropdown {
    padding-right: .7rem;
    cursor: pointer
}

    .button-dropdown .dropdown-toggle {
        padding-top: .5rem;
        padding-bottom: .5rem;
        display: block
    }

        .button-dropdown .dropdown-toggle:after {
            display: none
        }

.alert {
    border: 0;
    border-radius: 0;
    color: #fff;
    padding-top: .9rem;
    padding-bottom: .9rem
}

    .alert .alert-link {
        color: #fff;
        opacity: .8
    }

    .alert.alert-success {
        background-color: rgba(24,206,15,0.8)
    }

    .alert.alert-danger {
        background-color: rgba(255,54,54,0.8)
    }

    .alert.alert-warning {
        background-color: rgba(255,178,54,0.8)
    }

    .alert.alert-info {
        background-color: rgba(44,168,255,0.8)
    }

    .alert.alert-primary {
        background-color: rgba(249,99,50,0.8)
    }

    .alert .alert-icon {
        display: block;
        float: left;
        margin-right: 15px;
        margin-top: -1px
    }

    .alert strong {
        text-transform: uppercase;
        font-size: 12px
    }

    .alert i.fa, .alert i.now-ui-icons {
        font-size: 20px
    }

    .alert .close {
        color: #fff;
        opacity: .9;
        text-shadow: none;
        line-height: 0;
        outline: 0;
        display: inline-block;
        cursor: pointer
    }

img {
    max-width: 100%;
    border-radius: 1px
}

.img-raised {
    box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.3)
}

.popover {
    font-size: 14px;
    box-shadow: 0px 10px 50px 0px rgba(0,0,0,0.2);
    border: none;
    line-height: 1.7;
    max-width: 240px
}

    .popover.bs-popover-top .arrow:before, .popover.bs-popover-left .arrow:before, .popover.bs-popover-right .arrow:before, .popover.bs-popover-bottom .arrow:before {
        border-top-color: transparent;
        border-left-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent
    }

    .popover .popover-header {
        color: rgba(182,182,182,0.6);
        font-size: 14px;
        text-transform: capitalize;
        font-weight: 600;
        margin: 0;
        margin-top: 5px;
        border: none;
        background-color: transparent
    }

    .popover:before {
        display: none
    }

    .popover.bs-tether-element-attached-top:after {
        border-bottom-color: #fff;
        top: -9px
    }

    .popover.popover-primary {
        background-color: #876793
    }

        .popover.popover-primary .popover-body {
            color: #fff
        }

        .popover.popover-primary.bs-popover-right .arrow:after {
            border-right-color: #876793
        }

        .popover.popover-primary.bs-popover-top .arrow:after {
            border-top-color: #876793
        }

        .popover.popover-primary.bs-popover-bottom .arrow:after {
            border-bottom-color: #876793
        }

        .popover.popover-primary.bs-popover-left .arrow:after {
            border-left-color: #876793
        }

        .popover.popover-primary .popover-header {
            color: #fff;
            opacity: .6
        }

    .popover.popover-info {
        background-color: #2CA8FF
    }

        .popover.popover-info .popover-body {
            color: #fff
        }

        .popover.popover-info.bs-popover-right .arrow:after {
            border-right-color: #2CA8FF
        }

        .popover.popover-info.bs-popover-top .arrow:after {
            border-top-color: #2CA8FF
        }

        .popover.popover-info.bs-popover-bottom .arrow:after {
            border-bottom-color: #2CA8FF
        }

        .popover.popover-info.bs-popover-left .arrow:after {
            border-left-color: #2CA8FF
        }

        .popover.popover-info .popover-header {
            color: #fff;
            opacity: .6
        }

    .popover.popover-warning {
        background-color: #FFB236
    }

        .popover.popover-warning .popover-body {
            color: #fff
        }

        .popover.popover-warning.bs-popover-right .arrow:after {
            border-right-color: #FFB236
        }

        .popover.popover-warning.bs-popover-top .arrow:after {
            border-top-color: #FFB236
        }

        .popover.popover-warning.bs-popover-bottom .arrow:after {
            border-bottom-color: #FFB236
        }

        .popover.popover-warning.bs-popover-left .arrow:after {
            border-left-color: #FFB236
        }

        .popover.popover-warning .popover-header {
            color: #fff;
            opacity: .6
        }

    .popover.popover-danger {
        background-color: #FF3636
    }

        .popover.popover-danger .popover-body {
            color: #fff
        }

        .popover.popover-danger.bs-popover-right .arrow:after {
            border-right-color: #FF3636
        }

        .popover.popover-danger.bs-popover-top .arrow:after {
            border-top-color: #FF3636
        }

        .popover.popover-danger.bs-popover-bottom .arrow:after {
            border-bottom-color: #FF3636
        }

        .popover.popover-danger.bs-popover-left .arrow:after {
            border-left-color: #FF3636
        }

        .popover.popover-danger .popover-header {
            color: #fff;
            opacity: .6
        }

    .popover.popover-success {
        background-color: #18ce0f
    }

        .popover.popover-success .popover-body {
            color: #fff
        }

        .popover.popover-success.bs-popover-right .arrow:after {
            border-right-color: #18ce0f
        }

        .popover.popover-success.bs-popover-top .arrow:after {
            border-top-color: #18ce0f
        }

        .popover.popover-success.bs-popover-bottom .arrow:after {
            border-bottom-color: #18ce0f
        }

        .popover.popover-success.bs-popover-left .arrow:after {
            border-left-color: #18ce0f
        }

        .popover.popover-success .popover-header {
            color: #fff;
            opacity: .6
        }

.tooltip.bs-tooltip-right .arrow:before {
    border-right-color: #876793
}

.tooltip.bs-tooltip-top .arrow:before {
    border-top-color: #876793
}

.tooltip.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #876793
}

.tooltip.bs-tooltip-left .arrow:before {
    border-left-color: #876793
}

.tooltip-inner {
    padding: .5rem .7rem;
    min-width: 130px;
    background-color: #876793;
    font-size: 14px;
    color: inherit;
    color: #fff;
    box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.2)
}

.modal-content {
    border-radius: .1875rem;
    border: none;
    box-shadow: 0px 10px 50px 0px rgba(0,0,0,0.5)
}

    .modal-content .modal-header {
        border-bottom: none;
        padding-top: 24px;
        padding-right: 24px;
        padding-bottom: 0;
        padding-left: 24px
    }

        .modal-content .modal-header button {
            position: absolute;
            right: 27px;
            top: 30px;
            outline: 0
        }

        .modal-content .modal-header .title {
            margin-top: 5px;
            margin-bottom: 0
        }

    .modal-content .modal-body {
        padding-top: 24px;
        padding-right: 24px;
        padding-bottom: 16px;
        padding-left: 24px;
        line-height: 1.9
    }

    .modal-content .modal-footer {
        border-top: none;
        padding-right: 24px;
        padding-bottom: 16px;
        padding-left: 24px;
        -webkit-justify-content: space-between;
        justify-content: space-between
    }

        .modal-content .modal-footer button {
            margin: 0;
            padding-left: 16px;
            padding-right: 16px;
            width: auto
        }

            .modal-content .modal-footer button.pull-left {
                padding-left: 5px;
                padding-right: 5px;
                position: relative;
                left: -5px
            }

    .modal-content .modal-body + .modal-footer {
        padding-top: 0
    }

.modal-backdrop {
    background: rgba(0,0,0,0.3)
}

.modal.modal-mini p {
    text-align: center
}

.modal.modal-mini .modal-dialog {
    max-width: 255px;
    margin: 0 auto
}

.modal.modal-mini .modal-profile {
    width: 70px;
    height: 70px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 5.7;
    box-shadow: 0px 5px 50px 0px rgba(0,0,0,0.3)
}

    .modal.modal-mini .modal-profile i {
        color: #876793;
        font-size: 21px
    }

    .modal.modal-mini .modal-profile[class*="modal-profile-"] i {
        color: #fff
    }

    .modal.modal-mini .modal-profile.modal-profile-primary {
        background-color: #876793
    }

    .modal.modal-mini .modal-profile.modal-profile-danger {
        background-color: #FF3636
    }

    .modal.modal-mini .modal-profile.modal-profile-warning {
        background-color: #FFB236
    }

    .modal.modal-mini .modal-profile.modal-profile-success {
        background-color: #18ce0f
    }

    .modal.modal-mini .modal-profile.modal-profile-info {
        background-color: #2CA8FF
    }

.modal.modal-mini .modal-footer button {
    text-transform: uppercase
}

    .modal.modal-mini .modal-footer button:first-child {
        opacity: .5
    }

.modal.modal-default .modal-content {
    background-color: #fff;
    color: #1D1D1D
}

.modal.modal-default .modal-header .close {
    color: #1D1D1D
}

.modal.modal-primary .modal-content {
    background-color: #876793;
    color: #fff
}

.modal.modal-primary .modal-header .close {
    color: #fff
}

.modal.modal-danger .modal-content {
    background-color: #FF3636;
    color: #fff
}

.modal.modal-danger .modal-header .close {
    color: #fff
}

.modal.modal-warning .modal-content {
    background-color: #FFB236;
    color: #fff
}

.modal.modal-warning .modal-header .close {
    color: #fff
}

.modal.modal-success .modal-content {
    background-color: #18ce0f;
    color: #fff
}

.modal.modal-success .modal-header .close {
    color: #fff
}

.modal.modal-info .modal-content {
    background-color: #2CA8FF;
    color: #fff
}

.modal.modal-info .modal-header .close {
    color: #fff
}

.modal.show.modal-mini .modal-dialog {
    -webkit-transform: translate(0, 30%);
    -o-transform: translate(0, 30%);
    transform: translate(0, 30%)
}

.modal .modal-header .close {
    color: #FF3636;
    text-shadow: none
}

    .modal .modal-header .close:hover, .modal .modal-header .close:focus {
        opacity: 1
    }

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block
}

.carousel .carousel-inner {
    box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.3);
    border-radius: .1875rem
}

.carousel .card {
    max-width: 650px;
    margin: 60px auto;
    display: block
}

.footer {
    color: #fff;
    background-color: #1D1D1D
}

    .footer nav {
        display: inline-block;
        float: left;
        width: 100%;
        text-align: center
    }

@media (min-width: 768px) {
    .footer nav {
        width: auto
    }
}

.footer ul {
    margin-bottom: 0;
    padding: 0;
    list-style: none
}

    .footer ul li {
        display: inline-block;
        width: 100%
    }

@media (min-width: 768px) {
    .footer ul li {
        width: auto
    }
}

.footer ul li a {
    display: block;
    color: #fff;
    padding: .5rem 0px;
    font-size: 14px;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s
}

@media (min-width: 768px) {
    .footer ul li a {
        padding: .5rem 1.375rem
    }
}

.footer ul li a:hover {
    color: #876793;
    text-decoration: none
}

.footer ul li:first-child a {
    padding-left: 0
}

.footer ul li:last-child a {
    padding-right: 0
}

.footer .footer-top {
    border-bottom: 1px solid #D9DADC;
    padding: 2.1875rem 0rem
}

    .footer .footer-top .footer-left-menu {
        float: left
    }

    .footer .footer-top .footer-right-menu {
        width: 100%
    }

@media (min-width: 768px) {
    .footer .footer-top .footer-right-menu {
        float: right;
        width: auto
    }
}

.footer .footer-bottom {
    padding: 1.5625rem 0
}

    .footer .footer-bottom .copyright {
        color: #D9DADC
    }

.footer:after {
    display: table;
    clear: both;
    content: " "
}

.nice-select {
    display: block;
    width: 100%;
    height: 55px;
    padding: 1.0625rem 1.25rem
}

    .nice-select:before {
        content: '\f107';
        float: right;
        font-size: .8125rem;
        right: .5rem;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        color: #3F3E3E
    }

    .nice-select:after {
        display: none
    }

    .nice-select .list {
        width: 100%
    }

    .nice-select.open:before {
        content: '\f106'
    }

.form-group.spinner {
    position: relative;
    width: 4.8125rem;
    margin: 0 auto
}

    .form-group.spinner .form-control {
        width: 3.125rem;
        /*height: 3.125rem;*/
        padding: .625rem;
        text-align: center
    }

    .form-group.spinner .input-group-btn .btn {
        min-width: 1.4375rem;
        height: 1.4375rem;
        line-height: 1.4375rem;
        padding: 0;
        margin: 0;
        background: none;
        color: #1D1D1D;
        font-size: 1.25rem;
        border: 1px solid #CACACB
    }

        .form-group.spinner .input-group-btn .btn:hover {
            box-shadow: none;
            background: #876793;
            border-color: #876793;
            color: #fff
        }
    /*#main-table {
    padding: .75rem;
}*/

    .form-group.spinner .input-group-btn.btn-up {
        position: absolute;
        top: 0;
        right: 0
    }

    .form-group.spinner .input-group-btn.btn-down {
        position: absolute;
        bottom: 0;
        right: 0
    }

@keyframes scaleAnimation {
    0% {
        opacity: 0;
        transform: scale(1.5)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes drawCircle {
    0% {
        stroke-dashoffset: 151px
    }

    100% {
        stroke-dashoffset: 0
    }
}

@keyframes drawCheck {
    0% {
        stroke-dashoffset: 36px
    }

    100% {
        stroke-dashoffset: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

#successAnimationCircle {
    stroke-dasharray: 151px 151px;
    stroke: #00B935
}

#successAnimationCheck {
    stroke-dasharray: 36px 36px;
    stroke: #00B935
}

#successAnimationResult {
    fill: #00B935;
    opacity: 0
}

#successAnimation.animated {
    animation: 1s ease-out 0s 1 both scaleAnimation
}

    #successAnimation.animated #successAnimationCircle {
        animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCircle,0.3s linear 0.9s 1 both fadeOut
    }

    #successAnimation.animated #successAnimationCheck {
        animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCheck,0.3s linear 0.9s 1 both fadeOut
    }

    #successAnimation.animated #successAnimationResult {
        animation: 0.3s linear 0.9s both fadeIn
    }

.card {
    border: 0;
    border-radius: .1875rem;
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 30px
}

    .card .card-header {
        background-color: rgba(0,0,0,0);
        border-bottom: 0;
        background-color: transparent;
        border-radius: 0;
        padding: 0
    }

    .card .card-footer {
        padding: 0;
        margin-top: 15px;
        background-color: rgba(0,0,0,0);
        border: 0
    }

    .card[data-background-color="orange"] {
        background-color: #876793
    }

    .card[data-background-color="red"] {
        background-color: #FF3636
    }

    .card[data-background-color="yellow"] {
        background-color: #FFB236
    }

    .card[data-background-color="blue"] {
        background-color: #2CA8FF
    }

    .card[data-background-color="green"] {
        background-color: #15b60d
    }

.card-plain {
    background: transparent;
    box-shadow: none
}

    .card-plain .card-body, .card-plain .card-header {
        padding-left: 5px;
        padding-right: 5px
    }

        .card-plain .card-header:after {
            width: 100%;
            left: 0
        }

.card-signup, .card-login {
    margin: 0 auto
}

    .card-signup .card-header, .card-login .card-header {
        margin: 0 20px;
        padding: 30px 0
    }

    .card-signup .card-title, .card-login .card-title {
        margin-top: 15px;
        margin-bottom: 15px
    }

    .card-signup .card-footer, .card-login .card-footer {
        margin-bottom: 0px;
        margin-top: 1.25rem;
        padding: 0
    }

    .card-signup .card-body, .card-login .card-body {
        padding-top: 0px;
        padding-bottom: 0px;
        min-height: auto
    }

    .card-signup .form-check, .card-signup .form-check.form-check-radio, .card-login .form-check, .card-login .form-check.form-check-radio {
        margin-top: 20px
    }

        .card-signup .form-check label, .card-signup .form-check.form-check-radio label, .card-login .form-check label, .card-login .form-check.form-check-radio label {
            margin-left: 11px;
            color: initial;
            padding-left: 40px
        }

    .card-signup .card-description, .card-login .card-description {
        margin-top: 15px;
        margin-bottom: 20px
    }

    .card-signup .social-line, .card-login .social-line {
        margin-top: 20px;
        text-align: center
    }

        .card-signup .social-line .btn.btn-icon, .card-signup .social-line .btn.btn-icon .btn-icon, .card-login .social-line .btn.btn-icon, .card-login .social-line .btn.btn-icon .btn-icon {
            margin-left: 5px;
            margin-right: 5px;
            margin-top: 0;
            margin-bottom: 0;
            box-shadow: 0px 5px 50px 0px rgba(0,0,0,0.2)
        }

.card {
    border-radius: .25rem;
    padding-bottom: .7rem;
    margin-left: auto;
    margin-right: auto;
    display: block
}

@media (min-width: 768px) {
    .card {
        max-width: 31.25rem
    }
}

@media (min-width: 768px) {
    .card.card-register {
        max-width: 43.75rem
    }
}

.card.card-register .card-body {
    max-width: 31.25rem;
    margin-left: auto;
    margin-right: auto
}

.card .separator-type-01 {
    margin-bottom: 3.125rem
}

.card .btn-wd {
    min-width: 11.875rem
}

.card .input-group {
    margin-bottom: 1.5625rem
}

    .card .input-group label {
        width: 100%;
        text-align: left
    }

        .card .input-group label span.required {
            color: #FF3636
        }

    .card .input-group .form-control {
        padding: 1.0625rem 1.25rem
    }

        .card .input-group .form-control + .form-control-feedback {
            right: 1.875rem;
            color: #9A9A9A;
            top: inherit;
            bottom: 1.21875rem
        }

    .card .input-group .form-text {
        width: 100%;
        text-align: right;
        margin-bottom: 0
    }

.card .btn {
    text-transform: uppercase;
    letter-spacing: .0625rem
}

.card .forgot-password {
    text-align: left;
    margin-top: .9375rem
}

@media (min-width: 768px) {
    .card .forgot-password {
        margin-top: 0rem;
        text-align: right
    }
}

.card .register-account {
    padding: .9375rem 0
}

    .card .register-account p {
        margin-bottom: 0
    }

.card .card-footer {
    margin-top: 0
}

    .card .card-footer .forgot-password {
        margin-top: 2.1875rem
    }

        .card .card-footer .forgot-password a {
            color: #9A9A9A;
            text-decoration: underline
        }

            .card .card-footer .forgot-password a:hover {
                text-decoration: none
            }

.card.card-make-payment .btn-wrap {
    margin-top: .9375rem
}

.card.card-statements .btn-wrap {
    margin-top: .9375rem;
    text-align: center
}

.form-control::-moz-placeholder {
    color: #876793;
    opacity: 1;
    filter: alpha(opacity=100)
}

.form-control:-moz-placeholder {
    color: #876793;
    opacity: 1;
    filter: alpha(opacity=100)
}

.form-control::-webkit-input-placeholder {
    color: #876793;
    opacity: 1;
    filter: alpha(opacity=100)
}

.form-control:-ms-input-placeholder {
    color: #876793;
    opacity: 1;
    filter: alpha(opacity=100)
}

.overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    display: none;
    background-color: rgba(255,255,255,0.9)
}

    .overlay.open {
        display: block
    }

    .overlay .overlay-content {
        position: relative;
        top: 46%;
        width: 80%;
        text-align: center;
        margin-top: 30px;
        margin: auto
    }

    .overlay .closebtn {
        position: absolute;
        top: 20px;
        right: 45px;
        font-size: 60px;
        cursor: pointer;
        color: #1D1D1D
    }

        .overlay .closebtn:hover {
            color: #ccc
        }

    .overlay .form-control {
        border: none;
        background: transparent;
        font-size: 1.5625rem;
        color: #876793;
        border-radius: 0 !important;
        border-bottom: 2px solid #876793
    }

    .overlay .btn {
        margin-top: 1.875rem;
        font-weight: 500;
        width: 15.625rem
    }

@media (min-width: 768px) {
    .overlay .btn {
        font-size: 1.375rem
    }
}

.section {
    padding-top: 10px !important;
    position: relative;
    background: #fff
}

    /*@media (min-width: 768px) {
    .section {
        padding: 70px 0
    }
}*/

    .section .row + .category {
        margin-top: 15px
    }

    .section .section-title-wrap {
        margin-bottom: 30px
    }

        .section .section-title-wrap h2 {
            margin-bottom: 5px;
            letter-spacing: -.08188rem;
            line-height: 3.625rem;
            font-size: 2.125rem
        }

@media (min-width: 768px) {
    .section .section-title-wrap h2 {
        margin-bottom: 0px
    }
}

.section .section-description {
    color: #9A9A9A;
    font-size: .8125rem;
    line-height: 1.375rem
}

@media (min-width: 768px) {
    .section .section-description {
        text-align: right
    }
}

@media (min-width: 992px) {
    .section .section-description {
        padding-left: 30px
    }
}

.section.section-content-element .content-wrapper img {
    margin-top: 1.25rem;
    margin-bottom: 2.1875rem
}

.section-full-screen {
    height: 100vh
}

.no-border {
    border: none
}

.img-wrap {
    margin-bottom: 1.25rem
}

@media (min-width: 992px) {
    .img-wrap {
        margin-bottom: 0
    }
}

@media (min-width: 1200px) {
    .header .container, .section-promotions .container {
        max-width: 1300px
    }
}

.header-top {
    background-color: #1D1D1D
}

    .header-top:after {
        content: "";
        display: table;
        clear: both
    }

    .header-top .container:after {
        content: "";
        display: table;
        clear: both
    }

    .header-top ul {
        margin: 0;
        padding: 0;
        float: right
    }

        .header-top ul li {
            display: inline-block;
            vertical-align: middle
        }

            .header-top ul li a {
                display: block;
                font-size: .875rem;
                padding: 1.375rem 1.75rem;
                text-decoration: none;
                color: #fff;
                text-transform: uppercase;
                font-weight: 500;
                -webkit-transition: all 0.5s;
                -moz-transition: all 0.5s;
                -ms-transition: all 0.5s;
                transition: all 0.5s
            }

@media (max-width: 767px) {
    .login .header-top ul li a {
        font-size: .75rem;
        padding: .9375rem .4375rem
    }
}

@media (min-width: 480px) {
    .header-top ul li a {
        padding: 1.375rem 2.5rem
    }
}

@media (min-width: small) {
    .header-top ul li a {
        padding: 1.375rem 2.5rem
    }
}

@media (min-width: 992px) {
    .header-top ul li a {
        padding: .625rem 1.5625rem
    }
}

.header-top ul li a:hover {
    background-color: #876793
}

.header-top ul li.active a {
    background-color: #876793
}

.header-top ul li.login a:hover {
    background-color: none
}

.header-top ul li.search a {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0
}

    .header-top ul li.search a:hover {
        background-color: transparent;
        outline: none;
        border: none
    }

.header-top ul li.search .custom-icon.search-icon {
    width: 32px;
    height: 41px;
    background-image: url("../images/search-icon-white.png")
}

.header-top ul li.dropdown > a:after {
    content: '\f107';
    padding-left: .3125rem
}

.header-top ul li.dropdown .dropdown-menu a {
    color: #1D1D1D;
    font-size: .75rem;
    text-transform: none
}

    .header-top ul li.dropdown .dropdown-menu a:hover {
        background: rgba(222,222,222,0.3)
    }

.header-top ul li.dropdown:hover .dropdown-menu {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    -webkit-transform: translate3d(0, 0px, 0) !important;
    -moz-transform: translate3d(0, 0px, 0) !important;
    -o-transform: translate3d(0, 0px, 0) !important;
    -ms-transform: translate3d(0, 0px, 0) !important;
    transform: translate3d(0, 0px, 0) !important
}

.page-header {
    min-height: 14.5rem;
    max-height: 999px;
    padding: 0;
    color: #fff;
    position: relative;
    overflow: hidden
}

    .page-header > .content {
        margin-top: 12%;
        text-align: center;
        margin-bottom: 50px
    }

    .page-header:before {
        background-color: rgba(0,0,0,0.32)
    }

    .page-header .page-header-content {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        text-align: left;
        max-width: 34.6875rem
    }

        .page-header .page-header-content h2 {
            font-weight: 700;
            line-height: 2.5rem;
            margin-bottom: 1.25rem;
            font-size: 2.25rem
        }

@media (min-width: 768px) {
    .page-header .page-header-content h2 {
        line-height: 58px
    }
}

.page-header .page-header-content p {
    font-size: 1.125rem;
    line-height: 1.3125rem;
    margin-bottom: 0rem
}

.page-header > .container {
    z-index: 2;
    padding-top: 12vh;
    padding-bottom: 40px
}

.page-header .page-header-image {
    position: absolute;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    z-index: -1
}

.index-page .page-header .page-header-image {
    filter: blur(10px);
    -webkit-filter: blur(10px);
    -webkit-transition: background-image 2s;
    -moz-transition: background-image 2s;
    -ms-transition: background-image 2s;
    transition: background-image 2s
}

    .index-page .page-header .page-header-image.loaded {
        filter: blur(0);
        -webkit-filter: blur(0)
    }

.page-header .content-center {
    z-index: 2;
    text-align: center;
    color: #fff;
    padding: 0 15px;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%)
}

.page-header footer {
    position: absolute;
    bottom: 0;
    width: 100%
}

.page-header .container {
    height: 100%;
    z-index: 1;
    text-align: center;
    position: relative
}

.page-header .category, .page-header .description {
    color: rgba(255,255,255,0.8)
}

.page-header:after, .page-header:before {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    content: ""
}

.page-header.page-header-small {
    min-height: 14.5rem;
    max-height: 14.5rem
}

    .page-header.page-header-small:before {
        background-color: rgba(0,0,0,0.5)
    }

    .page-header.page-header-small .title {
        font-size: 2.125rem;
        margin-bottom: 0
    }

@media (min-width: 768px) {
    .page-header.page-header-small .title {
        display: inline-block;
        vertical-align: middle;
        margin: 0;
        padding: 0
    }
}

@media (min-width: 768px) {
    .page-header.page-header-small .page-header-description {
        vertical-align: middle;
        display: inline-block;
        text-align: left;
        max-width: 340px;
        font-size: 1.125rem;
        line-height: 2rem;
        letter-spacing: -.0625rem;
        margin-left: 2.8125rem
    }
}

.page-header.page-header-fullWidth {
    min-height: 46.875rem
}

@media (min-width: 480px) {
    .page-header.page-header-fullWidth {
        min-height: 37.5rem
    }
}

@media (min-width: small) {
    .page-header.page-header-fullWidth {
        min-height: 37.5rem
    }
}

@media (min-width: 992px) {
    .page-header.page-header-fullWidth {
        min-height: 100vh;
        max-height: 100vh
    }
}

.page-header.page-header-fullWidth .content-center {
    max-width: 100%
}

.page-header.page-header-fullWidth .page-header-image {
    filter: blur(8px);
    -webkit-filter: blur(8px);
    -webkit-transition: background-image 2s;
    -moz-transition: background-image 2s;
    -ms-transition: background-image 2s;
    transition: background-image 2s
}

    .page-header.page-header-fullWidth .page-header-image.loaded {
        filter: blur(0);
        -webkit-filter: blur(0)
    }

.page-header .prev-page {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 1.25rem;
    height: 30px
}

@media (min-width: 768px) {
    .page-header .prev-page {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        z-index: 11
    }
}

.page-header .prev-page a {
    color: #fff;
    text-decoration: none
}

@media (min-width: 768px) {
    .page-header .prev-page a {
        float: left
    }
}

.page-header .prev-page a i {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.875rem;
    margin-right: .625rem
}

.page-header .prev-page a span {
    display: inline-block;
    vertical-align: middle
}

.breadcrumb {
    margin-bottom: 0;
    background-color: transparent;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center
}

    .breadcrumb li.breadcrumb-item {
        color: #fff;
        font-weight: 500;
        text-transform: uppercase
    }

        .breadcrumb li.breadcrumb-item:before {
            color: #fff
        }

        .breadcrumb li.breadcrumb-item a {
            color: #fff
        }

        .breadcrumb li.breadcrumb-item.active {
            color: #fff
        }

.no-page-header .header {
    box-shadow: 0 2px 2px 0 rgba(205,202,202,0.5);
    position: relative;
    z-index: 1
}

.no-page-header .breadcrumb {
    padding: 1.875rem 0 1.5625rem
}

    .no-page-header .breadcrumb li.breadcrumb-item {
        font-weight: 400
    }

        .no-page-header .breadcrumb li.breadcrumb-item a {
            color: #8996A0
        }

        .no-page-header .breadcrumb li.breadcrumb-item.active {
            color: #8996A0
        }

.modal.custom-modal {
    background: rgba(255,255,255,0.9);
    padding-right: 0 !important
}

    .modal.custom-modal .modal-lg {
        max-width: 100%;
        margin: 0
    }

        .modal.custom-modal .modal-lg .modal-content {
            box-shadow: none;
            border-radius: 0px
        }

            .modal.custom-modal .modal-lg .modal-content .modal-header {
                padding-left: 0;
                padding-right: 0;
                margin-bottom: 5.625rem
            }

                .modal.custom-modal .modal-lg .modal-content .modal-header .close {
                    color: #1D1D1D;
                    opacity: 1
                }

            .modal.custom-modal .modal-lg .modal-content .modal-body {
                padding-left: 0;
                padding-right: 0;
                color: #43484D;
                font-weight: 300;
                font-size: 1.375rem;
                line-height: 2rem;
                text-align: left;
                background-repeat: no-repeat;
                padding-bottom: 8.125rem;
                background-size: 80%;
                background-position: right -60px bottom 55px
            }

@media (max-width: 767px) {
    .modal.custom-modal .modal-lg .modal-content .modal-body {
        background-image: none !important
    }
}

@media (min-width: 992px) {
    .modal.custom-modal .modal-lg .modal-content .modal-body {
        background-size: 90%;
        background-position: right -100px bottom 0px
    }
}

@media (min-width: 1200px) {
    .modal.custom-modal .modal-lg .modal-content .modal-body {
        background-size: auto;
        background-position: right -100px bottom -55px
    }
}

.modal.custom-modal .modal-lg .modal-content .modal-body h2 {
    font-weight: 300;
    font-size: 1.75rem;
    line-height: 2rem;
    letter-spacing: -.09625rem;
    margin-bottom: 3.75rem
}

@media (min-width: 992px) {
    .modal.custom-modal .modal-lg .modal-content .modal-body h2 {
        line-height: 3.25rem;
        font-size: 2.5rem
    }
}

.modal.custom-modal .modal-lg .modal-content .modal-body .btn-wrap {
    margin-top: 1.25rem
}

.modal.custom-modal .modal-lg .modal-content .modal-body .australian-student, .modal.custom-modal .modal-lg .modal-content .modal-body .non-student {
    margin-bottom: 2.1875rem;
    max-width: 24.375rem
}

.modal.custom-modal .modal-lg .modal-content .modal-footer .btn {
    min-width: 11.875rem
}

.section-promotions .img-holder {
    position: relative;
    background-color: #fff;
    box-shadow: 1px 2px 3px 0 rgba(0,0,0,0.1);
    border-radius: .375rem;
    overflow: hidden;
    margin-bottom: 3.125rem
}

@media (min-width: 768px) {
    .section-promotions .img-holder {
        margin-bottom: 70px
    }
}

.section-promotions .img-holder img {
    border-radius: .375rem;
    width: 100%;
    opacity: 1;
    -webkit-transition: transform 0.5s, opacity 2s;
    -moz-transition: transform 0.5s, opacity 2s;
    -ms-transition: transform 0.5s, opacity 2s;
    transition: transform 0.5s, opacity 2s
}

    .section-promotions .img-holder img.loaded {
        opacity: 1
    }

.section-promotions .img-holder:hover img {
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.section-promotions .img-holder .overlay {
    border-radius: .375rem;
    position: absolute;
    background-color: rgba(0,0,0,0.32);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    z-index: 11
}

    .section-promotions .img-holder .overlay .overlay-content {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        color: #fff;
        font-size: 1.375rem;
        font-weight: 500;
        max-width: 10.3125rem
    }

        .section-promotions .img-holder .overlay .overlay-content p {
            margin-bottom: 0
        }

.section-promotions .btn-wrap .btn {
    text-transform: uppercase;
    margin-bottom: 1.5625rem
}

.section-category-list {
    padding: 4.6875rem 0 6.5625rem
}

    .section-category-list .category-item {
        border-radius: .375rem;
        margin-bottom: 2.625rem;
        -webkit-transition: box-shadow 0.5s;
        -moz-transition: box-shadow 0.5s;
        -ms-transition: box-shadow 0.5s;
        transition: box-shadow 0.5s
    }

        .section-category-list .category-item:hover {
            box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.4)
        }

        .section-category-list .category-item a {
            color: #3F3E3E;
            text-decoration: none
        }

        .section-category-list .category-item .img-holder {
            position: relative;
            background-color: #1D1D1D;
            border-radius: .375rem;
            overflow: hidden;
            margin-bottom: .9375rem
        }

@media (min-width: 768px) {
    .section-category-list .category-item .img-holder {
        margin-bottom: 0
    }
}

.section-category-list .category-item .img-holder img {
    border-radius: .375rem;
    width: 100%;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    transition: opacity 0.5s
}

.section-category-list .category-item .img-holder:hover img {
    opacity: 0.3
}

.section-category-list .category-item h4.category-name {
    margin: 1.25rem 0;
    text-align: center;
    font-size: 1.125rem
}

.section-category-list .category-item:after {
    content: "";
    display: table;
    clear: both
}

.section-category-list .pagination-wrap {
    margin-top: 1.5625rem
}

    .section-category-list .pagination-wrap:after {
        content: "";
        display: table;
        clear: both
    }

    .section-category-list .pagination-wrap .pagination {
        margin-bottom: 0;
        float: right
    }

.custom-modal .modal-header h4 {
    margin: 2.5rem 0 0
}

.custom-modal .modal-body .product-legend ul {
    margin: 3.125rem 0;
    padding: 0;
    list-style: none
}

    .custom-modal .modal-body .product-legend ul li {
        font-size: 1rem;
        margin-bottom: .9375rem
    }

        .custom-modal .modal-body .product-legend ul li:before {
            content: '';
            background: #1D1D1D;
            width: .6875rem;
            height: .6875rem;
            border-radius: 100%;
            display: inline-block;
            margin-right: .625rem
        }

        .custom-modal .modal-body .product-legend ul li.blue:before {
            background: #4A90E2
        }

        .custom-modal .modal-body .product-legend ul li.green:before {
            background: #36BF63
        }

        .custom-modal .modal-body .product-legend ul li.yellow:before {
            background: #F9CB2E
        }

        .custom-modal .modal-body .product-legend ul li.red:before {
            background: #F24258
        }

.custom-modal .modal-footer {
    text-align: center
}

    .custom-modal .modal-footer .btn {
        margin: 0 auto
    }

.custom-modal.signin-modal .modal-header h4 {
    margin: 2.5rem 5rem 1.875rem
}

.custom-modal.signin-modal .modal-header .close {
    color: #FF3636 !important;
    font-size: 1.5rem !important
}

.custom-modal.change-shipping-address-modal .choose-address {
    display: inline-block;
    margin: 0 auto
}

    .custom-modal.change-shipping-address-modal .choose-address .form-check-label address span {
        display: block
    }

.sidebar {
    margin-top: 1.875rem
}

@media (min-width: 768px) {
    .sidebar {
        margin-top: 0rem;
        padding-left: 4.0625rem
    }
}

.sidebar .widget {
    margin-bottom: 2.0625rem
}

    .sidebar .widget .widget-title {
        font-weight: 500;
        margin-top: 0px;
        margin-bottom: 0
    }

        .sidebar .widget .widget-title i {
            color: #876793;
            margin-right: 1.25rem
        }

    .sidebar .widget .widget-content {
        font-weight: 300;
        font-size: 1.125rem;
        color: #5E6977
    }

        .sidebar .widget .widget-content a {
            color: #5E6977
        }

.sidebar.sidebar-left {
    width: 100%;
    padding-left: 0
}

@media (min-width: 992px) {
    .sidebar.sidebar-left {
        width: 10rem;
        margin-right: 2.5rem
    }
}

.widget.widget-image figure {
    position: relative;
    overflow: hidden
}

    .widget.widget-image figure::before {
        position: absolute;
        top: 0;
        left: -75%;
        z-index: 2;
        display: block;
        content: '';
        width: 50%;
        height: 100%;
        background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 100%);
        background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 100%);
        -webkit-transform: skewX(-25deg);
        transform: skewX(-25deg)
    }

    .widget.widget-image figure:hover::before {
        -webkit-animation: shine .75s;
        animation: shine .75s
    }

@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}

.index-page .page-header {
    height: 35.125rem;
}

    .index-page .page-header .category-absolute {
        position: absolute;
        top: 100vh;
        margin-top: -60px;
        padding: 0 15px;
        width: 100%;
        color: rgba(255,255,255,0.5)
    }

    .index-page .page-header .page-header-content {
        left: 0;
        padding: 0 .9375rem
    }

@media (min-width: 768px) {
    .index-page .page-header .page-header-content {
        padding-left: 4.375rem
    }
}

.section-main-content-wrap .contact-content p {
    font-size: 1rem;
    font-weight: 300;
    line-height: 2rem;
    color: #43484D
}

.accordion .card {
    border-radius: 0;
    border: none;
    box-shadow: none;
    margin-bottom: 0;
    max-width: 100%;
    border-bottom: 1px solid #CECCCC !important
}

    .accordion .card .card-header {
        background: none;
        border-width: 2px
    }

        .accordion .card .card-header h5 {
            position: relative;
            font-size: 1.125rem;
            padding: .9375rem 0;
            padding-right: 1.25rem;
            cursor: pointer
        }

            .accordion .card .card-header h5:after {
                content: "\f107";
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                right: 0px;
                font-size: 1.5rem
            }

        .accordion .card .card-header .collapsed:after {
            content: "\f105"
        }

    .accordion .card .card-body {
        padding: .625rem 0 2.5rem
    }

.form-control::-moz-placeholder {
    color: #86939E;
    opacity: 1;
    filter: alpha(opacity=100)
}

.form-control:-moz-placeholder {
    color: #86939E;
    opacity: 1;
    filter: alpha(opacity=100)
}

.form-control::-webkit-input-placeholder {
    color: #86939E;
    opacity: 1;
    filter: alpha(opacity=100)
}

.form-control:-ms-input-placeholder {
    color: #86939E;
    opacity: 1;
    filter: alpha(opacity=100)
}

.contact-content-wrap {
    margin-top: 1.25rem
}

.contact-form .btn {
    text-transform: uppercase
}

    .contact-form .btn.d-block {
        width: 100%
    }

@media (min-width: 1200px) {
    .product-listing-template .main .container {
        max-width: 1300px
    }
}

.product-listing-template .product-content-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.product-listing-template .sidebar.sidebar-left .btn-wrapper {
    margin-bottom: .9375rem
}

    .product-listing-template .sidebar.sidebar-left .btn-wrapper .btn {
        width: 100%
    }

.product-listing-template .product-lists {
    width: 100%
}

@media (min-width: 992px) {
    .product-listing-template .product-lists {
        width: calc(100% - 200px);
        overflow-x: auto
    }
}

@media (min-width: 1300px) {
    .product-listing-template .product-lists {
        overflow: hidden
    }
}

.product-listing-template .product-lists .btn-wrapper {
    margin-bottom: .9375rem
}

    .product-listing-template .product-lists .btn-wrapper .btn {
        width: 100%
    }

.product-listing-template .form-check .form-check-label {
    padding-left: 40px
}

.product-listing-template .form-check .form-check-sign::before, .product-listing-template .form-check .form-check-sign::after {
    width: 17px;
    height: 17px;
    top: .25rem
}

.product-listing-template .form-check .form-check-sign::before {
    border-color: #979797;
    border-radius: 4px
}

.product-listing-template .form-check .form-check-sign::after {
    content: '\f00c';
    line-height: 17px;
    background: #876793;
    color: #fff
}

.product-listing-template .product-search-result .product-lists {
    width: 100%
}

@media (min-width: 992px) {
    .product-listing-template .product-search-result .search-filter {
        width: auto
    }
}

.product-listing-template .pagination-wrap {
    margin-top: 1.5625rem;
    float: right
}

.filter-wrapp {
    display: none
}

@media (min-width: 992px) {
    .filter-wrapp {
        display: block
    }
}

.filter-wrapp .title {
    margin-top: 0;
    margin-bottom: 1.25rem;
    padding-top: 0;
    font-weight: 500
}

    .filter-wrapp .title a {
        color: #8996A0;
        text-decoration: none
    }

    .filter-wrapp .title span {
        font-weight: 400;
        font-size: .8125rem;
        float: right
    }

.filter-wrapp .category-filter ul.custom-accordion {
    list-style: none;
    padding: 0
}

    .filter-wrapp .category-filter ul.custom-accordion .inner {
        overflow: hidden;
        display: none;
        padding-top: .3125rem;
        padding-bottom: .9375rem
    }

    .filter-wrapp .category-filter ul.custom-accordion li {
        margin: 1.125rem 0
    }

        .filter-wrapp .category-filter ul.custom-accordion li:first-child {
            margin-top: 0
        }

        .filter-wrapp .category-filter ul.custom-accordion li:last-child {
            margin-bottom: 0
        }

        .filter-wrapp .category-filter ul.custom-accordion li a.toggle {
            width: 100%;
            display: block;
            color: #3F3E3E;
            font-size: 1rem;
            text-decoration: none
        }

            .filter-wrapp .category-filter ul.custom-accordion li a.toggle:hover {
                color: #876793
            }

            .filter-wrapp .category-filter ul.custom-accordion li a.toggle:after {
                content: '\f105';
                float: right
            }

        .filter-wrapp .category-filter ul.custom-accordion li.toggle-open a.toggle:after {
            content: '\f107'
        }

.search-filter {
    z-index: 11
}

    .search-filter:after {
        content: "";
        display: table;
        clear: both
    }

@media (min-width: 992px) {
    .search-filter {
        width: 1070px
    }
}

.search-filter .form-check .form-check-label {
    padding-left: 1.5625rem;
    font-size: .8125rem;
    font-weight: 500
}

.search-filter .form-group {
    margin-bottom: 0
}

    .search-filter .form-group:after {
        content: "";
        display: table;
        clear: both
    }

    .search-filter .form-group .form-control {
        padding: .4375rem .5rem;
        font-size: .8125rem;
        position: relative
    }

    .search-filter .form-group .nice-select {
        height: 2.0625rem
    }

    .search-filter .form-group.has-search {
        position: relative
    }

        .search-filter .form-group.has-search:before {
            content: '\f002';
            display: inline-block;
            position: absolute;
            left: 8px;
            z-index: 1;
            color: #86939E;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -moz-transform: translateY(-50%)
        }

        .search-filter .form-group.has-search .form-control {
            padding-left: 1.875rem
        }

.search-filter .search-filter-left {
    width: 100%;
    display: block;
}

#content-desktop {
    display: block;
}

#content-mobile {
    display: none;
}

.search-filter .form-group.has-search {
    /*float: inline-end!important;*/
}


@media screen and (max-width: 812px) {

    #content-desktop {
        display: none;
    }

    #content-mobile {
        display: block;
    }
}

@media (min-width: 992px) {
    .search-filter .search-filter-left {
        display: block;
        float: left;
        width: calc(100% - 320px);
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        /*display: flex;*/
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (min-width: 350px) {
    .search-filter .search-filter-left {
        /*display: block;*/
        /*float: left;
        width: calc(100% - 320px);
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;*/
        /*display: flex;*/
        /*-webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap*/
    }

    badge badge-primary span {
        display: none;
    }

    badge badge-primary .phototext:after {
        content: "Photo";
    }

    ​.lfr-panel-title span {
        display: none;
    }

    .lfr-panel-title:after {
        content: "links";
    }

    .search-filter .form-group.has-search {
        width: inherit;
    }
}

@media (max-width: 650px) {
    .search-filter .search-filter-left {
        display: block;
        /*float: left;
        width: calc(100% - 320px);
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;*/
        /*display: flex;*/
        /*-webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap*/
    }
}

.search-filter .search-filter-left .form-group {
    margin-bottom: 1.25rem
}

@media (min-width: 992px) {
    .search-filter .search-filter-left .form-group {
        width: 10.75rem;
        margin-right: .625rem;
        margin-bottom: 0
    }
}

.search-filter .search-filter-left .form-group:last-child {
    margin-right: 0
}

.search-filter .search-filter-right {
    width: 100%
}

@media (min-width: 992px) {
    .search-filter .search-filter-right {
        width: 320px;
        float: right
    }
}

.search-filter .search-filter-right .form-group label {
    display: inline-block;
    vertical-align: middle;
    font-size: .8125rem;
    font-weight: 500;
    margin-right: 1.875rem;
    margin-bottom: 0
}

.search-filter .search-filter-right .form-group .form-control {
    /*width: 9.9375rem;*/
    width: -moz-available;
    display: inline-block;
    vertical-align: middle;
    float: none
}

.search-filter .show-available-items {
    float: left;
    margin-bottom: .625rem
}

    .search-filter .show-available-items:after {
        content: "";
        display: table;
        clear: both
    }

.product-list-header, .product-item {
    border-top: .25rem solid #876793;
    background: #F4F4F4;
    padding: .3rem 0;
    font-weight: 500;
    font-size: .8125rem;
    text-transform: capitalize;
    font-style: italic
}

@media (min-width: 992px) {
    .product-list-header, .product-item {
        min-width: 1070px
    }
}

@media (min-width: 1200px) {
    .product-list-header, .product-item {
        min-width: auto
    }
}

.product-list-header .item, .product-item .item {
    width: 90px;
    display: inline-block;
    margin-left: -.1875rem;
    vertical-align: middle;
    text-align: center;
    padding-right: .625rem
}

.product-list-header .description, .product-item .description {
    width: 80%;
    display: inline-block;
    vertical-align: middle;
    margin-left: -.1875rem;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1;
    color: #1D1D1D
}

@media (min-width: 480px) {
    .product-list-header .description, .product-item .description {
        font-size: 1.5rem;
        line-height: 1.75rem
    }
}

@media (min-width: small) {
    .product-list-header .description, .product-item .description {
        font-size: 1.5rem;
        line-height: 1.75rem
    }
}

@media (min-width: 992px) {
    .product-list-header .description, .product-item .description {
        width: calc(100% - 123px);
        font-size: .8125rem;
        line-height: 1
    }
}

.product-list-header .unit-amt-ex, .product-list-header .unit-amt-incl, .product-list-header .available-status, .product-list-header .uom, .product-item .unit-amt-ex, .product-item .unit-amt-incl, .product-item .available-status, .product-item .uom {
    width: 31%;
    display: inline-block;
    vertical-align: middle;
    font-style: italic
}

@media (min-width: 992px) {
    .product-list-header .unit-amt-ex, .product-list-header .unit-amt-incl, .product-list-header .available-status, .product-list-header .uom, .product-item .unit-amt-ex, .product-item .unit-amt-incl, .product-item .available-status, .product-item .uom {
        width: 25%;
        padding-right: .625rem;
        margin-left: -.1875rem;
        text-align: center
    }
}

.product-list-header .unit-amt-ex .label, .product-list-header .unit-amt-incl .label, .product-list-header .available-status .label, .product-list-header .uom .label, .product-item .unit-amt-ex .label, .product-item .unit-amt-incl .label, .product-item .available-status .label, .product-item .uom .label, .product-item .order-qty .label {
    font-weight: 500;
    margin-bottom: .625rem
}

    .product-list-header .unit-amt-ex .label span, .product-list-header .unit-amt-incl .label span, .product-list-header .available-status .label span, .product-list-header .uom .label span, .product-item .unit-amt-ex .label span, .product-item .unit-amt-incl .label span, .product-item .available-status .label span, .product-item .uom .label span {
        font-size: .875rem
    }

@media (min-width: 480px) {
    .product-list-header .unit-amt-ex .label span, .product-list-header .unit-amt-incl .label span, .product-list-header .available-status .label span, .product-list-header .uom .label span, .product-item .unit-amt-ex .label span, .product-item .unit-amt-incl .label span, .product-item .available-status .label span, .product-item .uom .label span {
        font-size: 1.125rem
    }
}

@media (min-width: small) {
    .product-list-header .unit-amt-ex .label span, .product-list-header .unit-amt-incl .label span, .product-list-header .available-status .label span, .product-list-header .uom .label span, .product-item .unit-amt-ex .label span, .product-item .unit-amt-incl .label span, .product-item .available-status .label span, .product-item .uom .label span {
        font-size: 1.125rem
    }
}

.product-list-header .unit-amt-ex span, .product-list-header .unit-amt-incl span, .product-list-header .available-status span, .product-list-header .uom span, .product-item .unit-amt-ex span, .product-item .unit-amt-incl span, .product-item .available-status span, .product-item .uom span {
    display: block;
    text-align: left
}

@media (min-width: 992px) {
    .product-list-header .unit-amt-ex span, .product-list-header .unit-amt-incl span, .product-list-header .available-status span, .product-list-header .uom span, .product-item .unit-amt-ex span, .product-item .unit-amt-incl span, .product-item .available-status span, .product-item .uom span {
        text-align: right
    }
}

.product-list-header .order-qty, .product-item .order-qty {
    width: 33.3333%;
    float: left
}

@media (min-width: 992px) {
    .product-list-header .order-qty, .product-item .order-qty {
        width: 20%;
        float: none;
        display: inline-block;
        vertical-align: middle;
        margin-left: -.1875rem
    }
}

.product-list-header .cart-status, .product-item .cart-status {
    width: 33.3333%;
    float: left
}

@media (min-width: 992px) {
    .product-list-header .cart-status, .product-item .cart-status {
        width: 28%;
        float: none;
        margin-left: -.1875rem;
        display: inline-block;
        vertical-align: middle;
        text-align: right
    }
}

.product-list-header .uom, .product-list-header .cart-status, .product-item .uom, .product-item .cart-status {
    padding-right: 0rem
}

.product-list-header .past-order-qty, .product-item .past-order-qty {
    width: 33.3333%;
    padding-right: 0;
    text-align: center;
    margin-top: 1.5625rem;
    float: left;
    position: relative
}

    .product-list-header .past-order-qty:after, .product-item .past-order-qty:after {
        content: "";
        display: table;
        clear: both
    }

@media (min-width: 992px) {
    .product-list-header .past-order-qty, .product-item .past-order-qty {
        float: none;
        display: inline-block;
        vertical-align: middle;
        margin-left: -.1875rem;
        margin-top: 0rem;
        width: 65%
    }
}

.product-list-header .past-order-qty span.label, .product-item .past-order-qty span.label {
    color: #86939E;
    font-weight: 500
}

    .product-list-header .past-order-qty span.label:after, .product-item .past-order-qty span.label:after {
        content: '\f107';
        margin-left: .625rem
    }

.product-list-header .past-order-qty ul, .product-item .past-order-qty ul {
    margin: 0;
    padding: 0;
    margin-top: .9375rem;
    list-style: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 111;
    padding: .9375rem;
    border-radius: .375rem;
    background: #fff;
    border: 1px solid #D9DADC;
    display: none
}

@media (min-width: 992px) {
    .product-list-header .past-order-qty ul, .product-item .past-order-qty ul {
        border: none;
        padding: 0;
        border-radius: 0;
        background: none;
        margin-top: 0rem;
        position: static;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.product-list-header .past-order-qty ul li, .product-item .past-order-qty ul li {
    margin-bottom: .3125rem
}

    .product-list-header .past-order-qty ul li:last-child, .product-item .past-order-qty ul li:last-child {
        margin-bottom: 0
    }

@media (min-width: 992px) {
    .product-list-header .past-order-qty ul li, .product-item .past-order-qty ul li {
        margin-bottom: 0rem;
        width: 12.5%
    }
}

.product-list-header .brand, .product-item .brand {
    width: 30%;
    display: inline-block;
    vertical-align: middle;
    font-style: italic
}

.products-list {
    padding-top: 4.375rem
}

@media (min-width: 992px) {
    .products-list {
        padding-top: 0
    }
}

.products-list:after {
    content: "";
    display: table;
    clear: both
}

.product-item {
    border-top: none;
    background: #fff;
    border: 1px solid rgba(151,151,151,0.4);
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    line-height: 1;
    box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.4);
    margin-bottom: 1.8125rem;
    border-radius: .375rem;
    position: relative;
    padding-left: .9375rem;
    padding-right: .9375rem
}

@media (min-width: 480px) {
    .product-item {
        /*line-height: 1.75rem;*/
        /*font-size: 1.5rem*/
    }
}

@media (min-width: small) {
    .product-item {
        line-height: 1.75rem;
        font-size: 1.5rem
    }
}

@media (min-width: 992px) {
    .product-item {
        font-size: .8125rem;
        border-radius: 0rem;
        margin-bottom: 0rem;
        box-shadow: none;
        border: none;
        border-bottom: 1px solid rgba(151,151,151,0.4)
    }
}

.product-item .no-gutters > .col, .product-item .no-gutters > [class*=col-] {
    position: unset
}

.product-item .product-info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 1.5625rem
}

@media (min-width: 992px) {
    .product-item .product-info {
        margin-bottom: 0
    }
}

.product-item .item {
    text-align: left;
    width: 100%;
    margin-bottom: .625rem
}

@media (min-width: 992px) {
    .product-item .item {
        margin-bottom: 0rem;
        width: auto;
        float: left;
        padding-right: 1.25rem
    }
}

.product-item .item .icon-wrap {
    display: none;
    margin-right: .625rem;
    margin-left: .1875rem;
    color: #86939E
}

@media (min-width: 992px) {
    .product-item .item .icon-wrap {
        display: inline-block
    }
}

.product-item .description {
    font-weight: 400;
    float: left;
    max-width: 22.5rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
}

@media (min-width: 992px) {
    .product-item .description {
        max-width: auto
    }
}

.product-item .description .icon-wrap {
    display: none;
    margin-right: .625rem;
    margin-left: .1875rem;
    color: #86939E
}

@media (min-width: 992px) {
    .product-item .description .icon-wrap {
        display: inline-block
    }
}

.product-item .available-status {
    position: absolute;
    top: .9375rem;
    right: .9375rem
}

@media (min-width: 992px) {
    .product-item .available-status {
        position: static
    }
}

.product-item .available-status .available-status-icon {
    display: block;
    text-align: right
}

@media (min-width: 992px) {
    .product-item .available-status .available-status-icon {
        text-align: center
    }
}

.product-item .available-status .available-status-icon:before {
    content: '';
    display: block;
    font-size: 2.1875rem
}

@media (min-width: 480px) {
    .product-item .available-status .available-status-icon:before {
        font-size: 2.8125rem
    }
}

@media (min-width: small) {
    .product-item .available-status .available-status-icon:before {
        font-size: 2.8125rem
    }
}

@media (min-width: 992px) {
    .product-item .available-status .available-status-icon:before {
        font-size: 1.3125rem
    }
}

.product-item .available-status .available-status-icon.available:before {
    content: '\f058';
    color: #36BF63
}

.product-item .available-status .available-status-icon.unavailable:before {
    content: '\f057';
    color: #F24258
}

.product-item .available-status .available-status-icon.info:before {
    content: '\f05a';
    color: #4A90E2
}

.product-item .uom span.label {
    display: inline-block;
    vertical-align: middle
}

.product-item .uom .form-group {
    vertical-align: middle;
    display: inline-block
}

@media (min-width: 992px) {
    .product-item .uom .form-group {
        margin-bottom: 0
    }
}

.product-item .uom .form-group .nice-select.form-control {
    margin: 0 auto;
    padding: .1875rem;
    text-align: right;
    height: 1.75rem;
    border-radius: 0px;
    border: none;
    text-transform: uppercase;
    padding-right: 1.25rem;
    color: #1D1D1D;
    font-size: 1rem
}

@media (min-width: 480px) {
    .product-item .uom .form-group .nice-select.form-control {
        font-size: 1.5rem
    }
}

@media (min-width: small) {
    .product-item .uom .form-group .nice-select.form-control {
        font-size: 1.5rem
    }
}

@media (min-width: 992px) {
    .product-item .uom .form-group .nice-select.form-control {
        height: 1.4375rem;
        font-size: .8125rem
    }
}

.product-item .uom .form-group .nice-select.form-control span.current {
    text-align: right
}

.product-item .uom .form-group .nice-select .list {
    width: 150px
}

.product-item .order-qty {
    margin-top: 1.5625rem
}

@media (min-width: 992px) {
    .product-item .order-qty {
        margin-top: 0;
        text-align: center
    }
}

.product-item .order-qty span.label {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: .625rem
}

@media (min-width: 992px) {
    .product-item .order-qty span.label {
        margin-bottom: 0rem
    }
}

.product-item .order-qty .form-group {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0px
}

    .product-item .order-qty .form-group .form-control {
        width: 2.1875rem;
        margin: 0 auto;
        padding: .5rem .3125rem;
        text-align: center
    }

@media (min-width: 992px) {
    .product-item .order-qty .form-group .form-control {
        width: 4.25rem;
        padding: 1rem .3125rem
    }
}

@media (min-width: 992px) {
    .product-item .order-qty .form-group .form-control {
        padding: .1875rem;
        width: 1.875rem
    }
}

.product-item .order-qty .form-group .nice-select.form-control span.current {
    text-align: left
}

.product-item .cart-status {
    text-align: right;
    margin-top: 1.5625rem
}

@media (min-width: 992px) {
    .product-item .cart-status {
        text-align: center;
        margin-top: 0
    }
}

.product-item .cart-status a {
    display: block;
    float: right
}

.product-item .cart-status .cart-status-icon {
    display: block;
    text-align: right;
    width: 2.1875rem;
    height: 2.1875rem;
    background: #876793;
    text-align: center;
    line-height: 1.3125rem;
    border-radius: 100%;
    display: inline-block
}

@media (min-width: 480px) {
    .product-item .cart-status .cart-status-icon {
        width: 2.8125rem;
        height: 2.8125rem
    }
}

@media (min-width: small) {
    .product-item .cart-status .cart-status-icon {
        width: 2.8125rem;
        height: 2.8125rem
    }
}

@media (min-width: 992px) {
    .product-item .cart-status .cart-status-icon {
        text-align: center;
        margin: 0 auto;
        width: 1.3125rem;
        height: 1.3125rem;
        float: right
    }
}

.product-item .cart-status .cart-status-icon:before {
    content: '';
    display: block;
    color: #fff;
    line-height: 2.1875rem;
    font-size: 1.125rem
}

@media (min-width: 480px) {
    .product-item .cart-status .cart-status-icon:before {
        line-height: 2.8125rem;
        font-size: 1.5rem
    }
}

@media (min-width: small) {
    .product-item .cart-status .cart-status-icon:before {
        line-height: 2.8125rem;
        font-size: 1.5rem
    }
}

@media (min-width: 992px) {
    .product-item .cart-status .cart-status-icon:before {
        line-height: 1.3125rem;
        font-size: .75rem
    }
}

.product-item .cart-status .cart-status-icon.add-to-cart:before {
    content: '\f07a'
}

.product-item .cart-status .cart-status-icon.added:before {
    content: '\f00c'
}

.product-swatches {
    cursor: pointer
}

    .product-swatches ul {
        margin: 0;
        padding: 0;
        list-style: none;
        width: 26px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center
    }

        .product-swatches ul li span {
            width: .6875rem;
            height: .6875rem;
            border-radius: 100%;
            display: block;
            margin-bottom: .0625rem;
            margin-right: .125rem
        }

            .product-swatches ul li span.blue {
                background: #4A90E2
            }

            .product-swatches ul li span.green {
                background: #36BF63
            }

            .product-swatches ul li span.yellow {
                background: #F9CB2E
            }

            .product-swatches ul li span.red {
                background: #F24258
            }

.product-listing-template.not-loggedin .search-filter .search-filter-left .form-group {
    width: auto
}

    .product-listing-template.not-loggedin .search-filter .search-filter-left .form-group label {
        display: inline-block;
        vertical-align: middle;
        font-size: .8125rem;
        font-weight: 500;
        margin-right: 1.875rem;
        margin-bottom: 0
    }

    .product-listing-template.not-loggedin .search-filter .search-filter-left .form-group .form-control {
        width: 9.9375rem;
        display: inline-block;
        vertical-align: middle;
        float: none
    }

.product-listing-template.not-loggedin .search-filter .product-list-header {
    margin-top: .9375rem
}

@media (min-width: 992px) {
    .product-listing-template.not-loggedin .product-item .btn-wrap {
        float: right
    }
}

.product-listing-template.not-loggedin .product-item .btn-wrap i {
    margin-right: .625rem
}

.result-summery {
    margin-top: 1.875rem
}

@media (min-width: 992px) {
    .product-list-sequence .search-filter {
        width: 100%
    }
}

.product-list-sequence .sequence-title {
    background: rgba(135,103,147,0.3);
    padding: .9375rem 0;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 1.25rem
}

@media (min-width: 992px) {
    .product-list-sequence .sequence-title {
        margin-bottom: 0rem
    }
}

.product-list-sequence .product-item {
    padding-left: 0;
    padding-right: 0
}

@media (min-width: 992px) {
    .product-list-sequence .product-list-header, .product-list-sequence .product-item {
        min-width: 100%
    }
}

.product-list-sequence .product-list-header .item, .product-list-sequence .product-item .item {
    width: 7.5rem;
    padding-left: .9375rem
}

.product-list-sequence .product-list-header .description, .product-list-sequence .product-item .description {
    margin-left: 0;
    padding-left: .9375rem
}

@media (min-width: 992px) {
    .product-list-sequence .product-list-header .description, .product-list-sequence .product-item .description {
        padding-left: 0rem;
        margin-left: -.1875rem
    }
}

.product-list-sequence .product-list-header .brand, .product-list-sequence .product-list-header .available-status, .product-list-sequence .product-list-header .sequence, .product-list-sequence .product-list-header .Update, .product-list-sequence .product-item .brand, .product-list-sequence .product-item .available-status, .product-list-sequence .product-item .sequence, .product-list-sequence .product-item .Update {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    font-style: italic;
    text-align: center;
    margin-left: -.25rem
}

    .product-list-sequence .product-list-header .brand span.label, .product-list-sequence .product-list-header .available-status span.label, .product-list-sequence .product-list-header .sequence span.label, .product-list-sequence .product-list-header .Update span.label, .product-list-sequence .product-item .brand span.label, .product-list-sequence .product-item .available-status span.label, .product-list-sequence .product-item .sequence span.label, .product-list-sequence .product-item .Update span.label {
        display: block;
        margin-bottom: .625rem;
        font-weight: 700
    }

@media (max-width: 991px) {
    .product-list-sequence .product-list-header .brand, .product-list-sequence .product-item .brand {
        width: 100%;
        margin-left: 0
    }
}

@media (max-width: 991px) {
    .product-list-sequence .product-list-header .sequence, .product-list-sequence .product-item .sequence {
        margin-top: 0
    }
}

.product-list-sequence .product-list-header .Update, .product-list-sequence .product-item .Update {
    text-align: center
}

    .product-list-sequence .product-list-header .Update .form-check, .product-list-sequence .product-item .Update .form-check {
        margin-top: 0
    }

        .product-list-sequence .product-list-header .Update .form-check .form-check-label, .product-list-sequence .product-item .Update .form-check .form-check-label {
            height: 19px
        }

.update-sequence-wrapper {
    text-align: right;
    margin-bottom: 1.875rem
}

    .update-sequence-wrapper .btn {
        margin-left: 1.25rem
    }

.ekko-lightbox {
    background: rgba(135,103,147,0.9)
}

    .ekko-lightbox .modal-content .modal-header {
        padding: 0
    }

        .ekko-lightbox .modal-content .modal-header .modal-title {
            display: none
        }

        .ekko-lightbox .modal-content .modal-header .close {
            color: #fff;
            z-index: 99;
            opacity: 1;
            font-size: 3.75rem;
            font-weight: 300
        }

    .ekko-lightbox .modal-content .modal-body {
        padding: 0
    }

.table-responsive .table {
    width: 68.75rem;
}

@media (min-width: 1200px) {
    .table-responsive .table {
        width: 100%;
        max-width: 100%
    }
}

.table-responsive .table tbody th, .table-responsive .table tbody td {
    /*padding-top: 1.25rem;*/
    /*padding-bottom: 1.25rem;*/
    vertical-align: middle;
    /*border-top: .25rem solid #876793;*/
    /*font-weight:500;*/
}

.table-responsive .table a {
    color: #1D1D1D
}

.table-responsive .table .icon-wrap[data-toggle="modal"] {
    cursor: pointer
}

.cart-table-container .table-cart .remove-item {
    font-size: 1.5rem;
    text-align: center
}

    .cart-table-container .table-cart .remove-item a {
        color: #FF3636
    }

    .cart-table-container .table-cart .remove-item:hover a {
        color: #1D1D1D
    }

.grand-total {
    border: 1px solid #D9DADC;
    padding: 1.25rem
}

    .grand-total:after {
        content: "";
        display: table;
        clear: both
    }

    .grand-total ul {
        margin: 0;
        padding: 0;
        list-style: none
    }

        .grand-total ul li {
            border-bottom: 1px solid #D9DADC;
            padding-bottom: .625rem;
            margin-bottom: .625rem
        }

            .grand-total ul li:after {
                content: "";
                display: table;
                clear: both
            }

            .grand-total ul li span {
                float: right
            }

            .grand-total ul li.total {
                font-weight: 700
            }

    .grand-total .btn-wrap {
        margin-top: 1.25rem
    }

        .grand-total .btn-wrap .btn {
            float: right;
            text-transform: uppercase
        }

.form-group {
    position: relative
}

    .form-group .form-control + .form-control-feedback {
        color: #1D1D1D;
        font-size: 1.125rem;
        right: 1.875rem;
        color: #9A9A9A;
        top: inherit;
        bottom: 1.28125rem
    }

.invoice-search {
    background: rgba(217,218,220,0.5);
    padding: 1.875rem;
    border-radius: .375rem;
    margin-bottom: 3.125rem
}

    .invoice-search .form-group {
        position: relative
    }

        .invoice-search .form-group label {
            font-weight: 500
        }

        .invoice-search .form-group .form-control {
            border-color: #fff;
            background-color: #fff;
            color: #1D1D1D
        }

            .invoice-search .form-group .form-control + .form-control-feedback {
                color: #1D1D1D;
                font-size: 1.125rem;
                right: 1.875rem;
                color: #9A9A9A;
                top: inherit;
                bottom: 1.28125rem
            }

    .invoice-search .search-by {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center
    }

        .invoice-search .search-by .form-group {
            width: calc(100% - 142px)
        }

@media (max-width: 479px) {
    .invoice-search .search-by .form-group {
        width: 100%
    }
}

@media (max-width: small) {
    .invoice-search .search-by .form-group {
        width: 100%
    }
}

@media (max-width: 479px) {
    .invoice-search .search-by .btn-wrap {
        min-width: 100%
    }
}

@media (max-width: small) {
    .invoice-search .search-by .btn-wrap {
        min-width: 100%
    }
}

@media (max-width: 479px) {
    .invoice-search .search-by .btn-wrap .btn {
        min-width: 100%
    }
}

@media (max-width: small) {
    .invoice-search .search-by .btn-wrap .btn {
        min-width: 100%
    }
}

.form-check-radio {
    margin-top: 0
}

    .form-check-radio .form-check-sign::before, .form-check-radio .form-check-sign::after {
        border-color: #876793
    }

    .form-check-radio input[type="radio"]:checked + .form-check-sign::after {
        width: .5rem;
        height: .5rem;
        top: .5625rem;
        left: .5625rem
    }

.invoice-table-container .table-invoice .form-check {
    margin-top: 0
}

    .invoice-table-container .table-invoice .form-check .form-check-label {
        height: 1.625rem
    }

.invoice-table-container .table-invoice .icon-wrap {
    font-size: 1.5rem;
    text-align: center
}

    .invoice-table-container .table-invoice .icon-wrap[data-toggle="modal"] {
        cursor: pointer
    }

.invoice-table-container .table-invoice th[scope="row"] .icon-wrap {
    font-size: 1.125rem
}

.invoice-table-container .table-invoice a {
    color: #1D1D1D
}

.invoice-table-container .table-invoice .overdue {
    position: relative;
    display: block
}

    .invoice-table-container .table-invoice .overdue:after {
        content: '';
        width: .9375rem;
        height: .9375rem;
        background: #FF3636;
        border-radius: 100%;
        display: inline-block;
        vertical-align: middle;
        margin-left: .3125rem
    }

.invoice-table-container .table-invoice .paid {
    position: relative;
    display: block
}

    .invoice-table-container .table-invoice .paid:after {
        content: '';
        width: .9375rem;
        height: .9375rem;
        background: #28a745;
        border-radius: 100%;
        display: inline-block;
        vertical-align: middle;
        margin-left: .3125rem
    }

.invoice-table-container .table-invoice .input-group .form-control {
    width: 6.25rem;
    padding: .625rem
}

.user-dashboard .dashboard-item {
    border: 1px solid #D9DADC;
    padding: 1.25rem;
    text-align: center;
    margin-bottom: 1.875rem;
    border-radius: .375rem;
    /*min-height: 12.1875rem;*/
    display: table;
    width: 100%;
    box-shadow: 1px 2px 3px 0 rgba(0,0,0,0.1)
}

    .user-dashboard .dashboard-item a {
        color: #1D1D1D;
        display: table-cell;
        vertical-align: middle
    }

        .user-dashboard .dashboard-item a:hover {
            text-decoration: none
        }

    .user-dashboard .dashboard-item .icon-wrap {
        font-size: 3.125rem;
        color: #876793
    }

    .user-dashboard .dashboard-item h3.title {
        margin: 0;
        padding: 0;
        font-weight: 300;
        text-transform: none
    }

.use-this-order {
    background: #D9DADC;
    padding: 1.25rem 0
}

    .use-this-order.top {
        text-align: right
    }

    .use-this-order p, .use-this-order label {
        margin: 0;
        font-weight: 700
    }

    .use-this-order .right-content {
        margin-top: .9375rem
    }

@media (min-width: 768px) {
    .use-this-order .right-content {
        text-align: right;
        margin-top: 0rem
    }
}

@media (min-width: 768px) {
    .use-this-order .form-group {
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 0
    }
}

.use-this-order .form-group label {
    display: inline-block;
    vertical-align: middle;
    margin-right: .9375rem
}

.use-this-order .form-group .form-control {
    display: inline-block;
    vertical-align: middle;
    width: 9.375rem;
    padding: .625rem;
    background: #fff;
    border-color: #fff
}

@media (min-width: 768px) {
    .use-this-order .btn-wrap {
        display: inline-block;
        vertical-align: middle;
        margin-left: 1.25rem
    }
}

.use-this-order .btn-wrap .btn {
    margin: 0
}


#responsivetable {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 10px !important;
    border-bottom: 1px dotted black;
    table-layout: auto;
    /*display:block!important;*/
}

    #responsivetable tbody {
        max-height: 500px;
        overflow-y: auto;
        display: block !important;
    }
    /* Zebra striping */
    #responsivetable tr:nth-of-type(even) {
        background: #f5f5f5;
    }

thead, tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

thead {
    width: calc( 100% - 1em )

}

/* To display the block as level element */
/*#responsivetable tbody, #responsivetable thead {
        display: block;
    }*/

#responsivetable th {
    /*background: #3498db;
        color: white;*/
    font-weight: bold;
}

#responsivetable td, #responsivetable th {
    padding: 10px;
    border-bottom: 1px solid #ccc;
    /*text-align: end;*/
    /*font-size: 18px;*/
}

.currencylist {
    text-align: end !important;
}

.emailIcon {
    text-align: center !important;
}
/*
    Max width before this PARTICULAR table gets nasty
    This query will take effect for any screen smaller than 760px
    and also iPads specifically.
    */
@media only screen and (max-width: 760px), (min-device-width: 320px) and (max-device-width: 1024px) {

    #responsivetable {
        width: 100%;
    }
        /* Force table to not be like tables anymore */
        #responsivetable table, #responsivetable thead, #responsivetable tbody, #responsivetable th, #responsivetable td, #responsivetable tr {
            display: block;
            text-align: end;
        }
    /* Hide table headers (but not display: none;, for accessibility) */
    thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .currencylist {
        text-align: end !important;
    }

    .emailIcon {
        text-align: end !important;
    }

    tr {
        border: 1px solid #ccc;
    }

    tbody {
        max-height: 250px;
        overflow-y: scroll;
    }

    .nopadding td:before {
        padding: 3px !important;
    }

    #responsivetable td {
        /* Behave  like a "row" */
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        text-align: end;
    }

    td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        /*top: 6px;*/
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        /* Label the data */
        content: attr(data-column);
        color: #000;
        font-weight: bold;
    }
}


.invoice-details .customer-details .title, .invoice-details .invoice-details .title {
    margin-top: 0;
    padding-bottom: .9375rem;
    margin-bottom: 2.5rem;
    border-bottom: 1px solid #D9DADC
}

.invoice-details .customer-details .item, .invoice-details .invoice-details .item {
    margin-bottom: 1.875rem
}

    .invoice-details .customer-details .item h5, .invoice-details .invoice-details .item h5 {
        font-size: 1rem;
        text-transform: uppercase;
        margin-bottom: .625rem
    }

    .invoice-details .customer-details .item a, .invoice-details .invoice-details .item a {
        color: #1D1D1D
    }

    .invoice-details .customer-details .item .change-shipping-address a, .invoice-details .invoice-details .item .change-shipping-address a {
        text-decoration: underline;
        color: #86939E;
        font-weight: 500
    }

        .invoice-details .customer-details .item .change-shipping-address a:hover, .invoice-details .invoice-details .item .change-shipping-address a:hover {
            text-decoration: none
        }

.invoice-details .card-body .btn-wrap {
    margin-top: 1.875rem
}

@media (min-width: 768px) {
    .invoice-details .card-body .btn-wrap {
        margin-top: 0rem
    }
}

.history-search {
    background: rgba(217,218,220,0.5);
    padding: 1.875rem;
    border-radius: .375rem;
    margin-bottom: 3.125rem
}

    .history-search .form-group {
        position: relative
    }

@media (min-width: 768px) {
    .history-search .form-group {
        margin-bottom: 0
    }
}

@media (max-width: 1025px) {
    .user-dashboard .dashboard-item {
        min-height: 13.1875rem;
        padding: 0;
    }

    .table-responsive .table {
        width: 68.75rem;
    }
}


.history-search .form-group .form-control {
    border-color: #fff;
    background-color: #fff;
    color: #1D1D1D
}

.history-search .btn {
    margin-top: 1.5625rem;
    margin-bottom: 0;
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
    width: 100%;
    text-transform: uppercase;
    font-size: .875rem
}

.histtory-table-container.table-responsive .table {
    width: 700px
}

@media (min-width: 768px) {
    .histtory-table-container.table-responsive .table {
        width: 100%
    }
}

.histtory-table-container.table-responsive .table .icon-wrap {
    font-size: 1.5rem
}

.histtory-table-container.table-responsive .table th[scope="row"] .icon-wrap {
    font-size: 1.125rem
}

.manage-profile label, .change-address label, .change-password label {
    width: 100%;
    font-size: 1rem;
    font-weight: 700
}

.manage-profile .billing-address-wrap, .manage-profile .shipping-address-wrap, .change-address .billing-address-wrap, .change-address .shipping-address-wrap, .change-password .billing-address-wrap, .change-password .shipping-address-wrap {
    margin-top: 1.25rem
}

.manage-profile .input-group .form-control, .change-address .input-group .form-control, .change-password .input-group .form-control {
    padding: .625rem
}

    .manage-profile .input-group .form-control.nice-select, .change-address .input-group .form-control.nice-select, .change-password .input-group .form-control.nice-select {
        height: 2.4375rem
    }

.manage-profile .input-group address, .change-address .input-group address, .change-password .input-group address {
    width: 100%;
    margin-bottom: 1.25rem
}

    .manage-profile .input-group address .form-check, .change-address .input-group address .form-check, .change-password .input-group address .form-check {
        margin-top: .625rem
    }

.manage-profile .profile-footer, .change-address .profile-footer, .change-password .profile-footer {
    margin-top: 1.25rem
}

.manage-profile span.required, .change-address span.required, .change-password span.required {
    color: #FF3636
}

.change-address label {
    width: 100%;
    font-size: .875rem;
    font-weight: 400
}

.change-address .title {
    width: 100%;
    margin-bottom: .9375rem
}

.change-address .input-group .form-check {
    width: 100%;
    margin-bottom: .625rem
}

.change-password p {
    margin-bottom: 0
}

.subuser-content .btn-wrap {
    margin-bottom: 1.25rem
}

.subuser-content .sub-user-table-container {
    padding-bottom: 6.25rem
}

    .subuser-content .sub-user-table-container .table tbody td {
        vertical-align: middle
    }

.subuser-content .input-group {
    margin-bottom: 0
}

    .subuser-content .input-group .form-control {
        padding: .625rem;
        height: 2.625rem
    }

.subuser-content .actions {
    text-align: center
}

    .subuser-content .actions .icon-wrap {
        font-size: 1.5rem;
        margin-right: .625rem
    }

        .subuser-content .actions .icon-wrap:last-child {
            margin-right: 0
        }

        .subuser-content .actions .icon-wrap a {
            color: #1D1D1D
        }

        .subuser-content .actions .icon-wrap.delete a {
            color: #FF3636
        }

.subuser-content .subuser-content-footer {
    border-top: 1px solid #D9DADC;
    padding-top: 1.5625rem
}

@media screen and (max-width: 991px) {
    .sidebar-collapse .navbar-collapse {
        position: fixed;
        display: block;
        top: 0;
        height: 100% !important;
        width: 270px;
        right: 0;
        z-index: 1032;
        visibility: visible;
        background-color: #999;
        overflow-y: visible;
        border-top: none;
        text-align: left;
        max-height: none !important;
        -webkit-transform: translate3d(270px, 0, 0);
        -moz-transform: translate3d(270px, 0, 0);
        -o-transform: translate3d(270px, 0, 0);
        -ms-transform: translate3d(270px, 0, 0);
        transform: translate3d(270px, 0, 0);
        -webkit-transition: all .5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -moz-transition: all .5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -o-transition: all .5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -ms-transition: all .5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        transition: all .5s cubic-bezier(0.685, 0.0473, 0.346, 1)
    }
}

@media screen and (max-width: 991px) and (min-width: 480px) {
    .sidebar-collapse .navbar-collapse {
        width: 300px
    }
}

@media screen and (max-width: 991px) and (min-width: small) {
    .sidebar-collapse .navbar-collapse {
        width: 300px
    }
}

@media screen and (max-width: 991px) and (min-width: 480px) {
    .sidebar-collapse .navbar-collapse {
        -webkit-transform: translate3d(300px, 0, 0);
        -moz-transform: translate3d(300px, 0, 0);
        -o-transform: translate3d(300px, 0, 0);
        -ms-transform: translate3d(300px, 0, 0);
        transform: translate3d(300px, 0, 0)
    }
}

@media screen and (max-width: 991px) and (min-width: small) {
    .sidebar-collapse .navbar-collapse {
        -webkit-transform: translate3d(300px, 0, 0);
        -moz-transform: translate3d(300px, 0, 0);
        -o-transform: translate3d(300px, 0, 0);
        -ms-transform: translate3d(300px, 0, 0);
        transform: translate3d(300px, 0, 0)
    }
}

@media screen and (max-width: 991px) {
    .sidebar-collapse .navbar-collapse:before {
        background: #fff;
        display: block;
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1
    }

    .sidebar-collapse .navbar-collapse .navbar-nav:not(.navbar-logo) .nav-link {
        margin: 0 1rem;
        margin-top: 0.3125rem
    }

        .sidebar-collapse .navbar-collapse .navbar-nav:not(.navbar-logo) .nav-link:not(.btn) {
            color: #1D1D1D !important
        }

    .sidebar-collapse .navbar-collapse .dropdown-menu .dropdown-item {
        color: #1D1D1D
    }

    .sidebar-collapse .navbar .navbar-nav {
        margin-top: 0px;
        position: relative;
        max-height: calc(100vh - 75px);
        min-height: 100%;
        overflow: auto;
        text-align: center
    }

        .sidebar-collapse .navbar .navbar-nav.navbar-logo {
            top: 0;
            height: 53px
        }

    .sidebar-collapse .navbar .dropdown.show .dropdown-menu, .sidebar-collapse .navbar .dropdown .dropdown-menu {
        background-color: transparent;
        border: 0;
        transition: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: auto;
        margin: 0 1rem;
        margin-bottom: 15px;
        padding-top: 0;
        height: 125px;
        overflow-y: scroll;
        text-align: center
    }

        .sidebar-collapse .navbar .dropdown.show .dropdown-menu:before, .sidebar-collapse .navbar .dropdown .dropdown-menu:before {
            display: none
        }

    .sidebar-collapse .navbar .dropdown .dropdown-item {
        padding-left: 2.5rem
    }

    .sidebar-collapse .navbar .dropdown .dropdown-menu {
        display: none
    }

    .sidebar-collapse .navbar .dropdown.show .dropdown-menu {
        display: block
    }

    .sidebar-collapse .navbar .dropdown-menu .dropdown-item:focus, .sidebar-collapse .navbar .dropdown-menu .dropdown-item:hover {
        color: #fff;
        border-radius: .1875rem
    }

    .sidebar-collapse .navbar .navbar-translate {
        width: 100%;
        position: relative;
        display: flex;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transform: translate3d(0px, 0, 0);
        -moz-transform: translate3d(0px, 0, 0);
        -o-transform: translate3d(0px, 0, 0);
        -ms-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
        -webkit-transition: all .5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -moz-transition: all .5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -o-transition: all .5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -ms-transition: all .5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        transition: all .5s cubic-bezier(0.685, 0.0473, 0.346, 1)
    }

    .sidebar-collapse .navbar .navbar-toggler-bar {
        display: block;
        position: relative;
        width: 62px;
        height: 8px;
        border-radius: 1px;
        background: #1D1D1D
    }

        .sidebar-collapse .navbar .navbar-toggler-bar + .navbar-toggler-bar {
            margin-top: 13px
        }

        .sidebar-collapse .navbar .navbar-toggler-bar.bar2 {
            width: 17px;
            transition: width .2s linear
        }

    .sidebar-collapse .navbar.bg-white:not(.navbar-transparent) .navbar-toggler-bar {
        background: #888
    }

    .sidebar-collapse .top-bar {
        transform: rotate(0)
    }

    .sidebar-collapse .middle-bar {
        opacity: 1
    }

    .sidebar-collapse .bottom-bar {
        transform: rotate(0)
    }

    .sidebar-collapse .top-bar, .sidebar-collapse .middle-bar, .sidebar-collapse .bottom-bar {
        transition: all 0.2s
    }

    .sidebar-collapse .toggled .top-bar {
        transform: rotate(45deg);
        transform-origin: 0%
    }

    .sidebar-collapse .toggled .bottom-bar {
        transform: rotate(-45deg);
        transform-origin: 0%
    }

    .sidebar-collapse .toggled .middle-bar {
        opacity: 0
    }

    .sidebar-collapse [class*="navbar-expand-"] .navbar-collapse {
        width: 270px
    }
}

@media screen and (max-width: 991px) and (min-width: 480px) {
    .sidebar-collapse [class*="navbar-expand-"] .navbar-collapse {
        width: 300px
    }
}

@media screen and (max-width: 991px) and (min-width: small) {
    .sidebar-collapse [class*="navbar-expand-"] .navbar-collapse {
        width: 300px
    }
}

@media screen and (max-width: 991px) {
    .sidebar-collapse .wrapper {
        -webkit-transition: all .5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -moz-transition: all .5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -o-transition: all .5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -ms-transition: all .5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        transition: all .5s cubic-bezier(0.685, 0.0473, 0.346, 1)
    }

    .sidebar-collapse #bodyClick {
        height: 100%;
        width: 100%;
        position: fixed;
        opacity: 1;
        top: 0;
        left: auto;
        right: 270px;
        content: "";
        z-index: 9999;
        overflow-x: hidden;
        background-color: transparent;
        -webkit-transition: all .5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -moz-transition: all .5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -o-transition: all .5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -ms-transition: all .5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        transition: all .5s cubic-bezier(0.685, 0.0473, 0.346, 1)
    }
}

@media screen and (max-width: 991px) and (min-width: 480px) {
    .sidebar-collapse #bodyClick {
        right: 300px
    }
}

@media screen and (max-width: 991px) and (min-width: small) {
    .sidebar-collapse #bodyClick {
        right: 300px
    }
}

@media screen and (max-width: 991px) {
    .sidebar-collapse.menu-on-left .navbar-collapse {
        right: auto;
        left: 0;
        -webkit-transform: translate3d(-300px, 0, 0);
        -moz-transform: translate3d(-300px, 0, 0);
        -o-transform: translate3d(-300px, 0, 0);
        -ms-transform: translate3d(-300px, 0, 0);
        transform: translate3d(-300px, 0, 0)
    }

    .nav-open .sidebar-collapse .navbar-collapse {
        -webkit-transform: translate3d(0px, 0, 0);
        -moz-transform: translate3d(0px, 0, 0);
        -o-transform: translate3d(0px, 0, 0);
        -ms-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0)
    }

    .nav-open .sidebar-collapse .wrapper {
        -webkit-transform: translate3d(-150px, 0, 0);
        -moz-transform: translate3d(-150px, 0, 0);
        -o-transform: translate3d(-150px, 0, 0);
        -ms-transform: translate3d(-150px, 0, 0);
        transform: translate3d(-150px, 0, 0)
    }

    .nav-open .sidebar-collapse .navbar-translate {
        -webkit-transform: translate3d(-300px, 0, 0);
        -moz-transform: translate3d(-300px, 0, 0);
        -o-transform: translate3d(-300px, 0, 0);
        -ms-transform: translate3d(-300px, 0, 0);
        transform: translate3d(-300px, 0, 0)
    }

    .nav-open .sidebar-collapse.menu-on-left .navbar-collapse {
        -webkit-transform: translate3d(0px, 0, 0);
        -moz-transform: translate3d(0px, 0, 0);
        -o-transform: translate3d(0px, 0, 0);
        -ms-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0)
    }

    .nav-open .sidebar-collapse.menu-on-left .navbar-translate {
        -webkit-transform: translate3d(300px, 0, 0);
        -moz-transform: translate3d(300px, 0, 0);
        -o-transform: translate3d(300px, 0, 0);
        -ms-transform: translate3d(300px, 0, 0);
        transform: translate3d(300px, 0, 0)
    }

    .nav-open .sidebar-collapse.menu-on-left .wrapper {
        -webkit-transform: translate3d(150px, 0, 0);
        -moz-transform: translate3d(150px, 0, 0);
        -o-transform: translate3d(150px, 0, 0);
        -ms-transform: translate3d(150px, 0, 0);
        transform: translate3d(150px, 0, 0)
    }

    .nav-open .sidebar-collapse.menu-on-left #bodyClick {
        right: auto;
        left: 300px
    }

    .navbar-nav .nav-link i.fab, .navbar-nav .nav-link i.now-ui-icons {
        opacity: .5
    }

    .bootstrap-collapse .navbar .navbar-collapse {
        background: none !important
    }

    .bootstrap-collapse .navbar .navbar-nav {
        margin-top: 0px;
        position: relative;
        max-height: calc(100vh - 75px);
        min-height: 100%;
        overflow: auto;
        text-align: center
    }

        .bootstrap-collapse .navbar .navbar-nav.navbar-logo {
            top: 0;
            height: 53px
        }

    .bootstrap-collapse .navbar .dropdown.show .dropdown-menu, .bootstrap-collapse .navbar .dropdown .dropdown-menu {
        background-color: transparent;
        border: 0;
        transition: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: auto;
        margin: 0 1rem;
        margin-bottom: 15px;
        padding-top: 0;
        height: 125px;
        overflow-y: scroll;
        text-align: center
    }

        .bootstrap-collapse .navbar .dropdown.show .dropdown-menu:before, .bootstrap-collapse .navbar .dropdown .dropdown-menu:before {
            display: none
        }

    .bootstrap-collapse .navbar .dropdown .dropdown-item {
        padding-left: 2.5rem
    }

    .bootstrap-collapse .navbar .dropdown .dropdown-menu {
        display: none
    }

    .bootstrap-collapse .navbar .dropdown.show .dropdown-menu {
        display: block
    }

    .bootstrap-collapse .navbar .dropdown-menu .dropdown-item:focus, .bootstrap-collapse .navbar .dropdown-menu .dropdown-item:hover {
        color: #fff;
        border-radius: .1875rem
    }

    .bootstrap-collapse .navbar .navbar-translate {
        width: 100%;
        position: relative;
        display: flex;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transform: translate3d(0px, 0, 0);
        -moz-transform: translate3d(0px, 0, 0);
        -o-transform: translate3d(0px, 0, 0);
        -ms-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
        -webkit-transition: all .5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -moz-transition: all .5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -o-transition: all .5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -ms-transition: all .5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        transition: all .5s cubic-bezier(0.685, 0.0473, 0.346, 1)
    }

    .bootstrap-collapse .navbar .navbar-toggler-bar {
        display: block;
        position: relative;
        width: 62px;
        height: 8px;
        border-radius: 1px;
        background: #1D1D1D
    }

        .bootstrap-collapse .navbar .navbar-toggler-bar + .navbar-toggler-bar {
            margin-top: 13px
        }

        .bootstrap-collapse .navbar .navbar-toggler-bar.bar2 {
            width: 17px;
            transition: width .2s linear
        }

    .bootstrap-collapse .navbar.bg-white:not(.navbar-transparent) .navbar-toggler-bar {
        background: #888
    }

    .bootstrap-collapse .top-bar {
        transform: rotate(0)
    }

    .bootstrap-collapse .middle-bar {
        opacity: 1
    }

    .bootstrap-collapse .bottom-bar {
        transform: rotate(0)
    }

    .bootstrap-collapse .top-bar, .bootstrap-collapse .middle-bar, .bootstrap-collapse .bottom-bar {
        transition: all 0.2s
    }

    .bootstrap-collapse .toggled .top-bar {
        transform: rotate(45deg);
        transform-origin: 0%
    }

    .bootstrap-collapse .toggled .bottom-bar {
        transform: rotate(-45deg);
        transform-origin: 0%
    }

    .bootstrap-collapse .toggled .middle-bar {
        opacity: 0
    }

    .profile-photo .profile-photo-small {
        margin-left: -2px
    }

    .button-dropdown {
        display: none
    }

    .section-nucleo-icons .container .row > [class*="col-"]:first-child {
        text-align: center
    }

    .section-nucleo-icons .icons-container {
        margin-top: 65px
    }

    .section-images {
        height: 500px;
        max-height: 500px
    }

        .section-images .hero-images-container {
            max-width: 500px
        }

        .section-images .hero-images-container-1 {
            right: 10%;
            top: 68%;
            max-width: 269px
        }

        .section-images .hero-images-container-2 {
            right: 5%;
            max-width: 135px;
            top: 93%
        }
}

@media screen and (min-width: 992px) {
    .navbar-collapse:not(.has-image) {
        background: transparent !important
    }

    .burger-menu .navbar-collapse {
        position: fixed;
        display: block;
        top: 0;
        height: 100% !important;
        width: 270px;
        right: 0;
        z-index: 1032;
        visibility: visible;
        background-color: #999;
        overflow-y: visible;
        border-top: none;
        text-align: left;
        max-height: none !important;
        -webkit-transform: translate3d(270px, 0, 0);
        -moz-transform: translate3d(270px, 0, 0);
        -o-transform: translate3d(270px, 0, 0);
        -ms-transform: translate3d(270px, 0, 0);
        transform: translate3d(270px, 0, 0);
        -webkit-transition: all .5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -moz-transition: all .5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -o-transition: all .5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -ms-transition: all .5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        transition: all .5s cubic-bezier(0.685, 0.0473, 0.346, 1)
    }
}

@media screen and (min-width: 992px) and (min-width: 480px) {
    .burger-menu .navbar-collapse {
        width: 300px
    }
}

@media screen and (min-width: 992px) and (min-width: small) {
    .burger-menu .navbar-collapse {
        width: 300px
    }
}

@media screen and (min-width: 992px) and (min-width: 480px) {
    .burger-menu .navbar-collapse {
        -webkit-transform: translate3d(300px, 0, 0);
        -moz-transform: translate3d(300px, 0, 0);
        -o-transform: translate3d(300px, 0, 0);
        -ms-transform: translate3d(300px, 0, 0);
        transform: translate3d(300px, 0, 0)
    }
}

@media screen and (min-width: 992px) and (min-width: small) {
    .burger-menu .navbar-collapse {
        -webkit-transform: translate3d(300px, 0, 0);
        -moz-transform: translate3d(300px, 0, 0);
        -o-transform: translate3d(300px, 0, 0);
        -ms-transform: translate3d(300px, 0, 0);
        transform: translate3d(300px, 0, 0)
    }
}

@media screen and (min-width: 992px) {
    .burger-menu .navbar-collapse:before {
        background: #fff;
        display: block;
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1
    }

    .burger-menu .navbar-collapse .navbar-nav:not(.navbar-logo) .nav-link {
        margin: 0 1rem;
        margin-top: 0.3125rem
    }

        .burger-menu .navbar-collapse .navbar-nav:not(.navbar-logo) .nav-link:not(.btn) {
            color: #1D1D1D !important
        }

    .burger-menu .navbar-collapse .dropdown-menu .dropdown-item {
        color: #1D1D1D
    }

    .burger-menu .navbar .navbar-nav {
        margin-top: 0px;
        position: relative;
        max-height: calc(100vh - 75px);
        min-height: 100%;
        overflow: auto;
        text-align: center
    }

        .burger-menu .navbar .navbar-nav.navbar-logo {
            top: 0;
            height: 53px
        }

    .burger-menu .navbar .dropdown.show .dropdown-menu, .burger-menu .navbar .dropdown .dropdown-menu {
        background-color: transparent;
        border: 0;
        transition: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: auto;
        margin: 0 1rem;
        margin-bottom: 15px;
        padding-top: 0;
        height: 125px;
        overflow-y: scroll;
        text-align: center
    }

        .burger-menu .navbar .dropdown.show .dropdown-menu:before, .burger-menu .navbar .dropdown .dropdown-menu:before {
            display: none
        }

    .burger-menu .navbar .dropdown .dropdown-item {
        padding-left: 2.5rem
    }

    .burger-menu .navbar .dropdown .dropdown-menu {
        display: none
    }

    .burger-menu .navbar .dropdown.show .dropdown-menu {
        display: block
    }

    .burger-menu .navbar .dropdown-menu .dropdown-item:focus, .burger-menu .navbar .dropdown-menu .dropdown-item:hover {
        color: #fff;
        border-radius: .1875rem
    }

    .burger-menu .navbar .navbar-translate {
        width: 100%;
        position: relative;
        display: flex;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transform: translate3d(0px, 0, 0);
        -moz-transform: translate3d(0px, 0, 0);
        -o-transform: translate3d(0px, 0, 0);
        -ms-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
        -webkit-transition: all .5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -moz-transition: all .5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -o-transition: all .5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -ms-transition: all .5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        transition: all .5s cubic-bezier(0.685, 0.0473, 0.346, 1)
    }

    .burger-menu .navbar .navbar-toggler-bar {
        display: block;
        position: relative;
        width: 62px;
        height: 8px;
        border-radius: 1px;
        background: #1D1D1D
    }

        .burger-menu .navbar .navbar-toggler-bar + .navbar-toggler-bar {
            margin-top: 13px
        }

        .burger-menu .navbar .navbar-toggler-bar.bar2 {
            width: 17px;
            transition: width .2s linear
        }

    .burger-menu .navbar.bg-white:not(.navbar-transparent) .navbar-toggler-bar {
        background: #888
    }

    .burger-menu .top-bar {
        transform: rotate(0)
    }

    .burger-menu .middle-bar {
        opacity: 1
    }

    .burger-menu .bottom-bar {
        transform: rotate(0)
    }

    .burger-menu .top-bar, .burger-menu .middle-bar, .burger-menu .bottom-bar {
        transition: all 0.2s
    }

    .burger-menu .toggled .top-bar {
        transform: rotate(45deg);
        transform-origin: 0%
    }

    .burger-menu .toggled .bottom-bar {
        transform: rotate(-45deg);
        transform-origin: 0%
    }

    .burger-menu .toggled .middle-bar {
        opacity: 0
    }

    .burger-menu [class*="navbar-expand-"] .navbar-collapse {
        width: 270px
    }
}

@media screen and (min-width: 992px) and (min-width: 480px) {
    .burger-menu [class*="navbar-expand-"] .navbar-collapse {
        width: 300px
    }
}

@media screen and (min-width: 992px) and (min-width: small) {
    .burger-menu [class*="navbar-expand-"] .navbar-collapse {
        width: 300px
    }
}

@media screen and (min-width: 992px) {
    .burger-menu .wrapper {
        -webkit-transition: all .5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -moz-transition: all .5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -o-transition: all .5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -ms-transition: all .5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        transition: all .5s cubic-bezier(0.685, 0.0473, 0.346, 1)
    }

    .burger-menu #bodyClick {
        height: 100%;
        width: 100%;
        position: fixed;
        opacity: 1;
        top: 0;
        left: auto;
        right: 270px;
        content: "";
        z-index: 9999;
        overflow-x: hidden;
        background-color: transparent;
        -webkit-transition: all .5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -moz-transition: all .5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -o-transition: all .5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -ms-transition: all .5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        transition: all .5s cubic-bezier(0.685, 0.0473, 0.346, 1)
    }
}

@media screen and (min-width: 992px) and (min-width: 480px) {
    .burger-menu #bodyClick {
        right: 300px
    }
}

@media screen and (min-width: 992px) and (min-width: small) {
    .burger-menu #bodyClick {
        right: 300px
    }
}

@media screen and (min-width: 992px) {
    .nav-open .burger-menu .navbar-collapse {
        -webkit-transform: translate3d(0px, 0, 0);
        -moz-transform: translate3d(0px, 0, 0);
        -o-transform: translate3d(0px, 0, 0);
        -ms-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0)
    }

    .burger-menu .navbar-collapse {
        display: block !important
    }

        .burger-menu .navbar-collapse .navbar-nav {
            margin-top: 53px;
            height: 100%;
            z-index: 2;
            position: relative;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column
        }

            .burger-menu .navbar-collapse .navbar-nav .nav-item {
                margin: 0
            }

    .burger-menu.menu-on-left .navbar-collapse {
        right: auto;
        left: 0;
        -webkit-transform: translate3d(-300px, 0, 0);
        -moz-transform: translate3d(-300px, 0, 0);
        -o-transform: translate3d(-300px, 0, 0);
        -ms-transform: translate3d(-300px, 0, 0);
        transform: translate3d(-300px, 0, 0)
    }

    .burger-menu [class*="navbar-expand-"] .navbar-nav .dropdown-menu {
        position: static;
        float: none
    }

    .burger-menu [class*="navbar-expand-"] .navbar-toggler {
        display: inline-block
    }

    .burger-menu .section-navbars .navbar-collapse {
        display: none !important
    }

    .nav-open .burger-menu.menu-on-left .navbar .navbar-translate {
        -webkit-transform: translate3d(300px, 0, 0);
        -moz-transform: translate3d(300px, 0, 0);
        -o-transform: translate3d(300px, 0, 0);
        -ms-transform: translate3d(300px, 0, 0);
        transform: translate3d(300px, 0, 0)
    }

    .nav-open .burger-menu .navbar .navbar-translate {
        -webkit-transform: translate3d(-300px, 0, 0);
        -moz-transform: translate3d(-300px, 0, 0);
        -o-transform: translate3d(-300px, 0, 0);
        -ms-transform: translate3d(-300px, 0, 0);
        transform: translate3d(-300px, 0, 0)
    }

    .nav-open .burger-menu.menu-on-left .navbar-collapse {
        -webkit-transform: translate3d(0px, 0, 0);
        -moz-transform: translate3d(0px, 0, 0);
        -o-transform: translate3d(0px, 0, 0);
        -ms-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0)
    }

    .nav-open .burger-menu.menu-on-left #bodyClick {
        right: auto;
        left: 300px
    }

    .burger-menu.menu-on-left .navbar-brand {
        float: right;
        margin-right: 0;
        margin-left: 1rem
    }

    .navbar-nav .nav-link.profile-photo {
        padding: 0;
        margin: 7px .7rem
    }

    .navbar-nav .nav-link.btn:not(.btn-sm) {
        margin: 0
    }

    .navbar-nav .nav-item:not(:last-child) {
        margin-right: 5px
    }

    .section-nucleo-icons .icons-container {
        margin: 0 0 0 auto
    }

    .dropdown-menu .dropdown-item {
        color: inherit;
        display: flex;
        align-items: center
    }

        .dropdown-menu .dropdown-item i {
            margin-right: 5px;
            position: relative;
            top: 1px
        }
}

@media screen and (min-width: 768px) {
    .image-container.image-right {
        top: 80px;
        margin-left: -100px;
        margin-bottom: 130px
    }

    .image-container.image-left {
        margin-right: -100px
    }
}

@media screen and (max-width: 768px) {
    .image-container.image-left {
        margin-bottom: 220px
    }

        .image-container.image-left p.blockquote {
            margin: 0 auto;
            position: relative;
            right: 0
        }

    .nav-tabs {
        display: inline-block;
        width: 100%;
        padding-left: 100px;
        padding-right: 100px;
        text-align: center
    }

        .nav-tabs .nav-item > .nav-link {
            margin-bottom: 5px
        }

    .landing-page .section-story-overview .image-container:nth-child(2) {
        margin-left: 0;
        margin-bottom: 30px
    }
}

@media screen and (max-width: 576px) {
    .navbar[class*='navbar-expand-'] .container {
        margin-left: 0;
        margin-right: 0
    }

    .footer .copyright {
        text-align: center
    }

    .section-nucleo-icons .icons-container i {
        font-size: 30px
    }

        .section-nucleo-icons .icons-container i:nth-child(6) {
            font-size: 48px
        }

    .page-header .container h6.category-absolute {
        width: 90%
    }
}

@media screen and (min-width: 991px) and (max-width: 1200px) {
    .section-images .hero-images-container-1 {
        right: 9%;
        max-width: 370px
    }

    .section-images .hero-images-container-2 {
        right: 2%;
        max-width: 216px
    }
}

@media screen and (max-width: 768px) {
    .section-images {
        height: 300px;
        max-height: 300px
    }

        .section-images .hero-images-container {
            max-width: 380px
        }

        .section-images .hero-images-container-1 {
            right: 7%;
            top: 87%;
            max-width: 210px
        }

        .section-images .hero-images-container-2 {
            right: 1%;
            max-width: 133px;
            top: 99%
        }
}

@media screen and (max-width: 517px) {
    .alert .alert-icon {
        margin-top: 10px
    }
}

@media screen and (min-width: 1200px) {
    .section-images .hero-images-container-1 {
        top: 51%;
        right: 21%
    }

    .section-images .hero-images-container-2 {
        top: 66%;
        right: 14%
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .section-images .hero-images-container, .section-images .hero-images-container-1, .section-images .hero-images-container-2 {
        margin-top: -15vh;
        margin-left: 80px
    }

    .section-images .hero-images-container {
        max-width: 300px
    }

    .section-images .hero-images-container-1 {
        right: 28%;
        top: 40%
    }

    .section-images .hero-images-container-2 {
        right: 21%;
        top: 55%
    }

    .index-page .category-absolute {
        top: 90vh
    }
}

@media screen and (max-width: 580px) {
    .alert button.close {
        position: absolute;
        right: 11px;
        top: 50%;
        transform: translateY(-50%)
    }
}

@media only screen and (min-height: 950px) {
    .index-page .page-header .category-absolute {
        margin-top: -330px
    }
}

@media screen and (max-width: 479px) {
    .sidebar-collapse.menu-on-left .navbar-collapse {
        -webkit-transform: translate3d(-270px, 0, 0);
        -moz-transform: translate3d(-270px, 0, 0);
        -o-transform: translate3d(-270px, 0, 0);
        -ms-transform: translate3d(-270px, 0, 0);
        transform: translate3d(-270px, 0, 0)
    }

    .nav-open .sidebar-collapse .navbar-translate {
        -webkit-transform: translate3d(-270px, 0, 0);
        -moz-transform: translate3d(-270px, 0, 0);
        -o-transform: translate3d(-270px, 0, 0);
        -ms-transform: translate3d(-270px, 0, 0);
        transform: translate3d(-270px, 0, 0)
    }

    .nav-open .sidebar-collapse.menu-on-left .navbar-translate {
        -webkit-transform: translate3d(270px, 0, 0);
        -moz-transform: translate3d(270px, 0, 0);
        -o-transform: translate3d(270px, 0, 0);
        -ms-transform: translate3d(270px, 0, 0);
        transform: translate3d(270px, 0, 0)
    }

    .nav-open .sidebar-collapse.menu-on-left #bodyClick {
        left: 270px
    }
}

.searchimage {
    background-image: url("/assets/images/search-Icon.svg");
}


.s003 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Poppins', sans-serif;
    background-size: cover;
    background-position: center center;
    padding: 15px;
}

    .s003 form {
        width: 100%;
        max-width: 790px;
        margin-bottom: 0;
    }

        .s003 form .inner-form {
            background: #fff;
            display: -ms-flexbox;
            display: flex;
            width: 100%;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -ms-flex-align: center;
            align-items: center;
            box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
            border-radius: 3px;
        }

            .s003 form .inner-form .input-field {
                height: 68px;
            }

                .s003 form .inner-form .input-field input {
                    height: 100%;
                    background: transparent;
                    border: 0;
                    display: block;
                    width: 100%;
                    padding: 10px 32px;
                    font-size: 16px;
                    color: #555;
                }

                    .s003 form .inner-form .input-field input.placeholder {
                        color: #888;
                        font-size: 16px;
                    }

                    .s003 form .inner-form .input-field input:-moz-placeholder {
                        color: #888;
                        font-size: 16px;
                    }

                    .s003 form .inner-form .input-field input::-webkit-input-placeholder {
                        color: #888;
                        font-size: 16px;
                    }

                    .s003 form .inner-form .input-field input:hover, .s003 form .inner-form .input-field input:focus {
                        box-shadow: none;
                        outline: 0;
                        border-color: #fff;
                    }

                .s003 form .inner-form .input-field.first-wrap {
                    width: 200px;
                    border-right: 1px solid rgba(0, 0, 0, 0.1);
                }

                    .s003 form .inner-form .input-field.first-wrap .choices__inner {
                        background: transparent;
                        border-radius: 0;
                        border: 0;
                        height: 100%;
                        color: #fff;
                        display: -ms-flexbox;
                        display: flex;
                        -ms-flex-align: center;
                        align-items: center;
                        padding: 10px 30px;
                    }

                        .s003 form .inner-form .input-field.first-wrap .choices__inner .choices__list.choices__list--single {
                            display: -ms-flexbox;
                            display: flex;
                            padding: 0;
                            -ms-flex-align: center;
                            align-items: center;
                            height: 100%;
                        }

                        .s003 form .inner-form .input-field.first-wrap .choices__inner .choices__item.choices__item--selectable.choices__placeholder {
                            display: -ms-flexbox;
                            display: flex;
                            -ms-flex-align: center;
                            align-items: center;
                            height: 100%;
                            opacity: 1;
                            color: #888;
                        }

                        .s003 form .inner-form .input-field.first-wrap .choices__inner .choices__list--single .choices__item {
                            display: -ms-flexbox;
                            display: flex;
                            -ms-flex-align: center;
                            align-items: center;
                            height: 100%;
                            color: #555;
                        }

                    .s003 form .inner-form .input-field.first-wrap .choices[data-type*="select-one"]:after {
                        right: 30px;
                        border-color: #e5e5e5 transparent transparent transparent;
                    }

                    .s003 form .inner-form .input-field.first-wrap .choices__list.choices__list--dropdown {
                        border: 0;
                        background: #fff;
                        padding: 20px 30px;
                        margin-top: 2px;
                        border-radius: 4px;
                        box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
                        z-index: 99;
                    }

                        .s003 form .inner-form .input-field.first-wrap .choices__list.choices__list--dropdown .choices__item--selectable {
                            padding-right: 0;
                        }

                    .s003 form .inner-form .input-field.first-wrap .choices__list--dropdown .choices__item--selectable.is-highlighted {
                        background: #fff;
                        color: #63c76a;
                    }

                    .s003 form .inner-form .input-field.first-wrap .choices__list--dropdown .choices__item {
                        color: #555;
                        min-height: 24px;
                    }

                .s003 form .inner-form .input-field.second-wrap {
                    -ms-flex-positive: 1;
                    flex-grow: 1;
                }

                .s003 form .inner-form .input-field.third-wrap {
                    width: 74px;
                }

                    .s003 form .inner-form .input-field.third-wrap .btn-search {
                        height: 100%;
                        width: 100%;
                        white-space: nowrap;
                        color: #fff;
                        border: 0;
                        cursor: pointer;
                        background: #876793;
                        transition: all .2s ease-out, color .2s ease-out;
                    }

                        .s003 form .inner-form .input-field.third-wrap .btn-search svg {
                            width: 16px;
                        }

                        .s003 form .inner-form .input-field.third-wrap .btn-search:hover {
                            background: #50c058;
                        }

                        .s003 form .inner-form .input-field.third-wrap .btn-search:focus {
                            outline: 0;
                            box-shadow: none;
                        }

@media screen and (max-width: 992px) {
    .s003 form .inner-form .input-field {
        height: 50px;
    }

        .s003 form .inner-form .input-field.first-wrap .choices__inner {
            padding: 10px 15px;
            min-height: 50px;
        }
}

@media screen and (max-width: 767px) {
    .s003 form .inner-form {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 20px;
    }

        .s003 form .inner-form .input-field {
            margin-bottom: 20px;
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        }

            .s003 form .inner-form .input-field input {
                padding: 10px 15px;
            }

            .s003 form .inner-form .input-field.first-wrap {
                width: 100%;
                border-right: 0;
            }

                .s003 form .inner-form .input-field.first-wrap .choices__inner {
                    padding: 10px 15px;
                    min-height: 50px;
                }

                .s003 form .inner-form .input-field.first-wrap .choices[data-type*="select-one"]:after {
                    right: 11.5px;
                    border-color: #e5e5e5 transparent transparent transparent;
                }

            .s003 form .inner-form .input-field.second-wrap {
                width: 100%;
                margin-bottom: 30px;
            }

                .s003 form .inner-form .input-field.second-wrap input {
                    border: 1px solid rgba(255, 255, 255, 0.3);
                }

            .s003 form .inner-form .input-field.third-wrap {
                margin-bottom: 0;
                width: 100%;
            }
}





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