﻿@font-face {
    font-family: 'FontAwesome';
    src: url('images/fontawesome-webfont.eot?v=4.6.3');
    src: url('images/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'),url('images/fontawesome-webfont.woff2?v=4.6.3') format('woff2'),url('images/fontawesome-webfont.woff?v=4.6.3') format('woff'),url('images/fontawesome-webfont.ttf?v=4.6.3') format('truetype'),url('images/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

    .fa-ul > li {
        position: relative
    }

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

    .fa-li.fa-lg {
        left: -1.85714286em
    }

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before, .fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before, .fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before, .fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before, .fa-users:before {
    content: "\f0c0"
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before, .fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before, .fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before, .fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155"
}

.fa-rupee:before, .fa-inr:before {
    content: "\f156"
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158"
}

.fa-won:before, .fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before, .fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9"
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before, .fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before, .fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before, .fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before, .fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before, .fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before, .fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before, .fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before, .fa-font-awesome:before {
    content: "\f2b4"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

    a:active, a:hover {
        outline: 0
    }

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

mark {
    color: #000;
    background: #ff0
}

small {
    font-size: 80%
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

    button[disabled], html input[disabled] {
        cursor: default
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        padding: 0;
        border: 0
    }

input {
    line-height: normal
}

    input[type=checkbox], input[type=radio] {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0
    }

    input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
        height: auto
    }

    input[type=search] {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        -webkit-appearance: textfield
    }

        input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
            -webkit-appearance: none
        }

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver
}

legend {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

td, th {
    padding: 0
}

@media print {
    *, :after, :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

        a[href]:after {
            content: " (" attr(href) ")"
        }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="javascript:"]:after, a[href^="#"]:after {
        content: ""
    }

    blockquote, pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

        .table td, .table th {
            background-color: #fff !important
        }

    .table-bordered td, .table-bordered th {
        border: 1px solid #ddd !important
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(images/glyphicons-halflings-regular.eot);
    src: url(images/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(images/glyphicons-halflings-regular.woff2) format('woff2'),url(images/glyphicons-halflings-regular.woff) format('woff'),url(images/glyphicons-halflings-regular.ttf) format('truetype'),url(images/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\2a"
}

.glyphicon-plus:before {
    content: "\2b"
}

.glyphicon-eur:before, .glyphicon-euro:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.glyphicon-cd:before {
    content: "\e201"
}

.glyphicon-save-file:before {
    content: "\e202"
}

.glyphicon-open-file:before {
    content: "\e203"
}

.glyphicon-level-up:before {
    content: "\e204"
}

.glyphicon-copy:before {
    content: "\e205"
}

.glyphicon-paste:before {
    content: "\e206"
}

.glyphicon-alert:before {
    content: "\e209"
}

.glyphicon-equalizer:before {
    content: "\e210"
}

.glyphicon-king:before {
    content: "\e211"
}

.glyphicon-queen:before {
    content: "\e212"
}

.glyphicon-pawn:before {
    content: "\e213"
}

.glyphicon-bishop:before {
    content: "\e214"
}

.glyphicon-knight:before {
    content: "\e215"
}

.glyphicon-baby-formula:before {
    content: "\e216"
}

.glyphicon-tent:before {
    content: "\26fa"
}

.glyphicon-blackboard:before {
    content: "\e218"
}

.glyphicon-bed:before {
    content: "\e219"
}

.glyphicon-apple:before {
    content: "\f8ff"
}

.glyphicon-erase:before {
    content: "\e221"
}

.glyphicon-hourglass:before {
    content: "\231b"
}

.glyphicon-lamp:before {
    content: "\e223"
}

.glyphicon-duplicate:before {
    content: "\e224"
}

.glyphicon-piggy-bank:before {
    content: "\e225"
}

.glyphicon-scissors:before {
    content: "\e226"
}

.glyphicon-bitcoin:before {
    content: "\e227"
}

.glyphicon-btc:before {
    content: "\e227"
}

.glyphicon-xbt:before {
    content: "\e227"
}

.glyphicon-yen:before {
    content: "\00a5"
}

.glyphicon-jpy:before {
    content: "\00a5"
}

.glyphicon-ruble:before {
    content: "\20bd"
}

.glyphicon-rub:before {
    content: "\20bd"
}

.glyphicon-scale:before {
    content: "\e230"
}

.glyphicon-ice-lolly:before {
    content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232"
}

.glyphicon-education:before {
    content: "\e233"
}

.glyphicon-option-horizontal:before {
    content: "\e234"
}

.glyphicon-option-vertical:before {
    content: "\e235"
}

.glyphicon-menu-hamburger:before {
    content: "\e236"
}

.glyphicon-modal-window:before {
    content: "\e237"
}

.glyphicon-oil:before {
    content: "\e238"
}

.glyphicon-grain:before {
    content: "\e239"
}

.glyphicon-sunglasses:before {
    content: "\e240"
}

.glyphicon-text-size:before {
    content: "\e241"
}

.glyphicon-text-color:before {
    content: "\e242"
}

.glyphicon-text-background:before {
    content: "\e243"
}

.glyphicon-object-align-top:before {
    content: "\e244"
}

.glyphicon-object-align-bottom:before {
    content: "\e245"
}

.glyphicon-object-align-horizontal:before {
    content: "\e246"
}

.glyphicon-object-align-left:before {
    content: "\e247"
}

.glyphicon-object-align-vertical:before {
    content: "\e248"
}

.glyphicon-object-align-right:before {
    content: "\e249"
}

.glyphicon-triangle-right:before {
    content: "\e250"
}

.glyphicon-triangle-left:before {
    content: "\e251"
}

.glyphicon-triangle-bottom:before {
    content: "\e252"
}

.glyphicon-triangle-top:before {
    content: "\e253"
}

.glyphicon-console:before {
    content: "\e254"
}

.glyphicon-superscript:before {
    content: "\e255"
}

.glyphicon-subscript:before {
    content: "\e256"
}

.glyphicon-menu-left:before {
    content: "\e257"
}

.glyphicon-menu-right:before {
    content: "\e258"
}

.glyphicon-menu-down:before {
    content: "\e259"
}

.glyphicon-menu-up:before {
    content: "\e260"
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

    a:focus, a:hover {
        color: #23527c;
        text-decoration: underline
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px
    }

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

    .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
        font-weight: 400;
        line-height: 1;
        color: #777
    }

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

    .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
        font-size: 65%
    }

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

    .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
        font-size: 75%
    }

.h1, h1 {
    font-size: 36px
}

.h2, h2 {
    font-size: 30px
}

.h3, h3 {
    font-size: 24px
}

.h4, h4 {
    font-size: 18px
}

.h5, h5 {
    font-size: 14px
}

.h6, h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px
    }
}

.small, small {
    font-size: 85%
}

.mark, mark {
    padding: .2em;
    background-color: #fcf8e3
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

a.text-primary:focus, a.text-primary:hover {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:focus, a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:focus, a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:focus, a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:focus, a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #337ab7
}

a.bg-primary:focus, a.bg-primary:hover {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:focus, a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:focus, a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:focus, a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:focus, a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ol, ul {
    margin-top: 0;
    margin-bottom: 10px
}

    ol ol, ol ul, ul ol, ul ul {
        margin-bottom: 0
    }

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none
}

    .list-inline > li {
        display: inline-block;
        padding-right: 5px;
        padding-left: 5px
    }

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dd, dt {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[data-original-title], abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

    blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
        margin-bottom: 0
    }

    blockquote .small, blockquote footer, blockquote small {
        display: block;
        font-size: 80%;
        line-height: 1.42857143;
        color: #777
    }

        blockquote .small:before, blockquote footer:before, blockquote small:before {
            content: '\2014 \00A0'
        }

    .blockquote-reverse, blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        text-align: right;
        border-right: 5px solid #eee;
        border-left: 0
    }

        .blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
            content: ''
        }

        .blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
            content: '\00A0 \2014'
        }

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

code, kbd, pre, samp {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.25)
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: 700;
        -webkit-box-shadow: none;
        box-shadow: none
    }

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

    pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        white-space: pre-wrap;
        background-color: transparent;
        border-radius: 0
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

    .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #ddd
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd
    }

    .table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
        border-top: 0
    }

    .table > tbody + tbody {
        border-top: 2px solid #ddd
    }

    .table .table {
        background-color: #fff
    }

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

    .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
        border: 1px solid #ddd
    }

    .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
        border-bottom-width: 2px
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    display: table-column;
    float: none
}

table td[class*=col-], table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none
}

.table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
    background-color: #f5f5f5
}

.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
    background-color: #e8e8e8
}

.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
    background-color: #dff0d8
}

.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
    background-color: #d0e9c6
}

.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
    background-color: #d9edf7
}

.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
    background-color: #c4e3f3
}

.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
    background-color: #fcf8e3
}

.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
    background-color: #faf2cc
}

.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
    background-color: #f2dede
}

.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

        .table-responsive > .table {
            margin-bottom: 0
        }

            .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
                white-space: nowrap
            }

        .table-responsive > .table-bordered {
            border: 0
        }

            .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
                border-left: 0
            }

            .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
                border-right: 0
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
                border-bottom: 0
            }
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple], select[size] {
    height: auto
}

input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-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
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1
    }

    .form-control:-ms-input-placeholder {
        color: #999
    }

    .form-control::-webkit-input-placeholder {
        color: #999
    }

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        background-color: #eee;
        opacity: 1
    }

    .form-control[disabled], fieldset[disabled] .form-control {
        cursor: not-allowed
    }

textarea.form-control {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
        line-height: 34px
    }

    .input-group-sm input[type=date], .input-group-sm input[type=time], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm {
        line-height: 30px
    }

    .input-group-lg input[type=date], .input-group-lg input[type=time], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

    .checkbox label, .radio label {
        min-height: 20px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: 400;
        cursor: pointer
    }

    .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
        position: absolute;
        margin-top: 4px\9;
        margin-left: -20px
    }

    .checkbox + .checkbox, .radio + .radio {
        margin-top: -5px
    }

.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer
}

    .checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
        margin-top: 0;
        margin-left: 10px
    }

fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
    cursor: not-allowed
}

.checkbox-inline.disabled, .radio-inline.disabled, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio-inline {
    cursor: not-allowed
}

.checkbox.disabled label, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .radio label {
    cursor: not-allowed
}

.form-control-static {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}

    .form-control-static.input-lg, .form-control-static.input-sm {
        padding-right: 0;
        padding-left: 0
    }

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

select[multiple].input-sm, textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

select[multiple].input-lg, textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

    .has-feedback .form-control {
        padding-right: 42.5px
    }

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.form-group-lg .form-control + .form-control-feedback, .input-group-lg + .form-control-feedback, .input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.form-group-sm .form-control + .form-control-feedback, .input-group-sm + .form-control-feedback, .input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

    .has-success .form-control:focus {
        border-color: #2b542c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168
    }

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

    .has-warning .form-control:focus {
        border-color: #66512c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b
    }

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

    .has-error .form-control:focus {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483
    }

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label ~ .form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

        .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
            width: auto
        }

        .form-inline .input-group > .form-control {
            width: 100%
        }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox, .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

        .form-inline .checkbox label, .form-inline .radio label {
            padding-left: 0
        }

        .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
            position: relative;
            margin-left: 0
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0
}

.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.33px;
        font-size: 18px
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

    .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px
    }

    .btn.focus, .btn:focus, .btn:hover {
        color: #333;
        text-decoration: none
    }

    .btn.active, .btn:active {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
        box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
    }

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        cursor: not-allowed;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: .65
    }

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

    .btn-default.focus, .btn-default:focus {
        color: #333;
        background-color: #e6e6e6;
        border-color: #8c8c8c
    }

    .btn-default:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad
    }

    .btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad
    }

        .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
            color: #333;
            background-color: #d4d4d4;
            border-color: #8c8c8c
        }

    .btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
        background-image: none
    }

    .btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
        background-color: #fff;
        border-color: #ccc
    }

    .btn-default .badge {
        color: #fff;
        background-color: #333
    }

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

    .btn-primary.focus, .btn-primary:focus {
        color: #fff;
        background-color: #286090;
        border-color: #122b40
    }

    .btn-primary:hover {
        color: #fff;
        background-color: #286090;
        border-color: #204d74
    }

    .btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #286090;
        border-color: #204d74
    }

        .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
            color: #fff;
            background-color: #204d74;
            border-color: #122b40
        }

    .btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
        background-image: none
    }

    .btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
        background-color: #337ab7;
        border-color: #2e6da4
    }

    .btn-primary .badge {
        color: #337ab7;
        background-color: #fff
    }

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

    .btn-success.focus, .btn-success:focus {
        color: #fff;
        background-color: #449d44;
        border-color: #255625
    }

    .btn-success:hover {
        color: #fff;
        background-color: #449d44;
        border-color: #398439
    }

    .btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
        color: #fff;
        background-color: #449d44;
        border-color: #398439
    }

        .btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
            color: #fff;
            background-color: #398439;
            border-color: #255625
        }

    .btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
        background-image: none
    }

    .btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
        background-color: #5cb85c;
        border-color: #4cae4c
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: #fff
    }

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

    .btn-info.focus, .btn-info:focus {
        color: #fff;
        background-color: #31b0d5;
        border-color: #1b6d85
    }

    .btn-info:hover {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc
    }

    .btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc
    }

        .btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
            color: #fff;
            background-color: #269abc;
            border-color: #1b6d85
        }

    .btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
        background-image: none
    }

    .btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info[disabled].active, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
        background-color: #5bc0de;
        border-color: #46b8da
    }

    .btn-info .badge {
        color: #5bc0de;
        background-color: #fff
    }

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

    .btn-warning.focus, .btn-warning:focus {
        color: #fff;
        background-color: #ec971f;
        border-color: #985f0d
    }

    .btn-warning:hover {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512
    }

    .btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512
    }

        .btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open > .dropdown-toggle.btn-warning.focus, .open > .dropdown-toggle.btn-warning:focus, .open > .dropdown-toggle.btn-warning:hover {
            color: #fff;
            background-color: #d58512;
            border-color: #985f0d
        }

    .btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
        background-image: none
    }

    .btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning[disabled].active, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
        background-color: #f0ad4e;
        border-color: #eea236
    }

    .btn-warning .badge {
        color: #f0ad4e;
        background-color: #fff
    }

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

    .btn-danger.focus, .btn-danger:focus {
        color: #fff;
        background-color: #c9302c;
        border-color: #761c19
    }

    .btn-danger:hover {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925
    }

    .btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925
    }

        .btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open > .dropdown-toggle.btn-danger.focus, .open > .dropdown-toggle.btn-danger:focus, .open > .dropdown-toggle.btn-danger:hover {
            color: #fff;
            background-color: #ac2925;
            border-color: #761c19
        }

    .btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
        background-image: none
    }

    .btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger[disabled].active, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
        background-color: #d9534f;
        border-color: #d43f3a
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: #fff
    }

.btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0
}

    .btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
            border-color: transparent
        }

            .btn-link:focus, .btn-link:hover {
                color: #23527c;
                text-decoration: underline;
                background-color: transparent
            }

            .btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
                color: #777;
                text-decoration: none
            }

.btn-group-lg > .btn, .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-group-sm > .btn, .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-xs > .btn, .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

    .btn-block + .btn-block {
        margin-top: 5px
    }

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

    .fade.in {
        opacity: 1
    }

.collapse {
    display: none
}

    .collapse.in {
        display: block
    }

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height,visibility;
    -o-transition-property: height,visibility;
    transition-property: height,visibility
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown, .dropup {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175)
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap
    }

        .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
            color: #262626;
            text-decoration: none;
            background-color: #f5f5f5
        }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
        color: #fff;
        text-decoration: none;
        background-color: #337ab7;
        outline: 0
    }

    .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
        color: #777
    }

        .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
            text-decoration: none;
            cursor: not-allowed;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
        }

.open > .dropdown-menu {
    display: block
}

.open > a {
    outline: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid\9
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }

    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0
    }
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

    .btn-group-vertical > .btn, .btn-group > .btn {
        position: relative;
        float: left
    }

        .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
            z-index: 2
        }

    .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
        margin-left: -1px
    }

.btn-toolbar {
    margin-left: -5px
}

    .btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
        float: left
    }

    .btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
        margin-left: 5px
    }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group > .btn:first-child {
    margin-left: 0
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group > .btn-group {
    float: left
}

    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0
    }

    .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

    .btn-group.open .dropdown-toggle.btn-link {
        -webkit-box-shadow: none;
        box-shadow: none
    }

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

    .btn-group-vertical > .btn-group > .btn {
        float: none
    }

    .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0
    }

    .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
        border-radius: 0
    }

    .btn-group-vertical > .btn:first-child:not(:last-child) {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 4px
    }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0
    }

    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

    .btn-group-justified > .btn, .btn-group-justified > .btn-group {
        display: table-cell;
        float: none;
        width: 1%
    }

        .btn-group-justified > .btn-group .btn {
            width: 100%
        }

        .btn-group-justified > .btn-group .dropdown-menu {
            left: auto
        }

[data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

    .input-group[class*=col-] {
        float: none;
        padding-right: 0;
        padding-left: 0
    }

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0
    }

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px
}

select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn, textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn {
    height: auto
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px
}

select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn, textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn {
    height: auto
}

.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell
}

    .input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
        border-radius: 0
    }

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

    .input-group-addon.input-sm {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px
    }

    .input-group-addon.input-lg {
        padding: 10px 16px;
        font-size: 18px;
        border-radius: 6px
    }

    .input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
        margin-top: 0
    }

    .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .input-group-addon:first-child {
        border-right: 0
    }

    .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .input-group-addon:last-child {
        border-left: 0
    }

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

    .input-group-btn > .btn {
        position: relative
    }

        .input-group-btn > .btn + .btn {
            margin-left: -1px
        }

        .input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
            z-index: 2
        }

    .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
        margin-right: -1px
    }

    .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
        z-index: 2;
        margin-left: -1px
    }

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

    .nav > li {
        position: relative;
        display: block
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px
        }

            .nav > li > a:focus, .nav > li > a:hover {
                text-decoration: none;
                background-color: #eee
            }

        .nav > li.disabled > a {
            color: #777
        }

            .nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
                color: #777;
                text-decoration: none;
                cursor: not-allowed;
                background-color: transparent
            }

    .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
        background-color: #eee;
        border-color: #337ab7
    }

    .nav .nav-divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5
    }

    .nav > li > a > img {
        max-width: none
    }

.nav-tabs {
    border-bottom: 1px solid #ddd
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.42857143;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0
        }

            .nav-tabs > li > a:hover {
                border-color: #eee #eee #ddd
            }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
            color: #555;
            cursor: default;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: transparent
        }

    .nav-tabs.nav-justified {
        width: 100%;
        border-bottom: 0
    }

        .nav-tabs.nav-justified > li {
            float: none
        }

            .nav-tabs.nav-justified > li > a {
                margin-bottom: 5px;
                text-align: center
            }

        .nav-tabs.nav-justified > .dropdown .dropdown-menu {
            top: auto;
            left: auto
        }

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%
    }

        .nav-tabs.nav-justified > li > a {
            margin-bottom: 0
        }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: #fff
    }
}

.nav-pills > li {
    float: left
}

    .nav-pills > li > a {
        border-radius: 4px
    }

    .nav-pills > li + li {
        margin-left: 2px
    }

    .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
        color: #fff;
        background-color: #337ab7
    }

.nav-stacked > li {
    float: none
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0
    }

.nav-justified {
    width: 100%
}

    .nav-justified > li {
        float: none
    }

        .nav-justified > li > a {
            margin-bottom: 5px;
            text-align: center
        }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto
    }

@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%
    }

        .nav-justified > li > a {
            margin-bottom: 0
        }
}

.nav-tabs-justified {
    border-bottom: 0
}

    .nav-tabs-justified > li > a {
        margin-right: 0;
        border-radius: 4px
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
        border: 1px solid #ddd
    }

@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
        border-bottom-color: #fff
    }
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px
    }
}

@media (min-width: 768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1)
}

    .navbar-collapse.in {
        overflow-y: auto
    }

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important
        }

        .navbar-collapse.in {
            overflow-y: visible
        }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 340px
}

@media (max-device-width: 480px) and (orientation:landscape) {
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: 200px
    }
}

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 768px) {
    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width: 768px) {
    .navbar-fixed-bottom, .navbar-fixed-top {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px
}

    .navbar-brand:focus, .navbar-brand:hover {
        text-decoration: none
    }

    .navbar-brand > img {
        display: block
    }

@media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

    .navbar-toggle:focus {
        outline: 0
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px
        }

@media (min-width: 768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px
    }

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
            padding: 5px 15px 5px 25px
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px
        }

            .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover {
                background-image: none
            }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

        .navbar-nav > li {
            float: left
        }

            .navbar-nav > li > a {
                padding-top: 15px;
                padding-bottom: 15px
            }
}

.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .navbar-form .form-control-static {
        display: inline-block
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

        .navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
            width: auto
        }

        .navbar-form .input-group > .form-control {
            width: 100%
        }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox, .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

        .navbar-form .checkbox label, .navbar-form .radio label {
            padding-left: 0
        }

        .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
            position: relative;
            margin-left: 0
        }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }

        .navbar-form .form-group:last-child {
            margin-bottom: 0
        }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

    .navbar-btn.btn-sm {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .navbar-btn.btn-xs {
        margin-top: 14px;
        margin-bottom: 14px
    }

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px
    }

        .navbar-right ~ .navbar-right {
            margin-right: 0
        }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

    .navbar-default .navbar-brand {
        color: #777
    }

        .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
            color: #5e5e5e;
            background-color: transparent
        }

    .navbar-default .navbar-text {
        color: #777
    }

    .navbar-default .navbar-nav > li > a {
        color: #777
    }

        .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
            color: #333;
            background-color: transparent
        }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default .navbar-nav > .disabled > a:hover {
        color: #ccc;
        background-color: transparent
    }

    .navbar-default .navbar-toggle {
        border-color: #ddd
    }

        .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
            background-color: #ddd
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #888
        }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #e7e7e7
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
        color: #555;
        background-color: #e7e7e7
    }

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
            color: #333;
            background-color: transparent
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

    .navbar-default .navbar-link:hover {
        color: #333
    }

.navbar-default .btn-link {
    color: #777
}

    .navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
        color: #333
    }

    .navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
        color: #ccc
    }

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

    .navbar-inverse .navbar-brand {
        color: #9d9d9d
    }

        .navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
            color: #fff;
            background-color: transparent
        }

    .navbar-inverse .navbar-text {
        color: #9d9d9d
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #9d9d9d
    }

        .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
            color: #fff;
            background-color: transparent
        }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:focus, .navbar-inverse .navbar-nav > .disabled > a:hover {
        color: #444;
        background-color: transparent
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333
    }

        .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
            background-color: #333
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #fff
        }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #101010
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
        color: #fff;
        background-color: #080808
    }

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
            color: #fff;
            background-color: transparent
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

    .navbar-inverse .navbar-link:hover {
        color: #fff
    }

.navbar-inverse .btn-link {
    color: #9d9d9d
}

    .navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
        color: #fff
    }

    .navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
        color: #444
    }

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

    .breadcrumb > li {
        display: inline-block
    }

        .breadcrumb > li + li:before {
            padding: 0 5px;
            color: #ccc;
            content: "/\00a0"
        }

    .breadcrumb > .active {
        color: #777
    }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

    .pagination > li {
        display: inline
    }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.42857143;
            color: #337ab7;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd
        }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-left: 0;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px
        }

        .pagination > li:last-child > a, .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px
        }

        .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
            z-index: 3;
            color: #23527c;
            background-color: #eee;
            border-color: #ddd
        }

    .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
        z-index: 2;
        color: #fff;
        cursor: default;
        background-color: #337ab7;
        border-color: #337ab7
    }

    .pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd
    }

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

    .pager li {
        display: inline
    }

        .pager li > a, .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 15px
        }

            .pager li > a:focus, .pager li > a:hover {
                text-decoration: none;
                background-color: #eee
            }

    .pager .next > a, .pager .next > span {
        float: right
    }

    .pager .previous > a, .pager .previous > span {
        float: left
    }

    .pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
        color: #777;
        cursor: not-allowed;
        background-color: #fff
    }

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

a.label:focus, a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #777
}

    .label-default[href]:focus, .label-default[href]:hover {
        background-color: #5e5e5e
    }

.label-primary {
    background-color: #337ab7
}

    .label-primary[href]:focus, .label-primary[href]:hover {
        background-color: #286090
    }

.label-success {
    background-color: #5cb85c
}

    .label-success[href]:focus, .label-success[href]:hover {
        background-color: #449d44
    }

.label-info {
    background-color: #5bc0de
}

    .label-info[href]:focus, .label-info[href]:hover {
        background-color: #31b0d5
    }

.label-warning {
    background-color: #f0ad4e
}

    .label-warning[href]:focus, .label-warning[href]:hover {
        background-color: #ec971f
    }

.label-danger {
    background-color: #d9534f
}

    .label-danger[href]:focus, .label-danger[href]:hover {
        background-color: #c9302c
    }

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px
}

    .badge:empty {
        display: none
    }

.btn .badge {
    position: relative;
    top: -1px
}

.btn-group-xs > .btn .badge, .btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:focus, a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff
}

.list-group-item > .badge {
    float: right
}

    .list-group-item > .badge + .badge {
        margin-right: 5px
    }

.nav-pills > li > a > .badge {
    margin-left: 3px
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}

    .jumbotron .h1, .jumbotron h1 {
        color: inherit
    }

    .jumbotron p {
        margin-bottom: 15px;
        font-size: 21px;
        font-weight: 200
    }

    .jumbotron > hr {
        border-top-color: #d5d5d5
    }

.container .jumbotron, .container-fluid .jumbotron {
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .container .jumbotron, .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px
    }

    .jumbotron .h1, .jumbotron h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

    .thumbnail a > img, .thumbnail > img {
        margin-right: auto;
        margin-left: auto
    }

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #337ab7
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

    .alert h4 {
        margin-top: 0;
        color: inherit
    }

    .alert .alert-link {
        font-weight: 700
    }

    .alert > p, .alert > ul {
        margin-bottom: 0
    }

        .alert > p + p {
            margin-top: 5px
        }

.alert-dismissable, .alert-dismissible {
    padding-right: 35px
}

    .alert-dismissable .close, .alert-dismissible .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit
    }

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

    .alert-success hr {
        border-top-color: #c9e2b3
    }

    .alert-success .alert-link {
        color: #2b542c
    }

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

    .alert-info hr {
        border-top-color: #a6e1ec
    }

    .alert-info .alert-link {
        color: #245269
    }

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

    .alert-warning hr {
        border-top-color: #f7e1b5
    }

    .alert-warning .alert-link {
        color: #66512c
    }

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

    .alert-danger hr {
        border-top-color: #e4b9c0
    }

    .alert-danger .alert-link {
        color: #843534
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.progress-bar-striped, .progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px
}

.progress-bar.active, .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.media {
    margin-top: 15px
}

    .media:first-child {
        margin-top: 0
    }

.media, .media-body {
    overflow: hidden;
    zoom: 1
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

    .media-object.img-thumbnail {
        max-width: none
    }

.media-right, .media > .pull-right {
    padding-left: 10px
}

.media-left, .media > .pull-left {
    padding-right: 10px
}

.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

    .list-group-item:first-child {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px
    }

a.list-group-item, button.list-group-item {
    color: #555
}

    a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
        color: #333
    }

    a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
        color: #555;
        text-decoration: none;
        background-color: #f5f5f5
    }

button.list-group-item {
    width: 100%;
    text-align: left
}

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #eee
}

    .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
        color: inherit
    }

    .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
        color: #777
    }

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

    .list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > small {
        color: inherit
    }

    .list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
        color: #c7ddef
    }

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success, button.list-group-item-success {
    color: #3c763d
}

    a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
        color: #3c763d;
        background-color: #d0e9c6
    }

    a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover, button.list-group-item-success.active, button.list-group-item-success.active:focus, button.list-group-item-success.active:hover {
        color: #fff;
        background-color: #3c763d;
        border-color: #3c763d
    }

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info, button.list-group-item-info {
    color: #31708f
}

    a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
        color: #31708f;
        background-color: #c4e3f3
    }

    a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover, button.list-group-item-info.active, button.list-group-item-info.active:focus, button.list-group-item-info.active:hover {
        color: #fff;
        background-color: #31708f;
        border-color: #31708f
    }

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning, button.list-group-item-warning {
    color: #8a6d3b
}

    a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
        color: #8a6d3b;
        background-color: #faf2cc
    }

    a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover, button.list-group-item-warning.active, button.list-group-item-warning.active:focus, button.list-group-item-warning.active:hover {
        color: #fff;
        background-color: #8a6d3b;
        border-color: #8a6d3b
    }

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger, button.list-group-item-danger {
    color: #a94442
}

    a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
        color: #a94442;
        background-color: #ebcccc
    }

    a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover, button.list-group-item-danger.active, button.list-group-item-danger.active:focus, button.list-group-item-danger.active:hover {
        color: #fff;
        background-color: #a94442;
        border-color: #a94442
    }

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

    .panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
        color: inherit
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
    margin-bottom: 0
}

    .panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0
    }

    .panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px
    }

    .panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px
    }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group + .panel-footer {
    border-top-width: 0
}

.panel > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table {
    margin-bottom: 0
}

    .panel > .panel-collapse > .table caption, .panel > .table caption, .panel > .table-responsive > .table caption {
        padding-right: 15px;
        padding-left: 15px
    }

    .panel > .table-responsive:first-child > .table:first-child, .panel > .table:first-child {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px
    }

        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table:first-child > thead:first-child > tr:first-child {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px
        }

            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
                border-top-left-radius: 3px
            }

            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
                border-top-right-radius: 3px
            }

    .panel > .table-responsive:last-child > .table:last-child, .panel > .table:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px
    }

        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child {
            border-bottom-right-radius: 3px;
            border-bottom-left-radius: 3px
        }

            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
                border-bottom-left-radius: 3px
            }

            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
                border-bottom-right-radius: 3px
            }

    .panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
        border-top: 1px solid #ddd
    }

    .panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th {
        border-top: 0
    }

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0
}

    .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0
    }

    .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0
    }

    .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
        border-bottom: 0
    }

    .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0
    }

.panel > .table-responsive {
    margin-bottom: 0;
    border: 0
}

.panel-group {
    margin-bottom: 20px
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px
    }

        .panel-group .panel + .panel {
            margin-top: 5px
        }

    .panel-group .panel-heading {
        border-bottom: 0
    }

        .panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
            border-top: 1px solid #ddd
        }

    .panel-group .panel-footer {
        border-top: 0
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd
        }

.panel-default {
    border-color: #ddd
}

    .panel-default > .panel-heading {
        color: #333;
        background-color: #f5f5f5;
        border-color: #ddd
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ddd
        }

        .panel-default > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #333
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd
    }

.panel-primary {
    border-color: #337ab7
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #337ab7;
        border-color: #337ab7
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #337ab7
        }

        .panel-primary > .panel-heading .badge {
            color: #337ab7;
            background-color: #fff
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #337ab7
    }

.panel-success {
    border-color: #d6e9c6
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d6e9c6
        }

        .panel-success > .panel-heading .badge {
            color: #dff0d8;
            background-color: #3c763d
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d6e9c6
    }

.panel-info {
    border-color: #bce8f1
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bce8f1
        }

        .panel-info > .panel-heading .badge {
            color: #d9edf7;
            background-color: #31708f
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bce8f1
    }

.panel-warning {
    border-color: #faebcc
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc
        }

        .panel-warning > .panel-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc
    }

.panel-danger {
    border-color: #ebccd1
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ebccd1
        }

        .panel-danger > .panel-heading .badge {
            color: #f2dede;
            background-color: #a94442
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ebccd1
    }

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

    .embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0
    }

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05)
}

    .well blockquote {
        border-color: #ddd;
        border-color: rgba(0,0,0,.15)
    }

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}

    .close:focus, .close:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        filter: alpha(opacity=50);
        opacity: .5
    }

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

    .modal.fade .modal-dialog {
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out;
        -webkit-transform: translate(0,-25%);
        -ms-transform: translate(0,-25%);
        -o-transform: translate(0,-25%);
        transform: translate(0,-25%)
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0)
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5)
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

    .modal-backdrop.fade {
        filter: alpha(opacity=0);
        opacity: 0
    }

    .modal-backdrop.in {
        filter: alpha(opacity=50);
        opacity: .5
    }

.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

    .modal-header .close {
        margin-top: -2px
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto
}

    .tooltip.in {
        filter: alpha(opacity=90);
        opacity: .9
    }

    .tooltip.top {
        padding: 5px 0;
        margin-top: -3px
    }

    .tooltip.right {
        padding: 0 5px;
        margin-left: 3px
    }

    .tooltip.bottom {
        padding: 5px 0;
        margin-top: 3px
    }

    .tooltip.left {
        padding: 0 5px;
        margin-left: -3px
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    line-break: auto
}

    .popover.top {
        margin-top: -10px
    }

    .popover.right {
        margin-left: 10px
    }

    .popover.bottom {
        margin-top: 10px
    }

    .popover.left {
        margin-left: -10px
    }

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover > .arrow {
    border-width: 11px
}

    .popover > .arrow:after {
        content: "";
        border-width: 10px
    }

.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,.25);
    border-bottom-width: 0
}

    .popover.top > .arrow:after {
        bottom: 1px;
        margin-left: -10px;
        content: " ";
        border-top-color: #fff;
        border-bottom-width: 0
    }

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,.25);
    border-left-width: 0
}

    .popover.right > .arrow:after {
        bottom: -10px;
        left: 1px;
        content: " ";
        border-right-color: #fff;
        border-left-width: 0
    }

.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,.25)
}

    .popover.bottom > .arrow:after {
        top: 1px;
        margin-left: -10px;
        content: " ";
        border-top-width: 0;
        border-bottom-color: #fff
    }

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0,0,0,.25)
}

    .popover.left > .arrow:after {
        right: 1px;
        bottom: -10px;
        content: " ";
        border-right-width: 0;
        border-left-color: #fff
    }

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

    .carousel-inner > .item {
        position: relative;
        display: none;
        -webkit-transition: .6s ease-in-out left;
        -o-transition: .6s ease-in-out left;
        transition: .6s ease-in-out left
    }

        .carousel-inner > .item > a > img, .carousel-inner > .item > img {
            line-height: 1
        }

@media all and (transform-3d),(-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }

        .carousel-inner > .item.active.right, .carousel-inner > .item.next {
            left: 0;
            -webkit-transform: translate3d(100%,0,0);
            transform: translate3d(100%,0,0)
        }

        .carousel-inner > .item.active.left, .carousel-inner > .item.prev {
            left: 0;
            -webkit-transform: translate3d(-100%,0,0);
            transform: translate3d(-100%,0,0)
        }

            .carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
                left: 0;
                -webkit-transform: translate3d(0,0,0);
                transform: translate3d(0,0,0)
            }
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block
}

.carousel-inner > .active {
    left: 0
}

.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner > .next {
    left: 100%
}

.carousel-inner > .prev {
    left: -100%
}

    .carousel-inner > .next.left, .carousel-inner > .prev.right {
        left: 0
    }

.carousel-inner > .active.left {
    left: -100%
}

.carousel-inner > .active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    filter: alpha(opacity=50);
    opacity: .5
}

    .carousel-control.left {
        background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
        background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
        background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
        background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
        background-repeat: repeat-x
    }

    .carousel-control.right {
        right: 0;
        left: auto;
        background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
        background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
        background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
        background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
        background-repeat: repeat-x
    }

    .carousel-control:focus, .carousel-control:hover {
        color: #fff;
        text-decoration: none;
        filter: alpha(opacity=90);
        outline: 0;
        opacity: .9
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
        margin-top: -10px
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        left: 50%;
        margin-left: -10px
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        right: 50%;
        margin-right: -10px
    }

    .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 20px;
        height: 20px;
        font-family: serif;
        line-height: 1
    }

        .carousel-control .icon-prev:before {
            content: '\2039'
        }

        .carousel-control .icon-next:before {
            content: '\203a'
        }

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #000\9;
        background-color: rgba(0,0,0,0);
        border: 1px solid #fff;
        border-radius: 10px
    }

    .carousel-indicators .active {
        width: 12px;
        height: 12px;
        margin: 0;
        background-color: #fff
    }

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6)
}

    .carousel-caption .btn {
        text-shadow: none
    }

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -15px
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -15px
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " "
}

.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
    clear: both
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-lg, .visible-md, .visible-sm, .visible-xs {
    display: none !important
}

.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: none !important
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs, th.visible-xs {
        display: table-cell !important
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm, th.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md, th.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg, th.visible-lg {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print, th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

.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;
    }

        .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-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%;
            -webkit-transform-style: preserve-3d;
        }

    .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;
        cursor: hand;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .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 {
        display: none;
    }

    .owl-carousel.owl-drag .owl-item {
        -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 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%;
}

@font-face {
    font-family: 'Montserrat';
    src: url('images/montserrat-black-webfont.woff') format('woff');
    font-weight: 900;
}

@font-face {
    font-family: 'Montserrat';
    src: url('images/montserrat-extrabold-webfont.woff') format('woff');
    font-weight: 800;
}

@font-face {
    font-family: 'Montserrat';
    src: url('images/montserrat-bold-webfont.woff') format('woff');
    font-weight: 700;
}

@font-face {
    font-family: 'Montserrat';
    src: url('images/montserrat-semibold-webfont.woff') format('woff');
    font-weight: 600;
}

@font-face {
    font-family: 'Montserrat';
    src: url('images/montserrat-medium-webfont.woff') format('woff');
    font-weight: 500;
}

@font-face {
    font-family: 'Montserrat';
    src: url('images/montserrat-regular-webfont.woff') format('woff');
    font-weight: 400;
}

@font-face {
    font-family: 'Montserrat';
    src: url('images/montserrat-light-webfont.woff') format('woff');
    font-weight: 300;
}

@font-face {
    font-family: 'Montserrat';
    src: url('images/montserrat-ExtraLight-webfont.woff') format('woff');
    font-weight: 200;
}

@font-face {
    font-family: 'Montserrat';
    src: url('images/montserrat-thin-webfont.woff') format('woff');
    font-weight: 100;
}

.la::before, [class^="bi-"]::before, [class*=" bi-"]::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.la-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -.0667em;
}

.la-xs {
    font-size: .75em;
}

.la-sm {
    font-size: .875em;
}

.la-1x {
    font-size: 1em;
}

.la-2x {
    font-size: 2em;
}

.la-3x {
    font-size: 3em;
}

.la-4x {
    font-size: 4em;
}

.la-5x {
    font-size: 5em;
}

.la-6x {
    font-size: 6em;
}

.la-7x {
    font-size: 7em;
}

.la-8x {
    font-size: 8em;
}

.la-9x {
    font-size: 9em;
}

.la-10x {
    font-size: 10em;
}

.la-bars:before {
    content: "\f479";
}

.la-chart-bar:before {
    content: "\f17b";
}

.la-coins:before {
    content: "\f638";
}

.la-heart:before {
    content: "\f415";
}

.la-home:before {
    content: "\f424";
}

.la-language:before {
    content: "\f658";
}

.la-search:before {
    content: "\f52a";
}

.la-comments-dollar:before {
    content: "\f638";
}

.la-user:before {
    content: "\f4da";
}

.la-shopping-bag:before {
    content: "\f408";
}

.la-shopping-cart:before {
    content: "\f23b";
}

.la-comment-alt:before {
    content: "\f268";
}

.la-edit:before {
    content: "\f4c9";
}

.la-share-alt-square:before {
    content: "\f52d";
}

.la-times:before {
    content: "\f659";
}

.la-check:before {
    content: "\f26c";
}

.la-plus:before {
    content: "\f64d";
}

.la-minus:before {
    content: "\f63b";
}

.la-heart-o:before {
    content: "\f417";
}

.la-angle-up:before {
    content: "\f286";
}

.la-angle-right:before {
    content: "\f285";
}

.la-angle-left:before {
    content: "\f284";
}

.la-angle-down:before {
    content: "\f282";
}

.la-cart-plus:before {
    content: "\f23e";
}

.la-cart-eye:before {
    content: "\f33e";
}

.la-play:before {
    content: "\f4f4";
}

.la-plane:before {
    content: "\f46c";
}

.la-truck:before {
    content: "\f5ea";
}

.la-sms:before {
    content: "\f251";
}

.la-global:before {
    content: "\f3ee";
}

.la-envelope:before {
    content: "\f3ee";
}

.la-lightning:before {
    content: "\f46e";
}

@font-face {
    font-family: "bootstrap-icons";
    src: url("images/bootstrap-icons.woff2?08efbba7c53d8c5413793eecb19b20bb") format("woff2"),url("images/bootstrap-icons.woff?08efbba7c53d8c5413793eecb19b20bb") format("woff");
}

.bi::before, [class^="bi-"]::before, [class*=" bi-"]::before {
    display: inline-block;
    font-display: block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bi-123::before {
    content: "\f67f";
}

.bi-alarm-fill::before {
    content: "\f101";
}

.bi-alarm::before {
    content: "\f102";
}

.bi-align-bottom::before {
    content: "\f103";
}

.bi-align-center::before {
    content: "\f104";
}

.bi-align-end::before {
    content: "\f105";
}

.bi-align-middle::before {
    content: "\f106";
}

.bi-align-start::before {
    content: "\f107";
}

.bi-align-top::before {
    content: "\f108";
}

.bi-alt::before {
    content: "\f109";
}

.bi-app-indicator::before {
    content: "\f10a";
}

.bi-app::before {
    content: "\f10b";
}

.bi-archive-fill::before {
    content: "\f10c";
}

.bi-archive::before {
    content: "\f10d";
}

.bi-arrow-90deg-down::before {
    content: "\f10e";
}

.bi-arrow-90deg-left::before {
    content: "\f10f";
}

.bi-arrow-90deg-right::before {
    content: "\f110";
}

.bi-arrow-90deg-up::before {
    content: "\f111";
}

.bi-arrow-bar-down::before {
    content: "\f112";
}

.bi-arrow-bar-left::before {
    content: "\f113";
}

.bi-arrow-bar-right::before {
    content: "\f114";
}

.bi-arrow-bar-up::before {
    content: "\f115";
}

.bi-arrow-clockwise::before {
    content: "\f116";
}

.bi-arrow-counterclockwise::before {
    content: "\f117";
}

.bi-arrow-down-circle-fill::before {
    content: "\f118";
}

.bi-arrow-down-circle::before {
    content: "\f119";
}

.bi-arrow-down-left-circle-fill::before {
    content: "\f11a";
}

.bi-arrow-down-left-circle::before {
    content: "\f11b";
}

.bi-arrow-down-left-square-fill::before {
    content: "\f11c";
}

.bi-arrow-down-left-square::before {
    content: "\f11d";
}

.bi-arrow-down-left::before {
    content: "\f11e";
}

.bi-arrow-down-right-circle-fill::before {
    content: "\f11f";
}

.bi-arrow-down-right-circle::before {
    content: "\f120";
}

.bi-arrow-down-right-square-fill::before {
    content: "\f121";
}

.bi-arrow-down-right-square::before {
    content: "\f122";
}

.bi-arrow-down-right::before {
    content: "\f123";
}

.bi-arrow-down-short::before {
    content: "\f124";
}

.bi-arrow-down-square-fill::before {
    content: "\f125";
}

.bi-arrow-down-square::before {
    content: "\f126";
}

.bi-arrow-down-up::before {
    content: "\f127";
}

.bi-arrow-down::before {
    content: "\f128";
}

.bi-arrow-left-circle-fill::before {
    content: "\f129";
}

.bi-arrow-left-circle::before {
    content: "\f12a";
}

.bi-arrow-left-right::before {
    content: "\f12b";
}

.bi-arrow-left-short::before {
    content: "\f12c";
}

.bi-arrow-left-square-fill::before {
    content: "\f12d";
}

.bi-arrow-left-square::before {
    content: "\f12e";
}

.bi-arrow-left::before {
    content: "\f12f";
}

.bi-arrow-repeat::before {
    content: "\f130";
}

.bi-arrow-return-left::before {
    content: "\f131";
}

.bi-arrow-return-right::before {
    content: "\f132";
}

.bi-arrow-right-circle-fill::before {
    content: "\f133";
}

.bi-arrow-right-circle::before {
    content: "\f134";
}

.bi-arrow-right-short::before {
    content: "\f135";
}

.bi-arrow-right-square-fill::before {
    content: "\f136";
}

.bi-arrow-right-square::before {
    content: "\f137";
}

.bi-arrow-right::before {
    content: "\f138";
}

.bi-arrow-up-circle-fill::before {
    content: "\f139";
}

.bi-arrow-up-circle::before {
    content: "\f13a";
}

.bi-arrow-up-left-circle-fill::before {
    content: "\f13b";
}

.bi-arrow-up-left-circle::before {
    content: "\f13c";
}

.bi-arrow-up-left-square-fill::before {
    content: "\f13d";
}

.bi-arrow-up-left-square::before {
    content: "\f13e";
}

.bi-arrow-up-left::before {
    content: "\f13f";
}

.bi-arrow-up-right-circle-fill::before {
    content: "\f140";
}

.bi-arrow-up-right-circle::before {
    content: "\f141";
}

.bi-arrow-up-right-square-fill::before {
    content: "\f142";
}

.bi-arrow-up-right-square::before {
    content: "\f143";
}

.bi-arrow-up-right::before {
    content: "\f144";
}

.bi-arrow-up-short::before {
    content: "\f145";
}

.bi-arrow-up-square-fill::before {
    content: "\f146";
}

.bi-arrow-up-square::before {
    content: "\f147";
}

.bi-arrow-up::before {
    content: "\f148";
}

.bi-arrows-angle-contract::before {
    content: "\f149";
}

.bi-arrows-angle-expand::before {
    content: "\f14a";
}

.bi-arrows-collapse::before {
    content: "\f14b";
}

.bi-arrows-expand::before {
    content: "\f14c";
}

.bi-arrows-fullscreen::before {
    content: "\f14d";
}

.bi-arrows-move::before {
    content: "\f14e";
}

.bi-aspect-ratio-fill::before {
    content: "\f14f";
}

.bi-aspect-ratio::before {
    content: "\f150";
}

.bi-asterisk::before {
    content: "\f151";
}

.bi-at::before {
    content: "\f152";
}

.bi-award-fill::before {
    content: "\f153";
}

.bi-award::before {
    content: "\f154";
}

.bi-back::before {
    content: "\f155";
}

.bi-backspace-fill::before {
    content: "\f156";
}

.bi-backspace-reverse-fill::before {
    content: "\f157";
}

.bi-backspace-reverse::before {
    content: "\f158";
}

.bi-backspace::before {
    content: "\f159";
}

.bi-badge-3d-fill::before {
    content: "\f15a";
}

.bi-badge-3d::before {
    content: "\f15b";
}

.bi-badge-4k-fill::before {
    content: "\f15c";
}

.bi-badge-4k::before {
    content: "\f15d";
}

.bi-badge-8k-fill::before {
    content: "\f15e";
}

.bi-badge-8k::before {
    content: "\f15f";
}

.bi-badge-ad-fill::before {
    content: "\f160";
}

.bi-badge-ad::before {
    content: "\f161";
}

.bi-badge-ar-fill::before {
    content: "\f162";
}

.bi-badge-ar::before {
    content: "\f163";
}

.bi-badge-cc-fill::before {
    content: "\f164";
}

.bi-badge-cc::before {
    content: "\f165";
}

.bi-badge-hd-fill::before {
    content: "\f166";
}

.bi-badge-hd::before {
    content: "\f167";
}

.bi-badge-tm-fill::before {
    content: "\f168";
}

.bi-badge-tm::before {
    content: "\f169";
}

.bi-badge-vo-fill::before {
    content: "\f16a";
}

.bi-badge-vo::before {
    content: "\f16b";
}

.bi-badge-vr-fill::before {
    content: "\f16c";
}

.bi-badge-vr::before {
    content: "\f16d";
}

.bi-badge-wc-fill::before {
    content: "\f16e";
}

.bi-badge-wc::before {
    content: "\f16f";
}

.bi-bag-check-fill::before {
    content: "\f170";
}

.bi-bag-check::before {
    content: "\f171";
}

.bi-bag-dash-fill::before {
    content: "\f172";
}

.bi-bag-dash::before {
    content: "\f173";
}

.bi-bag-fill::before {
    content: "\f174";
}

.bi-bag-plus-fill::before {
    content: "\f175";
}

.bi-bag-plus::before {
    content: "\f176";
}

.bi-bag-x-fill::before {
    content: "\f177";
}

.bi-bag-x::before {
    content: "\f178";
}

.bi-bag::before {
    content: "\f179";
}

.bi-bar-chart-fill::before {
    content: "\f17a";
}

.bi-bar-chart-line-fill::before {
    content: "\f17b";
}

.bi-bar-chart-line::before {
    content: "\f17c";
}

.bi-bar-chart-steps::before {
    content: "\f17d";
}

.bi-bar-chart::before {
    content: "\f17e";
}

.bi-basket-fill::before {
    content: "\f17f";
}

.bi-basket::before {
    content: "\f180";
}

.bi-basket2-fill::before {
    content: "\f181";
}

.bi-basket2::before {
    content: "\f182";
}

.bi-basket3-fill::before {
    content: "\f183";
}

.bi-basket3::before {
    content: "\f184";
}

.bi-battery-charging::before {
    content: "\f185";
}

.bi-battery-full::before {
    content: "\f186";
}

.bi-battery-half::before {
    content: "\f187";
}

.bi-battery::before {
    content: "\f188";
}

.bi-bell-fill::before {
    content: "\f189";
}

.bi-bell::before {
    content: "\f18a";
}

.bi-bezier::before {
    content: "\f18b";
}

.bi-bezier2::before {
    content: "\f18c";
}

.bi-bicycle::before {
    content: "\f18d";
}

.bi-binoculars-fill::before {
    content: "\f18e";
}

.bi-binoculars::before {
    content: "\f18f";
}

.bi-blockquote-left::before {
    content: "\f190";
}

.bi-blockquote-right::before {
    content: "\f191";
}

.bi-book-fill::before {
    content: "\f192";
}

.bi-book-half::before {
    content: "\f193";
}

.bi-book::before {
    content: "\f194";
}

.bi-bookmark-check-fill::before {
    content: "\f195";
}

.bi-bookmark-check::before {
    content: "\f196";
}

.bi-bookmark-dash-fill::before {
    content: "\f197";
}

.bi-bookmark-dash::before {
    content: "\f198";
}

.bi-bookmark-fill::before {
    content: "\f199";
}

.bi-bookmark-heart-fill::before {
    content: "\f19a";
}

.bi-bookmark-heart::before {
    content: "\f19b";
}

.bi-bookmark-plus-fill::before {
    content: "\f19c";
}

.bi-bookmark-plus::before {
    content: "\f19d";
}

.bi-bookmark-star-fill::before {
    content: "\f19e";
}

.bi-bookmark-star::before {
    content: "\f19f";
}

.bi-bookmark-x-fill::before {
    content: "\f1a0";
}

.bi-bookmark-x::before {
    content: "\f1a1";
}

.bi-bookmark::before {
    content: "\f1a2";
}

.bi-bookmarks-fill::before {
    content: "\f1a3";
}

.bi-bookmarks::before {
    content: "\f1a4";
}

.bi-bookshelf::before {
    content: "\f1a5";
}

.bi-bootstrap-fill::before {
    content: "\f1a6";
}

.bi-bootstrap-reboot::before {
    content: "\f1a7";
}

.bi-bootstrap::before {
    content: "\f1a8";
}

.bi-border-all::before {
    content: "\f1a9";
}

.bi-border-bottom::before {
    content: "\f1aa";
}

.bi-border-center::before {
    content: "\f1ab";
}

.bi-border-inner::before {
    content: "\f1ac";
}

.bi-border-left::before {
    content: "\f1ad";
}

.bi-border-middle::before {
    content: "\f1ae";
}

.bi-border-outer::before {
    content: "\f1af";
}

.bi-border-right::before {
    content: "\f1b0";
}

.bi-border-style::before {
    content: "\f1b1";
}

.bi-border-top::before {
    content: "\f1b2";
}

.bi-border-width::before {
    content: "\f1b3";
}

.bi-border::before {
    content: "\f1b4";
}

.bi-bounding-box-circles::before {
    content: "\f1b5";
}

.bi-bounding-box::before {
    content: "\f1b6";
}

.bi-box-arrow-down-left::before {
    content: "\f1b7";
}

.bi-box-arrow-down-right::before {
    content: "\f1b8";
}

.bi-box-arrow-down::before {
    content: "\f1b9";
}

.bi-box-arrow-in-down-left::before {
    content: "\f1ba";
}

.bi-box-arrow-in-down-right::before {
    content: "\f1bb";
}

.bi-box-arrow-in-down::before {
    content: "\f1bc";
}

.bi-box-arrow-in-left::before {
    content: "\f1bd";
}

.bi-box-arrow-in-right::before {
    content: "\f1be";
}

.bi-box-arrow-in-up-left::before {
    content: "\f1bf";
}

.bi-box-arrow-in-up-right::before {
    content: "\f1c0";
}

.bi-box-arrow-in-up::before {
    content: "\f1c1";
}

.bi-box-arrow-left::before {
    content: "\f1c2";
}

.bi-box-arrow-right::before {
    content: "\f1c3";
}

.bi-box-arrow-up-left::before {
    content: "\f1c4";
}

.bi-box-arrow-up-right::before {
    content: "\f1c5";
}

.bi-box-arrow-up::before {
    content: "\f1c6";
}

.bi-box-seam::before {
    content: "\f1c7";
}

.bi-box::before {
    content: "\f1c8";
}

.bi-braces::before {
    content: "\f1c9";
}

.bi-bricks::before {
    content: "\f1ca";
}

.bi-briefcase-fill::before {
    content: "\f1cb";
}

.bi-briefcase::before {
    content: "\f1cc";
}

.bi-brightness-alt-high-fill::before {
    content: "\f1cd";
}

.bi-brightness-alt-high::before {
    content: "\f1ce";
}

.bi-brightness-alt-low-fill::before {
    content: "\f1cf";
}

.bi-brightness-alt-low::before {
    content: "\f1d0";
}

.bi-brightness-high-fill::before {
    content: "\f1d1";
}

.bi-brightness-high::before {
    content: "\f1d2";
}

.bi-brightness-low-fill::before {
    content: "\f1d3";
}

.bi-brightness-low::before {
    content: "\f1d4";
}

.bi-broadcast-pin::before {
    content: "\f1d5";
}

.bi-broadcast::before {
    content: "\f1d6";
}

.bi-brush-fill::before {
    content: "\f1d7";
}

.bi-brush::before {
    content: "\f1d8";
}

.bi-bucket-fill::before {
    content: "\f1d9";
}

.bi-bucket::before {
    content: "\f1da";
}

.bi-bug-fill::before {
    content: "\f1db";
}

.bi-bug::before {
    content: "\f1dc";
}

.bi-building::before {
    content: "\f1dd";
}

.bi-bullseye::before {
    content: "\f1de";
}

.bi-calculator-fill::before {
    content: "\f1df";
}

.bi-calculator::before {
    content: "\f1e0";
}

.bi-calendar-check-fill::before {
    content: "\f1e1";
}

.bi-calendar-check::before {
    content: "\f1e2";
}

.bi-calendar-date-fill::before {
    content: "\f1e3";
}

.bi-calendar-date::before {
    content: "\f1e4";
}

.bi-calendar-day-fill::before {
    content: "\f1e5";
}

.bi-calendar-day::before {
    content: "\f1e6";
}

.bi-calendar-event-fill::before {
    content: "\f1e7";
}

.bi-calendar-event::before {
    content: "\f1e8";
}

.bi-calendar-fill::before {
    content: "\f1e9";
}

.bi-calendar-minus-fill::before {
    content: "\f1ea";
}

.bi-calendar-minus::before {
    content: "\f1eb";
}

.bi-calendar-month-fill::before {
    content: "\f1ec";
}

.bi-calendar-month::before {
    content: "\f1ed";
}

.bi-calendar-plus-fill::before {
    content: "\f1ee";
}

.bi-calendar-plus::before {
    content: "\f1ef";
}

.bi-calendar-range-fill::before {
    content: "\f1f0";
}

.bi-calendar-range::before {
    content: "\f1f1";
}

.bi-calendar-week-fill::before {
    content: "\f1f2";
}

.bi-calendar-week::before {
    content: "\f1f3";
}

.bi-calendar-x-fill::before {
    content: "\f1f4";
}

.bi-calendar-x::before {
    content: "\f1f5";
}

.bi-calendar::before {
    content: "\f1f6";
}

.bi-calendar2-check-fill::before {
    content: "\f1f7";
}

.bi-calendar2-check::before {
    content: "\f1f8";
}

.bi-calendar2-date-fill::before {
    content: "\f1f9";
}

.bi-calendar2-date::before {
    content: "\f1fa";
}

.bi-calendar2-day-fill::before {
    content: "\f1fb";
}

.bi-calendar2-day::before {
    content: "\f1fc";
}

.bi-calendar2-event-fill::before {
    content: "\f1fd";
}

.bi-calendar2-event::before {
    content: "\f1fe";
}

.bi-calendar2-fill::before {
    content: "\f1ff";
}

.bi-calendar2-minus-fill::before {
    content: "\f200";
}

.bi-calendar2-minus::before {
    content: "\f201";
}

.bi-calendar2-month-fill::before {
    content: "\f202";
}

.bi-calendar2-month::before {
    content: "\f203";
}

.bi-calendar2-plus-fill::before {
    content: "\f204";
}

.bi-calendar2-plus::before {
    content: "\f205";
}

.bi-calendar2-range-fill::before {
    content: "\f206";
}

.bi-calendar2-range::before {
    content: "\f207";
}

.bi-calendar2-week-fill::before {
    content: "\f208";
}

.bi-calendar2-week::before {
    content: "\f209";
}

.bi-calendar2-x-fill::before {
    content: "\f20a";
}

.bi-calendar2-x::before {
    content: "\f20b";
}

.bi-calendar2::before {
    content: "\f20c";
}

.bi-calendar3-event-fill::before {
    content: "\f20d";
}

.bi-calendar3-event::before {
    content: "\f20e";
}

.bi-calendar3-fill::before {
    content: "\f20f";
}

.bi-calendar3-range-fill::before {
    content: "\f210";
}

.bi-calendar3-range::before {
    content: "\f211";
}

.bi-calendar3-week-fill::before {
    content: "\f212";
}

.bi-calendar3-week::before {
    content: "\f213";
}

.bi-calendar3::before {
    content: "\f214";
}

.bi-calendar4-event::before {
    content: "\f215";
}

.bi-calendar4-range::before {
    content: "\f216";
}

.bi-calendar4-week::before {
    content: "\f217";
}

.bi-calendar4::before {
    content: "\f218";
}

.bi-camera-fill::before {
    content: "\f219";
}

.bi-camera-reels-fill::before {
    content: "\f21a";
}

.bi-camera-reels::before {
    content: "\f21b";
}

.bi-camera-video-fill::before {
    content: "\f21c";
}

.bi-camera-video-off-fill::before {
    content: "\f21d";
}

.bi-camera-video-off::before {
    content: "\f21e";
}

.bi-camera-video::before {
    content: "\f21f";
}

.bi-camera::before {
    content: "\f220";
}

.bi-camera2::before {
    content: "\f221";
}

.bi-capslock-fill::before {
    content: "\f222";
}

.bi-capslock::before {
    content: "\f223";
}

.bi-card-checklist::before {
    content: "\f224";
}

.bi-card-heading::before {
    content: "\f225";
}

.bi-card-image::before {
    content: "\f226";
}

.bi-card-list::before {
    content: "\f227";
}

.bi-card-text::before {
    content: "\f228";
}

.bi-caret-down-fill::before {
    content: "\f229";
}

.bi-caret-down-square-fill::before {
    content: "\f22a";
}

.bi-caret-down-square::before {
    content: "\f22b";
}

.bi-caret-down::before {
    content: "\f22c";
}

.bi-caret-left-fill::before {
    content: "\f22d";
}

.bi-caret-left-square-fill::before {
    content: "\f22e";
}

.bi-caret-left-square::before {
    content: "\f22f";
}

.bi-caret-left::before {
    content: "\f230";
}

.bi-caret-right-fill::before {
    content: "\f231";
}

.bi-caret-right-square-fill::before {
    content: "\f232";
}

.bi-caret-right-square::before {
    content: "\f233";
}

.bi-caret-right::before {
    content: "\f234";
}

.bi-caret-up-fill::before {
    content: "\f235";
}

.bi-caret-up-square-fill::before {
    content: "\f236";
}

.bi-caret-up-square::before {
    content: "\f237";
}

.bi-caret-up::before {
    content: "\f238";
}

.bi-cart-check-fill::before {
    content: "\f239";
}

.bi-cart-check::before {
    content: "\f23a";
}

.bi-cart-dash-fill::before {
    content: "\f23b";
}

.bi-cart-dash::before {
    content: "\f23c";
}

.bi-cart-fill::before {
    content: "\f23d";
}

.bi-cart-plus-fill::before {
    content: "\f23e";
}

.bi-cart-plus::before {
    content: "\f23f";
}

.bi-cart-x-fill::before {
    content: "\f240";
}

.bi-cart-x::before {
    content: "\f241";
}

.bi-cart::before {
    content: "\f242";
}

.bi-cart2::before {
    content: "\f243";
}

.bi-cart3::before {
    content: "\f244";
}

.bi-cart4::before {
    content: "\f245";
}

.bi-cash-stack::before {
    content: "\f246";
}

.bi-cash::before {
    content: "\f247";
}

.bi-cast::before {
    content: "\f248";
}

.bi-chat-dots-fill::before {
    content: "\f249";
}

.bi-chat-dots::before {
    content: "\f24a";
}

.bi-chat-fill::before {
    content: "\f24b";
}

.bi-chat-left-dots-fill::before {
    content: "\f24c";
}

.bi-chat-left-dots::before {
    content: "\f24d";
}

.bi-chat-left-fill::before {
    content: "\f24e";
}

.bi-chat-left-quote-fill::before {
    content: "\f24f";
}

.bi-chat-left-quote::before {
    content: "\f250";
}

.bi-chat-left-text-fill::before {
    content: "\f251";
}

.bi-chat-left-text::before {
    content: "\f252";
}

.bi-chat-left::before {
    content: "\f253";
}

.bi-chat-quote-fill::before {
    content: "\f254";
}

.bi-chat-quote::before {
    content: "\f255";
}

.bi-chat-right-dots-fill::before {
    content: "\f256";
}

.bi-chat-right-dots::before {
    content: "\f257";
}

.bi-chat-right-fill::before {
    content: "\f258";
}

.bi-chat-right-quote-fill::before {
    content: "\f259";
}

.bi-chat-right-quote::before {
    content: "\f25a";
}

.bi-chat-right-text-fill::before {
    content: "\f25b";
}

.bi-chat-right-text::before {
    content: "\f25c";
}

.bi-chat-right::before {
    content: "\f25d";
}

.bi-chat-square-dots-fill::before {
    content: "\f25e";
}

.bi-chat-square-dots::before {
    content: "\f25f";
}

.bi-chat-square-fill::before {
    content: "\f260";
}

.bi-chat-square-quote-fill::before {
    content: "\f261";
}

.bi-chat-square-quote::before {
    content: "\f262";
}

.bi-chat-square-text-fill::before {
    content: "\f263";
}

.bi-chat-square-text::before {
    content: "\f264";
}

.bi-chat-square::before {
    content: "\f265";
}

.bi-chat-text-fill::before {
    content: "\f266";
}

.bi-chat-text::before {
    content: "\f267";
}

.bi-chat::before {
    content: "\f268";
}

.bi-check-all::before {
    content: "\f269";
}

.bi-check-circle-fill::before {
    content: "\f26a";
}

.bi-check-circle::before {
    content: "\f26b";
}

.bi-check-square-fill::before {
    content: "\f26c";
}

.bi-check-square::before {
    content: "\f26d";
}

.bi-check::before {
    content: "\f26e";
}

.bi-check2-all::before {
    content: "\f26f";
}

.bi-check2-circle::before {
    content: "\f270";
}

.bi-check2-square::before {
    content: "\f271";
}

.bi-check2::before {
    content: "\f272";
}

.bi-chevron-bar-contract::before {
    content: "\f273";
}

.bi-chevron-bar-down::before {
    content: "\f274";
}

.bi-chevron-bar-expand::before {
    content: "\f275";
}

.bi-chevron-bar-left::before {
    content: "\f276";
}

.bi-chevron-bar-right::before {
    content: "\f277";
}

.bi-chevron-bar-up::before {
    content: "\f278";
}

.bi-chevron-compact-down::before {
    content: "\f279";
}

.bi-chevron-compact-left::before {
    content: "\f27a";
}

.bi-chevron-compact-right::before {
    content: "\f27b";
}

.bi-chevron-compact-up::before {
    content: "\f27c";
}

.bi-chevron-contract::before {
    content: "\f27d";
}

.bi-chevron-double-down::before {
    content: "\f27e";
}

.bi-chevron-double-left::before {
    content: "\f27f";
}

.bi-chevron-double-right::before {
    content: "\f280";
}

.bi-chevron-double-up::before {
    content: "\f281";
}

.bi-chevron-down::before {
    content: "\f282";
}

.bi-chevron-expand::before {
    content: "\f283";
}

.bi-chevron-left::before {
    content: "\f284";
}

.bi-chevron-right::before {
    content: "\f285";
}

.bi-chevron-up::before {
    content: "\f286";
}

.bi-circle-fill::before {
    content: "\f287";
}

.bi-circle-half::before {
    content: "\f288";
}

.bi-circle-square::before {
    content: "\f289";
}

.bi-circle::before {
    content: "\f28a";
}

.bi-clipboard-check::before {
    content: "\f28b";
}

.bi-clipboard-data::before {
    content: "\f28c";
}

.bi-clipboard-minus::before {
    content: "\f28d";
}

.bi-clipboard-plus::before {
    content: "\f28e";
}

.bi-clipboard-x::before {
    content: "\f28f";
}

.bi-clipboard::before {
    content: "\f290";
}

.bi-clock-fill::before {
    content: "\f291";
}

.bi-clock-history::before {
    content: "\f292";
}

.bi-clock::before {
    content: "\f293";
}

.bi-cloud-arrow-down-fill::before {
    content: "\f294";
}

.bi-cloud-arrow-down::before {
    content: "\f295";
}

.bi-cloud-arrow-up-fill::before {
    content: "\f296";
}

.bi-cloud-arrow-up::before {
    content: "\f297";
}

.bi-cloud-check-fill::before {
    content: "\f298";
}

.bi-cloud-check::before {
    content: "\f299";
}

.bi-cloud-download-fill::before {
    content: "\f29a";
}

.bi-cloud-download::before {
    content: "\f29b";
}

.bi-cloud-drizzle-fill::before {
    content: "\f29c";
}

.bi-cloud-drizzle::before {
    content: "\f29d";
}

.bi-cloud-fill::before {
    content: "\f29e";
}

.bi-cloud-fog-fill::before {
    content: "\f29f";
}

.bi-cloud-fog::before {
    content: "\f2a0";
}

.bi-cloud-fog2-fill::before {
    content: "\f2a1";
}

.bi-cloud-fog2::before {
    content: "\f2a2";
}

.bi-cloud-hail-fill::before {
    content: "\f2a3";
}

.bi-cloud-hail::before {
    content: "\f2a4";
}

.bi-cloud-haze-1::before {
    content: "\f2a5";
}

.bi-cloud-haze-fill::before {
    content: "\f2a6";
}

.bi-cloud-haze::before {
    content: "\f2a7";
}

.bi-cloud-haze2-fill::before {
    content: "\f2a8";
}

.bi-cloud-lightning-fill::before {
    content: "\f2a9";
}

.bi-cloud-lightning-rain-fill::before {
    content: "\f2aa";
}

.bi-cloud-lightning-rain::before {
    content: "\f2ab";
}

.bi-cloud-lightning::before {
    content: "\f2ac";
}

.bi-cloud-minus-fill::before {
    content: "\f2ad";
}

.bi-cloud-minus::before {
    content: "\f2ae";
}

.bi-cloud-moon-fill::before {
    content: "\f2af";
}

.bi-cloud-moon::before {
    content: "\f2b0";
}

.bi-cloud-plus-fill::before {
    content: "\f2b1";
}

.bi-cloud-plus::before {
    content: "\f2b2";
}

.bi-cloud-rain-fill::before {
    content: "\f2b3";
}

.bi-cloud-rain-heavy-fill::before {
    content: "\f2b4";
}

.bi-cloud-rain-heavy::before {
    content: "\f2b5";
}

.bi-cloud-rain::before {
    content: "\f2b6";
}

.bi-cloud-slash-fill::before {
    content: "\f2b7";
}

.bi-cloud-slash::before {
    content: "\f2b8";
}

.bi-cloud-sleet-fill::before {
    content: "\f2b9";
}

.bi-cloud-sleet::before {
    content: "\f2ba";
}

.bi-cloud-snow-fill::before {
    content: "\f2bb";
}

.bi-cloud-snow::before {
    content: "\f2bc";
}

.bi-cloud-sun-fill::before {
    content: "\f2bd";
}

.bi-cloud-sun::before {
    content: "\f2be";
}

.bi-cloud-upload-fill::before {
    content: "\f2bf";
}

.bi-cloud-upload::before {
    content: "\f2c0";
}

.bi-cloud::before {
    content: "\f2c1";
}

.bi-clouds-fill::before {
    content: "\f2c2";
}

.bi-clouds::before {
    content: "\f2c3";
}

.bi-cloudy-fill::before {
    content: "\f2c4";
}

.bi-cloudy::before {
    content: "\f2c5";
}

.bi-code-slash::before {
    content: "\f2c6";
}

.bi-code-square::before {
    content: "\f2c7";
}

.bi-code::before {
    content: "\f2c8";
}

.bi-collection-fill::before {
    content: "\f2c9";
}

.bi-collection-play-fill::before {
    content: "\f2ca";
}

.bi-collection-play::before {
    content: "\f2cb";
}

.bi-collection::before {
    content: "\f2cc";
}

.bi-columns-gap::before {
    content: "\f2cd";
}

.bi-columns::before {
    content: "\f2ce";
}

.bi-command::before {
    content: "\f2cf";
}

.bi-compass-fill::before {
    content: "\f2d0";
}

.bi-compass::before {
    content: "\f2d1";
}

.bi-cone-striped::before {
    content: "\f2d2";
}

.bi-cone::before {
    content: "\f2d3";
}

.bi-controller::before {
    content: "\f2d4";
}

.bi-cpu-fill::before {
    content: "\f2d5";
}

.bi-cpu::before {
    content: "\f2d6";
}

.bi-credit-card-2-back-fill::before {
    content: "\f2d7";
}

.bi-credit-card-2-back::before {
    content: "\f2d8";
}

.bi-credit-card-2-front-fill::before {
    content: "\f2d9";
}

.bi-credit-card-2-front::before {
    content: "\f2da";
}

.bi-credit-card-fill::before {
    content: "\f2db";
}

.bi-credit-card::before {
    content: "\f2dc";
}

.bi-crop::before {
    content: "\f2dd";
}

.bi-cup-fill::before {
    content: "\f2de";
}

.bi-cup-straw::before {
    content: "\f2df";
}

.bi-cup::before {
    content: "\f2e0";
}

.bi-cursor-fill::before {
    content: "\f2e1";
}

.bi-cursor-text::before {
    content: "\f2e2";
}

.bi-cursor::before {
    content: "\f2e3";
}

.bi-dash-circle-dotted::before {
    content: "\f2e4";
}

.bi-dash-circle-fill::before {
    content: "\f2e5";
}

.bi-dash-circle::before {
    content: "\f2e6";
}

.bi-dash-square-dotted::before {
    content: "\f2e7";
}

.bi-dash-square-fill::before {
    content: "\f2e8";
}

.bi-dash-square::before {
    content: "\f2e9";
}

.bi-dash::before {
    content: "\f2ea";
}

.bi-diagram-2-fill::before {
    content: "\f2eb";
}

.bi-diagram-2::before {
    content: "\f2ec";
}

.bi-diagram-3-fill::before {
    content: "\f2ed";
}

.bi-diagram-3::before {
    content: "\f2ee";
}

.bi-diamond-fill::before {
    content: "\f2ef";
}

.bi-diamond-half::before {
    content: "\f2f0";
}

.bi-diamond::before {
    content: "\f2f1";
}

.bi-dice-1-fill::before {
    content: "\f2f2";
}

.bi-dice-1::before {
    content: "\f2f3";
}

.bi-dice-2-fill::before {
    content: "\f2f4";
}

.bi-dice-2::before {
    content: "\f2f5";
}

.bi-dice-3-fill::before {
    content: "\f2f6";
}

.bi-dice-3::before {
    content: "\f2f7";
}

.bi-dice-4-fill::before {
    content: "\f2f8";
}

.bi-dice-4::before {
    content: "\f2f9";
}

.bi-dice-5-fill::before {
    content: "\f2fa";
}

.bi-dice-5::before {
    content: "\f2fb";
}

.bi-dice-6-fill::before {
    content: "\f2fc";
}

.bi-dice-6::before {
    content: "\f2fd";
}

.bi-disc-fill::before {
    content: "\f2fe";
}

.bi-disc::before {
    content: "\f2ff";
}

.bi-discord::before {
    content: "\f300";
}

.bi-display-fill::before {
    content: "\f301";
}

.bi-display::before {
    content: "\f302";
}

.bi-distribute-horizontal::before {
    content: "\f303";
}

.bi-distribute-vertical::before {
    content: "\f304";
}

.bi-door-closed-fill::before {
    content: "\f305";
}

.bi-door-closed::before {
    content: "\f306";
}

.bi-door-open-fill::before {
    content: "\f307";
}

.bi-door-open::before {
    content: "\f308";
}

.bi-dot::before {
    content: "\f309";
}

.bi-download::before {
    content: "\f30a";
}

.bi-droplet-fill::before {
    content: "\f30b";
}

.bi-droplet-half::before {
    content: "\f30c";
}

.bi-droplet::before {
    content: "\f30d";
}

.bi-earbuds::before {
    content: "\f30e";
}

.bi-easel-fill::before {
    content: "\f30f";
}

.bi-easel::before {
    content: "\f310";
}

.bi-egg-fill::before {
    content: "\f311";
}

.bi-egg-fried::before {
    content: "\f312";
}

.bi-egg::before {
    content: "\f313";
}

.bi-eject-fill::before {
    content: "\f314";
}

.bi-eject::before {
    content: "\f315";
}

.bi-emoji-angry-fill::before {
    content: "\f316";
}

.bi-emoji-angry::before {
    content: "\f317";
}

.bi-emoji-dizzy-fill::before {
    content: "\f318";
}

.bi-emoji-dizzy::before {
    content: "\f319";
}

.bi-emoji-expressionless-fill::before {
    content: "\f31a";
}

.bi-emoji-expressionless::before {
    content: "\f31b";
}

.bi-emoji-frown-fill::before {
    content: "\f31c";
}

.bi-emoji-frown::before {
    content: "\f31d";
}

.bi-emoji-heart-eyes-fill::before {
    content: "\f31e";
}

.bi-emoji-heart-eyes::before {
    content: "\f31f";
}

.bi-emoji-laughing-fill::before {
    content: "\f320";
}

.bi-emoji-laughing::before {
    content: "\f321";
}

.bi-emoji-neutral-fill::before {
    content: "\f322";
}

.bi-emoji-neutral::before {
    content: "\f323";
}

.bi-emoji-smile-fill::before {
    content: "\f324";
}

.bi-emoji-smile-upside-down-fill::before {
    content: "\f325";
}

.bi-emoji-smile-upside-down::before {
    content: "\f326";
}

.bi-emoji-smile::before {
    content: "\f327";
}

.bi-emoji-sunglasses-fill::before {
    content: "\f328";
}

.bi-emoji-sunglasses::before {
    content: "\f329";
}

.bi-emoji-wink-fill::before {
    content: "\f32a";
}

.bi-emoji-wink::before {
    content: "\f32b";
}

.bi-envelope-fill::before {
    content: "\f32c";
}

.bi-envelope-open-fill::before {
    content: "\f32d";
}

.bi-envelope-open::before {
    content: "\f32e";
}

.bi-envelope::before {
    content: "\f32f";
}

.bi-eraser-fill::before {
    content: "\f330";
}

.bi-eraser::before {
    content: "\f331";
}

.bi-exclamation-circle-fill::before {
    content: "\f332";
}

.bi-exclamation-circle::before {
    content: "\f333";
}

.bi-exclamation-diamond-fill::before {
    content: "\f334";
}

.bi-exclamation-diamond::before {
    content: "\f335";
}

.bi-exclamation-octagon-fill::before {
    content: "\f336";
}

.bi-exclamation-octagon::before {
    content: "\f337";
}

.bi-exclamation-square-fill::before {
    content: "\f338";
}

.bi-exclamation-square::before {
    content: "\f339";
}

.bi-exclamation-triangle-fill::before {
    content: "\f33a";
}

.bi-exclamation-triangle::before {
    content: "\f33b";
}

.bi-exclamation::before {
    content: "\f33c";
}

.bi-exclude::before {
    content: "\f33d";
}

.bi-eye-fill::before {
    content: "\f33e";
}

.bi-eye-slash-fill::before {
    content: "\f33f";
}

.bi-eye-slash::before {
    content: "\f340";
}

.bi-eye::before {
    content: "\f341";
}

.bi-eyedropper::before {
    content: "\f342";
}

.bi-eyeglasses::before {
    content: "\f343";
}

.bi-facebook::before {
    content: "\f344";
}

.bi-file-arrow-down-fill::before {
    content: "\f345";
}

.bi-file-arrow-down::before {
    content: "\f346";
}

.bi-file-arrow-up-fill::before {
    content: "\f347";
}

.bi-file-arrow-up::before {
    content: "\f348";
}

.bi-file-bar-graph-fill::before {
    content: "\f349";
}

.bi-file-bar-graph::before {
    content: "\f34a";
}

.bi-file-binary-fill::before {
    content: "\f34b";
}

.bi-file-binary::before {
    content: "\f34c";
}

.bi-file-break-fill::before {
    content: "\f34d";
}

.bi-file-break::before {
    content: "\f34e";
}

.bi-file-check-fill::before {
    content: "\f34f";
}

.bi-file-check::before {
    content: "\f350";
}

.bi-file-code-fill::before {
    content: "\f351";
}

.bi-file-code::before {
    content: "\f352";
}

.bi-file-diff-fill::before {
    content: "\f353";
}

.bi-file-diff::before {
    content: "\f354";
}

.bi-file-earmark-arrow-down-fill::before {
    content: "\f355";
}

.bi-file-earmark-arrow-down::before {
    content: "\f356";
}

.bi-file-earmark-arrow-up-fill::before {
    content: "\f357";
}

.bi-file-earmark-arrow-up::before {
    content: "\f358";
}

.bi-file-earmark-bar-graph-fill::before {
    content: "\f359";
}

.bi-file-earmark-bar-graph::before {
    content: "\f35a";
}

.bi-file-earmark-binary-fill::before {
    content: "\f35b";
}

.bi-file-earmark-binary::before {
    content: "\f35c";
}

.bi-file-earmark-break-fill::before {
    content: "\f35d";
}

.bi-file-earmark-break::before {
    content: "\f35e";
}

.bi-file-earmark-check-fill::before {
    content: "\f35f";
}

.bi-file-earmark-check::before {
    content: "\f360";
}

.bi-file-earmark-code-fill::before {
    content: "\f361";
}

.bi-file-earmark-code::before {
    content: "\f362";
}

.bi-file-earmark-diff-fill::before {
    content: "\f363";
}

.bi-file-earmark-diff::before {
    content: "\f364";
}

.bi-file-earmark-easel-fill::before {
    content: "\f365";
}

.bi-file-earmark-easel::before {
    content: "\f366";
}

.bi-file-earmark-excel-fill::before {
    content: "\f367";
}

.bi-file-earmark-excel::before {
    content: "\f368";
}

.bi-file-earmark-fill::before {
    content: "\f369";
}

.bi-file-earmark-font-fill::before {
    content: "\f36a";
}

.bi-file-earmark-font::before {
    content: "\f36b";
}

.bi-file-earmark-image-fill::before {
    content: "\f36c";
}

.bi-file-earmark-image::before {
    content: "\f36d";
}

.bi-file-earmark-lock-fill::before {
    content: "\f36e";
}

.bi-file-earmark-lock::before {
    content: "\f36f";
}

.bi-file-earmark-lock2-fill::before {
    content: "\f370";
}

.bi-file-earmark-lock2::before {
    content: "\f371";
}

.bi-file-earmark-medical-fill::before {
    content: "\f372";
}

.bi-file-earmark-medical::before {
    content: "\f373";
}

.bi-file-earmark-minus-fill::before {
    content: "\f374";
}

.bi-file-earmark-minus::before {
    content: "\f375";
}

.bi-file-earmark-music-fill::before {
    content: "\f376";
}

.bi-file-earmark-music::before {
    content: "\f377";
}

.bi-file-earmark-person-fill::before {
    content: "\f378";
}

.bi-file-earmark-person::before {
    content: "\f379";
}

.bi-file-earmark-play-fill::before {
    content: "\f37a";
}

.bi-file-earmark-play::before {
    content: "\f37b";
}

.bi-file-earmark-plus-fill::before {
    content: "\f37c";
}

.bi-file-earmark-plus::before {
    content: "\f37d";
}

.bi-file-earmark-post-fill::before {
    content: "\f37e";
}

.bi-file-earmark-post::before {
    content: "\f37f";
}

.bi-file-earmark-ppt-fill::before {
    content: "\f380";
}

.bi-file-earmark-ppt::before {
    content: "\f381";
}

.bi-file-earmark-richtext-fill::before {
    content: "\f382";
}

.bi-file-earmark-richtext::before {
    content: "\f383";
}

.bi-file-earmark-ruled-fill::before {
    content: "\f384";
}

.bi-file-earmark-ruled::before {
    content: "\f385";
}

.bi-file-earmark-slides-fill::before {
    content: "\f386";
}

.bi-file-earmark-slides::before {
    content: "\f387";
}

.bi-file-earmark-spreadsheet-fill::before {
    content: "\f388";
}

.bi-file-earmark-spreadsheet::before {
    content: "\f389";
}

.bi-file-earmark-text-fill::before {
    content: "\f38a";
}

.bi-file-earmark-text::before {
    content: "\f38b";
}

.bi-file-earmark-word-fill::before {
    content: "\f38c";
}

.bi-file-earmark-word::before {
    content: "\f38d";
}

.bi-file-earmark-x-fill::before {
    content: "\f38e";
}

.bi-file-earmark-x::before {
    content: "\f38f";
}

.bi-file-earmark-zip-fill::before {
    content: "\f390";
}

.bi-file-earmark-zip::before {
    content: "\f391";
}

.bi-file-earmark::before {
    content: "\f392";
}

.bi-file-easel-fill::before {
    content: "\f393";
}

.bi-file-easel::before {
    content: "\f394";
}

.bi-file-excel-fill::before {
    content: "\f395";
}

.bi-file-excel::before {
    content: "\f396";
}

.bi-file-fill::before {
    content: "\f397";
}

.bi-file-font-fill::before {
    content: "\f398";
}

.bi-file-font::before {
    content: "\f399";
}

.bi-file-image-fill::before {
    content: "\f39a";
}

.bi-file-image::before {
    content: "\f39b";
}

.bi-file-lock-fill::before {
    content: "\f39c";
}

.bi-file-lock::before {
    content: "\f39d";
}

.bi-file-lock2-fill::before {
    content: "\f39e";
}

.bi-file-lock2::before {
    content: "\f39f";
}

.bi-file-medical-fill::before {
    content: "\f3a0";
}

.bi-file-medical::before {
    content: "\f3a1";
}

.bi-file-minus-fill::before {
    content: "\f3a2";
}

.bi-file-minus::before {
    content: "\f3a3";
}

.bi-file-music-fill::before {
    content: "\f3a4";
}

.bi-file-music::before {
    content: "\f3a5";
}

.bi-file-person-fill::before {
    content: "\f3a6";
}

.bi-file-person::before {
    content: "\f3a7";
}

.bi-file-play-fill::before {
    content: "\f3a8";
}

.bi-file-play::before {
    content: "\f3a9";
}

.bi-file-plus-fill::before {
    content: "\f3aa";
}

.bi-file-plus::before {
    content: "\f3ab";
}

.bi-file-post-fill::before {
    content: "\f3ac";
}

.bi-file-post::before {
    content: "\f3ad";
}

.bi-file-ppt-fill::before {
    content: "\f3ae";
}

.bi-file-ppt::before {
    content: "\f3af";
}

.bi-file-richtext-fill::before {
    content: "\f3b0";
}

.bi-file-richtext::before {
    content: "\f3b1";
}

.bi-file-ruled-fill::before {
    content: "\f3b2";
}

.bi-file-ruled::before {
    content: "\f3b3";
}

.bi-file-slides-fill::before {
    content: "\f3b4";
}

.bi-file-slides::before {
    content: "\f3b5";
}

.bi-file-spreadsheet-fill::before {
    content: "\f3b6";
}

.bi-file-spreadsheet::before {
    content: "\f3b7";
}

.bi-file-text-fill::before {
    content: "\f3b8";
}

.bi-file-text::before {
    content: "\f3b9";
}

.bi-file-word-fill::before {
    content: "\f3ba";
}

.bi-file-word::before {
    content: "\f3bb";
}

.bi-file-x-fill::before {
    content: "\f3bc";
}

.bi-file-x::before {
    content: "\f3bd";
}

.bi-file-zip-fill::before {
    content: "\f3be";
}

.bi-file-zip::before {
    content: "\f3bf";
}

.bi-file::before {
    content: "\f3c0";
}

.bi-files-alt::before {
    content: "\f3c1";
}

.bi-files::before {
    content: "\f3c2";
}

.bi-film::before {
    content: "\f3c3";
}

.bi-filter-circle-fill::before {
    content: "\f3c4";
}

.bi-filter-circle::before {
    content: "\f3c5";
}

.bi-filter-left::before {
    content: "\f3c6";
}

.bi-filter-right::before {
    content: "\f3c7";
}

.bi-filter-square-fill::before {
    content: "\f3c8";
}

.bi-filter-square::before {
    content: "\f3c9";
}

.bi-filter::before {
    content: "\f3ca";
}

.bi-flag-fill::before {
    content: "\f3cb";
}

.bi-flag::before {
    content: "\f3cc";
}

.bi-flower1::before {
    content: "\f3cd";
}

.bi-flower2::before {
    content: "\f3ce";
}

.bi-flower3::before {
    content: "\f3cf";
}

.bi-folder-check::before {
    content: "\f3d0";
}

.bi-folder-fill::before {
    content: "\f3d1";
}

.bi-folder-minus::before {
    content: "\f3d2";
}

.bi-folder-plus::before {
    content: "\f3d3";
}

.bi-folder-symlink-fill::before {
    content: "\f3d4";
}

.bi-folder-symlink::before {
    content: "\f3d5";
}

.bi-folder-x::before {
    content: "\f3d6";
}

.bi-folder::before {
    content: "\f3d7";
}

.bi-folder2-open::before {
    content: "\f3d8";
}

.bi-folder2::before {
    content: "\f3d9";
}

.bi-fonts::before {
    content: "\f3da";
}

.bi-forward-fill::before {
    content: "\f3db";
}

.bi-forward::before {
    content: "\f3dc";
}

.bi-front::before {
    content: "\f3dd";
}

.bi-fullscreen-exit::before {
    content: "\f3de";
}

.bi-fullscreen::before {
    content: "\f3df";
}

.bi-funnel-fill::before {
    content: "\f3e0";
}

.bi-funnel::before {
    content: "\f3e1";
}

.bi-gear-fill::before {
    content: "\f3e2";
}

.bi-gear-wide-connected::before {
    content: "\f3e3";
}

.bi-gear-wide::before {
    content: "\f3e4";
}

.bi-gear::before {
    content: "\f3e5";
}

.bi-gem::before {
    content: "\f3e6";
}

.bi-geo-alt-fill::before {
    content: "\f3e7";
}

.bi-geo-alt::before {
    content: "\f3e8";
}

.bi-geo-fill::before {
    content: "\f3e9";
}

.bi-geo::before {
    content: "\f3ea";
}

.bi-gift-fill::before {
    content: "\f3eb";
}

.bi-gift::before {
    content: "\f3ec";
}

.bi-github::before {
    content: "\f3ed";
}

.bi-globe::before {
    content: "\f3ee";
}

.bi-globe2::before {
    content: "\f3ef";
}

.bi-google::before {
    content: "\f3f0";
}

.bi-graph-down::before {
    content: "\f3f1";
}

.bi-graph-up::before {
    content: "\f3f2";
}

.bi-grid-1x2-fill::before {
    content: "\f3f3";
}

.bi-grid-1x2::before {
    content: "\f3f4";
}

.bi-grid-3x2-gap-fill::before {
    content: "\f3f5";
}

.bi-grid-3x2-gap::before {
    content: "\f3f6";
}

.bi-grid-3x2::before {
    content: "\f3f7";
}

.bi-grid-3x3-gap-fill::before {
    content: "\f3f8";
}

.bi-grid-3x3-gap::before {
    content: "\f3f9";
}

.bi-grid-3x3::before {
    content: "\f3fa";
}

.bi-grid-fill::before {
    content: "\f3fb";
}

.bi-grid::before {
    content: "\f3fc";
}

.bi-grip-horizontal::before {
    content: "\f3fd";
}

.bi-grip-vertical::before {
    content: "\f3fe";
}

.bi-hammer::before {
    content: "\f3ff";
}

.bi-hand-index-fill::before {
    content: "\f400";
}

.bi-hand-index-thumb-fill::before {
    content: "\f401";
}

.bi-hand-index-thumb::before {
    content: "\f402";
}

.bi-hand-index::before {
    content: "\f403";
}

.bi-hand-thumbs-down-fill::before {
    content: "\f404";
}

.bi-hand-thumbs-down::before {
    content: "\f405";
}

.bi-hand-thumbs-up-fill::before {
    content: "\f406";
}

.bi-hand-thumbs-up::before {
    content: "\f407";
}

.bi-handbag-fill::before {
    content: "\f408";
}

.bi-handbag::before {
    content: "\f409";
}

.bi-hash::before {
    content: "\f40a";
}

.bi-hdd-fill::before {
    content: "\f40b";
}

.bi-hdd-network-fill::before {
    content: "\f40c";
}

.bi-hdd-network::before {
    content: "\f40d";
}

.bi-hdd-rack-fill::before {
    content: "\f40e";
}

.bi-hdd-rack::before {
    content: "\f40f";
}

.bi-hdd-stack-fill::before {
    content: "\f410";
}

.bi-hdd-stack::before {
    content: "\f411";
}

.bi-hdd::before {
    content: "\f412";
}

.bi-headphones::before {
    content: "\f413";
}

.bi-headset::before {
    content: "\f414";
}

.bi-heart-fill::before {
    content: "\f415";
}

.bi-heart-half::before {
    content: "\f416";
}

.bi-heart::before {
    content: "\f417";
}

.bi-heptagon-fill::before {
    content: "\f418";
}

.bi-heptagon-half::before {
    content: "\f419";
}

.bi-heptagon::before {
    content: "\f41a";
}

.bi-hexagon-fill::before {
    content: "\f41b";
}

.bi-hexagon-half::before {
    content: "\f41c";
}

.bi-hexagon::before {
    content: "\f41d";
}

.bi-hourglass-bottom::before {
    content: "\f41e";
}

.bi-hourglass-split::before {
    content: "\f41f";
}

.bi-hourglass-top::before {
    content: "\f420";
}

.bi-hourglass::before {
    content: "\f421";
}

.bi-house-door-fill::before {
    content: "\f422";
}

.bi-house-door::before {
    content: "\f423";
}

.bi-house-fill::before {
    content: "\f424";
}

.bi-house::before {
    content: "\f425";
}

.bi-hr::before {
    content: "\f426";
}

.bi-hurricane::before {
    content: "\f427";
}

.bi-image-alt::before {
    content: "\f428";
}

.bi-image-fill::before {
    content: "\f429";
}

.bi-image::before {
    content: "\f42a";
}

.bi-images::before {
    content: "\f42b";
}

.bi-inbox-fill::before {
    content: "\f42c";
}

.bi-inbox::before {
    content: "\f42d";
}

.bi-inboxes-fill::before {
    content: "\f42e";
}

.bi-inboxes::before {
    content: "\f42f";
}

.bi-info-circle-fill::before {
    content: "\f430";
}

.bi-info-circle::before {
    content: "\f431";
}

.bi-info-square-fill::before {
    content: "\f432";
}

.bi-info-square::before {
    content: "\f433";
}

.bi-info::before {
    content: "\f434";
}

.bi-input-cursor-text::before {
    content: "\f435";
}

.bi-input-cursor::before {
    content: "\f436";
}

.bi-instagram::before {
    content: "\f437";
}

.bi-intersect::before {
    content: "\f438";
}

.bi-journal-album::before {
    content: "\f439";
}

.bi-journal-arrow-down::before {
    content: "\f43a";
}

.bi-journal-arrow-up::before {
    content: "\f43b";
}

.bi-journal-bookmark-fill::before {
    content: "\f43c";
}

.bi-journal-bookmark::before {
    content: "\f43d";
}

.bi-journal-check::before {
    content: "\f43e";
}

.bi-journal-code::before {
    content: "\f43f";
}

.bi-journal-medical::before {
    content: "\f440";
}

.bi-journal-minus::before {
    content: "\f441";
}

.bi-journal-plus::before {
    content: "\f442";
}

.bi-journal-richtext::before {
    content: "\f443";
}

.bi-journal-text::before {
    content: "\f444";
}

.bi-journal-x::before {
    content: "\f445";
}

.bi-journal::before {
    content: "\f446";
}

.bi-journals::before {
    content: "\f447";
}

.bi-joystick::before {
    content: "\f448";
}

.bi-justify-left::before {
    content: "\f449";
}

.bi-justify-right::before {
    content: "\f44a";
}

.bi-justify::before {
    content: "\f44b";
}

.bi-kanban-fill::before {
    content: "\f44c";
}

.bi-kanban::before {
    content: "\f44d";
}

.bi-key-fill::before {
    content: "\f44e";
}

.bi-key::before {
    content: "\f44f";
}

.bi-keyboard-fill::before {
    content: "\f450";
}

.bi-keyboard::before {
    content: "\f451";
}

.bi-ladder::before {
    content: "\f452";
}

.bi-lamp-fill::before {
    content: "\f453";
}

.bi-lamp::before {
    content: "\f454";
}

.bi-laptop-fill::before {
    content: "\f455";
}

.bi-laptop::before {
    content: "\f456";
}

.bi-layer-backward::before {
    content: "\f457";
}

.bi-layer-forward::before {
    content: "\f458";
}

.bi-layers-fill::before {
    content: "\f459";
}

.bi-layers-half::before {
    content: "\f45a";
}

.bi-layers::before {
    content: "\f45b";
}

.bi-layout-sidebar-inset-reverse::before {
    content: "\f45c";
}

.bi-layout-sidebar-inset::before {
    content: "\f45d";
}

.bi-layout-sidebar-reverse::before {
    content: "\f45e";
}

.bi-layout-sidebar::before {
    content: "\f45f";
}

.bi-layout-split::before {
    content: "\f460";
}

.bi-layout-text-sidebar-reverse::before {
    content: "\f461";
}

.bi-layout-text-sidebar::before {
    content: "\f462";
}

.bi-layout-text-window-reverse::before {
    content: "\f463";
}

.bi-layout-text-window::before {
    content: "\f464";
}

.bi-layout-three-columns::before {
    content: "\f465";
}

.bi-layout-wtf::before {
    content: "\f466";
}

.bi-life-preserver::before {
    content: "\f467";
}

.bi-lightbulb-fill::before {
    content: "\f468";
}

.bi-lightbulb-off-fill::before {
    content: "\f469";
}

.bi-lightbulb-off::before {
    content: "\f46a";
}

.bi-lightbulb::before {
    content: "\f46b";
}

.bi-lightning-charge-fill::before {
    content: "\f46c";
}

.bi-lightning-charge::before {
    content: "\f46d";
}

.bi-lightning-fill::before {
    content: "\f46e";
}

.bi-lightning::before {
    content: "\f46f";
}

.bi-link-45deg::before {
    content: "\f470";
}

.bi-link::before {
    content: "\f471";
}

.bi-linkedin::before {
    content: "\f472";
}

.bi-list-check::before {
    content: "\f473";
}

.bi-list-nested::before {
    content: "\f474";
}

.bi-list-ol::before {
    content: "\f475";
}

.bi-list-stars::before {
    content: "\f476";
}

.bi-list-task::before {
    content: "\f477";
}

.bi-list-ul::before {
    content: "\f478";
}

.bi-list::before {
    content: "\f479";
}

.bi-lock-fill::before {
    content: "\f47a";
}

.bi-lock::before {
    content: "\f47b";
}

.bi-mailbox::before {
    content: "\f47c";
}

.bi-mailbox2::before {
    content: "\f47d";
}

.bi-map-fill::before {
    content: "\f47e";
}

.bi-map::before {
    content: "\f47f";
}

.bi-markdown-fill::before {
    content: "\f480";
}

.bi-markdown::before {
    content: "\f481";
}

.bi-mask::before {
    content: "\f482";
}

.bi-megaphone-fill::before {
    content: "\f483";
}

.bi-megaphone::before {
    content: "\f484";
}

.bi-menu-app-fill::before {
    content: "\f485";
}

.bi-menu-app::before {
    content: "\f486";
}

.bi-menu-button-fill::before {
    content: "\f487";
}

.bi-menu-button-wide-fill::before {
    content: "\f488";
}

.bi-menu-button-wide::before {
    content: "\f489";
}

.bi-menu-button::before {
    content: "\f48a";
}

.bi-menu-down::before {
    content: "\f48b";
}

.bi-menu-up::before {
    content: "\f48c";
}

.bi-mic-fill::before {
    content: "\f48d";
}

.bi-mic-mute-fill::before {
    content: "\f48e";
}

.bi-mic-mute::before {
    content: "\f48f";
}

.bi-mic::before {
    content: "\f490";
}

.bi-minecart-loaded::before {
    content: "\f491";
}

.bi-minecart::before {
    content: "\f492";
}

.bi-moisture::before {
    content: "\f493";
}

.bi-moon-fill::before {
    content: "\f494";
}

.bi-moon-stars-fill::before {
    content: "\f495";
}

.bi-moon-stars::before {
    content: "\f496";
}

.bi-moon::before {
    content: "\f497";
}

.bi-mouse-fill::before {
    content: "\f498";
}

.bi-mouse::before {
    content: "\f499";
}

.bi-mouse2-fill::before {
    content: "\f49a";
}

.bi-mouse2::before {
    content: "\f49b";
}

.bi-mouse3-fill::before {
    content: "\f49c";
}

.bi-mouse3::before {
    content: "\f49d";
}

.bi-music-note-beamed::before {
    content: "\f49e";
}

.bi-music-note-list::before {
    content: "\f49f";
}

.bi-music-note::before {
    content: "\f4a0";
}

.bi-music-player-fill::before {
    content: "\f4a1";
}

.bi-music-player::before {
    content: "\f4a2";
}

.bi-newspaper::before {
    content: "\f4a3";
}

.bi-node-minus-fill::before {
    content: "\f4a4";
}

.bi-node-minus::before {
    content: "\f4a5";
}

.bi-node-plus-fill::before {
    content: "\f4a6";
}

.bi-node-plus::before {
    content: "\f4a7";
}

.bi-nut-fill::before {
    content: "\f4a8";
}

.bi-nut::before {
    content: "\f4a9";
}

.bi-octagon-fill::before {
    content: "\f4aa";
}

.bi-octagon-half::before {
    content: "\f4ab";
}

.bi-octagon::before {
    content: "\f4ac";
}

.bi-option::before {
    content: "\f4ad";
}

.bi-outlet::before {
    content: "\f4ae";
}

.bi-paint-bucket::before {
    content: "\f4af";
}

.bi-palette-fill::before {
    content: "\f4b0";
}

.bi-palette::before {
    content: "\f4b1";
}

.bi-palette2::before {
    content: "\f4b2";
}

.bi-paperclip::before {
    content: "\f4b3";
}

.bi-paragraph::before {
    content: "\f4b4";
}

.bi-patch-check-fill::before {
    content: "\f4b5";
}

.bi-patch-check::before {
    content: "\f4b6";
}

.bi-patch-exclamation-fill::before {
    content: "\f4b7";
}

.bi-patch-exclamation::before {
    content: "\f4b8";
}

.bi-patch-minus-fill::before {
    content: "\f4b9";
}

.bi-patch-minus::before {
    content: "\f4ba";
}

.bi-patch-plus-fill::before {
    content: "\f4bb";
}

.bi-patch-plus::before {
    content: "\f4bc";
}

.bi-patch-question-fill::before {
    content: "\f4bd";
}

.bi-patch-question::before {
    content: "\f4be";
}

.bi-pause-btn-fill::before {
    content: "\f4bf";
}

.bi-pause-btn::before {
    content: "\f4c0";
}

.bi-pause-circle-fill::before {
    content: "\f4c1";
}

.bi-pause-circle::before {
    content: "\f4c2";
}

.bi-pause-fill::before {
    content: "\f4c3";
}

.bi-pause::before {
    content: "\f4c4";
}

.bi-peace-fill::before {
    content: "\f4c5";
}

.bi-peace::before {
    content: "\f4c6";
}

.bi-pen-fill::before {
    content: "\f4c7";
}

.bi-pen::before {
    content: "\f4c8";
}

.bi-pencil-fill::before {
    content: "\f4c9";
}

.bi-pencil-square::before {
    content: "\f4ca";
}

.bi-pencil::before {
    content: "\f4cb";
}

.bi-pentagon-fill::before {
    content: "\f4cc";
}

.bi-pentagon-half::before {
    content: "\f4cd";
}

.bi-pentagon::before {
    content: "\f4ce";
}

.bi-people-fill::before {
    content: "\f4cf";
}

.bi-people::before {
    content: "\f4d0";
}

.bi-percent::before {
    content: "\f4d1";
}

.bi-person-badge-fill::before {
    content: "\f4d2";
}

.bi-person-badge::before {
    content: "\f4d3";
}

.bi-person-bounding-box::before {
    content: "\f4d4";
}

.bi-person-check-fill::before {
    content: "\f4d5";
}

.bi-person-check::before {
    content: "\f4d6";
}

.bi-person-circle::before {
    content: "\f4d7";
}

.bi-person-dash-fill::before {
    content: "\f4d8";
}

.bi-person-dash::before {
    content: "\f4d9";
}

.bi-person-fill::before {
    content: "\f4da";
}

.bi-person-lines-fill::before {
    content: "\f4db";
}

.bi-person-plus-fill::before {
    content: "\f4dc";
}

.bi-person-plus::before {
    content: "\f4dd";
}

.bi-person-square::before {
    content: "\f4de";
}

.bi-person-x-fill::before {
    content: "\f4df";
}

.bi-person-x::before {
    content: "\f4e0";
}

.bi-person::before {
    content: "\f4e1";
}

.bi-phone-fill::before {
    content: "\f4e2";
}

.bi-phone-landscape-fill::before {
    content: "\f4e3";
}

.bi-phone-landscape::before {
    content: "\f4e4";
}

.bi-phone-vibrate-fill::before {
    content: "\f4e5";
}

.bi-phone-vibrate::before {
    content: "\f4e6";
}

.bi-phone::before {
    content: "\f4e7";
}

.bi-pie-chart-fill::before {
    content: "\f4e8";
}

.bi-pie-chart::before {
    content: "\f4e9";
}

.bi-pin-angle-fill::before {
    content: "\f4ea";
}

.bi-pin-angle::before {
    content: "\f4eb";
}

.bi-pin-fill::before {
    content: "\f4ec";
}

.bi-pin::before {
    content: "\f4ed";
}

.bi-pip-fill::before {
    content: "\f4ee";
}

.bi-pip::before {
    content: "\f4ef";
}

.bi-play-btn-fill::before {
    content: "\f4f0";
}

.bi-play-btn::before {
    content: "\f4f1";
}

.bi-play-circle-fill::before {
    content: "\f4f2";
}

.bi-play-circle::before {
    content: "\f4f3";
}

.bi-play-fill::before {
    content: "\f4f4";
}

.bi-play::before {
    content: "\f4f5";
}

.bi-plug-fill::before {
    content: "\f4f6";
}

.bi-plug::before {
    content: "\f4f7";
}

.bi-plus-circle-dotted::before {
    content: "\f4f8";
}

.bi-plus-circle-fill::before {
    content: "\f4f9";
}

.bi-plus-circle::before {
    content: "\f4fa";
}

.bi-plus-square-dotted::before {
    content: "\f4fb";
}

.bi-plus-square-fill::before {
    content: "\f4fc";
}

.bi-plus-square::before {
    content: "\f4fd";
}

.bi-plus::before {
    content: "\f4fe";
}

.bi-power::before {
    content: "\f4ff";
}

.bi-printer-fill::before {
    content: "\f500";
}

.bi-printer::before {
    content: "\f501";
}

.bi-puzzle-fill::before {
    content: "\f502";
}

.bi-puzzle::before {
    content: "\f503";
}

.bi-question-circle-fill::before {
    content: "\f504";
}

.bi-question-circle::before {
    content: "\f505";
}

.bi-question-diamond-fill::before {
    content: "\f506";
}

.bi-question-diamond::before {
    content: "\f507";
}

.bi-question-octagon-fill::before {
    content: "\f508";
}

.bi-question-octagon::before {
    content: "\f509";
}

.bi-question-square-fill::before {
    content: "\f50a";
}

.bi-question-square::before {
    content: "\f50b";
}

.bi-question::before {
    content: "\f50c";
}

.bi-rainbow::before {
    content: "\f50d";
}

.bi-receipt-cutoff::before {
    content: "\f50e";
}

.bi-receipt::before {
    content: "\f50f";
}

.bi-reception-0::before {
    content: "\f510";
}

.bi-reception-1::before {
    content: "\f511";
}

.bi-reception-2::before {
    content: "\f512";
}

.bi-reception-3::before {
    content: "\f513";
}

.bi-reception-4::before {
    content: "\f514";
}

.bi-record-btn-fill::before {
    content: "\f515";
}

.bi-record-btn::before {
    content: "\f516";
}

.bi-record-circle-fill::before {
    content: "\f517";
}

.bi-record-circle::before {
    content: "\f518";
}

.bi-record-fill::before {
    content: "\f519";
}

.bi-record::before {
    content: "\f51a";
}

.bi-record2-fill::before {
    content: "\f51b";
}

.bi-record2::before {
    content: "\f51c";
}

.bi-reply-all-fill::before {
    content: "\f51d";
}

.bi-reply-all::before {
    content: "\f51e";
}

.bi-reply-fill::before {
    content: "\f51f";
}

.bi-reply::before {
    content: "\f520";
}

.bi-rss-fill::before {
    content: "\f521";
}

.bi-rss::before {
    content: "\f522";
}

.bi-rulers::before {
    content: "\f523";
}

.bi-save-fill::before {
    content: "\f524";
}

.bi-save::before {
    content: "\f525";
}

.bi-save2-fill::before {
    content: "\f526";
}

.bi-save2::before {
    content: "\f527";
}

.bi-scissors::before {
    content: "\f528";
}

.bi-screwdriver::before {
    content: "\f529";
}

.bi-search::before {
    content: "\f52a";
}

.bi-segmented-nav::before {
    content: "\f52b";
}

.bi-server::before {
    content: "\f52c";
}

.bi-share-fill::before {
    content: "\f52d";
}

.bi-share::before {
    content: "\f52e";
}

.bi-shield-check::before {
    content: "\f52f";
}

.bi-shield-exclamation::before {
    content: "\f530";
}

.bi-shield-fill-check::before {
    content: "\f531";
}

.bi-shield-fill-exclamation::before {
    content: "\f532";
}

.bi-shield-fill-minus::before {
    content: "\f533";
}

.bi-shield-fill-plus::before {
    content: "\f534";
}

.bi-shield-fill-x::before {
    content: "\f535";
}

.bi-shield-fill::before {
    content: "\f536";
}

.bi-shield-lock-fill::before {
    content: "\f537";
}

.bi-shield-lock::before {
    content: "\f538";
}

.bi-shield-minus::before {
    content: "\f539";
}

.bi-shield-plus::before {
    content: "\f53a";
}

.bi-shield-shaded::before {
    content: "\f53b";
}

.bi-shield-slash-fill::before {
    content: "\f53c";
}

.bi-shield-slash::before {
    content: "\f53d";
}

.bi-shield-x::before {
    content: "\f53e";
}

.bi-shield::before {
    content: "\f53f";
}

.bi-shift-fill::before {
    content: "\f540";
}

.bi-shift::before {
    content: "\f541";
}

.bi-shop-window::before {
    content: "\f542";
}

.bi-shop::before {
    content: "\f543";
}

.bi-shuffle::before {
    content: "\f544";
}

.bi-signpost-2-fill::before {
    content: "\f545";
}

.bi-signpost-2::before {
    content: "\f546";
}

.bi-signpost-fill::before {
    content: "\f547";
}

.bi-signpost-split-fill::before {
    content: "\f548";
}

.bi-signpost-split::before {
    content: "\f549";
}

.bi-signpost::before {
    content: "\f54a";
}

.bi-sim-fill::before {
    content: "\f54b";
}

.bi-sim::before {
    content: "\f54c";
}

.bi-skip-backward-btn-fill::before {
    content: "\f54d";
}

.bi-skip-backward-btn::before {
    content: "\f54e";
}

.bi-skip-backward-circle-fill::before {
    content: "\f54f";
}

.bi-skip-backward-circle::before {
    content: "\f550";
}

.bi-skip-backward-fill::before {
    content: "\f551";
}

.bi-skip-backward::before {
    content: "\f552";
}

.bi-skip-end-btn-fill::before {
    content: "\f553";
}

.bi-skip-end-btn::before {
    content: "\f554";
}

.bi-skip-end-circle-fill::before {
    content: "\f555";
}

.bi-skip-end-circle::before {
    content: "\f556";
}

.bi-skip-end-fill::before {
    content: "\f557";
}

.bi-skip-end::before {
    content: "\f558";
}

.bi-skip-forward-btn-fill::before {
    content: "\f559";
}

.bi-skip-forward-btn::before {
    content: "\f55a";
}

.bi-skip-forward-circle-fill::before {
    content: "\f55b";
}

.bi-skip-forward-circle::before {
    content: "\f55c";
}

.bi-skip-forward-fill::before {
    content: "\f55d";
}

.bi-skip-forward::before {
    content: "\f55e";
}

.bi-skip-start-btn-fill::before {
    content: "\f55f";
}

.bi-skip-start-btn::before {
    content: "\f560";
}

.bi-skip-start-circle-fill::before {
    content: "\f561";
}

.bi-skip-start-circle::before {
    content: "\f562";
}

.bi-skip-start-fill::before {
    content: "\f563";
}

.bi-skip-start::before {
    content: "\f564";
}

.bi-slack::before {
    content: "\f565";
}

.bi-slash-circle-fill::before {
    content: "\f566";
}

.bi-slash-circle::before {
    content: "\f567";
}

.bi-slash-square-fill::before {
    content: "\f568";
}

.bi-slash-square::before {
    content: "\f569";
}

.bi-slash::before {
    content: "\f56a";
}

.bi-sliders::before {
    content: "\f56b";
}

.bi-smartwatch::before {
    content: "\f56c";
}

.bi-snow::before {
    content: "\f56d";
}

.bi-snow2::before {
    content: "\f56e";
}

.bi-snow3::before {
    content: "\f56f";
}

.bi-sort-alpha-down-alt::before {
    content: "\f570";
}

.bi-sort-alpha-down::before {
    content: "\f571";
}

.bi-sort-alpha-up-alt::before {
    content: "\f572";
}

.bi-sort-alpha-up::before {
    content: "\f573";
}

.bi-sort-down-alt::before {
    content: "\f574";
}

.bi-sort-down::before {
    content: "\f575";
}

.bi-sort-numeric-down-alt::before {
    content: "\f576";
}

.bi-sort-numeric-down::before {
    content: "\f577";
}

.bi-sort-numeric-up-alt::before {
    content: "\f578";
}

.bi-sort-numeric-up::before {
    content: "\f579";
}

.bi-sort-up-alt::before {
    content: "\f57a";
}

.bi-sort-up::before {
    content: "\f57b";
}

.bi-soundwave::before {
    content: "\f57c";
}

.bi-speaker-fill::before {
    content: "\f57d";
}

.bi-speaker::before {
    content: "\f57e";
}

.bi-speedometer::before {
    content: "\f57f";
}

.bi-speedometer2::before {
    content: "\f580";
}

.bi-spellcheck::before {
    content: "\f581";
}

.bi-square-fill::before {
    content: "\f582";
}

.bi-square-half::before {
    content: "\f583";
}

.bi-square::before {
    content: "\f584";
}

.bi-stack::before {
    content: "\f585";
}

.bi-star-fill::before {
    content: "\f586";
}

.bi-star-half::before {
    content: "\f587";
}

.bi-star::before {
    content: "\f588";
}

.bi-stars::before {
    content: "\f589";
}

.bi-stickies-fill::before {
    content: "\f58a";
}

.bi-stickies::before {
    content: "\f58b";
}

.bi-sticky-fill::before {
    content: "\f58c";
}

.bi-sticky::before {
    content: "\f58d";
}

.bi-stop-btn-fill::before {
    content: "\f58e";
}

.bi-stop-btn::before {
    content: "\f58f";
}

.bi-stop-circle-fill::before {
    content: "\f590";
}

.bi-stop-circle::before {
    content: "\f591";
}

.bi-stop-fill::before {
    content: "\f592";
}

.bi-stop::before {
    content: "\f593";
}

.bi-stoplights-fill::before {
    content: "\f594";
}

.bi-stoplights::before {
    content: "\f595";
}

.bi-stopwatch-fill::before {
    content: "\f596";
}

.bi-stopwatch::before {
    content: "\f597";
}

.bi-subtract::before {
    content: "\f598";
}

.bi-suit-club-fill::before {
    content: "\f599";
}

.bi-suit-club::before {
    content: "\f59a";
}

.bi-suit-diamond-fill::before {
    content: "\f59b";
}

.bi-suit-diamond::before {
    content: "\f59c";
}

.bi-suit-heart-fill::before {
    content: "\f59d";
}

.bi-suit-heart::before {
    content: "\f59e";
}

.bi-suit-spade-fill::before {
    content: "\f59f";
}

.bi-suit-spade::before {
    content: "\f5a0";
}

.bi-sun-fill::before {
    content: "\f5a1";
}

.bi-sun::before {
    content: "\f5a2";
}

.bi-sunglasses::before {
    content: "\f5a3";
}

.bi-sunrise-fill::before {
    content: "\f5a4";
}

.bi-sunrise::before {
    content: "\f5a5";
}

.bi-sunset-fill::before {
    content: "\f5a6";
}

.bi-sunset::before {
    content: "\f5a7";
}

.bi-symmetry-horizontal::before {
    content: "\f5a8";
}

.bi-symmetry-vertical::before {
    content: "\f5a9";
}

.bi-table::before {
    content: "\f5aa";
}

.bi-tablet-fill::before {
    content: "\f5ab";
}

.bi-tablet-landscape-fill::before {
    content: "\f5ac";
}

.bi-tablet-landscape::before {
    content: "\f5ad";
}

.bi-tablet::before {
    content: "\f5ae";
}

.bi-tag-fill::before {
    content: "\f5af";
}

.bi-tag::before {
    content: "\f5b0";
}

.bi-tags-fill::before {
    content: "\f5b1";
}

.bi-tags::before {
    content: "\f5b2";
}

.bi-telegram::before {
    content: "\f5b3";
}

.bi-telephone-fill::before {
    content: "\f5b4";
}

.bi-telephone-forward-fill::before {
    content: "\f5b5";
}

.bi-telephone-forward::before {
    content: "\f5b6";
}

.bi-telephone-inbound-fill::before {
    content: "\f5b7";
}

.bi-telephone-inbound::before {
    content: "\f5b8";
}

.bi-telephone-minus-fill::before {
    content: "\f5b9";
}

.bi-telephone-minus::before {
    content: "\f5ba";
}

.bi-telephone-outbound-fill::before {
    content: "\f5bb";
}

.bi-telephone-outbound::before {
    content: "\f5bc";
}

.bi-telephone-plus-fill::before {
    content: "\f5bd";
}

.bi-telephone-plus::before {
    content: "\f5be";
}

.bi-telephone-x-fill::before {
    content: "\f5bf";
}

.bi-telephone-x::before {
    content: "\f5c0";
}

.bi-telephone::before {
    content: "\f5c1";
}

.bi-terminal-fill::before {
    content: "\f5c2";
}

.bi-terminal::before {
    content: "\f5c3";
}

.bi-text-center::before {
    content: "\f5c4";
}

.bi-text-indent-left::before {
    content: "\f5c5";
}

.bi-text-indent-right::before {
    content: "\f5c6";
}

.bi-text-left::before {
    content: "\f5c7";
}

.bi-text-paragraph::before {
    content: "\f5c8";
}

.bi-text-right::before {
    content: "\f5c9";
}

.bi-textarea-resize::before {
    content: "\f5ca";
}

.bi-textarea-t::before {
    content: "\f5cb";
}

.bi-textarea::before {
    content: "\f5cc";
}

.bi-thermometer-half::before {
    content: "\f5cd";
}

.bi-thermometer-high::before {
    content: "\f5ce";
}

.bi-thermometer-low::before {
    content: "\f5cf";
}

.bi-thermometer-snow::before {
    content: "\f5d0";
}

.bi-thermometer-sun::before {
    content: "\f5d1";
}

.bi-thermometer::before {
    content: "\f5d2";
}

.bi-three-dots-vertical::before {
    content: "\f5d3";
}

.bi-three-dots::before {
    content: "\f5d4";
}

.bi-toggle-off::before {
    content: "\f5d5";
}

.bi-toggle-on::before {
    content: "\f5d6";
}

.bi-toggle2-off::before {
    content: "\f5d7";
}

.bi-toggle2-on::before {
    content: "\f5d8";
}

.bi-toggles::before {
    content: "\f5d9";
}

.bi-toggles2::before {
    content: "\f5da";
}

.bi-tools::before {
    content: "\f5db";
}

.bi-tornado::before {
    content: "\f5dc";
}

.bi-trash-fill::before {
    content: "\f5dd";
}

.bi-trash::before {
    content: "\f5de";
}

.bi-trash2-fill::before {
    content: "\f5df";
}

.bi-trash2::before {
    content: "\f5e0";
}

.bi-tree-fill::before {
    content: "\f5e1";
}

.bi-tree::before {
    content: "\f5e2";
}

.bi-triangle-fill::before {
    content: "\f5e3";
}

.bi-triangle-half::before {
    content: "\f5e4";
}

.bi-triangle::before {
    content: "\f5e5";
}

.bi-trophy-fill::before {
    content: "\f5e6";
}

.bi-trophy::before {
    content: "\f5e7";
}

.bi-tropical-storm::before {
    content: "\f5e8";
}

.bi-truck-flatbed::before {
    content: "\f5e9";
}

.bi-truck::before {
    content: "\f5ea";
}

.bi-tsunami::before {
    content: "\f5eb";
}

.bi-tv-fill::before {
    content: "\f5ec";
}

.bi-tv::before {
    content: "\f5ed";
}

.bi-twitch::before {
    content: "\f5ee";
}

.bi-twitter::before {
    content: "\f5ef";
}

.bi-type-bold::before {
    content: "\f5f0";
}

.bi-type-h1::before {
    content: "\f5f1";
}

.bi-type-h2::before {
    content: "\f5f2";
}

.bi-type-h3::before {
    content: "\f5f3";
}

.bi-type-italic::before {
    content: "\f5f4";
}

.bi-type-strikethrough::before {
    content: "\f5f5";
}

.bi-type-underline::before {
    content: "\f5f6";
}

.bi-type::before {
    content: "\f5f7";
}

.bi-ui-checks-grid::before {
    content: "\f5f8";
}

.bi-ui-checks::before {
    content: "\f5f9";
}

.bi-ui-radios-grid::before {
    content: "\f5fa";
}

.bi-ui-radios::before {
    content: "\f5fb";
}

.bi-umbrella-fill::before {
    content: "\f5fc";
}

.bi-umbrella::before {
    content: "\f5fd";
}

.bi-union::before {
    content: "\f5fe";
}

.bi-unlock-fill::before {
    content: "\f5ff";
}

.bi-unlock::before {
    content: "\f600";
}

.bi-upc-scan::before {
    content: "\f601";
}

.bi-upc::before {
    content: "\f602";
}

.bi-upload::before {
    content: "\f603";
}

.bi-vector-pen::before {
    content: "\f604";
}

.bi-view-list::before {
    content: "\f605";
}

.bi-view-stacked::before {
    content: "\f606";
}

.bi-vinyl-fill::before {
    content: "\f607";
}

.bi-vinyl::before {
    content: "\f608";
}

.bi-voicemail::before {
    content: "\f609";
}

.bi-volume-down-fill::before {
    content: "\f60a";
}

.bi-volume-down::before {
    content: "\f60b";
}

.bi-volume-mute-fill::before {
    content: "\f60c";
}

.bi-volume-mute::before {
    content: "\f60d";
}

.bi-volume-off-fill::before {
    content: "\f60e";
}

.bi-volume-off::before {
    content: "\f60f";
}

.bi-volume-up-fill::before {
    content: "\f610";
}

.bi-volume-up::before {
    content: "\f611";
}

.bi-vr::before {
    content: "\f612";
}

.bi-wallet-fill::before {
    content: "\f613";
}

.bi-wallet::before {
    content: "\f614";
}

.bi-wallet2::before {
    content: "\f615";
}

.bi-watch::before {
    content: "\f616";
}

.bi-water::before {
    content: "\f617";
}

.bi-whatsapp::before {
    content: "\f618";
}

.bi-wifi-1::before {
    content: "\f619";
}

.bi-wifi-2::before {
    content: "\f61a";
}

.bi-wifi-off::before {
    content: "\f61b";
}

.bi-wifi::before {
    content: "\f61c";
}

.bi-wind::before {
    content: "\f61d";
}

.bi-window-dock::before {
    content: "\f61e";
}

.bi-window-sidebar::before {
    content: "\f61f";
}

.bi-window::before {
    content: "\f620";
}

.bi-wrench::before {
    content: "\f621";
}

.bi-x-circle-fill::before {
    content: "\f622";
}

.bi-x-circle::before {
    content: "\f623";
}

.bi-x-diamond-fill::before {
    content: "\f624";
}

.bi-x-diamond::before {
    content: "\f625";
}

.bi-x-octagon-fill::before {
    content: "\f626";
}

.bi-x-octagon::before {
    content: "\f627";
}

.bi-x-square-fill::before {
    content: "\f628";
}

.bi-x-square::before {
    content: "\f629";
}

.bi-x::before {
    content: "\f62a";
}

.bi-youtube::before {
    content: "\f62b";
}

.bi-zoom-in::before {
    content: "\f62c";
}

.bi-zoom-out::before {
    content: "\f62d";
}

.bi-bank::before {
    content: "\f62e";
}

.bi-bank2::before {
    content: "\f62f";
}

.bi-bell-slash-fill::before {
    content: "\f630";
}

.bi-bell-slash::before {
    content: "\f631";
}

.bi-cash-coin::before {
    content: "\f632";
}

.bi-check-lg::before {
    content: "\f633";
}

.bi-coin::before {
    content: "\f634";
}

.bi-currency-bitcoin::before {
    content: "\f635";
}

.bi-currency-dollar::before {
    content: "\f636";
}

.bi-currency-euro::before {
    content: "\f637";
}

.bi-currency-exchange::before {
    content: "\f638";
}

.bi-currency-pound::before {
    content: "\f639";
}

.bi-currency-yen::before {
    content: "\f63a";
}

.bi-dash-lg::before {
    content: "\f63b";
}

.bi-exclamation-lg::before {
    content: "\f63c";
}

.bi-file-earmark-pdf-fill::before {
    content: "\f63d";
}

.bi-file-earmark-pdf::before {
    content: "\f63e";
}

.bi-file-pdf-fill::before {
    content: "\f63f";
}

.bi-file-pdf::before {
    content: "\f640";
}

.bi-gender-ambiguous::before {
    content: "\f641";
}

.bi-gender-female::before {
    content: "\f642";
}

.bi-gender-male::before {
    content: "\f643";
}

.bi-gender-trans::before {
    content: "\f644";
}

.bi-headset-vr::before {
    content: "\f645";
}

.bi-info-lg::before {
    content: "\f646";
}

.bi-mastodon::before {
    content: "\f647";
}

.bi-messenger::before {
    content: "\f648";
}

.bi-piggy-bank-fill::before {
    content: "\f649";
}

.bi-piggy-bank::before {
    content: "\f64a";
}

.bi-pin-map-fill::before {
    content: "\f64b";
}

.bi-pin-map::before {
    content: "\f64c";
}

.bi-plus-lg::before {
    content: "\f64d";
}

.bi-question-lg::before {
    content: "\f64e";
}

.bi-recycle::before {
    content: "\f64f";
}

.bi-reddit::before {
    content: "\f650";
}

.bi-safe-fill::before {
    content: "\f651";
}

.bi-safe2-fill::before {
    content: "\f652";
}

.bi-safe2::before {
    content: "\f653";
}

.bi-sd-card-fill::before {
    content: "\f654";
}

.bi-sd-card::before {
    content: "\f655";
}

.bi-skype::before {
    content: "\f656";
}

.bi-slash-lg::before {
    content: "\f657";
}

.bi-translate::before {
    content: "\f658";
}

.bi-x-lg::before {
    content: "\f659";
}

.bi-safe::before {
    content: "\f65a";
}

.bi-apple::before {
    content: "\f65b";
}

.bi-microsoft::before {
    content: "\f65d";
}

.bi-windows::before {
    content: "\f65e";
}

.bi-behance::before {
    content: "\f65c";
}

.bi-dribbble::before {
    content: "\f65f";
}

.bi-line::before {
    content: "\f660";
}

.bi-medium::before {
    content: "\f661";
}

.bi-paypal::before {
    content: "\f662";
}

.bi-pinterest::before {
    content: "\f663";
}

.bi-signal::before {
    content: "\f664";
}

.bi-snapchat::before {
    content: "\f665";
}

.bi-spotify::before {
    content: "\f666";
}

.bi-stack-overflow::before {
    content: "\f667";
}

.bi-strava::before {
    content: "\f668";
}

.bi-wordpress::before {
    content: "\f669";
}

.bi-vimeo::before {
    content: "\f66a";
}

.bi-activity::before {
    content: "\f66b";
}

.bi-easel2-fill::before {
    content: "\f66c";
}

.bi-easel2::before {
    content: "\f66d";
}

.bi-easel3-fill::before {
    content: "\f66e";
}

.bi-easel3::before {
    content: "\f66f";
}

.bi-fan::before {
    content: "\f670";
}

.bi-fingerprint::before {
    content: "\f671";
}

.bi-graph-down-arrow::before {
    content: "\f672";
}

.bi-graph-up-arrow::before {
    content: "\f673";
}

.bi-hypnotize::before {
    content: "\f674";
}

.bi-magic::before {
    content: "\f675";
}

.bi-person-rolodex::before {
    content: "\f676";
}

.bi-person-video::before {
    content: "\f677";
}

.bi-person-video2::before {
    content: "\f678";
}

.bi-person-video3::before {
    content: "\f679";
}

.bi-person-workspace::before {
    content: "\f67a";
}

.bi-radioactive::before {
    content: "\f67b";
}

.bi-webcam-fill::before {
    content: "\f67c";
}

.bi-webcam::before {
    content: "\f67d";
}

.bi-yin-yang::before {
    content: "\f67e";
}

.bi-bandaid-fill::before {
    content: "\f680";
}

.bi-bandaid::before {
    content: "\f681";
}

.bi-bluetooth::before {
    content: "\f682";
}

.bi-body-text::before {
    content: "\f683";
}

.bi-boombox::before {
    content: "\f684";
}

.bi-boxes::before {
    content: "\f685";
}

.bi-dpad-fill::before {
    content: "\f686";
}

.bi-dpad::before {
    content: "\f687";
}

.bi-ear-fill::before {
    content: "\f688";
}

.bi-ear::before {
    content: "\f689";
}

.bi-envelope-check-1::before {
    content: "\f68a";
}

.bi-envelope-check-fill::before {
    content: "\f68b";
}

.bi-envelope-check::before {
    content: "\f68c";
}

.bi-envelope-dash-1::before {
    content: "\f68d";
}

.bi-envelope-dash-fill::before {
    content: "\f68e";
}

.bi-envelope-dash::before {
    content: "\f68f";
}

.bi-envelope-exclamation-1::before {
    content: "\f690";
}

.bi-envelope-exclamation-fill::before {
    content: "\f691";
}

.bi-envelope-exclamation::before {
    content: "\f692";
}

.bi-envelope-plus-fill::before {
    content: "\f693";
}

.bi-envelope-plus::before {
    content: "\f694";
}

.bi-envelope-slash-1::before {
    content: "\f695";
}

.bi-envelope-slash-fill::before {
    content: "\f696";
}

.bi-envelope-slash::before {
    content: "\f697";
}

.bi-envelope-x-1::before {
    content: "\f698";
}

.bi-envelope-x-fill::before {
    content: "\f699";
}

.bi-envelope-x::before {
    content: "\f69a";
}

.bi-explicit-fill::before {
    content: "\f69b";
}

.bi-explicit::before {
    content: "\f69c";
}

.bi-git::before {
    content: "\f69d";
}

.bi-infinity::before {
    content: "\f69e";
}

.bi-list-columns-reverse::before {
    content: "\f69f";
}

.bi-list-columns::before {
    content: "\f6a0";
}

.bi-meta::before {
    content: "\f6a1";
}

.bi-mortorboard-fill::before {
    content: "\f6a2";
}

.bi-mortorboard::before {
    content: "\f6a3";
}

.bi-nintendo-switch::before {
    content: "\f6a4";
}

.bi-pc-display-horizontal::before {
    content: "\f6a5";
}

.bi-pc-display::before {
    content: "\f6a6";
}

.bi-pc-horizontal::before {
    content: "\f6a7";
}

.bi-pc::before {
    content: "\f6a8";
}

.bi-playstation::before {
    content: "\f6a9";
}

.bi-plus-slash-minus::before {
    content: "\f6aa";
}

.bi-projector-fill::before {
    content: "\f6ab";
}

.bi-projector::before {
    content: "\f6ac";
}

.bi-qr-code-scan::before {
    content: "\f6ad";
}

.bi-qr-code::before {
    content: "\f6ae";
}

.bi-quora::before {
    content: "\f6af";
}

.bi-quote::before {
    content: "\f6b0";
}

.bi-robot::before {
    content: "\f6b1";
}

.bi-send-check-fill::before {
    content: "\f6b2";
}

.bi-send-check::before {
    content: "\f6b3";
}

.bi-send-dash-fill::before {
    content: "\f6b4";
}

.bi-send-dash::before {
    content: "\f6b5";
}

.bi-send-exclamation-1::before {
    content: "\f6b6";
}

.bi-send-exclamation-fill::before {
    content: "\f6b7";
}

.bi-send-exclamation::before {
    content: "\f6b8";
}

.bi-send-fill::before {
    content: "\f6b9";
}

.bi-send-plus-fill::before {
    content: "\f6ba";
}

.bi-send-plus::before {
    content: "\f6bb";
}

.bi-send-slash-fill::before {
    content: "\f6bc";
}

.bi-send-slash::before {
    content: "\f6bd";
}

.bi-send-x-fill::before {
    content: "\f6be";
}

.bi-send-x::before {
    content: "\f6bf";
}

.bi-send::before {
    content: "\f6c0";
}

.bi-steam::before {
    content: "\f6c1";
}

.bi-terminal-dash-1::before {
    content: "\f6c2";
}

.bi-terminal-dash::before {
    content: "\f6c3";
}

.bi-terminal-plus::before {
    content: "\f6c4";
}

.bi-terminal-split::before {
    content: "\f6c5";
}

.bi-ticket-detailed-fill::before {
    content: "\f6c6";
}

.bi-ticket-detailed::before {
    content: "\f6c7";
}

.bi-ticket-fill::before {
    content: "\f6c8";
}

.bi-ticket-perforated-fill::before {
    content: "\f6c9";
}

.bi-ticket-perforated::before {
    content: "\f6ca";
}

.bi-ticket::before {
    content: "\f6cb";
}

.bi-tiktok::before {
    content: "\f6cc";
}

.bi-window-dash::before {
    content: "\f6cd";
}

.bi-window-desktop::before {
    content: "\f6ce";
}

.bi-window-fullscreen::before {
    content: "\f6cf";
}

.bi-window-plus::before {
    content: "\f6d0";
}

.bi-window-split::before {
    content: "\f6d1";
}

.bi-window-stack::before {
    content: "\f6d2";
}

.bi-window-x::before {
    content: "\f6d3";
}

.bi-xbox::before {
    content: "\f6d4";
}

.bi-ethernet::before {
    content: "\f6d5";
}

.bi-hdmi-fill::before {
    content: "\f6d6";
}

.bi-hdmi::before {
    content: "\f6d7";
}

.bi-usb-c-fill::before {
    content: "\f6d8";
}

.bi-usb-c::before {
    content: "\f6d9";
}

.bi-usb-fill::before {
    content: "\f6da";
}

.bi-usb-plug-fill::before {
    content: "\f6db";
}

.bi-usb-plug::before {
    content: "\f6dc";
}

.bi-usb-symbol::before {
    content: "\f6dd";
}

.bi-usb::before {
    content: "\f6de";
}

.bi-boombox-fill::before {
    content: "\f6df";
}

.bi-displayport-1::before {
    content: "\f6e0";
}

.bi-displayport::before {
    content: "\f6e1";
}

.bi-gpu-card::before {
    content: "\f6e2";
}

.bi-memory::before {
    content: "\f6e3";
}

.bi-modem-fill::before {
    content: "\f6e4";
}

.bi-modem::before {
    content: "\f6e5";
}

.bi-motherboard-fill::before {
    content: "\f6e6";
}

.bi-motherboard::before {
    content: "\f6e7";
}

.bi-optical-audio-fill::before {
    content: "\f6e8";
}

.bi-optical-audio::before {
    content: "\f6e9";
}

.bi-pci-card::before {
    content: "\f6ea";
}

.bi-router-fill::before {
    content: "\f6eb";
}

.bi-router::before {
    content: "\f6ec";
}

.bi-ssd-fill::before {
    content: "\f6ed";
}

.bi-ssd::before {
    content: "\f6ee";
}

.bi-thunderbolt-fill::before {
    content: "\f6ef";
}

.bi-thunderbolt::before {
    content: "\f6f0";
}

.bi-usb-drive-fill::before {
    content: "\f6f1";
}

.bi-usb-drive::before {
    content: "\f6f2";
}

.bi-usb-micro-fill::before {
    content: "\f6f3";
}

.bi-usb-micro::before {
    content: "\f6f4";
}

.bi-usb-mini-fill::before {
    content: "\f6f5";
}

.bi-usb-mini::before {
    content: "\f6f6";
}

.bi-cloud-haze2::before {
    content: "\f6f7";
}

.bi-device-hdd-fill::before {
    content: "\f6f8";
}

.bi-device-hdd::before {
    content: "\f6f9";
}

.bi-device-ssd-fill::before {
    content: "\f6fa";
}

.bi-device-ssd::before {
    content: "\f6fb";
}

.bi-displayport-fill::before {
    content: "\f6fc";
}

.bi-mortarboard-fill::before {
    content: "\f6fd";
}

.bi-mortarboard::before {
    content: "\f6fe";
}

.bi-terminal-x::before {
    content: "\f6ff";
}

.bi-arrow-through-heart-fill::before {
    content: "\f700";
}

.bi-arrow-through-heart::before {
    content: "\f701";
}

.bi-badge-sd-fill::before {
    content: "\f702";
}

.bi-badge-sd::before {
    content: "\f703";
}

.bi-bag-heart-fill::before {
    content: "\f704";
}

.bi-bag-heart::before {
    content: "\f705";
}

.bi-balloon-fill::before {
    content: "\f706";
}

.bi-balloon-heart-fill::before {
    content: "\f707";
}

.bi-balloon-heart::before {
    content: "\f708";
}

.bi-balloon::before {
    content: "\f709";
}

.bi-box2-fill::before {
    content: "\f70a";
}

.bi-box2-heart-fill::before {
    content: "\f70b";
}

.bi-box2-heart::before {
    content: "\f70c";
}

.bi-box2::before {
    content: "\f70d";
}

.bi-braces-asterisk::before {
    content: "\f70e";
}

.bi-calendar-heart-fill::before {
    content: "\f70f";
}

.bi-calendar-heart::before {
    content: "\f710";
}

.bi-calendar2-heart-fill::before {
    content: "\f711";
}

.bi-calendar2-heart::before {
    content: "\f712";
}

.bi-chat-heart-fill::before {
    content: "\f713";
}

.bi-chat-heart::before {
    content: "\f714";
}

.bi-chat-left-heart-fill::before {
    content: "\f715";
}

.bi-chat-left-heart::before {
    content: "\f716";
}

.bi-chat-right-heart-fill::before {
    content: "\f717";
}

.bi-chat-right-heart::before {
    content: "\f718";
}

.bi-chat-square-heart-fill::before {
    content: "\f719";
}

.bi-chat-square-heart::before {
    content: "\f71a";
}

.bi-clipboard-check-fill::before {
    content: "\f71b";
}

.bi-clipboard-data-fill::before {
    content: "\f71c";
}

.bi-clipboard-fill::before {
    content: "\f71d";
}

.bi-clipboard-heart-fill::before {
    content: "\f71e";
}

.bi-clipboard-heart::before {
    content: "\f71f";
}

.bi-clipboard-minus-fill::before {
    content: "\f720";
}

.bi-clipboard-plus-fill::before {
    content: "\f721";
}

.bi-clipboard-pulse::before {
    content: "\f722";
}

.bi-clipboard-x-fill::before {
    content: "\f723";
}

.bi-clipboard2-check-fill::before {
    content: "\f724";
}

.bi-clipboard2-check::before {
    content: "\f725";
}

.bi-clipboard2-data-fill::before {
    content: "\f726";
}

.bi-clipboard2-data::before {
    content: "\f727";
}

.bi-clipboard2-fill::before {
    content: "\f728";
}

.bi-clipboard2-heart-fill::before {
    content: "\f729";
}

.bi-clipboard2-heart::before {
    content: "\f72a";
}

.bi-clipboard2-minus-fill::before {
    content: "\f72b";
}

.bi-clipboard2-minus::before {
    content: "\f72c";
}

.bi-clipboard2-plus-fill::before {
    content: "\f72d";
}

.bi-clipboard2-plus::before {
    content: "\f72e";
}

.bi-clipboard2-pulse-fill::before {
    content: "\f72f";
}

.bi-clipboard2-pulse::before {
    content: "\f730";
}

.bi-clipboard2-x-fill::before {
    content: "\f731";
}

.bi-clipboard2-x::before {
    content: "\f732";
}

.bi-clipboard2::before {
    content: "\f733";
}

.bi-emoji-kiss-fill::before {
    content: "\f734";
}

.bi-emoji-kiss::before {
    content: "\f735";
}

.bi-envelope-heart-fill::before {
    content: "\f736";
}

.bi-envelope-heart::before {
    content: "\f737";
}

.bi-envelope-open-heart-fill::before {
    content: "\f738";
}

.bi-envelope-open-heart::before {
    content: "\f739";
}

.bi-envelope-paper-fill::before {
    content: "\f73a";
}

.bi-envelope-paper-heart-fill::before {
    content: "\f73b";
}

.bi-envelope-paper-heart::before {
    content: "\f73c";
}

.bi-envelope-paper::before {
    content: "\f73d";
}

.bi-filetype-aac::before {
    content: "\f73e";
}

.bi-filetype-ai::before {
    content: "\f73f";
}

.bi-filetype-bmp::before {
    content: "\f740";
}

.bi-filetype-cs::before {
    content: "\f741";
}

.bi-filetype-css::before {
    content: "\f742";
}

.bi-filetype-csv::before {
    content: "\f743";
}

.bi-filetype-doc::before {
    content: "\f744";
}

.bi-filetype-docx::before {
    content: "\f745";
}

.bi-filetype-exe::before {
    content: "\f746";
}

.bi-filetype-gif::before {
    content: "\f747";
}

.bi-filetype-heic::before {
    content: "\f748";
}

.bi-filetype-html::before {
    content: "\f749";
}

.bi-filetype-java::before {
    content: "\f74a";
}

.bi-filetype-jpg::before {
    content: "\f74b";
}

.bi-filetype-js::before {
    content: "\f74c";
}

.bi-filetype-jsx::before {
    content: "\f74d";
}

.bi-filetype-key::before {
    content: "\f74e";
}

.bi-filetype-m4p::before {
    content: "\f74f";
}

.bi-filetype-md::before {
    content: "\f750";
}

.bi-filetype-mdx::before {
    content: "\f751";
}

.bi-filetype-mov::before {
    content: "\f752";
}

.bi-filetype-mp3::before {
    content: "\f753";
}

.bi-filetype-mp4::before {
    content: "\f754";
}

.bi-filetype-otf::before {
    content: "\f755";
}

.bi-filetype-pdf::before {
    content: "\f756";
}

.bi-filetype-php::before {
    content: "\f757";
}

.bi-filetype-png::before {
    content: "\f758";
}

.bi-filetype-ppt-1::before {
    content: "\f759";
}

.bi-filetype-ppt::before {
    content: "\f75a";
}

.bi-filetype-psd::before {
    content: "\f75b";
}

.bi-filetype-py::before {
    content: "\f75c";
}

.bi-filetype-raw::before {
    content: "\f75d";
}

.bi-filetype-rb::before {
    content: "\f75e";
}

.bi-filetype-sass::before {
    content: "\f75f";
}

.bi-filetype-scss::before {
    content: "\f760";
}

.bi-filetype-sh::before {
    content: "\f761";
}

.bi-filetype-svg::before {
    content: "\f762";
}

.bi-filetype-tiff::before {
    content: "\f763";
}

.bi-filetype-tsx::before {
    content: "\f764";
}

.bi-filetype-ttf::before {
    content: "\f765";
}

.bi-filetype-txt::before {
    content: "\f766";
}

.bi-filetype-wav::before {
    content: "\f767";
}

.bi-filetype-woff::before {
    content: "\f768";
}

.bi-filetype-xls-1::before {
    content: "\f769";
}

.bi-filetype-xls::before {
    content: "\f76a";
}

.bi-filetype-xml::before {
    content: "\f76b";
}

.bi-filetype-yml::before {
    content: "\f76c";
}

.bi-heart-arrow::before {
    content: "\f76d";
}

.bi-heart-pulse-fill::before {
    content: "\f76e";
}

.bi-heart-pulse::before {
    content: "\f76f";
}

.bi-heartbreak-fill::before {
    content: "\f770";
}

.bi-heartbreak::before {
    content: "\f771";
}

.bi-hearts::before {
    content: "\f772";
}

.bi-hospital-fill::before {
    content: "\f773";
}

.bi-hospital::before {
    content: "\f774";
}

.bi-house-heart-fill::before {
    content: "\f775";
}

.bi-house-heart::before {
    content: "\f776";
}

.bi-incognito::before {
    content: "\f777";
}

.bi-magnet-fill::before {
    content: "\f778";
}

.bi-magnet::before {
    content: "\f779";
}

.bi-person-heart::before {
    content: "\f77a";
}

.bi-person-hearts::before {
    content: "\f77b";
}

.bi-phone-flip::before {
    content: "\f77c";
}

.bi-plugin::before {
    content: "\f77d";
}

.bi-postage-fill::before {
    content: "\f77e";
}

.bi-postage-heart-fill::before {
    content: "\f77f";
}

.bi-postage-heart::before {
    content: "\f780";
}

.bi-postage::before {
    content: "\f781";
}

.bi-postcard-fill::before {
    content: "\f782";
}

.bi-postcard-heart-fill::before {
    content: "\f783";
}

.bi-postcard-heart::before {
    content: "\f784";
}

.bi-postcard::before {
    content: "\f785";
}

.bi-search-heart-fill::before {
    content: "\f786";
}

.bi-search-heart::before {
    content: "\f787";
}

.bi-sliders2-vertical::before {
    content: "\f788";
}

.bi-sliders2::before {
    content: "\f789";
}

.bi-trash3-fill::before {
    content: "\f78a";
}

.bi-trash3::before {
    content: "\f78b";
}

.bi-valentine::before {
    content: "\f78c";
}

.bi-valentine2::before {
    content: "\f78d";
}

.bi-wrench-adjustable-circle-fill::before {
    content: "\f78e";
}

.bi-wrench-adjustable-circle::before {
    content: "\f78f";
}

.bi-wrench-adjustable::before {
    content: "\f790";
}

.bi-filetype-json::before {
    content: "\f791";
}

.bi-filetype-pptx::before {
    content: "\f792";
}

.bi-filetype-xlsx::before {
    content: "\f793";
}

.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 10030;
}

    .fancybox-opened .fancybox-skin {
        -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    }

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('images/fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 10060;
}

    #fancybox-loading div {
        width: 44px;
        height: 44px;
        background: url('images/fancybox_loading.gif') center center no-repeat;
    }

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 10040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('images/blank.gif');
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 10040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 10040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

    .fancybox-lock body {
        overflow: hidden !important;
    }

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 10010;
    background: url('images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 10050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 10050;
    text-align: center;
}

    .fancybox-title-float-wrap .child {
        display: inline-block;
        margin-right: -100%;
        padding: 2px 20px;
        background: transparent;
        background: rgba(0, 0, 0, 0.8);
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        text-shadow: 0 1px 2px #222;
        color: #FFF;
        font-weight: bold;
        line-height: 24px;
        white-space: nowrap;
    }

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5) {
    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url('images/fancybox_sprite@2x.png');
        background-size: 44px 152px;
    }

        #fancybox-loading div {
            background-image: url('images/fancybox_loading@2x.gif');
            background-size: 24px 24px;
        }
}

body.ps-active {
    -webkit-text-size-adjust: none;
    overflow: hidden;
}

    body.ps-active * {
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    }

        body.ps-active *:focus {
            outline: 0;
        }

div.ps-document-overlay {
    background: #000;
}

div.ps-viewport {
    background: #000;
    cursor: pointer;
}

div.ps-zoom-pan-rotate {
    background: #000;
}

div.ps-slider-item-loading {
    background: url(images/photoswipe-loader.gif) no-repeat center center;
}

div.ps-caption {
    background: #000000;
    background: -moz-linear-gradient(top, #303130 0%, #000101 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#303130), color-stop(100%,#000101));
    border-bottom: 1px solid #42403f;
    color: #ffffff;
    font-size: 13px;
    font-family: "Lucida Grande", Helvetica, Arial,Verdana, sans-serif;
    text-align: center;
}

div.ps-caption-bottom {
    border-top: 1px solid #42403f;
    border-bottom: none;
}

div.ps-caption-content {
    padding: 13px;
}

div.ps-toolbar {
    background: #000000;
    background: -moz-linear-gradient(top, #303130 0%, #000101 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#303130), color-stop(100%,#000101));
    border-top: 1px solid #42403f;
    color: #ffffff;
    font-size: 13px;
    font-family: "Lucida Grande", Helvetica, Arial,Verdana, sans-serif;
    text-align: center;
    height: 44px;
    display: table;
    table-layout: fixed;
}

div.ps-toolbar-top {
    border-bottom: 1px solid #42403f;
    border-top: none;
}

div.ps-toolbar-close, div.ps-toolbar-previous, div.ps-toolbar-next, div.ps-toolbar-play {
    cursor: pointer;
    display: table-cell;
}

div.ps-toolbar div div.ps-toolbar-content {
    width: 44px;
    height: 44px;
    margin: 0 auto 0;
    background-image: url(images/photoswipe-icons.png);
    background-repeat: no-repeat;
}

div.ps-toolbar-close div.ps-toolbar-content {
    background-position: 0 0;
}

div.ps-toolbar-previous div.ps-toolbar-content {
    background-position: -44px 0;
}

div.ps-toolbar-previous-disabled div.ps-toolbar-content {
    background-position: -44px -44px;
}

div.ps-toolbar-next div.ps-toolbar-content {
    background-position: -132px 0;
}

div.ps-toolbar-next-disabled div.ps-toolbar-content {
    background-position: -132px -44px;
}

div.ps-toolbar-play div.ps-toolbar-content {
    background-position: -88px 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    div.ps-toolbar div div.ps-toolbar-content {
        -webkit-background-size: 176px 88px;
        background-image: url(images/photoswipe-icons@2x.png);
    }
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
    color: #fff;
    background: #000;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto;
}

    .swiper-container-autoheight .swiper-wrapper {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -webkit-transition-property: -webkit-transform, height;
        -moz-transition-property: -moz-transform;
        -o-transition-property: -o-transform;
        -ms-transition-property: -ms-transform;
        transition-property: transform, height;
    }

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

.swiper-button-prev, .swiper-button-next {
    position: absolute;
    top: calc(50% - 100px);
    display: inline-block;
    width: 80px;
    height: 300px;
    margin-top: -50px;
    z-index: 10;
    cursor: pointer;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    opacity: 0.5;
    border-radius: 4px;
}

    .swiper-button-prev:before, .swiper-button-next:before {
        position: absolute;
        display: inline-block;
        top: 0;
        left: 0;
        width: 80px;
        height: 300px;
        font-size: 50px;
        line-height: 300px;
        text-align: center;
        color: #fff;
        content: '\f285';
        -moz-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease;
    }

    .swiper-button-prev:hover, .swiper-button-next:hover {
        opacity: 1;
        background: rgba(255,255,255,0.5);
    }

        .swiper-button-prev:hover:before, .swiper-button-next:hover:before {
            color: #fff;
            color: #303030;
        }

    .swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
        opacity: 0.35;
        cursor: auto;
        pointer-events: none;
    }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 25px;
    right: auto;
}

    .swiper-button-prev:before, .swiper-container-rtl .swiper-button-next:before {
        content: '\f284';
    }

    .swiper-button-prev.swiper-button-black:before, .swiper-container-rtl .swiper-button-next.swiper-button-black:before {
        content: '\f284';
    }

    .swiper-button-prev.swiper-button-white:before, .swiper-container-rtl .swiper-button-next.swiper-button-white:before {
        content: '\f284';
    }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 25px;
    left: auto;
}

    .swiper-button-next:before, .swiper-container-rtl .swiper-button-prev:before {
        content: '\f285';
    }

    .swiper-button-next.swiper-button-black:before, .swiper-container-rtl .swiper-button-prev.swiper-button-black:before {
        content: '\f285';
    }

    .swiper-button-next.swiper-button-white:before, .swiper-container-rtl .swiper-button-prev.swiper-button-white:before {
        content: '\f285';
    }

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

    .swiper-pagination.swiper-pagination-hidden {
        opacity: 0;
    }

.swiper-pagination-fraction, .swiper-pagination-custom {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 24px;
    right: 24px;
    display: inline-block;
}

.swiper-pagination-bullet {
    width: 26px;
    height: 26px;
    display: inline-block;
    border-radius: 100%;
    background: none;
    font: 700 12px/22px "Open Sans", sans-serif;
    color: #2f2f2f;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

    .swiper-pagination-bullet:hover {
        border-color: rgba(255, 255, 255, 0.2);
    }

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    border-color: #ffb942;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    -moz-transform: translate3d(0px, -50%, 0);
    -o-transform: translate(0px, -50%);
    -ms-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0);
}

    .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 5px 0;
        display: block;
    }

.swiper-pagination-progress {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

    .swiper-pagination-progress .swiper-pagination-progressbar {
        background: #007aff;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: left top;
        -moz-transform-origin: left top;
        -ms-transform-origin: left top;
        -o-transform-origin: left top;
        transform-origin: left top;
    }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.5);
}

    .swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
        background: #fff;
    }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000;
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px;
}

    .swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }

    .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 10;
    }

    .swiper-container-3d .swiper-slide-shadow-left {
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
        background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
        background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
        background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
        background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
    }

    .swiper-container-3d .swiper-slide-shadow-right {
        background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
        background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
    }

    .swiper-container-3d .swiper-slide-shadow-top {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
        background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
        background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
        background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    }

    .swiper-container-3d .swiper-slide-shadow-bottom {
        background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
        background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
        background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
        background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
    }

.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px;
}

.swiper-container-cube, .swiper-container-flip {
    overflow: visible;
}

    .swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1;
    }

        .swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
            pointer-events: none;
        }

    .swiper-container-cube .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
        pointer-events: auto;
    }

    .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-right {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .swiper-container-cube .swiper-slide {
        visibility: hidden;
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        width: 100%;
        height: 100%;
    }

    .swiper-container-cube.swiper-container-rtl .swiper-slide {
        -webkit-transform-origin: 100% 0;
        -moz-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        transform-origin: 100% 0;
    }

    .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next + .swiper-slide {
        pointer-events: auto;
        visibility: visible;
    }

    .swiper-container-cube .swiper-cube-shadow {
        position: absolute;
        left: 0;
        bottom: 0px;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.6;
        -webkit-filter: blur(50px);
        filter: blur(50px);
        z-index: 0;
    }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

    .swiper-container-fade .swiper-slide .swiper-slide {
        pointer-events: none;
    }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

    .swiper-lazy-preloader:after {
        display: block;
        content: "";
        width: 100%;
        height: 100%;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
        background-position: 50%;
        -webkit-background-size: 100%;
        background-size: 100%;
        background-repeat: no-repeat;
    }

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 1;
}

    .animated.infinite {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

    .animated.hinge {
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
    }

.not-animated {
    opacity: 0;
}

@-ms-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
        opacity: 0;
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-o-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
        opacity: 0;
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
        opacity: 0;
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-moz-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
        opacity: 0;
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
        opacity: 0;
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

    .slideInLeft.animated {
        animation-duration: .7s;
        -webkit-animation-duration: .7s;
    }

@-ms-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        opacity: 0;
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-o-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        opacity: 0;
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        opacity: 0;
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-moz-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        opacity: 0;
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        opacity: 0;
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

    .slideInUp.animated {
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
    }

@charset "UTF-8";

button, .btn {
    background: none;
    border: none;
    display: inline-block;
    padding: 0;
    outline: none;
    outline-offset: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

    button::-moz-focus-inner, .btn::-moz-focus-inner {
        border: none;
        padding: 0;
    }

    button:focus, .btn:focus {
        outline: none;
    }

label {
    font-size: 13px;
    color: #000;
}

@media (min-width: 768px) and (max-width:991px) {
    label {
        font-size: 10px;
    }
}

label {
    font-weight: bold;
    cursor: default;
}

textarea {
    resize: none;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.nav-tabs {
    border: none;
}

    .nav-tabs > li {
        margin-right: 0;
    }

        .nav-tabs > li > a, .nav-tabs > li > a:focus {
            color: #7d7d7d;
            border: none
        }

            .nav-tabs > li.active > a, .nav-tabs > li > a:hover, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
                color: #000;
                background: none
            }

        .nav-tabs > li > a {
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            padding: 10px;
            margin: 0;
        }

        .nav-tabs > li.active > a {
            border: none;
            background: none;
        }

            .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
                border: none;
                background: none;
            }

.tab-content {
    margin-top: 0;
}

blockquote {
    font-size: inherit;
    line-height: inherit;
}

a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    background: none;
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

    .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

.table-hover > tbody > tr:hover {
    background: none;
}

.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover, .input-group-addon {
    font-size: 13px;
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    z-index: auto;
}

.bootstrap-datetimepicker-widget {
    z-index: 998 !important;
}

    .bootstrap-datetimepicker-widget td.day, .bootstrap-datetimepicker-widget td.minute, .bootstrap-datetimepicker-widget td.hour, .bootstrap-datetimepicker-widget td.second, .bootstrap-datetimepicker-widget thead tr:first-child th, .bootstrap-datetimepicker-widget td span {
        border: 1px solid transparent;
        border-radius: 0;
        -moz-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        -webkit-transition: color 0.3s ease;
        transition: color 0.3s ease;
    }

        .bootstrap-datetimepicker-widget td.day:hover, .bootstrap-datetimepicker-widget td.minute:hover, .bootstrap-datetimepicker-widget td.hour:hover, .bootstrap-datetimepicker-widget td.second:hover, .bootstrap-datetimepicker-widget thead tr:first-child th:hover, .bootstrap-datetimepicker-widget td span:hover {
            background: transparent;
            color: #000;
            border-color: transparent !important;
        }

    .bootstrap-datetimepicker-widget td.separator {
        font-size: 20px;
        line-height: 20px;
    }

    .bootstrap-datetimepicker-widget a[data-action] {
        background: transparent;
        color: #000;
    }

        .bootstrap-datetimepicker-widget a[data-action] span {
            border: none;
        }

    .bootstrap-datetimepicker-widget a[data-action], .bootstrap-datetimepicker-widget .timepicker td > span, .bootstrap-datetimepicker-widget td.separator {
        color: #000;
    }

        .bootstrap-datetimepicker-widget a[data-action]:hover, .bootstrap-datetimepicker-widget .timepicker td > span:hover {
            color: #fbc02d;
        }

    .bootstrap-datetimepicker-widget .timepicker {
        margin-top: 5px;
    }

        .bootstrap-datetimepicker-widget .timepicker .table-condensed {
            border-collapse: separate;
        }

        .bootstrap-datetimepicker-widget .timepicker td span {
            width: 15px;
            height: 15px;
            line-height: 15px;
            margin: 5px 0;
        }

            .bootstrap-datetimepicker-widget .timepicker td span.timepicker-hour, .bootstrap-datetimepicker-widget .timepicker td span.timepicker-minute {
                border: none;
                width: 50px;
                height: 50px;
                line-height: 50px;
                border-radius: 0px;
            }

    .bootstrap-datetimepicker-widget thead tr:first-child th {
        background: #fafafa;
    }

.timepicker-picker {
    text-align: center;
}

.bootstrap-datetimepicker-widget .timepicker .table-condensed {
    width: 100%;
}

.bootstrap-datetimepicker-widget td span {
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
}

.bootstrap-datetimepicker-widget .timepicker td span.timepicker-hour, .bootstrap-datetimepicker-widget .timepicker td span.timepicker-minute {
    border: none;
    width: 50px;
    height: 50px;
    padding: 5px;
    line-height: 50px;
    border-radius: 0px;
}

.bootstrap-datetimepicker-widget td.day.active, .bootstrap-datetimepicker-widget td.day.active:hover {
    background: #fbc02d;
    color: #FFF;
    cursor: inherit;
}

.fancybox-overlay {
    z-index: 10001;
}

.fancybox-opened {
    z-index: 10003;
}

.container > .alert, .breadcrumb + .alert, header + .alert {
    position: fixed;
    z-index: 10004;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-animation: alert-anim 1s cubic-bezier(1, -0.01, 0, 0.99);
    -moz-animation: alert-anim 1s cubic-bezier(1, -0.01, 0, 0.99);
    -ms-animation: alert-anim 1s cubic-bezier(1, -0.01, 0, 0.99);
    -o-animation: alert-anim 1s cubic-bezier(1, -0.01, 0, 0.99);
    animation: alert-anim 1s cubic-bezier(1, -0.01, 0, 0.99);
}

    .container > .alert .alert, .breadcrumb + .alert .alert, header + .alert .alert {
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
    }

        .container > .alert .alert.fadeOut, .breadcrumb + .alert .alert.fadeOut, header + .alert .alert.fadeOut {
            top: -100%;
        }

#page + .alert {
    position: fixed;
    z-index: 10004;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-animation: alert-anim 1s cubic-bezier(1, -0.01, 0, 0.99);
    -moz-animation: alert-anim 1s cubic-bezier(1, -0.01, 0, 0.99);
    -ms-animation: alert-anim 1s cubic-bezier(1, -0.01, 0, 0.99);
    -o-animation: alert-anim 1s cubic-bezier(1, -0.01, 0, 0.99);
    animation: alert-anim 1s cubic-bezier(1, -0.01, 0, 0.99);
}

    #page + .alert.fadeOut {
        top: -100%;
    }

@-ms-keyframes alert-anim {
    0% {
        top: -100%;
    }

    60% {
        top: 0;
    }

    100% {
        top: 0;
    }
}

@-o-keyframes alert-anim {
    0% {
        top: -100%;
    }

    60% {
        top: 0;
    }

    100% {
        top: 0;
    }
}

@-webkit-keyframes alert-anim {
    0% {
        top: -100%;
    }

    60% {
        top: 0;
    }

    100% {
        top: 0;
    }
}

@-moz-keyframes alert-anim {
    0% {
        top: -100%;
    }

    60% {
        top: 0;
    }

    100% {
        top: 0;
    }
}

@keyframes alert-anim {
    0% {
        top: -100%;
    }

    60% {
        top: 0;
    }

    100% {
        top: 0;
    }
}

@-ms-keyframes alert-anim2 {
    0% {
        top: -100%;
    }

    60% {
        top: 100%;
    }

    100% {
        top: 100%;
    }
}

@-o-keyframes alert-anim2 {
    0% {
        top: -100%;
    }

    60% {
        top: 100%;
    }

    100% {
        top: 100%;
    }
}

@-webkit-keyframes alert-anim2 {
    0% {
        top: -100%;
    }

    60% {
        top: 100%;
    }

    100% {
        top: 100%;
    }
}

@-moz-keyframes alert-anim2 {
    0% {
        top: -100%;
    }

    60% {
        top: 100%;
    }

    100% {
        top: 100%;
    }
}

@keyframes alert-anim2 {
    0% {
        top: -100%;
    }

    60% {
        top: 100%;
    }

    100% {
        top: 100%;
    }
}

@-ms-keyframes alert-icon-anim {
    0% {
        font-size: 0;
    }

    60% {
        font-size: 0;
    }
}

@-o-keyframes alert-icon-anim {
    0% {
        font-size: 0;
    }

    60% {
        font-size: 0;
    }
}

@-webkit-keyframes alert-icon-anim {
    0% {
        font-size: 0;
    }

    60% {
        font-size: 0;
    }
}

@-moz-keyframes alert-icon-anim {
    0% {
        font-size: 0;
    }

    60% {
        font-size: 0;
    }
}

@keyframes alert-icon-anim {
    0% {
        font-size: 0;
    }

    60% {
        font-size: 0;
    }
}

.alert {
    position: relative;
    padding: 19px 40px 19px 75px;
    z-index: 30;
    color: #FFF;
    border-radius: 0;
    min-height: 60px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    font-weight: 700;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    -moz-transition: 1.5s all cubic-bezier(1, -0.01, 0, 0.99);
    -o-transition: 1.5s all cubic-bezier(1, -0.01, 0, 0.99);
    -webkit-transition: 1.5s all cubic-bezier(1, -0.01, 0, 0.99);
    transition: 1.5s all cubic-bezier(1, -0.01, 0, 0.99);
}

.alert {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: normal;
}

    .alert i {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        text-align: center;
        width: 60px;
        font-size: 40px;
        -webkit-animation: alert-icon-anim 1s;
        -moz-animation: alert-icon-anim 1s;
        -ms-animation: alert-icon-anim 1s;
        -o-animation: alert-icon-anim 1s;
        animation: alert-icon-anim 1s;
        text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
    }

        .alert i:before {
            position: absolute;
            top: 50%;
            left: 0;
            right: 0;
            line-height: 0;
        }

    .alert a:hover {
        text-decoration: underline;
    }

    .alert button.close {
        position: absolute;
        width: 20px;
        height: 20px;
        top: 50%;
        margin-top: -10px;
        line-height: 1;
        right: 15px;
        color: #fff;
        opacity: .7;
        font-family: 'Arial';
    }

        .alert button.close:hover, .alert button.close:focus {
            opacity: 1;
            color: #fff;
        }

    .alert.fadeOut {
        -moz-transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
        -o-transform: translate(0, -100%);
        -webkit-transform: translate(0, -100%);
        transform: translate(0, -100%);
    }

        .alert.fadeOut .alert {
            top: 100%;
        }

.alert-success {
    background-color: #4caf50;
}

    .alert-success i {
        background: #388E3C;
    }

    .alert-success a, .alert-success a:visited, .alert-success a:focus, .alert-success a:hover {
        color: #C8E6C9;
    }

.alert-danger {
    background-color: #F44336;
}

    .alert-danger i {
        background: #D32F2F;
    }

    .alert-danger a, .alert-danger a:visited, .alert-danger a:focus, .alert-danger a:hover {
        color: #FFCDD2;
    }

.alert-info {
    background-color: #03A9F4;
}

    .alert-info i {
        background: #0288D1;
    }

    .alert-info a, .alert-info a:visited, .alert-info a:focus, .alert-info a:hover {
        color: #B3E5FC;
    }

.alert-warning {
    background-color: #FF5722;
}

    .alert-warning i {
        background: #E64A19;
    }

    .alert-warning a, .alert-warning a:visited, .alert-warning a:focus, .alert-warning a:hover {
        color: #FFCCBC;
    }

.pagination span {
    cursor: pointer;
}

.pagination > li:last-child > a, .pagination > li:last-child > span, .pagination > li:first-child > a, .pagination > li:first-child > span {
    border-radius: 0;
}

.pagination {
    margin: 0;
    width: 100%;
    font-weight: 700;
}

    .pagination:before, .pagination:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .pagination:after {
        clear: both;
    }

    .pagination > li {
        display: inline-block;
    }

        .pagination > li > a, .pagination > li > span {
            display: inline-block;
            color: #000;
            background: none;
            border: none;
            float: none;
            margin-left: 0;
            line-height: 16px;
            text-align: center;
            padding: 0;
            border: none;
        }

            .pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
                color: #ee8f30;
                background: none;
                border: none;
            }

        .pagination > li.active > a, .pagination > li.active > a:hover, .pagination > li.active > a:focus, .pagination > li.active > span, .pagination > li.active > span:hover, .pagination > li.active > span:focus {
            background: none;
            color: #ee8f30;
            border: none;
            z-index: auto;
        }

        .pagination > li + li {
            margin-left: 25px;
        }

    .pagination li.tx a {
        position: relative;
        padding-left: 15px;
    }

        .pagination li.tx a:before {
            position: absolute;
            top: 0;
            left: 0;
            content: '\f104';
            font-family: "FontAwesome";
            display: inline-block;
        }

    .pagination li.tx + .tx {
        margin-left: 21px;
    }

        .pagination li.tx + .tx a:before {
            content: '\f100';
        }

    .pagination li.numb + li.tx a:before, .pagination li.active + li.tx a:before {
        content: '\f101';
    }

    .pagination li.numb + li.tx + li.tx a:before, .pagination li.active + li.tx + li.tx a:before {
        content: '\f105';
    }

.pagination-block {
    padding: 15px;
    line-height: 16px;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background: none;
    text-decoration: none;
}

.table thead td, .table th {
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    font-size: 13px;
    background-color: #fafafa;
}

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border-bottom: none;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 15px 10px 15px;
}

.table td {
    padding: 20px;
    border-color: #ebebeb;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.block-compare .table th, .block-compare .table td {
    padding: 7px;
}

legend {
    border-color: #ebebeb;
}

.panel-group .panel, .panel, .table-bordered, .table-bordered thead:first-child tr:first-child > th:last-child, .table-bordered tbody:first-child tr:first-child > td:last-child, .table-bordered tbody:first-child tr:first-child > th:last-child, .table-bordered thead:first-child tr:first-child > th:first-child, .table-bordered tbody:first-child tr:first-child > td:first-child, .table-bordered tbody:first-child tr:first-child > th:first-child, .table-bordered thead:last-child tr:last-child > th:first-child, .table-bordered tbody:last-child tr:last-child > td:first-child, .table-bordered tbody:last-child tr:last-child > th:first-child, .table-bordered tfoot:last-child tr:last-child > td:first-child, .table-bordered tfoot:last-child tr:last-child > th:first-child {
    border-radius: 0;
}

.panel-collapse {
    background: #fafafa;
}

.modal-header .close {
    font-family: 'Arial';
}

.table-bordered, .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border-color: #ddd;
}

.table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
    white-space: normal;
}

.table-bordered > tbody > tr > td {
    vertical-align: middle;
}

.table > tbody + tbody {
    border-top: none;
}

.panel-default > .panel-heading {
    padding: 20px;
    background: #fafafa;
    color: #000;
}

.addthis_sharing_toolbox a {
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

    .addthis_sharing_toolbox a:hover {
        opacity: .6;
    }

.fancybox-close, .fancybox-prev span, .fancybox-next span {
    opacity: 0.8;
}

.fancybox-lock {
    overflow: visible !important;
}

.fancybox-close:hover, .fancybox-prev span:hover, .fancybox-next span:hover {
    opacity: 1;
}

.form-horizontal .radio, .form-horizontal .checkbox {
    min-height: inherit;
}

    .form-horizontal .radio:first-child, .form-horizontal .checkbox:first-child {
        padding-top: 0;
    }

.form-horizontal .control-label, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    padding-top: 0;
}

.input-group .form-control {
    z-index: auto;
}

.atm-f {
    height: auto !important;
}

.text-danger {
    color: #F00;
}

.has-error * + .text-danger {
    margin-top: 5px;
}

.buttons input[type="checkbox"] {
    position: relative;
    top: 2px;
}

.tooltip {
    z-index: 998;
    pointer-events: none;
}

    .tooltip.top .tooltip-inner {
        color: #fff;
        background-color: #000;
    }

    .tooltip.top .tooltip-arrow {
        border-top-color: #000 !important;
    }

.ps-document-overlay, .ps-carousel, .ps-uilayer, .ps-toolbar, .ps-caption {
    z-index: 100000000 !important;
}

.vcenter {
    vertical-align: middle !important;
}

.table-custom > tbody > tr > td, .table-custom > tbody > tr > th, .table-custom > tfoot > tr > td, .table-custom > tfoot > tr > th, .table-custom > thead > tr > td, .table-custom > thead > tr > th {
    border-top: none;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
}

.modal {
    z-index: 10005;
}

.modal-backdrop {
    z-index: 10000;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
    display: block;
    width: 100%;
    background: #FFF;
    border: 1px solid #ddd;
    color: #231815;
    font-size: 13px;
    height: 35px;
    line-height: 18px;
    padding: 10px;
    outline: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    select:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus {
        -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
        box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    }

input.form-control:focus {
    border-color: #f3f4f5;
}

.product-options .checkbox input[type="checkbox"] + label, .product-options .radio input[type="radio"] + label {
    border: 1px solid #f3f4f5;
}

select:hover {
    cursor: pointer;
}

input[name*="quantity"] {
    display: inline-block;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: middle;
    background-color: #FFF;
}

.table input[name*="quantity"] {
    width: 40px;
}

input[name="captcha"] + img {
    margin-top: 15px;
}

textarea {
    min-height: 80px;
}

select {
    display: none;
}

#modal-shipping input[type="radio"] {
    display: inline;
    float: left;
}

.counter, .counter:focus {
    display: inline-block;
    height: 35px;
    width: 35px;
    color: #000;
    background: #FFF;
    border: 1px solid #ddd;
    line-height: 35px;
    text-align: center;
    font-size: 20px;
    vertical-align: middle;
}

    .counter:hover, .counter:focus:hover {
        background: #000;
        color: #FFF;
    }

.input-group-btn .btn {
    height: 35px;
    padding-top: 0;
    padding-bottom: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.sbHolder {
    background-color: whitesmoke;
    border: 1px solid #f3f4f5;
    height: 35px;
    position: relative;
    width: 100%;
    text-align: left;
    color: #231815;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 120px;
}

    .sbHolder:hover {
        background: #f2f2f2;
    }

    .sbHolder:focus {
        border-color: rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
        box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    }

.sbSelector {
    display: block;
    height: 100%;
    line-height: 18px;
    font-size: 13px;
    font-weight: 400;
    position: absolute;
    left: 0;
    top: 0;
    right: 30px;
    padding: 7.5px 5px 9.5px 10px;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .sbSelector:hover {
        color: inherit;
    }

.sbToggle {
    display: block;
    height: 100%;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    text-align: center;
    color: #2b2b2b;
    font-family: "FontAwesome";
    line-height: 35px;
    font-size: 16px;
}

    .sbToggle:before {
        content: "\f107";
        display: block;
        -moz-transition: 0.5s all ease;
        -o-transition: 0.5s all ease;
        -webkit-transition: 0.5s all ease;
        transition: 0.5s all ease;
    }

    .sbToggle:hover {
        color: #ee8f30;
    }

.sbToggleOpen:before {
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.sbHolderDisabled {
    background-color: #3C3C3C;
    border: solid 1px #515151;
}

.sbOptions {
    background-color: whitesmoke;
    list-style: none;
    left: 0;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    z-index: 1;
    overflow-y: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none;
    z-index: 3;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
}

    .sbOptions li a {
        display: block;
        padding: 8px 20px 8px 10px;
        color: #231815;
    }

        .sbOptions li a:hover {
            color: #fff;
            background: #ff981d;
        }

input[type="radio"] {
    display: none;
}

    input[type="radio"] + label {
        position: relative;
        padding-left: 20px;
        cursor: pointer;
    }

        input[type="radio"] + label:before, input[type="radio"] + label:after {
            content: '';
            position: absolute;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        input[type="radio"] + label:before {
            top: 2px;
            left: 0;
            width: 18px;
            height: 18px;
            border: none;
            background: #cdcdcd;
        }

        input[type="radio"] + label:after {
            top: 4px;
            left: 2px;
            width: 14px;
            height: 14px;
            -moz-transition: 0.3s all ease;
            -o-transition: 0.3s all ease;
            -webkit-transition: 0.3s all ease;
            transition: 0.3s all ease;
        }

    input[type="radio"]:checked + label:after {
        background: #ee8f30;
    }

input[type="checkbox"] {
    display: none;
}

    input[type="checkbox"] + label {
        position: relative;
        padding-left: 20px;
        cursor: pointer;
    }

        input[type="checkbox"] + label:before, input[type="checkbox"] + label:after {
            content: '';
            position: absolute;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            left: 0;
            width: 14px;
            height: 14px;
        }

        input[type="checkbox"] + label:before {
            background: #e5e5e5;
            border: none;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
        }

        input[type="checkbox"] + label:before {
            background: #fff;
            border: none;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 4px;
            border: 1px #d1d1d1 solid;
            width: 19px;
            height: 19px;
        }

        input[type="checkbox"] + label:after {
            text-align: center;
            line-height: 14px;
            font-family: "FontAwesome";
            color: #000;
        }

    input[type="checkbox"]:checked + label:after {
        background: #000;
    }

    input[type="checkbox"]:checked + label:after {
        background: #ff8b00;
        content: "\f00c";
        font-family: "FontAwesome";
        color: #fff;
        width: 19px;
        height: 19px;
        line-height: 19px;
        border-radius: 4px;
    }

    input[type="checkbox"][disabled] + label {
        color: #949494;
        display: none;
    }

    input[type="checkbox"][name="agree"] + label:before, input[type="checkbox"][name="agree"] + label:after {
        top: 0;
    }

#d_quickcheckout input[type="radio"] + label:before, #d_quickcheckout input[type="radio"] + label:after {
    content: unset
}

.buttons {
    margin: 1em 0;
}

    .buttons:before, .buttons:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .buttons:after {
        clear: both;
    }

    .buttons .btn {
        margin-bottom: 10px;
        font-weight: 700
    }

        .buttons .btn:hover {
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }

        .buttons .btn i, .buttons .btn span {
            vertical-align: top;
        }

        .buttons .btn i {
            margin: 0 5px;
            line-height: 16px;
            display: inline-block;
        }

    .buttons .pull-right [for="agree1"] + .btn {
        margin-bottom: 0;
    }

.input-group-btn .btn {
    padding: 7px 12px;
}

.agree b {
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.agree:hover b {
    color: #ee8f30;
}

.btn, .btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger {
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    background: #999;
    text-shadow: none;
    overflow: hidden;
    padding: 10px 18px;
    outline: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none !important;
}

    .btn:visited, .btn-default:visited, .btn-primary:visited, .btn-success:visited, .btn-info:visited, .btn-warning:visited, .btn-danger:visited {
        color: #fff;
        background: #999;
    }

        .btn:hover, .btn:focus, .btn:active, .btn:visited:hover, .btn:focus:active, .btn:active:focus, .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default:visited:hover, .btn-default:focus:active, .btn-default:active:focus, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:visited:hover, .btn-primary:focus:active, .btn-primary:active:focus, .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success:visited:hover, .btn-success:focus:active, .btn-success:active:focus, .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info:visited:hover, .btn-info:focus:active, .btn-info:active:focus, .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning:visited:hover, .btn-warning:focus:active, .btn-warning:active:focus, .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger:visited:hover, .btn-danger:focus:active, .btn-danger:active:focus {
            color: #000;
            outline: none !important;
        }

    .btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
        background-color: #b3b7b8;
    }

    .btn-primary, .btn-primary:visited {
        background: #322B2A;
        color: #FFF;
    }

        .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:visited:hover, .btn-primary:focus:active, .btn-primary:active:focus {
            background: #ff981d;
            color: #FFF;
        }

.btn-round {
    border-radius: 4px;
}

.btn-paypal, .btn-paypal:visited {
    border: 1px solid #ffc439;
    color: darkblue;
    background: #ffc439;
    padding: 9px 13px;
}

.btn_paypal {
    width: 170px;
    height: 32px;
    background-size: 100% 100%;
    background-color: #ffc439;
    border-radius: 5px;
}

.btn-smallblue, .btn-smallblue:visited {
    font-size: 12px;
    font-weight: bold;
    border-radius: 5px;
    padding: 5px 10px;
    color: #FFF;
    background-color: #4267b2;
}

    .btn-smallblue:hover {
        background-color: #365899
    }

.btn-icon {
    font-size: 16px;
    line-height: 28px;
    width: 28px;
    height: 28px;
    text-align: center;
    display: inline-block;
    color: #c6c6c6;
    background: none;
    position: relative;
}

    .btn-icon i {
        position: relative;
    }

        .btn-icon i.la-chart-bar, .btn-icon i.la-heart, .btn-icon i.la-shopping-cart {
            font-size: 0.95em
        }

    .btn-icon:before {
        width: 0;
        height: 0;
        top: 50%;
        left: 50%;
        position: absolute;
        content: '';
        display: inline-block;
        background: transparent;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -moz-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease;
    }

    .btn-icon:visited {
        color: #c6c6c6;
        background: none;
    }

    .btn-icon:hover, .btn-icon:focus, .btn-icon:active {
        color: #ee8f30;
    }

        .btn-icon:hover:before, .btn-icon:focus:before, .btn-icon:active:before {
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #000;
        }

table .btn-icon + .btn-icon {
    vertical-align: top;
}

.nico {
    display: inline-table;
    background-image: url(images/new_icon2.png);
    background-repeat: no-repeat;
    overflow: hidden;
}

.nico_us {
    background-position: -90px -6px;
    height: 29px;
    width: 29px;
}

.nico_cn {
    background-position: -30px -6px;
    height: 29px;
    width: 29px;
}

.nico_uk {
    background-position: -121px -6px;
    height: 29px;
    width: 29px;
}

.nico_de {
    background-position: -60px -6px;
    height: 29px;
    width: 29px;
}

.nico_jp {
    background-position: -241px -6px;
    height: 29px;
    width: 29px;
}

.nico_fr {
    background-position: -150px -6px;
    height: 29px;
    width: 29px;
}

.nico_it {
    background-position: -180px -6px;
    height: 29px;
    width: 29px;
}

.nico_es {
    background-position: -210px -6px;
    height: 29px;
    width: 29px;
}

.nico_nl {
    background-position: -302px -6px;
    height: 29px;
    width: 29px;
}

.nico_pt {
    background-position: -333px -6px;
    height: 29px;
    width: 29px;
}

.nico_facebook2 {
    background-position: -5px -58px;
    height: 35px;
    width: 35px;
    border-radius: 25%
}

.nico_twitter2 {
    background-position: -196px -58px;
    height: 35px;
    width: 35px;
    border-radius: 25%
}

.nico_douyin {
    background-position: -386px -58px;
    height: 35px;
    width: 35px;
    border-radius: 25%
}

.nico_youtube2 {
    background-position: -135px -58px;
    height: 35px;
    width: 40px;
    border-radius: 25%
}

.nico_play {
    background-position: -431px -58px;
    height: 35px;
    width: 40px;
    border-radius: 25%
}

.nico_faq {
    background-position: -7px -450px;
    height: 75px;
    width: 70px;
}

.nico_refund {
    background-position: -90px -450px;
    height: 75px;
    width: 66px;
}

.nico_warran {
    background-position: -169px -450px;
    height: 75px;
    width: 77px;
}

.nico_facebook1 {
    background-position: -7px -543px;
    height: 75px;
    width: 70px;
}

.nico_survey {
    background-position: -94px -536px;
    height: 75px;
    width: 63px;
}

.nico_logistics {
    background-position: -174px -526px;
    height: 75px;
    width: 85px;
}

.nico_boleto {
    background-position: -5px -403px;
    height: 36px;
    width: 80px;
}

.nico_payssion {
    background-position: -96px -403px;
    height: 36px;
    width: 76px;
}

.nico_vegan {
    background-position: -275px -449px;
    height: 68px;
    width: 72px;
}

.nico_free {
    background-position: -373px -449px;
    height: 68px;
    width: 64px;
}

.nico_safe {
    background-position: -351px -524px;
    height: 68px;
    width: 103px;
}

.nico_norton {
    background-position: -331px -447px;
    height: 29px;
    width: 60px;
}

.nico_googleplus {
    background-position: -71px -58px;
    height: 35px;
    width: 35px;
    border-radius: 25%
}

.nico_pdf {
    background-position: -253px -50px;
    height: 50px;
    width: 50px;
    border-radius: 25%
}

.nico_hsbc2 {
    background-position: -4px -117px;
    height: 41px;
    width: 109px;
}

.nico_payonner2 {
    background-position: -248px -117px;
    height: 41px;
    width: 102px;
}

.nico_hsbc {
    background-position: -192px -401px;
    height: 38px;
    width: 134px;
}

.nico_hsbc {
    background-position: -195px -403px;
    height: 29px;
    width: 130px;
}

.nico_payonner {
    background-position: -329px -401px;
    height: 38px;
    width: 63px;
}

.nico_paypal_others {
    background-position: 0px -619px;
    height: 29px;
    width: 160px;
}

.nico_paypal {
    background-position: -140px -356px;
    height: 29px;
    width: 260px;
}

.nico_paypal_other {
    background-position: -239px -403px;
    height: 29px;
    width: 148px;
}

.nico_paypal_credit {
    background-position: -283px -356px;
    height: 19px;
    width: 55px;
}

.nico_paypal_visa {
    background-position: -354px -356px;
    height: 19px;
    width: 50px;
}

.nico_paypal_mastercard {
    background-position: -418px -356px;
    height: 19px;
    width: 31px;
}

.nico_paypal2 {
    background-position: -300px -483px;
    height: 23px;
    width: 90px;
}

.nico_30day {
    background-position: -306px -529px;
    height: 35px;
    width: 35px;
}

.nico_bag {
    background-position: -0px -174px;
    height: 72px;
    width: 51px;
}

.nico_tripod {
    background-position: -73px -174px;
    height: 72px;
    width: 51px;
}

.nico_adapter {
    background-position: -220px -174px;
    height: 72px;
    width: 87px;
}

.nico_flash {
    background-position: -146px -174px;
    height: 72px;
    width: 54px;
}

.nico_filter {
    background-position: -317px -174px;
    height: 72px;
    width: 72px;
}

.nico_bag1 {
    background-position: -0px -265px;
    height: 72px;
    width: 51px;
}

.nico_tripod1 {
    background-position: -73px -265px;
    height: 72px;
    width: 51px;
}

.nico_adapter1 {
    background-position: -220px -265px;
    height: 72px;
    width: 87px;
}

.nico_flash1 {
    background-position: -146px -265px;
    height: 72px;
    width: 54px;
}

.nico_filter1 {
    background-position: -317px -265px;
    height: 72px;
    width: 72px;
}

.nico_payment1 {
    background-position: -506px -617px;
    height: 30px;
    width: 85px;
}

.nico_payment2 {
    background-position: 0px -656px;
    height: 30px;
    width: 101px;
}

.nico_payment3 {
    background-position: -102px -657px;
    height: 30px;
    width: 79px;
}

.nico_payment4 {
    background-position: -181px -656px;
    height: 30px;
    width: 102px;
}

.nico_payment5 {
    background-position: -283px -656px;
    height: 30px;
    width: 102px;
}

.nico_payment6 {
    background-position: -385px -656px;
    height: 30px;
    width: 98px;
}

.nico_payment7 {
    background-position: -483px -656px;
    height: 30px;
    width: 108px;
}

.nico_payment8 {
    background-position: 0px -690px;
    height: 30px;
    width: 65px;
    background-color: #fff
}

.nico_payment9 {
    background-position: -65px -689px;
    height: 30px;
    width: 67px;
}

.nico_payment10 {
    background-position: -133px -689px;
    height: 30px;
    width: 38px;
}

.nico_payment11 {
    background-position: -171px -689px;
    height: 30px;
    width: 35px;
}

.nico_payment12 {
    background-position: -206px -689px;
    height: 30px;
    width: 86px;
}

.nico_payment13 {
    background-position: -292px -688px;
    height: 30px;
    width: 94px;
    background-color: #fff
}

.nico_payment14 {
    background-position: -386px -689px;
    height: 30px;
    width: 99px;
    background-color: #fff;
}

.nico_payment15 {
    background-position: -485px -689px;
    height: 30px;
    width: 59px;
    background-color: #fff;
}

.support a {
    display: block;
}

.tbbj {
    background-color: #F6F6F6;
    margin-bottom: 10%;
}

    .tbbj:hover {
        background-color: #E8E8E8;
    }

.tbkj {
    text-align: center;
    padding-top: 25%;
    padding-bottom: 25%;
}

.tb {
    margin-top: 10px;
}

.special_shape {
    width: 0;
    height: 0;
    border-bottom: 15px solid transparent;
    border-right: 25px solid #ff9900;
    border-top: 45px solid #ff9900;
    border-left: 25px solid #ff9900;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.special_bg {
    position: absolute;
    right: 5px;
    top: 5px;
}

.discounts {
    position: absolute;
    right: 5px;
    top: 12px;
    color: #FFF;
    line-height: 15px;
    text-align: center;
    width: 50px;
}

    .discounts span {
        display: block;
        font-size: 12px;
        margin-top: 2px;
    }

    .discounts em {
        font-size: 17px;
        font-weight: bold;
        font-style: normal;
    }

.special_shape.new {
    border-right: 25px solid #68d76e;
    border-top: 45px solid #68d76e;
    border-left: 25px solid #68d76e;
}

.special_shape.hot {
    border-right: 25px solid #fc4e4e;
    border-top: 45px solid #fc4e4e;
    border-left: 25px solid #fc4e4e;
}

.special_shape.rec {
    border-right: 25px solid #ff7043;
    border-top: 45px solid #ff7043;
    border-left: 25px solid #ff7043;
}

.special_shape.black {
    border-right: 25px solid black;
    border-top: 45px solid black;
    border-left: 25px solid black;
}

.special_shape.green {
    border-right: 25px solid green;
    border-top: 45px solid green;
    border-left: 25px solid green;
}

.special_shape.blue {
    border-right: 25px solid #2080a3;
    border-top: 45px solid #2080a3;
    border-left: 25px solid #2080a3;
}

.special_shape.gift {
    border-right: 25px solid gold;
    border-top: 45px solid gold;
    border-left: 25px solid gold;
}

.discounts.gift {
    color: brown;
}

.discounts.black {
    color: black;
}

@media (max-width: 767px) {
    .discounts {
        width: 40px;
        font-size: 13px;
        top: 10px;
        line-height: 13px;
    }

        .discounts em {
            font-size: 13px;
            font-weight: bold;
            font-style: normal;
        }

        .discounts span {
            display: block;
            font-size: 8px;
            margin-top: 0px;
        }

    .special_shape {
        border-right: 20px solid #ff9900;
        border-top: 30px solid #ff9900;
        border-left: 20px solid #ff9900;
    }

        .special_shape.new {
            border-right: 20px solid #68d76e;
            border-top: 35px solid #68d76e;
            border-left: 20px solid #68d76e;
        }

        .special_shape.hot {
            border-right: 20px solid #fc4e4e;
            border-top: 35px solid #fc4e4e;
            border-left: 20px solid #fc4e4e;
        }

        .special_shape.rec {
            border-right: 20px solid #ff7043;
            border-top: 35px solid #ff7043;
            border-left: 20px solid #ff7043;
        }

        .special_shape.black {
            border-right: 20px solid black;
            border-top: 35px solid black;
            border-left: 20px solid black;
        }

        .special_shape.green {
            border-right: 20px solid green;
            border-top: 35px solid green;
            border-left: 20px solid green;
        }

        .special_shape.blue {
            border-right: 20px solid #2080a3;
            border-top: 35px solid #2080a3;
            border-left: 20px solid #2080a3;
        }

        .special_shape.gift {
            border-right: 20px solid gold;
            border-top: 35px solid gold;
            border-left: 20px solid gold;
        }
}

.lable {
    width: 50px;
    background-color: #ff9900;
    position: relative;
    top: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
    border-radius: 5px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    z-index: 2
}

    .lable:after {
        content: "";
        position: absolute;
        top: 62px;
        width: 0px;
        border-color: #ff9900 transparent transparent transparent;
        border-width: 12px 25px 0px 25px;
        border-style: solid;
    }

    .lable .text {
        text-align: center;
        color: #fff;
        overflow: hidden;
    }

        .lable .text span {
            font-size: 12px;
            font-weight: bold;
            display: block;
            height: 16px;
            line-height: 16px;
        }

            .lable .text span:first-child {
                margin-top: 5px;
            }

    .lable i {
        font-size: 1.5em;
        margin-top: 3px;
        display: block;
    }

    .lable.new {
        background-color: #68d76e;
    }

        .lable.new:after {
            border-color: #68d76e transparent transparent transparent;
        }

    .lable.hot {
        background-color: #fc4e4e;
    }

        .lable.hot:after {
            border-color: #fc4e4e transparent transparent transparent;
        }

    .lable.rec {
        background-color: #ff7043;
    }

        .lable.rec:after {
            border-color: #ff7043 transparent transparent transparent;
        }

    .lable.black {
        background-color: black;
    }

        .lable.black:after {
            border-color: black transparent transparent transparent;
        }

    .lable.green {
        background-color: green;
    }

        .lable.green:after {
            border-color: green transparent transparent transparent;
        }

    .lable.blue {
        background-color: green;
    }

        .lable.blue:after {
            border-color: blue transparent transparent transparent;
        }

    .lable.gift {
        background-color: #2080a3;
    }

        .lable.gift:after {
            border-color: #2080a3 transparent transparent transparent;
        }

.lable-red {
    width: 50px;
    background-color: red;
    position: relative;
    top: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
    border-radius: 5px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    z-index: 2
}

    .lable-red:after {
        content: "";
        position: absolute;
        top: 62px;
        width: 0px;
        border-color: red transparent transparent transparent;
        border-width: 12px 25px 0px 25px;
        border-style: solid;
    }

    .lable-red .text {
        text-align: center;
        color: #fff;
        overflow: hidden;
    }

        .lable-red .text span {
            font-size: 12px;
            font-weight: bold;
            display: block;
            height: 16px;
            line-height: 16px;
        }

            .lable-red .text span:first-child {
                margin-top: 5px;
            }

    .lable-red i {
        font-size: 1.5em;
        margin-top: 3px;
        display: block;
    }

.lable.red1 {
    background-color: #303030;
}

    .lable.red1 i.img_red {
        display: block;
        background-image: url(images/new_icon2.png);
        background-repeat: no-repeat;
        overflow: hidden;
        background-position: -378px -626px;
        height: 20px;
        width: 20px;
        margin: 5px auto 0px;
    }

    .lable.red1:after {
        border-color: #303030 transparent transparent transparent;
    }

.lable.halloween {
    background-color: #684e97;
}

    .lable.halloween:after {
        border-color: #684e97 transparent transparent transparent;
    }

.lable i.activity {
    display: block;
    background-image: url(images/new_icon2.png);
    background-repeat: no-repeat;
    overflow: hidden;
}

    .lable i.activity.halloween {
        background-position: -353px -623px;
        height: 23px;
        width: 23px;
        margin: 2px auto 0px;
    }

.lable.black {
    background-color: #1c1c1c;
}

    .lable.black:after {
        border-color: #1c1c1c transparent transparent transparent;
    }

    .lable.black i {
        color: #ff8b00;
    }

.lable2 {
    width: 50px;
    background-color: #ff9900;
    position: relative;
    top: 0px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2
}

    .lable2 .text {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px 0px;
        font-weight: 700;
        color: #fff
    }

.lable3 {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 2;
    height: 60px;
    width: 110px;
}

@media (max-width: 767px) {
    .lable .text span {
        height: 14px;
        line-height: 14px;
    }

    .lable i {
        font-size: 1.3em;
        margin-top: 0px;
    }

        .lable i::before {
            position: relative;
            top: 2px
        }

    .lable:after {
        top: 55px
    }

    .container {
        padding-left: 12px;
        padding-right: 12px;
    }

    .lable.red1 i.img_red {
        margin: 2px auto 0px;
    }

    .lable i.activity.halloween {
        height: 22px;
        width: 22px;
        margin: 0px auto 0px;
    }
}

@media (min-width: 768px) {
    .container {
        width: 98%;
    }
}

@media (min-width: 992px) {
    .container {
        width: 95%;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 90%;
    }
}

@media (min-width: 1636px) {
    .container {
        width: 1440px;
    }
}

#page {
    background: #FFF;
    overflow: clip;
    min-width: 360px;
}

.coomoon, .common-home #page, .product-product #page, .product-category #page, .product-search #page, .product-special-special #page, .product-special #page, .product-coupon-coupon #page, .product-coupon #page, .product-manufacturer-info #page {
    background: #f5f6f8;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

@media (min-width: 992px) {
    body::-webkit-scrollbar {
        width: 8px;
        height: 6px;
    }

    body::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background: rgba(0,0,0,0.5);
        height: 200px;
    }

    body::-webkit-scrollbar-track {
        border-radius: 0;
        background: #f5f6f8;
    }

    * {
        scrollbar-width: thin;
        scrollbar-color: rgba(0,0,0,0.5) #f5f6f8;
    }
}

html {
    touch-action: none;
    touch-action: pan-y;
    font-size: 15px;
}

body {
    font: 400 14px/22px 'Montserrat',sans-serif;
    color: #474747;
}

@media (max-width: 767px) {
    body.mask {
        height: 100%;
        overflow: hidden;
    }
}

h1, h2, h3, h4, h5, h6 {
    color: #2f2f2f;
    margin: 0 0 20px;
    line-height: normal;
    font-weight: 600;
}

h1 {
    text-transform: none;
    font-size: 37px;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

    h1.title {
        text-align: center;
        margin-bottom: 0;
        font-size: 25px;
    }

        h1.title i {
            margin-right: 10px;
        }

    h1 i:before {
        vertical-align: top;
        line-height: 44px;
    }

    h1.title:after {
        content: '';
        height: 1px;
        display: block;
        background: #ebebeb;
        margin: 20px 0 40px;
    }

    h1.no-line {
        margin-bottom: 30px;
    }

        h1.no-line:after {
            display: none;
        }

h2, .h22 {
    font-size: 35px;
}

h3, .h33 {
    font-size: 28px;
}

h4, .h44 {
    font-size: 20px;
}

h5, .h55 {
    font-size: 18px;
}

h6, .h66 {
    font-size: 16px;
}

a {
    display: inline-block;
    font: inherit;
    color: #303030;
    text-decoration: none;
    max-width: 100%;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

    a:active {
        background-color: transparent;
    }

    a:visited, a:focus {
        color: #231815;
        outline: none;
        text-decoration: none;
    }

    a:hover {
        text-decoration: none;
        color: #231815
    }

hr {
    border-top-color: #dadada;
}

p a {
    font-weight: 900;
}

    p a:hover, p a:visited:hover, p a:focus:hover {
        text-decoration: underline;
    }

img {
    max-width: 100%;
    height: auto;
}

legend {
    font-size: 18px;
    padding: 7px 0px;
}

label {
    font-size: 13px;
    font-weight: normal;
}

strong, b {
    color: #000;
    font-weight: 700;
}

.input-group .input-group-addon {
    height: 30px;
    border: 0px;
}

div.required .control-label:after {
    content: '*';
    color: red;
    margin-left: 1px;
}

#page > .ie-warning {
    position: relative;
    text-align: center;
    display: none;
    clear: both;
}

@media (min-width: 768px) {
    .lt-ie11 #page > .ie-warning {
        display: block;
    }
}

header.relative {
    position: relative;
    z-index: 951;
}

.headfix.scroll-fix {
    background-color: #fafafa;
    border-bottom: 1px solid #eee;
    z-index: 997;
    width: 100%;
}

.btc {
    position: relative;
}

    .btc > a > i, .btc > button > i {
        display: inline-block;
        vertical-align: top;
        font-size: 30px;
        line-height: 32px;
        height: 32px;
        -moz-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease;
    }

    .btc > a > span, .btc > button > span > span, .btc > button > span.cart-total2 {
        position: absolute;
        top: 10px;
        left: 45px;
        width: 18px;
        height: 18px;
        text-align: center;
        display: inline-block;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        font-size: 12px;
        font-weight: 700;
        line-height: 18px;
        background-color: #f8f8f8;
        border: 1px solid #ccc;
    }

    .btc > a > i:hover, .btc > a > i:focus, .btc > a > i:active, .btc > button > i:focus, .btc > button > i:active {
        color: #ee8f30;
    }

    .btc.active > button > i {
        color: #ee8f30;
    }

.btc_box .la-user {
    font-size: 40px;
    position: relative;
    top: -6px;
}

#cookie-consent {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: rgba(48,48,48,0.9);
    color: #fff;
    border-top: 1px solid #3B3B3B;
    z-index: 1000;
}

#cookie-inner {
    position: relative;
    padding: 20px;
    display: flex;
    flex-flow: wrap;
}

    #cookie-inner .cookie-close {
        position: absolute;
        right: 20px;
        top: 20px;
        font-size: 1.5em;
        cursor: pointer;
        z-index: 1001
    }

    #cookie-inner .cookie-text {
        padding: 40px 0px;
    }

        #cookie-inner .cookie-text .h44 {
            font-weight: 700;
            margin-bottom: 10px
        }

        #cookie-inner .cookie-text p {
            margin-bottom: 0px
        }

            #cookie-inner .cookie-text p a {
                color: #fff;
                text-decoration: underline;
                font-weight: 700;
            }

    #cookie-inner .cookie-accept {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        #cookie-inner .cookie-accept button {
            border-radius: 4px;
            font-weight: 700;
            padding: 15px 25px;
        }

@media (max-width: 767px) {
    #cookie-inner {
        padding: 20px 20px 30px 20px
    }

        #cookie-inner .cookie-text {
            text-align: center;
            padding: 30px 0px;
        }
}

header .header-top {
    background: #f3f3f3
}

    header .header-top .header-cart {
        display: flex;
        align-items: center
    }

.header_box {
    display: flex;
    padding: 7px 0px 12px 0px
}

.logo {
    display: flex;
    align-items: flex-end;
    margin-right: 12px;
}

.right_box {
    display: flex;
    flex-grow: 1;
    flex-flow: column;
    justify-content: space-between;
}

.nav_box_1 {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px #cdcdcd solid;
    padding-bottom: 8px
}

    .nav_box_1 div {
        display: flex;
        white-space: nowrap;
    }

    .nav_box_1 .box_news .box-navlink i, .nav_box_1 .box_help .box-currency .uline i {
        font-size: 0.6em;
        display: flex;
        align-items: center;
    }

    .nav_box_1 .box_slogan p {
        color: #ff8b00;
        font-weight: 700
    }

    .nav_box_1 .box_help > div {
        padding: 0 10px
    }

    .nav_box_1 .box_help div:last-child {
        padding: 0px 0px 0px 10px
    }

        .nav_box_1 .box_help div:last-child form div {
            padding: 0 0px
        }

    .nav_box_1 .box_help div a i {
        margin-right: 4px
    }

    .nav_box_1 .box_help .box-currency a i {
        margin-right: 0px
    }

    .nav_box_1 div div:hover {
        text-decoration: underline;
        cursor: pointer;
    }

    .nav_box_1 div a {
        display: flex;
        color: #707070
    }

    .nav_box_1 div p {
        margin: 0 0 0px;
    }

    .nav_box_1 div div .h22:hover {
        text-decoration: none;
        cursor: auto;
    }

.compare .toggle_cont {
    cursor: auto
}

    .compare .toggle_cont li div {
        display: block;
        white-space: initial;
    }

        .compare .toggle_cont li div:hover {
            text-decoration: none;
            cursor: auto;
        }

    .compare .toggle_cont li .h22 {
        padding: 0px
    }

    .compare .toggle_cont li .wlist {
        padding: 0px;
        margin-right: 0px;
        margin-left: 0px;
    }

        .compare .toggle_cont li .wlist .witem {
            padding: 10px;
            display: flex;
        }

            .compare .toggle_cont li .wlist .witem .wimage {
                width: 25%;
                padding: 0px
            }

                .compare .toggle_cont li .wlist .witem .wimage a {
                    padding: 5px;
                    background: #fff
                }

            .compare .toggle_cont li .wlist .witem .wcontent {
                width: 75%;
                padding: 0px;
                margin-left: 10px
            }

                .compare .toggle_cont li .wlist .witem .wcontent .wname {
                    padding-right: 0px;
                    margin-bottom: 5px;
                }

                .compare .toggle_cont li .wlist .witem .wcontent .price {
                    padding: 0px;
                    font-size: 16px
                }

                    .compare .toggle_cont li .wlist .witem .wcontent .price .wcart {
                        display: none
                    }

    .compare .toggle_cont li .text-foot {
        padding-bottom: 10px;
        padding-left: 0px
    }

        .compare .toggle_cont li .text-foot a {
            display: block;
            padding: 15px 25px;
            font-weight: 700;
            border-radius: 4px
        }

.recent .toggle_cont {
    cursor: auto
}

    .recent .toggle_cont li div {
        display: block;
        white-space: initial;
    }

        .recent .toggle_cont li div:hover {
            text-decoration: none;
            cursor: auto;
        }

    .recent .toggle_cont li .h22 {
        padding: 0px
    }

    .recent .toggle_cont li .wlist {
        padding: 0px;
        margin-right: 0px;
        margin-left: 0px;
    }

        .recent .toggle_cont li .wlist .witem {
            padding: 10px;
            display: flex;
        }

            .recent .toggle_cont li .wlist .witem .wimage {
                width: 25%;
                padding: 0px
            }

                .recent .toggle_cont li .wlist .witem .wimage a {
                    padding: 5px;
                    background: #fff
                }

            .recent .toggle_cont li .wlist .witem .wcontent {
                width: 75%;
                padding: 0px;
                margin-left: 10px
            }

                .recent .toggle_cont li .wlist .witem .wcontent .wname {
                    padding-right: 0px;
                    margin-bottom: 5px;
                }

                .recent .toggle_cont li .wlist .witem .wcontent .price {
                    padding: 0px;
                    font-size: 16px
                }

    .recent .toggle_cont li .text-foot {
        padding-bottom: 10px;
        padding-left: 0px
    }

        .recent .toggle_cont li .text-foot a {
            display: block;
            padding: 15px 25px;
            font-weight: 700;
            border-radius: 4px
        }

.wishlist .toggle_cont li .wlist {
    padding: 0px;
    margin-right: 0px;
    margin-left: 0px;
}

    .wishlist .toggle_cont li .wlist .witem {
        padding: 10px;
        display: flex;
    }

        .wishlist .toggle_cont li .wlist .witem .wimage {
            width: 25%;
            padding: 0px
        }

            .wishlist .toggle_cont li .wlist .witem .wimage a {
                padding: 5px;
                background: #fff
            }

        .wishlist .toggle_cont li .wlist .witem .wcontent {
            width: 75%;
            padding: 0px;
            margin-left: 10px
        }

            .wishlist .toggle_cont li .wlist .witem .wcontent .wname {
                padding-right: 0px;
                margin-bottom: 5px;
            }

            .wishlist .toggle_cont li .wlist .witem .wcontent .price {
                padding: 0px;
                font-size: 16px
            }

.nav_box_2 {
    display: flex;
    flex-flow: row;
    align-items: flex-end;
    padding-top: 12px
}

    .nav_box_2 .cart_box {
        display: flex;
        justify-content: flex-end;
        margin-bottom: -10px;
    }

    .nav_box_2 > .search_box {
        flex-grow: 1;
        margin-right: 50px;
        position: relative
    }

    .nav_box_2 .cart_box > .btc.btc-dealzone {
    }

    .nav_box_2 .cart_box > .btc > button {
        display: flex;
        align-items: flex-end;
        justify-content: center;
        padding: 10px 25px;
        -moz-transition: 0s all ease;
        -o-transition: 0s all ease;
        -webkit-transition: 0s all ease;
        transition: 0s all ease;
    }

    .nav_box_2 .cart_box > .box-cart > button {
        padding: 10px 0px 10px 25px
    }

    .nav_box_2 .cart_box > .btc > button.user.active {
        background: #ff8b00;
        color: #fff
    }

        .nav_box_2 .cart_box > .btc > button.user.active i, .nav_box_2 .cart_box > .btc > button.user.active div p, .nav_box_2 .cart_box > .btc > button.user.active div .h44 {
            color: #fff
        }

    .nav_box_2 .cart_box > .btc > button i {
        color: #707070;
        -moz-transition: 0s all ease;
        -o-transition: 0s all ease;
        -webkit-transition: 0s all ease;
        transition: 0s all ease;
    }

    .nav_box_2 .cart_box > .btc > button div {
        display: flex;
        flex-flow: column;
        text-align: left;
    }

        .nav_box_2 .cart_box > .btc > button div .h44 {
            color: #707070;
            font-weight: 700;
            margin-bottom: 0px;
            font-size: 1.2em;
            white-space: nowrap
        }

        .nav_box_2 .cart_box > .btc > button div i {
            font-size: 0.8em;
            margin-left: 4px
        }

        .nav_box_2 .cart_box > .btc > button div p {
            color: #707070;
            margin-bottom: 0px;
            line-height: 140%;
            font-size: 1em;
            white-space: nowrap
        }

        .nav_box_2 .cart_box > .btc > button div .username {
            width: 120px;
            text-overflow: ellipsis;
            overflow: hidden;
        }

        .nav_box_2 .cart_box > .btc > button div p span {
            color: #ff8b00;
            font-weight: 700
        }

            .nav_box_2 .cart_box > .btc > button div p span .number {
                display: inline-block;
                width: 20px;
                text-align: center;
            }

    .nav_box_2 .search_box .search .input-group input {
        padding: 10px 10px 10px 20px;
        height: 50px;
        border: 1px solid #cdcdcd;
        font-size: 20px;
        color: #707070;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        -moz-transition: 0s all ease;
        -o-transition: 0s all ease;
        -webkit-transition: 0s all ease;
        transition: 0s all ease;
    }

        .nav_box_2 .search_box .search .input-group input::-webkit-input-placeholder {
            color: #cdcdcd
        }

        .nav_box_2 .search_box .search .input-group input:focus {
            -webkit-box-shadow: 1px 1px 10px rgb(0 0 0 / 0%);
            -moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0);
            box-shadow: 1px 1px 10px rgb(0 0 0 / 0%);
        }

    .nav_box_2 .search_box .search .input-group .input-group-btn button {
        height: 50px;
        padding: 0px 20px;
        background: #fff;
        border: 1px #cdcdcd solid;
        border-left: 0px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        -moz-transition: 0s all ease;
        -o-transition: 0s all ease;
        -webkit-transition: 0s all ease;
        transition: 0s all ease;
    }

        .nav_box_2 .search_box .search .input-group .input-group-btn button i {
            color: #cdcdcd;
            font-size: 25px;
            line-height: 25px
        }

        .nav_box_2 .search_box .search .input-group .input-group-btn button:hover i {
            color: #707070;
        }

    .nav_box_2 .search_box .search.active .input-group input {
        border: 2px solid #707070;
        border-right: 0px;
        border-bottom-left-radius: 0px;
    }

    .nav_box_2 .search_box .search.active .input-group .input-group-btn button {
        border: 2px solid #707070;
        border-left: 0px;
        border-bottom-right-radius: 0px;
    }

        .nav_box_2 .search_box .search.active .input-group .input-group-btn button i {
            color: #707070;
        }

.toggle_cont {
    display: none;
    background: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    list-style-type: none;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 960;
}

    .toggle_cont.active {
        display: block
    }

.nav_box_2 .toggle_cont form {
    width: 360px;
    padding: 50px 50px 50px 50px;
    border: 1px solid #cdcdcd;
    border-bottom: 0px;
    display: flex;
    flex-flow: column;
    align-items: center;
}

    .nav_box_2 .toggle_cont form h4 {
        color: #707070;
        font-weight: 400;
        font-size: 18px
    }

    .nav_box_2 .toggle_cont form button {
        padding: 15px 25px !important;
        height: 50px;
        border-radius: 4px;
        font-weight: 700;
        font-size: 18px;
        margin-top: 0;
        background: #ff8b00;
    }

        .nav_box_2 .toggle_cont form button:hover {
            background: #ff981d
        }

        .nav_box_2 .toggle_cont form button.create {
            background: #fff;
            border: 1px #303030 solid;
            color: #303030;
            margin-top: 16px
        }

            .nav_box_2 .toggle_cont form button.create:hover {
                background: #ff981d;
                border: 1px #ff981d solid;
                color: #fff;
                margin-top: 16px
            }

    .nav_box_2 .toggle_cont form .usera_vater {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        background: #707070;
        align-items: center;
        justify-content: center;
        display: flex;
    }

        .nav_box_2 .toggle_cont form .usera_vater i {
            color: #303030;
            font-size: 4em;
        }

    .nav_box_2 .toggle_cont form .user_name h4 {
        margin: 15px 0px
    }

    .nav_box_2 .toggle_cont form .user_sign_out {
        padding: 5px;
        cursor: pointer;
    }

        .nav_box_2 .toggle_cont form .user_sign_out i {
            color: #707070;
            font-size: 1.2em;
        }

            .nav_box_2 .toggle_cont form .user_sign_out i span {
                padding-left: 10px;
            }

.nav_box_2 .toggle_cont .toggle_icon {
    background: #e7e7e7;
    width: 100%;
    display: flex;
    justify-content: space-between;
    border: 1px solid #cdcdcd;
    border-top: 0px
}

    .nav_box_2 .toggle_cont .toggle_icon a {
        display: flex;
        align-items: center;
        flex-flow: column;
        padding: 20px;
        cursor: pointer;
        flex-grow: 1;
    }

        .nav_box_2 .toggle_cont .toggle_icon a:hover {
            background: #fafafa
        }

        .nav_box_2 .toggle_cont .toggle_icon a i {
            font-size: 30px;
            color: #303030;
        }

        .nav_box_2 .toggle_cont .toggle_icon a p {
            margin: 5px 0 0px;
            color: #303030;
            line-height: 140%;
            text-align: center;
        }

.nav_box_2 .mask_login, .nav_box_2 .mask_create {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    transform: scale(0, 0);
}

    .nav_box_2 .mask_login.active, .nav_box_2 .mask_create.active {
        transform: scale(1, 1);
        z-index: 951;
    }

    .nav_box_2 .mask_login form, .nav_box_2 .mask_create .create_container {
        background: #fff;
        padding: 24px;
        width: 450px;
        border-radius: 4px
    }

        .nav_box_2 .mask_login form .title, .nav_box_2 .mask_create .create_container .title {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 20px
        }

            .nav_box_2 .mask_login form .title h4, .nav_box_2 .mask_create .create_container .title h4 {
                margin-bottom: 0;
                font-size: 18px;
                color: #707070;
                font-weight: 400
            }

            .nav_box_2 .mask_login form .title button, .nav_box_2 .mask_create .create_container .title button {
                padding: 0
            }

                .nav_box_2 .mask_login form .title button i, .nav_box_2 .mask_create .create_container .title button i {
                    font-size: 1.6em
                }

        .nav_box_2 .mask_login form .form-group div, .nav_box_2 .mask_create .create_container .form-group div {
            width: 100%
        }

            .nav_box_2 .mask_login form .form-group div label, .nav_box_2 .mask_create .create_container .form-group div label {
                margin-bottom: 5px;
                color: #303030;
                font-size: 14px;
                font-weight: 700
            }

            .nav_box_2 .mask_login form .form-group div input, .nav_box_2 .mask_create .create_container .form-group div input {
                height: 50px;
                border-radius: 4px
            }

            .nav_box_2 .mask_login form .form-group div div {
                display: flex;
                justify-content: space-between;
                align-items: center;
            }

                .nav_box_2 .mask_login form .form-group div div p {
                    margin-bottom: 5px
                }

                    .nav_box_2 .mask_login form .form-group div div p a {
                        color: #007185;
                        font-weight: 400;
                    }

        .nav_box_2 .mask_login form p, .nav_box_2 .mask_create .create_container p {
            margin-bottom: 0px
        }

            .nav_box_2 .mask_login form p button, .nav_box_2 .mask_create .create_container p button {
                padding: 15px 20px !important;
                border-radius: 4px;
                margin-bottom: 15px;
                font-weight: 700;
                display: flex;
                align-items: center;
                justify-content: center;
            }

                .nav_box_2 .mask_login form p button.create {
                    background: #fff;
                    color: #303030;
                    border: 1px solid #303030;
                    height: 49px
                }

                    .nav_box_2 .mask_login form p button.create:hover {
                        background: #ff981d;
                        color: #FFF;
                        border: 1px solid #ff981d;
                    }

            .nav_box_2 .mask_create .create_container p button {
                margin-bottom: 0px;
            }

        .nav_box_2 .mask_create .create_container .form-group {
            margin-bottom: 15px;
        }

            .nav_box_2 .mask_create .create_container .form-group .radio-inline {
                top: -2px;
                margin-left: 6px;
            }

            .nav_box_2 .mask_create .create_container .form-group:nth-child(5) {
                display: flex;
                color: #707070
            }

                .nav_box_2 .mask_create .create_container .form-group:nth-child(5) label {
                    color: #707070;
                    font-size: 1em
                }

                .nav_box_2 .mask_create .create_container .form-group:nth-child(5) .control-label {
                    margin-right: 15px;
                    margin-bottom: 0px
                }

                .nav_box_2 .mask_create .create_container .form-group:nth-child(5) .radio-inline {
                    margin-right: 15px;
                    padding-left: 23px
                }

        .nav_box_2 .mask_create .create_container .already {
            margin-top: 15px;
            color: #707070
        }

            .nav_box_2 .mask_create .create_container .already a {
                color: #007185;
                font-weight: 400;
                margin-left: 10px;
                cursor: pointer;
            }

section .block_set .bgwhite_margin {
    margin-top: 25px;
	margin-bottom:25px;
    padding: 20px 20px 0px 20px;
}

    section .block_set .bgwhite_margin .tx-module-tab {
        margin-bottom: 20px;
        line-height: unset;
        height: unset;
    }

        section .block_set .bgwhite_margin .tx-module-tab .name {
            color: #303030;
            font-size: 20px;
            font-weight: 700;
            display: flex;
            align-items: center
        }

            section .block_set .bgwhite_margin .tx-module-tab .name > ul {
                margin-bottom: 0px;
                padding-left: 0;
                list-style: none;
                margin-left: 10px
            }

                section .block_set .bgwhite_margin .tx-module-tab .name > ul li {
                    display: inline-block;
                    font-size: 14px
                }

                    section .block_set .bgwhite_margin .tx-module-tab .name > ul li span {
                        background: #303030;
                        border-radius: 50%;
                        color: #fff;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        width: 25px;
                        height: 25px
                    }

    section .block_set .bgwhite_margin .category a {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column;
        padding: 12px;
        cursor: pointer;
    }

        section .block_set .bgwhite_margin .category a:after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0,0,0,0);
            border-radius: 4px;
            -webkit-transition: background .3s;
            transition: background .3s;
        }

        section .block_set .bgwhite_margin .category a:hover:after {
            background: rgba(0,0,0,.04);
        }

        section .block_set .bgwhite_margin .category a span {
            white-space: nowrap;
            color: #303030;
            font-size: 16px;
            margin-top: 10px
        }

    section .block_set .bgwhite_margin .box-static > a:last-child {
        display: flex;
        width: 100%;
        justify-content: flex-end;
        padding: 20px 0px;
        color: #0b8ba2;
        font-size: 16px;
        align-items: flex-end;
        border-right: 0px solid #eee;
        border-bottom: 0px solid #eee;
    }

        section .block_set .bgwhite_margin .box-static > a:last-child:hover {
            text-decoration: underline;
        }

            section .block_set .bgwhite_margin .box-static > a:last-child:hover:after {
                background: rgba(0,0,0,0);
            }

section .bannermtop {
    margin-top: -225px;
}

section .block_set {
    position: relative;
    z-index: 1
}

section .block_category .bgwhite_margin {
    padding: 20px
}

section .block_sale .bgwhite_margin .box-static {
    margin-right: 0px;
    margin-left: 0px;
    display: flex;
    flex-flow: wrap
}

    section .block_sale .bgwhite_margin .box-static > a {
        padding: 15px;
        position: relative;
        border-right: 1px solid #eee;
        border-bottom: 1px solid #eee;
        cursor: pointer;
        display: flex;
        flex-flow: column;
        align-items: center;
    }

        section .block_sale .bgwhite_margin .box-static > a .image {
            padding: 0px 20px
        }

        section .block_sale .bgwhite_margin .box-static > a .caption {
            display: flex;
            flex: 1;
            flex-flow: column;
            width: 100%
        }

            section .block_sale .bgwhite_margin .box-static > a .caption .name {
                flex: 1;
            }

        section .block_sale .bgwhite_margin .box-static > a:nth-child(6n), section .block_featured .bgwhite_margin .box-static > div:nth-child(3n), section .block_category_featured .bgwhite_margin .box-static > div:nth-child(3n), section .block_latest_order .bgwhite_margin .box-static > div:nth-child(3n) {
            border-right: 0px solid #eee;
        }

        section .block_sale .bgwhite_margin .box-static > a:after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0,0,0,0);
            -webkit-transition: background .3s;
            transition: background .3s;
        }

        section .block_sale .bgwhite_margin .box-static > a:hover:after {
            background: rgba(0,0,0,.04);
        }

    section .block_sale .bgwhite_margin .box-static a .caption .name div {
        margin: 10px 0px;
        color: #303030;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
    }

    section .block_sale .bgwhite_margin .box-static a .caption .rating {
        display: flex;
        align-items: center;
    }

        section .block_sale .bgwhite_margin .box-static a .caption .rating .fa-stack {
            line-height: 18px;
            width: 1em;
            height: 18px;
            margin-right: 5px;
        }

            section .block_sale .bgwhite_margin .box-static a .caption .rating .fa-stack i {
                font-size: 18px;
            }

    section .block_sale .bgwhite_margin .box-static a .caption .price {
        display: flex;
        flex-flow: column;
        justify-content: space-between;
        margin-top: 8px
    }

        section .block_sale .bgwhite_margin .box-static a .caption .price .price-new {
            font-size: 20px;
            margin-right: 5px
        }

        section .block_sale .bgwhite_margin .box-static a .caption .price .deal {
            display: flex;
            align-items: center;
            color: #303030;
            font-size: 14px;
        }

            section .block_sale .bgwhite_margin .box-static a .caption .price .deal div {
                color: #707070;
                font-weight: 400;
                margin-right: 5px;
                font-size: 12px
            }

            section .block_sale .bgwhite_margin .box-static a .caption .price .deal ul {
                color: #ff8b00
            }

                section .block_sale .bgwhite_margin .box-static a .caption .price .deal ul span {
                    color: #ff8b00;
                    text-align: center;
                }

                    section .block_sale .bgwhite_margin .box-static a .caption .price .deal ul span span {
                        color: #ff8b00;
                        display: inline-block;
                        width: 16px;
                    }

        section .block_sale .bgwhite_margin .box-static a .caption .price div span {
            font-size: 14px;
            line-height: 110%
        }

            section .block_sale .bgwhite_margin .box-static a .caption .price div span.reduce {
                color: #ff8b00
            }

        section .block_sale .bgwhite_margin .box-static a .caption .price .special-price {
            width: 100%;
            line-height: 110%
        }

section .block_bestseller .bgwhite_margin .box-static {
    margin-right: 0px;
    margin-left: 0px;
    display: flex;
    flex-flow: wrap
}

    section .block_bestseller .bgwhite_margin .box-static > a {
        padding: 15px;
        position: relative;
        border-right: 1px solid #eee;
        border-bottom: 1px solid #eee;
        cursor: pointer;
        display: flex;
        flex-flow: column;
        align-items: center;
    }

        section .block_bestseller .bgwhite_margin .box-static > a .image {
            padding: 0px 20px
        }

        section .block_bestseller .bgwhite_margin .box-static > a .caption {
            display: flex;
            flex: 1;
            flex-flow: column;
            width: 100%
        }

            section .block_bestseller .bgwhite_margin .box-static > a .caption .name {
                flex: 1;
            }

        section .block_bestseller .bgwhite_margin .box-static > a:nth-child(6n), section .block_featured .bgwhite_margin .box-static > div:nth-child(3n), section .block_category_featured .bgwhite_margin .box-static > div:nth-child(3n), section .block_latest_order .bgwhite_margin .box-static > div:nth-child(3n) {
            border-right: 0px solid #eee;
        }

        section .block_bestseller .bgwhite_margin .box-static > a:after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0,0,0,0);
            -webkit-transition: background .3s;
            transition: background .3s;
        }

        section .block_bestseller .bgwhite_margin .box-static > a:hover:after {
            background: rgba(0,0,0,.04);
        }

    section .block_bestseller .bgwhite_margin .box-static a .caption .name div {
        margin: 10px 0px;
        color: #303030;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
    }

    section .block_bestseller .bgwhite_margin .box-static a .caption .rating {
        display: flex;
        align-items: center;
    }

        section .block_bestseller .bgwhite_margin .box-static a .caption .rating .fa-stack {
            line-height: 18px;
            width: 1em;
            height: 18px;
            margin-right: 5px;
        }

            section .block_bestseller .bgwhite_margin .box-static a .caption .rating .fa-stack i {
                font-size: 18px;
            }

    section .block_bestseller .bgwhite_margin .box-static a .caption .price {
        display: flex;
        flex-flow: column;
        justify-content: space-between;
        margin-top: 8px
    }

        section .block_bestseller .bgwhite_margin .box-static a .caption .price div span {
            font-size: 14px;
            line-height: 110%
        }

            section .block_bestseller .bgwhite_margin .box-static a .caption .price div span.reduce {
                color: #ff8b00
            }

        section .block_bestseller .bgwhite_margin .box-static a .caption .price .special-price {
            width: 100%;
            line-height: 110%
        }

section .block_featured .bgwhite_margin .box-static {
    margin-right: 0px;
    margin-left: 0px;
}

    section .block_featured .bgwhite_margin .box-static > div {
        display: flex;
        border-right: 1px solid #eee;
        border-bottom: 1px solid #eee;
        border-right: 1px solid #eee;
        padding: 15px;
    }

        section .block_featured .bgwhite_margin .box-static > div .image {
            width: 40%
        }

            section .block_featured .bgwhite_margin .box-static > div .image a {
                padding: 0px;
            }

                section .block_featured .bgwhite_margin .box-static > div .image a:after {
                    content: unset;
                }

        section .block_featured .bgwhite_margin .box-static > div .caption {
            width: 60%;
            padding-left: 10px
        }

            section .block_featured .bgwhite_margin .box-static > div .caption .name a {
                padding: 0px;
                line-height: 140%;
                color: #303030;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
                display: -webkit-box;
                overflow: hidden
            }

                section .block_featured .bgwhite_margin .box-static > div .caption .name a:hover {
                    text-decoration: underline;
                }

                section .block_featured .bgwhite_margin .box-static > div .caption .name a:after {
                    content: unset;
                }

            section .block_featured .bgwhite_margin .box-static > div .caption .rating {
                margin: 10px 0px;
                display: flex;
                align-items: center;
            }

            section .block_featured .bgwhite_margin .box-static > div .caption .price {
                line-height: 15px
            }

                section .block_featured .bgwhite_margin .box-static > div .caption .price div span {
                    color: #ff8b00;
                    font-size: 14px
                }

section .block_category_featured .bgwhite_margin .box-static {
    margin-right: 0px;
    margin-left: 0px;
    display: flex;
    flex-flow: wrap
}

    section .block_category_featured .bgwhite_margin .box-static > div {
        display: flex;
        flex-flow: wrap;
        border-right: 1px solid #eee;
        border-bottom: 1px solid #eee;
        border-right: 1px solid #eee;
        padding: 15px;
    }

        section .block_category_featured .bgwhite_margin .box-static > div .image {
            width: 40%
        }

            section .block_category_featured .bgwhite_margin .box-static > div .image a {
                padding: 0px;
            }

                section .block_category_featured .bgwhite_margin .box-static > div .image a:after {
                    content: unset;
                }

        section .block_category_featured .bgwhite_margin .box-static > div .caption {
            width: 60%;
            padding-left: 10px
        }

            section .block_category_featured .bgwhite_margin .box-static > div .caption .name a {
                padding: 0px;
                line-height: 140%;
                color: #303030;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
                display: -webkit-box;
                overflow: hidden
            }

                section .block_category_featured .bgwhite_margin .box-static > div .caption .name a:hover {
                    text-decoration: underline;
                }

                section .block_category_featured .bgwhite_margin .box-static > div .caption .name a:after {
                    content: unset;
                }

            section .block_category_featured .bgwhite_margin .box-static > div .caption .rating {
                margin: 10px 0px;
                display: flex;
                align-items: center;
            }

            section .block_category_featured .bgwhite_margin .box-static > div .caption .price {
                line-height: 15px
            }

                section .block_category_featured .bgwhite_margin .box-static > div .caption .price div span {
                    color: #ff8b00;
                    font-size: 14px
                }

        section .block_category_featured .bgwhite_margin .box-static > div .category {
            display: flex;
            justify-content: space-evenly;
            padding-top: 15px;
        }

            section .block_category_featured .bgwhite_margin .box-static > div .category > div > a {
                width: 90%;
                padding: 10px;
                position: relative;
                min-height: 40px
            }

                section .block_category_featured .bgwhite_margin .box-static > div .category > div > a:after {
                    background: rgba(0,0,0,.04);
                }

                section .block_category_featured .bgwhite_margin .box-static > div .category > div > a:hover::after {
                    background: rgba(0,0,0,.08);
                }

section .block_latest_order .bgwhite_margin .box-static {
    margin-right: 0px;
    margin-left: 0px;
    display: flex;
    flex-flow: wrap
}

    section .block_latest_order .bgwhite_margin .box-static > div > div {
        display: flex;
        flex-flow: wrap;
        border-right: 1px solid #eee;
        border-bottom: 1px solid #eee;
        border-right: 1px solid #eee;
        padding: 15px;
    }

        section .block_latest_order .bgwhite_margin .box-static > div > div.image {
            width: 40%
        }

            section .block_latest_order .bgwhite_margin .box-static > div > div.image a {
                padding: 0px;
            }

                section .block_latest_order .bgwhite_margin .box-static > div > div.image a:after {
                    content: unset;
                }

        section .block_latest_order .bgwhite_margin .box-static > div > div.caption {
            width: 60%;
            padding-left: 10px;
            display: flex;
            flex-flow: column
        }

            section .block_latest_order .bgwhite_margin .box-static > div > div.caption .price div span {
                color: #ff8b00;
                font-size: 14px
            }

            section .block_latest_order .bgwhite_margin .box-static > div > div.caption .user i {
                font-weight: bold;
            }

            section .block_latest_order .bgwhite_margin .box-static > div > div.caption .name {
                margin: 10px 0px;
            }

            section .block_latest_order .bgwhite_margin .box-static > div > div.caption .dates {
                display: flex;
                flex-grow: 1;
                align-items: flex-end;
            }

section .block_latest_order .bgwhite_margin .latest-carousel .last_block > div {
    margin-bottom: 20px;
}

    section .block_latest_order .bgwhite_margin .latest-carousel .last_block > div > div {
        display: flex;
        flex-flow: wrap;
        padding: 15px;
        border: 1px solid #ddd;
        border-radius: 5px;
    }

        section .block_latest_order .bgwhite_margin .latest-carousel .last_block > div > div .image {
            width: 40%
        }

            section .block_latest_order .bgwhite_margin .latest-carousel .last_block > div > div .image a {
                padding: 0px;
            }

                section .block_latest_order .bgwhite_margin .latest-carousel .last_block > div > div .image a:after {
                    content: unset;
                }

        section .block_latest_order .bgwhite_margin .latest-carousel .last_block > div > div .caption {
            width: 60%;
            padding-left: 10px;
            display: flex;
            flex-flow: column
        }

            section .block_latest_order .bgwhite_margin .latest-carousel .last_block > div > div .caption .price div span {
                color: #ff8b00;
                font-size: 14px
            }

            section .block_latest_order .bgwhite_margin .latest-carousel .last_block > div > div .caption .user i {
                font-weight: bold;
                word-break: break-all;
            }

            section .block_latest_order .bgwhite_margin .latest-carousel .last_block > div > div .caption .name {
                margin: 10px 0px;
            }

                section .block_latest_order .bgwhite_margin .latest-carousel .last_block > div > div .caption .name span a {
                    display: block;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    text-decoration: underline;
                }

            section .block_latest_order .bgwhite_margin .latest-carousel .last_block > div > div .caption .dates {
                display: flex;
                flex-grow: 1;
                align-items: flex-end;
            }

section .block_latest_order .bgwhite_margin .latest-carousel .last_block .lazy img {
    opacity: 1;
}

section .block_blog .bgwhite_margin .box-static {
    margin-right: 0px;
    margin-left: 0px;
    display: flex;
    flex-flow: wrap;
}

    section .block_blog .bgwhite_margin .box-static > a:last-child {
        border-top: 1px solid #eee;
    }

    section .block_blog .bgwhite_margin .box-static div .image a {
        padding: 0px;
        max-width: 350px;
        max-height: 190px;
        overflow: hidden;
    }

        section .block_blog .bgwhite_margin .box-static div .image a img {
            width: 100%
        }

    section .block_blog .bgwhite_margin .box-static div .caption a {
        padding: 10px 0px;
        color: #303030;
        font-size: 16px;
        display: flex;
        align-items: flex-start
    }

        section .block_blog .bgwhite_margin .box-static div .caption a:hover {
            text-decoration: underline;
        }

section .block_blog .bgwhite_margin div div a:after {
    content: unset;
}

section .block_blog .bgwhite_margin {
    padding-bottom: 20px;
}

    section .block_blog .bgwhite_margin .box-carousel .col-sm-12 {
        padding-left: 5px;
        padding-right: 5px;
    }

        section .block_blog .bgwhite_margin .box-carousel .col-sm-12 .image img {
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
        }

        section .block_blog .bgwhite_margin .box-carousel .col-sm-12 .image {
            border: 1px solid #ccc;
            border-bottom: 0px;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
        }

        section .block_blog .bgwhite_margin .box-carousel .col-sm-12 .caption {
            border: 1px solid #ccc;
            border-top: 0px;
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
        }

            section .block_blog .bgwhite_margin .box-carousel .col-sm-12 .caption .name {
                height: 60px;
                line-height: 20px;
                margin-left: 5px;
                marin-right: 5px;
                color: #000;
                font-size: 0.8em;
                font-weight: 600;
            }

    section .block_blog .bgwhite_margin .box-carousel .owl-nav > div {
        top: -30px;
        background-color: #333;
        border-radius: 50px;
        height: 30px;
        width: 30px;
        line-height: 30px;
        color: #FFF;
    }

    section .block_blog .bgwhite_margin .box-carousel .owl-nav .owl-prev {
        right: 40px;
        left: auto;
    }

    section .block_blog .bgwhite_margin .box-carousel .owl-nav div.disabled {
        opacity: 0.5;
    }

    section .block_blog .bgwhite_margin .box-carousel .owl-nav > div:hover {
        background-color: #ff8b00;
    }

section .block_latest .bgwhite_margin {
    background: rgba(255,255,255,0);
    padding: 20px 0px;
}

    section .block_latest .bgwhite_margin .box-static {
        margin-right: 0px;
        margin-left: 0px;
        position: relative;
    }

        section .block_latest .bgwhite_margin .box-static:after {
            content: "";
            display: block;
            background: linear-gradient(180deg,hsla(0,0%,100%,0) 0,#f5f6f8 100%,#fff);
            bottom: 0;
            height: 250px;
            left: 0;
            pointer-events: none;
            position: absolute;
            width: 100%;
        }

        section .block_latest .bgwhite_margin .box-static.mask:after {
            content: unset;
        }

        section .block_latest .bgwhite_margin .box-static > div {
            break-inside: avoid;
            background: #fff;
            margin-bottom: 15px;
            border-radius: 10px;
            padding: 15px;
            position: absolute;
        }

            section .block_latest .bgwhite_margin .box-static > div:hover {
                box-shadow: 0 4px 12px rgb(0 0 0 / 8%);
                -webkit-box-shadow: 0 4px 12px rgb(0 0 0 / 8%);
            }

            section .block_latest .bgwhite_margin .box-static > div a:after {
                content: unset
            }

            section .block_latest .bgwhite_margin .box-static > div .title {
                display: flex;
                justify-content: space-between;
                align-items: center;
                margin-bottom: 10px
            }

                section .block_latest .bgwhite_margin .box-static > div .title p {
                    font-size: 13px;
                    color: #707070;
                    margin-bottom: 0px;
                }

                    section .block_latest .bgwhite_margin .box-static > div .title p:first-child {
                        font-size: 16px;
                        color: #303030;
                    }

            section .block_latest .bgwhite_margin .box-static > div .image a {
                padding: 15px
            }

            section .block_latest .bgwhite_margin .box-static > div .caption {
                margin: 0px 0px 15px 0px
            }

                section .block_latest .bgwhite_margin .box-static > div .caption div {
                    margin-bottom: 5px
                }

                section .block_latest .bgwhite_margin .box-static > div .caption .name a {
                    padding: 0px;
                    align-items: flex-start;
                    color: #303030
                }

                    section .block_latest .bgwhite_margin .box-static > div .caption .name a:hover {
                        text-decoration: underline;
                    }

            section .block_latest .bgwhite_margin .box-static > div .cart {
                font-size: 16px;
                font-weight: 700;
                color: #fff;
                background: #ff8b00;
                border-radius: 4px;
                width: 100%;
                text-align: center;
                padding: 10px;
            }

                section .block_latest .bgwhite_margin .box-static > div .cart:hover {
                    background: #ff981d
                }

    section .block_latest .bgwhite_margin .text-center button {
        padding: 15px 25px;
        font-weight: 700;
        font-size: 16px;
        background: #f5f6f8;
        border: 1px #303030 solid;
        color: #303030;
        border-radius: 4px;
        height: 50px;
        box-sizing: border-box;
    }

        section .block_latest .bgwhite_margin .text-center button:hover {
            background: #ff8b00;
            color: #fff;
            border: 1px #ff8b00 solid;
        }

section .block_latest_order .bgwhite_margin .latest-carousel .owl-nav > div {
    top: -30px;
    background-color: #333;
    border-radius: 50px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    color: #FFF;
}

section .block_latest_order .bgwhite_margin .latest-carousel .owl-nav .owl-prev {
    right: 40px;
    left: auto;
}

section .block_latest_order .bgwhite_margin .latest-carousel .owl-nav div.disabled {
    opacity: 0.5;
}

section .block_latest_order .bgwhite_margin .latest-carousel .owl-nav > div:hover {
    background-color: #ff8b00;
}

section .block_latest_order .bgwhite_margin .latest-carousel .last_block > div:nth-child(4n) {
    clear: both;
}

header .stuck-menu {
    background: #303030
}

    header .stuck-menu .megamenu {
        display: flex
    }

        header .stuck-menu .megamenu .navigationb button {
            display: flex;
            align-items: center;
            padding-right: 10px;
            font-weight: 600;
            height: 45px;
        }

            header .stuck-menu .megamenu .navigationb button:hover i, header .stuck-menu .megamenu .navigationb button:hover span {
                color: #ff8b00
            }

            header .stuck-menu .megamenu .navigationb button i {
                display: flex;
                align-items: center;
                font-size: 2em;
                position: relative;
                left: -4px;
                -moz-transition: 0s all ease;
                -o-transition: 0s all ease;
                -webkit-transition: 0s all ease;
                transition: 0s all ease;
            }

            header .stuck-menu .megamenu .navigationb button span {
                color: #fff;
                font-size: 1em;
            }

        header .stuck-menu .megamenu > .sf-menu {
            display: flex;
            align-items: center;
            margin-bottom: 0px;
            padding: 0px;
            list-style: none;
            height: 45px;
            flex-grow: 1;
            justify-content: space-around;
        }

            header .stuck-menu .megamenu > .sf-menu li {
                position: relative;
                white-space: nowrap;
            }

                header .stuck-menu .megamenu > .sf-menu li.sf-with-multig, header .stuck-menu .megamenu > .sf-menu li.sf-with-multi, header .stuck-menu .megamenu > .sf-menu li.sf-with-multif {
                    list-style: none;
                    display: flex;
                    position: static
                }

                header .stuck-menu .megamenu > .sf-menu li.multif-coupon, header .stuck-menu .megamenu > .sf-menu li.multif-specials {
                    display: flex;
                    justify-content: flex-end;
                }

                    header .stuck-menu .megamenu > .sf-menu li.multif-coupon, header .stuck-menu .megamenu > .sf-menu li.multif-specials i {
                        color: #ff8b00;
                        font-size: 21px;
                        margin-right: 5px
                    }

            header .stuck-menu .megamenu > .sf-menu > li > a {
                font-weight: 600;
                color: #fff;
                -moz-transition: 0s all ease;
                -o-transition: 0s all ease;
                -webkit-transition: 0s all ease;
                transition: 0s all ease;
                position: relative;
                display: flex;
                padding: 10px 0;
            }

                header .stuck-menu .megamenu > .sf-menu > li > a::before {
                    background-color: #ff8b00;
                    content: "";
                    height: 4px;
                    left: 2%;
                    opacity: 0;
                    position: absolute;
                    top: 0px;
                    transition: all .3s;
                    width: 96%;
                }

            header .stuck-menu .megamenu > .sf-menu li:hover {
                background: #fff
            }

                header .stuck-menu .megamenu > .sf-menu li:hover > a {
                    color: #303030
                }

                    header .stuck-menu .megamenu > .sf-menu li:hover > a::before {
                        opacity: 1;
                    }

            header .stuck-menu .megamenu > .sf-menu li.active-hot > a {
                display: flex;
                align-items: center;
                justify-content: space-between;
                position: relative;
            }

                header .stuck-menu .megamenu > .sf-menu li.active-hot > a::after {
                    content: 'HOT';
                    background: #fc4e4e;
                    padding: 0px 4px;
                    border-radius: 4px;
                    font-size: 12px;
                    font-weight: 700;
                    color: #fff;
                    animation: pulsate-bck .5s ease-in-out infinite both;
                    -webkit-animation: pulsate-bck .5s ease-in-out infinite both;
                }

@-webkit-keyframes pulsate-bck {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulsate-bck {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@media (min-width: 1440px) {
    header .stuck-menu .megamenu .navigationb button {
        font-size: 16px;
        padding-right: 20px;
    }

    header .stuck-menu .megamenu > .sf-menu > li > a {
        font-size: 16px;
    }
}

@media (min-width: 1339px) {
    header .stuck-menu .megamenu .navigationb button {
        padding-right: 20px;
    }

    header .stuck-menu .megamenu > .sf-menu > li > a {
        padding: 10px 5px;
    }
}

footer .tm-container .flinks_newsletter form .input-group input {
    height: 48px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

footer .tm-container .flinks_newsletter form .input-group span .btn-scribe {
    height: 48px;
    padding: 10px 20px;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

    footer .tm-container .flinks_newsletter form .input-group span .btn-scribe i {
        font-size: 25px
    }

footer .tm-container .flinks_newsletter form .input-group span .btn-unscribe {
    display: none
}

@media (max-width: 1439px) {
    section .block_category .bgwhite_margin .content_box1 div a span {
        font-size: 15px;
        height: 30px;
        line-height: 30px;
        overflow: hidden;
        display: block;
    }

    .swiper-button-next {
        right: 0px
    }

    .swiper-button-prev {
        left: 0px
    }

    .swiper-button-prev, .swiper-button-next {
        width: 60px
    }

        .swiper-button-prev:before, .swiper-button-next:before {
            width: 60px;
            font-size: 40px
        }
}

@media (max-width: 1200px) {
    .nav_box_1 .box_slogan p {
        display: none
    }

    .nav_box_2 > .search_box {
        margin-right: 30px;
    }

    .nav_box_2 .cart_box > .btc > button {
        padding: 10px 15px;
    }

    .nav_box_2 .cart_box > .box-cart > button {
        padding: 10px 0px 10px 15px;
    }

        .nav_box_2 .cart_box > .box-cart > button .cart-total2 {
            left: 35px
        }

    .swiper-button-prev, .swiper-button-next {
        display: none;
    }

    section .block_sale .bgwhite_margin .box-static a .caption .price {
        flex-flow: wrap;
    }

    section .block_sale .bgwhite_margin .box-static > a:nth-child(6n) {
        border-right: 1px solid #eee;
    }

    section .block_sale .bgwhite_margin .box-static > a:nth-child(4n) {
        border-right: 0px solid #eee;
    }
}

@media (max-width: 991px) {
    section .block_sale .bgwhite_margin .box-static > a:nth-child(4n) {
        border-right: 1px solid #eee;
    }

    section .block_sale .bgwhite_margin .box-static > a:nth-child(2n) {
        border-right: 0px solid #eee;
    }
}

@media (max-width: 768px) {
}

@media (max-width: 484px) {
    .nav_box_2 .mask_login form, .nav_box_2 .mask_create .create_container {
        width: 95%;
    }
}

.dropdown-menu {
    border-color: #f3f3f3;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.box-currency .toggle_cont {
    position: fixed;
    z-index: 998;
    display: block;
    right: -340px;
    top: 0;
    bottom: 0;
    width: 340px;
    margin: 0px;
    padding: 60px 20px 0px 20px;
    color: #7d7d7d;
    background: #fff;
    font-size: 14px;
    line-height: 24px;
    overflow-y: auto;
    overflow-x: hidden;
}

.box-currency .toggle_cont {
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

    .box-currency .toggle_cont.active {
        -moz-transform: translateX(-340px);
        -ms-transform: translateX(-340px);
        -o-transform: translateX(-340px);
        -webkit-transform: translateX(-340px);
        transform: translateX(-340px);
        cursor: auto;
    }

    .box-currency .toggle_cont .h22 {
        margin: 0px;
        padding: 0px 0px !important;
        font-size: 16px;
    }

    .box-currency .toggle_cont li {
        padding-bottom: 10px;
        width: 100%;
        cursor: auto;
    }

        .box-currency .toggle_cont li:hover button {
            text-decoration: underline;
        }

        .box-currency .toggle_cont li:first-child {
            padding-bottom: 15px;
        }

.box-currency .currency-select {
    margin: 0px 10px;
    width: 100%;
    text-align: left;
}

    .box-currency .currency-select.selected {
        color: #000;
    }

.box-store {
    display: inline-block;
}

.box-store {
    font-size: 14px;
}

    .box-store .toggle_slide {
        cursor: pointer;
        color: #707070;
        -moz-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease;
        display: flex;
        align-items: center
    }

        .box-store .toggle_slide img {
            margin-left: 3px
        }

    .box-store .toggle_cont {
        position: fixed;
        z-index: 998;
        display: block;
        right: -340px;
        top: 0;
        bottom: 0;
        width: 340px;
        margin: 0px;
        padding: 60px 20px 0px 20px;
        color: #7d7d7d;
        background: #fff;
        font-size: 14px;
        line-height: 24px;
        overflow-y: auto;
        overflow-x: hidden;
        cursor: auto;
    }

    .box-store .toggle_cont {
        -moz-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease;
    }

        .box-store .toggle_cont.active {
            -moz-transform: translateX(-340px);
            -ms-transform: translateX(-340px);
            -o-transform: translateX(-340px);
            -webkit-transform: translateX(-340px);
            transform: translateX(-340px);
        }

        .box-store .toggle_cont li:first-child {
            padding-bottom: 15px;
            margin-left: 0px
        }

        .box-store .toggle_cont li {
            padding-bottom: 10px;
            margin-left: 10px;
        }

            .box-store .toggle_cont li button {
                width: 100%;
                text-align: left
            }

            .box-store .toggle_cont li:first-child button {
                width: auto
            }

            .box-store .toggle_cont li:hover button {
                text-decoration: underline
            }

        .box-store .toggle_cont .h22 {
            margin: 0px;
            font-size: 16px;
        }

    .box-store a img {
        margin-right: 5px;
    }

    .box-store a {
        margin: 0px 10px;
    }

        .box-store a.selected {
            color: #000;
        }

.box-language, .box-nav {
    display: inline-block;
}

.box-navlink {
    position: relative;
}

.box-language .toggle_cont {
    width: 100%;
    padding: 50px 20px 20px 20px;
}

.box-language .toggle img {
    display: none;
}

.box-language .toggle:hover, .box-language .toggle:focus, .box-language .toggle:active, .box-language .toggle.active, .box-language .toggle.sfHover {
    color: #ee8f30;
}

.box-language .toggle span, .box-currency .toggle span {
    text-transform: none;
    margin-right: 10px;
}

.box-language .toggle_cont {
    left: auto;
    right: 0;
    min-width: 130px;
}

    .box-language .toggle_cont li button:hover, .box-language .toggle_cont li button:focus, .box-language .toggle_cont li button:active, .box-language .toggle_cont li button.selected, .box-language .toggle_cont li a:hover, .box-language .toggle_cont li a:focus, .box-language .toggle_cont li a:active, .box-language .toggle_cont li a.selected {
        color: #ee8f30;
    }

    .box-language .toggle_cont li img {
        margin: -3px 5px 0 0;
    }

.box-nav .nav .toggle_cont {
    width: 200%;
    text-transform: none;
    left: auto;
    right: 0;
}

.uline:hover:before {
    left: 20px;
    right: 20px;
}

.box-btc .btc-user .toggle_user {
    min-width: 150px;
    text-transform: none;
}

#top-language.nav .toggle_cont {
    width: 160%;
    padding: 50px 20px 20px 20px;
    border: 1px solid #EFEFEF;
}

.btn-close-language {
    position: absolute;
    top: 15px;
    font-size: 20px;
    right: 20px;
    font-size: 20px;
    line-height: 20px;
    padding: 0px;
}

#top-language .goog-te-gadget {
    text-align: center;
}

@media (max-width: 767px) {
    #top-language.nav .toggle_cont {
        position: fixed;
        width: 90%;
        left: 5%;
        top: 60px;
    }
}

.header-cart .logos_box {
    width: 25%;
    padding: 12px 0px
}

.header-cart .searchs_box {
    width: 50%;
    position: relative;
}

.header-cart .carts_box {
    width: 25%;
    display: flex;
    justify-content: flex-end;
}

    .header-cart .carts_box .box-currency {
        cursor: pointer;
    }

.header-cart .step {
    position: relative;
    width: 80%;
    left: 10%;
    height: 30px;
}

.header-cart .progress {
    height: 2px;
    color: #303030;
    background-color: #707070;
}

.header-cart .circle {
    border: 0px;
    position: absolute;
    top: -6px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-left: 7px solid #ccc;
    border-bottom: 7px solid transparent;
}

.header-cart .progress-bar-success {
    background-color: #231815;
}

.header-cart .c {
    border-left: 7px solid #231815;
}

.header-cart .c1 {
    left: 0px;
}

.header-cart .c2 {
    left: 50%;
}

.header-cart .c3 {
    right: 0px;
}

.header-cart .txt {
    position: absolute;
    top: 10px;
    font-weight: bold;
    white-space: nowrap;
}

.header-cart .t1 {
    left: 0%;
    transform: translateX(-50%);
}

.header-cart .t2 {
    left: 50%;
    transform: translateX(-50%);
}

.header-cart .t3 {
    left: 100%;
    transform: translateX(-50%);
}

@media (max-width: 767px) {
    header .header-top .header-cart {
        flex-flow: column;
    }

    .header-cart .logos_box {
        width: 100%;
        text-align: center
    }

        .header-cart .logos_box img {
            width: 50px;
        }

    .header-cart .searchs_box {
        width: 90%;
        padding-bottom: 12px;
    }

    .header-cart .carts_box {
        display: none;
    }
}

.footer-cart {
    background-color: #FFF;
    padding-bottom: 10px;
}

    .footer-cart a {
        color: #000;
        line-hegith: 100%;
        margin-right: 20px;
        font-size: 12px;
    }

.lazy {
    background: transparent url(images/lazy-loader.jpg) no-repeat center center;
    min-height: 100px;
}

    .lazy img {
        -moz-transition: 1s all ease;
        -o-transition: 1s all ease;
        -webkit-transition: 1s all ease;
        transition: 1s all ease;
        opacity: 0;
        -webkit-backface-visibility: hidden;
    }

    .lazy.lazy-loaded {
        background: none;
    }

        .lazy.lazy-loaded img {
            opacity: 1;
        }

#livesearch_search_results::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

#livesearch_search_results:hover::-webkit-scrollbar {
    display: block
}

#livesearch_search_results::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: #707070;
    height: 50px;
}

#livesearch_search_results::-webkit-scrollbar-track {
    border-radius: 0;
    background: #fff;
}

#livesearch_search_results {
    margin: 0px 0 0;
    text-align: left;
    padding: 0px;
    position: absolute;
    top: 48px;
    left: 0px;
    right: 0px;
    background-color: #ffffff;
    border: 2px solid #707070;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    list-style-type: none;
    z-index: 12;
    font-size: 15px;
    line-height: 26px;
    max-height: 350px;
    overflow-y: auto;
    overflow-x: hidden;
}

    #livesearch_search_results a, #livesearch_search_results a:visited {
        display: block;
        padding: 5px;
        width: 100%
    }

        #livesearch_search_results a:before, #livesearch_search_results a:after, #livesearch_search_results a:visited:before, #livesearch_search_results a:visited:after {
            display: table;
            content: "";
            line-height: 0;
        }

        #livesearch_search_results a:after, #livesearch_search_results a:visited:after {
            clear: both;
        }

    #livesearch_search_results li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-flow: row-reverse;
        padding: 5px 10px 5px 10px
    }

        #livesearch_search_results li:hover {
            background: #f3f3f3
        }

        #livesearch_search_results li img {
            float: left;
            margin-right: 12px;
        }

            #livesearch_search_results li img.loading {
                background: #fff;
            }

    #livesearch_search_results span {
        display: block;
        float: right;
        padding: 5px;
        font-size: 12px;
        white-space: nowrap;
    }

.search-label {
    line-height: 200%;
}

    .search-label .label {
        margin-right: 5px;
    }

    .search-label a, .search-label a:visited, .search-labela:focus {
        color: #FFF;
        font-weight: normal;
    }

.nav_box_2 .navigationb {
    display: none;
}

.searchs {
    display: none;
}

@media (max-width: 1024px) {
    .header_box {
        padding: 5px 0px;
    }

    header .right_box .nav_box_1 {
        position: absolute;
        top: -100px;
    }

    header .right_box .btc-dealzone {
        display: none;
    }

    header .right_box #tm-login {
        display: none;
    }

    header .right_box {
        align-items: flex-end;
    }

    header .nav_box_2 {
        padding-top: 8px;
    }

        header .nav_box_2 .cart_box > .btc > button div .h44 {
            display: none;
        }

   

    header .right_box .search_box {
        position: absolute;
        z-index: 500;
        background-color: #efefef;
        margin: 0px;
        left: 00px;
        right: 0px;
        top: 70px;
    }

        header .right_box .search_box .search {
            margin: 5px 10px;
        }

    #livesearch_search_results {
        left: 10px;
        right: 10px;
    }

    .nav_box_2 .navigationb {
        display: block;
    }

    .searchs {
        display: block;
    }

    .search_box {
        display: none;
    }

        .search_box.active {
            display: block;
        }
}

@media (max-width: 991px) {
    section .block_sale .bgwhite_margin .box-static > a:nth-child(2n), section .block_category_featured .bgwhite_margin .box-static > div {
        border-right: 0px solid #eee;
    }

    section .block_featured .bgwhite_margin .box-static > div {
        padding: 10px 0px;
        border-right: 0px solid #eee;
    }
}

@media (max-width: 767px) {
  

    header .right_box .search_box {
        top: 60px;
    }

    header .nav_box_2 {
        padding-top: 0px;
    }

    section .block_set .container {
        padding-left: 0px;
        padding-right: 0px;
    }

    section .block_set .bgwhite_margin {
        margin-top: 6px;
        padding: 20px 12px 0px 12px;
    }

        section .block_set .bgwhite_margin .tx-module-tab .name {
            justify-content: center;
            font-size: 20px
        }

        section .block_set .bgwhite_margin div div a:after {
            background: rgba(0,0,0,0.04);
            border-radius: 0px
        }

        section .block_set .bgwhite_margin .box-static > a:last-child {
            padding: 15px 0px !important;
        }

    section .bannermtop {
        margin-top: -6px;
    }

    section .block_category .bgwhite_margin {
        padding: 20px 12px 10px 12px;
        border-radius: 0px;
    }

        section .block_category .bgwhite_margin .content_box1 {
            display: flex;
            flex-flow: wrap;
            margin-right: 0px;
            margin-left: 0px;
        }

            section .block_category .bgwhite_margin .content_box1 > div {
                padding-right: 0px;
                padding-left: 0px;
                width: 49%
            }

                section .block_category .bgwhite_margin .content_box1 > div:nth-child(even) {
                    margin-left: 2%;
                    margin-bottom: 2%
                }

    section .block_category_featured .bgwhite_margin .box-static > div .caption .rating {
        margin: 4px 0px;
    }

    section .block_sale .bgwhite_margin .box-static a .caption .price {
        flex-flow: column;
        line-height: 110%
    }

        section .block_sale .bgwhite_margin .box-static a .caption .price .deal {
            margin: 0
        }

        section .block_sale .bgwhite_margin .box-static a .caption .price .price-new {
            font-size: 18px
        }

        section .block_sale .bgwhite_margin .box-static a .caption .price div .price-old {
            display: none
        }

    section .block_sale .bgwhite_margin .box-static > a:after {
        content: unset
    }

    section .block_sale .bgwhite_margin .box-static > a:nth-child(odd) {
        padding: 10px 10px 10px 0px;
    }

    section .block_sale .bgwhite_margin .box-static > a:nth-child(even) {
        padding: 10px 0px 10px 10px;
    }

    section .block_sale .bgwhite_margin .box-static > a .caption .name div {
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
        padding: 4px 0px;
    }

    section .block_featured .bgwhite_margin .box-static > div .caption .rating {
        margin: 5px 0px;
    }

    section .block_blog .bgwhite_margin .box-static > div {
        padding-right: 0px;
        padding-left: 0px;
        width: 49%;
    }

        section .block_blog .bgwhite_margin .box-static > div:nth-child(even) {
            margin-left: 2%;
            margin-bottom: 1%
        }

    section .block_blog .bgwhite_margin .box-static div .image a {
        max-height: 120px
    }

    section .block_blog .bgwhite_margin .box-static div .caption a {
        font-size: 14px;
        line-height: 140%
    }

    section .block_latest .bgwhite_margin .box-static > div {
        padding: 10px;
        margin-bottom: 10px;
        border-radius: 4px
    }

        section .block_latest .bgwhite_margin .box-static > div .image a {
            padding: 10px
        }

        section .block_latest .bgwhite_margin .box-static > div .caption {
            margin: 0px 0px 10px 0px;
        }

        section .block_latest .bgwhite_margin .box-static > div .title h2 {
            font-size: 14px
        }

        section .block_latest .bgwhite_margin .box-static > div .title p {
            font-size: 12px
        }

        section .block_latest .bgwhite_margin .box-static > div .cart {
            padding: 10px
        }
}

.cart, .wishlist, .compare, .recent {
    position: relative;
}

    .cart strong, .cart b {
        color: #ff8b00;
        font-weight: bold;
    }

    .cart a:hover img {
        opacity: .8;
    }

    .cart #cart-total {
        display: none;
    }

    .cart .toggle_cont, .wishlist .toggle_cont, .compare .toggle_cont, .recent .toggle_cont {
        position: fixed;
        z-index: 999;
        display: block;
        right: 0px;
        top: 0;
        bottom: 0;
        width: 340px;
        margin: 0px;
        padding: 60px 20px 0px 20px;
        color: #7d7d7d;
        background: #fff;
        font-size: 14px;
        line-height: 24px;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .cart .toggle_cont, .wishlist .toggle_cont, .compare .toggle_cont, .recent .toggle_cont {
        right: -340px;
        -moz-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease;
    }

        .cart .toggle_cont.active, .wishlist .toggle_cont.active, .compare .toggle_cont.active, .recent .toggle_cont.active {
            -moz-transform: translateX(-340px);
            -ms-transform: translateX(-340px);
            -o-transform: translateX(-340px);
            -webkit-transform: translateX(-340px);
            transform: translateX(-340px);
        }

.btn-close-cart {
    position: absolute;
    top: 20px;
    font-size: 25px;
    right: 15px;
    font-size: 20px;
    line-height: 20px;
    padding: 0px;
}

.cart .toggle_cont > li, .wishlist .toggle_cont > li, .compare .toggle_cont > li, .recent .toggle_cont > li {
    padding: 0;
}

.cart .toggle_cont .text-empty, .wishlist .toggle_cont .text-empty, .compare .toggle_cont .text-empty, .recent .toggle_cont .text-empty {
    margin: 10px;
}

.toggle_cont .h22 {
    margin: 0px;
    font-size: 16px;
    font-weight: bold;
    color: #231815;
}

.cart .toggle_cont .name a {
    display: block;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
}

.cart .toggle_cont .table.subtotal > tbody > tr:first-child > td {
    border-top: none;
}

.cart .toggle_cont .table.subtotal .t-bline td {
    border-top: 0px;
    vertical-align: middle
}

.cart .toggle_cont .table.subtotal .b-bline td {
    border-top: 0px;
    vertical-align: middle
}

.cart .toggle_cont .table.subtotal strike {
    color: red;
}

.cart .toggle_cont .table.total > tbody > tr > td, .cart .table.total > tbody > tr > th, .cart .table.total > tfoot > tr > td, .cart .table.total > tfoot > tr > th, .cart .table.total > thead > tr > td, .cart .table.total > thead > tr > th {
    border: 0px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.cart .toggle_cont .table.total > tbody > tr:first-child > td {
    border-top: 1px solid #ebebeb;
    padding-top: 10px
}

.cart .discount2 {
    margin-bottom: 5px;
    margin-top: 5px;
    color: #000;
    padding: 5px 10px;
    text-align: left;
}

    .cart .discount2 span {
        font-weight: bold;
    }

.cart .toggle_cont .text-foot {
    position: absolute;
    bottom: 0px;
    left: 10px;
    right: 10px;
    padding-bottom: 10px;
}

.cart .cartloader {
    position: fixed;
    z-index: 998;
    display: none;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -moz-transition: all 1.3s ease 0.3s;
    -o-transition: all 1.3s ease 0.3s;
    -webkit-transition: all 1.3s ease 0.3s;
    transition: all 1.3s ease 0.3s;
}

    .cart .cartloader.visible {
        display: block;
    }

    .cart .cartloader .close_zcart {
        position: absolute;
        right: 0px;
        top: 0px;
        font-size: 20px;
        padding: 10px 20px;
        cursor: pointer;
        display: none
    }

.cart_login {
    margin: 5px 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

    .cart_login span {
        text-decoration: underline;
        cursor: pointer;
        color: #000;
    }

    .cart_login a {
        cursor: pointer;
    }

.wishlist .toggle_cont .toggle_cont1 {
    margin-top: 15px;
}

.wishlist .witem {
    background-color: #f9f9f9;
    margin-bottom: 10px;
    padding: 15px 5px 10px 10px;
    position: relative;
}

.wishlist .wname {
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    font-size: 0.9em;
    margin-bottom: 10px;
    padding-right: 18px;
}

.wishlist .price {
    display: block;
}

.wishlist .wcart {
    color: #888;
    font-size: 1.3em;
    float: right;
}

.wishlist .wclose {
    color: #888;
    font-size: 1.4em;
    position: absolute;
    right: 45px;
    bottom: 8px;
}

.wishlist .text-foot {
    position: absolute;
    bottom: 0px;
    left: 10px;
    right: 10px;
    padding-bottom: 10px;
}

.favorite_login {
    margin-bottom: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .favorite_login span {
        text-decoration: underline;
        cursor: pointer;
        color: #000;
    }

    .favorite_login a {
        cursor: pointer;
    }

.compare .toggle_cont .toggle_cont1 {
    margin-top: 15px;
}

.compare .witem {
    background-color: #f9f9f9;
    margin-bottom: 10px;
    padding: 15px 5px 10px 10px;
    position: relative;
}

.compare .wname {
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    font-size: 0.9em;
    margin-bottom: 10px;
    padding-right: 18px;
}

.compare .price {
    display: block;
}

.compare .wcart {
    color: #888;
    font-size: 1.3em;
    float: right;
}

.compare .wclose {
    color: #888;
    font-size: 1.3em;
    position: absolute;
    right: 12px;
    bottom: 10px;
}

.compare .text-foot {
    position: absolute;
    bottom: 0px;
    left: 10px;
    right: 10px;
    padding-bottom: 10px;
}

.recent .toggle_cont .toggle_cont1 {
    margin-top: 15px;
}

.recent .witem {
    background-color: #f9f9f9;
    margin-bottom: 10px;
    padding: 15px 5px 15px 10px;
    position: relative;
}

.recent .wname {
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    font-size: 0.9em;
    margin-bottom: 10px;
    padding-right: 18px;
}

.recent .price {
    display: block;
}

.recent .wcart {
    color: #888;
    font-size: 1.3em;
    float: right;
}

@media (max-width: 767px) {
    .top-login {
        position: fixed;
        top: 0px;
        right: 66px;
        z-index: 10001;
        line-height: 50px;
        height: 50px;
        padding: 0px;
        border-right: 0px;
    }

        .top-login .toggle span {
            display: none;
        }

        .top-login .toggle i {
            display: block;
            color: #000;
        }

    .toggle_form {
        position: fixed;
        top: 60px;
        width: 60%;
        left: 20%;
        right: 20%;
    }

    .top-login input[type="text"], .top-login input[type="password"] {
        padding-left: 5px;
    }
}

@media (max-width: 448px) {
    .toggle_form {
        width: 90%;
        left: 5%;
        right: 5%;
        min-width: 250px;
    }
}

.socials .sfb, .socials .sgg {
    color: #FFF;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: blue;
    border-radius: 25px;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    margin-left: 10px;
}

.socials .sfb {
    background-color: #3b579d;
}

.socials .sgg {
    background-color: #d54135;
}

.loginloader {
    position: fixed;
    display: none;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -moz-transition: all 1.3s ease 0.3s;
    -o-transition: all 1.3s ease 0.3s;
    -webkit-transition: all 1.3s ease 0.3s;
    transition: all 1.3s ease 0.3s;
}

    .loginloader.visible {
        display: block;
    }

    .loginloader .close_zcart {
        position: absolute;
        right: 0px;
        top: 0px;
        font-size: 20px;
        padding: 10px 20px;
        cursor: pointer;
    }

aside [class*="col-"], .column-left {
    width: 100%;
    padding: 0;
}

.category, .category-filter {
    border-radius: 5px;
}

    .category a {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .category .list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
        color: #ee8f30;
        background-color: whitesmoke;
        border-color: #ddd;
    }

    .category .panel-heading i {
        float: right;
        cursor: pointer;
        color: #555;
    }

#column-left .h22 {
    display: none;
}

#category-filter.active {
    color: #231815;
}

@media (max-width: 991px) {
    #column-left {
        position: fixed;
        z-index: 998;
        display: block;
        right: -340px;
        top: 0;
        bottom: 0;
        width: 340px;
        margin: 0px;
        padding: 60px 20px 0px 20px;
        color: #7d7d7d;
        background: #fff;
        font-size: 14px;
        line-height: 24px;
        -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.06);
        -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.06);
        box-shadow: 0 1px 10px rgba(0, 0, 0, 0.06);
        overflow-y: auto;
        overflow-x: hidden;
    }

    #column-left {
        -moz-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease;
    }

        #column-left.active {
            -moz-transform: translateX(-340px);
            -ms-transform: translateX(-340px);
            -o-transform: translateX(-340px);
            -webkit-transform: translateX(-340px);
            transform: translateX(-340px);
        }

        #column-left.h22 {
            display: block;
            margin: 0px;
            padding: 0px 10px;
            font-size: 15px;
            margin-bottom: 15px;
        }

    .category .panel-heading {
        padding: 15px 20px;
    }
}

.category-filter > .list-group .list-group-item {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.category-filter .panel-heading i {
    float: right;
    cursor: pointer;
    color: #555;
}

@media (max-width: 992px) {
    .category-filter .panel-heading {
        padding: 15px 20px;
    }
}

.shipping_box {
    padding: 10px;
}

    .shipping_box a {
        white-space: nowrap;
        word-break: keep-all;
        overflow: hidden;
        text-overflow: ellipsis;
        color: white;
        font-size: 14px;
    }

.navigation {
    position: relative;
}

    .navigation > .container {
        padding-left: 0;
        padding-right: 0;
    }

.menu_box .megamenu {
    width: 50%;
    left: 25%;
}

@media (max-width: 1024px) {
    .stuck-menu {
        display: none;
    }
}

.megamenu {
    position: relative;
}

.sf-menu .simple_menu {
    list-style-type: none;
    display: none;
    position: absolute;
    z-index: 109;
    left: 0;
    top: 100%;
    text-align: left;
    text-align-last: left;
    background: #FFF;
    width: 270px;
    margin-top: 0;
    padding: 0;
    text-align: left;
}

    .sf-menu .simple_menu li {
        position: relative;
    }

        .sf-menu .simple_menu li a {
            display: block;
            padding: 15px 20px;
        }

        .sf-menu .simple_menu li.sfHover > a, .sf-menu .simple_menu li > a:hover, .sf-menu .simple_menu li > a.active {
            background-color: #fafafa;
        }

    .sf-menu .simple_menu .simple_menu {
        left: 100%;
        top: 0;
        margin-top: 0;
    }

        .sf-menu .simple_menu .simple_menu:before {
            display: none;
        }

.sf-menu li.sf-with-multi {
    position: static;
}

.sf-menu .simple_menu.simple_l2 {
    width: 51%;
    left: 0px;
    height: 470px;
}

    .sf-menu .simple_menu.simple_l2 .simple_ll a {
        width: 33%;
        float: left;
        ;
        white-space: nowrap;
    }

.sf-menu .simple_menu.simple_r2 {
    width: 50%;
    left: auto;
    right: 0px;
    height: 470px
}

    .sf-menu .simple_menu.simple_r2 .simple_ll a {
        width: 33%;
        float: left;
        white-space: nowrap;
    }

.sf-menu li.sf-with-multif {
    position: static;
}

.sf-menu .sf-multif {
    display: none;
    position: absolute;
    list-style-type: none;
    text-align: left;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: 10;
    padding: 20px;
    background: #FFF;
}

    .sf-menu .sf-multif .sf-multif-nav {
        float: left;
        width: 15%;
    }

    .sf-menu .sf-multif .kf-multif-nav {
        float: left;
        width: 68%;
    }

    .sf-menu .sf-multif .sf-multif-nav ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

        .sf-menu .sf-multif .sf-multif-nav ul li {
            border-bottom: 1px solid #fafafa;
            padding-left: 10px;
        }

            .sf-menu .sf-multif .sf-multif-nav ul li:hover {
                background-color: #fafafa;
            }

            .sf-menu .sf-multif .sf-multif-nav ul li.active {
                background-color: #fafafa;
            }

    .sf-menu .sf-multif .sf-multif-content {
        float: left;
        width: 82%;
        margin-left: 3%;
    }

        .sf-menu .sf-multif .sf-multif-content > ul li {
            display: none;
            min-height: 200px;
        }

            .sf-menu .sf-multif .sf-multif-content > ul li.active {
                display: block;
            }

        .sf-menu .sf-multif .sf-multif-content .cat {
            float: left;
            width: 75%;
            min-height: 200px;
        }

            .sf-menu .sf-multif .sf-multif-content .cat .cat_title {
                margin: 0px 10px;
            }

            .sf-menu .sf-multif .sf-multif-content .cat .cat_list {
                max-height: 450px;
                overflow-y: auto;
                overflow-x: hidden;
            }

                .sf-menu .sf-multif .sf-multif-content .cat .cat_list .cat_list_item {
                    display: block;
                    width: 15%;
                    float: left;
                    margin-right: 5%;
                    margin-bottom: 5%;
                }

                    .sf-menu .sf-multif .sf-multif-content .cat .cat_list .cat_list_item a {
                        display: block;
                        margin-bottom: 10px;
                        border: 1px solid #eee;
                        border-radius: 5px;
                    }

                    .sf-menu .sf-multif .sf-multif-content .cat .cat_list .cat_list_item span {
                        display: block;
                        height: 40px;
                        line-height: 20px;
                        font-size: 13px;
                        text-align: center;
                        overflow: hidden;
                        white-space: break-spaces;
                    }

        .sf-menu .sf-multif .sf-multif-content .img {
            float: right;
            width: 22%;
            min-height: 200px;
        }

.sf-menu .kf-multif {
    display: none;
    position: absolute;
    list-style-type: none;
    text-align: left;
    width: 100%;
    top: 100%;
    left: 0;
    padding: 0px;
    background: #fff;
    display: flex;
}

.sf-menu .sf-multif .kf-multif-nav {
    width: 68%;
    float: left;
    padding: 20px 20px 40px 20px;
    background: #fff
}

    .sf-menu .sf-multif .kf-multif-nav .category {
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-align: center;
        border-bottom: 1px solid #cdcdcd;
        padding-bottom: 20px;
        border-radius: 0px
    }

        .sf-menu .sf-multif .kf-multif-nav .category a {
            display: flex;
            flex-flow: column;
            position: relative;
        }

            .sf-menu .sf-multif .kf-multif-nav .category a:after {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background: rgba(0,0,0,0);
                border-radius: 4px;
                -webkit-transition: background .3s;
                transition: background .3s;
            }

            .sf-menu .sf-multif .kf-multif-nav .category a:hover:after {
                background: rgba(0,0,0,.04);
            }

            .sf-menu .sf-multif .kf-multif-nav .category a img {
                padding: 10px 60px;
            }

            .sf-menu .sf-multif .kf-multif-nav .category a span {
                color: #303030;
                font-size: 1em;
                margin-bottom: 10px
            }

    .sf-menu .sf-multif .kf-multif-nav .article .article_title {
        display: flex;
        align-items: baseline;
        justify-content: center;
        margin: 30px 0px;
        color: #303030;
        font-size: 1em
    }

        .sf-menu .sf-multif .kf-multif-nav .article .article_title h2 {
            margin-bottom: 0px;
            font-size: 1.5em;
            margin-right: 10px;
        }

        .sf-menu .sf-multif .kf-multif-nav .article .article_title a {
            color: #303030
        }

            .sf-menu .sf-multif .kf-multif-nav .article .article_title a:hover {
                text-decoration: underline;
                cursor: pointer;
            }

        .sf-menu .sf-multif .kf-multif-nav .article .article_title i {
            font-size: 0.6em
        }

    .sf-menu .sf-multif .kf-multif-nav .article .article_content {
        display: flex;
        margin-top: -12px;
    }

        .sf-menu .sf-multif .kf-multif-nav .article .article_content div {
            display: flex;
            flex-flow: wrap;
            width: 100%;
            justify-content: space-between;
        }

            .sf-menu .sf-multif .kf-multif-nav .article .article_content div a {
                color: #303030;
                line-height: 140%;
                margin-top: 12px;
                width: 30.33%
            }

                .sf-menu .sf-multif .kf-multif-nav .article .article_content div a:hover {
                    text-decoration: underline;
                }

.sf-menu .sf-multif .kf-multif-content {
    width: 32%;
    float: right;
    margin-left: 0%;
    background: #f3f3f3
}

    .sf-menu .sf-multif .kf-multif-content .specials {
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-align: center;
        background: #fff;
        padding: 20px;
        margin: 40px 20px 20px 20px;
        border-left: 8px solid #ff8b00;
        cursor: pointer;
        position: relative
    }

        .sf-menu .sf-multif .kf-multif-content .specials:after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0,0,0,0);
            border-radius: 4px;
            -webkit-transition: background .3s;
            transition: background .3s;
        }

        .sf-menu .sf-multif .kf-multif-content .specials:hover:after {
            background: rgba(0,0,0,.02);
        }

        .sf-menu .sf-multif .kf-multif-content .specials div i {
            font-size: 2em;
            color: #ff8b00
        }

        .sf-menu .sf-multif .kf-multif-content .specials div .bi-chevron-right {
            color: #303030
        }

        .sf-menu .sf-multif .kf-multif-content .specials div h4 {
            margin-bottom: 0;
            color: #303030
        }

        .sf-menu .sf-multif .kf-multif-content .specials div p {
            margin-bottom: 0;
            color: #303030
        }

    .sf-menu .sf-multif .kf-multif-content .evaluation {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-flow: column;
        padding: 20px
    }

        .sf-menu .sf-multif .kf-multif-content .evaluation a {
            display: flex;
            padding: 20px;
            position: relative;
            cursor: pointer;
        }

            .sf-menu .sf-multif .kf-multif-content .evaluation a:after {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background: rgba(0,0,0,0);
                border-radius: 4px;
                -webkit-transition: background .3s;
                transition: background .3s;
            }

            .sf-menu .sf-multif .kf-multif-content .evaluation a:hover:after {
                background: rgba(0,0,0,.04);
            }

            .sf-menu .sf-multif .kf-multif-content .evaluation a img {
                max-width: 100px;
                max-height: 100px;
                margin-right: 10px
            }

            .sf-menu .sf-multif .kf-multif-content .evaluation a p {
                color: #303030;
                margin-bottom: 0px;
                line-height: 140%;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 5;
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: break-spaces;
            }

@media (max-width: 1439px) {
    .sf-menu .sf-multif .kf-multif-nav .category a img {
        padding: 10px 40px;
    }
}

@media (max-width: 1280px) {
    .sf-menu .sf-multif .kf-multif-nav .category a img {
        padding: 10px 30px;
    }
}

@media (max-width: 1199px) {
}

.sf-menu li.sf-with-mega {
    position: static;
}

.sf-menu .sf-mega {
    display: none;
    position: absolute;
    list-style-type: none;
    text-align: left;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: 10;
    padding: 30px;
    background: #FFF;
}

    .sf-menu .sf-mega > li {
        display: block;
        padding: 0;
    }

        .sf-menu .sf-mega > li.sf-mega_row {
            margin: 0 -15px;
        }

            .sf-menu .sf-mega > li.sf-mega_row:before {
                display: table;
                content: "";
                line-height: 0;
            }

            .sf-menu .sf-mega > li.sf-mega_row:after {
                display: table;
                content: "";
                line-height: 0;
                clear: both;
            }

        .sf-menu .sf-mega > li a {
            display: inline-block;
        }

            .sf-menu .sf-mega > li a:hover, .sf-menu .sf-mega > li a.active {
                color: #000;
            }

        .sf-menu .sf-mega > li ul {
            padding: 0;
            list-style-type: none;
        }

        .sf-menu .sf-mega > li.sf-mega_row .sf-mega_section {
            float: left;
            padding: 0 15px;
            margin-bottom: 30px;
        }

.sf-menu .submenu_category_title a {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
}

.sf-menu .submenu_title {
    margin-bottom: 23px;
    letter-spacing: 0;
    text-transform: uppercase;
}

    .sf-menu .submenu_title > a {
        font-weight: bold;
    }

.sf-menu .submenu_list li {
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

    .sf-menu .submenu_list li > a, .sf-menu .submenu_title + ul li > a:visited {
        color: #fff;
    }

    .sf-menu .submenu_list li + li {
        margin-top: 16px;
    }

.rd-close {
    cursor: pointer;
    position: absolute;
    left: 15px;
    top: 20px;
    font-size: 25px;
    font-weight: bold;
}

.rd-user {
    padding: 30px 20px 15px 30px;
}

    .rd-user > DIV {
        padding: 10px 0px;
    }

        .rd-user > DIV i {
            font-size: 20px;
            margin-right: 5px;
            vertical-align: bottom;
        }

.rd-mobilemenu {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 999;
    text-align: left;
    -moz-transition: 0.8s all ease;
    -o-transition: 0.8s all ease;
    -webkit-transition: 0.8s all ease;
    transition: 0.8s all ease;
}

.rd-mobilemenu_ul {
    position: fixed;
    top: 0px;
    left: -340px;
    bottom: 0px;
    margin: 0px;
    padding: 60px 20px 0px 20px;
    color: #666;
    background: #FFF;
    font-size: 15px;
    line-height: 20px;
    overflow: auto;
    width: 340px;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.rd-mobilemenu.active .rd-mobilemenu_ul {
    -moz-transform: translateX(340px);
    -ms-transform: translateX(340px);
    -o-transform: translateX(340px);
    -webkit-transform: translateX(340px);
    transform: translateX(340px);
}

.rd-mobilemenu_ul > li {
    display: inline-block;
    width: 100%;
    padding: 15px 20px 15px 30px;
}

.rd-mobilemenu_ul .simple_menu {
    padding-right: 0;
}

.rd-mobilemenu_ul li > a {
    display: block;
}

.rd-mobilemenu_ul li a.active {
    text-decoration: underline;
}

.rd-mobilemenu_ul li a .rd-submenu-toggle {
    position: absolute;
    top: 50%;
    right: 11px;
    margin-top: -16px;
    width: 32px;
    height: 32px;
    font: 400 10px "FontAwesome";
    line-height: 32px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    z-index: 1;
}

    .rd-mobilemenu_ul li a .rd-submenu-toggle:after {
        content: '\f078';
    }

    .rd-mobilemenu_ul li a .rd-submenu-toggle:hover {
        background: #FFF;
        color: #666;
    }

.rd-mobilemenu_ul li a.rd-with-ul {
    position: relative;
}

    .rd-mobilemenu_ul li a.rd-with-ul.active .rd-submenu-toggle {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.rd-mobilemenu_ul ul {
    list-style-type: none;
    padding-left: 0;
}

    .rd-mobilemenu_ul ul li {
        padding: 10px 25px 10px 20px;
    }

    .rd-mobilemenu_ul ul a {
        font-weight: normal;
        white-space: nowrap;
    }

.rd-mobilemenu_ul:after {
    content: '';
    display: block;
    height: 20px;
}

@media (min-width: 768px) {
    .rd-close {
        top: 75px;
        left: 50px;
    }

    .rd-mobilemenu_ul {
        padding-top: 140px;
    }
}

#banner_tops {
    margin-bottom: 0px;
}

#banner_top:after {
    content: '';
    display: block;
    clear: both;
}

#banner_top > div {
    padding-left: 1px;
    padding-right: 1px;
    text-align: right;
    margin-bottom: 2px;
}

    #banner_top > div:hover img {
        opacity: .8;
    }

    #banner_top > div a {
        display: block;
    }

#banner_top .s-desc {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 10px;
    color: #000;
    background-color: #ffffff;
}

    #banner_top .s-desc h4 {
        color: #231815;
        margin-bottom: 5px;
        font-weight: normal;
        white-space: nowrap;
    }

    #banner_top .s-desc ul li {
        color: #FFF;
        margin-bottom: 5px;
        font-weight: normal;
        white-space: nowrap;
    }

    #banner_top .s-desc a {
        color: #231815;
    }

    #banner_top .s-desc .banner-l {
        float: left;
        margin: 10px;
        width: 100px;
        border-right: 1px solid #d8d8d8;
        text-align: left;
    }

#banner_top {
    max-height: 600px;
}

@media (max-width: 1199px) {
    #banner_top .s-desc {
        font-size: 13px;
    }

        #banner_top .s-desc .banner-l {
            display: none;
        }

    #banner_top > div a img {
        min-height: 180px;
    }
}

#banner-big > div {
    background-color: #121212;
    font-size: 18px;
}

    #banner-big > div > a {
        display: block;
        float: right;
        width: 67.25%;
        color: #FFF;
    }

#banner-big .s-desc {
    float: left;
    width: 32.75%;
    padding: 5.4% 3% 0 4.5%;
    color: #FFF;
}

    #banner-big .s-desc h2 {
        color: #FFF;
        margin-bottom: 20px;
        font-size: 25px;
        font-weight: normal;
    }

    #banner-big .s-desc p {
        padding-right: 20%;
    }

    #banner-big .s-desc a {
        display: none;
    }

@media (max-width: 992px) {
    #banner-big > div {
        background-position: center bottom;
        font-size: 14px;
    }

    #banner-big div > a {
        float: none;
        width: auto;
    }

    #banner-big .s-desc h2 {
        font-size: 14px;
    }

    #banner-big .s-desc {
        float: none;
        width: auto;
        padding: 5%;
        display: none;
    }
}

h1.blog-title {
    line-height: 40px;
    font-weight: bold;
    padding: 10px;
    margin-bottom: 15px;
    text-align: center;
    border-bottom: 1px solid #fafafa;
    font-size: 24px;
}

.blog-categories .box-heading {
    line-height: 40px;
    font-weight: bold;
    padding: 10px;
}

.blog-categories ul ul {
    margin: 0px;
    padding: 0px;
}

    .blog-categories ul ul li {
        list-style: none;
    }

        .blog-categories ul ul li a {
            text-indent: 20px;
        }

.blog-categories ul > li > a {
    background: whitesmoke;
    display: block;
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
    padding: 10px;
}

    .blog-categories ul > li > a:hover, .blog-categories ul > li > a.active {
        color: #000;
        background: #ee8f30;
    }

.blog-categories ul > li {
    border-top: 2px solid #fff;
    margin-top: 0;
    position: relative;
}

.blog-categories i {
    position: absolute;
    display: block;
    top: 0px;
    right: 0px;
    cursor: hand;
    padding: 10px;
    cursor: pointer;
}

.blog-search .box-heading {
    line-height: 40px;
    font-weight: bold;
    padding: 10px;
}

.blog-search #blog-search {
    position: relative;
}

.blog-search input[type="text"] {
    padding-right: 35px;
    padding-left: 20px;
}

.blog-search a {
    display: inline-block;
    position: absolute;
    right: 10px;
    font-size: 16px;
    top: 0;
    background: none;
}

    .blog-search a:before {
        font-family: "FontAwesome";
        content: '\f002';
    }

.blog_articles .box-heading {
    line-height: 40px;
    font-weight: bold;
    padding: 10px;
}

.blog_article {
    margin-bottom: 15px;
    border-bottom: 1px solid #efefef;
}

.article-description {
    margin-bottom: 25px;
    line-height: 200%;
    line-height: 200%;
}

.article-title {
    font: 700 20px/24px Montserrat, sans-serif;
    margin-bottom: 15px;
}

.article-sub-title {
    font: 400 13px/16px Montserrat, sans-serif;
    margin-bottom: 15px;
    color: #000;
}

    .article-sub-title span {
        display: inline-block;
    }

.article-image {
    margin-bottom: 15px;
}

.article-btn {
    margin-bottom: 10px;
}

.article-info .article-sub-title {
    text-align: center;
}

    .article-info .article-sub-title > span {
        margin: 0px 10px;
        font-size: 15px;
    }

.article-image {
    margin-top: 10px;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
}

    .article-image img {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        overflow: hidden;
    }

.article-info .m10 {
    margin-bottom: 10px;
}

.thumbup {
    cursor: pointer;
}

    .thumbup.active {
        color: #f76c41;
        border: 1px solid #f76c41;
    }

.simple-blog-product.product-thumb .image img {
    position: static;
}

.related-article .article-sub-title {
    text-align: left;
}

.author-info .image {
    float: left;
    margin: 5px 30px 10px 0;
}

.article-comment {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
}

    .article-comment .author {
        float: left;
        text-transform: uppercase;
        font-size: 16px;
        margin-bottom: 10px;
    }

    .article-comment .reply-message {
        float: right;
        text-transform: uppercase;
    }

        .article-comment .reply-message a {
            color: #000;
            font-weight: bold;
        }

            .article-comment .reply-message a:hover {
                color: #ee8f30;
            }

    .article-comment .comment-date {
        clear: both;
        color: #000;
    }

    .article-comment .text {
        margin-top: 15px;
    }

    .article-comment .article-reply {
        margin: 30px 0 0 60px;
    }

.reply-cancel {
    color: #ee8f30;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    text-transform: uppercase;
    margin: 5px 0px;
}

    .reply-cancel:hover {
        color: #000;
    }

#review-title {
    clear: both;
}

@media (max-width: 767px) {
    h1.blog-title {
        font-size: 16px;
    }
}

.newsletter #tm-newsletter-form {
    display: block;
    max-width: 350px;
    margin-top: 15px;
}

.newsletter .newsletter-social {
    margin: 20px auto;
}

.newsletter .btn-unscribe {
    background: none;
    color: #231815;
}

.newsletter input, .newsletter input:focus {
    border: 1px solid #231815;
}

@media (max-width: 767px) {
    .newsletter #tm-newsletter-form {
        margin: 15px auto;
    }
}

.social-link {
    display: flex;
    margin-top: 10px
}

@media (max-width: 767px) {
    .social-link {
        justify-content: center
    }
}

.social-link span {
    display: block;
    margin: 25px auto 5px;
    color: #FFF;
}

.social-link a {
    color: #eee;
    margin-right: 1em;
    font-size: 1.2em;
    background: #fff;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
}

    .social-link a:hover {
        background: #eee
    }

    .social-link a i {
        font-size: 22px;
        color: #303030;
        position: relative;
        top: 1px;
    }

.row-inner {
    display: flex;
    flex-flow: wrap;
}

.fancybox-inner .option-radio .radio, .fancybox-inner .option-radio .radio + .radio {
    margin: 0 10px 10px 0;
    padding: 0;
}

.fancybox-inner input[type="radio"] + label:before {
    background-color: #e5e7e9;
}

.fancybox-close {
    background: none !important;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
}

    .fancybox-close:before {
        position: absolute;
        top: 0;
        left: 0;
        content: '\f00d';
        color: #bdbdbd;
        font: 400 20px/20px 'FontAwesome';
        width: 20px;
        height: 20px;
    }

    .fancybox-close:hover:before {
        color: #ff7043;
    }

.fancybox-skin {
    color: #757575;
    background: #fff !important;
    font-size: 14px;
    line-height: 30px;
}

    .fancybox-skin .img-responsive {
        background: #fff !important;
    }

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
}

.fancybox-skin:hover .fancybox-nav span {
    visibility: visible;
}

.fancybox-nav {
    height: 40px;
    top: 50%;
    width: 40px;
}

.fancybox-next {
    right: -60px;
}

.fancybox-prev {
    left: -60px;
}

@keyframes light {
    from {
        opacity: 0.5;
    }

    to {
        opacity: 1;
    }
}

.ajax-quickviews {
    position: fixed;
    display: none;
    z-index: 10007;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    height: 80%;
    width: 80%;
    max-width: 1000px;
    max-height: 685px;
    color: #7d7d7d;
    background: #fff;
    font-size: 16px;
    line-height: 24px;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.06);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.06);
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    border-radius: 5px;
    padding: 10px 0px;
    animation-name: light;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-direction: alternate;
    overflow-x: hidden;
}

    .ajax-quickviews.visible {
        display: block;
    }

    .ajax-quickviews .close_quickview {
        position: absolute;
        right: 15px;
        top: 10px;
        padding-left: 15px;
        padding-bottom: 15px;
        color: #000;
        font-size: 20px;
        cursor: pointer;
        z-index: 1000;
    }

.ajax-quickview-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20;
    background: rgba(119, 119, 119, 0.38);
    opacity: 0;
    visibility: hidden;
}

    .ajax-quickview-overlay.visible {
        opacity: 1;
        visibility: visible;
        z-index: 1000;
    }

.ajax-quickview {
    height: 100%;
    padding: 0 10px;
}

.ajax-quickview-images {
    position: relative;
    width: 50%;
    height: 100%;
    float: left;
}

    .ajax-quickview-images > ul, .ajax-quickview-images > ul > li {
        height: 100%;
    }

    .ajax-quickview-images > ul {
        margin: 0;
        background: whitesmoke;
        overflow: hidden;
        background: #fff;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

        .ajax-quickview-images > ul > li {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            z-index: 1;
            opacity: 0;
            text-align: center;
            overflow: hidden;
            -moz-transition: opacity 0.5s ease;
            -o-transition: opacity 0.5s ease;
            -webkit-transition: opacity 0.5s ease;
            transition: opacity 0.5s ease;
        }

            .ajax-quickview-images > ul > li > img {
                display: inline-block;
                position: absolute;
                top: 50%;
                left: 50%;
                -moz-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                -o-transform: translate(-50%, -50%);
                -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                max-height: 101%;
                max-width: none;
                width: auto;
            }

            .ajax-quickview-images > ul > li.active {
                z-index: 2;
                opacity: 1;
            }

    .ajax-quickview-images .next-img, .ajax-quickview-images .prev-img {
        position: absolute;
        top: 50%;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 5;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        text-align: center;
        font-size: 20px;
        line-height: 50px;
        height: 50px;
        width: 50px;
        color: #FFF;
        background: #000;
        opacity: 30%;
    }

        .ajax-quickview-images .next-img:hover, .ajax-quickview-images .prev-img:hover {
            color: #fff;
            background: #000;
        }

    .ajax-quickview-images .next-img {
        right: 0;
    }

    .ajax-quickview-images .prev-img {
        left: 0;
    }

    .ajax-quickview-images:hover .next-img, .ajax-quickview-images:hover .prev-img {
        opacity: 1;
    }

    .ajax-quickview-images .video_frame {
        position: absolute;
        top: 50%;
        left: 50%;
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .ajax-quickview-images .discount {
        top: 0px;
        right: 0px;
    }

.ajax-quickview-cont {
    float: right;
    width: 50%;
    max-height: 100%;
    overflow-y: auto;
    padding: 20px 30px;
}

    .ajax-quickview-cont h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .ajax-quickview-cont .rating {
        margin-bottom: 5px;
    }

    .ajax-quickview-cont input[name*="quantity"] {
        width: 50px;
    }

.ajax-inquiry {
    padding: 20px;
}

    .ajax-inquiry .model {
        color: #333;
    }

    .ajax-inquiry .captcha-label {
        display: none;
    }

    .ajax-inquiry .form-horizontal .control-label {
        text-align: left;
    }

    .ajax-inquiry #contact-success {
        font-size: 15px;
    }

@media (max-width: 991px) {
    .fancybox-close {
        top: 10px;
        right: 10px;
    }

    .ajax-quickviews {
        width: 90%;
        height: 90%;
        min-width: 350px;
    }

    .ajax-quickview {
        overflow-y: auto;
    }

    .ajax-quickview-images {
        float: none;
        width: 100%;
        height: 400px;
        padding: 20px;
        margin-top: 25px;
    }

    .ajax-quickview-cont {
        float: none;
        width: 100%;
        height: auto;
        padding: 20px;
        max-height: none;
        overflow-y: auto;
    }
}

@media (max-width: 767px) {
    .ajax-quickviews {
        min-width: 350px;
    }

    .ajax-quickview-images {
        height: 350px;
    }
}

.catalog-filter.product-filter .sort .sbHolder {
    width: 200px;
}

.catalog-filter.product-filter .show .sbHolder {
    width: 75px;
}

.catalogs .lazy {
    min-height: 50px;
    max-width: 50px;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background-color: red;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
    left: 0;
    right: 0;
    
}

.swiper-pagination-clickable .swiper-pagination-bullet-active {
    background-color: #000;
    color: #000;
}

.swiper-slide {
    background-position: center center;
    min-height: 300px;
    background-repeat: no-repeat;
}

.swiper-slide__link {
    display: block;
    height: 100%;
    text-align: center;
}

.swiper-slide .desc {
    height: 400px;
    display: flex;
    align-items: flex-start;
    flex-flow: column;
    justify-content: center;
    width: 60%
}

    .swiper-slide .desc h2 {
        font-size: 45px;
        margin-bottom: 0px;
        color: #FFF;
        line-height: 120%
    }

    .swiper-slide .desc p {
        color: #fff;
        margin-top: 10px;
        margin-bottom: 30px;
        font-size: 20px;
        line-height: 140%
    }

    .swiper-slide .desc a {
        color: #FFF;
        border-bottom: 1px solid #ccc;
        border-radius: 4px;
        font-weight: 700;
        font-size: 20px;
        padding: 15px 25px
    }

@media (min-width: 2560px) {
    .swiper-slide__link img {
        opacity: 0%;
    }
}

@media (max-width: 1200px) {
    .swiper-slide .desc h2 {
        font-size: 40px;
    }

    .swiper-slide .desc p {
        font-size: 18px
    }

    .swiper-slide .desc a {
        font-size: 18px;
        padding: 12px 20px;
    }
}

@media (max-width: 767px) {
    .swiper-slide {
        min-height: 350px;
    }

    .swiper-slider {
        max-height: 350px;
    }

    .swiper-slide .desc {
        height: 350px;
        display: none
    }

        .swiper-slide .desc p {
            font-size: 16px
        }

        .swiper-slide .desc h2 {
            font-size: 27px;
            line-height: 32px;
        }

    .swiper-button-next:before, .swiper-button-prev:before {
        color: #FFF;
    }

    .swiper-button-next, .swiper-button-prev {
        background: none;
    }

        .swiper-button-prev:hover, .swiper-button-next:hover {
            background-color: #ee8f30;
        }
}

.owl-carousel {
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: auto;
}

    .owl-carousel .owl-item {
        width: auto;
    }

    .owl-carousel .owl-nav div {
        opacity: 1;
        color: #000;
        transition: all .3s ease;
        font-size: 20px;
        line-height: 50px;
        position: absolute;
        top: 50%;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        display: inline-block;
        height: 50px;
        width: 50px;
        text-align: center;
    }

        .owl-carousel .owl-nav div.disabled {
            color: #000;
            background: #b3b7b8;
            opacity: 0;
            pointer-events: none;
        }

        .owl-carousel .owl-nav div:hover {
            color: #fff;
            background: #1e1e1e;
            opacity: 0.8;
        }

    .owl-carousel .owl-nav .owl-prev {
        left: 0;
    }

    .owl-carousel .owl-nav .owl-next {
        right: 0;
    }

    .owl-carousel:hover .owl-nav div {
        opacity: 1;
    }

        .owl-carousel:hover .owl-nav div.disabled {
            opacity: 0;
            pointer-events: none;
        }

    .owl-carousel:hover .owl-nav .owl-prev {
        left: 0;
    }

    .owl-carousel:hover .owl-nav .owl-next {
        right: 0;
    }

.owl-carousel {
    background: transparent url(images/lazy-loader.jpg) no-repeat center center;
    min-height: 100px;
}

    .owl-carousel > div {
        display: none;
    }

    .owl-carousel.owl-loaded {
        background: none;
    }

        .owl-carousel.owl-loaded > div {
            display: block;
        }

@media (max-width: 767px) {
    .owl-carousel .owl-nav div {
        opacity: 0.5;
        text-shadow: none;
        background: none;
    }
}

.manufacturer {
    margin-bottom: 40px;
    position: relative;
}

    .manufacturer .box-heading {
        text-align: center;
        margin-bottom: 30px;
    }

        .manufacturer .box-heading h2 {
            letter-spacing: 1.5px;
            margin-bottom: 54px;
        }

    .manufacturer .owl-carousel .owl-item {
        text-align: center;
        line-height: 96px;
        vertical-align: top;
    }

        .manufacturer .owl-carousel .owl-item a {
            display: inline-block;
            vertical-align: middle;
        }

            .manufacturer .owl-carousel .owl-item a img {
                -moz-transition: 0.3s all ease;
                -o-transition: 0.3s all ease;
                -webkit-transition: 0.3s all ease;
                transition: 0.3s all ease;
            }

            .manufacturer .owl-carousel .owl-item a:hover img {
                opacity: .7;
            }

    .manufacturer .owl-carousel .owl-nav div {
        top: 45%;
    }

    .manufacturer .owl-carousel .owl-nav .owl-prev {
        left: 0;
    }

    .manufacturer .owl-carousel .owl-nav .owl-next {
        right: 0;
    }

    .manufacturer .box-content {
        position: relative;
    }

@media (max-width: 767px) {
    .manufacturer .box-heading {
        padding-left: 15px;
        padding-right: 15px;
    }

        .manufacturer .box-heading h2 {
            margin-bottom: 0;
        }
}

.tx-module-tab {
    text-align: left;
    height: 50px;
    line-height: 50px;
    white-space: nowrap;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
}

    .tx-module-tab .name {
        color: #303030;
        font-size: 20px;
        font-weight: 700;
    }

    .tx-module-tab .reviews_form_titles {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        margin-left: 20px;
    }

        .tx-module-tab .reviews_form_titles > a {
            display: flex;
        }

            .tx-module-tab .reviews_form_titles > a .rating {
                display: flex;
                align-items: center;
                margin-left: 10px;
            }

                .tx-module-tab .reviews_form_titles > a .rating > i {
                    margin-left: 5px;
                    position: relative;
                    top: 1px;
                }

    .tx-module-tab .line {
        clear: both;
    }

.relative-block .tx-module-tab .name {
    padding: 0px 15px;
}

@media (max-width: 767px) {
    .tx-module-tab .name {
        font-size: 16px;
    }

    .tx-module-tab {
        height: 18px;
        line-height: 18px;
        margin-bottom: 15px;
    }

        .tx-module-tab .reviews_form_titles {
            margin-left: 0px;
        }
}

.testimonials-carousel > .per {
    display: inline-block;
    width: 20%;
}

.testimonials-carousel .per {
    text-align: center;
}

    .testimonials-carousel .per > div {
        margin: 0 5px;
        padding: 5px;
    }

    .testimonials-carousel .per a {
        display: inline-block;
        vertical-align: middle;
    }

        .testimonials-carousel .per a.link {
            position: relative;
            min-height: 150px;
            max-height: 300px;
        }

        .testimonials-carousel .per a .fa-instagram {
            position: absolute;
            font-size: 30px;
            top: 48%;
            left: 48%;
            color: white;
        }

        .testimonials-carousel .per a img {
            -moz-transition: 0.3s all ease;
            -o-transition: 0.3s all ease;
            -webkit-transition: 0.3s all ease;
            transition: 0.3s all ease;
        }

        .testimonials-carousel .per a:hover img {
            opacity: .7;
        }

    .testimonials-carousel .per .tname {
        line-height: 150%;
        margin: 5px 10px;
        display: block;
    }

.testimonials-carousel .all button {
    text-align: center;
    margin-top: 25px;
    padding-left: 50px;
    padding-right: 50px;
}

.view-block {
    position: relative;
}

    .view-block .product-thumb {
        display: none;
    }

    .view-block .box-content {
        margin-left: -15px;
        margin-right: -15px;
    }

    .view-block .owl-carousel {
        width: auto;
        min-height: 245px;
    }

        .view-block .owl-carousel .owl-nav div {
            top: 45%;
        }

        .view-block .owl-carousel .owl-item .product-thumb {
            display: block;
            position: relative;
            margin: 5px;
        }

    .view-block .product-thumb .caption .name {
        height: 50px;
        line-height: 25px;
        overflow: hidden;
    }

    .view-block .owl-list .product-thumb {
        display: block;
    }

@media (max-width: 767px) {
    .view-block {
        padding: 20px 0px;
    }

        .view-block .owl-list .product-thumb {
            width: 50%;
            float: left;
            margin: 10px 0px;
        }
}

@media (max-width: 484px) {
    .view-block .product-thumb .image > a {
        padding: 10px;
    }

    .view-block .product-thumb .caption {
        padding: 0px 10px 5px 10px
    }

        .view-block .product-thumb .caption .name {
            margin-bottom: 5px;
        }
}

.topsale-block {
    position: relative;
}

    .topsale-block .product-thumb {
        display: none;
    }

    .topsale-block .box-content {
        margin-left: -15px;
        margin-right: -15px;
    }

    .topsale-block .owl-carousel {
        width: auto;
        min-height: 245px;
    }

        .topsale-block .owl-carousel .owl-nav div {
            top: 45%;
        }

        .topsale-block .owl-carousel .owl-item .product-thumb {
            display: block;
            position: relative;
            margin: 5px;
        }

    .topsale-block .product-thumb .caption .name {
        height: 50px;
        line-height: 25px;
        overflow: hidden;
    }

    .topsale-block .owl-list .product-thumb {
        display: block;
    }

@media (max-width: 767px) {
    .topsale-block {
        padding: 20px 0px;
    }

        .topsale-block .owl-list .product-thumb {
            width: 50%;
            float: left;
            margin: 10px 0px;
        }
}

@media (max-width: 484px) {
    .topsale-block .product-thumb .image > a {
        padding: 10px;
    }

    .topsale-block .product-thumb .caption {
        padding: 0px 10px 5px 10px
    }

        .topsale-block .product-thumb .caption .name {
            margin-bottom: 5px;
        }
}

.product-product .topsale-block {
    margin: 0px 15px;
    padding: 30px;
    border-radius: 10px;
    background-color: #fff;
}

@media (max-width: 1024px) {
    .product-product .topsale-block {
        margin: 0px 0px;
        padding: 15px;
    }
}

@media (max-width: 991px) {
    .product-product .topsale-block {
        padding: 15px;
        background-color: unset;
    }
}

@media (max-width: 484px) {
    .product-product .topsale-block .owl-list .product-thumb:nth-child(odd) {
        width: 48.8%;
        float: left;
        margin: 0% 0% 2.4% 0%;
    }

    .product-product .topsale-block .owl-list .product-thumb:nth-child(even) {
        width: 48.8%;
        float: right;
        margin: 0% 0% 2.4% 0%;
    }
}

.product-product .containers {
    margin: 25px auto 0px;
}

@media (max-width: 768px) {
    .product-product .containers {
        margin-top: 10px;
    }
}

@media (min-width: 768px) {
    .product-product .containers {
        width: 98%;
    }
}

@media (min-width: 992px) {
    .product-product .containers {
        width: 95%;
    }
}

@media (min-width: 1200px) {
    .product-product .containers {
        width: 90%;
    }
}

@media (min-width: 1636px) {
    .product-product .containers {
        width: 1440px;
    }
}

.related-block {
    margin-bottom: 15px;
    position: relative;
}

    .related-block .box-heading {
        font-size: 1.5em;
        font-weight: bold;
        padding: 30px 0px;
        color: #000;
    }

    .related-block .owl-carousel .owl-nav div {
        top: 50%;
    }

    .related-block .box-content {
        margin-left: -15px;
        margin-right: -15px;
    }

    .related-block .owl-carousel {
        width: auto;
    }

        .related-block .owl-carousel .owl-item .product-thumb {
            position: relative;
            margin: 0 !important;
        }

            .related-block .owl-carousel .owl-item .product-thumb:hover {
                z-index: 1;
            }

    .related-block .header-top {
        padding-bottom: 10px;
        border-bottom: 1px solid #ebebeb;
        margin-bottom: 30px;
    }

    .related-block .product-thumb .caption .name {
        font-size: 0.9em;
        height: 50px;
        line-height: 25px;
        overflow: hidden;
    }

.relative-block {
    position: relative;
    min-height: 300px;
}

s.relative-block .product-thumb {
    display: none;
}

#relativep {
    display: flex;
    flex-wrap: wrap;
}

.relative-block #relativep .checkbox-inline span {
    font-size: 16px;
    font-weight: 700;
    margin-left: 5px;
}

.relative-block .owl-stage > div:nth-of-type(2) > div:first-child > .plus {
    top: 0%;
    display: flex;
    align-items: center;
    height: 100%;
}

.relativemore {
    text-align: center;
    cursor: pointer;
    margin: 10px;
}

.relative-block .relatives-products {
    width: 75%;
}

.relative-block .relatives-total {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

    .relative-block .relatives-total p, .relative-block .relatives-total span {
        margin: 0 0 10px;
        color: #303030;
    }

.relative-block .btn-primary {
    background-color: #ff8b00;
    color: #FFF;
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    font-weight: 700;
}

.relative-block .relatives-carousel {
    margin-left: 20px;
    margin-right: 20px;
}

.relative-block .owl-carousel .owl-item {
    padding: 0px 15px 0px;
}

.relative-block .owl-carousel .owl-nav div:hover {
    background-color: #ee8f30;
}

.relative-block .owl-carousel .owl-nav .owl-prev {
    left: -15px;
}

.relative-block .owl-carousel .owl-nav .owl-next {
    right: -15px;
}

.relative-block .owl-carousel .owl-nav div {
    background-color: #fff;
    width: 30px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
}

    .relative-block .owl-carousel .owl-nav div:hover {
        background-color: #ee8f30;
    }

    .relative-block .owl-carousel .owl-nav div::before {
        color: #d1d1d1;
    }

    .relative-block .owl-carousel .owl-nav div:hover::before {
        color: #303030;
    }

.relative-block .owl-carousel .product-thumb {
    display: block;
    margin: 0px 0px 5px 0px;
}

    .relative-block .owl-carousel .product-thumb .plus {
        position: absolute;
        top: 50%;
        left: -25px;
        font-size: 25px;
        color: #d1d1d1;
        display: none;
    }

    .relative-block .owl-carousel .product-thumb .images {
        padding: 10px;
        min-height: 150px;
        position: relative;
    }

        .relative-block .owl-carousel .product-thumb .images::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0,0,0,.04);
            border-radius: 6px;
            -webkit-transition: background .3s;
            transition: background .3s;
            z-index: 1;
        }

    .relative-block .owl-carousel .product-thumb.active {
        box-shadow: 0 4px 12px rgba(0,0,0,.08);
    }

        .relative-block .owl-carousel .product-thumb.active .plus {
            color: #d1d1d1;
        }

    .relative-block .owl-carousel .product-thumb .caption {
        padding: 10px
    }

        .relative-block .owl-carousel .product-thumb .caption .name {
            line-height: 25px;
            overflow: hidden;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            display: -webkit-box;
        }

.relative-block .owl-list .product-thumb {
    display: block;
    background-color: #f9f9f9;
    margin: 10px;
}

    .relative-block .owl-list .product-thumb:after {
        content: "";
        display: block;
        clear: both;
    }

    .relative-block .owl-list .product-thumb .plus {
        display: none;
    }

    .relative-block .owl-list .product-thumb .images {
        width: 25%;
        float: left;
        position: relative;
    }

        .relative-block .owl-list .product-thumb .images img {
            margin: 10px;
        }

    .relative-block .owl-list .product-thumb .discount {
        left: 10px;
        top: 10px;
        right: unset;
    }

    .relative-block .owl-list .product-thumb .caption {
        width: 70%;
        float: right;
        padding: 10px;
    }

@media (max-width: 991px) {
    .relative-block .relatives-products {
        width: 100%;
    }

    .relative-block .relatives-total {
        width: 100%;
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .relative-block .relatives-total {
        margin-top: 10px;
    }

        .relative-block .relatives-total p, .relative-block .relatives-total span {
            margin: 0 0 5px;
        }

    .relative-block .owl-list .product-thumb .caption {
        padding: 10px 10px 10px 0px
    }
}

@media (max-width: 484px) {
    .relative-block .owl-list .product-thumb {
        margin: 0px 10px 10px 10px;
    }
}

.topcompare-table {
    text-align: center;
}

    .topcompare-table .tr-th {
        position: sticky;
        left: 0px;
        z-index: 1
    }

        .topcompare-table .tr-th:before {
            content: " ";
            position: absolute;
            top: -1px;
            bottom: -1px;
            left: -1px;
            right: -1px;
            border: 1px solid #ddd;
        }

    .topcompare-table .tr-border1 {
        border-bottom: 1px solid transparent !important;
        background-color: #FFF;
    }

    .topcompare-table .tr-th.tr-border1:before {
        border-top: 1px solid #ddd;
        border-bottom: 0px;
    }

    .topcompare-table .tr-border2 {
        border-bottom: 1px solid transparent !important;
        background-color: #FFF;
    }

    .topcompare-table .tr-th.tr-border2:before {
        border-bottom: 0px;
        border-top: 0px;
    }

    .topcompare-table .tr-border3 {
        border-bottom: 1px solid transparent !important;
        background-color: #FFF;
    }

    .topcompare-table .tr-th.tr-border3:before {
        border-bottom: 0px;
        border-top: 0px;
    }

    .topcompare-table .tr-border {
        border-bottom: 1px solid transparent !important;
        background-color: #FFF;
    }

    .topcompare-table .name-control a:hover {
        text-decoration: underline;
        color: #ff8b00;
    }

    .topcompare-table .name-control a {
        line-height: 25px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
    }

    .topcompare-table .text-clip {
        width: 150px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

.mobile-carousel {
    margin-left: 0px;
    margin-right: 0px;
}

    .mobile-carousel .product-thumb {
        width: 19%;
        margin: 0.5%;
        float: left;
    }

    .mobile-carousel .cart-button {
        display: none;
    }

@media (max-width: 991px) {
    .mobile-carousel .product-thumb {
        width: 49%;
        margin: 0.5%;
    }
}

.module_tab .nav-tabs {
    text-align: center;
}

    .module_tab .nav-tabs > li {
        float: none;
        display: inline-block;
    }

        .module_tab .nav-tabs > li > a {
            line-height: 30px;
        }

        .module_tab .nav-tabs > li.active > a {
            color: #231815;
        }

.module_tab .owl-item {
    width: 20%;
    font-size: 18px;
}

.module_tab .cart-button {
    display: none;
}

.color_scheme_1 {
    background: #fbc02d;
}

    .color_scheme_1:before {
        background: #ff7043;
    }

    .color_scheme_1:after {
        background: #000000;
    }

.color_scheme_2 {
    background: #c7a78e;
}

    .color_scheme_2:before {
        background: #ff5a52;
    }

    .color_scheme_2:after {
        background: #27170f;
    }

.color_scheme_3 {
    background: #7ae1c3;
}

    .color_scheme_3:before {
        background: #6eb07d;
    }

    .color_scheme_3:after {
        background: #0b1916;
    }

.color_scheme_4 {
    background: #98cdd1;
}

    .color_scheme_4:before {
        background: #7b9ed9;
    }

    .color_scheme_4:after {
        background: #040c20;
    }

#style_switcher, #style_switcher .toggler {
    background: #fff;
    border: 1px solid #ebebeb;
}

.toggler {
    border-left: none !important;
    margin: -1px 0 0 -1px;
}

#style_switcher .toggler {
    color: #7d7d7d;
}

    #style_switcher .toggler:hover {
        color: #ee8f30;
    }

#style_switcher div.color_scheme {
    position: relative;
    overflow: hidden;
}

    #style_switcher div.color_scheme:before, #style_switcher div.color_scheme:after {
        content: '';
        position: absolute;
        left: 50%;
        width: 50%;
        height: 50%;
        -webkit-filter: blur(0);
        filter: blur(0);
    }

    #style_switcher div.color_scheme:before {
        top: 0;
    }

    #style_switcher div.color_scheme:after {
        bottom: 0;
    }

#style_switcher {
    position: fixed;
    top: 190px;
    width: 295px;
    box-sizing: border-box;
    left: 0;
    z-index: 1012;
    padding: 21px 29px 62px 30px;
    text-align: left;
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transition: transform 0.2s ease;
    -moz-transition: transform 0.2s ease;
    -ms-transition: transform 0.2s ease;
    -o-transition: transform 0.2s ease;
    transition: transform 0.2s ease;
}

    #style_switcher.shown {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        z-index: 1012;
    }

    #style_switcher p {
        line-height: 28px;
        font-size: 17px;
        font-weight: normal;
        padding: 0 0 23px;
    }

        #style_switcher p span {
            font-size: 12.4px;
            display: block;
            line-height: 21px;
            color: #888;
        }

    #style_switcher .toggler {
        position: absolute;
        top: 0;
        left: 100%;
        width: 57px;
        height: 60px;
        font-size: 18px;
        line-height: 40px;
        cursor: pointer;
        text-align: center;
        transition: color .2s ease;
    }

        #style_switcher .toggler:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            line-height: 60px;
            text-align: center;
            font-size: 26px;
            height: 60px;
            content: '\f1fb';
            font-family: "FontAwesome";
            transition: color .2s ease;
        }

    #style_switcher.shown .toggler:before {
        content: '\f00d';
    }

    #style_switcher #color-box {
        margin: 0;
        list-style: none;
        font-size: 0;
        padding: 0 0 40px;
        line-height: 0;
    }

        #style_switcher #color-box li {
            display: inline-block;
            margin-right: 10px;
            cursor: pointer;
            vertical-align: top;
        }

            #style_switcher #color-box li:hover, #style_switcher #color-box li.active {
                padding: 2px;
            }

    #style_switcher div.color_scheme {
        width: 40px;
        height: 40px;
        border-radius: 0;
    }

    #style_switcher #color-box li:hover div.color_scheme, #style_switcher #color-box li.active div.color_scheme {
        height: 36px;
        width: 36px;
    }

    #style_switcher #style_switcher_form {
        padding: 0;
        margin: 0;
    }

        #style_switcher #style_switcher_form button.button {
            display: block;
            text-align: center;
            padding: 4px 30px 6px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            background-position: 50% 50% !important;
            background-repeat: no-repeat !important;
            outline: none !important;
            position: relative;
            border: 2px solid #626262 !important;
            background: transparent !important;
            font-size: 15px;
            line-height: 26px;
            font-weight: bold;
        }

            #style_switcher #style_switcher_form button.button:hover {
                background: #626262 !important;
                color: #fff !important;
            }

    #style_switcher.loading:before {
        position: absolute;
        right: 30px;
        bottom: 40px;
        background: url(images/preloader.gif);
        width: 60px;
        height: 20px;
        content: '';
    }

    #style_switcher.success:before {
        position: absolute;
        right: 30px;
        bottom: 32px;
        content: '\f00c';
        font-family: FontAwesome;
        font-size: 20px;
        line-height: 40px;
    }

body.mobile_mode.mobile #style_switcher {
    top: 0 !important;
}

@media (max-width: 480px) {
    #style_switcher {
        width: 260px;
        padding-left: 20px;
    }
}

.breadcrumb {
    margin-top: 20px;
    margin-bottom: 20px;
    background: none;
    padding: 0px;
    font-size: 13px;
}

    .breadcrumb a {
        display: inline-block;
        color: #231815;
    }

        .breadcrumb a:hover {
            color: #000;
        }

            .breadcrumb a:hover i {
                color: #000;
            }

    .breadcrumb > li {
        position: relative;
        vertical-align: top;
        display: inline;
    }

        .breadcrumb > li:last-child span {
            color: #231815;
        }

        .breadcrumb > li + li:before {
            content: '> ';
            padding: 0;
            margin-left: 2px;
            margin-right: 2px;
            font-size: 12px;
            line-height: 14px;
        }

    .breadcrumb i {
        color: #000;
        -moz-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        -webkit-transition: color 0.3s ease;
        transition: color 0.3s ease;
    }

.sign-table .sign-title {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    margin-bottom: 20px
}

    .sign-table .sign-title span {
        font-size: 20px;
        font-weight: 700;
        color: #ddd;
        display: inline-block;
        height: 32px;
        cursor: pointer;
    }

        .sign-table .sign-title span.gap {
            margin: 0px 50px;
            cursor: auto
        }

        .sign-table .sign-title span.active {
            color: #303030;
            border-bottom: 2px solid #222;
        }

.sign-table .new_affiliate .affiliate_content, .sign-table .affiliate_Login .affiliate_content {
    max-width: 800px;
    margin: 20px auto
}

    .sign-table .new_affiliate .affiliate_content h4, .sign-table .affiliate_Login .affiliate_content h4 {
        text-align: center;
        font-size: 18px;
        margin-bottom: 15px;
        color: #303030
    }

    .sign-table .new_affiliate .affiliate_content form div, .sign-table .affiliate_Login .affiliate_content form div {
        margin-bottom: 15px
    }

        .sign-table .new_affiliate .affiliate_content form div label, .sign-table .affiliate_Login .affiliate_content form div label {
            margin-bottom: 5px;
            color: #303030;
            font-size: 14px;
            font-weight: 700;
        }

        .sign-table .new_affiliate .affiliate_content form div input, .sign-table .affiliate_Login .affiliate_content form div input {
            height: 50px;
            border-radius: 4px;
            color: #303030
        }

    .sign-table .new_affiliate .affiliate_content form .btn-primary, .sign-table .affiliate_Login .affiliate_content form .btn-primary {
        padding: 15px 20px;
        border-radius: 4px;
        margin-top: 15px;
        font-weight: 700;
        width: 100%
    }

    .sign-table .affiliate_Login .affiliate_content form div.form-group {
        display: flex;
        flex-flow: wrap;
        justify-content: space-between;
    }

        .sign-table .affiliate_Login .affiliate_content form div.form-group a {
            color: #007185;
            font-weight: 400;
        }

            .sign-table .affiliate_Login .affiliate_content form div.form-group a:hover {
                text-decoration: underline;
            }

#getcode .well {
    background-color: #f3f3f3;
}

#getcode form .form-group label {
    margin-bottom: 5px;
    color: #303030;
    font-size: 14px;
    font-weight: 700;
}

#getcode form .form-group input, #getcode form .form-group textarea {
    height: 50px;
    border-radius: 4px;
    color: #303030;
    padding: 12px 10px 8.5px 17px;
}

#getcode .buttons div button {
    padding: 15px 20px;
    border-radius: 4px;
    margin-top: 15px;
    font-weight: 700;
}

#getcode .sharing-section {
    margin: 1em 0
}

    #getcode .sharing-section h4 {
        color: #303030
    }

    #getcode .sharing-section .links {
        display: flex;
        justify-content: center;
        flex-flow: wrap;
    }

        #getcode .sharing-section .links .share-btn {
            width: 10%;
            text-align: center
        }

            #getcode .sharing-section .links .share-btn a {
                color: #303030
            }

                #getcode .sharing-section .links .share-btn a div img {
                    width: 55px;
                    margin-bottom: 5px
                }

@media (max-width: 767px) {
    .sign-table .sign-title {
        justify-content: space-evenly;
    }

        .sign-table .sign-title span.gap {
            display: none
        }

        .sign-table .sign-title span {
            margin-bottom: 10px
        }

    #getcode .sharing-section .links .share-btn {
        width: 20%;
    }

        #getcode .sharing-section .links .share-btn a {
            margin-bottom: 15px
        }

            #getcode .sharing-section .links .share-btn a div img {
                width: 45px;
            }
}

.bgwhite {
    background-color: #FFF
}

.bgwhite_panel {
    background-color: #FFF;
    padding: 20px 25px;
    border-radius: 10px;
}

.bgwhite_description {
    background-color: #FFF;
    padding: 25px;
    border-radius: 0px 0px 5px 5px;
}

.bgwhite_margin {
    margin-top: 25px;
}

@media (max-width: 767px) {
    .bgwhite_margin {
        margin-top: 10px;
    }

    .bgwhite_panel {
        padding: 15px 5px;
        border-radius: 4px;
    }

    .bgwhite_description {
        padding: 15px;
    }

    .product_tabss {
        margin-top: 10px;
    }
}

@media (max-width: 484px) {
    .bgwhite_margin {
        margin-top: 6px;
        padding-left: 10px;
        padding-right: 10px;
    }

    #tab-story {
        margin-left: -10px;
        margin-right: -10px;
        padding-left: 15px;
        padding-right: 15px;
        border-radius: 0px;
        border-top: 6px solid #f5f6f8;
    }

    .product_tabss {
        margin-top: 10px;
        padding-right: 0px;
        padding-left: 0px;
    }

    .bgwhite_mobile {
        padding-left: 0px;
        padding-right: 0px;
        background-color: #FFF;
    }
}

.product-banner {
    text-align: center;
    overflow: hidden;
    max-height: 100px;
    margin-top: 15px;
}

.product_page-left {
    float: left;
    width: 35%;
    ;
    min-height: 350px;
    position: relative;
}

.general_info {
    float: left;
    width: 60%;
    margin-left: 5%;
}

.product_page-left .product_page-left-ad {
    position: absolute;
    width: 100%;
    bottom: 25px;
}

.general_row {
    padding-bottom: 25px;
    display: flex;
}

    .general_row.products .product_page-left {
        float: left;
        width: 35%;
        height: 100%;
    }

    .general_row.products .general_info {
        float: left;
        width: 45%;
        height: 100%;
        margin-left: 2.5%;
        margin-right: 2.5%;
    }

    .general_row.products .product_page-right {
        float: left;
        width: 15%;
        height: 100%;
    }

@media (max-width: 1339px) {
    .general_row.products .product_page-left {
        width: 35%;
    }

    .general_row.products .general_info {
        float: left;
        width: 40%;
        margin-left: 2.5%;
        margin-right: 2.5%;
    }

    .general_row.products .product_page-right {
        float: left;
        width: 20%;
    }
}

@media (max-width: 1199px) {
    .general_row.products .product_page-left {
        width: 40%;
    }

    .general_row.products .general_info {
        float: left;
        width: 57%;
        margin-left: 2%;
        margin-right: 0;
    }

    .general_row.products .product_page-right {
        display: none;
    }
}

@media (max-width: 1024px) {
    .general_row {
        display: block;
    }

    .product_page-left {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }

        .product_page-left .product_page-left-ad {
            position: static;
            margin-bottom: 20px;
            margin-top: 20px;
            display: none;
        }

    .general_info {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .general_row.products .product_page-left {
        float: none;
        width: 100%;
    }

    .general_row.products .general_info {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .general_info {
        margin-left: 0;
        margin-right: 0;
    }

    .general_row {
        padding-bottom: 10px;
    }

        .general_row.products .general_info {
            margin-left: 0;
            margin-right: 0;
        }

        .general_row.products .product_page-right {
            display: none;
        }
}

@media (min-width: 1200px) {
    .general_row.products .product_num {
        display: none;
    }

    .general_row.products .product_buy {
        display: none;
    }

    .general_row.products .product_fav {
        display: none;
    }

    .general_row.products .product_optionss {
        display: none;
    }

    .general_row.products .section3 {
        display: none;
    }
}

@media (max-width: 767px) {
    .general_info .product_color {
        display: none;
    }

    .general_info .product_num {
        display: none;
    }

    .general_info .product_buy {
        display: none;
    }
}

.general_info .labels {
    display: inline-block;
    width: 70px;
    font-size: 90%;
}

.general_info input[name*="quantity"] {
    width: 32px;
}

.new-quantity.input-group .btn-default {
    background: #fff;
    padding: 0px 8px;
    height: 30px;
    line-height: 30px;
    color: #303030
}

    .new-quantity.input-group .btn-default:hover i {
        color: #ff8b00;
    }

.new-quantity.input-group .counter-minus {
    border-top: 1px #d1d1d1 solid;
    border-bottom: 1px #d1d1d1 solid;
    border-left: 1px #d1d1d1 solid;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.new-quantity.input-group input.cart-q {
    border: 0px solid #d1d1d1;
    height: 30px;
    padding: 0px 8px;
    font-size: 14px;
    line-height: 30px;
    border-top: 1px #d1d1d1 solid;
    border-bottom: 1px #d1d1d1 solid;
    width: 100%;
}

.new-quantity.input-group .counter-plus {
    border-top: 1px #d1d1d1 solid;
    border-bottom: 1px #d1d1d1 solid;
    border-right: 1px #d1d1d1 solid;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.product-title {
    margin: 0 0 10px;
    font-size: 16px;
    color: #303030;
}

.rating-section {
    margin-bottom: 20px;
}

    .rating-section .sku-link {
        margin-left: 15px;
    }

.notice-section {
    background-color: #eee;
    padding: 5px 10px;
    text-align: left;
}

    .notice-section .name {
        font-weight: bold;
        font-size: 18px;
        font-style: italic;
        float: left;
        text-transform: uppercase;
    }

    .notice-section .line {
        text-align: right;
        padding: 2px;
    }

    .notice-section ul.product-countdown li span {
        color: #FFF;
    }

.price-section {
    margin-bottom: 15px;
    padding: 5px 0px;
    line-height: 200%;
    background-color: #f9f9f9;
}

    .price-section .price-new {
        font-weight: bold;
        font-size: 20px;
    }

    .price-section .free_shipping {
        white-space: nowrap;
        word-break: keep-all;
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 767px) {
    .price-section {
        background-color: #fff;
        border-bottom: 1px #eee solid;
        padding: 5px 0px;
        line-height: 150%;
        margin-bottom: 18px;
    }
}

.product-section {
    padding: 10px 0;
}

    .product-section strong {
        font-weight: 400;
    }

        .product-section strong + span {
            font-size: 16px;
            color: #000;
        }

            .product-section strong + span.stock {
                color: green;
            }

.product_color {
    margin-bottom: 10px;
}

    .product_color a {
        display: inline-block;
        border: 1px solid #eee;
        padding: 2px;
        margin-right: 10px;
        margin-bottom: 10px;
    }

        .product_color a.vselect, .product_color a:hover {
            background-color: #303030;
            color: #FFF;
        }

        .product_color a.img {
            border: 1px solid #ccc;
        }

            .product_color a.img.vselect, .product_color a.img:hover {
                border-color: #000;
                background-color: #FFF;
            }

.product_num {
    margin-bottom: 20px;
    line-height: 200%;
}

    .product_num .input-group-btn {
        width: auto;
    }

    .product_num .discount2 {
        margin-left: 15px;
    }

.product_bulk {
    margin-top: -5px;
    margin-bottom: 25px;
}

.price_coupon span span {
    color: #000;
}

.price_coupon button {
    border-radius: 3px;
    background-color: #FFFF;
    border: 1px solid #474747;
    line-height: 1;
    padding: 2px 6px 2px 5px;
    color: #474747;
    margin-left: 5px;
}

    .price_coupon button:hover {
        background-color: #231815;
        color: #FFF;
    }

.product-tags {
    margin-top: 1em;
}

.product_feature {
    padding-top: 16px;
    margin-top: 0px;
    border-top: 1px solid #eee;
}

    .product_feature .h44 {
        font-size: 16px;
        color: #303030;
        font-weight: 600;
        margin-bottom: 0.8em;
    }

    .product_feature ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

        .product_feature ul li {
            margin-bottom: 0.8em;
            line-height: 180%;
            color: #303030;
        }

@media (max-width: 767px) {
    .product_feature .h44 {
        font-weight: 700;
        margin-bottom: 0.5em;
    }

    .product_feature {
        padding-top: 15px;
        margin-top: 0px;
        border-top: 0px solid #eee;
    }

        .product_feature ul li {
            margin-bottom: 0.5em;
            font-size: 1em;
            line-height: 170%;
            color: #303030;
        }
}

.product_buy {
    margin-bottom: 20px;
}

    .product_buy #button-cart {
        padding-left: 20px;
        padding-right: 20px;
        margin-right: 8px;
    }

    .product_buy #button-buy {
        padding-left: 20px;
        padding-right: 20px;
        margin-right: 8px;
    }

    .product_buy .button-alert {
        padding-left: 20px;
        padding-right: 20px;
        margin-right: 8px;
    }

.product_fav {
    margin-bottom: 20px;
}

    .product_fav .btn-favorite i, .product_fav .btn-compare i, .product_fav .btn-share i {
        font-size: 30px;
        vertical-align: middle;
    }

    .product_fav span {
        font-size: 14px;
        margin-right: 30px;
        margin-left: 5px;
        display: inline-block;
    }

    .product_fav .btn-favorite {
        text-align: center;
        font-weight: normal;
        margin-right: 8px;
    }

        .product_fav .btn-favorite:hover {
            color: #ee8f30;
        }

    .product_fav .btn-compare {
        text-align: center;
        font-weight: normal;
        margin-right: 8px;
    }

        .product_fav .btn-compare:hover {
            color: #ee8f30;
        }

    .product_fav .btn-share {
        text-align: center;
        font-weight: normal;
    }

        .product_fav .btn-share:hover {
            color: #ee8f30;
        }

@media (max-width: 767px) {
    .product_fav {
        margin: 10px 0px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .product_fav span {
            margin-right: 0px;
        }
}

#modal-share {
    bottom: auto;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

    #modal-share .modal-body {
        text-align: center;
        min-height: 100px;
    }

.slide-share {
    background-color: #f9f9f9;
    min-height: 80px;
}

.slide-share-close {
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 25px;
    font-size: 20px;
    line-height: 20px;
    padding: 0px;
}

.share-body {
    padding: 20px;
    text-align: center;
}

.share_login {
    margin-bottom: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .share_login span {
        text-decoration: underline;
        cursor: pointer;
        color: #000;
    }

    .share_login a {
        cursor: pointer;
    }

.sns-shares {
    position: fixed;
    left: 5px;
    top: 35%;
    width: 40px;
    font-size: 1.5em;
    font-weight: bold;
}

    .sns-shares > div {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-bottom: 5px;
        text-align: center;
        background-color: #eee;
        color: #FFF;
        cursor: pointer
    }

        .sns-shares > div.facebook {
            background-color: rgb(59, 89, 152);
        }

        .sns-shares > div.pinterest {
            background-color: rgb(203, 32, 39);
        }

        .sns-shares > div.vk {
            background-color: rgb(99, 131, 168);
        }

        .sns-shares > div.twitter {
            background-color: rgb(29, 161, 242);
        }

.product-rating-status .review-link {
    position: relative;
    display: inline-block;
}

.product-rating-status .review-link-show {
    margin-left: 10px;
}

.product-review-form {
    display: none;
    padding-bottom: 30px;
    margin-top: 15px;
}

    .product-review-form a {
        text-decoration: underline;
    }

.product-options .h33 {
    margin-bottom: 10px;
    font-size: 15px;
    text-align: left;
}

.product-options {
    line-height: 22px;
    padding-bottom: 0;
    font-weight: 300;
    font-family: Montserrat, sans-serif;
}

    .product-options .control-label {
        display: block;
        text-align: left;
        font-size: 14px;
        margin: 0 0 10px;
        color: #757575;
    }

    .product-options .form-group:before, .product-options .form-group:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .product-options .form-group:after {
        clear: both;
    }

    .product-options .radio {
        padding-top: 0;
    }

        .product-options .radio input[type="radio"] + label {
            padding: 5px 5px 5px 40px;
            display: block;
            background: #fafafa;
            text-transform: capitalize;
            text-align: left;
        }

            .product-options .radio input[type="radio"] + label:before {
                top: 9px;
                left: 13px;
            }

            .product-options .radio input[type="radio"] + label:after {
                top: 11px;
                left: 15px;
            }

        .product-options .radio + .radio {
            margin-top: 15px;
        }

    .product-options .checkbox label {
        padding: 5px 5px 5px 45px;
        display: block;
        background: #fafafa;
        text-transform: capitalize;
        text-align: left;
    }

        .product-options .checkbox label:before, .product-options .checkbox label:after {
            left: 13px;
            top: 9px;
        }

        .product-options .checkbox label:before {
            background: #f3f4f5;
        }

    .product-options .text-danger {
        display: inline-block;
        width: 100%;
    }

.product_tabss {
    margin-top: 25px;
}

.product_tabs .nav-tabs {
    display: block;
    font-size: 0;
    margin: 10px 0px;
}

    .product_tabs .nav-tabs > li {
        float: none;
        display: inline-block;
        font-size: 17px;
    }

        .product_tabs .nav-tabs > li > a {
            padding: 10px;
            color: #303030;
            white-space: nowrap;
        }

        .product_tabs .nav-tabs > li.active > a {
            font-weight: bold;
            margin-left: 0px;
        }

        .product_tabs .nav-tabs > li:before {
            position: absolute;
            display: block;
            height: 2px;
            left: 50%;
            right: 50%;
            bottom: 0px;
            content: '';
            transition: all 0.3s;
            -webkit-transition: all 0.3s;
        }

        .product_tabs .nav-tabs > li.active:before, .product_tabs .nav-tabs > li.active:hover:before {
            left: 10px;
            right: 10px;
            background: #303030;
            color: #ff8b00;
        }

    .product_tabs .nav-tabs button.backward {
        display: none;
        padding: 15px;
        position: absolute;
        right: 0px;
        top: 0px;
        background-color: #f9f9f9;
    }

    .product_tabs .nav-tabs button.button-cart {
        display: none;
    }

    .product_tabs .nav-tabs button.button-buynow {
        display: none;
        margin-left: 10px;
    }

@media (max-width: 767px) {
    .product_tabss {
        margin-top: 6px;
    }

    .product_tabs .nav-tabs {
        padding: 5px 0px;
        margin: 0px 0px;
    }

        .product_tabs .nav-tabs li {
            font-size: 15px;
        }
}

.scroll-nav {
    min-width: 320px;
    z-index: 100;
    background-color: #f9f9f9;
    font-size: 17px;
    position: relative;
    padding-top: 2px;
    background-color: #FFF;
    padding-top: 20px;
    border-radius: 10px 10px 0px 0px;
}

    .scroll-nav.scroll-fix {
        width: 100%;
        left: 0px;
        right: 0px;
        padding-top: 0px;
        border-bottom: 1px solid #eee;
    }

        .scroll-nav.scroll-fix .nav-tabs {
            border-bottom: 0px;
        }

@media (max-width: 767px) {
    .scroll-nav.scroll-fix .nav-tabs, .product_tabs .nav-tabs {
        white-space: nowrap;
        word-break: keep-all;
        overflow-x: scroll;
        overflow-y: hidden;
        font-size: 14px;
    }

        .scroll-nav.scroll-fix .nav-tabs button.backward {
            display: block;
            height: 50px;
            background: #fff;
        }
}

@media (min-width: 768px) {
    .scroll-nav.scroll-fix .nav-tabs button.button-cart, .scroll-nav.scroll-fix .nav-tabs button.button-buynow {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 17px;
        height: 43px;
        font-weight: 700;
    }
}

@media (min-width: 992px) {
    .scroll-nav.scroll-fix .nav-tabs button.button-cart, .scroll-nav.scroll-fix .nav-tabs button.button-buynow {
        margin-top: 0px;
        padding-left: 26px;
        padding-right: 26px;
        font-size: 18px;
        display: block;
    }
}

.product_tabs .tab-contents > div {
    line-height: 200%;
    padding-bottom: 30px;
}

    .product_tabs .tab-contents > div.active {
        min-height: 300px;
    }

@media (max-width: 1024px) {
    .product_tabs .tab-contents > div {
        padding: 25px;
    }
}

@media (max-width: 767px) {
    .product_tabs .tab-contents > div {
        padding: 20px 15px;
    }
}

@media (max-width: 484px) {
    .product_tabs .tab-pane {
        padding: 15px;
    }

    .scroll-nav {
        margin-top: 0px;
        border-radius: 0px 0px 0px 0px;
    }
}

.tx-desc:after {
    content: "";
    display: block;
    clear: both;
}

#relativep:after {
    content: "";
    display: block;
    clear: both;
}

#tab-description .default1 p {
    margin-bottom: 0px;
}

    #tab-description .default1 p.lazy img {
        min-width: 750px;
    }

@media (max-width: 767px) {
    #tab-description .default1 p.lazy img {
        min-width: auto;
        max-width: 100%;
    }
}

.review-form-title {
    text-align: left;
    font-weight: 400;
}

    .review-form-title.review-form-title .btn-primary {
        display: inline-block;
        cursor: pointer;
        -moz-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease;
    }

.image-row, .image-plus {
    float: left;
    position: relative;
    width: 80px;
    height: 80px;
    margin: 10px 15px 10px 0px;
    background-color: #efefef;
    text-align: center;
    line-height: 78px;
}

    .image-row .image-upload {
        position: absolute;
        width: 50px;
        height: 50px;
        left: 15px;
        top: 15px;
        line-height: 50px;
        color: #999;
    }

    .image-row .image-close {
        position: absolute;
        width: 20px;
        height: 20px;
        right: -8px;
        top: -8px;
        cursor: pointer;
    }

    .image-row img {
        max-width: 80px;
        max-height: 80px;
        border: 1px solid #efefef;
    }

    .image-plus button {
        font-size: 40px;
        width: 100%;
    }

.rating-select i {
    color: rgba(71, 71, 71, 0.4);
    font-size: 20px;
    line-height: 20px;
    margin-left: 2px;
    cursor: pointer
}

    .rating-select i:hover {
        color: #ff8b00;
    }

    .rating-select i.star {
        color: #ff8b00;
    }

#button-review {
    float: right;
    font-weight: 700;
}

@media (max-width: 767px) {
    #button-review {
        float: none;
        width: 100%;
    }
}

#image-plus.loading i {
    animation: rotation 3s linear infinite;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#review {
    margin-top: 50px;
}

    #review.nodata {
        margin-top: 30px;
    }

        #review.nodata .nodata {
            color: #999;
        }

.review-item {
    margin-bottom: 20px;
    border-bottom: 1px dashed #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .review-item .review-score {
        margin-bottom: 10px;
    }

    .review-item .review-date {
        color: #adadad;
        font-style: normal;
        margin-right: 15px;
    }

    .review-item .review-author {
        margin-bottom: 5px;
        display: flex;
        align-items: center;
    }

        .review-item .review-author .author {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            border: 1px solid #ccc;
        }

        .review-item .review-author .author_name {
            margin: 0 10px;
        }

            .review-item .review-author .author_name .name {
                display: block;
                max-width: 140px;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
            }

@media (max-width: 1200px) {
    .review-item .review-author .author_name .name {
        max-width: 110px;
    }
}

.review-item .review-author .author_vip {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 19px;
    border-radius: 4px;
    padding: 0 4px;
    background: -webkit-gradient(linear,left top,right top,from(#ffebb2),to(#ffe089));
    background: linear-gradient(90deg,#ffebb2,#ffe089);
    color: #7e4e29;
    font-size: 12px;
    font-weight: 700;
}

.review-item .review-author .author i {
    font-size: 18px;
    display: flex;
    align-items: center;
}

.review-item .is-buy {
    color: #4caf50;
    font-size: 13px;
}

.review-item .review-title {
    color: #303030;
    font-weight: 700;
}

.review-item .review-content {
    margin-top: 5px;
    line-height: 180%;
}

.review-item .review-image a {
    border: 2px solid #fff;
    min-height: 80px;
    display: inline-block;
    margin: 4px 8px 4px 0px;
    padding: 0px;
    box-sizing: border-box;
    -moz-transition: 0.1s all ease;
    -o-transition: 0.1s all ease;
    -webkit-transition: 0.1s all ease;
    transition: 0.1s all ease;
}

    .review-item .review-image a img {
        width: 80px;
        height: 80px;
        border-radius: 5px;
        display: block;
    }

    .review-item .review-image a:hover {
        border: 2px solid #ff8b00;
        border-radius: 5px;
    }

.review-item ol, .review-item ul {
    padding-left: 15px;
}

.product-review .product-title, .product-faq-detail .product-title, .product-faq .product-title {
    font-size: 15px;
    margin-bottom: 10px;
}

.faq-item {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .faq-item ol, .faq-item ul, .faq-content ol, .faq-content ul {
        padding-left: 15px;
    }

.faq-title {
    color: #303030;
    margin-bottom: 10px;
}

.faq-content {
    margin-top: 5px;
    line-height: 180%;
    position: relative;
}

.faqlabel {
    width: 30px;
    height: 30px;
    position: absolute;
    display: inline-block;
    border-radius: 30px;
    line-height: 28px;
    text-align: center;
    color: #FFF;
    border: 1px solid #ccc;
}

    .faqlabel.q {
        background-color: #303030;
    }

    .faqlabel.a {
        color: #303030;
    }

.faq-item .d, .faq-title .d, .faq-content .d {
    margin-left: 50px;
    line-height: 200%;
    margin-bottom: 15px;
}

.faq-see-more {
    margin-left: 48px;
    color: #007185;
    cursor: pointer;
}

.faq-see-hide {
    margin-left: 48px;
    color: #0F1111;
    cursor: pointer;
    display: none;
}

    .faq-see-hide.active {
        display: block;
    }

.answer-form {
    margin-bottom: 15px;
    border-bottom: 1px dashed #ccc;
}

.answer_form_titles {
    cursor: pointer;
    font-size: 0.9em;
    margin-bottom: 15px;
    color: #000;
}

    .answer_form_titles i {
        cursor: pointer;
    }

.image-main {
    position: relative;
}

#productZoom {
    background: #fafafa;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.zoomContainer {
    z-index: 1 !important;
    -webkit-transform: translateZ(0);
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

    .zoomContainer .zoomLens {
        z-index: 2 !important;
    }

.zoomWindowContainer > div {
    border-width: 2px !important;
    border-color: #ebebeb !important;
}

.bx-wrapper {
    overflow: hidden;
}

    .bx-wrapper .bx-prev, .bx-wrapper .bx-next {
        position: absolute;
        font-size: 24px;
        line-height: 40px;
        width: 40px;
        height: 40px;
        color: #000;
        text-align: center;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        overflow: hidden;
    }

        .bx-wrapper .bx-prev.disabled, .bx-wrapper .bx-next.disabled {
            display: none;
            visibility: hidden;
        }

        .bx-wrapper .bx-prev:hover, .bx-wrapper .bx-next:hover, .bx-wrapper .bx-prev:focus, .bx-wrapper .bx-next:focus {
            color: #fff;
            background: #000;
        }

    .bx-wrapper .bx-prev {
        top: 45%;
        left: -5px;
    }

    .bx-wrapper .bx-next {
        top: 45%;
        right: -5px;
    }

.general_row.products .product_page-left .product-gallery {
    position: sticky;
    top: 0;
    z-index: 1;
}

.image-desktop {
    position: relative;
    max-height: 120px;
    overflow: hidden;
    padding: 10px 30px;
    background-color: #FFF;
}

    .image-desktop:after {
        clear: both;
        display: block;
    }

    .image-desktop ul {
        list-style: none;
        text-align: center;
        padding: 0px;
    }

    .image-desktop .bx-prev, .image-desktop .bx-next {
        top: 50%;
        transform: translateY(-50%);
    }

.bx-wrapper .bx-prev:hover, .bx-wrapper .bx-next:hover, .bx-wrapper .bx-prev:focus, .bx-wrapper .bx-next:focus {
    color: red;
    background: none;
}

.image-desktop .lazy {
    max-height: 100px;
    background-color: #fff;
}

.image-desktop img {
    border: 0px solid #d1d1d1;
    border-radius: 4px;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    padding: 2px;
    box-shadow: inset 0 0 0 1px #d1d1d1;
}

    .image-desktop img:hover, .zoomGalleryActive img {
        box-shadow: inset 0 0 0 2px #ff8b00;
    }

.image-mobile {
    position: relative;
    min-height: 310px;
    max-height: 518px;
    height: 100%;
    overflow: hidden;
}

    .image-mobile .bx-prev, .image-mobile .bx-next {
        top: 50%;
        transform: translateY(-50%);
    }

    .image-mobile ul {
        list-style: none;
        text-align: center;
        padding: 0px;
    }

    .image-mobile .lazy {
        background-color: #f9f9f9;
        min-height: 310px;
        max-height: 518px;
        height: 100%;
    }

.option-color .control-label {
    vertical-align: top;
    line-height: 27px;
    margin: 0 11px 0 0;
}

.option-color > div {
    display: inline-block;
}

.option-color .radio {
    margin: 0;
    display: inline-block;
    width: auto;
    margin-top: -2px;
    float: left;
}

    .option-color .radio + .radio {
        margin: -2px 0 0 1px;
    }

    .option-color .radio input[type="radio"] + label {
        padding: 0;
        background: none;
        border: none;
        line-height: 0;
        position: relative;
    }

        .option-color .radio input[type="radio"] + label img {
            display: inline-block;
            position: absolute;
            top: 3px;
            left: 3px;
            z-index: 1;
            max-width: 21px;
            -webkit-border-radius: 11px;
            -moz-border-radius: 11px;
            border-radius: 11px;
        }

        .option-color .radio input[type="radio"] + label:before {
            display: none;
        }

        .option-color .radio input[type="radio"] + label:after {
            position: relative;
            display: inline-block;
            top: auto;
            left: auto;
            width: 27px;
            height: 27px;
            border: 2px solid #fff;
            background: none;
            -webkit-border-radius: 14px;
            -moz-border-radius: 14px;
            border-radius: 14px;
        }

    .option-color .radio input[type="radio"]:checked + label:after {
        border-color: #ee8f30;
        background: none;
    }

.option-color .text-danger {
    width: 100%;
}

.option-checkbox {
    line-height: 14px;
}

    .option-checkbox label {
        line-height: 16px;
        display: inline-block;
    }

    .option-checkbox > div {
        display: inline-block;
        width: 100%;
    }

    .option-checkbox .checkbox {
        margin: 0;
        display: inline-block;
        float: left;
        width: auto;
    }

        .option-checkbox .checkbox label {
            color: #000;
            font-size: 12px;
            font-family: Montserrat, sans-serif;
        }

            .option-checkbox .checkbox label:before, .option-checkbox .checkbox label:after {
                top: -1px;
                left: 0;
            }

        .option-checkbox .checkbox + .checkbox {
            padding: 0;
            margin: 0 0 0 10px;
        }

        .option-checkbox .checkbox input[type="checkbox"] + label {
            padding: 0 0 0 19px;
            background: none;
            border: none;
            line-height: 14px;
            position: relative;
        }

.option-radio {
    line-height: 14px;
}

    .option-radio label {
        line-height: 16px;
        display: inline-block;
    }

    .option-radio > div {
        display: inline-block;
        width: 100%;
    }

    .option-radio .radio {
        margin: 0;
        display: inline-block;
        float: left;
        width: auto;
        padding-top: 5px;
    }

        .option-radio .radio label {
            color: #143546;
            font-size: 12px;
            font-family: Montserrat, sans-serif;
        }

        .option-radio .radio + .radio {
            margin: 0 0 0 10px;
        }

        .option-radio .radio input[type="radio"] + label {
            padding: 0 0 0 19px;
            background: none;
            border: none;
            line-height: 14px;
            position: relative;
        }

            .option-radio .radio input[type="radio"] + label:before {
                top: -1px;
                left: 0;
            }

            .option-radio .radio input[type="radio"] + label:after {
                top: 1px;
                left: 2px;
            }

.option-select .sbHolder {
    width: 170px;
    display: inline-block;
}

.option-select > .control-label {
    vertical-align: top;
    line-height: 33px;
    margin: 0 12px 5px 0;
}

[data-clear] + .product-layout {
    clear: left;
}

.polaroid {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #fafafa;
    padding: 0;
}

.waterfall {
    -moz-column-count: 5;
    -webkit-column-count: 5;
    column-count: 5;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
    margin-bottom: 10px;
}

    .waterfall .item {
        padding: 5px;
        margin: 0 0 1.5em 0;
        -moz-page-break-inside: avoid;
        -webkit-column-break-inside: avoid;
        break-inside: avoid;
        border: 1px solid #ccc;
        background-color: #fafafa;
        border-radius: 5px;
    }

        .waterfall .item img {
            width: 100%;
        }

@media (max-width: 767px) {
    .waterfall {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
        -moz-column-gap: 1em;
        -webkit-column-gap: 1em;
        column-gap: 1em;
    }
}

ul.product-countdown {
    margin-bottom: 0px;
    padding-left: 0;
    list-style: none;
}

    ul.product-countdown li {
        display: inline-block;
    }

        ul.product-countdown li span {
            color: #000;
        }

.centermiddle {
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.video {
    border: 1px solid #eee;
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
    opacity: 0.8;
    height: 320px;
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
}

    .video:hover {
        opacity: 1;
    }

    .video img {
        max-width: none;
        width: auto;
    }

.video_play, .video_blog {
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    width: 60px;
    height: 50px;
    background-color: #000;
    z-index: 99;
    border-radius: 15px;
    opacity: 1;
    color: #FFF;
    border: 2px solid #ccc;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
}

    .video_play:hover, .video_blog:hover {
        background-color: red;
    }

.video_name {
    height: 50px;
    line-height: 25px;
    text-align: center;
    overflow: hidden;
    margin-bottom: 30px;
}

.gallery_video_play {
    z-index: 5;
    left: 15px;
    bottom: 15px;
    position: absolute;
    width: 50px;
    height: 50px;
    color: #303030;
    border-radius: 50%;
    opacity: 0.8;
    color: #000;
    border: 2px solid #000;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
    border: 2px solid #303030;
    line-height: normal;
    background-color: rgba(255, 255, 255, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

    .gallery_video_play:hover {
        opacity: 1;
        background-color: rgba(255, 255, 255, 0.8);
    }

    .gallery_video_play .fa-play:before {
        color: #303030;
        font-size: 18px;
        margin-left: 4px
    }

.gallery_video {
    display: none;
    z-index: 6;
    background-color: #000;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

    .gallery_video.active {
        display: block;
    }

.btn-close-video {
    color: #FFF;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 25px;
    font-weight: bold;
    z-index: 100;
}

.videourl {
    width: 99%;
    text-align: center;
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.video_frame {
    width: 100%;
    min-height: 350px;
}

.video_load {
    position: absolute;
    left: 45%;
    top: 45%;
    color: #FFF;
    z-index: 1
}

.fa-stack {
    line-height: 16px;
    width: 1em;
    height: 16px;
    margin-right: 3px;
}

    .fa-stack i {
        color: rgba(71, 71, 71, 0.4);
        font-size: 16px;
    }

        .fa-stack i.star {
            color: #ff8b00;
        }

.fa-stack-2x {
    font-size: 1em;
}

.fb-like {
    line-height: 28px;
}

.reviews_form_titles {
    text-align: right;
}

.ask_form_titles {
    text-align: right;
}

.reviews_form_title, .ask_form_title {
    padding: 5px 8px;
}

.free_shipping {
    font-size: 0.9em;
}

.lenses .table td, .lenses.table th {
    vertical-align: middle;
}

#lenses .fancybox img {
    width: 100px;
}

.mount_list {
    background: whitesmoke;
    margin: 30px 0;
    padding: 20px 0;
    line-height: 35px;
}

#searchlense {
    width: 60%;
    margin: 30px auto;
}

    #searchlense .input-group-btn .btn {
        height: 34px;
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
    }

.descresize {
    max-height: 500px;
    overflow: hidden;
}

    .descresize.viewmore {
        max-height: unset;
    }

    .descresize ~ .content-more .readmore {
        color: #303030;
        font-size: 15px;
        cursor: pointer;
        margin: 0px 0px;
        padding-right: 10px;
    }

        .descresize ~ .content-more .readmore:hover {
            color: #ff8b00;
            text-decoration: underline;
        }

    .descresize ~ .content-more i {
        padding-left: 10px;
    }

#tab-description .content-more {
    display: flex;
    position: relative;
    padding-top: 20px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

    #tab-description .content-more label {
        cursor: pointer;
    }

        #tab-description .content-more label .fa {
            font-size: 15px;
        }

    #tab-description .content-more .gradient {
        background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),to(#fff));
        background-image: -webkit-linear-gradient(top,rgba(255,255,255,0),#fff);
        background-image: linear-gradient(-180deg,rgba(255,255,255,0),#fff);
        height: 80px;
        position: absolute;
        left: 0;
        top: -80px;
        width: 100%;
    }

.descresize {
    max-height: none;
}

#tab-description .content-more label {
    display: none;
}

#tab-description .content-more .gradient {
    display: none;
}

.description-category > h1 {
    font-size: 30px;
    margin-top: 20px;
}

.description-category p {
    margin-bottom: 25px;
    line-height: 150%;
}

.image-category {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    overflow: hidden;
    margin-bottom: 15px;
}

.product-block .clearfix {
    display: flex;
    flex-flow: wrap;
}

    .product-block .clearfix.list {
        flex-flow: column;
    }

        .product-block .clearfix.list .product-layout {
            width: 100%;
            margin-right: 0%;
            display: block;
        }

.product-layout {
    padding-left: 0px;
    padding-right: 0px;
    display: flex;
    width: 24%;
    margin-right: 1.33%;
    margin-bottom: 1.33%
}

    .product-layout:nth-child(4n) {
        margin-right: 0%
    }

.product-block .clearfix.list .product-thumb {
    flex-flow: wrap
}

.product-thumb {
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #FFF;
    border-radius: 5px;
    display: flex;
    flex-flow: column;
}

    .product-thumb:hover {
        box-shadow: 0 4px 12px rgba(0,0,0,.08);
        -webkit-box-shadow: 0 4px 12px rgba(0,0,0,.08);
    }

    .product-thumb .aside {
        display: none;
    }

    .product-thumb .image {
        position: relative;
        padding: 0px;
        -moz-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease;
        display: flex;
    }

        .product-thumb .image .img-primary {
            opacity: 1;
        }

        .product-thumb .image:hover .img-primary {
            opacity: 0;
        }

        .product-thumb .image .img-secondary {
            opacity: 0;
        }

        .product-thumb .image:hover .img-secondary {
            opacity: 1;
        }

        .product-thumb .image > a {
            position: relative;
            display: block;
            overflow: hidden;
            padding: 15px;
        }

            .product-thumb .image > a::after {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background: rgba(0,0,0,.0);
                border-radius: 4px;
                -webkit-transition: background 0s;
                transition: background 0s;
            }

        .product-thumb .image:hover > a::after {
            background: rgba(0,0,0,.5);
            background: hsla(0,0%,100%,.185);
        }

        .product-thumb .image img {
            width: 100%;
            height: auto;
            z-index: 0;
            -moz-transition: 1s all ease;
            -o-transition: 1s all ease;
            -webkit-transition: 1s all ease;
            transition: 1s all ease;
            -webkit-backface-visibility: hidden;
        }

        .product-thumb .image .btn-love {
            display: none;
            position: absolute;
            right: 6%;
            bottom: 6%;
            background-color: #242424;
            border-radius: 50px;
            width: 30px;
            height: 30px;
            line-height: 28px;
            color: #FFF;
        }

        .product-thumb .image:hover .btn-love {
            display: block;
        }

.sale, .discount, .new-pr {
    position: absolute;
    z-index: 1;
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
    display: inline-block;
    padding: 8px 5px;
    color: #fff;
    background: #ee8f30;
    text-align: center;
}

.sale {
    left: 15px;
    top: 15px;
    background: #474747;
}

.new-pr {
    left: 15px;
    top: 15px;
    background: green;
}

.discount {
    right: 15px;
    top: 15px;
}

.price-discount {
    background: #ee8f30;
    border-radius: 5px;
    color: #FFF;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 10px;
}

.product-thumb .caption {
    position: relative;
    z-index: 1;
    padding: 0px 15px 15px 15px;
    ;
    overflow: hidden;
    display: flex;
    flex-flow: column;
    flex: 1;
}

    .product-thumb .caption .price {
        width: 100%;
        height: 25px;
        white-space: nowrap;
        margin: 5px 0px
    }

    .product-thumb .caption .name {
        flex: 1
    }

        .product-thumb .caption .name:hover a {
            text-decoration: underline
        }

        .product-thumb .caption .name > a {
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            overflow: hidden;
            color: #303030;
        }

    .product-thumb .caption .description {
        display: none;
        margin-bottom: 10px;
    }

    .product-thumb .caption .description-small {
        display: none;
        margin-bottom: 10px;
    }

    .product-thumb .caption .cart-button {
        font-size: 8px;
        position: relative;
        border-top: 1px solid #F7F7F7;
        padding-top: 10px;
        height: 40px;
        overflow: hidden;
    }

        .product-thumb .caption .cart-button .btn-primary {
            width: 136px;
            padding-left: 10px;
            padding-right: 10px;
        }

    .product-thumb .caption .cart-button {
        text-align: right;
    }

        .product-thumb .caption .cart-button .btn-icon {
            font-size: 20px;
            margin-left: 5px;
        }

.rating {
    color: #555;
    font-weight: normal;
}

    .rating .fa-stack i {
        font-size: 16px;
    }

    .rating > i {
        margin-left: 3px;
        font-style: normal;
    }

@media (max-width: 767px) {
    .product-thumb .image {
        padding: 5px;
    }

    .product-thumb .caption {
        padding: 5px;
    }
}

.product-list .product-thumb {
    border: 0px;
}

    .product-list .product-thumb .caption {
        display: none;
    }

    .product-list .product-thumb .image {
        float: left;
        width: 30%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .product-list .product-thumb .aside {
        float: left;
        display: block;
        width: 70%;
        padding: 20px;
    }

        .product-list .product-thumb .aside .rating {
            display: inline-block;
            color: #555;
            font-size: 13px;
            font-weight: normal;
            margin-bottom: 5px;
        }

        .product-list .product-thumb .aside .name {
            font-weight: bold;
            margin-bottom: 15px;
        }

        .product-list .product-thumb .aside .description {
            margin-bottom: 5px;
            margin: 0px;
            padding: 0px;
            list-style: none;
            font-size: 0.9em;
            margin-bottom: 15px;
        }

            .product-list .product-thumb .aside .description ul {
                margin: 0px;
                padding: 0px;
                list-style: none;
            }

                .product-list .product-thumb .aside .description ul li {
                    margin-bottom: 5px;
                }

        .product-list .product-thumb .aside .price {
            margin-bottom: 15px;
            display: block;
        }

@media (max-width: 767px) {
    .product-list .product-thumb .image {
        float: none;
        width: 100%;
        padding: 5px;
    }

    .product-list .product-thumb .aside {
        float: none;
        width: 100%;
        padding: 10px;
    }

        .product-list .product-thumb .aside .description {
            display: none
        }
}

.price-new, .price {
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    color: #303030;
    font-weight: bold
}

.price-old {
    text-decoration: line-through;
    color: #707070;
    font-size: 15px;
    line-height: 24px;
    margin-right: 2px;
}

.price-section .reward {
    display: block;
    margin-top: 10px;
}

.price-tax {
    font-size: 12px;
}

.price-factory {
    font-weight: bold;
    color: #999;
    font-size: 13px;
}

.price-total {
    font-weight: 900;
}

.price b {
    color: #ff8b00;
}

.price s {
    color: #353737;
}

.stock, .out-stock {
    font-weight: 700;
}

.stock {
    color: #143546;
    font-family: Montserrat, sans-serif;
}

.out-stock {
    color: #EE372A;
}

.product-thumb .product-options {
    display: none;
}

.option-color {
    position: relative;
    padding-bottom: 10px;
}

#product .option-color .text-danger {
    position: absolute;
    left: 0;
    top: 30px;
    width: 100%;
}

#product .option-color .has-error {
    position: static;
    padding-bottom: 25px;
}

.ajax-overlay .product-options {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 450px;
    min-width: 300px;
    padding-bottom: 0;
    border-bottom: none;
    max-height: 80%;
    backface-visibility: hidden;
}

    .ajax-overlay .product-options .col-sm-8 {
        text-align: left;
    }

    .ajax-overlay .product-options .options {
        padding: 20px;
        text-align: center;
        background: #FFF;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
    }

        .ajax-overlay .product-options .options .text-danger {
            text-align: left;
        }

    .ajax-overlay .product-options .ajax-overlay_close {
        position: absolute;
        right: 10px;
        top: 10px;
        font-size: 16px;
        color: rgba(0, 0, 0, 0.5);
        font-family: "Freyara";
    }

        .ajax-overlay .product-options .ajax-overlay_close:before {
            content: '\e90e';
        }

        .ajax-overlay .product-options .ajax-overlay_close:hover {
            color: #000;
        }

    .ajax-overlay .product-options .checkbox label:before {
        background: #ededed;
    }

.ajax-overlay .product-option-wrap {
    text-align: center;
    height: 100%;
}

    .ajax-overlay .product-option-wrap:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

.ajax-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    z-index: 997;
}

    .ajax-overlay.visible {
        opacity: 1;
        background: rgba(0, 0, 0, 0.3);
        visibility: visible;
    }

.ajax-quickview-overlay__preloader, .cartloader .preloader, #page-preloader .preloader, .addthisloader .preloader, .loginloader .preloader {
    background-color: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

    .ajax-quickview-overlay__preloader:before, .cartloader .preloader:before, #page-preloader .preloader:before, .addthisloader .preloader:before, .loginloader .preloader:before {
        position: absolute;
        content: '';
        border-radius: 50%;
        top: 5px;
        right: 5px;
        bottom: 5px;
        left: 5px;
        -webkit-animation: spin 2s infinite linear;
        animation: spin 2s infinite linear;
        border: 4px solid transparent;
        border-top-color: #ee8f30;
        border-bottom-color: #ee8f30;
    }

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#page-preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: -1;
    opacity: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    #page-preloader.visible {
        opacity: 1;
        z-index: 1050;
    }

    #page-preloader.togglep {
        opacity: 1;
        z-index: 950;
    }

        #page-preloader.togglep .preloader {
            display: none;
        }

    #page-preloader .preloader, .ajax-quickview-overlay__preloader, .cartloader .preloader, .addthisloader .preloader, .loginloader .preloader {
        position: relative;
        display: block;
        width: 5em;
        height: 5em;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%)
    }

#mega-preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    background: rgba(0, 0, 0, 0.4);
}

    #mega-preloader.mvisible {
        opacity: 1;
        z-index: 490;
    }

.box-subcat {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

    .box-subcat li {
        text-align: center;
        margin-bottom: 15px;
    }

        .box-subcat li .thumb {
            padding: 10px 0;
        }

        .box-subcat li .image {
            overflow: hidden;
            margin-bottom: 15px;
        }

            .box-subcat li .image a {
                display: block;
                background: #fafafa;
                -webkit-border-radius: 0;
                -moz-border-radius: 0;
                border-radius: 0;
            }

                .box-subcat li .image a:hover {
                    background: #ededed;
                }

            .box-subcat li .image img {
                -moz-transition: 0.3s all ease;
                -o-transition: 0.3s all ease;
                -webkit-transition: 0.3s all ease;
                transition: 0.3s all ease;
            }

        .box-subcat li.first-in-line {
            clear: left;
        }

        .box-subcat li:nth-child(6n+7) {
            clear: left;
        }

@media (max-width: 767px) {
    .box-subcat li {
        text-align: left;
        float: left;
        width: 50%;
    }

        .box-subcat li .thumb {
            padding: 0;
            position: relative;
        }

            .box-subcat li .thumb:before, .box-subcat li .thumb:after {
                display: table;
                content: "";
                line-height: 0;
            }

            .box-subcat li .thumb:after {
                clear: both;
            }

        .box-subcat li .image {
            display: inline-block;
            float: left;
            padding-right: 15px;
            margin-bottom: 0;
            width: 30%;
        }

        .box-subcat li .name {
            padding-top: 0;
            border-top: none;
            position: absolute;
            top: 50%;
            -moz-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            -o-transform: translate(0, -50%);
            -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
            left: 30%;
        }

        .box-subcat li:nth-child(2n+1) {
            clear: both;
        }

    #content .box-subcat [class*="col-sm-"] + [class*="col-sm-"] {
        margin-top: 0;
    }
}

.button-view button + button {
    margin-left: 1px;
}

.button-view a, .button-view button {
    font-size: 22px;
    line-height: 35px;
    text-align: center;
    margin-right: 5px;
    display: inline-block;
    color: #666;
}

#list-view:hover, #grid-view:hover, #list-view.active, #grid-view.active {
    color: #231815;
}

.product-filter {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 15px
}

.product-search .product-filter, .product-search .search-label {
    margin: 0px -15px 15px;
}

.product-special .product-block {
    margin: 0px
}

@media (max-width: 991px) {
    .product-search .product-filter, .product-search .search-label, .product-search .product-block {
        margin: 0px 0px 15px;
    }
}

.product-filter_elem {
    float: left;
}

    .product-filter_elem .sbHolder, .product-filter_elem select {
        height: 35px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        padding: 17px 10px;
        font-size: 12px;
        line-height: 16px;
        border-top: none;
        border-bottom: none;
        font-family: Montserrat, sans-serif;
        font-weight: 300;
    }

        .product-filter_elem .sbHolder .sbSelector, .product-filter_elem select .sbSelector {
            padding: 10px 10px;
        }

        .product-filter_elem .sbHolder .sbToggle, .product-filter_elem select .sbToggle {
            line-height: 35px;
        }

    .product-filter_elem.sort .sbHolder, .product-filter_elem.show .sbHolder {
        width: auto;
        border-right: none;
    }

    .product-filter_elem .sbSelector {
        vertical-align: top;
    }

.product-filter .show .sbHolder {
    width: 56px;
    min-width: 56px;
}

.product-filter .sort .sbHolder {
    width: 150px;
}

.product-filter label, .product-filter .sbHolder {
    display: inline-block;
    vertical-align: middle;
}

.product-filter label {
    margin: 0 15px;
}

    .product-filter label.control-label {
        font-size: 14px;
        padding-top: 2px;
    }

@media (max-width: 767px) {
    #list-view, #grid-view {
        display: none;
    }

    .product-filter label {
        margin: 0 5px;
    }

    .product-filter_elem > .control-label {
        display: none
    }
}

.checkout-cart table strike {
    color: red;
}

.text-foot .pp-checkout-button-container {
    margin-top: 10px;
}

.pp-checkout-button-container {
    text-align: center;
}

    .pp-checkout-button-container .alert {
        margin-bottom: 0px;
        min-height: auto;
        padding: 10px;
    }

.product-compare #content .table td:first-child {
    min-width: 15%;
    background: #fafafa;
    color: #000;
}

.product-compare #content .table td {
    font-size: 0.9em;
}

    .product-compare #content .table td img {
        min-width: 180px;
    }

    .product-compare #content .table td .name {
        max-height: 100px;
        line-height: 25px;
        margin-top: 10px;
        overflow: hidden;
    }

.extra-wrap {
    overflow: hidden;
}

.information-information #content h4, .information-information #content h5 {
    margin: 0 0 20px;
    line-height: normal;
    text-transform: uppercase;
    color: #ee8f30;
}

    .information-information #content h4 a:hover, .information-information #content h5 a:hover {
        color: #000;
    }

.information-information #content h3 {
    text-transform: uppercase;
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 0;
}

    .information-information #content h3:after {
        content: '';
        height: 1px;
        display: block;
        background: #ebebeb;
        margin: 20px 0 40px;
    }

    .information-information #content h3.clear {
        margin-bottom: 30px;
    }

        .information-information #content h3.clear:after {
            display: none;
        }

.information-information #content h5 {
    color: #ee8f30;
}

.information-information #content h1, .information-information #content h2, .information-information #content h3, .information-information #content h4, .information-information #content h5 {
    font-weight: 500;
}

.information-information #content * + h3 {
    margin-top: 60px;
}

.information-information #content p + h4 {
    margin-top: 40px;
}

@media (max-width: 767px) {
    .information-information #content [class*="col-sm"] + [class*="col-sm"] {
        margin-top: 30px;
    }
}

[class*="information-information-"] p {
    margin-bottom: 25px;
}

.count-box {
    margin-top: 10px;
    margin-bottom: 45px;
}

    .count-box strong {
        display: block;
        color: #ff7043;
        font-weight: 500;
        font-size: 56px;
        line-height: 60px;
    }

.icon-box i {
    display: inline-block;
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    font-size: 66px;
    color: #fff;
    background: #ee8f30;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    margin-bottom: 25px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.thumbnail {
    background: none;
    border: none;
    padding: 0;
    margin: 0 auto 25px;
    border-radius: 0;
    overflow: hidden;
}

    .thumbnail img {
        -moz-transition: 0.5s opacity ease;
        -o-transition: 0.5s opacity ease;
        -webkit-transition: 0.5s opacity ease;
        transition: 0.5s opacity ease;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .thumbnail a {
        display: block;
        max-width: 100%;
        background: #fff;
        border: 1px solid #ebebeb;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        overflow: hidden;
    }

        .thumbnail a:hover {
            border-color: #ff7043;
        }

@media (max-width: 767px) {
    .thumbnail a {
        display: inline-block;
    }
}

.img-thumbnail {
    border: 0;
    background-color: #fafafa;
    padding: 0;
    border-radius: 0;
}

.table-bordered .img-thumbnail {
    background-color: transparent;
}

.human_info .thumbnail {
    float: left;
    margin-right: 20px;
}

.human_info p {
    margin: 0;
    text-indent: 2em;
}

.clear {
    clear: both;
    margin: 0;
    padding: 0;
    font-size: 0;
    border: 0;
    line-height: 0;
}

@media (max-width: 500px) {
    img.alignleft, .human_info .thumbnail {
        float: none;
        margin: 0 auto 20px;
    }
}

.delivery_page {
    text-align: center;
}

    .delivery_page .table {
        border-top: 2px solid #ebebeb;
        text-align: left;
    }

        .delivery_page .table tbody td:first-child {
            color: #000;
        }

        .delivery_page .table tbody td:last-child {
            color: #000;
            font-family: Montserrat, sans-serif;
            font-weight: 900;
        }

        .delivery_page .table tbody td {
            min-width: 150px;
        }

.modal .terms_conditions_page {
    margin-top: 30px;
}

.terms_conditions_page h4 {
    position: relative;
}

.terms_conditions_page p + h4 {
    margin-top: 40px;
}

.privacy_page ol {
    list-style-type: none;
    counter-reset: list;
    padding-left: 0;
}

    .privacy_page ol li {
        counter-increment: list;
    }

        .privacy_page ol li h4:before {
            content: counter(list,decimal);
            display: inline-block;
            margin-right: 15px;
            width: 40px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            background: #ee8f30;
            color: #fff;
            font-size: 16px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
        }

        .privacy_page ol li + li {
            margin-top: 40px;
        }

        .privacy_page ol li p {
            font-family: Montserrat, sans-serif;
            font-weight: 300;
        }

.site-map-page h5 {
    margin: 0 0 20px;
    line-height: normal;
    color: #000;
}

.site-map-page ul + h5 {
    margin-top: 40px;
}

.site-map-page #content ul {
    list-style-type: none;
    padding-left: 0;
}

    .site-map-page #content ul li {
        position: relative;
        line-height: 22px;
    }

        .site-map-page #content ul li + li {
            margin-top: 18px;
        }

    .site-map-page #content ul.category-list {
        position: relative;
    }

        .site-map-page #content ul.category-list:before {
            content: '';
            position: absolute;
            left: 0;
            top: 11px;
            bottom: 11px;
            width: 1px;
            background: #ebebeb;
        }

        .site-map-page #content ul.category-list .ul-with-ul:before, .site-map-page #content ul.category-list .ul-with-ul:after {
            -moz-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            -o-transform: translate(0, 0);
            -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
        }

        .site-map-page #content ul.category-list .ul-with-ul:before {
            top: 11px;
        }

        .site-map-page #content ul.category-list .ul-with-ul:after {
            top: 5px;
        }

        .site-map-page #content ul.category-list ul {
            position: relative;
            margin-top: 18px;
        }

            .site-map-page #content ul.category-list ul:before {
                content: '';
                position: absolute;
                left: 0;
                top: 11px;
                bottom: 11px;
                width: 1px;
                background: #ebebeb;
            }

        .site-map-page #content ul.category-list li {
            position: relative;
            padding-left: 60px;
        }

            .site-map-page #content ul.category-list li:before {
                content: '';
                position: absolute;
                top: 50%;
                -moz-transform: translate(0, -50%);
                -ms-transform: translate(0, -50%);
                -o-transform: translate(0, -50%);
                -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%);
                left: 0;
                height: 1px;
                width: 35px;
                background: #ebebeb;
            }

        .site-map-page #content ul.category-list > li:after {
            content: '';
            position: absolute;
            top: 50%;
            -moz-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            -o-transform: translate(0, -50%);
            -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
            left: 35px;
            width: 12px;
            height: 12px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
        }

@media (max-width: 767px) {
    .site-map-page .col-sm-6 + .col-sm-6 {
        margin-top: 30px;
    }
}

@media (max-width: 479px) {
    .site-map-page .col-xs-6 {
        width: 100%;
        float: none;
    }

        .site-map-page .col-xs-6 + .col-xs-6 {
            margin-top: 30px;
        }
}

.contact_page .panel {
    padding-top: 15px;
    background-color: transparent;
    border: none;
    border-top: 2px solid #ebebeb;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

    .contact_page .panel img {
        background-color: transparent;
    }

.contact_page .panel-body {
    padding-left: 0;
    padding-right: 0;
}

.contact_page .map {
    border-top: 2px solid #ebebeb;
    margin-bottom: 30px;
}

.contact_page .icon {
    position: relative;
    padding-left: 70px;
    min-height: 55px;
    display: block;
}

    .contact_page .icon[class*="fa-"]:before {
        font-family: "FontAwesome";
    }

    .contact_page .icon:before {
        position: absolute;
        left: 0;
        top: 0;
        width: 55px;
        height: 55px;
        line-height: 55px;
        text-align: center;
        color: #474747;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        border: 2px solid #474747;
        font-size: 26px;
    }

    .contact_page .icon + .icon {
        margin-top: 20px;
    }

.contact_page .form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}

    .contact_page .form-horizontal .form-group label {
        font-size: 14px;
        text-transform: uppercase;
        margin-bottom: 15px;
    }

@media (max-width: 767px) {
    .contact_page .col-sm-4:nth-child(n+2) {
        margin-top: 30px;
    }
}

.manufacturer-content div, #content ul.list-unstyled {
    margin: 0;
    list-style-type: none;
}

    .manufacturer-content div li + li, #content ul.list-unstyled li + li {
        margin-top: 10px;
    }

    .manufacturer-content div a, #content ul.list-unstyled a {
        position: relative;
    }

        .manufacturer-content div a:before {
            vertical-align: top;
            color: #ee8f30;
        }

.manufacturer-list:before, .manufacturer-list:after {
    display: table;
    content: "";
    line-height: 0;
}

.manufacturer-list:after {
    clear: both;
}

.manufacturer-list .manufacturer-heading {
    font-weight: bold;
    color: #000;
    float: left;
    display: block;
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
    width: 15%;
    height: 50px;
    line-height: 50px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.manufacturer-list .manufacturer-content {
    padding: 12px 15px;
    float: left;
    width: 85%;
    border-left: 1px solid #ebebeb;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .manufacturer-list .manufacturer-content a {
        white-space: nowrap;
    }

.manufacturer-list + .manufacturer-list {
    border-top: 1px solid #ebebeb;
}

.brands {
    background: #fafafa;
    padding: 20px;
    margin-bottom: 30px;
}

.well {
    border: none;
    border-top: none;
    margin-bottom: 30px;
    padding: 30px;
    border-radius: 0;
    box-shadow: none;
}

    .well .heading {
        margin-bottom: 20px;
    }

        .well .heading:before, .well .heading:after {
            display: table;
            content: "";
            line-height: 0;
        }

        .well .heading:after {
            clear: both;
        }

        .well .heading i {
            color: #ee8f30;
            float: left;
            font-size: 56px;
            margin-right: 14px;
            line-height: 60px;
        }

        .well .heading h2 {
            font-size: 23px;
            color: #000;
            margin: 0 0 5px;
        }

        .well .heading strong {
            font-weight: normal;
            font-style: italic;
        }

.account-account h3 {
    margin: 15px auto;
}

.account ul, .affilate ul {
    padding: 0;
    list-style-type: none;
}

    .account ul li + li, .affilate ul li + li {
        border-top: 1px solid #ebebeb;
    }

    .account ul a, .affilate ul a {
        position: relative;
        background: #fafafa;
        display: block;
        padding: 13px 15px;
    }

        .account ul a:hover, .affilate ul a:hover {
            background: #f2f2f2;
        }

        .account ul a:hover, .affilate ul a:hover {
            color: #ee8f30;
        }

.customer_login {
    background-position: center center;
    height: 726px;
}

.account-login footer {
    margin-top: 0px;
}

.account-login .well {
    width: 380px;
    margin-top: 5%;
    float: right;
    margin-right: 10%;
}

.account-login .nav-tabs a {
    font-size: 20px;
    white-space: nowrap;
}

    .account-login .nav-tabs a span {
        display: block;
        height: 3px;
        margin-top: 5px;
    }

.account-login .nav-tabs .active a span {
    background-color: #ee8f30;
}

@media (max-width: 767px) {
    .account-login .well {
        float: none;
        margin: 5% auto 10%;
        width: 95%;
    }

    .account-login header {
        margin-bottom: 0px;
    }

    .customer_login {
        height: auto;
    }
}

.account-login .header-cart .step, .account-login .header-cart .nav_box {
    display: none;
}

.wform .step {
    margin: 50px auto;
}

.wform {
    margin: 30px auto;
    float: none !important;
}

    .wform .step {
        position: relative;
        margin-top: 35px;
    }

    .wform .progress {
        height: 2px;
    }

    .wform .progress-bar-success {
        background-color: #474747;
    }

    .wform .circle {
        background-color: #FFF;
        position: absolute;
        top: -6px;
        width: 0;
        height: 0;
        border-top: 7px solid transparent;
        border-left: 7px solid #ccc;
        border-bottom: 7px solid transparent;
    }

    .wform .c {
        border-left: 7px solid #000;
    }

    .wform .c1 {
        left: 0px;
    }

    .wform .c2 {
        left: 50%;
    }

    .wform .c3 {
        right: 0px;
    }

    .wform .txt {
        position: absolute;
        top: 20px;
    }

    .wform .t1 {
        left: -3%;
    }

    .wform .t2 {
        left: 47%;
    }

    .wform .t3 {
        right: -3%;
    }

    .wform .continue {
        margin-top: 10px;
    }

    .wform .form-horizontal .control-label {
        text-align: left
    }

footer {
    background-color: #fafafa;
    /*margin-top: 25px;*/
}

.shop_border {
    border-bottom: 1px solid #444444;
}

@media (max-width: 484px) {
    .shop_border {
        display: none
    }
}

.shop_notices {
    padding: 20px 0px;
}

    .shop_notices ul {
        list-style: none;
        padding: 0px;
    }

        .shop_notices ul li {
            margin-top: 20px;
            overflow: hidden;
            width: 20%
        }

    .shop_notices i {
        display: inline-block;
        font-size: 50px;
        float: left;
        margin-right: 10px;
    }

    .shop_notices p {
        margin-top: 5px
    }

        .shop_notices p b {
            display: block;
            margin-bottom: 0px;
            font-size: 14px;
            white-space: nowrap;
        }

        .shop_notices p span {
            display: block;
            font-size: 12px;
            white-space: nowrap;
        }

@media (max-width: 1200px) {
    .shop_notices ul li {
        width: 33.33%;
    }
}

@media (max-width: 767px) {
    .shop_notices ul li {
        width: 50%;
    }

    .shop_notices i {
        font-size: 40px;
    }

    .shop_notices p {
        margin-top: 0px;
    }
}

@media (max-width: 484px) {
    .shop_notices {
        display: none;
    }
}

.flinks {
    padding: 30px 0px;
}

    .flinks .box-heading {
        font-size: 15px;
        font-weight: bold;
        line-height: 30px;
        color: #000;
        cursor: pointer;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    .flinks .box-content {
        line-height: 200%;
        list-style: none;
        margin: 0px;
        padding: 0px;
        color: #000;
        font-size: 14px;
    }

        .flinks .box-content a {
            color: #000;
        }

@media (max-width: 767px) {
    .flinks .box-heading {
        margin-bottom: 0px;
        line-height: 40PX;
    }
}

@media (max-width: 484px) {
    .logo_box img {
        width: 90%;
        margin: 1.5px auto;
    }
}

@media (min-width: 992px) {
    .foo2 > div {
        width: 20%;
    }

        .foo2 > div:nth-child(4n) {
            width: 40%;
        }

    .flinks_account {
        padding-bottom: 0px;
    }

    .newsletter #tm-newsletter-form {
        max-width: 400px;
    }
}

.copyright {
    color: #7d7d7d;
    ;
    padding: 25px 0px 25px;
    background: #242424;
    text-align: left;
}

    .copyright .powered {
        margin-bottom: 20px;
    }

@media (max-width: 767px) {
    .flinks {
        text-align: center;
        padding: 10px 0px;
        border-bottom: 1px solid #FFF;
    }

    .copyright {
        text-align: center;
        padding-bottom: 40px;
    }

    .checkout-cart .copyright, .checkout-checkout .copyright, .checkout-success .copyright, .extension-payment-pp_express-expressConfirm .copyright {
        padding-top: 10px;
        padding-bottom: 20px;
        margin: 0px;
    }
}

.rf-cart a.ui-to-top {
    display: none;
}

    .rf-cart a.ui-to-top.active {
        display: block;
    }

.flags {
    text-align: center;
}

    .flags a {
        position: relative;
        display: inline-block;
        margin: 15px;
        line-height: 30px;
    }

@media (min-width: 768px) {
    .flags a:before {
        position: absolute;
        display: block;
        height: 2px;
        left: 50%;
        right: 50%;
        bottom: 0px;
        content: '';
        background: #231815;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }

    .flags a:hover:before {
        left: 0;
        right: 0
    }
}

@media (max-width: 767px) {
    .flags a {
        display: block;
        border-bottom: 1px solid #eee;
        margin: 15px 0px;
    }
}

.coupon-banner {
    position: relative;
    height: 340px;
    text-align: center;
    background-position: center center;
    background-color: #FFF;
}

    .coupon-banner .welcome {
        padding-top: 120px;
    }

        .coupon-banner .welcome span {
            color: red;
            background-color: #ffeeb0;
            color: #975800;
            border-radius: 15px;
            display: inline-block;
            font-size: 30px;
            padding: 20px 50px;
            font-weight: bold;
        }

    .coupon-banner .welcome_desc {
        margin-top: 40px;
        color: white;
        font-size: 1.2em;
    }

    .coupon-banner ul.product-countdown li span {
        font-weight: normal;
    }

.coupon-description2 {
    margin-top: 20px;
}

.welcome_coupon {
    margin-top: 30px;
}

.welcome_coupon1 {
    width: 80%;
    margin-left: 10%;
    background-color: #efefef;
    border-radius: 10px;
    padding: 15px;
    background: -moz-linear-gradient(top,#efefef 0%, #dddddd 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EFEFEF), color-stop(100%,#dddddd));
    background: -webkit-linear-gradient(top, #efefef 0%,#dddddd 100%);
    background: -o-linear-gradient(top,#EFEFEF 0%,#dddddd 100%);
    background: -ms-linear-gradient(top,#EFEFEF 0%,#dddddd 100%);
    background: linear-gradient(to bottom, #EFEFEF 0%,#dddddd 100%);
}

.welcome_coupon2 {
    background-color: white;
    height: 80px;
    border-radius: 5px;
}

    .welcome_coupon2 img {
        height: 80px;
        margin-right: 10px;
    }

    .welcome_coupon2 .welcome_coupon2_name {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-top: 10px;
    }

        .welcome_coupon2 .welcome_coupon2_name span {
            font-size: 22px;
            font-weight: bold;
            color: #000000;
        }

    .welcome_coupon2 .welcome_coupon2_description {
        font-size: 13px;
        height: 40px;
        line-height: 20px;
        overflow: hidden;
        margin-top: 5px;
    }

.welcome_coupon3 button {
    margin-top: 20px;
    padding: 15px;
    border-radius: 5px;
}

@media (max-width: 767px) {
    .coupon-banner {
        height: 150px;
    }

        .coupon-banner .welcome {
            padding-top: 15px;
        }

            .coupon-banner .welcome span {
                font-weight: normal;
                font-size: 20px;
            }

        .coupon-banner .welcome_desc {
            margin-top: 15px;
        }

    .welcome_coupon1 {
        width: 90%;
        margin-left: 5%;
    }
}

.coupon_bt {
    font-size: 22px;
    color: #000000;
    padding: 40px 10px;
    text-align: center;
}

    .coupon_bt i {
        color: #ee8f30;
        font-size: 1.2em;
    }

.coupon {
    list-style: none;
    width: 100%;
    height: 105px;
    background: #ddd;
    border-radius: 8px;
    margin-bottom: 30px;
    position: relative;
}

.coupon_a {
    float: left;
    position: relative;
    padding: 15px;
    width: 70%;
    height: 100%;
    background: #efefef;
    display: inline-block;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px
}

    .coupon_a:after {
        content: "";
        position: absolute;
        top: -20px;
        display: block;
        width: 10px;
        height: 100%;
        margin-top: 20px;
        background-size: 20px 10px;
        right: -10px;
        background-color: #ddd;
        background-position: 100% 50%;
        background-image: linear-gradient(-45deg, #ddd 25%, transparent 25%, transparent), linear-gradient(-135deg, #ddd 25%, transparent 25%, transparent), linear-gradient(-45deg, transparent 75%, #ddd 75%), linear-gradient(-135deg, transparent 75%, #ddd 75%);
    }

.coupon_a_img {
    float: left;
    margin-right: 10px;
    width: 80px;
    height: 80px;
}

    .coupon_a_img img {
        width: 100%;
    }

.coupon_a_name_title {
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.coupon_a_name_content {
    font-size: 13px;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    margin-top: 10px;
}

.coupon_b {
    float: left;
    padding: 15px;
    text-align: center;
    width: 30%;
    font-size: 12px;
}

.coupon_b_code, .coupon_b_date {
    line-height: 120%;
}

.coupon_b_copy {
    margin: 12px auto;
    border-radius: 5px;
    background-color: #FFFFFF;
    padding: 0px 5px;
    white-space: nowrap;
}

.coupon_expire {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    border-radius: 8px;
    opacity: 50%;
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    line-height: 105px;
}

.special_list .buybutton {
    width: 65%;
}

#product-preloader a {
    padding: 20px 50px;
    border-radius: 5px;
    margin-top: 20px;
}

#product-preloader {
    padding: 20px 0px
}

    #product-preloader button {
        padding: 15px 25px;
        font-weight: 700;
        font-size: 16px;
        background: #f5f6f8;
        border: 1px #303030 solid;
        color: #303030;
        border-radius: 4px;
    }

        #product-preloader button:hover {
            background: #ff8b00;
            color: #fff;
            border: 1px #ff8b00 solid;
        }

@media (max-width: 991px) {
    .special_list .buybutton {
        width: auto;
        padding-left: 10px;
        padding-right: 10px;
    }
}

.text-comment {
    position: relative;
}

    .text-comment .text-right {
        position: absolute;
        bottom: 0px;
        right: 0px;
        left: 0px;
    }

.text-upload {
    padding: 5px;
    margin-right: 5px;
}

.rating_detail {
    margin-top: 15px;
    line-height: 200%;
}

#scrolldiv {
    max-height: 400px;
    overflow-y: scroll;
}

    #scrolldiv ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

        #scrolldiv ul li {
            margin-bottom: 10px;
        }

            #scrolldiv ul li .message_wrapper {
                padding: 10px 0px;
            }

                #scrolldiv ul li .message_wrapper blockquote {
                    font-size: 14px;
                }

                #scrolldiv ul li .message_wrapper a {
                    font-weight: normal;
                    text-decoration: underline;
                    font-size: 80%;
                }

            #scrolldiv ul li.reply {
                padding-left: 50px;
            }

                #scrolldiv ul li.reply .message_wrapper {
                    background: whitesmoke;
                }

.cart-num {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    font-size: 9px;
    line-height: 20px;
    color: #fff;
    background: #ff8b00;
    border: 0px;
    font-style: normal;
}

.rf-cart {
    position: fixed;
    right: 0px;
    width: 40px;
    background-color: #777777;
    top: 55%;
    text-align: center;
    z-index: 500;
}

    .rf-cart > a span {
        margin-top: 10px;
    }

    .rf-cart > a {
        display: block;
    }

        .rf-cart > a:hover {
            background: #36363e;
        }

        .rf-cart > a.active {
            background: #ee8f30;
        }

        .rf-cart > a i {
            color: white;
            font-size: 22px;
            display: block;
            padding: 11px 9px;
        }

.rf-coupon {
    position: absolute;
    width: 450px;
    right: -410px;
    top: -195px;
    transition: all 0.2s linear;
}

    .rf-coupon:hover {
        transform: translate(-410px,0px);
    }

    .rf-coupon .rf-coupon-l {
        width: 40px;
        height: 195px;
        background: #36363e;
        float: left;
        position: relative;
    }

        .rf-coupon .rf-coupon-l div {
            text-transform: uppercase;
            position: absolute;
            left: -68px;
            bottom: 78px;
            color: white;
            width: 195px;
            height: 40px;
            -webkit-transform: rotate(270deg);
            -ms-transform: rotate(270deg);
            transform: rotate(270deg);
            text-align: center;
            color: #fdfdfd;
            letter-spacing: 2px;
            font-size: 15px;
        }

    .rf-coupon:hover .rf-coupon-l div i {
        transform: rotate(180deg);
    }

    .rf-coupon .rf-coupon-r {
        float: right;
        width: 410px;
        height: 195px;
        background: #eeeeee;
    }

.bf-cart {
    position: fixed;
    bottom: 0px;
    width: 100%;
    background-color: white;
    padding: 10px;
    z-index: 200;
    border-top: 1px solid #eee;
    display: flex;
    align-items: center;
}

    .bf-cart i {
        position: relative;
        color: #303030;
        font-size: 35px;
        margin: 7px 0px;
    }

        .bf-cart i span {
            position: absolute;
            top: -5px;
            right: -5px;
        }

    .bf-cart button {
        margin-top: 0px;
        padding: 15px 15px;
        font-weight: 700;
    }

.bf-cart-cart {
    margin-top: 0px;
    cursor: pointer;
}

.bf-add-cart {
    padding-left: 5px;
    padding-right: 5px;
}

.bf-checkout {
    padding-left: 5px;
    padding-right: 5px;
}

    .bf-checkout button {
        padding: 13px 13px;
        font-size: 16px;
        font-weight: 700;
    }

.bf-cart-image {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 0px;
    background: #fff;
}

    .bf-cart-image .title {
        height: 60px;
        line-height: 20px;
        overflow: hidden;
        overflow-y: auto;
    }

    .bf-cart-image img {
        cursor: pointer;
    }

.product_num1 {
    margin-bottom: 0px;
}

.bf-cart-option {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #FFF;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 350px;
}

.bf-cart-button {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #fff;
    border-top: 1px #eee solid;
}

.bf-cart-add .container, .bf-cart-buy .container {
    padding-left: 15px;
    padding-right: 15px;
}

.bf-cart-add, .bf-cart-buy, .slide-share, .optiona .optiond {
    position: fixed;
    z-index: 1;
    width: 100%;
    background-color: #f9f9f9;
    left: 0;
    bottom: 0;
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.bf-cart-add, .bf-cart-buy, .slide-share, .optiona .optiond {
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    z-index: 951;
}

    .bf-cart-add.active, .bf-cart-buy.active, .slide-share.active, .optiona.active .optiond {
        z-index: 951;
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }

.bf-cart-button .add {
    display: none;
}

.bf-cart-button .buy {
    display: none;
}

.bf-cart-button .add.active {
    display: block;
}

.bf-cart-button .buy.active {
    display: block;
}

    .bf-cart-button .buy.active div:nth-child(1) {
        padding-right: 7.5px
    }

    .bf-cart-button .buy.active div:nth-child(2) {
        padding-left: 7.5px
    }

.bf-cart-close {
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 20px;
    line-height: 20px;
    padding: 0px;
    opacity: 0.6;
    color: #303030
}

    .bf-cart-close:hover {
        opacity: 1;
    }

.bf-cart-add .product_color {
    display: contents;
    align-items: unset;
}

    .bf-cart-add .product_color label {
        padding-right: 0px;
        padding-left: 0px;
        margin-bottom: 5px;
        font-weight: bold;
    }

    .bf-cart-add .product_color div {
        padding: 6px 0px
    }

.bf-cart-add .product_num2 {
    margin-bottom: 10px;
}

    .bf-cart-add .product_num2 label {
        font-weight: bold;
        line-height: 25px;
        text-align: center;
    }

    .bf-cart-add .product_num2 .input-group {
        float: right;
        width: 100px;
    }

.bf-cart-add .btn-pound {
    padding: 15px;
    font-weight: bold;
}

.bf-cart-add .btn-paypal {
    padding: 10px;
}

.bf-cart-add .bf-cart-image .col-xs-3 {
    padding-left: 15px;
    padding-right: 5px;
}

.bf-cart-add .bf-cart-image .col-xs-9 {
    padding-left: 5px;
    padding-right: 15px;
}

.bf-cart-add .product_color .col-xs-3 {
    padding-left: 0px;
    padding-right: 0px;
}

.bf-cart-option .col-xs-9 {
    width: 100%;
}

.bf-cart-add .bf-cart-image {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    border-radius: 15px
}

    .bf-cart-add .bf-cart-image .row {
        display: flex;
        align-items: center;
    }

.product_optionss {
    border-top: 1px solid #eee;
}

    .product_optionss .product_options {
        width: 50%;
        padding: 10px 0px;
        position: relative;
        cursor: pointer;
        background-color: #fff;
    }

        .product_optionss .product_options .text {
            display: flex;
            align-items: center
        }

            .product_optionss .product_options .text i {
                margin-right: 10px;
                font-size: 20px
            }

            .product_optionss .product_options .text div {
                color: #303030;
                font-size: 1em;
            }

                .product_optionss .product_options .text div .title {
                    font-weight: 700;
                }

                .product_optionss .product_options .text div .options {
                    font-size: 0.95em
                }

        .product_optionss .product_options .optiond {
            min-height: 80px;
        }

            .product_optionss .product_options .optiond .optione {
                padding: 20px 15px 15px 15px;
                background: #fff;
                border-top-right-radius: 15px;
                border-top-left-radius: 15px;
            }

            .product_optionss .product_options .optiond .slide-option-close {
                position: absolute;
                top: 12px;
                right: 12px;
                font-size: 25px;
                font-size: 20px;
                line-height: 20px;
                padding: 0px;
                color: #303030;
                opacity: 0.6;
            }

                .product_optionss .product_options .optiond .slide-option-close:hover {
                    opacity: 1
                }

        .product_optionss .product_options.active .optiond {
            display: block;
            border-top-right-radius: 15px;
            border-top-left-radius: 15px;
        }

@media (max-width: 767px) {
    .product_optionss {
        background-color: #f5f6f8;
        margin-left: -12px;
        margin-right: -12px;
        padding: 6px 0px;
    }

        .product_optionss .product_options {
            width: 100%;
            padding: 15px 12px;
            border-bottom: 1px solid #eee;
        }

            .product_optionss .product_options .text {
                justify-content: space-between
            }

                .product_optionss .product_options .text i {
                    margin-right: 0px;
                    order: 1
                }
}

.product_amz {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 5px 10px 15px 10px;
    margin-bottom: 15px;
}

.product_price1 {
    margin-bottom: 10px;
    margin-top: 10px;
}

    .product_price1 .price-new {
        color: #ff8b00;
    }

.product_shipping1 {
    margin-bottom: 15px;
}

    .product_shipping1 .title {
        font-weight: 700;
        color: #303030;
        margin-bottom: 5px;
        font-size: 0.95em;
    }

    .product_shipping1 .desc {
        color: #303030;
        font-size: 0.9em;
        margin-bottom: 10px;
    }

.product_discount1 {
    margin-bottom: 10px;
}

    .product_discount1 .title {
        font-weight: 700;
        color: #303030;
        margin-bottom: 5px;
        font-size: 0.95em;
    }

    .product_discount1 .desc {
        color: #303030;
        font-size: 0.9em;
        margin-bottom: 10px;
    }

.product_buy1 {
    margin-bottom: 15px;
}

    .product_buy1 button {
        margin-bottom: 8px;
    }

.product_fav1 {
    margin-bottom: 10px;
    margin-top: 10px;
}

.product_optionss1 {
    margin-bottom: 25px;
}

    .product_optionss1 .product_options {
        cursor: pointer;
    }

        .product_optionss1 .product_options .title {
            font-weight: 700;
            color: #303030;
            margin-bottom: 5px;
            font-size: 0.95em;
            white-space: nowrap;
            overflow: hidden;
        }

        .product_optionss1 .product_options .options {
            color: #303030;
            font-size: 0.9em;
            margin-bottom: 10px;
        }

.product_num1 {
    margin-bottom: 10px;
}

    .product_num1 label {
        font-size: 14px;
        display: inline-block;
        line-height: 30px;
    }

    .product_num1 .input-group {
        width: 100px;
        float: right;
    }

.relative_box {
    margin-bottom: 15px;
}

    .relative_box .relative_head {
        white-space: nowrap;
        font-size: 0.95em;
        color: #303030;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .relative_box .prices {
        margin-bottom: 10px;
    }

        .relative_box .prices label {
            padding-left: 25px;
        }

    .relative_box .relative_content .relative_thumb {
        margin-bottom: 10px;
        border-bottom: 1px dashed #eee;
    }

        .relative_box .relative_content .relative_thumb:after {
            content: ' ';
            display: block;
            height: 10px;
            clear: both;
        }

    .relative_box .relative_content .image {
        width: 30%;
        float: left;
        max-height: 100px;
        overflow: hidden;
    }

        .relative_box .relative_content .image a {
            min-height: unset;
        }

        .relative_box .relative_content .image img {
            border: 1px solid #eee;
        }

    .relative_box .relative_content .text {
        width: 65%;
        float: right;
        font-size: 0.9em;
    }

        .relative_box .relative_content .text .name {
            display: block;
            max-height: 40px;
            line-height: 20px;
            overflow: hidden;
            text-overflow: ellipsis;
            font-size: 0.95em;
            margin-top: 5px;
        }

    .relative_box .relative_more {
        text-align: center;
        cursor: pointer;
        font-size: 0.95em;
    }

.rparent_box {
    margin-bottom: 15px;
    margin-top: 15px;
}

    .rparent_box .relative_head {
        font-size: 16px;
        color: #303030;
        font-weight: 600;
        margin-bottom: 0.8em;
    }

    .rparent_box .relative_content .relative_thumb:after {
        content: ' ';
        display: block;
        height: 10px;
        clear: both;
    }

    .rparent_box .relative_content .image {
        width: 80px;
        margin-right: 10px;
        float: left;
        max-height: 80px;
        overflow: hidden;
    }

        .rparent_box .relative_content .image a {
            min-height: unset;
        }

        .rparent_box .relative_content .image img {
            border: 1px solid #eee;
            border-radius: 5px;
        }

    .rparent_box .relative_content .text .prices {
        font-weight: bold;
    }

    .rparent_box .relative_content .text .name a {
        display: block;
        max-height: 50px;
        line-height: 25px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .rparent_box .relative_content .relative_more {
        text-align: left;
        cursor: pointer;
        font-size: 0.95em;
    }

@media (max-width: 767px) {
    .rparent_box .relative_content .relative_more {
        text-align: center;
    }
}

.product_page-left-ad .relative_head {
    white-space: nowrap;
    font-size: 0.95em;
    color: #303030;
    font-weight: 700;
}

.product_page-left-ad .relative_content {
    margin-left: -5px;
    margin-right: -5px;
}

    .product_page-left-ad .relative_content .relative_thumb {
        float: left;
        width: 20%;
    }

    .product_page-left-ad .relative_content .image {
        margin: 5px;
    }

        .product_page-left-ad .relative_content .image a {
            min-height: unset;
        }

        .product_page-left-ad .relative_content .image img {
            border: 1px solid #eee;
        }

    .product_page-left-ad .relative_content .text {
        font-size: 0.9em;
    }

        .product_page-left-ad .relative_content .text .prices {
            text-align: center;
        }

        .product_page-left-ad .relative_content .text .name {
            display: none;
        }

.btc > a > i, .btc > button > i {
    color: #FFF;
}

.btn-primary, .btn-primary:visited {
    background-color: #ff8b00;
    color: #FFF;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:visited:hover, .btn-primary:focus:active, .btn-primary:active:focus {
        background: #ff981d;
        color: #FFF;
    }

.btn-black, .btn-black:visited {
    background-color: #777777;
    color: #FFF;
}

    .btn-black:hover, .btn-black:focus, .btn-black:active, .btn-black:visited:hover, .btn-black:focus:active, .btn-black:active:focus {
        background: #ff981d;
        color: #FFF;
    }

.btn-pound {
    padding: 15px;
    font-weight: 700
}

.btc > a > span, .btc > button > span > span, .btc > button > span.cart-total2 {
    background-color: #ff8b00;
    border: 1px solid #ff8b00;
    color: #FFF;
}

.sf-menu > li > a {
    color: #FFF;
    font-weight: 700;
    font-size: 14px;
    color: #e2e2e3;
}

.sf-menu .sf-multif .sf-multif-nav ul li {
    border-bottom: 1px solid #f0f0f0;
    padding: 10px;
    -moz-transition: 0s all ease;
    -o-transition: 0s all ease;
    -webkit-transition: 0s all ease;
    transition: 0s all ease;
    position: relative;
    white-space: nowrap;
}

    .sf-menu .sf-multif .sf-multif-nav ul li a {
        display: inline-block;
        font: inherit;
        color: #474747;
        text-decoration: none;
        max-width: 100%;
        -moz-transition: 0s all ease;
        -o-transition: 0s all ease;
        -webkit-transition: 0s all ease;
        transition: 0s all ease;
    }

    .sf-menu .sf-multif .sf-multif-nav ul li:hover {
        background-color: #bdbdbd;
    }

        .sf-menu .sf-multif .sf-multif-nav ul li:hover::before, .sf-menu .sf-multif .sf-multif-nav ul li.active::before {
            content: "";
            background-color: #fff;
            ;
            position: absolute;
            right: -15px;
            top: 0px;
            width: 0;
            height: 0;
            border-top: 21.5px solid transparent;
            border-left: 15px solid #bdbdbd;
            border-bottom: 21.5px solid transparent;
        }

    .sf-menu .sf-multif .sf-multif-nav ul li a:hover {
        color: #fff;
    }

    .sf-menu .sf-multif .sf-multif-nav ul li.active {
        background-color: #bdbdbd;
    }

        .sf-menu .sf-multif .sf-multif-nav ul li.active > a {
            color: #fff
        }

footer {
    background: #303030;
}

.shop_notices p b {
    color: #FFF;
}

.shop_notices {
    color: #FFF;
}

.flinks .box-heading {
    color: #FFF;
}

.flinks .box-content a {
    color: #FFF;
}

.flinks .box-content {
    color: #FFF
}

.shop_notices p span {
    color: #7D7D7D;
}

.newsletter .btn-unscribe {
    background: none;
    color: #FFF;
}

.newsletter input, .newsletter input:focus {
    border: 1px solid #FFF;
}

.flinks .box-heading {
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

    .flinks .box-heading:hover {
        color: #ff8b00;
    }

.flinks .box-content li:hover a {
    text-decoration: underline;
}

@media (max-width: 767px) {
    footer {
        margin-top: 10px;
    }

    .flinks {
        border-bottom: 1px solid #3B3B3B;
    }
}

#column-left .panel-default .panel-heading {
    background: #fff;
    color: #303030;
    border: 0px;
    padding: 15px 15px;
    font-size: 16px;
    font-weight: 700;
}

#column-left .panel {
    border: 0px solid transparent;
}

#column-left .list-group-item {
    border: 1px solid #fff;
    color: #848484;
}

    #column-left .list-group-item:hover {
        color: #ff8b00;
    }

#column-left .category .list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    color: #303030;
    background-color: #fff;
    border-color: #fff;
    border: 0px transparent;
    font-weight: 700;
}

#column-left .category-filter .panel-heading {
    display: none;
}

#column-left .category-filter .list-group-item {
    background: #fff;
    color: #303030;
    border: 0px;
    padding: 15px 15px;
    font-size: 16px;
    font-weight: 700
}

#column-left #refine-search a {
    padding: 15px;
}

#column-left .category-filter div .list-group-item {
    padding: 0px 15px 0px 15px;
}

#column-left .panel div {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#column-left .panel .checkbox label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#column-left .panel {
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,.05) !important
}

#column-left .list-group .checkbox label {
    color: #848484;
    min-height: 25px;
    padding-left: 22px;
}

#column-left .panel-footer {
    padding: 15px 15px;
    background-color: #fff;
    border-top: 0px solid #fff;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.product-block .product-thumb:hover .image .btn-love {
    background-color: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
}

.product-block .product-thumb .image .btn-love:hover {
    background-color: rgba(0,0,0,1);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
}

    .product-block .product-thumb .image .btn-love:hover i {
        color: #ff8b00;
    }

.product-block.image .btn-love i {
    font-size: 16px;
}

product-block .clearfix .show {
    display: none !important;
}

product-block .product-filter .sort .sbHolder {
    border-radius: 4px;
}

product-block .product-filter .sort .sbOptions {
    top: 30px;
    left: -1px !important;
}

product-block .product-filter label.control-label {
    font-size: 14px;
    padding-top: 0px;
}

@media (max-width: 991px) {
    #column-left .h22 {
        margin-bottom: 0px;
        display: block;
    }

    product-block .product-filter .pull-right {
        position: relative;
        top: -1px !important;
    }

        product-block .product-filter .pull-right .control-label {
            margin: 0px 0px 0px 5px;
        }

    #column-left .panel-default .panel-heading {
        padding: 5px 15px;
    }

    #column-left .panel .list-group-item {
        padding: 5px 15px;
    }

    #column-left #refine-search a {
        padding: 5px 15px 5px 15px;
    }

    .button-view a, .button-view button {
        height: 35px;
    }
}

@media (max-width: 768px) {
    .product-block .product-thumb .image > a {
        padding: 8px;
    }

    .product-block .product-thumb .caption {
        padding: 8px 8px 8px 8px;
    }
}

@media (max-width: 767px) {
    .swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 20px;
    }

    .product-layout {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 2%;
    }

        .product-layout:nth-child(2n) {
            margin-right: 0%
        }
}

@media (max-width: 484px) {
    .product-block .product-layout {
        padding-left: 0px;
        padding-right: 0px;
    }

    .product-block .product-filter {
        margin: 0 0 12px;
        padding: 10px 0px 10px 0px;
    }

    .product-block .product-thumb .image > a {
        padding: 5px;
    }

    .product-block .product-thumb .caption {
        padding: 5px 8px 5px 8px;
    }

    .product-thumb .caption .name > a {
        font-size: 0.9em;
    }
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    border-radius: 50%;
    color: white;
    background-color: white;
    vertical-align: bottom;
    width: 13px;
    height: 13px;
    font-size: 0;
    margin: 0px 10px;
    opacity: 0.8
}

.swiper-pagination-clickable .swiper-pagination-bullet-active {
    border-radius: 13px;
    background-color: #ff8b00;
    color: #ff8b00;
    width: 13px;
    height: 30px;
    opacity: 1
}

@media (max-width: 484px) {
    .swiper-pagination-clickable .swiper-pagination-bullet {
        border-radius: 50%;
        color: white;
        background-color: white;
        width: 10px;
        height: 10px;
    }

    .swiper-pagination-clickable .swiper-pagination-bullet-active {
        border-radius: 15px;
        background-color: #ff8b00;
        color: #ff8b00;
        width: 24px;
        height: 10px;
        font-size: 0px;
    }

    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 6px;
    }
}

.module_tab .tx-module-tab {
    height: 35px;
    line-height: 35px;
    margin-bottom: 10px;
}

.module_tab .nav-tabs {
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
}

    .module_tab .nav-tabs > li > a {
        line-height: 20px;
        padding: 0px;
        padding: 0px 10px 20px 10px;
        color: #303030;
    }

    .module_tab .nav-tabs > li.active > a {
        color: #ff8b00;
    }

@media (max-width: 768px) {
    .module_tab .product-thumb .image > a {
        padding: 10px;
    }

    .module_tab .product-thumb .caption {
        padding: 0px 10px 10px 10px;
    }

    .module_tab.bgwhite_panel {
        background-color: rgba(0, 0, 0, 0);
        padding: 10px 0px 0px 0px;
        border-radius: 4px;
        background: linear-gradient(to bottom, #f5f6f8 0%,#fff 100%);
    }
}

@media (max-width: 484px) {
    .module_tab .tx-module-tab {
        margin-bottom: 3px;
    }

    .module_tab .nav-tabs > li {
        background-color: rgba(0, 0, 0, 0)
    }

        .module_tab .nav-tabs > li > a {
            padding: 0px 10px 15px 10px;
        }

    .module_tab .product-thumb {
        margin: 0px 0px 0px 0px;
        border-radius: 4px;
    }

        .module_tab .product-thumb .image > a {
            padding: 5px !important
        }

        .module_tab .product-thumb .caption {
            padding: 0px 10px 10px 10px !important
        }

            .module_tab .product-thumb .caption .name {
                margin-bottom: 5px;
                line-height: 20px;
                height: 40px !important
            }

            .module_tab .product-thumb .caption .price {
                margin-bottom: 0px;
                height: 25px !important;
                white-space: nowrap;
            }

    .module_tab .mobile-carousel div:nth-child(odd) {
        float: left;
    }

    .module_tab .mobile-carousel div:nth-child(even) {
        float: right;
    }

    .module_tab .mobile-carousel .product-thumb {
        width: 48.5%;
        margin: 0% 0% 3% 0%
    }
}

@media (max-width: 484px) {
    #banner-big > div {
        background-color: #f5f6f8;
        margin-top: 10px;
    }
}

.welcome_coupon1 {
    background-color: #ff7034;
    border-radius: 10px;
    padding: 15px;
    background: -moz-linear-gradient(top, #fa9442 0%, #fa7743 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fa9442), color-stop(100%,#fa7743));
    background: -webkit-linear-gradient(top, #fa9442 0%,#fa7743 100%);
    background: -o-linear-gradient(top, #fa9442 0%,#fa7743 100%);
    background: -ms-linear-gradient(top, #fa9442 0%,#fa7743 100%);
    background: linear-gradient(to bottom, #fa9442 0%,#fa7743 100%);
}

.welcome_coupon3 button {
    color: #ff2e22;
    margin-top: 20px;
    background-color: #ff7034;
    border-radius: 10px;
    padding: 15px;
    background: -moz-linear-gradient(top, #ffe679 0%, #ffce46 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffe679), color-stop(100%,#ffce46));
    background: -webkit-linear-gradient(top, #ffe679 0%,#ffce46 100%);
    background: -o-linear-gradient(top, #ffe679 0%,#ffce46 100%);
    background: -ms-linear-gradient(top, #ffe679 0%,#ffce46 100%);
    background: linear-gradient(to bottom, #ffe679 0%,#ffce46 100%);
}

.coupon {
    background: #f69739;
    color: #FFF;
}

.coupon_a {
    background: #ffab3e;
}

.coupon_a_name_title a {
    color: #FFF;
}

.coupon_b_copy {
    color: #000;
}

.coupon_a:after {
    content: "";
    position: absolute;
    top: -20px;
    display: block;
    width: 10px;
    height: 100%;
    margin-top: 20px;
    background-size: 20px 10px;
    right: -10px;
    background-color: #ffab3e;
    background-position: 100% 50%;
    background-image: linear-gradient(-45deg, #f69739 25%, transparent 25%, transparent), linear-gradient(-135deg, #f69739 25%, transparent 25%, transparent), linear-gradient(-45deg, transparent 75%, #f69739 75%), linear-gradient(-135deg, transparent 75%, #f69739 75%);
}

.header-cart .circle {
    border-left: 7px solid #707070;
}

    .header-cart .circle.c {
        border-left: 7px solid #ff8b00;
    }

.header-cart .progress-bar-success {
    background-color: #ff8b00;
}

.checkout-cart header, .checkout-checkout header, .checkout-success header, .extension-payment-pp_express-expressConfirm header {
    color: #FFF
}

.general_info .cart-num {
    color: #fff;
    background: #ff8b00;
    border: 1px solid #ff8b00;
}

.input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
    z-index: 0
}

.bx-wrapper .bx-prev, .bx-wrapper .bx-next {
    color: #d1d1d1;
}

    .bx-wrapper .bx-prev:hover, .bx-wrapper .bx-next:hover, .bx-wrapper .bx-prev:focus, .bx-wrapper .bx-next:focus {
        color: #ff8b00;
        background: none;
    }

.rating-section {
    margin-bottom: 14px;
}

    .rating-section .rating {
        color: #303030;
    }

    .rating-section .review-link a {
        color: #303030;
    }

        .rating-section .review-link a:hover {
            color: #ff8b00;
            text-decoration: underline;
        }

    .rating-section .sku-link {
        color: #303030;
    }

.notice-section {
    padding: 20px 10px 10px 10px;
    line-height: normal;
    background-color: #ee8f30;
    color: #FFF;
    background-image: url("images/super-deals.jpg");
    height: 54px;
    padding: 5px 10px;
}

    .notice-section .name {
        font-size: 35px;
    }

    .notice-section .line {
        text-align: right;
        padding: 0px;
        font-size: 14px;
    }

.price-section {
    line-height: 200%;
    padding-top: 15px;
}

    .price-section .section1 {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .price-section .price-old, .price-section .price-factory {
        color: #ababab;
        margin-left: 5px;
    }

    .price-section .price-new {
        font-size: 30px;
        color: #ff8b00;
    }

    .price-section .price-discount {
        background: #ff8b00;
        border-radius: 4px;
        margin-left: 10px;
        font-size: 14px;
        white-space: nowrap;
        line-height: 150%;
    }

    .price-section .price-tax {
        order: 2;
        border-radius: 4px;
        margin-left: 10px;
        padding-left: 0px;
        font-size: 14px;
        padding: 4px 6px;
        height: 22px;
        display: flex;
        align-items: center;
        white-space: nowrap;
    }

    .price-section .price-tax {
        background: #ff8b00;
        color: #FFF;
    }

        .price-section .price-tax i {
            margin-left: 2px;
        }

    .price-section .section2 {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .price-section .price_coupon button {
        border-radius: 4px;
        background-color: #ff8b00;
        border: 0px solid #474747;
        line-height: 1;
        padding: 4px 6px 4px 6px;
        color: #fff;
        margin-left: 8px;
    }

        .price-section .price_coupon button:hover {
            background-color: #ff981d;
            color: #FFF;
        }

    .price-section .free_shipping {
        font-size: 14px;
        color: #303030;
    }

    .price-section .section3 {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .price-section .price_gift {
        display: flex;
        align-items: center;
    }

        .price-section .price_gift #button-giftp {
            color: #ff8b00;
            font-size: 18px;
            margin-left: 10px;
        }

.product_bulk {
    margin-bottom: 15px;
}

    .product_bulk label {
        font-weight: bold;
    }

.product_color {
    margin-bottom: 0px;
    padding: 0px 0px 15px 0px;
}

    .product_color label {
        font-weight: bold;
    }

    .product_color a {
        -webkit-box-shadow: inset 0 0 0 1px #d1d1d1;
        box-shadow: inset 0 0 0 1px #d1d1d1;
        border: 0px solid #d1d1d1;
        color: #303030;
        padding: 4px 4px;
        margin-bottom: 0px;
        font-size: 14px;
        border-radius: 4px;
        box-sizing: border-box;
        -moz-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease;
        margin: 0px 5px 5px 0px;
        white-space: nowrap;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .product_color a.vselect, .product_color a:hover {
            background-color: #fff;
            color: #ff8b00;
            border: 0px solid #ff8b00;
            -webkit-box-shadow: inset 0 0 0 2px #ff8b00;
            box-shadow: inset 0 0 0 2px #ff8b00;
        }

        .product_color a.img {
            border: 0px solid #ccc;
        }

        .product_color a img {
            width: 50px;
        }

@media (max-width: 484px) {
    .product_color a img {
        width: 35px;
    }
}

.product_num .discount2 {
    font-size: 14px;
    color: #303030;
}

.product_buy {
    margin-bottom: 18px;
}

    .product_buy #button-cart {
        height: 50px;
        padding-left: 26px;
        padding-right: 26px;
        margin-right: 8px;
        font-size: 18px;
        font-weight: 700;
        border: 2px #ff8b00 solid;
        background-color: #f7e5d2;
        color: #ff8b00;
    }

        .product_buy #button-cart:hover {
            background-color: #ff8b00;
            color: #fff;
        }

    .product_buy .button-paypal {
        padding: 11px 26px;
    }

.button-japan {
    background-color: red;
    color: #FFF;
    border: 2px solid red;
    font-weight: bold;
}

.product_buy #button-buy {
    height: 50px;
    padding-left: 26px;
    padding-right: 26px;
    margin-right: 8px;
    font-size: 18px;
    font-weight: 700;
}

    .product_buy #button-buy:hover {
        background: #ff981d;
    }

.product_buy .button-alert {
    height: 50px;
    padding-left: 26px;
    padding-right: 26px;
    margin-right: 8px;
    font-size: 18px;
    font-weight: 700;
}

.product_fav .btn-favorite .la {
    color: #d1d1d1;
}

.product_fav .btn-favorite:hover .la {
    color: #ff8b00;
}

.product_fav .btn-favorite .la-heart-o:before {
    color: #ff8b00;
}

.product_fav .btn-compare .la {
    color: #d1d1d1;
}

.product_fav .btn-compare:hover .la {
    color: #ff8b00;
}

.product_fav .btn-share .la {
    color: #d1d1d1;
}

.product_fav .btn-share:hover .la {
    color: #ff8b00;
}

.bf-checkout button {
    border: 2px #ff8b00 solid;
    background-color: #f7e5d2;
    color: #ff8b00;
}

    .bf-checkout button:hover {
        color: #fff;
        background-color: #ff8b00;
        border-color: #ff8b00;
    }

#payment_modal, #modal-shipping {
    margin-top: 60px;
}

.product_optionss .popover {
    max-width: 430px;
}

.product_optionss .tip div {
    margin-bottom: 15px
}

    .product_optionss .tip div h4 {
        color: #303030;
        margin: 0 0 4px;
        font-size: 16px
    }

    .product_optionss .tip div p {
        margin: 0 0 0px;
        color: #303030;
        font-size: 14px
    }

    .product_optionss .tip div .nico_paypal {
        margin: 10px 0px 5px 0px
    }

    .product_optionss .tip div .nico_paypal_others {
        margin-bottom: 5px
    }

.ajax-quickviews .product_feature {
    border-top: 0px solid #eee;
}

.ajax-quickviews .product-option-wrap .button-cart {
    display: flex;
    width: 100%;
    justify-content: center;
    margin: 10px 0px;
    font-size: 14px;
    font-weight: bold
}

.sns-shares {
    position: fixed;
    left: auto;
    right: 1.5%;
    top: auto;
    bottom: 2%;
    width: 40px;
    font-size: 1.5em;
    font-weight: bold;
    z-index: 101;
}

    .sns-shares .closure {
        margin-top: 25px;
    }

    .sns-shares > div {
        position: relative;
        border-radius: 50%;
        background-color: rgba(0, 0, 0, 0.2);
        -moz-transition: 0.1s all ease;
        -o-transition: 0.1s all ease;
        -webkit-transition: 0.1s all ease;
        transition: 0.1s all ease;
        display: flex;
        align-items: center;
        justify-content: center
    }

        .sns-shares > div:hover.facebook {
            background-color: rgb(51, 78, 137);
        }

        .sns-shares > div:hover.pinterest {
            background-color: rgb(188, 25, 32);
        }

        .sns-shares > div:hover.vk {
            background-color: rgb(86, 118, 154);
        }

        .sns-shares > div:hover.twitter {
            background-color: rgb(21, 148, 225);
        }

        .sns-shares > div:hover.chat2 {
            background-color: rgb(27, 195, 61);
        }

        .sns-shares > div:hover {
            background-color: rgba(0, 0, 0, .68);
        }

        .sns-shares > div a i {
            color: #fff;
        }

        .sns-shares > div a span {
            position: absolute;
            top: 0;
            right: 49px;
            bottom: 0;
            width: 0;
            height: 29px;
            line-height: 29px;
            margin: auto 0;
            overflow: hidden;
            color: #fff;
            white-space: nowrap;
            font-weight: 300;
            font-size: 13px;
            background: #404040;
            border-radius: 2px;
            -webkit-transition: all .1s;
            transition: all .1s;
        }

            .sns-shares > div a span::before {
                position: absolute;
                top: 11px;
                right: -8px;
                display: none;
                content: "";
                border: 4px solid rgba(0,0,0,0);
                border-left-color: #333;
                display: block;
            }

        .sns-shares > div:hover a span {
            width: auto;
            padding: 0 10px;
            overflow: visible;
        }

    .sns-shares > .closure i {
        display: block;
        transform: rotate(0deg);
        -moz-transition: 0.1s all ease;
        -o-transition: 0.1s all ease;
        -webkit-transition: 0.1s all ease;
        transition: 0.1s all ease;
    }

    .sns-shares > .chat2 {
        background-color: rgb(57, 222, 89);
    }

        .sns-shares > .chat2 i {
            font-size: 1.2em;
            position: relative;
            top: 1px;
            color: #fff
        }

    .sns-shares > .chat {
        background-image: linear-gradient(200deg,#fc6756,#9a36fd,#0a92fe);
    }

        .sns-shares > .chat:hover {
            background-image: linear-gradient(200deg,#ed5847,#8724e8,#0580e8);
        }

        .sns-shares > .chat svg, .sns-shares > .coupon svg {
            position: relative;
            top: 4px
        }

        .sns-shares > .chat path, .sns-shares > .coupon path {
            fill: #fff
        }

    .sns-shares > .coupon {
        background-image: linear-gradient(200deg,#f6b748,#f08519,#eb5928);
    }

        .sns-shares > .coupon:hover {
            background-image: linear-gradient(200deg,#eaab3d,#e47b11,#de4e1e);
        }

    .sns-shares > .contact {
        display: flex;
        align-items: center;
        justify-content: center
    }

        .sns-shares > .contact i {
            font-size: 0.9em
        }

    .sns-shares > #ui-to-top i {
        font-size: 1.1em;
    }

    .sns-shares > #ui-to-top {
        height: 0px;
        display: flex;
        align-items: center;
        justify-content: center
    }

        .sns-shares > #ui-to-top.active {
            height: 40px
        }

        .sns-shares > #ui-to-top a {
            display: none;
        }

        .sns-shares > #ui-to-top.active a {
            display: block
        }

.general_row.products .product_page-left {
    width: 34%;
}

    .general_row.products .product_page-left .image-desktop img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.general_row.products .general_info {
    width: 45%;
    margin-left: 2%;
    margin-right: 2%;
}

.general_row.products .product_page-right {
    width: 17%;
}

.general_row.products .general_info .product-title {
    margin: 0 0 6px;
}

.general_row.products .general_info .rating-section {
    margin-bottom: 10px;
}

.general_row.products .general_info .product-title {
    font-size: 22px;
    line-height: 135%;
}

.general_row.products .general_info .price-section {
    border-top: 1px #eee solid;
}

.general_row.products .general_info .notice-section {
    position: relative;
    display: flex;
    align-items: center;
    background-image: url(images/super-flash.jpg);
}

    .general_row.products .general_info .notice-section .line1 {
        position: absolute;
        top: 5px;
        right: 10px;
    }

    .general_row.products .general_info .notice-section .line2 {
        position: absolute;
        bottom: 8px;
        right: 10px;
    }

.notice-section ul.product-countdown li span {
    padding: 1px 3px;
    background-color: #fff;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    width: 22px;
    display: inline-block;
    text-align: center;
}

.general_row.products .general_info .stock {
    position: relative;
    display: flex;
    align-items: center;
    background-image: url(images/super-gift.jpg);
}

    .general_row.products .general_info .stock .line3 {
        position: absolute;
        right: 10px;
        bottom: 8px;
        font-weight: 300;
    }

.general_row.products .general_info .price-section {
    background-color: #fff;
    padding-top: 15px;
    margin-bottom: 0px;
    padding: 8px 0px;
}

    .general_row.products .general_info .price-section .price-old, .price-section .price-factory {
        margin-left: 10px;
        font-size: 13px;
        font-weight: 300;
        position: relative;
        top: 5px;
    }

    .general_row.products .general_info .price-section .price-tax {
        font-size: 13px;
        padding: 2px 6px;
    }

    .general_row.products .general_info .price-section .price-discount {
        font-size: 13px;
        padding: 2px 6px;
        height: 22px;
    }

    .general_row.products .general_info .price-section .price_coupon {
        margin-top: 15px;
    }

        .general_row.products .general_info .price-section .price_coupon span {
            color: #007185;
            cursor: pointer;
        }

        .general_row.products .general_info .price-section .price_coupon button {
            font-size: 13px;
            padding: 2px 0px;
            height: 22px;
            margin-left: 8px;
            margin-right: 16px;
            position: relative;
            border-radius: 0px;
            background: #ff8b00;
            white-space: nowrap;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .general_row.products .general_info .price-section .price_coupon button::after {
                content: "";
                display: block;
                width: 8px;
                height: 22px;
                background: url(images/coupons-right.png) no-repeat 100%;
                position: absolute;
                top: 0;
                right: -8px;
            }

            .general_row.products .general_info .price-section .price_coupon button::before {
                content: "";
                display: block;
                width: 8px;
                height: 22px;
                background: url(images/coupons-left.png) no-repeat 100%;
                position: absolute;
                top: 0;
                left: -8px;
                background-position: left;
            }

        .general_row.products .general_info .price-section .price_coupon .new-coupon {
            background: #eb5928;
        }

            .general_row.products .general_info .price-section .price_coupon .new-coupon::after {
                background: url(images/new-right.png) no-repeat 100%;
            }

            .general_row.products .general_info .price-section .price_coupon .new-coupon::before {
                background: url(images/new-left.png)
            }

        .general_row.products .general_info .price-section .price_coupon .coupon-tip {
            position: absolute;
            top: 30px;
            width: auto;
            padding: 12px 12px;
            margin: auto 0;
            color: #303030;
            font-weight: 300;
            font-size: 13px;
            background: #fff;
            border-radius: 4px;
            border: 1px #eee solid;
            -webkit-box-shadow: 0px 3px 12px rgb(0 0 0 / 12%);
            box-shadow: 0px 3px 12px rgb(0 0 0 / 12%);
            display: none;
            z-index: 1;
        }

            .general_row.products .general_info .price-section .price_coupon .coupon-tip::before, .general_row.products .general_info .price-section .price_coupon .coupon-tip::after {
                content: "";
                position: absolute;
                top: -16px;
                left: 50%;
                margin-left: -8px;
                border: 8px solid rgba(0,0,0,0);
                border-bottom-color: #eee;
            }

            .general_row.products .general_info .price-section .price_coupon .coupon-tip::after {
                top: -15px;
                border-bottom-color: #fff;
            }

        .general_row.products .general_info .price-section .price_coupon button:hover .coupon-tip {
            display: block;
        }

        .general_row.products .general_info .price-section .price_coupon .bomb {
            position: fixed;
            top: 0;
            left: 0;
            z-index: 951;
            width: 100vw;
            height: 100vh;
            display: flex;
            justify-content: center;
            align-items: center;
            overflow-x: hidden;
            overflow-y: hidden;
            padding: 0 20px;
            transform: scale(0, 0);
            -moz-transition: 0.3s all ease;
            -o-transition: 0.3s all ease;
            -webkit-transition: 0.3s all ease;
            transition: 0.3s all ease;
        }

            .general_row.products .general_info .price-section .price_coupon .bomb > .bomb-content {
                background: #fff;
                padding: 20px;
                border-radius: 6px;
                max-width: 600px;
            }

                .general_row.products .general_info .price-section .price_coupon .bomb > .bomb-content .bomb-header {
                    display: flex;
                    justify-content: space-between;
                    padding-bottom: 15px;
                    border-bottom: 1px #eee solid;
                }

                    .general_row.products .general_info .price-section .price_coupon .bomb > .bomb-content .bomb-header .bomb-close span i {
                        font-size: 20px;
                        color: #303030;
                        opacity: 0.6;
                        -moz-transition: all 0.3s ease;
                        -o-transition: all 0.3s ease;
                        -webkit-transition: all 0.3s ease;
                        transition: all 0.3s ease;
                    }

                        .general_row.products .general_info .price-section .price_coupon .bomb > .bomb-content .bomb-header .bomb-close span i:hover {
                            opacity: 1
                        }

                .general_row.products .general_info .price-section .price_coupon .bomb > .bomb-content .bomb-body {
                    padding: 15px;
                    max-height: 380px;
                    overflow-y: auto;
                    line-height: 140%;
                    font-size: 0.95em;
                    color: #303030;
                    z-index: 1;
                    word-wrap: break-word;
                    word-break: normal;
                }

                    .general_row.products .general_info .price-section .price_coupon .bomb > .bomb-content .bomb-body h6 {
                        margin: 10px 0px 5px 0px
                    }

                    .general_row.products .general_info .price-section .price_coupon .bomb > .bomb-content .bomb-body strong {
                        display: block;
                        font-size: 14px;
                    }

                    .general_row.products .general_info .price-section .price_coupon .bomb > .bomb-content .bomb-body p {
                        margin: 0px;
                    }

                    .general_row.products .general_info .price-section .price_coupon .bomb > .bomb-content .bomb-body a {
                        color: #007185;
                        margin-top: 5px;
                    }

                        .general_row.products .general_info .price-section .price_coupon .bomb > .bomb-content .bomb-body a:hover {
                            text-decoration: underline;
                        }

                    .general_row.products .general_info .price-section .price_coupon .bomb > .bomb-content .bomb-body > div ul {
                        padding: 0px 0px 0px 20px;
                        margin-bottom: 0px;
                    }

.general_row.products .general_info .product_color {
    padding: 0px 0px 15px 0px
}

    .general_row.products .general_info .product_color label {
        font-weight: 300;
    }

    .general_row.products .general_info .product_color div {
        display: flex;
        flex-wrap: wrap;
    }

        .general_row.products .general_info .product_color div a {
            margin: 0px 10px 10px 0px;
            font-size: 1em;
        }

.general_row.products .general_info .product_feature {
    padding-top: 10px;
    height: 276px;
    overflow: hidden;
    /* 三行显示省略号 */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.general_row.products .general_info .product_featureNow {
    padding-top: 10px;
}
    .general_row.products .general_info .product_feature .h44 {
        margin-bottom: 0.4em;
    }

    .general_row.products .general_info .product_feature ul li {
        margin-bottom: 0.4em;
        line-height: 150%;
        font-size: 1em;
    }

.general_row.products .general_info .rparent_box {
    margin-bottom: 15px;
margin-top: 20px;
padding-top: 10px;
}

    .general_row.products .general_info .rparent_box .relative_head {
        margin-bottom: 0.7em;
    }

    .general_row.products .general_info .rparent_box .relative_thumb {
        display: flex;
        margin-bottom: 10px;
    }

    .general_row.products .general_info .rparent_box .relative_content .image {
        width: 15%;
        margin-right: 10px;
        max-height: none;
    }

        .general_row.products .general_info .rparent_box .relative_content .image img {
            border: 0px solid #eee;
        }

    .general_row.products .general_info .rparent_box .relative_content .text {
        width: 85%;
    }

        .general_row.products .general_info .rparent_box .relative_content .text .name a {
            line-height: 140%;
            color: #303030;
            margin-bottom: 2px;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            max-height: 60px;
        }

        .general_row.products .general_info .rparent_box .relative_content .text .name:hover a {
            text-decoration: underline;
            color: #ff8b00;
            -moz-transition: 0s all ease;
            -o-transition: 0s all ease;
            -webkit-transition: 0s all ease;
            transition: 0s all ease;
        }

        .general_row.products .general_info .rparent_box .relative_content .text .prices {
            margin-bottom: 2px;
            color: #303030;
            font-size: 15px;
        }

        .general_row.products .general_info .rparent_box .relative_content .text .rating-section .rating {
            display: flex;
            align-items: center
        }

    .general_row.products .general_info .rparent_box .relative_content .relative_more {
        font-size: 1em;
        color: #303030;
        display: inline-block;
    }

        .general_row.products .general_info .rparent_box .relative_content .relative_more:hover {
            text-decoration: underline;
            color: #ff8b00;
        }

.general_row.products .product_page-right .product_shipping1 {
    margin-bottom: 10px;
    line-height: 140%;
}

    .general_row.products .product_page-right .product_shipping1 .title {
        margin-bottom: 0px;
        font-size: 1em;
    }

    .general_row.products .product_page-right .product_shipping1 .desc {
        margin-bottom: 0px;
        font-size: 0.95em;
    }

    .general_row.products .product_page-right .product_shipping1 .title i {
        padding-right: 4px;
    }

.general_row.products .product_page-right .product_discount1 {
    margin-bottom: 20px;
    line-height: 140%;
}

    .general_row.products .product_page-right .product_discount1 .title {
        margin-bottom: 0px;
        font-size: 1em;
    }

    .general_row.products .product_page-right .product_discount1 .desc {
        margin-bottom: 0px;
        font-size: 0.95em
    }

    .general_row.products .product_page-right .product_discount1 .title i {
        padding-right: 4px;
    }

.general_row.products .product_page-right .product_num1 {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

    .general_row.products .product_page-right .product_num1 label {
        margin-bottom: 0px;
        margin-right: 10px;
    }

.general_row.products .product_page-right .product_buy1 button {
    padding: 15px 18px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    border-radius: 4px;
    position: relative;
}

    .general_row.products .product_page-right .product_buy1 button::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0,0,0,0);
        border-radius: 4px;
        z-index: 1;
        -webkit-transition: background 0.3s;
        transition: background 0.3s;
    }

    .general_row.products .product_page-right .product_buy1 button:hover::before {
        background: rgba(255,255,255,.1)
    }

.general_row.products .product_page-right .product_buy1 .button-cart {
    background-image: linear-gradient(to right,#f6b748,#ff8b00);
}

.general_row.products .product_page-right .product_buy1 .button-buynow {
    background-image: linear-gradient(to right,#ff8b00,#eb5928);
}

.general_row.products .product_page-right .product_buy1 .button-paypal {
    padding: 12px 18px;
}

.general_row.products .product_page-right .product_amz .btn-black {
    background-color: #ff8b00;
    font-size: 14px;
    font-weight: bold;
    border-radius: 50px;
    padding: 10px;
}

    .general_row.products .product_page-right .product_amz .btn-black:hover {
        background-color: #ff981d;
    }

.general_row.products .product_page-right .product_optionss1 {
    padding-bottom: 10px;
    border-bottom: 1px #eee solid;
    margin-bottom: 10px;
}

    .general_row.products .product_page-right .product_optionss1 .product_options {
        cursor: pointer;
    }

        .general_row.products .product_page-right .product_optionss1 .product_options .text {
            position: relative;
            display: flex;
            align-items: center;
        }

        .general_row.products .product_page-right .product_optionss1 .product_options .guaranteed_title {
            font-size: 14px;
            font-weight: bold;
            color: #303030;
        }

            .general_row.products .product_page-right .product_optionss1 .product_options .guaranteed_title i {
                padding-right: 4px;
            }

        .general_row.products .product_page-right .product_optionss1 .product_options .text:hover .tip {
            display: block;
        }

        .general_row.products .product_page-right .product_optionss1 .product_options .tip {
            position: absolute;
            right: calc(100% + 10px);
            top: -20px;
            width: 200%;
            padding: 20px 20px;
            margin: auto 0;
            color: #fff;
            font-weight: 300;
            font-size: 13px;
            background: #fff;
            border-radius: 10px;
            border: 1px #eee solid;
            -webkit-box-shadow: -3px 0px 12px rgba(0,0,0,0.12);
            box-shadow: -3px 0px 12px rgba(0,0,0,0.12);
            display: none;
            z-index: 101
        }

            .general_row.products .product_page-right .product_optionss1 .product_options .tip::before {
                position: absolute;
                top: 20px;
                right: -18px;
                content: "";
                border: 9px solid transparent;
                border-left-color: #eee;
            }

            .general_row.products .product_page-right .product_optionss1 .product_options .tip::after {
                position: absolute;
                top: 20px;
                right: -17px;
                content: "";
                border: 9px solid transparent;
                border-left-color: #fff;
            }

            .general_row.products .product_page-right .product_optionss1 .product_options .tip div {
                margin-bottom: 10px;
            }

                .general_row.products .product_page-right .product_optionss1 .product_options .tip div h4 {
                    color: #303030;
                    margin: 0 0 0px;
                    font-size: 14px;
                }

                .general_row.products .product_page-right .product_optionss1 .product_options .tip div p {
                    margin: 0 0 0px;
                    color: #303030;
                    line-height: 140%;
                    margin-top: 5px
                }

                .general_row.products .product_page-right .product_optionss1 .product_options .tip div .nico_paypal {
                    margin: 10px 0px 5px 0px
                }

.general_row.products .product_page-right .relative_box {
    margin-bottom: 0px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px
}

    .general_row.products .product_page-right .relative_box .relative_head {
        font-size: 1em;
    }

    .general_row.products .product_page-right .relative_box .relative_content .relative_thumb {
        display: flex;
        align-items: center;
        padding-bottom: 10px;
    }

    .general_row.products .product_page-right .relative_box .relative_content .image {
        width: 32%;
    }

        .general_row.products .product_page-right .relative_box .relative_content .image a {
            min-height: auto;
        }

        .general_row.products .product_page-right .relative_box .relative_content .image img {
            border: 0px solid #eee;
        }

    .general_row.products .product_page-right .relative_box .relative_content .text {
        font-size: unset;
        margin-left: 3%;
    }

        .general_row.products .product_page-right .relative_box .relative_content .text .name {
            margin-top: 0px;
            max-height: 51px;
            line-height: 135%;
            font-size: 0.95em;
        }

            .general_row.products .product_page-right .relative_box .relative_content .text .name a {
                color: #303030;
            }

        .general_row.products .product_page-right .relative_box .relative_content .text .prices {
            margin-bottom: 0px;
            margin-top: 2px;
        }

            .general_row.products .product_page-right .relative_box .relative_content .text .prices input[type="checkbox"] + label:before {
                width: 18px;
                height: 18px;
            }

            .general_row.products .product_page-right .relative_box .relative_content .text .prices input[type="checkbox"]:checked + label:after {
                width: 18px;
                height: 18px;
            }

            .general_row.products .product_page-right .relative_box .relative_content .text .prices label {
                font-weight: bold;
                color: #303030;
                font-size: 1em;
            }

    .general_row.products .product_page-right .relative_box .relative_content .relative_more:hover {
        text-decoration: underline;
        color: #ff8b00;
    }

.product_tabs .nav-tabs > li :focus {
    background-color: #fff;
}

.relative-block .owl-carousel .owl-nav div:hover {
    background-color: #fff;
}

.relative-block .relatives-products {
    padding-left: 30px;
}

.relative-block .owl-carousel .owl-nav .owl-prev {
    display: flex;
    justify-content: flex-start;
}

.relative-block .owl-carousel .owl-nav .owl-next {
    display: flex;
    justify-content: flex-end;
}

.relative-block .owl-carousel .product-thumb .caption .name {
    line-height: 20px;
    height: auto;
    margin-bottom: 5px
}

    .relative-block .owl-carousel .product-thumb .caption .name a {
        -moz-transition: 0s all ease;
        -o-transition: 0s all ease;
        -webkit-transition: 0s all ease;
        transition: 0s all ease;
    }

.relative-block .owl-carousel .product-thumb .images {
    min-height: auto;
}

.relative-block .btn-primary {
    height: auto;
    padding: 13px 18px;
}

.product_tabs .table-responsive .btn-primary {
    font-weight: bold;
    border-radius: 5px;
}

.product_tabs .btn-black {
    border: 2px #ff8b00 solid;
    background-color: #fff;
    color: #ff8b00;
    line-height: normal
}

    .product_tabs .btn-black:hover {
        background-color: #ff8b00;
        color: #fff;
        border-color: #ff8b00;
    }

@media (max-width: 1440px) {
    .general_row.products .general_info .rparent_box .relative_content .image {
        width: 20%;
    }

    .general_row.products .general_info .rparent_box .relative_content .text {
        width: 80%;
    }

    .general_row.products .general_info .product-title {
        font-size: 20px;
    }
}

@media (max-width: 1339px) {
    .general_row.products .product_page-left {
        width: 34%;
    }

    .general_row.products .general_info {
        width: 42%;
        margin-left: 2%;
        margin-right: 2%;
    }

    .general_row.products .product_page-right {
        width: 20%;
    }
}

@media (max-width: 1200px) {
    .sns-shares .closure {
        display: none
    }

    .sns-shares > div.facebook {
        display: none
    }

    .sns-shares > div.pinterest {
        display: none
    }

    .sns-shares > div.vk {
        display: none
    }

    .sns-shares > div.twitter {
        display: none
    }
}

@media (max-width: 1199px) {
    .general_row.products .product_page-left {
        width: 40%;
    }

    .general_row.products .general_info {
        width: 58%;
        margin-left: 2%;
        margin-right: 0%;
    }

    .general_row.products .product_page-right {
        display: none;
    }

    .relative-block .relatives-products {
        padding-left: 20px;
    }

    .relative-block .owl-carousel .owl-nav .owl-prev {
        justify-content: center;
    }

    .relative-block .owl-carousel .owl-nav .owl-next {
        justify-content: center;
    }

    .scroll-nav.scroll-fix .nav-tabs button.button-buynow {
        display: none;
    }

    .relative-block .relatives-total {
        width: 20%;
        margin-left: 1%;
    }
}

@media (max-width: 1024px) {
    .general_row.products .product_page-left {
        width: 100%;
    }

    .general_row.products .general_info {
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
    }

        .general_row.products .general_info .rparent_box .relative_content .image {
            width: 10%;
        }

        .general_row.products .general_info .rparent_box .relative_content .text {
            width: 90%;
        }

        .general_row.products .general_info .product-title {
            font-size: 16px;
        }

    .sns-shares > .chat span, .sns-shares > .chat2 span, .sns-shares > .coupon span, .sns-shares > #ui-to-top span {
        display: none
    }
}

@media (max-width: 991px) {
    .general_row.products .general_info .rparent_box .relative_content .image {
        width: 15%;
    }

    .general_row.products .general_info .rparent_box .relative_content .text {
        width: 85%;
    }

    .relative-block .relatives-products {
        padding-left: 0px;
    }

    .product_tabs .nav-tabs {
        display: flex;
        overflow: hidden;
        overflow-x: auto;
    }

        .product_tabs .nav-tabs::-webkit-scrollbar {
            display: none;
        }

        .product_tabs .nav-tabs > li.active:before, .product_tabs .nav-tabs > li.active:hover:before {
            bottom: 1px;
        }

    .relative-block .relatives-total {
        width: 100%;
        margin-left: 0%;
    }
}

@media (max-width: 767px) {
    .sns-shares {
        right: 15px;
        bottom: 80px;
        width: 48px;
        -moz-transition: 0.6s ease;
        -o-transition: 0.6s ease;
        -webkit-transition: 0.6s ease;
        transition: 0.6s ease;
        opacity: 0.9
    }

        .sns-shares.active {
            right: -32.5px;
            opacity: 0.3;
        }

        .sns-shares > div {
            width: 48px;
            height: 48px;
            background-color: rgba(255, 255, 255, 1);
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .sns-shares > div:hover {
                background-color: rgba(255, 255, 255, 1);
            }

            .sns-shares > div.contact {
                display: none
            }

            .sns-shares > div a i {
                color: #303030
            }

        .sns-shares > .chat2 i {
            font-size: 1.5em;
            top: 3px
        }

        .sns-shares > .chat svg {
            top: 6px;
            width: 29px;
            height: 29px;
        }

        .sns-shares > .coupon svg {
            top: 5px;
            width: 29px;
            height: 29px;
        }

        .sns-shares > #ui-to-top {
            border: 0px #eee solid;
        }

            .sns-shares > #ui-to-top.active {
                height: 48px;
                border: 1px #eee solid;
            }

            .sns-shares > #ui-to-top i {
                font-size: 1.4em;
            }

    .general_row.products .general_info .rparent_box .relative_content .image {
        width: 20%;
    }

    .general_row.products .general_info .rparent_box .relative_content .text {
        width: 80%;
    }

    .general_row.products .general_info .price-section .price_coupon .bomb {
        align-items: flex-end;
        padding: 0px 0px;
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

        .general_row.products .general_info .price-section .price_coupon .bomb > .bomb-content {
            border-radius: 15px;
            border-bottom-right-radius: 0px;
            border-bottom-left-radius: 0px;
            max-width: 100%;
            padding: 20px 15px
        }

            .general_row.products .general_info .price-section .price_coupon .bomb > .bomb-content .bomb-body {
                padding: 0px 0px;
                max-height: 420px;
            }

    .general_row.products .general_info .product_feature {
        padding-top: 15px
    }

    .general_row.products .general_info .rparent_box {
        padding-top: 15px;
    }
}

@media (max-width: 600px) {
    .general_row.products .general_info .rparent_box .relative_content .image {
        width: 25%;
    }

    .general_row.products .general_info .rparent_box .relative_content .text {
        width: 75%;
    }

        .general_row.products .general_info .rparent_box .relative_content .text .name a {
            -webkit-line-clamp: 2;
        }

    .general_row.products .general_info .rparent_box .relative_content .relative_more {
        display: block;
        text-align: center;
    }
}

@media (min-width: 992px) {
    .scroll-nav.scroll-fix .nav-tabs button.button-buynow, .scroll-nav.scroll-fix .nav-tabs button.button-cart {
        position: relative;
        border-radius: 4px;
        font-size: 16px;
    }

    .scroll-nav.scroll-fix .nav-tabs button.button-cart {
        background-image: linear-gradient(to right,#f6b748,#ff8b00);
    }

    .scroll-nav.scroll-fix .nav-tabs button.button-buynow {
        background-image: linear-gradient(to right,#ff8b00,#eb5928);
    }

        .scroll-nav.scroll-fix .nav-tabs button.button-buynow::before, .scroll-nav.scroll-fix .nav-tabs button.button-cart::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0,0,0,0);
            border-radius: 4px;
            z-index: 1;
            -webkit-transition: background 0.3s;
            transition: background 0.3s;
        }

        .scroll-nav.scroll-fix .nav-tabs button.button-buynow:hover::before, .scroll-nav.scroll-fix .nav-tabs button.button-cart:hover::before {
            background: rgba(255,255,255,.1);
        }
}

@media (min-width: 1920px) {
    .sns-shares {
        right: 9%;
    }
}

@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
    .topcompare-table .tr-th::before {
        border: 1px #fff solid;
    }

    .product_color a {
        border-radius: 0px
    }

    .product_tabs .tab-contents #tab-compare {
        display: none;
    }

    .general_row.products .general_info .notice-section .line1 {
        top: 8px;
    }

    .nav_box_2 .search_box {
        width: 0
    }
}

@media (min-width: 1024px) {
    .product_category_style1 .category_container .breadcrumb {
        display: none
    }

    .product_category_style1 .category_container {
        margin-top: -100px;
        position: relative;
        background: #fff;
        border-radius: 10px;
    }

        .product_category_style1 .category_container .row {
            padding: 15px 0px;
        }

            .product_category_style1 .category_container .row aside {
                position: sticky;
                top: 0px;
                overflow-y: auto;
                height: 100vh;
                scrollbar-width: thin;
                scrollbar-color: #fff #fff;
            }

                .product_category_style1 .category_container .row aside::-webkit-scrollbar {
                    width: 4px;
                    height: 4px
                }

                .product_category_style1 .category_container .row aside:hover {
                    scrollbar-width: thin;
                    scrollbar-color: #eee #fff;
                }

                    .product_category_style1 .category_container .row aside:hover::-webkit-scrollbar-thumb {
                        background: rgba(0,0,0,0.1);
                        border-radius: 4px
                    }

    .category_banner > div {
        margin-top: -100px
    }
}

.category-relative {
    display: flex;
    flex-flow: wrap;
}

    .category-relative .category-grid {
        padding-left: 0px;
        padding-right: 0px;
        width: 24%;
        margin-right: 1.33%;
        margin-bottom: 1.33%;
        background: #fff;
        padding: 15px;
        cursor: pointer;
        border-radius: 5px;
        position: relative;
    }

        .category-relative .category-grid::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0,0,0,0);
            border-radius: 5px;
            -webkit-transition: background 0.3s;
            transition: background 0.3s;
        }

        .category-relative .category-grid:hover:after {
            background: rgba(0,0,0,0.4);
        }

        .category-relative .category-grid:hover > .category_more {
            display: flex;
        }

        .category-relative .category-grid:nth-child(4n) {
            margin-right: 0%;
        }

        .category-relative .category-grid > a {
            margin-bottom: 15px;
        }

        .category-relative .category-grid > .category_text {
            display: flex;
            flex-flow: column;
        }

            .category-relative .category-grid > .category_text > span {
                color: #707070;
                font-size: 13px;
                line-height: 140%;
            }

            .category-relative .category-grid > .category_text > a {
                font-size: 15px;
                font-weight: 700;
                color: #303030;
            }

        .category-relative .category-grid > .category_more {
            display: none;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            align-items: center;
            justify-content: center;
            z-index: 1;
        }

            .category-relative .category-grid > .category_more > a {
                background: #ff8b00;
                padding: 12px 15px;
                border-radius: 4px;
                font-size: 16px;
                color: #fff;
                font-weight: 700;
            }

                .category-relative .category-grid > .category_more > a:hover {
                    background: #ff981d;
                    ;
                }

@media (min-width: 1024px) {
    .product_category_style2 .category_container .breadcrumb {
        display: none
    }

    .product_category_style2 .category_container {
        margin-top: -150px;
        position: relative;
        background: #fff;
        border-radius: 10px;
    }

        .product_category_style2 .category_container .row {
            padding: 15px 0px;
        }

            .product_category_style2 .category_container .row aside {
                position: sticky;
                top: 0px;
                overflow-y: auto;
                height: 100vh;
                scrollbar-width: thin;
                scrollbar-color: #fff #fff;
            }

                .product_category_style2 .category_container .row aside::-webkit-scrollbar {
                    width: 4px;
                    height: 4px
                }

                .product_category_style2 .category_container .row aside:hover {
                    scrollbar-width: thin;
                    scrollbar-color: #eee #fff;
                }

                    .product_category_style2 .category_container .row aside:hover::-webkit-scrollbar-thumb {
                        background: rgba(0,0,0,0.1);
                        border-radius: 4px
                    }

    .category_banner > div {
        margin-top: -150px
    }
}

.category-relative2 {
    display: flex;
    flex-flow: wrap;
}

    .category-relative2 .category-grid {
        padding-left: 0px;
        padding-right: 0px;
        width: 24%;
        margin-right: 1.33%;
        margin-bottom: 1.33%;
        background: #fff;
        padding: 15px;
        cursor: pointer;
        border-radius: 5px;
        position: relative;
        display: flex;
        flex-flow: column;
        justify-content: space-between;
    }

        .category-relative2 .category-grid:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0,0,0,.0);
            border-radius: 6px;
            -webkit-transition: background .3s;
            transition: background .3s;
        }

        .category-relative2 .category-grid:hover:before {
            background: rgba(0,0,0,.04);
        }

        .category-relative2 .category-grid:nth-child(4n) {
            margin-right: 0%;
        }

        .category-relative2 .category-grid > a {
            position: relative
        }

            .category-relative2 .category-grid > a:before {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background: rgba(0,0,0,.0);
                -webkit-transition: background .3s;
                transition: background .3s;
            }

        .category-relative2 .category-grid:hover > a:before {
            background: rgba(0,0,0,.04);
            z-index: 1
        }

        .category-relative2 .category-grid:hover > .category-box .category_text > a {
            z-index: 1
        }

        .category-relative2 .category-grid > .category-box {
            flex: 1;
            display: flex;
            flex-flow: column;
        }

            .category-relative2 .category-grid > .category-box .category_text {
                display: flex;
                flex-flow: column;
                flex: 1;
                padding: 10px 0px
            }

                .category-relative2 .category-grid > .category-box .category_text > span {
                    color: #707070;
                    font-size: 13px;
                    line-height: 140%;
                }

                .category-relative2 .category-grid > .category-box .category_text > a {
                    font-size: 15px;
                    font-weight: 700;
                    color: #303030;
                    word-break: break-all;
                }

            .category-relative2 .category-grid > .category-box .rating {
                display: flex;
                align-items: center;
            }

                .category-relative2 .category-grid > .category-box .rating span {
                    width: 16px;
                    height: 16px;
                }

                    .category-relative2 .category-grid > .category-box .rating span:last-child {
                        position: relative;
                        top: -2px
                    }

            .category-relative2 .category-grid > .category-box .category-price {
                display: flex;
                justify-content: space-between;
                align-items: center;
                margin-top: 7px
            }

                .category-relative2 .category-grid > .category-box .category-price .price {
                    margin-right: 10px
                }

                .category-relative2 .category-grid > .category-box .category-price .sales {
                    color: #707070
                }

            .category-relative2 .category-grid > .category-box .cart-button {
                display: flex;
                border-top: 1px solid #eee;
                padding-top: 10px;
                margin-top: 10px
            }

                .category-relative2 .category-grid > .category-box .cart-button .btn-icon {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    width: 28px;
                    height: 28px;
                    margin-right: 5px
                }

                    .category-relative2 .category-grid > .category-box .cart-button .btn-icon i {
                        font-size: 18px;
                        display: flex;
                    }

@media (max-width: 1024px) {
    .category-relative .category-grid::after {
        content: none
    }

    .category-relative .category-grid:hover > .category_more {
        display: none;
    }
}

@media (max-width: 767px) {
    .category-relative .category-grid {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 2%;
    }

        .category-relative .category-grid:nth-child(2n) {
            margin-right: 0%;
        }

    .category-relative2 .category-grid:before {
        content: none;
    }

    .category-relative2 .category-grid {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 2%;
        padding: 12px
    }

        .category-relative2 .category-grid:nth-child(2n) {
            margin-right: 0%;
        }

        .category-relative2 .category-grid > a:before {
            content: none
        }

        .category-relative2 .category-grid > .category-box .category-price {
            flex-flow: column;
            align-items: flex-start;
        }

        .category-relative2 .category-grid > .category-box .cart-button {
            padding-top: 7px;
            margin-top: 7px;
        }
}

.navBackToTop {
    background: #404040;
    width: 100%;
    padding: 12px 0px;
    text-align: center;
    cursor: pointer;
}

    .navBackToTop:hover {
        background: #505050;
    }

    .navBackToTop > div > i {
        color: #fff;
        font-size: 1em;
        position: relative;
        top: 1px;
        left: -5px
    }

    .navBackToTop > div > span {
        font-size: 13px;
        color: #fff;
        font-weight: 700;
    }

@Keyframes donut-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loadmore {
    display: block;
    width: 50px;
    height: 50px;
    animation: donut-spin 1.8s linear infinite;
    position: relative;
    margin: 0 auto;
}

    .loadmore::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        border: 6px solid rgba(0, 0, 0, 0.1);
        box-sizing: border-box;
        border-left-color: #9a9a9a;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        animation: donut-spin 1.3s ease-in-out infinite;
    }

.toggle_cont1 {
    overflow: hidden;
    overflow-y: auto;
    max-height: calc(100% - 210px);
    height: 100%
}

.cart .toggle_cont {
    padding: 0px 0px 0px 0px;
    overflow-y: unset;
    overflow-x: unset;
}

    .cart .toggle_cont > li {
        padding: 20px 20px;
    }

        .cart .toggle_cont > li:first-child {
            border-bottom: 1px #eee solid;
        }

        .cart .toggle_cont > li.toggle_cont1 {
            padding: 0px;
        }

            .cart .toggle_cont > li.toggle_cont1 table {
                padding: 0px 20px;
                display: block;
            }

                .cart .toggle_cont > li.toggle_cont1 table.topsale_cart td {
                    padding: 0
                }

    .cart .toggle_cont .table.total > tbody > tr > td {
        width: 100%;
    }

    .cart .toggle_cont .cart_rec {
        background: #f4f4f4;
        padding: 20px;
        margin-bottom: 10px;
        -moz-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease;
        position: absolute;
        top: 0;
        right: 0%;
        width: 230px;
        height: 100%;
        overflow-y: auto;
        scrollbar-width: thin;
        scrollbar-color: #f4f4f4 #f4f4f4;
    }

    .cart .toggle_cont.active .cart_rec {
        right: 100%
    }

    .cart .toggle_cont .cart_rec:hover {
        scrollbar-width: thin;
        scrollbar-color: #adadad #dbdbdb;
    }

    .cart .toggle_cont .cart_rec::-webkit-scrollbar {
        width: 10px;
    }

    .cart .toggle_cont .cart_rec:hover::-webkit-scrollbar-thumb {
        background: rgba(0,0,0,0.2);
        border-radius: 10px;
    }

    .cart .toggle_cont .cart_rec:hover::-webkit-scrollbar {
        background: rgba(0,0,0,0.1);
    }

    .cart .toggle_cont .cart_rec > h4 {
        font-size: 15px;
        color: #303030;
        margin-bottom: 0px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .cart .toggle_cont .cart_rec > .div_box {
        display: flex;
        overflow-x: auto;
        flex-flow: column;
    }

        .cart .toggle_cont .cart_rec > .div_box::-webkit-scrollbar {
            height: 10px;
        }

        .cart .toggle_cont .cart_rec > .div_box > div {
            display: flex;
            width: 100%;
            flex: 0 0 auto;
            align-items: center;
            margin-right: 0px;
            flex-flow: column;
            margin-top: 40px;
        }

            .cart .toggle_cont .cart_rec > .div_box > div > .img a {
                position: relative;
                width: 100px;
            }

                .cart .toggle_cont .cart_rec > .div_box > div > .img a::after {
                    content: "";
                    position: absolute;
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    background: rgba(0,0,0,.04);
                }

            .cart .toggle_cont .cart_rec > .div_box > div > .text {
                display: flex;
                flex-flow: column;
                margin-left: 0px;
                text-align: center;
                width: 100%
            }

                .cart .toggle_cont .cart_rec > .div_box > div > .text > div {
                    margin-bottom: 5px;
                }

                .cart .toggle_cont .cart_rec > .div_box > div > .text > .name a {
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                    display: -webkit-box;
                    overflow: hidden;
                    color: #303030;
                }

                .cart .toggle_cont .cart_rec > .div_box > div > .text > .price span {
                    font-size: 16px;
                    color: #ff8b00;
                }

                    .cart .toggle_cont .cart_rec > .div_box > div > .text > .price span.price-old {
                        font-size: 14px;
                        color: #707070;
                        font-weight: 400;
                    }

                .cart .toggle_cont .cart_rec > .div_box > div > .text > button {
                    font-size: 14px;
                    font-weight: 700;
                    border: 1px solid #303030;
                    border-radius: 4px;
                    padding: 6px;
                    text-align: center;
                    width: 100%;
                    color: #303030;
                }

                    .cart .toggle_cont .cart_rec > .div_box > div > .text > button:hover {
                        background: #ff8b00;
                        border: 1px solid #ff8b00;
                        color: #fff;
                    }

                    .cart .toggle_cont .cart_rec > .div_box > div > .text > button:active {
                        background: #ff8b00;
                        border: 1px solid #ff8b00;
                        color: #fff;
                    }

@media (min-width: 992px) {
    .cart .toggle_cont1::-webkit-scrollbar {
        width: 10px;
    }

    .cart .toggle_cont1::-webkit-scrollbar-thumb {
        background: rgba(0,0,0,0.2);
        border-radius: 10px;
    }

    .cart .toggle_cont1::-webkit-scrollbar {
        background: rgba(0,0,0,0.1);
        border-radius: 10px;
    }
}

@media (max-width: 991px) {
    .cart .toggle_cont > li.toggle_cont1 table.topsale_cart {
        padding: 0px;
        position: relative
    }

    .cart .toggle_cont .cart_rec {
        position: absolute;
        top: 0;
        right: 0;
        height: auto;
        width: 100%
    }

    .cart .toggle_cont.active .cart_rec {
        right: 0%
    }

    .cart .toggle_cont .cart_rec > .div_box {
        flex-flow: inherit;
    }

        .cart .toggle_cont .cart_rec > .div_box::-webkit-scrollbar {
            height: 0px;
        }

        .cart .toggle_cont .cart_rec > .div_box > div {
            display: flex;
            width: 80%;
            flex: 0 0 auto;
            align-items: center;
            margin-right: 15px;
            flex-flow: inherit;
            margin-top: 20px;
        }

            .cart .toggle_cont .cart_rec > .div_box > div > .img a {
                position: relative;
                width: 100px;
                max-width: 70px
            }

                .cart .toggle_cont .cart_rec > .div_box > div > .img a::after {
                    content: "";
                    position: absolute;
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    background: rgba(0,0,0,.04);
                }

            .cart .toggle_cont .cart_rec > .div_box > div > .text {
                display: flex;
                flex-flow: column;
                margin-left: 10px;
                text-align: left;
            }

                .cart .toggle_cont .cart_rec > .div_box > div > .text > div {
                    margin-bottom: 5px;
                }

                .cart .toggle_cont .cart_rec > .div_box > div > .text > .name a {
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                    display: -webkit-box;
                    overflow: hidden;
                    color: #303030;
                }

                .cart .toggle_cont .cart_rec > .div_box > div > .text > .price span {
                    font-size: 16px;
                    color: #ff8b00;
                }

                    .cart .toggle_cont .cart_rec > .div_box > div > .text > .price span.price-old {
                        font-size: 14px;
                        color: #707070;
                        font-weight: 400;
                    }

                .cart .toggle_cont .cart_rec > .div_box > div > .text > button {
                    font-size: 14px;
                    font-weight: 700;
                    border: 1px solid #303030;
                    border-radius: 4px;
                    padding: 4px;
                    text-align: center;
                    width: 80%;
                    color: #303030;
                }

                    .cart .toggle_cont .cart_rec > .div_box > div > .text > button:hover {
                        background: #ff8b00;
                        border: 1px solid #ff8b00;
                        color: #fff;
                    }

                    .cart .toggle_cont .cart_rec > .div_box > div > .text > button:active {
                        background: #ff8b00;
                        border: 1px solid #ff8b00;
                        color: #fff;
                    }
}

.chat_window_button {
    position: fixed;
    right: 10px;
    bottom: 0px;
    z-index: 888;
    background: rgba(48, 48, 48, 0.9);
    padding: 12px 15px;
    color: #fff;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
    min-width: 126px;
}

    .chat_window_button:hover {
        background: rgba(48, 48, 48, 1);
    }

    .chat_window_button.active {
        display: none;
    }

    .chat_window_button i {
        margin-right: 10px;
        font-size: 17px;
        position: relative;
        top: 1px;
    }

.chat_window .chat_body {
    position: fixed;
    right: 10px;
    bottom: 0px;
    z-index: 888;
    max-height: 0px;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
}

    .chat_window .chat_body.active {
        max-height: 450px;
    }

    .chat_window .chat_body .chat_title {
        background: rgba(48, 48, 48, 0.9);
        display: flex;
        justify-content: space-between;
        padding: 12px 15px;
        color: #fff;
        border-top-right-radius: 6px;
        border-top-left-radius: 6px;
    }

        .chat_window .chat_body .chat_title div i {
            margin-right: 5px;
        }

        .chat_window .chat_body .chat_title > i {
            font-size: 16px;
            cursor: pointer;
        }

    .chat_window .chat_body .chat_content {
        background: rgba(255, 255, 255, 0.9);
        padding: 12px 25px;
    }

        .chat_window .chat_body .chat_content div {
            max-width: 270px;
            display: flex;
            flex-flow: column;
            align-items: center;
        }

            .chat_window .chat_body .chat_content div img {
                width: 64px;
                padding: 15px 0px;
            }

            .chat_window .chat_body .chat_content div .t1 {
                padding-top: 15px;
                text-align: center;
                width: 90%;
            }

            .chat_window .chat_body .chat_content div .t2 {
                display: flex;
                flex-flow: column;
                padding: 15px 0px;
                width: 100%;
                text-align: center;
            }

                .chat_window .chat_body .chat_content div .t2 a {
                    padding: 12px 15px;
                    background: #ff8b00;
                    color: #fff;
                    border-radius: 4px;
                    margin-top: 15px;
                    width: 70%;
                }

                    .chat_window .chat_body .chat_content div .t2 a:hover {
                        background: #ff981d
                    }

@media (max-width: 767px) {
    .chat_window_button {
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        height: 56px;
        width: 56px;
        min-width: unset;
    }

    .product-product .chat_window_button {
        bottom: 80px
    }

    .chat_window_button i {
        margin-right: 0px;
        font-size: 1.5em;
    }

    .chat_window_button span {
        display: none;
    }

    .chat_window .chat_body {
        width: 100%;
        right: 0px;
    }

        .chat_window .chat_body .chat_content div {
            max-width: 100%;
            right: 0px;
            bottom: 0px;
        }
}

#refine {
    border-radius: 5px;
    margin-bottom: 15px;
    position: relative;
}

    #refine::after {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.8);
        top: 0;
        left: 0;
        border-radius: 5px;
        z-index: 4;
        display: none;
    }

    #refine.active::after {
        display: block;
    }

    #refine .loadmore {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -25px;
        margin-left: -25px;
        z-index: 5;
        display: none;
    }

    #refine.active .loadmore {
        display: block;
    }

#refine-searchs {
    padding: 0 15%;
}

@media (max-width: 1024px) {
    #refine-searchs {
        padding: 0 0%;
    }
}

#refine-searchs > div > label {
    width: 100%;
    text-align: center;
    font-size: 14px;
}

#refine-searchs > div > div {
    height: 43px;
    background: #ff8b00;
    border: 0px solid #fff;
}

    #refine-searchs > div > div > a {
        color: #fff;
        font-size: 14px;
    }

        #refine-searchs > div > div > a.sbSelector {
            padding: 10px;
            text-align: center;
            width: 100%;
            line-height: inherit;
        }

        #refine-searchs > div > div > a.sbToggle {
            width: 43px;
            line-height: 43px;
            font-size: 18px;
        }

    #refine-searchs > div > div > ul {
        padding: 0
    }

        #refine-searchs > div > div > ul::-webkit-scrollbar {
            width: 10px;
        }

        #refine-searchs > div > div > ul::-webkit-scrollbar-thumb {
            background: rgba(0,0,0,0.2);
        }

        #refine-searchs > div > div > ul::-webkit-scrollbar {
            background: rgba(255,139,0,1);
        }

        #refine-searchs > div > div > ul > li > a {
            padding: 13px;
            border-top: 1px #ed8100 solid;
            background: #ff8b00;
            color: #fff;
        }

            #refine-searchs > div > div > ul > li > a:hover {
                background: #ed8100;
            }

        #refine-searchs > div > div > ul > li > span {
            display: block;
            padding: 13px;
            border-top: 1px #ed8100 solid;
            background: #ffa233;
            color: #fff;
            cursor: no-drop;
        }

#button-filters {
    padding: 15px 18px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 4px;
}

.reviews-nav {
    display: flex;
    border-bottom: 1px solid #eee;
    background: #f6f6f6;
    justify-content: space-between;
    align-items: center;
}

    .reviews-nav ul {
        list-style: none;
        padding: 0;
    }

    .reviews-nav > ul {
        display: flex;
        margin-bottom: 0;
    }

        .reviews-nav > ul > li {
            position: relative;
            padding: 10px 15px;
            color: #303030;
            cursor: pointer;
            display: flex;
            justify-content: center;
        }

            .reviews-nav > ul > li::after {
                position: absolute;
                content: "";
                display: block;
                width: calc(0% - 30px);
                height: 2px;
                border-radius: 2px;
                background: #303030;
                bottom: 0;
                left: auto;
                -moz-transition: 0.3s all ease;
                -o-transition: 0.3s all ease;
                -webkit-transition: 0.3s all ease;
                transition: 0.3s all ease;
            }

            .reviews-nav > ul > li:hover {
                color: #ff8b00;
            }

            .reviews-nav > ul > li.active {
                color: #303030;
                font-weight: 700;
            }

                .reviews-nav > ul > li.active::after {
                    width: calc(100% - 30px);
                }

            .reviews-nav > ul > li.slidedowntab > div {
                display: flex;
                align-items: center;
            }

                .reviews-nav > ul > li.slidedowntab > div > .title {
                    font-weight: 700;
                    margin: 0 10px;
                }

                .reviews-nav > ul > li.slidedowntab > div > i {
                    width: 24px;
                    height: 24px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }

            .reviews-nav > ul > li.slidedowntab > ul {
                position: absolute;
                top: 40px;
                left: -25%;
                -webkit-box-shadow: 0 3px 12px rgb(0 0 0 / 8%);
                box-shadow: 0 3px 12px rgb(0 0 0 / 8%);
                border: 1px solid #ebedf0;
                border-radius: 2px;
                background: #fff;
                display: none;
                z-index: 1;
                padding: 7px 0 8px;
            }

                .reviews-nav > ul > li.slidedowntab > ul.right {
                    left: 25%;
                }

                .reviews-nav > ul > li.slidedowntab > ul.active {
                    display: block;
                }

                .reviews-nav > ul > li.slidedowntab > ul::before, .reviews-nav > ul > li.slidedowntab > ul::after {
                    content: "";
                    display: block;
                    position: absolute;
                    width: 0;
                    height: 0;
                    border: 7px solid rgba(0,0,0,0);
                    border-right-color: #ebebf0;
                    -webkit-transform: rotate(90deg);
                    -ms-transform: rotate(90deg);
                    transform: rotate(90deg);
                    top: -14px;
                    margin-left: -7px;
                    left: 50%;
                }

                .reviews-nav > ul > li.slidedowntab > ul::after {
                    border-color: rgba(0,0,0,0) #fff rgba(0,0,0,0) rgba(0,0,0,0);
                    top: -13px;
                }

                .reviews-nav > ul > li.slidedowntab > ul > li {
                    height: 38px;
                    line-height: 38px;
                    padding: 3px 20px;
                    white-space: nowrap;
                    color: #303030;
                    font-weight: 400;
                    font-size: 13px;
                    display: flex;
                    align-items: center;
                }

                    .reviews-nav > ul > li.slidedowntab > ul > li:hover {
                        background: #f3f3f3;
                    }

                    .reviews-nav > ul > li.slidedowntab > ul > li > span {
                        margin: 0 4px;
                    }

                    .reviews-nav > ul > li.slidedowntab > ul > li > em {
                        margin: 0 4px;
                        color: #999;
                        font-style: normal;
                    }

                    .reviews-nav > ul > li.slidedowntab > ul > li > div {
                        display: flex;
                        margin: 0 4px;
                    }

                        .reviews-nav > ul > li.slidedowntab > ul > li > div > span {
                            width: 16px;
                        }

@media (max-width: 767px) {
    .reviews-nav ul:last-child {
        display: none;
    }

    .reviews-nav > ul {
        justify-content: space-between;
        width: 100%;
    }

        .reviews-nav > ul > li:hover {
            color: #303030;
        }

        .reviews-nav > ul > li.slidedowntab > ul {
            left: -50%;
        }
}

.tm-parallax {
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    position: relative;
}

    .tm-parallax:before {
        background: url(admin/images/pattern.png);
        content: "";
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 0;
        opacity: 0.8;
    }

.widget-inner > [class*="col-"] {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.tm-col.default {
}

.tm-col.primary {
}

.tm-col.success {
}

.tm-col.info {
}

.tm-col.warning {
}

.tm-col.danger {
}

.tm-col.highlighted {
}

.tm-row.default {
}

.tm-row.primary {
}

.tm-row.success {
}

.tm-row.info {
}

.tm-row.warning {
}

.tm-row.danger {
}

.tm-row.highlighted {
}

.widget.default {
}

.widget.primary {
}

.widget.danger {
}

.widget.info {
}

.widget.warning {
}

.widget.highlighted {
}

.widget-separator .w_text_separator {
    float: left;
    height: 2px;
    position: relative;
    width: 100%;
    background-color: #797C85;
}

    .widget-separator .w_text_separator .text_separ {
        position: absolute;
        padding: 0 1px;
        width: 50px;
        top: -9px;
        margin: 0 auto;
        text-align: center;
        background-color: #ffffff;
        font-size: 15px;
        font-family: monospace;
    }

.widget-separator .separator_align_center {
    left: 0;
    right: 0;
}

.widget-separator .separator_align_left {
    left: 0;
}

.widget-separator .separator_align_right {
    right: 0;
}
